@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,300;1,400;1,500;1,600;1,700;1,900&display=swap');
* { box-sizing: border-box;}
html{scroll-behavior: smooth;}
body {
   font-family: 'Work Sans', sans-serif;
   overflow-x: hidden;
}
ol.letters {
    list-style: upper-alpha !important;
}
ol li {
    margin-bottom: 0.75rem;
}
ol {
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    font-weight: 300;
    list-style: auto !important;
    margin-left: 40px !important;
}

p a, li a {
    font-weight: 500;
    color: #2e5a82;
    opacity: 1;
    transition: all 300ms ease-in-out;
    text-decoration: underline;
}
p a:hover, li a:hover {
    opacity: .7;
}
a.subNavItem, .mainNavDD .navItemWrapper a, #secondaryNav a {
    text-decoration: none;
}

sup {
   font-weight: 300 !important;
   top: -0.25em !important;
}

button#scrollToTopButton img {
    padding: 10px;
    filter: invert(1);
}
button#scrollToTopButton {
    position: fixed;
    right: 0;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background: var(--color-d-blueD);
    transform: translateX(100%);
    transition: all .4s;
}
button#scrollToTopButton:hover {
    background: var(--color-d-blueL);
}
button#scrollToTopButton.show {
    transform: translateX(0);
}
.at-start .control-prev {
   display: none;
}
.at-end .control-next {
   display: none;
}
.hasUnderline,
.hasUnderlineOrange {
   position: relative;
}

.hasUnderline:after,
.hasUnderlineOrange:after {
   content: "";
   background: #fff;
   height: 2px;
   width:100%;
   display: block;
   position: absolute;
   margin:0;
   bottom: -5px;
}
.hasUnderlineOrange:after {
   background: #E87254;
}

.mobileNaviBtn span {
   margin-left: auto;
   margin-right: auto;
   opacity: 1;
   transition: all 350ms ease-in-out;
}

.mobileNaviBtn.activated .dash1 {
   transform: translateY(115%) rotateZ(45deg);
}

.mobileNaviBtn.activated .dash2 {
   height: 0;
   width: 0;
   opacity: 0;
}

.mobileNaviBtn.activated .dash3 {
   transform: translateY(-115%) rotateZ(-45deg);
}

.searchBtn.active:hover{
   opacity: 1!important;
}
.searchBtn.active img {
    margin-right: -23px;
}
.searchBtn.active {
    padding: 2px;
}
.subNavItem:hover {
   position: relative;
}

.subNavItem:after{
   content: "";
   background: white;
   width: 0px;
   height: 1px;
   position: absolute;
   bottom: -2px;
   left: 50%;
   transition: all 300ms ease-in-out;
   transform: translateX(-50%);
}

.subNavItem.active {
   position: relative;
   opacity: 1;
}

.subNavItem.active:after,
.subNavItem:hover:after {
   width: 100%;
}
/* MEDIA QUERIES */
@media(min-width:1280px) {
   .navItemWrapper:hover>.block>.submenu {
      display: block;
   }
}

@media(max-width:769px) {
	.hideBackgroundImage {
    	background-image: none!important;
    }
}

@media(max-width:1279px) {
   .mainNavDD {
      transform: translateX(100%);
   }
   .show.mainNavDD {
      transform: translateX(0%);
      overflow-y: auto;
   }
}


.sortbtn, .asc, .desc {
    position: relative;
}
.sortbtn::after {
   content: " ▼";
   font-size: 12px;
   position: absolute;
   bottom: -10px;
   right: -15px;
   transform: translateY(-50%);
   opacity: .6;
}
.sortbtn::before {
    content: " ▲";
    font-size: 12px;
    position: absolute;
    top: 6px;
    right: -15px;
    transform: translateY(-50%);
    opacity: .2;
}
.desc::before {
   opacity: .2;
}
.desc::after {
   opacity: .6;
}
.asc::before {
    opacity: .6;
}
.asc::after {
    opacity: .2;
}
.subNav {
   overflow-x: auto;
   overflow-y: none;
   height: 64px;
}
.subNav::-webkit-scrollbar {
   height: 0px;
   background: rgba(255,255,255,.5);
   margin-bottom: 2px;
}
.subNav::-webkit-scrollbar-thumb {
   background: #fff;
}
div#scroll-l-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    display: none;
    box-shadow: 3px 0px 3px 0 rgb(0 0 0 / 26%);
    cursor: pointer;
    z-index: 100;
}
div#scroll-r-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    display: none;
    box-shadow: -3px 0px 3px 0 rgb(0 0 0 / 26%);
    cursor: pointer;
    z-index: 100;
}
#scroll-r-btn .arrows, #scroll-l-btn .arrows {
    width: 30px;
    margin: 12px 0;
    filter: invert(1);
}
.show-arrows div#scroll-r-btn {
   display: block;
}
.show-arrows.show-sl div#scroll-l-btn {
   display: block;
}
.show-arrows.hide-sr div#scroll-r-btn {
   display: none;
}

