/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* ==========================================================================
Typography
========================================================================== */


/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {

}

sup {  }
sub {  }

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {}
h2 {}
h3 { margin-bottom: 25px; }
h4 { }
h5 { }
h6 { }



/* ==========================================================================
Content Cards: Adds an blend-mode multiply to content cards to make the
placeholder colors more vibrant 
========================================================================== */

.content-card-overlay, .hhs-hero-overlay {
  mix-blend-mode: multiply !important;
}

/* ==========================================================================
Video Module: Hides Prev and Next Buttons on video
========================================================================== */

.flickity-button.flickity-prev-next-button.previous, .flickity-button.flickity-prev-next-button.next  {
  display: none !important;
}


br.hide_on_mobile {
  display: none;
}

.iframe_wrapper {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.embed_container {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
  vertical-align:middle;
}
.embed_container iframe {
  left: 0;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width:100%;
  height:100%;
}

.zt-button-wrap {
  padding-top: 35px;
}
.zt-button-wrap a {
  border-radius: 8px;
  cursor: pointer;
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.33333333333;
  padding: 18px 26px;
}

.zt-button-wrap:not(.blue) a {
  background: #e6182b;
}
.zt-button-wrap:not(.blue) a:hover {
  background: #990d1a;
}
.top-shape svg,.bottom-shape svg {
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: block;
}
.top-shape {
  top: 1px;
  position: relative;
}
.bottom-shape {
  position: relative;
  bottom: 1px;
}
@media(max-width:991px){
  .zt-button-wrap a {
    box-sizing: border-box !important;
    font-size: 16px;
    max-width: 100%;
    min-width: auto;
    padding: 16px 26px;
  }
}
@media(max-width:767px){
  .zt-button-wrap a {
    font-size: 14px;
  }
}

@media(max-width:960px){
  .main-nav .sc-site-header__menu {
    display: none !important;
  }
  .hhs-side-menu__mobile {
    display: block !important;
  }
  .hhs-menu-toggle {
    align-self: center;
  }
}

@media(max-width:1100px) and (min-width:961px){
  .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    margin: 5px !important;
  }
  .logo-standard {
    max-width: 190px !important;
  }
}
.hs-responsive-embed-wrapper.hs-responsive-embed {
  margin-top: 20px !important;
}


.header .hhs-header-cta a.cta-primary {
  border-radius: 8px;
  cursor: pointer;
  font-family: Open Sans;
  font-size: 14px !important;!i;!;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.33333333333;
  padding: 15px 18px !important;!i;!;
  background-color: #3cb4e5;
}
.header .hhs-extras-ctas {
  order: 1;
}
.header button.top-bar-search {
  order: 2;
}

@media(max-width:1280px){
  .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    margin: 15px 5px !important;
  }
  .header .hhs-header-cta a.cta-primary {
    font-size: 14px !important;
    padding: 12px 14px !important;
    white-space: nowrap;
  }
}
@media(max-width:1180px){
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 13px !important;!
  }
  .hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    margin: 10px 5px !important;
  }
  .logo-standard {
    max-width: 180px;
}
}
@media(max-width:960px){
  .header button.top-bar-search {
    order: 0;
  }
  .hhs-side-menu__ctas {
    order: 2;
  }
  .hhs-side-menu__mobile {
    order: 1;
  }
  .hhs-side-menu__footer {
    order: 3;
  }
}