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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('//fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i');

@font-face {
  font-family: uxi-site-icons;
  src: url("//cdn2.hubspot.net/hubfs/2540784/Faction_May2019%20Header/Fonts/uxi-site-icons.woff2") format("woff2"), 
    url("//cdn2.hubspot.net/hubfs/2540784/Faction_May2019%20Header/Fonts/uxi-site-icons.wof") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/2540784/Faction_May2019%20Header/Fonts/uxi-site-icons.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 0;
  visibility: hidden;
}
.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.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
  font-family: sans-serif;
}
/** {
margin-top: 5px;
}*/

body {
  line-height: 1.9;
  background-color: rgb(255, 255, 255);
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 15px;
}

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

.header-container.container-fluid .row-fluid .page-center {}
.custom-header .page-center {

}
.body-container.container-fluid .row-fluid .page-center {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.footer-container.container-fluid .row-fluid .page-center {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}


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


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

/* Basic text */
p {} 
.body-container p {

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin: 0px 0 15px;
  line-height: 1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 60px;
  text-transform: uppercase;
}
  
h2 {
  font-size: 44px;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  color: #095a7e;
}
h3,
.section.post-footer .hs-richtext {
  color: rgb(9, 90, 126);
  font-size: 36px;
  margin-bottom: 15px;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
  text-transform: uppercase;
}

h4 {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #095a7e;
  text-transform: uppercase;
  font-size: 32px;   
  color: #4d4d4f;
  line-height: 1.3;
}
h5 {
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  color: rgb(9, 90, 126);
  font-size: 30px;
  line-height: 1.2;
}
h6 {
  color: rgb(9, 90, 126);
  font-size: 28px;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
}

/* Anchor Links */
a { 
  color: rgb(9, 90, 126);
  transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
  transition-property: color, background-color, box-shadow, border-color, border-size, border-radius;
  cursor: pointer;
  text-decoration: underline;
}
a:hover, a:focus { 
  color: rgb(241, 90, 41);
}

/* Lists */
ul, ol {}
.body-container ul,
.body-container ol,
.body-container li {

}
.header-container ul,
.footer-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

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

.custom-header {}
.custom-header .page-center {}
.custom-header-top {}
.custom-header-top .page-center {}
.custom-header-bottom {}
.custom-header-bottom .page-center {}
.custom-header {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 2px 2px rgba(77, 77, 79, 0.25);
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    position: fixed!important;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1030;
}

.fancybox-content.fancybox-content-27 {
    display: none;
}



.custom-menu-wrap {
    width: 75% !important;
    display: block;
    min-height: 1px;
    padding-left: 20px;
}

.custom-search-wrap {
    width: 25% !important;
    margin: 0px !important;
    padding-left: 20px;
}

.custom-logo > div {
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 5px;
}

.custom-logo {
  width: 25% !important;
  padding-left:20px;
}

.button-block .button-inner {
    display: inline-block;
    text-align: center;
}

.button-icon-is-left.button-text-wrap{
    display: table-cell;
    vertical-align: middle;
}

.custom-menu-wrap > .row-fluid-wrapper {
    display: block;
    margin-left: -20px;
}

.custom-search-wrap > .row-fluid-wrapper {
    margin-left: -20px;
}

.header-container-wrapper {
    min-height: 75.55px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.active>a {
    color: rgb(9, 90, 126);
}


/*=========== Logo =============*/

.custom-header-logo {
  width: auto !important;
}
.custom-header-logo p {
  margin: 0;
}
.custom-header-logo a {}
.custom-header-logo a img {}
.custom-header-logo a img.desktop-logo {}
.custom-header-logo a img.Mobile-logo {}
.custom-header-logo a img.Sticky-logo {}


.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition-duration: 366ms;
     z-index: -1;
}

.fancybox-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #1e1e1e;
    opacity: 0;
    z-index: -1;
}


.form-open .fancybox-bg {
    opacity: .87;
    -webkit-transition-timing-function: cubic-bezier(.22,.61,.36,1);
    transition-timing-function: cubic-bezier(.22,.61,.36,1);
    z-index: 99;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translateZ(0);
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: none;
    white-space: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity,-webkit-transform;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: transform,opacity;
    transition-property: transform,opacity,-webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.form-open .fancybox-slide {
      display: block;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%; !important;
}

.fancybox-slide>* {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px auto;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-content {
    display: inline-block;
    max-width: calc(100% - 100px);
    width: 800px;
    max-height: calc(100% - 88px);
}

.fancybox-content h3 {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #323232;
    font-variant: normal;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 28px;
    color: #095a7e!important;
    line-height: 1.3;
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: none;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}

.fancybox-close-small:after {
    content: "×";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    -webkit-transition: background .25s;
    transition: background .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .25s,visibility 0s linear .25s;
    transition: opacity .25s,visibility 0s linear .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0;
    background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(20%,rgba(0,0,0,.1)),color-stop(40%,rgba(0,0,0,.2)),color-stop(80%,rgba(0,0,0,.6)),to(rgba(0,0,0,.8)));
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));
    pointer-events: none;
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid hsla(0,0%,100%,.4);
    font-size: 14px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none;
}

.fancybox-content form {
    margin-bottom: 1.17em;
}

.fancybox-content  .hs-form-59bab1e8-8d1f-4632-9b3f-6e643b671468_f8c6b301-7e83-4273-8150-94ab55849c60 fieldset.form-columns-2 .input {
    margin-right: 8px;
}

.form-open .fancybox-container {
    z-index: 99999;
}

.form-open .fancybox-content.fancybox-content-27 {
  display: inline-block;
}

body.form-open {
    overflow: hidden;
}

.fancybox-content .hs-form-field > label, .fancybox-content .section.post-footer label, .fancybox-content .widget-type-google_search label {
    color: #000000;
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee;
}

.fancybox-content .form-title {
    display: none;
}

.fancybox-content textarea {
    min-height: 64px;
}

