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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('//use.fontawesome.com/releases/v5.8.1/css/all.css?ver=5.1.1');


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

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

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

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

/* 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: 991px) {
  .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;
} 

:root {
  --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

body {
  background: #fff;
  color: #212529;
  font-family: san-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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


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

/* Basic text */
p {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  margin-top: 0;
  margin-bottom: 1rem;
}
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, h5, h6 {
  font-family: Georgia,Times,Times New Roman,serif;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  color: #266a2e;
}

h3, h4, {
  font-family: Helvetica, san serif;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 0.5rem;
Color: #79bed8
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 50px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 35px;
}
h4 {
  font-size: 25rem;
}
h5 {
  font-size: 18px;
  font-weight: bold;
}
h6 {
  font-size: 1rem;
}

/* Anchor Links */
a {
  color: #79bed8;
  text-decoration: none;
}
a:hover {
  color: #171f6f;
  text-decoration: none;
}
a:hover, a:focus {}

/* 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;
}*/
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0,0,0,.1);
}

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

.custom-header-group {
  background: #fff;
  border-bottom: 2px solid #e5e5e5;
}
.custom-header-group .page-center {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.span4.custom-header-logo {
  width: auto;
  margin-left: 0;
  float: left;
}
.span8.custom-header-right-group {
  width: auto;
  width: calc(100% - 210px);
  float: right;
  margin-left: 0;
}
.custom-header-right-group {
  padding: 16px 0 0;
}

/*  Header Social Icons  */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.mb-0, .my-0 {
  margin-bottom: 0!important;
}
ul.header-social {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.header-social li {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
}
ul.header-social li a {
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  width: 40px;
  display: inline-block;
  height: 40px;
  border-radius: 50px;
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
ul.header-social li.facebook a {
  background-color: #3a5897;
}
ul.header-social li.facebook a:hover {
  background-color: #163982;
  color: white;
}
ul.header-social li.twitter a {
  background-color: #54aced;
}
ul.header-social li.twitter a:hover {
  color: white;
  background-color: #1e90e5;
}
ul.header-social li.linken a {
  background-color: #0079b8;
}
ul.header-social li.linken a:hover {
  color: white;
  background-color: #026496;
}
.header-socialIcons-module {
  text-align: right;
}


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

.body-container-wrapper {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}
.body-container {}

.body-container .hs_cos_wrapper_type_rich_text ul {
  margin: 0;
  padding: 0 0 0 40px;
}
.body-container .hs_cos_wrapper_type_rich_text ol {
  padding: 0 0 0 40px;
}
.body-container .hs_cos_wrapper_type_rich_text ul li,
.body-container .hs_cos_wrapper_type_rich_text ol li {
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
}

.content-wrapper {}
.content-wrapper.page-center {
  padding-top: 50px;
  padding-bottom: 50px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.custom-footer-group {
  padding: 5rem 0 .5rem;
  background-color: #276a2e;
  color: white;
} 
.custom-footer-group h5 {
  font-family: 'Roboto Slab', serif;
  font-size: 1.25rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 34px;
  color: #fff;
}
.custom-footer-group hr {
  border-color: #3d7943;
  border-width: 2px;
}
.custom-ft-topSec {
  padding-bottom: 3rem;
}
.custom-ft-topSec > .row-fluid-wrapper > .row-fluid,
.custom-ft-btSec > .row-fluid-wrapper > .row-fluid {
  width: auto;
  margin-right: -15px;
  margin-left: -15px;
}
.span6.custom-ft-topSec-col,
.span3.custom-ft-topSec-col,
.span12.custom-ft-btSec-col  {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.custom-ft-companyDescription p {
  line-height: 36px;
  margin-top: 1rem !important;
  color: #fff;
  font-size: 16px;
}
.custom-ft-contactDetails p{
  color: #fff;
  font-size: 16px;
}
.custom-ft-contactDetails h5{
  color: #fff;
}
.custom-ft-socialLinks ul {
  padding: 0;
  margin: 0 0 1rem;
  list-style: none;
}
.custom-ft-socialLinks ul li {
  display: block;
  margin: 0 0 10px;
}
.custom-ft-socialLinks ul li a {
  cursor: pointer;
  font-family: Helvetica;
  color: #fff;
  text-decoration: none;
}
.custom-ft-socialLinks ul li a:hover {
  color: #0056b3;
  text-decoration: none;
}
.custom-ft-socialLinks ul li a i {
  margin-right: 8px;
}
.custom-ft-copyright {
  padding: .5rem 0 0;
  text-align: center;
}
.custom-ft-copyright p {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  padding-left: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul li > a {
  display: inline !important;
  color: #79bed8;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  margin-left: 12px;
  margin-right: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.custom-menu-primary .hs-menu-wrapper > ul li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a {
  color: #171f6f;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
  content: "[";
  position: absolute;
  left: -16px;
  font-size: 2rem;
  top: -8px;
  font-weight: 400;
  color: #171f6f;
  opacity: 0;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
  content: "]";
  position: absolute;
  right: -16px;
  font-size: 2rem;
  top: -8px;
  font-weight: 400;
  color: #171f6f;
  opacity: 0;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:before,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after,
.custom-menu-primary .hs-menu-wrapper > ul li.active > a:before,
.custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a:before,
.custom-menu-primary .hs-menu-wrapper > ul li.active > a:after,
.custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a:after {
  opacity: 1;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #fff;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  display: block !important;
  color: #79bed8;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  padding: 5px 5px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover  {
  color: #171f6f;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 992px) {

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

  .custom-menu-primary .hs-menu-wrapper:after {
    content: "";
    display: table;
    clear: both;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block !important;
    margin: 0.95rem 0 0;
    float: right;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    min-width: 150px;
  }

}


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

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

@media (max-width: 991px){

  /* 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;
    width: auto;
    height: auto;
    padding: .25rem .75rem;
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    font-size: 1.25rem;
    line-height: 1;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: .25rem;
    -moz-border-radius: .25rem;
    border-radius: .25rem;
    color: rgba(0,0,0,.5); 
    margin: 11px 0 0;
  }
  .mobile-trigger-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    background-image: url(//cdn2.hubspot.net/hubfs/5407411/MarketDesign_June2019%20Theme/Images/triggerIcon.svg);
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: rgba(0,0,0,.5); 
    background: #fff;
    border-color: rgba(0,0,0,.1);
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: rgba(0,0,0,.5); 
    background: #fff;
    border-color: rgba(0,0,0,.1);
  }

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 32px !important; /* Button height */  
    padding: 0 !important;
    /*border-left: 1px dotted #79bed8;*/
  }
  .child-trigger:hover{
    text-decoration: none;
    color: #171f6f;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #79bed8; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger:hover i, 
  .child-trigger:hover i:after {
    background-color: #171f6f; /* Icon color */
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  .custom-menu-primary.js-enabled{
    position: relative;
  }

  /* 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: auto;
    position: relative;
    top: 0;
    left: 0;
    padding: 3px 3px;
    margin: -3px -2.5px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: auto; /* Full screen width */
    padding: 3px 3px 0;
    margin: -3px -2.5px 0;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul li > a {
    display: inline !important;
    font-family: 'Helvetica', sans-serif;
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #79bed8;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a,
  .custom-menu-primary .child-trigger:hover + a {
    color: #171f6f;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before {
    content: "[";
    position: absolute;
    left: -16px;
    font-size: 2rem;
    top: -8px;
    font-weight: 400;
    color: #171f6f;
    opacity: 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    content: "]";
    position: absolute;
    right: -16px;
    font-size: 2rem;
    top: -8px;
    font-weight: 400;
    color: #171f6f;
    opacity: 0;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover:after,
  .custom-menu-primary .hs-menu-wrapper > ul li.active > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul li.active > a:after,
  .custom-menu-primary .hs-menu-wrapper > ul li.active-branch > a:after {
    opacity: 1;
  }

  /*.custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children > a {
    display: inline-block !important;
    vertical-align: baseline;
  }*/
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children .child-trigger {
    height: 24px !important;
  }
  
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    display: inline-block !important;
    vertical-align: baseline !important;
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
  }
  
}


@media (max-width: 576px) {

  .mobile-trigger {
    margin-right: 1rem;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    padding: 0 !important;
    margin: 0 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    padding-bottom: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #bdbdbd;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li {
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li > a {
    padding-top: 4px !important;
    padding-bottom: 4px;
    text-align: center;
    display: inline-block !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:before,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after {
    display: none !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children .child-trigger {
    height: 32px !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: 0 0 1rem;
}

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

/* Labels and Legends */
label {
  color: #495057;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
.hs-form-field > label {
  display: block;
  margin: 0 0 5px;
}

/* 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 {
  display: block;
  width: 100%;
  color: #495057;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  padding: .375rem .75rem;
  padding-left: 20px;
  margin: 0;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  height: 46px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  resize: vertical;
  height: auto;
  padding-left: 20px;
  padding-top: 12px;
}
textarea:focus {}

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


.one-column .body-container input[type="text"],
.one-column .body-container input[type="password"], 
.one-column .body-container input[type="datetime"], 
.one-column .body-container input[type="datetime-local"], 
.one-column .body-container input[type="date"], 
.one-column .body-container input[type="month"], 
.one-column .body-container input[type="time"], 
.one-column .body-container input[type="week"], 
.one-column .body-container input[type="number"], 
.one-column .body-container input[type="email"], 
.one-column .body-container input[type="url"], 
.one-column .body-container input[type="search"], 
.one-column .body-container input[type="tel"], 
.one-column .body-container input[type="color"],
.one-column .body-container input[type="file"],
.one-column .body-container textarea,
.one-column .body-container select,
.body-container .hs-search-field {
  width: 100% !important;
  max-width: 500px;
}


/* Multiple Selection Inputs */
form.hs-form ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
form.hs-form 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 */
form.hs-form ul.inputs-list.hs-error-msgs {
  list-style: none !important;
  padding: 2px 0 10px !important;
  margin: 0 !important;
}
form.hs-form ul.inputs-list.hs-error-msgs label {
  display: block;
  color: #f00;
  font-family: 'Roboto Slab', serif;
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5;
}

form.hs-form .hs_error_rollup ul.inputs-list.hs-error-msgs {
  list-style: none !important;
  margin: 2em 0.5em 1em !important;
  padding: 0.2em 1em !important;
  border: 2px solid #f7e700 !important;
}
form.hs-form .hs_error_rollup ul.inputs-list.hs-error-msgs label {
  color: #212529;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

/* 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-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;  
  display: inline-block;
  cursor: pointer;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  border: 1px solid #cccccc;
  border-radius: .25rem;
  background-color: #79bed8;
  margin: 1rem 0;
  padding: 0.6rem 2rem;
  padding-left: 20px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  min-height: 46px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  cursor: pointer;
  text-decoration: none;
  background-color: #171f6f;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}


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

/*==========================================================================
Deafult Blog - Styling
========================================================================== */

.default-blog .blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 45px;
  margin: 0 0 45px;
}
.default-blog .post-header h2{
  margin: 10px 0 0.5rem;
}
.post-header h2 a,
.post-header h2 a:hover {
  color: inherit;
  text-decoration: none;
}
#hubspot-topic_data {
  margin: 5px 0;
}
.default-blog #hubspot-topic_data{
  color: #888888;
  font-weight: 700;
}
.default-blog #hubspot-author_data{
  margin: 0 0 10px;
}
.default-blog .hs-form .input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.default-blog .hs-form .input ul li{
  padding: 0 !important;
}
.default-blog .custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 10px 0;
}
.default-blog .more-link{
  display: inline-block;
  padding-top: 20px;
}
.default-blog .hs-blog-social-share{
  height: auto;
}
.default-blog .hs-blog-social-share li span.IN-widget {
  vertical-align: top !important;
}
.default-blog .blog-pagination a {
  display: inline-block;
  margin: 5px 0;
}
.default-blog .blog-sidebar .cell-wrapper{
  margin-bottom: 25px;
}
.default-blog #comment-form{
  padding:30px;
  margin:15px 0;
  border: 1px solid #CCC;
}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}
.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 0 0;
}

/* -------------- Default Code for comment ------------ */
.default-blog .section.post-footer {
  padding-top: 20px;
}
.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 10px 0 5px;
}
.hs-blog-post #comments-listing + div {
  display: block;
  border: 1px solid #000;
  padding: 40px 25px 20px;
  margin: 15px 0 10px;
}
#comments-listing {
  border: 1px solid #000;
  margin-bottom: 30px;
  margin-top: 30px;
}
/*#comments-listing.new-comments,*/
#comments-listing.no-comments {
  border: 0 none;
  margin-bottom: 0;
  margin-top: 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 !important;
  padding: 10px 25px 10px !important;
}
.comment.depth-0:last-child {
  border-bottom: 0 none !important;
}
.comment-body {
  border-bottom: medium none;
  color: #212529;
  display: block;
  font-family: 'Roboto Slab', serif;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date {
  color: #212529 !important;
  display: block !important;
  text-align: left;
}

#captcha_wrapper,
.hs_recaptcha {
  min-height: 80px;
  overflow-x: auto;
  padding: 5px;
}
.hs-blog-social-share ul.hs-blog-social-share-list li.hs-blog-social-share-item > span {
  vertical-align: top !important;
}



/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */

/* Two Column Equal With Image */
.twoColEqualImg-col h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: capitalize;
  margin: 0 0 4px;
}
.twoColEqualImg-col-inner {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
}
.twoColEqualImg-col.content-col .twoColEqualImg-col-inner > *:last-child {
  margin-bottom: 0;
}

/*  Bottom Pane Module  */
.bottom-pane-module {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
  color: #fff;
  text-align: center;
}
.bottomPane-container > *:last-child {
  margin-bottom: 0;
}
.bottom-pane-module .btn-theme {
  color: #fff;
  background-color: #171f6f;
}
.bottom-pane-module .btn-theme:hover {
  color: #0056b3;
  background-color: #171f6f;
}
.bottom-pane-module h1 {
  font-size: 50px;
  margin-bottom: 0;
}
.bottom-pane-module h6 {
  text-transform: capitalize;
}
.btn {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn-theme {
  text-transform: uppercase;
  background-color: #79bed8;
  color: white;
  padding: 0.6rem 2rem;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.btn-theme:hover {
  color: white;
  background-color: #171f6f;
}
.mt-3, .my-3 {
  margin-top: 1rem!important;
}

/*  Our Work Module  */
.ourwork-module {
  overflow: hidden;
}
.ourwork-topSec {
  text-align: center;
  margin-bottom: 60px;
}
.ourwork-topSec h1 {
  text-transform: capitalize;
  font-size: 50px;
}
.ourwork-topSec h6 {
  color: #276a2e;
  margin: 0;  
}
.ourwork-topSec-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.ourwork-col-inner {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}
.ourwork-col.ourwork-imgCaption-col {
  cursor: pointer;
}
.ourworkCol-container {
  margin-bottom: 35px;
}
.ourwork-col {
  position: relative;
  overflow: hidden;
}
.ourwork-col .img-caption-wrap h5 {
  bottom: 36px;
  bottom: 62px;
  -webkit-transition: all .4s linear;
  -moz-transition: all .4s linear;
  -ms-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  position: absolute;
  text-align: left;
  padding-left: 10%;
  padding-right: 10%;
  color: white;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  margin: 0;
}
.ourwork-col:hover .img-caption-wrap h5 {
  bottom: 40%;
}

.ourwork-icon-wrap {
  position: relative;
}
.ourwork-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 27px 30px;
  border-radius: 800px;
  font-size: 80px;
  line-height: 1;
  width: 138px;
  height: 138px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 255, 255,1.0);
}
.ourwork-col i.fab {
  font-style: normal;
  font-weight: 600;
}



/* ============================
Full Width Layout
============================ */
.fullWidth-layout .content-wrapper.page-center {
  padding-bottom: 0;
  margin-bottom: 0;
}
.fullWidth-mainContent-flexi .hs_cos_wrapper_type_widget_container {
  display: block;
}
.fullWidth-mainContent-flexi .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module {
  margin-bottom: 30px;
  overflow: hidden;
}
.fullWidth-mainContent-flexi .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module:first-child {
  margin-bottom: 35px;
}
.fullWidth-mainContent-flexi .hs_cos_wrapper_type_rich_text {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}
.fullWidth-mainContent-flexi h1 {
  margin-bottom: 16px;
}
.fullWidth-mainContent-flexi p,
.fullWidth-mainContent-flexi li {
  color: #818181;
}

/*  Resources Page  */
.hs-resource-page .footer-container-wrapper {
  margin-top: -5px !important;
}



/* ============================
Contact Layout
============================ */
.contact-layout .content-wrapper.page-center {
  padding-bottom: 0;
  margin-bottom: 80px;
}
.contact-rows-container .hs_cos_wrapper_type_module p {
  color: #818181;
}
.contact-row1 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module > .hs_cos_wrapper_type_rich_text {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 50px;
}
.contact-row2 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module {
  padding-left: 15px;
  padding-right: 15px;
}  
.contact-row2 .map-module {
  margin-top: 48px;
  margin-bottom: 48px;
}
.contact-row2 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module > .hs_cos_wrapper_type_rich_text {
  margin-bottom: 40px;
  display: block;
}
.contact-row2 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module > .hs_cos_wrapper_type_rich_text > *:last-child,
.contact-row1 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module > .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom: 0;
}
.contact-form {
  padding-left: 15px;
  padding-right: 15px;
}
.contact-form fieldset {
  margin-right: -15px !important;
  margin-left: -15px !important;
  width: auto !important;
}
.contact-form fieldset .hs-form-field {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.contact-form .hs-form-field > label,
.contact-form .hs-form-field > label > span:empty + span,
.contact-form .hs-form-field > label p:empty,
.contact-form .hs-form-field > legend p:empty {
  display: none;
}
.contact-form .hs-fieldtype-textarea textarea.hs-input {
  font-family: 'Roboto Slab', serif;
  height: 260px;
}
.contact-form .hs_submit.hs-submit {
  text-align: center;
}
.contact-form .hs-button.primary,
.contact-form input[type="submit"],
.contact-form input[type="button"] {
  margin: 1rem 0 0;
}

/*  Contact Details Group Module  */
.contactDetail-items-group {
  padding: 10px;
}
.contactDetail-item {
  padding: 10px;
  background-color: #f9f9f9;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  text-align: center;
}
.contactDetail-item-inner {
  padding: 40px 30px;
}
.contactDetail-item-inner > *:last-child {
  margin-bottom: 0;
}
.contactDetail-icon > i {
  color: #666666;
  background-color: #eeeeee;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  line-height: 54px;
  font-size: 20px;
  font-weight: 900;
}
h4.contactDetail-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
/*   text-transform: uppercase; */
  margin: 16px 0px 10px;
}
.contactDetail-item:hover {
  background-color: #276a2e;
  color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}
.contactDetail-item:hover .contactDetail-icon > i {
  background-color: #ffffff;
  color: #75b869;
}
.contactDetail-item:hover h4.contactDetail-title,
.contactDetail-item:hover p {
  color: #fff !important;
}

/*  Map Module  */
.map-module {
  background-color: #f7f7f7;
  padding: 5px;
}
.map-module iframe {
  padding: 0;
  display: block;
  width: 100%;
}



/* ============================
About Layout
============================ */
.about-row1 h1 {
  font-size: 50px;
  margin: 0 0 16px;
}
.about-row1 p {
  color: #818181;
}
.about-row1 .page-center {
  padding-top: 50px;
  padding-bottom: 50px;
}
.about-row1 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module {
  padding-left: 15px;
  padding-right: 15px;
}
.about-row1 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module > .hs_cos_wrapper_type_rich_text {
  margin-bottom: 50px;
  display: block;
}
.about-row3 .page-center,
.about-row5 .page-center {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
.about-row3 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module,
.about-row5 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module {
  margin-bottom: 40px;
  display: block;
}
.about-row3 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module:last-child,
.about-row3 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module > .hs_cos_wrapper_type_rich_text > *:last-child,
.about-row5 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module:last-child,
.about-row5 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module > .hs_cos_wrapper_type_rich_text > *:last-child {
  margin-bottom: 0;
}
.about-row5 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module {
  padding-left: 15px;
  padding-right: 15px;
}

/*  Full Width With Background Image Module  */
.fullWidth-with-bgImg-module {
  color: #fff;
  background-color: #93CBE0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  padding-bottom: 20px;
}
.fullWidth-with-bgImg-module h4 {
  text-decoration: underline;
/*   text-transform: uppercase; */
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.fullWidthBgImg-content-wrap {
  padding: 40px 0 0;
  margin-bottom: 35px;
}
.fullWidthBgImg-content-wrap > *:last-child {
  margin-bottom: 0;
}

/*  One Column Equal With Top Image Group Module  */
.oneColTopImg-col-inner {
  padding-top: 35px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.oneCol-with-topImg-module .top-img {
  margin-bottom: 35px;
}
.oneColTopImg-col .top-img img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.oneColTopImg-col:hover .top-img img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.oneCol-with-topImg-module .title-group {
  margin-top: 30px;
  margin-bottom: 16px;
}
.oneCol-with-topImg-module h5.title {
  font-family: 'Roboto Slab', serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
}
.oneCol-with-topImg-module .content-group p {
  color: #818181;
  font-size: 14px;
}
.oneCol-with-topImg-module .content-group > *:last-child {
  margin-bottom: 0;
}

/*  Marketing Approach Module  */
.marketing-approach-module {
  color: #fefefe;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 20px;
  padding-top: 75px;
}
.marketing-approach-heading,
.marketingApproach-col {
  padding-left: 15px;
  padding-right: 15px;
}
.marketing-approach-heading {
  margin-bottom: 35px;
}
.marketingApproach-col-inner {
  font-size: 14px;
}
.marketingApproach-col-content {
  margin-bottom: 35px;
}
.marketingApproach-col-content > *:last-child,
.marketingApproach-step-description > *:last-child {
  margin-bottom: 0;
}
.marketingApproach-step-items {
  margin-bottom: 35px;
}
.marketingApproach-step-item {
  margin-right: -15px;
  margin-left: -15px;
}
.marketingApproach-step-count {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  background-image: url("//cdn2.hubspot.net/hubfs/5407411/MarketDesign_June2019%20Theme/Images/line.png");
  background-repeat: repeat-y;
  background-position: 48%;
  padding-bottom: 4rem;
}
.marketingApproach-step-item:last-child .marketingApproach-step-count {
  background-image: none;
}
.marketingApproach-step-count p {
  color: #276a2e;
  background-color: #90d5f0;
  padding: 16px 22px;
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin: 0;
}
.marketingApproach-step-description {
  padding-left: 1.5rem;
}
.marketingApproach-step-description h6 {
  font-size: 15px;
  font-weight: 600;
/*   text-transform: uppercase; */
  margin: 0 0 .5rem;
}

/*  Certifications Group Module  */
.certifications-group-module {
  padding: 35px 0 0;
}
.certifications-heading, 
.certifications-subheading {
  text-align: center;
}
.certifications-heading {
  margin-bottom: 16px;
}
.certifications-heading h2 {
  text-transform: capitalize;
  font-size: 50px;
}
.certifications-subheading {
  color: #818181;
  margin-bottom: 16px;
}
.certifications-heading > *:last-child, 
.certifications-subheading > *:last-child {
  margin-bottom: 0;
}
.certificationsImg-cols-group {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.certificationsImg-col {
  text-align: center;
}
.certificationsImg-col-inner {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 35px;
}
.certificate-img > img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.certificationsImg-col.certificationsImg-col3,
.certificationsImg-col.certificationsImg-col4 {
  text-align: right;
}
.certificationsImg-col.certificationsImg-col3 > .certificationsImg-col-inner, 
.certificationsImg-col.certificationsImg-col4 > .certificationsImg-col-inner {
  margin-top: 1rem;
}

/*  Our Testimonials Slider Moduel  */
.ourTestimonials-slider-module {
  background-color: #3F4686;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  color: white;
  padding: 6rem 15px;
}
.ourTestimonials-topSec {
  padding-left: 15px;
  padding-right: 15px;
}
.ourTestimonials-heading {
  margin-bottom: 35px;
}
.ourTestimonials-heading h3 {
/*   text-transform: uppercase; */
}
.ourTestimonials-subheading {
  margin-bottom: 10px;
}
.ourTestimonials-subheading h6 {
/*   text-transform: uppercase; */
  color: #90d5f0;
}
.ourTestimonials-heading > *:last-child, 
.ourTestimonials-subheading > *:last-child,
.ourTestimonials-slide-leftCol > *:last-child,
.ourTestimonials-slide-rightCol > *:last-child {
  margin-bottom: 0;
}
.ourTestimonials-btSec {
  padding-left: 15px;
  margin-bottom: 35px;
}
.ourTestimonials-slide-leftCol,
.ourTestimonials-slide-rightCol {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.ourTestimonials-slide-leftCol > img {
  display: block;
  width: auto;
  margin-bottom: 14px;
}
.ourTestimonials-slide-rightCol p {
  margin: 0;
}
.ourTestimonials-slide-rightCol p > span {
  color: #6ab7d4;
  margin-top: 10px;
}
.ourTestimonials-slides-wrap,
.ourTestimonials-slides-wrap.slick-slider {
  margin-bottom: 0 !important;
}
.ourTestimonials-slides-wrap * {
  outline: none !important;
}
.ourTestimonials-slides-wrap ul.slick-dots,
.ourTestimonials-slides-wrap .slick-arrow:before {
  display: none !important;
}
.ourTestimonials-slides-wrap .slick-arrow {
  border-radius: 3px;
  width: auto;
  height: auto;
  position: absolute;
  top: -5.4rem;
  right: 0px;
  left: auto;
  margin-top: 10px;
}
.ourTestimonials-slides-wrap .slick-arrow:after {
  content: "";
  color: #79bed8;
  font-family: "Font Awesome 5 Free";
  font-size: 36px;
  font-weight: 900;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  margin: 5px;
}
.ourTestimonials-slides-wrap .slick-arrow:hover:after {
  color: #fff;
}
.ourTestimonials-slides-wrap .slick-arrow.slick-prev {
  right: 28px;
}
.ourTestimonials-slides-wrap .slick-prev:after {
  content: "\f104";
}
.ourTestimonials-slides-wrap .slick-next:after {
  content: "\f105";
}




/* ============================
Home Layout
============================ */
.home-row .marketing-approach-module {
  margin-top: 0;
}
.home-row .marketing-approach-module .page-center {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 20px;
}
.home-row3 .page-center {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}
.home-row .ourwork-topSec {
  margin-bottom: 35px;
}
.home-row .ourwork-topSec h6 {
  margin-bottom: 6px;
}
.home-row .ourwork-topSec h1 {
  margin-bottom: 0;
}
.home-row .ourwork-cols-group {
  margin-left: -27.5px;
  margin-right: -27.5px;
}
.home-row .ourwork-col {
  padding: 12.5px;
}
.home-row .ourworkCol-container {
  margin-bottom: 0;
}
.home-row .ourworkCol-container.img-caption-wrap img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.home-row .ourwork-col .img-caption-wrap h5 {
  bottom: 24px;
  width: auto;
}
.home-row .ourwork-col:hover .img-caption-wrap h5 {
  bottom: 39.3%;
}

/*  Home Banner Area Module  */
.home-bannerArea-container {
  position: relative;
  margin-top: 3rem;
}
.home-bannerArea-module .page-center {
  width: 100% !important;
  max-width: 100% !important;
}
.home-banner-contentCol {
  padding-left: 15px;
  padding-right: 15px;
}
.home-banner-contentCol > *:last-child {
  margin-bottom: 0;
}
.home-banner-image {
  padding-left: 15px;
  text-align: right;
}
.home-banner-contentCol h3 > span {
  font-weight: 700;
  color: #276a2e;
}
.home-bannerArea-module p {
  color: #818181;
}

/*  Services Group Module  */
.services-heading-subheading {
  text-align: center;
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.services-heading-subheading h1 {
  text-transform: capitalize;
  font-size: 50px;
}
.services-heading-subheading h6 {
  text-transform: capitalize;
  color: #276a2e;
  font-weight: 500;
  margin: 0 0 .5rem;
}
.service-cols-group {
  margin-top: 50px;
  margin-bottom: 80px;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}
.service-col {
  position: relative;
  overflow: hidden;
  font-family: 'Roboto Slab', serif;
  text-align: center;
}
.service-col:before {
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  content: "[";
  position: absolute;
  left: 0;
  font-size: 6rem;
  top: -8px;
  line-height: 1;
  font-weight: 200;
  color: #d4d4d4;
  opacity: 0;
}
.service-col:after {
  content: "]";
  position: absolute;
  right: 0;
  font-size: 6rem;
  top: -8px;
  line-height: 1;
  font-weight: 200;
  color: #d4d4d4;
  -webkit-transition: all .5s linear;
  -moz-transition: all .5s linear;
  -ms-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  opacity: 0;
}
.service-col:hover:before,
.service-col:hover:after {
  opacity: 1;
}
.service-col-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.service-icon .he-box {
  display: block;
  position: relative;
  overflow: hidden;
}
.service-icon .he-box img {
  vertical-align: middle;
  border-style: none;
}
.service-icon .box-img {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0px, 0px, 0px);
  transition: all 0.5s ease-in-out 0s;
}
.service-icon .box-img img {
  width: auto !important;
  height: auto;
}
.service-icon .he-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0px, 100%, 0px);
  transition: all 0.5s ease-in-out 0s;
}
.service-col:hover .service-icon .box-img {
  transform: translate3d(0px, -100%, 0px);
}
.service-col:hover .service-icon .he-content {
  transform: translate3d(0px, 0px, 0px);
}
.service-title {
  margin-bottom: 35px;
}
.service-title h5 {
  color: black;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin: 14px 0 0;
}




/* ============================
Error 404 Layout
============================ */
.error404-content h1 {
  border-bottom: 2px solid #e5e5e5;
  padding: 0 0 .5rem;
  margin: 0 0 0.5rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.error404-content p {
  color: #818181;
}
.search-module form > label {
  display: block;
  margin: 0 0 .5rem;
}
.search-module .hs-search-field__input {
  border-radius: 0;
  padding: 1px 4px;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  border-image: initial;
  margin: 0;
  color: #000;
  font-family: 'Roboto Slab', serif;
  font-size: 1rem;
  line-height: 1.5;
  min-height: auto;
  height: auto;
  outline-offset: -2px;
  -webkit-appearance: none;
}
.search-module .hs-search-field__input:focus {
  color: #000;
  border-color: initial;
  border-image: initial;
  box-shadow: none;
  outline: -webkit-focus-ring-color auto 1px;
}
.search-module input.search-submit {
  box-sizing: border-box;
  padding: 2px 7px;
  border: 1px solid #999;
  border-image: initial;
  border-radius: 0;
  text-align: center;
  color: #000;
  font-family: 'Roboto Slab', serif;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: none;
  min-height: auto;
  height: auto;
  background-color: #eee;
  outline: none;
  transition: none;
}
.search-module input.search-submit:hover {
  background-color: #eee;
  border: 1px solid #555;
  outline: none;
}






/* Styles that do not fit into any of the available sections above can go here. */
.green {
  color: #276a2e;
}

/* REMOVE CROSS ICON */
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
input[type="search"]:-moz-search-cancel-button {
  display: none;
}
input[type="search"]::-ms-clear  {
  display: none;
} 

/* SEARCH RESULT STYLING */
.hs-search-field {
  position: relative;
}
ul.hs-search-field__suggestions {
  padding: 5px;
  border: 1px solid #000;
  background-color: #fff;
  position: absolute;
  left: 0;
  right: 0;
}
ul.hs-search-field__suggestions:empty {
  display: none !important;
}  
ul.hs-search-field__suggestions li {
  padding: 5px 2px;
  margin: 0;
}
ul.hs-search-field__suggestions li#results-for {
  font-size: 16px;
  padding: 5px 7px;
}
ul.hs-search-field__suggestions li > a {
  padding: 5px 5px;
  margin: 0;
}
ul.hs-search-field__suggestions li > a:hover {
  color: #000;
}




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

@media(min-width: 576px) {

  .container-fluid .row-fluid .page-center {
    max-width: 540px;
  }

  .about-row1 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module > .hs_cos_wrapper_type_rich_text:last-child,
  .about-row1 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module > .hs_cos_wrapper_type_rich_text > *:last-child {
    margin-bottom: 0;
  }
  .home-bannerArea-module .page-center {
    padding-left: calc(calc(100% - 540px) / 2) !important;
    padding-right: 0 !important;
  }
  .IE .home-bannerArea-module .page-center {
    padding-left: 11.225vw !important;
  }

}

@media(min-width: 768px) {

  .container-fluid .row-fluid .page-center {
    max-width: 720px;
  }

  .span6.custom-ft-logo-companyDescription {
    width: 50%;
    margin-left: 0;
  }
  .span3.custom-ft-contactDetails,
  .span3.custom-ft-socialLinks {
    width: 25%;
    margin-left: 0;
  }

  .twoColEqualImg-col {
    width: 50%;
    float: left;
  }
  .twoColEqual-with-img-module.right-image .twoColEqualImg-col.image-col {
    float: right;
  }  
  .bottom-pane-module .page-center {
    width: 100% !important;
    max-width: 50% !important;
  }
  .ourwork-col {
    width: 33.33333333%;
    float: left;
  }
  .contact-form .hs-fieldtype-textarea.hs-form-field {
    margin-top: .5rem!important;
  }
  .oneColTopImg-col {
    float: left;
    width: 25%;
  }
  .marketingApproach-col {
    float: left;
    width: 50%;
  }
  .marketingApproach-step-count {
    width: 16.666667%;
    float: left;
  }
  .marketingApproach-step-description {
    width: 83.333333%;
    float: left;
  }
  .certificationsImg-col {
    float: left;
    width: 25%;
  }
  .ourTestimonials-slide-leftCol {
    width: 16.666667%;
    float: left;
  }
  .ourTestimonials-slide-rightCol {
    width: 83.333333%;
    float: left;
  }
  .marketingApproach-col.right-col .marketingApproach-col-inner {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .home-banner-contentCol,
  .home-banner-imageCol {
    float: left;
  }
  .home-banner-contentCol {
    width: 33.33333333%;
    padding-top: 0;
    margin-top: 0;
  }
  .home-banner-imageCol {
    width: 66.66666667%;
  }
  .home-bannerArea-module .page-center {
    padding-left: calc(calc(100% - 720px) / 2) !important;
  }
  .IE .home-bannerArea-module .page-center {
    padding-left: 9.42vw !important;
  }
/*   .service-col {
    float: left;
    width: 20%;
  } */

}

@media(min-width: 992px) {

  .container-fluid .row-fluid .page-center {
    max-width: 960px;
  }

  .cs-showIn-responsive {
    display: none !important;
  }
  .home-banner-contentCol {
    padding-top: 1.5rem;
    margin-top: 3rem;
  }
  .home-bannerArea-module .page-center {
    padding-left: calc(calc(100% - 960px) / 2) !important;
  }
  .IE .home-bannerArea-module .page-center {
    padding-left: 3.39vw !important;
  }

}

@media(min-width: 1200px) {

  .container-fluid .row-fluid .page-center {
    max-width: 1140px;
  }

  .span6.custom-ft-logo-companyDescription {
    width: 41.666667%;
  }
  .span3.custom-ft-contactDetails {
    width: 25%;
    margin-left: 8.333333%;
  }
  .span3.custom-ft-socialLinks {
    width: 25%;
    margin-left: 0;
  }
  .home-bannerArea-module .page-center {
    padding-left: calc(calc(100% - 1140px) / 2) !important;
  }
  .IE .home-bannerArea-module .page-center {
    padding-left: 19.88vw !important;
  }

}

@media(min-width: 1951px) {

  .IE .home-bannerArea-module .page-center {
    padding-left: 22.88vw !important;
  }

}

@media(min-width: 2201px) {

  .IE .home-bannerArea-module .page-center {
    padding-left: 25.78vw !important;
  }

}

@media(min-width: 2501px) {

  .IE .home-bannerArea-module .page-center {
    padding-left: 27.28vw !important;
  }

}

@media(min-width: 2851px) {

  .IE .home-bannerArea-module .page-center {
    padding-left: 34.65vw !important;
  }

}


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

@media (max-width: 1199px) {

}

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

  .custom-ft-contactDetails p span[data-class="email"] {
    /*font-size: 85%;*/
    white-space: nowrap;
  }

  .ourwork-icon {
    width: 113px;
    height: 113px;
    font-size: 63px;
    line-height: 1;
  }

}


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


@media (max-width: 991px) {

  h1 {
    font-size: 34px;
  }
  .cs-hideIn-responsive {
    display: none !important;
  }

  .custom-header-right-group {
    padding: 8px 0 0;
    text-align: right;
  }

  .twoColEqualImg-col-inner > img {
    margin-bottom: 1rem !important;
  }
  .marketingApproach-step-count {
    background-position: 65%;
  }
  .home-bannerArea-module h3 {
    font-size: 28px;
  } 
  .home-bannerArea-module p {
    margin-bottom: 4px;
  }
  .service-icon .he-box {
    margin-bottom: 20px;
  } 
  .service-icon .he-box img {
    margin-bottom: 1rem !important;
  }
  .service-col {
    margin-bottom: 2rem;
  }
  .home-row .ourwork-topSec h1 {
    font-size: 50px;
  }

  /**/
  .ourwork-topSec h1 {
    font-size: 34px;
  }

}

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

  .ourwork-icon {
    width: 81px;
    height: 81px;
    font-size: 43px;
    line-height: 1;
  }
  .ourwork-col .img-caption-wrap h5 {
    font-size: 17px;
  }

}


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

@media (max-width: 767px) {

  .default-blog .blog-sidebar {
    padding-top: 40px;
    margin-top: 40px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: none !important;
    display: block;
    margin: 10px 0 !important;
    max-height: 100% !important;
    max-width: 100% !important;
  }
  .hs-blog-post .post-body img[style*="float: left;"],
  .hs-blog-post .post-body img[style*="float: right;"] {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .one-column .body-container input[type="text"],
  .one-column .body-container input[type="password"], 
  .one-column .body-container input[type="datetime"], 
  .one-column .body-container input[type="datetime-local"], 
  .one-column .body-container input[type="date"], 
  .one-column .body-container input[type="month"], 
  .one-column .body-container input[type="time"], 
  .one-column .body-container input[type="week"], 
  .one-column .body-container input[type="number"], 
  .one-column .body-container input[type="email"], 
  .one-column .body-container input[type="url"], 
  .one-column .body-container input[type="search"], 
  .one-column .body-container input[type="tel"], 
  .one-column .body-container input[type="color"],
  .one-column .body-container input[type="file"],
  .one-column .body-container textarea,
  .one-column .body-container select,
  .body-container .hs-search-field {
    width: 100% !important;
    max-width: 100% !important;
  }
  .checkbox-row span.fakelabel span {
    float: none;
    margin-left: 0;
    padding-left: 20px;
    text-align: left;
    display: block;
  }
  .subscribe-options p label {
    margin: 4px 0;
  }
  .subscribe-options label > input {
    float: left;
  }
  #email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 100% !important;
  }

  .bottom-pane-module .page-center {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .bottomPane-container h1 {
    font-size: 24px;
  }
  .ourworkCol-container {
    width: 100%;
    max-width: 370px;
    min-height: 370px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    position: relative;
  }
  .ourwork-col .img-caption-wrap h5 {
    font-size: 33px;
    line-height: 44px;
    padding-left: 6%;
    padding-right: 6%;
  }
  .ourwork-icon {
    width: 150px;
    height: 150px;
  }
  .contact-form fieldset .hs-form-field {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
  }
  .contact-form fieldset .hs-form-field > .input > .hs-input {
    width: 100% !important;
    max-width: 100% !important;
  }
  .about-row1 h1,
  .certifications-heading h2,
  .services-heading-subheading h1,
  .home-row .ourwork-topSec h1 {
    font-size: 24px;
  }
  .marketing-approach-module {
    text-align: center;
  }
  .marketingApproach-step-count {
    background-image: none;
  }
  .certificationsImg-col {
    overflow: hidden;
    text-align: center !important;
  }
  .ourTestimonials-slider-module {
    padding: 3rem 15px;
  }
  .home-bannerArea-module {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
  }
  .home-bannerArea-module p {
    color: #fff;
    margin-bottom: 20px;
  }
  .home-banner-contentCol h3 > span {
    color: #fff;
  }
  .home-bannerArea-module .page-center {
    padding: 5rem;
  }
  .home-bannerArea-container {
    margin: 0;
  }
  .home-banner-imageCol {
    display: none !important;
  }
  .service-cols-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .service-col {
    width: 50%;
    float: left;
  }

}  


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

@media (max-width: 576px) {

  .custom-footer-group {
    padding: 1rem;
    padding-top: 3rem;
  }

  .fullWidth-layout .content-wrapper.page-center {
    margin-bottom: 1rem;
  }
  .fullWidth-mainContent-flexi .hs_cos_wrapper_type_widget_container>.hs_cos_wrapper_type_module:first-child {
    margin-bottom: calc(35px + 2rem);
  }
  .twoColEqual-with-img-module {
    border-bottom: 1px solid #276a2e;
  }
  .bottomPane-container {
    margin-bottom: 2rem;
  }
  .ourwork-col .img-caption-wrap h5 {
    font-size: 22px;
    line-height: 35px;
    padding-left: 12px;
    padding-right: 12px;
    bottom: 22px;
  }
  .contact-layout .content-wrapper.page-center {
    padding-top: 40px;
  } 
  .contactDetail-item {
    margin-top: 1rem;
  }
  .contact-row1 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module > .hs_cos_wrapper_type_rich_text {
    margin-bottom: 40px;
  }
  .about-row1 .page-center {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about-row1 .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module > .hs_cos_wrapper_type_rich_text {
    margin-bottom: 2rem;
  }
  .about-row3 .page-center,
  .about-row5 .page-center {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .oneColTopImg-col {
    margin-top: 1rem;
  }
  .marketing-approach-heading h2 {
    font-size: 30px;
  }
  .marketing-approach-module {
    padding-left: 15px;
    padding-right: 15px;
  }
  .marketingApproach-step-count {
    padding-bottom: 1rem;
  }
  .marketingApproach-step-item {
    margin-bottom: 0.8rem;
  }
  .certificationsImg-cols-group {
    padding-top: 2rem;
    overflow: hidden;
  }
  .ourTestimonials-heading h3 {
    font-size: 34px;
  }
  .ourTestimonials-slides-wrap p {
    margin-top: 18px;
  }


  /**/
  .ourworkCol-container {
    margin-bottom: 0;
  }
  .hs-resource-page .content-wrapper.page-center {
    padding-top: 40px;
  }
  .ourwork-topSec {
    margin-bottom: 2rem;
  }  
  .hs-resource-page .fullWidth-mainContent-flexi .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module:first-child {
    margin-bottom: 35px;
  }


  /**/
  .home-bannerArea-module .page-center {
    padding: 4rem 1rem !important;
  }
  .home-banner-contentCol br {
    display: none;
  }
  .services-heading-subheading {
    margin-top: 40px;
    overflow: hidden;
  }
  .services-heading-subheading h1 {
    margin-bottom: 18px;
  }
  .service-cols-group {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .service-col {
    margin-bottom: 1rem;
  }
  .service-icon .he-box {
    margin-bottom: 0;
  }
  .service-title h5 {
    margin-top: 0;
  }
  .home-row .marketing-approach-module {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .home-row .marketing-approach-module .page-center {
    padding-bottom: 0;
  }
  .home-row .marketingApproach-step-items {
    margin-bottom: 35px;
    overflow: hidden;
  }
  .home-row .marketingApproach-step-item {
    margin-bottom: 32px;
  }
  .home-row .marketingApproach-step-count {
    padding-bottom: 26px;
  }
  .home-row .marketingApproach-step-description {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-row3 .page-center {
    margin-top: 30px !important;
    margin-bottom: 1rem !important;
    padding-top: 10px;
  }
  .home-row .ourwork-topSec h1 {
    font-size: 40px;
  }
  .home-row .ourwork-topSec {
    margin-bottom: 18px;
  }
  .home-row .ourwork-col .img-caption-wrap h5 {
    font-size: 30px;
    line-height: 35px;
  }

}

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


@media (max-width: 445px) {

  .ourworkCol-container.img-caption-wrap {
    min-height: 0 !important;
  }
  .ourworkCol-container {
    min-height: 83.25vw;
    min-height: 82.55vw;
  }
  .ourwork-icon {
    width: 33.55vw;
    height: 33.55vw;
    padding: 5.85vw 6.75vw;
    font-size: 18vw;
    line-height: normal;
  }

}


@media (max-width: 360px) {

  .service-col {
    width: 100% !important;
    float: none !important;
  }

}


@media (max-width: 340px) {

  ul.header-social {
    margin-right: 0.25rem;
  }
  ul.header-social li a {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
  }
  .mobile-trigger {
    margin: 19px 1rem 0;
  }

}


@media (max-width: 325px) {

  .ourworkCol-container {
    min-height: 243px;
  }
  .ourwork-icon {
    width: 99px;
    height: 99px;
    padding: 20px 20px;
    font-size: 55px;
    line-height: normal;
  }

}



/* Tweaks 6/19/19 */
.custom-menu-primary .hs-menu-wrapper > ul li > a{
    margin-left: 7px;
    margin-right: 7px;
}
.custom-menu-primary .hs-menu-wrapper > ul li:last-of-type {
    margin-right: 12px;
}
@media(max-width: 991px){
    .custom-menu-primary .hs-menu-wrapper > ul li:first-of-type {
        margin-top: 8px;
    }

    .custom-menu-primary .hs-menu-wrapper > ul li:last-of-type {
        margin-bottom: 8px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li {
        margin-top: 4px;
        margin-bottom: 4px;

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

h1{
    color: #276a2e
}

h2{
    color: #90d5f0;
}

/* Fix spacing on nav */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    margin-left: 20px; 
    margin-bottom: 10px;
}

.cs-hideIn-responsive.custom-menu-primary ul{
    min-height: 40px !important;
}

@media(min-width: 577px) and (max-width: 991px){
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li  {
        margin-top: 10px; 
    }   
}

/* Icons on homepage */
.services-group-module .service-cols-group {
    display: flex;
    justify-content: center;
}
.services-group-module .service-cols-group .he-box{
    width: 20%;
}
.services-group-module .service-cols-group img{
    min-width: 50px;
}

 


/* Sticky Header */
@media(min-width: 992px){
    .header-container-wrapper{
        position: fixed;
        width: 100%;
        z-index: 1000;
    }
    .body-container-wrapper{
        padding-top: 100px;
    }

    .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal{
        display: flex !important;
        justify-content: center;
    }

    .header-container-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal ul{
        float: none;
    }
}


/* Header Green */
.custom-header-group{
    background-color: #276a2e;
}
.custom-header-group .hs-menu-children-wrapper{
    background-color: #276a2e !important;
}

.custom-header-group .custom-menu-primary .hs-menu-item.hs-menu-depth-1 a{
    color: #fff;
}

.custom-header-group .custom-menu-primary .hs-menu-item.hs-menu-depth-1 a:hover,
.custom-header-group .custom-menu-primary .hs-menu-item.hs-menu-depth-1 a:active,
.custom-header-group .custom-menu-primary .hs-menu-item.hs-menu-depth-1 a:focus{
    color: #79bed8    
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a:before,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
    color: #79bed8;   
}
.custom-header-group .child-trigger i,
.custom-header-group .child-trigger i:after{
    background-color: #fff;
}

.custom-header-group .child-trigger:hover i,
.custom-header-group .child-trigger:hover i:after{
    background-color: #79bed8;
}