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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Raleway:400,400i,700&display=swap');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css');

@font-face {
  font-family: "icomoon";
  src: url("//cdn2.hubspot.net/hubfs/469237/DigitalMediaStream-October2019/Fonts/icomoon.eot") format("embedded-opentype"), 
    url("//cdn2.hubspot.net/hubfs/469237/DigitalMediaStream-October2019/Fonts/icomoon.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/469237/DigitalMediaStream-October2019/Fonts/icomoon.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//cdn2.hubspot.net/hubfs/469237/DigitalMediaStream-October2019/Fonts/fa-regular-400.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/469237/DigitalMediaStream-October2019/Fonts/fa-regular-400.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/469237/DigitalMediaStream-October2019/Fonts/fa-regular-400.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/469237/DigitalMediaStream-October2019/Fonts/fa-regular-400.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

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

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

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

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

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

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive iFrames */
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}
 
/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 800px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #fff;
  color: #747474;
  font-family: Raleway;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
}

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

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


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

/* Basic text */
p {
  margin-top: 0;
  margin-bottom: 20px;
} 

small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 40px;
  color: #333333;
}
h2 {
  color: #333;
  margin: 0 0 20px;
  margin-top: 0em;
  margin-bottom: 1.1em;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 30px;
}
h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 26px;
}
h4 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 24px;
}
h5 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 22px;
}
h6 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 20px;
}

/* Anchor Links */
a { 
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  text-decoration: none;
  color: #63d3f2;
}
a:hover, a:focus { color: #4fc6e0; }

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

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

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


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

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

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

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


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


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

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

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


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

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

.header-wrapper {
  position: relative;
  z-index: 10010;
}

.header-wrapper .header-top {
  background-color: #d1d1d1;
  border-bottom: 1px solid transparent;
  border-bottom-color: rgba(229,229,229,0);
  color: #ffffff;
  font-size: 12px;
  padding-left: 30px;
  padding-right: 30px;
}

.header-wrapper .header-top .header-top-menu {
  width: auto;
  float: right;
  margin: 0;
}

.header-wrapper .header-top .header-top-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: middle;
}

.header-wrapper .header-top .header-top-menu ul li {
  position: relative;
  border-left: 1px solid transparent;
  border-color: #e5e5e5;
}

.header-wrapper .header-top .header-top-menu ul li:first-child {
  border-left: none;
}

.header-wrapper .header-top .header-contact p {
  margin: 0;
  line-height: 44px;
  vertical-align: middle;
  display: inline-block;
}
.header-wrapper .header-top .header-contact p a {
  color:#f37363;
  text-decoration:none;
}

.header-wrapper .header-top .header-top-menu ul li a {
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 13px;
  min-height: 44px;
}

.header-wrapper .header-bottom {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: background-color .25s ease-in-out;
  border-bottom: 1px solid transparent;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 100%;
  overflow: visible!important;
  border-bottom-color: rgba(229,229,229,0);
  background-color: #ffffff;
  min-height: 146px;
}

.header-wrapper .header-bottom .logo {
  display: block;
  float: left;
  max-width: 100%;
  zoom: 1;
  margin: 31px 0px 31px 0px;
  width: auto;
}

.header-wrapper .header-bottom .logo a {
  display: inline-block;
  max-width: 100%;
}

.header-wrapper .header-bottom .logo img {
  width: 150px !important;
  height: auto;
}

.header-wrapper .header-bottom .custom-menu-primary {
  float: right;
  position: relative;
  z-index: 200;
  width: auto;
}

a#back-to-top:hover {
  background-color: #4fc6e0;
}

.footer-bottom {
  z-index: 10;
  position: relative;
  padding: 18px 10px 12px;
  border-top: 1px solid #4b4c4d;
  padding-top: 28px;
  padding-bottom: 26px;
  background-color: #535557;
  border-top-width: 0px;
  border-color: rgba(75,76,77,0);
  padding-left: 30px;
  padding-right: 30px;
}

.footer-bottom .copyright p {
  text-align: center;
  margin: 0;
  color: #ffffff;
  font-size: 12px;
}

.footer-top {
  position: relative;
  padding: 43px 10px 40px;
  border-top: 12px solid #e9eaee;
  background: #363839;
  padding-top: 43px;
  padding-bottom: 40px;
  background-color: #606264;
  border-top-width: 0px;
  border-color: #e9eaee;
  background-size: initial;
  background-position: center center;
  color: #fff9f9;
  padding-left: 30px;
  padding-right: 30px;
}

.fusion-social-networks {
  overflow: hidden;
}

.fusion-social-networks .fusion-social-networks-wrapper {
  margin: 0 -5.5px;
}

.fusion-social-networks .fusion-social-network-icon {
  display: inline-block;
  margin: 0 5.5px 14px;
  font-size: 16px;
  color: #bebdbd;
  text-decoration: none;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  line-height: 1;
}

.fusion-social-networks .fusion-social-network-icon:before {
  color: inherit;
}

.fusion-icon-facebook:before {
  content: "\e604";
}

.fusion-icon-twitter:before {
  content: "\e605";
}

.fusion-icon-youtube:before {
  content: "\e622";
}

.fusion-icon-instagram:before {
  content: "\ea92";
}

.fusion-icon-pinterest:before {
  content: "\e602";
}

.fusion-icon-linkedin:before {
  content: "\e60f";
}

[class*=" fusion-icon-"], [class^=fusion-icon-] {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fusion-tooltip {
  cursor: pointer;
}

.fusion-social-networks .fusion-social-networks-wrapper a {
  margin: 0 5.5px 14px;
  display: inline-block;
  line-height: 1;
}

.footer-top .page-center > div {
  margin: 0 calc((15px) * -1);
}

.footer-top .footer-col {
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  float: left;
  margin: 0;
}

.footer-menu ul {
  font-size: 16px;
  margin: 0 !important;
  padding: 0;
  margin-top: -8px !important;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  display: block !important;
}

.footer-menu ul li {
  border-color: rgba(80,81,82,0);
  float: none !important;
}

.footer-menu ul li a {
  position: relative;
  letter-spacing: 0px;
  font-style: normal;
  font-family: Raleway;
  font-weight: 400;
  font-size: 14px;
  border-bottom: 1px solid transparent;
  display: block !important;
  padding: 0;
  border-right: 3px solid;
  padding-left: 20px;
  padding-right: 11px;
  border-right-color: #4fc6e0;
  border-left-color: #4fc6e0;
  border-right-color: transparent;
  color: #fff;
}

.fusion-social-networks .fusion-social-networks-wrapper a:hover {
  opacity: .8;
}

.footer-menu ul li a:hover {
  color: #4fc6e0;
}

section.footer-logo .fusion-logo-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

section.footer-logo .fusion-logo-inner .fusion-image-holder {
  display: inline-block;
  box-sizing: border-box;
  padding: 2px;
  width: 50%;
}


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

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

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


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

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

a#back-to-top {
  height: 35px;
  position: fixed;
  text-align: center;
  width: 48px;
  opacity: .9;
  z-index: 100000;
  transition: all .2s ease-in-out 0s;
  line-height: 1;
  bottom: 0;
  background-color: #333;
  right: 75px;
  border-radius: 4px 4px 0 0;
}

a#back-to-top:before {
  line-height: 35px;
  content: '\f106';
  -webkit-font-smoothing: antialiased;
  font-family: icomoon;
  font-size: 22px;
  color: #fff;
}



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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  padding-right: 45px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
  padding-right: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
  border-color: transparent;
  font-family: Raleway;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0px;
  font-style: normal;
  color: #606264;
  min-height: 130px;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-width: 3px;
  border-top-style: solid;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  border-top-color: #4fc6e0;
  color: #4fc6e0;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper>ul ul {
  font-family: Raleway;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  background-color: #ffffff;
  width: 270px;
  border-top: 3px solid #4fc6e0;
  box-shadow: 1px 1px 30px rgba(0,0,0,.06);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  font-family: Raleway;
  font-weight: 400;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom-color: #dcdadb;
  color: #f37363;
  font-size: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 7px 20px;
  text-indent: 0;
  height: auto;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  background-color: #4fc6e0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

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

  .fixed .header-wrapper .header-bottom {
    position: fixed;
    box-shadow: rgba(0,0,0,.117647) 0 1px 3px;
    background: #fff;
  }

  .fixed .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 35px;
  }

  .fixed .custom-menu-primary .hs-menu-wrapper > ul > li:last-child {
    padding-right: 0;
  }


  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child > a > span {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    position: relative;
    zoom: 1;
    border: 1px solid transparent;
    text-align: center;
    padding: 11px 23px;
    line-height: 16px;
    font-size: 13px;
    background: #ffffff;
    color: #f37363;
    font-family: Raleway;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0px;
    border-width: 2px;
    border-style: solid;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-color: #f37363;
    outline: 0;
    border-radius: 0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
    border-top-color: transparent;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover > span {
    background: #f37363;
    color: #ffffff;
    border-color: #f37363;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    color: #4fc6e0;
    border-color: #4fc6e0;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.active.active-branch > a {
    background-color: #4fc6e0;
  }
}


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

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }
@media (max-width: 800px){

  /* 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 {
    line-height: 1;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    box-sizing: content-box;
    padding: 0 calc((45px)/ 2);
    height: calc((20px) * .9);
    width: calc((20px) * 1.5);
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
  }

  a.mobile-trigger .fusion-toggle-icon-line {
    background-color: #333333;
    width: calc((20px) * 1.5);
    height: calc((20px) * .1);
    opacity: 1;
    transform: rotate(0);
    transition: .25s ease-in-out;
    transform-origin: left top;
  }

  .mobile-trigger:hover{

  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{

  }

  /* Toggle Button Icon */



  /* ===== 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: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* 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 {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    min-height: 700px;
    transition: all .3s ease-in-out 0s;
    background-color: rgba(255,255,255,0.95);
    z-index: 9;
    opacity: 0;    
    padding-top: 222px;
    align-items: center;
  }

  .mobile-open .mobile-trigger .fusion-toggle-icon-line:nth-child(2) {
    width: 0;
    opacity: 0;
  }

  .mobile-open .mobile-trigger .fusion-toggle-icon-line {
    background-color: #6b6b6b;
    opacity: 1;
    transform: rotate(0);
    transition: .25s ease-in-out;
    width: calc((20px) * 1.2);
    height: calc((20px) * .1);
  }

  .mobile-open .mobile-trigger .fusion-toggle-icon-line:nth-child(3) {
    transform: rotate(-45deg);
    margin: 0 0 -1px -1px;
  }

  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    opacity: 1;
    top: 0;
    transition: opacity .4s ease 0s,top 0s ease 0s;
    display: flex !important;
  }

  .mobile-open .mobile-trigger {
    z-index: 99;
  }

  .mobile-open .mobile-trigger .fusion-toggle-icon-line:nth-child(1) {
    transform: rotate(45deg);
  }

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

  .mobile-open .mobile-trigger {
    z-index: 99;
  }
  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* 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{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* ==========================================================================
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 {
  margin-bottom: 10px;
}
.post-header h2 a {
  text-decoration: none;
  color: inherit;
  border: none;
}
.post-header h2 a:hover {} 

.blog-post-wrapper h2{
  margin-bottom: 10px;
}
.blog-post-wrapper h2 a{
  text-decoration: none;
  color: inherit;
  border: none;
}
.blog-post-wrapper h2 a:hover,
/* 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 {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}
#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%;
  height: auto !important;
  max-width: 100%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

/* Read More Link */
a.more-link {
  display: inline-block;
  padding-top: 10px;
}

/* Blog Topics List */
#hubspot-topic_data {
  color: #888888;
  font-weight: 700;
}
#hubspot-topic_data a.topic-link {}

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

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

.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}

.new-comments.no-comments {
  border: none !important;
  margin:0px;
}


/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display: block;
}
.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 {
  margin-bottom:20px;	
}

.blog .blog-sidebar ul li {
  padding: 0 0 10px;
}

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



/* Default Comment Form */

#comment-form {
  border:1px solid #000;
  padding:20px;
  margin-top:20px;
  margin-bottom:20px;
  max-width:500px;
}

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


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

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

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

