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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Antic+Slab|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Varela&display=swap')
@import url('https://fonts.cdnfonts.com/css/muli');

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//6054582.fs1.hubspotusercontent-na1.net/hubfs/6054582/KCLA_February2020/Fonts/fa-brands-400.eot") format("embedded-opentype"),
    url("//6054582.fs1.hubspotusercontent-na1.net/hubfs/6054582/KCLA_February2020/Fonts/fa-brands-400.woff") format("woff"), 
    url("//6054582.fs1.hubspotusercontent-na1.net/hubfs/6054582/KCLA_February2020/Fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//6054582.fs1.hubspotusercontent-na1.net/hubfs/6054582/KCLA_February2020/Fonts/fa-solid-900.eot") format("embedded-opentype"),
    url("//6054582.fs1.hubspotusercontent-na1.net/hubfs/6054582/KCLA_February2020/Fonts/fa-solid-900.woff") format("woff"), 
    url("//6054582.fs1.hubspotusercontent-na1.net/hubfs/6054582/KCLA_February2020/Fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}


@font-face {
  font-family: "icomoon";
  src: url("//6054582.fs1.hubspotusercontent-na1.net/hubfs/6054582/KCLA_February2020/Fonts/icomoon.eot") format("embedded-opentype"),
    url("//6054582.fs1.hubspotusercontent-na1.net/hubfs/6054582/KCLA_February2020/Fonts/icomoon.woff") format("woff"), 
    url("//6054582.fs1.hubspotusercontent-na1.net/hubfs/6054582/KCLA_February2020/Fonts/icomoon.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}


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

/*---------12-05-2020---------------------*/
.cm-logo img {
display: block !important;
    width: auto ;
}
.span3.widget-span.widget-type-custom_widget.cm-logo {
    margin: 10px 0;
    max-width: 200px;
}
.cm-numbers>div {
    width: 100% !important;
    padding-right: 20px !important;
    display: inline-block !important;
    min-width: 290px !important;
}
.cm-numbers a:first-child {
    margin: 0 !important;
}
.cm-numbers a:first-child img {
    width: 89.5% !important;
}
span#hs_cos_wrapper_module_1581419386311284_ a img {
    position: relative !important;
    top: 11px !important;
}
span#hs_cos_wrapper_module_1581419386311284_ img {
    width:auto !important;    
    max-width: 65% !important;
    height: 32px !important;
}

div#hs_cos_wrapper_module_1581419386311284 {
    margin-top: -26px !important;
}
/*------11-05-2020 end-------*/
/*------12-05-2020-----------*/
.hs-blog-id-10725990274 .cm-lang-links ul li:first-child span:before {
    border-radius: 21px;
    width: 23px;
    height: 22px;
}

.hs-blog-id-10725990274 .cm-lang-links ul li:nth-child(2) a:before {
    border-radius: 21px;
    width: 23px;
    height: 22px;
}
.hs-blog-id-10725990274 .cm-lang-links {
    text-align: center;
    margin-top: 10px;
}
.hs-blog-id-10725990274 .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
}
.hs-blog-id-10725990274 .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
}
/*----15-05-2020------------*/
.cm-numbers .hs_cos_wrapper p {
    margin: 0;
}
.cm-numbers a.button {
    font-size: 13px;
}
.cm-numbers p:first-child {
    height: 40px;
}
.cm-numbers p:first-child a.button {
    width: auto;
    max-width: 130px;
padding: 4px;
    margin: 0 auto;
}
.cm-numbers p:nth-child(2) a.button {
    width: auto;
    max-width: 238px;
    padding: 4px;
    margin: 0 auto;
}
.span3.widget-span.widget-type-custom_widget.custom-menu-primary.desktop.js-enabled {
    margin: 10px 0 0 0 !important;
    max-width: 60% !important;
}
/*-------15-05-2020end-----------*/
@media (min-width: 992px) and (max-width: 1024px) {
.hs-blog-id-10725990274 .span3.widget-span.widget-type-custom_widget.custom-menu-primary.desktop.js-enabled {
    margin: 10px 0 0 0 !important;
    width: 51% !important;
    left: 208px;
    top: -54px;
}
.hs-blog-id-10725990274 .cm-logo img {
    display: block !important;
    width: auto;
    max-width: 64%;
}
}
@media (max-width: 910px) and (min-width: 801px){
.cm-logo img {
    display: block !important;
    width: 100%;
}

.cm-logo img {
    max-width: 49% !important;
}

.cm-numbers>div {
    width: 87% !important;
    padding-right: 0px !important;
    display: inline-block !important;
    min-width: 255px !important;
}


.span3.widget-span.widget-type-custom_widget.custom-menu-primary.desktop.js-enabled {
    margin: 10px 0 0 0 !important;
    width: 61% !important;
    left: 137px;
    top: -46px;
}

.hs-blog-id-10725990274 .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 9px;
}
}
@media (max-width: 992px) and (min-width: 911px){

.cm-logo img {
display: block !important;
width: 67%;
}


.cm-numbers>div {
width: 87% !important;
padding-right: 0px !important;
display: inline-block !important;
min-width: 255px !important;
}


.span3.widget-span.widget-type-custom_widget.custom-menu-primary.desktop.js-enabled {
    margin: 10px 0 0 0 !important;
    width: 60% !important;
    left: 159px;
    top: -46px;

  }
.hs-blog-id-10725990274 .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 11px;
}
}
@media (max-width: 1100px) and (min-width: 1025px){
.span3.widget-span.widget-type-custom_widget.custom-menu-primary.desktop.js-enabled {
    margin: 10px 0 0 0 !important;
    max-width: 58% !important;
    left: 209px;
    top: -54px;
}
}
@media (max-width: 1240px) and (min-width: 1101px){
.span3.widget-span.widget-type-custom_widget.custom-menu-primary.desktop.js-enabled {
    margin: 10px 0 0 0 !important;
    max-width: 60% !important;
    left: 209px;
    top: -54px;
}

.hs-blog-id-10725990274 .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 11px;
}
}
@media (max-width: 1284px) and (min-width: 1241px){
.span3.widget-span.widget-type-custom_widget.custom-menu-primary.desktop.js-enabled {
    margin: 10px 0 0 0 !important;
    max-width: 60% !important;
    left: 209px;
    top: -54px;
}

.hs-blog-id-10725990274 .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
}
}

@media screen and (max-width: 1285px){
.hs-blog-id-10725990274 .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
  }
} 


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

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

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

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

