

/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */















  
  

  





.content-wrapper{
  max-width: 1270px;
  padding: 0 15px;
}
@media(max-width:1300px){
  .content-wrapper {
    padding:0 22px;
  }
}





body {
  color: rgba(15, 15, 15, 1.0);
  font-weight: 400;
  font-family:proxima-nova,sans-serif;
  font-size: 18px;
  letter-spacing: -0.1px;
  line-height: 26px;
  background-color:#fff;
}

a {
  color: rgba(15, 15, 15, 1.0);
  text-decoration: none;
}
a:hover,
a:focus {
  color: rgba(254, 86, 28, 1.0);
}
h1,h2,h3,h4,h5,h6{
  margin-bottom:24px;
}
h1 {
  color: rgba(15, 15, 15, 1.0);
  font-family: proxima-nova,sans-serif;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: -0.26px;
  line-height: 58.5px;
}
h2 {
  color: rgba(15, 15, 15, 1.0);
  font-family: proxima-nova,sans-serif;
  font-size: 49px;
  font-weight: 300;
  letter-spacing: -1.09px;
  line-height: 59px;
}
h3 {
  color: rgba(15, 15, 15, 1.0);
  font-family: proxima-nova,sans-serif;
  font-size: 37px;
  font-weight: 500;
  letter-spacing: -0.82px;
  line-height: 43px;
}
h4 {
  color: rgba(15, 15, 15, 1.0);
  font-family: proxima-nova,sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.53px;
  line-height: 29px;
  margin-bottom:12px;
}
h5 {
  color: rgba(15, 15, 15, 1.0);
  font-family: proxima-nova,sans-serif;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.42px;
  line-height: 27px;
}
h6 {
  color: rgba(15, 15, 15, 1.0);
  font-family: proxima-nova,sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 21px;
}
p {
  color: rgba(15, 15, 15, 1.0);
  font-family: proxima-nova,sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.1px;
  line-height: 26px;
}
.secondary_paragraph p {
  color: rgba(15, 15, 15, 1.0);
  font-family: proxima-nova,sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.06px;
  line-height: 25px;
}
.gradient-text-color span{
  background: -webkit-linear-gradient(0deg, #541D45, #FE561C 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display:block;
}
.text-white a, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p,.text-white li {
  color: #fff;
}
strong{
font-weight:bold;
}
bold{
font-weight:bold;
}
b{
font-weight:bold;
}

@media(max-width:1024px){
  h1{
    font-size: 50px;
    line-height:50.5px;
  }
  h2{
    font-size: 42px;
    line-height:49px;
  }
  h3{
    font-size: 30px;
    line-height:38px;
  }
}
@media(max-width:767px){
  h1{
    font-size: 38px;
    line-height: 42.4px;
    letter-spacing: -1.06px;
  }
  h2{
    font-size: 30px; 
    line-height: 33px;
    letter-spacing: -0.69px;
  }
  h3{
    font-size: 26px;
    letter-spacing: -0.5px;
    line-height: 30px;
  }
  h4{
    font-size: 22px;
    letter-spacing: -0.63px;
    line-height: 26px;
  }
  h5{
    font-size: 19px;
    letter-spacing: -0.42px;
    line-height: 30px;
  }
  h6{
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;  
  }
}



form,
.submitted-message {
  border-color: rgba(151, 151, 151, 1.0) ;
}
.hs-form{
  background: linear-gradient(180deg, #222222 0%, #0F0F0F 100%);
  padding:49px 41px;
}
.submitted-message{
  background: linear-gradient(180deg, #222222 0%, #0F0F0F 100%);
  padding:49px 41px;
  color: #fff;
  text-align: center;
}
h3.form-title {
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(0, 0, 0, 1.0);
}
.hs-button,
a.cta_button {
  background: linear-gradient(318.44deg, #FE561C 0%, #541D45 100%);
  border-color: rgba(254, 86, 28, 1.0);
  border-radius: 25px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-family:proxima-nova;
  border-style: solid;
  display:inline-block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  text-align:center;
  text-decoration: none;
  min-width: 123px;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
body .dnd-section form .actions{
  position: relative;
  margin-top:-5px;
  text-align: center;
}
body .dnd-section form .hs-button{
  background-color:transparent;
  border-color: rgba(254, 86, 28, 1.0);
  border-radius: 25px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 46px;
  padding-right: 46px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family:proxima-nova;
  display:inline-block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 18px;
  text-align:center;
  transition:0.3s all ease-in;
  text-transform:uppercase;
  overflow:hidden;
  position:relative;
  transform: translateZ(0);
  backface-visibility: inherit;
  margin-top:0;
}
.hs-button:hover,
a.cta_button:hover{
  background: linear-gradient(318.44deg, #541D45 0%, #FE561C 100%);
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
.secondary-button a.cta_button,.secondary-button button.cta_button{
  border:2px solid;
  background: rgba(255, 255, 255, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 25px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  text-align:center;
  transition:0.3s all ease-in;
  text-decoration: none;
  min-width: 171px;
}
.secondary-button a.cta_button:hover,.secondary-button button.cta_button:hover{
  background-color:rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 1.0);
  transition:0.3s all ease-out;
}
.secondary-button.black-border-button a.cta_button,.secondary-button.black-border-button buttona.cta_button{
  border-color:#0F0F0F;
  color:#0F0F0F
}
.secondary-button.black-border-button a.cta_button:hover,.secondary-button.black-border-button buttona.cta_button:hover{
  background:#0F0F0F;
  color:#ffffff;
}
.blue-border-button a.cta_button,.blue-border-button button.cta_button{
  background: rgba(255, 255, 255, 0.0);
  border-color: rgba(143, 251, 247, 1.0);
  border-radius: 25px;
  border-width: 2px;
  color: rgba(143, 251, 247, 1.0);
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  display:inline-block;
  text-align:center;
  transition:0.3s all ease-out;
  min-width: 171px;
}
.blue-border-button a.cta_button:hover,.blue-border-button button.cta_button:hover{
  background: rgba(143, 251, 247, 0.16);
  color: rgba(143, 251, 247, 1.0);
  transition:0.3s all ease-out;
}
.solid-blue-button a.cta_button,.solid-blue-button button.cta_button{
  background: rgba(143, 251, 247, 1.0);
  border-radius: 25px;
  border-width: 0px;
  color: rgba(15, 15, 15, 1.0);
  padding-left: 23px;
  padding-right: 23px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  display:inline-block;
  text-align:center;
  transition:0.3s all ease-in;
  border-color: rgba(143, 251, 247, 1.0);
  min-width: 171px;
}
.solid-blue-button a.cta_button:hover,.solid-blue-button button.cta_button:hover{
  background: rgba(115, 240, 235, 1.0);
  transition:0.3s all ease-in;
  color: rgba(15, 15, 15, 1.0);
}
.secondary-button-black a.cta_button{
  border: 2px solid #0F0F0F;
  color: #0F0F0F;
}
.secondary-button-black a.cta_button:hover {
  background-color: rgba(15,15,15,.15);
  color: #0F0F0F;
}
.hs-form label {
  font-family:;
  color: rgba(255, 255, 255, 1.0);
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 10px;
}
.hs-form legend {
  color: rgba(0, 0, 0, 1.0);
}
body .dnd-section form input,
body .dnd-section form select,
body .dnd-section form textarea,
body .dnd-section .hs-input,
body .dnd-section .hs-search-field input.hs-search-field__input,
body .dnd-section input[type="password"] {
  border-color: rgba(151, 151, 151, 1.0);
  background-color: #ffffff;
  border-radius: 0px;
  font-family:;
  border:none;
  border:1px solid rgba(151, 151, 151, 1.0);
}
form input[type=checkbox],
form input[type=radio]{
  border: 1px solid rgba(151, 151, 151, 1.0);
}
form .hs-form-booleancheckbox a{
  color: rgba(255, 255, 255, 1.0);
  text-decoration:underline;
}
form .actions{
  text-align:left;
}
body form .hs-form-booleancheckbox{
  margin: 10px 0 20px;
}
form .hs-button{
  margin-top:10px;
}
body .dnd-section form .input{
  margin-right:0!important;
}
body .dnd-section form .form-columns-1 input{
  width:100%!important;
}
body .dnd-section form .form-columns-2 .hs-form-field{
  width: 48%;
  float: left;
  margin-right: 4%;
}
body .dnd-section form .form-columns-2 .hs-form-field:last-child{
  margin-right:0;
}
.form-container .form-heading{
  margin-bottom:29px;
}
.hs-form .field .input input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 9px;
  top: 3px;
  left: 3px;
  border: 3px solid #191715;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 3px;
  background: ;
  left: 3px;
  border-top: 0;
  border-right: 0;
  border-radius: 50%;
}
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field input.hs-search-field__input:focus,
input[type="password"]:focus {
  border-color: rgba(199, 199, 199, 1.0);
  outline:none;
}
.fn-date-picker .pika-table thead th {
  color: rgba(195, 195, 182, 0.0);
}
.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color:rgba(76, 76, 76,0.39);
}
.hs-richtext {
  font-size: 18;
}
.hs-default-font-element,
.hs-main-font-element {
  font-family: proxima-nova;
}
.fn-date-picker td.is-today .pika-button {
  color: #0F0F0F;
}
.fn-date-picker td.is-selected .pika-button {
  background: #0F0F0F;
}
.fn-date-picker td .pika-button:hover {
  background-color: #541D45 !important;
}
@media(max-width:1024px){
  .secondary-button a.cta_button,.secondary-button button.cta_button,.hs-button, a.cta_button,.blue-border-button a.cta_button,.blue-border-button button.cta_button,.solid-blue-button a.cta_button,.solid-blue-button button.cta_button
  {
    padding-left: 18px;
    padding-right: 18px;  
  }
}
@media(max-width:767px){
  .form-container .form-heading {
    margin-bottom: 22px;
  }
  .hs-form {
    padding: 49px 30px;
  }
    .gradient-text-color span{
    background: none;
    -webkit-background-clip: none;
    -webkit-text-fill-color: white;;
}
  }
  .submitted-message {
    padding:30px;
  }
  .hs-form label {
    font-size: 15px;
  }
}
@media(max-width:640px){
  body .dnd-section form .form-columns-2 .hs-form-field {
    width:100%;
    float: left;
    margin-right:0;
  }
  body .dnd-section form .actions {
    margin-top: 3px;
  }
}
@media(min-width:1800px){
  body{
    zoom: 140%;
  }
}



th,
td {
  background-color: rgba(0, 0, 0, 0.0);
  border: 1px solid rgba(195, 195, 182, 1.0);
  color: rgba(195, 195, 182, 1.0);
}
thead th,
thead td {
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(195, 195, 182, 1.0);
}
tfoot td {
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(195, 195, 182, 1.0);
}
table,
tbody + tbody {
  border-color: rgba(195, 195, 182, 1.0);
}

header.header{
  background-color: rgba(15, 15, 15, 1.0);
  position:relative;
  z-index:2;
}
.menu__link{
  color: rgba(255, 255, 255, 1.0);
}
.menu__link:hover{
  color: rgba(254, 86, 28, 1.0);
}

footer.footer{
  background-color: rgba(15, 15, 15, 1.0);
  padding: 46px 0px 0px;
}
footer.footer li.hs-menu-item a{
  color: rgba(255, 255, 255, 1.0);
}
footer.footer li.hs-menu-item a:hover{
  color: rgba(254, 86, 28, 1.0);
}
.footer-middle-wrap {
  padding: 66px 0px 122px;
}
.footer-top-card {
  display: flex;
  flex-wrap: wrap;
}
.footer-top-list {
  width: 48.65%;
  text-align: center;
  padding: 22px;
}
.footer-top-list:not(:last-child) {
  margin-right:2.7%;
}
.footer-top-wrap .row-fluid{
  display: flex;
  align-items: center;
}
.footer-top-left.span2 img {
  max-width: 139px!important;
  width: 100%;
}
.footer-middle-wrap li.hs-menu-item.hs-menu-depth-1>a {
  font-weight: 700;
  font-size: 19px;
  margin-bottom: 34px;
  display: inline-block;
}
.footer-middle-wrap li.hs-menu-item.hs-menu-depth-2 {
  margin-bottom: 20px;
}
.footer-middle-wrap .hs-menu-wrapper ul {
  display: flex;
  justify-content: space-between;
}
.footer-bottom-wrap{
  background:#000000;
  text-align:center;
  padding: 27px 0px;
}
.footer-bottom-wrap p{
  margin:0;
  opacity:0.37;
}
.footer-top-wrap .footer-top-left .mobile-logo{
  display:none;
}
@media (max-width: 1024px){
  .footer-middle-wrap {
    padding: 44px 0 70px;
  }
}
@media (max-width: 767px){
  .footer-middle-wrap {
    padding: 29px 0 23px;
  }
  .footer-top-wrap .footer-top-left .mobile-logo{
    display:block;
  }
  .footer-top-wrap .footer-top-left .desktop-logo{
    display:none;
  }
  .footer-top-list p {
    margin-bottom: 12px;
  }
  .footer-top-wrap .row-fluid {
    display: block;
  }
  .footer-top-left {
    text-align: center;
    margin-bottom: 48px;
  }
  .footer-top-list {
    width: 100%;
    padding: 22px 22px 30px;
    margin-bottom: 22px;
  }
  .footer-top-list:not(:last-child) {
    margin-right:0;
  }
  .footer-middle-wrap li.hs-menu-item.hs-menu-depth-1>a {
    margin-bottom: 19px;
  }
  .footer-middle-wrap li.hs-menu-item.hs-menu-depth-1 {
    margin-bottom: 15px;
  }
  .footer-bottom-wrap {
    background: #000;
    text-align: center;
    padding: 19px 0;
  }
  .footer-middle-wrap li.hs-menu-item.hs-menu-depth-1 {
    margin-bottom: 15px;
  }
}




/* ==========================================================================
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: 1024px){


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

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

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

  .custom-menu-primary-may,
  .custom-menu-primary-may .hs-menu-wrapper > ul,
  .custom-menu-primary-may .hs-menu-wrapper > ul li,
  .custom-menu-primary-may .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;
    box-sizing:border-box!important;
  }


  /* 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: 28px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #1B1B1B; /* 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:#49200C; /* 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: 100%!important; /* Button width */
    min-width: 100%!important;
    height: 73px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted transparent;
    z-index:2;
  }
  .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);
    display:none!important;
  }
  .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:#000; /* 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-may.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

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

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

  /* Mobile Menu Styles */ 
  body .row-fluid .custom-menu-primary-may.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: 0px 0!important;
  }
  .custom-menu-primary-may .hs-menu-wrapper{
    background-color:#fff; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary-may .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary-may .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-may .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-may .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary-may .hs-menu-wrapper > ul ul li{
    /*background-color: rgba(255, 255, 255, .08);*/
    background-color:#fff;
  }
  .custom-menu-primary-may .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-may .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary-may .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }



}



