/* ==========================================================================
   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=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

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

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

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

/* Forms */
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.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

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

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    background: #fff;
    color: #454545;
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1.9;
    font-family: 'Montserrat', sans-serif;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

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

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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 { 
  color: #00529b;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  margin:15px 0;
  line-height:1.5;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 { 
  color: #041362;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.125em;
}
h2 { 
    color: #041362;
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.125em;
}
h3 { 
    color: #041362;
    text-transform: uppercase;
    font-size: 30px;
}
h4 { 
    color: #00529b;
    font-weight: 600;
    line-height: 1.5em;
    font-size: 24px;
}
h5 { 
   font-size: 22px;
}
h6 { 
   font-size: 20px;
}

/* Anchor Links */
a { 
  text-decoration: none;
  color: #086da7;
}
a:hover, a:focus { 
    color: #00529b;
    text-decoration: underline;
    outline:none;
}

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

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

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


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

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

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

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


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


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

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

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

body:not(.blog) .body-container {
  font-size:17px;
  line-height:28px;
}
/* =============== Header =============== */

.header-container-wrapper a:hover { 
  text-decoration:none !important;
}
.header-container {}
/* header top css start here */

.header-top {
    background-color: #ececec;
    min-width: 100%;
    display: block;
    min-height: 37px;
    text-align: center;
    padding: 10px 0 3px 0;
    border-bottom: 1px solid #e7e7e7;
    z-index: 999;
}

.header-top .page-center {
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.header-top nav {
    color: #b2b2b2;
    font-size: 15px;
    line-height: 1.125em;
    min-width: 100%;
    display: block;
    clear: both;
    text-align: center;
    margin: 0 auto;
}

.header-top .menu-utility-menu-container {
    order: 1;
    width: auto;
    display: inline-block;
    margin-left: 425px;
}

.header-top  form.search-form {
    width: auto !important;
    display: inline-block;
    margin-top: -7px;
    float: right;
    order: 2;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.header-top form.search-form input[type="search"] {
    -webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.85) !important;
    -moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.85) !important;
    box-shadow: inset 0 1px 3px rgba(204,204,204,0.85) !important;
    font-size: 15px;
    min-height: 15px;
    min-width: 242px;
    border-radius: 3px;
    margin-top: 0px;
    padding-bottom: 6px;
    float: left;
    position: relative;
    z-index: 100;
    font-weight: 400;
    padding: 3.5px 5px !important;
    border: solid 1px #4f91cd !important;
    background-color: #f2f2f2 !important;
    max-width: none;
    width: 100%;
}
.header-top form.search-form input[type="search"]:focus {
    border: solid 1px #4f91cd !important;
    background-color: #f2f2f2 !important;
    -webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.85) !important;
    -moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.85) !important;
    box-shadow: inset 0 1px 3px rgba(204,204,204,0.85) !important;
    color: #111;
}
.search-form label::after {
    position: absolute;
    z-index: 10;
    margin: 7px 0 0 7px;
    font-family: 'FontAwesome';
    font-size: 21px;
    font-weight: 300;
    content: "\f002";
    color: #454545;
}

input.search-submit {
   margin: 0 !important;
    text-indent: -150px;
    display: inline-block !important;
    width: 60px !important;
    height: 20px !important;
    float: right;
    margin: 2px 0 0 -5px !important;
    background-color: transparent !important;
    position: relative;
    z-index: 50;
    border: 0 !important;
}

.header-top label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    margin: 0;
    padding: 0;
}

.header-top .menu-utility-menu-container ul {
    display: block !important;
    float: right;
}

.header-top .menu-utility-menu-container ul li {
    float: left;
    display: inline-block;
}