.fancybox-content div#hs_form_target_form_590135153 {
    padding-bottom: 10px;
    margin-bottom: .9em;
}


.fancybox-content .hs_firstname.hs-firstname.hs-form-field,
.fancybox-content .hs_lastname.hs-lastname.hs-form-field,
.fancybox-content .hs_phone.hs-phone.hs-form-field,
.fancybox-content .hs_company.hs-company.hs-form-field,
.fancybox-content .hs_state.hs-state.hs-form-field,
.fancybox-content .hs_email.hs-email.hs-form-field{
  width: 50%;
  float: left;    
  margin-right: 0px;
  padding-right: 10px;
}

.fancybox-content .hs-form-field{
 margin:0px;
}

.hs_city.hs-city.hs-fieldtype-text.field.hs-form-field {
    clear: both;
    overflow: hidden;
}

.fancybox-content  .hbspt-form {
    margin-bottom: .9em;
    padding-bottom: 10px;
    line-height: 1.9;
}

.fancybox-content form .hs_city.hs-city input[type="text"], 
.fancybox-content form .hs_address.hs-address input[type="text"],
.fancybox-content form textarea {
    width: 95%;
}

.fancybox-content .hs_city.hs-city, .fancybox-content .hs_address.hs-address, .fancybox-content form textarea {
    padding-right: 10px;
}

.fancybox-content .hs_how_can_we_help_ {
    padding-right: 10px;
}
/* =============== Content =============== */

