/* ==========================================================================
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 url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css);
@import url('//fonts.googleapis.com/css?family=Montserrat:400,500,700|Poppins:500,600|Roboto:400,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=News+Cycle:wght@400;700&display=swap');


/* font-family: 'Roboto', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Montserrat', sans-serif; */

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//6823630.fs1.hubspotusercontent-na1.net/hubfs/6823630/UniqueMultimedia_February2020/fonts/fa-brands-400.eot") format("embedded-opentype"), 
    url("//6823630.fs1.hubspotusercontent-na1.net/hubfs/6823630/UniqueMultimedia_February2020/fonts/fa-brands-400.woff2") format("woff2"), 
    url("//6823630.fs1.hubspotusercontent-na1.net/hubfs/6823630/UniqueMultimedia_February2020/fonts/fa-brands-400.woff") format("woff"), 
    url("//6823630.fs1.hubspotusercontent-na1.net/hubfs/6823630/UniqueMultimedia_February2020/fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: ETmodules;
  src: url("//6823630.fs1.hubspotusercontent-na1.net/hubfs/6823630/UniqueMultimedia_February2020/fonts/modules.eot") format("embedded-opentype"), 
    url("//6823630.fs1.hubspotusercontent-na1.net/hubfs/6823630/UniqueMultimedia_February2020/fonts/modules.ttf") format("truetype"), 
    url("//6823630.fs1.hubspotusercontent-na1.net/hubfs/6823630/UniqueMultimedia_February2020/fonts/modules.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}



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

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

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


.hidden {display: none !important}

*, *: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;
} 
html{
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #1e1e1e;
  background-color: #fff;
  font-size: 18px;
  line-height: 1.8em;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 400;
}

body.error-template {background-color: #fff}
.error-text {  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
color:#fff;
}
.content-error .main-content {padding: 0 15%}

/* Page Center 
.container-fluid .row-fluid .page-center {
  float: none;
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position:relative;
}*/
.page-width-normal .row-fluid {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 3%;
    box-sizing: content-box;
}

/* Error template */
.content-error {padding: 5%}

/* 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;
  color: #1e1e1e;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.2em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-size: 36px;
  color: #1f1f1f!important;
}
.custom_error_message h1 {font-size: 64px; color:#fff !important}
.content-error{background:#1e1e1e}




h2 {
  font-size: 34px;
}
h3 {
  font-size: 29px;
}
h4 {
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-size: 22px;
  color: #1f1f1f;
  line-height: 1.8em;
}
h5 {
  font-size: 21px;
}
h6 {
  font-size: 18px;
}

/* Anchor Links */
a {     
  color: #2ea3f2;
  text-decoration: none;
	display: inline-block;
	vertical-align: middle;
}
a:hover, a:focus { 
  outline: 0;
}

/* Lists */
ul, ol {
  padding-bottom: 1em;
  list-style: none;
  line-height: 26px;
}
ol{
  padding: 0 0 23px 0;
  list-style-position: inside;
  list-style-type: decimal;

}
ul{
  padding: 0 0 23px 1em;
  list-style-type: disc;
  padding-bottom: 1em;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  background: #f1f1f1;
  margin: 30px 0 30px;
  padding: 30px;
	width: 100%;
  text-align: center
}
blockquote p {font-size: 22px; line-height: 1.5em; color: #1e1e1e; margin: 30px 0 0 !important}
blockquote:before {content: url(https://6823630.fs1.hubspotusercontent-na1.net/hubfs/6823630/Blog%20Unique%202020/blockquote.png)}

/*blockquote:after {content: '"'; color: #f1f1f1; -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00A1DE;
font-family: "News Cycle", Sans-serif;
font-size: 24vw;
font-weight: 800;
line-height: 0em;}*/
blockquote small {}

/* 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 {
  display: block !important;
  width: 100% !important;
  background-color: #fff;
  font-weight: 600;
  line-height: 23px;
  z-index: 9999;
  box-shadow: none;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  position: fixed;
  top: 0px;
  font-size: 15px;
  text-transform: uppercase
}
.cm-header .page-center {padding: 1% 0}
.cm-logo {
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: 86px !important;
  margin-top: 0px;
  margin-left: 0px !important;
}

.cm-logo a {
  display: inline-block;
}

.cm-logo img {
  float: none;
  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);
  width: 86px !important;
}
.scroll .cm-header {
  background: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 7px rgba(0,0,0,.1);
  box-shadow: 0 0 7px rgba(0,0,0,.1);
  box-shadow: none!important;
}

/* =============== Banner Area  =============== 

.cm-banner-ovarlay {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  -moz-animation-duration: .2s;
  -o-animation-duration: .2s;
  animation-duration: .2s;
  background-image: linear-gradient(180deg,#5fc5e8 0%,#00a3de 100%);
  position: relative;
  padding-bottom: 20px!important;
  margin-top: -1px;
  z-index: 99;
  padding: 6% 0;
  padding-top: 149px;
  overflow: hidden;
}

.banner-area {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  height: 429.6px;
  transform: translate(0px, 147.9px);
}*/

.banner-content.wrapper {padding-right: 0px; padding-left: 0px}

.banner-content h1 {
  padding-bottom: 10px;
  margin: 5% 0;
  font-size: 64px;
  color: #1e1e1e !important;
  width: 50%;
  font-weight: 400
}

.banner-content h1::after {
    content: '-';
    display: block;
    width: 80px;
    height: 2px;
    background: #00a1de;
    font-size: 0;
  margin-top: 30px
}


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

.body-container-wrapper {}
.body-container {}
.body-container .page-center{
  padding-top: 25px;
  padding-bottom: 30px;
}

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




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

.footer-container-wrapper {}
.footer-container {}
.cm-footer {
  width: 100%;
  display: block;
  background-color: #1e1e1e;
}

.cm-footer-wrapper {
  padding: 6% 0 0;
}

.cm-footer-wrap {
  float: left !important;
  color: #9ea0a2;
  font-size: 14px;
  width: 64.833% !important;
  margin-right: 5.5%;
  margin-bottom: 5.4%;
  line-height: 1.7em;
}

.cm-footer-share {
  float: left !important;
  color: #9ea0a2;
  font-size: 14px;
  margin-bottom: 5.5%;
  margin-right: 0;
  width: 29.667% !important;
  line-height: 1.7em;
  margin-left: 0 !important;
}
.cm-footer-logo {
  float: left;
  margin-right: 20px;
}

.cm-footer-logo a {
  text-decoration: none;
  color: #9ea0a2;
  display: inline-block;
}
.cm-footer-logo img {
  max-width: 80px;
}
.cm-footer-content {
  display: inline-block;
  padding-top: 0px;
  line-height: 1.7em;
}
.cm-footer-content h4 {
  font-size: 20px;
  color: #00a3de;
  margin: 0;
  display: inline-block;
  margin-right: 6px;
  padding: 0;
  line-height: 24px;
}
.cm-footer-wrap .textwidget.custom-html-widget > div:last-child{
  line-height: 1.7em;
  font-size: 90%;
  padding-top: 7px;
}
.cm-footer-wrap .textwidget.custom-html-widget > div:last-child a{
  color: #9ea0a2;

}
.cm-footer-share .custom-html-widget > a {
  font-size: 220%;
  text-decoration: none;
  color: #9ea0a2;
}
.cm-footer-share .custom-html-widget > div:nth-child(2) {
  margin: 15px 0;
  line-height: 1.7em;
}
.cm-footer-share .custom-html-widget > div:nth-child(2) a {
  text-decoration: none;
  font-size: 220%;
  color: #00a3de;
}
.cm-footer-share .custom-html-widget > div:last-child a{
  color: #9ea0a2;
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-2x {
  font-size: 2em;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-youtube:before {
  content: "\f167";
}
#back-to-top {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ETmodules;
  font-size: 96px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 125px;
  padding: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  background: rgba(0,0,0,.4);
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.cm-subscribe h1{
  color: #fff !important;
}
.cm-subscribe h3 {
  color: #fff;
}
#back-to-top .icon-angle-up:before {
  content: "2";
}
#back-to-top {
  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);
}
.back-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);
}


.footer22 h3{color: #00a1de;}

.footer22 ul.social{text-align:center; padding:0px; margin: 30px 0}

.footer22 ul.social li {
	display: inline-block;
/* 	padding: 0 10px; */
}

.footer22 ul.social li {
	margin: 0 3px;
	 background:#fff;
		 width:30px;
	 height:30px;
}
.footer22 ul.social li a{color:#1e1e1e;}

.footer22 hr{
	  background-color: #00A1DE !important;
  border-color: #00A1DE !important;
	border-top:2px solid #00A1DE
}
	
.footer22 .Footer-Bottom-B{margin: 20px 0}























@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%)
  }

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

@-moz-keyframes fadeBottom {
  0% {
    opacity: 0;
    -moz-transform: translateY(10%)
  }

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

@-o-keyframes fadeBottom {
  0% {
    opacity: 0;
    -o-transform: translateY(10%)
  }

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

@keyframes fadeBottom {
  0% {
    opacity: 0;
    transform: translateY(10%)
  }

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

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%)
  }

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

@-moz-keyframes fadeLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-10%)
  }

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

@-o-keyframes fadeLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-10%)
  }

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