/* Labels and Legends */
label {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #414141;
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-form-field {
  margin-bottom: 18px;
  padding-top: 10px;
}

.hs-form-field > label {}

/* 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 {
  max-width: 767px;
  width: 100% !important;
  display: block;
  cursor: auto;
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: 0;
  background-color: #ffffff;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  box-sizing: border-box;
}

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 {
  outline: none;
  border-color: rgba(82,168,236,0.8);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  min-height: 47px;
}
textarea:focus {}

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

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #aaa9a9;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #aaa9a9;
} /* Firefox 18- */
::-moz-placeholder {
  color: #aaa9a9;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #aaa9a9;
} /* 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;
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  -webkit-appearance: none;
  margin: 0;
  outline: 0;
  border: none;
  font-family: Helvetica,Arial,sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 18px 7px;
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 0 -1px 0 #3574e3;
  background-color: #3574e3;
  background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  border-radius: 4px;
  transition: opacity 0.15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  box-sizing: border-box;
  margin: 20px 0 18px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;
}

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

ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
  font-weight: normal !important;
}

ul.no-list.hs-error-msgs.inputs-list label {
  font-weight: normal;
  color: red;
}

.hs-input.invalid.error {
  border-color: #b9554d;
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}



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

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


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

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


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

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


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

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


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


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


.body-container-wrapper {
  padding: 0 30px;
}

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

.banner-area {
  margin-left: -30px;
  margin-right: -30px;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-right: 30px;
  padding-bottom: 80px;
  padding-left: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #58ADE0;
}

.lead-service-banner-area .left-col {
  position: relative;
  float: left;
  width: calc(60% - ( ( 4% ) * 0.6 ) );
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.lead-service-banner-area .left-col .fusion-column-wrapper .image-wrapper ul.fusion-carousel-holder {
  margin: 0;
  padding: 9px 0;
  list-style: none;
}

.lead-service-banner-area {
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: rgba(255,255,255,0);
}

.lead-service-banner-area .left-col .fusion-column-wrapper .image-wrapper ul.fusion-carousel-holder li {
  padding: 0;
  margin-left: 0;
  max-width: 338px;
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.lead-service-banner-area .left-col .fusion-column-wrapper .image-wrapper ul.fusion-carousel-holder li img {
  vertical-align: middle;
  width: auto;
  line-height: normal;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.lead-service-banner-area .left-col .left-text {
  padding: 0 40px 0 0;
}

.lead-service-banner-area .left-col h1 {
  text-align: center;
  color: #fff;
}

.lead-service-banner-area .left-col p {
  color: #fff;
  text-align: center;
}

.lead-service-banner-area .left-col .image-wrapper {
  margin-bottom: 15px;
}

.lead-service-banner-area .left-col h1 {
  text-align: center;
  color: #fff;
  padding-bottom: 1px;
}

.lead-service-banner-area .left-col h6 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
  padding-top: 17px;
  margin: 0 0 20px;
  line-height: 2;
}

.lead-service-banner-area .right-col {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 40%;
  width: calc(40% - ( ( 4% ) * 0.4 ) );
}

.lead-service-banner-area .right-col .form-wrapper {
  border-radius: 30px;
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.66);
  padding: 20px 30px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
}

.lead-service-banner-area .right-col .form-wrapper h3.form-title {
  display: none;
}

.lead-service-banner-area .right-col .form-wrapper form .hs-richtext h2 {
  color: #f37363!important;
  margin-bottom: 5px;
  letter-spacing: 0px;
  font-style: normal;
  font-family: Raleway;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  line-height: 32px;
  padding-top: 22px;
  margin-top: 0;
}

.lead-service-banner-area .right-col .form-wrapper .hs-form-field {
  margin: 0;
}

.lead-service-banner-area .right-col .form-wrapper label {
  font-family: Raleway;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  line-height: 2;
  font-size: 16px;
  color: #747474;
  margin-bottom: 2px;
}

.lead-service-banner-area .right-col .form-wrapper .hs-input {
  border-width: 1px;
  border-color: #d2d2d2;
  border-radius: 0px;
  background-color: #ffffff;
  font-size: 13px;
  color: #aaa9a9;
  padding: 5px 15px;
  width: 100%;
  box-shadow: none;
}

.lead-service-banner-area .right-col .form-wrapper .legal-consent-container p {
  font-size: 11px;
  padding-top: 29px;
  line-height: 15px;
  margin-top: 0;
  margin-bottom: 20px;
}

.lead-service-banner-area .right-col .form-wrapper .hs-button.primary.large {
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  color: #fff;
  background: #f37363;
  padding: 19px 30px;
  width: 100%;
  outline: 0;
  max-width: 100%;
  display: block;
  box-shadow: none;
  text-shadow: none;
  margin: 0;
  border: 0;
}

.lead-service-banner-area .left-col h5 {
  text-align: center;
  color: #fff;
  font-size: 23px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 2;
}

.logo-slider-wrapper {
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
  padding-top: 77px;
  padding-bottom: 12px;
}

.logo-slider-wrapper ul.slick-dots {
  display: none !important;
}

.logo-slider-wrapper .logo-wrapper {
  margin-bottom: 40px;
}

.logo-slider-wrapper .logo-wrapper .hs_cos_gallery_main {
  margin: 0;
  padding: 8px 0;
  margin-left: -30px;
}

.logo-slider-wrapper .logo-wrapper .hs_cos_gallery_main img {
  vertical-align: middle;
  width: 226px;
  height: auto;
}

.logo-slider-wrapper .logo-wrapper .hs_cos_gallery_main .slick-slide {
  margin-left: 30px;
}

.logo-slider-wrapper .logo-wrapper button.slick-arrow {
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  color: transparent;
  background-color: rgba(0,0,0,.5);
  background-repeat: no-repeat;
  z-index: 1000;
  opacity: .8;
  position: absolute;
  top: 48%;
  background-color: rgba(0,0,0,0.6);
  width: 30px;
  height: 30px;
  margin-top: calc((30px)/ -2);
  margin-left: 30px;
  display: block;
}

.logo-slider-wrapper .logo-wrapper button.slick-arrow.slick-prev:before {
  content: '\f104';
  display: block;
  position: relative;
  line-height: 29px;
  font-size: 14px;
  color: #fff;
  font-family: icomoon;
  font-size: 14px;
  line-height: 30px;
  opacity: 1;
}

.logo-slider-wrapper .logo-wrapper button.slick-next.slick-arrow:before {
  content: '\f105';
  display: block;
  position: relative;
  color: #fff;
  font-family: icomoon;
  font-size: 14px;
  line-height: 30px;
  opacity: 1;
}

.logo-slider-wrapper .logo-wrapper button.slick-arrow:hover {
  background-color: rgba(0,0,0,0.7);
  opacity: 1;
}

.full-one-column-content-wrapper {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-right: 30px;
  padding-bottom: 90px;
  padding-left: 30px;
}

.full-one-column-content-wrapper .one-column-item {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 50%;
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-right: 4%;
  text-align: center;
}

.full-one-column-content-wrapper .one-column-item:nth-child(2n) {
  margin-right: 0;
}

.full-one-column-content-wrapper .one-column-item .panel-heading h2 {
  font-size: 30px;
  text-align: center;
  line-height: 32px;
  padding-top: 22px;
  color: #4fc6e0;
  margin-bottom: 1.1em;
}

.full-one-column-content-wrapper .one-column-item .panel-body {
  padding-top: 10px;
  padding-bottom: 15px;
  position: relative;
  text-align: left;
}

.one-column-top-image {
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
  padding-top: 80px;
  padding-right: 30px;
  padding-bottom: 60px;
  padding-left: 30px;
}

.one-column-top-image .one-column-image-item {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 50%;
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-right: 4%;
}

.one-column-top-image .one-column-image-item:nth-child(2n) {
  margin-right: 0;
}

.one-column-top-image .image-wrapper {
  overflow: hidden;
}

.one-column-top-image .image-wrapper:hover img {
  opacity: .9;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}

.one-column-top-image .image-wrapper img {
  vertical-align: top;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  opacity: 1;
  -webkit-transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,transform 1s;
  transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.one-column-top-image .one-column-image-item .text {
  padding-top: 47px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.one-column-top-image .button a.btn {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  line-height: 21px;
  font-size: 18px;
  font-family: Raleway;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 100%;
  padding: 17px 25px;
  border-color: #ffffff;
  background: #4fc6e0;
  border-radius: 0;
  color: #fff;
}

.one-column-top-image .button a.btn:hover {
  background: #f37363;
}

.schedule-meeting-section {
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

.schedule-meeting-section .fusion-column-wrapper {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 66.66%;
  width: calc(66.66% - ( ( 4% + 4% ) * 0.6666 ) );
  margin-right: 4%;
  position: relative;
  margin: 0 auto 20px;
}

.schedule-meeting-section .fusion-column-wrapper .fusion-text h3 {
  text-align: center;
  color: #fff;
}

.schedule-meeting-section .fusion-column-wrapper .fusion-separator {
  height: 27px;
}

.logo-slider-inner.clearfix {
  padding: 0 30px;
}

.banner-area .banner-heading {
  text-align: center;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 40px;
  color: #fff;
}

.banner-area .banner-content {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 60%;
  width: calc(60% - ( ( 4% + 4% ) * 0.6 ) );
  float: none;
  margin: 0 auto 40px;
}

.contact-lay .banner-area .banner-content {
  margin-bottom: 92px;
}

.banner-area .banner-sub-heading {
  color: #fff;
  text-align: center;
}

.contact-lay .banner-area {
  margin: 0;
}

.contact-lay .banner-area .banner-sub-heading {
  padding-top: 32px;
}

.contact-lay .body-container-wrapper {
  padding: 0;
}

.contact-lay .row1-wrapper {
  background-color: #f6fcfd;
  padding-top: 80px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
}

.contact-lay .row1-wrapper .right-column {
  padding-left: 9px;
}

.contact-lay .row1-wrapper .right-column .hs_cos_wrapper_type_rich_text p {
  text-align: center;
}

span.hs-form-required {
  color: red;
}

.contact-lay .row1-wrapper .right-column form label {
  margin-bottom: 6px;
}

.contact-lay .row1-wrapper .right-column form .hs-form-field {
  margin-bottom: 20px;
}

.contact-lay .row1-wrapper .right-column form .hs-richtext p {
  font-size: 11px;
  padding-top: 29px;
  line-height: 15px;
  color: #414141;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.contact-lay .row1-wrapper .right-column {
  margin-bottom: 40px;
}

iframe {
  max-width: 100% !important;
}

.member-wrapper {
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
  padding-top: 90px;
  padding-right: 30px;
  padding-bottom: 70px;
  padding-left: 30px;
}

.member-wrapper .member-item {
  display: inline-block;
  float: left;
  width: 50%;
  padding-right: 26px;
  margin-bottom: 19px;
}

.member-wrapper .member-item .left-content .image-wrapper {
  display: inline-block;
  z-index: 1;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}

.member-wrapper .member-item .left-content .image-wrapper img {
  vertical-align: top;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  opacity: 1;
  -webkit-transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,transform 1s;
  transition: opacity 1s,transform 1s,-webkit-transform 1s;
}   margin: 0 0 20px;
}

.member-wrapper .member-item .left-content .image-wrapper:hover img {
  opacity: .9;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}

.member-wrapper .member-item .left-content {
  width: 46%;
  display: inline-block;
  vertical-align: top;
}

.member-wrapper .member-item .right-content {
  display: inline-block;
  width: 50%;
  padding-left: 7.5%;
}

.member-wrapper .member-item:nth-child(2n) {
  margin-right: 0;
  width: 50%;
  padding-right: 0;
  padding-left: 25px;
}

.member-wrapper .member-item .left-content .details {
  text-align: center;
  padding-top: 17px;
}

.member-wrapper .member-item .left-content .details h2 {
  margin: 0;
  color: #747474;
  font-size: 16px;
  line-height: 2;
}

.member-wrapper .member-item .left-content .details h3 {
  margin: 0 0 20px;
  color: #747474;
  font-size: 16px;
  line-height: 2;
}

.about-lay .full-one-column-content-wrapper .one-column-item .panel-body {
  padding-top: 3px;
  padding-bottom: 0;
  position: relative;
  text-align: left;
}

.about-lay .full-one-column-content-wrapper .panel-heading h2 {
  font-size: 16px;
  font-family: Raleway;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  padding: 0;
  text-align: left;
  color: #747474;
  font-weight: bold;

}

.about-lay .full-one-column-content-wrapper {
  padding-right: 30px;
  padding-left: 30px;
  padding-top: 80px;
  padding-bottom: 0px;
}

.two-col-with-image .left-content {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 75%;
  width: calc(75% - ( ( 4% ) * 0.75 ) );
  margin-right: 4%;
}

.two-col-with-image .right-content {
  position: relative;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 25%;
  width: calc(25% - ( ( 4% ) * 0.25 ) );
  padding-top: 37px;
}

.two-col-with-image {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 90px;
  padding-right: 30px;
  padding-bottom: 70px;
  padding-left: 30px;
}

.hubspot-partners-section {
  margin-left: -30px;
  margin-right: -30px;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-right: 30px;
  padding-bottom: 100px;
  padding-left: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-color: rgba(255,255,255,0);
}

.hubspot-partners-section .top-content {
  width: 60%;
  width: calc(60% - ( ( 4% + 4% ) * 0.6 ) );
  margin: 0 auto 20px;
  text-align: center;
}

.hubspot-partners-section .top-content h3 {
  color: #fff;
}

.hubspot-partners-section .top-content p {
  color: #fff;
}

.two-col-with-image .left-content .image-wrapper {
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}

.two-col-with-image .left-content .image-wrapper img {
  opacity: 1;
  -webkit-transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,transform 1s;
  transition: opacity 1s,transform 1s,-webkit-transform 1s;
  vertical-align: top;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.two-col-with-image .left-content .image-wrapper:hover img {
  opacity: .9;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}

.hubspot-partners-section .partnership-logo ul.logo-holder {
  list-style: none;
  margin: -1px 0 0 0;
  padding: 0;
}

.hubspot-partners-section .partnership-logo ul.logo-holder li {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 33.33%;
  width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
  margin-right: 4%;
}

.hubspot-partners-section .partnership-logo ul.logo-holder li:nth-child(3n) {
  margin-right: 0;
}

.hubspot-partners-section .partnership-logo ul.logo-holder li .logo-image-wrapper {
  padding: 2%;
}

.hubspot-partners-section .partnership-logo ul.logo-holder li .logo-image-wrapper {
  padding: 2%;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}

.hubspot-partners-section .partnership-logo ul.logo-holder li .logo-image-wrapper img {
  opacity: 1;
  -webkit-transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,transform 1s;
  transition: opacity 1s,transform 1s,-webkit-transform 1s;
  vertical-align: top;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.hubspot-partners-section .partnership-logo ul.logo-holder li .logo-image-wrapper:hover img,
.member-wrapper .member-item .left-content .image-wrapper:hover img {
  opacity: .9;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}

.two-col-with-video {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 100px;
  padding-right: 30px;
  padding-bottom: 100px;
  padding-left: 30px;
}

.two-col-with-video .left-content {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 50%;
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-right: 4%;
}

.two-col-with-video .right-content {
  position: relative;
  float: left;
  margin-right: 0;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 50%;
  width: calc(50% - ( ( 4% ) * 0.5 ) );
}

.two-col-with-video .left-content .inner {
  padding: 0px 20px;
  padding-top: 74px;
}

.two-col-with-video .left-content .inner .video-shortcode {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 60%;
}

.two-col-with-video .left-content .inner .video-shortcode iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border: 0;
}

.two-col-with-video .right-content .inner {
  padding: 37px 20px 37px;
}

.two-col-with-video .right-content .inner h3 {
  color: #4fc6e0;
}

.partnership-section {
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.partnership-section .section-content {
  position: relative;
  width: calc(66.66% - ( ( 4% + 4% ) * 0.6666 ) );
  margin: 0 auto 20px;
  text-align: center;
}

.partnership-section .section-content .top-content h3 {
  color: #fff;
}

.partnership-section .section-content .top-content p {
  color: #fff;
}

.partnership-section .section-content .partnership-logo {
  padding-top: 36px;
  margin-bottom: 61px;
}

.partnership-section .section-content .partnership-logo ul.logo-holder {
  margin: 0 -10px;
  padding: 10px 0;
  list-style: none;
}

.partnership-section .section-content .partnership-logo ul.logo-holder li.logo-item {
  display: inline-block;
  padding: 0;
  width: 182px;
  margin-left: 9px;
}

.partnership-section .section-content .partnership-logo ul.logo-holder li.logo-item:first-child {
  margin-left: 2px;
}

.footer-contact p {
  margin: 16px 0;
}

.about-lay .schedule-meeting-section .fusion-column-wrapper .fusion-text h3 {
  font-size: 20px;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

.about-lay .schedule-meeting-section .fusion-column-wrapper .fusion-separator {
  height: 38px;
}

.about-lay .schedule-meeting-section .fusion-column-wrapper .meetings-iframe-container {
  padding-bottom: 30px;
}

.banner-area.type2 .content p {
  color: #fff;
  text-align: center;
}

.banner-area.type2 .button {
  display: block;
  text-align: center;
}

.banner-area.type2 .button a.fusion-button {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  font-family: Raleway;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  box-shadow: none!important;
  -webkit-transition: all .2s;
  transition: all .2s;
  border-color: #f37363;
  background: #ffffff;
  border-radius: 0;
  padding: 17px 40px; 
  line-height: 21px;
  font-size: 18px;  
}

.banner-area.type2 .button a.fusion-button span {
  color: #f37363;
}

.banner-area.type2 .banner-content {
  margin-bottom: 20px;
}

.banner-area.type2 .button a.fusion-button:hover {
  background: #f37363;
  border-color: #ffffff;
}

.banner-area.type2 .button a.fusion-button:hover span {
  color: #fff;
}

.case-study-wrapper {
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
  padding-top: 100px;
  padding-right: 30px;
  padding-bottom: 0;
  padding-left: 30px;
}

.case-study-wrapper .page-center {
  overflow: hidden;
}

.case-study-wrapper .case-study-item-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.case-study-wrapper .case-study-item {
  margin-bottom: 20px;
  width: 33.33333333%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  vertical-align: top;
}

.case-study-wrapper .case-study-item .col.content-box-wrapper {
  cursor: pointer;
  position: relative;
  text-align: center;
}

.case-study-wrapper .case-study-item .case-study-item-overlay {
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  z-index:100;
}
.case-study-wrapper .case-study-item .case-study-item-img {
  width:100%;
  position:relative;
  padding-bottom:66.58%;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center;
}
.case-study-wrapper .case-study-item .case-study-item-title-wrap {
  width:100%;
  display:block;
  min-height:120px;
}
.case-study-wrapper .case-study-item .case-study-item-title-wrap .case-study-item-title {
  width:100%;
  display:block;
  margin-top:15px;
  border:2px solid #f37363;
  padding:17px 40px;
  line-height:21px;
  font-size:18px;
  color:#f37363;
  transition:all 0.4s ease;
  text-align:center;
  text-transform:uppercase;
}
.case-study-wrapper .case-study-item:hover .case-study-item-title-wrap .case-study-item-title {
  background-color:#f37363;
  color:white;
}

@media (max-width:800px) {
  .case-study-wrapper .case-study-item {
    width:100%;
  }
}

.services-wrapper {
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
  padding-top: 100px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
}

.services-wrapper .page-center {
  overflow: hidden;
}

.services-wrapper .services-item-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 60px;
}

.services-wrapper .services-item {
  margin-bottom: 20px;
  width: 33.33333333%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  vertical-align: top;
}

.services-wrapper .services-item .col.content-box-wrapper {
  padding: 35px;
  cursor: pointer;
  position: relative;
  text-align: center;
  background-color: rgba(220, 237, 244, 0.22);
}

.services-wrapper .services-item .col.content-box-wrapper .icon-left {
  overflow: hidden;
  margin-bottom: 15px;
}

.services-wrapper .services-item .col.content-box-wrapper .icon-left a.heading-link {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.services-wrapper .services-item .col.content-box-wrapper .icon-left .image img {
  max-width: 200px !important;
  height: auto !important;
  width: 100%;
  margin-bottom: 20px;
}

.services-wrapper .services-item .col.content-box-wrapper .icon-left h2 {
  font-size: 19px;
  line-height: 24px;
  padding-top: 22px;
  margin: 0;
  color: #4fc6e0;
}

.services-wrapper .services-item .col.content-box-wrapper .icon-left a.heading-link:hover h2 {
  color: #f37363;
}

.lead-generation-wrapper {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.lead-generation-wrapper .generation-item-wrapper .generation-item {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-right-width: 0;
  padding: 0;
  border-color: rgba(255,255,255,0);
}

.lead-generation-wrapper .generation-item-wrapper .generation-item .col {
  position: relative;
  padding: 30px;
}

.lead-generation-wrapper .generation-item-wrapper .generation-item .col .heading {
  position: relative;
  overflow: visible;
  margin-bottom: 15px;
  display: table;
  width: auto;
}

.lead-generation-wrapper .generation-item-wrapper .generation-item .col .heading .icon {
  position: absolute;
}

.lead-generation-wrapper .generation-item-wrapper .generation-item .col .heading .icon i {
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  display: block;
  float: none;
  margin-right: 20px;
  background-color: transparent;
  border-color: transparent;
  height: auto;
  width: 33px;
  line-height: normal;
  color: #4fc6e0;
  font-size: 33px;
}

.fa-question-circle:before {
  content: "\f059";
}

.lead-generation-wrapper .generation-item-wrapper .generation-item .col .heading h2 {
  font-family: Raleway;
  font-weight: 700;
  letter-spacing: 0px;
  font-style: normal;
  vertical-align: top;
  padding-top: 22px;
  text-align: center;
  font-size: 18px;
  line-height: 23px;
  padding-left: 53px;
  color: #4fc6e0;
  margin: 0;
}

.lead-generation-wrapper .generation-item-wrapper .generation-item .col .content-container {
  padding-left: 53px;
  color: #747474;
  margin-bottom: 20px;
}

.lead-generation-wrapper .generation-item-wrapper {
  margin-bottom: 60px;
}

.home-banner-area {
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-right: 30px;
  padding-bottom: 60px;
  padding-left: 30px;
  background-size: cover;
  background-color: rgba(255,255,255,0);
}

.home-banner-area .left-content {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 66.66%;
  width: calc(66.66% - ( ( 4% + 4% ) * 0.6666 ) );
  margin-right: 4%;
}

.home-banner-area .left-content h2 {
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 40px;
  color: #fff;
}

.home-banner-area .left-content p {
  color: #fff;
}

.home-banner-area .left-content p a {
  color: #ffffff;
}

.home-banner-area .left-content .button-wrapper a.btn-wrapper {
  display: inline-block;
  margin-right: 15px;
  font-family: Raleway;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  outline: 0;
  border-color: #f37363;
  background: #ffffff;
  border-radius: 0;
  padding: 17px 40px;
  line-height: 21px;
  font-size: 18px;
  float: left;  
}

.home-banner-area .left-content .button-wrapper a.btn-wrapper:nth-child(2) {
  background: #f37363;
  border-color: #ffffff;
  color: #fff;
}

.home-banner-area .left-content .button-wrapper a.btn-wrapper:hover {
  background: #f37363;
  border-color: #ffffff;
  color: #fff;
}

.home-banner-area .left-content .button-wrapper a.btn-wrapper:nth-child(2):hover {
  background: #ffffff;
  border-color: #f37363;
  color: #f37363;
}

.home-banner-area .right-content {
  float: left;
  display: inline-block;
  width: 34%;
}

.home-banner-area .right-content .image-item {
  margin-top: 0px;
  margin-bottom: 0px;
  width: calc(46.66% - ( ( 4% + 4% ) * 0.1666 ) );
  margin-right: 4%;
  text-align: center;
  vertical-align: top;
  padding: 1.2% 0px;
  position: relative;
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.home-banner-area .right-content .image-item a {
  overflow: hidden;
  display: inline-block;
  position: relative;
}

.home-banner-area .right-content .image-item img {    
  -webkit-transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,transform 1s;
  transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.home-banner-area .right-content .image-item:hover img {
  opacity: .9;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}

.one-col-with-bg-wrapper .one-col-bg-item {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 25%;
  width: calc(25% - ( ( 1% + 1% + 1% ) * 0.25 ) );
  margin-right: 1%;
}

.one-col-with-bg-wrapper .one-col-bg-item:last-child {
  margin-right: 0;
}

.one-col-with-bg-wrapper .one-col-bg-item .fusion-column-wrapper {
  position: relative;
  z-index: 3;
  pointer-events: none;
  padding: 15% 6%;
  height: auto;
  min-height: 437px;
}

.one-col-with-bg-wrapper .one-col-bg-item .fusion-column-wrapper {
  position: relative;
  z-index: 3;
  pointer-events: none;
  padding: 15% 6%;
  height: auto;
  min-height: 437px;
}

.one-col-with-bg-wrapper .one-col-bg-item .fusion-column-wrapper h3 {
  font-size: 26px;
  text-align: center;
  color: #fff;
  padding-bottom: 1px;
}

.one-col-with-bg-wrapper .one-col-bg-item span.hover-type-zoomin {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}

.one-col-with-bg-wrapper .one-col-bg-item span.hover-type-zoomin a {
  width: 100%;
  height: 100%;
}

.one-col-with-bg-wrapper .one-col-bg-item span.hover-type-zoomin a span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,transform 1s;
  transition: opacity 1s,transform 1s,-webkit-transform 1s;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.one-col-with-bg-wrapper .one-col-bg-item .fusion-column-wrapper .fusion-separator {
  border-color: #ffffff;
  border-top-width: 2px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 20px;
  width: 100%;
  max-width: 40%;
  border-bottom-style: solid;
  border-top-style: solid;
  height: auto;
  border-top-width: 2px;
  border-bottom-width: 0;
  clear: both;
  position: relative;
  z-index: 11;
}

.one-col-with-bg-wrapper .one-col-bg-item .fusion-column-wrapper .content {
  text-align: center;
  color: #fff;
}

.one-col-with-bg-wrapper .one-col-bg-item .fusion-column-wrapper .content p a {
  color: #fff;
}

.one-col-with-bg-wrapper .one-col-bg-item span.hover-type-zoomin:hover span.fusion-column-inner-bg-image {
  opacity: .9;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}

.recent-wrapper {
  padding: 50px 0 40px;
}

.recent-wrapper .top-heading {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.one-col-with-bg-wrapper {
  padding-bottom: 19px;
}

.recent-wrapper .top-heading h4 {
  color: #4fc6e0;
  font-size: 20px;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

.recent-wrapper .recent-post-wrapper .recent-post-item {
  position: relative;
  float: left;
  width: 33.33333333%;
  z-index: 2;
  margin: 0;
  padding: 0;
  display: block;
}

.recent-wrapper .recent-post-wrapper .recent-post-item article.post {
  padding: 0 6px;
  position: relative;
  margin-bottom: 65px;
}

.recent-wrapper .recent-post-wrapper .recent-post-item article.post .hs-featured-image-wrapper {
  position: relative;
  overflow: hidden;
}

.recent-wrapper .recent-post-wrapper {
  padding-top: 25px;
} 

.recent-wrapper .recent-post-wrapper .recent-post-item article.post .hs-featured-image-wrapper img.hs-featured-image {
  float: none;
  max-width: 100%;
  margin: 0;
}

.recent-wrapper .recent-post-wrapper .recent-post-item article.post .hs-featured-image-wrapper img.hs-featured-image:hover {
  opacity: 0.3;
  transition: .5s ease;
  backface-visibility: hidden;
}

.recent-wrapper .recent-post-wrapper .recent-post-item article.post .post-name h2 {
  font-size: 30px;
  text-align: center;
  line-height: 32px;
  padding-top: 22px;
}

.recent-wrapper .recent-post-wrapper .recent-post-item article.post .post-name h2 {
  font-size: 30px;
  text-align: center;
  line-height: 32px;
  padding-top: 22px;
  font-weight: 700;
  letter-spacing: 0px;
  font-style: normal;
}

.recent-wrapper .recent-post-wrapper .recent-post-item article.post .post-name h2 a {
  color: #6576b9;
  font-size: 23px;
}

.recent-wrapper .recent-post-wrapper .recent-post-item article.post .post-name h2 a:hover {
  color: #4fc6e0;
}

.recent-wrapper .recent-post-wrapper {
  padding-top: 25px;
  margin-bottom: 20px;
}

.service-lay .home-banner-area .right-content .image-item:last-child {
  margin-right: 0;
  margin-left: 35px;
  width: calc(42.66% - ( ( 4% + 4% ) * 0.1666 ) );
}

.service-lay .home-banner-area .left-content .button-wrapper a.btn-wrapper {
  background: #f37363;
  border-color: #ffffff;
  color: #fff;
}

.service-lay .home-banner-area .left-content .button-wrapper a.btn-wrapper:hover {
  background: #ffffff;
  border-color: #f37363;
  color: #f37363;
}

.service-lay .home-banner-area .right-content .image-item {
  padding: 2.2% 0;
}

.two-col-with-right-image {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-right: 30px;
  padding-bottom: 70px;
  padding-left: 30px;
}

.two-col-with-right-image .left-content {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-right: 4%;
}

.two-col-with-right-image .left-content h2 {
  color: #4fc6e0;
  padding-top: 22px;
  line-height: 32px;
}

.two-col-with-right-image .right-content {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 50%;
  width: calc(50% - ( ( 4% ) * 0.5 ) );
}

.two-col-with-right-image .right-content .image-wrapper {
  padding: 10% 0px 0px;
}

.service-lay .full-one-column-content-wrapper {
  padding-top: 90px;
  padding-right: 30px;
  padding-bottom: 70px;
  padding-left: 30px;
}

.service-lay .full-one-column-content-wrapper .top-content {
  text-align: center;
  padding-bottom: 57px;
}

.service-lay .full-one-column-content-wrapper .top-content h2 {
  line-height: 32px;
  padding-top: 22px;
  color: #4fc6e0;
}

.service-lay .full-one-column-content-wrapper .one-column-item .panel-heading h2 {
  padding-top: 22px;
  margin: 0;
  font-size: 18px;
  line-height: 23px;
  color: #333333;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service-lay .full-one-column-content-wrapper .one-column-item .panel-heading h2:hover {
  color: #a0ce4e;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service-lay .full-one-column-content-wrapper .one-column-item .panel-body {
  padding-top: 0;
}

.service-lay .full-one-column-content-wrapper .one-column-item .panel-body p:last-child {
  margin-bottom: 0;
}

.service-lay .full-one-column-content-wrapper .one-column-item {
  margin-bottom: 25px;
}

.service-lay .full-one-column-content-wrapper .one-col-item-wrapper {
  padding-bottom: 80px;
}

.bottom-pane-section {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

.bottom-pane-section .inner {
  position: relative;
  margin: 0 auto 20px;
  width: 66.66%;
  width: calc(66.66% - ( ( 4% + 4% ) * 0.6666 ) );
  text-align: center;
}

.bottom-pane-section .inner h2 {
  line-height: 32px;
  padding-top: 22px;
  color: #fff;
}

.bottom-pane-section .inner p {
  color: #fff;
}

.bottom-pane-section .inner .button-wrapper a.btn {
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  background: #ffffff;
  color: #f37363;
  border-color: #f37363;
  font-family: Raleway;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #f37363;
  padding: 17px 40px;
  line-height: 21px;
  font-size: 18px;
}

.bottom-pane-section .inner .content {
  margin-bottom: 47px;
}

.bottom-pane-section .inner .button-wrapper a.btn {
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  background: #ffffff;
  color: #f37363;
  border-color: #f37363;
  font-family: Raleway;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
  color: #f37363;
  padding: 17px 40px;
  line-height: 21px;
  font-size: 18px;
}

.bottom-pane-section .inner .button-wrapper a.btn:hover {
  background: #f37363;
  color: #ffffff;
  border-color: #ffffff;
}

.service-lay .full-one-column-content-wrapper.with-img {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-color: #f6fcfd !important;
}

.service-lay .full-one-column-content-wrapper.with-img .top-content h2 {
  color: #fff;
}

.service-lay .full-one-column-content-wrapper.with-img .one-column-item p {
  color: #fff;
}

.service-lay .full-one-column-content-wrapper.with-img .top-content {
  text-align: center;
  padding-bottom: 77px;
}

.service-lay .full-one-column-content-wrapper.with-img .one-col-item-wrapper {
  padding-bottom: 0;
}

.service-lay .full-one-column-content-wrapper .one-column-item .panel-heading {
  overflow: hidden;
  margin-bottom: 15px;
}

.two-col-with-right-image .right-content.hover-anim .image-wrapper {
  display: inline-block;
  z-index: 1;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  -webkit-transform: translate3d(0,0,0);
}

.two-col-with-right-image .right-content.hover-anim .image-wrapper img {
  vertical-align: top;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  opacity: 1;
  -webkit-transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,transform 1s;
  transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.two-col-with-right-image .right-content.hover-anim .image-wrapper:hover img {
  opacity: .9;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}

.footer-menu ul li.active > a {
  border-right-color: #4fc6e0;
  border-left-color: #4fc6e0;
  color: #f37363;
}

.lead-service-banner-area .right-col .form-wrapper .hs-input:focus {
  outline: 0;
  box-shadow: none !important;
}

.home-banner-area .left-content .cta-wrapper a {
  display: inline-block;
  margin-right: 15px;
  font-family: Raleway;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  border-width: 2px;
  border-style: solid;
  text-transform: uppercase;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  box-shadow: none!important;
  outline: 0;
  border-radius: 0;
  padding: 17px 40px;
  line-height: 21px;
  font-size: 18px;
  float: left;
  background: #f37363;
  border-color: #ffffff;
  color: #fff;
  text-align: center;
}

.home-banner-area .left-content .cta-wrapper a:hover {
  background: #ffffff;
  border-color: #f37363;
  color: #f37363;
}

.service-lay.hs-service .row1-wrapper {
  padding-top: 1%;
  padding-bottom: 1%;
}

.service-lay.hs-service .one-col-with-bg-wrapper .one-col-bg-item {
  width: 33.33%;
  width: calc(33.33% - ( ( 1% + 1% ) * 0.3333 ) );
  margin-right: 1%;
}

.service-lay.hs-service .one-col-with-bg-wrapper .one-col-bg-item:nth-child(3n) {
  margin-right: 0;
}

.service-lay.hs-service .one-col-with-bg-wrapper .one-col-bg-item .fusion-column-wrapper {
  padding: 20% 10%;
}

.service-lay.hs-service .one-col-with-bg-wrapper {
  padding-bottom: 0;
}

.inbound-marketing-result-wrapper {
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

.hs-search-field__bar {
  margin: 30px 0
}

.hs-search-results ul#hsresults li:first-child {
  border-top: 1px solid #ddd
}

.hs-search-results ul#hsresults li {
  list-style: none;
  border: 1px solid #ddd;
  margin-bottom: 0;
  padding: 15px;
  border-bottom: 0;
  border-top: 0;
  position: relative
}

.hs-search-results ul#hsresults li p {
  margin-bottom: 0
}

.hs-search-results ul#hsresults li:last-child {
  border-bottom: 1px solid #ddd
}

ul.hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  top: 30px;
  background: #fff;
  margin-top: 0;
  z-index: 9
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 15px;
  border: 1px solid #ddd !important
}

/* .hs-search-results ul#hsresults li:after {
content: '';
border-bottom: 1px solid #ddd;
height: 0;
width: calc(100% - 30px);
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto
} */

.hs-search-results ul#hsresults li:last-child:after {
  display: none
}

