@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
@import url("//hello.myfonts.net/count/3a1bdf");


/* ==========================================================================
   Variables
   ========================================================================== */
   
/**
 * Evolution's CSS variables are made as descriptive as possible. 
 * You can edit any variable as needed. 
 */

/* Colors */







/* Typography */










/* Containers */


:root {
  --primaryColor: #e84742;
  --secondaryColor: #fdc706;
}

/* --------------------------------------------------
   Base
   -------------------------------------------------- */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  background: #fff;
  color: #373935;
  font-family: NeuePlakText-Regular;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Page Center
 * Apply .page-center to fullwidth modules.
 */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}


/* --------------------------------------------------
   Typography
   -------------------------------------------------- */
body, a, h1, h2, h3, h4, h5, p, span, div, ul, li, input, span, textarea {
  font-weight: 400;
  font-family: NeuePlakText-Regular;
}
body span, a span, h1 span, h2 span, h3 span, h4 span, h5 span, p span, span span, div span, ul span, li span, input span, span span, textarea span {
  font-family: NeuePlakText-Regular;
  font-weight: inherit;
  font-size: inherit;
}

/* Basic text */
p { 
  margin: 18px 0;
  font-family: NeuePlakText-Regular;
  font-weight: 400;
  font-size: 16px;
}
sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headers */
h1, h2, h3, h4, h5, h6 {
  font-family: NeuePlakText-Regular;
  margin: 10px 0 20px;
  text-rendering: optimizelegibility;
  font-weight: bold;
  line-height: 1.2;
  color: #373935;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0px;
}
h1 { font-size: 42px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 22px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

@media (max-width: 767px) {
  h1 {font-size: 32px; }
  h2 {font-size: 28px; }
  h3 { font-size: 25px; }
  h4 { font-size: 21px; }
}


a {
  text-decoration: none;
  color: #e84742;
  transition: 0.2s ease;
}
a:hover,
a:focus {
  color: #bf3a36;
}
a, a:visited, a:focus, a:hover, a:active, input:focus, input:active, input:hover, input:visited, input, button:focus, button:active, button:hover, button:visited, button {
  transition: 0.2s ease;
}
/* --------------------------------------------------
    Alignments
   -------------------------------------------------- */
.text-aligncenter   {text-align: center;  }
.text-alignright    {text-align: right;   }
.text-alignleft     {text-align: left;    }
.text-alignjustify  {text-align: justify; }

@media (max-width: 767px) {
    .mb-text-aligncenter    {text-align: center;  }
    .mb-text-alignright     {text-align: right;   }
    .mb-text-alignleft      {text-align: left;    }
    .mb-text-alignjustify   {text-align: justify; }
}


/* --------------------------------------------------
    Margins & Paddings
   -------------------------------------------------- */
.margin-10  {margin: 10px 0;}
.margin-20 {margin: 20px 0;}
.margin-30 {margin: 30px 0;}
.margin-40 {margin: 40px 0;}
.margin-50 {margin: 50px 0;}
.margin-60 {margin: 60px 0;}
.margin-70 {margin: 70px 0;}
.margin-80 {margin: 80px 0;}
.margin-90 {margin: 90px 0;}
.margin-100 {margin: 100px 0;}
.margin-110 {margin: 110px 0;}
.margin-120 {margin: 120px 0;}

.margin-top-10  {margin-top: 10px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-50 {margin-top: 50px;}
.margin-top-60 {margin-top: 60px;}
.margin-top-70 {margin-top: 70px;}
.margin-top-80 {margin-top: 80px;}
.margin-top-90 {margin-top: 90px;}
.margin-top-100 {margin-top: 100px;}
.margin-top-110 {margin-top: 110px;}
.margin-top-120 {margin-top: 120px;}

.margin-bottom-10  {margin-bottom: 10px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-40 {margin-bottom: 40px;}
.margin-bottom-50 {margin-bottom: 50px;}
.margin-bottom-60 {margin-bottom: 60px;}
.margin-bottom-70 {margin-bottom: 70px;}
.margin-bottom-80 {margin-bottom: 80px;}
.margin-bottom-90 {margin-bottom: 90px;}
.margin-bottom-100 {margin-bottom: 100px;}
.margin-bottom-110 {margin-bottom: 110px;}
.margin-bottom-120 {margin-bottom: 120px;}


@media (max-width: 767px) {
  .mb-margin-10  {margin: 10px 0;}
  .mb-margin-20 {margin: 20px 0;}
  .mb-margin-30 {margin: 30px 0;}
  .mb-margin-40 {margin: 40px 0;}
  .mb-margin-50 {margin: 50px 0;}
  .mb-margin-60 {margin: 60px 0;}
  .mb-margin-70 {margin: 70px 0;}
  .mb-margin-80 {margin: 80px 0;}
  .mb-margin-90 {margin: 90px 0;}
  .mb-margin-100 {margin: 100px 0;}
  .mb-margin-110 {margin: 110px 0;}
  .mb-margin-120 {margin: 120px 0;}

  .mb-margin-top-10  {margin-top: 10px;}
  .mb-margin-top-20 {margin-top: 20px;}
  .mb-margin-top-30 {margin-top: 30px;}
  .mb-margin-top-40 {margin-top: 40px;}
  .mb-margin-top-50 {margin-top: 50px;}
  .mb-margin-top-60 {margin-top: 60px;}
  .mb-margin-top-70 {margin-top: 70px;}
  .mb-margin-top-80 {margin-top: 80px;}
  .mb-margin-top-90 {margin-top: 90px;}
  .mb-margin-top-100 {margin-top: 100px;}
  .mb-margin-top-110 {margin-top: 110px;}
  .mb-margin-top-120 {margin-top: 120px;}

  .mb-margin-bottom-10  {margin-bottom: 10px;}
  .mb-margin-bottom-20 {margin-bottom: 20px;}
  .mb-margin-bottom-30 {margin-bottom: 30px;}
  .mb-margin-bottom-40 {margin-bottom: 40px;}
  .mb-margin-bottom-50 {margin-bottom: 50px;}
  .mb-margin-bottom-60 {margin-bottom: 60px;}
  .mb-margin-bottom-70 {margin-bottom: 70px;}
  .mb-margin-bottom-80 {margin-bottom: 80px;}
  .mb-margin-bottom-90 {margin-bottom: 90px;}
  .mb-margin-bottom-100 {margin-bottom: 100px;}
  .mb-margin-bottom-110 {margin-bottom: 110px;}
  .mb-margin-bottom-120 {margin-bottom: 120px;}
}
.padding-10  {padding: 10px 0;}
.padding-20 {padding: 20px 0;}
.padding-30 {padding: 30px 0;}
.padding-40 {padding: 40px 0;}
.padding-50 {padding: 50px 0;}
.padding-60 {padding: 60px 0;}
.padding-70 {padding: 70px 0;}
.padding-80 {padding: 80px 0;}
.padding-90 {padding: 90px 0;}
.padding-100 {padding: 100px 0;}
.padding-110 {padding: 110px 0;}
.padding-120 {padding: 120px 0;}

.padding-top-10  {padding-top: 10px;}
.padding-top-20 {padding-top: 20px;}
.padding-top-30 {padding-top: 30px;}
.padding-top-40 {padding-top: 40px;}
.padding-top-50 {padding-top: 50px;}
.padding-top-60 {padding-top: 60px;}
.padding-top-70 {padding-top: 70px;}
.padding-top-80 {padding-top: 80px;}
.padding-top-90 {padding-top: 90px;}
.padding-top-100 {padding-top: 100px;}
.padding-top-110 {padding-top: 110px;}
.padding-top-120 {padding-top: 120px;}

.padding-bottom-10  {padding-bottom: 10px;}
.padding-bottom-20 {padding-bottom: 20px;}
.padding-bottom-30 {padding-bottom: 30px;}
.padding-bottom-40 {padding-bottom: 40px;}
.padding-bottom-50 {padding-bottom: 50px;}
.padding-bottom-60 {padding-bottom: 60px;}
.padding-bottom-70 {padding-bottom: 70px;}
.padding-bottom-80 {padding-bottom: 80px;}
.padding-bottom-90 {padding-bottom: 90px;}
.padding-bottom-100 {padding-bottom: 100px;}
.padding-bottom-110 {padding-bottom: 110px;}
.padding-bottom-120 {padding-bottom: 120px;}


@media (max-width: 767px) {
  .mb-padding-10  {padding: 10px 0;}
  .mb-padding-20 {padding: 20px 0;}
  .mb-padding-30 {padding: 30px 0;}
  .mb-padding-40 {padding: 40px 0;}
  .mb-padding-50 {padding: 50px 0;}
  .mb-padding-60 {padding: 60px 0;}
  .mb-padding-70 {padding: 70px 0;}
  .mb-padding-80 {padding: 80px 0;}
  .mb-padding-90 {padding: 90px 0;}
  .mb-padding-100 {padding: 100px 0;}
  .mb-padding-110 {padding: 110px 0;}
  .mb-padding-120 {padding: 120px 0;}

  .mb-padding-top-10  {padding-top: 10px;}
  .mb-padding-top-20 {padding-top: 20px;}
  .mb-padding-top-30 {padding-top: 30px;}
  .mb-padding-top-40 {padding-top: 40px;}
  .mb-padding-top-50 {padding-top: 50px;}
  .mb-padding-top-60 {padding-top: 60px;}
  .mb-padding-top-70 {padding-top: 70px;}
  .mb-padding-top-80 {padding-top: 80px;}
  .mb-padding-top-90 {padding-top: 90px;}
  .mb-padding-top-100 {padding-top: 100px;}
  .mb-padding-top-110 {padding-top: 110px;}
  .mb-padding-top-120 {padding-top: 120px;}

  .mb-padding-bottom-10  {padding-bottom: 10px;}
  .mb-padding-bottom-20 {padding-bottom: 20px;}
  .mb-padding-bottom-30 {padding-bottom: 30px;}
  .mb-padding-bottom-40 {padding-bottom: 40px;}
  .mb-padding-bottom-50 {padding-bottom: 50px;}
  .mb-padding-bottom-60 {padding-bottom: 60px;}
  .mb-padding-bottom-70 {padding-bottom: 70px;}
  .mb-padding-bottom-80 {padding-bottom: 80px;}
  .mb-padding-bottom-90 {padding-bottom: 90px;}
  .mb-padding-bottom-100 {padding-bottom: 100px;}
  .mb-padding-bottom-110 {padding-bottom: 110px;}
  .mb-padding-bottom-120 {padding-bottom: 120px;}
}

/* --------------------------------------------------
    Colors
   -------------------------------------------------- */
.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white p,
.color-white li {
    color: #fff;
}

/* --------------------------------------------------
    Hero Banner
   -------------------------------------------------- */
.dsp-hero-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.dsp-hero-image {
  display: none!important;
}



/* --------------------------------------------------
    Buttons
   -------------------------------------------------- */


.btn {
  display: inline-block;
  width: auto;
  min-width: 150px;
  max-width: 100%;
  padding: 15px 25px;
  margin-top: 8px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: normal;
  border-radius: 5px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
  transition: 0.2s ease!important;
}
  .btn:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
  }
@media (max-width:991px) {
  .btn {
    font-size: 18px;
  }
}

/* Primary */
.btn-primary {
  background-color: #e84742;
  color: #fff;
}
  .btn-primary:hover {
    background-color: #bf3a36;
    color: #fff;
  }
  
  
  
  
/* --------------------------------------------------
    Header
   -------------------------------------------------- */

#dsp-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  transition: 0.4s ease;
}
  #dsp-header.dsp-header-sticky {
    padding: 10px 0;
    background: #111111;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
  }
