@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');




/* ==========================================================================
General fonts  definition.
Change the line above with whatever Google font call of your liking
========================================================================== */

@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css');
@import url('https://use.fontawesome.com/releases/v5.8.2/css/all.css');

/* ==========================================================================
HS COS Boilerplate v1.4.0                                
========================================================================== */

/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


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

Index:         

1. BASE STYLES   
- Variables
- Macros
- Base
- Typography

2. COS STRUCTURE
- Structure
- Header
- Content
- Footer

3. MAIN NAVIGATION
- Custom Menu Primary
- Mobile Menu

4. TEMPLATE MODULE CLASSES
- Common Template Classes
- Site Pages
- Landing Pages
- System Pages

5. COS COMPONENTS
- Blog
- Forms
- Buttons

6. DOMAIN SPECIFICS

7. MISCELLANOUS

8. MOBILE MEDIA QUERIES

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








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


1. BASE STYLES                                             


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





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


/**
* Find the most consistently used font styles, colors, and container widths 
* for your site and assign them to the jinja variables below for easy use 
* and reference. 
*
* Apply the variable as shown below.  Ignore the jingja comment tags.
*
* 
*/

/* Colors */
 





   
  
 
 







 

 
 


/* Containers */
 





/* ==========================================================================
Macros                                                  
========================================================================== */


/** 
* Create jinja macros for CSS3 properties that need browser prefixes.
*
* Apply the style as shown below on it's own CSS property line.  
* Ignore the jinja comment tags. 
*
*  The variable name must be a signle word (no dashes). In the example below, the variable name is cssTransition.
*/

 

/** 
* Example of how to apply the above macro (ignore the jinja comment tags):
*
* a {
*   color: red;
*   font-size: 12px;
*    
* }
*/




/* ==========================================================================
Base                                                    
========================================================================== */


/** 
* Box Sizing
* 
* Applies a natural box layout model to all elements so that width and padding 
* are essentially combined, making responsive styles easier to manage.
*/

*, *: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;
  background: white;
  width: 100%;
  overflow-x: hidden;
} 

/* Website background color and default font styles */
body {
  color: #121212;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  line-height: 1.56;
  -webkit-font-smoothing: antialiased;
}

@media(max-width: 1023px){
  body {
    font-size: 16px;
  }
}

.desktop-hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }

  .desktop-hidden {
    display: block !important;
  }
}

/**
* Page Center
*
* Apply .page-center to full-width modules.
*/

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1120px;
  margin: 0 auto;
}

a { color: #3aa6e3; text-decoration: none; }
a:hover, a:focus { color: #00cb66; }

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #121212;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #121212;
  text-shadow: none;
}




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


/* Basic text */
p {
  line-height:1.56;
  margin-bottom: 25px; 
  margin-top: 0;
} 
small {}
strong {}
em {}
cite {
  text-transform: none;
  display: block;
  font-weight: 400;
  font-style: normal;
}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

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

/* Headings */

h1 {
  font-size: 58px;
  line-height: 1.12;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300;
}
h2 {
  font-size: 40px;
  line-height: 1.12;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300;
}
h3 {
  font-size: 23px;
  line-height: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 300;
}
h4 {
  font-size: 20px;
  line-height: 1.55;
  letter-spacing: 0.7px;
  font-weight: normal;
}
h5{
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.4px;
}
h6{
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media(max-width: 1023px){
  h1 {
    font-size: 34px;
    line-height: 1.41;
    font-weight: 300;
  }
  h2 {
    font-size: 24px;
    line-height: 1.46;
    font-weight: 300;
  }
  h3 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 300;
  }
  h4 {
    font-size: 14px;
    line-height: 1.53;
  }
  h5{
    font-size: 14px;
  }
  h6{
    font-size: 12px;
  }

}

p, ul, ol, pre, table, blockquote {
  margin-top: 25px;
  margin-bottom: 25px;
}
/* Lists */
ul, ol {
  margin: 25px 0;
  padding: 0 0 0 47px;;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.checks-list,
ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.checks-list {
  /*   list-style-image: url(https://cdn2.hubspot.net/hubfs/3992334/wc-sep18-assets/checkmark-green.svg); */
  column-count: 2;
}

ul.checks-list li {
  position: relative;
  margin-left: 33px;
  margin-bottom: 15px;
}

ul.checks-list li:before {
  content: '';
  display: inline-block;
  height: 21px;
  width: 21px;
  background-size: 21px;
  background-image: url("https://cdn2.hubspot.net/hubfs/3992334/wc-sep18-assets/checkmark-green.svg");
  background-repeat: no-repeat;
  margin-right: 10px;
  background-position: bottom;
  position: absolute;
  left: -33px;
}

@media (max-width: 767px) {
  ul.checks-list {
    column-count: 1;
  }	
}



/* Quotes */
blockquote {
  font-size: 17px;
  font-style: italic;
  border-left: 4px solid #EAF4FF;
  margin-left: 0;
  padding-left: 25px;
}
blockquote p {}
blockquote small {
  font-style: normal;
  margin-top: 25px;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

/*===============Tables===================*/

.table {
  width: 100%;
  margin-bottom: 25px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: .9em;
}
.table thead th {
  vertical-align: bottom;
}
.table th {
  font-weight: bold;
}
.table th, .table td {
  padding: 8px;
  line-height: 33px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table thead th {
  vertical-align: bottom;
}
.table th {
  font-weight: bold;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}

table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}

table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}

table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}

table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}

table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}

table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}

table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}

table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}

table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}

table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}

table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}

table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}





.text-muted{
  color: #94ADC5;
}
.text-warning{
  color: #FF1E00;
}
.text-danger{
  color: #e01f27;
}
.text-success{
  color: #00cb66;
}
.text-info{
  color: #3aa6e3;
}





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


