
.skip-to-main-content {
    left: 50%;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

.skip-to-main-content:focus {
    transform: translateY(0%);
}

.flex-header {
    flex: none;
}

div#header-nav ul {
    display: inline-block;
    font-family: Barlow, 'Trebuchet MS', Arial, Helvetica, sans-serif;
    text-transform: none;
}

div#header-nav ul li {
    display: inline-block;
    list-style: none;
    margin-top: 13px;
    font-size: 15px;
}

div#header-nav ul li a {
    display: block;
    text-decoration: none;
    padding: 8px;
    color: #00553e !important;
    background-color: #fff;
}

div#header-nav ul li a:hover {
    color: #fff !important;
    background-color: #00553e;
}

/*
Styles taken from OU's main page to support App_Header_New.component 
The VF pages this header will appear on have their own styling, and these styles
will likely collide with the original sheet; relevant styles have been extracted
to this file instead of using the entire original file.

Retrieved on 1/21/2020
https://www.ohio.edu/sites/default/files/css/css_Gv6bsNAG6gOnyIs3bKDQxn8rRbzJaBDClLvzGf4EzDc.css?q48b8p
*/

header.ouwsHeaderWrap {
    box-shadow: 1px -1px 6px #000;
    position: relative;
    background: #fff;
    z-index: 2;
}

/*
Styles taken from OU's main page to support App_Header_New.component 
The VF pages this header will appear on have their own styling, and these styles
will likely collide with the original sheet; relevant styles have been extracted
to this file instead of using the entire original file.

Retrieved on 1/16/2020
https://www.ohio.edu/sites/default/files/css/css_bi_sSlv7xN_o3VLmgYKOVsiq44KE13JRHV7qg5syamQ.css?q3vcjq
*/

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.header-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .header-col,
.no-gutters > [class*="header-col-"] {
    padding-right: 0;
    padding-left: 0;
}
.header-col,
.header-col-1,
.header-col-10,
.header-col-11,
.header-col-12,
.header-col-2,
.header-col-3,
.header-col-4,
.header-col-5,
.header-col-6,
.header-col-7,
.header-col-8,
.header-col-9,
.header-col-auto,
.header-col-lg,
.header-col-lg-1,
.header-col-lg-10,
.header-col-lg-11,
.header-col-lg-12,
.header-col-lg-2,
.header-col-lg-3,
.header-col-lg-4,
.header-col-lg-5,
.header-col-lg-6,
.header-col-lg-7,
.header-col-lg-8,
.header-col-lg-9,
.header-col-lg-auto,
.header-col-md,
.header-col-md-1,
.header-col-md-10,
.header-col-md-11,
.header-col-md-12,
.header-col-md-2,
.header-col-md-3,
.header-col-md-4,
.header-col-md-5,
.header-col-md-6,
.header-col-md-7,
.header-col-md-8,
.header-col-md-9,
.header-col-md-auto,
.header-col-sm,
.header-col-sm-1,
.header-col-sm-10,
.header-col-sm-11,
.header-col-sm-12,
.header-col-sm-2,
.header-col-sm-3,
.header-col-sm-4,
.header-col-sm-5,
.header-col-sm-6,
.header-col-sm-7,
.header-col-sm-8,
.header-col-sm-9,
.header-col-sm-auto,
.header-col-xl,
.header-col-xl-1,
.header-col-xl-10,
.header-col-xl-11,
.header-col-xl-12,
.header-col-xl-2,
.header-col-xl-3,
.header-col-xl-4,
.header-col-xl-5,
.header-col-xl-6,
.header-col-xl-7,
.header-col-xl-8,
.header-col-xl-9,
.header-col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.header-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.header-col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.header-col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}
.header-col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}
.header-col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.header-col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.header-col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.header-col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.header-col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.header-col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.header-col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.header-col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.header-col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.header-col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

/*
Styles taken from OU's main page to support App_Header_New.component 
The VF pages this header will appear on have their own styling, and these styles
will likely collide with the original sheet; relevant styles have been extracted
to this file instead of using the entire original file.

Retrieved on 1/16/2020
https://www.ohio.edu/sites/default/files/css/css_dKiY1F2dp3UYOsvbWHkoY1mNBKJKxgbSMxPj9fZhrd0.css?q3vcjq
*/

#page-dimmer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
  }
  #page-dimmer.active {
    display: block;
  }

.accessibility {
    width: 1px !important;
    overflow: hidden !important;
    height: 1px !important;
    position: absolute !important;
    color: #fff !important;
}
.ouwsHeaderWrap > .accessibility {
    height: auto;
    width: 100px;
    overflow: visible;
}
.accessibility * {
    color: #fff;
}
.accessibility h1 {
    display: none;
}
.accessibility a {
    padding: 6px;
    position: absolute;
    top: -60px;
    left: 0;
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-bottom-right-radius: 8px;
    background: 0 0;
    -webkit-transition: top 0.5s ease-out, background 1s linear;
    transition: top 0.5s ease-out, background 1s linear;
    z-index: 1000;
}
.accessibility a:focus {
    position: absolute;
    left: 0;
    top: 0;
    background: #00694e;
    outline: 0;
    -webkit-transition: top 0.1s ease-in, background 0.5s linear;
    transition: top 0.1s ease-in, background 0.5s linear;
}

#logoSpaceContent {
    padding-right: 15px;
    min-height: 35px;
    margin-top: 13px;
    display: inline-block;
}
#logoSpaceContent h1 {
    margin: 0px 0px 8px 0px;
    position: relative;
    font-size: 24px;
    font-family: Barlow, "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 0;
    text-transform: none;
    color: #00694e;
    font-weight: 500;
}
#logoSpaceContent h1 a {
    color: #00694e;
    font-weight: 500;
    text-decoration: none;
}
#logoSpaceContent h1 a:hover {
    text-decoration: underline;
}

#header-bottom.sticky {
    z-index: 8;
}

@media screen and (max-width: 860px) {
    /*
    #admissions-banner {
      position: absolute;
      top: -5px;
      width: 100%;
      display: block;
      -webkit-transform: none;
      transform: none;
      left: 0;
    }
    */
    #header-bottom {
        position: initial;
        z-index: initial;
    }
}

#header-bottom {
    background: #fff;
    /* Margins match those used by screens with the left tab panel. */
    margin-left: 10%;
    margin-right: 10%;
}
#ohioUniversityLogo {
    float: left;
    padding: 5px 15px 10px 0;
    vertical-align: top;
}
#ohioUniversityLogo img {
    width: 150px;
    max-height: 41px;
}
#header-bottom #global-navigation {
    display: inline-block;
    width: 85%;
    vertical-align: top;
}
@media screen and (max-width: 859px) {
    .sticky #header-top {
        box-shadow: none;
    }
    #header-bottom {
        width: 100%;
        z-index: 5;
        box-shadow: 1px -4px 15px #000;
    }
}
@media screen and (max-width: 668px) {
    #ohioUniversityLogo {
        padding: 0 15px 0 0;
    }
}
/*
#header-bottom.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 1px -3px 15px #000;
    animation: 0.4s fromTop;
    z-index: 200;
}
#header-bottom.easeUp {
    position: fixed;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 1px -3px 15px #000;
    animation: 1s easeUp;
    top: -50%;
    z-index: 200;
}
*/

@media screen and (max-width: 990px) {
    #siteOwnership {
        width: 100%;
    }
    /*
    #header-top {
      z-index: 10;
      position: relative;
    }
    */
}