@font-face {
  font-family: Marr Sans Web;
  src: url(../fonts/MarrSans-Semibold-Web.woff2) format("woff2"), url(../fonts/MarrSans-Semibold-Web.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: Marr Sans Web;
  src: url(../fonts/MarrSans-Medium-Web.woff2) format("woff2"), url(../fonts/MarrSans-Medium-Web.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: Marr Sans Web;
  src: url(../fonts/MarrSans-RegularItalic-Web.woff2) format("woff2"), url(../fonts/MarrSans-RegularItalic-Web.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: Marr Sans Web;
  src: url(../fonts/MarrSans-Regular-Web.woff2) format("woff2"), url(../fonts/MarrSans-Regular-Web.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: Marr Sans Web;
  src: url(../fonts/MarrSans-Light-Web.woff2) format("woff2"), url(../fonts/MarrSans-Light-Web.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: Capitaine;
  src: url(../fonts/Capitaine-Regular.woff2) format("woff2"), url(../fonts/Capitaine-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: Capitaine;
  src: url(../fonts/Capitaine-RegularItalic.woff2) format("woff2"), url(../fonts/Capitaine-RegularItalic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal; }

@font-face {
  font-family: Capitaine;
  src: url(../fonts/Capitaine-SemiBold.woff2) format("woff2"), url(../fonts/Capitaine-SemiBold.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: Capitaine;
  src: url(../fonts/Capitaine-SemiBoldItalic.woff2) format("woff2"), url(../fonts/Capitaine-SemiBoldItalic.woff) format("woff");
  font-weight: 600;
  font-style: italic;
  font-stretch: normal; }

.header-navbar--nav {
  font-family: "Marr Sans Web",sans-serif; }
  @media only screen and (max-width: 680px) {
    .nav-open .header-navbar--nav {
      display: block;
      top: 78px;
      z-index: 99; } }
  @media only screen and (min-width: 1440px) {
    .header-navbar--nav {
      height: 100px; } }
  .header-navbar--nav-links {
    height: 100%; }
    @media only screen and (max-width: 1439px) {
      .header-navbar--nav-links {
        display: none; } }
  @media only screen and (max-width: 1439px) and (max-width: 680px) {
    .header-navbar--nav-links {
      padding-top: 0;
      padding-bottom: 0; }
      .nav-open .header-navbar--nav-links {
        display: block; } }
    .header-navbar--nav-links ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    @media only screen and (min-width: 1440px) {
      .header-navbar--nav-links .main-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-size: 1.125rem;
        font-weight: 500; }
        .header-navbar--nav-links .main-menu li {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          line-height: 1;
          padding-bottom: 0;
          position: relative; }
          .header-navbar--nav-links .main-menu li > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            color: #000;
            padding: 0 1.25rem;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            height: 100%; }
            .header-navbar--nav-links .main-menu li > a:hover, .header-navbar--nav-links .main-menu li > a:focus, .header-navbar--nav-links .main-menu li > a:active {
              background: #faf9f7;
              text-decoration: none !important; }
            .header-navbar--nav-links .main-menu li > a:after {
              background-image: url(../fonts/down-arrow-purple.svg);
              background-size: contain;
              background-repeat: no-repeat;
              content: " ";
              display: inline-block;
              height: 10px;
              width: 26px;
              position: static;
              margin-left: .3125rem; } }
    @media (max-width: 680px) {
      .header-navbar--nav-links .main-menu {
        padding: 30px; }
        .header-navbar--nav-links .main-menu > li {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -ms-flex-negative: 0;
              flex-shrink: 0;
          line-height: 1;
          padding: 0; }
          .header-navbar--nav-links .main-menu > li.menu-item-has-children > a:after {
            content: " ";
            background-image: url(../fonts/down-arrow-purple.svg);
            background-size: contain;
            background-repeat: no-repeat;
            display: inline-block;
            height: 10px;
            width: 26px; }
          .header-navbar--nav-links .main-menu > li.menu-item-has-children .sub-menu {
            max-height: 0;
            overflow: hidden;
            padding-left: 1.25rem; }
          .header-navbar--nav-links .main-menu > li > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            color: #000;
            font-weight: 500;
            font-size: 1.25rem;
            padding: .625rem 0;
            position: relative; } }
    @media only screen and (min-width: 1440px) {
      .header-navbar--nav-links .navActive > a {
        background: #faf9f7; }
        .header-navbar--nav-links .navActive > a:after {
          content: " ";
          background-image: url(../fonts/close-yellow-green.svg) !important;
          background-size: cover !important;
          background-repeat: no-repeat !important;
          display: inline-block !important;
          height: 23px !important;
          width: 26px !important;
          -webkit-animation: none;
                  animation: none; }
      .header-navbar--nav-links .navActive .sub-menu {
        max-height: 10000px;
        padding: 2.5rem; }
        .header-navbar--nav-links .navActive .sub-menu__wrapper {
          opacity: 1; } }
    @media only screen and (max-width: 680px) {
      .header-navbar--nav-links .navActive .sub-menu {
        max-height: 2000px !important;
        margin-bottom: 2.5rem;
        -webkit-transition: max-height .4s ease-out;
        -o-transition: max-height .4s ease-out;
        transition: max-height .4s ease-out; } }
    @media only screen and (min-width: 1440px) {
      .header-navbar--nav-links .sub-menu {
        max-height: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        left: auto;
        min-width: 280px;
        right: auto;
        top: 100px;
        z-index: 1;
        background: #faf9f7; }
        .header-navbar--nav-links .sub-menu li {
          border-bottom: 1px solid #dad0c8;
          padding: .625rem 0; }
          .header-navbar--nav-links .sub-menu li > a {
            font-size: 1.25rem;
            line-height: 1.2;
            padding: 0;
            font-weight: 400;
            position: relative;
            display: inline-block;
            white-space: nowrap; }
            .header-navbar--nav-links .sub-menu li > a:after {
              display: none; }
            .header-navbar--nav-links .sub-menu li > a:hover, .header-navbar--nav-links .sub-menu li > a:active, .header-navbar--nav-links .sub-menu li > a:focus {
              color: #61639e;
              font-weight: 500;
              text-decoration: underline;
              -webkit-transition: background-color .2s ease-in-out,color .2s ease-in-out;
              -o-transition: background-color .2s ease-in-out,color .2s ease-in-out;
              transition: background-color .2s ease-in-out,color .2s ease-in-out; }
              .header-navbar--nav-links .sub-menu li > a:hover:after, .header-navbar--nav-links .sub-menu li > a:active:after, .header-navbar--nav-links .sub-menu li > a:focus:after {
                content: " ";
                margin-top: 3px;
                background-image: url(../fonts/right-arrow-purple.svg);
                background-size: contain;
                background-repeat: no-repeat;
                width: 16px;
                display: inline-block;
                height: 24px;
                position: absolute;
                right: auto;
                top: calc(50% - 12px);
                margin-left: .625rem;
                -webkit-animation: horizontal-bounce 1.4s infinite;
                        animation: horizontal-bounce 1.4s infinite; }
        .header-navbar--nav-links .sub-menu__wrapper {
          opacity: 0;
          -webkit-transition: opacity 0.3s ease;
          -o-transition: opacity 0.3s ease;
          transition: opacity 0.3s ease; } }
    @media only screen and (max-width: 680px) {
      .header-navbar--nav-links .sub-menu li {
        border-bottom: 1px solid #dad0c8;
        font-size: 1rem;
        padding: .625rem 0;
        position: relative; }
        .header-navbar--nav-links .sub-menu li a {
          color: #000; } }

#site-navigation {
  font-family: "Marr Sans Web", sans-serif; }
  @media (min-width: 1440px) {
    #site-navigation {
      display: none; } }

@media (min-width: 1440px) {
  .nav-buttons {
    display: none; } }

@media (max-width: 1439px) {
  .nav-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0; } }
  @media (max-width: 1439px) and (min-width: 1340px) {
    .nav-buttons {
      top: 40px;
      height: auto;
      bottom: 0; } }

@media (max-width: 1439px) {
    .nav-open .nav-buttons {
      background: #faf9f7; }
    .nav-buttons .menu-toggle {
      padding: 0 1.875rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
    @media (max-width: 1439px) and (max-width: 680px) {
      .nav-buttons .menu-toggle {
        padding: 0 .9375rem; } }

@media (max-width: 1439px) {
      .nav-buttons .menu-toggle .screen-reader-text {
        opacity: 0;
        text-indent: -9999px;
        max-width: 0;
        max-height: 0;
        display: block; }
      .nav-buttons .menu-toggle .menu-bars {
        background-color: #246b81;
        display: block;
        height: 4px;
        position: relative;
        -webkit-transition-delay: .25s;
             -o-transition-delay: .25s;
                transition-delay: .25s;
        width: 28px; }
        .nav-open .nav-buttons .menu-toggle .menu-bars {
          background-color: rgba(0, 0, 0, 0); }
        .nav-buttons .menu-toggle .menu-bars:before {
          content: "";
          background-color: #246b81;
          height: 4px;
          width: 100%;
          position: absolute;
          top: -9px;
          left: 0;
          -webkit-animation: animate-top-line-close .5s ease-in-out forwards;
                  animation: animate-top-line-close .5s ease-in-out forwards; }
          .nav-open .nav-buttons .menu-toggle .menu-bars:before {
            background-color: #737373;
            -webkit-animation: animate-top-line-open .5s ease-in-out forwards;
                    animation: animate-top-line-open .5s ease-in-out forwards; }
        .nav-buttons .menu-toggle .menu-bars:after {
          content: "";
          background-color: #246b81;
          width: 100%;
          height: 4px;
          position: absolute;
          top: 9px;
          left: 0;
          -webkit-animation: animate-bottom-line-close .5s ease-in-out forwards;
                  animation: animate-bottom-line-close .5s ease-in-out forwards; }
          .nav-open .nav-buttons .menu-toggle .menu-bars:after {
            background-color: #737373;
            -webkit-animation: animate-bottom-line-open .5s ease-in-out forwards;
                    animation: animate-bottom-line-open .5s ease-in-out forwards; } }

.main-navigation {
  display: none; }

@media only screen and (max-width: 1439px) and (min-width: 681px) {
  .main-navigation {
    background-color: #faf9f7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 90;
    position: fixed;
    top: 87px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-2000px);
        -ms-transform: translateY(-2000px);
            transform: translateY(-2000px); }
    .nav-open .main-navigation {
      bottom: 0;
      overflow-y: scroll;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: bottom .4s ease-out .4s, -webkit-transform .4s ease-out;
      transition: bottom .4s ease-out .4s, -webkit-transform .4s ease-out;
      -o-transition: transform .4s ease-out, bottom .4s ease-out .4s;
      transition: transform .4s ease-out, bottom .4s ease-out .4s;
      transition: transform .4s ease-out, bottom .4s ease-out .4s, -webkit-transform .4s ease-out; }
    .main-navigation:before {
      background-color: #dad0c8;
      content: "";
      height: calc(100vmax - 80px);
      position: absolute;
      width: 1px;
      left: 20rem; }
    .main-navigation .main-menu {
      padding: 0;
      margin: 0;
      list-style-type: none; }
      .main-navigation .main-menu > li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        line-height: 1;
        padding: 0; }
        .main-navigation .main-menu > li.menu-item-has-children > a:after {
          content: " ";
          background-image: url(../fonts/right-arrow-solid.svg);
          background-size: contain;
          background-repeat: no-repeat;
          display: inline-block;
          height: 24px;
          width: 16px;
          position: absolute;
          right: 2.5rem;
          top: calc(50% - 12px);
          z-index: 3; }
        .main-navigation .main-menu > li.menu-item-has-children.navActive > a {
          background: #e6e4ed; }
          .main-navigation .main-menu > li.menu-item-has-children.navActive > a:after {
            -webkit-animation: horizontal-bounce 1.4s infinite;
                    animation: horizontal-bounce 1.4s infinite; }
        .nav-open .main-navigation .main-menu > li.menu-item-has-children.navActive .sub-menu {
          right: 30%;
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); }
        .main-navigation .main-menu > li > a {
          font-weight: 500;
          font-size: 1.25rem;
          padding: .625rem 0;
          position: relative;
          color: #000; }
        .main-navigation .main-menu > li.menu-item-has-children > a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          background-color: #faf9f7;
          padding: 1.25rem 2.5rem 1.25rem 50px;
          width: 20rem;
          z-index: 2; }
        .main-navigation .main-menu > li .sub-menu {
          position: absolute;
          left: 22.5rem;
          top: 2.5rem;
          -webkit-transform: translateX(-1000px);
              -ms-transform: translateX(-1000px);
                  transform: translateX(-1000px);
          -webkit-transition: -webkit-transform 0.4s ease-out 0.4s;
          transition: -webkit-transform 0.4s ease-out 0.4s;
          -o-transition: transform 0.4s ease-out 0.4s;
          transition: transform 0.4s ease-out 0.4s;
          transition: transform 0.4s ease-out 0.4s, -webkit-transform 0.4s ease-out 0.4s;
          z-index: 1;
          list-style-type: none;
          padding-left: 1.25rem; }
          .main-navigation .main-menu > li .sub-menu .close {
            display: none;
            background: url(../fonts/close-gray.svg) no-repeat;
            cursor: pointer;
            height: 46px;
            opacity: 0;
            width: 46px; }
          .main-navigation .main-menu > li .sub-menu li {
            font-size: 1.25rem !important;
            line-height: 1.2;
            border-bottom: 1px solid #dad0c8;
            font-size: 1rem;
            padding: .625rem 0;
            position: relative; }
            .main-navigation .main-menu > li .sub-menu li > a {
              color: #000; }
  .menu-about-us-container {
    width: 100%; } }

/* Style Overrides */
.nav-open .header-navbar {
  /*
  @media (max-width: 1239px) {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
  }
*/ }

.header-navbar {
  position: relative; }
  .nav-open .header-navbar {
    z-index: 100; }
  .header-navbar--utils {
    -webkit-box-flex: 0;
        -ms-flex: 0 100 100%;
            flex: 0 100 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .header-navbar--utils .btn {
      white-space: nowrap; }
    .header-navbar--utils .dropdown-menu {
      padding: 1rem; }
    .header-navbar--utils .dropdown-item {
      font-size: 1rem; }
    @media only screen and (max-width: 679px) {
      .header-navbar--utils .dropdown {
        display: none; } }
    @media (max-width: 679px) {
      .header-navbar--utils {
        padding: 0 40px 0 0; } }

.header-navbar--brand {
  padding: 21px 20px 22px 0; }
  @media (max-width: 1339px) {
    .header-navbar--brand {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 160px;
              flex: 0 0 160px; } }
  @media (max-width: 680px) {
    .header-navbar--brand {
      padding: 17px 20px 17px 0; } }

.content-header .carousel-item, .content-header .carousel-item.active {
  -webkit-transition: all 2.5s ease;
  -o-transition: all 2.5s ease;
  transition: all 2.5s ease; }

.content-header.has-image {
  padding: 0;
  display: block; }
  .content-header.has-image .content-header-text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0; }
    .content-header.has-image .content-header-text .breadcrumb {
      font-size: 22px;
      font-size: 1.375rem;
      font-family: "Marr Sans Web",sans-serif;
      font-weight: 400;
      margin-bottom: 30px; }

.content-col form {
  width: 100%; }

.content-body {
  font-family: "Marr Sans Web",sans-serif;
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem; }

.visual-asset-gallery .breadcrumb-list .breadcrumb-item:nth-child(2) {
  /* display: none; */ }

.lightbox .btn-default {
  background-color: #246b81;
  border-color: #246b81;
  color: white; }

.lightbox-asset-image {
  background: none !important; }
  .mfp-content .lightbox-asset-image {
    background: #000 !important; }

.lightbox-asset-block {
  padding: 30px 0; }

.lightbox-asset-data-action-download {
  display: none; }

.lightbox-asset-data h1 {
  display: none; }

.mfp-content .lightbox-asset-data h1 {
  display: block; }

@media (min-width: 901px) {
  .assets-item {
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; } }

.assets-item a {
  height: 100%;
  background-color: #faf9f7; }

.assets-item-media {
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 66%; }

.assets-item.lazyload .assets-item-media {
  background: inherit !important;
  background-image: none !important;
  background-color: #faf9f7 !important;
  padding: 0;
  height: auto; }

[data_type="document"] .assets-item-media {
  background-image: url("../fonts/file.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  padding-bottom: calc(66% - 80px);
  border-top: 40px #faf9f7 solid;
  border-bottom: 40px #faf9f7 solid; }

[data_type="document"][data_type_ext="zip"] .assets-item-media {
  background-image: url("../fonts/file-archive.svg") !important; }

[data_type="document"][data_type_ext="ppt"] .assets-item-media {
  background-image: url("../fonts/file-powerpoint.svg") !important; }

[data_type="document"][data_type_ext="doc"] .assets-item-media {
  background-image: url("../fonts/file-word.svg") !important; }

[data_type="document"][data_type_ext="excel"] .assets-item-media {
  background-image: url("../fonts/file-excel.svg") !important; }

.assets-item-text {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none; }
  .assets-item-text-title-caption {
    display: block;
    font-size: 14px;
    font-weight: 400; }

.assets-item a:hover .assets-item-text-title,
.assets-item a:focus .assets-item-text-title {
  color: #61639e; }

.tp-return-banner {
  background: #246b81;
  display: grid;
  grid-template-columns: 1fr repeat(15, 1fr) 1fr; }
  @media (max-width: 1339px) {
    .tp-return-banner {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 10;
      display: none; }
      .nav-open .tp-return-banner {
        display: grid; } }
    @media (max-width: 1339px) and (max-width: 680px) {
      .nav-open .tp-return-banner {
        z-index: 120; } }
  .tp-return-banner .container {
    grid-column-start: 2;
    grid-column-end: 17;
    height: 2.5rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1339px) {
      .tp-return-banner .container {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }

.tp-return-banner__logo {
  width: 112px;
  margin-right: .625rem; }

.tp-return-banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: Marr Sans Web,sans-serif;
  font-size: .875rem;
  font-weight: 500;
  color: white !important; }
  .tp-return-banner__link:after {
    background-image: url(../fonts/right-arrow-solid-white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    content: " ";
    display: inline-block;
    height: 15px;
    margin-left: .625rem;
    width: 10px; }
  .tp-return-banner__link:hover {
    text-decoration: underline; }
    .tp-return-banner__link:hover:after {
      -webkit-animation: horizontal-bounce 1.4s infinite;
              animation: horizontal-bounce 1.4s infinite; }

.site-footer__content {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media (max-width: 1100px) {
    .site-footer__content {
      display: block !important; } }

.footer-policy {
  padding-top: 0; }
  @media (max-width: 1100px) {
    .footer-policy {
      padding-top: 2.5rem; } }

@media (max-width: 767px) {
  .content-title {
    font-size: 32px;
    font-size: 2rem; } }

.homeTabs {
  list-style-type: none;
  padding: 0;
  margin: 30px 0 !important;
  width: 100%; }
  @media (min-width: 768px) {
    .homeTabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 768px) {
    .homeTabs li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 32%;
              flex: 0 0 32%; } }
  @media (max-width: 767px) {
    .homeTabs li {
      margin-bottom: 10px; } }
  .homeTabs li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
    font-weight: 500; }
    @media (min-width: 992px) {
      .homeTabs li a {
        padding: 50px 0; } }
    @media (max-width: 991px) {
      .homeTabs li a {
        padding: 25px 0; } }
  .homeTabs li:nth-child(1) a {
    background: #61639e;
    color: white; }
  .homeTabs li:nth-child(2) a {
    background: #246b81;
    color: white; }
  .homeTabs li:nth-child(3) a {
    background: #dcd060;
    color: #246b81; }

#briefcaseLink {
  position: relative; }

@media (min-width: 680px) {
  #countPhoto:before {
    content: "("; }
  #countPhoto:after {
    content: ")"; } }

@media (max-width: 679px) {
  #countPhoto {
    position: absolute;
    right: 0;
    top: 0;
    background: white;
    width: 18px;
    height: 18px;
    border-radius: 9px; } }

@media (max-width: 679px) {
  #briefcaseLink_text {
    font-size: 0;
    text-indent: -9999px;
    background: url("../fonts/cart-arrow-down.svg") no-repeat 50% 50%;
    background-size: contain;
    width: 24px;
    height: 24px;
    float: left; } }

/*# sourceMappingURL=assets.css.map */