body {
  background: #fff;
  color: #5e5e5e;
  font-family: "Open Sans", PTSansRegular,Arial,Helvetica,sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

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

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


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

/* Basic text */
p {
  font-family: 'Muli', sans-serif;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin:0 0 15px;
  font-family: "Open Sans";
  line-height: 1.5;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 35px;
  font-weight: 700;
  color: #256cc4;
}
h2 {
  font-size: 34px;
  color: #5f5f5f;
  font-family: "Varela", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
h3 {
  font-size: 25px;
  color: #3c3c3c;
}
h4 {
  font-size: 18px;
  color: #4a4a4a;
}
h5 {
  font-size: 12px;
  color: #808080;
}
h6 {
  font-size: 11px;
  color: #333333;
  font-family: "Antic Slab";
  font-weight: 400;
}

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

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  font-style: italic;
  border-left: 4px solid #a0ce4e;
  padding: 15px;
  margin: 2em 0;
  background-color: #f6f6f6;
  border-color: #256cc4;
}
blockquote p {}
blockquote small {}
figure{
  display: block;
}

figcaption{
  margin:0 0 10px;
  display: block;
}

/* 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 {}
@media only screen and (min-device-width: 1600px) and (max-device-width: 1920px) {
.hs-blog-id-10725990274 .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 18px !important;
}
}

@media only screen and (max-width: 1631px) {
    .hs-blog-id-10725990274 .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 15px !important;
}  
}



.cm-position .page-center{
  padding:0 30px;
  max-width:100% !important; 
}
.cm-lang-links{
  text-align:center;
}
.cm-lang-links ul{
  display:inline-block;
  margin:0;
  padding:0;
  list-style:none;
}
.cm-lang-links ul li{
  display:inline-block;
  margin: 0;
}
.cm-lang-links ul li span{
  position:relative;
  top:1px;
}
.cm-lang-links ul li:first-child span:before{
  background-image: url(//6054582.fs1.hubspotusercontent-na1.net/hubfs/6054582/KCLA_February2020/Images/rect_mate.png);
  -webkit-background-size: auto 20px;
  background-size: auto 20px;
  border-radius: 0px;
  width: 30px;
  height: 20px;
  content: " ";
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
  background-position: -3570px 0;
}
.cm-lang-links ul li:nth-child(2) a:before {
  background-image: url(//6054582.fs1.hubspotusercontent-na1.net/hubfs/6054582/KCLA_February2020/Images/rect_mate.png);
  -webkit-background-size: auto 20px;
  background-size: auto 20px;
  border-radius: 0px;
  width: 30px;
  height: 20px;
  content: " ";
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  overflow: hidden;
  background-position: -480px 0;
}
.cm-lang-links ul li a{
  display:inline-block;
  color: black;
  padding: 0 10px 0 7px;
}
.cm-lang-links ul li a:hover{
  text-decoration: underline;
  color: #00a0d2;
}
.cm-logo{
  max-width: 280px;
  width: 100% !important;
  margin-bottom: 15px;
  padding: 2px 0;
}
/*.cm-logo img{
  width:100%;
}*/
.cm-numbers{
  float: right !important;
  width:auto !important;
  padding: 0 0 15px;
  margin: -18px 0 0 !important;
  text-align:Center;
}
.cm-numbers a{
  display:block;
  padding: 5px 15px;
}
.cm-numbers a:first-child{
  margin:0 0 10px;
}


.cm-banner-area{
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
  background-color: rgb(85,152,217);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 145px;
  padding-left: 30px;
  padding-right: 30px;
}
.cm-banner-area .page-center{
  height:100%;
}
.cm-banner-inner{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 100%;
  width: 100%;
}
.cm-banner-area h1{
  text-align: center;
  width: 100%;
  font-family: open sans;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0px;
  font-style: normal;
  color: #ffffff;
  margin: 0;
  padding: 0;
}


.cm-height{
  min-height: 127px !important;
}
.scroll-header .cm-position{
/*   position:fixed; */
  top:0;
  left:0;
  width:100% !important;
  background:#fff;
  z-index:999;
  box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
  min-height: 140px !important;
}
.scroll-header .cm-logo img {
  width: auto;
}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a{
  font-size: 13px;
  color: #333333;
}

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

.body-container-wrapper{
  padding:55px 30px 0;
}
.body-container .page-center{
  padding:0 0 40px;
}

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


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

.footer-container-wrapper {
  background: rgb(85,152,217);
  background: -moz-linear-gradient(top, rgba(85,152,217,1) 0%, rgba(62,109,228,1) 62%, rgba(51,73,153,1) 100%);
  background: -webkit-linear-gradient(top, rgba(85,152,217,1) 0%,rgba(62,109,228,1) 62%,rgba(51,73,153,1) 100%);
  background: linear-gradient(to bottom, rgba(85,152,217,1) 0%,rgba(62,109,228,1) 62%,rgba(51,73,153,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5598d9', endColorstr='#334999',GradientType=0 );
}
.footer-container {}

.cm-footer-bottom{
/*   padding: 45px 30px 40px; */
  padding-bottom: 20px;
  font-size: 11px;
  color:#fff;
}
.cm-copyright{
  text-align:Center;
}
.cm-copyright p{ 
  margin:0;
}
.cm-copyright p span {
  font-weight: bold;
}
.cm-copyright p:nth-child(2){ 
  padding-top: 8px;
}
.cm-footer-top{
  padding:43px 30px 40px;
}
.cm-footer-top .page-center > div.row-fluid-wrapper > div.row-fluid {
  margin: 0 -15px;
  width:calc(100% + 30px);
}
.cm-footer-top h3{
  margin: 0 0 10px;
  text-transform: unset;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding-bottom: 5px;
  font-family: "Open Sans";
  font-size: 17px;
  color: #ffffff;  
  font-weight: 400;
}
.cm-footer-top h3 a{
  color:#fff;
  text-decoration:none;
  transition:all 0.3s;
}
.cm-footer-top h3 a:hover{
  color: #bfbfbf;
}

.cm-footer-logo{
  width: 16% !important;
  margin:0 !important;
  padding:0 15px;
  text-align: center;
}
.cm-footer-logo p{
  margin:0;
}
.cm-footer-logo p:first-child{
  margin-bottom: 30px;
}
.cm-footer-logo p a img{
  max-width:125px;
  width:100%;
}
.cm-footer-logo p img{
  max-width:135px;
  width:100%;
}


.cm-footer-links{
  width: 24% !important;
  margin:0 !important;
  padding:0 15px;
}
.cm-footer-links .hs-menu-wrapper > ul{
  display:block;
  margin:0;
}
.cm-footer-links .hs-menu-wrapper > ul > li{
  display:block;
  padding: 0 0 6px;
}
.cm-footer-links .hs-menu-wrapper > ul > li > a{
  display:block;
  position: relative;
  font-weight: bold;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  transition:all 0.3s;
}
.cm-footer-links .hs-menu-wrapper > ul > li > a:hover{
  color: #bfbfbf;
}



.cm-contact{
  width: 21% !important;
  margin:0 !important;
}
.cm-contact p{
  font-weight: bold;
  padding-bottom: 20px;
  font-family: "Open Sans";
  line-height: 23px;
  font-size: 14px;
  margin:0;
  color: #ffffff;
}
.cm-contact p a{
  color: #ffffff;
  transition:all 0.3s;
}
.cm-contact p a:hover{
  color: #bfbfbf;
}
.cm-contact p:last-child {
  padding: 5px 0 0;
}
.cm-contact p:last-child a{
  font-size: 11px;
}
.cm-contact p:last-child a img{
  max-width: 190px;
  width:100%;
  position: relative;
  left: -16px;
}
.cm-contact p:nth-last-child(2){
  line-height:1.5;
}

.cm-form-and-social{
  width: 20% !important;
  margin:0 !important;
  padding:0 15px;
}
.cm-form-and-social .hs-form-required{
  display:None;
}
.cm-footer-form{
  padding: 0 0 30px;
}
.cm-footer-form ::-webkit-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.cm-footer-form :-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.cm-footer-form ::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.cm-footer-form :-ms-input-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.cm-footer-form form{
  padding:11px 0 0;
}
.cm-form-and-social input[type="text"],
.cm-form-and-social input[type="email"]{
  padding: 0 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: block;
  min-height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  width:100%;
  margin-bottom: 18px;
}
.cm-form-and-social input[type="text"]:focus,
.cm-form-and-social input[type="email"]:focus{
  outline: none;
  border-color: rgba(82,168,236,0.8);
}
.cm-form-and-social .invalid.error{
  border-color: #c87872;
}
.cm-form-and-social .hs-error-msgs {
  color: #f00;
  font-size: 1em;
  font-weight: normal;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.cm-form-and-social .hs-error-msgs{
  color: #f2545b;
  font-family: helvetica;
  font-size: 13px;
}
.cm-form-and-social input[type="submit"]{
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  border-style: solid;
  border-width: 1px;
  background: #3d5bcc;
  border-color: #3d5bcc;
  color: #fff;
  font-size: 12px;
  font-family: helvetica;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 17px 0 13px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  padding: 12px 24px;
  white-space: normal !important;
  text-transform: none;
}

.cm-social-icons ul {
  list-style: none;
  margin: 0 -7px 0 0;
  padding: 0;
  display:block;
}
.cm-social-icons ul li{
  display:inline-blcok;
  padding: 0 0 6px;
  display: inline-block;
  padding-right: 12px !important;
  font-size: 15px;
}
.cm-social-icons ul li a{
  font-size: 23px;
  display:block;
  color:#fff;
  font-weight: 400;
  transition:all 0.3s;
}
.cm-social-icons ul li a:hover{
  color: #bfbfbf;
}
.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;
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-yelp:before {
  content: "\f1e9";
}



.cm-iasf{
  width: 19% !important;
  margin:0 !important;
  padding:0 15px;
  text-align: center;
}
.cm-iasf p{
  max-width: 200px;
  width: 100%;
  margin: 0 auto 10px;
  text-align:Center;
  color:#fff;
}
.cm-iasf img{
  width:100%;
  max-width:127px;
  margin:0 0 10px;
}
/* .cm-review{ */
/*   padding-top: 95px; */
/* } */
.cm-review img{
  width:100%;
  max-width:125px;
  margin:0 0 10px;
}

#back-to-top{
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  right: 75px;
  bottom: 0;
  height: 35px;
  position: fixed;
  text-align: center;
  width: 48px;
  opacity: .9;
  z-index: 100000;
  background-color: #333;
  transition: all .2s ease-in-out 0s;
}
#back-to-top:before{
  line-height: 35px;
  content: '\f106';
  -webkit-font-smoothing: antialiased;
  font-family: icomoon;
  font-size: 22px;
  color: #fff;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}
#back-to-top:hover{
  background-color: #256cc4;
}



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


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

/* Parent List */
.custom-menu-primary{
  width:auto !important;
  margin: 0 !important;
  left: 6.5%;
  position:relative;
  padding: 6px 4px 0 8px;
}
.custom-menu-primary .hs-menu-wrapper > ul{
  display:block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  display:inline-block;
  padding-right: 9px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child{
  padding-right:0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #256cc4;
  font-size: 15px;
  height: 34px;
  font-family: "Open Sans";
  font-weight: 700;
  letter-spacing: 0px;
  font-style: normal;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #333333;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  margin-top:-1px;
  background-color: #f2efef;
  width: 180px;
  border-top: 3px solid #333333;
  font-family: "Open Sans";
  font-weight: 400;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  padding: 7px 20px;
  color: #333333;
  font-family: "Open Sans";
  font-weight: 400;
  border-bottom: 1px solid #dcdadb;
  font-size: 13px;
  white-space:normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  background-color: #f8f8f8;
  color: #333333;
}

/* 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;
  padding:10px 8px!important;
}

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

}


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

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




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


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

/* Blog Post and Listing Body Class */
.blog {}
.blog .body-container .page-center {
  max-width:1400px !important;
}

@media (max-width: 1024px) {
  .blog .blog-sidebar {
    display: none;
  }
  .blog .blog-content {
    width: 100%!important;
  }
}

/* Blog Post */
.hs-blog-post {}
.single-navigation{
  line-height: 34px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
/*   margin-bottom: 60px; */
  text-align: right;
  border-color: #e0dede;
}
.single-navigation a {
  display: inline-block;
  position: relative;
  color: #333333;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}
.single-navigation a:hover{
  color: #256cc4;
}
.single-navigation a.prev:before{
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  left: -1em;
  font-family: icomoon;
  content: '\f104';;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}
.single-navigation a.next{
  margin-left: 15px;
  margin-right: 1em;
}
.single-navigation a.next:after{
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  right: -1em;
  font-family: icomoon;
  content: '\f105';
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}
.hs-featured-image-wrapper-post{
  margin:0 0 30px;
}
.hs-featured-image-wrapper-post img{
  width: 100%;
  max-width: 100%;
  display: block;
}
.cm-relate-post-wrapper{
  margin-top: 55px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.cm-relate-post-title{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 31px;
  overflow: hidden;
}
.cm-relate-post-title h3 {
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-size: 18px;
  color: #333333;
  padding-right: 8px;
  text-align: left;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin:0;
  text-transform: capitalize;
}
.title-sep-container {
  position: relative;
  height: 6px;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.title-sep.sep-double {
  position: relative;
  display: block;
  width: 100%;
  height: 6px;
  border-bottom: 1px #e0dede solid;
  border-top: 1px #e0dede solid;
}
.slick-slide {
  margin-left: 44px;
  max-width: 162px;
}
.cm-relate-post-inner {
  margin-left: -40px;
  width: calc(100% + 44px);
}
.cm-relate-post-inner-group{
  position:relative;
}
span.prev.slick-arrow {
  display: block;
  margin-top: -15px;
  background-color: rgba(0,0,0,0.6);
  left: 0;
  z-index: 1000;
  opacity: .8;
  position: absolute;
  top: 50%;
  text-align: center;
  cursor: pointer;
  color: transparent;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}
span.prev.slick-arrow:hover{
  background-color: rgba(0,0,0,0.7);
  opacity: 1;
}
span.prev.slick-arrow:before {
  content: '\f104';
  font-size: 14px;
  line-height: 30px;
  display: block;
  position: relative;
  color: #fff;
  font-family: icomoon;
}
span.next.slick-arrow {
  display: block;
  margin-top: -15px;
  background-color: rgba(0,0,0,0.6);
  right: 0;
  z-index: 1000;
  opacity: .8;
  position: absolute;
  top: 50%;
  text-align: center;
  cursor: pointer;
  color: transparent;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}
span.next.slick-arrow:hover{
  background-color: rgba(0,0,0,0.7);
  opacity: 1;
}
span.next.slick-arrow:before {
  content: '\f105';
  font-size: 14px;
  line-height: 30px;
  display: block;
  position: relative;
  color: #fff;
  font-family: icomoon;
}






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

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


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

.blog .blog-content {
  width: 66%;
}
.blog .blog-sidebar {
  width: 32% !important;
  margin:0 !important;
  float: right !important;
  position: sticky;
  top: 200px;
}


/* 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 h1 {
  color: #256cc4;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 26px;
  margin-bottom: 15px;
}
.post-header h2 {
  color: #256cc4;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 26px;
  margin-bottom: 25px;
}
.post-header h2 a {
  color: #256cc4;
}
.post-header h2 a:hover{
  color: #333;
}
.post-content p{
  margin:0 ;
}
.post-content{
  margin:0 0 20px;
}
.cm-author-read-more-group{
  margin-top: 20px;
  padding: 5px 0;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  border-color: #e0dede;
  font-size: 12px;
}
.cm-author-and-date-tags{
  display: inline-block;
  margin-right: 15px;
  width: auto;
}
.cm-author-and-date-tags a{
  color: #333333;
  display:inline-block;
}
.cm-author-and-date-tags a:hover{
  color: #256cc4;
}
.cm-author-and-date-tags span{
  display:inline-block;
}
.more-link{
  display: inline-block;
  margin-left: 0;  
  float:right;
}
.more-link a{
  position: relative;
  margin-right: 10px;
  text-align: right;
  color: #333333;
}
.more-link a:hover{
  color: #256cc4;
}
.more-link a:after {
  content: '\f105';
  top: 50%;
  right: -10px;
  padding-left: 5px;
  font-size: 14px;
  font-family: icomoon;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}
/* 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%;
}

.cm-social-share{
  margin-top: 60px;
  background-color: #f6f6f6;
  display: table;
  padding: 20px;
  min-height: 70px;
  width: 100%;
}
.cm-social-share h4 {
  color: #333333;
  font-size: 18px;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  display: table-cell;
  vertical-align: middle;
  margin:0;
}
.cm-social-share-icons {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
}
.cm-social-share-icons-inner{
  margin: 0 -10px;
  text-align: right;
  padding:0 2px;
}
.cm-social-share-icons-inner a{
  color: #bebdbd;
  margin-bottom: 0;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  margin: 0 8px;
  font-family: icomoon;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
}
.cm-social-share-icons-inner a:hover{
  opacity: .8;
}
.facebook:before {
  content: "\e604";
}
.twitter:before {
  content: "\e605";
}
.linkedin:before {
  content: "\e60f";
}
.reddit:before {
  content: "\e60d";
}
.whatsapp:before {
  content: "\f232";
}
.googleplus:before {
  content: "\e900";
}
.tumblr:before {
  content: "\e613";
}
.pinterest:before {
  content: "\e602";
}
.vk:before {
  content: "\f189";
}
.mail:before {
  content: "\e616";
}
.fusion-clearfix {
  zoom: 1;
  clear: both;
}
/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 65px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  margin-bottom: 30px;
}
.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: auto;
  width: 100%;
  display: block !important;
  float: none;
  margin:0;
}


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

/* Blog Commments */
#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: left; display:block; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 40px;
  line-height: normal;
  padding:0 1rem 19x;
}
.blog-pagination a {
  color: #000;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 0px;
  border: 1px solid #e0dede;
  margin:0 3px;
  text-decoration: none;
  display: inline-flex;
  position: relative;
  float: none;
  transition:all 0.2s;
}
.blog-pagination a:last-child{
  margin-right:0
}
.blog-pagination a:first-child{
  margin-left:0
}
.blog-pagination a:hover{
  border-color: #256cc4;
  color: #256cc4;
}
.blog-pagination a.active{
  background-color: #256cc4;
  border-color: #256cc4;
  color: #fff;
}
.blog-pagination a.prev-link,
.blog-pagination a.next-link {
  border: 0;
}
.blog-pagination a.next-link:after {
  font-family: icomoon;
  content: '\f105';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  right: -1em;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}
.blog-pagination a.prev-link:before {
  font-family: icomoon;
  content: '\f104';
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  left: -1em;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}
/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {
  color: #256cc4;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 26px;
  margin-bottom: 25px;
}
h2.post-listing-simple a {
  color: #256cc4;
}
h2.post-listing-simple a:hover{
  color: #333;
}



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

.blog .blog-sidebar {}

.blog .body-container .hs-search-field__bar form{
  padding:0;
  margin:0;
  background:transparent;
}
.cm-blog-search{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
}
.blog .body-container .blog-sidebar input[type="text"]{
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  height: 29px;
  border-width: 1px;
  -webkit-border-radius: 0px;
  padding-top: 0;
  padding-bottom: 0;
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #d2d2d2;
  color: #aaa9a9;
  font-size: 13px;
  background-color: #ffffff;
  border: 1px solid #d2d2d2;
  padding: 8px 15px;
  width: 100%;
  margin: 0;
  min-height:unset;
  outline:0;
}
.blog .body-container .blog-sidebar input[type="text"]:focus{
  border: 1px solid #d2d2d2;
}
.blog .body-container .blog-sidebar input[type="submit"]{
  height: 29px;
  width: 33px;
  line-height: 29px;
  background: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  margin: 0;
  padding: 0;
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
  outline: 0;
  vertical-align: middle;
  -webkit-appearance: none;
}
.blog .body-container .blog-sidebar input[type="submit"]:hover{
  background-color: #256cc4;
}
.blog .blog-sidebar h3,
.blog .blog-sidebar h2{
  color: #256cc4;
  font-size: 22px;
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
}
.blog .blog-sidebar ul{
  padding:0;
  margin:0;
  list-style:None;
  display:block;
}
.blog .blog-sidebar ul li{
  display:block;
  padding: 10px 10px 10px 12px;
/*   border-bottom: 1px solid #e0dede; */
  position: relative;
}
.blog .blog-sidebar ul li:first-child{
  padding-top:0;
}
.blog .blog-sidebar ul li a{
  color: #333333;
  text-decoration:none;
}
.blog .blog-sidebar ul li a:hover{
  color: #256cc4;
}
.blog .blog-sidebar ul li a:before {
  position: absolute;
  font-family: icomoon;
  content: '\f105';
  margin-left: -12px;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}
.blog .blog-sidebar .filter-link-count{
  display:none;
}
.blog .blog-sidebar ul.hs-search-field__suggestions li a:before {
  display: none;
}
.hs-search-results__listing {
  margin: -20px -20px 0 -20px !important;
  width: calc(100% + 40px);
}
.hs-search-results__listing li {
  margin: 0;
  width: 28%;
  display: inline-block;
  margin: 20px;
  border: 1px #ebeaea solid;
  border-bottom-width: 3px;
  padding: 30px 25px 20px;
  vertical-align:top;
}
.hs-search-results__listing li a{
  font-family: "Open Sans";
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 26px;
  margin-bottom: 5px;
  color: #333333;
}
.hs-search-results__listing li a:hover{
  color: #256cc4;
}


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


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

.hs-blog-listing .hs-author-profile {
  border-bottom: 0;
  padding: 0;
  margin: 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: left;
  margin-right: 20px;
  max-width: 20%;
}
.hs-author-profile .hs-author-avatar img{
  max-width: 100%;
}

.fusion-author-social {
  display: table;
  margin: 20px 0 80px;
  padding: 5px 0;
  width: 100%;
  border-top: 1px solid #e0dede;
  border-bottom: 1px solid #e0dede;
  border-color: #e0dede;
  clear: both;
}
/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  color: #3c3c3c;
  font-size: 25px;
  font-family: "Open Sans";
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0px;
  margin-bottom: 1em;
  font-style: normal;
}

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


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


/* =============== Global Form Styles =============== */

.cm-form{
  width:50% !important;
}

.body-container .form-title{
  color:#fff;
}
.cm-commnet-form form,
.body-container .hs-search-field__bar form,
.body-container .custom_error_message form,
.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
#comment-form {
  padding: 20px;
  background-color:#0ba6f8;
  margin: 20px 0 40px;
}
.body-container .submitted-message{
  color:#fff;
}
.cm-title-color h1,
.cm-title-color h3{
  color:#fff;
}

/* Form Field */
.body-container .hs-form-field {
  margin-bottom: 18px;
}

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

/* Labels and Legends */
.body-container label {}
.body-container .hs-form-field > label {
  color: #ffffff;
  font-family: helvetica;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  display:inline-block;
  margin-bottom: 4px;
}
.body-container .hs-form-required {
  color: red;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  padding: 0 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: block;
  min-height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  width:100%;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}
.body-container .invalid.error{
  border-color: #b9554d;
}
.body-container .hs-error-msgs{
  color: #f2545b;
  margin:10px 0;
  padding:0;
  list-style:None;
}
/* 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 {
  color: #aaa9a9;
  opacity: 1;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #aaa9a9;
  opacity: 1;
} /* Firefox 18- */
::-moz-placeholder {
  color: #aaa9a9;
  opacity: 1;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #aaa9a9;
  opacity: 1;
} /* IE10 */


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

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

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

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


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

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

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

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

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


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

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  border-style: solid;
  border-width: 1px;
  background: #3d5bcc;
  border-color: #3d5bcc;
  color: #ffffff;
  font-size: 12px;
  font-family: helvetica;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 20px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  padding: 12px 24px;
  white-space:normal !important;
  text-transform:uppercase;
}

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

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


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

.cm-footer-links .hs-menu-wrapper>ul>li>a {
    font-size: 15px !important;
}

.footer-btn, .cm-form-and-social input[type="submit"]{
    background: none;
    border: 1px solid #fff;
    padding: 9px 25px !important;
    border-radius: 35px;
    font-size: 13px !important;
    font-weight: 400;
    font-family: open sans;
    letter-spacing: 1px;
    color: #fff;
    max-width: 260px;
    display: block;
    width: 100%;
    text-align: center;
}

.footer-btn:hover {
    background: #fff !important;
    color: #333 !important;
    border: 1px solid #fff !important;
}

.cm-form-and-social input[type="submit"] {
    padding: 14px 15px !important;
}

.cm-form-and-social input[type="submit"]:hover{
 background: #fff !important;
    color: #333 !important;
    border: 1px solid #fff !important;
}

.cm-footer-form form {
    padding: 20px 0 0;
}

.cm-form-and-social input[type="text"], .cm-form-and-social input[type="email"]{
  border-radius: 3px !important;
   font-family: open sans !important;
    color: #444444 !important;
    font-size: 16px;
  margin-bottom:13px;
}



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

.footer-container .submitted-message{
  color:#fff;
}
.cm-header-top-spacer {
  min-height: 23px !important;
}

.custom-menu-primary {
    display: flex !important;
    justify-content: center;
}



/* 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: 1799px) {
  .cm-logo {
    max-width: 100%;
    width: auto !important;
  }
  .custom-menu-primary {
    left: 0;
    padding: 8px 10px 0 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size:13px;
  }
}

@media (max-width: 1660px) {
  .cm-logo {
    max-width: 13%;
    width: 100% !important;
  }
  .custom-menu-primary {
    left: 6.5%;
    padding: 6px 4px 0 8px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size:15px;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size:15px;
  }
  .cm-numbers{
    padding: 0 0 2px;
  }
  .cm-numbers a:first-child img{
  max-width:65.5%;
    width:auto;
  }  
  .cm-numbers a{
    padding: 5px 0px 0px;
    line-height:1.5;
  }
  .cm-numbers > div {
    width: 87% !important;
    padding-right: 20px;
    display: inline-block;
  }
  .cm-height {
    min-height: 96px !important;
  }
  .scroll-header .cm-position {
    min-height: 111px !important;
  }  
}

@media (max-width: 1576px) {
  .custom-menu-primary {
    left: 6%;
  }
  .scroll-header .cm-position {
    min-height: 106px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size:13px;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size:13px;
  }
}

@media (max-width: 1440px) {
  .custom-menu-primary {
    left: 4.5%;
    padding: 5px 4px 0 8px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size:12px;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size:12px;
  }
}

@media (max-width: 1380px) {
  .cm-logo {
    max-width: 16%;
    width: 100% !important;
  }
  .custom-menu-primary {
    left: 2%;
    margin: 0 -40px 0 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    margin-top: 0;
  }
}


@media (max-width: 1315px) {
  .cm-logo {
    max-width: 16%;
    width: 100% !important;
  }
  .custom-menu-primary {
    left: 3.5%;
    margin: 0 -20px 0 0px !important;
    padding: 6px 4px 0 8px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    margin-top: -1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size:11px;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size:11px;
  }
  .cm-numbers a:first-child img {
    width: 47.5%;
  }
  .cm-numbers a:nth-child(2) img {
    width: 77%;
  }
  .cm-height {
    min-height: 81px !important;
  }
  .scroll-header .cm-position {
    min-height: 89px !important;
  }
}

@media (max-width: 1253px) {
  .custom-menu-primary {
    margin: 0 0 -1px !important;
    padding: 2px 4px 0 8px;
  } 
  .cm-height {
    min-height: 109px !important;
  }
}

@media (max-width: 1200px) {
  .custom-menu-primary {
    margin: 0 !important;
    padding: 1px 4px 1px 8px;
  }
  .cm-social-icons ul li{
    padding-right: 10px !important;
    font-size: 15px;
  }
  .cm-social-icons ul li a{
    font-size: 18px;
  }
  .cm-review {
    padding-top: 65px;
  }
}

@media (max-width: 1160px) {
  .cm-numbers {
    padding: 2px 0 0;
    margin: 0 !important;
  }
  .custom-menu-primary {
    margin: 0 !important;
    padding: 0 4px 1px 8px;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    margin-top: 0;
  }
}


@media (max-width: 1100px) {
  .cm-logo {
    max-width: 25%;
    width: 100% !important;
  }
}


@media (max-width: 1023px) {
  .custom-menu-primary {
    justify-content: start;
    flex-flow: column;
}
 
  .mobile-trigger {
    top: 70px !important;
}
  
}



@media (max-width: 900px) {
  .cm-social-icons ul li a {
    font-size: 15px;
  }
}

@media (max-width: 856px) {
  .hs-search-results__listing li {
    width: 43%;
  }
}


@media (max-width: 800px) {
  .cm-height {
    min-height: 109px !important;
  }
  .cm-mobile-group {
    min-height: 0;
  }
  .cm-position .page-center {
    padding: 20px 15px;
  }
  .cm-logo{
    margin:12px 0 0;    
    padding-bottom:0;
    float:left !important;
  }
/*  .cm-logo img{
    max-width: 185px;
    width:auto;
  }*/
  .cm-numbers {
    display: none !important;
  }
  .cm-trigger{
    display:inline-block !important;
    float:right !important;
    margin:0 !important;
    width:auto !important;
  }
  .cm-banner-area h1{
    font-size: 22px;
  }
  .cm-banner-area {
    height: 102px;
    padding: 5px 20px;
  }
  .header-container .cm-mobile-group-inner{
    display:none;
  }
  .custom-menu-primary.desktop {
    display: none !important;
  }
  .cm-position{
    position:fixed !important;
    width:100% !important;
    left:0;
    right:0;
    z-index:9999;
    background:#fff;
  }
  a#back-to-top {
    display: none !important;
  }
  

  /* 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; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: relative; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 0;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 0;
    background: transparent; /* Background color */
    font-size: 21px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    color: #256cc4;
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin-top: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mobile-trigger {
    position: absolute;
    top: 105px;
    right: 20px;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }


  /* Toggle Button Icon */
  .mobile-trigger i{
    display: none;
  }
  .mobile-trigger:before{
    content: "\f0c9";
  }
  .mobile-open .mobile-trigger:before{
    content: "x";
    font-family: "Open Sans";
    font-size: 25px;
    position: relative;
    top: -6px;
    left: -6px;
  }
  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 15px;
    width: 25px !important;
    min-width: 0px !important;
    height: 35px !important;
    padding: 0 !important;
    border-left: 0;
    color: #256cc4;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger:after{
    display: block;
    margin: 0;
    content: '\e61f';
    font-family: icomoon;
  }

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

  .custom-menu-primary.js-enabled{
/*     position: relative; */
    min-height:0 !important;
    margin:0 !important;
    width:100% !important;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    padding: 0 15px;
    letter-spacing: 0;
    color: #256cc4;
    line-height: 35px;
    background-color: #ffffff;
    border-color: rgba(218,218,218,0);
    height: 35px;
    text-transform: none;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #333;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #fff;
    width: 100%;
    border-top: 0;
    font-family: "Open Sans";
    font-weight: 400;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin-top: 0;
    -moz-box-shadow: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 13px;
    line-height: 25px;
    color: #818181;
    font-family: "Open Sans";
    font-weight: 700;
    font-style: normal;
    padding: 0 15px;
    border: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a::before {
    color: #818181;
    content: "-";
    margin-right: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    background-color: transparent;
    color: #333;
  }
  .cm-mob-links ul{
    display:block;
    margin:20px 15px 32px;
    padding:0;
    list-style:None;
    text-align:Center;
  }
  .cm-mob-links ul li{
    display:block;
    padding:4px 0;
    max-width: 235px;
    margin: 0 auto;
    width: 100%;
  }
  .cm-mob-links ul li a{
    color: #256cc4;
    font-size: 13px;
    height: 35px;
    font-weight: bold;
    letter-spacing: 0.5px;
    border: 2px solid #256cc4;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px 15px;
    border-radius: 35px;
    font-family: "Open Sans";
    background-color: #ffffff;
    line-height: 22px;
  }
  .cm-mob-links ul li a:hover{
    color: #fff;
    background: #256cc4;
  }
  .fa, .fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .fa-phone:before {
    content: "\f095";
  }
  .cm-header-social-icons{
    min-height: 100px;
    text-align: center;
    padding: 15px 15px 0;
    background: rgb(84,152,217);
    background: -moz-linear-gradient(top, rgba(84,152,217,1) 0%, rgba(59,105,227,1) 59%, rgba(53,79,166,1) 100%);
    background: -webkit-linear-gradient(top, rgba(84,152,217,1) 0%,rgba(59,105,227,1) 59%,rgba(53,79,166,1) 100%);
    background: linear-gradient(to bottom, rgba(84,152,217,1) 0%,rgba(59,105,227,1) 59%,rgba(53,79,166,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5498d9', endColorstr='#354fa6',GradientType=0 );
  }
  .cm-header-social-icons h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin: 0;
  }
  .cm-header-social-icons ul {
    display:block;
    margin:15px 0;
    padding:0;
    list-style:None;
  }
  .cm-header-social-icons ul li{
    display:inline-block;
    padding-right: 10px ;
  }
  .cm-header-social-icons ul li:last-child {
    padding-right: 0;
  }
  .cm-header-social-icons ul li a{
    display:inline-block;
    font-size: 15px;
    color: #fff;
  }
  .cm-header-social-icons ul li a:hover{
    color: #333;
  }




  .cm-footer-top .page-center > div.row-fluid-wrapper > div.row-fluid {
    margin: 0;
    width: 100%;
  }
  .cm-footer-bottom {
    padding-top: 0;
  }
  .cm-footer-bottom.no-nav{
    padding-top: 45px ;
  }
  .cm-iasf {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 15px;
    text-align: center;
  }
  .cm-iasf p {
    margin: 0 auto 15px;
  }
  .cm-review {
    padding-top: 10px;
  }
  .cm-form-and-social {
    width: 100% !important;
    margin: 0 0 25px !important;
    padding: 0;
    text-align: center;
  }
  .cm-social-icons ul li {
    padding-right: 10px !important;
  }
  .cm-contact {
    width: 100% !important;
    margin: 0 0 25px !important;
    text-align: center;
  }
  .cm-contact p:last-child a img {
    left: -5px;
  }
  .cm-footer-links {
    width: 100% !important;
    margin: 0 0 25px !important;
    padding: 0 15px;
    text-align: center;
  }
  .cm-footer-logo {
    width: 100% !important;
    margin: 0 0 25px !important;
    padding: 0 15px;
    text-align: center;
  }
  .blog .blog-content {
    width: 100% !important;
  }
  .blog .blog-sidebar {
    width: 100% !important;
    margin: 50px 0 0 !important;
    float: left !important;
  }
  .cm-footer-form form {
    max-width: 244px;
    margin: 0 auto;
  }
}

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

@media (max-width: 767px) {
  
  .cm-form{
    width:100% !important;
  }
}  


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

@media (max-width: 712px) {
  .hs-search-results__listing {
    margin: 0 !important;
    width: 100%;
  }
  .hs-search-results__listing li {
    width: 100%;
    margin:0 0 40px;
  }
}

@media (max-width: 650px) {
  .header-container .cm-mobile-group-inner {
    margin: 2px 0 0;
  }
  .cm-position .page-center{
    padding: 20px 15px 17px;
  }
  .cm-height {
    min-height: 97px !important;
  }
  .cm-logo {
    margin: 0 !important;
  }
  .mobile-trigger{
    margin-top: 13px;
  }
  .cm-author-and-date-tags {
    display: block;
    margin-right: 0;
    width:100%;
  }
  .more-link {
    display: inline-block;
    margin-left: 0;
    float: none;
  }
  .cm-social-share h4 {
    display: block;
    margin: 0 0 10px;
  }
  .cm-social-share-icons {
    text-align: left;
    display: block;
    vertical-align: middle;
    width: 100%;
  }
  .cm-social-share-icons-inner {
    margin: 0;
    text-align: left;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  }
  .cm-position.no-nav .page-center {
    padding: 20px 15px 21px;
  }
}

@media (max-width: 500px) {
  .hs-author-profile h2.hs-author-name {
    font-size: 18px;
  }
  .subscribe-options label {
    margin-left: 0;
    margin-right: 0;
  }
}

.span12.widget-span.widget-type-custom_widget.cm-review img {
    margin-top: 1px;

}
}
.scroll-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 15px;
    color: #256cc4;
}

