
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* font-family: 'Roboto', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&display=swap');
/* font-family: 'Teko', sans-serif; */






/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








.content-wrapper {
  max-width: 1200px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
}





html {
  font-size: 20px;
}

body {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #666666;
  font-size: 20px;
}

/* Paragraphs */

p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-family: Teko, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #e93c35;
}

a:hover,
a:focus {
  font-family: Teko, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #c1140d;
}

a:active {
  font-family: Teko, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ff645d;
}

/* Headings */

h1,
.h1 {
  font-weight: normal; text-decoration: none; font-family: Teko, sans-serif; font-style: normal;
  color: #000000;
  font-size: 60px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: normal; text-decoration: none; font-family: Teko, sans-serif; font-style: normal;
  color: #000000;
  font-size: 48px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: normal; text-decoration: none; font-family: Teko, sans-serif; font-style: normal;
  color: #000000;
  font-size: 27px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Teko, sans-serif; font-style: normal;
  color: #000000;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Teko, sans-serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Teko, sans-serif; font-style: normal;
  color: #000000;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #2e2e2e;
}





button,
.button {
  border: 1px solid #e93c35;

  padding-top: 11px;
padding-right: 23px;
padding-bottom: 11px;
padding-left: 23px;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(233, 60, 53, 1.0)

;
  border-radius: 7px;
  color: #FFFFFF;
  font-size: 13px;
  text-transform: uppercase;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: rgba(193, 20, 13, 1.0);
  border-color: #c1140d;
}

button:active,
.button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: rgba(255, 100, 93, 1.0);
  border-color: #ff645d;
}





form,
.submitted-message {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #2e2e2e;
}

/* Labels */

form label {
  color: #e93c35;
}

/* Help text */

form legend {
  color: #e93c35;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #e93c35;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #e93c35;
}

::-moz-placeholder {
  color: #e93c35;
}

:-ms-input-placeholder {
  color: #e93c35;
}

::placeholder {
  color: #e93c35;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #e93c35;
}

.fn-date-picker td.is-selected .pika-button {
  background: #e93c35;
}

.fn-date-picker td .pika-button:hover {
  background-color: #e93c35 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #e93c35;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #e93c35;

  padding-top: 11px;
padding-right: 23px;
padding-bottom: 11px;
padding-left: 23px;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: 900; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(233, 60, 53, 1.0)

;
  border-radius: 7px;
  color: #FFFFFF;
  font-size: 13px;
  text-transform: uppercase;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(193, 20, 13, 1.0);
  border-color: #c1140d;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 100, 93, 1.0);
  border-color: #ff645d;
}





/* Table */

table {
  border: 1px solid #e93c35;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #e93c35;

  padding: 18px;

  color: #e93c35;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(233, 60, 53, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #e93c35;
}