@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(-10%)
  }

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

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%)
  }

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

@-moz-keyframes fadeRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(10%)
  }

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

@-o-keyframes fadeRight {
  0% {
    opacity: 0;
    -o-transform: translateX(10%)
  }

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

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(10%)
  }

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

@-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%)
  }
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%)
  }

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

@-moz-keyframes fadeInTop {
  0% {
    opacity: 0;
    -moz-transform: translatey(-60%)
  }

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

@-o-keyframes fadeInTop {
  0% {
    opacity: 0;
    -o-transform: translatey(-60%)
  }

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

@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translatey(-60%)
  }

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

@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

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

@-moz-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -moz-transform: translatey(0)
  }

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

@-o-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -o-transform: translatey(0)
  }

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

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    transform: translatey(0)
  }

  100% {
    opacity: 0;
    transform: translatey(-60%)
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%)
  }

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

@-moz-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -moz-transform: translatey(60%)
  }

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

@-o-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -o-transform: translatey(60%)
  }

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

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translatey(60%)
  }

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

@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

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

@-moz-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -moz-transform: translatey(0)
  }

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

@-o-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -o-transform: translatey(0)
  }

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

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    transform: translatey(0)
  }

  100% {
    opacity: 0;
    transform: translatey(60%)
  }
}

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

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

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

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

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

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

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

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

@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%)
  }

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

@-moz-keyframes fadeTop {
  0% {
    opacity: 0;
    -moz-transform: translateY(-10%)
  }

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

@-o-keyframes fadeTop {
  0% {
    opacity: 0;
    -o-transform: translateY(-10%)
  }

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

@keyframes fadeTop {
  0% {
    opacity: 0;
    transform: translateY(-10%)
  }

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

@-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 Grow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1,.5)
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1,1)
  }
}

@-moz-keyframes Grow {
  0% {
    opacity: 0;
    -moz-transform: scale(1,.5)
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1,1)
  }
}

@-o-keyframes Grow {
  0% {
    opacity: 0;
    -o-transform: scale(1,.5)
  }

  100% {
    opacity: 1;
    -o-transform: scale(1,1)
  }
}

@keyframes Grow {
  0% {
    opacity: 0;
    transform: scale(1,.5)
  }

  100% {
    opacity: 1;
    transform: scale(1,1)
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes slideWidth {
  0% {
    width: 0
  }
}

@-moz-keyframes slideWidth {
  0% {
    width: 0
  }
}

@-o-keyframes slideWidth {
  0% {
    width: 0
  }
}

@keyframes slideWidth {
  0% {
    width: 0
  }
}

@-webkit-keyframes gridFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-5%)
  }

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

@-moz-keyframes gridFadeIn {
  0% {
    opacity: 0;
    -moz-transform: translatey(-5%)
  }

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

@-o-keyframes gridFadeIn {
  0% {
    opacity: 0;
    -o-transform: translatey(-5%)
  }

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

@keyframes gridFadeIn {
  0% {
    opacity: 0;
    transform: translatey(-5%)
  }

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

#back-to-top .icon-angle-up{
  font-style: normal !important;
}

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


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

/* Parent List */
.custom-menu-primary{
  font-weight: 600;
  float: right !important;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding: 30px 0 0 0;
  line-height: 0;
  margin: 0 !important;
  text-align: right;
  width: auto !important;
  text-transform: uppercase;
  font-size: 15px;
  color: #1e1e1e
}

.custom-menu-primary .hs-menu-wrapper > ul{
  list-style: none;
  line-height: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  position: relative;
  line-height: 1em;
  word-wrap: break-word;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
  margin-right: 0;
/* 	background:#00a1de !important;
		color:#fff; */
}



.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  display: block;
  position: relative;
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-size: 15px;
  padding: 0 16px 43px 16px;
}




/* Child List */



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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a::after {font-family: "Font Awesome 5 Free"; content: "\f0dd"; margin-left: 10px}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul li a::after {font-family: "Font Awesome 5 Free"; content: "";}


/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:981px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  /*.scroll .cm-logo {
    margin-top: 5px;
    width: 43.5px !important;
  }
  .scroll .custom-menu-primary{
    padding-top: 20px;
  }
  .scroll .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding-bottom: 20px;
    font-size: 14px;
  }
  .scroll .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 14px;
  }
  .scroll .custom-menu-primary .hs-menu-wrapper > ul ul{
    background: #fff;
  }*/
  .custom-menu-primary.desktop{
    display:block;
  }
  .custom-menu-primary.mobile{
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
/*    -webkit-transform: translateY(8px);
   -ms-transform: translateY(8px);
   transform: translateY(8px); */
  -webkit-transition: .3s;
   -o-transition: .3s;
   transition: .3s;
   transition-timing-function: ease;
    -webkit-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    -o-transition-timing-function: cubic-bezier(.58,.3,.005,1);
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
		color: #00a1de;
  }
	

	
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #00a1de
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    list-style: none;
    line-height: 0;
    text-align: left;
    top: 34px;
    width: 200px !important;
    background-color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    position: relative;
    line-height: 1em;
    word-wrap: break-word;
    display: block;
    font-size: 13px;
    font-weight: 400;
    border-bottom: 1px solid #f1f1f1
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    display: block;
    position: relative;
    color: #1e1e1e;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    font-size: 13px;
    padding: 13px 20px;
  }
  .post-item:nth-child(3n+3) {
    margin-right: 0;
  }
  .hs-blog-post .content-wrapper > .row-fluid-wrapper > .row-fluid:before {
    position: absolute;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e2e2e2;
    content: "";
    right: 27%!important;
  }
  /*.scroll .cm-logo.no-nav {
    margin-bottom: 5px;
  }
  .scroll .cm-logo img{
    width: 43.5px !important;
  }*/
}



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

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

