/* ==========================================================================
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(//cdn2.hubspot.net/hubfs/6283606/Frank_Commercial_August2019%20Files/Fonts/Fonts.css);

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

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

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.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 Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background: #fff;
  color: #333;
  font-size: 20px;
  line-height: 1.2em;
  font-family: "brandon-grot-w01-light",sans-serif;
}

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

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


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

/* Basic text */
p {
  margin:0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family:brandon-grot-w01-light,sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}


h1 {
  font: normal normal normal 40px/1.25em brandon-grot-w01-light,sans-serif;
  color: #F0802F;
}

h2 {
  line-height: 1.25em;
  font-size: 35px;
  color: #F0802F;
}

h3 {
  font-size: 27px;
  line-height: 1em;
  color: #F0802F;
}

h4 {
  font-size: 25px;
  line-height: 1.25em;
  color: #F0802F;
}

h5 {
  font: normal normal normal 24px/1.46em brandon-grot-w01-light,sans-serif;
  color: #F0802F;
}

h6 {
  font: normal normal normal 22px/1.2 brandon-grot-w01-light,sans-serif;
  color: #F0802F;
}

/* Anchor Links */
a {  
  color: #F0802F;
}

a:hover, a:focus { 
  color: #F0802F;
}

/* Lists */
ul, ol {
  padding-left: 1.3em;
  padding-right: 0;
  margin-left: 0.5em;
  margin-right: 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 {}

.custom-header-logo {
  padding-left: 10px;
}

.custom-header-logo img {
  width: 307px !important;
  height: 110px;
  object-fit: contain;
  margin: 15px auto 8px !important;
  display: block;
}

.custom-header-group {
  padding-left:20px;
  padding-right:20px;
  padding-bottom:20px;
}

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

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

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

.body-container-wrapper .content-wrapper.page-center {
  padding: 48px 15px;
}

.custom-banner-area {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 593px;
  height: 593px;
  position: relative;
  background-size: 100%;
  object-fit: cover;
}

.custom-banner-area:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 100%;
  opacity: 0.35;
}

.custom-banner-area .page-center {
  position:relative;
  min-height: 593px;
  height: 593px;
}


.custom-banner-area .banner-title {
  font-size: 81px;
  line-height: 1.18em;
  text-align: right;
  font-family: roboto-thin,roboto,sans-serif;
  color: #FFFFFF;
  position: absolute;
  bottom: 41px;
  right: 10px;
  z-index:9;
}

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

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


.custom-footer-group {
  border-bottom: 80px solid #E3E3E3;
  padding-bottom: 41px;
}

.custom-footer-group .page-center {
  padding-left: 26px;
  padding-right: 26px;
}

.custom-footer-group p {
  color: #F0802F;
  line-height: 1.43em;
  font-family:"Open Sans", sans-serif;
  font-size:14px;
  font-weight:normal;
}


.custom-footer-group .custom-footer-copyright {
  margin-top: 69px;
}

.custom-footer-group .custom-footer-content p {
  font-family:brandon-grot-w01-light,sans-serif;
  font-size:20px;
  line-height:1.46em;
}

.custom-footer-group a {
  color: inherit;
}

.custom-social-links {
  margin-top: 28px;
  margin-left: -15px;
}

.custom-social-links ul {
  list-style:none;
  padding:0;
  margin:0;
} 


.custom-social-links ul li {
  width: 53px;
  height: 53px;
  margin-bottom: 0;
  margin-right: 23px;
  display: inline-block;
}

.custom-social-links ul li img {
  width: 53px;
  height: 53px;
  object-fit: cover;
}

.custom-footer-group  .custom-col1.column p {
  font-size: 20px;
  line-height: 1.5em;
  color: #F0802F;
  font-family:"brandon-grot-w01-light",sans-serif;
}



.custom-footer-group  .custom-col2.column p {
  font: normal normal normal 20px/1.5em brandon-grot-w01-light,sans-serif;
  color: #F0802F;
}

