html {
    overflow-y: scroll;
  }
  
  html, body, #perc-container {
    height: 100%;
    margin: 0;
    padding: 0;
  }
  
  body {
    background-color: #ffffff !important;
    box-sizing: border-box;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    /*.fixed {
      position: fixed;
      top:0; 
      left:0;
      width: 100%;
      background-color:#ffffff;
      z-index:10;
      border-bottom:1px solid #c3c3c3;
  
      #main-header {
        padding:1rem;
      }
  
      #OU-header-logo-full {
        max-width:218px!important;
      }
  
    }*/
  }
  body .perc-region {
    min-height: 0px;
  }
  body a.perc-navigation-skiplink {
    color: #000000;
    position: fixed;
    top: -30px;
    left: 0px;
    display: block;
    z-index: 100;
    text-decoration: underline;
  }
  body a.perc-navigation-skiplink:focus {
    color: #000000;
    text-decoration: underline;
    top: 0px;
    left: 0px;
    position: fixed;
  }
  body .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  body .flex-item {
    display: flex;
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 1 auto;
    width: 100%;
  }
  body .inline-flex-item {
    display: inline-flex;
  }
  body .sticky-wrapper {
    background-color: #ffffff;
    z-index: 2;
    position: relative;
  }
  body .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  body #main-header {
    background-color: #ffffff;
    padding: 2rem 1rem 1.5rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
    transition: all 0.5s ease-in-out;
    align-items: center;
    flex-wrap: nowrap;
  }
  @media (max-width: 1023px) {
    body #main-header {
      flex-direction: column;
    }
  }
  @media (max-width: 639px) {
    body #main-header {
      padding: 2.5rem 0rem 0.75rem 0rem;
    }
  }
  body #main-header #logo-container {
    display: flex;
    -webkit-box: 1;
    -moz-box: 1;
    flex: 1 1 auto;
    min-width: 290px;
  }
  @media (min-width: 640px) and (max-width: 1023px) {
    body #main-header #logo-container {
      padding-bottom: 1rem;
    }
  }
  @media (max-width: 639px) {
    body #main-header #logo-container {
      min-width: 80%;
    }
  }
  body #main-header #logo-container .logo-link {
    width: 100%;
    min-height: 75px;
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/Assets/template-assets/homepage/2020/images/OaklandUniversity_WebLogo_Gold.png");
  }
  @media (max-width: 1023px) {
    body #main-header #logo-container .logo-link {
      background-position: center;
    }
  }
  body #main-header #header-nav-container {
    width: 100%;
    padding-top: 1rem;
  }
  @media (min-width: 640px) {
    body #main-header #header-nav-container {
      -webkit-box: 1;
      -moz-box: 1;
      flex: 1 1 auto;
      width: auto;
      padding-top: 0px;
    }
  }
  body #main-header #header-nav-container #nav-top-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    /* ANIMATION */
  }
  @media (min-width: 640px) and (max-width: 1023px) {
    body #main-header #header-nav-container #nav-top-row {
      justify-content: center;
    }
  }
  @media (min-width: 1024px) {
    body #main-header #header-nav-container #nav-top-row {
      justify-content: flex-end;
    }
  }
  body #main-header #header-nav-container #nav-top-row #desktop-resource-menu {
    display: none;
    justify-content: flex-end;
  }
  @media (min-width: 640px) {
    body #main-header #header-nav-container #nav-top-row #desktop-resource-menu {
      display: flex;
      -webkit-box: 0;
      -moz-box: 0;
      flex: 0 1 auto;
    }
  }
  body #main-header #header-nav-container #nav-top-row #desktop-resource-menu ul {
    justify-content: flex-end;
    margin: 0;
    list-style-type: none;
  }
  @media (max-width: 1023px) {
    body #main-header #header-nav-container #nav-top-row #desktop-resource-menu ul {
      justify-content: center;
    }
  }
  body #main-header #header-nav-container #nav-top-row #desktop-resource-menu ul li {
    padding-left: 1rem;
  }
  @media (max-width: 1023px) {
    body #main-header #header-nav-container #nav-top-row #desktop-resource-menu ul li:not(:first-child) {
      padding-left: 0.5rem;
    }
    body #main-header #header-nav-container #nav-top-row #desktop-resource-menu ul li:first-child {
      padding-left: 0rem;
    }
  }
  body #main-header #header-nav-container #nav-top-row #desktop-resource-menu ul li a {
    color: #757575;
    font-size: 0.8rem;
    font-family:  "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
    font-weight: 500;
  }
  @media (max-width: 1023px) {
    body #main-header #header-nav-container #nav-top-row #desktop-resource-menu ul li a {
      font-size: 0.75rem;
    }
  }
  body #main-header #header-nav-container #nav-top-row #desktop-resource-menu ul li a:hover, body #main-header #header-nav-container #nav-top-row #desktop-resource-menu ul li a:focus {
    color: #877148;
    text-decoration: underline;
  }
  body #main-header #header-nav-container #nav-top-row .menu-btn {
    position: relative;
    justify-content: center;
    align-items: center;
    margin-left: 0.5rem;
    width: 35px;
    height: 35px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    display: none;
  }
  @media (max-width: 639px) {
    body #main-header #header-nav-container #nav-top-row .menu-btn {
      display: flex;
    }
  }
  body #main-header #header-nav-container #nav-top-row .menu-btn__burger {
    width: 25px;
    height: 3px;
    background: #767677;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
    transition: all 0.5s ease-in-out;
  }
  body #main-header #header-nav-container #nav-top-row .menu-btn__burger::before,
  body #main-header #header-nav-container #nav-top-row .menu-btn__burger::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    background: #767677;
    border-radius: 3px;
    box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
    transition: all 0.5s ease-in-out;
  }
  body #main-header #header-nav-container #nav-top-row .menu-btn__burger::before {
    transform: translateY(-9px);
  }
  body #main-header #header-nav-container #nav-top-row .menu-btn__burger::after {
    transform: translateY(9px);
  }
  body #main-header #header-nav-container #nav-top-row .menu-btn.open .menu-btn__burger {
    transform: translateX(-50px);
    background: transparent;
    box-shadow: none;
  }
  body #main-header #header-nav-container #nav-top-row .menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(35px, -35px);
  }
  body #main-header #header-nav-container #nav-top-row .menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
  }
  body #main-header #header-nav-container #nav-top-row #header-search {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 1 auto;
    justify-content: flex-start;
    /* input */
    transition: all 0.5s ease;
    border: 1px solid transparent;
    padding: 0.25rem;
  }
  @media (min-width: 1024px) {
    body #main-header #header-nav-container #nav-top-row #header-search {
      margin-left: 1.5rem;
    }
  }
  @media (min-width: 640px) and (max-width: 1023px) {
    body #main-header #header-nav-container #nav-top-row #header-search {
      -webkit-box: 0;
      -moz-box: 0;
      flex: 0 1 auto;
      margin-left: 0.75rem;
    }
  }
  @media (max-width: 639px) {
    body #main-header #header-nav-container #nav-top-row #header-search {
      flex-basis: 75%;
      margin-right: 1rem;
    }
  }
  body #main-header #header-nav-container #nav-top-row #header-search .search-form {
    flex-wrap: nowrap;
  }
  @media (max-width: 639px) {
    body #main-header #header-nav-container #nav-top-row #header-search .search-form {
      justify-content: flex-end;
    }
  }
  body #main-header #header-nav-container #nav-top-row #header-search input {
    min-width: 0;
  }
  body #main-header #header-nav-container #nav-top-row #header-search input[type=text] {
    font-size: 1.1em;
    border: none;
    color: #bfbdb8;
    background-color: #fff;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 12px;
    font-weight: 300;
    margin: 0px;
  }
  @media (max-width: 639px) {
    body #main-header #header-nav-container #nav-top-row #header-search input[type=text] {
      width: 94%;
    }
  }
  body #main-header #header-nav-container #nav-top-row #header-search input[type=text]:focus {
    border-color: #999;
    outline: none;
    color: #000;
  }
  body #main-header #header-nav-container #nav-top-row #header-search input[type=text]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #bfbdb8;
  }
  body #main-header #header-nav-container #nav-top-row #header-search input[type=text]::-moz-placeholder {
    /* Firefox 19+ */
    color: #bfbdb8;
  }
  body #main-header #header-nav-container #nav-top-row #header-search input[type=text]:-ms-input-placeholder {
    /* IE 10+ */
    color: #bfbdb8;
  }
  body #main-header #header-nav-container #nav-top-row #header-search input[type=text]:-moz-placeholder {
    /* Firefox 18- */
    color: #bfbdb8;
  }
  body #main-header #header-nav-container #nav-top-row #header-search .search-box {
    display: none;
    padding: 0rem 1rem;
    max-height: 20px;
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 1 auto;
    box-shadow: none;
  }
  body #main-header #header-nav-container #nav-top-row #header-search .searchIcon {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 0 auto;
    height: auto;
    max-width: 20px;
    max-height: 20px;
  }
  body #main-header #header-nav-container #nav-top-row #header-search.active {
    border-color: #c3c3c3;
  }
  body #main-header #header-nav-container #global-mobile-nav-container {
    -webkit-box: 1;
    -moz-box: 1;
    flex: 1 1 auto;
    position: relative;
    z-index: 10;
  }
  @media (min-width: 640px) {
    body #main-header #header-nav-container #global-mobile-nav-container {
      display: none;
    }
  }
  body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav {
    display: none;
    background-color: #fff;
    width: 100vw;
    padding-top: 1rem;
  }
  body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav ul {
    list-style-type: none;
    margin: 0;
  }
  body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #main-mobile-nav {
    text-align: center;
  }
  body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #main-mobile-nav li {
    padding: 0.5rem 0rem;
    border-bottom: 1px solid #c3c3c3;
  }
  body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #main-mobile-nav li a {
    font-family:  "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
    font-weight: 400;
    color: #404040;
    font-size: 1.1rem;
  }
  body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #main-mobile-nav li a:hover, body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #main-mobile-nav li a:focus {
    color: #877148;
    text-decoration: underline;
  }
  body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #main-mobile-nav li:first-of-type {
    border-top: 1px solid #c3c3c3;
  }
  body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #mobile-resource-menu {
    padding: 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #mobile-resource-menu li {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 1 50%;
  }
  body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #mobile-resource-menu li a {
    font-family:  "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
    font-weight: 400;
    color: #877148;
    font-size: 1.04rem;
  }
  body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #mobile-resource-menu li a:hover, body #main-header #header-nav-container #global-mobile-nav-container #mobile-nav #mobile-resource-menu li a:focus {
    color: #404040;
    text-decoration: underline;
  }
  body #main-header #header-nav-container #nav-bottom-row {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    padding-top: 0.5rem;
  }
  @media (max-width: 1023px) {
    body #main-header #header-nav-container #nav-bottom-row {
      justify-content: center;
    }
  }
  @media (max-width: 639px) {
    body #main-header #header-nav-container #nav-bottom-row {
      display: none;
    }
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation {
    -webkit-box: 1;
    -moz-box: 1;
    flex: 1 1 auto;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation ul {
    margin: 0;
    padding: 0;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu {
    position: relative;
    flex-direction: row;
    justify-content: flex-end;
  }
  @media (max-width: 1023px) {
    body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu {
      justify-content: center;
    }
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item {
    display: inline-block;
    list-style-type: none;
    padding-left: 1.25rem;
  }
  @media (max-width: 1199px) {
    body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item {
      padding-left: 0.85rem;
    }
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item:hover, body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item:focus {
    color: #877148;
    text-decoration: underline;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item:hover > a, body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item:focus > a {
    color: inherit;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item:hover > .sub-menu-container, body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item:focus > .sub-menu-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item:focus-within {
    color: #877148;
    text-decoration: underline;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item:focus-within > a {
    color: inherit;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li.menu-item:focus-within > .sub-menu-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li a {
    text-align: center;
    font-family:  "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
    font-weight: 400;
    color: #404040;
    font-size: 1.1rem;
  }
  @media (min-width: 1024px) and (max-width: 1199px) {
    body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li a {
      font-size: 0.94rem;
    }
  }
  @media (max-width: 1023px) {
    body #main-header #header-nav-container #nav-bottom-row #main-navigation .main-menu li a {
      font-size: 0.85rem;
    }
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container {
    display: none;
    position: absolute;
    z-index: 1;
    max-width: 460px;
    color: #404040;
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    top: 1.5rem;
    background: #FFFFFF;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container > a {
    color: #404040;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container > a:hover, body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container > a:focus {
    color: #877148;
    text-decoration: underline;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 1 50%;
    padding-bottom: 1rem;
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu {
      -webkit-box: 0;
      -moz-box: 0;
      flex: 0 1 auto;
      width: 100%;
    }
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu.full-width {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 1 100%;
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu.full-width {
      -webkit-box: 0;
      -moz-box: 0;
      flex: 0 1 auto;
      width: 100%;
    }
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu .sub-nav-section-title {
    font-family:  "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
    font-weight: 400;
    color: #877148;
    font-size: 1rem;
    line-height: 1.2;
    padding-bottom: 0.25rem;
  }
  @media (max-width: 1023px) {
    body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu .sub-nav-section-title {
      font-size: 0.92rem;
    }
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu li {
    display: flex;
    padding-right: 2em;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu li a {
    text-align: left;
    font-family:  "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
    font-weight: 300;
    font-size: 0.84rem;
    line-height: 1.1;
    padding-bottom: 0.45rem;
    color: #404040;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu li a:hover, body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu li a:focus {
    color: #877148;
    text-decoration: underline;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu li a.view-all-link {
    display: flex;
    align-items: center;
    text-align: center;
    font-family:  "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
    font-weight: 700;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container .sub-menu li a.view-all-link img {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 0 auto;
    padding-left: 0.25rem;
  }
  body #main-header #header-nav-container #nav-bottom-row #main-navigation .sub-menu-container.snap-right {
    right: 0;
  }
  body #page-breadcrumb-row {
    border-top: 1px solid #dcdcdc;
  }
  body .footer-container {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 95%), url("https://www.oakland.edu/Assets/template-assets/homepage/2020/images/footer-bg.jpg");
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0), url("https://www.oakland.edu/Assets/template-assets/homepage/2020/images/footer-bg.jpg");
    background-size: cover;
    background-position: center 40%;
    background-repeat: no-repeat;
    transform-style: preserve-3d;
  }
  @media (max-width: 639px) {
    body .footer-container {
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 30%), url("https://www.oakland.edu/Assets/template-assets/homepage/2020/images/footer-bg.jpg");
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0), url("https://www.oakland.edu/Assets/template-assets/homepage/2020/images/footer-bg.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center 11rem;
    }
  }
  @media (min-width: 1440px) {
    body .footer-container {
      background: linear-gradient(0deg, rgba(255, 255, 255, 0) 25%, rgb(255, 255, 255) 95%), url("https://www.oakland.edu/Assets/template-assets/homepage/2020/images/footer-bg.jpg");
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0), url("https://www.oakland.edu/Assets/template-assets/homepage/2020/images/footer-bg.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center 60%;
    }
  }
  body .footer-container #main-footer {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
    max-width: 1200px;
    margin: 0rem auto 0rem auto;
    padding-top: 4rem;
  }
  @media (min-width: 1440px) {
    body .footer-container #main-footer {
      padding-bottom: 22%;
    }
  }
  @media (min-width: 1200px) and (max-width: 1439px) {
    body .footer-container #main-footer {
      padding-bottom: 34%;
    }
  }
  @media (min-width: 1024px) and (max-width: 1199px) {
    body .footer-container #main-footer {
      padding-bottom: 36%;
    }
  }
  @media (min-width: 640px) and (max-width: 1023px) {
    body .footer-container #main-footer {
      padding-bottom: 50%;
    }
  }
  @media (max-width: 639px) {
    body .footer-container #main-footer {
      padding-bottom: 110%;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
    }
  }
  body .footer-container #footer-logo-container {
    text-align: center;
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 0 auto;
  }
  @media (min-width: 640px) {
    body .footer-container #footer-logo-container {
      flex-basis: 19.5%;
    }
  }
  body .footer-container #footer-logo-container a {
    display: block;
    width: 100%;
  }
  @media (max-width: 639px) {
    body .footer-container #footer-logo-container a img {
      max-width: 60%;
    }
  }
  body .footer-container #footer-content-container {
    /*background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.2)));
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -o-linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -ms-linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(0deg, rgba(255, 255, 255,0.8) 0%, rgba(255, 255, 255,0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);*/
    /*background-color:rgba(255, 255, 255, 0.6);
    -moz-box-shadow:0px 0px 8px 21px rgba(255,255,255,0.6);
    -webkit-box-shadow:0px 0px 21px 8px rgba(255,255,255,0.6);
    box-shadow:0px 0px 21px 8px rgba(255,255,255,0.6);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 0 auto;
  }
  @media (min-width: 640px) {
    body .footer-container #footer-content-container {
      flex-basis: 76%;
      padding: 0 1.5% 1% 3%;
    }
  }
  body .footer-container #footer-content-container > .flex-container {
    width: 100%;
  }
  body .footer-container #footer-content-container .footer-contact-info {
    width: 100%;
    margin-left: 0rem;
    margin-bottom: 2rem;
    line-height: 1;
  }
  @media (max-width: 639px) {
    body .footer-container #footer-content-container .footer-contact-info {
      margin: 1.5rem auto;
      text-align: center;
    }
  }
  @media (min-width: 640px) and (max-width: 1023px) {
    body .footer-container #footer-content-container .footer-contact-info {
      margin-bottom: 1rem;
    }
  }
  body .footer-container #footer-content-container .footer-contact-info > li {
    display: inline-block;
    list-style-type: none;
    font-family:  "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
    font-weight: 400;
    font-size: 1rem;
    line-height: 0.9;
    border-right: 1px solid #000;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  @media (max-width: 639px) {
    body .footer-container #footer-content-container .footer-contact-info > li {
      margin: 0.35rem 0rem;
      border: 0;
      padding: 0;
      width: 100%;
    }
  }
  @media (min-width: 640px) and (max-width: 1023px) {
    body .footer-container #footer-content-container .footer-contact-info > li {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
    }
  }
  body .footer-container #footer-content-container .footer-contact-info > li:first-of-type {
    padding-left: 0rem;
  }
  body .footer-container #footer-content-container .footer-contact-info > li:last-of-type {
    border-right: 0px;
    padding-right: 0;
  }
  body .footer-container #footer-content-container .footer-contact-info > li a {
    color: inherit;
  }
  body .footer-container #footer-content-container .footer-contact-info > li a:hover, body .footer-container #footer-content-container .footer-contact-info > li a:focus {
    color: #877148;
    text-decoration: underline;
  }
  body .footer-container #footer-content-container .copyright {
    color: #757575;
    font-family:  "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
    font-weight: 300;
    font-size: 1rem;
  }
  @media (max-width: 639px) {
    body .footer-container #footer-content-container .copyright {
      justify-content: center;
    }
  }
  body .footer-container #footer-content-container .copyright p {
    line-height: 1;
  }
  body .footer-container #footer-content-container .copyright #editIcon {
    padding-left: 0.4rem;
  }
  body .footer-container #footer-content-container .main-footer-navigation {
    padding: 1.5rem 0rem;
  }
  @media (min-width: 640px) {
    body .footer-container #footer-content-container .main-footer-navigation {
      margin: 1rem 0rem 0rem 0rem;
      padding: 2rem 0rem 3rem 0rem;
      border-top: 1px solid #c3c3c3;
    }
  }
  body .footer-container #footer-content-container .main-footer-navigation > .flex-container {
    align-items: flex-start;
  }
  body .footer-container #footer-content-container .main-footer-navigation .sub-menu {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 1 100%;
  }
  @media (min-width: 640px) {
    body .footer-container #footer-content-container .main-footer-navigation .sub-menu {
      -webkit-box: 1;
      -moz-box: 1;
      flex: 1 1 auto;
      width: 25%;
    }
  }
  body .footer-container #footer-content-container .main-footer-navigation .sub-menu .nav-heading {
    color: #74613E;
    font-family:  "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1rem;
    margin-bottom: 0.2rem;
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 0 100% 0 auto;
  }
  @media (max-width: 639px) {
    body .footer-container #footer-content-container .main-footer-navigation .sub-menu .nav-heading {
      justify-content: center;
      padding-top: 1.5rem;
    }
  }
  body .footer-container #footer-content-container .main-footer-navigation .sub-menu ul {
    -webkit-box: 0;
    -moz-box: 0;
    flex: 0 0 100% 0 auto;
    list-style-type: none;
    margin: 0;
  }
  @media (min-width: 640px) {
    body .footer-container #footer-content-container .main-footer-navigation .sub-menu ul {
      padding-right: 0.85rem;
    }
  }
  body .footer-container #footer-content-container .main-footer-navigation .sub-menu ul li {
    color: #000;
    font-family:  "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
    font-weight: 300;
    font-size: 0.95rem;
    line-height: 1.1;
    padding-bottom: 0.45rem;
  }
  @media (max-width: 639px) {
    body .footer-container #footer-content-container .main-footer-navigation .sub-menu ul li {
      justify-content: center;
    }
  }
  body .footer-container #footer-content-container .main-footer-navigation .sub-menu ul li a {
    color: inherit;
  }
  body .footer-container #footer-content-container .main-footer-navigation .sub-menu ul li a:hover, body .footer-container #footer-content-container .main-footer-navigation .sub-menu ul li a:focus {
    text-decoration: underline;
  }
  @media (max-width: 639px) {
    body .footer-container #footer-content-container .main-footer-navigation .sub-menu:first-of-type .nav-heading {
      padding-top: 0px;
    }
  }
  body .footer-container #footer-content-container .budget-transparency {
    display: none;
  }
  @media (min-width: 640px) {
    body .footer-container #footer-content-container .budget-transparency {
      padding: 2rem 0rem 0rem 0rem;
      border-top: 1px solid #c3c3c3;
    }
  }
  body .footer-container #footer-content-container .budget-transparency a {
    display: block;
    width: 100%;
  }
  @media (min-width: 640px) {
    body .footer-container #footer-content-container .budget-transparency .transparency-logo {
      -webkit-box: 0;
      -moz-box: 0;
      flex: 0 0 21%;
    }
  }
  @media (max-width: 639px) {
    body .footer-container #footer-content-container .budget-transparency .transparency-logo {
      justify-content: center;
    }
  }
  body .footer-container #footer-content-container .budget-transparency .transparency-logo a {
    text-align: center;
  }
  @media (min-width: 640px) {
    body .footer-container #footer-content-container .budget-transparency .transparency-logo a img {
      padding-right: 1rem;
    }
  }
  @media (max-width: 639px) {
    body .footer-container #footer-content-container .budget-transparency .transparency-logo a img {
      padding-bottom: 2rem;
    }
  }
  @media (min-width: 640px) {
    body .footer-container #footer-content-container .budget-transparency .transparency-text {
      -webkit-box: 0;
      -moz-box: 0;
      flex: 0 0 75%;
      align-items: center;
    }
  }
  @media (max-width: 639px) {
    body .footer-container #footer-content-container .budget-transparency .transparency-text {
      justify-content: center;
      text-align: center;
    }
  }
  body .footer-container #footer-content-container .budget-transparency .transparency-text p {
    width: 100%;
    display: block;
    font-size: 1rem;
    line-height: 1.1;
    letter-spacing: 0.01rem;
    font-family:  "Roboto Condensed", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; 
    font-weight: 300;
    font-style:italic;
  }
  body .footer-container #footer-content-container .budget-transparency .transparency-text p a {
    color: inherit;
  }
  body .footer-container #footer-content-container .budget-transparency .transparency-text p a:focus, body .footer-container #footer-content-container .budget-transparency .transparency-text p a:hover {
    color: #877148;
    text-decoration: underline;
  }
  body .footer-container #footer-content-container .budget-transparency .transparency-text p:last-of-type {
    margin-bottom: 0rem;
  }
  .footer-social-icons li {
    display: inline-block;
    list-style-type: none;
    margin: 0 0.5rem 0 0;
    width: 20px;
    height: auto;
    }
.footer-social-icons{
margin-left:0;
margin-bottom: 2rem;
}
@media (max-width: 639px){
.footer-socials{
justify-content: center;
}
}


  /*# sourceMappingURL=OU_Header_Footer_2020.css.map */