body { }
body { font-family: proxima-nova, sans-serif; }

h2 { font-style: normal; font-weight: bold; font-size: 22px; line-height: 120%; text-transform: uppercase; }
h3 { font-style: normal; font-weight: bold; font-size: 20px; line-height: 120%; text-transform: uppercase; }

.body1 { font-style: normal; font-weight: normal; font-size: 14px; line-height: 160%; letter-spacing: 0.01em; } 

.button { display: inline-block; padding: 14px 40px; background: #EA840B; border-radius: 54px; border: 0; color: #fff; font-weight: bold; font-size: 12px; line-height: 140%; letter-spacing: 0.24em; text-transform: uppercase; }
.button:focus { outline: none; }
.button:hover { background: #DB7C0A; text-decoration: none; color: #fff; }

a:hover { text-decoration: none; color: inherit; }
.c-grid__item>a:hover { color: #EA840B; }

@media(min-width: 768px) {
  h2 { font-size: 26px; line-height: 140%; }
  h3 { font-size: 24px; line-height: 110%; }
}


/*
@media(min-width: 1440px) {
  .container,
  .container-lg { max-width: 1200px; }
}
*/

header.header.header-desktop { display: none; }
header.header { position: sticky; top: 0; z-index: 11; background: #fff; }
header.header a { font-style: normal; font-weight: 600; font-size: 12px; line-height: 16px; letter-spacing: 0.14em; text-transform: uppercase; color: #9DA0A8; }

header.header .top { border-bottom: 1px solid #E8EBF0; box-shadow: 0 0 5px #ccc; padding-top: 16px; padding-bottom: 16px; }
header.header .top .container-lg { display: flex; justify-content: space-between; }
header.header .top > div { display: flex; align-items: center; }
header.header .top .buttons { display: none; }
header.header .nav.desktop { display: none; }

header.header .buttons .btn-bg,
body .nav-mobile .buttons .btn-bg { display: flex !important; align-items: center; justify-content: center; font-weight: 600; padding: 0 !important; font-size: 13px; letter-spacing: 0; color: #EB8B2D !important; width: 172px; height: 60px; background: url('/v5/template/btn-bg.png'); background-size: contain; }
body .nav-mobile .buttons .btn-bg { margin-top: 8px; }

header.header .hamburger-inner, 
header.header .hamburger-inner:after, 
header.header .hamburger-inner:before,
header.header .hamburger.is-active .hamburger-inner, 
header.header .hamburger.is-active .hamburger-inner:after, 
header.header .hamburger.is-active .hamburger-inner:before { background-color: #F7941E; border-radius: 0; height: 3px; width: 23px; }
header.header .hamburger { padding: 15px 0 15px 15px; }
header.header .hamburger:focus { outline: none; }
header.header .hamburger,
header.header .hamburger-box { width: 23px; height: 15px; box-sizing: content-box; }
header.header .hamburger-inner:before { top: -6px; }
header.header .hamburger-inner:after { bottom: -6px; }
header.header .hamburger.is-active:hover, .hamburger:hover { opacity: 1; }

header.header .top a { color: #7E88A5; display: inline-block; margin-left: 40px; }
header.header .top a span { color: #EA840B; }
header.header .top a.logo { margin-left: 0; }

header.header .nav .container { display: flex; justify-content: space-between; }
body .nav-mobile { display: none; background: #fcfcfc; position: fixed; top: 0; z-index: 11; width: 100%; height: 100%; padding-top: 88px; }

@media(min-width: 1200px) {
  header.header .top .nav-toggle { display: none; }
  header.header .top .buttons { display: flex; justify-content: center; align-items: center; }
  body .nav-mobile { display: none; }
  header.header .nav.desktop { display: block; box-shadow: 0px 3px 4px #cccccc33; }
}

body .nav-mobile .container-fluid { padding-left: 32px; padding-right: 32px; }

body .nav-mobile form { padding-top: 20px; }
body .nav-mobile form input { border-radius: 0; width: 100%; border: 0; border-bottom: 1px solid #E8EBF0; background: transparent; letter-spacing: 0.14em; font-weight: 600; font-size: 12px; padding: 7px 10px 7px 25px; margin-bottom: 15px; background: url('/v5/template/icon-search.png') no-repeat left center; background-size: 16px 16px; }
body .nav-mobile form input:focus { outline: none; }
body .nav-mobile form input::placeholder { color: #9DA0A8; }

body .nav-mobile ul { list-style: none; margin: 0; padding: 0; }
body .nav-mobile ul > li { padding-left: 32px; }
body .nav-mobile ul > li > a { position: relative; display: inline-block; padding: 10px 0; font-weight: 600; font-size: 14px; line-height: 140%; text-transform: uppercase; color: #2E3547; letter-spacing: 0.02em; }
body .nav-mobile ul > li > a:after,
body .nav-mobile ul > li > a:before { content: ''; position: absolute;  right: -12px; top: 16px; width: 4px; height: 7px; background: url(/v5/template/icon-chevron-right.png) right center; background-size: 4px 7px; }
body .nav-mobile ul > li > a:before {  display: none;  right: auto; left: -12px; transform: rotate(180deg); }
body .nav-mobile ul > li > a.back { color: #7E88A5; padding-bottom: 15px; margin-left: 15px; }
body .nav-mobile ul > li > a.back:before { display: block; }
body .nav-mobile ul > li > a.back:after { display: none; }
body .nav-mobile ul > li > a:hover { text-decoration: none; }   
body .nav-mobile ul > li > ul { display: none; position: absolute;  overflow-y: scroll; padding: 15px; padding-bottom: 250px; box-shadow: inset 0 7px 5px -7px rgba(0,0,0,0.1); background: #f6f6f6; z-index: 10; width: 100%; top: 200px; left: 0; height: calc(100% - 200px); }
body .nav-mobile ul > li > ul > li:not(:first-of-type) a { color: #9DA0A8; }
body .nav-mobile ul > li > ul > li:not(:first-of-type) a:after { display: none; }

body .nav-mobile .buttons { padding-top: 10px; }
body .nav-mobile .buttons a { display: block; text-transform: uppercase; font-size: 14px; padding: 5px 0; }
body .nav-mobile .buttons a:last-of-type { padding-top: 8px; }
body .nav-mobile a.orange { color: #EA840B; }
body .nav-mobile a.gray { color: #9DA0A8; }
body .nav-mobile a.gray span { color: #EA840B; }

header.header .nav.desktop ul { padding: 0; margin: 0; list-style: none; }
header.header .nav.desktop ul ul { display: none; }
header.header .nav.desktop .menu-main { display: flex; margin-left: -17px; }
header.header .nav.desktop .menu-main > li > a { display: flex; height: 100%; align-items: center; padding: 0 17px;  font-weight: bold; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: #9DA0A8; }
header.header .nav.desktop .menu-main > li:hover > a { text-decoration: none; background: #EA840B; color: #E7E7E7; }
header.header .nav.desktop .menu-main > li:hover ul { display: block; position: absolute; background: #EA840B; padding: 9px 0; }
header.header .nav.desktop .menu-main > li:hover ul a { display: block; color: #fff; text-decoration: none; padding: 8px 17px; }
header.header .nav.desktop .menu-main > li:hover ul a:hover {  background: #DB7C0A; }
header.header .nav.desktop .menu-main > li:hover ul > li { display: block; flex: 0 0 33.33%; }
header.header .nav.desktop .menu-main > li:hover ul > li:first-of-type { display: none; }

header.header .nav.desktop .menu-main > li.flex:hover ul { display: flex; flex-wrap: wrap; width: 75%; }

header.header .nav.desktop .acct-search { display: flex; border-right: 1px solid #E8EBF0; }
header.header .nav.desktop .acct-search > * { display: flex; height: 100%; align-items: center; padding: 0 23px; border-left: 1px solid #E8EBF0; }
header.header .nav.desktop .acct-search a { font-weight: 600; font-size: 12px; letter-spacing: 0.18em; color: #EA840B; }
header.header .nav.desktop .acct-search a:hover { background: #EA840B; color: #fff; text-decoration: none; }

header.header .nav.desktop .acct-search form {  }
header.header .nav.desktop .acct-search form input { display: flex; height: 100%; border-radius: 0; width: 95px; border: 0; background: transparent; letter-spacing: 0.14em; font-weight: 600; font-size: 12px; padding: 7px 10px 7px 25px; background: url('/v5/template/icon-search.png') no-repeat left center; background-size: 16px 16px; }
header.header .nav.desktop .acct-search form input:focus { outline: none; }
header.header .nav.desktop .acct-search form input::placeholder { color: #9DA0A8; }




footer.footer { position: relative; padding-top: 85px; text-align: center; border-top: 3px solid #FFA500; background: #2E3547; color: #fff; font-weight: 600; font-size: 12px; line-height: 130%; letter-spacing: 0.14em; }
footer.footer .btt { position: absolute; right: 50px; top: -35px; z-index: 10; }
footer.footer .logo { display: block; margin-bottom: 35px; }
footer.footer .subscribe { font-weight: normal; font-size: 12px; line-height: 160%; letter-spacing: 0.01em; }
footer.footer .social a { display: inline-block; padding: 0 10px; }

footer.footer .footcols { justify-content: space-between; }
@media (min-width: 1200px) { 
  footer.footer .footcols .footnav { flex: 0 0 72%; max-width: 72%; }
}



footer.footer h3 { font-weight: bold; font-size: 24px; line-height: 110%; margin-bottom: 25px; } 
footer.footer h4 { font-weight: 600; font-size: 12px; line-height: 130%; margin-bottom: 16px; text-align: center; letter-spacing: 0.14em; text-transform: uppercase; color: #E7E7E7; }
footer.footer p { margin-bottom: 30px; }

footer.footer .social-mobile { margin-bottom: 65px; }

footer.footer .footnav a { display: block; font-weight: 600; font-size: 12px; line-height: 130%; letter-spacing: 0.14em; text-transform: uppercase; color: #B7C3D8; }
footer.footer .footnav a:hover { text-decoration: none; color: #fff; }
footer.footer .footnav .social a { display: inline-block; }
footer.footer .footnav { border-top: 1px solid #4E5A77; }
footer.footer .footnav .borders { border-bottom: 1px solid #4E5A77; padding-bottom: 15px;  }
footer.footer .footnav .borders a { padding-top: 15px;  }
footer.footer .footnav h4 a { text-transform: uppercase; color: #fff; } 
footer.footer .footnav h4 a br { display: none; }
footer.footer .footnav h4 { margin-bottom: 0; }
footer.footer .footnav a.subnav-item { display: block; padding: 8px 0; text-transform: none; }
footer.footer .subnav { display: flex; padding-top: 10px; }

footer.footer h4.follow,
footer.footer .footnav h4.follow { margin-bottom: 0px; padding-bottom: 18px; }


footer.footer .bottom hr { display: none; width: 100%; border-top: 1px solid #4E5A77; margin: 20px 0; }
footer.footer .bottom { padding-top: 20px; padding-bottom: 20px; }
footer.footer .bottom a { display: block;  padding: 15px; font-weight: 600; font-size: 12px; line-height: 130%; letter-spacing: 0.14em; text-transform: uppercase; color: #B7C3D8; }
footer.footer .bottom a:hover { text-decoration: none; color: #fff; }

@media(min-width: 992px) {
  footer.footer .footnav .borders { padding-bottom: 0; }
}



@media(min-width: 1200px) {
  footer.footer { text-align: left; }
  footer.footer h4 { text-align: left; }
  footer.footer .bottom hr { display: block; }

  footer.footer .subscribe { font-size: 14px; }
  
  footer.footer .footnav .borders { border: 0; }
  
  footer.footer .social-mobile { margin-bottom: 0px; }
  footer.footer .footnav .borders a { padding-top: 0px;  }

  footer.footer .footnav { border-top: 0; padding-top: 0; }
  footer.footer .footnav .social { display: flex; align-items: flex-end; }
  footer.footer .footnav .social a:first-of-type { padding-left: 0; }
  footer.footer .footnav .social p:last-of-type { margin-bottom: 12px; }
  footer.footer .footnav h4 { border-bottom: 0; padding-bottom: 0; margin-bottom: 16px; }
  footer.footer .footnav h4 a br { display: block; }

  footer.footer .subnav { display: flex !important; }

  footer.footer .bottom a { display: inline-block; padding: 30px 70px 30px 0; }
}



section.advertisement { background: #EFEFEF; padding: 14px; }
section.advertisement label { font-weight: normal; font-size: 12px; line-height: 140%; letter-spacing: 0.12em; text-transform: uppercase; color: #C7C7C7; } 

section.advertisement a { display: block; }
section.advertisement img { display: block; max-width: 100%; height: auto; }
section.advertisement .ad { position: relative; display: flex; justify-content: center; }
section.billboard { padding-bottom: 30px; }
section.rectangle-large { padding-bottom: 30px; }

.slider-container {
overflow: hidden;
}

.slick-slide:nth-of-child(n+1) {
display: none;
}

.slick-initialized,
.slick-slide:first-child {
display: block;
}


section.cta-subscribe { padding: 35px; color: #fff; background: url('/v5/template/section-cta-subscribe-bg.png') no-repeat; background-size: cover; }
section.cta-subscribe h4 { font-weight: bold; font-size: 20px; line-height: 120%; text-transform: uppercase; color: #EA840B; } 
section.cta-subscribe h4 span { color: #fff; } 
section.cta-subscribe p { margin: 0; font-weight: normal; font-size: 14px; line-height: 160%; letter-spacing: 0.01em; color: #E8EBF0; }

@media(min-width: 1200px) {
  section.cta-subscribe h4 { font-size: 24px; line-height: 110%; }
  section.cta-subscribe p { font-size: 16px; line-height: 160%; }
}