.custom-footer-top-group {
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.custom-footer-group h3 {
  font-weight: bold;
  line-height: 1.5em;
  text-align: left;
  font-size:20px;
  font-family:"brandon-grot-w01-light", sans-serif;
  margin:24px 0 0;
}


.custom-footer-group  .custom-col2.column h3 {
  margin-bottom:17px;
}

.custom-footer-group  .custom-col2.column {
  margin-left: -12px !important;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  text-align:center;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  display:inline-block;
  float:none !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: 0 8px;
  color: #F0802F;
  transition: color 0.4s ease 0s;
  font: normal normal normal 19px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
  line-height: 32px;
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #6D7377;
  transition: color 0.4s ease 0s;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  padding: 5px 10px;
  min-width: 180px;
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  text-decoration: none;
  padding: 5px 10px;
  color: #F0802F;
  transition: color 0.4s ease 0s;
  font: normal normal normal 18px/1.4em avenir-lt-w01_35-light1475496,sans-serif;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #6D7377;
  transition: color 0.4s ease 0s;
}

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -59px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: #ffffff;
    font-size: 16px;
    font-weight: normal;
  }
  .mobile-trigger:hover{
    text-decoration: none;
  }
  .mobile-open .mobile-trigger {
    z-index: 91;
  }
  svg.tiny_menuiconsvg {
    width: 20px;
    overflow: visible;
    stroke-width: 3px;
    stroke: rgba(240, 128, 47, 1);
    height: 17px;
    padding-top: 0px;
    stroke-linecap: flat;
    stroke: rgba(240, 128, 47, 1);
    -webkit-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-property: stroke;
    transition-property: stroke;
  }
  .style-jsp41ikhmenuButton.style-jsp41ikh_menuOpen > .style-jsp41ikh_icon {
    stroke: rgba(240, 128, 47, 1);
  }
  line.animating-line {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 150ms;
    animation-duration: 150ms;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform-origin: 8.5px 0;
    transform-origin: 8.5px 0;
  }
  line.animating-line.line1 {
    -webkit-animation-name: style-jsp41ikh_tiny-menu-open-squeeze-1-reverse;
    animation-name: style-jsp41ikh_tiny-menu-open-squeeze-1-reverse;
  }

  line.animating-line.line2 {
    -webkit-animation-name: style-jsp41ikh_tiny-menu-open-squeeze-2-reverse;
    animation-name: style-jsp41ikh_tiny-menu-open-squeeze-2-reverse;
  }

  line.animating-line.line3 {
    -webkit-animation-name: style-jsp41ikh_tiny-menu-open-squeeze-3-reverse;
    animation-name: style-jsp41ikh_tiny-menu-open-squeeze-3-reverse;
  }
  .mobile-open svg.tiny_menuiconsvg {
    stroke: rgba(240, 128, 47, 1);
  }
  .mobile-open line.animating-line.line1 {
    -webkit-animation-name: style-jsp41ikh_tiny-menu-open-squeeze-1;
    animation-name: style-jsp41ikh_tiny-menu-open-squeeze-1;
  }
  .mobile-open line.animating-line.line2 {
    -webkit-animation-name: style-jsp41ikh_tiny-menu-open-squeeze-2;
    animation-name: style-jsp41ikh_tiny-menu-open-squeeze-2;
  }
  .mobile-open line.animating-line.line3 {
    -webkit-animation-name: style-jsp41ikh_tiny-menu-open-squeeze-3;
    animation-name: style-jsp41ikh_tiny-menu-open-squeeze-3;
  }
  /* ===== 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: 50px !important; /* Button width */
    min-width: 50px !important;
    height: 40px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #F0802F;
    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: fixed;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 90;
    background: #fff;
    height: 100%;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  .custom-menu-primary .hs-menu-wrapper>ul {
    padding-top: 80px;
    padding-bottom: 20px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    padding: 0 20px;  
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 14px;
    line-height: 20.02px;
    padding: 10px 20px;
    text-align: center;
    color: #F0802F;
    letter-spacing: 2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #F0802F;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 15px; /* Font size of child lists */
  }

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

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


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
  text-decoration:none;
}

/* 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 {
  margin-top: 10px;
}
#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 {
  margin-bottom:25px;
  padding-bottom:25px;
  border-bottom:1px solid #ccc; 
}

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



.blog-sidebar .widget-span {
  display:block;
  margin-bottom:25px;
}

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

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

/* Blog Topics List */
#hubspot-topic_data {
  color: #888888;
  font-weight: 700;
  margin: 10px 0;
}
#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;
  margin-bottom:10px;
}

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

/* Pagination */
.blog-pagination {
  display:block;
  text-align:center;
}
.blog-pagination a {
  display:inline-block;
  margin-left:10px;
  margin-right:10px;
}
.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 {
  margin-top: 20px;
}
.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 {}

.hs-author-social-section {
  margin-top:10px;
}

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc !important;
  padding: 15px ;
}
.comment-date {
  font-size: 13px;
  text-align: left;
  display: block;
}

/*------end of default blog----*/


/*------blog comment----*/

#comments-listing {
  border:0;
  margin:0;
}

.comment {
  margin: 0 !important;
  border: 1px solid #ccc !important;
  padding: 15px;
  border-bottom: 0 !important;
}

.comment:first-child {
  margin-top: 30px !important;
}

.comment:last-child {
  border-bottom: 1px solid #ccc !important;
  margin-bottom: 30px !important;
}

.comment-date {
  font-size: 13px;
  text-align: left;
  display: block;
}


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


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {}