@media (min-width:992px) {
  #dsp-header {
    padding: 20px 0;
  }
}
@media (max-width:991px) {
  #dsp-header {
    padding: 0!important;
  }
  #dsp-header .page-center {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}

/* Logo */
#dsp-header .dsp-header-logo,
#dsp-header .dsp-header-logo img {
  transition: 0s!important;
}
@media (min-width:992px) {
  #dsp-header .dsp-header-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 95px;
    height: 95px;
    z-index: 3;
    transition: 0.4s ease;
  } 
  #dsp-header.dsp-header-sticky .dsp-header-logo {
    width: 50px;
    height: 50px;
  }
}
@media (max-width:991px) {
  #dsp-header .dsp-header-logo {
    padding: 10px 0 10px 20px;
  }
  #dsp-header .dsp-header-logo img {
    width: 60px!important;
  }
}

/* Main Nav */
@media (min-width:992px) {
  .dsp-header-main-nav-col {
    width: 50%!important;
  }
  .dsp-header-main-nav-col:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 60px;
  }
  .dsp-header-main-nav-col:last-child {
    padding-left: 60px;
  }
  
  /* Level 01 */
  .dsp-header-main-nav .hs-menu-wrapper > ul {
    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;
    height: 95px;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  #dsp-header.dsp-header-sticky .dsp-header-main-nav .hs-menu-wrapper > ul {
    height: 50px;
  }
  .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li.hs-item-has-children {
  }
  .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li > a {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 10px;
    color: #fff;
    font-weight: 500;
    line-height: 50px;
  }
    .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li.hs-item-has-children > a:after {
      content: "\f107";
      display: inline-block;
      font-family: fontawesome;
      color: #fff;
      margin-left: 8px;
      vertical-align: middle;
    }
  .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li > a:hover,
  .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li > a:after:before {
    color: #e84742;
  }
  
  /* Level 2 */
  .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li .hs-menu-children-wrapper {
    top: 100%!important;
    text-align: left;
    box-shadow: 0px 2px 15px rgba(0,0,0,0.1);
    border-top: 0px solid #373935;
    min-width: 190px;
    background-color: #fff;
    width: 220px!important;
    visibility: hidden!important;
  }
  .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li:hover .hs-menu-children-wrapper {
    visibility: visible!important;
  }