.inbound-marketing-result-wrapper .top-content h2 {
  line-height: 32px;
  padding-top: 22px;
  text-align: center;
  color: #fff;
}

.inbound-marketing-result-wrapper .top-content {
  padding-bottom: 56px;
}

.inbound-marketing-result-wrapper .result-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}

.inbound-marketing-result-wrapper .result-wrapper .result-item {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333333%;
  float: left;
  margin-bottom: 20px;
  text-align: center;
}

.inbound-marketing-result-wrapper .result-wrapper .result-item .col .heading .image img {
  border-style: none;
  vertical-align: top;
  height: auto;
  margin-bottom: 20px;
  max-width: 100px !important;
  width: 100%;
}

.inbound-marketing-result-wrapper .result-wrapper .result-item .col .heading h2 {
  padding-top: 22px;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  margin: 0;
}

.inbound-marketing-result-wrapper .result-wrapper .result-item .col .content-container p {
  color: #fff;
}

.inbound-marketing-result-wrapper .result-wrapper .result-item a.fusion-read-more:after {
  color: #63d3f2;
  content: '\f105';
  top: 50%;
  right: -10px;
  padding-left: 5px;
  font-size: 14px;
  font-family: icomoon;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.inbound-marketing-result-wrapper .result-wrapper .result-item a.fusion-read-more {
  position: relative;
  color: #63d3f2;
  margin-right: 10px;
  display: inline-block;
}

.inbound-marketing-result-wrapper .result-wrapper .result-item .col .heading a.heading-link:hover h2 {
  color: #58c3f4;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.inbound-marketing-result-wrapper .result-wrapper .result-item .col .heading a.heading-link {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.inbound-marketing-result-wrapper .result-wrapper {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}

.what-is-hubspot {
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 90px;
  padding-right: 30px;
  padding-bottom: 70px;
  padding-left: 30px;
}

.what-is-hubspot .left-column {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 50%;
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-right: 4%;
}

.what-is-hubspot .right-column {
  position: relative;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 50%;
  width: calc(50% - ( ( 4% ) * 0.5 ) );
}

.what-is-hubspot .left-column h2 {
  line-height: 32px;
  padding-top: 22px;
  color: #4fc6e0;
}

.what-is-hubspot .right-column .fusion-column-wrapper {
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding: 10%;
}

.what-is-hubspot .right-column .fusion-column-wrapper .fusion-text h3 {
  text-align: right;
  color: #fff;
}

.services-two-col-with-image {
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  padding-top: 90px;
  padding-right: 30px;
  padding-bottom: 70px;
  padding-left: 30px;
}

.services-two-col-with-image .right-column {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 50%;
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-right: 4%;
}

.services-two-col-with-image .left-column {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 50%;
  width: calc(50% - ( ( 4% ) * 0.5 ) );
}

.services-two-col-with-image .left-column h2 {
  line-height: 32px;
  padding-top: 22px;
  color: #4fc6e0;
}

.services-two-col-with-image .left-column p strong {
  color: #e76c5e;
}

.services-two-col-with-image.right .right-column .fusion-column-wrapper {
  padding: 10%;
}

.bottom-pane-section .inner .content h3 {
  color: #fff;
}

.services-two-col-with-image.right .right-column {
  float: right;
  margin-right: 0;
}

.services-two-col-with-image.right .left-column {
  margin-right: 4%;
}

.inbound-marketing-result-wrapper .result-wrapper .result-item .heading {
  overflow: hidden;
  margin-bottom: 15px;
}

.error-page .page-center.content-wrapper {
  padding-top: 55px;
  padding-bottom: 40px;
}

.error-page .custom_error_message .hs_cos_wrapper_type_rich_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 31px;
  overflow: hidden;
}

.error-page .custom_error_message h2 {
  padding-right: 8px;
  color: #4fc6e0;
  letter-spacing: 0px;
  font-style: normal;
  font-family: Raleway;
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  padding-top: 22px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin: 0;
}

.error-page .custom_error_message .title-sep-container .title-sep.sep-double.sep-solid {
  position: relative;
  display: block;
  width: 100%;
  border-style: solid;
  border: 0 solid #e7e6e6;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-color: #e0dede;
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px;
}

.error-page .custom_error_message .title-sep-container {
  color: #747474;
  position: relative;
  height: 6px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.error-page .three-col-section .error.col1 h2 {
  color: #f0f0f0;
  font-size: 170px;
  line-height: 1;
  font-weight: 700;
  margin: 0;
}

.error-page .three-col-section .error.col2 {
  padding-left: 49px;
}

.error-page .three-col-section .error h3 {
  color: #4fc6e0;
}

.error-page .three-col-section .error ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 23.8px;
}

.error-page .three-col-section .error ul li {
  padding: 5.5px 0;
  margin-left: 0;
}

.error-page .three-col-section .error ul li:first-child {
  padding-top: 0;
}

.error-page .three-col-section .error ul li span {
  display: table;
  float: left;
  border-radius: 50%;
  background-clip: padding-box;
  color: #fff;
  text-align: center;
  background-color: #A0CE4E;
  font-size: 14px;
  height: 23.8px;
  width: 23.8px;
  margin-right: 9.8px;
}

.error-page .three-col-section .error.col3 {
  padding-left: 0;
  margin: 0;
}

.hs-search-field__bar {
  margin: 0;
}

.hs-search-field__bar form input.hs-search-field__input {
  box-shadow: none;
  border-radius: 0;
  padding: 5px 15px 4px;
  margin-top: 2px;
  color: #aaa9a9;
}


.hs-search-field__bar form input.fusion-search-submit.searchsubmit {
  background: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  height: 33px;
  line-height: 33px;
  margin: 0;
  padding: 0;
  width: 33px;
  text-indent: 0;
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
  height: 29px;
  padding-top: 0;
  padding-bottom: 0;
  width: 29px;
  line-height: 29px;
  position: absolute;
  top: 0;
  right: 0;
  box-shadow: none;
}

.hs-search-field__bar form input.fusion-search-submit.searchsubmit:hover {
  background-color: #4fc6e0;
}

.hs-search-field__bar form input.hs-search-field__input:focus {
  border-width: 1px;
  border-color: #d2d2d2;
}

.hs-search-field__suggestions li a,
.hs-search-field__suggestions #results-for {
  padding: 10px !important;
}