.body-container-wrapper {}
.content-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
}
.body-container .page-center {

}
.blog .body-container {

}
.blog .body-container .page-center {

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


/*================ Banner Area ===============*/

.banner-wrapper {
  margin-top: -1px;
  background-color: #333;
  background-size: cover;
}

body.author-page h1.listing,
body.topic-page h1.listing{
    display: none;
}

body.author-page h1 span {
    display: block;
}

.banner-area {
 /* padding-bottom: 80px;
  padding-top: 80px; 
  background-repeat: repeat-y; */
  background-repeat:no-repeat;
/*  background-position: center top;
  background-size: auto auto;
  background-attachment: fixed;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -20px;
  margin-right: -20px;
  background-color: #4d4d4f;
  /*background-size: cover;*/
  background-position:center center;
  background-size:cover; 
  min-height:150px;
  width:100%;
  height:auto;
}

.banner-area h1 {
    color: rgb(255, 255, 255);
    font-size: 44px;
    margin-bottom: 15px;
    /*hs support */
    position:relative;
    top:45px;
    /*end hs support */
}

.banner-area h3 {
  color:rgb(255, 255, 255);
  font-size:30px;
  top:35px;
  position:relative;
}

/*.body-container-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}*/

.custom-search-wrap form input[type="text"]:focus {
    width: 130px;
    padding-left: 32px;
    color: #000;
    background-color: #fff;
    cursor: auto;
    outline: none;
}
.banner-wrapper .page-center {}
.banner-wrapper .custom-content-wrapper {}
.banner-wrapper .custom-content-wrapper h1 {}
.banner-wrapper .custom-content-wrapper h2 {}
.banner-wrapper .custom-content-wrapper p {}
.banner-wrapper .custom-content-wrapper .btn-container {}
.banner-wrapper .custom-content-wrapper .btn-container a {}
.banner-wrapper .custom-content-wrapper .btn-container a:hover {}



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

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

.custom-footer {}
.custom-footer .page-center {}
.custom-footer-top {}
.custom-footer-top .page-center {}
.custom-footer-bottom {}
.custom-footer-bottom .page-center {}

.custom-footer {
    background-color: rgb(77, 77, 79);
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;
}
.custom-footer-links .hs-menu-wrapper > ul,
.custom-footer-links .hs-menu-wrapper > ul ul {
  display: block !important;
}

.custom-footer {
    background-color: rgb(77, 77, 79);
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;
}

.custom-phone {
    padding-top: 20px;
}

.custom-copyright p {
    color: rgb(227, 227, 227);
    text-align: center;
    margin: 0px;
    line-height: 1.9;
    padding-bottom: 10px;
    margin-bottom: .9em;
}

.custom-copyright p span {
    font-size: 11px;
}
.custom-copyright a {
    color: rgb(241, 90, 41);
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    transition-property: color, background-color, box-shadow, border-color, border-size, border-radius;
}

.custom-copyright {
    padding-top: 20px;
    line-height: 1.9;
}

.custom-phone .custom-col {
    width: 33.33333333% !important;
    display: block;
    min-height: 1px;
    margin: 0px !important;
}

.custom-col.col2 h2 {
    line-height: 1.3;
    margin-bottom: 0;
    color: rgb(241, 90, 41);
    font-size: 32px;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
}

.custom-col.col2 a {
  text-decoration: none;
  color: rgb(241, 90, 41);
}

.custom-col.col2 a:hover,
.custom-col.col2 h2:hover{
   color: rgb(237, 237, 237);
}

.custom-col-wrap .custom-contact > div {
    margin-bottom: 10px;
    padding-top: 5px;
    text-align: right;
}
.custom-col-wrap .custom-contact a {
    display: inline-block;
    margin-bottom: 0;
    padding: .775em .875em;
    border: 1px solid transparent;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: #f15a29;
    background-image: linear-gradient(0,transparent 10%,transparent 90%);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 2px 2px rgba(77,77,79,0.23);
    color: #fff !important;
    font-weight: normal;
    text-transform: uppercase;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    transition-property: color,background-color,box-shadow,border-color,border-size,border-radius;
    font-size: 14px;
    padding: 10px 30px;
    font-weight: 500;
    line-height: 16px;
    position: relative;
}

.custom-col-wrap .custom-contact a:hover {
    background-color: rgb(219, 54, 0);
    background-image: linear-gradient(0deg, transparent 10%, transparent 90%);
    border-top: 2px solid rgb(241, 90, 41);
    border-right: 2px solid rgb(241, 90, 41);
    border-bottom: 2px solid rgb(241, 90, 41);
    border-left: 2px solid rgb(241, 90, 41);
    color: rgb(255, 255, 255) !important;
}

.custom-footer-logo {
    text-align: center;
    margin-bottom: 20px;
}

.custom-footer-logo > div {
    margin-bottom: 15px;
    text-align: center;
}

.custom-col-wrap .social-wrap, .custom-col-wrap .custom-footer-menu, .custom-col-wrap .custom-contact {
    display: block;
    min-height: 1px;
    padding-left: 20px;
    width: 33.33333333% !important;
    margin: 0px !important;
}

.custom-col-wrap .custom-footer-menu ul {
  text-align: center;
  position: relative;
  left: -1px;
}

.custom-col-wrap .custom-footer-menu ul li {
    position: relative;
    line-height: 1.9;
    padding-bottom: 10px;
    display: inline-block;
}

.custom-col-wrap .custom-footer-menu ul li a {
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    transition-property: color, background-color, box-shadow, border-color, border-size, border-radius;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 3px 8px;
    color: rgb(241, 241, 241);
}

.custom-col-wrap .custom-contact a span {
    position: relative;
    top: -0.5px;
}

.custom-footer-menu > div {
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: center;
}

.custom-col-wrap .social-wrap .content ul.social-icons {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 24px;
    text-align: center;
}


.custom-bottom-wrapper .page-center > div {
    margin-left: -18px !important;
}

.custom-col-wrap .social-wrap .content ul.social-icons li {
    line-height: 1.9;
    padding-bottom: 10px;
    display: inline-block;
    list-style: none;
    margin: .1em .15em .1em 0;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    transition-property: color, background-color, box-shadow, border-color, border-size, border-radius;
}

.custom-col-wrap .social-wrap .content ul.social-icons li a {
    display: block;
    text-decoration: none;
    -webkit-transition: color .15s;
    transition: color .15s;
    color: rgb(241, 90, 41);
}

.custom-col-wrap .social-wrap .content ul.social-icons li a span {
    font-family: uxi-site-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-bottom-wrapper .page-center {
    max-width: 1180px !important;
}

.icon-uxis-facebook-rnd:before {
    content: "\e943";
}

.icon-uxis-twitter-rnd:before {
    content: "\e96f";
}

.icon-uxis-youtube:before {
    content: "\e977";
}
.icon-uxis-linkedin:before {
    content: "\e957";
}

.custom-copyright,
.custom-phone{
    position: relative;
    top: -1px;
}

.custom-copyright a:hover {
    color: rgb(227, 227, 227);
}
.custom-col-wrap .social-wrap .content ul.social-icons li a:hover {
    color: rgb(188, 217, 122);
}

.custom-col-wrap .custom-footer-menu ul li a:hover {
    color: rgb(241, 90, 41);
}

.custom-menu-primary > div {
    position: relative;
    margin-top: 5px;
    padding-top: 5px;
}

.custom-header .page-center {
    margin-left: -20px !important;
    width: auto !important;
}


.custom-search-wrap .grid-tab-6 {
    width: 50% !important;
    min-height: 1px;
    padding-left: 20px;
    margin: 0px !important;
    float: left;
}
.custom-search-wrap .grid-tab-6 .form-wrap {
    padding-bottom: 4px;
    padding-right: 25px;
    padding-top: 8px;
}
.custom-search-wrap form {
    margin-bottom: 1.17em;
}

.custom-search-wrap form input[type="text"] {
    max-width: 100%;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
    background: #ededed url(//cdn2.hubspot.net/hubfs/2540784/Faction_May2019%20Header/Images/search-5c34c78a1a93b-5c79474896b2b.png) no-repeat 9px center;
    border: solid 1px #ccc;
    padding: 9px 10px 9px 32px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    background-color: rgb(255, 255, 255);
    width: 15px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
    height: 1.0em;
    border-radius: 0px;
    border-color: transparent!important;
}

a#button-id-1 {
    margin-bottom: 0;
    padding: .775em .875em;
    background-color: #d9d9d9;
    border: 1px solid transparent;
    border-radius: 0;
    color: #222;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background-image: linear-gradient(0deg, transparent 10%, transparent 90%);
    border-top: 2px solid rgb(9, 90, 126);
    border-right: 2px solid rgb(9, 90, 126);
    border-bottom: 2px solid rgb(9, 90, 126);
    border-left: 2px solid rgb(9, 90, 126);
    border-radius: 20px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    color: rgb(250, 250, 250) !important;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 13px;
    background-color: rgb(78, 185, 68);
    background-color: rgba(78, 185, 68, 0);
    background-color: rgb(9, 90, 126);
}

.custom-search-wrap .grid-tab-6 .content {
    padding-bottom: 5px;
    padding-top: 5px;
}

span.button-text.header-font {
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-weight: 600;
    font-style: normal;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

.custom-menu-primary {}

/* Only 1st Level Menu */
.custom-menu-primary .hs-menu-wrapper > ul {}

.custom-menu-primary .hs-menu-wrapper {
    float: none !important;
    text-align: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    display: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  line-height: 1.9;
  padding-bottom: 10px;
  float: none !important;
  display: inline-block;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:hover>a:before {
    right: 0;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #f15a29;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

b.caret {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
    vertical-align: middle;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {}
.custom-menu-primary .hs-menu-wrapper > ul > li.active {}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: hidden;
  border: none !important;
  margin: 0px 10px !important;
  transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
  transition-property: color, background-color, box-shadow, border-color, border-size, border-radius;
  position: relative;
  display: block;
  padding: 10px 20px;
  color: #474747;
  line-height: 1.5;
  font-family: 'Montserrat', 'Arial', sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  font-variant: normal;
  text-transform: capitalize;
  padding-left: 9px;
  padding-right: 9px;
  text-decoration: none;
}
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}


/* Menu List Below 1st Level/ 2nd,3rd,4th......so on */
.custom-menu-primary .hs-menu-wrapper > ul ul {}
.custom-menu-primary .hs-menu-wrapper > ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


/* Only 2nd Level Menu */
.custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


/* Adjust Submenu Positions */
.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {}


/* Menu List Below 2nd Level/ 3rd,4th,5th......so on */
.custom-menu-primary .hs-menu-wrapper > ul ul ul {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
.custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}


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

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

  .hide-min {
    display: none !important;
  }
  .fixed-min {
    position: fixed;
    width: 100% !important;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .custom-menu-primary.mobile-menu {
    display: none !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.clicked ul{
    opacity: 1 !important;
    visibility: visible !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
      opacity: 0 !important;
      visibility: hidden !important;
  }
  
   .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children.clicked>ul.hs-menu-children-wrapper {
      opacity: 1 !important;
      visibility: visible !important;
      display: block;
  }

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

  .custom-menu-primary {
    width: 75% !important;
    display: block;
    min-height: 1px;
    padding-left: 20px;
    margin: 0px !important;
  }

  /* Only 1st Level Menu */
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    line-height: 1.9;
    padding-bottom: 10px;
    margin-top: 1px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:first-child {
    margin-top: 0px;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
    clear: both;
    padding: 2px 20px;
    color: #474747;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    border: none !important;
    margin: 0px 10px !important;
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    transition-property: color, background-color, box-shadow, border-color, border-size, border-radius;
    color: rgb(255, 255, 255);
    display: inline-block !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a{
      color: rgb(9, 90, 126);
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover {
    background: rgba(9, 90, 126, 0.38);
    color: rgb(237, 237, 237);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover:before {
    right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #f15a29;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a .caret {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}


  /* Menu List Below 1st Level/ 2nd,3rd,4th......so on */
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 6px 0 5px;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #dedede;
    border-radius: 0;
    background-clip: padding-box;
    text-align: left;
    background: rgba(9, 90, 126, 0.9);
    font-size: 14px;
    font-variant: normal;
    text-transform: uppercase;
    margin-top: 0;
  }
  
  
  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li {
    position: relative;
    top: -1px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(1), .custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:nth-child(2) {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul:before {}
  .custom-menu-primary .hs-menu-wrapper > ul ul:after {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li:after {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


  /* Only 2nd Level Menu */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


  /* Adjust Submenu Positions */
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {}


  /* Menu List Below 2nd Level/ 3rd,4th,5th......so on */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}
}


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

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

@media (max-width: 991px){


  .hide-min {
    display: block !important;
  }
  .hide-max {
    display: none !important;
  }
  .fixed-min {
    position: relative;
  }
  
  /*hs support */
  .body-container.container-fluid .row-fluid .page-center {
    padding:0 10px;
  }
  /*end hs support */

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

  .mobile-trigger {
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .custom-header-lp .mobile-trigger {
    display: none !important;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #fff;
    background-color: #000; 
    border-color: transparent;
  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    background-color: #fff; /* Icon color */
  }

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

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 36px !important;
    padding: 0 !important;
  }
  
  .child-trigger b.caret {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
    vertical-align: middle;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -4px;
    border-width: 7px 7px 0;
    border-top-color: rgb(9, 90, 126);
    border-bottom-color: rgb(9, 90, 126);
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
    .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: rgb(66, 178, 172);
  }

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

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


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

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

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

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

  .custom-menu-primary {
    width: 100% !important;
    margin-left: 0 !important;
  }

  /* Only 1st Level Menu */
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    float: none !important;
    width: 100% !important;
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {}
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}


  /* Menu List Below 1st Level/ 2nd,3rd,4th......so on */
  .custom-menu-primary .hs-menu-wrapper > ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {}


  /* Only 2nd Level Menu */
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {}


  /* Adjust Submenu Positions */
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(3) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(4) > ul {}
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > ul {}


  /* Menu List Below 2nd Level/ 3rd,4th,5th......so on */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {}
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {}
}


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

/* ============== Comman Styles ===================== */

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

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

.blog .blog-content {}

.custom-byline {}
.custom-byline > span {}
.custom-byline > span:first-child {}
.custom-byline a {}
.custom-byline a:hover {}
.custom-byline .meta-author {}
.custom-byline .meta-author a.author-link {}
.custom-byline .meta-author a.author-link:hover {}
.custom-byline .custom-date {}
.custom-byline .meta-category {}
.custom-byline .meta-category a.topic-link {}

/* =====================================
Blog Listing 
===================================== */

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

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

.blog.hs-blog-listing .blog-content {}

.hs-blog-header {}
.hs-blog-header h1 {}


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

/* Blog Post Title */
.blog-listing-wrapper .post-listing .post-item .post-header h2,
h2.post-listing-simple {}
.blog-listing-wrapper .post-listing .post-item .post-header h2 a,
h2.post-listing-simple a {}
.blog-listing-wrapper .post-listing .post-item .post-header h2 a:hover,
h2.post-listing-simple a:hover {}

.blog-listing-wrapper .post-listing .post-item .post-body h2,
h2.post-listing-simple {}
.blog-listing-wrapper .post-listing .post-item .post-body h2 a,
h2.post-listing-simple a {}
.blog-listing-wrapper .post-listing .post-item .post-body h2 a:hover,
h2.post-listing-simple a:hover {}

/* Blog Author and Avatar / Byline */
.hs-blog-listing #hubspot-author_data {}
.hs-blog-listing #hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
.hs-blog-listing #hubspot-author_data a.author-link {}
.hs-blog-listing #hubspot-author_data .hs-author-label {} /* Which have 'Posted By' text */
.hs-blog-listing #hubspot-author_data .hs-author-avatar {}
.hs-blog-listing #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-wrapper {}
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-header {}
.blog-listing-wrapper .post-listing .post-item.no-image .post-header {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-listing-wrapper .post-listing .post-item.no-image .post-body {}
.blog-listing-wrapper .post-listing .post-item .post-body .post-content {}

.custom-byline-listing {}
.custom-byline-listing > span {}
.custom-byline-listing > span:first-child {}
.custom-byline-listing a {}
.custom-byline-listing a:hover {}
.custom-byline-listing .meta-author {}
.custom-byline-listing .meta-author a.author-link {}
.custom-byline-listing .meta-author a.author-link:hover {}
.custom-byline-listing .custom-date {}
.custom-byline-listing .meta-category {}
.custom-byline-listing .meta-category a.topic-link {}
.custom-byline-listing .meta-category a.topic-link:hover {}
.custom-byline-listing .meta-comments a:hover {}

/* Post Featured Image on Listings Page */
.hs-blog-listing .hs-featured-image-wrapper {}
.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link {}
.hs-blog-listing .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 100%;
  max-width: auto;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: none;
  margin: 0;
      max-width: 100%;
}

span.filter-link-count {
    display: none;
}

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

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

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



/* Pagination */
.blog-pagination {
  padding: 20px 0;    
}
.blog-pagination a {
  margin-right: 15px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Numbered Pagination */
.blog-pagination {}
.blog-pagination > div {}
.blog-pagination-left {}
.blog-pagination-right {}
.blog-pagination-center {}
.blog-pagination-center a {}
.blog-pagination a {}
.blog-pagination a:hover,
.blog-pagination a:focus {}
.blog-pagination a.elipses {}
.blog-pagination a.active {}
.blog-pagination a.next-link {}
.blog-pagination a.prev-link {}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {}



/* =====================================
Blog Post 
===================================== */

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

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

.blog.hs-blog-post .blog-content {}

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

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

/* Blog Author and Avatar / Byline */
.hs-blog-post #hubspot-author_data {}
.hs-blog-post #hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
.hs-blog-post #hubspot-author_data a.author-link {}
.hs-blog-post #hubspot-author_data .hs-author-label {} /* Which have 'Posted By' text */
.hs-blog-post #hubspot-author_data .hs-author-avatar {}
.hs-blog-post #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-post-wrapper .post-header {}
.blog-post-wrapper .post-body {}
.blog-post-wrapper .custom-post-footer {}

/* Featured Image on Post Page */
.hs-blog-post .hs-featured-image-wrapper {}
.hs-blog-post .hs-featured-image-wrapper .hs-featured-image-link {}
.hs-blog-post .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0;
}

.custom-byline-post {}
.custom-byline-post > span {}
.custom-byline-post > span:first-child {}
.custom-byline-post a {}
.custom-byline-post a:hover {}
.custom-byline-post .meta-author {}
.custom-byline-post .meta-author a.author-link {}
.custom-byline-post .meta-author a.author-link:hover {}
.custom-byline-post .custom-date {}
.custom-byline-post .meta-category {}
.custom-byline-post .meta-category a.topic-link:hover {}
.custom-byline-post .meta-comments a:hover {}

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

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

/* Post Pagination */
.post-pagination {}

/* Comment Section */
.comment-date {
  display: block !important;
}

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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin-bottom: 30px;
}


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

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

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

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

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

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



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


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

/* Form Title */
.form-title {}
.form-title:before {}
.form-title:after {}

.hs_cos_wrapper_type_email_simple_subscription h1,
.hs_cos_wrapper_type_email_simple_subscription h3 {}

/* Form Field */
.hs-form-field {
  margin: 10px 0;
}

.form-title {
    font-size: 30px;
    font-family: 'Montserrat', 'Arial', sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 15px;
    line-height: 1.2;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label,
.section.post-footer label,
.widget-type-google_search label {
  display: block;
  padding-bottom: 5px;
  color: rgb(114, 114, 114);
  line-height: 1.9;
}

span.hs-form-required {}

/* 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 {
  width: 100%;
}
.hs-input.error {}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Hubspot Default Form Style */

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"],
textarea,
select {
  display: inline-block;
    width: 90%;
  max-width: 700px;
  height: 40px;
  padding: 9px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  -webkit-appearance: none;

}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus {
  outline: 1px solid #129fea;
  outline-offset: -2px;
}





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

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

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

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

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

/* Error */
.hs-error-msgs label,
.section.post-footer .hs-error-msgs label {
  color: #f00;
}
.submitted-message {}
ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

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


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

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

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

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


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

#comment-form {
  margin-top: 30px;
}
.section.post-footer {
  margin-top: 50px;
}
.section.post-footer .hs-richtext {
  margin-top: 50px;
  margin-bottom: 25px;
}
.section.post-footer .hs-richtext h3 {}
.section.post-footer .hs-richtext p {}

/* Label */
.section.post-footer .hs-form-field > label {}
.section.post-footer label {}

/* Inputs */
.section.post-footer input[type="text"],
.section.post-footer input[type="email"],
.section.post-footer textarea {}

.section.post-footer input[type="text"]:focus,
.section.post-footer input[type="email"]:focus,
.section.post-footer textarea:focus {}

.section.post-footer input[type="text"] {}
.section.post-footer input[type="text"]:focus {}
.section.post-footer input[type="email"] {}
.section.post-footer input[type="email"]:focus {}
.section.post-footer input[type="submit"] {}
.section.post-footer input[type="submit"]:hover {}

.section.post-footer textarea {}
.section.post-footer textarea:focus {}

.section.post-footer 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"] {}


/* Make Form 50% on Desktop */

.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field {
  display: block;
}


/* ==========================================================================
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;
  display: inline-block;
  margin: 15px 0 0px;
}

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

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

/* Hubspot Default Button Style */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-radius: 15px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  background: #095a7e;
  border-color: #095a7e;
  color: #ffffff;
  font-size: 15px;
  font-family: Montserrat;
}

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

}

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

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



/* ==========================================================================
Custom Classes                                   
========================================================================== */

.auto {
  width: auto !important;
}
.f-left {
  float: left !important;
}
.f-right {
  float: right !important;
}
.t-left {
  text-align: left;
}
.t-right {
  text-align: right;
}
.full-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}
.fixed {
  position: fixed;
  width: 100% !important;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9999;
}
.center-block {
  display: block;
  margin: 0 auto;
  float: none !important;
}
.hs-blog-listing .show-on-post {
  display: none !important;
}
.hs-blog-post .show-on-listing {
  display: none !important;
}

@media (min-width: 992px) {
  .custom-mobile-wrap {
    display: none !important;
  }
  
  .custom-mobile-wrap {
    display: none !important;
}

}

/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */
.custom-header.custom-header-lp .custom-search-wrap,
.custom-header.custom-header-lp button.mobile-navbar-toggle,.custom-header.custom-header-lp a.mobile-navbar-toggle.mobile-navbar-toggle-right{
    opacity: 0;
    visibility: hidden;
    position: relative;
    z-index: -1;
}


.header-container input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: transparent;}


.section.post-footer textarea {
    height: auto;
}

.post-tags span#hubspot-topic_data:before{
  content:none;
}



body.password-template.one-column.hs-content-id-1.hs-landing-page.hs-page input#hs-pwd-widget-password {
    display: block;
    margin-bottom: 20px;
}

#email-prefs-form .email-edit {
    max-width: 700px !important;
}

.hs-blog-listing .body-container-wrapper {
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 64%, rgb(237, 237, 237) 64%);
}