2. COS STRUCTURE                                            


========================================================================== */
.section{
  padding: 122px 0;
}
.section.bordered{
  border-bottom: solid 1px #dcdfe6;
}

@media(max-width: 1023px){
  .section{
    padding: 46px 0;
  }
}
@media(max-width: 767px){
  .section{
    padding: 37px 0;
  }
}

/* ==========================================================================
Structure                                               
========================================================================== */


/* The outer wrappers of your website */
.wrapper,
.row-fluid .wrapper[class*="span"]{
  max-width: 1120px;
  margin: 0 auto;
  display: block;
  padding-top: 0;
  float: none;
}
.wrapper.padded {
  width: 94%;
}
.wrapper.padded .wrapper.padded {
  width: 100%;
}
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}

@media (max-width: 1199px) {
  .wrapper,.row-fluid .wrapper[class*="span"]{
    width: 90%;
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .wrapper.nopad-phone {
    width: 100%;
  }
  .wrapper.nopad-phone .wrapper.padded {
    width: 94%;
  }
  .wrapper.nopad-phone .wrapper.padded .wrapper.padded {
    width: 100%;
  }

  .footer .hs-menu-flow-vertical ul {
    column-count: 2;
    max-width: 80%;
    margin: auto !important;
  }  
}


/* ==========================================================================
Header
========================================================================== */


.header-container-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  transition: 0.3s ease all;
}
.header-container {}

body.sidr-open:before{
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  z-index: 3;
}
body.sidr-open .header-container-wrapper{
  /*   left: -244px; */
}
body.sidr-open .il-header .menu .mobile-wrapper ul li a:not(.navbar-toggler){
  display: none;
}
body.sidr-open .il-header.sticky{
  background: none; 
}

.il-header{
  padding: 50px 50px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease all;
}
.il-header.lp-header {
  justify-content: center;
}
.il-header .logo img{
  max-height: 46px;
  width: auto;
}
.il-header .logo .white-bg-logo {
  display: none;
}

.il-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a.green-trigger {
  display: none;
}


.il-header .menu{

}
.il-header .menu ul{
  display: flex !important;
  align-items: center;
  line-height: 1;
}
.il-header .menu ul li{

}
.il-header .menu li.hs-menu-depth-1>a{
  margin-right: 37px;
  color: rgba(255, 255, 255, 0.93);
  letter-spacing: 0.4px;
  font-size: 1rem;
  font-weight: bold;
  transition: 0.3s ease all;
}

@media (max-width: 1280px) {
  .il-header .menu li.hs-menu-depth-1 > a {
    margin-right: 20px;
  }
}

.il-header .menu li.hs-menu-depth-1.hs-item-has-children:hover>a,
.il-header .menu .hs-menu-depth-1>a:hover{
  color: #182d3b;
}

.il-header .menu .hs-menu-depth-1:last-child>a{
  margin-right: 0;
  padding: 18px 36px;
  background: none;
  border: 2px solid rgba(255, 255, 255, 0.93);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.93);
}

.il-header .menu .hs-menu-depth-1:last-child>a:hover{
  color: #3aa6e3;
  background: rgba(255, 255, 255, 0.93);
}

/* Second Level */
.il-header .menu .hs-menu-depth-1 ul {
  top: 56px !important;
  left: 0px !important;
  width: 200px;
  flex-wrap: wrap;
  border-radius: 6px;
  padding: 20px 25px;
}

.il-header .menu .hs-menu-depth-1 ul li.hs-menu-item.hs-menu-depth-2 {
  width: 100%;
}

.il-header .menu .hs-menu-depth-1 ul li a {
  /*   text-transform: uppercase; */
  color: #231f20;
  font-size: 13px;
  font-weight: bold;
  padding: 10px 0;
}
.il-header .menu .hs-menu-depth-1 ul li a:hover{
  color: #3aa6e3;
}

.sidr ul.sidr-class-hs-menu-children-wrapper {
  display: none;
  margin-top: 30px;
  background: #4aB6F3;
  width: 100%;
  padding: 20px 0;  
  border-radius: 6px;
}

.sidr .sidr-class-hs-item-has-children:hover ul.sidr-class-hs-menu-children-wrapper {
  display: block;
}

.sidr ul li {
  flex-wrap: wrap;
  justify-content: center;
}

/* Sticky */
.il-header.sticky{
  /*   background: #3aa6e3; */
  padding: 15px 50px;
}
.il-header.sticky .menu .hs-menu-depth-1:last-child>a{
  padding: 10px 24px;
}

.header.basic .logo .cell-wrapper{
  text-align: center;
}

/* Mobile */
.il-header .menu .mobile-wrapper{
  display: none;
}
.il-header .menu .mobile-wrapper ul{
  flex-direction: row-reverse;
}
.il-header .menu .mobile-wrapper ul li a.navbar-toggler{
  margin-left: 20px;
  margin-right: 0px;
}
.il-header .menu .mobile-wrapper ul li a.navbar-toggler img{
  width: 48px;
  height: 29px;
}
.il-header .menu .desktop-wrapper .mobile-logo{
  display: none;
}

@media(max-width: 1183px){
  .il-header .logo img{
    max-height: 36px;
  }
  .il-header .menu li.hs-menu-depth-1>a{
    margin-right: 20px;
    font-size: 0.8rem;
  }
  .il-header .menu .hs-menu-depth-1:last-child>a{
    padding: 16px 30px;
  }
}
@media(max-width: 1023px){
  .il-header{
    padding: 40px 40px 0 40px;
  }
  .il-header.sticky{
    padding: 15px 40px;
  }
  .il-header .menu .mobile-wrapper{
    display: block;   
  }
  .il-header .menu .desktop-wrapper{
    display: none;   
  }
}
@media(max-width: 767px){
  .il-header{
    padding: 20px 20px 0 20px;
  }
  .il-header .menu .hs-menu-depth-1:last-child{
    display: none;
  }
  .il-header.sticky{
    padding: 15px 20px;
  }
}