.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0 !important;
}

===============================
.digital-blog .body-container-wrapper {
  padding: 0 !important;
}

.digital-blog .get-bg-inline {
  position: relative;
  overflow: hidden;
}

.digital-blog .get-bg-inline img {
  position: absolute;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  min-width: 100%;
  left: 0;
  width: 100%;
}

.digital-blog .blog-row {
  padding: 115px 15px 97px;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(95, 202, 227, 0.9) 0%, rgba(119, 147, 204, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(95, 202, 227, 0.9) 0%, rgba(119, 147, 204, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(95, 202, 227, 0.9) 0%, rgba(119, 147, 204, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e65fcae3', endColorstr='#e67793cc', GradientType=0);
  position: relative;
  z-index: 1;
}

.digital-blog .blog-row h1 {
  color: #fff;
}


.digital-blog .feature-post {
  padding: 0 30px;
  padding-top: 55px;
}

.digital-blog .blog-sidebar .widget-span {
  margin-bottom: 35px;
}

.digital-blog .post-item {
  padding: 15px 12px;
}

.digital-blog .post-item .thumb {
  height: 430px;
}

.digital-blog .post-item .contain {
  padding: 42px 0 0;
}

.digital-blog .first-post .post-item {
  padding-bottom: 53px;
}

.digital-blog .four-post {
  clear: both;
  overflow: hidden;
}

.digital-blog .four-post .post-item {
  width: 50%;
  float: left;
}

.digital-blog .four-post .post-item .thumb {
  height: 220px;
}

.digital-blog .post-listing.main .post-item {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: scale-in-center 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  width: 33.33%;
  float: left;
}

.digital-blog .post-listing.main .post-item .thumb {
  height: 220px;
}

.digital-blog .body-container-wrapper {
  padding: 0 !important;
}

.digital-blog .listing-cta {
  padding: 0 15px;
  margin-top: 90px;
  padding-bottom: 100px;
}

.digital-blog .blog-sidebar .blog-subscription {
  background-color: #6576b9;
  padding: 25px;
  margin-top: 15px;
}

.digital-blog .blog-sidebar .blog-subscription .form-title {
  color: #fff;
}

.digital-blog .blog-sidebar .blog-subscription .hs-form-field > label {
  color: #fff;
}

.digital-blog .blog-sidebar .blog-subscription .hs-error-msg {
  color: #fff;
}

.digital-blog .blog-sidebar .blog-subscription ul.no-list.hs-error-msgs.inputs-list label {
  color: #fff;
}

.outer-group-header {
  min-height: 146px !important;
}

.search-page .search-page-wrapper .page-center {
  padding-top: 55px;
  padding-bottom: 40px;
}

.search-page .search-page-wrapper .top-content h2 {
  font-size: 40px;
  font-family: Raleway;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 28px;
}

.search-page .hs-search-field__bar form input.hs-search-field__input {
  margin-top: -4px;
  max-width: 100%;
}

.search-page .recent-wrapper .top-heading {
  display: none;
}

.search-page .recent-wrapper {
  padding: 0;
}

.search-page .recent-wrapper .recent-post-wrapper.clearfix {
  padding: 0;
}

.search-page .recent-wrapper .recent-post-wrapper .recent-post-item {
  float: none;
  width: 100%;
}

.search-page .search-row {
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e5e6;
  margin-bottom: 60px;
  border-color: #e0dede;
}

.search-page .hs-search-results ul#hsresults {
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-property: height,width;
  transition-property: height,width;
  margin-top: calc((40px)/ -2);
  margin-right: calc((40px)/ -2);
  margin-bottom: 0;
  margin-left: calc((40px)/ -2);
}

.search-page .hs-search-results ul#hsresults li {
  width: 33.33333333%;
  display: inline-block;
  float: left;
  padding: calc((40px)/ 2);
  border: 0;
}

.search-page .hs-search-results ul#hsresults li .inner {
  border: 1px solid #eaeaea;
  border-bottom-width: 3px;
  background-color: rgba(255,255,255,0);
  border-color: #ebeaea;
  padding: 30px 25px 20px;
}

.search-page .hs-search-results ul#hsresults li .inner a.hs-search-results__title {
  text-align: center !important;
  display: block;
  font-family: Raleway;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0px;
  font-style: normal;
  padding-top: 22px;
  font-size: 24px;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.search-page .hs-search-results ul#hsresults li .inner a.hs-search-results__title:after {
  content: '';
  height: 8px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-top-style: solid;
  position: absolute;
  width: 100%;
  border-color: #ebeaea;
  left: 0;
  bottom: 0;
}

.digital-blog.hs-blog-post .row-fluid .get-bg-inline > div:first-child {
  position: absolute;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  min-width: 100%;
  left: 0;
  width: 100% !important;
}



.digital-blog.hs-blog-post .get-bg-inline {
  position: relative;
  overflow: visible !important;
}

.digital-blog.hs-blog-post .row-fluid .blog-inner-banner > div:last-child {
  position: relative;
  z-index: 1;
  padding: 110px 0 0px;
  text-align: center;
  background: -moz-linear-gradient(top, rgba(95, 202, 227, 0.9) 0%, rgba(119, 147, 204, 0.9) 100%);
  background: -webkit-linear-gradient(top, rgba(95, 202, 227, 0.9) 0%, rgba(119, 147, 204, 0.9) 100%);
  background: linear-gradient(to bottom, rgba(95, 202, 227, 0.9) 0%, rgba(119, 147, 204, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e65fcae3', endColorstr='#e67793cc', GradientType=0);
}

.digital-blog.hs-blog-post .inbound-marketing-result-wrapper .result-wrapper .result-item .col.hover h2 {
  color: #58c3f4;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.digital-blog.hs-blog-post .inbound-marketing-result-wrapper .result-wrapper .result-item a.fusion-read-more:hover {
  color: #58c3f4;
}

.digital-blog.hs-blog-post .row-fluid .blog-inner-banner .post-blog-wrapper .blog-item-contain {
  width: 33%;
  float: left;
  text-align: left;
  min-height: 400px;
}

.digital-blog.hs-blog-post .row-fluid .blog-inner-banner .post-blog-wrapper .blog-item-thumb {
  width: 67%;
  float: left;
  padding-left: 30px;
  position: relative;
  min-height: 1px;
}

.digital-blog.hs-blog-post .row-fluid .blog-inner-banner .post-blog-wrapper .blog-item-contain .title a.topic-link {
  color: #fff;
}

.digital-blog.hs-blog-post .post-blog-wrapper {
  color: #fff;
}

.row-fluid .blog-inner-banner .post-blog-wrapper .blog-item-contain h2 {
  color: #fff;
  margin: 0;
  padding: 43px 0 105px;
}

.digital-blog.hs-blog-post .row-fluid .blog-inner-banner .post-blog-wrapper .blog-item-thumb .thumb {
  height: 450px;
  position: absolute;
  width: 100%;
  max-width: calc(100% - 30px);
}

.digital-blog.hs-blog-post .must-main.case-study-image {
  text-align: center;
  clear: both;
}

.digital-blog.hs-blog-post .row-fluid .get-bg-inline > div:first-child {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.digital-blog.hs-blog-post .row-fluid .blog-inner-section .inner-sidebar div#hubspot-author_data {
  text-align: left;
  display: flex;
  align-items: center;
  padding: 44px 0 55px;
  width: 100%;
  flex-wrap: wrap;
}

.digital-blog.hs-blog-post .row-fluid .blog-inner-section .inner-sidebar div#hubspot-author_data .author-contain {
  padding-left: 20px;
  color: #2A2A2A;
  width: calc(100% - 121px);
}

.digital-blog.hs-blog-post .row-fluid .blog-inner-section .inner-sidebar div#hubspot-author_data .author-contain span.date {
  display: block;
}

.digital-blog.hs-blog-post .row-fluid .blog-inner-section .inner-sidebar div#hubspot-author_data .author-contain a.author-link {
  padding-right: 7px;
}

.digital-blog.hs-blog-post .row-fluid .blog-inner-section .inner-sidebar .blog-inner-sidebar-widget {
  margin: 0;
}

.digital-blog.hs-blog-post .row-fluid .blog-inner-section .post-main-contain {
  width: 67%;
  padding-top: 0;
  padding-left: 30px;
  font-size: 19px;
  color: #8A8A8A;
  line-height: 39px;
  float: right;
}

.digital-blog.hs-blog-post .row-fluid .blog-inner-section .blog-post-wrapper {
  float: left;
  width: 100%;
  position: relative;
}

.digital-blog.hs-blog-post .row-fluid .blog-inner-section .blog-post-wrapper {
  display: flex;
}

.digital-blog.hs-blog-post .row-fluid .blog-inner-section .inner-sidebar {
  width: 33%;
  top: 0;
  display: block;
  float: left;
}

