/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */

/* =============== @import, @font-face, and CSS File Includes =============== */

@import url('//fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700&display=swap');

@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: normal;
  src: url("//1818760.fs1.hubspotusercontent-na1.net/hubfs/1818760/PageFreezer_November2019/Fonts/proximanova-regular-webfont.eot") format("embedded-opentype"),
    url("//1818760.fs1.hubspotusercontent-na1.net/hubfs/1818760/PageFreezer_November2019/Fonts/proximanova-regular-webfont.woff") format("woff"), 
    url("//1818760.fs1.hubspotusercontent-na1.net/hubfs/1818760/PageFreezer_November2019/Fonts/proximanova-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "ETmodules";
  font-style: normal;
  font-weight: normal;
  src: url("//1818760.fs1.hubspotusercontent-na1.net/hubfs/1818760/PageFreezer_November2019/Fonts/modules.eot") format("embedded-opentype"),
    url("//1818760.fs1.hubspotusercontent-na1.net/hubfs/1818760/PageFreezer_November2019/Fonts/modules.woff") format("woff"), 
    url("//1818760.fs1.hubspotusercontent-na1.net/hubfs/1818760/PageFreezer_November2019/Fonts/modules.ttf") format("truetype");
}

/* EX: @import url('http://example.com/example_style.css'); */

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@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 */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

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

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

/* 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;
}

/* Responsive iFrames */
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}
 
/* Forms */
textarea,
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"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* 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 {
  padding: 0; 
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.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: 0;
}
.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.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 {
  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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* 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;}

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//cdn2.hubspotqa.net/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("//cdn2.hubspotqa.net/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;}

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

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* 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;
}