/* White Header (for blog and resources) */
.white-header .header-container-wrapper {
  position: relative;
  background: white;
}
.white-header .il-header .logo .white-bg-logo {
  display: block;
}
.white-header .il-header .logo .default-logo {
  display: none;
}
.white-header .il-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a.white-trigger {
  display: none;
}
.white-header .il-header .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a.green-trigger {
  display: block;
}
@media(min-width: 768px) {
  .white-header .il-header .menu li.hs-menu-depth-1>a {
    color: #2f4858;
  }
  .white-header .il-header .menu li.hs-menu-depth-1>a:hover {
    color: #6DC0EF;
  }
  .white-header .il-header {
    padding: 30px 50px;
  }
  .white-header .il-header .menu .hs-menu-depth-1:last-child>a {
    border-color: #00cb66;
    color: #00cb66;
  }
  .white-header .il-header .menu .hs-menu-depth-1:last-child>a:hover {
    background-color: #00cb66;
    color: #FFF;
  }
}
@media(max-width: 767px) {
  .white-header .il-header {
    padding: 20px;
  }
  .white-header .il-header .green-trigger {
    display: block;
  }
  .white-header .il-header .white-trigger {
    display: none !important;
  }
}

/* ==========================================================================
Content                                                 
========================================================================== */


.body-container-wrapper {
  background:#fff;
  position:relative;
  z-index:2;
}
.body-container {}


/* Unique Pages
========================================================================== */

/* Homepage */

/* Contact Us */

/* About Us */


/* Modular & Reusable Components
========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */

/* Post List */
.page-post-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
.page-post-list .item{
  width: calc((100% - 64px) / 3);
  overflow: hidden;

  background: #FFF;
  color: #000000;
  transition: all 0.3s ease;
}
.page-post-list .item h4{
  margin: 0 0 27px 0;
}
.page-post-list .item h4 a{
  color: #000000;
}
.page-post-list .item:hover h4 a{
  color: #FFF;
}
.page-post-list .item p{
  margin: 0;
  font-weight: 300;
  letter-spacing: 0.4px;
}
.page-post-list .item .post-date{
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.6px;
  color: #4a4a4a;
  margin-bottom: 28px;
}

.page-post-list .item .post-date .post-author{
  font-weight: normal;
  margin-right: 17px;
}

.page-post-list .item a.image{
  height: 192px;
  width: calc(100% + 2px);
  margin-top: -1px;
  margin-left: -1px;
  display: block;
  background-size: cover;
  background-position: center center;
}
.page-post-list .item .content{
  padding: 21px 31px 64px 31px;
  border: solid 1px #dad7d7;
  border-top: none;
  height: calc(100% - 192px);
}
.page-post-list .item:hover .content{
  background: #ef4a22;
  border-color: #ef4a22;
  color: #FFF;
}
.page-post-list .item:hover .post-date{
  color: #FFF; 
}

@media(max-width: 1023px){
  .page-post-list .item{
    width: 30%;
  }
  .page-post-list .item h4{
    margin: 0 0 15px 0;
  }
  .page-post-list .item p{
    font-size: 13px;   
    line-height: 1.77;
  }
  .page-post-list .item .post-date{
    font-size: 10px; 
    margin-bottom: 10px;
  }
  .page-post-list .item a.image{
    height: 125px;
  }
  .page-post-list .item .content{
    padding: 16px 11px 30px 20px;
    height: calc(100% - 125px);
  }
}
@media(max-width: 767px){
  .page-post-list .item{
    width: 100%;
    margin-bottom: 24px;
    max-width: 420px;
  }
  .page-post-list .item:last-child{
    margin-bottom: 0px;
  }
  .page-post-list .item p{
    font-size: 14px;   
    line-height: 1.86;
  }
  .page-post-list .item a.image{
    height: 153px;
  }
  .page-post-list .item .content{
    padding: 21px 13px 28px 24px;
    height: auto;
  }
}

/* ==========================================================================
SMALL PAGES
========================================================================== */



/* ==========================================================================
FOOTER
========================================================================== */




.footer-container-wrapper {}
.footer-container {}


.footer {
  background-color: #FFF;
  padding: 138px 0 96px 0;
}

.footer.lp-footer {
  background-color: #eff4f7ee;
  padding: 70px 0;
}