.post-body.clearfix p {
    margin-top: 0px;
}

.hs-blog-listing dl.post-date {
    margin: 0px;
}

.blog.hs-blog-post  .post-date {
    margin: 0 0 0 0em;
    margin-left: 1em;
}

.blog .content-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
}

.post-item {
  min-height: 570px;
  max-width: 31%;
  margin: 0 1% 1% 1%;
  display: inline-block;
  vertical-align: top;   
  margin-right: 5px;
}

.alert-dismiss:before, .gform_card_icon, .ui-datepicker-next:before, .ui-datepicker-prev:before, .uxi-site-icon-font, [class*=" icon-uxis-"], [class^=icon-uxis-] {
    font-family: uxi-site-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hs-blog-post .blog-sidebar {
    display: none !important;
}

.blog.hs-blog-post .blog-content {
    width: 100% !important;
}
.icon-uxis-clock:before {
    content: "\e90b";
}
span.sr-only {
    display: none;
}
.post-item  .post-meta dt {
    font-weight: 400;
    padding-right: .25em;
}
.post-item .post-meta dd, 
.post-item .post-meta dt {
    display: table-cell;
    vertical-align: middle;
}

.post-header h2 a {
   text-decoration: none;
   font-weight: 500;
}

.post-header h2 {
   margin-bottom: 4px;
   font-size: 16px;
   line-height: 21px;
}

.post-header {
   margin-top: 15px;
   margin-bottom: .9em;
}

.post-date dt, .post-date dd {
   display: table-cell;
   vertical-align: middle;
   font-weight: 400;
   padding-right: .25em;
}
.blog-pagination {
    padding: 20px 0;
    display: inline-block;
    width: 100%;
}
.blog-pagination a{text-decoration:none;}

.hs-blog-listing .banner-area {
  margin-left: 0px;
  margin-right: 0px;
  padding-left:0px;
  padding-right:0px;
}

.hs-blog-listing .body-container-wrapper {
    padding-left: 0px;
    padding-right: 0px;
}

.hs-blog-listing .body-container.container-fluid .row-fluid .page-center {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1180px;
}

.hs-blog-listing .blog-content {
  padding-left: 20px;
  width: 74.6% !important;
  background-color: rgb(255, 255, 255);
  border-left: 0px solid rgb(241, 90, 41);
  padding-bottom: 60px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 60px;
}

.hs-blog-listing .blog-sidebar {
    width: 25% !important;
    padding-left: 20px;
    margin: 0px !important;
}

.block h3 {
    margin: 0px;
}

.hs-blog-listing .hs-featured-image-wrapper {
   margin-top: 15px;
}

.block {
   border-left: 2px solid rgb(241, 90, 41);
   margin-top: 90px;
   padding-bottom: 15px;
   padding-left: 30px;
   padding-top: 15px;
}

.block ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
}