/* 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; }

/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

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

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  color: #666;
  font-family:"proxima-nova",Arial,sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1080px;
  width: 80%; 
  margin: 0 auto;
}

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
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, h2, h3, h4, h5, h6 {
  margin:0 0 15px;
  font-family: 'Rajdhani',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1em;
  color: #333;
  font-weight: 500;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-weight: 600;
  font-size: 40px;
  color: #115e67;
}
h2 {
  font-weight: 700;
  font-size: 35px;
  color: #115e67;
  line-height: 1.7em;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 18px;
}

/* Anchor Links */
a {
  color: #00968f;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Lists */
ul, ol {
  padding: 0 0 1em 1em;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  margin: 20px 0 30px;
  padding-left: 20px;
  border-left: 5px solid;
  border-color: #00968f;
}
blockquote p {
  padding: 0;
}
blockquote small {}
figure {
  margin: 0;
  display: block;
}
figcaption{
  display: block;
  margin:5px 0 0;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


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

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

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


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

.header-container-wrapper {}
.header-container {}

.cm-header-group{
  padding:0 30px 0 0;
  position:relative;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
  box-shadow: 0 1px 0 rgba(0,0,0,.1);
}
.cm-header-group .page-center{
  width:100% !important;
  max-width:100% !important;
}
.logo_container {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-left: 30px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
span.logo_helper {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.logo_container img{
  max-width: 222px;
  margin-bottom: 0;
  vertical-align: middle;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  -webkit-transform: translate3d(0,0,0);
  display: inline-block;
  float: none;
}
.cm-banner-area{
  background-color:#222;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.cm-banner-area .page-center{
  padding-top: 150px;
  padding-bottom: 150px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  direction: ltr;
}
.cm-banner-area h1 {
  font-family: 'Rajdhani',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #ffffff;
  margin: 0.67em 0 0;
  line-height: 1em;
}
.cm-banner-area p{
  font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  color: rgba(255,255,255,0.9);
  font-size: 22px;
  line-height: 1em;
  padding-bottom: 10px;
  margin: 18px 0 30px;
}
/* =============== Content =============== */

/* .body-container-wrapper {
padding:60px 0 0;
} */
.body-container .page-center{
  padding:0 0 60px;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

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

.cm-footer-bottom{
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #283037;
}
.cm-footer-bottom .page-center > div.row-fluid-wrapper > div.row-fluid:after,
.cm-footer-bottom .page-center > div.row-fluid-wrapper > div.row-fluid:before{
  display:None;
}
.cm-footer-bottom .page-center > div.row-fluid-wrapper > div.row-fluid{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  direction: ltr;
}
.cm-copyright{
  width: 74.25% !important;
  margin-right: 3% !important;
  float: left;
  position: relative;
}
.cm-copyright p{
  margin:0;
  color: #a2acab;
  font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 500;
  font-size:12px;
  line-height:23px;
}
.cm-copyright p a{
  color: #ffffff;
  font-weight: 600;
}
.cm-gas{
  width: 22.75% !important;
  margin: auto !important;
  position: relative;
  text-align: right;
}
.cm-footer-top{
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #222222;
}
.cm-footer-menu{
  width: 22.75% !important;
  margin-right: 3% !important;
  padding: 2.855% 0;
  float:left !important;
}
.cm-footer-menu .hs-menu-wrapper > ul{
  display:block;
}
.cm-footer-menu .hs-menu-wrapper > ul > li{
  padding-bottom: 1em;
}
.cm-footer-menu .hs-menu-wrapper > ul > li > a{
  color: #ffffff;
  line-height: 1.5em;
  text-transform: uppercase;
  font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
}
.cm-address{
  width: 22.75% !important;
  margin:0 3% 0 0 !important;
  padding: 2.855% 0;  
  float:left !important;
}
.cm-address-inner{
  border:0;
  margin-left: -50px!important;
  border-left: 2px solid;
  border-image-source: linear-gradient(to top,#da291c 33%,#ffc72c 33% 66%,#00a59d 66% 100%);
  border-image-slice: 1;
  padding-left: 30px;
  -webkit-animation-duration: .2s;
  -moz-animation-duration: .2s;
  -o-animation-duration: .2s;
  animation-duration: .2s;
}
.cm-address h3 {
  font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #ffffff!important;
  line-height: 1.4em;
  margin: 0 0 24px;
  letter-spacing:0 !important;
}
.cm-address h3 a{
  color: #ffffff;
  text-decoration:underline;
  letter-spacing:0 !important;
}
.cm-address p{
  margin:0;
  padding-bottom: 1em;
  color: #ffffff;
  font-size: 14px;
  line-height: 23px;
  font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
}
.cm-address p:last-child {
  padding: 0;
}
.cm-footer-right-side{
  width: 48.5% !important;
  margin:0 !important;
}
.cm-footer-form{
  padding: 29px 30px 30px;
  margin-bottom: 60px;
  background-color: #404040;
  position: relative;
}
.cm-footer-form h3{
  color: #ffffff;
  font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
  font-weight: bold;
  font-size: 15px;
  margin:0;
  padding:0;
  line-height:22px;
  letter-spacing:0 !important;
}
.cm-footer-form p{
  color: #ffffff;
  font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 500;
  font-size: 15px;
  margin:0 0 14.344px;
  line-height:24px;
}
.cm-footer-form .hs-form-required{
  display:None;
}
.cm-footer-form input[type="email"],
.cm-footer-form select{
  height: 34px !important;
  width: 100%!important;
  margin: 0 !important;
  margin-bottom: 10px !important;
  padding: 2px !important;
  padding-left: 5px !important;
  border: 1px solid #bbb !important;
  color: #4e4e4e !important;
  background-color: #fff;
  font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif !important;
  line-height: normal !important;
  font-size: 14px !important;
  outline:0 !important;
  letter-spacing:0 !important;
}
.cm-footer-form .hs-error-msgs {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #d9534f;
  line-height: 26px;
  list-style:None;
  font-Family:"proxima-nova", Helvetica, Arial, Lucida, sans-serif;
}
.cm-footer-form .actions{
  text-align:right;
}
.cm-footer-form input[type="submit"]{
  color: #101820 !important;
  background: #ffc72c !important;
  margin-top: 15px;
  font: 200 15px/25px "proxima-nova',Helvetica,Arial,Lucida",sans-serif !important;
  border: none !important;
  text-shadow: none !important;
  border-radius: 0px !important;
  padding: 8px 15px 8px 15px !important;
  outline:0 !important;
  cursor:pointer;
  float:right !important;
}
.cm-footer-form ::-webkit-input-placeholder {
  padding-left: 5px;
}
.cm-footer-form :-moz-placeholder {
  padding-left: 5px;
}
.cm-footer-form ::-moz-placeholder {
  padding-left: 5px;
}
.cm-footer-form :-ms-input-placeholder {
  padding-left: 5px;
}
.cm-footer-form ul {
  color:#ffffff;
}
.cm-footer-form label {
  color:#fff;
}

.cm-footer-form input[type="submit"]:hover{
  background: #B58500 !important;
}
.cm-search-social-group{
  padding: 5.9% 0 0;
}
.cm-footer-search-group,
.cm-footer-social-icons-group{
  width:50% !important;
  margin:0 !important;
  float:left !important;
}
.cm-footer-search input[type="text"]{
  padding: 0.715em .7em;
  height: auto;
  min-height: 0;
  display: inline-block;
  width: 100%;
  margin: 0;
  border: none;
  color: #666;
  font-size: 14px;
  line-height: normal;
  font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
  -webkit-appearance: none;
  background-color: #404040;
  border-radius: 3px;
  outline:0;
}
.cm-footer-search ::-webkit-input-placeholder {
  color: #666;
  padding-left: 5px;
}
.cm-footer-search :-moz-placeholder {
  color: #666;
  padding-left: 5px;
}
.cm-footer-search ::-moz-placeholder {
  color: #666;
  padding-left: 5px;
}
.cm-footer-search :-ms-input-placeholder {
  color: #666;
  padding-left: 5px;
}

.cm-footer-social-icons ul{
  display:block;
  margin:0;
  padding:0;
  list-style:None;
  text-align: right;
}
.cm-footer-social-icons ul li{
  display: inline-block;
  position: relative;
  margin-bottom: 8px;
}
.cm-footer-social-icons ul li a{
  display: inline-block;
  position: relative;
  margin-right: 3.5px;
  text-align: center;
  text-decoration: none;
  width: 32px;
  height: 32px;
  font-weight:500;
  padding: 0;
  border-radius: 3px;
}
.cm-footer-social-icons ul li:last-child a{
  margin:0;
}
.cm-footer-social-icons ul li a:before{
  display: block;
  position: relative;
  z-index: 10;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
  transition: color .3s;
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  speak: none;
}
.cm-footer-social-icons ul li.cm-facebook a:before{
  content: "\e093";
}
.cm-footer-social-icons ul li.cm-twitter a:before{
  content: "\e094";
}
.cm-footer-social-icons ul li.cm-linkedin a:before{
  content: "\e09d";
}
.cm-footer-social-icons ul li.cm-youtube a:before{
  content: "\e0a3";
}
.cm-footer-social-icons ul li.cm-instagram a:before{
  content: "\e09a";
}



@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0)
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(100%)
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100%)
  }

  100% {
    opacity: 1;
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }
}

@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -moz-transform: translateX(100%)
  }
}

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0)
  }

  100% {
    opacity: 0;
    -o-transform: translateX(100%)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0)
  }

  100% {
    opacity: 0;
    transform: translateX(100%)
  }
}

