/**
 * @file
 * Use this CSS file to override base CSS rules
 */

/* Set default font weight to 300 for better typography in high-density screens */
/*body {
  font-weight: 300;
}*/

    .grid {
      max-width: 1000px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }

        .grid-item {
      min-width: 250px;
      max-width: 250px;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 250px;
              flex: 1 1 250px;
      padding-left: .5rem;
      padding-right: .5rem;
      margin-bottom: 1rem;
    }

        .wrapper {
      min-height: 100vh;
      padding: 2rem 0;
      background: #40424a;
      color: #e4e4e8;
      font-family: 'Roboto', sans-serif;
      text-align: center;
    }
    .grid-item figure {
      padding: 0;
      margin: 0;
      box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.05);
    }

    .grid-item figure img {
      display: block;
      max-width: 100%;
    }
    .grid-item figcaption {
      display: block;
      padding: .625rem .5rem;
      background: #474952;
    }

.region--dark-typography ul.menu.cta-active > li:last-child > a {
    border-color: #002B55 !important;
}

.region--dark-typography ul.menu.cta-active > li:last-child > a:hover, .region--dark-typography ul.menu.cta-active > li:last-child > a:focus {
    border-color: #002B55 !important;
    background-color: #002B55 !important;
}

.banner-int{

  -moz-border-radius: 0px 50%  
  -webkit-border-radius: 0px 50%;
  border-radius: 0px 50%;
  height: 300px;
}

.view-footer {
    margin-top: 0px;
}

.main-menu__item--level-0 > a {
   font-size: 24px;
   color: #333;  
}

.main-menu__item--level-0 ul{

  margin-bottom: 40px !important;
}

.main-menu__item--level-1 > a {
  list-style: none;
   color: #333;
   margin: 40px 60px; 
   font-weight: bold;
}

#menu li:nth-child(even) a {color:red;}

.main-menu__item--level-0:nth-child(1) > a::before {
content: '';
  height: 40px;
  width: 40px;
  display: inline-block;
  background: url('../../images/icon-about@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

.main-menu__item--level-0:nth-child(2) > a::before {
content: '';
  height: 40px;
  width: 40px;
  display: inline-block;
  background: url('../../images/icon-get-involved@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

.main-menu__item--level-0:nth-child(3) > a::before {
content: '';
  height: 40px;
  width: 40px;
  display: inline-block;
  background: url('../../images/icon-community@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

.main-menu__item--level-0:nth-child(4) > a::before {
content: '';
  height: 40px;
  width: 40px;
  display: inline-block;
  background: url('../../images/icon-community@2x.png');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}

.main-menu {

  margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.main-menu > ul li { 
  list-style-type: none;
}

/**8 Global **/

.global-top {
    z-index: 7;
    position: relative
}

.global-top::after {
    clear: both;
    content: "";
    display: block
}

.global-top__utility li.has-nosubmenu {
    float: left;
    width: 50%;
}

.global-top__utility {
    display: none;
    float: right;
    padding-top: 9px;
    padding-top: .5625rem
}

.global-top__utility ul > li:before { list-style-type: none; display:none; }

.global-top__utility ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

@media screen and (min-width:60.0625em) {
    .global-top__utility {
        display: block;
        list-style-type: none;
        width: 100%;
    }
}

@media screen and (max-width:60.0625em) {
    .global-top__utility {
        display: block;
        list-style-type: none;
        width: 100%;
    }
}



.global-top__utility-item:last-child {
    margin-right: 0;
    padding-right: 0;
}

.global-top__utility-item.has-submenu:hover {
    background-color: #fff;
    /*box-shadow: 1px 0 5px rgba(0, 0, 0, 0.15); */
    z-index: 2;
}

/* .global-top__utility-item.has-submenu:hover>a,
.global-top__utility-item.has-submenu:hover>span {
    color: #222;
} */

.global-top__utility-item.has-submenu:hover>a::after,
.global-top__utility-item.has-submenu:hover>span::after {
    /* border-top-color: #222 */
}

.global-top__utility-item.has-submenu:hover .global-top__submenu {
    display: block;
}

.global-top__utility-item.has-submenu a::after,
.global-top__utility-item.has-submenu span:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 0;
    margin-left: 6px;
    margin-left: .375rem;

}

.global-top__utility-item a {
    text-decoration: underline dotted;
    text-underline-position: under;
}

.global-top__utility-item>a,
.global-top__utility-item>span {
    font-weight: bold;
    font-size: 22px;
    display: inline-block;
    line-height: 1;
}

.global-top__utility-item>a:focus,
.global-top__utility-item>span:focus{
    color: #d9230f;
    text-decoration: none;
    outline: 2px solid #d9230f;
}

.global-top__utility-item>a:hover,
.global-top__utility-item>span:hover {
    color: #d9230f;
    text-decoration: underline;
}

.global-top__utility-item>span {
    cursor: default;
}

.global-top__utility-item .icon {
    margin-right: 6px;
    margin-right: .375rem;
}

.global-top__submenu {
    background-color: #fff;
   /* box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15); */
    z-index: 1;
    padding: 0px 20px 20px 20px;
    margin-left: -20px;
    margin-left: -1.25rem;
}

.global-top__submenu::after {
    clear: both;
    content: "";
    display: block;
}

.global-top__submenu ul {
      display: block;
      width: 100%;
      column-count: 2;
}

.global-top__submenu li {
    font-size: 18px;
    line-height: 1.36;
    letter-spacing: 0.208px;
    letter-spacing: 0.013rem;
    margin-bottom: 40px;
    width: 100%;
    -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
    page-break-inside: avoid; /* Firefox */
    break-inside: avoid; /* IE 10+ */
}

.global-top__submenu ul li{
    display: block;
    clear: left;
}

/*.global-top__submenu ul li:nth-child(2n + 1){
    clear: left;
} */

.global-top__submenu li a {
    color: #d9230f;
}

.global-top__submenu li a:hover {
    color: #d9230f;
    text-decoration: underline;
}

.global-top__submenu li a:focus {
    color: #d9230f;
    text-decoration: none;
    outline: 2px solid #d9230f;
}

.global-top__submenu li a:after {
    content: none;
}

/*.global-top__submenu-col:nth-last-child(1n):first-child,
.global-top__submenu-col:nth-last-child(1n):first-child ~ * {
    float: left;
    width: 50%;
    padding-right: 20px;
    padding-right: 1.25rem;
}

.global-top__submenu-col:nth-last-child(1n):first-child:last-child,
.global-top__submenu-col:nth-last-child(1n):first-child ~ *:last-child {
    padding-right: 0;
} */

.nav-onpage-description {
    margin: 5px 50px;
    color: #606060;
    line-height: 22px;
}

.nav-onpage-description1 {
    font-size: 14px;
    margin: 5px 0px 25px 0px;
    color: #606060;
}


.l-global-header__primary-nav,
.utility-nav__menu-text {
    font-family: Franklin Gothic Condensed, Helvetica, Arial, Nimbus Sans L, sans-serif;
}
.l-global-header__primary-nav {
    font-weight: 600;
    font-size: 95%;
}
@media (min-width: 1100px) {
    .front .l-global-header__primary-nav {
        margin-top: 65px;
    }
    .front .isFixed .l-global-header__primary-nav {
        margin-top: 20px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}
.l-global-header__primary-nav nav {
    text-align: center;
}
.l-global-header__primary-nav a {
    position: relative;
    text-align: center;
    color: #fff;
    margin-right: 0.75em;
}
.l-global-header__primary-nav a:after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, -5px);
    transform: translate(-50%, -5px);
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #8dc9e8;
    opacity: 0;
}
.l-global-header__primary-nav a:hover {
    color: #8dc9e8;
}
.l-global-header__primary-nav a:last-child {
    margin-right: 0;
}
@media (min-width: 1400px) {
    .l-global-header__primary-nav a {
        margin-right: 2.625em;
    }
}
@media (min-width: 1600px) {
    .l-global-header__primary-nav a {
        font-size: 1.1em;
        line-height: 1.36364em;
        margin-right: 3em;
    }
}
.l-global-header__primary-nav .js-active {
    color: #8dc9e8;
}
.l-global-header__primary-nav .js-active:after {
    -webkit-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    opacity: 1;
}
.global-header__subnav {
    display: none;
    -webkit-transition: visibility 0s ease 0.5s, opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1);
    transition: visibility 0s ease 0.5s, opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1);
    transition: transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1), visibility 0s ease 0.5s, opacity 0.5s ease;
    transition: transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1), visibility 0s ease 0.5s, opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 7;
}
@media (min-width: 1100px) {
    .global-header__subnav {
        display: block;
    }
}
.global-header__subnav.js-open-subnav {
    -webkit-transition: visibility 0s ease, opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1);
    transition: visibility 0s ease, opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1);
    transition: transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1), visibility 0s ease, opacity 0.5s ease;
    transition: transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1), visibility 0s ease, opacity 0.5s ease, -webkit-transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1);
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important;
    opacity: 1;
    visibility: visible;
}
.global-header__subnav > .container {
    position: relative;
}
.subnav__item {
    -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    padding: 1.5em 0;
}
.subnav__item.js-active-subnav {
    opacity: 1;
    visibility: visible;
}
.l-subnav__sublinks {
    font-family: Franklin Gothic Condensed, Helvetica, Arial, Nimbus Sans L, sans-serif;
    font-weight: 400;
}
.l-subnav__sublinks a {
    color: #343f47;
}
.l-subnav__sublinks a:hover {
    color: #004990;
}
.l-subnav__sublinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sublinks__parent > a {
    font-size: 1.56em;
    line-height: 0.96154em;
    display: block;
    border-bottom: 1px solid #ddd;
    color: #004990;
    padding: 0.75em 0;
    margin-bottom: 0.375em;
}
.sublinks__parent > a:after {
    content: "";
    display: inline-block;
    background-image: url(../svg/icon-arrow.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 0.75em;
    height: 0.75em;
    vertical-align: middle;
    margin-left: 0.2em;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.sublinks__parent > a:hover:after {
    -webkit-transform: translateX(0.15em);
    transform: translateX(0.15em);
}
.sublinks__children {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.sublinks__children li {
    padding: 0.375em 0;
}
.global-footer {
    background-color: #0a1f2c;
    color: #819099;
}
.l-footer-contact {
    font-size: 0.85em;
    line-height: 1.76471em;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    text-align: center;
    padding: 3em 20px 1.5em;
}
@media (min-width: 600px) {
    .l-footer-contact {
        text-align: left;
    }
}
@media (min-width: 1100px) {
    .l-footer-contact {
        border-bottom: 0;
        border-right: 1px solid hsla(0, 0%, 100%, 0.2);
        text-align: center;
    }
}
@media (min-width: 1400px) {
    .l-footer-contact {
        padding-left: 40px;
        padding-right: 40px;
    }
}
.footer-contact__logo {
    display: inline-block;
    max-width: 180px;
    margin-bottom: 0.75em;
}
@media (min-width: 600px) {
    .footer-contact__logo {
        float: left;
        margin-right: 3em;
    }
}
@media (min-width: 900px) {
    .footer-contact__logo {
        max-width: 220px;
    }
}
@media (min-width: 1100px) {
    .footer-contact__logo {
        float: none;
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
        padding-bottom: 1.5em;
        margin: 0 0 1.5em;
    }
}
.footer-contact__logo svg {
    width: 100%;
    height: auto;
}
.footer-contact__tel {
    font-size: 1.25em;
    line-height: 1.2em;
    display: block;
    font-family: Franklin Gothic Condensed, Helvetica, Arial, Nimbus Sans L, sans-serif;
    font-weight: 400;
    margin-bottom: 0.375em;
}
@media (min-width: 600px) {
    .footer-contact__tel {
        margin-top: 1.8em;
    }
}
@media (min-width: 900px) {
    .footer-contact__tel {
        margin-top: 2.4em;
    }
}
@media (min-width: 1100px) {
    .footer-contact__tel {
        margin-top: 0;
    }
}
.footer-contact__address {
    line-height: 1.5;
}
.footer-contact__address,
.footer-contact__links {
    display: block;
    margin-bottom: 0.375em;
}
.footer-contact__links a:last-child:before {
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    display: inline-block;
    content: "";
    border-right: 1px solid hsla(0, 0%, 100%, 0.2);
    width: 1px;
    height: 20px;
    vertical-align: text-bottom;
    padding-right: 0.3em;
    margin-right: 0.6em;
}
.l-footer-links {
    padding: 1.5em;
}
@media (min-width: 1100px) {
    .l-footer-links {
        padding: 2.625em 40px 1.125em 0;
    }
}
.l-footer-links li {
    list-style: none;
}
.l-footer-links__gateways,
.l-footer-links__primary,
.l-footer-links__utility {
    font-family: Franklin Gothic Condensed, Helvetica, Arial, Nimbus Sans L, sans-serif;
    font-weight: 400;
    margin-bottom: 1.875em;
}
.l-footer-links__ctas {
    margin-bottom: 1.875em;
}
.l-footer-links__ctas a {
    margin-bottom: 0.75em;
}
.l-footer-links__search {
    padding-bottom: 1.2em;
}
.l-footer-links__bottom {
    font-size: 0.85em;
    line-height: 1.76471em;
}
@media (min-width: 1100px) {
    .l-footer-links__bottom {
        border-top: 1px solid hsla(0, 0%, 100%, 0.2);
        padding-top: 1.5em;
    }
}
@media (min-width: 900px) {
    .footer-links__social {
        float: right;
    }
}
.footer-links__social-channel {
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-right: 0.3em;
}
.footer-links__social-channel:last-child {
    margin-right: 0;
}
.footer-links__social-channel:hover {
    border-color: #8dc9e8;
}
.footer-links__social-channel svg {
    display: block;
    width: 31px;
    height: 31px;
}
.footer-links__credits {
    line-height: 35px;
}
@media (min-width: 900px) {
    .footer-links__credits {
        float: left;
    }
}
.global-mobile {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1);
    transition: transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1);
    transition: transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1), -webkit-transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1);
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    background-color: #fff;
    padding: 6em 20px 20px;
    z-index: 7;
}
@media (min-width: 1100px) {
    .global-mobile {
        display: none;
    }
}
.global-mobile.js-mobile-menu-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.global-mobile__primary-nav {
    margin-bottom: 0.75em;
}
.global-mobile__primary-nav > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.global-mobile__primary-nav a {
    display: block;
    font-weight: 600;
    color: #343f47;
}
.global-mobile__primary-nav a.active,
.global-mobile__primary-nav a:hover {
    color: #004990;
}
.menu__parent {
    position: relative;
    border-bottom: 1px solid #ddd;
}
.menu__parent > a {
    font-size: 1.1em;
    line-height: 1.36364em;
    font-family: Franklin Gothic Condensed, Helvetica, Arial, Nimbus Sans L, sans-serif;
    padding-top: 0.45em;
    padding-bottom: 0.45em;
    margin-right: 2.25em;
}
.menu-has-children__dropdown {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../svg/icon-arrow-down--gray.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 40px;
    height: 40px;
    z-index: 7;
}
.menu-has-children__dropdown.js-dropdown-open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.menu__children {
    font-size: 0.85em;
    line-height: 1.76471em;
    display: none;
    list-style: none;
    padding: 0 0 0.75em;
    margin: 0;
}
.menu__children li {
    margin-bottom: 0.375em;
}
.global-mobile .utility-nav {
    font-size: 0.85em;
    line-height: 1.76471em;
    list-style: none;
    padding: 0;
    margin: 0;
}
.global-mobile .utility-nav li {
    margin: 0.3em 0;
    display: list-item;
    text-align: left;
}
.global-mobile .utility-nav a {
    display: block;
    font-weight: 600;
    color: #004990;
}
.global-mobile .utility-nav a:hover {
    color: #343f47;
}
.global-mobile .search__button {
    background-image: url(../svg/icon-search--blue.svg);
}
.global-mobile .search-footer__button,
.global-mobile .search__button {
    cursor: pointer;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0;
    background-color: transparent;
    border: 0;
    width: 1em;
    height: 1em;
    padding-top: 1.3em;
    line-height: 0;
    text-indent: -999999em;
    color: #fff;
}
.global-mobile .search-footer__button {
    background-image: url(../svg/icon-search--white.svg);
}
.global-secondary__nav ul li {
    display: none;
}
.global-secondary__nav ul.current li {
    display: list-item;
}
.global-secondary__nav ul.current li.level-0 {
    display: none;
}
.global-secondary__nav ul.current li.level-0.is-active,
.global-secondary__nav ul li.is-active {
    display: list-item;
}
.global-secondary__nav ul li.is-active > ul {
    display: block;
}
.global-secondary__nav ul ul.menu__grandchild ul {
    display: none;
    padding: 0 0 0 20px;
}
.global-secondary__nav ul ul.menu__grandchild li.is-active {
    display: list-item;
}
.global-secondary__nav ul ul.menu__grandchild li.is-active > ul {
    display: block;
}
.global-secondary__nav ul .menu-has-children,
.global-secondary__nav ul .menu-has-grandchild {
    position: relative;
}
.global-secondary-link {
    background: -webkit-linear-gradient(315deg, #003c77, #004990);
    background: linear-gradient(135deg, #003c77, #004990);
}
@media (min-width: 900px) {
    .global-secondary-link {
        background: -webkit-linear-gradient(left, rgba(0, 73, 144, 0), rgba(0, 73, 144, 0) 75%, #004990 0, #004990);
        background: linear-gradient(90deg, rgba(0, 73, 144, 0) 0, rgba(0, 73, 144, 0) 75%, #004990 0, #004990);
        margin-bottom: -1.5em;
    }
}
.global-secondary-link__trigger {
    position: relative;
    display: block;
    color: #fff;
    padding: 0.75em 0 0.75em 2em;
}
@media (min-width: 900px) {
    .global-secondary-link__trigger {
        width: 30.76923%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        background-color: #004990;
        border-radius: 0 0 0 6px;
        padding-left: 60px;
    }
    .global-secondary-link__trigger:hover {
        -webkit-transform: translateX(-0.5em);
        transform: translateX(-0.5em);
    }
}
.global-secondary-link__trigger:hover {
    color: #fff;
}
.global-secondary-link__label {
    font-size: 0.6em;
    line-height: 1em;
    display: block;
    font-weight: 600;
    color: #fff;
}
.global-secondary-link__section {
    font-size: 1em;
    line-height: 1.8em;
    display: block;
    font-family: Franklin Gothic Condensed, Helvetica, Arial, Nimbus Sans L, sans-serif;
    font-weight: 400;
    color: #fff;
}
.global-secondary-link__icon-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../svg/icon-menu--white.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 1.3em;
    height: 100%;
    vertical-align: middle;
}
@media (min-width: 900px) {
    .global-secondary-link__icon-menu {
        left: 20px;
    }
}
.global-secondary {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1);
    transition: transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1);
    transition: transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1), -webkit-transform 0.5s cubic-bezier(0.28, 0.21, 0.02, 1);
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    background-color: #fff;
    padding: 6em 20px 20px;
    z-index: 9999;
    overflow-y: auto;
}
.global-secondary.js-secondary-nav-scroll {
    padding-top: 1.5em;
}
@media (min-width: 1100px) {
    .global-secondary {
        -webkit-transform: translateX(400px);
        transform: translateX(400px);
        width: 400px;
        padding-left: 40px;
        padding-right: 40px;
    }
}
.global-secondary.js-secondary-menu-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.global-secondary__close {
    display: block;
    content: " ";
    position: absolute;
    top: 6em;
    right: 20px;
    height: 25px;
    width: 25px;
    background-image: url(../svg/icon-close--blue.svg);
    background-size: cover;
    cursor: pointer;
}
.js-secondary-nav-scroll .global-secondary__close {
    top: 1.5em;
}
@media (min-width: 1100px) {
    .global-secondary__close {
        right: 40px;
    }
}
.global-secondary__label {
    font-size: 0.7em;
    line-height: 2.14286em;
    color: #646a6c;
    margin-top: 2.25em;
}
.global-secondary__nav {
    margin-bottom: 0.75em;
}
.global-secondary__nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.global-secondary__nav ul ul.menu__grandchild {
    padding: 0 0 0 5px;
}
.global-secondary__nav ul ul.menu__grandchild > li {
    margin: 0;
}
.global-secondary__nav ul ul.menu__grandchild > li a {
    border-left: 1px solid #004990;
    margin-left: 5px;
    padding: 10px 15px;
}
.global-secondary__nav ul .menu__parent {
    padding: 5px 0;
}
.global-secondary__nav ul .menu-has-grandchild__dropdown {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../svg/icon-arrow-down--gray.svg);
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 50%;
    width: 40px;
    height: 40px;
    z-index: 1;
}
.global-secondary__nav ul .menu-has-grandchild {
    position: relative;
}
.global-secondary__nav ul .menu-has-grandchild__dropdown.js-dropdown-open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 20px;
    transform-origin: 20px;
}
.global-secondary__nav ul .menu__grandchild {
    display: none;
}
.global-secondary__nav a {
    display: block;
    font-weight: 600;
    color: #343f47;
}
@media (min-width: 1100px) {
    .global-secondary__nav a {
        font-weight: 400;
    }
}
.global-secondary__nav a.is-active,
.global-secondary__nav a:hover {
    color: #004990;
}
.overlay {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}
.overlay.js-active-overlay {
    opacity: 1;
    visibility: visible;
    z-index: 6;
}
.overlay.js-full-screen {
    z-index: 8;
}
.messages {
    font-size: 0.85em;
    line-height: 1.76471em;
    background-color: #fbfbfb;
    border-width: 1px 0;
    border-style: solid;
    border-color: #ddd;
    margin: 0;
}
.messages--status {
    background-color: #f3faef;
    border-color: #d6eec8;
    color: #4e8b2c;
}
.messages--warning {
    background-color: #fdf8ed;
    border-color: #f8e6bf;
    color: #a67812;
}
.messages--error {
    background-color: #fcf4f2;
    border-color: #f2d1c9;
    color: #993b23;
}