.header-top .menu-utility-menu-container ul li a {
     padding: 2px 15px;
    font-size: 15px;
    font-weight: 500 !important;
    border-bottom: 0;
    background: url(//cdn2.hubspot.net/hubfs/4643207/Theracycle_June2019%20Theme/images/topdiv-line.png) no-repeat right 0px;
    padding-top: 0;
}
.header-top .menu-utility-menu-container ul li a:hover {
    color: #78c2a9;
    border-bottom: none;
    text-decoration: none;
}
/* close top css */
/* header bottom css start here */
.header-bottom-wrapper {
    padding: 15px 0;
    width: 100% !important;
    z-index: 999;
    background-color: rgba(255, 255, 255, 1.0);
    min-height: 155px !important;
    max-height: 170px !important;
    border-bottom: 2px solid #78c2a9;
}


.site-branding {
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    display: block;
    min-width: 100%;
    width: 100%;
}

a.custom-logo {
    color: #041362 /* navy blue nav links */;
}

.site-branding .custom-logo img {
    max-width: 100%;
    max-height: 80px;
    height: 70px;
    width: auto;
    margin-top: 6px;
    vertical-align: middle;
}

.call-us {
    color: #999;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    float: right;
    margin-top: 38px;
}

.call-us a {
    color: #086da8;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
}

.call-us a:hover {
    text-decoration: underline !important;
    color: #00529b !important;
}

.custom-menu-primary {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    float: none;
    text-align: center;
    display: block !important;
    margin-top:15px;
}

.custom-menu-primary .hs-menu-wrapper>ul {
    min-width: 100%;
    float: none !important;
    display: block !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
    font-size: 18px;
    line-height: 1.125em;
    text-transform: none;
    text-align: center;
    min-width: 220px;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    vertical-align: bottom;
    float: none !important;
    font-weight: 600;
    position: relative;
    padding-top: 21px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    display: block;
    padding: 5px 15px;
    color: #041362;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #086da7;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) {
    min-width: 200px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    min-width: 275px;
}
input.search-submit:hover {
    opacity: 0.50;
    background-color: #ececec !important;
}

input.search-submit {
    transition: all 0.3s !important;
    cursor: pointer;
}
/* close */
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

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


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

.footer-container-wrapper {}
.footer-container {}
.custom-footer {
    background-color: transparent !important;
    color: #fff;
    min-height: 225px;
    padding-bottom: 15px;
    border: none;
    border-top: solid 10px #0e6da7;
    background: #0e6da7;
    background: -moz-linear-gradient(top, #0e6da7 0%, #041362 100%);
    background: -webkit-linear-gradient(top, #0e6da7 0%,#041362 100%);
    background: linear-gradient(to bottom, #0e6da7 0%,#041362 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e6da7', endColorstr='#041362',GradientType=0 );
}

.custom-footer >div>div> .page-center {
    padding: 0px !important;
}

.footer-inner-content {
    padding: 45px 0;
    background-color: transparent !important;
    color: #fff !important;
    color: #fff;
    width: 100%;
    max-width: 1180px;
    margin: 0px auto 45px auto;
    display: block;
    text-align: center;
}

.custom-html-widget {
    margin: 0 0 30px 0;
    margin-top: -10px !important;
}

.footer-inner-content .address {
    max-width: 90%;
    margin: 0 auto;
    padding-left: 10%;
    padding-bottom: 25px;
    text-align: left;
    overflow: hidden;
}

.col-md-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-inner-content p {
    margin: 0 0 10px;
    line-height: 1.375em;
    font-weight: 400;
}

strong {
    font-weight: 700;
}

.footer-inner-content a {
  color: #fff;
  width: auto !important;
  display: inline-block !important;
}

.footer-inner-content a:hover {
    color: #fff;
    text-decoration: underline;
}

div.clear {
    height: 1px !important;
    margin-bottom: -1px;
    display: block !important;
    width: 100% !important;
    clear: both !important;
}

div.clear::after, div.clear::before {
    content: " ";
    display: table;
}

nav.links ul li:after {
    content: " |";
    margin: 0 4px;
}

.social {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 5px;
    position: relative;
}

.social a {
    display: inline-block;
    padding: 0 5px;
}

.social a:first-of-type {
    padding-left: 0px;
}

.social a i {
    font-size: 32px;
    display: inline-block;
}

nav.links ul li {
    float: none !important;
    display: inline-block;
      width: auto !important;
}

nav.links ul li:last-child:after {
    content: none;
}
.back-to-top {
    position: fixed !important;
    right: 20px;
    bottom: 11px;
    color: #fff;
    font-size: 22px;
    line-height: 35px;
    text-align: center;
    width: 40px;
    height: 40px;
    z-index: 9999;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: #086ca7;
    cursor: pointer;
    display:none;
}

.back-to-top:hover {
    background-color: #1c1c1c;
    color: #086ca7;
}

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


/* =============== Custom Menu Primary =============== */
/* banner area */
.custom-banner-wrapper {
    padding-bottom: 60px;
    font-size: 17px;
    line-height: 1.625em;
    overflow: hidden;
    padding: 85px 0 0 0;
}

.custom-banner-wrapper .page-center {
    padding-left: 0;
    padding-right: 0;
}

.custom-banner-wrapper .banner-image {
    background-color: #041362;
    min-height: 150px;
    max-height: 200px;
    clear: both;
    margin-top: -96px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    overflow: hidden;
}

.custom-banner-wrapper .banner-image img {
    min-width: 100%;
    min-height: 150px;
    height: auto;
    max-height: 200px;
    display: block;
}

.banner-content {
    position: absolute;
    z-index: 100;
    margin-top: -85px;
    background-color: transparent;
    border: none;
    padding-top: 0px;
    margin-bottom: 30px;
}

.banner-content h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    padding-left: 15px;
    padding-top: 0.25em;
    color: rgba(255, 255, 255, 0.85);
    font-size: 36px;
    font-weight: 600;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.55);
    line-height: 1.125em;
    text-transform: uppercase;
    padding-left: 0;
}
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* 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;
}
/*no nav */
.custom-footer.no-nav .header-top {
    visibility: hidden;
}


.no-nav .social {
    display: none !important;
}
.no-nav nav.links ul li:first-child {
    display: none;
}
.no-nav .header-top nav {
    visibility: hidden;
}
body:not(.blog) .content-wrapper.page-center {
    padding-top: 50px;
    padding-bottom: 50px;
}
/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:981px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
  .mobile {
     display: none !important; /* Show button on mobile */
  }
  .no-nav .header-top {
      visibility: hidden !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul >li> ul {
  -webkit-transform: scale(1,0);
  -moz-transform: scale(1,0);
  -ms-transform: scale(1,0);
  -o-transform: scale(1,0);
  transform: scale(1,0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -o-transform .5s 0s ease-in-out !important;
  -moz-transition: -o-transform .5s 0s ease-in-out !important;
  -ms-transition: -o-transform .5s 0s ease-in-out !important;
  -o-transition: -o-transform .5s 0s ease-in-out !important;
  transition: transform .5s 0s ease-in-out !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
}
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    font-family: 'Montserrat', sans-serif;
    background-color: #041362;
    padding-top: 4px;
    padding-bottom: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 99999;
    top: 100%;
    width: 220px;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li {
    font-size: 18px;
    line-height: 1.125em;
    text-transform: none;
    text-align: center;
    min-width: 220px;
    max-width: 220px;
    display: inline-block;
    position: relative;
    font-weight: 300;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.custom-menu-primary .hs-menu-wrapper>ul ul li:last-child {
  border-bottom:0;
}
.custom-menu-primary .hs-menu-wrapper>ul ul li a {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    display: block;
    padding: 5px 15px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.25em;
    text-align: left;
    white-space: normal !important;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
    color: #00529b;
}
}


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

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

@media (max-width:980px){

 .desktop {
    display: none !important; /* Show button on mobile */
  }
  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
     display: block !important;
    text-align: right;
  }
  .slicknav_menutxt {
    top: 12px;
    position: absolute;
    right: 17px;
    font-size: 30px;
    cursor:pointer;
}

.slicknav_menutxt .fa-bars {
    color: #bdbcb0;
}
.mobile-open .fa-bars:before {
    content: "\f00d";
}
/*.slicknav_menu .slicknav_icon {
    display: none;
}

.slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    border-radius: 1px;
    background-color: #f5f5f5;
}

.slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

span.slicknav_icon {
    display: none;
}

.mobile-open span.slicknav_icon {
    display: block;
}

.mobile-open .slicknav_menutxt {
    display: none;
}
  */

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

  .child-trigger{
      font-size: 25px !important;
      padding-left: 5px;
      padding-right: 5px;
      margin: 0;
      line-height: 1;
      display: inline-block !important;
      vertical-align: middle;
      margin-left: -3px;
      font-weight: 700;
      cursor: pointer;
      width: auto;
      z-index:999;
      position:relative;
  }
 .child-trigger:after {
    content: "+";
}
   .child-open.child-trigger:after {
    content: "-";
}
  /* ===== Mobile Menu Styles ===== */  
     


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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
 .custom-menu-primary .hs-menu-wrapper>ul ul {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px !important;
    background-color: #041362 !important;
    border-top: solid 0px #4f91cd !important;
    border-bottom: solid 1px #4f91cd !important;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
    padding-left: 30px;
    color: #fff !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 15px !important;
    max-width: 100%;
    min-width: 100%;
    line-height: 48px;
    font-weight: 700;
    padding-bottom: 1px;
}
  .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
    color: #00529b !important;
}
}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

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

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

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

/* Form Field */
.hs-form-field { 
  margin-bottom:24px;
}
h3.form-title {
    margin: 0 0 15px;
    position: relative;
    color: #00529b;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.25em;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field>label {
  padding-top: 2px;
  font-size: 13px;
  font-weight: bold;
  font-family: helvetica;
  color: #4f91cd;
  display: inline-block;
  padding-bottom: 2px;
}

.hs-form-required {
    color: red;
    margin-left: 4px;
    font-weight: bold;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select { 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 9px 5px;
  border: solid 1px #4f91cd;
  background-color: #f2f2f2;
  -webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.85);
  -moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.85);
  box-shadow: inset 0 1px 3px rgba(204,204,204,0.85);
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
    line-height: 19px;
  color: #666;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  width: 100%;
  display: block;
  max-width: 767px;
}
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 767px !important;
}
.hs_phone.hs-form-field {
    margin-bottom: 24px;
    margin-top: -5px;
}
input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus { 
    outline: none;
    color: #111;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.hs_cos_wrapper_type_password_prompt, .hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form, .hs_cos_wrapper_type_blog_subscribe, 
.widget-type-google_search, #comment-form, .section.post-footer,  .hs-search-field {
    background-color: rgba(246, 234, 193, 0.65);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #6b6c6d;
    margin-bottom:30px;
    padding: 20px;
    max-width:767px;
    width: 100%;
    display: inline-block;
}
/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  border-radius: 4px;
  transition: opacity 0.15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background: #78c2a9;
  border-color: #78c2a9;
  padding: 11px 25px;
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  line-height: 1.42857143;
  background-color: #78c2a9;
  white-space: normal;
  margin:15px 0;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover { 
    border-top: 1px solid #4db0ee;
    border-bottom: 1px solid #1946be;
    border-right: 1px solid #3080e3;
    border-left: 1px solid #3080e3;
    background-color: #4f91cd;
    border-color: #78c2a9;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus { 
  outline:none;
}
ul.no-list.hs-error-msgs.inputs-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-size: 13px;
    font-family: helvetica;
   color: #414141;
}

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

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


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
/* blog css start here */


