/* ==========================================================================
   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=Lato:400,700&display=swap');
@import url('//fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');
@import url('//fonts.googleapis.com/css?family=Roboto:400,400i,700&display=swap');
@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:400,500,700,900&display=swap');
@import url('//fonts.googleapis.com/css?family=Open+Sans+Condensed:700&display=swap');
@font-face {
  font-family: icomoon-the7-font;
  src: url("//cdn2.hubspot.net/hubfs/5985410/FunSpot_October2019%20Theme/Fonts/icomoon/the7-default-font.eot"),
    url("//cdn2.hubspot.net/hubfs/5985410/FunSpot_October2019%20Theme/Fonts/icomoon/the7-default-font.woff?wi57p5"), 
    url("//cdn2.hubspot.net/hubfs/5985410/FunSpot_October2019%20Theme/Fonts/icomoon/the7-default-font.svg?wi57p5#icomoon-the7-font");
  font-style: normal;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


@media (max-width: 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; outline: none;
}

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font: normal 15px / 23px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  word-spacing: normal;
  color: #8c95a2;
} 

body {
  background: #ffffff none repeat fixed left top;
  background-size: auto;
}

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

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


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

/* Basic text */
p {
   margin: 0 0 10px;
} 
small {}
b, strong {
  font-weight: 700;
}
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: "Lato", Helvetica, Arial, Verdana, sans-serif;
  font-style: normal;
  text-transform: uppercase;
  color: #1f365c;
  margin: 0 0 15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}

h1 {
  font-size: 48px;
  line-height: 46px;
}
h2 {
  font-size: 34px;
  line-height: 40px;
}
h3 {
  font-size: 26px;
  line-height: 32px;
}
h4 {
  font-size: 20px ;
  line-height: 26px;
}
h5 {
  font-size: 18px;
  line-height: 24px;
}
h6 {
  font-size: 18px;
  line-height: 24px;
}

/* Anchor Links */
a { 
  color: #ffb536;
  text-decoration: underline;
}
a:hover, a:focus { 
  color: #ffb536;
  text-decoration: none;
}

/* Lists */
ul, ol {
  padding-left: 16px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  padding: 20px 25px;
  margin: 0 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: rgba(220,220,220,0.3);
  color: #1f365c;
  font: normal 18px / 24px "Lato", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
}
blockquote p {
  margin-bottom: 0;
  color: #1f365c;
}
blockquote, blockquote *{
  color: #1f365c;
}
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 .row-fluid [class*="span"], 
.body-container-wrapper .row-fluid [class*="span"], 
.footer-container-wrapper .row-fluid [class*="span"] {
  min-height: 0px;
}

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


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

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

.header-container .custom-header {
  background: rgba(255,255,255,0.9);
  width: 100%;
  z-index: 99999;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  top: 0;
}
.header-container .header-inner {
  position: relative;
  min-height: 110px;
}
.header-inner > div > .row-fluid {
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -moz-align-content: stretch;
  -ms-align-content: stretch;
  align-content: stretch;
  -ms-flex-line-pack: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
  min-height: 110px;
}
.custom-header .custom-logo {
  line-height: 0;
  font-size: 0;
  width: auto;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-inner > div > .row-fluid:before, .header-inner > div > .row-fluid:after {
  display: none;
}

.custom-logo a {
  padding: 0px 0px 0px 30px;
  display: block;
}
.custom-logo img {
  height: auto;
  vertical-align: middle;
  max-width: 217px;
  width: 100%;
}






/*************************** Fixed Header *********************/

.header-container .fixed-header {
  top: 0 !important;
  position: fixed;
  width: 100%;
  left: 0;
  background: rgba(11,11,14,0.53) none repeat center center;
  background-size: auto;
  -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  border-bottom: none;
/*   will-change: opacity;
  -webkit-animation: fade-out-anim .8s ease 0s 1 normal both;
  animation: fade-out-anim .8s ease 0s 1 normal both; */
  z-index: 99999;
  display:none;
}
/* .stuck .fixed-header {
  -webkit-animation: opacity-lat .7s ease 0s 1 normal both;
  animation: opacity-lat .7s ease 0s 1 normal both;
  animation-delay: .1s;
} */
.fixed-header > div > div {
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  min-height: 60px;
  max-width: 100%;
}
.fixed-header > div > div:before, .fixed-header > div > div:after {
  display: none;
}
.fixed-header .custom-menu-primary.fixed {
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  width: auto;
}
.custom-menu-primary.fixed > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.custom-menu-primary.fixed .hs-menu-wrapper > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
}
.custom-menu-primary.fixed .hs-menu-wrapper > ul > li > a > span > span {
  display: block;
}
.custom-menu-primary.fixed .hs-menu-wrapper > ul > li.active > a, 
.custom-menu-primary.fixed .hs-menu-wrapper > ul > li.active > a{
  color: #c5c5c5 !important;
}
.custom-menu-primary.fixed .hs-menu-wrapper > ul > li.active > a > span > span, 
.custom-menu-primary.fixed .hs-menu-wrapper > ul > li.active > a > span > span{
  color: #c5c5c5 !important;
}




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

body:not(.blog) .body-container-wrapper {
  padding-bottom: 75px;
}
.body-container {}