.form-title {
  font-size: 35px;
}

/* 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 {
  padding: 5px;
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  background-color: transparent;
  -webkit-appearance: none;
  border: 1px solid rgba(173, 80, 12, 1);
  color: #F0802F;
  margin: 0 0 5px;
  width: 100%;
  min-height: 36px;
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: 12px;
  width:100%;
  display:block;
  max-width:600px;
  outline: none;
}

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 */
form.hs-form ul.no-list.hs-error-msgs.inputs-list {
  margin: 0 0 4px;
  padding: 0;
  list-style: none;
}
form.hs-form ul.no-list.hs-error-msgs.inputs-list label {
  color: #8b0000;
  font: normal 14px 'Helvetica Neue', Helvetica, sans-serif;
  margin: 0;
  height: 14px;
}

/* Placeholder Text */
::-webkit-input-placeholder {color: #F0802F;} /* Webkit Browsers */
:-moz-placeholder {color: #F0802F;} /* Firefox 18- */
::-moz-placeholder {color: #F0802F;} /* Firefox 19+ */
:-ms-input-placeholder {color: #F0802F;} /* 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;
  border: none;
  cursor: pointer;
  background-color: rgba(240, 128, 47, 1);
  color: #FFFFFF;
  width: auto;
  /* min-height: 45px; */
  display: block;
  margin-bottom: 15px;
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  padding: 5px 20px;
  line-height: 35px;
  /* line-height: normal; */
  display: inline-block;
}

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

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


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

/*================Resources================*/
body.hs_resources_page {}
.hs_resources_page .body-container {
  background-color: #F0802F;
}
.hs_resources_page .body-container-wrapper .page-center {
  max-width: 908px;
  padding-bottom: 154px;
}
.hs_resource_title {
  padding: 0 0 48px;
}
.hs_resource_title h2 {
  font: normal normal normal 40px/1.25em brandon-grot-w01-light,sans-serif;
  color: #fff;
  margin: 0;
  line-height: normal;
  letter-spacing: normal;
}
.hs_resources_page .main-content {
  padding: 0 46px;
  color: #fff;
}
.hs_resources_page .main-content p {
  font-size: 20px;
  line-height: 1em;
}
.hs_resources_page .main-content ul {
  padding-left: 1.8em;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
}
.hs_resources_page .main-content ul li a {
  color: #fff;
  text-decoration: none;
}
.hs_video_grp {
  padding: 4px 0 0;
  padding-left: 35px;
}
.hs_video_inner {
  position: relative;
  padding-bottom: 49.26%;
  max-width: 628px;
}
.hs_video_inner iframe {
  position: absolute;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/*=====================Home======================*/
body.hs_home_page {}


/*-------------------------*/
.hs_home_row_1 {
  background-color: #F0802F;
  position: relative;  
  padding: 50px 0 55px;
}
.hs_home_row_1_img {
  text-align: center;
}
.hs_home_row_1_img img {
  border-radius: 50%;
  max-width: 200px;
}
.hs_home_row_1 h2,
.hs_home_row_1 h3 {
  color: #fff;
  font-weight: 300;
}
.hs_home_row_1 h2 {
  margin-bottom: 34px;
}
.hs_home_row_1 h3 {
  line-height: 1.25em;
  font-size: 25px;
  margin-bottom: 52px;
}
.hs_home_row_1 p {
  color: #fff;
  max-width: 643px;
  margin-left: auto;
  margin-right: auto;
}

/*-------------------------*/
.hs_home_row_2 {}
.hs_team_group {
  position: relative;
  padding: 30px 15px 230px;
  background-color: #FAFAFA;
  margin-bottom: 58px;
}
.hs_team_group h2.hs_heading {
  font: normal normal normal 40px/1.25em brandon-grot-w01-light,sans-serif;
  margin: 22px 0 41px;
}
.hs_team_items {
  position: relative;
  max-width: 810px;
  margin: 0 auto;
}
.hs_team_item {
  width: 43.9%;
  float: left;
  position: relative;
  margin-left: 2.5%;
  margin-bottom: 69px;
}
.hs_team_item:nth-child(2n) {
  margin-left: 9%;
  padding-right: 15px;
}
.hs_team_item:nth-child(2n+1) {
  clear: left;
}
.hs_team_item .hs_inner_wrap {
  overflow: hidden;
  position: relative;
  height: 100%;
  width: 100%;
}
.hs_team_img_grp {
  position: relative;
}
.hs_team_img_grp .bgColor {
  background-color: transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all .4s ease;
}
.hs_inner_wrap:hover .hs_team_img_grp .bgColor {
  background-color: rgb(240, 128, 47);
  opacity: 0.7;
}
.hs_team_img_grp img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
}


.hs_team_item .hs_content_grp {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.hs_team_item .hs_content_inner {
  width: 100%;
  height: 100%;
  transition: all .4s ease;
}
.hs_inner_wrap:hover .hs_content_inner {
  visibility: hidden;
  opacity: 0;
}
.hs_content_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 84%;
}
h2.hs_team_title {
  font-size: 27px;
  line-height: 1em;
  text-align: center;
  margin: 0;
  letter-spacing: normal;
  font-weight: bold;
}
h2.hs_team_title.title3 {
  padding: 0 10px;
  word-break: break-all;
}
h2.hs_team_title.title3 a {
  font-size: 25px;
}
h2.hs_team_title a {
  text-decoration: none;
}
.hs_hpver_cont_grp {
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  height: 100%;
}
.hs_inner_wrap:hover .hs_hpver_cont_grp {
  visibility: visible;
  opacity: 1;
}
.hs_hpver_cont_grp .hs_hpver_cont_inner {
  padding: 10px;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hs_hpver_cont_grp p {
  color: #fff;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
}


.hs_services_grp {
  background-color: #E3E3E3;
  position: relative;
  padding: 0 0 60px;
}
.hs_services_grp .page-center {
  padding: 9px 24px;
  max-width: 1130px !important;
}
.hs_services_grp h2.hs_heading {
  font: normal normal normal 40px/1.25em brandon-grot-w01-light,sans-serif;
  margin: 22px auto 30px;
  max-width: 930px;
}
.hs_services_items {
  position: relative;
  padding: 0 20px;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.hs_services_item {
  width: 50%;
  float: left;
  max-width: 416px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hs_services_item .hs_inner_wrap {
  padding: 10px;
  text-align: center;
  background-color: #fff;
  width: 100%;
  padding-top: 50px;
}
.hs_services_item h3.hs_title {
  font: normal normal normal 24px/1.46em brandon-grot-w01-light,sans-serif;
  margin: 0;
}
.hs_services_item h4.hs_sbutitle {
  margin: 0 0 10px;
  font: normal normal normal 24px/1.46em brandon-grot-w01-light,sans-serif;
  font-style: italic;
  color: #B1ABAB;
  padding-bottom: 30px;
}
.hs_services_item p.hs_content {
  font: normal normal normal 18px/1.5em brandon-grot-w01-light,sans-serif;
  color: #F0802F;
  max-width: 330px;
  margin: 0 auto;
}
.hs_services_item .hs_but_grp {
  margin: 47px 0 27px;
  padding-right: 10px;
}
.hs_services_item .hs_but_grp a {
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
  border-radius: 100px;
  background-color: transparent;
  border: solid rgba(240, 128, 47, 1) 1px;
  text-decoration: none;
  padding: 9px 26.5px;
  display: inline-block;
}
.hs_services_item .hs_but_grp a:hover {
  background-color: rgba(240, 128, 47, 1);
  border-color: rgba(240, 128, 47, 1);
}
.hs_services_item .hs_but_grp a span {
  font: normal normal normal 16px/1.55em brandon-grot-w01-light,sans-serif;
  transition: color 0.4s ease 0s;
  color: #F0802F;
  display: inline-block;
  margin: calc(-1 * 1px) 1px 0;
  position: relative;
  white-space: nowrap;
}
.hs_services_item .hs_but_grp a:hover span {
  color: #fff;
}
.hs_services_item.hs_col_2 .hs_but_grp {
  padding: 27px 0 0;
}
.hs_services_item.hs_col_2 .hs_but_grp a {
  padding: 9px 18px;
}










/*-------------------------*/
.hs_home_row_3 {}





/*-------------------------*/
.hs_home_row_4 {}

.hs_contact_form_grp {
  position: relative;
  padding: 87px 0 0 55px;
  margin: 202px 0 57px;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 645px;
}
.hs_form_wrap {
  max-width: 413px;
  position: relative;
  min-height: 497px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hs_form_svg_bg {
  max-width: 413px;
}
.hs_form_svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  stroke-width: 0;
  fill-opacity: 0.82;
  stroke: rgb(87, 87, 87);
  stroke-opacity: 1;
  fill: rgb(255, 255, 255);
}
.hs_form_svg svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.hs_form_wrap h3.hs_form_title {
  text-align: center;
  position: relative;
  line-height: normal;
  margin: 0;
  font-weight: bold;
  font-family: futura-lt-w01-light,sans-serif;
  letter-spacing: 0.25em;
  font-size: 35px;
  padding-top: 105px;
}
.hs-rotated-wrapper {
  display: block;
  text-align: center;
  width: 100%;
}
.hs-rotated-wrapper .hs_rotated_wrap {
  margin: 0 auto;
  border-top: 1px solid rgb(86, 86, 86);
  width: 64px;
  height: 5px;
  visibility: inherit;
  transform: matrix(0.65418, 0.75633, -0.75633, 0.65418, 0, 0);
}
.hs_form_wrap h5.hs_form_subtitle {
  position: relative;
  text-align: center;
  font-family: brandon-grot-w01-light,sans-serif;
  color: #757575;
  letter-spacing: 0.1em;
  font-size: 25px;
  line-height: 1.5em;
  padding: 0 50px;
  margin: 0;
  padding-bottom: 70px;
}
.hs_contact_form_grp .hs_social_share {
  position: absolute;
  right: 14px;
  bottom: 38px;
  float: right;
}
.hs_contact_form_grp:hover h5.hs_form_subtitle,
.hs_contact_form_grp:hover .hs-rotated-wrapper,
.hs_contact_form_grp:hover .hs_form_wrap>h3.hs_form_title {
  opacity: 0;
}
.hs_contactus_form {
  visibility: hidden;
  position: absolute;
  width: 100%;
  max-width: 346px;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding-top: 30px;
}
.hs_contact_form_grp:hover .hs_contactus_form {
  visibility: visible;
}
.hs_contactus_form h3.hs_form_title {
  padding-top: 0;  
  margin: -27px 0 32px;
}
.hs_contactus_form h3.form-title {
  display: none;
}
.hs_contactus_form form .hs-form-field>label {
  display: none;
}
.hs_contactus_form form input.hs-button.primary.large {
  width: 100%;
}
.hs_contactus_form form .hs-form-field textarea {
  min-height: 150px;
  max-height: 150px;
}
@media(min-width: 768px) {
  .hs_contactus_form form fieldset .hs-form-field {
    padding: 0;
  }
  .hs_contactus_form form .form-columns-2 .hs_firstname {
    padding-right: 5px;
  }
  .hs_contactus_form form .form-columns-2 .hs_email {
    padding-left: 5px;
  }
}
.custom-menu-primary .hs-menu-wrapper > ul {
  display: block;
  text-align: center;
  position: relative;
  right: -20px;
  transition: all 1s ease;
  opacity: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul.fadeInRight {
  right: 0;
  opacity: 1;
}
.custom-banner-area .inner-group h1.banner-title {
  bottom: -70px;
  opacity: 0;
  transition: all 1s ease;
}
.custom-banner-area .inner-group.wow.fadeInUp h1.banner-title {
  opacity: 1;
  bottom: 41px;
}

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


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

input[type="search"] {
  -webkit-appearance: none;
}
.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;
}
.subscribe-options label {
  margin: 0;
}
#hs-pwd-widget-password {
  margin-top: 10px !important;
}

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=text]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=text]::-ms-reveal {  display: none; width : 0; height: 0; }

div#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
@media(max-width: 520px) {
  .hs_recaptcha.hs-recaptcha.hs-form-field {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0;
    -webkit-transform-origin: 0;
  }
}
.hs_lp_foo .custom-footer-top-group {
  padding-bottom: 0;
  margin-bottom: 0;
}
.error-template .main-content .hs-search-field__bar {
  padding-top: 10px;
}

/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */
#hs-pwd-widget-password {
  margin-top: 5px !important;
}
.section.post-footer input.hs-button.primary {
  margin-top: 20px;
}

#back-top {
  color: rgba(240,128,47,1);
  stroke: rgba(255,255,255,1);
  background-color: rgba(240,128,47,1);
  border: solid rgba(240,128,47,1);
  border-width: 1px;
  width: 85px;
  height: 84px;
  display: block;
  position: fixed;
  left: auto;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
}
#back-top:hover {
  color: rgba(37,47,53,1);
  stroke: rgba(173,80,12,1);
  border: solid rgba(240,128,47,1);
}
#back-top #controls {
  text-align: center;
}
#back-top svg.arrow-img {
  height: 82px !important;
  width: 36px !important;
}