@media (max-width: 980px){

  .hs-menu-flow-horizontal {overflow: auto}
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children a::after {font-family: "Font Awesome 5 Free"; content: "";}

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 40%;
    right: 3%;
    width: auto;
    height: auto;
    font-weight: normal;
    text-align: left;
    color: #1e1e1e;
  }
  .mobile-trigger:before {
    position: relative;
    top: 0;
    left: 0;
    font-size: 32px;
    content: "\61";
    cursor: pointer;
    color: #1e1e1e ;
    text-shadow: 0 0;
    font-family: ETmodules;
    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;
    text-shadow: 0 0 !important;
  }
  .mobile-open .mobile-trigger:before {
    content: "\4d";
    font-size: 32px;
    color: #1e1e1e;
    text-shadow: 0 0;
    font-family: ETmodules;
    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;
    text-shadow: 0 0 !important;
  }
  .scroll .mobile-trigger {
    top: 33%;
    right: 3%
  }

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 45px !important;
    padding: 0 !important;

  }
  .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: #000; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary{
    position: relative;
    padding-top: 0;
    margin: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .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 .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top: 1px;
    left: 0;
    padding: 0;
    height: 100vh;
    -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);
    background: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary.desktop{
    display:none;
  }

  .custom-menu-primary.mobile{
    width:100% !important;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: 0;
    left: 0;
    background-color: rgba(10,10,10,0.9) !important;
    margin: 0;
    padding: 0px;
    border-top: 0;
    background: #fff !important;
    width: 100%;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li {border-bottom: 1px solid #f1f1f1}
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    text-align: left;
    font-size: 14px;
    border: 0;
    padding: 22px 20px;
    letter-spacing: 0px;
    color: #1e1e1e;
    line-height: 120%;
    font-weight: 400;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul > li > a{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    text-align: left;
    font-size: .85em;
    border: 0;
    padding: 22px 20px;
    letter-spacing: 0px;
    color: #1e1e1e;
    line-height: 120%;
    font-weight: 400;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul{
    box-shadow: none;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a:hover {
    color: #00a1de;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul > li > a:hover {
    color: #00a1de;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: .7;
    background-color: rgba(0,0,0,.03);
  }
  .mobile-open .custom-menu-primary .hs-menu-wrapper {
    overflow-y: auto !important;
    max-height: calc(100vh - 65px) !important;
  }
}


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


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

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

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

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

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

/* Blog Author and Avatar */
#hubspot-author_data {}
#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 {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}
.cm-blog-title {
  padding: 27px 0;
  text-align: center;
}
.cm-blog-title h2 {
  padding-bottom: 10px;
  color: #1e1e1e;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 34px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.2em;
  margin: 0;
  margin-top: 30px;
}
/* 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: 100%;
  max-width: 100%;
  height: 100%;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0;
}
.post-item {
  text-align: left;
  display: block;
  position: relative;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08);
  -ms-box-shadow: 0 1px 3px rgba(0,0,0,.08);
  box-shadow: 0 1px 3px rgba(0,0,0,.08);
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  width: 100%;
  float: left;
  margin-bottom: 35px;
  padding-bottom: 30px;
  overflow: hidden;
  -webkit-transform: translateY(0) translateZ(0) rotateX(0);
  transform: translateY(0) translateZ(0) rotateX(0);
  width: 31%;
  margin-right: 3.5%;
}


.post-listing {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
.post-body.clearfix.post-content {
  background: #fff;
  width: 100%;
  padding: 30px;
}
.post-body.clearfix.post-content h2 {
  padding-bottom: 10px;
  color: #1e1e1e;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.2em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 31px!important;
}
.post-body.clearfix.post-content h2 a{
  color: #1e1e1e;
}
.post-body.clearfix.post-content a.more-link {
  font-size: 18px;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #2ea3f2;
}
.post-body.clearfix.post-content a.more-link:hover {
  opacity: .8;
}
.post-media-date {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-top: 1px solid #eaeaea;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 5px 20px;
  font-size: .75rem;
  color: #666;
}
.hs-blog-listing .body-container .page-center .blog-content {
  padding: 54px 0 50px;
}
.post-header {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
  -o-transition: all .7s cubic-bezier(.2,1,.22,1);
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -ms-flex-order: 0;
  order: 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  line-height: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.post-item:hover .post-header .hs-featured-image-wrapper{
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}
.post-item .post-header .hs-featured-image-wrapper{
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
  -o-transition: all .7s cubic-bezier(.2,1,.22,1);
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -ms-flex-order: 0;
  order: 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  line-height: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.et-pb-icon {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: ETmodules;
  font-size: 96px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
}
.et-pb-icon {
  padding-right: 5px;
  vertical-align: baseline;
  font-size: 12px;
}
.divider {
  padding: 0 4px;
  text-align: center;
}
.et-pb-icons{
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
font-family: ETmodules;
  font-size: 96px;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  text-transform: none;
  content: attr(data-icon);
  speak: none;
  padding-right: 5px;
  vertical-align: baseline;
  font-size: 12px;
}
.post-media-date .hubspot-editable {
  line-height: 32px;
  color: #666666;
}
.post-body.clearfix.post-content p {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.8em;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 400;
  color: #666;
}
/* 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: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}
.with-out-banner .cm-height {
  min-height: 100px !important;
}
.hs-blog-post .cm-height {
  min-height: 100px !important;
}
.hs-blog-post..with-out-banner .cm-height {
  min-height: 100px !important;
}
/* 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: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* 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 {}
h2.post-listing-simple {}
h2.post-listing-simple a {}
.blog-pagination {
  display: block;
  width: 100%;
  margin-top: 20px;
  clear: both;
  text-align: center;
}

.blog-pagination ul {
  line-height: 26px;
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.blog-pagination ul li {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-right: 5px;
  overflow: hidden;
}

.blog-pagination ul li a {
  display: block;
  padding: 2px 10px;
  font-size: 14px;
  color: #2ea3f2;
  text-decoration: none;
}
.blog-pagination ul li a.active {
  background: #2ea3f2;
  color: #fff;
}

.hs-blog-post .content-wrapper {
  padding-top: 57px;
}
.hs-blog-post .blog-sidebar h3 {
  padding-bottom: 10px;
  color: #1e1e1e;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 24px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.2em;
  margin: 0;
}
.hs-blog-post .blog-sidebar ul li a {
  color: #666;
  text-decoration: none;
  line-height: 1.8em;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 400;
  font-size: 18px;
}
.hs-blog-post .blog-sidebar ul li a:hover {
  color: #82c0c7;
}
.hs-blog-post .blog-sidebar ul li {
  margin-bottom: .5em;
}
.hs-blog-post .blog-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-blog-post .blog-sidebar .block {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}
#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
#comments-listing:not([data-has-comment="true"]) {
  display: none;
}

.hs-blog-post .cm-blog-date-author a {
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.cm-blog-date-author span.cm-post-date{
  font-size: 14px;
  color: #666;
  text-decoration: none;
}
.hs-blog-post .blog-content p {
  padding: 0;
  margin: 0;
  padding-bottom: 1em;
}
.hs-blog-post .cm-blog-date-author {
  padding: 0;
  margin: 0;
  margin-bottom: 6px;
  padding-bottom: 15px;
  font-size: 14px;
}
/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

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


/* =============== 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-right: 0;
  max-width: 100px;
  margin: 0 0 15px;
}
.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 {}
.hs-blog-post .post-header h1 {
  padding-bottom: 10px;
  color: #1e1e1e;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 40px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.2em;
  margin: 0;
}
.hs-blog-post .blog-content {
  padding-bottom: 23px;
  float: left;
  padding-right: 5.5%;
  width: 73% !important;
}

.hs-blog-post .blog-sidebar {
  padding-bottom: 28px;
  float: left;
  padding-left: 30px;
  width: 27% !important;
  margin: 0;
}
.hs-blog-post .content-wrapper p {
  line-height: 1.8em;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 400;
  padding-bottom: 1em;
  font-size: 18px;
}
.widget_search{
  float: none;
  width: 100%;
  margin-bottom: 30px;
}

.asp_main_container{
  transition: width 130ms linear;
  -webkit-transition: width 130ms linear;
  padding: 0;
  margin: 0;
  min-width: 140px;
  width: 100%;
  height: auto;
  max-height: none;
  border-radius: 5px;
  background: #d1eaff;
  background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 163, 222, 1), rgba(0, 163, 222, 1));
  background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(0, 163, 222, 1), rgba(0, 163, 222, 1));
  background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 163, 222, 1), rgba(0, 163, 222, 1));
  background-image: -o-radial-gradient(center, ellipse cover, rgba(0, 163, 222, 1), rgba(0, 163, 222, 1));
  background-image: -ms-radial-gradient(center, ellipse cover, rgba(0, 163, 222, 1), rgba(0, 163, 222, 1));
  background-image: radial-gradient(ellipse at center, rgba(0, 163, 222, 1), rgba(0, 163, 222, 1));
  overflow: hidden;
  border: 0px none rgb(141, 213, 239);
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px #000000;
}
.probox{
  width: auto;
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  border: 1px solid #fff;
  box-shadow: 1px 0 3px #ccc inset;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  direction: ltr;
  align-items: stretch;
  margin: 0px;
  height: 34px;
  background-image: -moz-radial-gradient(center, ellipse cover, rgba(0, 163, 222, 1), rgba(0, 163, 222, 1));
  background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, rgba(0, 163, 222, 1), rgba(0, 163, 222, 1));
  background-image: -webkit-radial-gradient(center, ellipse cover, rgba(0, 163, 222, 1), rgba(0, 163, 222, 1));
  background-image: -o-radial-gradient(center, ellipse cover, rgba(0, 163, 222, 1), rgba(0, 163, 222, 1));
  background-image: -ms-radial-gradient(center, ellipse cover, rgba(0, 163, 222, 1), rgba(0, 163, 222, 1));
  background-image: radial-gradient(ellipse at center, rgba(0, 163, 222, 1), rgba(0, 163, 222, 1));
  border: 0px solid rgba(0, 163, 222, 1);
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px rgb(181, 181, 181) inset;
}
.promagnifier{
  width: 34px;
  height: 34px;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 163, 222, 1), rgba(0, 163, 222, 1));
  background-image: -moz-linear-gradient(180deg, rgba(0, 163, 222, 1), rgba(0, 163, 222, 1));
  background-image: -o-linear-gradient(180deg, rgba(0, 163, 222, 1), rgba(0, 163, 222, 1));
  background-image: -ms-linear-gradient(180deg, rgba(0, 163, 222, 1) 0%, rgba(0, 163, 222, 1) 100%);
  background-image: linear-gradient(180deg, rgba(0, 163, 222, 1), rgba(0, 163, 222, 1));
  background-position: center center;
  background-repeat: no-repeat;
  order: 11;
  -webkit-order: 11;
  float: right;
  border: 0px solid rgb(0, 0, 0);
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.61);
  cursor: pointer;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.proinput{
  width: 1px;
  height: 100%;
  margin: 0 0 0 10px;
  padding: 0 5px;
  float: left;
  box-shadow: none;
  position: relative;
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  z-index: 0;
  font-weight: normal;
  font-family: inherit;
  color: rgb(255, 255, 255);
  font-size: 1em;
  line-height: 1em;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  line-height: normal;
  flex-grow: 1;
  order: 5;
  -webkit-flex-grow: 1;
  -webkit-order: 5;
}
.proclose{
  background-position: center center;
  display: none;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  z-index: 2;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  flex-grow: 0;
  order: 7;
  -webkit-flex: 0 0 34px;
  -webkit-flex-grow: 0;
  -webkit-order: 7;
  display: none !important;
}
.proclose svg{
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  border: 0;
  margin: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  left: 50%;
  margin-left: -10px;
  fill: #fefefe;
  padding: 4px;
  box-sizing: border-box;
  box-shadow: 0 0 0 2px rgba(255,255,255,.9);
  fill: rgb(254, 254, 254);
  background: rgb(51, 51, 51);
  box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9);
}
.asp_text_button.hiddend{
  width: auto;
  height: 34px;
  float: right;
  margin: 0;
  padding: 0 10px 0 2px;
  font-weight: normal;
  font-family: "Open Sans";
  color: rgba(51, 51, 51, 1);
  font-size: 15px;
  line-height: normal;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  line-height: 34px;
  display: none;
}
.innericon{
  width: 28px;
  height: 34px;
  float: right;
}
.innericon svg{
  padding: 0;
  margin: 0;
  height: 100%;
  width: 22px;
  vertical-align: baseline;
  display: inline-block;
  fill: rgb(255, 255, 255);
}
.proinput form{
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.proinput form input[type="text"]{
  -webkit-appearance: textfield !important;
  min-width: 120px;
  text-align: left;
  font-weight: normal;
  font-family: inherit;
  color: #fff;
  font-size: 1em;
  line-height: 1em;
  text-shadow: 0px 0px 0px rgba(255,255,255,0);
  line-height: normal;
  border: 0;
  box-shadow: none;
  height: 34px;
  position: relative;
  z-index: 2;
  padding: 0 !important;
  padding-top: 2px !important;
  margin: -1px 0 0 -4px !important;
  width: 100%;
  background: transparent !important;
  border-bottom: 0px solid #fff !important;
}
/* .proinput form input[type="text"]{
min-width: 120px;
opacity: 0.25;
height: 34px;
display: block;
position: relative;
z-index: 1;
padding: 0 !important;
margin: -1px 0 0 -4px !important;
margin-top: -34px !important;
width: 100%;
background: transparent !important;
font-weight: normal;
font-family: inherit;
color: rgb(255, 255, 255);
font-size: 1em;
line-height: 1em;
text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
line-height: normal;
border: 0;
box-shadow: none;
border-bottom: 0px solid #fff !important;
} */
.proinput form input[type="submit"]{
  font-size: 100%;
  line-height: normal;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  -webkit-appearance: button;
  cursor: pointer;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  border-radius: 0;
  text-transform: none;
  text-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  border: 0;
  background: transparent;
  width: auto;
  box-shadow: none;
  margin: -1px;
  padding: 0;
  left: 0;
  padding-top: 2px;
  min-width: 120px;
  width: 0;
  height: 0;
  visibility: hidden;
}

.proinput form input[type="text"]::-webkit-input-placeholder {
  font-weight: normal;
  font-family: inherit;
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  opacity: 0.85;
  display: block !important;
} /* Webkit Browsers */

.cm-subscribe form input[type="email"]::-webkit-input-placeholder {
  font-weight: normal;
  font-family: inherit;
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  opacity: 0.85;
  display: block !important;
} /* Webkit Browsers */

input[type="password"]::-webkit-input-placeholder {
  font-weight: normal;
  font-family: inherit;
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  opacity: 0.85;
  display: block !important;
} /* Webkit Browsers */


.proinput form input[type="text"]:-moz-placeholder {
  font-weight: normal;
  font-family: inherit;
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  opacity: 0.85;
  display: block !important;
} /* Firefox 18- */
.cm-subscribe form input[type="email"]:-moz-placeholder {
  font-weight: normal;
  font-family: inherit;
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  opacity: 0.85;
  display: block !important;
} /* Firefox 18- */
input[type="password"]:-moz-placeholder {
  font-weight: normal;
  font-family: inherit;
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  opacity: 0.85;
  display: block !important;
} /* Firefox 18- */


.proinput form input[type="text"]::-moz-placeholder {
  font-weight: normal;
  font-family: inherit;
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  opacity: 0.85;
  display: block !important;
} /* Firefox 19+ */
.cm-subscribe form input[type="email"]::-moz-placeholder {
  font-weight: normal;
  font-family: inherit;
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  opacity: 0.85;
  display: block !important;
} /* Firefox 19+ */
input[type="password"]::-moz-placeholder {
  font-weight: normal;
  font-family: inherit;
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  opacity: 0.85;
  display: block !important;
} /* Firefox 19+ */


.proinput form input[type="text"]:-ms-input-placeholder {
  font-weight: normal;
  font-family: inherit;
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  opacity: 0.85;
  display: block !important;
} /* IE10 */
.cm-subscribe form input[type="email"]:-ms-input-placeholder {
  font-weight: normal;
  font-family: inherit;
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  opacity: 0.85;
  display: block !important;
} /* IE10 */
input[type="password"]:-ms-input-placeholder {
  font-weight: normal;
  font-family: inherit;
  color: rgb(255, 255, 255);
  font-size: 18px;
  text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
  opacity: 0.85;
  display: block !important;
} /* IE10 */

.cm-unsubscribe input[type="submit"]{
  color: #00a3de !important;
  border: 2px solid transparent;
  border-color: #5fc5e8 !important;
}
.proclose.open {
  display: block !important;
}

.cm-auther-section{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
  width: 100%;
  clear: both;
  display: block;
  overflow: hidden;
  word-wrap: break-word;
  position: relative;
  border-color: #eee;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px 0px;
  margin-bottom: 27px;
}
.cm-auther-section .author-left{
  float: left;
  padding: 20px;
  width: auto !important;
}
.cm-auther-section .author-left img{
  max-width: 100px;
  height: auto;
  border-radius: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.cm-auther-section .author-right .cm-authorname{
  margin: 20px 0 0 20px;
  display: block;
  font-size: 18px;
  line-height: 25px;
}
.cm-auther-section .author-right .cm-authorname h3{
  color: #0f0f0f;
  display: inline-block;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #0f0f0f;
}
.cm-auther-section .author-right .cm-authorname h3 a{
  color: #0f0f0f;
}
.cm-auther-section .author-right .cm-description{
  display: block;
  margin: 5px 20px;
  font-size: 14px !important;
  line-height: 21px !important;
}
.cm-auther-section .author-right .cm-description p{
  margin: 5px 0 12px;
  font-size: 14px !important;
  line-height: 21px !important;
}
.hs-author-social-section.cm-blog-share {
  position: relative;
  display: block;
  background: #fcfcfc;
  padding: 5px;
  border-top: 1px solid #eee;
  border-color: #eee;
  background-color: #fcfcfc;
  width: 100% !important;
  display: block;
  float: left !important;
}
.cm-auther-section .author-right {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  width: 100% !important;
}
.cm-auther-section .hs-author-social-links a{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  box-shadow: none;
  padding: 0;
  border: 0;
  display: inline-block;
  color: #fff;
  font-size: 0;
  text-decoration: inherit;
  margin: 5px;
  overflow: hidden;
  outline: 0;
  background: 0 0;
  line-height: 1;
}
.cm-auther-social-icon a svg {
  width: 36px;
  height: 36px;
}


.cm-auther-section .hs-author-social-links a:hover {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: .8;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  -o-transition: opacity .4s;
  transition: opacity .4s;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
}

.cm-auther-social-icon a svg .st2 {
  fill: #fff;
  transform-origin: center center;
}
.cm-auther-social-icon a svg .st1 {
  fill: rgba(0,0,0,.3);
  display: none;
}
.post-item h2.post-listing-simple {
  padding-bottom: 10px;
  color: #1e1e1e;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.2em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 31px !important;
}

.post-item h2.post-listing-simple a {
  color: #1e1e1e;
}

.blog-section .post-listing-simple .post-item {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

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


/* =============== Global Form Styles =============== */
.submitted-message {
  color: #fff;
}
/* Form Field */
.hs-form-field {}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
  color: #fff!important;
  display: block !important;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  font-size: 18px;
  font-weight: 400;
}


.hs-private.hs-private.hs-private *{color:inherit !important}
.hubspot input[type="text"] {
  color: #4C475B!important;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  font-size: 100%;
  line-height: normal;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;  
  margin: 0;
  background: none!important;
  border: none!important;
  border-bottom: 3px solid #fff!important;
  width: 100%!important;
  -moz-border-radius: 0!important;
  -webkit-border-radius: 0!important;
  border-radius: 0!important;
   color: #fff!important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px!important;
  outline: none;
}



input[type="text"]::-webkit-input-placeholder {
  color:#fff;
  font-size: 100%;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
} /* Webkit Browsers */input[type="text"]::placeholder
input[type="text"]:-moz-placeholder {
  color:#fff;
  font-size: 100%;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
} /* Firefox 18- */
input[type="text"]::-moz-placeholder {
  color:#fff;
  font-size: 100%;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
} /* Firefox 19+ */
input[type="text"]:-ms-input-placeholder {
  color:#fff;
  font-size: 100%;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
} /* IE10 */

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

.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, .hs-search-field__bar form, .cm-comment-form {
  background-image: linear-gradient(180deg,#5fc5e8 0%,#00a3de 100%)!important;
  padding: 20px;
  margin-top: 15px;
  margin-bottom:15px;
}

.hs-search-field__bar button[aria-label="Search"] svg{
 height: 20px;
}

.hs-search-field__bar button[aria-label="Search"]{
  margin-top:10px;
  float: right;
}


.form-title {
  padding-bottom: 10px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 34px;
  font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1.2em;
  text-align: center;
  color: #fff!important;
}
.hs-error-msgs {
  color: #f00;
  font-size: 18px;
  font-weight: normal;
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 10px 0 15px;
}
/* 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%; }


.row-fluid .Footer-Section { padding:50px 0px 0 0; background-color: #1e1e1e; width:100%;}
.row-fluid .Footer-Box h6 { font-size: 18px; margin-top: 4%; line-height: 1.2em; color: #ffffff; margin-bottom: 1rem;  }
.row-fluid .Footer-Box { width:33.3%; margin:0px; } 
.row-fluid .Footer-Box:last-child { margin-right:0px; } 
.row-fluid .Footer-Menu ul li:last-child a { padding-bottom:0px; }
.row-fluid .Footer-Menu ul li { width:100%; }
.row-fluid .Footer-Menu ul li a { color: #9ea0a2; font-size: 16px; line-height: 1.2em; padding-bottom: 16px; } 
.row-fluid .Footer-Menu ul li a:hover {color: #00a1de}
.row-fluid .Footer-CTA a { color: #ffffff !important; border-color: #00a3de; border-radius: 20px; font-size: 18px; font-weight: 700 !important; background-color: #00a3de; padding: 0.3em 1em !important; transition: all 300ms ease 0ms; display: inline-block; } 
.row-fluid .Footer-CTA { padding:27px 50px 27px 0px; text-align: right; }  
.row-fluid .Footer-Bottom-T ul li , .row-fluid .Footer-Bottom-B ul li  { display:inline-block; padding:0px 7px; } 
.row-fluid .Footer-Bottom-T ul li a { color: #BDCCD4; }
.row-fluid .Footer-Bottom-T ul , .row-fluid .Footer-Bottom-B ul { margin: 7px 0 0; padding: 0; display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center; display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-justify-content: flex-end; -webkit-align-items: center; } 
.row-fluid .Footer-Bottom-T { padding:27px 0px 10px; border-bottom:2px solid #00a3de; }
.row-fluid .Footer-Bottom-T h5 { color: #ffffff; font-size: 18px; line-height: 1.2em; margin: 0; text-align: center; }
.row-fluid .Footer-Bottom-T > div > div { display: flex; flex-wrap: wrap; justify-content: left; align-items: center; display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-justify-content: left; -webkit-align-items: center; }
.row-fluid .Footer-Bottom-B { padding-top:5px; padding-bottom: 27px }
.row-fluid .Footer-Copyright  { color: #bdccd4; font-size: 10px; line-height: 1.8em; font-weight: 400; margin-top: 15px; display: inline-block; }
.row-fluid .Footer-Bottom-B ul li a { color: #BDCCD4; font-size: 12px; line-height: 1.8em; font-weight: 400; display: inline-block; }
.row-fluid .Footer-MenuContent { display: flex; flex-wrap: wrap; justify-content: left;  display: -webkit-flex; -webkit-flex-wrap: wrap; -webkit-justify-content: left;  }


.post-item h2.post-listing-simple, .post-item h2.post-listing-simple a { font-size: 28px; font-weight: 500; color: #ffffff; }
.post-item h2.post-listing-simple { background: #00a3de; padding:30px; width: 100%; float: left; } 






/**/
    .ebook-lp .container-fluid .row-fluid .page-center { padding: 0 30px; max-width: 900px; width:100%;  }
    .row-fluid .text-center { text-align:center; }
    .row-fluid .flexwrap { display:flex; flex-flow:row wrap; justify-content:left; display:-webkit-flex; -webkit-flex-flow:row wrap; -webkit-justify-content:left; }
    .row-fluid .alignCenter { align-items:center; -webkit-align-items:center; }
    .row-fluid .fullwidth {  width:100%; float:left; }
    .row-fluid .lp-headerSection { padding: 10px 0px; }
		.row-fluid .lp-headerSection .site-logo img { max-width: 180px !important; }
		.row-fluid .lp-herosec { padding:60px 0px 10px;  position: relative;  }
		.row-fluid .lp-herosec .container { position: relative; }
		.row-fluid .lp-herosec h1 { color: #ffffff !important;         } 
		.row-fluid .hero-subtext { color: #fff;    font-size: 1.15rem;}
		.row-fluid .hero-subtext p , .row-fluid .hero-formtitle p , .row-fluid .top-textcon p , .row-fluid .zigzag-title p , .row-fluid .zigzag-boxes .zigzag-text p , .row-fluid .author-content .author-text p { margin: 0 0 10px; } 
		.row-fluid .hero-title { margin-bottom: 80px; }
		.row-fluid .hero-content .hero-left { width:60%; padding-right: 20px; }
		.row-fluid .hero-content .hero-right { width:40%;  }
		.row-fluid .hero-image { text-align: center; }
		.row-fluid .hero-image img { max-width: 300px !important;  }
		.row-fluid .hero-Fcon { background-color: #ffffff;    padding: 20px;    -webkit-box-shadow: 0 10px 10px 0 rgba(111,111,111,.3);    box-shadow: 0 7px 10px 0 rgba(111,111,111,.3);   margin-bottom: -50px;    width: 100%; }
		.row-fluid .hero-formtitle h3 { color: #1e1e1e;      margin: 0 0 5px 0;    text-transform: uppercase; }
		.row-fluid .hero-formtitle { color: #9ea0a2; margin-bottom: 20px;  }
    .row-fluid .hero-Fcon h3.form-title { display: none; }
		.row-fluid .hero-form .hs-input {     background-color: rgba(255,255,255,0.5) !important; border: 2px solid #9b9b9b !important;    border-radius: 8px !important;    color: #000 !important;    font-family: 'Montserrat',arial,sans-serif;    font-size: 1rem;    outline: none !important;    padding: 10px 15px !important; }		.row-fluid .hero-form .hs-form-field { margin-bottom: 15px;  }
    .row-fluid .hero-form .hs-input::placeholder { color:#9ea0a2; }
		.row-fluid .hero-form .hs-form-required , .row-fluid .hero-form .hs_error_rollup { display:none; }
		.row-fluid .hero-form input.hs-button.primary.large { background-color: #0061aa; box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50);  line-height: normal;    border-radius: 8px;    font-family: 'Montserrat',arial,sans-serif;    font-weight: 600;    font-size: 20px;    color: #fff;    text-transform: capitalize;    padding: 15px 15px;    border: none !important;    outline: none !important;    margin: 0 auto;    cursor: pointer;    width: 100%; }
   
		.row-fluid .hero-form ul.no-list.hs-error-msgs.inputs-list { margin: 0;    padding: 0; }
		.row-fluid .hero-form ul.no-list.hs-error-msgs.inputs-list li { list-style: none;    padding: 5px 0px; }
		.row-fluid .hero-form .hs-error-msg { color:#f00; font-size: 14px; }
		.row-fluid .hero-video { position: relative;    padding: 0 0 56.25%;    width: 100%;    height: auto;    overflow: hidden; }
		.row-fluid .hero-video iframe, .row-fluid .hero-video video, .row-fluid .hero-video embed      { position: absolute;    top: 0;    left: 0;    width: 100%;    height: 100%; }
    
    .row-fluid .zigzag-section { padding:100px 0px 50px; }
		.row-fluid .zigzag-title h2 { color: #1e1e1e;   }
		.row-fluid .zigzag-title { color: #1e1e1e;    font-weight: 400; padding-bottom: 50px; }
		.row-fluid .zigzag-boxes .zigzag-text  { text-align:right; width:70%; padding:0  60px 0px 0;  color: #1e1e1e; font-weight: 400; line-height: 1.5; }
		.row-fluid .zigzag-boxes .zigzag-image {  width:30%;  }
		.row-fluid .zigzag-boxes.row-reverse { flex-flow: row-reverse; -webkit-flex-flow: row-reverse;  }
		.row-fluid .zigzag-boxes.row-reverse .zigzag-text  { text-align:left;  padding:0  0px 0px 60px;  }
		.row-fluid .zigzag-boxes { padding-bottom:50px; }
		.row-fluid .zigzag-boxes:last-child { padding-bottom:0px; }
		.row-fluid .zigzag-boxes .zigzag-text h3 { margin: 0 0 20px;    position: relative;    padding-bottom: 7px;    font-size: 22px;    line-height: normal;    color: #1e1e1e; }
		.row-fluid .zigzag-boxes .zigzag-text h3:before { content: "";    position: absolute;    bottom: 0;    right: 0;    height: 1px;    max-width: 190px;    background-color: #11a3de;    display: block;    width: 100%; }
		.row-fluid .zigzag-boxes.row-reverse h3:before  { left:0px; }
    
   .row-fluid .author-section { padding: 60px 0px 30px;     position: relative; }
    .row-fluid .author-section .container { position: relative; }
   .row-fluid .author-section:before { content: "";    background-image: url(https://6823630.fs1.hubspotusercontent-na1.net/hubfs/6823630/Unique%20LP%202020/Images/shade-image.png);    position: absolute;    background-size: cover;    background-repeat: no-repeat;    right: 0;    width: 100%;    height: 100%;    top: 0;} 	
   .row-fluid .author-title h2 { color: #ffffff;    margin: 0 0 40px;    }
	.row-fluid .author-content .author-image { width:35%; margin-bottom: -90px; position: relative; }
	.row-fluid .author-content .author-text { width:65%; padding:30px 0px 0px 60px;     color: #ffffff; }
	.row-fluid .author-content .author-text h3 { margin: 0 0 15px; line-height: normal;     color: #ffffff; }
	.row-fluid .author-content .author-text h4 { margin: 5px 0 0;     color: #ffffff; line-height: normal; }
	.row-fluid .author-content {  max-width: 700px; margin: 0 auto; }
  .row-fluid .chaptersec { padding:100px 0px 60px;  }
  .row-fluid .chaptertitle h2 { margin-bottom: 50px;    text-align: center; }
  .row-fluid .chapterbox { width:45%; margin-right: 10%; }
  .row-fluid .chapterbox:nth-child(2n) { margin-right: 0; }
  .row-fluid .chapterbox .chapter-item { border-bottom: 3px solid #00a3de;    margin-bottom: 20px; width: 100%; float: left; display: flex; flex-wrap: wrap;    justify-content: space-between; }  
  .row-fluid .chapterbox .chapter-item .chapter-number { color: #00a3de;    font-weight: 600; }
  .row-fluid .chapterbox .chapter-item .chapter-name { float: right; }


 .row-fluid .title-formsec { padding: 60px 0px; }
.row-fluid .top-textcon h2 { text-align: left;    margin: 0 0 20px; line-height: normal; color:#1e1e1e; }
.row-fluid .top-textcon h3 { color:#01a3de; margin:20px 0px 10px; }
.row-fluid .top-textcon { color: #1e1e1e;    font-weight: 400; }
.row-fluid .form-top a { background-color: #0061aa; padding: 6px 18px;    border-radius: 6px;    font-family: 'Montserrat',arial,sans-serif;    font-weight: 600;    font-size: 18px;    line-height: 34px;    color: #fff !important;    text-decoration: none;    margin-top: 30px;    display: inline-block; }

 .row-fluid .social-sec { padding:60px 0px; }
.row-fluid .social-sec h2 { margin: 0 0 30px;  line-height: normal; color: #1e1e1e; }
.row-fluid .social-subicon ul { margin: 0;        text-align: center; }
.row-fluid .social-subicon ul li { list-style: none;  padding: 0 20px;     display: inline-block;    vertical-align: bottom; }
.row-fluid .social-subicon ul li a img { max-height: 35px;    max-width: 35px; object-fit: contain; } 
.row-fluid .social-subicon ul li a { display: inline-block; }

.row-fluid .other-zig .zigzag-boxes .zigzag-text { padding: 50px 60px 40px 300px; } 
.row-fluid .other-zig .zigzag-boxes.row-reverse .zigzag-text { padding: 50px 300px 40px 60px; }
.row-fluid .other-zig .zigzag-boxes .zigzag-image { width: 40%; }
.row-fluid .other-zig  .zigzag-boxes .zigzag-text { width: 60%; }
.row-fluid .other-zig  .zigzag-boxes { padding-bottom:0px; }  
.row-fluid .other-zig.zigzag-section {  padding:100px 0px 0px; }
.row-fluid .other-zig .zigzag-boxes .zigzag-image .zigzag-back {    display: block;    width: 100%;    height: 100%;    background-size: cover;    background-repeat: no-repeat;    background-position: center top; }


.ebook-lp .row-fluid .Footer-Section { padding:60px 0px; }
.video-lp .row-fluid .title-formsec { padding: 120px 0px 60px; margin-top: -60px;    position: relative;    z-index: 99; }

.row-fluid .slider-section .page-center {   position: relative;    z-index: 999; }
.row-fluid .slider-section .author-content .author-image { margin:0px; }
.row-fluid .slider-section { padding: 60px 0px 10px !important; }
.row-fluid .author-slide { outline: none; }
.row-fluid .slider-section .author-content .author-text { padding:30px 0px 0px 30px; }
/* .row-fluid .author-content ul.slick-dots { position: absolute;    bottom: 60px; right: 43%;    padding: 0;    margin: 0; }
.row-fluid .author-content ul.slick-dots li { display: inline-block; border: 1px solid #ffffff; margin: 10px;    border-radius: 50%;    height: 15px;    width: 15px;     }
.row-fluid .author-content ul.slick-dots li.slick-active { background-color:#ffffff }
.row-fluid .author-content ul.slick-dots li button { background-color: transparent;    font-size: 0;    border: 0;    height: 100%;    width: 100%; }   */

.row-fluid .Footer-Bottom-T img {max-width: 70% !important}
.row-fluid .Footer-Bottom-B img {max-width: 35% !important}
.show-xs {display: none !important}

.legalinfo a {color:#ffffff}


@media (min-width: 981px) {
	.row-fluid .Footer-Box .Footer-Menu { overflow: visible !important; display: block !important; }
	
	
}
@media (max-width: 1200px) {
	.row-fluid .other-zig .zigzag-boxes .zigzag-text { padding: 50px 60px 40px 100px; } 
.row-fluid .other-zig .zigzag-boxes.row-reverse .zigzag-text { padding: 50px 100px 40px 60px; }
  .row-fluid .Footer-Section {padding: 5% 0 3%}
  .fab {font-size: 13px}
	
	
}

@media (max-width: 980px) {
	.row-fluid .Footer-Section { padding:50px 0px 0 0; } 
	.row-fluid .Footer-Box { width:100%; border: 1px solid #909090; background-color: rgba(0,0,0,0); margin: 0px 0px 30px; padding:0px 20px; } 
	.row-fluid .Footer-Box h6  { margin-bottom:0px;  font-size: 16px !important; padding: 20px 10px 20px 0px; position:relative;  }
	.row-fluid .Footer-Box h6:before {  content: "\f055"; position: absolute; right: 0; font-size: 16px; color: #ccc; top: 50%; margin-top: -.5em; font-family: fontawesome !important; font-weight: 400; }
	.row-fluid .Footer-Box.active h6:before { content:"\f056"; font-size: 16px; }
	.row-fluid .Footer-Menu { display:none; }
	.row-fluid .Footer-CTA  { text-align: center; padding:30px 0px; }
	.row-fluid .Footer-Bottom-T .Bottom-TB  { /*width:100%;*/ margin:0px; padding-bottom: 0px; }
  .row-fluid .Footer-Bottom-T ul {margin: 7px -40px 0 0}
	/*.row-fluid .Footer-Bottom-T ul, .row-fluid .Footer-Bottom-B ul { justify-content: center !important; justify-content: center !important; } */
	/*.row-fluid .Footer-Bottom-B .span6 { width:100%; margin:0px; text-align: center; }*/
  .row-fluid .Footer-Bottom-T img {max-width: 70% !important}
  .row-fluid .Footer-Bottom-B img {max-width: 35% !important}
	.row-fluid .Footer-Menu ul li:last-child a { padding-bottom:16px; }
	.row-fluid .Footer-Box:last-child { margin-bottom: 0; }
	.row-fluid .Footer-Bottom-T  { padding:0px 0 20px; }
	.row-fluid .chapterbox .chapter-item .chapter-number , .row-fluid .chapterbox .chapter-item .chapter-name { width:100%; }
	  .hidden-sm {display: none !important}
		.full-sm{width:100% !important; margin-left:0 !important}
	
}
@media (max-width: 767px) {
  
  .row-fluid .Footer-Bottom-T .Bottom-TB  { width:100%; margin:0px; padding-bottom: 15px; text-align: center }
	.row-fluid .Footer-Bottom-T ul, .row-fluid .Footer-Bottom-B ul { justify-content: center !important; justify-content: center !important; }
	.row-fluid .Footer-Bottom-B .span6 { width:100%; margin:0px; text-align: center; }
  .row-fluid .Footer-Bottom-T img {max-width: 80% !important}
  .row-fluid .Footer-Bottom-B img {max-width: 55% !important; padding: 25px 0}
    .row-fluid .Footer-Bottom-T ul {margin: 7px 0 0 0}
  row-fluid .Footer-Bottom-T ul li {padding: 0 13px}
  .fab {font-size: 22px}
	.footer22 .fab {font-size: 20px}
  .show-xs {display: block !important; color: #fff}
  .show-xs h5 {color: #fff; margin: 20px 0 30px; font-size: 18px}
  .hidden-xs {display: none !important}

	
	.row-fluid .Footer-Section  { padding:10% 5% 5%; }
	.row-fluid .chapterbox { width:100%; margin-right: 0; }
	.row-fluid .hero-content .hero-left { width:100%; padding:0 0 20px; }
	.row-fluid .hero-content .hero-right { width:100%;  }
	.row-fluid .hero-title { margin-bottom: 40px; }
	.row-fluid .zigzag-boxes .zigzag-text , .row-fluid .zigzag-boxes.row-reverse .zigzag-text  { width:100% !important; padding:30px 0px 0px;     text-align: center;  order: 2; }
	.row-fluid .zigzag-boxes .zigzag-image   { width:100% !important; text-align: center; } 
	.row-fluid .zigzag-boxes .zigzag-text h3:before { left:0px; margin:0 auto; }
	.row-fluid .zigzag-boxes.row-reverse { flex-flow: column; -webkit-flex-flow: column; }
	.row-fluid .zigzag-boxes .zigzag-image img {    max-width: 250px !important; }
	.row-fluid .zigzag-boxes , .row-fluid .zigzag-title , .row-fluid .other-zig .zigzag-boxes {     padding-bottom: 30px; }
	.row-fluid .author-content .author-image { width:100%; margin:0px; }
	.row-fluid .author-content .author-text { width:100%; padding:30px 0px 0px; }
	.row-fluid .social-sec , .row-fluid .title-formsec  , .row-fluid .chaptersec { padding:40px 0px; }
	.row-fluid .zigzag-title h2 , .row-fluid .author-title h2 , .row-fluid .chaptertitle h2 , .row-fluid .top-textcon h2 , .row-fluid .social-sec h2 { font-size: 28px; margin: 0 0 20px; }
	.row-fluid .top-textcon h3 , .row-fluid .author-content .author-text h3 { font-size:26px; }
	.row-fluid .other-zig .zigzag-boxes .zigzag-text , .row-fluid .other-zig .zigzag-boxes.row-reverse .zigzag-text { padding:30px 0px 0px; }
	.row-fluid .other-zig .zigzag-content { padding:0px 30px; }
	.row-fluid .other-zig .zigzag-boxes .zigzag-image .zigzag-back { min-height:300px; }
	.row-fluid .slider-section .author-content .author-image img { margin: 0 auto; }
	.video-lp .row-fluid .title-formsec { padding: 40px 0px; margin-top: 0; }
	.row-fluid .slider-section { padding: 40px 0px !important;  }
	.row-fluid .author-content { text-align: center; }
	.row-fluid .slider-section .author-content .author-text {  padding: 10px 0px 0px; }
	
	
}

@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; }
	.footer22 .piva{display:block}
	
}


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none ;
  line-height: 1.7em ;
  text-transform: uppercase ;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin: 8px auto 0;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  border: 2px solid transparent;
  color: #00a3de ;
  padding: 6px 20px ;
  display: inline-block;
  background: transparent;
  border-color: #5fc5e8;
  color: #fff;
  white-space: normal !important;
  font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
  margin: 15px 0;
}

.hs-form-required {
  padding-left: 5px;
}
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #fff!important;
  color: #00a3de!important;
  border-color: #fff;
}

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

.hs-button.blog {text-align: center}

.hs-button.blog a {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none ;
  line-height: 1.7em ;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  border-radius: 0px;
  transition: all .2s;
  margin: 8px auto 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  border: 0px solid #ffffff;
  color: #ffffff ;
  padding: 6px 20px ;
  display: inline-block;
  background: #00a1de;
  color: #fff;
  white-space: normal !important;
  font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
  margin: 15px 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px
}

.hs-button.blog a:hover {
  background: #1e1e1e!important;
  padding: 6px 20px;
  transition: all .2s
}


/* =============== 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                                      
========================================================================== */
.cm-form{
  width:100%;
  max-width:100%;
}

/* 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: 1349px) {
  .cm-blog-title{
    padding: 2% 0;
  }
}
@media (max-width: 1240px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 13px;
  }
}

@media (max-width: 1074px) {
  .cm-footer-wrap .textwidget.custom-html-widget > div:last-child {
    padding-top: 0;
  }
  .cm-footer-logo {
    padding-bottom: 7px;
  }
  .cm-footer-wrap {
    margin-bottom: 5.5%;
  }
}
/* =============== Landscape tablet and smaller devices =============== */
@media screen and (max-width: 980px) and (min-width: 768px){
  .post-item:nth-child(2n+2) {
    margin-right: 0;
  }
}


@media (max-width: 980px) {
  .cm-header .page-center{
    width: 95% !important;
  }
  .cm-logo {
    width: 76px !important;
    margin-top: 12px;
    padding-bottom: 7px;
  }
  .cm-banner-ovarlay {
    padding-top: 113px;
  }
  .banner-area {
    transform: translate(0px,184.3px);
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 0;
  }
  .cm-footer-wrap{
    width: 46.25%!important;
    margin: 0 7.5% 7.5% 0!important;
    margin-bottom: 0!important;
  }
  .cm-footer-share{
    width: 46.25%!important;
    margin: 0 7.5% 7.5% 0!important;
    margin-right: 0!important;
    margin-bottom: 0!important;
  }
  .cm-footer-wrapper{
    padding: 8% 0;
  }
  .cm-footer-content h4 {
    color: #00a3de;
    margin: 0;
    margin-right: 6px;
    font-size: 24px;
    display: inline-block;
    padding: 0;
    line-height: 1.2em;
  }
  .post-item {
    width: 48%;
    margin-right: 4%;
  }
  .post-body.clearfix.post-content {
    padding: 20px;
  }
  .hs-blog-post .blog-content {
    float: none;
    padding-right: 0;
    width: 100% !important;
  }
  .hs-blog-post .blog-sidebar {
    float: none;
    padding-left: 0;
    width: 100% !important;
    margin: 0;
  }
  .cm-blog-title {
    padding: 30px 0;
  }
  .with-out-banner .cm-height {
    min-height: 64.48px !important;
  }
  .hs-blog-post .content-wrapper {
    padding-top: 20px;
  }
  
  .banner-content h1 {width: 100%; margin: 0 0}
  .banner-area {display: none}
}  


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

@media (max-width: 767px) {
  .cm-footer-wrap {
    width: 100% !important;
    margin-bottom: 9.4%!important;
  }
  .cm-footer-content h4 {
    font-size: 18px;
  }
  .cm-footer-share {
    width: 100% !important;
  }
  .cm-footer-wrapper{
    padding: 10% 0;
  }
  .post-item {
    width: 100%;
    margin-right: 0;
  }
  .cm-form{
    width:100%;
    max-width:100%;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
    padding: 22px 20px;
  }
  .child-trigger {
    top: 10px !important;
  }
  .banner-area {
    height: 386.4px;
    transform: translate(0px, 140.7px);
  }
  .cm-blog-title h2 {
    font-size: 26px;
  }
  
  .cm-logo {
    width: 63px !important;
    margin-top: 9px;
    padding-bottom: 7px;
    margin-left: 7px !important
  }
  .cm-header {border-bottom: 1px solid #e7e7e7}
  .banner-content.wrapper {padding: 0 5%}
  .banner-content h1 {font-size: 38px}
}

@media (max-width: 600px) {
  .child-trigger {
    top: 17px;
  }
}

@media (max-width: 479px) {
  .cm-footer-wrapper{
    padding: 12% 0;
  }
  .cm-footer-share{
    margin-bottom: 11.5%!important;
  }
  .cm-footer-wrap{
    margin-bottom: 11.4%!important;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .child-trigger {
    top: 10px;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
    padding: 22px 20px;
  }
  .banner-area {
    transform: translate(0px, 291px);
    height: 536.7px;
  }
}

@media (max-width: 345px) {
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
    padding: 5.69% 5% 0 5%;
  }
  .mobile-open .custom-menu-primary.mobile .hs-menu-wrapper > ul {
    margin-left: 0;
    width: 100%;
    overflow: unset !important;
  }
}

@media (max-width: 320px){
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
    padding: 5.9% 5% 0 5%;
  }
  .banner-area {
    height: 434.4px;
    transform: translate(0px, 140.7px);
  }
}
@media (max-width: 600px){
	.img-left img{float:none !important}
	.img-left {text-align:center}

}