.custom-scroll::-webkit-scrollbar {
   width: 15px;
   background: transparent;
   border: 1px solid #fff;
   margin-right: 10px;
   padding: 5px;
   border-radius: 50px;
}
.custom-scroll::-webkit-scrollbar-thumb {
   background: #fff;
   border-radius: 50px;
}
.timeline-slider::-webkit-scrollbar {
   height: 15px;
   background: transparent;
   border: 1px solid rgb(232 114 84 / 1);
   margin-right: 10px;
   padding: 5px;
   border-radius: 50px;
}
.timeline-slider::-webkit-scrollbar-thumb {
   background: #e87254;
   border-radius: 50px;
}
ol.letter-list {
    font-weight: 300;
    margin: 0 0 30px 30px;
    list-style: lower-alpha;
}
select {
   background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
   background-repeat: no-repeat;
   background-position-x: 99%;
   background-position-y: center;
   -webkit-appearance: none;
   -moz-appearance: none;
}
.responsive-video  {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}
.responsive-video:before  {
    position: relative;
    content: "";
    display: block;
    padding-top: 56.25%;
}
.responsive-video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.sm-br {
   display: none;
}
@media(min-width:1280px) and (max-width:1480px) {
   .sm-br {
      display: block;
   }
}
.bg-image {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   height: 100%;
   width: auto;
    max-width: none;
}
.navItemWrapper a.active span:after {
    content: "";
    display: block;
    width: 100%;
    bottom: -5px;
    left: 0;
    height: 2px;
    position: absolute;
    background: var(--color-d-orange);
}
.navItemWrapper a.active span {
    position: relative;
}
.header-spacer {
    position: relative;
    height: 160px;
    display: block;
  }
  header {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
  }
   .fixedsubnav {
       position: fixed !important;
       top: 160px;
       width: 100%;
       left: 0;
       z-index: 1000;
   }
   html {
      scroll-padding-top: 205px;
   }
@media(min-width:640px) {
  .header-spacer {
    position: relative;
    height: 114px;
    display: block;
  }
  header {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
  }
   .fixedsubnav {
       position: fixed !important;
       top: 114px;
       width: 100%;
       left: 0;
       z-index: 1000;
   }
   html {
      scroll-padding-top: 205px;
   }
}
@media(min-width:769px) {
  .header-spacer {
    position: relative;
    height: 168px;
    display: block;
  }
  header {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
  }
   .fixedsubnav {
       position: fixed !important;
       top: 168px;
       width: 100%;
       left: 0;
       z-index: 1000;
   }
   html {
      scroll-padding-top: 205px;
   }
}

@media(max-width: 720px) {
   .hideBackgroundImage {
   		background-image: none!important
   }
}

@media(min-width:1280px) {
  .header-spacer {
    position: relative;
    height: 145px;
    display: block;
  }
  header {
    position: fixed !important;
    left: 0;
    top: 0;
    width: 100%;
  }
   .fixedsubnav {
       position: fixed !important;
       top: 145px;
       width: 100%;
       left: 0;
       z-index: 1000;
   }
   html {
      scroll-padding-top: 205px;
   }
}

#slider-counter {
    position: absolute;
    width: 100%;
    bottom: -24px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
}
@media(max-width:769px) {
	html {
      scroll-padding-top: 225px;
   }
	.hideBackgroundImage {
    	display: none!important;
    }
}