/*   .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li .hs-menu-children-wrapper > li {
    position: initial;
  } */
  .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li .hs-menu-children-wrapper a {
    position: relative;
    line-height: 1;
    font-size: 13px;
    padding: 17px 25px 16px 16px;
    white-space: initial!important;
    overflow: visible!important;
    color: #373935;
  }
  
    .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li .hs-menu-children-wrapper li:hover,
    .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li .hs-menu-children-wrapper li.active a,
    .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li .hs-menu-children-wrapper a:hover {
      background: #efefef;
      color: #373935;
    }
    .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li.hs-item-has-children li.hs-item-has-children > a:after {
      content: "\f105";
      position: absolute;
      right: 10px;
      top: 0;
      bottom: 0;
      margin: auto;
      display: inline-block;
      height: 19px;
      font-family: fontawesome;
      color: #373935;
      vertical-align: middle;
      line-height: 1.5;
    }
      .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li.hs-item-has-children li.hs-item-has-children:hover > a:after {
/*         color: #fff; */
      }
  
  /* Level 3 */
  .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li.hs-item-has-children li.hs-item-has-children { 
    position: initial;
  }
  .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li .hs-menu-children-wrapper .hs-menu-children-wrapper {
    left: 220px!important;
    top: 0!important;
    background: #efefef;
    box-shadow: none;
  }
  .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li .hs-menu-children-wrapper > li .hs-menu-children-wrapper {
    visibility: hidden!important;
  }
    .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li .hs-menu-children-wrapper > li:hover .hs-menu-children-wrapper {
      display: block;
      visibility: visible!important;
    }
  .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li .hs-menu-children-wrapper .hs-menu-children-wrapper li:hover a {
    background: #dedede;
  }
}
@media (min-width:992px) and (max-width:1100px) {
  .dsp-header-main-nav .hs-menu-wrapper .dsp-header-main-nav-col > li > a {
    font-size: 14px;
  }
}