.blog-cat-wrapper {
    padding-top: 21px;
}

ul.hubspot-topic_data {
    width: 100%;
    text-align: center;
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 0;
}

ul.hubspot-topic_data li {
    display: inline-block;
    padding: 0 !important;
    margin: 0 auto 1px auto;
    text-align: center;
}

ul.hubspot-topic_data li a {
    text-align: center;
    color: #4f91cd;
    font-size: 14px;
    font-weight: 600;
    padding: 1px 5px 2px 5px;
}

ul.hubspot-topic_data li a:hover {
    color: #00529b;
    text-decoration: none;
}
.post-listing {
    text-align: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 100%;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.post-listing .post-item {
    text-align: center;
    padding: 15px !important;
    -moz-border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    border-radius: 7px !important;
    background-color: rgba(159, 161, 164, 0.125) !important;
    margin-bottom: 15px !important;
    max-width: 340px;
    margin: 10px;
}

.hs-featured-image-wrapper {
    margin-bottom: 5px !important;
    /* border: solid 2px #fff; */
    float: left;
    width: 100%;
    padding: 0;
}

.hs-featured-image-wrapper img {
    width: 100%;
}

.post-header {
    margin-bottom: 15px;
    float: left;
}

.entry-meta {
    line-height: 1.25em;
    background-color: transparent;
    font-size: 13px;
    color: #838592;
    text-align: center;
    position: relative;
    margin: 0 0 3px 0;
}

span.posted-on {}

.entry-meta span.posted-on {
    color: #b0b0b0;
    text-decoration: none;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    margin-right: 12px;
    float: none;
    display: inline-block;
    margin-bottom: 5px;
}

.entry-meta  a {
    text-decoration: none;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #838592;
}

.entry-meta span.posted-on a::before, .entry-date time::before {
    content: "\f073";
    color: #b0b0b0 !important;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    text-decoration: none !important;
    padding-right: 5px;
}

.entry-meta span.posted-on .published {
    display: inline-block;
}

.entry-meta a:hover {
    color: #086ca7;
    text-decoration: underline;
}

.entry-meta a:hover time {
    text-decoration: underline;
}

.post-header h2 {
  font-size: 20px;
  padding-top: 0px;
  margin-top: 0px;
  width: 100%;
  font-weight: 500;
  line-height: 1.25em;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.post-header h2 a {
    color: #4f91cd;
    display: block;
}

.post-header h2 a:hover {
    color: #00529b;
    text-decoration: none;
}

.post-header p {
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 15px;
    line-height: 19px;
    margin-top: 0;
}
.blog-pagination {
    clear: both;
    padding: 75px 0 0 0;
    margin-top: 17px;
    padding-bottom: 60px;
    font-size: 17px;
    line-height: 1.625em;
    margin-top: 0px;
    -webkit-transition: all 1.25s;
    transition: all 1.25s;
    text-align: center;
    font-weight: 400;
}

.blog-pagination a {
    position: relative;
    z-index: 1;
    text-decoration: none;
    border: 1px solid #ddd;
    padding: 7px 10px;
    margin: 0 -6px 0 0;
    background-color: #fff;
  font-size:19px;
   font-weight: 400;
}
.blog-pagination a:hover {
    z-index: 1;
    color: #00529b;
    border: 1px solid #ddd;
    background-color: #e3e3e3;
}
.blog-pagination span.pages {
    padding: 7px 10px;
    margin: 0 -1px 0 0;
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-size: 14px;
    background-color: transparent;
    border: 0px solid #ddd;
}

.blog-pagination a.active {
  color: #fff;
  background-color: #4f91cd;
  position: relative;
  z-index: 2;
  font-weight: 700;
  border: 1px solid #4f91cd;
  padding: 7px 10px;
  margin: 0 -5px 0 0;
  font-size:14px;
}
.blog-pagination a.last, .blog-pagination a.first {
    font-size: 14px;
    background-color: transparent;
    border: none;
   font-weight: 400;
  
}
.blog-pagination  .frst-link , .blog-pagination  .last-link {
   font-weight: 700;
}
.blog  .page-center.content-wrapper {
      padding-right: 0px !important;
    padding-left: 0px !important;
}
/* blog post */
.blog-breadcrumb {
    position: absolute;
    z-index: 10;
    overflow: hidden;
    background-color: #f1f1f1;
    width: 100%;
}
.blog-breadcrumb .page-center {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.blog-breadcrumb  ol.fbc-items {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400;
    text-align: left;
    letter-spacing: -0.025px;
    white-space: nowrap;
    display: block;
    float: left;
    font-size: 16px;
    list-style: none;
}

.blog-breadcrumb ol.fbc-items li {
    line-height: normal;
    margin: 0 -2px;
    padding: 9px 0;
    display: inline-block !important;
    white-space: nowrap;
    font-size: 14px;
}

.fbc-items li a:last-child {
    margin-right: 4px;
}

.fbc-items li a i {
    margin-right: 3px;
    font-size: 16px;
}

.fbc-items li a {
    color: #086da7;
}

.blog-breadcrumb ol.fbc-items li a:hover span {
    text-decoration: underline;
}

.fbc-items li a:hover {
    color: #00529b;
}
.blog-breadcrumb ol.fbc-items li:first-child {
    border-radius: 4px 0 0 4px;
    padding-left: 16px;
    padding-right: 5px;
}
.hs-blog-post .page-center.content-wrapper {
    padding-top: 69px;
}
.blog .blog-sidebar h3 {
    position: relative;
    color: #00529b /* darker blue */ !important;
    font-weight: 600;
    font-size: 19px;
    line-height: 1.25em;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none;
}

.blog .blog-sidebar form p {
    position: relative;
    width: 100%;
    display: table;
    clear: both;
    padding-top: 5px;
    padding-bottom: 9px;
    color: #454545;
    font-size: 15px;
    line-height: 1.375em;
    font-weight: 400;
    margin: 0;
    margin-bottom: 7px;
}

.blog .blog-sidebar form input.hs-button.primary.large {
    margin: 0;
    margin: 10px 0 3px 0;
}

.blog .blog-sidebar p.footnote {
    font-size: 12px;
    line-height: 1.25em;
    margin:0;
}
.form-btm-content-wrapper {
    padding: 20px;
    margin-top: -20px;
}
.custom-sidebar-recent {
    color: #6b6c6d;
    margin: 0 0 20px;
    padding: 20px;
    background-color: rgba(159, 161, 164, 0.125);
    border: 0px solid #f3f3f3;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px !important;
    border-radius: 7px;
    margin-top: 40px;
}

.custom-sidebar-recent ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-sidebar-recent ul li {
    margin-bottom: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25em;
    color: #4f91cd;
}

.custom-sidebar-recent ul li a {
    padding-left: 22px;
    display: block;
    color: #4f91cd;
}

.custom-sidebar-recent ul li a:before {
    content: '\f0a9';
    font-family: FontAwesome;
    font-size: 15px;
    margin-top: 0px;
    margin-left: -20px;
    position: absolute !important;
    color: #b0b0b0 !important;
    text-decoration: none !important;
}

.custom-sidebar-recent ul li a:hover {
    color: #00529b;
    text-decoration: none;
}
.section-post-header h1 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.25em !important;
    text-transform: uppercase;
    font-weight: 500 !important;
    font-size: 35px;
    color: #041362 /* navy blue */ !important;
}

.hs-blog-post .entry-meta {text-align: left;}

.hs-blog-post .entry-meta a {
    color: #086da7;
}

.entry-meta span.byline::before {
    content: "\f007";
    display: inline-block;
    color: #b0b0b0 !important;
    font-family: FontAwesome;
    font-size: 17px;
    text-decoration: none !important;
    padding-right: 2px;
}

.section.post-body {
    margin-top: 27px;
    font-size: 17px;
    line-height: 28px;
}
.custom-post-pagination>div {
    width: 50%;
    float: left;
}

.custom-post-pagination .pagination-next {
    float: right;
    text-align: right;
}

.custom-post-pagination a {
    font-weight: 500;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 13px;
    color: #005695;
    background: none;
    padding-top: 1px;
    padding-bottom: 5px;
    line-height: 1.25em;
    display: block;
    padding-right: 5px;
    padding-left: 20px;
    min-width: 150px;
}

a.previous-posts:before {
    content: '\f190';
    font-family: FontAwesome;
    font-size: 17px;
    margin-top: 0px;
    position: absolute !important;
    left: 2px;
    color: #4f91cd !important;
    text-decoration: none !important;
}

.custom-post-pagination {
    position: relative;
    margin: 30px 0;
}

a.next-posts:after {
    content: '\f18e';
    font-family: FontAwesome;
    font-size: 17px;
    margin-top: 0px;
    position: absolute !important;
    right: 2px;
    color: #4f91cd !important;
    text-decoration: none !important;
}

.custom-post-pagination a.next-posts {
    display: block;
    padding-right: 20px !important;
    padding-left: 5px !important;
    min-width: 150px;
}

.custom-post-pagination a:hover {
    color: #000834;
}

.custom-post-pagination a:hover {
    text-decoration: none;
}
.hs-blog-post .blog-content {
    padding-left: 15px;
    padding-right: 15px;
}

.hs-blog-post  .blog-sidebar {
    width: 360px !important;
    float: right !important;
    margin-left: 0 !important;
}
.custom-sidebar-recent h3 {
    margin-bottom: 10px !important;
}
ul.hubspot-topic_data li.active a {
    font-weight: 700 !important;
    color: #00529b !important;
    border-top: solid 2px #4f91cd;
    border-bottom: solid 2px #4f91cd;
}
span.author-content {
    font-weight: 400;
    font-size: 75%;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 6px;
}
.author-padding .banner-content {
    padding-left: 17px;
    padding-right: 30px;
}
.custom_listing_comments {
    border:1px solid #ccc;
    padding:15px;
    margin:0 0 20px 0;
}

#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}


.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ;
    font-size: ;
    line-height: ;
    padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    color:  !important;
    display: block !important;
    text-align: left;
}
/* 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 only screen and (min-width: 470px) {
  .mobile-view-only {
    display:none !important;
  }
  
}
@media (min-width: 1025px) { 
  
.custom-header {
    min-height: 205px !important;
}
  .custom-header.no-nav {
    min-height: 192px !important;
}
  .header-bottom-wrapper ,.header-top {
   position: fixed;
}
  .header-bottom-wrapper {
    margin-top: 36px;
  }
  .fixed .header-bottom-wrapper {
    background-color: rgba(255, 255, 255, 0.95);
    padding-top: 15px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.12);
    box-shadow: 0px 4px 8px -2px rgba(0,0,0,0.12);
    margin-top: -36px;
    max-height: 125px !important;
    -webkit-transition: all 1.25s;
    transition: all 1.25s;
}

.fixed .site-branding .custom-logo img {
    min-height: 65px;
    width: auto;
    margin-top: 0px;
    padding-top: 30px;
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
}

.fixed .custom-menu-primary {
    max-height: 75px;
}

.fixed .custom-menu-primary .hs-menu-wrapper>ul {
    margin-top: -5px;
}
}
@media (max-width: 1250px) { 
    .hs-blog-post .blog-sidebar {
    padding-right: 20px;
    width: 340px !important;
}

}
@media (max-width: 1199px) { 
  .container-fluid .row-fluid .page-center {
      max-width: 970px;
  }
  .custom-footer  .page-center ,.blog  .page-center.content-wrapper {
     max-width: 100% !important;
  }
  .header-container-wrapper .container-fluid .row-fluid .page-center {
    width: 100%;
    max-width: 1170px;
}

.header-top .menu-utility-menu-container {
    margin-left: 200px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
    min-width: 250px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) {
    min-width: 200px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 5px 13px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
    min-width: 200px;
}


.post-listing .post-item {
    margin: 15px;
}

.hs-blog-post .blog-content {
    padding-left: 30px;
    padding-right: 30px;
}
}
@media (max-width: 1070px) { 
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) {
    min-width: 185px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
      min-width: 185px;
  }
  .custom-banner-wrapper .banner-image img {
    min-height: 100px;
}

.custom-banner-wrapper .banner-image {
    min-height: 100px;
}

.custom-banner-wrapper {
    padding: 90px 0 0 0;
}
  .post-listing .post-item {
    margin: 10px;
}
}
@media (max-width: 1024px) and (min-width: 981px)  { 
  .header-top {
      padding-bottom: 0;
      min-height: 33px;
  }

  .header-bottom-wrapper {
      padding-top: 7px;
  }

  .custom-menu-primary {
      margin-top: 11px;
      position: relative;
      top: 4px;
  }

  .call-us {
      margin-top: 33px;
      position: absolute;
      right: 20px;
  }
}
@media (max-width: 1024px) { 
  .site-branding .custom-logo img {
    min-height: auto;
    height: auto;
    min-width: 390px;
    width: 390px;
}

}


@media (max-width: 1012px) { 
  .custom-menu-primary .hs-menu-wrapper>ul>li:first-child {
      min-width: 240px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(2) {
      min-width: 178px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
      font-size: 17px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
      min-width: 178px;
  }
}
@media (max-width: 991px) { 
   .container-fluid .row-fluid .page-center {
      max-width: 750px;
    }
    .col-md-4 {
      float: none;
      margin: 0 auto;
      min-width: 200px;
      max-width: 200px;
      margin-right: auto;
      margin-left: auto;
    }

    .footer-inner-content .address {
      padding-left: 3%;
      width: 97%;
    }

    .footer-inner-content {
      margin: 0px auto 14px auto;
    }

    .custom-footer .page-center ,.blog  .page-center.content-wrapper {
      max-width: 750px !important;
    }

    .custom-footer .page-center.bottom {
      padding: 0 5px !important;
    }
 .post-listing {
      max-width: 680px;
  }
  .blog-listing-wrapper .post-listing .post-item {
    margin: 10px;
    width: 320px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
  .hs-blog-post .blog-content {
    width: 100% !important;
}

.hs-blog-post .blog-sidebar {
    width: 100% !important;
}
  .blog-sidebar {
    margin-bottom: 60px;
}
}
@media (max-width: 980px) { 
  .call-us {
    position: absolute;
    margin-top: -40px;
    left: 20px;
    right: auto;
    font-size: 16px;
    z-index: 999;
  }
  .call-us a {
    font-size: 16px;
  }
  .header-top form.search-form {
      position: absolute;
      right: 5px;
      margin-top: -10px;
  }
 
  .custom-menu-primary {
    margin: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
}
  .custom-menu-primary .hs-menu-wrapper {
    background-color: rgba(0, 8, 52, 0.92) !important;
    font-family: 'Montserrat', sans-serif !important;
    font-size: 17px !important;
    color: #ececec;
    border-top: solid 1px #21235e !important;
    border-bottom: solid 1px #21235e !important;
    margin-top: 0px;
}
  .custom-menu-primary .hs-menu-wrapper>ul {
    min-width: 100%;
    float: none !important;
    display: block !important;
}
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    min-width: 100% !important;
    border-bottom: solid 1px #21235e !important;
    padding-top: 0;
    line-height: 32px;
    text-align: left;
}
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-weight: 700 !important;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    padding-left: 30px;
    text-align: left;
    display: inline-block !important;
}
   .header-bottom-wrapper {
    min-height: 80px !important;
    max-height: 90px !important;
    padding-top: 7px;
    padding-bottom: 12px;
    position: relative;
}
  .header-top {
    position: relative;
    z-index: 999;
    clear: both;
    min-height: 34px;
}
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
    color: #086da7;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover .child-trigger {
    color: #00529b;
}
  

    

}

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

@media (max-width: 767px) { 
  .container-fluid .row-fluid .page-center {
      max-width: 100%;
  }
   .custom-footer .page-center.bottom {
      padding: 0 15px !important;
  }
  .banner-content h1 {
    font-size: 30px;
    margin-top: 29px;
}

.custom-banner-wrapper {
    padding: 96px 0 0 0;
}

.custom-banner-wrapper .banner-image ,.custom-banner-wrapper .banner-image img {
    min-height: 109px;
      object-fit: cover;
}
  .blog-listing-wrapper .post-listing .post-item {
    max-width:350px;
    margin:0 auto;
    right: 0;
    width:100%;
    position:static !important;
}
.post-listing {
    max-width: 710px;
    padding-left: 15px;
    padding-right: 15px;
    display: block !important;
}
.hs-blog-post .custom-banner-wrapper .page-center {
    padding-left: 30px;
    padding-right: 30px;
}

.blog-breadcrumb .page-center {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
  .section-post-header h1 {
    font-size: 30px;
    line-height: 38px;
}
  .hs-form-field {
    width: 100% !important;
}

.hs-blog-post .blog-sidebar {
    padding-right: 0;
}
  .entry-meta span {
    display: inline-block;
}
  

#recaptcha_area, #recaptcha_table {
  width: 318px!important;
  overflow-x: auto !important;
  max-width: 100% !important;
}
.hs_recaptcha.hs-recaptcha.hs-form-field {
  width:  100%;
  overflow: hidden;
  overflow-x:  auto;
} 
  .section.post-body {
    font-size:16px;
  }
  .author-padding .banner-content h1 {
    font-size: 24px;
}
}  
@media only screen and (max-width: 630px) {
.call-us {
    left: 10px;
}
}
@media only screen and (max-width: 600px) {
  .blog-breadcrumb {
      display: none;
  }

  .banner-content {
      margin-bottom: 0;
  }

  .hs-blog-post .page-center.content-wrapper {
      padding-top: 26px;
  }
  .hs-blog-post .blog-content ,.hs-blog-post .custom-banner-wrapper .page-center {
    padding-left: 15px;
    padding-right: 15px;
}
}
@media only screen and (max-width: 580px) {
  .call-us, .call-us a {
      font-size: 15px;
  }
  .call-us {
    left: 0px;
}
  .header-top form.search-form {
    right: -10px;
}

.header-top form.search-form input[type="search"] {
    min-width: 232px;
}
  .site-branding .custom-logo img {
    min-width: 320px;
    width: 320px;
}

.header-bottom-wrapper {
    min-height: 77px !important;
    max-height: 83px !important;
    padding-bottom: 9px;
}
  .slicknav_menutxt {
    top: 6px;
}
  .header-top {
    overflow: hidden;
}
}
/* =============== Landscape phones and smaller devices =============== */


@media (max-width: 479px) {}
@media only screen and (max-width: 469px) {
.call-us {
    left: auto;
    right: 30px;
}
  form.search-form.remove-mob {
    display:none;
  }
  form.search-form.remove-mob.mobile-view-only {
    display: block;
}
  form.search-form.remove-mob.mobile-view-only {
    padding-top: 12px;
    padding-left: 7.5%;
    margin-bottom: 11px;
}

form.search-form.remove-mob.mobile-view-only label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    width: auto !important;
    font-weight: 700;
    float: left;
}

form.search-form.remove-mob.mobile-view-only input[type="search"] {
    float: left;
    position: relative;
    z-index: 100;
    -webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.85) !important;
    -moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.85) !important;
    box-shadow: inset 0 1px 3px rgba(204,204,204,0.85) !important;
    font-size: 15px;
    min-height: 13px;
    min-width: 242px;
    border-radius: 3px;
    margin-top: 0px;
    padding: 4px 5px;
    border: solid 1px #4f91cd;
    background-color: #f2f2f2;
}