/* Paragraphs */
.footer p{
  margin: 0;
  line-height: 2;
  color: #2f4858;
  font-size: 20px;
}
.footer p a{color: #2f4858;}
.footer p a:hover{color: #3aa6e3;}

/* Menu */
.footer .hs-menu-wrapper ul{
  padding: 0;

}
.footer .hs-menu-wrapper li{
  padding: 0;
  border: none;
}
.footer .hs-menu-wrapper li a{
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.7px;
  color: #2f4858;
}
.footer .hs-menu-wrapper li a:hover{
  color: #3aa6e3;
}
.footer .hs-menu-wrapper li:last-child a{
  margin-bottom: 0px;
}

/* Bottom */

.footer .bottom{
  margin-top: 4.88rem; 
  text-align: center;
}

.footer.lp-footer .bottom {
  margin-top: 0;
  text-align: left;
}

.footer .bottom img{
  margin-bottom: 2rem; 
}

.footer.lp-footer .bottom img {
  margin-bottom: 12px;
}

.footer .bottom .hs-menu-wrapper ul li:not(:last-child):after{
  content: '|';
  margin: 0 0.5rem;
}
.footer .bottom .hs-menu-wrapper ul li a{
  font-size: 0.88rem;
  text-decoration: underline;
}
@media(max-width: 1023px){
  .footer{
    padding: 100px 0 83px 0;
  }
  .footer p{
    font-size: 16px;
  }
  .footer .hs-menu-wrapper li a{
    font-size: 16px;
  }
  .footer .bottom .hs-menu-wrapper ul li a{
    font-size: 14px; 
  }
}
@media(max-width: 767px) {
  .footer {
    padding: 80px 0 66px 0;
    text-align: center; 
  }
  .footer .span3 {
    margin-bottom: 40px; 
  }
  
  .footer .wrapper {
    position: relative;
  }
  .footer .span3.footer-contact-col {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 150px;
    margin-bottom: 0;
  }
  
  .footer .span3.footer-menu-col {
  	margin-bottom: 200px;
  }
  
  .footer .bottom {
    margin-top: 0; 
  }

  .footer.lp-footer .bottom {
    text-align: center;
    margin-bottom: 60px;
  }

  .footer.lp-footer .bottom img {
    margin-bottom: 37px;
  }

  .footer .bottom .hs-menu-wrapper ul li{
    display: inline-block; 
    width: auto;
  }
  .footer .bottom .hs-menu-wrapper ul li a{
    display: inline;
  }
  .footer .bottom .social-col{
    text-align: center;
  }

  .footer .social-icons {
    margin: 12px;
  }
}

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


4. TEMPLATE MODULE SELECTORS                                         


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





/* Common Template Selectors                                             
========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

body.error-page {
}
body.error-page .error-container {
  height: 95vh;
  background-size: cover;
  background: url(https://cdn2.hubspot.net/hubfs/3992334/wc-sep18-assets/Who%20We%20Help/hero-404-tritonwear.jpg) no-repeat center;
}

body.error-page .error-container .overlay {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #0ecd6fCC, #2493d2CC);
}

body.error-page .error-container .error-inner {
  margin: auto;
  max-width: 736px;
  color: white;
}

body.error-page .error-container .error-inner h1 {
  font-size: 70px;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  color: #ffffff;
}

body.error-page .error-container .error-inner p {
  font-size: 28px;
  line-height: 36px;
  text-align: center;
  color: #ffffff;
}

body.error-page .error-container .error-inner p a {
  font-weight: bold;
  color: white;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  body.error-page .error-container {
    height: 60vh;
  }  

  body.error-page .error-container .error-inner h1 {
    font-size: 55px;
    line-height: 90px;
  }

  body.error-page .error-container .error-inner p {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  body.error-page .error-container {
    height: 60vh;
  }

  body.error-page .error-container .error-inner h1 {
    font-size: 54px;
    line-height: 59px;
  }

  body.error-page .error-container .error-inner p {
    font-size: 18px;
    line-height: 30px;
  }
}


/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}








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


5. COS COMPONENTS                                        


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





/* ==========================================================================
Blog                                         
========================================================================== */
.hs-rss-item-text{
  margin-top: 12px;
}

/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
body.hs-blog-post {}

/* Blog Listing */
body.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* Blog Content Column
========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
.hs-author-avatar {}
.hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
* Blog Social Sharing icons
*
* Overrides defaults to better align icons and prevent overlapping 
*/

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
* Blog Commments 
*
* Custom styles are listed below, as the COS does not provide default styles.
*/

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination .previous-posts-link {}
.blog-pagination .all-posts-link {}
.blog-pagination .next-posts-link {}



/* Blog Sidebar
========================================================================== */

.blog .blog-sidebar {}

.widget-type-post_listing ul, .hs_cos_wrapper_type_post_filter ul{
  padding-left: 0;
  margin-top: 10px;
}
.widget-type-post_listing ul li, .hs_cos_wrapper_type_post_filter ul li{
  list-style-type: none;
  margin-bottom: 25px;
  font-size: .9em;
}
.hs_cos_wrapper_type_blog_subscribe label{
  margin-top: 11px;
  display: block;
}
.hs-rss-byline {
  opacity: .7;
  font-size: 0.8em;
}
.hs-rss-item {
  margin-bottom: 50px;
}


/* Blog Modules */
.blog .blog-sidebar .widget-span {}




/* ==========================================================================
Forms
========================================================================== */


/* All Global Forms
========================================================================== */

/* Form Field */
body .hs-form-field {}

/* Descriptions */
body .hs-field-desc {
  font-size: .85em;
  font-style: italic;
}

/* Labels */
body label { 
  font-weight: 500;
  font-size: .9em;
}
body .hs-form-field > label {display: none;}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  resize: none;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus { 
  border: 1px solid #3aa6e3;
  outline: none;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {}
body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}
body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: -30px 0 10px 0;
}
body form.hs-form .hs-form-field ul.hs-error-msgs li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {
  border: 1px solid #FF1E00;
}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
  opacity: .8; 
  font-size: .9em;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: .8; 
  font-size: .9em;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: .8; 
  font-size: .9em;
}
:-ms-input-placeholder { /* IE10 */
  opacity: .8; 
  font-size: .9em;
}

.hs-error-msgs{
  list-style: none;
  padding: 0;
}

.hs-error-msgs label{
  color: #ef4a22;
  font-size: 12px;
}

.hs_error_rollup{
  text-align: center;
}
.hs_error_rollup .hs-error-msgs{
  margin: 10px 0;
}

/* Form Module
========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form ul.inputs-list {
  list-style: none;
  padding: 0;
}
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li {

}

.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {
  margin-right: 10px;
}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}

/* Blog Comment Form
========================================================================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"] {}


/* Google Search Form
========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}




/* ==========================================================================
Buttons                                              
========================================================================== */