.content-wrapper {
  padding-top: 70px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.banner-area {
  background-color: rgba(6,60,91,0.75);
  background-attachment: scroll;
  background-size: cover;
  background-position: center center;
  padding-bottom: 2px ;
  position: relative;
  padding-left: 7.5px;
  padding-right: 7.5px;
  width: 100%;
}
.banner-inner {
  padding: 225px 0;
}
.banner-content {
  padding-right: 10% ;
  padding-left: 10%;
  position: relative;
  overflow: hidden;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.banner-col {
  float: left;
  position: relative;
}
.banner-col-left {
  width: 33.33333333%;
}
.banner-title {
  box-sizing: border-box;
  padding-left: 7.5px;
  padding-right: 7.5px;
  width: 100%;
}
.banner-col-right {
  width: 66.66666667%;
}
.banner-title h2 {
  margin: 0;
  font: normal 34px / 40px "Lato", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 6px;
  text-align: right;
}
.banner-text p {
  text-align: left;
  margin: 0;
}
.banner-text p span {
  color: #ffffff;
}
.banner-text {
  border-left-width: 2px ;
  padding-right: 100px;
  padding-left: 40px;
  border-left-color: #ffffff;
  border-left-style: solid;
}
.banner-area:before {
  color: inherit;
  position: absolute;
  width: 100%;
  height: 100%!important;
  left: 0;
  top: 0;
  background-color: rgba(6,60,91,0.75);
  content: "";
}
.banner_subHeading {
  box-sizing: border-box;
  padding-left: 7.5px;
  padding-right: 7.5px;
  width: 100%;
}




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

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

.footer-container .custom-footer {
  background: #063c5b none repeat center top;
}
.custom-footer .page-center > div {
  padding-top: 60px;
  padding-bottom: 25px;
}
.custom-footer .page-center > div > .row-fluid {
  font-size: 0;
  line-height: 0;
  word-spacing: -4px;
  margin: 0 -25px;
  width: auto;
}
.custom-footer .footer_col {
  width: 33.3333%;
  margin: 0;
  font: normal 15px / 23px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  word-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  color: #ffffff;
  padding: 0 25px;
  font-size: 14px;
  line-height: 22px;
}
.custom-footer .footer_col4, .custom-footer .footer_col5 {
  width: 100%;
}
.custom-footer .copyright {
  margin-bottom: 10px;
}
.copyright a {
  text-decoration: none;
  color: #ffffff;
}
.copyright a:hover {
  color: #ffb536;
}
.custom-footer .footer-sep {
  margin-bottom: 0;
}
.footer-sep img {
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  max-width: 100%;
  height: auto;
  margin-right: 20px;
  vertical-align: top;
  float: left;
  margin: 0 30px 10px 0;
}

.custom-footer .footer_logo {
  margin-bottom: 10px;
}
.footer_logo img {
  float: left;
  margin: 0 30px 10px 0;
  margin-right: 20px;
  vertical-align: middle;
  max-width: 220px;
}
.footer_logo h6 {
  margin-bottom: 0;
  font: normal 16px / 22px "Lato", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  clear: both;
  color: #ffffff;
}
.custom-footer .soc-ico {
  padding: 5px 0 10px;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.assistive-text, .says, .screen-reader-text {
  clip: rect(1px,1px,1px,1px);
}
.assistive-text {
  position: absolute!important;
}
.custom-footer .soc-ico a, .soc-ico a {
  position: relative;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 2px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
}
.custom-footer .soc-ico a:hover, .custom-footer .soc-ico a:hover, .soc-ico a, .soc-ico a:hover {
  text-decoration: none;
  color: #ffffff;
}
.siteWrapper .vc_pie_chart_back, 
.dt-shortcode-icon .icon-inner:before,
.dt-shortcode-icon:not(.dt-icon-hover-off):hover .icon-inner:after, 
.dt-shortcode-icon:not(.dt-icon-hover-off):hover:after, 
.dt-shortcode-soc-icons a:before, 
.dt-shortcode-soc-icons a:hover:after, .soc-ico a:before, 
.soc-ico a:hover:after {
  opacity: 1;
}
.dt-shortcode-soc-icons a:after, .dt-shortcode-soc-icons a:before, .soc-ico a:after, .soc-ico a:before {
  -webkit-border-radius: inherit;
  -webkit-transition: opacity .15s linear;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
}
.soc-ico a:after, .soc-ico a:before {
  width: 26px;
  height: 26px;
  border-radius: inherit;
  transition: opacity .15s linear;
}
.footer .soc-ico a:before {
  background-color: rgba(255,255,255,0.15);
}
.dt-shortcode-soc-icons a:after, 
.dt-shortcode-soc-icons a:before, 
.soc-ico a:after, .soc-ico a:before {
  -webkit-border-radius: inherit;
  -webkit-transition: opacity .15s linear;
  content: "";
  top: 0;
  left: 0;
  position: absolute;
}
.dt-shortcode-icon .icon-inner:after, 
.dt-shortcode-icon:after, 
.dt-shortcode-icon:hover:before, 
.dt-shortcode-icon:not(.dt-icon-hover-off):hover .icon-inner:before,
.dt-shortcode-icon:not(.dt-icon-hover-off):hover:before, 
.dt-shortcode-soc-icons a:after, 
.dt-shortcode-soc-icons a:hover:before, 
.soc-ico a:after, .soc-ico a:hover:before {
  opacity: 0;
}
.dt-shortcode-icon:hover .icon-inner:before, 
.dt-shortcode-icon:hover:before, 
.dt-shortcode-icon:not(:hover) .icon-inner:after, 
.dt-shortcode-icon:not(:hover):after,
.dt-shortcode-soc-icons a:hover:before,
.dt-shortcode-soc-icons a:not(:hover):after,
.soc-ico a:hover:before, .soc-ico a:not(:hover):after {
  transition-delay: .1s;
}
.siteWrapper .soc-ico a:after, .siteWrapper .soc-ico a:after {
  background-color: #ffb536;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.siteWrapper .links-container .icon-portfolio,
.siteWrapper .project-links-container [class*=" icon-portfolio-"], 
.siteWrapper .project-links-container [class^=icon-portfolio-], 
.dt-shortcode-soc-icons [class*=" dt-icon-"],
.dt-shortcode-soc-icons [class^=dt-icon-], 
.owl-carousel [class*=" icon-"],
.owl-carousel [class*=" icon-"]:before,
.owl-carousel [class^=icon-], 
.owl-carousel [class^=icon-]:before, 
.soc-ico [class*=" dt-icon-"],
.soc-ico [class^=dt-icon-],
[class*=" soc-font-"], 
[class*=dt-icon-the7],
[class*=icomoon-the7-],
[class*=the7-mw-],
[class*=" icon-portfolio-"], 
[class*=icon-im-] span,
[class*=" icon-ar"], 
[class^=soc-font-],
[class^=dt-icon-the7], 
[class^=icomoon-the7-],
[class^=the7-mw-], 
[class^=icon-portfolio-], 
[class^=icon-im-] span,
[class^=icon-ar] {
  font-family: icomoon-the7-font!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;
}
.custom-footer .soc-ico a .soc-font-icon, .soc-ico a .soc-font-icon {
  position: relative;
  z-index: 1;
  font-size: 16px;
}
.custom-footer .soc-ico a:not(:hover) .soc-font-icon {
  color: #ffffff;
}
.screen-reader-text {
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
}
.dt-icon-facebook:before, .facebook .soc-font-icon:before, .icomoon-the7-font-facebook:before {
  content: "\f106";
}
.dt-icon-you-tube:before, .icomoon-the7-font-youtube:before, .icon-yt:before, .you-tube .soc-font-icon:before {
  content: "\f138";
}
.dt-icon-linkedin:before, .icomoon-the7-font-linkedin:before, .linkedin .soc-font-icon:before {
  content: "\f113";
}
.dt-icon-instagram:before, .icomoon-the7-font-instagram:before, .instagram .soc-font-icon:before {
  content: "\f111";
}
.custom-footer .soc-ico a:before {
  background-color: rgba(255,255,255,0.15);
}
.custom-footer .menu-title {
  margin-bottom: 15px;
  font: normal 18px / 24px "Lato", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: #ffffff;
}
.custom-footer .footer_menu {
  margin-bottom: 10px;
}
.f-simple-menu .hs-menu-wrapper > ul {
  display: block;
}
.f-simple-menu .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  color: #ffffff;
  display: inline;
}
.f-simple-menu .hs-menu-wrapper > ul > li > a:hover {
  color: #ffb536;
}
.custom-footer .f-simple-menu {
  margin: 0;
  width: auto;
  min-width: 179px;
}
.footer-container .footer_border {
  background-color: #00afb7 !important;
  position: relative;
}
.footer_border > div {
  height: 6px;
}




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


/* 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:991px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }

  .header-container .mobile-header, .header-container .mobile_menu {
    display: none;
  }

  /******************************* No Banner ********************/


  .No_banner .custom-header {
    position: relative;
    background: rgba(11,11,14,0.53) none repeat center top;
  }


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


  .custom-header .custom-menu-primary {
    width: auto;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .custom-menu-primary > div {
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    position: relative;
    display: flex;
    float: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    text-decoration: none;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 17px 0px 15px 0px;
    padding: 4px 25px 4px 25px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: stretch;
    color: #fff;
    background: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul:before, .custom-menu-primary .hs-menu-wrapper > ul:after {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a > span{
    line-height: 21px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a > span > span {
    position: relative;
    padding-right: 10px;
    display: inline-block;
    vertical-align: top;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a > span > span {
    font: normal bold 17px / 21px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
    color: #fff !important;
    background: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a > span > span:after {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 0;
    width: 8px;
    height: 8px;
    content: "\f005";
    font-family: icomoon-the7-font;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 8px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:before {
    content: "";
    position: absolute;
    left: -0.5px;
    width: 0;
    border-right: solid 1px yellow;
    max-height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 24px;
    border-color: rgba(255,255,255,0.25);
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    z-index: 200 !important;
    top: 100%;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.2);
    box-shadow: 0 0 4px rgba(0,0,0,.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.65);
    padding: 10px 10px 10px 10px;
    width: 250px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    position: relative;
    display: block;
    box-sizing: border-box;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    text-decoration: none;
    transition: background .3s;
    margin: 0px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    color: #ffffff;
    white-space: normal !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.hs-item-has-children a {
    padding-right: 18px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li.hs-item-has-children > a:after {
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    right: 2px;
    content: "\f007";
    font-family: icomoon-the7-font;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    font-size: 8px;
    line-height: 1;
    text-align: center;
    right: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a span span {
    display: block;
    font: bold 14px / 18px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {
    top: -10px !important;
    left: 241px !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover > a{
    background-color: rgba(255,255,255,0.07);
    background: rgba(255,255,255,0.07);
    color: #ffb536;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li.active > a{
    background-color: rgba(255,255,255,0.07);
    background: rgba(255,255,255,0.07);
    color: #ffb536;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li.active-branch > a{
    background-color: rgba(255,255,255,0.07);
    background: rgba(255,255,255,0.07);
    color: #ffb536;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover span span{
    color: #ffb536;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li.active > a span span{
    color: #ffb536;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul > li.active-branch > a span span{
    color: #ffb536;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:after {
    content: "";
    background: transparent;
    height: 100%;
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
  }


}


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

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

@media (max-width: 990px){

  .child-trigger {
    position: relative;
    right: -10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    min-width: 30px;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    padding: 16.5px 0;
    top: 0;
    line-height: 21px;
    color: rgba(31,54,92,0.27);
    cursor: pointer;
        width: auto;
  }
  .child-trigger:before {
    content: "\ef02";
    speak: none;
    font-variant: normal;
    text-transform: none;
    font-style: normal;
    font-family: icomoon-the7-font;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
  }
  .child-trigger.child-open {
    color: rgba(31,54,92,0.27);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }

}


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

.hs-blog-listing .blog-wrapper {
  position: relative;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.hs-blog-listing .blog-wrapper > div {
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
  background-image: url(//cdn2.hubspot.net/hubfs/5985410/FunSpot_October2019%20Theme/Images/W_BG_PAT.png);
  background-attachment: scroll;
  width: 100%;
  background-position: center center;
  height: 100%;
}
.hs-blog-listing .container-fluid .row-fluid .page-center.blog-content-wrapper {
  padding-right: 4%;
  padding-left: 4%;
  position: relative;
  max-width: 100%;
  width: auto;
  padding-top: 75px;
  padding-bottom: 75px;
}
.post-item {
  width: calc(33% - 27px);
  width: -webkit-calc(33% - 27px);
  width: -moz-calc(33% - 27px);
  width: -ms-calc(33% - 27px);
}
.gutter{
  width: 40px;
}
.featured-image-wrapper {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
}
.featured-image-link {
  position: relative;
  display: block;
  line-height: 0;
  overflow: hidden;
}
.featured-image {
  max-width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .3s ease-out,opacity .35s;
  transition: transform .3s ease-out,opacity .35s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  will-change: auto;
  vertical-align: middle;
}
.featured-image-link:after {
  left: 0;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity .35s linear;
  transition: opacity .35s linear;
}
.post-entry-content {
  text-align: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  z-index: 10;
  max-width: 100%;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-top: -100px;
  width: 100%;
  padding: 12px 12px 12px 12px;
  background: #063c5b;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.post-entry-content.no-list-featured-img {
  margin-top: 0;
}
h3.entry-title, h2.post-listing-simple {
  text-transform: uppercase;
  color: #1f365c;
  font: normal normal normal 20px / 26px "Lato", Helvetica, Arial, Verdana, sans-serif;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
}
h3.entry-title a, h2.post-listing-simple a {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: color .35s;
  transition: color .35s;
  color: #ffffff;
}
h2.post-listing-simple a{
   color: #000;
}
h3.entry-title a:hover, h2.post-listing-simple a:hover{
  color: #ffb536;
}
.entry-meta {
  font-size: 12px;
  line-height: 20px;
  color: #1f365c;
  margin-bottom: 15px;
}
.entry-meta a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  margin: 0;
  font-size: 10px;
  line-height: 14px;
  color: #ffffff;
}
.post-item .entry-meta a:hover {
  text-decoration: underline;
}
.entry-excerpt {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
}
.entry-excerpt p {
  color: #ffffff;
}
a.more-link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  padding-bottom: 8px;
  margin-bottom: -8px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  float: none;
  vertical-align: top;
  color: #ffffff;
}
a.more-link:after {
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  content: "";
  -webkit-transition: width .4s ease;
  transition: width .4s ease;
  background-color: #ffb536;
}
a.more-link i {
  font-family: icomoon-the7-font!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;
  margin-right: 0;
  margin-left: 7px;
  font-size: 8px;
  color: #ffffff;
}
a.more-link i:before {
  content: "\f003";
}
a.more-link:hover:after {
  width: 100%;
}
.post-item-inner {
  margin-bottom: 30px;
}
.featured-image-wrapper:hover img {
  width: 100%;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 4s ease-out;
  transition: transform 4s ease-out;
}
.blog-pagination a {
  margin-right: 15px;
  text-decoration: none;
}
.hs-blog-post .custom-header {
  background-color: #063c5b;
}
header.fancy-header {
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-color: #063c5b;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.fancy-header-inner {
  margin: 0 auto;
  padding: 0 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  min-height: 65px;
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  z-index: 1;
  max-width: 1300px;
  width: 100%;
}
.fancy-title-head {
  padding: 5px 0;
}
h1.fancy-title {
  font: normal 34px / 40px "Lato", Helvetica, Arial, Verdana, sans-serif;
  font-variant: normal;
  font-family: "Lato", Helvetica, Arial, Verdana, sans-serif;
  margin: 5px 0;
  padding: 0;
  font-size: 30px;
  line-height: 36px;
  color: #ffffff;
  text-transform: none;
  -webkit-animation: mk_fade .7s 1 cubic-bezier(.445,.05,.55,.95);
  animation: mk_fade .7s 1 cubic-bezier(.445,.05,.55,.95);
  opacity: 1;
}
.hs-blog-post .blog-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.hs-blog-post .blog-sidebar {
  width: 360px;
  margin: 0;
  float: left;
  padding-left: 25px;
}
.hs-blog-post .blog-content {
  width: calc(100% - 360px);
  width: -webkit-calc(100% - 360px);
  width: -moz-calc(100% - 360px);
  width: -ms-calc(100% - 360px);
  margin: 0;
  float: left;
  padding-right: 25px;
}
.post-thumbnail {
  position: relative;
  margin-bottom: 45px;
  line-height: 0;
}
.fancy-date a {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: 10px;
  right: 10px;
  z-index: 30;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  background: #fff;
}
.fancy-date a {
  padding: 2px 2px 1px 4px;
}
.fancy-date a * {
  color: #222;
}
.fancy-date a>span {
  display: block;
}
.fancy-date a .entry-date, .fancy-date a .entry-month {
  position: relative;
}
.fancy-date .entry-month, .fancy-date .entry-year {
  padding: 0 6px 0 5px;
  text-transform: none;
  font: 700 12px/22px Arial,Verdana,sans-serif;
}
.fancy-date .entry-month {
  padding: 0 9px 0 5px;
}
.fancy-date .entry-month:after, .fancy-date .entry-date:after {
  background: #ffb536;
  background: -webkit-linear-gradient("");
  background: linear-gradient("");
}
.fancy-date a .entry-date:after, .fancy-date a .entry-month:after {
  position: absolute;
  height: 2px;
  content: "";
}
.fancy-date a .entry-date:after, .fancy-date a .entry-month:after {
  top: 50%;
  margin-top: -2px;
  right: 0;
  width: 4px;
  height: 4px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.fancy-date .entry-date {
  padding: 0 9px 0 5px;
  font: 700 12px/22px Arial,Verdana,sans-serif;
}
.fancy-categories {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  z-index: 30;
  top: 10px;
  left: 10px;
}
.post-thumbnail.no-post-feature-img .fancy-categories {
  position: static;
}
.fancy-categories * {
  font: 700 12px/22px Arial,Verdana,sans-serif;
}
.fancy-categories a {
  padding: 2px 9px 1px;
  margin: 0 0 2px;
  text-decoration: none;
  background-color: rgba(0,0,0,.75);
  color: #fff;
}
.post_image {
  -webkit-transition: opacity .38s;
  transition: opacity .38s;
  width: 100%;
  will-change: auto;
}
.blog-post-wrapper .post-body {
  margin-bottom: 50px;
}
.single-share-box {
  position: relative;
}
.single .single-share-box {
  margin-top: -5px;
  margin-bottom: 60px;
}
.single-share-box.show-on-hover {
  z-index: 10;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.single .single-share-box:last-child {
  margin-bottom: 0;
}
.page-title.title-center .breadcrumbs, .paginator.paginator-more-button, .share-link-description, .single-share-box .share-buttons a, .title-center .hr-breadcrumbs, .title-center h1 {
  text-align: center;
}
.share-link-description {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
}
.share-link-description, .author-bio {
  font-size: 14px;
  line-height: 22px;
}
.share-button.entry-share, .btn-project-link, .btn-project-link:hover, .comment-reply-link, .comment-reply-link:hover, .share-link-description {
  color: #1f365c;
}
.show-on-hover .share-link-description {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  cursor: pointer;
}
.show-on-hover .share-link-description:before, .single-share-box .share-buttons a:before {
  font-family: icomoon-the7-font;
  font-style: normal;
  font-weight: 400;
  speak: none;
}
.show-on-hover .share-link-description:before {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid;
  margin-bottom: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  content: "\ea04";
  font-variant: normal;
  text-transform: none;
  font-size: 14px;
  line-height: 1;
}
.show-on-hover .share-link-description:before {
  border-color: rgba(31,54,92,0.1);
}
.single-share-box .share-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  line-height: 0;
}
.show-on-hover .share-buttons {
  position: absolute;
  -webkit-flex-flow: column wrap;
  -moz-flex-flow: column wrap;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  min-width: 180px;
  margin-bottom: 10px;
  background: #fff;
  -webkit-box-shadow: 1px 3px 16px 0 rgba(0,0,0,.3);
  box-shadow: 1px 3px 16px 0 rgba(0,0,0,.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(-50%,10px,0);
  transform: translate3d(-50%,10px,0);
  -webkit-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
.show-on-hover .share-buttons:before {
  position: absolute;
  left: 0;
  bottom: -20px;
  content: " ";
  display: block;
  width: 100%;
  height: 20px;
}
.single-share-box .share-buttons a {
  display: inline-block;
  width: 50px;
  height: 30px;
  min-width: 50px;
  min-height: 30px;
  margin: 0 4px 4px 0;
  border: 1px solid;
  text-transform: none;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  -webkit-transition: border-color .2s ease;
  transition: border-color .2s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.show-on-hover .share-buttons a {
  height: auto;
  border: none;
  font-size: 14px;
  line-height: 18px!important;
  margin: 0;
}
.show-on-hover.single-share-box .share-buttons a {
  display: block;
  width: auto;
  line-height: 1;
  text-align: left;
  padding: 10px 5px 10px 10px;
}
.single-share-box .share-buttons a.facebook {
  border-color: rgba(76,105,199,.3);
  color: #4c69c7;
}
.show-on-hover .share-link-description:before, .single-share-box .share-buttons a:before {
  font-family: icomoon-the7-font;
  font-style: normal;
  font-weight: 400;
  speak: none;
}
.single-share-box .share-buttons a:before {
  font-variant: normal;
}
.show-on-hover .share-buttons a:before {
  margin-right: 5px;
}
.show-on-hover .share-buttons a *, .show-on-hover .share-buttons a:before {
  color: #222;
}
.single-share-box .share-buttons a.facebook:before {
  content: "\f106";
}
#page .links-container .icon-portfolio, #page .project-links-container [class*=" icon-portfolio-"], #page .project-links-container [class^=icon-portfolio-], .dt-shortcode-soc-icons [class*=" dt-icon-"], .dt-shortcode-soc-icons [class^=dt-icon-], .owl-carousel [class*=" icon-"], .owl-carousel [class*=" icon-"]:before, .owl-carousel [class^=icon-], .owl-carousel [class^=icon-]:before, .soc-ico [class*=" dt-icon-"], .soc-ico [class^=dt-icon-], [class*=" soc-font-"], [class*=dt-icon-the7], [class*=icomoon-the7-], [class*=the7-mw-], [class*=" icon-portfolio-"], [class*=icon-im-] span, [class*=" icon-ar"], [class^=soc-font-], [class^=dt-icon-the7], [class^=icomoon-the7-], [class^=the7-mw-], [class^=icon-portfolio-], [class^=icon-im-] span, [class^=icon-ar] {
  font-family: icomoon-the7-font!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;
}
.share-buttons .soc-font-icon {
  display: none;
}
.show-on-hover .share-buttons a *, .show-on-hover .share-buttons a:before {
  color: #222;
}
.screen-reader-text {
  height: 1px;
  overflow: hidden;
  position: absolute!important;
  width: 1px;
}
.assistive-text, .says, .screen-reader-text {
  clip: rect(1px,1px,1px,1px);
}
.show-on-hover:hover .share-link-description:before {
    border-color: rgba(31,54,92,0.21);
}
.show-on-hover:hover .share-buttons {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0);
}
.single-share-box .share-buttons a.twitter {
    border-color: rgba(42,190,235,.3);
    color: #2abeeb;
}
.single-share-box .share-buttons a.pinterest {
    border-color: rgba(207,40,52,.3);
    color: #cf2834;
}
.single-share-box .share-buttons a.linkedin {
    border-color: rgba(0,123,199,.3);
    color: #007bc7;
}
.show-on-hover .share-buttons:after {
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #fff;
    content: "";
}
.single-share-box .share-buttons a.facebook:hover {
    border-color: #4c69c7;
}
.show-on-hover .share-buttons a.facebook:hover {
    background-color: #4c69c7;
}
.images-list-inner, .images-list-inner *, .show-on-hover .share-buttons a:hover *, .show-on-hover .share-buttons a:hover:before {
    color: #fff;
}
.single-share-box .share-buttons a.twitter:hover {
    border-color: #2abeeb;
}
.show-on-hover .share-buttons a.twitter:hover {
    background-color: #2abeeb;
}
.single-share-box .share-buttons a.pinterest:hover {
    border-color: #cf2834;
}
.show-on-hover .share-buttons a.pinterest:hover {
    background-color: #cf2834;
}
.single-share-box .share-buttons a.linkedin:hover {
    border-color: #007bc7;
}
.show-on-hover .share-buttons a.linkedin:hover {
    background-color: #007bc7;
}
.single-share-box .share-buttons a.twitter:before {
    content: "\f127";
}
.single-share-box .share-buttons a.pinterest:before {
  content: "\f115";
}
.single-share-box .share-buttons a.linkedin:before {
  content: "\f113";
}
.blog .blog-sidebar .widget-span {
  border-top: none;
  color: #8c95a2;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  padding: 25px 25px 15px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #f5f5f5 none repeat center center;
  margin-top: 30px;
}
.blog .blog-sidebar .blog-sidebar-form {
  margin-top: 0;
}
.blog-sidebar-form .hs-form-field > label {
  display: none;
}
textarea::-webkit-input-placeholder {
  color: rgba(140,149,162,0.5);
}
textarea:focus::-webkit-input-placeholder {
  color: rgba(140,149,162,0.15);
}
.blog-sidebar-form textarea {
  height: 160px;
  width: 100%;
}
.blog-sidebar-form .hs-richtext a {
  text-decoration: none;
  color: #8c95a2;
}
.blog-sidebar-form .hs-richtext a:hover {
  color: #ffb536;
}
.blog-sidebar-form form {
  padding-right: 16px;
  margin: 16px 0;
}
.blog-sidebar-form form .hs-form-field {
  margin-bottom: 8px;
}
.blog-sidebar-form .hs-richtext {
  text-align: center;
  padding-top: 2px;
}
.blog-sidebar-form .actions {
  margin-top: 40px;
  padding: 14px 0 10px;
  clear: both;
  width: 100%;
}
.blog-sidebar h3 {
  margin-bottom: 15px;
  clear: both;
  font: normal 18px / 24px "Lato", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: #1f365c;
}
.blog-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 10px;
}
.blog-sidebar ul li {
  margin: 10px 0 0;
  padding: 0;
}
.blog-sidebar ul li a {
  display: inline-block;
  text-decoration: none;
  color: #8c95a2;
}
.blog-sidebar ul li a:hover{
  color: #ffb536;
}
.blog_bottom_area {
  padding-top: 25px !important;
  background-color: #00afb7 !important;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: hidden;
}
.blog_bottom_inner {
  margin-top: 0px !important;
  margin-right: 13% !important;
  margin-bottom: 0px !important;
  margin-left: 13% !important;
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  border-radius: 1px !important;
}
.blog_bottom_content .blog_bottom_col {
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.bottom-text {
  width: 75%;
}
.bottom-button {
  width: 25%;
}
.bottom-inner {
  padding-top: 15px !important;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1;
}
.bottom-inner p {
  color: #fff;
  margin: 0;
}
.ubtn-ctn-center {
  margin-bottom: 35px;
  display: block;
  text-align: center;
}
a.ubtn-link {
  display: inline-block;
  margin: 0;
  color: inherit;
  text-decoration: none;
  max-width: 100%;
}
button.ubtn-button {
  border: inherit;
  -webkit-border-radius: none;
  border-radius: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4em;
  color: inherit;
  background: 0 0;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 25px 80px;
  outline: 0;
  text-align: center;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
  max-width: 100%;
  visibility: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 15px 30px;
  margin: 0;
  font-weight: normal;
  border: none;
  background: #f3b71b;
  color: #ffffff;
}
span.ubtn-hover {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background: 0 0;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: inherit;
  border-radius: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  background-color: #8224e3;
}
span.ubtn-data.ubtn-text {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  font-style: inherit;
  color: inherit;
  line-height: inherit;
  z-index: 3;
  position: inherit;
  display: block;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
.ubtn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a.ubtn-link:hover span.ubtn-hover {
  opacity: 1;
}

.hs-blog-listing .footer-container .footer_border {
  display: none;
}




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


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


button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}
button, input {
  line-height: normal;
}
/* Form Field */
.hs-form-field {
  margin-bottom: 16px;
}

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

/* 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 {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e0e1e1;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-color: rgba(51,51,51,0.12);
  background-color: #ffffff;
  border-radius: 1px;
  color: #8c95a2;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  height: 30px;
  font: normal 14px / 22px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  line-height: 20px;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  width: 100%;
  max-width: 767px;

}

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

/* Separate Styles for Multiple Line Inputs */
textarea {
  height: 80px;
  width: 100%;
  padding: 6px 8px;
  resize: none;
}
textarea:focus {}

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

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

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

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

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

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

input::-webkit-input-placeholder {
  color: rgba(140,149,162,0.5);
}
input:focus::-webkit-input-placeholder {
  color: rgba(140,149,162,0.15);
}

/* =============== 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;
  color: #ffffff;
  background-color: #ffb536;
  background: #ffb536;
  width: auto;
  margin: 0 16px 0 0;
  min-height: 30px;
  position: relative;
  display: inline-block;
  -webkit-tap-highlight-color: transparent;
  font: normal bold 16px / 18px "Open Sans Condensed", Helvetica, Arial, Verdana, sans-serif;
  text-transform: uppercase;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid #ffb536;
  padding: 10px 18px 10px 16px;
  text-align: center;
  white-space: normal;
}

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

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

h3.form-title {
  color: #f3b71b;
  letter-spacing: 6px;
  font-size: 30px;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  line-height: 40px;
}
ul.no-list.hs-error-msgs.inputs-list {
  MARGIN-LEFT: 0;
  list-style: none;
}
.hs-error-msgs label{
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  display: block;
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
} 
.hs-input.error {
  border: 1px solid #790000;
}

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

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


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

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


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

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


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

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


/* ==========================================================================
   8. MISCELLANEOUS                                      
========================================================================== */
.siteWrapper {
  overflow-x: hidden;
}
ul.hs-search-field__suggestions {
  padding: 0px;
}
ul.hs-search-field__suggestions li {
  margin-bottom: 10px;
}
ul.hs-search-field__suggestions a {
  padding: 0px;
}
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; 
}
.subscribe-options label {
  margin: 0;
}
input[type="checkbox"] { display: inline-block; }

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin: 20px 0 10px 0;
  overflow-x: auto;
  padding: 10px 0;
}
.subscribe-options label {
  margin: 0;
}
.replying {
  padding: 1em;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}
span.IN-widget {
  vertical-align: top !important;
}
.back-to-top {
  text-decoration: none;
  position: fixed;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-flex-pack: center;
  -ms-justify-content: center;
  justify-content: center;
  right: 10px;
  bottom: 10px;
  width: 44px;
  height: 44px;
  opacity: 0;
  z-index: -1;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity .4s ease;
  transition: opacity .4s ease;
  background-color: #000;
  background-color: rgba(0,0,0,.2);
  -webkit-border-radius: 0px;
  border-radius: 0px;
  right: -45px;
  opacity: 0;
  z-index: 9999999;
  border: none;
  cursor: pointer;
}
.back-to-top:before{
  font-family: icomoon-the7-font;
  font-weight: 400;
  line-height: 1;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  content: "\f0290";
  font-size: 20px;
  color: #fff;
}
.stuck .back-to-top {
  right: 10px;
  opacity: 1;
  z-index: 109;
}

.back-to-top:hover {
  color: #ffb536;
  background-color: rgba(0,0,0,.5);
}
.no-nav .mobile-trigger {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
#hs-pwd-widget-password {
  height: auto !important;
  margin-bottom: 15px;
}
.blog-pagination {
  text-align: center;
}


/* 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 (max-width: 1300px) {
  .custom-footer .f-simple-menu {
    width: 50%;
    min-width: auto;
  }


}

@media screen and (max-width: 990px){
  .custom-footer .footer_col {
    width: 100%;
  }
  .footer_col3 .f-simple-menu {
    margin-bottom: 10px;
  }
  .footer_menu .f-simple-menu {
    width: auto;
    min-width: 179px;
  }
  .header-container .fixed-header {
    display: none !important;
  }
  .banner-content {
    padding-right: 10px;
    padding-left: 10px;
  }
  .banner-col {
    width: 100% !important;
    float: none;
  }
  .banner-title {
    padding: 0;
  }
  .banner-title h2 {
    color: #ffffff;
    letter-spacing: 6px;
    text-align: center;
    margin-bottom: 10px;
  }
  .banner_subHeading {
    padding: 0;
  }
  .banner-text {
    padding: 0;
    border: none;
  }
  .banner-text p {
    text-align: center;
  }
  .header-container .header-inner {
    display: none;
  }
  .header-container .custom-header {
    position: fixed;
    padding: 0 50px;
    box-sizing: border-box;
    height: auto;
    -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.07);
  }
  .mobile-header > div > .row-fluid {
    position: relative;
    min-height: 100px;
    width: 100%;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -moz-align-content: stretch;
    -ms-align-content: stretch;
    align-content: stretch;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    margin: 0 auto;
    max-width: 100%;
  }
  .mobile-header > div > .row-fluid:before, .mobile-header > div > .row-fluid:after {
    display: none;
  }
  
  .mobile-navigation {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}
  .mobile-trigger {
    transition: .3s;
    cursor: pointer;
    user-select: none;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 0;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mobile-trigger .lines {
    position: relative;
  }
  .lines, .lines:after, .lines:before {
    display: inline-block;
    width: 22px;
    height: 2px;
  }
  .mobile-trigger .lines, .mobile-trigger .lines:before, .mobile-trigger .lines:after {
    background-color: #ffffff;
  }
  .lines, .lines:after, .lines:before {
    display: inline-block;
    width: 22px;
    height: 2px;
  }
  .lines:after, .lines:before {
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    -webkit-transition: transform .3s;
    transition: transform .3s;
  }
  .lines:after {
    top: -7px;
  }
  .lines:before {
    top: 7px;
  }
  .mobile-mini-widgets {
    max-width: calc(100% - 45px);
    max-width: -webkit-calc(100% - 45px);
    max-width: -moz-calc(100% - 45px);
    max-width: -ms-calc(100% - 45px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 1 1 0%;
    -moz-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .header-container .mobile-logo {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    width: auto;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .mobile-logo a {
    display: block;
  }
  .mobile-logo img {
    display: block;
    max-width: 217px;
    height: auto;
  }
  .mobile-trigger:hover .lines:before {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  .mobile-trigger:hover .lines:after {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  
  .header-container .mobile_menu {
    overflow: hidden;
    overflow-y: auto;
    max-width: 100%;
    z-index: 999999;
    padding: 30px 30px 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 100%;
    background-color: #ffffff;
    width: 340px;
    display: block;
    right: 0;
    -ms-transform: translate3d(100%,0,0);
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    -ms-transition: right .5s ease;
    -webkit-transition: right .5s ease;
    transition: right .5s ease;
  }
  .mobile-open .mobile_menu {
    right: 340px;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper {
    position: relative;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul {
    padding-bottom: 30px;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-flex: 10 1 auto;
    -moz-flex: 10 1 auto;
    -ms-flex: 10 1 auto;
    flex: 10 1 auto;
}
  .custom-menu-primary.mobile .hs-menu-wrapper > ul:before, .custom-menu-primary.mobile .hs-menu-wrapper > ul:after {
    display: none;
}
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    float: none !important;
}
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
    text-decoration: none;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16.5px 30px 16.5px 0;
    color: #1f365c;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    max-width: calc(100% - 30px) !important;
    max-width: -webkit-calc(100% - 30px) !important;
    max-width: -moz-calc(100% - 30px) !important;
    max-width: -ms-calc(100% - 30px) !important;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a > span span {
    font: bold 17px / 21px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
    color: #1f365c;
    text-transform: uppercase;
    display: block;
    width: auto;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a:hover ,
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a:hover > span span{
    color: #ffb536;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.active > a ,
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.active > a > span span{
    color: #ffb536;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.active-branch > a ,
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li.active-branch > a > span span{
    color: #ffb536;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li:not(:first-child):before {
    content: "";
    position: absolute;
    top: -.5px;
    height: 0;
    border-top: solid 1px #ff0;
    width: 100%;
    max-width: 100%;
    left: 0;
    border-color: rgba(31,54,92,0.08);
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul {
    background: 0 0;
    box-shadow: none;
    padding-left: 20px;
    padding-bottom: 16.5px;
    width: 100%;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul li {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 0;
    width: 100%;
}
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul li a {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    -ms-flex-line-pack: center;
    text-decoration: none;
    color: #1f365c;
    margin: 0;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
    padding: 7px 0px 7px 0;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul li a span > span {
    font: bold 14px / 18px "Roboto Condensed", Helvetica, Arial, Verdana, sans-serif;
    color: #1f365c;
    text-transform: none;
    display: block;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul li a:hover,
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul li a:hover span > span{
    color: #ffb536;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul > li.active > a,
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul > li.active > a span > span{
    color: #ffb536;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul > li.active-branch > a,
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul > li.active-branch > a span > span{
    color: #ffb536;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul li .child-trigger {
    padding: 7px 0;
    top: 0;
    line-height: 18px;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul li .child-trigger:before {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    font-size: 8px;
    line-height: 18px;
  }
  .custom-menu-primary.mobile .hs-menu-wrapper > ul ul ul {
    padding-bottom: 0;
  }

  .close-mobile-menu {
    position: fixed;
    top: 0;
    width: 30px;
    height: 30px;
    left: -50px;
    z-index: 9999;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    cursor: pointer;
  }
  .close-mobile-menu span {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0;
    color: #fff;
    background-color: #ffb536;
  }
  .close-mobile-menu span:after, .close-mobile-menu span:before {
    display: inline-block;
    height: 2px;
    background: #fff;
    position: absolute;
    content: '';
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -11px;
    width: 22px;
    -webkit-transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
  }
  .close-mobile-menu span:before {
    -ms-transform: rotate3d(0,0,1,45deg);
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
  }
  .close-mobile-menu span:after {
    -ms-transform: rotate3d(0,0,1,-45deg);
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
  }
  .mobile-open .close-mobile-menu {
    opacity: 1;
    left: auto;
    right: 0;
  }
  .close-mobile-menu:hover span:before {
    -ms-transform: rotate3d(0,0,1,0deg);
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }
  .close-mobile-menu:hover span:after {
    -ms-transform: rotate3d(0,0,1,0deg);
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
  }

  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
    transition: all .4s;
    background-color: rgba(17,17,17,0.5);
  }
  .mobile-open .overlay{
    opacity: 1;
    visibility: visible;
    z-index: 99998;
  }
  .post-item {
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    width: -moz-calc(50% - 20px);
    width: -ms-calc(50% - 20px);
  }
  .No_banner .body-container-wrapper {
    margin-top: 100px;
  }

  .hs-blog-post .blog-sidebar {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
  .hs-blog-post .blog-content {
    width: 100%;
    padding-right: 0;
  }




}



@media (max-width: 800px){
  h1{
    font-size: 34px;
    line-height: 40px;
  }

}

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

@media (max-width: 767px) {
  .footer-container.container-fluid .row-fluid .page-center {
    padding: 0 20px;
  }
  .content-wrapper .row-fluid [class*="span"]:not(:last-child) {
    margin-bottom: 30px;
  }
  .footer_menu .f-simple-menu {
    float: left;
  }
  .header-container .custom-header {
    padding: 0 20px;
  }
  .mobile-header > div > .row-fluid {
    min-height: 80px;
    max-width: calc(1300px - 40px);
    max-width: -webkit-calc(1300px - 40px);
    max-width: -moz-calc(1300px - 40px);
    max-width: -ms-calc(1300px - 40px);
    margin: 0 auto;
  }
  .container-fluid .row-fluid .page-center {
    padding-left: 20px;
    padding-right: 20px;
  }
  .post-item {
    width: 100%;
    margin-bottom: 30px;
  }
  .No_banner .body-container-wrapper {
    margin-top: 80px;
  }
  .fancy-header-inner {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 0px !important;
  }
  .fancy-title-head {
    padding-bottom: 5px;
    text-align: center;
  }
  h1.fancy-title {
    font-size: 30px;
    line-height: 38px;
  }
  .blog_bottom_content .blog_bottom_col {
    width: 100% !important;
  }


}  


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

@media (max-width: 479px) {
  .custom-footer .f-simple-menu {
    width: 100%;
  }
}



@media (max-width: 360px){
  .mobile-open .mobile_menu {
    right: 100%;
  }

}




@-webkit-keyframes opacity-lat {
  0% {
    opacity: 0;
    visibility: hidden
  }

  100%,70% {
    opacity: 1;
    visibility: visible
  }
}

@keyframes opacity-lat {
  0% {
    opacity: 0;
    visibility: hidden
  }

  100%,70% {
    opacity: 1;
    visibility: visible
  }
}

@-webkit-keyframes fade-out-anim {
  0% {
    opacity: 1;
    display: block
  }

  30%,99% {
    opacity: 0;
    display: block
  }

  100% {
    opacity: 0;
    display: none;
    z-index: 1
  }
}

@keyframes fade-out-anim {
  0% {
    opacity: 1;
    display: block
  }

  30%,99% {
    opacity: 0;
    display: block
  }

  100% {
    opacity: 0;
    display: none;
    z-index: 1
  }
}

@-webkit-keyframes fade-in-anim {
  0% {
    opacity: 0;
    display: none
  }

  1% {
    opacity: 0;
    display: block
  }

  100%,50% {
    opacity: 1;
    display: block
  }
}

@keyframes fade-in-anim {
  0% {
    opacity: 0;
    display: none
  }

  1% {
    opacity: 0;
    display: block
  }

  100%,50% {
    opacity: 1;
    display: block
  }
}
.banner-text.no-title{
border-left-color: transparent;

}