/* =============== Screen sizes smaller than .page-center =============== */
@media(max-width: 1415px) {
  .custom-banner-area {
    background-size: cover;
  }

}

@media(max-width: 1120px) {
  .hs_services_items {
    padding: 0;
  }

}


@media(max-width: 960px) {
  .hs_contact_form_grp {
    background-size: cover;
  }

}


@media (max-width: 930px) {
  .hs_services_item.hs_col_1 {
    padding-right: 15px;
  }
  .hs_services_item.hs_col_2 {
    padding-left: 15px;
  }
  h2.hs_team_title.title3 a,
  h2.hs_team_title {
    font-size: 20px;
  }
  .hs_form_wrap {
    min-height: 520px;
  }

}
@media (max-width: 840px) and (min-width: 701px){
  .hs_hpver_cont_grp p {
    font-size: 11px !important;
  }
  .custom-footer-top-group .custom-col1.column,
  .custom-footer-group .custom-col2.column {
    margin-left: 0 !important;
    width: 50%;
  }

}


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

@media (max-width: 767px) {

  /* 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: 100%;
    width: 100%;
  }
  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    display: block !important;
    float: none;
    margin: 20px 0 20px 0;
  }
  .blog .blog-sidebar {
    margin-top:30px;
  }
  .hs-author-profile .hs-author-avatar {
    float: none;
    margin-right: 0;
    max-width: 100px;
    margin-bottom: 15px;
  }
  .blog-post-wrapper .post-body img[style*="float"] {
    float:none !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
  .custom-header-logo {
    width: auto !important;
    float: left !important;
    padding-left: 27px;
  }
  .custom-header-logo img {
    width: 158px !important;
    height: 100px;
    margin: 47px auto 0 !important;
  }

  .custom-banner-area {
    background-image: none !important;
    min-height: 255px;
    height: auto;
  }
  .hs_mob_banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .hs_mob_banner img {
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .custom-banner-area .page-center {
    min-height: 255px;
    height: auto;
  }
  .custom-banner-area .banner-title {
    text-align: center;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    font-size: 30px;
  }
  .custom-footer-group .custom-col2.column {
    margin-left: 0 !important;
  }
  .custom-footer-group .custom-footer-copyright {
    text-align: center;
    margin-bottom: -100px;
  }

  div#quick_action_bar {
    position: fixed;
    z-index: 1001;
    visibility: visible;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
    width: 50px;
    height: 50px;
    /*     left: calc(50% + 94px); */
    bottom: 16px;
    right: 20px;
  }
  .quick_action_baroverlay {
    background-color: #fff;
    opacity: 0.9;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    will-change: opacity;
    cursor: pointer;
  }
  body:not(.floating_active) .quick_action_baroverlay {
    opacity: 0;
    pointer-events: none;
  }
  .quick_action_barcontrolbutton {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 138, 252, 1);
    fill: #FFFFFF;
    border: 0px solid rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
    cursor: pointer;
  }
  ul.hs_quick_dots {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    line-height: calc(50px - (2 * 0px));
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  ul.hs_quick_dots li {
    line-height: 44px;
  }
  ul.hs_quick_dots li:before {
    content: '';
    height: 6px;
    width: 6px;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 27px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #FFFFFF;
    content: '';
    height: 6px;
    width: 6px;
    display: inline-block;
    border-radius: 27px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-right: 3px;
  }
  .floating_active ul.hs_quick_dots li.firstdot:before {
    width: 17px;
    height: 3px;
    -webkit-transform: translate(10.5px, -2px) rotate(-45deg);
    transform: translate(10.5px, -2px) rotate(-45deg);
  }
  .floating_active ul.hs_quick_dots li.seconddot:before {
    height: 0;
    width: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .floating_active  ul.hs_quick_dots li.thirddot:before {
    width: 17px;
    height: 3px;
    margin-right: 0;
    -webkit-transform: translate(-12.5px, -2px) rotate(45deg);
    transform: translate(-12.5px, -2px) rotate(45deg);
  }

  .actions-container {
    bottom: 0;
    pointer-events: none;
    min-height: 50px;
    min-width: 50px;
    position: absolute;
  }
  .actions-container a {
    padding: 0;
    pointer-events: auto;
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    will-change: opacity;
    position: relative;
    display: block;
    margin: 0 auto 14px;
  }
  body:not(.floating_active) .actions-container a {
    pointer-events: none;
    opacity: 0;
    height: 0;
    width: 0;
    margin-bottom: 0;
    -webkit-transition-property: opacity, height, width, margin-bottom;
    transition-property: opacity, height, width, margin-bottom;
    -webkit-transition-duration: .3s, 0s, 0s, 0s;
    transition-duration: .3s, 0s, 0s, 0s;
    -webkit-transition-delay: 0s, .3s, .3s, .3s;
    transition-delay: 0s, .3s, .3s, .3s;
  }
  .actions-container a[data-quick-action="action"]:nth-of-type(1) {
    -webkit-transition: opacity .3s .32s;
    transition: opacity .3s .32s;
  }
  .actions-container a[data-quick-action="action"]:nth-of-type(2) {
    -webkit-transition: opacity .3s .24s;
    transition: opacity .3s .24s;
  }
  .actions-container a[data-quick-action="action"]:nth-of-type(3) {
    -webkit-transition: opacity .3s .16s;
    transition: opacity .3s .16s;
  }
  a[data-quick-action="action"] div[data-quick-action="icon"] {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.3);
    border: 0px solid rgba(255, 255, 255, 1);
    box-sizing: border-box;
  }
  a[data-quick-action="action"] div[data-quick-action="icon"] svg {
    height: 30px;
    width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  a[data-quick-action="action"] div[data-quick-action="text"] {
    font: normal normal normal 12px / normal helvetica-w01-light, helvetica-w02-light, sans-serif;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 0.2px;
    position: absolute;
    max-width: 160px;
    top: 50%;
    left: -16px;
    -webkit-transform: translate(-100%, -15px);
    transform: translate(-100%, -15px);
    padding: 6px 8px;
    color: #1d2d3c;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px #ccc;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .actions-container a[data-quick-action="action"]:nth-last-of-type(1) {
    margin-bottom: 66px;
  }
  div#back_to_top_button {
    position: fixed;
    width: 44px;
    height: 44px;
    bottom: 87px;
    right: 0;
    margin-right: 20px;
    cursor: pointer;
    z-index: 50;
  }
  div#back_to_top_buttonsvg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  div#back_to_top_button svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
  }
  div#back_to_top_button svg [data-color="1"] {
    fill: rgba(240, 128, 47, 1);
  }
  div#back_to_top_button svg [data-color="2"] {
    fill: rgba(255, 255, 255, 1);
  }
  div#back_to_top_button svg [data-color="3"] {
    fill: rgba(240, 128, 47, 1);
  }

  #back-top {
    display: none !important;
  }
  .hs_resources_page .body-container {
    background-color: #fff;
  }
  .hs_resource_title h2 {
    color: #6D7377;
    font-size: 28px;
  }
  .hs_resources_page .main-content {
    padding: 0;
    color: #F0802F;
  }
  .hs_resources_page .main-content p {
    font-size: 12px;
    line-height: 1em;
  }
  .hs_resources_page .main-content p:first-of-type *,
  .hs_resources_page .main-content p:first-of-type {
    font-size: 13px !important;
  }
  .hs_resources_page .main-content ul,
  .hs_resources_page .main-content p span {
    font-size: 12px !important;
  }
  .hs_resources_page .main-content ul li a {
    color: #F0802F;
  }
  .hs_resources_page .body-container-wrapper .page-center {
    padding-bottom: 10px;
    padding-top: 0;
  }
  .hs_video_grp {
    padding: 35px 0 0;
  }
  .hs_video_inner {
    padding-bottom: 56.26%;
  }
  .hs_team_group {
    padding-bottom: 30px;
    margin-bottom: 0;
  }
  .hs_services_grp h2.hs_heading {
    line-height: 1.25em;
    font-size: 23px;
  }
  .hs_services_items {
    padding: 0;
  }
  .hs_services_item.hs_col_1 {
    padding-right: 10px;
  }
  .hs_services_item.hs_col_2 {
    padding-left: 10px;
  }
  .hs_services_item .hs_inner_wrap {
    text-align: left;
  }
  .hs_services_item h3.hs_title {
    line-height: 1.46em;
    font-size: 15px;
  }
  .hs_services_item h4.hs_sbutitle {
    line-height: 1.46em;
    color: #F0802F;
    font-size: 12px;
  }
  .hs_team_group h2.hs_heading,
  .content-instagram-feed h3 {
    font-size: 23px;
  }
  .hs_contact_form_grp {
    background-size: cover;
    padding: 87px 55px 0;
  }
  .hs_form_wrap {
    width: 100%;
    max-width: 100%;
    min-height: 550px;
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .hs_contact_form_grp .hs_social_share {
    position: static;
    float: right;
    margin: 30px 0;
  }
  .hs_form_wrap h5.hs_form_subtitle,
  .hs_form_wrap .hs-rotated-wrapper,
  .hs_form_wrap >h3.hs_form_title {
    opacity: 0;
    visibility: hidden;
  }
  .hs_form_wrap .hs_contactus_form {
    visibility: visible;
    max-width: 100%;
    padding: 0 15px;
  }
  .hs_contactus_form form .hs-form-field {
    width: 100% !important;
    max-width: 100%;
  }
  .hs_home_row_1 {
    padding: 50px 15px 55px;
  }
  .hs_resources_page .main-content ul li p,
  .hs_resources_page .main-content ul li p:first-of-type {
    font-size: 12px !important;
  }
  .hs_resources_page .main-content ul li p:first-of-type * {
    font-size: 12px !important;
  }
  .hs_resources_page .main-content ul {
    margin-top: -9px;
  }
  body.floating_active {
    overflow-y: hidden;
  }
  .custom-banner-area .inner-group.wow.fadeInUp h1.banner-title {
    bottom: 50%;
  }
  .mobile-open .mobile-trigger {
    position: fixed;
    top: 88px;
    right: 35px;
  }





}  
/* End 767px ===============*/