#back-to-top{
  bottom: 30px;
  margin-right: 30px;
  border-radius: 5px;
  opacity: 0;
  -webkit-animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeOutRight 1s 1 cubic-bezier(.77,0,.175,1);
  position: fixed;
  z-index: 99999;
  right: 0;
  padding: 5px;
  color: #fff;
  background: rgba(0,0,0,.4);
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
#back-to-top:before{
  font-family: ETmodules;
  ont-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: "2";
  speak: none;
}
.btt-active #back-to-top{
  opacity: 1;
  -webkit-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
  -moz-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
  -o-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
  animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */
@media screen and (min-width:981px) {
  /* Parent List */
  .custom-menu-primary{
    float: right !important;
    margin:0 !important;
    padding-left: 252px;
    width:auto !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul{
    display:blpck;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    display: inline-block;
    padding-right: 21px;
    font-size: 14px;
    float:none !important;
    line-height: 1em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding-bottom: 15px;
    color: #666666;
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-weight:600;
    font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
    padding:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a span{
    color: #fff;
    padding: .3em 1em;
    font-size: 15px;
    border: 2px solid;
    background-color: #00968f;
    border-color: #00968f;
    border-radius: 10px;
    text-align: center;
    font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
    display: inline-block;
    margin-top: 20px;
    text-shadow: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.7em;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a span:hover{
    background: #115e67;
    border-color: #115e67;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a{
    padding-right: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    position: absolute;
    top: 0;
    right: 0;
    font-family: ETmodules;
    font-size: 16px;
    font-weight: 800;
    content: "3";
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
    color: #00968f;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul{
    min-width: 240px;
    margin-top: 11px;
    border-top: 3px solid #2ea3f2;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    border-color: #00968f;
    padding: 20px 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before{
    content:" ";
    position:absolute;
    top:-16px;
    left:0;
    width:100%;
    height:16px;  
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    padding: 0 20px;
    font-size: 14px;
    line-height: 2em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    padding: 6px 20px;
    color: #666666;
    display: block;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-weight:600;
    font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    opacity: .7;
    color: #115E67;
    background-color: rgba(0,0,0,.03)
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch > a{
    color: #00968f;
  }
  .cm-header-group .page-center{
    position:relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child{
    position:static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul{
    width:100% !important;
    max-width: 980px;
    left: auto !important;
    right:0 !important;
    float: right !important;
    padding: 30px 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li > ul{
    position:static !important;  
    margin-top: 11px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li{
    float: left!important;
    width: 33.33%;
    padding:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li > a{
    color: #00968F;
    font-size: 18px;
    border-bottom: 1px solid rgba(0,0,0,.03);
    font-weight: 700;
    padding: 0 20px 10px;
    cursor: default;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li > a:hover{
    opacity: .7;
    background:transparent;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child:hover > ul > li > ul{
    opacity:1 !important;
    visibility:visible !important;
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li > ul li{
    padding:0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li > ul li a{
    padding: 6px 20px;
    color: #666666;
    display: block;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    font-size: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li > ul li a:hover{
    color: #115E67;
    opacity: .7;
    background-color: rgba(0,0,0,.03);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2){
    position:static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul{
    width:100% !important;
    max-width: 980px;
    left: auto !important;
    right:0 !important;
    float: right !important;
    padding: 30px 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul{
    position:static !important;  
    margin-top: 11px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li{
    float: left!important;
    width: 50%;
    padding:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a{
    color: #00968F;
    font-size: 18px;
    border-bottom: 1px solid rgba(0,0,0,.03);
    font-weight: 700;
    padding: 0 20px 10px;
    cursor: default;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > a:hover{
    opacity: .7;
    background:transparent;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2):hover > ul > li > ul{
    opacity:1 !important;
    visibility:visible !important;
    display:block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul li{
    padding:0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul li a{
    padding: 6px 20px;
    color: #666666;
    display: block;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    position: relative;
    font-size: 14px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul > li > ul li a:hover{
    color: #115E67;
    opacity: .7;
    background-color: rgba(0,0,0,.03);
  }

  .search-field {
    position: relative;
    z-index: 2;
  }


  /* 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 */

  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .cm-trigger{
    display:None !important;
  }
  .custom-menu-primary.mobile{
    display:None !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

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



/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}
.cm-blog-banner-area{
  background: background:rgba(3,98,107,1);
  background: -webkit-gradient(linear,left top,right bottom,from(rgba(3,98,107,1)),to(rgba(1,143,140,1)));
  background: -webkit-linear-gradient(rgba(3,98,107,1),rgba(1,143,140,1));
  background: -moz-linear-gradient(center top,rgba(3,98,107,1) 0,rgba(1,143,140,1) 100%);
  background: -moz-gradient(center top,rgba(3,98,107,1) 0,rgba(1,143,140,1) 100%);
  background-size: 100%;
  color: #FFF;
  text-shadow: 0 1px 1px rgba(0,0,0,.25);
  border-top: 1px solid #03626b;
  border-bottom: 1px solid #03626b;
}
.cm-blog-banner-area .page-center{  
  padding: 42px 0 29px;
}
.cm-blog-banner-area h1 {
  color: #fff;
  font-weight: normal;
  font-size: 30px;
  margin: 0;
  font-family: rajdhani,sans-serif;
  line-height: 1.5;
}
.cm-blog-banner-area p{
  font-size: 17px;
  display: block;
  margin: 0;
  font-family: rajdhani,sans-serif;
  line-height: 1.5;
}

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

.cm-related-post{
  background: #fafafa;
  margin: 0 0 1.5em;
  padding: 15px;
  border: 1px solid #e6e6e6;
  clear: both;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-weight: normal;
  display: block;
  width: 100%;
}
.cm-related-post h3 {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  padding-top: 5px;
  margin: 8px 0 15px;
  font-family: rajdhani,sans-serif;
}
.cm-related-post ul{
  display:block;
  margin:0;
  padding:0;
  list-style:none;
}
.cm-related-post ul li{
  display:block;
  position: relative;
  margin-bottom:10px;
}
.cm-related-post ul li a{
  display:block;
  padding-left: 20px;
  font-size: 18px;
  text-decoration: none;
}
.cm-related-post ul li a:before {
  background-image: url(https://1818760.fs1.hubspotusercontent-na1.net/hubfs/1818760/dot.png);
  display: block;
  width: 10px;
  height: 13px;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
}
.custom_blog_next-previous {
  width: 100%;
  position: relative;
  display: inline-block;
  float:left;
}
.custom-previous {
  width: 48%;
  text-align: left;
  float: left;
}
.custom-next {
  width: 48%;
  text-align: right;
  float: right;
}



/* Blog Listing */
.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 {}
.hs-blog-header h1 a{}
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
  padding: 0;
}
/* Blog Post Title */
.post-header h1,
.post-header h2 {
  font-size: 40px;
  font-weight: 600;
  color: #115e67;
  margin: 0 0 15px;
  font-family: 'Rajdhani',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1em;
}
.post-header h2 a {  
  color: #115e67;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a{
  font-weight:700;
}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid transparent;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.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 */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 0 solid #cccccc;
  border-bottom: 0 solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
#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: left; display:block; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
#comments-listing:not([data-has-comment="true"]) {
  display: none;
}
/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {
  margin:0 0 15px;
}
h2.post-listing-simple {
  font-size: 30px;
  font-weight: 600;
  color: #115e67;
  margin: 0 0 15px;
  font-family: 'Rajdhani',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1em;
}
h2.post-listing-simple a {
  color: #115e67;
}


/* =============== Blog Sidebar =============== */
.blog .blog-sidebar{
  margin-top: 0;
  border-left: 1px solid #f5f5f5;
  padding-left: 25px;
}
.blog .blog-sidebar h2,
.blog .blog-sidebar h3{
  font-size: 30px;
}
.blog .blog-sidebar ul li{
  padding: 0 0 10px;
}
.blog .blog-sidebar .cm-archives ul{
  display:none;
}
.cm-start-archiving{
  text-align: center;
}
.cm-start-archiving p{
  color: #666;
  font-family: proxima-nova,sans-serif;
  font-size: 17px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  margin:0;
  padding-bottom: 10px;
  font-weight:400;
}
.cm-start-archiving a{
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  background: rgb(0,146,143);
  border-radius: 5px;
  border-width: 0px;
  color: rgb(255,255,255);
  font-family: sans-serif;
  height: auto;
  transition: all .4s ease;
  padding: 6px 18px;
  text-shadow: none;
  width: auto;
  font-size: 18px;
  line-height: 1.5em;
  padding: 15px 0px;
  background-color: #00928f;
  text-align: center;
  border-radius: 4px;
  max-width: 250px;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cm-start-archiving a:hover {
  background: rgb(0,160,157);
  color: rgb(255,255,255);
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom: 15px;
}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: none;
  margin:0 0 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */
.cm-comment-form form,
.body-container .hs-search-field__bar form,
.body-container .custom_error_message form,
.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
#comment-form {
  padding: 25px;
  background-color: #00968f;
  margin: 20px 0 40px;
}

.submitted-message {
  color: #ffffff;
}
.cm-comment-form h3,
.form-title{
  font-family: 'Rajdhani',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  font-size: 50px;
  color: #ffffff;
  line-height: 1;
  padding-bottom: 10px;
}
.cm-form{
  width:50% !important;
}

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

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

/* Labels and Legends */
label {}
.body-container  .hs-form-field > label {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
}
.body-container  .hs-form-required {
  color: #FFF;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  margin-bottom: 10px;
  width: 100%;
  min-height: 34px;
  padding: 2px;
  border: 1px solid #bbb;
  color: #4e4e4e;
  background-color: #fff;
  font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
  line-height: normal;
  font-size:14px;
  outline:none;
}
.blog .body-container select{  
  height: 34px;
}
.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
  border-color: #2d3940;
}

.body-container .hs-error-msgs {
  margin: 10px 0;
  padding: 0;
  font-size: 16px;
  line-height:26px;
  color: #FFC72C;
  list-style:None;
  font-weight: normal;
  font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
}
/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

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

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


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

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

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

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


/* =============== 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"] {}


/* =============== 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"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

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

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

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


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  color: #00968F;
  background: #FFFFFF;
  margin: 15px auto 15px auto;
  font: 400 15px/25px "proxima-nova',Helvetica,Arial,Lucida",sans-serif;
  border: none;
  text-shadow: none;
  border-radius: 10px;
  padding: 8px 15px 8px 15px;
  display: inline-block;
  white-space:normal;
  cursor: pointer;
  border:0;
  outline:0;
}
.body-container .cm-subscription input[type="submit"]{
  color: #FFFFFF;
  background: #115E67;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  color: #FFFFFF;
  background: #115E67;
}

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


.cm-backup .widget-type-email_simple_subscription h1,
.cm-backup .widget-type-email_simple_subscription h3{
  color:#fff;
}

/* =============== 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 {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.custom-menu-primary.desktop.no-nav{
  opacity:1 !important;
  visibility:hidden !important;
  pointer-events:none !important;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1199px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a span{
    margin-top: 19px;
  }
  .cm-footer-form p {
    margin: 0 0 13.344px;
  }  
}


@media (max-width: 1060px) {
  .cm-address h3{
    font-size: 16px;
    letter-spacing:0 !important;
  }
  .cm-comment-form h3, 
  .form-title{
    font-size: 35px;
  }
}


@media (max-width: 1030px) {
  .cm-footer-social-icons ul li a {
    margin-right: 1.5px;
  }
  .cm-footer-form h3 {
    line-height: 24px;
    letter-spacing:0 !important;
  }
  .cm-footer-form p{
    line-height: 23px;
  }
  .cm-footer-form p {
    margin: 0 0 9px;
  }
}

@media (max-width: 767px){
  .cm-address h3 {
    font-size: 18px;
    letter-spacing:0 !important;
  }
  .cm-trigger.no-nav{
    opacity:0;
    visibility:hidden;
    pointer-events:none;
  }
  .cm-header-group {
    padding: 0;
  }
  .cm-header-group .page-center {
    width: 80% !important;
    max-width: 1080px !important;
    position:relative;
  }
  .logo_container {
    padding-left: 0;
  }
  .logo_container img {
    max-height: 54%;
    max-width: 70%!important;
  }
  .cm-banner-area .page-center {
    padding-top: 50px;
    padding-bottom: 0;
  }
  /* Menu 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:#fff;
  }

  /* ===== Mobile Toggle Button ===== */
  .cm-trigger{
    padding-top: 24px;
    padding-left: 253px;
    width:auto !important;
    float:right !important;
    position:relative;
    top:1px;
  }
  /* 
  .mobile-trigger{
  display: inline-block !important; 
  cursor: pointer; 
  padding: 6px;
  border-radius: 5px;
  position: relative;
  line-height: 0;
}
  .mobile-trigger span{
  display:None;
}
  .mobile-trigger:before {
  position: relative;
  top: 1px;
  left: 0;
  font-size: 32px;
  content: "\61";
  cursor: pointer;
  text-shadow: 0 0;
  font-family: ETmodules!important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  text-transform: none;
  speak: none;
  color: #00968f;
} */

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100% !important; /* Button width */
    min-width: 100% !important;
    height: 44px !important; /* Button height */  
    padding: 0 !important;
    border-left:0;
  }
  .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: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  
  .custom-menu-primary.desktop{
    display:None !important;
  }
  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0;
    margin: 0 !IMPORTANT;
    FLOAT: left !IMPORTANT;
    width: 100% !important;
  }

  /* 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%;
    z-index:99;
    position: absolute;
    top: 60px;
    left: 0;
    border-top: 5px solid #00968f;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow:0 2px 5px rgb(0 0 0 / 10%);
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  }



  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2),
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child,
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-weight: 700;
    font-size: 16px;
    color: #00968f;
    background-color: transparent;
    position: relative;
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,.03);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
    line-height: 23px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    opacity: .7;
    background-color: rgba(0,0,0,.03);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover{
    background-color: transparent;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    font-size: 16px;
    content: '\4c';
    top: 13px;
    right: 10px;
    font-family: 'ETmodules';
    text-align: center;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.sub-menu-open > a:after{
    content: '\4d';
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul{
    margin-top: 11px;
    padding-left: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li{
    padding-left: 5%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a{
    font-weight: 700;
    font-size: 16px;
    color: #00968f;
    background-color: transparent;
    position: relative;
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,.03);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
    line-height: 23px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li > a:hover{
    opacity: .7;
    background-color: rgba(0,0,0,.03);
  }



  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > a{
    font-weight: 700;
    font-size: 16px;
    color: #666666;
    background-color: transparent;
    position: relative;
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,.03);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
    line-height: 23px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > a:hover{
    opacity: .7;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > a:after{
    font-size: 16px;
    content: '\4c';
    top: 13px;
    right: 10px;
    font-family: 'ETmodules';
    text-align: center;
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children.sub-menu-open > a:after{
    content: '\4d';
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul{
    margin-top: 11px;
    padding-left: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li{
    padding-left: 5%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > a{
    font-weight: 700;
    font-size: 16px;
    color: #00968f;
    background-color: transparent;
    position: relative;
    display: block;
    padding: 10px 5%;
    border-bottom: 1px solid rgba(0,0,0,.03);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
    line-height: 23px;

  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul > li.hs-item-has-children > ul > li > a:hover{
    opacity: .7;
    background-color: rgba(0,0,0,.03);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a span {
    color: #fff;
    padding: .3em 1em;
    font-size: 15px;
    border: 2px solid;
    background-color: #00968f;
    border-color: #00968f;
    border-radius: 10px;
    text-align: center;
    font-family: 'proxima-nova',Helvetica,Arial,Lucida,sans-serif;
    display: inline-block;
    margin-top: 20px;
    text-shadow: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-decoration: none;
    font-weight: 500;
    line-height: 1.7em;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    width: auto !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a span:hover {
    background: #115e67;
    border-color: #115e67;
  }


  .cm-footer-bottom .page-center > div.row-fluid-wrapper > div.row-fluid{
    display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -webkit-block;
    display: block;
    direction: unset;
  }
  .cm-copyright {
    width: 100% !important;
    margin: 0 0 30px  !important;
  }
  .cm-gas {
    width: 100% !important;
    margin: 0 !important;
    position: relative;
    text-align: right;
  }
  .cm-footer-right-side {
    width: 100% !important;
    margin: 0 !important;
  }
  .cm-footer-social-icons ul li a {
    margin-right: 3.5px;
  }
  .cm-search-social-group {
    padding: 30px 0 0;
  }
  .cm-footer-form p {
    margin: 0 0 30px;
  }
  .cm-address {
    width: 47.25% !important;
    margin: 0 0 30px !important;
    padding:0;
  }
  .cm-footer-menu {
    width: 47.25% !important;
    padding:0;
    margin: 0 0 30px !important;
    margin-right: 5.5% !important;
  }
}


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

@media (max-width: 767px) {
  .cm-trigger {
    padding-top: 23px;
  }
  .cm-banner-area .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cm-address-inner {
    margin-left: 0 !important;
  }

  .cm-footer-right-side {
    float: left !important;
  }
  .cm-gas {
    text-align: center;
  }
  .cm-search-social-group {
    padding:0;
  }
  .cm-form{
    width:100% !important;
  }
  .blog .blog-sidebar{
    margin-top: 50px;
    padding-bottom: 70px;
    border-left: 0;
    padding-left: 0;
    border:0;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin: 0 0 15px;
  }
}  


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

@media (max-width: 530px) {
  .cm-footer-social-icons ul li a {
    margin-right: 1.5px;
  }
}

@media (max-width: 479px) {
  .cm-footer-social-icons ul li a {
    margin-right: 3.5px;
  }
  .cm-footer-search-group, 
  .cm-footer-social-icons-group {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }
  .cm-footer-search-group{
    margin-bottom:5px !important;
  } 
  .cm-footer-right-side {
    float: none !important;
  }
  .cm-address {
    width: 100% !important;
    margin: 0 0 30px !important;
    padding: 0;
    float: none !important;
  }
  .cm-footer-menu {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
  .custom_blog_next-previous {
    display: block;
    float: none;
  }
  .custom-previous {
    width: 100%;
    float: none;
    margin:0 0 10px;
  }
  .custom-next {
    width: 100%;
    float: none;
    margin:0 0 10px;
  }
}


.hs-menu-wrapper.hs-menu-flow-horizontal{
  z-index: 1;
}


/* =============== Tooltips =============== */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden !important;
  width: 120px;
  background-color: #f5f5f5;
  color: #666666;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
















/* =============== Updated mega menu styling =============== */



body .update_v2 .logo_container img {
  max-width: 250px !important;
  width:100%!important;
}
  .header-section-v2.update_v2 .menu-left-co .mega-menu .mega-menu-list-item h5{
    margin-top:0;
  }
@media (min-width: 768px){
  .update_v2 .search-field {
    padding: 12px 0px 10px;
    width: 100% !important;
  }
  body .header-nav-v2.HeaderSection.activated li.hs-menu-item.hs-menu-depth-1.dropdown.activated .child-grp.for-5th-child.updated {
    width: 17% !important;
  }
  .span12.widget-span.widget-type-cell.child-grp.for-5th-child.updated.last-child-conta.mega-menu-popout-container-inner.hs-menu-children-wrapper {
    padding: 0;
  }
}

.update_v2 .header-mega-menu .custom-menu-primary li a {
  padding: 0;
  color: #444;
  transition: color 400ms;
  display: inline-block;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  position: relative;
}
.update_v2 .header-mega-menu .custom-menu-primary .hs-menu-wrapper>ul>li.dropdown>a::before {
  content: "\f0d7";
  right: -12px;
  top:-1px;
  position: absolute;
  font-family: FontAwesome;
  font-style: normal;
  color: #444444;
}

/* .update_v2 .header-mega-menu .custom-menu-primary .hs-menu-wrapper ul li:last-child a::before {
display:none !important;
}

*/
.update_v2 .header-mega-menu .custom-menu-primary .hs-menu-wrapper>ul>li:hover >a::before {
  color: #00968f;
}


.update_v2 .header-mega-menu .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
  padding-left: 0;
  padding-right:0;
  margin-right:33px;
}

.update_v2 .header-mega-menu .custom-menu-primary li:hover a {
  color: #00968f;
}

.update_v2 .header-cta .widget-type-cta {
  margin-top: 0px;
}

@media (min-width: 981px){
  .update_v2 .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding-right: 10px;
  }
  .update_v2 .custom-menu-primary {
    padding-left: 0;
  }
}



@media (min-width: 1280px) {
  .update_v2 .header-wrapper .header-logo {
    width: 20.076923% !important;
  }
  .update_v2 .header-wrapper .header-search-bar-yxt {
    width: 17.529915% !important;
  }
}

@media (min-width: 768px) {
  .update_v2 .child-grp .menu-left-col,
  .update_v2 .child-grp .menu-right-col{
    width: 50% !important;
    margin:0!important;
  }
  .update_v2 .child-grp {
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    border-top: 3px solid #00968f;
    padding: 0 30px 30px 30px;
  }
  .update_v2 .header-mega-menu .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin: 0 15px;
  }
}









.cm-header-group.header-section-v2.update_v2 {
  padding: 0;
}
.update_v2 .header-logo-icon .logo_container {
  position: unset;
  padding-right:30px;
}

.update_v2 .header-logo-icon span.logo_helper {
  display: unset;
}

.update_v2 .header-nav-v2{
  padding: 8.75px 0;
}
.update_v2 .header-mega-menu .custom-menu-primary li a {
  padding: 0;
}
.update_v2  .logo_container img {
  max-width: 250px;
}
.update_v2 .header-wrapper .header-cta a.cta_button,
.update_v2 .header-wrapper .cta_block a.cta_button{
  color: #101820;
  font-weight: 600;
  background-color: #ffc72c;
  font-size: 15px;
  line-height: 1.7em;
  border-radius: 10px;
  padding: 6.5px 16px;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  display:inline-block;
  border: none;
  letter-spacing: normal;
  text-shadow: unset;
  text-transform: none;
  box-shadow: unset;
  max-width: 150px;
}

.update_v2 .header-wrapper .header-cta a.cta_button:hover,
.update_v2 .header-wrapper .cta_block a.cta_button:hover{
  color: #fff;
  background-color: #115e67;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  transform: none;
}

.update_v2 .header-wrapper .header-cta {
  min-width:150px;
}

@media (min-width: 1107px){
  .update_v2 .header-wrapper .header-logo-icon{
    width: 20.86% !important;
  }
  .update_v2 .header-wrapper .header-search-bar-yxt{
    width: 19.4% !important;
    margin-left: .7%;
    margin-right: .7%;
  }
  .update_v2 .header-wrapper .header-mega-menu {
    width: 50.87094% !important;
  }
  .update_v2 .header-wrapper .header-cta {
    width: 8% !important;
    margin-left: 0;
    margin-right:14px;
    text-align:right;
  }

}


@media (min-width: 981px) and (max-width: 1300px){
  .update_v2 .header-wrapper .custom-menu-primary {
    padding-left: 0;
    padding-top: 0;
  }
  body .update_v2 .header-nav-v2 {
    padding: 8.75px 0;
  }
}

@media (min-width: 1107px){
  body .row-fluid .vertical-center {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

body .update_v2 .header-mega-menu .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
  margin-left: 0 !important;
}

@media (min-width: 981px) and (max-width: 1106px){
  .update_v2 .header-wrapper .header-search-bar-yxt{
    margin: 0 1.35%;;
  }
  body .update_v2 .header-mega-menu .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    margin-left: 0 !important;
  }
  .update_v2 .header-wrapper {
    padding: 3px 0 22px ;
    position:relative;
  }
  .update_v2 .header-wrapper .header-cta {
    position: absolute;
    right: 12px;
    bottom: 0;
  }
  body .update_v2 .header-mega-menu .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    margin-right: 12px;
  }
  body .update_v2 .header-nav-v2 {
    padding: 13.75px 0px 13.75px 0;
  }
  .update_v2 .header-wrapper .header-mega-menu {
    width: 48.055249% !important;
  }
  body .row-fluid .update_v2 .header-wrapper .vertical-center {
    display: block;
    display: block;
  }
  .update_v2 .header-logo-icon .logo_container{
    padding: 30px 30px 0;
  }
  body .update_v2 .header-search-bar-yxt .search-field{
    padding: 22px 30px 0 0;
  }
}

@media (min-width: 768px) and (max-width: 980px){
  .update_v2 .header-search-bar-yxt {
    display: none;
  }

  .update_v2 .header-wrapper .header-logo-icon{
    width: 100% !important;
  }
  .update_v2 .header-wrapper>.row-fluid-wrapper>.row-fluid {
    display: block;
  }
  .update_v2 .header-logo-icon .logo_container {
    max-width: 50%;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body .update_v2 .custom-menu-primary {
    float: right !important;
    margin: 7px 0 !important;
    width: auto !important;
  }
  .update_v2 .header-mega-menu .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    margin-right: 0;
  }
  .update_v2 .header-nav-v2 {
    padding: 8.75px 0 11.75px;
  }
  .update_v2 .header-wrapper .header-cta {
    margin-left: 2.762430939%;
    margin-top: 19px;
    position: absolute;
    right: 14px;
    bottom: 18px;
  }
  .update_v2 .header-wrapper .header-mega-menu {
    width: 100% !important;
    margin-top: 19px;
    display: table-row;
    left: 0;
    box-sizing: border-box !important;
    right: 0;
    margin-left: -194px;
  }
}

@media (min-width: 768px){
  .update_v2 .header-search-bar-yxt .search-field {
    padding: 0;
    width: 100% !important;
    max-width: 349px;
  }
}

@media (max-width: 767px){
  .update_v2 .header-mega-menu .custom-menu-primary .hs-menu-wrapper ul li:last-child a::before {
    display:none !important;
  }
  .update_v2 .header-mega-menu .custom-menu-primary .hs-menu-wrapper>ul>li.dropdown>a::before {
    right: 16px;
    top: 5px;
    font-size:13px;
  }
  .update_v2 .header-search-bar-yxt .search-field {
    display: none;
  }
  .update_v2 .header-logo-icon .logo_container {
    max-width: 50%;
    margin-left: auto;
    padding:0 30px;
    margin-bottom: 0;
  }
  .update_v2 .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    opacity: unset;
    background-color: transparent;
  }
  body .mobile-trigger {
    top: 26px;
    right: 15px;
    background: #00968f;
    padding: 7px 11px 8px 11px;
  }
  body .mobile-trigger i,
  body .mobile-trigger i:before,
  body .mobile-trigger i:after {
    width: 13px;
    background: #fff;
    height: 2px;
  }
  .update_v2 .header-nav-v2 {
    padding: 13.75px 0 16.75px 0;
  }
  .update_v2 .header-nav-v2 .header-wrapper {
    padding: 6px 0 56px;
  }
  .update_v2 .mobile-trigger i:before {
    top: -5px;
  }
  .update_v2 .mobile-trigger i:after {
    top: 5px;
  }
  .update_v2 .mobile-trigger:hover i,
  .update_v2 .mobile-trigger:hover i:before,
  .update_v2 .mobile-trigger:hover i:after,
  .update_v2 .mobile-open .mobile-trigger i,
  .update_v2 .mobile-open .mobile-trigger i:before,
  .update_v2 .mobile-open .mobile-trigger i:after {
    background-color: unset;
  }
  .update_v2 .custom-menu-primary ul li {
    padding-left: 0 !important;
  }
  body .update_v2 .header-mega-menu .custom-menu-primary li a {
    padding: 10px 12px;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    display: block;
    line-height: 26px;
  }
  body .update_v2 .cta_block .widget-type-cta {
    margin-top: 0;
  }
  body .update_v2 .cta_block {
    padding: 10px 12px;
    border-bottom: 1px solid #ccc;
  }
  body .update_v2 .header-mega-menu .mega-menu-list-item li a {
    border-bottom: none;
  }
  body.mobile-open .update_v2 .mobile-trigger i:after {
    top: 0px;
    background: #fff;
  }
  body.mobile-open .update_v2 .mobile-trigger i:before {
    top: 0px;
    background: #fff;
  }
  body.mobile-open .mobile-trigger {
    top: 26px;
    right: 15px;
    background: #00968f;
    padding: 7px 11px 8px 11px;
  }
  body .update_v2 .custom-menu-primary.js-enabled .hs-menu-wrapper {
    top: 70px;
  }
}

@media (max-width: 479px){
  .update_v2 .header-logo-icon .logo_container {
    max-width: 100%;
    margin-left: auto;
    padding: 0 30px;
    margin-bottom: 0;
  }
}

body .header-section-v2.update_v2 .mega-menu .mega-menu-list-item li a {
  white-space: normal;
}

body .row-fluid .update_v2 form input,
body .row-fluid .update_v2 form select,
body .row-fluid .update_v2 form textarea {
  color: #4e4e4e;
  border: 1px solid #bbb;
}

body .update_v2 input.js-yext-query.yxt-SearchBar-input::placeholder {
  font-size: 14px !important;
  font-weight: 300;
  color: #444;
  letter-spacing: normal;
}

body .row-fluid .update_v2 form input:focus,
body .row-fluid .update_v2 form select:focus,
body .row-fluid .update_v2 form textarea:focus {
  border-color: #2d3940;
  color: #3e3e3e;
}



/* body .hs-blog-post.vision-blog-1 h2{
color: #115E67;
font-size: 36px;
font-family:unset;
} */