input.search-submit {
    text-indent: -150px;
    max-width: 35px !important;
    min-height: 30px !important;
    height: 30px !important;
    background-color: transparent !important;
    position: relative;
    z-index: 50;
    margin: 1px 0 0 -5px !important;
    vertical-align: top !important;
    float: LEFT;
}

.search-form label::after {
    position: absolute;
    z-index: 10;
    font-family: 'FontAwesome';
    font-size: 21px;
    font-weight: 300;
    content: "\f002";
    color: #c0c0c0;
    margin: -5px 0 0 16px;
}

form.search-form.remove-mob.mobile-view-only:before,form.search-form.remove-mob.mobile-view-only:after {
    clear: both;
    content: "";
    display: table;
}

.call-us {
    left: auto;
    right: 0;
}
  input.search-submit:hover {
    opacity: 1;
    background-color:transparent !important;
}

}
@media only screen and (max-width: 460px) {
 .site-branding .custom-logo img {
    min-width: 275px;
    width: 275px;
}
  .custom-post-pagination>div {
    width: 100%;
}
}
 @media only screen and (max-width: 380px) {
  .site-branding .custom-logo img {
      min-width: 260px;
    width: 260px;
}
}
@media only screen and (max-width: 340px) {
    .site-branding .custom-logo img {
      min-width: 255px;
      width: 255px;
      margin-left: -7px;
  }
  .slicknav_menutxt {
    right: 13px;
}
  .header-bottom-wrapper {
    min-height: 69px !important;
    max-height: 80px !important;
    padding-bottom: 0px;
}
  .banner-content h1 {
    font-size: 21px !important;
    margin-top: 37px;
}
  .author-padding .banner-content {
    margin-top: -122px;
}
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7) .child-trigger {
    position: absolute;
    top: 48px;
    left: 111px;
}
}