@media(max-width: 700px) {
  .hs_content_wrap {
    top: 86%;
  }
  .hs_team_item {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 35px !important;
    float: none;
  }
  .hs_team_item:nth-child(2n) {
    margin-left: 0;
    padding-right: 0;
  }

  .hs_services_items {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hs_services_item {
    width: 100%;
    display: block;
    padding: 0 0 15px !important;
  }
  .hs_services_item p.hs_content {
    max-width: 380px;
  }
  .hs_services_grp .page-center {
    padding: 9px 15px;
  }

}



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

@media (max-width: 479px) {
  .custom-header-group {
    padding-bottom: 15px;
  }
  .custom-header-logo {
    padding-left: 0;
  }
  .custom-header-logo img {
    width: 108px !important;
    height: 50px;
    margin: 27px auto 0 !important;
  }
  .mobile-trigger {
    top: -40px;
    right: 4px;
    text-align: right;
  }
  .hs_resources_page .body-container-wrapper .page-center {
    padding: 0 20px 10px;
    padding-top: 0;
  }
  .hs_resource_title {
    padding: 0 0 10px;
  }
  h2.hs_team_title {
    font-size: 20px;
  }
  .hs_hpver_cont_grp p {
    font-size: 10.5px !important;
  }
  .hs_contact_form_grp {
    padding: 87px 15px 0;
    margin-top: 20px;
  }
  .hs_contactus_form h3.hs_form_title {
    font-size: 24px;
  }
  .custom-footer-group .custom-footer-copyright {
    margin-bottom: -112px;
  }
  .hs_contactus_form form .hs-form-field>.input>input {
    width: 100% !important;
  }
  h2.hs_team_title.title3 a {
    font-size: 20px;
  }
  .mobile-open .mobile-trigger {
    z-index: 91;
    position: fixed;
    top: 37px;
    right: 24px;
  }




}


@-webkit-keyframes style-jsp41ikh_tiny-menu-open-squeeze-1 {
  0% {
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  100% {
    -webkit-transform: translateY(8.5px) rotate(45deg);
    transform: translateY(8.5px) rotate(45deg);
  }
}

@keyframes style-jsp41ikh_tiny-menu-open-squeeze-1 {
  0% {
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  100% {
    -webkit-transform: translateY(8.5px) rotate(45deg);
    transform: translateY(8.5px) rotate(45deg);
  }
}

@-webkit-keyframes style-jsp41ikh_tiny-menu-open-squeeze-1-reverse {
  100% {
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  0% {
    -webkit-transform: translateY(8.5px) rotate(45deg);
    transform: translateY(8.5px) rotate(45deg);
  }
}

@keyframes style-jsp41ikh_tiny-menu-open-squeeze-1-reverse {
  100% {
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  0% {
    -webkit-transform: translateY(8.5px) rotate(45deg);
    transform: translateY(8.5px) rotate(45deg);
  }
}

@-webkit-keyframes style-jsp41ikh_tiny-menu-open-squeeze-2 {
  0% {
    -webkit-transform: translateY(16.5px);
    transform: translateY(16.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  100% {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }
}

@keyframes style-jsp41ikh_tiny-menu-open-squeeze-2 {
  0% {
    -webkit-transform: translateY(16.5px);
    transform: translateY(16.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  100% {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }
}

@-webkit-keyframes style-jsp41ikh_tiny-menu-open-squeeze-2-reverse {
  100% {
    -webkit-transform: translateY(16.5px);
    transform: translateY(16.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  0% {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }
}

@keyframes style-jsp41ikh_tiny-menu-open-squeeze-2-reverse {
  100% {
    -webkit-transform: translateY(16.5px);
    transform: translateY(16.5px);
  }

  50% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  0% {
    -webkit-transform: translateY(8.5px) rotate(-45deg);
    transform: translateY(8.5px) rotate(-45deg);
  }
}

@-webkit-keyframes style-jsp41ikh_tiny-menu-open-squeeze-3 {
  0% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  100% {
    -webkit-transform: translateY(8.5px) rotateX(90deg);
    transform: translateY(8.5px) rotateX(90deg);
  }
}

@keyframes style-jsp41ikh_tiny-menu-open-squeeze-3 {
  0% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  100% {
    -webkit-transform: translateY(8.5px) rotateX(90deg);
    transform: translateY(8.5px) rotateX(90deg);
  }
}

@-webkit-keyframes style-jsp41ikh_tiny-menu-open-squeeze-3-reverse {
  100% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  0% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }
}

@keyframes style-jsp41ikh_tiny-menu-open-squeeze-3-reverse {
  100% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }

  0% {
    -webkit-transform: translateY(8.5px);
    transform: translateY(8.5px);
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