.header {
  background-color: 

  
  
    
  


  rgba(46, 46, 46, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #FFFFFF;
  font-family: Roboto;
}

.menu__child-toggle-icon {
  border-top-color: #FFFFFF;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #d7d7d7;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #d7d7d7;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #ffffff;
}

.menu__child-toggle-icon:active {
  border-top-color: #ffffff;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #FFFFFF;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 0px solid #2e2e2e;

    background-color: 

  
  
    
  


  rgba(46, 46, 46, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 0px solid #2e2e2e;

    background-color: 

  
  
    
  


  rgba(46, 46, 46, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #FFFFFF;
  background-color: 

  
  
    
  


  rgba(46, 46, 46, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #2e2e2e;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(46, 46, 46, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(46, 46, 46, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Roboto;
}

.header__language-switcher-label-current:after {
  border-top-color: #FFFFFF;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(46, 46, 46, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #FFFFFF;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(46, 46, 46, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #FFFFFF;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #666666;
}

.blog-post__tag-link {
  color: #666666;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #3e3e3e;
}

.blog-post__tag-link:active {
  color: #8e8e8e;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: normal; text-decoration: none; font-family: Teko, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #000000;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000000;
}

.blog-related-posts__title-link:active {
  color: #282828;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #e93c35;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #c1140d;
}

#comments-listing .comment-reply-to:active {
  color: #ff645d;
}





.hs-search-results__title {
  font-weight: normal; text-decoration: none; font-family: Teko, sans-serif; font-style: normal;
  color: #000000;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: normal; text-decoration: none; font-family: Teko, sans-serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #000000;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #000000;
}

.blog-index__post-title-link:active {
  color: #282828;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #666666;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #666666;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #3e3e3e;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #8e8e8e;
}

.pagination__link-icon svg {
  fill: #666666;
}

/* Pricing card */

.card__price {
  font-weight: normal; text-decoration: none; font-family: Teko, sans-serif; font-style: normal;
  color: #000000;
  font-size: 27px;
}

.card__body svg {
  fill: #e93c35;
}

/* Social follow */

.social-links__icon {
  background-color: #e93c35;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #c1140d;
}

.social-links__icon:active {
  background-color: #ff645d;
  font-weight: normal; text-decoration: none; font-family: Teko, sans-serif; font-style: normal;
  color: #000000;
  font-size: 27px;
}


/* ============================================================================================================================================== */

* { margin: 0 auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body { font-family: 'Roboto', sans-serif; font-size: 20px; line-height: 0; }
.row-fluid [class*="span"].no-height { min-height: auto; }
.container,
.row-fluid .container[class*="span"] { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; float: none; box-sizing: border-box; }
.container:after,
.row-fluid .container[class*="span"]:after { clear: both; content: ""; display: table; }
.row { margin-right: -15px; margin-left: -15px; }
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
input, button, textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { outline: 0; border: 1px solid #e93c35; background: #fff; height: 50px; padding: 0 20px; font-family: 'Roboto', sans-serif;  font-size: 16px; width: 100%; }
input[type=checkbox], input[type=radio] { width: auto; height: auto; }
textarea { padding: 15px 20px; height: 100px; }
input[type=submit], button { width: auto; border: 0; cursor: pointer; background:#e93c35; font-size: 20px; line-height: 30px; font-weight: 500; padding: 8px 20px; color: #fff; display: inline-block; }
input[type=submit]:hover, button:hover { background-color: #000; }
ul.hs-error-msgs { margin: 0; padding: 0; list-style: none; float: left; width: 100%; }
p { font-family: 'Roboto', sans-serif; font-size: 20px; line-height: 30px; margin-bottom:10px; }
img { width:auto; max-width:100%; }
a { text-decoration:none; }

.cta , a.cta { border-radius: 7px; box-shadow: none; font-family: Roboto; font-weight: 900; font-style: normal; text-transform: uppercase; transition: all .2s; background: #e93c35; color: #ffffff; padding: 11px 23px; line-height: 16px; font-size: 13px; display: inline-block; text-align: center; cursor: pointer; text-decoration: none; border: none; }
.cta:hover, a.cta:hover { background: #000000;  color: #ffffff; }
.dnd-section>.row-fluid {max-width: 100%;}
.dnd-section {padding: 0;}
.dnd-section .dnd-column {padding: 0;}

h1,h2,h3,h4,h5,h6 { margin-top:0; font-weight:400; margin-bottom:10px; font-family: 'Teko', sans-serif; }
h1{ font-size:60px; line-height:72px; }
h2{ font-size:48px; line-height:48px; }
h3{ font-size:36px; line-height:36px; }
h4{ font-size:24px; line-height:24px; }
span{ line-height: 150%; }
em{ line-height: 150%; }
ul li{ line-height: 150%; }
ol li{ line-height: 150%; }
strong{ line-height: 150%; }
i{ line-height: 150%; }
mark{ line-height: 150%; }
small{ line-height: 150%; }
ins{ line-height: 150%; }
sub{ line-height: 150%; }
sup{ line-height: 150%; }

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

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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

/* 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: 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 solid 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 */
  }
}


.header { width: 100%; display: inline-block; padding: 5px 0; }
.header-wrap { width: 100%; display: inline-block; }
.header-wrap .header-inner-wrap { width: 100%; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.header-wrap .header-inner-wrap .header-logo { display: inline-block; text-align: left; width: auto; line-height: 0; }
.header-wrap .header-inner-wrap .logo-wrap { width: auto; display: inline-block; margin-left: 0; line-height: 0; }
.header-wrap .header-inner-wrap .header-logo a { width: auto; display: inline-block; line-height: 0; }
.header-wrap .header-inner-wrap .header-logo img { width: auto; display: inline-block; object-fit: contain; object-position: center; max-width: 280px; }
.header-wrap .header-inner-wrap .menu-wrap { display: inline-block; width: auto; margin-right: 0; padding-left: 30px; }
.header-wrap .header-inner-wrap .menu-wrap .mainmenu { width: 100%; display: inline-block; }
.header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul { width: 100%; display: flex; align-items: center; justify-content: flex-end; }
.header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul>li { width: auto; display: inline-block; margin: 0 10px; }
.header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul>li:first-child { margin-left: 0; }
.header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul>li:last-child { margin-right: 0; }
.header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul>li>a { width: auto; display: inline-block; font-family: Roboto; font-weight: 500; font-size: 15px; line-height: 30px; font-style: normal; color: #fff; text-transform: uppercase; }
.header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children { position: relative; padding-right: 20px; }
.header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children:after { content: '\f107'; position: absolute; top: 50%; right: 0px; bottom: 0; font-family: fontawesome; transform: translateY(0); line-height: 0; color: #fff; }
.header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul>li:hover>a { color: #e93e35; }
.header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul>li:hover:after { color: #e93e35; }
.header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul .hs-menu-children-wrapper { background: #2e2e2e; text-align: left; width: 100%; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul .hs-menu-children-wrapper li { width: 100%; display: inline-block; }
.header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul .hs-menu-children-wrapper li a { border-bottom-width: 1px; border-bottom-style: solid; color: #ffffff; font-family: Roboto; font-weight: 400; border-bottom-color: #edeef2; font-size: 14px; padding: 5px 10px; }
.header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul .hs-menu-children-wrapper li a:hover { color: #616a7d !important; background-color: #f4f6f7; }

/* Member Ship Login page Css  */
.login-wrap { width: 100%; display: inline-block; padding: 25px 15px; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.login-wrap .systems-page { width: 100%; max-width: 670px; padding: 0; }
.login-wrap .systems-page h1 { text-align: center; color: #fff; font-size: 28px; font-family: Teko; line-height: 30px; }
.login-wrap .systems-page p a { text-decoration: underline; color: #fff; }
.login-wrap .systems-page .form-container { width: 100%; display: inline-block; background-color: rgba(230, 230, 230, 0.85); border: 1px solid #fff; padding: 23px 30px 70px 30px; margin: 24px 0 0 0; position: relative; }
.login-wrap .systems-page .form-container .form-title { width: 100%; display: inline-block; text-align: center; }
.login-wrap .systems-page .form-container .form-title h3 { width: 100%; display: inline-block; font-family: Teko; font-weight: 400; color: #333; margin-bottom: 0; }
.login-wrap .systems-page .form-container form { width: 100%; display: inline-block; }
.login-wrap .systems-page form .hs-form-field a { display: none; }
.login-wrap .systems-page form .hs-form-field label { display: none; }
.login-wrap .systems-page form .hs-form-field { margin-bottom: 1.6rem; width: 100%; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; }
.login-wrap .systems-page form .hs-form-field input { width: 100%; padding: 0 1em; outline: 0; transition: all .2s ease; font-size: 13px; background-color: rgb(255 255 255); color: #000000; border-color: #c7d4dd; border-radius: 3px; height: 50px; border: 1px solid #d2d2d2; box-sizing: border-box; border-radius: 0; }
.login-wrap .systems-page form .hs-form-field input::placeholder { color: #c7d4dd; }
.login-wrap .systems-page form .hs-form-field input[type=checkbox], input[type=radio] { width: 15px; height: 15px; display: inline-block; margin: 0; padding: 0; line-height: 0; }
.login-wrap .systems-page form .hs-form-field label { width: auto; margin-left: 0; padding-left: 6px; color: #333; font-size: 13px; line-height: 20px; letter-spacing: 0.5px; font-family: Roboto, sans-serif; }
.login-wrap .systems-page form a#hs_login_reset { position: absolute; bottom: 20px; left: 0; right: 0; text-align: center; margin: 0 auto; font-size: 14px; line-height: 30px; text-transform: capitalize; color: #333; width: auto; display: inline-block; font-family: Roboto; font-weight: 400; letter-spacing: 0px; font-style: normal; }
.login-wrap .systems-page form .hs_submit.hs-submit { width: 100%; display: inline-block; text-align: center; }
.login-wrap .systems-page form input[type='submit'] { margin: 0 auto; border-radius: 30px; height: auto; text-transform: uppercase; line-height: 28px; font-size: 14px; font-family: Roboto; font-weight: 600; letter-spacing: 1px; font-style: normal; padding: 6px 30px; }
.login-wrap .systems-page p { color: #fff; font-size: 26px; font-family: Teko; line-height: 30px; text-align: center; }
.login-wrap .contact-admin {width: 100%;display: inline-block;padding: 30px 0 0 0;}
.login-wrap .systems-page p {margin: 0;}
.login-wrap .systems-page form .hs-form-field input:focus{ border-color: #0b63f6; }
.login-wrap .form-floating-alert-wrapper .form-floating-alert-error {margin-top: 0;margin-bottom: 32px;padding: 9px 10px 9px 30px;font-size: 16px;line-height: 26px;color: #666;text-align: left;text-transform: capitalize;}
.login-wrap .form-floating-alert-wrapper .form-floating-alert-error .form-floating-alert-close-button {margin-left: -20px;}
.login-wrap .systems-page form .hs-form-field label label.hs-error-msg {width: 100%;display: inline-block;}
.login-wrap .form-input-validation-message ul.hs-error-msgs {width: 100%;display: inline-block;}
.login-wrap .form-input-validation-message ul.hs-error-msgs li label.hs-error-msg {color: #e93c35; width: 100%;display: inline-block;padding: 0;margin: 0;}
.login-wrap .form-input-validation-message { padding: 0; margin: 0 !important; }
.reset-password.login-wrap .systems-page .form-container {padding: 23px 30px 50px 30px;}
.error-page #hs_cos_wrapper_button .button-wrapper .button { padding-top: 20px; padding-right: 35px; padding-bottom: 20px; padding-left: 35px; width: auto; display: inline-block; height: auto; border-radius: 30px; }
.error-page #hs_cos_wrapper_button .button-wrapper .button:hover {color: #c1140d;background: #fff;}


@media(min-width:768px){
  .container,.row-fluid .container[class*="span"] { width:750px; }
}
@media(min-width:992px){
  .container,.row-fluid .container[class*="span"] { width:970px; }
}
@media(min-width:1230px){
  .container,.row-fluid .container[class*="span"] { width:1200px; }
}

@media(max-width: 1229px){
  .header-wrap .header-inner-wrap .header-logo img {max-width: 200px;}
  .header-wrap .header-inner-wrap .menu-wrap { padding-left: 20px; }
  .header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul>li {margin: 0 6px;}
}

@media(max-width: 991px){
  /*   .mobile-open .mobile-trigger{background:transparent;color:#e93c35;} */
  .mobile-open .mobile-trigger { color: #fff; 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:#fff;height:3px;}
  .mobile-trigger:hover{background:transparent;}
  .mobile-trigger{border:0; background:transparent; }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{background-color:#fff;height:3px;}
  .header-wrap{ width:100%;display:inline-block;}
  .header-wrap .header-inner-wrap { position:relative; }
  .header-wrap .header-inner-wrap .menu-wrap{ width: auto; margin: 0; position: absolute; top: 0; left: 0; right: 0; z-index: 999; padding: 0; }
  .header-wrap .header-inner-wrap .menu-wrap .mainmenu { margin: 0; }
  .header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul{flex-wrap:wrap;background: #2e2e2e;}
  .header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul>li{width:100%;display:inline-block; margin: 0; }
  .header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul>li.hs-item-has-children:after{display:none;}
  .header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul>li>a{width:100% !important;display:inline-block;padding:10px 15px;max-width:100% !important; }
  .header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul>li:hover>a{border:0;}
  .header-wrap .header-inner-wrap .logo-wrap { position: relative; z-index: 9999; }
  .child-trigger{border-left:1px dotted #666;}
  .child-trigger i, .child-trigger i:after{background-color:#666;}
  .mobile-trigger{top:8px; right: 0; }
  .header-wrap .header-inner-wrap .menu-wrap .mainmenu .hs-menu-wrapper>ul .hs-menu-children-wrapper li a{line-height:30px;}
  .custom-menu-primary.js-enabled .hs-menu-wrapper{width:100%;position:relative;top:20px;left:0;padding:0;border-top:1px solid #666;}
  .error-page {  padding: 7rem 0; }
  .header-wrap .header-inner-wrap .header-logo img { max-width: 300px; }
}

@media(max-width: 767px){
  .custom-menu-primary.js-enabled .hs-menu-wrapper { top: 5px; }
  .mobile-trigger { padding: 0px 10px 8px 10px; }
  .header-wrap .header-inner-wrap .header-logo img { max-width: 230px; }
  .mobile-open .mobile-trigger i {background: transparent;}
  .mobile-open .mobile-trigger i:before {transform: rotate(45deg);top: 0;}
  .mobile-open .mobile-trigger i:after {transform: rotate(-45deg); top: 0;}
  .login-wrap .systems-page .form-container {padding: 23px 15px 65px 15px;}
  .reset-password.login-wrap .systems-page .form-container {padding: 23px 15px 30px 15px;}
  .error-page h1 { font-size: 40px; line-height: 50px; }
}