/**
 *
 * =======================================================================
   HEADER
 * =======================================================================
 */


/* Main Header 

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
} */

.cta_button:hover {
    background: #0f4c8a !important;
    border-color: #0f4c8a !important;
    color: #fff !important;
}



.hs_cos_gallery_main .slick-slide img, .hs_cos_gallery_thumbnails .slick-slide img, .hs_cos_gallery_lightbox .slick-slide img {

    width: 100%;
}


.fullwidth-bg {
    display: inline-block;
    float: left;
    width: 100%;
}

.main-header.active .nav {
    padding-top: 25px !important;
}

@media (max-width: 767px) {
    .main-header .page-center {
        padding: 0;
    }
    .main-header .custom-menu-primary.js-enabled {
        margin: 0;
    }
}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}

.logo-white {
    
}
.main-header.active .logo-white {
    display: none!important;
}
.logo-colored  {
    display: none!important;
}
.logo-colored img {
   /* max-width: 104px; */
}
.main-header.active .logo-colored {
    display: block!important;
}

@media (max-width: 767px) {
    .logo {
        position: absolute;
        top: 10px;
        left: 30px;
    }
}

/* --------->>> Menu <<<----------*/

.header-container .hs-menu-wrapper.hs-menu-flow-horizontal {}
 
.hs-menu-wrapper {}

/* Primary menu link text color */
.hs-menu-wrapper a {}
.hs-menu-wrapper a:hover {}

/* Drop down background color */
.hs-menu-wrapper.hs-menu-flow-horizontal ul {}

/* Menu link font family and basic padding including drop down links */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {}



@media (min-width: 768px) {
    .nav {
        padding-top: 20px;
    }
    .nav .hs-menu-wrapper > ul > li {
        position: relative;
    }
    .nav ul {
        float: right;
    }
    .nav ul li a {
        color: #fff;
        font-size: 1.725rem;
        max-width: none!important;
        text-overflow: none!important;
        line-height: 1.5!important;
                padding: 10px!important;
    }
    .nav ul li:hover a {
        background: #fff;
        color: ;
    }
    /*
    .nav ul:not(.hs-menu-children-wrapper) > li:last-child a {
        padding: 13px 45px;
        border-radius: 50px;
        border: 3px solid #fff;
        line-height: 1!important;
        margin-left: 10px;
    } */
    
    .main-header.active .nav ul li a {
        color: ;
    }
    /*
    .main-header.active .nav ul:not(.hs-menu-children-wrapper) > li:last-child a {
        background: ;
        border-color: ;
        color: #000;
        
    }*/
    
    .nav ul.hs-menu-children-wrapper {
        display: none;
        background: #fff;
        border-bottom: 4px solid ;
        margin-top: -8px;
        padding: 5px 0;
    }
        .nav ul li:hover ul.hs-menu-children-wrapper {
            display: block;
        }
    .nav ul.hs-menu-children-wrapper li {
        display: block;
    }
    .nav ul.hs-menu-children-wrapper > li {
        /*position: relative;*/
    }
    .nav ul.hs-menu-children-wrapper li a {
        color: ;
        width: auto!important;
        font-size: 1.4rem;

    }
    .nav ul.hs-menu-children-wrapper li:hover > a {
        color: ;
    }
    
    /* 3rd level */
    .nav .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }
    .nav .hs-menu-wrapper > ul > li li.hs-item-has-children {
        position: static;
    }
    .nav ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper {
        left: 100%!important;
        top: 8px!important;
        height: 100%;
        padding: 0;
        position: relative;
    }
    .nav ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper:before {
        content: "";
        width: 2px;
        height: 96%;
        background: ;
        position: absolute;
        left: 0;
        top: 2%;
        z-index: 10;
    }
    .nav ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a {
        position: relative;
        overflow: visible;
        padding: 10px 20px!important;
    }
    .nav ul.hs-menu-children-wrapper ul.hs-menu-children-wrapper li a:hover:before {
        content: "";
        width: 0; 
        height: 0; 
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 10px solid #fccb32;
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }
    
}
@media (max-width: 1240px) {
    .nav ul li a {
        /*font-size: 2rem;*/
    }
}
@media (max-width: 1100px) {
    .nav ul li a {
        font-size: 1.6rem;
    }
}

@media (max-width: 1040px) {
    .nav ul li a {
        font-size: 1.2rem;
    }
    .nav ul li a {
        padding: 10px 10px!important;
    }
}
@media (min-width: 768px) and (max-width: 900px) {
    .nav ul li a {
        padding: 10px 7px!important;
    }
}
@media (max-width: 767px) {
    .main-header {
        background: rgba(0,0,0,0.3);
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        top: 25px!important;
    }
}


/* Header Menu Button */

.header-menu-cta {
    padding-top: 19px;
}
.header-menu-button {
    display: block;
    line-height: 1;
    font-family: 'Lato',sans-serif!important;
    text-transform: none;
    font-size: 2rem;
    padding: 13px 0;
    width: 100%;
    text-align: center;
    transition: all linear 300ms;
}
.header-menu-button:hover {
    background: ;
    border-color: ;
}
.main-header.active .header-menu-button {
    background: ;
    border-color: 
    color: #000;
}
.main-header.active .header-menu-button:hover {
    background: ;
    border-color: ;
    color: #fff;
}
@media (max-width: 1240px) {
    .header-menu-button {
        font-size: 2rem;
    }
}
@media (max-width: 1100px) {
    .header-menu-button {
        font-size: 1.6rem;
    }
}
@media (max-width: 767px) {
    .header-menu-cta {
        display: none!important;
    }
    
}

/* Mobile Nav */


/**
 *
 * =======================================================================
   PAGE ELEMENTS / CONTENT
 * =======================================================================
 */



/* ------ Mobile Nav ------ */

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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */


@media (max-width: 767px) {
    /* Parent List */
    .custom-menu-primary .hs-menu-wrapper > ul{ 
      background:#000;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li{
      background:#000;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
      color:#fff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
      color:#fccb32;
    }
    
    /* Child List */
    .custom-menu-primary .hs-menu-wrapper > ul ul{}
    .custom-menu-primary .hs-menu-wrapper > ul ul li{
      background:#000;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
      color:#fff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
      color:#fccb32;
    }
    
    /* 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:768px) {
      .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: 767px){


  /* 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: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* 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: #000000; /* 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: #ffffff; /* 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{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

  /* 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: 22px; /* 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: 16px; /* 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 */
  }
}

/* Social Service Blog Buttons - IDS 08112016 */
ul.hs-blog-social-share-list li {
    list-style-image: none !important;
}

/* Knocking out the list-item style for li's in a form - IDS 09072016 */
.body-container-wrapper .inputs-list {
    list-style-type: none !important;
    -webkit-padding-start: 0px !important;
}
.body-container-wrapper .inputs-list li {
    list-style-image: none !important;
}

@media  (max-width: 800px) {
  
 
  .slick-slider { display: none !important; }
}
#footer-form input[type="checkbox"] {
  background: black;
  background-color: black;
}

.second-blue-header {
/*     background-color: #030017ed;
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 200px !important;
    color: #ffffff; */
}