.block ul li {
   line-height: 34px;
   padding-bottom: 10px;
}

.block ul li a {
  padding: 3px 8px;
  text-decoration: none;
  display: inline-block;
  line-height: 27px;
}

.blog-pagination-center {
   display: inline-block;
}

.blog-pagination-right {
   display: inline-block;
}

.blog-pagination > div {
    display: inline-block;
}

.section.post-header h1 {
   margin-bottom: 13px;
   font-size: 32px;
   font-family: 'Montserrat', 'Arial', sans-serif;
   font-weight: 600;
   font-style: normal;
   color: #095a7e;
   font-variant: normal;
   text-transform: uppercase;
}

.post-author {
   display: inline-block;
}

.post-date {
   display: inline-block;
   margin-left: 1em;
}

.icon-uxis-tags:before {
   content: "\e92c";
}

.section.post-header h1 {
   margin-bottom: 13px;
   font-size: 32px;
   font-family: 'Montserrat', 'Arial', sans-serif;
   font-weight: 600;
   font-style: normal;
   color: #095a7e;
   font-variant: normal;
   text-transform: uppercase;
}

.post-author {
   display: inline-block;
}

.post-date {
   display: inline-block;
   margin-left: 1em;
}

.icon-uxis-tags:before {
   content: "\e92c";
}
.hs-blog-post .blog-content {
   padding-bottom: 60px;
   padding-top: 60px;
}