/* Search Trigger */
.dsp-search-wrapper {
  position: relative;
  width: 30px;
}

@media (min-width:992px) { 
  .dsp-search-wrapper {
    position: relative;
    display: inline-block;
    width: auto!important;
    text-align: right;
    color: #fff;
  }
  .dsp-header-search-trigger span {
    position: relative;
    margin-right: 15px;
    cursor: pointer;
    border-right: 1px solid #fff;
    padding-right: 22px;
  }
}
@media (max-width:991px) {
  .dsp-header-search-trigger {
    display: none!important;
  }
}

/* Search */
.dsp-header-search {
  position: relative;
  display: inline-block;
  width: 100%;
}
.dsp-header-search input {
  padding: 10px;
  height: auto;
  font-size: 18px;
/*   border: 2px solid #e84742; */
  border-radius: 4px;
}
.dsp-header-search .hs-search-field__suggestions {
  background: #fff;
}
.dsp-header-search .hs-search-field__suggestions li {
  padding: 0;
  text-align: left;
}
body .custom-menu-primary .hs-menu-wrapper .dsp-header-search .hs-search-field__suggestions li:first-child {
  color: #000;
  padding: 5px 10px 0 10px;
}
body .custom-menu-primary .hs-menu-wrapper .dsp-header-search .hs-search-field__suggestions li a {
  display: inline-block;
  width: 100%!important;
  padding: 5px 10px 0 10px!important;
}
body .custom-menu-primary .hs-menu-wrapper .dsp-header-search .hs-search-field__suggestions li:last-child a {
  padding-bottom: 10px!important;
}
@media (min-width:992px) {
  .dsp-header-search {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    width: 250px!important;
  }
  .dsp-header-search-hidden {
    display: none!important;
  }
}
@media (max-width:991px) {
  .dsp-header-search input {
    border: 0;
  }
}
  