.section {
    position: relative;
}
.section-pad,
.section-pad.tagboard {
    padding-top: 3.75em;
    padding-bottom: 3.75em;
}
.section-pad--small {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}
.section-pad--top {
    padding-top: 3.75em;
}
.section-pad--bottom {
    padding-bottom: 3.75em;
}
.content .section-pad--bottom {
    padding-bottom: 2.25em;
}
.section-pad--bottom-small {
    padding-bottom: 1.5em;
}
.section--shade {
    background-color: #f0f3f5;
}
.section--shade-gradient {
    background: -webkit-linear-gradient(45deg, #f9fafb, #e7ecef);
    background: linear-gradient(45deg, #f9fafb, #e7ecef);
}
.section__heading {
    text-align: center;
    margin: 0.75em 0 2.25em;
}
.section__heading * {
    vertical-align: middle;
}
.section__heading__title {
    display: block;
    margin: 0;
}
@media (min-width: 600px) {
    .section__heading__title {
        display: inline-block;
    }
}
.hr--top {
    position: relative;
    min-width: 260px;
    top: -3.75em;
    padding: 0;
    margin: 0 20px;
}
@media (min-width: 900px) {
    .hr--top {
        width: 90%;
        margin: 0 auto;
    }
}
@media (min-width: 1100px) {
    .hr--top {
        max-width: 1200px;
    }
}
.content .hr--top {
    top: -2.25em;
}
.hr--bottom {
    position: relative;
    min-width: 260px;
    bottom: -3.75em;
    padding: 0;
    margin: 0 20px;
    clear: both;
}
@media (min-width: 900px) {
    .hr--bottom {
        width: 90%;
        margin: 0 auto;
    }
}
@media (min-width: 1100px) {
    .hr--bottom {
        max-width: 1200px;
    }
}
.content .hr--bottom {
    bottom: -2.25em;
}
div.paragraph--type--uw-stout-in-the-news + div.paragraph--type--views-insert .hr--top {
    visibility: hidden;
    display: none;
}
@media (min-width: 1100px) {
    .front:not(.user-logged-in) section.hero .hero--ambient,
    .front:not(.user-logged-in) section.hero .hero--image,
    .front:not(.user-logged-in) section.hero .hero--video {
        padding-bottom: 81px;
    }
}
@media (min-width: 1400px) {
    .front:not(.user-logged-in) section.hero .hero--ambient,
    .front:not(.user-logged-in) section.hero .hero--image,
    .front:not(.user-logged-in) section.hero .hero--video {
        padding-bottom: 177px;
    }
}
.button,
.button--footer,
.button--full,
.button--secondary,
.button--secondary--full,
.content-text .button,
.content-text .button--secondary,
.l-footer-links__ctas a,
button {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 0.7em;
    line-height: 2.14286em;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #004990;
    border-radius: 3px;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    vertical-align: middle;
    padding: 0.75em 1.5em;
}
.button--footer:active,
.button--footer:focus,
.button--footer:hover,
.button--full:active,
.button--full:focus,
.button--full:hover,
.button--secondary--full:active,
.button--secondary--full:focus,
.button--secondary--full:hover,
.button--secondary:active,
.button--secondary:focus,
.button--secondary:hover,
.button:active,
.button:focus,
.button:hover,
.content-text .button:active,
.content-text .button:focus,
.content-text .button:hover,
.l-footer-links__ctas a:active,
.l-footer-links__ctas a:focus,
.l-footer-links__ctas a:hover,
button:active,
button:focus,
button:hover {
    background-color: #D32525;
    color: #fff;
    text-decoration: none;
}
.button--secondary,
.button--secondary--full,
.content-text .button--secondary {
    background-color: #bcc8d0;
    color: #343f47;
}
.button--secondary--full:active,
.button--secondary--full:focus,
.button--secondary--full:hover,
.button--secondary:active,
.button--secondary:focus,
.button--secondary:hover,
.content-text .button--secondary:active,
.content-text .button--secondary:focus,
.content-text .button--secondary:hover {
    background-color: #cbd4db;
    color: #343f47;
}
.button--secondary--full {
    width: 100%;
}
.button--footer,
.l-footer-links__ctas a {
    background-color: #1d3240;
    display: block;
    color: #fff;
    padding: 0.375em 0.75em;
}
.button--footer:active,
.button--footer:focus,
.button--footer:hover,
.l-footer-links__ctas a:active,
.l-footer-links__ctas a:focus,
.l-footer-links__ctas a:hover {
    background-color: #254052;
    color: #fff;
}
.button--full {
    width: 100%;
}
.button--disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.content-text .button,
.content-text .button--secondary,
.content-text .button--secondary:active,
.content-text .button--secondary:focus,
.content-text .button--secondary:hover,
.content-text .button:active,
.content-text .button:focus,
.content-text .button:hover {
    box-shadow: none;
}
.feedback-btn {
    font-size: 0.85em;
    line-height: 1.76471em;
    background-color: #007dc2;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 400;
    padding: 0 1em;
    bottom: 0;
    left: 63%;
    white-space: nowrap;
    position: fixed;
    z-index: 5;
}
.feedback-btn:focus,
.feedback-btn:hover {
    background-color: #004990;
    color: #fff;
}
@media (min-width: 600px) {
    .feedback-btn {
        left: 75%;
    }
}
@media (min-width: 900px) {
    .feedback-btn {
        left: 83%;
    }
}
@media (min-width: 1100px) {
    .feedback-btn {
        left: 86%;
    }
}
form .field,
form .form-item {
    margin-bottom: 1.4em;
}
legend {
    margin-bottom: 0.3em;
}
label {
    font-size: 0.85em;
    line-height: 1.41176em;
    text-align: left;
    margin: 0.375em 0;
}
label,
label.option {
    display: block;
    font-weight: 600;
}
.required {
    color: none;
}
input[type="color"],
input[type="date"],
input[type="datetime-local"],
input[type="datetime"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 1em;
    line-height: 1.5em;
    color: #343f47;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    width: 100%;
    border: 1px solid #bcc8d0;
    border-radius: 3px;
    outline: none;
    padding: 0.6em;
}
input[type="color"]:hover,
input[type="date"]:hover,
input[type="datetime-local"]:hover,
input[type="datetime"]:hover,
input[type="email"]:hover,
input[type="month"]:hover,
input[type="number"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="text"]:hover,
input[type="time"]:hover,
input[type="url"]:hover,
input[type="week"]:hover,
select:hover,
textarea:hover {
    border-color: #adbcc5;
}
input[type="color"]:active,
input[type="color"]:focus,
input[type="date"]:active,
input[type="date"]:focus,
input[type="datetime-local"]:active,
input[type="datetime-local"]:focus,
input[type="datetime"]:active,
input[type="datetime"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="month"]:active,
input[type="month"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
input[type="search"]:active,
input[type="search"]:focus,
input[type="tel"]:active,
input[type="tel"]:focus,
input[type="text"]:active,
input[type="text"]:focus,
input[type="time"]:active,
input[type="time"]:focus,
input[type="url"]:active,
input[type="url"]:focus,
input[type="week"]:active,
input[type="week"]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
    border-color: #007dc2;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    outline: none;
}
input[type="color"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #888;
    opacity: 1;
}
input[type="color"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #888;
    opacity: 1;
}
input[type="color"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #888;
    opacity: 1;
}
input[type="color"]::placeholder,
input[type="date"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="datetime"]::placeholder,
input[type="email"]::placeholder,
input[type="month"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="tel"]::placeholder,
input[type="text"]::placeholder,
input[type="time"]::placeholder,
input[type="url"]::placeholder,
input[type="week"]::placeholder,
select::placeholder,
textarea::placeholder {
    color: #888;
    opacity: 1;
}
input[type="text"].search-footer.form-autocomplete {
    color: #fff;
    background: #1d3240;
    border: 1px solid #0a1f2c;
    box-sizing: border-box;
}
input[type="text"].search-footer.form-autocomplete:hover {
    border-color: hsla(0, 0%, 100%, 0.3);
}
input[type="text"].search-footer.form-autocomplete:active,
input[type="text"].search-footer.form-autocomplete:focus {
    border-color: hsla(0, 0%, 100%, 0.6);
}
textarea {
    min-height: 150px;
}
.field__help {
    font-size: 0.7em;
    line-height: 2.14286em;
    font-style: italic;
}
select {
    background-image: url(../svg/icon-select-arrow.svg);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 25px 7px;
    padding-right: 1.5em;
}
select::-ms-expand {
    display: none;
}

/* input[type="checkbox"],
input[type="radio"] {
    position: relative;
    top: 0.17em;
    float: left;
    padding: 0;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
    margin: 0 0 0.525em 1.8em;
} */

.form-submit {
    clear: both;
    text-align: center;
}
table {
    font-size: 0.85em;
    line-height: 1.41176em;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
}
table tbody tr:first-child td {
    border-top: 2px solid #ddd;
    vertical-align: text-top;
}
table thead th {
    border-bottom: 0;
    padding: 1.125em 1.5em;
    text-align: left;
}
table tbody,
table thead th {
    background-color: #fff;
}
table tbody td {
    border-bottom: 0;
    border-top: 1px solid #ddd;
    padding: 1.125em 1.5em;
    vertical-align: text-top;
}
table tfoot {
    background-color: #fff;
}
table tfoot tr:first-child td {
    border-top: 2px solid #ddd;
}
table tfoot td {
    padding: 1.125em 1.5em;
    vertical-align: text-top;
}


.accordian .link--white#expand-all:after,
.accordian .link--white.accordian-trigger:after,
.article-list--aside a.link.link--white:after,
.link--simple.link--white:after,
.link--white.cta-icon__link:after {
    background-image: url(../svg/icon-arrow--simple-white.svg);
}
.link--white {
    color: #fff;
}
.link--white:after {
    background-image: url(../svg/icon-arrow--white.svg);
    margin-left: 0.3em;
}
.link--white:hover {
    color: #fff;
}
.hero--ambient,
.hero--image,
.hero--inspiring-grad,
.hero--video {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
}
.hero--ambient:before,
.hero--image:before,
.hero--inspiring-grad:before,
.hero--video:before {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    position: absolute;
    display: block;
    content: "";
    background: -webkit-radial-gradient(at 70% 40%, transparent 0, #000 100%);
    background: radial-gradient(at 70% 40%, transparent 0, #000 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}
.front .hero--ambient:before,
.front .hero--image:before,
.front .hero--inspiring-grad:before,
.front .hero--video:before {
    background: -webkit-radial-gradient(at 100% 60%, transparent 0, #000 100%);
    background: radial-gradient(at 100% 60%, transparent 0, #000 100%);
    opacity: 0.9;
}
.hero--ambient:after,
.hero--image:after,
.hero--inspiring-grad:after,
.hero--video:after {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    position: absolute;
    display: block;
    content: "";
    background: -webkit-linear-gradient(15deg, #002e5c, #006190);
    background: linear-gradient(75deg, #002e5c, #006190);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.8;
}
@media (min-width: 1100px) {
    .hero--ambient:after,
    .hero--image:after,
    .hero--inspiring-grad:after,
    .hero--video:after {
        background: -webkit-linear-gradient(15deg, #002e5c, rgba(0, 97, 144, 0.6) 40%, rgba(0, 97, 144, 0) 60%, rgba(0, 97, 144, 0));
        background: linear-gradient(75deg, #002e5c, rgba(0, 97, 144, 0.6) 40%, rgba(0, 97, 144, 0) 60%, rgba(0, 97, 144, 0));
    }
}
@media (min-width: 600px) {
    .hero--ambient .hero__wrap,
    .hero--image .hero__wrap,
    .hero--inspiring-grad .hero__wrap,
    .hero--video .hero__wrap {
        padding-top: 9em;
    }
}
@media (min-width: 900px) {
    .hero--ambient .hero__wrap,
    .hero--image .hero__wrap,
    .hero--inspiring-grad .hero__wrap,
    .hero--video .hero__wrap {
        min-height: 500px;
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media (min-width: 1100px) {
    .front .hero--ambient .hero__wrap,
    .front .hero--image .hero__wrap,
    .front .hero--inspiring-grad .hero__wrap,
    .front .hero--video .hero__wrap {
        min-height: 600px;
    }
}
@media (min-width: 1400px) {
    .hero--ambient .hero__wrap,
    .hero--image .hero__wrap,
    .hero--inspiring-grad .hero__wrap,
    .hero--video .hero__wrap {
        min-height: 575px;
    }
    .front .hero--ambient .hero__wrap,
    .front .hero--image .hero__wrap,
    .front .hero--inspiring-grad .hero__wrap,
    .front .hero--video .hero__wrap {
        min-height: 650px;
    }
}
@media (min-width: 1600px) {
    .hero--ambient .hero__wrap,
    .hero--image .hero__wrap,
    .hero--inspiring-grad .hero__wrap,
    .hero--video .hero__wrap {
        min-height: 700px;
    }
    .front .hero--ambient .hero__wrap,
    .front .hero--image .hero__wrap,
    .front .hero--inspiring-grad .hero__wrap,
    .front .hero--video .hero__wrap {
        min-height: 750px;
    }
}
.hero--ambient .hero__content,
.hero--image .hero__content,
.hero--inspiring-grad .hero__content,
.hero--video .hero__content {
    position: relative;
    color: #fff;
    text-shadow: 0 2px 5px rgba(34, 34, 34, 0.5);
    z-index: 2;
}
.hero--ambient .hero__content a.link--white,
.hero--image .hero__content a.link--white,
.hero--inspiring-grad .hero__content a.link--white,
.hero--video .hero__content a.link--white {
    margin-right: 2em;
}
@media (min-width: 900px) {
    .hero--ambient .hero__content,
    .hero--image .hero__content,
    .hero--inspiring-grad .hero__content,
    .hero--video .hero__content {
        position: absolute;
        bottom: 40px;
        left: 0;
    }
}
@media (min-width: 1100px) {
    .hero--ambient .hero__content,
    .hero--image .hero__content,
    .hero--inspiring-grad .hero__content,
    .hero--video .hero__content {
        bottom: 60px;
        width: 55%;
    }
}
.hero--ambient .hero__teaser,
.hero--image .hero__teaser,
.hero--inspiring-grad .hero__teaser,
.hero--video .hero__teaser {
    color: #fff;
}
.hero__wrap {
    position: relative;
    padding-top: 3em;
    padding-bottom: 3em;
}
@media (min-width: 600px) {
    .hero--has-breadcrumbs .hero__wrap {
        padding-top: 4.5em;
    }
}
.hero__title {
    margin-top: 0;
}
@media (min-width: 600px) {
    .hero__title {
        font-size: 3.5em;
        line-height: 1.05em;
    }
}
.hero__teaser {
    font-size: 1.25em;
    line-height: 1.44em;
    color: #8a9093;
    margin-bottom: 0.75em;
}
.hero__video-link {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: "";
    display: inline-block;
    background-image: url(../svg/icon-play-video.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    opacity: 0.7;
}
@media (min-width: 1100px) {
    .hero__video-link {
        width: 100px;
        height: 100px;
    }
}
.hero__video-link:hover {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@media (min-width: 1100px) {
    .hero__video-link {
        position: absolute;
        right: -50%;
        bottom: 20%;
    }
}
@media (min-width: 1600px) {
    .hero__video-link {
        bottom: 30%;
    }
}
.hero--ambient__video {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(2);
    transform: translateX(-50%) translateY(-50%) scale(2);
}
@media (min-width: 1100px) {
    .hero--ambient__video {
        display: block;
    }
}
.l-hero-profile__image {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
    background-color: hsla(0, 0%, 100%, 0.6);
    text-align: center;
    line-height: 0;
    padding: 0.75em;
    margin-bottom: 0.75em;
}
.l-hero-profile__image img {
    display: inline-block;
    width: 50%;
}
@media (min-width: 600px) {
    .l-hero-profile__image {
        width: 30.76923%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: both;
        background-color: transparent;
        padding: 0;
        margin-bottom: 0;
    }
    .l-hero-profile__image img {
        float: right;
        display: block;
        width: 100%;
    }
}
@media (min-width: 1100px) {
    .l-hero-profile__image img {
        width: 75%;
    }
}
.l-hero-profile__info {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
}
@media (min-width: 600px) {
    .l-hero-profile__info {
        width: 65.38462%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none;
    }
}
.hero__job-title {
    font-size: 1.56em;
    line-height: 1.20192em;
    font-family: Franklin Gothic, Helvetica, Arial, Nimbus Sans L, sans-serif;
    font-style: italic;
    color: #8a9093;
    margin-top: 0;
}
@media (min-width: 600px) {
    .hero__job-title {
        font-size: 2em;
        line-height: 0.9375em;
    }
}
.hero__group-links {
    margin-top: 0.75em;
    line-height: normal;
}
@media (min-width: 600px) {
    .hero__group-links {
        margin-top: 1.5em;
    }
}
.hero__group-item {
    margin: 0.3em 0;
}
.hero__grad-label,
.hero__group-label {
    font-size: 0.7em;
    line-height: 2.14286em;
    font-weight: 600;
    display: block;
}
@media (min-width: 600px) {
    .hero__grad-label,
    .hero__group-label {
        display: inline-block;
    }
}
.hero--profile .hero__title {
    font-size: 2.5em;
    line-height: 1.05em;
    margin-bottom: 0.15em;
}
@media (min-width: 600px) {
    .hero--profile .hero__title {
        font-size: 3.5em;
        line-height: 1.05em;
    }
}
.hero--profile .hero__wrap {
    padding-bottom: 6em;
}
.hero--program__image {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
    text-align: center;
}
.hero--program__image:before {
    background: -webkit-radial-gradient(at 70% 40%, transparent 0, #000 100%);
    background: radial-gradient(at 70% 40%, transparent 0, #000 100%);
    opacity: 0.7;
}
.hero--program__image:after,
.hero--program__image:before {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.hero--program__image:after {
    background: -webkit-linear-gradient(15deg, #002e5c, #006190);
    background: linear-gradient(75deg, #002e5c, #006190);
    opacity: 0.8;
}
@media (min-width: 600px) {
    .hero--program__image .hero__wrap {
        padding-top: 9em;
    }
}
@media (min-width: 900px) {
    .hero--program__image .hero__wrap {
        min-height: 500px;
        padding-top: 10.5em;
    }
}
@media (min-width: 1400px) {
    .hero--program__image .hero__wrap {
        min-height: 575px;
        padding-top: 12em;
    }
}
@media (min-width: 1600px) {
    .hero--program__image .hero__wrap {
        min-height: 700px;
        padding-top: 15em;
    }
}
.hero--program__image .hero__content {
    position: relative;
    color: #fff;
    text-shadow: 0 2px 5px rgba(34, 34, 34, 0.5);
    z-index: 2;
    bottom: 20px;
}
@media (min-width: 900px) {
    .hero--program__image .hero__content {
        bottom: 40px;
        left: 0;
    }
}
@media (min-width: 1100px) {
    .hero--program__image .hero__content {
        bottom: 60px;
    }
}
.hero--program__image .hero__teaser {
    color: #fff;
}
.hero--search {
    text-align: center;
}
@media (min-width: 900px) {
    .hero--inspiring-grad:after {
        background: -webkit-linear-gradient(15deg, #002e5c, rgba(0, 97, 144, 0.6) 40%, rgba(0, 97, 144, 0) 60%, rgba(0, 97, 144, 0));
        background: linear-gradient(75deg, #002e5c, rgba(0, 97, 144, 0.6) 40%, rgba(0, 97, 144, 0) 60%, rgba(0, 97, 144, 0));
    }
}
.hero--inspiring-grad .hero__wrap {
    padding-bottom: 7.5em;
}
@media (min-width: 600px) {
    .hero--inspiring-grad .hero__wrap {
        padding-bottom: 6em;
    }
}
@media (min-width: 900px) {
    .hero--inspiring-grad .hero__wrap {
        min-height: 500px;
        padding-top: 0;
        padding-bottom: 4.5em;
    }
}
@media (min-width: 1100px) {
    .front .hero--inspiring-grad .hero__wrap {
        min-height: 600px;
    }
}
@media (min-width: 1400px) {
    .hero--inspiring-grad .hero__wrap {
        min-height: 575px;
    }
    .front .hero--inspiring-grad .hero__wrap {
        min-height: 650px;
    }
}
@media (min-width: 1600px) {
    .hero--inspiring-grad .hero__wrap {
        min-height: 700px;
    }
    .front .hero--inspiring-grad .hero__wrap {
        min-height: 750px;
    }
}
@media (min-width: 900px) {
    .hero--inspiring-grad .hero__content {
        bottom: 100px;
    }
}
@media (min-width: 1100px) {
    .hero--inspiring-grad .hero__content {
        bottom: 120px;
    }
}
.hero--inspiring-grad .hero__teaser {
    font-style: italic;
}
.hero--inspiring-grad .hero__title {
    margin-bottom: 0;
}
.hero__group-text {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 0.3em;
}
@media (min-width: 600px) {
    .hero__group-text {
        margin-top: 2.25em;
    }
}
.l-hero-grad__info {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
}
@media (min-width: 600px) {
    .hero__grad-label {
        width: 75px;
    }
}
@media (min-width: 900px) {
    .hero__grad-label {
        width: 100px;
    }
}
.main {
    position: relative;
    margin: 3em 0;
}
@media (min-width: 600px) {
    .main {
        margin-top: 3em;
    }
}

.l-content--main,
.l-content--main-full {
    position: relative;
    z-index: 2;
}
.l-content--main-full > :first-child,
.l-content--main > :first-child {
    margin-top: 0;
}
.l-content--main-full > :last-child,
.l-content--main > :last-child {
    margin-bottom: 0;
}
.text-formatted > :first-child {
    margin-top: 0;
}
.text-formatted > :last-child {
    margin-bottom: 0;
}
.l-content--main-right {
    position: relative;
    z-index: 2;
}
@media (min-width: 900px) {
    .section--aside {
        background: -webkit-linear-gradient(left, rgba(240, 243, 245, 0), rgba(240, 243, 245, 0) 75%, #f0f3f5 0, #f0f3f5);
        background: linear-gradient(90deg, rgba(240, 243, 245, 0) 0, rgba(240, 243, 245, 0) 75%, #f0f3f5 0, #f0f3f5);
    }
}
@media (min-width: 900px) {
    .section--aside,
    .section--aside-left {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .section--aside-left {
        background: -webkit-linear-gradient(right, rgba(240, 243, 245, 0), rgba(240, 243, 245, 0) 75%, #f0f3f5 0, #f0f3f5);
        background: linear-gradient(270deg, rgba(240, 243, 245, 0) 0, rgba(240, 243, 245, 0) 75%, #f0f3f5 0, #f0f3f5);
    }
}
.l-content--aside {
    background-color: #f0f3f5;
    padding: 20px;
}
@media (min-width: 900px) {
    .l-content--aside {
        padding: 30px 0 30px 20px;
    }
}
@media (min-width: 1100px) {
    .l-content--aside {
        padding: 40px 0 40px 40px;
    }
}
.l-content--aside-left {
    background-color: #f0f3f5;
    padding: 20px;
}
@media (min-width: 900px) {
    .l-content--aside-left {
        padding: 20px 20px 20px 0;
    }
}
@media (min-width: 1100px) {
    .l-content--aside-left {
        padding: 40px 40px 40px 0;
    }
}
.aside-block {
    border-bottom: 1px solid #bcc8d0;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}
@media (min-width: 900px) {
    .aside-block {
        padding-bottom: 2.25em;
        margin-bottom: 2.25em;
    }
}
.aside-block:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.aside-block ul.item-list__checkbox {
    list-style: none;
    padding: 0;
    margin: 0;
}
.aside-block__heading {
    margin: 0 0 0.75em;
}
.aside-block__heading,
.aside-block legend {
    font-size: 1.25em;
    line-height: 0.96em;
    color: #646a6c;
}
.aside-block legend {
    margin-top: 0.96154em;
    margin-bottom: 0.48077em;
    font-family: Franklin Gothic Condensed, Helvetica, Arial, Nimbus Sans L, sans-serif;
    font-weight: 400;
    margin: 0 0 0.75em;
}
.content-text--center {
    text-align: center;
    padding-bottom: 1em;
}
.content-text--center,
.content-text--left {
    font-size: 1.56em;
    line-height: 1.63462em;
    font-family: Franklin Gothic Condensed, Helvetica, Arial, Nimbus Sans L, sans-serif;
}
.content-quote--inline,
.content-text--left {
    text-align: left;
    text-indent: -10px;
}
.content-quote--inline {
    font-size: 1.56em;
    line-height: 1.44231em;
    font-family: Franklin Gothic Condensed, Helvetica, Arial, Nimbus Sans L, sans-serif;
    padding-bottom: 1.5em;
}
.content-insert-quote--inline {
    text-align: left;
    text-indent: -8px;
}
.content-text__pd {
    font-size: 0.85em;
    line-height: 1.41176em;
    margin-left: 5.25em;
}
@media (min-width: 900px) {
    .content-text__pd {
        margin-left: 4.5em;
    }
}
@media (min-width: 1100px) {
    .content-text__pd {
        margin-left: 5.25em;
    }
}
.content-text__item {
    font-size: 0.85em;
    line-height: 1.41176em;
}
.content-text__item ul {
    margin-bottom: 0;
}
.content-text__item .button--full,
.content-text__item .button--secondary--full {
    margin: 0.45em 0;
}
.content-text__image {
    float: left;
    width: 55px;
    height: 55px;
}
@media (min-width: 1100px) {
    .content-text__image {
        width: 70px;
        height: 70px;
    }
}
.content-image__figure img {
    display: block;
}
.content-image__caption,
.content-video__caption {
    font-size: 0.85em;
    line-height: 1.41176em;
    font-style: italic;
    color: #646a6c;
    margin-top: 0.75em;
}
.content-image__credit,
.content-video__credit {
    font-weight: 600;
    color: #343f47;
}
.content-image__figure--left {
    display: block;
    margin-bottom: 0.75em;
}
@media (min-width: 350px) {
    .content-image__figure--left {
        float: left;
        width: 40%;
        margin-right: 1.125em;
    }
}
.content-image__figure--right {
    display: block;
    margin-bottom: 0.75em;
}
@media (min-width: 350px) {
    .content-image__figure--right {
        float: right;
        width: 40%;
        margin-left: 1.125em;
    }
}
.content-image__figure--v-left {
    display: block;
    margin-bottom: 0.75em;
}
@media (min-width: 350px) {
    .content-image__figure--v-left {
        float: left;
        width: 33%;
        margin-right: 1.125em;
    }
}
.content-image__figure--v-right {
    display: block;
    margin-bottom: 0.75em;
}
@media (min-width: 350px) {
    .content-image__figure--v-right {
        float: right;
        width: 33%;
        margin-left: 1.125em;
    }
}
.article-list__item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}
.article-list__item:last-child {
    margin-bottom: 0;
}
.article-list--featured .article-list__item {
    border-bottom: 0;
    padding-bottom: 0;
}
.view-aggregator-items .l-content--main {
    padding-bottom: 1.5em;
    border-bottom: 1px solid #ddd;
}
.view-aggregator-items .article-list__item {
    border-bottom: 0;
}
.last-item .view-aggregator-items .l-content--main,
.section--aside .view-aggregator-items .l-content--main {
    padding-bottom: 0;
    border-bottom: 0;
}
.article-list__label,
.article-list__label-link {
    font-size: 0.6em;
    line-height: 1.75em;
    display: inline-block;
    background-color: #007dc2;
    color: #fff;
    font-weight: 600;
    padding: 0 0.75em;
}
.article-list__label-link:hover {
    background-color: #004990;
    color: #fff;
}
.article-list__label-link a {
    color: #fff;
}
.article-list--block .article-list__title,
.article-list .article-list__title {
    margin: 0.225em 0 0.375em;
}
.article-list__image-link {
    display: none;
}
@media (min-width: 600px) {
    .article-list__image-link {
        display: block;
        float: right;
        width: 240px;
        margin: 1.875em 0 1.5em 1.5em;
    }
}
.article-list__image {
    display: block;
}
div.article-list__image {
    width: 354px;
    height: 261px;
}
.article-list__date {
    font-size: 0.65em;
    line-height: 2.30769em;
    display: inline-block;
    font-weight: 600;
    margin-top: 0.75em;
}
.article-list--block {
    margin-bottom: 1.5em;
}
.article-list--block:last-child {
    margin-bottom: 0;
}
@media (min-width: 600px) {
    .article-list--block {
        margin-bottom: 0;
    }
}
.article-list--block .article-list__title {
    margin-top: 0;
    font-size: 1.25em;
    line-height: 1.2em;
}
.article-list--block .article-list__date {
    margin-top: 0;
}
.article-list--block .pagination__links {
    margin-top: 1.5em;
}
.article-list__title-rss {
    font-size: 1.25em;
    line-height: 1.2em;
    margin-top: 0;
}
.article-list__date-rss {
    font-size: 0.65em;
    line-height: 3.46154em;
    display: inline-block;
    line-height: 0;
    font-weight: 600;
}
.article-featured {
    display: block;
    position: relative;
    min-height: 400px;
    background-color: #888;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    color: #fff;
    margin-bottom: 1.5em;
}
@media (min-width: 900px) {
    .article-featured {
        min-height: 500px;
        margin-bottom: 3em;
    }
}
.article-featured:after {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    position: absolute;
    display: block;
    content: "";
    background: rgba(37, 39, 41, 0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}
@media (min-width: 900px) {
    .article-featured:after {
        background: -webkit-radial-gradient(at 70% 40%, rgba(37, 39, 41, 0) 0, #252729 100%);
        background: radial-gradient(at 70% 40%, rgba(37, 39, 41, 0) 0, #252729 100%);
    }
}
.article-featured:hover {
    color: #fff;
}
.article-featured:hover:after {
    opacity: 1;
}
.article-featured:hover .article-list__date,
.article-featured:hover .article-list__label,
.article-featured:hover .article-list__teaser,
.article-featured:hover .article-list__title {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
}
.article-featured:hover .article-list__link {
    -webkit-transition: opacity 0.5s ease 0.3s;
    transition: opacity 0.5s ease 0.3s;
    opacity: 1;
}
@media (min-width: 900px) {
    .article-list--featured .article-featured {
        margin-bottom: 0;
    }
}
.article-list__featured-item {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 2;
}
@media (min-width: 1100px) {
    .article-list__featured-item {
        bottom: 40px;
        left: 40px;
        right: 40px;
    }
}
.l-article-featured--1 .article-list__featured-item {
    bottom: 40px;
    left: 20px;
    right: 20px;
}
@media (min-width: 1400px) {
    .l-article-featured--1 .article-list__featured-item {
        bottom: 60px;
        left: 60px;
        right: 60px;
    }
}
@media (min-width: 1600px) {
    .l-article-featured--1 .article-list__featured-item {
        width: 75%;
        right: auto;
    }
}
.article-list__featured-item .article-list__date,
.article-list__featured-item .article-list__label,
.article-list__featured-item .article-list__teaser,
.article-list__featured-item .article-list__title {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.article-list__featured-item .article-list__title {
    font-size: 2.5em;
    line-height: 1.05em;
    text-shadow: 0 2px 35px rgba(34, 34, 34, 0.5);
}
.article-list__featured-item .article-list__teaser {
    text-shadow: 0 2px 35px rgba(34, 34, 34, 0.5);
}
.article-list__featured-item .article-list__date {
    display: block;
}
.l-article-featured--2 {
    padding: 0 20px;
}
@media (min-width: 900px) {
    .l-article-featured--2 {
        padding: 40px 20px 40px 0;
    }
}
@media (min-width: 1400px) {
    .l-article-featured--2 {
        padding: 60px 60px 60px 0;
    }
}
.l-article-featured--2 .article-list__teaser {
    font-size: 0.85em;
    line-height: 1.41176em;
}
.article-list__link {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    bottom: 0;
    opacity: 0;
    padding: 0;
    z-index: 2;
}
.article-block__tab-wrap {
    position: relative;
    text-align: center;
}
@media (min-width: 900px) {
    .article-block__more {
        position: absolute;
        top: 0.375em;
        right: 0;
    }
}
.article-block__tabs {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0 0 1.5em;
}
@media (min-width: 600px) {
    .article-block__tabs {
        margin-bottom: 3em;
    }
}
.article-block__tabs li {
    display: block;
}
@media (min-width: 600px) {
    .article-block__tabs li {
        display: inline-block;
    }
    .article-block__tabs li ~ li {
        margin-left: -5px;
    }
}
.article-block__tabs a {
    font-size: 0.85em;
    line-height: 1.76471em;
    position: relative;
    display: block;
    background-color: #f0f3f5;
    font-weight: 600;
    color: #343f47;
    padding: 0.525em 3em;
}
.article-block__tabs a.js-active {
    background-color: #004990;
    color: #fff;
}
@media (min-width: 600px) {
    .article-block__tabs a.js-active:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 73, 144, 0);
        border-top-color: #004990;
        border-width: 6px;
        margin-left: -6px;
    }
}
.article-block__group {
    display: none;
    margin-bottom: 1.5em;
}
@media (min-width: 900px) {
    .article-block__group {
        margin-bottom: 0;
    }
}
.article-block__group.js-active {
    display: block;
}
.article-block__item {
    position: relative;
    background-color: #f0f3f5;
    text-align: center;
    padding-top: 1.5em;
    padding-left: 1.5em;
    padding-right: 1.5em;
    padding-bottom: 5px !important;
    margin-bottom: 1.5em;
}
.article-block__item:last-child {
    margin-bottom: 0;
}
.article-block__item:hover {
    background-color: #fff;
    box-shadow: 0 5px 35px rgba(34, 34, 34, 0.1);
    color: #343f47;
}
@media (min-width: 600px) {
    .article-block__item {
        margin-bottom: 0;
    }
}
.article-block__date {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 400;
    color: #343f47;
}
.article-block__title {
    font-size: 1.25em;
    line-height: 1.2em;
    margin: 0.75em 0 0;
}
.article-list--aside .container {
    max-width: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
}
.article-list--aside .view-aggregator-items .l-content--main {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
}
.article-list--aside .article-list__heading {
    font-size: 1.25em;
    line-height: 0.96em;
    color: #646a6c;
    margin: 0 0 0.75em;
}
.article-list--aside .article-list__item {
    font-size: 0.85em;
    line-height: 1.41176em;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 1.125em;
}
.article-list--aside .article-list__date {
    font-size: 0.85em;
    line-height: 1.76471em;
    font-weight: 400;
    color: #343f47;
}
.article-list--aside .article-list__title {
    font-size: 1.25em;
    line-height: 1.2em;
    margin: 0.15em 0 0;
}
.article-list--aside .pagination__links {
    margin-top: 0;
}
.program-list__link {
    position: relative;
    display: block;
}
.program--list__icon {
    position: absolute;
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #888;
}
@media (min-width: 900px) {
    .program--list__icon {
        width: 60px;
        height: 60px;
    }
}
.program--list__icon svg {
    width: 100%;
    height: 100%;
}
.program--list__item {
    margin: 1.5em 0 1.5em 55px;
}
@media (min-width: 900px) {
    .program--list__item {
        margin-left: 80px;
    }
}
.program--list__title {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: block;
    color: #343f47;
    margin-top: 0.3em;
}
.program-list__link:hover .program--list__title {
    color: #004990;
}
.program--list__teaser {
    font-size: 0.85em;
    line-height: 1.41176em;
    margin-bottom: 0.75em;
    color: #343f47;
}
@media (min-width: 350px) {
    .program--list__delivery {
        border-top: 1px solid #ddd;
        padding-top: 0.3em;
    }
}
.program--list__delivery-label {
    font-size: 0.65em;
    line-height: 2.30769em;
    display: block;
    font-weight: 700;
    color: #343f47;
    display: inline-block;
}
.program--list__delivery-label:after {
    content: "/";
    color: #bcc8d0;
    margin: 0 0.3em;
}
.program--list__delivery-items {
    font-size: 0.85em;
    line-height: 1.41176em;
    color: #343f47;
    font-style: italic;
    display: block;
    list-style: none;
    line-height: 1;
    padding: 0;
    margin: 0;
    display: inline-block;
}
.program-page__icon {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 0.15em;
}
.program-page__icon svg {
    width: 100%;
    height: 100%;
}
@media (min-width: 900px) {
    .program-page__icon {
        width: 50px;
        height: 50px;
    }
}
@media (min-width: 1100px) {
    .program-page__icon {
        width: 60px;
        height: 60px;
    }
}
.cta-icon__item {
    position: relative;
}
.cta-icon__icon {
    display: block;
    background-color: #888;
    border-radius: 50%;
}
.cta-icon__icon,
.cta-icon__icon > img,
.cta-icon__icon object,
.cta-icon__icon svg {
    width: 80px;
    height: 80px;
}
.cta-icon__icon > img {
    border-radius: 50%;
}
@media (min-width: 1100px) {
    .cta-icon__icon,
    .cta-icon__icon > img,
    .cta-icon__icon object,
    .cta-icon__icon svg {
        width: 100px;
        height: 100px;
    }
}
.cta-icon__title {
    margin: 0.75em 0 0.225em;
}
.cta-icon__teaser {
    font-size: 0.85em;
    line-height: 1.41176em;
    margin-bottom: 0.375em;
}
.cta-icon--block .cta-icon__item {
    color: #343f47;
    text-align: center;
    padding: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 3em;
}
.cta-icon--block .cta-icon__item:last-child {
    margin-bottom: 0;
}
.cta-icon--block .cta-icon__item:hover {
    background-color: #fff;
    box-shadow: 0 5px 35px rgba(34, 34, 34, 0.1);
    color: #343f47;
}
@media (min-width: 600px) {
    .cta-icon--block .cta-icon__item {
        margin-bottom: 0;
    }
}
.cta-icon--block .cta-icon__item:hover .cta-icon__icon {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.cta-icon--block .cta-icon__icon {
    display: inline-block;
    position: absolute;
    top: -1.875em;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    border-radius: 50%;
}
.cta-icon--block .cta-icon__icon > img,
.cta-icon--block .cta-icon__icon object,
.cta-icon--block .cta-icon__icon svg {
    width: 60px;
    height: 60px;
}
@media (min-width: 1100px) {
    .cta-icon--block .cta-icon__icon {
        -webkit-transition: -webkit-transform 0.5s ease;
        transition: -webkit-transform 0.5s ease;
        transition: transform 0.5s ease;
        transition: transform 0.5s ease, -webkit-transform 0.5s ease;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: scale(1);
        transform: scale(1);
        width: 80px;
        height: 80px;
        margin-left: -40px;
    }
    .cta-icon--block .cta-icon__icon > img,
    .cta-icon--block .cta-icon__icon object,
    .cta-icon--block .cta-icon__icon svg {
        width: 80px;
        height: 80px;
    }
}
.cta-icon--inline .cta-icon__icon {
    float: left;
}
.cta-icon--inline .cta-icon__title {
    margin-top: 0.375em;
}
.cta-icon--inline .cta-icon__link,
.cta-icon--inline .cta-icon__teaser,
.cta-icon--inline .cta-icon__title {
    display: block;
    margin-left: 100px;
}
@media (min-width: 1100px) {
    .cta-icon--inline .cta-icon__link,
    .cta-icon--inline .cta-icon__teaser,
    .cta-icon--inline .cta-icon__title {
        margin-left: 120px;
    }
}
@media (-ms-high-contrast: active), all and (-ms-high-contrast: none) {
    .cta-icon--block .cta-icon__icon {
        margin-left: 115px;
        z-index: 2;
    }
}
.cta-stat__item {
    position: relative;
    color: #343f47;
    text-align: center;
    margin-bottom: 3em;
}
@media (min-width: 600px) {
    .cta-stat__item {
        margin-bottom: 0;
    }
}
.cta-icon__item:last-child .cta-stat__item {
    margin-bottom: 0;
}
.cta-stat__icon {
    display: block;
    background-color: #888;
    border-radius: 50%;
}
.cta-stat__icon,
.cta-stat__icon > img,
.cta-stat__icon object,
.cta-stat__icon svg {
    width: 80px;
    height: 80px;
}
@media (min-width: 1100px) {
    .cta-stat__icon,
    .cta-stat__icon > img,
    .cta-stat__icon object,
    .cta-stat__icon svg {
        width: 100px;
        height: 100px;
    }
}
.cta-stat__title {
    margin: 0;
}
.cta-stat--block .cta-stat__icon {
    display: inline-block;
}
.cta-stat--inline .cta-stat__icon {
    float: left;
}
.cta-stat--inline .cta-stat__title {
    margin-top: 0.375em;
    margin-left: 100px;
}
@media (min-width: 1100px) {
    .cta-stat--inline .cta-stat__title {
        font-size: 2em;
        line-height: 1.125em;
        margin-left: 120px;
    }
}
.cta-list--block__list {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5em;
}
.cta-list--block__list li {
    margin: 0 0 0.375em;
}
.cta-list--block__list a {
    font-size: 1.1em;
    line-height: 1.36364em;
    display: block;
    font-family: Franklin Gothic Condensed, Helvetica, Arial, Nimbus Sans L, sans-serif;
    border-radius: 3px;
    padding: 0.15em 0.6em;
}
.cta-list--block__list a:hover {
    background-color: #e1e7eb;
}
.cta-full__wrap {
    position: relative;
    overflow: hidden;
    padding: 1.5em 0;
}
@media (min-width: 900px) {
    .cta-full__wrap {
        padding: 4.5em 0;
    }
}
.cta-full__image {
    background-color: #888;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.cta-full__image,
.cta-full__image:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.cta-full__image:after {
    display: block;
    content: "";
    background-color: rgba(52, 63, 71, 0.5);
}
.l-cta-full__content {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 75px rgba(34, 34, 34, 0.5);
    text-align: center;
    padding: 1.5em;
    z-index: 2;
}
@media (min-width: 350px) {
    .l-cta-full__content {
        padding: 3em 2.25em;
    }
}
@media (min-width: 600px) {
    .l-cta-full__content {
        padding: 3.75em 3em;
    }
}
.cta-full__label {
    color: #b42025;
    margin: 0;
}
.cta-full__title {
    font-size: 3.25em;
    line-height: 0.92308em;
    margin: 0.15em 0 0.375em;
}
.cta-full__teaser {
    margin-bottom: 1.5em;
}
.cta-full__link {
    display: block;
}
@media (min-width: 600px) {
    .cta-full__link {
        display: inline-block;
    }
}
.last-item section {
    padding-bottom: 0;
}
.cta-testimonial__wrap {
    position: relative;
    overflow: hidden;
}
.cta-testimonial--full__pad {
    padding-top: 3em;
    padding-bottom: 3em;
}
@media (min-width: 1100px) {
    .cta-testimonial--full__pad {
        padding-top: 6em;
        padding-bottom: 6em;
    }
}
.cta-testimonial__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #888;
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
}
.cta-testimonial--right .cta-testimonial__image {
    background-position: 0;
}
.cta-testimonial__image:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(52, 63, 71, 0.5);
}
@media (min-width: 1100px) {
    .cta-testimonial__image:after {
        content: none;
    }
}
.l-cta-testimonial__content {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 75px rgba(34, 34, 34, 0.5);
    text-align: center;
    padding: 1.5em;
    z-index: 2;
}
@media (min-width: 350px) {
    .l-cta-testimonial__content {
        padding: 3em 2.25em;
    }
}
@media (min-width: 600px) {
    .l-cta-testimonial__content {
        padding: 3.75em 3em;
    }
}
.cta-testimonial__blockquote {
    margin: 0;
}
.cta-testimonial__blockquote:before {
    display: inline-block;
    content: "";
    width: 37px;
    height: 31px;
    background-image: url(../svg/icon-quote--blue.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0;
}
.cta-testimonial__pull-quote {
    font-size: 1.56em;
    line-height: 1.20192em;
    font-family: Franklin Gothic Condensed, Helvetica, Arial, Nimbus Sans L, sans-serif;
    margin-bottom: 0.75em;
    text-indent: -15px;
}
@media (min-width: 1400px) {
    .cta-testimonial__pull-quote {
        font-size: 2em;
        line-height: 1.125em;
    }
}
.cta-testimonial__author {
    font-style: normal;
    font-weight: 700;
    margin-right: 0.75em;
}
.cta-testimonial__author,
.cta-testimonial__degree {
    font-size: 0.85em;
    line-height: 1.41176em;
}
.cta-testimonial__link {
    display: block;
    margin-top: 0.75em;
}
@media (min-width: 600px) {
    .cta-testimonial--inline .cta-testimonial__item {
        padding: 20px 0;
    }
}
.cta-testimonial--inline .cta-testimonial__image-link {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    overflow: hidden;
    margin-bottom: 0;
}
@media (min-width: 600px) {
    .cta-testimonial--inline .cta-testimonial__image-link {
        width: 250px;
        height: auto;
        right: 0;
        bottom: 0;
    }
}
.cta-testimonial--inline .cta-testimonial__blockquote {
    margin-top: 220px;
}
.cta-testimonial--inline .cta-testimonial__blockquote:before {
    content: none;
}
@media (min-width: 600px) {
    .cta-testimonial--inline .cta-testimonial__blockquote {
        margin-top: 0;
        margin-left: 270px;
    }
}
@media (min-width: 600px) {
    .cta-testimonial--inline .cta-testimonial__link {
        margin-left: 270px;
    }
}
@media (min-width: 900px) {
    .l-cta-multilink--1 {
        border-right: 1px solid #ddd;
        padding-right: 1.875em;
    }
}
@media (min-width: 900px) {
    .l-cta-multilink--2 {
        padding-left: 1.875em;
    }
}
.cta-multilink__title {
    margin-top: 0.4em;
}
.cta-multilink__links,
.cta-multilink__teaser {
    font-size: 0.85em;
    line-height: 1.41176em;
}
.cta-multilink__links {
    list-style: none;
    padding: 0;
    margin: 0.75em 0 0;
}
@media (min-width: 350px) {
    .cta-multilink__links {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
@media (min-width: 900px) {
    .cta-multilink__links {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}
.cta-multilink__links li {
    margin-bottom: 0.6em;
}
.cta-multilink--inline .cta-multilink__item {
    padding: 20px;
}
@media (min-width: 900px) {
    .cta-multilink--inline .cta-multilink__item {
        padding: 40px;
    }
}
.cta-multilink--inline .cta-multilink__links {
    border-top: 1px solid #ddd;
    padding: 0.75em 0 0;
}
@media (min-width: 900px) {
    .cta-multilink--inline .cta-multilink__links {
        border-top: 0;
        padding-top: 0;
    }
}
.cta-image__item {
    position: relative;
}
.cta-image__image-link {
    display: block;
    margin-bottom: 0.75em;
}
.cta-image__image-link img {
    display: block;
}
.cta-image__title {
    margin: 0 0 0.225em;
}
.cta-image__teaser {
    font-size: 0.85em;
    line-height: 1.41176em;
    margin-bottom: 0.375em;
}
.cta-image--block .cta-image__item {
    margin-bottom: 1.5em;
}
@media (min-width: 600px) {
    .cta-image--block .cta-image__item {
        margin-bottom: 0;
    }
}
.cta-image--block .cta-image__image-link {
    width: 100%;
    text-align: center;
    line-height: 0;
}
.cta-image--block .cta-image__image-link img {
    display: inline-block;
    height: auto;
}
@media (min-width: 350px) {
    .cta-image--block .cta-image__image-link {
        padding: 0.75em;
    }
    .cta-image--block .cta-image__image-link img {
        width: 70%;
        height: auto;
    }
}
@media (min-width: 600px) {
    .cta-image--block .cta-image__image-link {
        padding: 0;
    }
    .cta-image--block .cta-image__image-link img {
        width: auto;
    }
}
.cta-icon__item:last-child .cta-image--block .cta-image__item {
    margin-bottom: 0;
}
.cta-image--inline .cta-image__item {
    padding: 20px;
}
@media (min-width: 600px) {
    .cta-image--inline .cta-image__item {
        padding: 40px;
    }
}
.cta-image--inline .cta-image__image-link {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    overflow: hidden;
    margin-bottom: 0;
}
@media (min-width: 600px) {
    .cta-image--inline .cta-image__image-link {
        width: 250px;
        height: auto;
        right: 0;
        bottom: 0;
    }
}
.cta-image--inline.cta-image--has-image .cta-image__title {
    margin-top: 200px;
}
@media (min-width: 600px) {
    .cta-image--inline.cta-image--has-image .cta-image__title {
        margin-top: 0;
        margin-left: 240px;
    }
}
@media (min-width: 600px) {
    .cta-image--inline.cta-image--has-image .cta-image__teaser {
        margin-left: 240px;
    }
}
@media (min-width: 600px) {
    .cta-image--inline.cta-image--has-image .cta-image__job-title {
        margin-left: 240px;
        line-height: 25px;
        width: 68%;
    }
}
@media (min-width: 600px) {
    .cta-image--inline.cta-image--has-image .cta-image__link {
        margin-left: 240px;
    }
}
@media (min-width: 350px) {
    .cta-image--aside .cta-image__image-link {
        width: 150px;
        float: left;
        margin-right: 20px;
    }
}
@media (min-width: 900px) {
    .cta-image--aside .cta-image__image-link {
        width: auto;
        float: none;
        margin-right: 0;
    }
}
.cta-image--overlay {
    position: relative;
}
.cta-image--overlay__group-link {
    position: relative;
    display: block;
    overflow: hidden;
}
.cta-image--overlay__group-link:after {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    position: absolute;
    display: block;
    content: "";
    background: -webkit-radial-gradient(at 70% 40%, rgba(37, 39, 41, 0) 0, #252729 100%);
    background: radial-gradient(at 70% 40%, rgba(37, 39, 41, 0) 0, #252729 100%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.7;
}
.cta-image--overlay__group-link:hover:after {
    opacity: 1;
}
.cta-image--overlay__image {
    -webkit-transition: -webkit-transform 1.5s ease;
    transition: -webkit-transform 1.5s ease;
    transition: transform 1.5s ease;
    transition: transform 1.5s ease, -webkit-transform 1.5s ease;
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.cta-image--overlay__group-link:hover .cta-image--overlay__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.cta-image--overlay__title {
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    position: absolute;
    bottom: 0;
    font-family: Franklin Gothic Condensed, Helvetica, Arial, Nimbus Sans L, sans-serif;
    font-weight: 400;
    color: #fff;
    text-shadow: 0 2px 2px rgba(34, 34, 34, 0.5);
    padding: 0 40px 20px;
    margin: 0;
    z-index: 2;
}
.cta-image--overlay__group-link:hover .cta-image--overlay__title {
    -webkit-transform: translateY(-1.25em);
    transform: translateY(-1.25em);
}
.cta-image--overlay__link {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    bottom: 0;
    opacity: 0;
    padding: 0 0 20px 40px;
    z-index: 2;
}
.cta-image--overlay__group-link:hover .cta-image--overlay__link {
    -webkit-transition: opacity 0.5s ease 0.3s;
    transition: opacity 0.5s ease 0.3s;
    opacity: 1;
}
.icon--blue-light {
    background-color: #007dc2;
    box-shadow: 0 0 25px rgba(0, 125, 194, 0.4);
}
.icon--green {
    background-color: #aab300;
    box-shadow: 0 0 25px rgba(170, 179, 0, 0.4);
}
.icon--orange {
    background-color: #f6a623;
    box-shadow: 0 0 25px rgba(246, 166, 35, 0.4);
}
.icon--sage {
    background-color: #7ba296;
    box-shadow: 0 0 25px rgba(123, 162, 150, 0.4);
}
.icon--blue {
    background-color: #004990;
    box-shadow: 0 0 25px rgba(0, 73, 144, 0.4);
}
.icon--red {
    background-color: #b42025;
    box-shadow: 0 0 25px rgba(180, 32, 37, 0.4);
}
.icon--gray {
    background-color: #343f47;
    box-shadow: 0 0 25px rgba(52, 63, 71, 0.4);
}
.path-icon--orange {
    background-color: #f6a623;
}
.path-icon--green {
    background-color: #aab300;
}
.path-icon--sage {
    background-color: #7ba296;
}
.path-icon--blue {
    background-color: #004990;
}
.path-icon--red {
    background-color: #b42025;
}
.path-icon--gray-blue {
    background-color: #0a1f2c;
}
.path-search--orange {
    box-shadow: inset 3px 0 0 #f6a623;
}
.path-search--orange:hover {
    box-shadow: inset 5px 0 0 #f6a623;
}
.path-search--green {
    box-shadow: inset 3px 0 0 #aab300;
}
.path-search--green:hover {
    box-shadow: inset 5px 0 0 #aab300;
}
.path-search--sage {
    box-shadow: inset 3px 0 0 #7ba296;
}
.path-search--sage:hover {
    box-shadow: inset 5px 0 0 #7ba296;
}
.path-search--blue {
    box-shadow: inset 3px 0 0 #004990;
}
.path-search--blue:hover {
    box-shadow: inset 5px 0 0 #004990;
}
.path-search--red {
    box-shadow: inset 3px 0 0 #b42025;
}
.path-search--red:hover {
    box-shadow: inset 5px 0 0 #b42025;
}
.path-search--gray-blue {
    box-shadow: inset 3px 0 0 #0a1f2c;
}
.path-search--gray-blue:hover {
    box-shadow: inset 5px 0 0 #0a1f2c;
}
.l-career-pathways__item {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: 50% 35%;
    background-repeat: no-repeat;
}
@media (min-width: 1100px) {
    .l-career-pathways__item {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 2;
    }
    .l-career-pathways__item:after {
        display: block;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -webkit-linear-gradient(top, rgba(34, 34, 34, 0) 50%, rgba(34, 34, 34, 0.9));
        background: linear-gradient(180deg, rgba(34, 34, 34, 0) 50%, rgba(34, 34, 34, 0.9));
    }
    .l-career-pathways__item:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        box-shadow: 0 0 100px rgba(34, 34, 34, 0.1);
        z-index: 3;
    }
    .l-career-pathways__item:first-child:hover {
        -webkit-transform-origin: left;
        transform-origin: left;
    }
    .l-career-pathways__item:last-child:hover {
        -webkit-transform-origin: right;
        transform-origin: right;
    }
}
.career-pathways__title-single {
    display: none;
}
@media (min-width: 1100px) {
    .career-pathways__title-single {
        font-size: 1.1em;
        line-height: 1.36364em;
        position: relative;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-family: Franklin Gothic Condensed, Helvetica, Arial, Nimbus Sans L, sans-serif;
        font-weight: 400;
        color: #fff;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        min-height: 150px;
        opacity: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 0.75em;
        z-index: 4;
    }
    .l-career-pathways__item:hover .career-pathways__title-single {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
        visibility: hidden;
    }
}
@media (min-width: 1400px) {
    .career-pathways__title-single {
        font-size: 1.25em;
        line-height: 1.2em;
    }
}
.career-pathways__content {
    display: block;
    color: #fff;
    text-align: center;
    padding: 1.5em 0.75em;
}
@media (min-width: 600px) {
    .career-pathways__content {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (min-width: 1100px) {
    .career-pathways__content {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        -webkit-transform: translateY(75px);
        transform: translateY(75px);
        display: block;
        position: absolute;
        top: auto;
        opacity: 0;
        visibility: hidden;
        z-index: 4;
    }
    .l-career-pathways__item:hover .career-pathways__content {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
}
.career-pathways__content:hover {
    color: #fff;
}
.pathway--orange .career-pathways__content {
    background-color: rgba(246, 166, 35, 0.9);
}
.pathway--green .career-pathways__content {
    background-color: rgba(170, 179, 0, 0.9);
}
.pathway--red .career-pathways__content {
    background-color: rgba(180, 32, 37, 0.9);
}
.pathway--blue .career-pathways__content {
    background-color: rgba(0, 73, 144, 0.9);
}
.pathway--sage .career-pathways__content {
    background-color: rgba(123, 162, 150, 0.9);
}
.pathway--gray-blue .career-pathways__content {
    background-color: rgba(10, 31, 44, 0.95);
}
.career-pathways__title {
    font-size: 1.25em;
    line-height: 1.2em;
    margin: 0 0 0.375em;
}
.career-pathways__teaser {
    font-size: 0.85em;
    line-height: 1.41176em;
    margin-bottom: 0.75em;
}
.program-search {
    margin-top: 1.5em;
}
@media (min-width: 900px) {
    .program-search {
        margin-top: 0;
    }
}
.program-search-item {
    margin-bottom: 0.15em;
}
.program-search-item:nth-child(even) {
    background-color: #f9fafb;
}
.program-search__link {
    position: relative;
    display: block;
    padding: 1.125em 1.5em;
}
.program-search__name {
    margin-bottom: 0.75em;
}
@media (min-width: 350px) {
    .program-search__name {
        margin-bottom: 0;
    }
}
@media (min-width: 600px) {
    .program-search__name {
        margin-left: 65px;
    }
}
@media (min-width: 900px) {
    .program-search__name {
        margin-left: 75px;
    }
}
.program-search__icon {
    display: none;
}
@media (min-width: 600px) {
    .program-search__icon {
        position: absolute;
        top: 1.125em;
        left: 1.5em;
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        float: left;
        margin-right: 0.75em;
    }
    .program-search__icon svg {
        width: 100%;
        height: 100%;
    }
}
@media (min-width: 900px) {
    .program-search__icon {
        width: 60px;
        height: 60px;
    }
}
.program-search__title {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: block;
    color: #343f47;
    margin: 0 0 0.15em;
    vertical-align: middle;
}
.program-search__link:hover .program-search__title {
    color: #004990;
}
.program-search__badge {
    display: inline-block;
    background-color: #f0f3f5;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
    padding: 0 0.45em;
    margin-left: 0.375em;
    vertical-align: middle;
}
@media (min-width: 600px) {
    .program-search__info-item {
        display: inline-block;
    }
    .program-search__info-item:first-child:after {
        content: "/";
        color: #bcc8d0;
        margin: 0 0.3em;
    }
}
.program-search__info-label {
    font-size: 0.65em;
    line-height: 2.30769em;
    color: #343f47;
    font-weight: 700;
}
.program-search__info-data {
    font-size: 0.85em;
    line-height: 1.41176em;
    color: #343f47;
    font-style: italic;
}
.aside-filters-toggle {
    font-size: 0.85em;
    line-height: 1.76471em;
    display: block;
    color: #004990;
    font-weight: 600;
    cursor: pointer;
}
.aside-filters-toggle:before {
    content: "Show ";
    background-image: url(../svg/icon-filter.svg);
    background-position: 0;
    background-repeat: no-repeat;
    padding-left: 30px;
}
.aside-filters-toggle.js-open-filters-toggle:before {
    content: "Hide ";
}
@media (min-width: 900px) {
    .aside-filters-toggle {
        display: none;
    }
}
.aside-filters {
    display: none;
    margin-top: 1.5em;
}
@media (min-width: 900px) {
    .aside-filters {
        display: block !important;
        margin-top: 0;
    }
}
.faculty-search {
    margin-top: 1.5em;
}
@media (min-width: 900px) {
    .faculty-search {
        margin-top: 0;
    }
}
@media (min-width: 900px) {
    .faculty-search__photo {
        float: left;
        margin: 0.3em 1em 0 0;
    }
}
@media (min-width: 900px) {
    .faculty-search__text {
        float: left;
        width: calc(100% - 5.5em);
    }
}
.faculty-search-item {
    display: block;
    padding: 1.125em 1.5em;
    margin-bottom: 0.15em;
}
.faculty-search-item:nth-child(even) {
    background-color: #f9fafb;
}
.faculty-search__name {
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    display: block;
    color: #343f47;
    margin: 0 0 0.15em;
    vertical-align: middle;
}
.faculty-search__job-title {
    font-size: 1em;
    line-height: 1.5em;
    font-family: Franklin Gothic, Helvetica, Arial, Nimbus Sans L, sans-serif;
    font-style: italic;
    color: #8a9093;
    margin-top: 0;
    margin-bottom: 0.2em;
}
@media (min-width: 900px) {
    .faculty-search__job-title {
        font-size: 1.1em;
        line-height: 0.68182em;
    }
}
@media (min-width: 600px) {
    .faculty-search__info-item {
        display: inline-block;
    }
    .faculty-search__info-item:nth-child(2):before {
        content: "/";
        color: #bcc8d0;
        margin: 0 0.3em;
    }
}
.faculty-search__info-label {
    font-size: 0.65em;
    line-height: 2.30769em;
    color: #343f47;
    font-weight: 700;
}
.faculty-search__info-data {
    font-size: 0.85em;
    line-height: 1.41176em;
    font-style: italic;
}
.modal-box {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    box-shadow: 0 0 55px rgba(34, 34, 34, 0.75);
    width: 95%;
    max-width: 1200px;
    line-height: 0;
    margin: auto;
}
.modal-box.js-open-modal {
    opacity: 1;
    visibility: visible;
}
.modal-box img {
    display: block;
    width: 100%;
}
.modal-box__close {
    display: block;
    content: " ";
    position: absolute;
    top: -50px;
    right: 0;
    height: 25px;
    width: 25px;
    background-image: url(../svg/icon-close--white.svg);
    background-size: cover;
    cursor: pointer;
}
.content-breaker {
    position: relative;
    margin-top: -3.75em;
    margin-bottom: -1.5em;
}
.content-breaker__content {
    display: table;
    height: 100%;
    width: 100%;
    background: #fff;
    box-shadow: 0 10px 55px rgba(34, 34, 34, 0.1);
    text-align: center;
    padding: 20px;
}
@media (min-width: 600px) {
    .content-breaker__content {
        padding: 40px 20px;
    }
}
@media (min-width: 1400px) {
    .content-breaker__content {
        padding: 60px;
        margin: 0 -60px;
    }
}
.content-breaker__item {
    height: 100%;
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #ddd;
}
.content-breaker__item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}
@media (min-width: 600px) {
    .content-breaker__item {
        position: relative;
        margin-bottom: 0;
        border-bottom: 0;
    }
    .content-breaker__item:after {
        position: absolute;
        top: 0;
        right: -6%;
        display: inline-block;
        content: "";
        width: 1px;
        height: 100%;
        border-right: 1px solid #ddd;
    }
    .content-breaker__item:last-child:after {
        content: none;
    }
}
.content-breaker__label {
    font-size: 0.85em;
    line-height: 1.76471em;
    display: block;
    color: #646a6c;
    font-weight: 600;
}
.content-breaker__text {
    font-size: 1.25em;
    line-height: 1.2em;
    font-family: Franklin Gothic Condensed, Helvetica, Arial, Nimbus Sans L, sans-serif;
}
.top-results__wrap {
    border-bottom: 1px solid #ddd;
    font-style: italic;
    padding-bottom: 1.5em;
    margin-top: 1.5em;
}
.top-results__filter {
    font-size: 0.65em;
    line-height: 1.84615em;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #007dc2;
    border-radius: 3px;
    font-weight: 600;
    font-style: normal;
    padding: 0 0.75em;
    vertical-align: middle;
}
.top-results__filter:after {
    font-size: 1.25em;
    line-height: 1.2em;
    display: inline-block;
    content: "×";
    margin-left: 0.3em;
    vertical-align: middle;
}
.top-results__filter:hover {
    color: #004990;
}
.pagination {
    margin: 1.5em 0;
}
.pagination__results {
    font-size: 0.85em;
    line-height: 1.76471em;
    text-align: center;
    margin-bottom: 0.75em;
}
.pagination__prev {
    float: left;
    width: 48%;
}
@media (min-width: 600px) {
    .pagination__prev {
        width: auto;
    }
}
.pagination__next {
    float: right;
    width: 48%;
    margin-left: 0;
    margin-right: 0;
}
@media (min-width: 600px) {
    .pagination__next {
        width: auto;
    }
}
.top-details__wrap {
    vertical-align: middle;
    margin: 1.5em 0 0;
}
@media (min-width: 600px) {
    .top-details__wrap {
        float: left;
    }
}
.top-details__wrap span {
    font-size: 0.7em;
    line-height: 2.14286em;
    display: inline-block;
    font-weight: 600;
    line-height: 35px;
}
.top-details-social__wrap {
    margin-top: 1.5em;
    text-align: left;
    height: 35px;
}
@media (min-width: 600px) {
    .top-details-social__wrap {
        float: right;
        text-align: right;
    }
}
.top-details__share {
    display: inline-block;
    line-height: 31px;
    vertical-align: middle;
    margin: 0 0.3em 0 0;
}
.top-details__social-channel {
    display: inline-block;
    border: 2px solid #004990;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    margin-right: 0.3em;
    vertical-align: middle;
}
.top-details__social-channel:last-child {
    margin-right: 0;
}
.top-details__social-channel:hover {
    border-color: #8dc9e8;
}
.top-details__social-channel svg {
    display: block;
    width: 31px;
    height: 31px;
}
.article-tag__wrap {
    display: inline-block;
    margin-top: 1.5em;
    text-align: left;
    padding-bottom: 0.75em;
}
.article-tag__name {
    font-size: 0.65em;
    line-height: 1.84615em;
}
.article-tag,
.article-tag__name {
    display: inline-block;
    vertical-align: middle;
}
.hero-caption__wrap {
    border-bottom: 1px solid #ddd;
    font-style: italic;
    padding-bottom: 1.5em;
    margin-top: 1.5em;
    font-size: 0.85em;
    line-height: 1.41176em;
}
.accordian #expand-all {
    float: right;
    display: block;
    box-shadow: none;
}
.accordian #expand-all:after {
    background-image: none;
}
.accordian #expand-all:active,
.accordian #expand-all:hover {
    color: #0a1f2c;
    text-decoration: none;
    box-shadow: none;
}
.accordian .accordian-trigger {
    white-space: nowrap;
    border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 0.375em;
    clear: both;
    box-shadow: none;
}
.accordian .accordian-trigger:after {
    background-image: url(../svg/icon-arrow--simple-up.svg);
}
.accordian .accordian-trigger:hover:after {
    -webkit-transform: translateY(-0.15em);
    transform: translateY(-0.15em);
}
.accordian .accordian-trigger:active,
.accordian .accordian-trigger:hover {
    color: #0a1f2c;
    text-decoration: none;
    box-shadow: none;
}
.accordian .accordian-hidden:after {
    background-image: url(../svg/icon-arrow--simple-down.svg);
}
.accordian .accordian-hidden:hover:after {
    -webkit-transform: translateY(0.15em);
    transform: translateY(0.15em);
}
.accordian .accordian-content {
    margin-top: 0.75em;
}
.accordian .accordian-content .container {
    width: auto;
    padding: 0;
}
.accordian .accordian-content .container .l-content--main {
    width: 100%;
}
.accordian .accordian-content .button {
    color: #fff;
}
.accordian .accordian-content .button:active,
.accordian .accordian-content .button:focus,
.accordian .accordian-content .button:hover {
    background-color: #0056aa;
    color: #fff;
    text-decoration: none;
}
.accordian .accordian-hidden + .accordian-content {
    display: none;
}
.sitewide-search {
    margin-top: 1.5em;
}
@media (min-width: 900px) {
    .sitewide-search {
        margin-top: 0;
    }
}
.page-search-item {
    display: block;
    padding: 0.75em 1.5em 1.5em;
    margin-bottom: 0.375em;
    clear: both;
}
.page-search-item:nth-child(even) {
    background-color: #f9fafb;
}
@media (min-width: 1100px) {
    .page-search-item {
        min-height: 10em;
    }
}
.page-search-match-item {
    display: block;
    padding: 0.75em 1.5em 1.5em;
    margin-bottom: 0.375em;
    clear: both;
}
@media (min-width: 1100px) {
    .page-search-match-item {
        min-height: 10em;
    }
}
.page-search__image {
    display: none;
}
@media (min-width: 1100px) {
    .page-search__image {
        display: block;
        float: right;
        width: 240px;
        margin: 0.675em 0 1.5em 1.5em;
    }
}
.page-search__title {
    margin: 0.225em 0 0;
}
@media (min-width: 600px) {
    .page-search__info-item {
        display: inline-block;
    }
}
.page-search__info-subhead,
.page-search__info-url {
    font-size: 0.85em;
    line-height: 1.41176em;
    color: #343f47;
}
.page-search__info-url {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-style: italic;
    margin: 0.225em 0;
}
.styleguide {
    background-color: transparent;
}
.styleguide .page {
    box-shadow: none;
}
.l-styleguide-column,
.l-styleguide-rail {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
}
@media (min-width: 600px) {
    .l-styleguide-rail {
        width: 30.76923%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none;
    }
}
@media (min-width: 900px) {
    .l-styleguide-rail {
        width: 22.11538%;
        float: left;
        margin-right: -100%;
        margin-left: 8.65385%;
        clear: none;
    }
}
.styleguide-header {
    background-color: #fff;
}
.styleguide-copyright {
    font-size: 0.7em;
    line-height: 3.21429em;
    color: #888;
    padding: 3em 0;
    margin-top: 3em;
    border-top: 1px solid #ddd;
}
.styleguide-label {
    color: #444;
}
.styleguide-section {
    margin-top: 4.5em;
    border-top: 1px solid #ddd;
    padding-top: 3em;
}
.styleguide-list {
    list-style-type: disc;
    margin-top: 0;
}
.styleguide-component {
    background-color: #fff;
    padding: 3em 0;
}
.styleguide-description {
    background-color: #f0f3f5;
    margin: 1.5em 0;
    padding: 1.5em 0;
}
.styleguide-swatch {
    padding: 0.375em;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
.styleguide-swatch__color {
    width: 100%;
    height: 5em;
}
.styleguide-swatch__code {
    font-size: 0.7em;
    line-height: 1.5em;
}
.styleguide-body {
    margin-bottom: 3em;
}
.demo {
    padding: 1.5em;
}
.demo,
.nest-wrap {
    background-color: #ddd;
}
.nest-wrap {
    padding: 0;
}
.nest-item {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: both;
}
.nest-item span {
    display: block;
    background-color: #d3d3d3;
    padding: 1.5em;
}
@media (min-width: 600px) {
    .nest-item {
        width: 20.58824%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 5.88235%;
        margin-bottom: 0;
    }
    .nest-item:last-child {
        width: 47.05882%;
        clear: right;
        float: right;
        margin-right: 0;
    }
}
.comp-wrap {
    max-width: 1600px;
    margin: 0 auto;
}
.Best-Class-Ever {
    background: red;
}

.background {

   /* background-color: #a8010f; */
    background-size: cover;
    background-repeat: no-repeat;
}

.background h1, .background h2, .background h3, .background h4, .background h5, .background h6 {
    color: #ffffff;
}

.background .breadcrumb__item {
    color: #ffffff;
}

.background::before {
    background-color: rgba(0,0,0,.4);
}

/******* Worship *******/


.our-team{
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-bottom: 20px;
}
.our-team img{
    width: 100%;
    height: auto;
}
.our-team .team-content{
    width: 100%;
    background: rgba(255, 255, 255, .9);
    color: #424242;
    padding: 15px 0 30px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-team:hover .team-content{
    padding-bottom: 30px;
}
.our-team .title{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px 0;
    position: relative;
    color: #ffffff;
}
.our-team .post{
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.our-team .social-links{
    list-style: none;
    padding: 0 0 8px 0;
    margin: 0;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social-links{
    bottom: 0;
}
.our-team .social-links li{
    display: inline-block;
}
.our-team .social-links li a{
    display: block;
    font-size: 16px;
    color: #ffffff;
    margin-right: 6px;
    transition: all 0.5s ease 0s;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #8dbd56;
}
.our-team .social-links li:last-child a{
    margin-right: 0;
}
.our-team .social-links li a:hover{
    color: #ffffff;
    background: #414141;
}
@media only screen and (max-width: 990px){
    .our-team{ margin-bottom: 30px; }
    .our-team .team-content:before,
    .our-team .team-content:after{
        height: 50px;
        top: -24px;
    }
    .our-team .title:before,
    .our-team .title:after{
        top: -85px;
        height: 102px;
    }
    .our-team .title:before{
        left: 35%;
    }
    .our-team .title:after{
        right: 35%;
    }
}
@media only screen and (max-width: 767px){
    .our-team .team-content:before,
    .our-team .team-content:after{
        height: 75px;
    }
    .our-team .team-content:before{
        transform: rotate(8deg);
    }
    .our-team .team-content:after{
        transform: rotate(-8deg);
    }
    .our-team .title:before,
    .our-team .title:after{
        width: 10px;
        top: -78px;
        height: 102px;
    }
    .our-team .title:before{
        left: 42.5%;
        transform: rotate(-82deg);
    }
    .our-team .title:after{
        right: 42.5%;
        transform: rotate(82deg);
    }
}
@media only screen and (max-width: 480px){
    .our-team .title:before,
    .our-team .title:after{
        top: -83px;
    }
}

/**** Hiding The Fourth Footer Title ***/

#block-relatedsites h2.title {
    visibility: hidden;
}

/*** Donation 

::selection {
    color: var(--white);
    background-color: var(--black);
}
::-moz-selection {
    color: var(--white);
    background-color: var(--black);
} ****/
mark{
    color: var(--white);
    background-color: var(--black);
}
.section {
    position: relative;
    width: 100%;
    display: block;
    text-align: right;
    margin: 0 auto;
}
.over-hide {
    overflow: hidden;
}
.z-bigger {
    z-index: 100 !important;
}


.background-color{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-blue);
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.checkbox:checked ~ .background-color{
    background-color: var(--white);
}

[type="radio"]:checked,
[type="radio"]:not(:checked){
    position: absolute;
    left: -9999px;
    width: 0;
    height: 0;
    visibility: hidden;
}
.checkbox:checked + label,
.checkbox:not(:checked) + label{
    position: relative;
    width: 70px;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin: 17px 0;
    margin-top: 100px;
    height: 6px;
    border-radius: 4px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    z-index: 100 !important;
}
.checkbox:checked + label:before,
.checkbox:not(:checked) + label:before {
    position: absolute;
    font-family: 'unicons';
    cursor: pointer;
    top: -17px;
    z-index: 2;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.checkbox:not(:checked) + label:before {
    content: '\eac1';
    left: 0;
    color: var(--grey);
    background-color: var(--dark-light);
    box-shadow: 0 4px 4px rgba(0,0,0,0.15), 0 0 0 1px rgba(26,53,71,0.07);
}
.checkbox:checked + label:before {
    content: '\eb8f';
    left: 30px;
    color: var(--yellow);
    background-color: var(--dark-blue);
    box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
}

.checkbox:checked ~ .section .container .row .col-12 p{
    color: var(--dark-blue);
}


.checkbox-tools:checked + label,
.checkbox-tools:not(:checked) + label{
    position: relative;
    display: inline-block;
    padding: 20px;
    width: 110px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    text-transform: uppercase;
    color: var(--white);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.checkbox-tools:not(:checked) + label{
    background-color: var(--dark-light);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-tools:checked + label{
    background-color: transparent;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-tools:not(:checked) + label:hover{
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-tools:checked + label::before,
.checkbox-tools:not(:checked) + label::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-image: linear-gradient(298deg, var(--red), var(--yellow));
    z-index: -1;
}
.checkbox-tools:checked + label .uil,
.checkbox-tools:not(:checked) + label .uil{
    font-size: 24px;
    line-height: 24px;
    display: block;
    padding-bottom: 10px;
}

.checkbox:checked ~ .section .container .row .col-12 .checkbox-tools:not(:checked) + label{
    background-color: var(--light);
    color: var(--dark-blue);
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.checkbox-budget:checked + label,
.checkbox-budget:not(:checked) + label{
    position: relative;
    display: inline-block;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 180px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
    /*text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
    -webkit-text-stroke: 1px var(--white);
    text-stroke: 1px var(--white);
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
    color: transparent; */
}
.checkbox-budget:not(:checked) + label{
    background-color: var(--dark-light);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-budget:checked + label{
    background-color: #676262;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-budget:not(:checked) + label:hover{
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-budget:checked + label::before,
.checkbox-budget:not(:checked) + label::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background-color: #f6564a;
    z-index: -1;
}
.checkbox-budget:checked + label span,
.checkbox-budget:not(:checked) + label span{
    position: relative;
    display: block;
}
.checkbox-budget:checked + label span::before,
.checkbox-budget:not(:checked) + label span::before{
    position: absolute;
    content: attr(data-hover);
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    background-color: #676262;
  /*  -webkit-text-stroke: transparent;
    text-stroke: transparent;
    -webkit-text-fill-color: var(--white);
    text-fill-color: var(--white);
    color: var(--white);
    -webkit-transition: max-height 0.3s;
    -moz-transition: max-height 0.3s;
    transition: max-height 0.3s; */
}
.checkbox-budget:not(:checked) + label span::before{
    max-height: 0;
}
.checkbox-budget:checked + label span::before{
    max-height: 100%;
}

.checkbox:checked ~ .section .container .row .col-xl-10 .checkbox-budget:not(:checked) + label{
    background-color: var(--light);
    -webkit-text-stroke: 1px var(--dark-blue);
    text-stroke: 1px var(--dark-blue);
    box-shadow: 0 1x 4px 0 rgba(0, 0, 0, 0.05);
}

.checkbox-booking:checked + label,
.checkbox-booking:not(:checked) + label{
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    padding: 0;
    padding: 6px 25px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 6px;
    margin-right: 6px;
    margin-bottom: 16px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    color: var(--white);
    text-transform: uppercase;
    background-color: var(--dark-light);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.checkbox-booking:not(:checked) + label::before{
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.checkbox-booking:checked + label::before{
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-booking:not(:checked) + label:hover::before{
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}
.checkbox-booking:checked + label::before,
.checkbox-booking:not(:checked) + label::before{
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 4px;
    z-index: -2;
    background-image: linear-gradient(138deg, var(--red), var(--yellow));
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.checkbox-booking:not(:checked) + label::before{
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}
.checkbox-booking:checked + label::after,
.checkbox-booking:not(:checked) + label::after{
    position: absolute;
    content: '';
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    border-radius: 4px;
    z-index: -2;
    background-color: var(--dark-light);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.checkbox-booking:checked + label::after{
    opacity: 0;
}
.checkbox-booking:checked + label .uil,
.checkbox-booking:not(:checked) + label .uil{
    font-size: 20px;
}
.checkbox-booking:checked + label .text,
.checkbox-booking:not(:checked) + label .text{
    position: relative;
    display: inline-block;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}
.checkbox-booking:checked + label .text{
    opacity: 0.6;
}
.checkbox-booking:checked + label .text::after,
.checkbox-booking:not(:checked) + label .text::after{
    position: absolute;
    content: '';
    width: 0;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    background-image: linear-gradient(138deg, var(--red), var(--yellow));
    z-index: 1;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.checkbox-booking:not(:checked) + label .text::after{
    width: 0;
}
.checkbox-booking:checked + label .text::after{
    width: 100%;
}

.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:not(:checked) + label,
.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:checked + label{
    background-color: var(--light);
    color: var(--dark-blue);
}
.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:checked + label::after,
.checkbox:checked ~ .section .container .row .col-12 .checkbox-booking:not(:checked) + label::after{
    background-color: var(--light);
}

.textbox-budget:not(:input) + label {
    background-color: var(--dark-light);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.checkbox-budget:input + label, .checkbox-budget:not(:input) + label {
    position: relative;
    display: inline-block;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 180px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 auto;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    color: #ffffff;
}

.textbox-budget input, .textbox-budget textarea {
  width: 100%;
  border: 2px solid gray;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 8px 12px;
  outline: 0;
}
.textbox-budget input:valid, .textbox-budget textarea:valid {
  background: white;
}
.textbox-budget input:focus, .textbox-budget textarea:focus {
  border-color: #f06d06;
}
.textbox-budget input:focus + label, .textbox-budget textarea:focus + label {
  background: #f06d06;
  color: white;
  font-size: 70%;
  padding: 1px 6px;
  z-index: 2;
  text-transform: uppercase;
}
.textbox-budget label {
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  position: absolute;
  color: #999;
  padding: 7px 6px;
}
.textbox-budget textarea {
  display: block;
  resize: vertical;
}

.textbox-budget input, .textbox-budget textarea {
  padding: 12px 12px 12px 12px;
}
.textbox-budget label {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
.textbox-budget input:focus, .textbox-budget textarea:focus {
  padding: 4px 6px 20px 6px;
}
.textbox-budget input:focus + label, .textbox-budget textarea:focus + label {
  top: 100%;
  margin-top: -16px;
}

.placeholder-fix input[type="textbox"] {
  padding: 1em;
  width: 100%;
  border: none;
  color: white;
  background: #ababab;
  margin-bottom: 0.5em; }
.placeholder-fix input[type="submit"] {
  background-color: #676262;
  background-image: url("../images/padlock_closed_inv.png");
  background-position: 1em;
  background-repeat: no-repeat;
  background-size: 20px;
  text-align: center;
  color: white;
  font-weight: bold;
  padding: 1em;
  width: 100%;
  margin-bottom: 0.5em;
  border: none; }
.textbox-budget input[type="textbox"]::-webkit-input-placeholder {
  color: white; }
.textbox-budget input[type="textbox"]:-moz-placeholder {
  color: white; }
.textbox-budget input[type="textbox"]::-moz-placeholder {
  color: white; }
.textbox-budget input[type="textbox"]:-ms-input-placeholder {
  color: white; }
.textbox-budget input[type="textbox"]:focus::-webkit-input-placeholder {
  opacity: 0; }
.textbox-budget input[type="textbox"]:focus:-moz-placeholder {
  opacity: 0; }
.textbox-budget input[type="textbox"]:focus::-moz-placeholder {
  opacity: 0; }
.textbox-budget input[type="textbox"]:focus:-ms-input-placeholder {
  opacity: 0; }
.textbox-budget .smallerText {
  font-weight: bold; }
.placeholder-fix .ie9-only {
  display: none;
  background: none;
  color: #606060;
  text-align: left; }
/****** Testing ****/

.placeholder-fix::-webkit-input-placeholder  {
color:gray;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.placeholder-fix::-moz-placeholder   {
color:gray;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.placeholder-fix:-moz-placeholder   {
color:gray;
-webkit-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.placeholder-fix:focus::-webkit-input-placeholder  {color:transparent;}
.placeholder-fix:focus::-moz-placeholder   {color:transparent;}
.placeholder-fix:-moz-placeholder   {color:transparent;}



/* Donation page stuff */
 .page-node-10443 h1.page-header {
     display: none !important;
}
 .view-mode-donation_page .leftContent, .view-mode-donation_page .rightContent {
     padding: 0;
     background: none;
     border: none;
     box-shadow: none;
}
 .view-mode-donation_page .leftHeader {
     display: none;
}
 .view-mode-donation_page .leftContent {
     padding: 50px 15px;
     background: url(../images/main-container-back-tall.png);
     background-size: contain;
}
 .view-mode-donation_page .leftContent .leftContainer {
     background: white;
}
 .view-mode-donation_page .rightContent {
     background: #f0f0f0;
     padding: 15px;
     text-align: center;
}
 .view-mode-donation_page .rightContent img {
     margin: auto;
}
 .view-mode-donation_page .field-name-title h2 {
     margin-top: 0;
}
 .view-mode-donation_page .field-name-field-leading-text {
     width: 85%;
     margin-left: 0;
     text-align: left;
     font-size: 20px;
}
 .view-mode-donation_page .field-name-body h2 {
     color: #f6564a;
     text-transform: uppercase;
     font-size: 18px;
}
 .view-mode-donation_page .field-name-body ul {
     padding-left: 0;
     margin-top: 1em;
     margin-bottom: 1em;
     list-style-position: inside;
}
 .field-name-donation-form .row {
     margin-left: -0.5em;
     margin-right: -0.5em;
}
 .field-name-donation-form .col-xs-4, .field-name-donation-form .col-sm-5, .field-name-donation-form .col-xs-8, .field-name-donation-form .col-md-5, .field-name-donation-form .col-sm-7 {
     padding-left: 0.5em;
     padding-right: 0.5em;
}
 .field-name-donation-form .col-md-5 {
     text-align: center;
}
 .field-name-donation-form h4 {
     margin-bottom: 1em;
}
 .field-name-donation-form label {
     width: 100%;
     margin-bottom: 1em;
     padding: 1em;
     text-align: center;
     color: white;
     font-weight: bold;
     background: #f6564a;
     transition: 0.3s background linear;
}
 .field-name-donation-form label:hover {
     cursor: pointer;
}
 .field-name-donation-form input[type="radio"]:checked + label {
     background: #676262;
}
 .field-name-donation-form input[type="radio"] {
     display: none;
}
 .field-name-donation-form input[type="textbox"] {
     padding: 1em;
     width: 100%;
     border: none;
     color: white;
     background: #ababab;
     margin-bottom: 0.5em;
}
 .field-name-donation-form input[type="submit"] {
     background-color: #676262;
     background-image: url('../images/padlock_closed_inv.png');
     background-position: 1em;
     background-repeat: no-repeat;
     background-size: 20px;
     text-align: center;
     color: white;
     font-weight: bold;
     padding: 1em;
     width: 100%;
     margin-bottom: 0.5em;
     border: none;
}
 .field-name-donation-form input[type="textbox"]::-webkit-input-placeholder {
     color: white;
}
 .field-name-donation-form input[type="textbox"]:-moz-placeholder {
     color: white;
}
 .field-name-donation-form input[type="textbox"]::-moz-placeholder {
     color: white;
}
 .field-name-donation-form input[type="textbox"]:-ms-input-placeholder {
     color: white;
}
 .field-name-donation-form input[type="textbox"]:focus::-webkit-input-placeholder {
     opacity: 0;
}
 .field-name-donation-form input[type="textbox"]:focus:-moz-placeholder {
     opacity: 0;
}
 .field-name-donation-form input[type="textbox"]:focus::-moz-placeholder {
     opacity: 0;
}
 .field-name-donation-form input[type="textbox"]:focus:-ms-input-placeholder {
     opacity: 0;
}
 .field-name-donation-form .smallerText {
     font-weight: bold;
}
 .field-name-donation-form .ie9-only {
     display: none;
     background: none;
     color: #606060;
     text-align: left;
}

.screen-reader-only {
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

/* a[target="_blank"]::after {
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-left: 0.2em;
  width: 1em;
  height: 1em;
} */

/**** OEmbed Responsive ****/

.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 0; 
height: 0; 
overflow: hidden;
margin-top: 5px;
margin-bottom: 20px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    left:0;     
    top:0;
    height:100%;
    width: 100%;
}

/***** To provide padding to remote video inside body field *****/

div.field--name-body > div > div.video-container {
    margin-top: 5px;
    margin-bottom: 20px;
}

/*** Hide Description field for remote video ***/

.field--name-field-description {
    visibility: hidden;
    max-height: 0;
}


.label-above {
    margin-bottom: 15px;
    line-height: 1.2;
    color: #444;
    font-size: 26px;
}

.smallerText {
  font-size: 0.8em;
  color: #424242; }

.field-name-donation-form .smallerText {
  font-weight: bold; }

/** Links Accessibility **/

/** node with full-width **/

div > div > div.field--name-body > ul > li > a {
    text-decoration: underline dotted;
    text-underline-position: under;
}

div > div > div.field--name-body > ul > li > a:hover {
    text-decoration: underline;
}

div > div > div.field--name-body > ul > li > ul > li > a {
    text-decoration: underline dotted;
    text-underline-position: under;
}

div > div > div.field--name-body > ul > li > ul > li > a:hover {
    text-decoration: underline;
}

div > div > div.field--name-body > ul > li > ol > li > a {
    text-decoration: underline dotted;
    text-underline-position: under;
}

div > div > div.field--name-body > ul > li > ol > li > a:hover {
    text-decoration: underline;
}

div > div > div.field--name-body > ol > li > a {
    text-decoration: underline dotted;
    text-underline-position: under;
}

div > div > div.field--name-body > ol > li > a:hover {
    text-decoration: underline;
}

div > div > div.field--name-body > ol > li > ul > li > a {
    text-decoration: underline dotted;
    text-underline-position: under;
}

div > div > div.field--name-body > ol > li > ul > li > a:hover {
    text-decoration: underline;
}

div > div > div.field--name-body > ol > li > ol > li > a {
    text-decoration: underline dotted;
    text-underline-position: under;
}

div > div > div.field--name-body > ol > li > ol > li > a:hover {
    text-decoration: underline;
}

/* for node with sidebar**/
div.node__main-content > div > div.field--name-body > ul > li > a {
    text-decoration: underline dotted;
    text-underline-position: under;
    color: #d9230f;
}

div.node__main-content > div > div.field--name-body > ul > li > a:hover {
    text-decoration: underline;
    color: #d9230f;
}

div.node__main-content > div > div.field--name-body > ol > li > a {
    text-decoration: underline dotted;
    text-underline-position: under;
    color: #d9230f;
}

div.node__main-content > div > div.field--name-body > ol > li > a:hover {
    text-decoration: underline;
    color: #d9230f;
}

div.node__main-content > div > div.field--name-body > ol > li > ul > li > a {
    text-decoration: underline dotted;
    text-underline-position: under;
    color: #d9230f;
}

div.node__main-content > div > div.field--name-body > ol > li > ul > li > a:hover {
    text-decoration: underline;
    color: #d9230f;
}

span.embedded-entity a {
    text-decoration: underline dotted;
    text-underline-position: under;
}

span.embedded-entity a:hover {
    text-decoration: underline;
}


/** MCRM Form **/

.contentContainer-0-2-201 {
    background: none !important;
}

.logoImage-0-2-212 { 
    display: none;
}

.donationLayoutContainer-0-2-176 {
  background-color: #fff !important;
}

img.label-0-2-200.labelLeft-0-2-201 {
  display: none !important;
}


/** Adding dotted lines to link inside Paragraph */

p a {
    text-decoration: underline dotted;
    text-underline-position: under;
}

/** Override files icon and padding **/

.file--x-office-document, .file--application-pdf, .file--x-office-spreadsheet, .file--x-office-presentation {
    background-image: none !important;
}

.file {
    padding-left: 0 !important;
}

/** list class for resources **/

li.resources {
    padding-bottom: 10px;
    line-height: 24px;
}

span.file-size {
    font-size: 13px;
}

span.file-extension {
    font-size: 13px;
}

/** override margin-left from default **/
.fa-ul {
    margin-left: 1.5rem!important;
}

.fa-ul a {
    text-decoration: underline dotted;
    text-underline-position: under;
}

.fa-ul a:hover {
    text-decoration: underline;
}

/*** External Link **/

svg.ext {
    width: 18px;
    height: 16px;
    padding-right: 0.2rem;
    fill: #d9230f !important;
    margin-left: 0.1rem;
    margin-bottom: 0.3rem;
}

svg.ext path, svg.mailto path {
    stroke: #d9230f !important;
    stroke-width: 0;
}

a.mailto svg{
    fill:#d9230f !important;
}

.text-white a.mailto svg{
    fill:white !important;
}
a.mailto svg{
    vertical-align:inherit;
    fill:#25355a;
    margin-left:.1em;
    width:1em;
    height:1em;
}
a.mailto svg path{
    stroke-width:0;
}
.text-white a.mailto svg{
    fill:white;
}

.btn-donate svg.ext {
    fill: #002B55 !important;
    width: 18px;
    height: 16px;
}

.btn-donate:hover svg.ext {
    fill: white !important;
    width: 18px;
}

.moretext span {
  display: none;
}

.showmore {
    border-bottom: none;
    padding: 5px 20px;
    color: #002B55;
    background-color: #fff;
    border-color: #002B55;
    border-width: 2px;
    border-style: solid;
    border-radius: 50px;
    outline: none;
    text-decoration: underline dotted;
    text-underline-position: under;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
}

.showmore:hover, .showmore:focus, .showmore:active {
    border-bottom: none;
    padding: 5px 20px;
    border-color: #002B55 !important;
    background-color: #002B55 !important;
    text-decoration: underline;
    text-underline-position: under;
    color: #ffffff;
    border-width: 2px;
    border-style: solid;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);

}

/***** BG Color for  GW Block ****/

.bg-ucc-blue {
    background: #002B55;
}

.bg-ucc-red {
    background: #D32525;
}

/***** Highcharts ******/

.highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 960px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: 'Open Sans', Helvetica Neue, Arial, Sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #424242;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

/**** View locator Toggle ****/

.list-group--locator {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
}

.list-group--locator li {
    border: 1px solid #dee2e6;
}

.list-group--locator li:last-child {
    border-left: 0;
}

.list-group--locator li.active {
    padding-top: .5rem;
    padding-right: 1rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    color: white;
    background-color: #d9230f;
}

.list-group--locator li > a {
    display: block;
    padding-top: .5rem;
    padding-right: 1rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    background-color: #f8f9fa;
}

.field.field--name-field-landing-page.field--type-entity-reference.field--label-inline {
    margin: 20px 0;
    position: relative;
    /* padding-left: 30px; */
    padding-top: 8px;
}