/*17.06.2020*/
.span12.widget-span.widget-type-cell.page-center.pageHeader {
	max-width: 1800px !important;
	width: 100%;
}
.active-branch li a{font-size:15px !important;}
.custom-menu-primary { width: 65% !important; left: 8.5%;}
.cm-numbers{padding-top:35px;}
.span3.widget-span.widget-type-custom_widget.cm-logo{max-width:13% !important; margin-top: 30px;}
#hs-cta-wrapper-7bb3a287-97cc-4905-9d9d-2eb7bb0dc0d5 {margin-top: 5px;display: block; margin-bottom: -14px;}
.cm-logo a img{width:100%;}
.custom-menu-primary{padding-top:18px;}
.custom-menu-primary .hs-menu-wrapper > ul li a{
	padding: 0px 8px 10px !important;
}
.tophead h4{text-align:center; padding:5px 0; background:#0d74bd; color:#fff; margin:0px; font-size:16px;}
.tophead h4 a{color:#fff;}
.cta_button .button{font-size:15px;}
#cta_button_6054582_7775c886-83d9-44e2-aec4-0db55ed81a53 .button{padding:7px 18px; }
.button{border:2px solid #3575e3;}
#cta_button_6054582_7e7bf80f-fca4-4a6f-88fa-648a73add032 .button{font-size:15px !important;}
.button:hover, .button:focus { background:#4598ff; border:2px solid #4598ff; color:#fff !important;}
.top_head{background: #0d74bd;text-align: center; color: #fff; padding: 5px 15px;}
.top_head h4{margin:0px;font-weight: 600;font-size: 16px; color:#fff !important;}
.top_head h4 a{color:#fff !important; text-decoration:underline !important;}

.header_top_bar_main {
    background-color: transparent;
    background-image: linear-gradient(90deg, #0d74bd 0%, #77b387 100%);
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 15px;
}
.header_top_bar_main a{
  color: #fff;
  text-decoration:none;
}
.header_top_bar_main a:hover{
  text-decoration:none;
}
.flag_radius .cm-lang-links ul li:first-child span:before, .flag_radius .cm-lang-links ul li:nth-child(2) a:before{
  border-radius:10px;
  width: 20px;
}
.flag_radius .cm-lang-links{
  margin: 10px 0 0 0;
}
.mainmenu {
  padding: 3px 4px 0 8px !important;
  margin-top: 35px !important;
}
.mainmenu .active-branch li a{
padding:6px !important;
  font-size: 12px !important;
}
.Stickyheader .pageHeader{
background:#fff;
}
@media (min-width:2800px) and (max-width:3300px){
  
  
}


@media (min-width:1600px) and (max-width:1799px){
  .span3.widget-span.widget-type-custom_widget.custom-menu-primary.desktop.js-enabled{max-width:63% !important;} 
  .custom-menu-primary { width: 65% !important; left: 3% !important;}
   .cm-numbers{width:20% !important; padding-bottom:15px;}
  #hs-cta-7bb3a287-97cc-4905-9d9d-2eb7bb0dc0d5 .button{font-size:12px;}
  .cta_button .button { font-size: 12px !important;}
  .cm-logo a img{width:100% !important;}
  #cta_button_6054582_7775c886-83d9-44e2-aec4-0db55ed81a53 .button{padding:7px 18px; }
}

@media (min-width:1400px) and (max-width:1599px){
  .active-branch li a { font-size: 13px !important;}
  .custom-menu-primary { width: 65% !important; left: 3%; padding-top: 1% !important;}
  .span3.widget-span.widget-type-custom_widget.custom-menu-primary.desktop.js-enabled{max-width:100% !important; padding: 0px; margin: 0px !important;}
  .cm-numbers{width:20% !important; padding-bottom:15px;}
  #hs-cta-7bb3a287-97cc-4905-9d9d-2eb7bb0dc0d5 .button{font-size:12px;}
  .cta_button .button { font-size: 12px !important;}
  .cm-logo a img{width:100% !important;}
  #cta_button_6054582_7775c886-83d9-44e2-aec4-0db55ed81a53 .button{padding:7px 18px; }
  .mainmenu { margin-top: 20px !important;}
}
@media (min-width: 1800px){
.blog .custom-menu-primary {
    width: 59% !important;
    left: 3.5%;
/*     left: 5%; */
}
.blog .mainmenu .active-branch li a {
    font-size: 15px !important;
}
.blog .span3.widget-span.widget-type-custom_widget.cm-logo {
    max-width: 16% !important;
    margin-top: 17px;
}
.blog .header-container-wrapper .mainmenu .active-branch li a {
/*     font-size: 15px !important; */
}
}
@media (min-width: 1500px){
.blog .mainmenu .active-branch li a {
    font-size: 13px !important;
}
}


@media only screen and (max-width: 1350px) {
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 0px 3px 10px !important;
  }
  
}
@media only screen and (max-width: 1310px) {
  .span12.widget-span.widget-type-cell.page-center.pageHeader{ position: relative; } 
  .span7.widget-span.widget-type-custom_widget.custom-menu-primary.desktop.mainmenu {
/*     position: absolute; */
    align-items: center;
    left: 0;
    right: 0;
    margin: 0 auto !important;
    top: 71%;
    width: 100% !important;
    text-align: center;
  }
  .span3.widget-span.widget-type-custom_widget.cm-logo {
    max-width: 14% !important;
    margin-top: 30px;
    margin-bottom: 80px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
}

@media (min-width:1200px) and (max-width:1399px){
  .active-branch li a { font-size: 11px !important;}
  .custom-menu-primary { width: 67% !important; left: 2%; padding-top: 0% !important;}
  .span3.widget-span.widget-type-custom_widget.custom-menu-primary.desktop.js-enabled{max-width:100% !important; padding: 0px; margin: 0px !important; left: 0%;
top: 0px;}
  #hs-cta-7bb3a287-97cc-4905-9d9d-2eb7bb0dc0d5 .button{font-size:12px;}
  .cta_button .button { font-size: 12px !important; letter-spacing: 1px;}
  .cm-logo a img{width:100% !important;}
  #cta_button_6054582_7775c886-83d9-44e2-aec4-0db55ed81a53 .button{padding: 8px 15px; }
  .cm-numbers > div{min-width: auto !important; padding: 0px !important; width: 100% !important;}
}

@media only screen and (max-width: 1156px) {
  .span3.widget-span.widget-type-custom_widget.cm-logo {
    max-width: 25% !important;
  }
  .span7.widget-span.widget-type-custom_widget.custom-menu-primary.desktop.mainmenu {
    top: 75%;
  }
}

@media (min-width:992px) and (max-width:1199px){
  .active-branch li a { font-size: 10px !important;}
  .custom-menu-primary { width: 100% !important; left: 18.5%;}
  .span3.widget-span.widget-type-custom_widget.custom-menu-primary.desktop.js-enabled{max-width:100% !important; padding: 0px; margin: 0px !important;}
  .hs-blog-id-10725990274 .span3.widget-span.widget-type-custom_widget.custom-menu-primary.desktop.js-enabled {  margin: 10px 0 0 0 !important;  width: 60% !important;  left: 0px;  top: 0px !important;}
  .hs-blog-id-10725990274 .cm-logo img{width:100%; max-width:100% !important;}   
  #hs-cta-7bb3a287-97cc-4905-9d9d-2eb7bb0dc0d5 .button{font-size:12px;}
  .cta_button .button { font-size: 12px !important; letter-spacing: 1px;}
  .cm-logo a img{width:100% !important;}
  #cta_button_6054582_7775c886-83d9-44e2-aec4-0db55ed81a53 .button{padding: 8px 15px; }
  .cm-numbers > div{min-width: auto !important; padding: 0px !important; width: 100% !important;}
  .cm-numbers{padding:0px;}
  .widget-type-global_group{padding:10px 0 !important;}
  
  .span3.widget-span.widget-type-custom_widget.cm-logo {margin-bottom: 50px;}
}
@media only screen and (max-width: 992px) {
  .span3.widget-span.widget-type-custom_widget.cm-logo {
    max-width: 25% !important;
    margin-bottom: 80px !important;
  }
  .span7.widget-span.widget-type-custom_widget.custom-menu-primary.desktop.mainmenu {
    top: 71%;
  }
  .cm-logo img {
    max-width: 100% !important;
  }
  .cta_button .button {
    font-size: 13px;
  }
  .footer-btn, .cm-form-and-social input[type="submit"] {
    margin: auto;
}
}

@media only screen and (max-width: 832px) {
  .span3.widget-span.widget-type-custom_widget.cm-logo {
     margin-bottom: 130px !important;
  }
  .span7.widget-span.widget-type-custom_widget.custom-menu-primary.desktop.mainmenu {
    top: 63%;
  } 
}

@media only screen and (max-width: 812px) {
  .cm-footer-links {width: 33% !important;} 
  .cm-footer-logo {width: 33% !important;}
  .cm-contact {width: 33% !important; margin: 0 0 45px !important;} 
  .cm-form-and-social {width: 33% !important; margin-top: 20px !important;}
  .cm-iasf {width: 33% !important; margin-top: 20px !important;}
} 

@media only screen and (max-width: 800px) {
  .span3.widget-span.widget-type-custom_widget.cm-logo {
    max-width: 185px !important;
  }
  .span3.widget-span.widget-type-custom_widget.cm-logo {
    margin-bottom: 0px !important;
  }
  .cm-banner-area {
    margin-top: 65px;
  } 
  
  .cm-mobile-group-inner .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 0px 23px 10px !important;
  }
  .cm-mobile-group-inner .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    padding: 0px 8px 0px 20px !important;
    font-size: 13px !important;
    line-height: 25px;
    color: #818181;
  }
} 

@media only screen and (max-width: 767px) {
  .cm-footer-links {width: 100% !important;} 
  .cm-footer-logo {width: 100% !important;}
  .cm-contact {width: 100% !important; margin: 0 0 25px !important;} 
  .cm-form-and-social {width: 100% !important; margin-top: 0px !important; margin-bottom: 0 !important;}
  .cm-iasf {width: 100% !important; margin-top: 0px !important;}
} 

@media only screen and (max-width: 650px) {
  .span3.widget-span.widget-type-custom_widget.cm-logo {
    margin-bottom: 0px !important;
    margin-top: 20px !important;
  }
  .cm-banner-area {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 589px) {
  .mobile-trigger {
    top: 90px !important;
  }
}

@media only screen and (max-width: 479px) {
  .cm-banner-area {
    height: 150px;
}

.cm-banner-area h1 {
    font-size: 18px;
}

}