/* ==========================================================================
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=Open+Sans%3A400%2C300%2C700&ver=1.6.9');
@import url('//fonts.googleapis.com/css?family=Open+Sans%3A400%2C700%2C600&ver=5.2.4');

@font-face {
  font-family: "Astra";
  src: url(//755688.fs1.hubspotusercontent-na1.net/hubfs/755688/Brad_October2019/Fonts/Astra/astra.woff) format("woff"),
    url(//755688.fs1.hubspotusercontent-na1.net/hubfs/755688/Brad_October2019/Fonts/Astra/astra.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Ultimate-Icons';
  src: url(//755688.fs1.hubspotusercontent-na1.net/hubfs/755688/Brad_October2019/Fonts/Ultimate-Icons/Ultimate-Icons.ttf?1ddi1j) format('truetype'),
    url(//755688.fs1.hubspotusercontent-na1.net/hubfs/755688/Brad_October2019/Fonts/Ultimate-Icons/Ultimate-Icons.woff?1ddi1j) format('woff');
  font-weight: 400;
  font-style: normal
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body, button, input, select, textarea {
  font-family: 'Open Sans',sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1rem;
  color: #596977;
  line-height: 1.85714285714286;
}

/* Page Center */

.container-fluid .row-fluid .page-center {
  float: none;
  margin: 0 auto;
}
.container-fluid .row-fluid .hs-header .page-center,
.container-fluid .row-fluid .hs-footer .page-center{
  max-width: 1340px;
  padding: 0 20px;
}
.container-fluid .row-fluid .hs-header .page-center{
  padding: 0 40px;
}
.body-container-wrapper .container-fluid .row-fluid .page-center {
  max-width: 1200px;
  padding: 20px;
}
.container-fluid .row-fluid .hs-banner-area .page-center {
  max-width: 1200px;
}

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


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

/* Basic text */

p {
  margin: 0px;
} 
.body-container-wrapper p {
  margin-bottom: 1.6em;
}
small {}
strong {
  font-weight: bold;
}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Open Sans',sans-serif;
  line-height: 1.4;
  text-transform: none;
  margin-bottom: 20px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 44px;
  font-size: 2.93333333333rem;
}
h1, h2 {
  letter-spacing: -1px;
  font-weight: 900 !important;
  color: #596977 !important;
}
h2 {
  font-size: 44px;
  font-size: 2.93333333333rem;
}
h3 {
  color: #352525;
  font-size: 30px;
  font-size: 2rem;
  font-weight: 300;
}
h4 {
  color: #352525;
  font-size: 21px;
  font-size: 1.4rem;
  font-weight: 300;
}
h5 {
  color: #352525;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 300;
}
h6 {
  font-weight: 700;
  font-size: 15px;
  font-size: 1rem;
  color: #f87060;
  text-transform: uppercase;
}
h3, h4, h5, h6 {
  letter-spacing: -.5px;
}

/* Anchor Links */
a { 
  color: #ff9a6d;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  text-decoration: none;
}
a:hover, a:focus { 
  color: #000;
  outline: 0;
  text-decoration: none;
}
.body-container-wrapper a {
  text-decoration: underline;
}
.body-container-wrapper a:hover {
  text-decoration: none;
}

/* Lists */
ol, ul {
  margin: 0 0 1.5em 3em;
  padding: 0;
}
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 {}

.hs-header .hs-logo img {
  max-width: 90px;
}
.hs-header {
  line-height: 1.5;
  padding: 1em 0;
  position: absolute;
  top: 0;
  width: 100% !important;
  z-index: 9;
}
.hs-header .hs-logo {
  padding-top: 14px;
  padding-bottom: 14px;
}

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

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

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

.hs-banner-area {
  margin-top: -1px;
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: scroll;
  background-size: auto;
  padding: 20px;
  padding-top: 60px;
  overflow: hidden;
  position: relative;
}
.hs-banner-area .hs-right-wrap img {
  max-width: 750px !important;
  width: 750px;
}
.hs-banner-area .hs-left-wrap {
  width: 41.83%;
  text-align: center;
}
.hs-banner-area .hs-right-wrap {
  width: 58.17%;
  overflow: visible;
}
.hs-banner-area .hs-left-wrap .hs-inner-wrap {
  padding: 0px;
}
.hs-banner-area .hs-left-wrap .hs-content-wrap {
  padding: 0 20px;
}
.hs-banner-area .hs-inner-wrap p {
  margin-bottom: 1.6em;
}
.hs-banner-area .hs-button-wrap {
  padding: 0 20px 20px;
}
.hs-right-wrap .hs-inner-wrap {
  margin-left: 14%;
  padding: 20px;
}
.hs-left-wrap .hs-inner-wrap {
  padding: 20px;
}

.hs-col-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs-left-wrap,
.hs-right-wrap {
  width: 100%;
}
.hs-bookmark-link {
  color: #596977;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5em;
  padding: 10px 40px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background: transparent;
  border: 3px solid #ff9a6d;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  text-decoration: none !important;
  text-shadow: none;
  box-shadow: none;
  font-family: inherit;
  position: relative;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.hs-bookmark-link span {
  color: #596977;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}
.hs-bookmark-link:after {
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  content: '';
  position: absolute;
  z-index: 1;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  background: transparent;
}
.hs-bookmark-link:hover {
  border: 3px solid #ff9a6d;
}
.hs-bookmark-link:hover span {
  color: #fff;
  position: relative;
  z-index: 9;
}
.hs-bookmark-link:hover:after {
  background: #ff9a6d;
  height: 100%;
}

#back-to-top{
  display: block;
  cursor: pointer;
  z-index: 99999;
  position: fixed;
  background-color: rgba(255,154,109,.8);
  font-size: 15px;
  font-size: 1rem;
  text-align: center;
  width: 2.1em;
  height: 2.1em;
  line-height: 2.1;
  color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 30px;
  bottom: 30px;
  text-decoration: none !important;
}
#back-to-top::before {
  content: "\e900";
  font-family: Astra;
  text-decoration: inherit;
}

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

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