/* --------------------------------------------------
    Footer
   -------------------------------------------------- */
#dsp-footer {
  padding: 110px 0 50px;
  background-color: #fff;
  background-image: url('https://content.dsp.co.uk/hubfs/DSP_2019/images/homepage/footer-element-01.png');
  background-position: bottom right;
  background-size: initial;
  background-repeat: no-repeat;
  font-size:14px;
}
@media (max-width:767px) {
  #dsp-footer,
  #dsp-footer .widget-type-rich_text {
    text-align: center!important;
  }
  #dsp-footer {
    padding: 70px 0 90px;
    background-size: 80px;
  }
}

/* Rich Text */
#dsp-footer .widget-type-rich_text p {
  line-height: 1.4;
}

/* Footer Bottom */
.dsp-footer-bottom {
  position: relative;
  padding-top: 35px;
  margin-top: 35px;
}
.dsp-footer-bottom:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 560px;
  max-width: 100%;
  height: 2px;
  background-color: #fdc706;
}

/* Footer Highlight */
.dsp-footer-highlight {
  position: relative;
  padding: 30px 0 0 0;
  margin-top: 30px;
  line-height: 1.4;
  font-size: 14px;
}
.dsp-footer-highlight:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 46px;
  max-width: 100%;
  height: 2px;
  background-color: #fdc706;
  font-size: 14px;
}
@media (max-width:767px) {
  .dsp-footer-highlight {
    padding: 20px 0 0;
    margin-top: 10px;
  }
  .dsp-footer-highlight:before {
    right: 0;
    margin: auto;
  }
}

/* Footer Links */
.dsp-footer-links {
  margin-bottom: 20px;
}
.dsp-footer-links .hs-menu-wrapper > ul {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
.dsp-footer-links .hs-menu-wrapper > ul > li {
  width: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  padding: 0;
  margin: 0;
  border-right: 1px solid #373935;
  line-height: 1;
}
.dsp-footer-links .hs-menu-wrapper > ul > li:last-child {
  border-right: 0;
}
.dsp-footer-links .hs-menu-wrapper > ul > li > a {
  float: left;
  font-size: 11px;
  color: #373935;
  padding: 0 10px;
  line-height: 1;
}
  .dsp-footer-links .hs-menu-wrapper > ul > li > a:hover {
    color: #e84742;
  }

/* Copyright */
.dsp-footer-copyright {
  font-size: 11px;
}




/* --------------------------------------------------
    System - Search Result Page
   -------------------------------------------------- */
body.search-result-page .body-container-wrapper {
  min-height: 0;
}
.dsp-search-banner {
  padding: 200px 0 50px;
}
body.search-result-page .hs-search-field input {
  border: 1px solid #cacaca;
  height: auto;
  font-size: 18px;
  padding: 10px 20px;
  margin-bottom: 20px;
}
@media (max-width:767px) {
  .dsp-search-banner {
    padding: 120px 0 50px;
  }
}


/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */



/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:992px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}

@media (max-width: 991px) {

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#ffffff;
  }


  /* Toggle Button
     ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 24px;          /* Position Button at right of screen  */
    right: 20px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #fff; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #e84742; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{

   }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 18px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 18px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* Typed JS */
.typed-cursor{
	opacity: 1;
	font-weight: 100;
	-webkit-animation: blink 0.7s infinite;
	-moz-animation: blink 0.7s infinite;
	-ms-animation: blink 0.7s infinite;
	-o-animation: blink 0.7s infinite;
	animation: blink 0.7s infinite;
}

@keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-webkit-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-ms-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}
@-o-keyframes blink{
	0% { opacity:1; }
	50% { opacity:0; }
	100% { opacity:1; }
}