.digital-blog.hs-blog-post .row-fluid .blog-inner-section .post-main-contain {
  padding-top: 165px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child.active > a {
  border-color: transparent;
}

.digital-blog.hs-blog-post .row-fluid .rel-post-wrapper .custom-related-post .post-item {
  width: 33.333%;
  float: left;
  text-align: left;
  margin: 10px 0 70px;
}

.digital-blog.hs-blog-post .row-fluid .blog-inner-banner > div:last-child {
  padding-left: 30px;
  padding-right: 30px;
}

.inbound-marketing-result-wrapper .result-wrapper .result-item a.fusion-read-more:hover {
  color: #58c3f4;
}

.digital-blog.hs-blog-post .blog-body-wrapper {
  padding: 0 30px;
}

.digital-blog.hs-blog-post .rel-post-wrapper {
  padding: 0 30px;
}

.digital-blog.hs-blog-post .row-fluid .rel-post-wrapper .custom-related-post .post-item .thumb {
  height: 220px;
}

.error-500 .main-content .hs-search-field__bar form {
  max-width: 767px;
  position: relative;
}

.digital-blog.hs-blog-post .get-bg-inline .page-center {
  padding: 0 15px;
}

.digital-blog.hs-blog-post .row-fluid .blog-inner-banner .post-blog-wrapper .blog-item-contain .title {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
}

.digital-blog.hs-blog-post .row-fluid .blog-inner-banner .post-blog-wrapper .blog-item-contain h2 {
  font-size: 37px;
  color: #fff;
  line-height: 53px;
  margin: 0;
  padding: 43px 0 105px;
}

.digital-blog.hs-blog-post .blog-inner-sidebar-widget {
  position: absolute;
  max-width: 402px !important;
  width: 100% !important;
}

.sb-col {
  margin: 0;
  padding: 0;
  border: 1px solid #eae7e7;
  background-color: #fff;
  margin-top: 30px;
}

.sb-col h3 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-size: 14px;
  color: #574d5a;
  padding: 15px 20px;
  font-weight: 700;
}

.sb-col form {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.sb-col form label {
  display: none;
}

.sb-col form .hs-form-field {
  margin: 0;
  padding: 0;
  border-top: #eae7e7;
  width: 100%;
}

.sb-col form .input {
  margin: 0;
  padding-right: 100px;
  width: 100%;
  position: relative;
  border-top: 1px solid #eae7e7;
  border-bottom: 1px solid #eae7e7;
  padding-right: 60px;
}

.sb-col form .hs-input {
  width: 100%;
  font-family: Raleway;
  font-size: 16px;
  display: block;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-weight: 600;
  text-align: left;
  padding: 20px 40px;
  border-radius: 0 !important;
  color: #707070;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 0;
  border-right: 1px solid #eae7e7;
  font-size: 14px;
}

.sb-col form .input:after {
  content: '';
  background-image: url(//cdn2.hubspot.net/hubfs/469237/DigitalMediaStream-October2019/Images/email-icon.svg);
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 60px;
  pointer-events: none;
}

.sb-col form .hs-input:focus {
  outline: 0;
  border-color: #34495e;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
  -o-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
  -ms-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,0,0,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.6);
}

.sb-col form ul.no-list.hs-error-msgs.inputs-list {
  list-style-type: none;
  margin: 0;
  padding: 10px 20px 20px 20px !important;
}

.sb-col form ul.no-list.hs-error-msgs.inputs-list label {
  display: block !important;
  font-weight: bold;
  color: red;
  font-size: 12px;
  font-family: Raleway;
}

.sb-col form input.hs-button.primary.large {
  margin: 0;
  line-height: 1.42857143;
  background-image: none;
  white-space: nowrap;
  vertical-align: middle;
  background: #fff;
  border-style: solid;
  border-width: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: 'Raleway; padding: 8px 16px; display: inline-block;
    margin-bottom: 0;
  font-weight: 400;
  width: 100%;
  background-color: #f27160;
  border: 0;
  border-top: 1px solid #eae7e7;
  border-radius: 0 !important;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 15px 40px;
  text-shadow: none;
}

.sb-col form input.hs-button.primary.large:focus, .sb-col form input.hs-button.primary.large:hover {
  outline: none;
  box-shadow: none;
}

.ld-md014-social-icons.left a.ld-social-icon {
  font-weight: 600;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 15px;
  text-decoration: none;
}

.ld-md014-social-icons.left a.ld-social-icon:first-child {
  margin-left: 0;
}

div#hs-eu-cookie-confirmation {
  background: #fff;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100000000 !important;
  border-bottom: 1px solid #cbd6e2;
  border-top: 1px solid #cbd6e2;
  box-shadow: 0 1px 5px #eaf0f6;
  color: #33475b;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
  font-size: 12px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 18px;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background: #fff;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin: 0 0 12px;
  color: #33475b;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  margin: 10px 0 0 !important;
  text-align: right !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #0091ae;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
  text-decoration: none !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button, 
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  border-radius: 3px;
  display: inline-block;
  padding: 10px 16px !important;
  text-decoration: none !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  background-color: #425b76 !important;
  border: 1px solid #425b76 !important;
  margin-right: 12px !important;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  border: 1px solid #425b76 !important;
  color: #425b76;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
}

.digital-blog.hs-blog-post .row-fluid .blog-inner-section .inner-sidebar .blog-inner-sidebar-widget.fixed {
  max-width: 347px !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

  .one-col-with-bg-wrapper .one-col-bg-item {
    width: calc(24% - ( ( 1% + 1% + 1% ) * 0.25 ) );
    margin-right: 1%;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding-top:65px;

  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    padding-top:50px;

  }

}


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


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

@media (max-width: 1310px) {
  .home-banner-area .right-content .image-item:last-child {
    margin-right: 0;
    margin-left: 8%;
    width: calc(42.66% - ( ( 4% + 4% ) * 0.1666 ) );
  }

  .service-lay .home-banner-area .right-content .image-item:last-child {
    margin-right: 0;
    margin-left: 8%;
    width: calc(42.66% - ( ( 4% + 4% ) * 0.1666 ) );
  }

  .digital-blog.hs-blog-post .blog-inner-sidebar-widget {
    position: absolute;
    max-width: 100% !important;
    width: 31% !important;
  }
}

@media (max-width: 1300px) {
  .partnership-section .section-content .partnership-logo ul.logo-holder li.logo-item {
    width: 23%;
    margin-left: 8px;
  }
}

@media (max-width: 1257px) {
  .lead-service-banner-area .left-col .fusion-column-wrapper .image-wrapper ul.fusion-carousel-holder li {
    max-width: 46.5%;
    display: inline-block;
  }
}

@media (max-width: 1199px){
  .digital-blog.hs-blog-post .row-fluid .blog-inner-section .blog-post-wrapper {
    display: block;
  }

}

@media (max-width: 1040px) {
  .error-page .three-col-section .error.col1 h2 {
    color: #f0f0f0;
    font-size: 120px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
  }
}

@media (max-width: 1040px) and (min-width:857px){
  .search-page .hs-search-results ul#hsresults li .inner a.hs-search-results__title {
    font-size: 16px;
  }

}

@media (max-width: 1000px) {
  .home-banner-area .right-content .image-item:last-child {
    margin-right: 0;
    margin-left: 3%;
    width: calc(46.66% - ( ( 4% + 4% ) * 0.1666 ) );
    text-align: right;
  }

  .recent-wrapper .recent-post-wrapper .recent-post-item article.post {
    padding: 0;
    position: relative;
    margin-bottom: 65px;
  }

  .recent-wrapper .recent-post-wrapper .recent-post-item {
    position: relative;
    float: none;
    width: 100%;
    z-index: 2;
    margin: 0;
    padding: 0;
    display: block;
  }

  .service-lay .home-banner-area .right-content .image-item:last-child {
    margin-right: 0;
    margin-left: 4%;
    width: calc(42.66% - ( ( 4% + 4% ) * 0.1666 ) );
  }
}

@media only screen and (min-width: 960px){

  div#hs-eu-cookie-confirmation {
    position: fixed;
  }

}

@media (max-width: 991px) {
  .digital-blog.hs-blog-post .row-fluid .blog-inner-banner .post-blog-wrapper .blog-item-contain {
    min-height: 0;
    width: 100%;
  }

  .digital-blog.hs-blog-post .row-fluid .blog-inner-banner .post-blog-wrapper .blog-item-thumb {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 111111;
    top: 0;
  }

  .row-fluid .blog-inner-banner .post-blog-wrapper .blog-item-contain h2 {
    padding-bottom: 0;
  }

  .digital-blog.hs-blog-post .row-fluid .blog-inner-banner .post-blog-wrapper .blog-item-thumb .thumb {
    height: 350px;
    position: relative;
    width: 100%;
  }

  .digital-blog.hs-blog-post .row-fluid .blog-inner-section .inner-sidebar {
    width: 100%;
    padding: 90px 0 0;
  }

  .digital-blog.hs-blog-post .row-fluid .blog-inner-section .inner-sidebar div#hubspot-author_data {
    display: flex;
    align-items: center;
    padding: 44px 0 55px;
  }

  .digital-blog.hs-blog-post .row-fluid .blog-inner-section .inner-sidebar div#hubspot-author_data .author-contain {
    font-size: 19px;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-top: 5px;
    padding-left: 0;
  }

  .digital-blog.hs-blog-post .row-fluid .blog-inner-section .inner-sidebar div#hubspot-author_data .hs-author-avatar {
    margin: 0 auto;
  }

  .digital-blog.hs-blog-post .row-fluid .blog-inner-section .post-main-contain {
    padding: 30px 0 0;
    width: 100%;
    font-size: 18px;
    line-height: 29px;
  }

  .digital-blog .post-item .thumb {
    height: 200px;
  }

  .digital-blog.hs-blog-post .row-fluid .rel-post-wrapper .custom-related-post .post-item .thumb {
    height: 200px;
  }

  .digital-blog.hs-blog-post .row-fluid .blog-inner-banner .post-blog-wrapper .blog-item-contain {
    width: 100%;
    float: none;
    text-align: left;
    min-height: auto;
  }

  .digital-blog.hs-blog-post .row-fluid .blog-inner-banner .post-blog-wrapper .blog-item-thumb {
    width: 100%;
    float: none;
    padding-left: 0;
    position: relative;
    min-height: 1px;
  }

  .digital-blog.hs-blog-post .row-fluid .blog-inner-banner .post-blog-wrapper .blog-item-thumb .thumb {
    height: 350px;
    position: relative;
    width: 100%;
    max-width: 100%;
  }

  .digital-blog.hs-blog-post .row-fluid .blog-inner-banner .post-blog-wrapper .blog-item-contain h2 {
    font-size: 37px;
    color: #fff;
    line-height: 53px;
    margin: 0;
    padding: 43px 0 0;
  } 

}

@media (max-width: 830px) and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-right: 40px;
  }
}



@media (min-width: 801px) {
  .custom-menu-primary.mobile {
    display: none;
  }
}

@media (max-width: 856px)  {

  .search-page .hs-search-results ul#hsresults li {
    width: 50%;
    display: inline-block;
    float: left;
    padding: calc((40px)/ 2);
    border: 0;
  }

}

@media (max-width: 712px)  {

  .search-page .hs-search-results ul#hsresults li {
    width: 100%;
  }

}


@media (max-width:800px) and (max-height:600px){

  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    opacity: 1;
    top: 0;
    transition: opacity .4s ease 0s,top 0s ease 0s;
    display: block !important;
    height: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    vertical-align: middle;
    list-style: none;
    padding: 0 25px 25px 25px !important;
    overflow-y: auto;
    height: 300px;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    min-height: 600px;
    padding-top: 247px;
    align-items: center;
  }
}

@media (max-height: 628px) and (max-width: 800px){
  .mobile-open .mobile-trigger {
    top: -40px;
    transform: none;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    min-height: 0;
    padding-top: 71px;
    align-items: center;
    padding-bottom: 0;
    bottom: 0px;
    overflow-y: scroll !important;
  }
}



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