/*============================================================
HEADER Mobile Responsive
===========================================================*/

@media (max-width:1024px){

  .custom-menu-primary-may .hs-menu-wrapper{
    display:none;
  }

  .mobile-trigger {
    border: 0;
    top: 0;
    right: 10px;    
    background:transparent;
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 28px;
    background: #FFFFFF;
    height: 3px;
  }

  .mobile-trigger i:before {
    top: -9px;
  }

  .mobile-trigger i:after {
    top: 9px;
    width: 28px;
    right: 0;
  }

  .mobile-trigger {
    top: 20px;
    right: 22px;
    z-index: 2;
    padding: 0;
  }

  .mobile-open .mobile-trigger {
    background-color: transparent;
    z-index:5;
  }

  .mobile-trigger:hover {
    background-color: transparent;
    border-color: transparent;
  }

  .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;
  }

  .mobile-open .mobile-trigger i:after{
    width:28px;
  }

  .mobile-trigger i{
    transition: all .5s ease-in;
  }

  .mobile-open .mobile-trigger i{
    background:transparent;
    transition: all .1s ease-in;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after{
    transition: all .3s ease-in;
  }

  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    background:#FFFFFF;
  }

  .mobile-open .mobile-trigger i:after{
    top: 0;
    transform: rotate(-45deg);
    background:#FFFFFF;
  }

  .custom-menu-primary-may.js-enabled{
    position: absolute;
    padding-top: 0;
    margin: 10px 0 10px 0;
    left: 0;
    right: 0;
    top: 0;
    margin:0;
  }

  .custom-menu-primary-may .hs-menu-wrapper>ul li {
    border-top: 0px;
  }

  .custom-menu-primary-may .hs-menu-wrapper > ul ul li a {
    text-indent: 10px;
    font-size: 14px;
  }

  body .row-fluid .custom-menu-primary-may.js-enabled .hs-menu-wrapper{
    padding: 0;
    margin: 0;
    z-index: 12;
    top: 70px;
    background: #1F1F1F;
    left: 0;
    right: 0;
    position: absolute;
    height:100vh;
    padding:20px 0 0!important;
  }

  .custom-menu-primary-may .hs-menu-wrapper > ul li a {
    padding: 25px 0px;
  }
  
  .custom-menu-primary-may .hs-menu-wrapper > ul li:last-child a{
     border-bottom:none;
  }

  .custom-menu-primary-may .hs-menu-wrapper > ul li{
    padding:0 25px;
  }  
  
  

}


@media(max-width:767px){

  .custom-menu-primary-may .hs-menu-wrapper>ul li {
    padding: 0 22px;
  }
}

@media(max-width:1024px){

.poxmix-section7-cm img{
     width:100%!important;
     height:auto!important;
  }
}

.poxmix-section5-cm .four-col-container .image-container img{
   width:100%!important;
   height:auto!important;
}