/* All Global Buttons (Excluding CTAs)
========================================================================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'PT Sans', sans-serif;
  font-size: 13px;
  text-decoration: none !important;
  border: 2px solid #3aa6e3;
  height: 44px;
  padding: 14px 48px;
  background: #3aa6e3;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.7px;
  white-space: normal; /* Required for iOS! */
  word-wrap: break-word;
  line-height: 1;
  outline: 0;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
  color: #3aa6e3;
  background: #FFF;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {}

@media(max-width: 1023px){
  body .hs-button.primary,
  body input[type="submit"],
  body input[type="button"] {
    padding: 14px 24px;   
  }
}


/* Form Module Button
========================================================================== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* Blog Comment Button
========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
========================================================================== */

/** 
* Override global CTA styles by wrapping the CTA module in a module group 
* that has an ID, and use that ID to prefix your CTA selector. Example shown below.
*
* All overriding properties require !important tags. 
*/

.cta_button{
  transition: all 0.4s ease-out;
}

/* Text */
.text-white .cta_button,
.cta_button.text-white{
  color: #FFF; 
}
.cta_button.text-green{
  color: #00cb66;
}
.cta_button.underlined{
  font-weight: bold;
  text-decoration: underline;
}

/* Boxed */
.cta_button.green_bordered{
  padding: 1.111rem;
  border-radius: 6.9px;
  background-color: #24e284;
  border: solid 2px #ffffff;
}
.cta_button.green_bordered:hover{
  background-color: #00cb66;
}

.cta_button.white_bordered{
  font-weight: bold;
  padding: 1.111rem;
  border-radius: 6.9px;
  background-color: #FFF;
  border: solid 2px #00cb66;
  color: #00cb66;
}
.cta_button.white_bordered:hover{
  background-color: #00cb66;
  color: #FFF;
}