span#hubspot-topic_data:before {
   content: "\e915";
   font-family: uxi-site-icons!important;
   speak: none;
   font-style: normal;
   font-weight: 400;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
}

.hs-blog-post .banner-content h1 {
   margin-bottom: 0px;
}

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


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

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


}


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

@media (max-width: 1040px) {

  /*============== Header ==============*/
  
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  /*============== Footer ==============*/
  /*============== Blog Listing ==============*/
  /*============== Blog Post  ==============*/
}
@media (max-width: 991px) {

  .custom-header .page-center {

  }
  
  .post-item {
    width: 100% !important;
    max-width: 100%;
    margin: 0px;
    min-height: auto;
    margin-top: .9em;
    padding-bottom: 10px;
  }
  
  .custom-header {
    box-shadow: none;
  }
  
  html {
    font-size: 14px;
  }
  
  .custom-logo-wrap {
    display: none !important;
  }
  
  body {
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
  }
  
  .custom-footer-menu>div {
    margin-bottom: 0px;
    margin-top: 9px;
    text-align: center;
  }
  
  .custom-copyright, .custom-phone {
    position: relative;
    top: 0px;
  }
  
  .custom-col-wrap .custom-contact a {
    margin-bottom: 5px;
  }

  .custom-col-wrap .social-wrap .content ul.social-icons {
    position: relative;
    top: 1px;
  }
  
  .custom-col-wrap .custom-footer-menu ul {
    top: 1px;
  }
  .custom-header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    height: 50px;
    padding: 5px 54px;
    background-color: #2b2b2b;
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear,-webkit-transform .2s linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgb(255, 255, 255);
  }

  .mobile-navbar-logo {
    text-align: center;
  }

  .mobile-navbar-logo a {
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    transition-property: color, background-color, box-shadow, border-color, border-size, border-radius;
    height: 40px;
    display: block;
  }

  .mobile-navbar-logo img {
    max-width: 100%;
    height: auto;
    max-height: 40px;
  }
  
  
  button.mobile-navbar-toggle {
    display: block;
    position: absolute;
    top: 0;
    height: 50px;
    padding: 0 15px;
    background-color: transparent;
    border: 1px solid transparent;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    vertical-align: middle;
    text-decoration: none;
    left: 0;
    color: rgb(9, 90, 126);
    cursor: pointer;
  }

  button.mobile-navbar-toggle span.icon-uxis-menu {
    font-family: uxi-site-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  button.mobile-navbar-toggle span.icon-uxis-menu:before {
    content: "\e920";
  }

  span.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    display: block;
    position: relative;
    padding: 5px 28px 5px 15px;
    color: #fff;
    text-decoration: none;
    margin: 0px !important;
    color: rgb(9, 90, 126);
    line-height: 26px;
    text-transform: none;
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    margin-top: -1px;
    margin-bottom: 1px;
  }

  a.mobile-navbar-toggle {
    display: block;
    position: absolute;
    top: 0;
    height: 50px;
    padding: 0 15px;
    background-color: transparent;
    border: 1px solid transparent;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    vertical-align: middle;
    text-decoration: none;
    right: 0;
    color: rgb(9, 90, 126);
  }

  a.mobile-navbar-toggle:before {}

  a.mobile-navbar-toggle span.icon-uxis-phone {
    font-family: uxi-site-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  a.mobile-navbar-toggle span.icon-uxis-phone:before {
    content: "\e924";
  }
  
  .header-container-wrapper {
    min-height: 50px;
  }
  
  .custom-header .page-center {
    margin-left: 0px !important;
    width: auto !important;
  }

  button.mobile-navbar-toggle:focus {
    outline: 0;
  }

  button.mobile-navbar-toggle:hover {
    opacity: .75;
  }
  
  .custom-menu-primary ul ul li {
    line-height: 1.9;
    padding-bottom: 10px;
  }
  .custom-menu-primary ul ul li a {
    transition: .4s ease-in-out;
    -webkit-transition: .4s ease-in-out;
    transition-property: color, background-color, box-shadow, border-color, border-size, border-radius;
    display: block;
    position: relative;
    padding: 5px 28px 5px 15px;
    color: #fff;
    text-decoration: none;
    color: rgb(9, 90, 126);
    padding-left: 30px;
    white-space: normal !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    padding-bottom: 9px;
  }
  
  .custom-menu-primary ul ul li a:hover ,
  .custom-menu-primary ul>li>ul> li.active > a,
  .custom-menu-primary .hs-menu-wrapper>ul>li.active>a{
    color: rgb(66, 178, 172);
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover .child-trigger b.caret,
  .custom-menu-primary .hs-menu-wrapper>ul>li.active .child-trigger b.caret{
    border-top-color: rgb(66, 178, 172);
    border-bottom-color: rgb(66, 178, 172);
  }
  
  a.mobile-navbar-toggle:hover {
    color: #f15a29;
  }
  


  .body-container.container-fluid .row-fluid .page-center {

  }

  .footer-container.container-fluid .row-fluid .page-center {

  }
  

  .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
    position: relative;
    left: 0px;
    -webkit-transition: left .2s linear;
    transition: left .2s linear;
  }
  
  .mobile-open .custom-header{
    -webkit-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transform: translate3d(270px,0,0);
    transform: translate3d(270px,0,0);
    z-index:9;
  }
  
  .mobile-open .header-container-wrapper, .mobile-open .body-container-wrapper, .mobile-open .footer-container-wrapper{
    left: 270px;
    -webkit-transition: left .2s linear;
    transition: left .2s linear;
  }
  
  .mobile-open .custom-menu-primary.js-enabled .hs-menu-wrapper {
    display: block !important;
  }
  
  .custom-menu-primary.mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    width: 270px !important;
    height: 100vh !important;
    background: #2b2b2b;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: left .2s linear;
    transition: left .2s linear;
    background-color: rgb(255, 255, 255);
    color: rgb(9, 90, 126);
    left: -270px;
  }
  
  div#site-wrapper {
    overflow: hidden;
  }
  
  .mobile-open .custom-menu-primary.mobile-menu {
    left: 0;
    opacity: 1;
    z-index: 999;
    -webkit-transition: left .2s linear;
    transition: left .2s linear;
  }
  
  .custom-menu-primary>div {
    padding: 0px;
    margin: 0px;
  }

  b.caret {
    display: none;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul {
    display: block;
    text-align: left;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:before{
   content:none !important;
  }
  
  .mobile-open .mobile-content-overlay {
    left: 270px;
    right: 0;
  }
  .mobile-content-overlay {
    opacity: 0;
    -webkit-transition: left .2s linear .2s;
    transition: left .2s linear .2s;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1001;
    opacity: 1;
    background: hsla(0,0%,100%,.5);
    cursor: pointer;
    left: 0px;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul>li:last-child {
    display: block;
  }

  body.mobile-open {
    overflow-x: hidden !important;
  }


  /*============== Header ==============*/
  /*============== Footer ==============*/
  /*============== Blog Listing ==============*/
  /*============== Blog Post  ==============*/
}


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


@media (max-width: 767px) {


  /* Make Form 100% on Mobile */
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_form,
  .hs_cos_wrapper_type_blog_subscribe,
  .widget-type-google_search,
  #comment-form,
  .section.post-footer,
  .hs-search-field {
    display: block;
    max-width: 100%;
    max-width: 100%;
  }
  
  /*hs support */
  .body-container.container-fluid .row-fluid .page-center {
    padding:0 10px;
  }
  /*end hs support */
  
  .fancybox-content h3 {
    line-height: 1.3;
    margin-bottom: .765em;
    font-size: 1.14285714em;
  }

  .section.post-body img {
    float: none !important;
  }

  .blog.hs-blog-post  .post-date {
    margin: 0 0 0 0em;
    margin-bottom: 2px;
  }

  
  .hs-blog-listing .banner-area {
    background-position: right;
      padding-bottom: 51px;
  }
  
  .hs-blog-post .banner-area {
    background-position: inherit;
  }
  
  
  h1 {
    font-size: 36px;
  }
  
  h2,h3 {
    font-size: 30px;
  }
  
  h4 {
    font-size: 28px;
  }
  
  h5 {
    font-size: 24px;
  }
  
  h6 {
    font-size: 20px;
  }
  
  .hs-blog-listing .blog-sidebar {
    padding-left: 0px;
    margin-bottom: 25px;
    margin-top: 25px !important;
  }
  
  .post-header h2 {
    margin-bottom: 1.035em;
    font-size: .85714286em;
    line-height: 16px;
  }

  .hs-blog-listing .blog-content, .hs-blog-listing .blog-sidebar {
    width: 100% !important;
  }
  
  .hs-blog-listing .blog-content {
    padding-left: 15px;
    padding-right: 1px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .hs-blog-listing .body-container-wrapper {
    background: #fff;
  }
  
  .block {
    border-left: 2px solid rgb(241, 90, 41);
    margin-top: 0px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-top: 0px;
  }

  .post-author, .post-date, .post-tags {
    display: block;
    margin-left: 0px;
    margin-bottom: 2px;
   line-height: 27px;
  }
  
  .hs-blog-post .blog-content{
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .section.post-header h1{
    font-size: 1.42857143em;
    line-height: 1.3;
  }

  .banner-area h1 {
   /* font-size: 30px;*/
    font-size:15px;
    margin-bottom: 15px;
    text-align: center;
   /* top:30px;*/
    top:13px;
  }

  .banner-area h3 {
    text-align:center;
   /* font-size:25px; */
    font-size:12px;
    top:2px;
  }
  
  
  .banner-area {
 /*   background-repeat: repeat-y;
    background-position: center top;
  /*  background-size: auto auto;*/
 /*   background-size:cover;
    padding-bottom: 50px;
    padding-top: 50px;
    /*background-attachment: fixed;*/
  min-height:56px;
  }

  .main-content{
   margin-bottom:40px;
  }


  .custom-header .page-center {

  }

  .footer-container.container-fluid .row-fluid .page-center {

  }



  /*============== Header ==============*/
  /*============== Footer ==============*/
  
  .custom-footer {
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
  }
  
  .custom-copyright, .custom-phone {
    position: relative;
    top: -1px;
  }
  
  .custom-col.col2 h2 {
    font-size: 20px;
  }
  
  .custom-phone .custom-col {
    width: 100% !important;
  }
  
  .custom-col-wrap .custom-contact a {
    display: block;
    margin: 0px;
  }
  
  .custom-col-wrap .custom-footer-menu ul li {
    display: block;
  }
  
  .custom-phone {
    padding-top: 6px;
  }
  
  .custom-col-wrap .social-wrap, .custom-col-wrap .custom-footer-menu, .custom-col-wrap .custom-contact {
    width: 100% !important;
  }
  
  .custom-col-wrap .custom-contact>div {
    margin-bottom: 10px;
    padding-top: 6px;
  }
  .custom-col-wrap .custom-contact a {
    margin-left: -2px;
  }
  /*============== Blog Listing ==============*/
  /*============== Blog Post  ==============*/


}  

@media (max-width: 700px) {
.fancybox-content .hs_firstname.hs-firstname.hs-form-field, 
  .fancybox-content .hs_lastname.hs-lastname.hs-form-field,
  .fancybox-content .hs_phone.hs-phone.hs-form-field, 
  .fancybox-content .hs_company.hs-company.hs-form-field, 
  .fancybox-content .hs_state.hs-state.hs-form-field, 
  .fancybox-content .hs_email.hs-email.hs-form-field {
    width: 100%;
    margin-right: 0px;
    float: none;
    max-width: 100%;
}
  
.fancybox-content  .hs-input {
    width: 95% !important;
    max-width: 95%;
}  
  
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {


  .subscribe-options label {
    margin-left: 0 !important;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field > div {
    max-width: 300px;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .checkbox-row span.fakelabel span {
    float: none !important;
  }

  .subscription-template.one-column .hs-button.primary,
  .subscription-template.one-column input[type="submit"], 
  .subscription-template.one-column input[type="button"] {
    font-size: 15px;
  }
}
@media (max-width: 321px) {}

/*hs support */
.background-image {
    display: none !important;
}
#banner-background-image{
    position: relative;
    background-color: #444;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size:cover;
    min-height: 140px;
    width:100%;
    height:auto;
}


#banner-background-image h1 {
    color: #fff;
    margin-bottom: 15px;
    margin-top:50px;
    font-size:44px;
}

/*end hs support */