@media (max-width: 800px) {
  .footer-top .page-center > div {
    margin: 0;
  }

  .footer-top .footer-col {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: none;
    margin: 0;
    margin: 0 0 50px;
  }

  .footer-top .footer-col.col4 {
    margin-bottom: 0;
    padding-top: 1px;
  }

  .header-contact {
    padding: .6em 30px;
    line-height: 1.5em;
    width: 100% !important;
    float: none !important;
  }

  .header-wrapper .header-top .header-contact p {
    margin: 0;
    line-height: 18px;
    vertical-align: middle;
    display: block;
    text-align: center;
  }

  .header-wrapper .header-top .header-top-menu {
    width: 100%;
    float: none;
    margin: 0 0 0 -2px;
    display: block;
  }

  .header-wrapper .header-top .header-top-menu ul {
    margin: 0 auto !important;
    padding: 1px 0 0 0;
    list-style: none;
    vertical-align: middle;
    text-align: center;
  }

  .header-wrapper .header-top .header-top-menu ul li {
    position: relative;
    border-left: 1px solid transparent;
    border-color: #e5e5e5;
    display: inline-block !important;
    width: auto;
    float: none;
  }

  .header-wrapper .header-top .header-top-menu ul li a {
    color: #ffffff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 0 10px 0 13px;
    min-height: 44px;
  }

  .custom-menu-primary.desktop {
    display: none;
  }

  .header-wrapper .header-bottom .custom-menu-primary {
    float: none;
    position: relative;
    z-index: 200;
    width: auto;
    padding: 0;
    margin: 0;
  }

  .header-wrapper .header-bottom .logo {
    display: block;
    float: none;
    max-width: 100%;
    zoom: 1;
    margin: 31px 0px 31px 0px;
    width: 100%;
    position: relative;
  }

  .header-wrapper .header-bottom {
    position: relative;
  }

  .mobile-trigger:hover .fusion-toggle-icon-line {
    background-color: #a0ce4e;
  }

  .custom-menu-primary.mobile {
    position: static !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li a {
    font-size: 22px;
    line-height: 40px;
    overflow: visible;
    display: inline-block;
    font-family: Raleway;
    font-weight: 400;
    font-style: normal;
    color: #6b6b6b !important;
    padding: 0 12px !important;
    min-height: auto;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li a:hover {
    color: #333 !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li {
    border-top: 0;
    display: inline-block;
    text-align: center;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    vertical-align: middle;
    list-style: none;
    padding: 0 25px 25px 25px !important;
  }

  .mobile-open .mobile-trigger:hover .fusion-toggle-icon-line {
    background-color: #333333;
  }

  .footer-contact p {
    margin-bottom: 16px;
    margin-top: 16px;
  }

  .banner-area .banner-content {
    width: 100%;
    float: none;
    margin: 0 auto 60px;
    padding-top: 20px;
  }

  .contact-lay .banner-area .banner-content {
    margin: 0 auto 113px;
  }

  .contact-lay .row1-wrapper .left-column {
    width: 100% !important;
  }

  .contact-lay .row1-wrapper .left-column {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .contact-lay .row1-wrapper .right-column {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
  }

  .member-wrapper .member-item .left-content .image-wrapper img {
    width: 100%;
  }

  .member-wrapper .member-item .left-content {
    width: 100%;
    display: block;
    vertical-align: top;
    margin-bottom: 20px;
  }

  .member-wrapper .member-item {
    display: block;
    float: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 19px;
  }

  .member-wrapper .member-item .left-content .image-wrapper {
    display: inline-block;
    -webkit-mask-image: none;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    width: 100%;
  }

  .member-wrapper .member-item .right-content {
    display: block;
    width: 100%;
    padding-left: 0;
  }

  .member-wrapper .member-item:nth-child(2n) {
    margin-right: 0;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .about-lay .full-one-column-content-wrapper .one-column-item {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .two-col-with-image .left-content {
    position: relative;
    float: none;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }

  .two-col-with-image .right-content {
    position: relative;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    padding-top: 37px;
  }

  .hubspot-partners-section {
    background-attachment: scroll;
  }

  .hubspot-partners-section .top-content {
    width: 100%;
    margin: 0 auto 42px;
    text-align: center;
    padding-top: 21px;
  }

  .hubspot-partners-section .partnership-logo ul.logo-holder li {
    position: relative;
    float: none;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }

  .two-col-with-video .left-content {
    position: relative;
    float: none;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }

  .two-col-with-video .right-content {
    position: relative;
    float: none;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
  }

  .partnership-section .section-content {
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
    padding-top: 21px;
  }

  .about-lay .schedule-meeting-section {
    background-attachment: scroll;
  }

  .about-lay .schedule-meeting-section .fusion-column-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .banner-area.type2 .banner-content {
    margin-bottom: 41px;
  }

  .services-wrapper .services-item-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 60px;
  }

  .services-wrapper .services-item {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: none;
    vertical-align: top;
    margin-bottom: 55px;
  }

  .lead-generation-wrapper .generation-item-wrapper .generation-item {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    border-style: solid;
    border-width: 1px;
    border-right-width: 0;
    padding: 0;
    border-color: rgba(255,255,255,0);
    height: auto !important;
  }

  .lead-service-type2 .schedule-meeting-section {
    background-attachment: scroll;
  }

  .lead-service-type2 .schedule-meeting-section .fusion-column-wrapper {
    padding-top: 21px;
  }

  .home-banner-area .left-content {
    position: relative;
    float: none;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    margin-right: 0;
  }

  .home-banner-area .right-content {
    display: block;
    width: 100%;
  }

  .home-banner-area .right-content .image-item {
    margin-top: 15pxpx;
    margin-bottom: 0px;
    width: auto;
    margin-right: 15px;
    text-align: center;
    vertical-align: top;
    padding: 3% 0 9px;
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    position: relative;
  }

  .home-banner-area .right-content .image-item:last-child {
    margin-right: 0;
    margin-left: 0;
    width: auto;
    text-align: center;
  }

  .one-col-with-bg-wrapper .one-col-bg-item {
    position: relative;
    float: none;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
    height: auto !important;
  }

  .service-lay .home-banner-area .right-content .image-item {
    padding: 0;
  }

  .service-lay .home-banner-area .right-content .image-item {
    padding: 5% 0 0;
  }

  .service-lay .home-banner-area .right-content .image-item:last-child {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    margin-top: -11px;
  }

  .two-col-with-right-image .left-content {
    position: relative;
    float: none;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }

  .two-col-with-right-image .right-content {
    position: relative;
    float: none;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
  }

  .service-lay .full-one-column-content-wrapper .one-column-item {
    margin-bottom: 25px;
    width: 100%;
  }


  .service-lay .full-one-column-content-wrapper .one-column-item {
    margin-bottom: 45px;
    width: 100%;
    margin-right: 0;
  }

  .bottom-pane-section .inner {
    position: relative;
    margin: 0 auto 20px;
    width: 100%;
    text-align: center;
  }

  .service-lay .full-one-column-content-wrapper.with-img {
    background-attachment: scroll;
  }

  .full-one-column-content-wrapper.with-img .one-column-item .panel-body {
    padding-bottom: 0;
  }

  .service-lay .full-one-column-content-wrapper.with-img .one-column-item {
    margin-bottom: 40px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active.active-branch > a {
    color: #333333 !important;
  }

  .service-lay.hs-service .one-col-with-bg-wrapper .one-col-bg-item {
    width: 100%;
    margin-right: 0;
  }

  .inbound-marketing-result-wrapper {
    background-attachment: scroll;
  }

  .inbound-marketing-result-wrapper .result-wrapper {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .inbound-marketing-result-wrapper .result-wrapper .result-item {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 55px;
  }

  .what-is-hubspot .left-column {
    position: relative;
    float: none;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;    
    display: inline-block;
  }

  .what-is-hubspot .right-column {
    position: relative;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;    
    display: inline-block;
  }

  .services-two-col-with-image .right-column {
    position: relative;
    float: none;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }

  .services-two-col-with-image .left-column {
    position: relative;
    float: none;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
  }

  .error-page .three-col-section .error {
    width: 100% !important;
    margin: 0 0 50px !important;
    padding: 0 !important;
  }

  .error-page .three-col-section .error h3 {
    color: #4fc6e0;
    margin-top: 0;
  }

  .error-page .three-col-section .error.col1 h2 {
    color: #f0f0f0;
    font-size: 170px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
  }

  .search-page .main-content {
    width: 100% !important;
    display: block !important;
  }

  .search-page .recent-post-section {
    margin-top: 50px;
    margin-left: 0;
    width: 100% !important;
    display: block;
  }

  a#back-to-top {
    display: none !important;
  }

  .error-500 .main-content .hs-search-field__bar form {
    max-width: 100%;
    position: relative;
  }



}

@media (max-width: 767px) {
  .lead-service-banner-area .left-col {
    width: 100%;
    margin-right: 0;
  }

  .lead-service-banner-area .right-col {
    width: 100%;
  }

  .full-one-column-content-wrapper .one-column-item {
    width: 100%;
    margin-right: 0;
  }

  .one-column-top-image .one-column-image-item {
    margin-right: 0;
    width: 100%;
  }

  .schedule-meeting-section .fusion-column-wrapper {
    width: 100%;
  }

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  #comment-form {
    max-width:100%;
  }

  .digital-blog .post-listing.main .post-item {
    width: 50%;
  }

  .digital-blog.hs-blog-post .row-fluid .blog-inner-banner > div:last-child {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .digital-blog.hs-blog-post .row-fluid .blog-inner-banner .post-blog-wrapper .blog-item-contain {
    width: 100%;
    text-align: center;
  }

  .digital-blog.hs-blog-post .row-fluid .blog-inner-banner .post-blog-wrapper .blog-item-contain h2 {
    padding: 15px 0px;
    font-size: 30px;
    line-height: 40px;
  }

  .digital-blog.hs-blog-post .post-body img {
    display: block;
    float: none !important;
    margin: 10px auto !important;
  }

  .digital-blog.hs-blog-post .row-fluid .rel-post-wrapper .custom-related-post .post-item {
    float: none;
    width: 100%;
  }

  .digital-blog.hs-blog-post .row-fluid .rel-post-wrapper .custom-related-post .post-item .thumb {
    height: 150px;
    padding-bottom: 60%;
  }

  .digital-blog.hs-blog-post .row-fluid .blog-inner-banner .post-blog-wrapper .blog-item-thumb .thumb {
    margin: 0;
    max-width: 100%;
    height: 360px;
  }

}  

@media (max-width: 600px) {
  .partnership-section .section-content .partnership-logo ul.logo-holder li.logo-item {
    width: 45%;
    margin-left: 8px;
    margin-bottom: 20px;
  }

  .partnership-section .section-content .partnership-logo ul.logo-holder {
    margin: 0;
    padding: 10px 0;
    list-style: none;
  }

  .digital-blog .post-listing.main .post-item {
    width: 100%;
  }

  .digital-blog .four-post .post-item {
    width: 100%;
    float: none;
  }

  row-fluid .first-post .post-item .thumb, .post-item .thumb {
    height: 150px !important;
    padding-bottom: 60%;
  }

  .digital-blog .feature-post {
    padding: 0 12px;
    padding-top: 55px;
  }

  .digital-blog .four-post .post-item,.digital-blog .first-post .post-item {
    padding-left: 0;
    padding-right: 0;
  }

  .digital-blog.hs-blog-post .row-fluid .blog-inner-banner .post-blog-wrapper .blog-item-thumb .thumb {
    max-width: calc(100% - 0px);
  }

}


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

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

@media (max-width: 400px) {
  .header-wrapper .header-top .header-top-menu ul li a {
    padding: 0 10px 0 10px;
  }
  iframe {
    width: 100% !important;
    min-width: 100% !important;
  }

  iframe {
    width: 100% !important;
    min-width: 100% !important;
  }

  .error-page .three-col-section .error.col1 h2 {
    color: #f0f0f0;
    font-size: 120px;
    line-height: 1;
    font-weight: 700;
    margin: 0;
  }

  .lead-service-banner-area .left-col .fusion-column-wrapper .image-wrapper ul.fusion-carousel-holder li {
    max-width: 43%;
    display: inline-block;
  }
}





/* ========= Mobile Fixes - Apr 20 ========= */


.dms-header-tel {
  display:inline-block;
  margin:5px 0;
}
.dms-header-tel .dms-tel {
  display:inline-block;
  padding:10px;
  text-align:center;
  line-height:1;
  border:1px solid #f37363;
  color:#f37363;
  background-color:white;
  font-size:12px;
  text-decoration:none;
  margin-left:10px;
  transition:all 0.4s ease;
  background-color:white;
}
.dms-header-tel .dms-tel:hover {
  background-color:#f37363;
  color:white;
}

@media (max-width:800px) {
  
  .dms-header-tel {
    width:100%;
    text-align:center;
  }
  
  .home-banner-area,
  .inbound-marketing-result-wrapper,
  .what-is-hubspot,
  .services-two-col-with-image,
  .bottom-pane-section,
  .two-col-with-right-image,
  .full-one-column-content-wrapper,
  .banner-area,
  .services-wrapper,
  .lead-service-banner-area,
  .hubspot-partners-section,
  .two-col-with-video,
  .partnership-section {
    padding-top:30px !important; 
  }
  .title-background.padding100tb {
    padding:30px 0 !important;  
  }
  
  .home-banner-area .left-content, .banner-area .banner-heading {
    display: block;
    width: 100%;
  }
  .home-banner-area .left-content h1, .banner-area .banner-heading h1, .lead-service-banner-area .left-col h1, .hs-blog-header h1 {
    font-size:5vw;
    margin-top:0;
    text-align:center;
  }
  .home-banner-area .left-content .content {
    text-align:center;
  }
  .home-banner-area .left-content .cta-wrapper {
    text-align:center;
  }
  .home-banner-area .left-content .cta-wrapper a {
    float:none;
  }
  .home-banner-area .left-content .button-wrapper {
    text-align:center;
    width:100%;
    display:block;
  }
  .home-banner-area .left-content .button-wrapper a.btn-wrapper {
    min-width:300px;
    margin:0 0 15px 0;
    float:none;
  }
  .home-banner-area .right-content {
    display: block;
    width: 100%;
    text-align:center;
  }
  .home-banner-area .right-content .image-item {
    margin-top: 15px;
    margin-bottom: 0px;
    width: auto;
    margin-right: 15px;
    text-align: center;
    vertical-align: top;
    padding: 3% 0 9px;
    position: relative;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    position: relative;
  }
  
  .service-lay .home-banner-area .right-content .image-item:last-child {
    width:auto;
    margin-top:15px;
  }
  
  
  .schedule-meeting-section {
    padding-top:30px;  
  }
  
  .footer-menu ul li a {
    padding-left:0;
  }
  
  
  .one-col-with-bg-wrapper .one-col-bg-item {
    margin-top:30px;
  }
  .lead-generation-wrapper .generation-item-wrapper .generation-item .col {
    padding:30px 0;  
  }
  
  .lead-service-banner-area .left-col .image-wrapper {
    margin-top:0 !important;
  }
  .lead-service-banner-area .left-col .fusion-column-wrapper .image-wrapper ul.fusion-carousel-holder {
    width:50%;
    display:block;
    margin:0 auto;
    float:none;
  }
  
}

@media (max-width:600px) {

  .home-banner-area .left-content h1, .banner-area .banner-heading h1, .lead-service-banner-area .left-col h1, .hs-blog-header h1 {
    font-size:6.66vw;  
  }
}













/* 18-06-2020 */
.row-fluid .seo_hero_section { width: 100%; float: left; padding: 100px 0 150px; }
.row-fluid .seo_hero_top { font-family: Raleway; width: 60%; float: left; padding-left:80px; }
.row-fluid .seo_hero_top h6 { font-size: 30px; line-height: 35px; color: #fff; font-family: Raleway; font-weight: 500; }
.row-fluid .seo_hero_top h2 { font-size: 80px; line-height: 95px; color: #fff; font-family: Raleway; font-weight: 700; }

  
.row-fluid .seo_form_section { width: 100%; float: left; }
.row-fluid .seo_form_wrap { width: 100%; float: left; background: #fff; padding: 50px 50px 90px 50px; border-radius: 10px; margin: -100px 0 0; }
.row-fluid .seo_form_box { width: 50%; float: none; display: inline-block; margin: 0 -2px; vertical-align: top; padding: 0 50px 0 0; }
.row-fluid .seo_form_img { width: 50%; float: none; display: inline-block; margin: -200px -2px 0 -2px; vertical-align: top; padding-left: 30px; }


.row-fluid .seo_form_box form fieldset { max-width: 100% !important; float: left; margin: 5px 0; width: 100%; }
.row-fluid .seo_form_box form .form-columns-1 .input, .row-fluid .seo_form_box form .form-columns-2 .input { margin-right: 0 !important; }
.row-fluid .seo_form_box form .form-columns-1 .input textarea, .row-fluid .seo_form_box form .form-columns-1 .input input, .row-fluid .seo_form_box form .form-columns-1 .input select { width: 100% !important; }
.row-fluid .seo_form_box form .form-columns-2 { width: 100%; }
.row-fluid .seo_form_box form .form-columns-2 .input input { width: 100% !important; }
.row-fluid .seo_form_box form .hs-fieldtype-booleancheckbox .input input { width: auto !important; height: auto !important; }
.row-fluid .seo_form_box form .form-columns-2 .hs-form-field:first-child { padding-right: 10px; padding-left: 0; }
.row-fluid .seo_form_box form .form-columns-2 .hs-form-field:last-child { padding-left: 10px; padding-right: 0; }
.row-fluid .seo_form_box form .form-columns-2 .hs-form-field { width: 50% !important; }
.row-fluid .seo_form_box form .form-columns-1 .hs-form-field { padding-right: 0 !important; }
.row-fluid .seo_form_box form .hs_recaptcha { float: left; width: 100%; }
.row-fluid .seo_form_box form .hs-form-required { display: none !important; }
.row-fluid .seo_form_box form .hs-error-msgs { color: red; font-size: 12px; }
.row-fluid .seo_form_box form input, .row-fluid .seo_form_box form select { margin-bottom: 20px; border: none; border-bottom: 1px solid #696969; font-size: 22px; color: #000; padding: 10px 0; float: left; box-shadow: none; border-radius: 0; font-family: Raleway; }
.row-fluid .seo_form_box form textarea { width: 100% !important; margin-bottom: 22px; font-family: Raleway; height: 100px; resize: none; border: 1px solid #ededed; font-size: 22px; color: #000; padding: 10px 0; float: left; }
.row-fluid .seo_form_box form .hs_submit input { margin: 0; border: none; transition: all 0.3s ease-in-out; font-weight: 700; line-height: 19px; font-size: 24px; padding: 19px 35px; float: none; color: #fff; display: inline-block; background: #ED6D5E; text-shadow: none; font-family: Raleway; border-radius: 28px; }
.row-fluid .seo_form_box form > div > div.actions { margin: 41px 0 0; width: 100%; float: left; }
.row-fluid .seo_form_box form input::-webkit-input-placeholder, .row-fluid .seo_form_box form input[type=email]::-webkit-input-placeholder, .row-fluid .seo_form_box form textarea::-webkit-input-placeholder { color: #A3A3A3; }
.row-fluid .seo_form_box form input::-moz-placeholder, .row-fluid .seo_form_box form input[type=email]::-moz-placeholder, .row-fluid .seo_form_box form textarea::-moz-placeholder { color: #A3A3A3; }
.row-fluid .seo_form_box form input:-ms-input-placeholder, .row-fluid .seo_form_box form input[type=email]:-ms-input-placeholder, .row-fluid .seo_form_box form textarea:-ms-input-placeholder { color: #A3A3A3; }
.row-fluid .seo_form_box form input:-moz-placeholder, .row-fluid .seo_form_box form input[type=email]:-moz-placeholder, .row-fluid .seo_form_box form textarea:-moz-placeholder { color: #A3A3A3; }
.row-fluid .seo_form_box .hs-input.invalid.error { border-color: #FF1717; box-shadow: none; color: #FF1717; }
.row-fluid .seo_form_box label { font-family: Raleway; font-size: 14px; line-height: 18px; color: #696969; font-weight: 500; }
.row-fluid .seo_form_box form .hs_submit input:hover { background: #000; box-shadow: none; }
.row-fluid .seo_form_box h3 {  margin: 0; }

.row-fluid .seo_form_box .hs-form-checkbox-display , .row-fluid .seo_form_box .inputs-list .hs-form-booleancheckbox  { display:block; padding:0 0 8px 45px; position:relative; }
.row-fluid .seo_form_box input[type="checkbox"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .seo_form_box input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; margin:0; }
.row-fluid .seo_form_box .inputs-list { width:100%; float:left; }
.row-fluid .seo_form_box .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-45px; top:0;  content:''; width:30px; height:30px; border: 1px solid #696969; color:#fafafa; background:#fff; }
.row-fluid .seo_form_box .inputs-list input[type="checkbox"]:checked + span:before { background:#333; color:#ffff; border-color:#333; }
.row-fluid .seo_form_box .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-45px; top:0; font-size: 20px; content: "\f00c"; font-family:'FontAwesome'; width: 30px; line-height: 30px; }


.row-fluid .seo_form_box form .invalid.error::-webkit-input-placeholder, .row-fluid .seo_form_box form .invalid.error::-webkit-input-placeholder, .row-fluid .seo_form_box form .invalid.error::-webkit-input-placeholder { color: #FF1717; }
.row-fluid .seo_form_box form .invalid.error::-moz-placeholder, .row-fluid .seo_form_box form .invalid.error::-moz-placeholder, .row-fluid .seo_form_box form .invalid.error::-moz-placeholder { color: #FF1717; }
.row-fluid .seo_form_box form .invalid.error:-ms-input-placeholder, .row-fluid .seo_form_box form .invalid.error:-ms-input-placeholder, .row-fluid .seo_form_box form .invalid.error:-ms-input-placeholder { color: #FF1717; }
.row-fluid .seo_form_box form .invalid.error:-moz-placeholder, .row-fluid .seo_form_box form .invalid.error:-moz-placeholder, .row-fluid .seo_form_box form .invalid.error:-moz-placeholder { color: #FF1717; }

.row-fluid .hs_error_rollup { width:100%; float:left;  margin: 20px 0 0;  }


.row-fluid .seo_imgvideo_section { width: 100%; float: left; padding: 50px 0; background: #F7F7F7; text-align:center; }
.row-fluid .seo_imgvideo_wrap {     width: 1150px; float: none; text-align: left; display: inline-block; max-width: 100%; }
.row-fluid .seo_imgvideo_left { width: 50%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; padding: 0 50px 0 0; }
.row-fluid .seo_imgvideo_right { width: 50%; float: none; display: inline-block; vertical-align: middle; margin: 0 -2px; font-size: 22px; line-height: 32px; }
.row-fluid .seo_imgvideo_right h3 { font-size: 30px; line-height: 40px; color: #5FC3E2; font-weight: 700; }
.row-fluid .seo_imgvideo_right h3 span { color: #ED6D5E; }


.row-fluid .seo_imgvideo_icon { position: absolute; left: 50%; transform: translate(-50%, -50%); top: 50%; width: 80px; height: 80px; }
.row-fluid .seo_imgvideo_code { display: none; }
.row-fluid .seo_imgvideo_left_img { position: relative; width: auto; float: left; }
.seo_imgvideo_code { width: 800px; max-width: 100%; background: transparent  !important; }
.fancybox-close-small:after { background: #000; color: #fff; right: 0px; top: 0px; }



.row-fluid .seo_website_section { width: 100%; float: left; padding: 50px 0; text-align: center; }
.row-fluid .seo_website_wrap { width: 1150px; float: none; display: inline-block; max-width: 100%; }
.row-fluid .seo_website_box { width: 25%; float: none; display: inline-block; vertical-align: top; margin: 0 -2px; font-size: 22px; line-height: 32px; padding: 15px; }
.row-fluid .seo_website_img { width: 100%; height: 190px; float: left; display: flex; align-items: center; justify-content: center; margin: 0 0 20px; }
.row-fluid .seo_website_title { width: 100%; float: left; }
.row-fluid .seo_website_img img { max-height: 190px; width: auto; }
.row-fluid .seo_website_title h3 { margin: 0 0 20px; font-size: 30px; line-height: 40px; color: #5FC3E2; font-weight: 700; }


.row-fluid .seo_ctastrip_wrap { width: 1150px; float: none; display: inline-block; max-width: 100%; }
.row-fluid .seo_ctastrip_section { text-align: center; width: 100%; float: left; padding: 10px 0 50px; }
.row-fluid .seo_ctastrip_wrap h2 { color: #ED6D5E; font-weight: 400; }
.row-fluid .seo_ctastrip_btn { width: 100%; float: left; }
.row-fluid .seo_ctastrip_btn a { background: #ED6D5E; color: #fff; padding: 4px 35px; border-radius: 50px; font-size: 24px; font-weight: 600; float: none; display: inline-block; position: relative; }
.row-fluid .seo_ctastrip_btn a:before { content: ""; position: absolute; width: 50px; height: 57px; left: -70px; top: -15px; background: url(https://www.digitalmediastream.co.uk/hubfs/DMS-2020/Images/arrow_bottom-1.svg) center no-repeat; background-size: cover; }

.body_pd  .body-container-wrapper { padding:0; }
.body_pd .container-fluid .row-fluid .page-center { padding-left:15px;  padding-right:15px; }
.body_pd .header-wrapper .header-bottom { padding-left:0;  padding-right:0; }


.row-fluid .review_textimg_section .seo_form_box h2 { color: #5FC3E2; font-size: 30px; line-height: 40px; }
.row-fluid .review_textimg_section .seo_form_box h2 span { color: #ED6D5E; }
.row-fluid .seo_list_style ul { width: 100%; float: left; margin: 0; padding: 0; }
.row-fluid .seo_list_style ul li { width: 100%; float: left; position: relative; padding-left: 30px; list-style-type: none; }
.row-fluid .seo_list_style ul li:before { content: ""; position: absolute; left: 0; top: 10px; width: 19px; height: 18px; background: url(https://www.digitalmediastream.co.uk/hubfs/DMS-2020/Images/chech_icon-1.svg) center no-repeat; background-size: cover; }
.row-fluid .review_textimg_section .seo_form_box { font-size: 22px; line-height: 40px; padding: 0 20px 0 0; color: #696969; }
.row-fluid .seo_btn_style { width: 100%; float: left; margin: 40px 0 0; }
.row-fluid .seo_btn_style a { transition: all 0.3s ease-in-out; font-weight: 700; line-height: 19px; font-size: 24px; padding: 19px 35px; float: none; color: #fff; display: inline-block; background: #ED6D5E; text-shadow: none; font-family: Raleway; border-radius: 28px; }
.row-fluid .seo_btn_style a:hover { background: #000; }


.row-fluid .review_strip .seo_ctastrip_section { padding-top: 40px; }
.row-fluid .three_boxes.seo_website_wrap  .seo_website_img { height: 90px; }
.row-fluid .three_boxes.seo_website_wrap .seo_website_img img { max-height: 90px; }
.row-fluid .three_boxes.seo_website_wrap .seo_website_box { width: 33.33%; }
.row-fluid .two_boxes.seo_website_wrap .seo_website_box { width: 50%; }


.row-fluid .review_fullfaq_section { width: 100%; float: left; position: relative; text-align: center; }
.row-fluid .review_fullfaq_logo { width: 100%; float: left; position: relative; }
.row-fluid .review_fullfaq_wrap { width: 1170px; position: relative; float: none; display: inline-block; max-width: 100%; background: #fff; border-radius: 23px; margin: 40px 0 0; padding: 50px; text-align: left; font-size: 22px; line-height: 32px; }
.row-fluid .review_fullfaq_text { width: 100%; float: left; }
.row-fluid .review_fullfaq_accordion { width: 100%; float: left; margin: 40px 0 0; }
.row-fluid .review_fullfaq_accordion_box { width: 100%; float: left; padding: 5px 0; }
.row-fluid .review_fullfaq_accordion_title { width: 100%; float: left; border-radius: 37px; background: #5FC3E2; padding: 0 50px 0 40px; position: relative; cursor: pointer; transition: all 0.3s ease-in-out; }
.row-fluid .review_fullfaq_accordion_text { width: 100%; float: left; display:none; background: #F7F7F7; padding: 0 40px; border-radius: 0px 0px 37px 37px; }
.row-fluid .review_fullfaq_section:before { content: ""; position: absolute; width: 100%; height: 50%; left: 0; top: 125px; background: rgb(96, 191, 223); background: -moz-linear-gradient(-45deg, rgba(96, 191, 223, 1) 0%, rgba(106, 121, 185, 1) 100%); background: -webkit-linear-gradient(-45deg, rgba(96, 191, 223, 1) 0%, rgba(106, 121, 185, 1) 100%); background: linear-gradient(135deg, rgba(96, 191, 223, 1) 0%, rgba(106, 121, 185, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60bfdf', endColorstr='#6a79b9', GradientType=1); }
.row-fluid .review_fullfaq_text h3 { color: #5FC3E2; font-size: 30px; line-height: 40px; font-weight: 700; margin: 0 0 20px; }
.row-fluid .review_fullfaq_text h3 span { color: #ED6D5E; }
.row-fluid .review_fullfaq_text ul { line-height: 40px; }
.row-fluid .review_fullfaq_accordion_title h5 { color: #fff; font-size: 22px; line-height: 32px; }
.row-fluid .review_fullfaq_accordion_title:before { content: "\f067"; position: absolute; right: 30px; top: 24px; font-family: fontawesome; font-size: 18px; color: #fff; }
.row-fluid .review_fullfaq_accordion_text p { width: 100%; float: left; margin:24px 0 0 0; }
.row-fluid .review_fullfaq_accordion_text p:last-of-type { margin-bottom:24px; }
.row-fluid .review_fullfaq_accordion_box.active .review_fullfaq_accordion_title { background: #ED6D5E; border-radius: 37px 37px 0px 0px; }
.row-fluid .review_fullfaq_accordion_box.active .review_fullfaq_accordion_title::before { content: "f068"; content: "\f068"; }
.row-fluid .review_fullfaq_wrap .seo_btn_style { text-align: center; }


.row-fluid .review_meeting_section { width: 100%; float: left; padding: 90px 0; background: rgb(96, 191, 223); background: -moz-linear-gradient(-45deg, rgba(96, 191, 223, 1) 0%, rgba(106, 122, 185, 1) 100%); background: -webkit-linear-gradient(-45deg, rgba(96, 191, 223, 1) 0%, rgba(106, 122, 185, 1) 100%); background: linear-gradient(135deg, rgba(96, 191, 223, 1) 0%, rgba(106, 122, 185, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60bfdf', endColorstr='#6a7ab9', GradientType=1); text-align: center; }
.row-fluid .review_meeting_wrap { width: 1170px; float: none; display: inline-block; max-width: 100%; text-align: left; }
.row-fluid .review_meeting_left { width: 60%; float: none; display: inline-block; vertical-align: middle; margin: 0-2px; padding: 0 200px 0 0; color: #fff; font-size: 22px; line-height: 32px; }
.row-fluid .review_meeting_right { width: 40%; float: none; display: inline-block; vertical-align: middle; margin: 0-2px; }
.row-fluid .review_meeting_left h2 { font-size: 50px; line-height: 60px; font-weight: 700; color: #FFFFFF; }


.row-fluid .review_textimg_videon .seo_form_img { margin: 0 -2px; }
.row-fluid .review_textimg_img { width: 100%; float: none; display: inline-block; height: 300px; position: relative; }

.row-fluid .servc_txtimg  .seo_form_img { margin: -80px -2px 0 -2px; }
.row-fluid .servc_txtimg .seo_btn_style { margin: 10px 0 0; }


.row-fluid .service_faq_section { width: 100%; float: left; background: #F7F7F7; padding: 45px 0 70px; text-align: center; }
.row-fluid .service_faq_wrap { width: 1170px; float: none; display: inline-block; max-width: 100%; text-align: left; display: flex; margin: 0 auto; }
.row-fluid .service_faq_left { width: 50%; float: left; }
.row-fluid .service_faq_img { position: sticky; width: 100%;float: left;top: 150px; }
.row-fluid .service_faq_right { width: 50%; float: left; padding: 0 0 0 40px; }
.row-fluid .service_title_style { font-size: 22px; line-height: 32px; }
.row-fluid .service_title_style h2 { font-size: 30px; line-height: 40px; font-weight: 700; color: #5FC3E2; }
.row-fluid .service_title_style h2 span { color: #ED6D5E; }
.row-fluid .service_faq_accordion .review_fullfaq_accordion_text { background: #fff; padding: 0 30px; }
.row-fluid .service_faq_accordion .review_fullfaq_accordion_title { padding: 0 50px 0 30px; }


.row-fluid .seo_ctastrip_btn a:hover { background: #000; }
.row-fluid .seo_form_box label.hs-error-msg { display: none; }
.row-fluid .review_hero .seo_hero_top h6 {  margin: 0 0 10px; }

.row-fluid .service_number_section { width: 100%; float: left; padding: 0 0; text-align: center; }
.row-fluid .service_number_wrap { width: 1170px; max-width: 100%; float: none; display: inline-block; text-align: left; }
.row-fluid .service_number_box { width: 100%; float: left; padding: 60px 0; }
.row-fluid .service_number_img { width: 50%;  text-align: right; float: none; display: inline-block; vertical-align: top; margin: 0 -2px; padding-right: 40px; }
.row-fluid .service_number_text { width: 50%; float: none; display: inline-block; vertical-align: top; margin: 0 -2px; }
.row-fluid .service_number_text .seo_btn_style { margin: 15px 0 0; }
.row-fluid .service_number_text h3 { font-size: 130px; line-height: 90px; font-weight: 700; margin: 0; color: #ED6D5E; width: 100%; float: none; display: inline-block; margin: 0 0 30px; }

.row-fluid .service_why_section { width: 100%; float: left; padding: 80px 0; background: #F7F7F7; text-align: center; }
.row-fluid .service_why_wrap { width: 1170px; max-width: 100%; float: none; display: flex; flex-direction: row-reverse; align-items: center; }
.row-fluid .service_why_text { width: 50%; float: none; display: inline-block; margin: 0 -2px; text-align: left; }
.row-fluid .service_why_img { width: 50%; float: none; display: inline-block; margin: 0 -2px; padding-right: 50px; }



.row-fluid .service_request_section { width: 100%; float: left; padding: 90px 0; text-align: center; background: rgb(96, 191, 223); background: -moz-linear-gradient(-45deg, rgba(96, 191, 223, 1) 0%, rgba(106, 122, 185, 1) 100%); background: -webkit-linear-gradient(-45deg, rgba(96, 191, 223, 1) 0%, rgba(106, 122, 185, 1) 100%); background: linear-gradient(135deg, rgba(96, 191, 223, 1) 0%, rgba(106, 122, 185, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#60bfdf', endColorstr='#6a7ab9', GradientType=1); }
.row-fluid .service_request_wrap { width: 1170px; max-width: 100%; float: none; display: inline-block; text-align: left; }
.row-fluid .service_request_left { width: 50%; float: none; display: inline-block; vertical-align: top; margin: 0 -2px; font-size: 22px; line-height: 32px; color: #fff; font-weight: 400; }
.row-fluid .service_request_left h2 { color: #fff; font-size: 50px; line-height: 60px; font-weight: 700; width: 440px; max-width: 100%; margin: 0 0 30px; }
.row-fluid .service_request_right { width: 50%; float: none; display: inline-block; vertical-align: top; margin: 0 -2px; padding-left: 50px; font-size: 14px; line-height: 18px; color: #fff; font-weight: 500; }

.row-fluid .service_request_right fieldset { max-width: 100% !important; float: left; margin: 5px 0; width: 100%; }
.row-fluid .service_request_right .form-columns-1 .input, .row-fluid .service_request_right form .form-columns-2 .input { margin-right: 0 !important; }
.row-fluid .service_request_right .form-columns-1 .input textarea, .row-fluid .service_request_right form .form-columns-1 .input input, .row-fluid .service_request_right form .form-columns-1 .input select { width: 100% !important; }
.row-fluid .service_request_right .form-columns-2 { width: 100%; }
.row-fluid .service_request_right .form-columns-2 .input input { width: 100% !important; }
.row-fluid .service_request_right .hs-fieldtype-booleancheckbox .input input { width: auto !important; height: auto !important; }
.row-fluid .service_request_right .form-columns-2 .hs-form-field:first-child { padding-right: 10px; padding-left: 0; }
.row-fluid .service_request_right .form-columns-2 .hs-form-field:last-child { padding-left: 10px; padding-right: 0; }
.row-fluid .service_request_right .form-columns-2 .hs-form-field { width: 50% !important; }
.row-fluid .service_request_right .form-columns-1 .hs-form-field { padding-right: 0 !important; }
.row-fluid .service_request_right .hs_recaptcha { float: left; width: 100%; }
.row-fluid .service_request_right form .hs-form-required { display: none !important; } 
.row-fluid .service_request_right form .hs-error-msgs.inputs-list label { color: #fff; font-size: 12px }   
.row-fluid .service_request_right form input, .row-fluid .service_request_right form select {  font-family: Raleway; margin-bottom: 20px; background: transparent; border: none; border-bottom: 1px solid #fff; box-shadow: none; font-size: 22px; color: #fff; padding: 10px 0; float: left; }
.row-fluid .service_request_right form textarea {  font-family: Raleway; width: 100% !important; margin-bottom: 22px; background: transparent; height: 100px; resize: none; border: none; border-bottom: 1px solid #fff; box-shadow: none; font-size: 22px; color: #fff; padding: 10px 0; float: left; height: 50px; }
.row-fluid .service_request_right form .hs_submit input { background: #ED6D5E; color: #fff; padding: 13px 55px; border-radius: 50px; font-size: 24px; line-height: 30px; font-weight: 600; float: none; display: inline-block; position: relative; box-shadow: none; border: none; font-family: Raleway; transition: all 0.4s ease-in-out; }
.row-fluid .service_request_right form > div > div.actions { width: 100%; float: left; }
.row-fluid .service_request_right form input::-webkit-input-placeholder, .row-fluid .service_request_right form input[type=email]::-webkit-input-placeholder,
.row-fluid .service_request_right form textarea::-webkit-input-placeholder { color: #fff; }
.row-fluid .service_request_right form input::-moz-placeholder,  .row-fluid .service_request_right form input[type=email]::-moz-placeholder, .row-fluid .service_request_right form textarea::-moz-placeholder { color: #fff; }
.row-fluid .service_request_right form input:-ms-input-placeholder, .row-fluid .service_request_right form input[type=email]:-ms-input-placeholder, .row-fluid .service_request_right form textarea:-ms-input-placeholder { color: #fff; }
.row-fluid .service_request_right form input:-moz-placeholder, .row-fluid .service_request_right form input[type=email]:-moz-placeholder, .row-fluid .service_request_right form textarea:-moz-placeholder { color: #fff; }
.row-fluid .service_request_right .inputs-list .hs-form-checkbox-display, .row-fluid .service_request_right .inputs-list .hs-form-booleancheckbox { display: block; padding: 0 0 8px 45px; position: relative; }
.row-fluid .service_request_right .inputs-list input[type="checkbox"] { position: absolute; left: 0; margin: 0; top: 0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .service_request_right .inputs-list input[type="checkbox"] + span { line-height: 22px; position: relative; margin: 0; }
.row-fluid .service_request_right .inputs-list input[type="checkbox"] + span:before { position: absolute; left: -45px; top: 50%; transform: translateY(-50%); content: ''; width: 30px; height: 30px; border: 1px solid #FFFFFF84; color: #fafafa; background: #fff; }
.row-fluid .service_request_right .inputs-list input[type="checkbox"]:checked + span:before { background: #333; color: #ffff; border-color: #333; }
.row-fluid .service_request_right .inputs-list input[type="checkbox"]:checked + span:after { text-align: center; color: #fff; position: absolute; left: -45px; top: 50%; transform: translateY(-50%); content: "\f00c"; font-family: 'FontAwesome'; width: 30px; line-height: 30px; }

.row-fluid .service_request_right h3 { margin: 0; }
.row-fluid .service_request_right .inputs-list li.hs-form-booleancheckbox { width: 100%; float: left; }
.row-fluid .service_request_right form label { font-size: 14px; line-height: 18px; font-family: Raleway; color: #fff; font-weight: 500; width: 100%; float: left; }
.row-fluid .service_request_right .inputs-list { width: 100%; float: left; }
.row-fluid .service_request_right form .hs_submit input:hover { background: #000; }
.row-fluid .service_request_right form .hs-input.invalid.error { border-color: #fff; box-shadow: none;} 

.row-fluid .servc_hero .seo_hero_top h1 { font-size: 62px; line-height: 85px; color:#fff}
.row-fluid .servc_hero .seo_hero_top h6 { margin: 0 0 7px; }
.row-fluid .seo_hero_section .seo_hero_top h1{font-size: 62px; line-height: 85px; color:#fff}

body { opacity:0; }
body.pageloaded { opacity:1; }

@media (max-width:1500px) {
  .row-fluid .seo_hero_top h2 { font-size: 70px; line-height: 85px; }
  .row-fluid .seo_hero_section { padding: 70px 15px 150px; }
  .row-fluid .seo_form_section { padding: 0; }
  .row-fluid .seo_imgvideo_section,
  .row-fluid .seo_website_section { padding: 50px 0; }
  .row-fluid .seo_ctastrip_section { padding: 10px 0 40px; }
  .row-fluid .seo_hero_top { width: 50%; }
}

@media (max-width:1199px) {
  .row-fluid .seo_hero_top h2 { font-size: 55px; line-height: 70px; }
  .row-fluid .seo_hero_top h6 { font-size: 20px; line-height: 25px; }
  .row-fluid .seo_hero_top { width: 50%; }
  .row-fluid .seo_website_title h3 { font-size: 22px; line-height: 25px; }
  .row-fluid .seo_website_box { font-size: 18px; line-height: 26px; }
}

@media (max-width: 991px) and (min-width: 800px) {
  .body_pd .header-wrapper .header-bottom .custom-menu-primary { margin: 0; width: calc(100% - 150px); padding-left: 30px; text-align:right; }
  .body_pd .header-wrapper .header-bottom .logo { width: 150px; margin: 10px 0; }
  .body_pd .custom-menu-primary .hs-menu-wrapper > ul > li { padding-right: 18px; }
  .body_pd .header-wrapper .header-bottom { min-height: auto; }
  .body_pd .outer-group-header { min-height: auto !important; }
  .body_pd .custom-menu-primary .hs-menu-wrapper > ul > li > a { min-height: 100px; }
}


@media (max-width:991px) { 
  .row-fluid .seo_form_img { margin: -100px -2px 0 -2px; }
  .row-fluid .seo_hero_top h2 { font-size: 48px; line-height: 60px; }
  .row-fluid .seo_hero_top { width: 70%; }
  .row-fluid .seo_hero_section { padding: 50px 15px 90px; }
  .row-fluid .seo_form_box form input,
  .row-fluid .seo_form_box form select { font-size: 14px; }
  .row-fluid .seo_form_box .inputs-list input[type="checkbox"] + span:before { width: 15px; height: 15px; left: -25px; top: 5px; }
  .row-fluid .seo_form_box .inputs-list input[type="checkbox"]:checked + span:after { width: 15px; height: 15px; font-size: 10px; line-height: 15px; left: -25px; top: 5px; }
  .row-fluid .seo_form_box .hs-form-checkbox-display,
  .row-fluid .seo_form_box .inputs-list .hs-form-booleancheckbox { padding: 0 0 8px 25px; }
  .row-fluid .seo_form_box form .hs_submit input { font-size: 16px; padding: 12px 20px; }
  .row-fluid .seo_form_box form > div > div.actions { margin: 10px 0 0; }
  .row-fluid .seo_form_box { padding: 0 10px 0 0; }
  .row-fluid .seo_imgvideo_right h3 { font-size: 22px; line-height: 30px; margin: 0 0 15px; }
  .row-fluid .seo_imgvideo_right { font-size: 16px; line-height: 24px; }
  .row-fluid .seo_imgvideo_icon { width: 50px; height: 50px; }
  .row-fluid .seo_website_box, .row-fluid .three_boxes.seo_website_wrap .seo_website_box { width: 50%; }
  .row-fluid .seo_ctastrip_wrap h2 { font-size: 24px; line-height: 25px; }
  .row-fluid .seo_ctastrip_btn a { font-size: 16px; }
  .row-fluid .seo_ctastrip_btn a:before { width: 40px; height: 44px; left: -50px; top: -15px; }

  .row-fluid .review_textimg_section .seo_form_box { font-size: 16px; line-height: 24px; }
  .row-fluid .seo_list_style ul li { margin: 8px 0; }
  .row-fluid .seo_list_style ul li:before { top: 2px; }
  .row-fluid .seo_btn_style a { font-size: 18px; padding: 15px 25px; }
  .row-fluid .review_fullfaq_wrap { font-size: 16px; line-height: 24px; }
  .row-fluid .seo_list_style ul li { line-height: 22px; }
  .row-fluid .review_fullfaq_accordion_title h5 { }
  .row-fluid .review_meeting_left h2 { font-size: 40px; line-height: 50px; }
  .row-fluid .review_meeting_left { font-size: 16px; line-height: 24px; padding: 0 40px 0 0; }
  
  .row-fluid .service_title_style { font-size: 16px; line-height: 24px; }
  .row-fluid .review_fullfaq_accordion_text p { margin: 20px 0; }
  .row-fluid .service_request_left h2 { font-size: 40px; line-height: 50px; }
  .row-fluid .service_request_left { font-size: 16px; line-height: 24px; }
}

@media (max-width:767px) {
  .row-fluid .seo_hero_top { width: 100%; text-align: center; padding: 0 0 50px; }
  .row-fluid .seo_hero_top h2 { font-size: 36px; line-height: 45px; }
  .row-fluid .seo_form_wrap { display: flex; flex-direction: column-reverse; padding: 50px 15px; align-items: center; }
  .row-fluid .seo_form_box { width: 100%; margin: 20px 0 0; }
  .row-fluid .seo_form_img { width: 400px; max-width: 100%; padding:0; }
  .row-fluid .seo_form_box form > div > div.actions { text-align: center; }
  .row-fluid .seo_imgvideo_left { width: 100%; text-align: center; padding: 0 0 30px; }
  .row-fluid .seo_imgvideo_left_img { width: 400px; max-width: 100%; float: none; display: inline-block; }
  .row-fluid .seo_imgvideo_right { width: 100%; text-align: center; font-size: 14px; line-height: 22px; }
  .row-fluid .seo_website_box, .row-fluid .three_boxes.seo_website_wrap .seo_website_box,
  .row-fluid .two_boxes.seo_website_wrap .seo_website_box { width: 400px; max-width: 100%; padding: 20px 0; font-size: 14px; line-height: 22px; }
  .row-fluid .seo_imgvideo_section {  padding: 20px 15px; }
  .row-fluid .seo_website_section {  padding: 30px 0; }
  
  .seo_imgvideo_code { max-width:500px: }
  .seo_imgvideo_code iframe { height:250px; }
  
  .row-fluid .review_fullfaq_logo { width: 180px; max-width: 100%; float: none; display: inline-block; }
  .row-fluid .review_fullfaq_section:before { top: 70px; }
  .row-fluid .review_fullfaq_wrap { padding: 30px 15px; }
  .row-fluid .review_fullfaq_accordion_box.active .review_fullfaq_accordion_title { border-radius: 20px 20px 0px 0px; }
  .row-fluid .review_fullfaq_accordion_title { border-radius: 20px; padding: 0 35px 0 15px; }
  .row-fluid .review_fullfaq_accordion_title:before { right: 15px; top: 18px; }
  .row-fluid .review_fullfaq_accordion_title h5 { font-size: 18px; line-height: 22px; }
  .row-fluid .review_fullfaq_accordion_text { border-radius: 0px 0px 20px 20px; padding: 0 15px; }
  .row-fluid .review_fullfaq_accordion_text p { margin: 20px 0; }
  .row-fluid .review_meeting_left { width: 100%; padding: 0 0 20px; text-align: center; }
  .row-fluid .review_meeting_section { padding: 50px 0; text-align: center; }
  .row-fluid .review_meeting_left h2 { font-size: 30px; line-height: 40px; margin: 0 0 20px; }
  .row-fluid .review_meeting_right { width: 100%; }
  .row-fluid .review_strip .seo_ctastrip_section {  padding-bottom: 0; }
  
  
  .row-fluid .service_faq_left { width: 400px; max-width: 100%; margin: 0 0 10px; padding: 0; float: none; display: inline-block; }
  .row-fluid .service_faq_wrap { text-align: center; display: inline-block; }   
  .row-fluid .service_faq_accordion { text-align: left; }
  .row-fluid .service_faq_img { position: initial; width: 100%; }
  .row-fluid .service_number_img { width: 400px; max-width: 100%;  text-align: center; padding: 0 0 20px; }
  .row-fluid .service_number_text h3 { font-size: 80px; line-height: 50px; }
  .row-fluid .service_number_wrap { text-align: center; padding: 20px 0; }
  .row-fluid .service_title_style h2 { font-size: 23px; line-height: 30px; }
  .row-fluid .service_number_box { padding: 30px 0; }
  .row-fluid .service_why_img { width: 400px; max-width: 100%; padding: 30px 0 0; }
  .row-fluid .service_why_wrap { text-align: center; display: inline-block; }
  .row-fluid .service_faq_right { width: 100%; padding: 0; }
  .row-fluid .service_number_text { width: 100%; padding: 0; }
  .row-fluid .service_why_text { width: 100%; padding: 0; text-align: center; }
  .row-fluid .service_request_section { padding: 50px 0; }
  .row-fluid .service_request_wrap { text-align: center; }
  .row-fluid .service_request_left { width: 100%; padding: 0; }
  .row-fluid .service_request_right { width: 100%; padding: 30px 0 0; }
  .row-fluid .service_request_left h2 { font-size: 27px; line-height: 34px; width: 100%; }
  .row-fluid .service_request_right form .hs_submit input { font-size: 16px; padding: 7px 30px; }
  .row-fluid .service_request_right form input,
  .row-fluid .service_request_right form select { font-size: 16px; line-height: 20px; }
  .row-fluid .service_request_right form textarea { font-size: 16px; line-height: 20px; }
}
@media (max-width:500px) {


}