.cta_button.green_box {
  border-radius: 6px;
  background-color: #24e284;
  border: solid 2px rgba(255, 255, 255, 0.93);

  padding: 1.111rem;
  min-width: 244px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  display: inline-block;
  font-size: 18px;
}
.cta_button.green_box:hover {
  background-color: #00cb66;
}
.cta_button.video-icon{
  padding-left: 4.10rem; 
  position: relative;
}
.cta_button.video-icon:before{
  content: '';
  width: 2.88rem;
  height: 2.88rem;
  background-image: url(https://cdn2.hubspot.net/hubfs/3992334/wc-sep18-assets/play-button.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.cta_button.video-icon:hover:before{
  background-image: url(https://cdn2.hubspot.net/hubfs/3992334/wc-sep18-assets/play-button-hover.svg);
}

.green-cta .cta_button {
  border-radius: 6px;
  background-color: #24e284;
  text-shadow: 0 0 6px #00000019;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #FFF;
  display: inline-block;
  padding: 21px 50px;
  line-height: normal;
  transition: all 0.2s;
}

.green-cta .cta_button:hover {
  background-color: #00cb66;	
}

.white-cta .cta_button {
  border-radius: 6px;
  background-color: transparent;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #FFF;
  border: #FFF solid 2px;
  display: inline-block;
  padding: 21px 50px;
  line-height: 1;
  line-height: normal;
}

.white-cta .cta_button:hover {
  background: #FFF;
  color: #3aa6e3;
}

@media (max-width: 767px) {
  .green-cta .cta_button {
    padding: 21px 20px;
  }
}

#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}



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


6. DOMAIN ESPECIFICS                                        


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






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


7. MISCELLANOUS                                        


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





/** 
* Styles that do not fit into available sections above can go here.
* For example, one would place 3rd party plugin overriding styles here.
*
* This section is NOT for 'Custom' styles.  All custom styles must go in the
* proper sections above.
*
* For instance, custom header and footer styles must go in the HEADER and 
* FOOTER sections.  Custom styles for anything in-between the header and footer 
* (such as, styles that are unique to the HOMEPAGE only), must go in the 
* CONTENT section.
*/ 

/* Button Switch */
.switch-section {
  text-align: center;
}

.switch-container {
  display: inline-flex;
  font-size: 20px;
  line-height: 46px;
  color: #000000ee;
  justify-content: center;
  margin-bottom: 75px;
  cursor: pointer;
  align-items: center;
}

.switch {
  border-radius: 26px;
  border: solid 4px #24e284;
  background-color: #24e284;
  width: 100px;
  height: 52px;
  margin: 0 35px;
  position: relative;
}

.switch:after {
  content: '';
  width: 44px;
  height: 44px;
  background: white;
  border-radius: 100%;
  display: block;
  transition: all 0.2s ease;
  position: absolute;
  left: 0;
}

.switch.switched:after {
  left: 48px;
}

.switch-label {
  transition: all 0.2s;
}

.switch-label.active {
  font-weight: bold;
  color: #00cb66;
}

@media (max-width: 767px) {
  .switch-label {
    font-size: 16px;
    line-height: normal;
  }

  .switch {
    margin: 0 20px;
    width: 77px;
    height: 42px;
  } 

  .switch:after {
    width: 34px;
    height: 34px;
  }

  .switch.switched:after {
    left: 35px;
  }
}

/* Button Close Section */
.close-section-button {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  border: 2px solid #00cb66;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00cb66;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

.close-button {
  background: url(https://cdn2.hubspot.net/hubfs/3992334/wc-sep18-assets/close-button.svg) no-repeat center;
  background-size: cover;
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: absolute;
  right: 50px;
  top: 50px;
}

@media (max-width: 767px) {
  .close-section-button {
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;
    font-size: 14px;
  }

  .close-button {
    top: 20px;
    right: 20px;
    width: 35px;
    height: 35px;  	
  }
}

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


7. MOBILE MEDIA QUERIES                              


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





/* Screen sizes smaller than site maxWidth (.page-center)
========================================================================== */

@media (max-width: 1120px) {}


/* Landscape tablet and smaller devices
========================================================================== */

@media (max-width: 767px) {}


/* Landscape phones and smaller devices
========================================================================== */

@media (max-width: 479px) {}



/*** CompanyModules ***/


/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}

img.alignRight{
  margin: 0 0 5px 15px;
}

img.alignLeft{
  margin: 0 15px 5px 0;
}

/* Reduces min-height on bootstrap structure */
/*.row-fluid [class*="span"] { min-height: 1px; }*/

/* Blog Social Sharing */
.widget-type-social_sharing, .widget-type-follow_me{
  margin-top: 11px;
}

.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
}

#caldays {
  margin-bottom: 4px;
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
  padding-bottom: 56.25%;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */

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"]
{
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;
  padding-left: 17px;
  margin-bottom: 26px;
  border: solid 1px #cccfda;
}
textarea{
  min-height:150px;
  border: solid 1px #cccfda;
  padding: 17px;
  margin-bottom:26px;
}
select{
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  height:50px;
  border: 1px solid #DDDDDD;
  border-radius: 5px;
  padding-left: .5em;
  margin-bottom: 25px;
  background: url(//cdn2.hubspot.net/hub/358710/file-2408982178-png/IL-Boilerplate-images/dropdown-arw.png) 100% center no-repeat;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {

}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
  font-size: .9em;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.il-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:not(:last-child) {
  padding: 20px 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 15px;
  background: #FFF;
  top: 25px;
  padding: 25px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
  font-size: .9em;
}
.hs-menu-wrapper.hs-menu-flow-vertical li{
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
  text-decoration: none;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space {
  visibility: hidden;
}

/* Blog Author Section */
.hs-author-social-links {
  display: inline-block;
}
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}


/*----*/
.hero_slider_area ul.slick-dots { margin:0; padding:0 10px 0 0; list-style:none; float:left; width:100%; max-width: 100px; position: relative; left: 0; top: 0; }
.hero_slider_area ul.slick-dots li { padding:0; width:100%;   cursor:pointer; float:left; margin-bottom:20px; min-height: 100px; border: 2px solid #fff; border-radius: 3px; display: flex; align-items: center; }
.hero_slider_area ul.slick-dots li button { display:none; background:#a1a1a1;  min-width:auto; padding:0; border:0;width:15px; height:15px; border-radius:100%; font-size:0; text-indent:-9999; cursor:pointer; }
.hero_slider_area ul.slick-dots li .dots_img { width:100%; float:left; text-align:center; }  
.hero_slider_area ul.slick-dots li .dots_img iframe { width:100% !important; height:auto !important; }
.hero_slider_area ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#D1E3EF; }
.hero_slider_area ul.slick-dots li .dots_img { position:relative; } 
.hero_slider_area ul.slick-dots li .dots_img.video-thumb:before { position:absolute; content:"\f01d"; font-family:'fontAwesome'; left:0; top:0; color:#fff; font-size: 50px; width: 100%; line-height: 66px; }
.hero_slider_area ul.slick-dots li:last-child {margin-bottom:0;  }

.row-fluid .hero_section { width:100%; float:left; padding:150px 0 0; background-size:cover !important; position:relative; }
.row-fluid .hero_section:before { width:100%; position: absolute; content:""; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; background: #2ec684; background: linear-gradient(90deg,rgba(46,198,132,1) 0%,rgba(49,148,203,1) 100%); opacity: .8; }
.row-fluid .hero_section .hero_section_inner { width:100%; float:left; position:relative; padding:10px 0 20px; }
.row-fluid .hero_section .hero_section_inner:before { width:100%;   content:"";  position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 2; background: linear-gradient(90deg,rgba(46,198,132,1) 0%,rgba(49,148,203,1) 100%); opacity: .6; }

.row-fluid .hero_section h2 { width:100%; float:left; color:#fff; position:relative; z-index:9; font-size:34px; line-height:42px; margin-bottom:20px; }
.row-fluid .hero_section .hero_slider_area { width:100%; float:left; margin-top:10px; position:relative; z-index:9;  }

.row-fluid .hero_section .hero_slider .slick-list { width:calc(100% - 100px); }
.row-fluid .hero_section .hero_slider_left { width:65%; float:left; }
.row-fluid .hero_section .hero_slider { width:100%; float:left; padding-left: 0; padding-right: 20px; display: flex; flex-direction: row-reverse; display:flex; align-items:center; }
.row-fluid .hero_section .hero_slider .hero_sliderbox { width:100%; float:left; }
.row-fluid .hero_section .hero_slider .hero_sliderbox_top { width:100%; float:left; padding:0 30px; text-align:center; }

.row-fluid .hero_section .hero_slider .hero_sliderbox_text { width:100%; float:left; padding:20px 0; }
.row-fluid .hero_section .hero_slider .slidehero_title { width:100%; float:left; color:#fff; }

.row-fluid .hero_section .hero_slider .hero_sliderbox_text iframe { width:100% !important; }
.row-fluid .hero_section .hero_slider .hero_sliderbox_text img { margin:20px 0; float:none; display:inline-block; max-width:320px; }
.row-fluid .hero_section .hero_slider .hero_sliderbox p { margin:0; }
.row-fluid .hero_section .hero_dots_img { display:none; }

.row-fluid .hero_section .hero_slider_right { width:35%; float:left; background:#fff; min-height:500px; border-radius:6px 6px 6px 6px;  }
.row-fluid .hero_section .hero_slider_right { padding:50px 30px; }
.row-fluid .hero_section .hero_slider_right h4 { margin:0 auto 5px; font-size:20px; font-weight:700;  }
.row-fluid .hero_section .hero_slider_right .number { margin:5px auto; width:50%; float:left; }
.row-fluid .hero_section .hero_slider_right .minus, .hero_slider_right .plus { cursor:pointer; font-size:20px; font-weight:700; width:34px; height:34px; background:none; padding:0; border:1px solid #ddd; display: inline-block; vertical-align: middle; text-align: center; }
.row-fluid .hero_section .hero_slider_right .minus { border-radius:4px 0 0 4px; margin-right:-6px; }
.row-fluid .hero_section .hero_slider_right .plus { border-radius:0 4px 4px 0; margin-left:-6px; } 
.row-fluid .hero_section .hero_slider_right input[type="number"] { height:34px; width:70px; font-weight:700; text-align:center; font-size:20px; border:1px solid #ddd; border-radius:0px; display:inline-block; vertical-align:middle; padding:0; margin:0 auto; -webkit-appearance: none; appearance: none; -moz-appearance: textfield; }
.row-fluid .hero_section .hero_slider_right input[type="number"]:focus { border:1px solid #ddd; }
.row-fluid .hero_section .hero_slider_right input[type=number]::-webkit-inner-spin-button, 
.row-fluid .hero_section .hero_slider_right input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; -moz-appearance: textfield;  margin: 0; }
.row-fluid .hero_section .hero_slider_right .amount-total { width:50%; text-align:right; float:left; padding-right:30px; }
.row-fluid .hero_section .hero_slider_right .amount-total h3 { font-size:20px; font-weight:700; line-height:34px; margin:5px auto; }
.row-fluid .hero_section .hero_slider_right p { margin:20px auto 30px; float:left; font-size:16px; }
.row-fluid .hero_section .hero_slider_right .contact-sales-btn { display:none;  }
.row-fluid .hero_section .hero_slider_right .contact-sales-btn a { display:inline-block; width:100%; font-weight:bold; padding:5px 0; border-radius:6.9px; background-color:#3aa6e3; border:solid 2px #3aa6e3; color:#fff; text-align:center; text-transform:capitalize; transition: 0.3s ease all; letter-spacing: 0.7px; }
.row-fluid .hero_section .hero_slider_right a.checkout-btn { width:90%; display:inline-block; font-weight:bold; padding:10px 0; border-radius:6.9px; background-color:#00cb66; border:solid 2px #00cb66; color:#fff; text-align:center; transition: 0.3s ease all; letter-spacing: 0.7px; }
.row-fluid .hero_section .hero_slider_right a.checkout-btn:hover, .row-fluid .hero_section .hero_slider_right .contact-sales-btn a:hover { background:#fff; color:#00cb66; }

/*  */
.hero_slider_left .slidehero_title { color: #fff; text-align: center; width: 100%; max-width: 530px;  margin: 0 auto 0; transform: translateX(20px); clear: both; position: relative; top: 34px; }
.hero_slider_left  .hero_slider + .slidehero_title { top: auto;  bottom: 34px; }
.row-fluid .hero_section_new .hero_section_inner:before{opacity:0;}

/* 15-07-2019 */
.row-fluid .hero_section .hero_slider .hero_sliderbox_text img{  max-width: 590px; width:100%; }
/* .row-fluid .hero_section h2 { font-weight: 700; text-shadow: 0 5px 10px rgba(0, 0, 0, 0.42); } */
.row-fluid .hero_section h2 { font-weight: 700; }
.hero_slider_area ul.slick-dots { max-width: 76px; }
.row-fluid .hero_section .hero_slider .slick-list {  width: calc(100% - 77px); }
.hero_slider_area ul.slick-dots li .dots_img img {width: 100%;  max-width: 80px; object-fit: contain; height: 50px; }
.hero_slider_area ul.slick-dots li .dots_img.video-thumb:before { font-size: 30px; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 27px; height: 30px; line-height: normal; }
.hero_slider_area ul.slick-dots li { min-height: 70px;  margin-bottom: 18px; }
.row-fluid .hero_section .hero_slider { min-height: 522px; }
.checkout-wrap { width: 100%; float: left;   text-align: center; }
 




@media (min-width: 992px) and (max-width: 1240px){ 

    .row-fluid .hero_section .hero_slider .hero_sliderbox_text img { max-width:470px; }
    .row-fluid .hero_section h2 { font-size: 28px; line-height: 38px; } 
    .row-fluid .hero_section .hero_slider_right .amount-total { padding:0; }
    
}
  
@media screen and (max-width:1100px) {
    .row-fluid .hero_section .hero_slider_right .number { width:100%; }
    .row-fluid .hero_section .hero_slider_right .amount-total { text-align:left; }
}

@media (max-width:1199px){
    .hero_slider_left .slidehero_title { max-width: 430px; }
}

@media (min-width: 768px) and (max-width: 991px){  

    .row-fluid .hero_section { padding:125px 0 0; }
    .row-fluid .hero_section h2 { font-size: 28px; line-height: 38px; } 
    .row-fluid .hero_section .hero_slider .hero_sliderbox_top { padding:0 20px; }
    .row-fluid .hero_section .hero_slider .hero_sliderbox_text img { max-width:350px; }
    .row-fluid .hero_section .hero_slider_right .number { width:100%; margin-bottom:15px; }
    .row-fluid .hero_section .hero_slider_right .amount-total { width:70%; padding:0px; text-align:left; }
    
    /* */
    .hero_slider_left .slidehero_title { max-width: 330px; top: 46px; }
    .hero_slider_left .hero_slider + .slidehero_title {  bottom: 50px; }
    
}  

@media (min-width: 30px) and (max-width: 767px){
  
    .row-fluid .hero_section { padding:120px 0 0; text-align:center; }
    .row-fluid .hero_section .hero_slider_area { display:block; }
    .row-fluid .hero_section .hero_slider_left { width:100%; }
    .row-fluid .hero_section .hero_slider_right { width:100%; min-height:250px; }
    .row-fluid .hero_section h2 { font-size: 26px; line-height: 34px; margin-bottom: 30px; }
    .row-fluid .hero_section .hero_slider .slick-list { width:100%; }
    
    .hero_slider_area ul.slick-dots li .dots_img.video-thumb:before { font-size: 26px; line-height: 42px; }
    .hero_slider_area ul.slick-dots { width:100%; margin:20px 0; padding:0; max-width:100%; text-align:center; }
    .hero_slider_area ul.slick-dots li { width: 100%; min-height: 50px; margin: 0 5px; max-width: 60px; float: none; margin: 0 5px; display: inline-block; }
    .hero_slider_area ul.slick-dots li .dots_img { min-height: 50px; display:flex; align-items:center; } 
    
/*     .hero_slider_area ul.slick-dots li button { display: block; } */
/*     .hero_slider_area ul.slick-dots li .dots_img { display: none; } */
    .row-fluid .hero_section .hero_slider .hero_sliderbox_text img { float:none; display:inline-block; max-width: 350px; }
    
    .row-fluid .hero_section .hero_slider { display:block; padding:0; }
    .row-fluid .hero_section .hero_slider .hero_sliderbox_top { padding:0; }
/*     .row-fluid .hero_section .hero_slider .hero_sliderbox_text iframe { height:auto !important; } */
    
    .row-fluid .hero_section .hero_slider_right h4 { text-align:center; margin-bottom:15px; }
    .row-fluid .hero_section .hero_slider_right .amount-total { padding:0; text-align:center; width:100%; }
    .row-fluid .hero_section .hero_slider_right .contact-sales-btn a { width:200px; margin-top:15px; }
    .row-fluid .hero_section .hero_slider_right a.checkout-btn { width:200px; } 
    .row-fluid .hero_section .hero_slider_right .number { text-align:center; }
    .row-fluid .hero_section .hero_slider_right .amount-total h3 { }
    
    /* */
    .hero_slider_left .slidehero_title {transform: translateX(0);top: 0;width: 100%;float: left;max-width: 100%;text-align: center;position: relative; }
    .hero_slider_left .hero_slider + .slidehero_title { bottom: 100px;  position: absolute; }
    .row-fluid .hero_section .hero_slider_left { position: relative; }
    .hero_slider_area ul.slick-dots { margin-top: 80px; }
    
    /* */
    .row-fluid .hero_section .hero_slider { min-height: auto; }
    .hero_slider_area ul.slick-dots li .dots_img.video-thumb:before { width: 25px; height: 39px; }

    
}


@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}


.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}


/* responsive pre elements */

pre {
  overflow-x: auto;
}

/* responsive pre tables */

table pre {
  white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
  margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1
  { width: auto !important; overflow: hidden; }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4
  { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image
  { width:280px !important; }
}


iframe[name=google_conversion_frame] {
  position: absolute;
  width: 0;
  height: 0;
  z-index: -10000;
  overflow: hidden;
  pointer-events: none;
}

/* Custom CSS utility classes */
@media (min-width: 768px) {
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}



* {
  -webkit-tap-highlight-color: transparent;
}

/* Slick Slide Fix */
.slick-slide{outline: 0;}

/* Sidr Theme */
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 244px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.9px;
  background: #3aa6e3;
  color: #fff;
  padding: 0 10px;
}

.sidr .sidr-inner {
  padding: 0 0 15px;
  min-height: 100%;
}

.sidr .sidr-class-mobile-logo{
  display: inline-block;
  padding: 23px 40px;
  margin-bottom: 100px;
}

.sidr.right {
  left: auto;
  right: -244px;
}

.sidr.left {
  left: -244px;
  right: auto;
}

.sidr ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 15px;
  padding: 0;
}

.sidr ul li {
  display: flex;
  margin: 0;
}

.sidr ul li:not(:last-child) {
  margin-bottom: 37px;
}

.sidr ul li a{
  color: rgba(255, 255, 255, 0.93);
  letter-spacing: 0.4px;
  display: block;
  text-decoration: none;
  position: relative;
}

.sidr ul li a:hover:after{
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.93);
}

.il-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a {
  position: relative;
  margin-right: 47px;
}

.il-header .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > a:after,
li.sidr-class-hs-menu-item.sidr-class-hs-menu-depth-1.sidr-class-hs-item-has-children > a:after {
  content: '\f107';
  margin: 0 0 0 5px;
  position: absolute;
  right: -20px;
  top: 0;
  background: none;
  width: auto;
  height: auto;
  font-family: "Font Awesome 5 Free";
}

/* Helpers
========================================================================== */ 
.text-blue{
  color: #3aa6e3; 
}

/* Modal */
.modal {
  padding: 5px;
  left: 50%;
  top: 50%;	
  position: fixed;
  z-index: 500;
  background: #000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.modal.size-m {
  width: 600px;
  height: 400px;
}

.modal.size-l {
  width: 700px;
  height: 500px;
}

.modal.size-s {
  width: 500px;
  height: 300px;
}



.modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 100;
}

.modal-close {
  color: #b1b0ac;
  font-size: 30px;
  line-height: .5;
  position: absolute;
  top: 10px;
  right: 10px;
  font-weight: bold;
  cursor: pointer;
}

.modal-close:hover {
  color: #e72626;
}

button.cta_button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  font-family: 'PT Sans', sans-serif;  
}

@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}