.hs-footer {
  padding: 30px 0;
  background-color: #313a3f;
}
.hs-footer .hs-copyright {
  text-align: right;
  margin-top: 10px;
}
.container-fluid .row-fluid .hs-footer .page-center > div {
  margin: 0 -20px;
}
.container-fluid .row-fluid .hs-footer .page-center > div > div > div {
  width: 33%;
  margin-left: 0;
  padding: 0 20px;
}
.hs-footer a {
  color: #859199;
  text-decoration: none;
}
.hs-footer a:hover {
  color: #abacad;
  text-decoration: none;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  float: right;
  padding-top: 18px;
  padding-left: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul li {
  font-size: 13px;
  font-size: .866666666667rem;
  font-weight: 700;
  font-family: 'Open Sans',sans-serif;
  vertical-align: top;
  text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper > ul li a {
  color: #596977;
  text-decoration: none;
  padding: 0 1em;
  display: inline-block;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.custom-menu-primary .hs-menu-wrapper > ul li a:hover {
  color: #ff9a6d;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul li.active > a {
  letter-spacing: 1.5px;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background-color: #f9f9f9;
  top: 100% !important;
  padding: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li {
  margin-bottom: 10px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
  margin-bottom: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

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


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

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

@media (max-width: 767px){


  /* 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;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 0;
    width: auto;
    text-decoration: none;
    line-height: 2.05;
    color: #596977;
    font-size: 1.7em;
    height: 2.1em;
    padding: 0 .5em;
    text-decoration: none;
    z-index: 91;
  }
  .mobile-trigger:hover{
    text-decoration: none;
  }
  .close-menu-icon {
    position: absolute;
    top: 0;
    right: 15px;
    color: #596977;
    z-index: 99;
    width: 44px;
  }
  .close-menu-icon:after {
    content: "\e5cd";
    display: inline-block;
    font-family: Astra;
    font-size: 22px;
    font-size: 2rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: normal;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 0;
    cursor: pointer;
  }

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

  /* Toggle Button Icon */
  .mobile-trigger:after{
    content: "\e5d2";
    font-family: Astra;
    text-decoration: inherit;
  }

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

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

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

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

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

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

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul  {
    max-height: 100vh;
    overflow-y: auto !important;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    overflow: visible;
  }

  .custom-menu-primary .hs-menu-wrapper {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
    z-index: 99;
  }
  .custom-menu-primary {
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 999;
    max-height: 100%;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transition: opacity linear .2s,visibility linear .2s;
    transition: opacity linear .2s,visibility linear .2s;
    width: 100% !important;
    margin-left: 0 !important;
    left: 0;
    right: 0;
  }
  .mobile-open .custom-menu-primary {
    opacity: 1;
    visibility: visible;
  }
  body.mobile-open {
    overflow: hidden;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul {
    max-width: 320px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li{
    text-align: center;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    font-size: .866666666667rem;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    color: #596977 !important;
    text-align: center;
    line-height: 3;
    display: inline-block;
    padding: 0 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{}

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

  /* 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 {}
.post-header h2 a {}

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

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

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

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="search"]{
  -webkit-appearance: none;
}

.body-container-wrapper .hs-form-field {
  margin: 13px 0 15px;
  margin: 17px 0 28px;
}
ul.hs-error-msgs.inputs-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
ul.hs-error-msgs.inputs-list li > label {
  color: #ce0000;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: normal;
  background-color: rgba(255,223,224,.25);
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  display: block;
  margin-top: 15px;
}
.hs_error_rollup ul.hs-error-msgs.inputs-list li > label {
  margin-bottom: 10px;
  margin-top: 0px;
}

.body-container #hs-search-module .hs-button,
.body-container #hs_cos_wrapper_password_prompt .hs-button,
.password-template .body-container .hs-button,
.hs_cos_wrapper_type_blog_subscribe .hs-button {
  margin-top: 15px !important;
}
.hs_cos_wrapper_type_blog_subscribe .hs-button,
.hs_cos_wrapper_type_blog_subscribe .hs-button {
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.blog .hs_cos_wrapper_type_blog_subscribe .hs-button {
  margin-top: 0px !important;
}
.body-container-wrapper #hs-pwd-widget-password {
  margin-top: 10px !important;
}

.hs-form-required {
  color: #ce0000;
}
.body-container .hs-search-field {
  margin: 15px 0 20px;
}
.blog .blog-sidebar .hs-search-field {
  margin: 0px;
}

/* Labels and Legends */
label {}
.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: 500px;
  width: 100%;
  display: block;
  /*   border: 0;
  border-bottom: 2px solid #596977; */
  border: 2px solid #ccc;
  font-size: inherit;
  font-family: inherit;
  letter-spacing: normal;
  padding: 10px 15px;
  outline: none;
  line-height: 1.3;
  text-align: left;
  color: #352525;
  box-shadow: none;
  background: transparent;
  -webkit-appearance: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

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

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

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

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

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

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

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

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #7a7a7a;
  opacity: 1;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #7a7a7a;
} /* Firefox 18- */
::-moz-placeholder {
  color: #7a7a7a;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #7a7a7a;
  opacity: 1;
} /* IE10 */


/* Placeholder Text */
.hs-home-page form ::-webkit-input-placeholder {
  color: #596977;
  opacity: 1;
} /* Webkit Browsers */
.hs-home-page form :-moz-placeholder {
  color: #596977;
} /* Firefox 18- */
.hs-home-page form ::-moz-placeholder {
  color: #596977;
} /* Firefox 19+ */
.hs-home-page form :-ms-input-placeholder {
  color: #596977;
  opacity: 1;
} /* IE10 */



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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-family: Open Sans,sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 2;
  border: 2px solid #ff9a6d;
  background-color: rgba(0,0,0,0);
  color: #596977;
  display: inline-block;
  margin: 16px 0 10px !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 7px 40px;
  border-radius: 50px;
  text-align: center;
  white-space: normal;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  color: #fff;
  background: #ff9a6d;
}

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


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



/* -------------- BLog Default Styling ------------ */

.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 h2, .post-header h2{
  margin-bottom: 10px;
}

.blog-post-wrapper h2 a, .post-header h2 a{
  text-decoration: none;
}
#hubspot-topic_data
font-weight:700;
}
.post-listing #hubspot-author_data{
  margin-top: 0;
}
.hs-form .input ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hs-form .input ul li{
  padding: 0 !important;
}
.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
}
.more-link{
  display: inline-block;
  padding-top: 20px;
}
.hs-blog-social-share{
  height: auto;
}
.blog-sidebar .cell-wrapper{
  margin-bottom: 15px;
}
.blog-sidebar ul{
  list-style: disc;
  list-style-position:inside;
  padding: 0;
  margin: 0;
}
.blog-sidebar ul li{
  padding: 0 0 10px;
}

.blog-pagination .previous-posts-link {
  display: block;
}
.blog-pagination .all-posts-link {
  display: block;
}
.blog-pagination .next-posts-link {
  display: block;
}
.blog .blog-sidebar .widget-span {
  margin-bottom: 30px;
}

/* -------------- Default Code for comment ------------ */

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

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

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

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

.comment-date {
  display: block !important;
  text-align: left;
}
span.fakelabel {
  line-height: 1.5;
}

/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

.hs-blog-social-share {
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  height: auto;
  margin-top: 15px;
  padding: 10px 0 0;
  margin-bottom: 15px;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  line-height: 1;
}
#comments-listing {
  border: 0 !important;
}
.hs-blog-listing .hs-author-profile {
  clear: both;
  float: left;
}
.comment-date, .comment-from {
  display: block;
}
.comment-date {
  text-align: left;
}


@media (max-width: 767px) {
  .blog .blog-sidebar {
    margin-top: 40px;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image,
  .blog .post-body img{
    display: block !important;
    float: none !important;
    margin: 0 0 20px 0 !important;
    max-width: 100%;
    max-height: none;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
  }
  .hs-blog-listing .hs-author-profile {
    clear: both;
    float: none;
  }
}

/* -------------------- Ends ----------- */

/************Search Default Styling***************/

.body-container .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}
.body-container .hs-search-field--open .hs-search-field__suggestions a{
  padding: 1px 5px;
}
.body-container .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}
.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}
.body-container input[type="search"] {
  -webkit-appearance: none;
}



.hs-search-page .body-container-wrapper {
  background-color: #f9f9f9;
  border-top-width: 1px;
  border-right-width: 0;
  border-bottom-width: 1px;
  border-left-width: 0;
}
.body-container .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}
.body-container .hs-search-results .hs-search-results__listing > li {
  font-size: 14px;
  box-shadow: 0 9px 10px rgba(0,0,0,.02), 0 6px 10px rgba(0,0,0,.02);
  background: #fff;
  color: #596977;
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.body-container .hs-search-results .hs-search-results__listing > li > a.hs-search-results__title {
  letter-spacing: -1px;
  font-weight: 900 !important;
  font-family: 'Open Sans',sans-serif;
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 0 0 5px;
  text-transform: none;
  text-decoration: none;
}
.body-container .hs-search-results .hs-search-results__listing > li > a.hs-search-results__title:hover {
  color: #000;
  text-decoration: none;
}







.hs-one-column-content {
  padding: 20px;
  position: relative;
}
.body-container-wrapper .container-fluid .row-fluid .hs-one-column-content .page-center {
  max-width: 700px;
  padding: 0;
}
.hs-seo-case-study-page .hs-one-column-content .hs-content_wrap,
.hs-ppc-case-study-page .hs-one-column-content .hs-content_wrap {
  border-radius: 13px;
  box-shadow: 0px 20px 40px 0px rgba(92,95,101,.15);
}
.hs-one-column-content .hs-inner-wrap {
  padding: 20px;
  text-align: center;
}
.hs-one-column-content .hs-content_wrap .hs-content {
  padding-bottom: 20px;
}
.hs-one-column-content .hs-content_wrap .hs-content:last-child {
  padding-bottom: 0;
}

.hs-two-column-with-image { 
  padding: 50px 20px 50px;
  background-repeat: no-repeat;
  background-position: right top;
  background-attachment: scroll;
  background-size: cover;
  /*   overflow: hidden; */
}
.body-container-wrapper .container-fluid .row-fluid .page-center {
  padding: 0;
} 
.hs-two-column-with-image .hs-left-wrap {
  width: 40%;
  margin-bottom: 30px;
}
.hs-two-column-with-image .hs-right-wrap {
  width: 60%;
}
.hs-two-column-with-image .hs-right-wrap .hs-inner-wrap {
  margin-left: 10%;
  box-shadow: 0px 20px 40px 0px rgba(92,95,101,.15) !important;
  border-radius: 13px;
  background: #fff;
}
.hs-two-column-with-image .hs-left-wrap .hs-image img {
  width: 100%;
}
.hs-two-column-with-image.right .hs-left-wrap {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.hs-two-column-with-image.right .hs-right-wrap .hs-inner-wrap {
  margin-left: 0;
  margin-right: 10%;
}

.hs-banner-area.hs-home-banner-area {
  background-color: #fffcf7;
  background-image: -webkit-linear-gradient(90deg,#fffcf7 67%,#c5d4ca 67%);
  background-image: -moz-linear-gradient(90deg,#fffcf7 67%,#c5d4ca 67%);
  background-image: -o-linear-gradient(90deg,#fffcf7 67%,#c5d4ca 67%);
  background-image: -ms-linear-gradient(90deg,#fffcf7 67%,#c5d4ca 67%);
  background-image: linear-gradient(90deg,#fffcf7 67%,#c5d4ca 67%);
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
}
.hs-banner-area.hs-home-banner-area .hs-bookmark-link {
  font-weight: 600;
}
.hs-banner-area.hs-home-banner-area .hs-left-wrap {
  text-align: left;
}
.hs-banner-area.hs-home-banner-area .hs-left-wrap .hs-content-wrap {
  padding-top: 20px;
}
.hs-banner-area.hs-home-banner-area .hs-col-wrap {
  height: 100vh;
}
.hs-banner-area.hs-home-banner-area h4,
.hs-case-studies-group .hs-heading-wrap h4,
.hs-services-group .hs-left-wrap h4,
.hs-contact-wrap h4{
  color: #ff9a6d;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
}

.container-fluid .row-fluid .hs-banner-area.hs-home-banner-area .page-center {
  max-width: 1300px;
  /*   padding-top: 60px; */
}
.hs-banner-area.hs-home-banner-area .hs-right-wrap img {
  position: absolute;
  bottom: 0;
  height: 90% !important;
  width: auto !important;
  max-width: 100% !important;
}
.hs-banner-area.hs-home-banner-area .hs-right-wrap {
  width: 51.77%;
}
.hs-banner-area.hs-home-banner-area .hs-right-wrap .hs-inner-wrap {
  margin: 0;
  padding: 0;
}
.hs-banner-area.hs-home-banner-area .hs-left-wrap {
  width: 48.23%;
}
.hs-banner-area.hs-home-banner-area .hs-right-wrap p {
  margin: 0 !important;
}


.hs-services-group {
  padding: 20px;
  padding-top: 90px;
  padding-bottom: 0px;
}
.body-container-wrapper .container-fluid .row-fluid .hs-services-group .page-center {
  max-width: 1300px;
}
.hs-services-group .hs-cols {
  width: 33.33%;
  float: left;
  margin-bottom: 30px;
}
.hs-services-group .hs-col-wrap {
  align-items: inherit;
}

.hs-services-group .hs-left-wrap.hs-cols .hs-inner_wrap {
  padding: 20px;
  padding-right: 60px;
}
.hs-services-group .hs-left-wrap h4 {
  margin-bottom: 20px;
}
.hs-services-group .hs-cols .hs-solution-wrap img {
  max-width: 95px !important;
}
.hs-services-group .hs-cols .hs-solution-wrap .hs-image-wrap {
  padding: 20px;
  padding-bottom: 0;
}
.hs-services-group .hs-cols .hs-solution-wrap .hs-content_wrap {
  padding: 20px;
  padding-top: 0;
}
.hs-services-group .hs-cols .hs-solution-wrap .hs-content_wrap h4 {
  font-weight: bold;
  margin-bottom: 5px;
}


.hs-case-studies-group {
  padding: 20px;
  padding-bottom: 90px;
  /*   overflow: hidden; */
}
.body-container-wrapper .container-fluid .row-fluid .hs-case-studies-group .page-center {
  max-width: 1300px;
}
.hs-case-studies-group .hs-heading-wrap h4 {
  margin-bottom: 20px;
}
.hs-case-studies-group .hs-left-wrap {
  width: 38%;
}
.hs-case-studies-group .hs-right-wrap {
  width: 62%;
}
.hs-case-studies-group .hs-right-wrap .hs-flip_wrap {
  width: 50%;
  float: left;
}
.hs-case-studies-group .hs-left-wrap .hs-heading-wrap,
.hs-case-studies-group .hs-left-wrap .hs-content-wrap,
.hs-case-studies-group .hs-left-wrap .uabb-separator-wrap,
.hs-case-studies-group .hs-left-wrap .hs-button-wrap{
  padding: 20px;
}
.hs-case-studies-group .hs-left-wrap .uabb-separator-wrap .uabb-separator {
  border-top: 5px solid #ff9a6d;
  width: 10%;
  display: inline-block;
}
.hs-case-studies-group .hs-left-wrap .uabb-separator-wrap {
  line-height: 1;
  font-size: 0px;
}
.hs-case-studies-group .hs-left-wrap .uabb-separator-wrap,
.hs-case-studies-group .hs-left-wrap .hs-button-wrap{
  padding-top: 0px;
}
.hs-case-studies-group .hs-left-wrap .hs-content-wrap h4 {
  font-weight: 500;
  color: #596977;
}

.hs-flip_wrap .uabb-flip-box-wrap {
  padding: 10px;
  display: block;
  text-align: center;
  position: relative;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.uabb-flip-box {
  height: 100%;
  position: relative;
  display: block;
}
.uabb-flip-box-wrap .uabb-back, 
.uabb-flip-box-wrap .uabb-front {
  padding: 0;
  height: 100%;
  margin-bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.uabb-flip-box-wrap .uabb-front {
  display:none;
  z-index: 9;
}
.hs-case-studies-group .uabb-flip-box-wrap .uabb-front {
  height: 349px;
}
.uabb-flip-box-wrap .uabb-back {
  transform: none;
  display:block !important;
  transform:none !important;
  border: 1px solid #dbdbdb;
  position: relative;
  z-index: -1;
  padding-top:70px;
  padding-left:20px;
  padding-right:20px;
  width: 100%;
  left: 0;
  right: 0;
  height: 100%;
}
.uabb-flip-box-wrap .uabb-flip-box {
    position: relative;
    width: 100%;
    height: 349px; /* Adjust height as needed */
    perspective: 1000px; /* Set perspective for 3D effect */
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.uabb-flip-box-wrap .uabb-flip-box:hover {
    transform: none; /* Flip on hover */
}

.uabb-face, .uabb-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden; /* Ensure back face is hidden until flip */
}

.uabb-back {
    transform: rotateY(180deg); /* Initially hidden */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center content vertically */
}
.hs-slider-page .uabb-flip-box-wrap .uabb-flip-box-section p,
.hs-slider-page .hs-front-content p{
  color:#352525;
}
.hs-case-studies-group .uabb-flip-box-wrap .uabb-front h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Open Sans,sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 1px;
}
.hs-case-studies-group .uabb-flip-box-wrap .uabb-back h4 {
  font-family: Open Sans,sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 12px;
  text-transform: none;
}
.hs-case-studies-group .uabb-flip-box-wrap .uabb-back p {
  margin: 0;
  color: #352525;
}
.hs-case-studies-group .flip-item2 .uabb-flip-box-wrap .uabb-front h4 {
  font-weight: 600;
}
.hs-case-studies-group .flip-item1 .uabb-front {
  background-color: #ff9a6d;
}
.hs-case-studies-group .flip-item2 .uabb-front {
  background-color: #9ad3de;
}
.hs-case-studies-group .flip-item3 .uabb-front {
  background-color: #ffd37b;
}
.hs-case-studies-group .flip-item4 .uabb-front {
  background-color: #c5d4ca;
}
.hs-case-studies-group .uabb-flip-box-wrap .uabb-front .hs-image-wrap {
  margin-top: 25px;
  margin-bottom: 15px;
}
.hs-case-studies-group .uabb-flip-box-wrap .uabb-back .hs-button-wrap {
  margin-top: 15px;
}
.hs-learn-link {
  color: #fff;
  padding: 10px 40px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background: #ff9a6d;
  border: 1px solid #ff9a6d;
  font-family: inherit;
  font-weight: inherit;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  text-decoration: none !important;
  text-shadow: none;
  box-shadow: none;
  position: relative;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  font-size: 16px;
  line-height: 18px;
}
.hs-learn-link:hover {
  background: #3a3a3a;
  border: 1px solid #3a3a3a;
  color: #fff;
}


.hs-contact-wrap {
  padding: 60px 0;
  position: relative;
}
.hs-home-page .hs-contact-wrap {
  background-color: #fffcf7;
  padding-bottom: 60px;
  padding-top: 60px;
}
.body-container-wrapper .container-fluid .row-fluid .hs-contact-wrap .page-center {
  max-width: 734px;
}
.hs-contact-wrap .hs-content-wrap {
  text-align: center;
  padding: 20px 20px 2px;
}
.hs-contact-wrap span.hs-form-required {
  display: none;
}
.hs-contact-wrap .hs-input {
  max-width: 100%;
}
.hs-home-page .hs-contact-wrap .hs-input {
  border: 0px;
  border-bottom: 2px solid #596977;
}
.hs-contact-wrap .hs-form-wrap {
  padding: 0px 30px;
}
.hs-contact-wrap h3.form-title {
  margin: 0;
}
/* .body-container-wrapper .hs-contact-wrap .hs-form-field {
margin: 17px 0 28px;
} */
.hs-contact-wrap textarea {
  min-height: 160px !important;
  resize: inherit;
}
.hs-contact-wrap ul.inputs-list {
  margin: 0;
}
.hs-contact-wrap .hs-fieldtype-booleancheckbox {
  margin-bottom: 8px !important;
}
.hs-contact-wrap li.hs-form-booleancheckbox > label {
  display: inline-block;
  line-height: 1.2;
  margin-top: 4px;
  position: relative;
}
.hs-contact-wrap li.hs-form-booleancheckbox > label span {
  font-size: .875em;
}
.hs-contact-wrap form input[type="checkbox"]:not(:disabled) {
  position: absolute;
  left: -9999px;
}
.hs-contact-wrap input[type="checkbox"]:not(:disabled) + span {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
.hs-contact-wrap form input[type="checkbox"]:not(:disabled) + span:before {
  content: '';
  background: #fff;
  border: 2px solid #ccc;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
  border-radius: 5px;
}
.hs-contact-wrap form [type="checkbox"]:not(:disabled):checked + span:before {
  content: "\2714";
  font-weight: 700;
  padding-top: 0;
  color: #3a3a3a;
}
.hs-contact-wrap form [type="checkbox"]:not(:disabled):checked + span {
  font-weight: 700;
}
.hs-contact-wrap input.hs-button.primary.large {
  margin-bottom: 26px !important;
}


.hs-contact-wrap {
  padding: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-clip: padding-box;
  padding-bottom: 40px;
}
.hs-contact-page .main-content {
  padding-top: 90px;
}
.hs-contact-page .body-container-wrapper .container-fluid .row-fluid .hs-contact-wrap .page-center {
  background: #fff;
}
.hs-contact-page .hs-header .hs-logo img {
  max-width: 99px;
}
.hs-contact-page .custom-menu-primary .hs-menu-wrapper > ul {
  padding-top: 20px;
}

.hs-ux-case-study-page .hs-banner-area {
  padding-top: 112px;
}
.hs-ux-case-study-page .hs-one-column-content .hs-inner-wrap {
  padding-top: 0;
}
.hs-one-column-content .hs-inner-wrap ul,
.hs-one-column-content .hs-inner-wrap ol {
  text-align: left;
}
.hs-ux-case-study-page .hs-one-column-content .hs-inner-wrap ol {
  margin-top: 2px;
  margin-bottom: 0;
}
.hs-ux-case-study-page .hs-row2-flexi .hs-one-column-content,
.hs-ux-case-study-page .hs-row3-flexi .hs-one-column-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.hs-one-column-with-content-group {
  padding: 50px 20px;
  text-align: center;
}
.body-container-wrapper .container-fluid .row-fluid .hs-one-column-with-content-group .page-center,
.body-container-wrapper .container-fluid .row-fluid .hs-row3-flexi .hs-one-column-content .page-center {
  max-width: 730px;
}

.hs-one-column-with-content-group .hs-top-content {
  padding: 0 20px;
}
.hs-one-column-with-content-group .hs-bottom-content {
  padding: 40px 20px 0;
}
.hs-one-col-top-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.hs-one-col-top-image .hs-cols {
  width: 33.33%;
  padding: 20px;
}
.hs-one-col-top-image .hs-col1,
.hs-one-col-top-image .hs-col2,
.hs-one-col-top-image .hs-col3 {
  padding-top: 0px;
}
.hs-one-col-top-image .hs-cols p.hs-image_title {
  margin-bottom: 5px;
}

.hs-ux-case-study-page .hs-row3-flexi .hs-one-column-content .hs-inner-wrap {
  padding-bottom: 0;
}

.hs-ppc-case-study-page .container-fluid .row-fluid .hs-banner-area .page-center {
  max-width: 1103px;
}
.hs-ppc-case-study-page .hs-banner-area {
  padding-top: 27px;
}
.hs-ppc-case-study-page .hs-banner-area .hs-right-wrap .hs-inner-wrap {
  margin-top: 7px;
}
.hs-ppc-case-study-page .hs-banner-area:after {
  border-radius: inherit;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255,255,255,.5);
}
.hs-ppc-case-study-page .hs-banner-area .hs-col-wrap {
  position: relative;
  z-index: 9;
}
.hs-ppc-case-study-page .body-container-wrapper .container-fluid .row-fluid .hs-one-column-content .page-center {
  max-width: 708px;
}
.hs-ppc-case-study-page .hs-one-column-content .hs-inner-wrap {
  padding-top: 40px;
  padding-bottom: 20px;
}
.hs-ppc-case-study-page .hs-one-column-content .hs-content_wrap .hs-content:last-child {
  padding-bottom: 20px;
}

.hs-ppc-case-study-page .hs-row2-flexi .hs-two-column-with-image.left {
  background-repeat: no-repeat;
  background-position: left top;
  background-attachment: scroll;
  background-size: contain;
}
.hs-ppc-case-study-page .hs-row2-flexi .hs-two-column-with-image.right .hs-right-wrap .hs-inner-wrap {
  padding-top: 0px;
}

.hs-two-column-group-wrap {
  padding: 50px 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  position: relative;
  /*   overflow: hidden; */
}
.hs-two-column-group-wrap .hs-two-column-with-image {
  padding: 0;
  margin-bottom: 100px;
  overflow: visible;
}
.hs-two-column-with-image .hs-left-wrap {
  position: relative;
  z-index: 9;
}
.hs-two-column-with-image .hs-right-wrap {
  position: relative;
  z-index: 9;
}
.hs-two-column-group-wrap .hs-content-wrap ul {
  margin-bottom: 0;
  text-align: left;
}
.hs-two-column-group-wrap:after {
  border-radius: inherit;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(255,255,255,.39);
}
.hs-two-column-group-wrap .hs-two-column-with-image:last-child {
  margin-bottom: 0;
}
.hs-two-column-group-wrap .hs-two-column-with-image.right .hs-left-wrap {
  margin-bottom: 0;
}
.hs-one-column-content .hs-inner-wrap ul {
  margin-bottom: calc(1.5em - 2px);
}

.hs-website-case-study-page .hs-banner-area {
  padding: 92px 0 0;
}
.hs-website-case-study-page .hs-banner-area .hs-col-wrap {
  padding: 20px;
}
.hs-website-case-study-page .hs-banner-area .hs-right-wrap .hs-inner-wrap {
  margin-left: 0;
}
.hs-website-case-study-page .hs-banner-area .hs-left-wrap .hs-inner-wrap {
  padding-bottom: 110px;
}
.hs-website-case-study-page .hs-banner-area .hs-button-wrap {
  padding-bottom: 0;
}
.hs-website-case-study-page .hs-one-column-content {
  padding: 0;
}
.hs-website-case-study-page .hs-one-column-content .hs-inner-wrap {
  text-align: left;
}
.hs-website-case-study-page .body-container-wrapper .container-fluid .row-fluid .hs-one-column-content .page-center {
  max-width: 750px;
}
.hs-website-case-study-page .hs-one-column-content .hs-inner-wrap .hs-content {
  padding: 20px;
}

.hs-full-width-page .body-container {
  background-color: #f9f9f9;
  padding: 30px 20px;
}
.hs-full-width-page .body-container-wrapper .container-fluid .row-fluid .page-center {
  padding: 10px 20px 20px;
}
.hs-full-width-page .body-container-wrapper .container-fluid .row-fluid .page-center > div {
  padding: 20px;
}
.hs-full-width-page .body-container-wrapper .container-fluid .row-fluid .page-center > div ul,
.hs-full-width-page .body-container-wrapper .container-fluid .row-fluid .page-center > div ol {margin-bottom: 0;}

.hs-full-width-page .body-container a {
  color: #596977;
}

.hs-sitemap-page .body-container {
  text-align: center;
}

.hs-contact-page .hs-contact-wrap .hs-content-wrap h2 {
  font-size: 44px;
}

.hs-error_page .body-container-wrapper h1 {
  font-family: 'Open Sans',sans-serif;
  text-transform: none;
  font-size: 30px;
  font-size: 2rem;
  margin-bottom: 21.5px;
}
.hs-error_page .main-content {
  text-align: center;
  padding: 4em 0;
}
.hs-error_page .body-container-wrapper h2 {
  font-size: 1.5rem;
  font-weight: 700 !important;
  line-height: 1.85714285714286;
  letter-spacing: 0px;
  margin-bottom: 22.5px;
}
.hs-error_page .hs-search-field {
  max-width: 370px;
  margin: 7.5px auto !important;
}
.hs-error_page .hs-search-field__bar {
  position: relative;
}
.hs-error_page .hs-search-field__bar input[type="text"] {
  background: #fafafa;
  border-width: 1px;
  border-color: #eaeaea;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 16px 45px 16px 15px;
  line-height: 1;
}

input.search-submit {
  padding: 13px 22.5px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
  top: 0;
  right: 0;
  position: absolute;
  color: transparent;
  background: 0 0;
  max-width: 45px;
  z-index: 2;
  margin: 0 !important;
  line-height: 1.85714285714286;
  color: #596977;
  font-size: 0px;
  height: 100%;
}
.hs-error_page .body-container .hs-search-field form:after {
  font-family: Astra;
  font-size: 1.2em;
  font-weight: 400; 
  content: "\e8b6";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  color: #596977;
  display: inline-block;
}
.csm-site-page .body-container-wrapper {
  padding: 20px;
}


.hs-services-group .hs-cols:nth-child(6) .hs-content_wrap {
  padding-top: 20px;
}
.hs-services-group .bb-er-row.custom-more {
  width: 100%;
  cursor: pointer;
  color: #ff9a6d;
  background-color: #fff;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  margin-top: -10px;
}
.hs-services-group .bb-er-row.custom-more:hover .bber-icon {
  color: #596977;
}
.hs-services-group span.bb-er-title {
  color: #596977;
}
.hs-services-group i.ua-icon {
  color: #ff9a6d;
  font-size: 35px;
  vertical-align: middle;
  padding: 0 10px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.ua-icon-circle-add:before {
  content: "\e956";
}
.ua-icon-circle-minus:before {
  content: "\e959";
}
.ua-icon {
  font-family: 'Ultimate-Icons' !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;
}
.hs-services-group .more-hide-cutom {
  padding-bottom: 60px;
}
.hs-case-studies-group .hs-bookmark-link {
  font-weight: 600;
}

input.search-submit:hover {
  background: transparent;
}

.hs-search-banner-area {
  background-repeat: no-repeat;
  background-position: left center;
  background-attachment: scroll;
  background-size: cover;
  padding: 100px 20px;
  position: relative;
}
.hs-search-banner-area:after {
  border-radius: inherit;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: rgba(48,54,59,.4);
}
.hs-search-banner-area .hs-left-wrap {
  width: 51.91%;
  float: left;
  position: relative;
  z-index: 9;
}
.container-fluid .row-fluid .hs-search-banner-area .page-center {
  max-width: 1200px;
}
.hs-search-banner-area .hs-left-wrap .hs-content-wrap {
  padding: 20px;
}
.hs-search-banner-area .hs-left-wrap .hs-content-wrap h2 {
  font-size: 30px;
  margin: 0;
}
.hs-search-banner-area .hs-left-wrap .hs-content-wrap p {
  font-size: 18px;
  margin-bottom: 0px;
  color:#fff;
}
.hs-search-page .hs-main-content_wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.hs-slider-page.hs_has_padding .body-container-wrapper {
  padding-top: 112px;
}
.hs-slider-banner-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.hs-slider-banner-area .hs-col-inner-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 600px;
}
.hs-slider-banner-area .hs-col-inner-wrap .hs-right-wrap {
  width: 52%;
  text-align: center;
}
.hs-slider-banner-area h2 {
  font-size: 69px;
  line-height: 81px;
  color: rgb(255, 255, 255) !important;
  font-weight: normal !important;
  margin-bottom: 0;
  letter-spacing: 0px;
  padding-top: 2px;
  padding-left: 7px;
}
.hs-slider-banner-area .hs-col-inner-wrap .hs-left-wrap {
  width: 48%;
}


.body-container-wrapper .container-fluid .row-fluid .tabber-group-wrap .page-center,
.body-container-wrapper .container-fluid .row-fluid .hs-three-col-conter-flip .page-center{
  padding: 0px 20px;
}
.tabber-group,
.hs-three-col-conter-flip .hs-cols{
  padding: 20px;
}
ul.tabber-heading {
  margin: 0 -.5em;
  list-style: none;
  padding: 0;
}
ul.tabber-heading li {
  background-color: #f6f6f6;
  width: calc(33.33% - 1em);
  float: left;
  margin: 0 .5em;
}
ul.tabber-heading li a {
  font-size: 21px;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: none;
  font-family: 'Open Sans',sans-serif;
  line-height: 1.45;
  text-transform: none;
  font-weight: 700;
  -webkit-transition: color .15s;
  transition: color .15s;
  padding: 15px;
  display: block;
  letter-spacing: -.5px;
  position: relative;
}
.tab-content {
  position: relative;
  z-index: 1;
}
.tab-content .tab-pane {
  color: #3d3d3d;
  padding: 25px;
  background-color: #f2f2f2;
}
ul.tabber-heading li a:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: background-color .15s,-webkit-transform .15s;
  transition: background-color .15s,transform .15s;
  -webkit-transition-timing-function: ease,cubic-bezier(.7,0,.3,1);
  transition-timing-function: ease,cubic-bezier(.7,0,.3,1);
  -webkit-transform: translate3d(0,100%,0) translate3d(0,-2.2px,0);
  transform: translate3d(0,100%,0) translate3d(0,-2.2px,0);
  background: #ff9a6d;
}
ul.tabber-heading li.active a:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
ul.tabber-heading li a span {
  color: #352525;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}
ul.tabber-heading li.active a span {
  color: #fff;
  z-index: 2;
  position: relative;
}

.hs-three-col-conter-flip .hs-cols {
  width: 33.33%;
  float: left;
  text-align: center;
}
.hs-counter-wrapper .fl-number-string {
  font-size: 32px;
  line-height: 1;
}
.hs-counter-wrapper span.fl-number-before-text {
  margin-bottom: 10px;
  display: block;
}
.hs-counter-wrapper span.fl-number-after-text {
  display: block;
  margin-top: 10px;
}
.hs-flip-content_wrap .uabb-face.uabb-front {
  border: 1px solid #dbdbdb;
  overflow: hidden;
}
.hs-flip-content_wrap .hs-flip_wrap .uabb-flip-box-wrap {
  padding: 0;
}
.hs-flip-content_wrap .hs-front-content p {
  color: #352525;
}
.hs-flip-content_wrap .hs-front-content h2 {
  margin-bottom: 12px;
}
.hs-flip-content_wrap .uabb-module-content.uabb-imgicon-wrap {
  margin-bottom: 15px;
  text-align: center;
}
.hs-flip-content_wrap span.uabb-icon-wrap {
  display: inline-block;
}
.hs-flip-content_wrap span.uabb-icon {
  display: block;
}
.hs-flip-content_wrap span.uabb-icon i {
  color: #ff9a6d;
  font-size: 30px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  display: inline-block;
  font-family: 'Ultimate-Icons' !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;
}
.ua-icon-cog:after {
  content: "\e95b";
}
.hs-slider-banner-area img {
  visibility: hidden;
  height: 100% !important;
  width: 100%;
}

.hs-circle-content_wrap .uabb-info-circle-content {
  padding: 25px 25px 25px;
}
.hs-circle-content_wrap .hs-circle-content {
  width: 60%;
  height: 60%;
  margin: 0 auto;
  position: absolute;
  top: 64px;
  left: 69px;
}
.hs-circle-content_wrap .uabb-info-circle-wrap {
  position: relative;
}
.hs-circle-content_wrap .uabb-info-circle-wrap:before {
  border: 1px solid #ff9a6d;
  content: ' ';
  left: 50%;
  top: 50%;
  z-index: 1;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 280px;
  width: 278px;
}
.hs-three-col-conter-flip {
  padding-bottom: 20px;
}
.hs-circle-content_wrap .uabb-info-circle-content p {
  margin-bottom: 0 !important;
}
.hs-circle-content_wrap .uabb-module-content.uabb-imgicon-wrap {
  top: 3px;
  border-radius: 50%;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.hs-circle-content_wrap span.uabb-icon-wrap {
  border-radius: 50%;
  display: inline-block;
}
.hs-circle-content_wrap span.uabb-icon i,
.hs-circle-content_wrap span.uabb-icon i:before {
  color: #fff;
  font-size: 32.5px;
  background: #ff9a6d;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  line-height: 65px;
  height: 65px;
  width: 65px;
  text-align: center;
  display: block;
}
.ua-icon-pencil:before {
  content: "\e919";
}
.hs-circle-content_wrap span.uabb-icon {
  display: inline-block;
}



/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
#site-wrapper {
  overflow: hidden;
}
.hs_has_padding .body-container-wrapper {
  padding-top: 92px;
  margin-top: -1px;
}
.hs-seo-case-study-page .hs-row2-flexi .hs_cos_wrapper_type_module:first-child .hs-two-column-with-image {
  padding-top: 80px;
}
.hs-contact-page .hs-header .hs-logo img,
.hs-ux-case-study-page .hs-header .hs-logo img,
.hs-website-case-study-page .hs-header .hs-logo img,
.hs-full-width-page .hs-header .hs-logo img,
.hs-error_page .hs-header .hs-logo img,
.hs-search-page .hs-header .hs-logo img,
.hs-slider-page .hs-header .hs-logo img {
  max-width: 99px;
}
.hs-contact-page .custom-menu-primary .hs-menu-wrapper > ul,
.hs-ux-case-study-page .custom-menu-primary .hs-menu-wrapper > ul,
.hs-website-case-study-page .custom-menu-primary .hs-menu-wrapper > ul,
.hs-full-width-page .custom-menu-primary .hs-menu-wrapper > ul,
.hs-error_page .custom-menu-primary .hs-menu-wrapper > ul,
.hs-search-page .custom-menu-primary .hs-menu-wrapper > ul,
.hs-slider-page .custom-menu-primary .hs-menu-wrapper > ul{
  padding-top: 20px;
}

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


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


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


@media (min-width: 501px) {
  .hs-website-case-study-page .hs-banner-area .hs-left-wrap {
    width: 50%;
  }
  .hs-website-case-study-page .hs-banner-area .hs-right-wrap {
    width: 50%;
  }
  .hs-ux-case-study-page .hs-banner-area .hs-left-wrap {
    width: 38.75%;
  }
  .hs-ux-case-study-page .hs-banner-area .hs-right-wrap {
    width: 61.25%;
  }
  .hs-ppc-case-study-page .hs-banner-area .hs-left-wrap {
    width: 38.75%;
    margin-top: -7px;
  }
  .hs-ppc-case-study-page .hs-banner-area .hs-right-wrap {
    width: 61.25%;
  }
}

@media (min-width: 768px) and (max-width: 860px) {
  .hs-flip-content_wrap .hs-front-content h2 {
    font-size: 36px;
    line-height: 1.2;
  }
  .hs-flip-content_wrap .uabb-module-content.uabb-imgicon-wrap {
    margin-bottom: 0;
  }
  .hs-circle-content_wrap .uabb-info-circle-wrap:before {
    height: 240px;
    width: 238px;
  }
  .hs-circle-content_wrap .uabb-module-content.uabb-imgicon-wrap {
    top: 27px;
  }
  .hs-circle-content_wrap .hs-circle-content {
    width: 100% !important;
    height: 100% !important;
    left: 0% !important;
  }
}

@media (min-width: 768px) {
  .body-container .hs-search-results .hs-search-results__listing:after {
    content: "";
    display: table;
    clear: both;
  }
  .body-container .hs-search-results .hs-search-results__listing {
    margin: 0 -15px !important;
    width: auto;
  }
  .body-container .hs-search-results .hs-search-results__listing > li {
    width: 46%;
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    float: left;
  }
}

@media (min-width: 501px) and (max-width: 1024px)  {
  .body-container .hs-search-results .hs-search-results__listing > li:nth-child(2n + 1) {
    clear: left;
  }
  .body-container .hs-search-results .hs-search-results__listing > li:nth-child(2n + 2) {
    clear: right;
  }
}

@media (min-width: 1025px) {
  .hs-ppc-case-study-page .hs-banner-mobile-bg {
    background-image: none !important;
  }
  .body-container .hs-search-results .hs-search-results__listing > li {
    width: 30%;
    width: calc(33.3333% - 30px);
  }
  .body-container .hs-search-results .hs-search-results__listing > li:nth-child(3n + 1) {
    clear: left;
  }
  .body-container .hs-search-results .hs-search-results__listing > li:nth-child(3n + 3) {
    clear: right;
  }
  .hs-banner-area.hs-home-banner-area .hs-left-wrap .hs-inner-wrap {
    padding: 70px 0;
  }
}

@media (max-width: 1199px) {
  .hs-circle-content_wrap .uabb-info-circle-wrap {
    position: relative;
    min-height: 347px;
  }
  .hs-circle-content_wrap .hs-circle-content {
    width: 80%;
    height: 80%;
    left: 12%;
  }
}

@media (max-width: 1024px) {
  .hs-contact-page .mobile-trigger,
  .hs-ux-case-study-page .mobile-trigger,
  .hs-website-case-study-page .mobile-trigger,
  .hs-full-width-page .mobile-trigger {
    top: -8px;
  }
  .hs_has_padding .body-container-wrapper {
    padding-top: 103px;
  }
  .hs-website-case-study-page .hs-banner-area .hs-left-wrap .hs-inner-wrap {
    padding-bottom: 60px;
  }
  .hs-ppc-case-study-page .hs-banner-area {
    background-image: none !important;
    padding: 0;
  }
  .hs-ppc-case-study-page .hs-banner-mobile-bg {
    background-color: rgba(255,255,255,.6);
    background-repeat: no-repeat;
    background-size: auto;
    padding: 20px;
    padding-top: 25px;
    background-position: left top;
  }
  .hs-banner-area .hs-button-wrap {
    padding-bottom: 60px;
  }
  .hs-banner-area.hs-home-banner-area .hs-right-wrap {
    display: none;
  }
  .hs-banner-area.hs-home-banner-area .hs-left-wrap {
    width: 100%;
    text-align: center;
    padding: 66px 50px 0;
  }
  .hs-banner-area.hs-home-banner-area {
    background-image: none;
    background: #fffcf7;
  }
  .hs-services-group .hs-left-wrap.hs-cols .hs-inner_wrap h2 {
    font-size: 26px;
  }
  .hs-case-studies-group .hs-heading-wrap h2 {
    font-size: 26px;
  }
  .hs-case-studies-group .hs-left-wrap .hs-button-wrap {
    text-align: center;
  }
  .hs-services-group {
    padding-top: 60px;
  }
  .hs-contact-wrap {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}


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



@media (max-width: 767px) {
  .hs-circle-content_wrap .uabb-info-circle-wrap {
    min-height: 200px !important;
    height: 100% !important;
  }
  .hs-circle-content_wrap .uabb-info-circle-wrap:before {
    display: none;
  }
  .hs-circle-content_wrap .hs-circle-content {
    position: relative;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hs-circle-content_wrap .uabb-info-circle-content {
    padding: 25px 0px 25px;
  }
  ul.tabber-heading li {
    width: 100%;
    margin: 0.5em 0;
    overflow: hidden;
  }
  ul.tabber-heading {
    margin: 0;
  }
  .hs-three-col-conter-flip .hs-cols {
    width: 100%;
    max-width: 400px;
    float: none;
    margin: 0 auto;
  }

  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 {
    line-height: 2em;
  }
  .hs-contact-wrap input.hs-button.primary.large {
    width: 100%;
    margin-bottom: 42px !important;
    margin-top: 14px !important;
  }
  .hs-contact-wrap textarea {
    min-height: 120px !important;
    line-height: 1.3;
  }
  .hs-contact-wrap li.hs-form-booleancheckbox > label {
    line-height: .9;
  }

  .hs-ppc-case-study-page .hs-banner-mobile-bg {
    padding-top: 150px;
    background-size: cover;
  }
  .hs-ppc-case-study-page .hs-banner-area .hs-right-wrap .hs-inner-wrap {
    margin: 0;
  }
  .hs-ppc-case-study-page  .hs-two-column-with-image .hs-right-wrap {
    text-align: center;
  }
  .hs-two-column-with-image.right .hs-right-wrap .hs-inner-wrap {
    margin-right: 0;
  }
  .hs-ppc-case-study-page .hs-two-column-with-image {
    padding-bottom: 0 !important;
  }
  .hs-ppc-case-study-page .hs-two-column-group-wrap {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .hs-ppc-case-study-page .hs-two-column-with-image.right .hs-left-wrap .hs-inner-wrap {
    max-width: 100%;
  }
  .hs-ppc-case-study-page .hs-two-column-group-wrap .hs-two-column-with-image {
    margin-bottom: 0;
  }
  .hs-ux-case-study-page .hs-banner-area {
    padding-top: 109px;
  }
  .hs-ux-case-study-page .hs-row2-flexi .hs-one-column-content,
  .hs-ux-case-study-page .hs-row3-flexi .hs-one-column-content {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hs-one-column-with-content-group {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hs-one-col-top-image .hs-cols {
    padding-top: 20px;
  }
  .hs-one-column-with-content-group .hs-bottom-content {
    padding-top: 20px;
  }
  .hs-ux-case-study-page .hs-one-column-content p {
    text-align: center !important;
  }
  .hs-one-column-content {
    padding-bottom: 1.6em !important;
  }
  .hs-one-column-content .hs-content p:last-of-type {
    margin-bottom: 0 !important;
  }
  .hs-two-column-with-image .hs-left-wrap {
    width: 100%;
  }
  .hs-two-column-with-image .hs-right-wrap {
    width: 100%;
  }
  .hs-two-column-with-image .hs-right-wrap .hs-inner-wrap {
    margin-left: 0;
  }
  .hs-two-column-with-image .hs-left-wrap .hs-inner-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
  .hs-seo-case-study-page .hs-row2-flexi .hs_cos_wrapper_type_module:first-child .hs-two-column-with-image {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hs-seo-case-study-page .hs-two-column-with-image {
    text-align: center;
  }
  .hs-two-column-with-image .hs-left-wrap {
    margin-bottom: 0;
  }
  .hs-two-column-with-image {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .hs-one-column-content {
    padding-bottom: 0;
  }
  .hs-case-studies-group .hs-right-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .hs-case-studies-group .hs-right-wrap .flip-item2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .hs-case-studies-group .hs-right-wrap .flip-item3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .hs-case-studies-group .hs-right-wrap .flip-item4 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .hs-services-group {
    padding-bottom: 30px;
  }
  .hs-case-studies-group .hs-left-wrap {
    width: 100%;
    text-align: center;
  }
  .hs-case-studies-group .hs-right-wrap {
    width: 100%;
  }
  .hs-case-studies-group .hs-right-wrap .hs-flip_wrap {
    width: 100%;
    padding: 0 30px;
  }
  .hs-services-group .hs-col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hs-case-studies-group .hs-left-wrap .uabb-separator-wrap {
    display: none;
  }
  /*   .hs-case-studies-group .uabb-flip-box-wrap .uabb-front {
  height: 236px;
} */
  .hs-case-studies-group .uabb-flip-box-wrap .uabb-front img {
    max-width: 120px !important;
  }
  .hs-banner-area.hs-home-banner-area .hs-col-wrap {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hs-services-group .hs-left-wrap.hs-cols .hs-inner_wrap {
    padding-right: 20px;
  }
  .hs-services-group .hs-cols {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .hs-contact-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .container-fluid .row-fluid .hs-footer .page-center > div > div > div {
    width: 100%;
    margin-bottom: 3px;
  }
  .hs-footer .hs-copyright {
    margin-top: 15px;
    margin-bottom: 0 !important;
  }
  .hs-banner-area .hs-right-wrap img {
    max-width: 520px !important;
  }
  .hs-header {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .hs-header .hs-logo > div {
    position: relative;
  }
  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: 100% !important;
    width: 100% !important;
  }
  html {
    font-size: 85.5%;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 34px;
  }
  h3 {
    font-size: 20px;
  }
  .hs-home-page .hs-contact-wrap input.hs-button.primary.large {
    margin-top: 12px !important;
  }
  .hs-home-page .hs-contact-wrap .hs-content-wrap {
    padding-bottom: 32px;
  }
  .hs-ppc-case-study-page .hs-two-column-group-wrap .hs-two-column-with-image.left h3 {
    text-align: left;
  }
  .hs-seo-case-study-page .hs-row2-flexi .hs_cos_wrapper_type_module:last-child .hs-two-column-with-image {
    text-align: left;
  }
  .hs-contact-page .main-content {padding-top:0px;}
} 

@media (max-width: 544px) {
  .hs-slider-page .mobile-trigger {
    top: -8px;
  }
  .hs-slider-page.hs_has_padding .body-container-wrapper {
    padding-top: 109px;
  }
  .hs-services-group .bb-er-row.custom-more {
    margin-top: 0;
    padding-top: 60px;
  }
  .hs_has_padding .body-container-wrapper {
    padding-top: 89px;
  }
  .hs-website-case-study-page .hs-banner-area h2 {
    font-size: 30px;
  }
  .hs-header {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .mobile-trigger {
    top: -9px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 29px;
  }
}

@media (max-width: 500px) {
  .body-container .hs-search-results .hs-search-results__listing {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .body-container .hs-search-results .hs-search-results__listing > li {
    width: 100% !important;
    width: calc(100% - 30px) !important;
    margin-left: 15px;
    margin-right: 15px;
  }
  .hs-case-studies-group .hs-col-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
  .hs-full-width-page .body-container-wrapper .container-fluid .row-fluid .page-center {
    padding-left: 0;
    padding-right: 0;
  }
  .hs-website-case-study-page .hs-banner-area .hs-right-wrap .hs-inner-wrap {
    max-width: 400px !important;
    margin: 0 auto;
  }
  .hs-one-col-top-image .hs-cols {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .hs-col-wrap {
    display: block;
  }
  .hs-banner-area .hs-left-wrap {
    width: 100%;
  }
  .hs-banner-area .hs-right-wrap {
    width: 100%;
  }
  .hs-right-wrap .hs-inner-wrap {
    margin-left: 0;
  }
  .hs-banner-area {
    padding-top: 130px;
  }
  .hs-banner-area .hs-left-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
  .hs-contact-wrap .hs-form-wrap {
    padding: 0px 20px;
  }
  .hs-ppc-case-study-page .hs-banner-mobile-bg {
    padding-top: 150px;
    background-size: cover;
  }
  .hs-services-group .hs-cols .hs-solution-wrap .hs-content_wrap {
    max-width: 400px;
    margin: 0 auto;
  }
}

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

@media (max-width: 479px) {
  .subscribe-options label {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .hs_recaptcha.field.hs-form-field {
    overflow-y: hidden;
  }
}
@media (max-width: 360px) {
  .hs-banner-area.hs-home-banner-area {
    padding-left: 10px;
    padding-right: 10px;
  }
}