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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/3.0.2/css/font-awesome.min.css');


@font-face {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: 900;
	src: url("//cdn2.hubspot.net/hubfs/5804779/Phoenixs_July2019%20Theme/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
		url("//cdn2.hubspot.net/hubfs/5804779/Phoenixs_July2019%20Theme/fonts/fontawesome-webfont.woff2") format("woff2"),
		url("//cdn2.hubspot.net/hubfs/5804779/Phoenixs_July2019%20Theme/fonts/fontawesome-webfont.woff") format("woff"),
		url("//cdn2.hubspot.net/hubfs/5804779/Phoenixs_July2019%20Theme/fonts/fontawesome-webfont.ttf") format("truetype"),
		url("//cdn2.hubspot.net/hubfs/5804779/Phoenixs_July2019%20Theme/fonts/fontawesome-webfont.svg#fontawesome") format("svg");
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
	background: #fff;
	color: #424143;
	font-family: 'Raleway', sans-serif;
	font-size: 100%;
	line-height:1.5em;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1368px;
  margin: 0 auto;
	padding: 2rem 15px;
}



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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 20px ;
	line-height: 1.2em;
	font-family: 'Raleway', sans-serif;
	font-weight: bold;
	clear: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
	font-size: 24px;
	font-size: 1.8rem;
	line-height: 1.2em;
	text-transform: uppercase;
}
h2 {
	text-transform: uppercase;
	font-size: 18px;
	font-size: 1.28rem;
}
h3 {
	font-size: 17px;
	font-size: 1.18rem;
	font-weight: normal;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 15px;
}
h6 {
	font-size: 14px;
}

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

/* Lists */
ul, ol {
	margin-bottom: 1em;

}
ul ul, ul ol, ol ol, ol ul {}
li {
	margin-bottom: 1em;

}

/* Block Quotes */
blockquote {
	line-height: 1.2em;
	font-size: 1.5rem;
	color: #333;
	border-left: none;
	font-style: italic;
	font-weight: 500;
	position: relative;
	padding: 32px 96px;
	padding: 2rem 6rem;
	margin: 16px 0px;
	margin: 1rem 0rem;
}
blockquote p {
	line-height: 1.2em;
	font-size: 1.5rem;
	color: #333;
	font-weight: 500;
}
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 {
		box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.1);
		position: relative;
		z-index: 99;
		-webkit-transition: all 0.2s ease;
		transition: all 0.2s ease;
		display: block !important;
		width: 100% !important;
	}
	.custom_header .row-fluid .page-center {
		padding-top: 16px;
		padding-bottom: 16px;
		padding-top: 1rem !important;
		padding-bottom: 1rem !important;
		position: relative;
	}

	.custom_header .page-center > div > div {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-align-content: flex-start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		justify-content: center;
		align-items: center;
		align-content: center;
	}

	.custom_header .site_logo {
		width: 100%;
		margin: 0px;
		padding: 0px 16px;
		padding: 0rem 1rem;
		padding-right: 0px!important;
		width: 58.3%;
	}
	.site_logo a {
		display: block;
		max-width: 200px;
	}
	.custom_header .custom_menu-group {
		margin-left: 0;
		text-align: right;
		width: 100%;
		margin: 0px;
		padding: 0px 16px;
		padding: 0rem 1rem;
		padding-left: 0px!important;
		width: 41%;
	}
	.blog-filter, .search-wrapper {
		background: #424143;
		color: #fff;
		display: none;
	}

	.align.page-center.cf {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-align-content: flex-start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}

	.search-wrapper form, .search-wrapper .search-box {
		width: 100%;
	}

	.search-wrapper .search-box {
		width: 100%;
		margin: 0px;
		padding: 0px 16px;
		padding: 0rem 1rem;
	}

	.screen-reader-text {
		display: none;
	}

	#searchform .button {
		font-family: FontAwesome;
		font-size: 32px;
		font-size: 2rem;
		line-height: 40px;
		line-height: 2.48rem;
		margin: 0;
		border-bottom: 3px solid rgba(255,255,255,0.5) !important;
		vertical-align: bottom;
		color: #fff;
		width: 4%!important;
		display: inline-block;
		box-sizing: border-box;
		background-color: transparent;
		border: none;
		border-radius: 0;
		padding: 0.5rem 1rem;
		position: relative;
		left: -4px;
	}

	.search-wrapper #searchform input[type="search"] {
		max-width: 100%;
		font: inherit;
		margin: 0;
		border-bottom: 3px solid rgba(255,255,255,0.5) !important;
		vertical-align: bottom;
		color: #fff;
		width: 95%!important;
		display: inline-block;
		box-sizing: border-box;
		margin: 0;
		border: none;
		line-height: 1.42em;
		background-color: transparent;
		padding: 1rem;
		font-size: 1rem;
		border-radius: 0!important;
		-webkit-appearance: none;
		font-family: Raleway, sans-serif;
		font-weight: 400;
		color: #fff;
	}

	#searchform .button:after {
		font-family: 'FontAwesome';
		content: "\f105";
		padding-left: 8px;
		padding-left: 0.5rem;
	}

	.search-wrapper #searchform input[type="search"]::placeholder {
		color: rgba(255,255,255,0.5);
		font: inherit;
		font-size: 19px;
	}
	.site_logo a img {
		vertical-align: unset;
	}
	.stuck .custom_header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
	}
	.stuck .body-container-wrapper {
		margin-top: 109px;
	}
	.no_nav_header .site_logo {
		padding-top: 4px;
		padding-bottom: 5px;
	}
	.no_nav_header .mobile-trigger {
		opacity: 0 !important;
		visibility: hidden !important;
	}
	.no_nav_header a.phone {
		display: none !important;
	}
	.search-wrapper #searchform input[type="search"]:focus {
		outline-offset: -2px;
		outline: -webkit-focus-ring-color auto 1px;
	}


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

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

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


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

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

	.custom_cp {
		font-size: 12px;
		font-size: 0.75rem;
		line-height: 1.5em;
		background: #333;
		color: #fff;
		width: 100%;
		display: block;
	}
	.custom_cp .row-fluid .page-center {
		padding-top: 16px;
		padding-bottom: 16px;
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.custom_cp .page-center > div > div {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-align-content: flex-start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.custom_cp .cp-left, .custom_cp .cp-right {
		width: 100%;
		margin: 0px;
		padding: 0px 16px;
		padding: 0rem 1rem;
	}
	.cp-left p {
		margin: 0;
	}

	.cp-left p span:nth-child(2) {
		display: block;
	}

	.cp-right ul.social-icons {
		margin: 0;
		padding: 0;
		color: #fff;
		margin-bottom: 8px;
		margin-bottom: 0.5rem;
		list-style: none;
		font-size: 0;
	}

	.cp-right ul.social-icons li {
		display: inline-block;
		opacity: 1;
		-webkit-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease;
		margin-bottom: 8px;
		margin-bottom: 0.5rem;
	}

	.cp-right ul.social-icons li a {
		color: #fff;
		font-weight: 600;
		display: inline;
	}
	.cp-right ul.social-icons li:hover {
		opacity: 0.5;
	}

	.cp-right ul.social-icons li:hover a {
		text-decoration: none;
	}

	[class^="icon-"]:before, [class*=" icon-"]:before {
		font-family: 'FontAwesome';
		font-style: normal;
		speak: none;
		display: inline-block;
		text-decoration: inherit;
		width: 16px;
		width: 1rem;
		margin-right: 16px;
		margin-right: 1rem;
		text-align: center;
		font-size: 28px;
		font-size: 1.8rem;
		font-variant: normal;
		text-transform: none;
		line-height: 1em;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	.cp-right ul.social-icons li a:before {
		font-size:30px;
		width: auto;
	}

	.icon-linkedin-square:before {
		content: "\f08c";
	}

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

	.icon-youtube-play:before {
		content: "\f16a";
	}
	.custom_footer {
		background: #424143;
		color: #fff;
		width: 100%;
		display: block;
	}
	.custom_footer .page-center > div > div {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-align-content: flex-start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}
	.custom_footer .row-fluid .page-center {
		padding: 32px 16px;
		padding: 2rem 0rem;
	}
	.custom_footer .column {
		width: 100%;
		margin: 0px;
		padding: 0px 16px;
		padding: 0rem 1rem;
	}
	.column h3 {
		padding-bottom: 16px;
		padding-bottom: 1rem;
		border-bottom: 2px solid rgba(255,255,255,0.2);
		font-size: 21px;
		font-size: 1.5rem;
		text-transform: uppercase;
		font-weight: 600;
		margin: 0 0 14px 0;
		margin: 0 0 1em 0;
	}
	.footer_menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		margin-bottom: 1rem;
	}

	.footer_menu ul li {
		margin-bottom: 1rem;
		width: 50%;
		display: block;
		float: left;
		line-height: 1.2em;
	}

	.footer_menu ul li a {
		font-weight: 600;
	}

	.footer_menu ul li a:after {
		font-family: 'FontAwesome';
		content: "\f105";
		padding-left: 8px;
		padding-left: 0.5rem;
		padding-right: 8px;
		padding-right: 0.5rem;
	}
	.custom_footer_form input.hs-button.primary.large {
		margin: 0;
		background: #f15a2b;
		border-color: #f15a2b;
		color: #ffffff;
		font-size: 14px;
    font-family: Raleway;
		font-weight: 600;
	}

	.custom_footer_form .actions {
		margin-top: 18px;
		margin-bottom: 18px;
		padding: 17px 20px 16px 0px;
		text-align: left;
	}

	.custom_footer_form .field {
		margin-bottom: 18px;
	}

	.custom_footer_form form label {
		color: #fff;
		font-family: Raleway;
		font-size: 14px;
		display: block;
		float: none;
		width: auto;
		font-weight: 500;
		text-align: left;
		line-height: 20px;
		padding-top: 0;
		margin-bottom: 4px;
	}
	.custom_footer_form .hs-richtext p {
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 20px;
	}

	.custom_footer_form .hs_recaptcha {
		display: block;
		padding: 8px;
		padding-bottom: 2px;
	}

	.custom_footer_form .legal-consent-container p {
		font-family: Raleway;
		color: #ffffff;
		font-size: 10px;
		word-break: break-word;
		margin-bottom: 0;
	}

	.custom_footer_form .legal-consent-container .hs-richtext {
		line-height: 24px;
		margin-bottom: 3px;
	}

	.custom_footer_form .legal-consent-container .hs-richtext p {
		line-height: 24px;
		margin-bottom: 10px;
		margin-top: 0px;
	}

	.custom_footer_form .legal-consent-container .hs-richtext p a {
		color: -webkit-link;
		text-decoration: underline;
	}

	.custom_footer_form .legal-consent-container > div > div > div {  
		margin-bottom: 0 !important;
  }

	.custom_footer_form .legal-consent-container > div > div > div ul {
		margin-bottom: 0;
		padding-top: 6px;
	}

	.custom_footer_form .legal-consent-container > div > div > div ul li {
		margin-bottom: 0;
	}

	.custom_footer_form .legal-consent-container > div > div > div ul li label {
		line-height: 18px;
		margin-bottom: 4px;
	}

	.custom_footer_form .legal-consent-container > div > div > div ul li label span {
		display: block;
		margin-left: 20px;
		padding-bottom: 6px;
	}

	.custom_footer_form .legal-consent-container > div > div > div ul li label input {
		margin: 3px 7px 3px 5px;
		line-height: normal;
	}
	.custom_footer_form fieldset.form-columns-2 > div,
  .custom_footer_form fieldset.form-columns-2 > div+div {
		margin-bottom: 22px;
		padding: 0 !important;
	}
	.custom_footer_form fieldset.form-columns-2 > div .input {
		margin-right: 8px !important;
	}
	.custom_footer_form fieldset.form-columns-2 > div .input input {
		display: inline-block;
		width: 90%;
		max-width: 100%;
	}
	.custom_footer_form fieldset.form-columns-2 > div+div .input input {
		width: 100%;
	}
	.custom_footer_form fieldset.form-columns-2 .hs-richtext {
		margin-bottom: 24px;
	}

	.custom_footer_form fieldset.form-columns-2 .hs_firstname,
  .custom_footer_form fieldset.form-columns-2 .hs_lastname {
		margin-bottom: 8px;
	}

	.custom_footer_form fieldset.form-columns-2 .hs_firstname .input input {
		width: 90%;
	}
	.column span.hs-rss-date {
		color: #bbb!important;
		font-weight: 600;
	}

	.column .hs-rss-item {
		margin-bottom: 8px;
		margin-bottom: 0.5rem;
	}

	.column .hs-rss-description p {
		margin: 0;
	}

	.column .hs-rss-description p a {
		display: block;
		font-weight: 600;
	}
	.column .hs-rss-description p a:after {
		font-family: 'FontAwesome';
		content: "\f105";
		padding-left: 8px;
		padding-left: 0.5rem;
		padding-right: 8px;
		padding-right: 0.5rem;
	}
	.customr_rss h3 {
		display: none;
	}

/* Banner Area Code */

	.darken-image {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background: rgba(0,0,0,0.4);
		z-index: 0;
	}

	.simple-banner {
		position: relative;
		margin-top: -1px;
		background: #424143;
		max-height: 680px;
	}

	.slidebg img {
		display: block;
		margin: 0px auto;
		width:100%;
	}

	.slidecontent.cf {
		position: absolute;
		top: 48%;
		left: 0;
		z-index: 9;
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 100%;
		color: #fff;
	}
	.custom_footer_form form label.hs-error-msg, .no-list.hs-error-msgs.inputs-list label  {
		color: #f2545b;
		font-family: Raleway;
		font-size: 14px;
		line-height: 18px;
		font-weight: 400;
	}


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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}
.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{}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {

	.custom-menu-primary .hs-menu-wrapper > ul ul {
		padding: 1rem 0!important;
		background: #424143;
		background: rgba( 66, 65, 67, 0.9);
		-webkit-transition: all 0.5s ease-in-out 0s;
		transition: all 0.5s ease-in-out 0s;
		text-align: left;
		width: 100%;
		top: 100%;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul {
		display:none !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li:hover ul {
		display: block !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li {
		position: static !important;
	}

	.custom-menu-primary .hs-menu-wrapper > ul ul li {
		vertical-align: top;
		line-height: 24px;
		line-height: 1.5rem;
		margin: 0 1.5%;
		border: none;
		text-align: left;
		width: 16.6%;
		display: inline-block;
	}

	.custom-menu-primary .hs-menu-wrapper > ul ul li a {
		font-weight: 600;
		text-transform: uppercase;
		display: block;
		padding: 16px 0 5px;
		padding: 1rem 0 0.2rem;
		line-height: 16px;
		line-height: 1rem;
		padding-bottom: 1rem;
		margin: 0;
		border-bottom: 1px solid #fff;
		border-bottom: 1px solid rgba( 255, 255, 255, 0.2);
		font-size: 15px;
    font-size: 0.9rem;
		color: #fff;
		width: 100%;
		text-decoration: none !important;
		white-space: normal !important;
	}

	.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
		background: transparent;
		border-color: #ef4137;
	}

	.custom-menu-primary .hs-menu-wrapper > ul ul ul {
		position: static !important;
		opacity: 1 !important;
		visibility: visible !important;
		background-color: transparent;
		display: block;
	}

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

	.custom_menu-group > div:first-child > div {
		height: 100%;
		width: 100%;
		display: inline-flex;
		flex-direction: column-reverse;
	}

	.custom_menu-group > div:first-child > div:after,
	.custom_menu-group > div:first-child > div:before {
		display: none;
	}

	.custom_menu-group > div:last-child {
		display: none;
	}

	.custom_menu-group .custom-menu-primary {
		width: 100%;
		flex-basis: 100%;
		margin: 0;
	}

	.top-menu .hs-menu-wrapper > ul {
		height: auto;
		overflow: visible;
		width: auto!important;
		display: inline-block!important;
	}

	.top-menu .hs-menu-wrapper > ul > li {
		margin: 0;
		border-bottom: none;
		display: inline-block;
		padding: 0px 16px;
		padding: 0rem 0.8rem;
		float: none !important;
		position: static !important;
	}

	.top-menu .hs-menu-wrapper > ul > li > a {
		color: #333;
		font-weight: 600;
		text-transform: uppercase;
		display: block;
		padding: 16px 0 5px;
		padding: 1rem 0 0.2rem;
		font-size: 0.8rem;
		line-height: 16px;
		line-height: 1.1rem;
		border-bottom: 2px solid transparent;
		text-decoration: none!important;
		position: relative;
	}
	.top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
		position: absolute;
		width: 100%;
		bottom: -61px;
		left: 0;
		height: 65px;
		background: transparent;
		content: '';
		z-index: 99;
		display: none;
	}
	.top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover:before {
		display: block;
	}
	.top-menu .hs-menu-wrapper > ul > li > a:hover {
		background: transparent;
		border-color: #ef4137;
	}

	.top-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
		color: #333 !important;
		opacity: 1;
		font-weight: normal;
		font-size: 16px;
		font-size: 1rem;
		font-family: 'FontAwesome';
		content: '\f107';
		padding-left: 8px;
		padding-left: 0.5rem;
	}

	.top-menu .hs-menu-wrapper > ul ul {
		padding: 1rem 0!important;
		background: #424143;
		background: rgba( 66, 65, 67, 0.9);
		-webkit-transition: all 0.5s ease-in-out 0s;
		transition: all 0.5s ease-in-out 0s;
		text-align: left;
		top: 100%;
		display: inline-block!important;
		width: 100%;
		
	}

	.top-menu .hs-menu-wrapper > ul ul > li {
		padding: 0;
		margin: 0;
		vertical-align: top;
		line-height: 24px;
		line-height: 1.5rem;
		margin: 0 1.5%;
		border: none;
		text-align: left;
		width: 16.6%;
		display: inline-block;
		float: none !important;
		line-height: 1rem;
		text-decoration: none!important;
	}

	.top-menu .hs-menu-wrapper > ul ul  li > a {
		padding-bottom: 1rem;
		margin: 0;
		border-bottom: 1px solid #fff;
		border-bottom: 1px solid rgba( 255, 255, 255, 0.2);
		font-size: 0.9rem;
		font-weight: 600;
		text-transform: uppercase;
		display: block;
		padding: 16px 0 16px !important;
		padding: 1rem 0 0.2rem;
		color: #fff;
		white-space: normal !important;
	}
	.top-menu .hs-menu-wrapper > ul ul li > a:hover {
		text-decoration: none;
		background: transparent;
		border-color: #ef4137;
	}

	a#searchClickDesk {
		width: auto!important;
		display: inline-block!important;
		margin-left: 20px;
		text-decoration: none !important;
	}

	.top-menu .search .icon-search:before {
		font-size: 18px;
		width: auto!important;
		margin: 0;
		color: #424143;
	}

	.top-menu .search .icon-search:hover:before {
		color: #f15a2b;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
		background: transparent;
		border-color: #ef4137;
	}
	.top-menu .hs-menu-wrapper > ul > li:last-child {
		padding-right: 0;
	}

	.top-menu .hs-menu-wrapper > ul:after,
	.top-menu .hs-menu-wrapper > ul:before {
		display: none;
	}
	.custom_header .page-center > div > div:after,
	.custom_header .page-center > div > div:before {
		display: none;
	}
	.custom-menu-primary .hs-menu-wrapper > ul {
		height: auto;
		overflow: visible;
		margin: 0;
		padding: 0;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li {
		margin: 0;
		border-bottom: none;
		display: inline-block;
		padding: 0px 16px;
		padding: 0rem 0.8rem;
		float: none !important;
	}

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

	.top-menu {
		margin: 0 !important;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
		color: #333;
		opacity: 1;
		font-weight: normal;
		font-size: 16px;
		font-size: 1rem;
		font-family: 'FontAwesome';
		content: '\f107';
		padding-left: 0.5rem;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		color: #333;
		font-weight: 600;
		text-transform: uppercase;
		display: block;
		padding: 16px 0 5px;
		padding: 1rem 0 0.2rem;
		font-size: 14px;
		font-size: 0.8rem;
		line-height: 16px;
		line-height: 1.1rem;
		border-bottom: 2px solid transparent;
		text-decoration: none !important;
		position: relative;
	}


	.top-menu .hs-menu-wrapper > ul > li.active > a,
	.top-menu .hs-menu-wrapper > ul ul li.active > a,
	.custom-menu-primary .hs-menu-wrapper > ul li.active > a {
		border-color: #ef4137;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:before {
		background: transparent;
		width: 100%;
		content: '';
		height: 30px;
		display: block;
		position: absolute;
		bottom: -26px;
		left: 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul > li.hs-item-has-children > a:after {
		opacity: 1;
		font-weight: normal;
		font-size: 16px;
		font-size: 1rem;
		color: #fff;
		font-family: 'FontAwesome';
		content: '\f107';
		padding-left: 8px;
		padding-left: 0.5rem;
	}

	.custom-menu-primary .hs-menu-wrapper > ul ul ul li {
		width: 100%;
		margin: 0;
		padding: 0;
		display: block;
	}

	.custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
		font-weight: 600;
		text-transform: uppercase;
		display: block;
		padding: 16px 0 5px;
		padding: 1rem 16px 0.2rem;
		font-size: 14px;
		font-size: 0.8rem;
		line-height: 16px;
		line-height: 1rem;
		padding-left: 16px;
		padding-right: 16px;
		padding-left: 1rem;
		padding-right: 1rem;
		font-size: 0.85rem!important;
		padding-bottom: 16px;
	}

	.custom-menu-primary .hs-menu-wrapper > ul ul ul {
		padding: 0 !important;
		margin: 0;
	}

	.custom-menu-primary .hs-menu-wrapper{
		display:block !important;
	}
	.custom-menu-primary .hs-menu-wrapper > ul ul { 
		display:block ;
	}
	.mobile {
		display: none !important;
	}
	@-moz-document url-prefix() {
		.top-menu .hs-menu-wrapper > ul > li > a {
			line-height: 16px;
		}
	}
} 


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

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

@media (max-width: 1024px){
	.no_nav_header .site_logo {
		padding-top: 0px;
		padding-bottom: 1px;
	}
	/* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

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

	.mobile-trigger{
		display: inline-block !important;
		cursor: pointer;
		margin: 0px;
		padding: 0px 16px;
    padding: 0rem 1rem;
    text-align: right;
    width: 41%;
  }
 

  /* Change button when menu is open */
		.hamburger {
			width: 30px;
			height: 19px;
			font-size: 0;
			line-height: 0;
			margin-left: auto;
		}
		.hb-bar {
			-ms-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
			top: 0;
		}
		.hb-bar {
			display: block;
			height: 3px;
			background: #27a9e1;
			width: 30px;
			position: relative;
			box-sizing: border-box;
			-webkit-transition: all 0.5s ease-in-out 0s;
			transition: all 0.5s ease-in-out 0s;
			opacity: 1;
		}
		.hb-bar:nth-child(2n) {
			-ms-transform: rotate(0deg);
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		.hb-bar + .hb-bar {
			margin-top: 5px;
		}
		.hb-bar:nth-child(3n) {
			opacity: 1;
		}
		.mobile-open .hb-bar {
			-ms-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			top: 8px;
			background: #ffffff;
		}
		.mobile-open .hb-bar:nth-child(2n) {
			-ms-transform: rotate(135deg);
			-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
			top: 0;
		}
		.mobile-open .hb-bar:nth-child(3n) {
			opacity: 0;
		}
		a.phone {
			position: absolute;
			right: 83px;
			margin-top: 1px;
		}
		a.phone:hover {
			text-decoration: none;
		}

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

  .child-trigger{
		cursor: pointer;
		display: inline-block !important;
		position: absolute;
		top: 15px;
		left: auto;
		right: 0;
		width: 50px;
		text-align: center;
		height: 30px;
		padding-top: 4px;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
	.child-trigger:after {
		font-family: 'FontAwesome';
		content: '\f107';
		color: #fff;
		padding-left: 4px;
		opacity: 0.5;
	}

	.child-trigger i {
		display: none;
	}

 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
  }

  /* Hide menu on mobile */
  .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 .custom-menu-primary {
		margin: 0;
		padding: 0;
		top: -100%;
		left: 0;
		opacity: 0;
		width: 100%;
		height: 100%;
		text-align: center;
		z-index: 9999;
		position: fixed;
		transition: all 0.3s ease-in-out 0.5s;
		background: #ef4137;
	}
	.mobile-open .custom-menu-primary {
		top: 0;
		opacity: 1;
		transition: all 0.3s ease-in-out 0.5s;
		padding-top: 6rem;
	}
	.mobile-open .mobile-trigger {
		z-index: 9999999;
		position: relative;
	}
	.mobile-open a.phone {
		z-index: 9999999;
		position: absolute;
		color: #fff;
	}
	body.mobile-open {
		overflow: hidden;
	}
	a#searchClickDesk {
		display: none !important;
	}
	.mobile {
		display: block !important;
	}
	.desktop {
		display: none !important;
	}
	/* 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{
    background-color: #ef4137;
    width: 100%; /* Full screen width */
  }
	
	/* Level 1 Menu List Styles */
	.custom-menu-primary .hs-menu-wrapper > ul > li{
		position: relative;
	}
	.custom-menu-primary .hs-menu-wrapper > ul {
		margin: 0;
		padding: 0;
		display: block;
		text-align: center;
		max-height: calc(100vh - 95px);
    overflow: auto;
	}

	.custom-menu-primary .hs-menu-wrapper {
		max-width: calc(100% - 0px);
		width: 100%;
		overflow-y: auto;
		text-align: center;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li {
		margin: 0 auto;
	}

	.custom-menu-primary .hs-menu-wrapper > ul li > a {
		color: #fff;
		font-weight: 500;
		display: block;
		padding: 16px;
		padding: 1rem;
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.2em;
		text-transform: uppercase;
		text-align: center;
		text-decoration: none!important;
	}

	.custom-menu-primary .hs-menu-wrapper > ul ul {
		background: rgba(255,255,255,0.1);
	}

	.custom-menu-primary .hs-menu-wrapper > ul ul li a {
		font-size: 15px;
		font-size: 0.9rem;
		padding-right: 0;
		background: none;
	}
	.custom-menu-primary .hs-menu-wrapper > ul li.active > a {
		background: #0075bf;
	}
	.rec-group {
		display: none !important;
	}
	
}


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

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

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

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

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

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

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

/* Labels and Legends */
label {}
.hs-form-field > label {
	color: #424143;
	font-family: Raleway;
	font-size: 17px;
	display: block;
	float: none;
	width: auto;
	font-weight: 500;
	text-align: left;
	line-height: 20px;
	padding-top: 0;
	margin-bottom: 4px;
}

.hs-form-required {
    color: red;
}
/* 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 {
	box-sizing: border-box;
	padding: 8px 15px;
	min-height: 27px;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 100%;
	max-width:700px;
	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: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 10px;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
	outline: none;
	border-color: rgba(82,168,236,0.8);
}

/* 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{
	color: #f2545b;
}
.inputs-list {
	margin: 0 0 5px;
	width: 100%;
	padding-left:0px;
}
.inputs-list>li {
	display: block;
	padding: 0;
	width: 100%;
	padding-top: 0;
}
.inputs-list label {
	display: block;
	float: none;
	width: auto;
	padding: 0;
	line-height: 18px;
	text-align: left;
	white-space: normal;
	font-weight: normal;
	font-family: Raleway;
	font-size: 17px;
}
.error {
	border-color: #b9554d !important;
}

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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	text-decoration: none !important;
	background: #f15a2b;
	border-color: #f15a2b;
	color: #ffffff;
	font-size: 16px;
	font-family: Raleway;
	margin: 10px 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	line-height: 12px;
	position: relative;
	text-align: center;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	padding: 12px 24px;
}

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

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


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

	#back-to-top {
		position: fixed;
		bottom: 120px;
		right: 20px;
		z-index: 99999999;
		padding: 8px;
		padding: .5rem;
		border-radius: 50%;
		background: #27a9e1;
		cursor: pointer;
		color: #fff;
		opacity: .5;
		line-height: 1em;
	}

	#back-to-top span:before {
		font-family: 'FontAwesome';
		content: '\f106';
		font-size: 32px;
		font-size: 2rem;
	}

	#back-to-top:hover {
		background: #ef4137 !important;
		text-decoration:none;
	}

	.blog_post_form form::before {
		content: "LEAVE A REPLY";
    display: block;
    margin: 20px 0;
    font-size: 18px;
    font-size: 1.28rem;
    line-height: 1.2em;
    font-weight: bold;
    font-family: 'Raleway', sans-serif;
		color:#fff;
	}

	.comment-date {
		display: block;
		text-align: left;
	}

	/* Blog CSS Code */
	.blog-filter > div > div {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-align-content: flex-start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		align-content: center;
		-webkit-align-items: center;
		align-items: center;
		max-width: 1368px;
		margin: 0px auto;
		padding: 32px 16px;
    padding: 2rem 0rem;
	}

	.blog-filter > div > div:after, .blog-filter > div > div:before {
		display: none;
	}

	.blog-filter .custom_categories, .blog-filter .custom_search {
		margin: 0;
		width: 100%;
		margin: 0px;
		padding: 0px 16px;
		padding: 0rem 1rem;
	}
	.custom_search form {
		position: relative;
		display: block;
		width: 100%;
		text-align: right;
		font-size: 0;
	}

	.custom_search form input.hs-search-field__input {
		max-width: 100%;
		border-bottom: 3px solid rgba(255,255,255,0.5) !important;
		vertical-align: bottom;
		color: #fff;
		margin: 0;
		border: none;
		width: 77%;
		line-height: 1.42em;
		background-color: transparent;
		display: inline-block;
		padding: 1rem;
		font-size: 16px;
		font-size: 1rem;
		-webkit-border-radius: 0!important;
		border-radius: 0!important;
		-webkit-appearance: none;
		font-family: inherit;
    font-weight: 400;
	}

	.custom_search input#searchsubmit {
		font-family: FontAwesome;
		font-size: 32px;
		font-size: 2rem;
		line-height: 40px;
		line-height: 2.48rem;
		margin: 0;
		border-bottom: 3px solid rgba(255,255,255,0.5) !important;
		vertical-align: bottom;
		color: #fff;
		background-color: transparent;
		border: none;
		border-radius: 0;
		-webkit-appearance: button;
		cursor: pointer;
		display: inline-block;
		padding: 0.5rem 1rem;
		font-weight: 600;
		transition: all 0.5s ease;
	}

	.custom_search form input.hs-search-field__input::placeholder {
		color: #fff;
		font-weight: 500;
		opacity: 0.5;
		font-size: 1.5rem;
	}

	a.cat-drop-down {
		color: #fff;
		font-size: 1.5rem;
		font-weight: 500;
		display: inline-block;
		vertical-align: middle;
		padding-bottom: 1rem;
	}

	a.cat-drop-down:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		height: 0;
		margin-left: 10px;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 15px solid #fff;
		opacity: 0.5;
	}

	.custom-categories ul {
		margin: 0;
		padding: 0;
		padding-left: 1rem;
		display: none;
		position: absolute;
		background: #888;
		padding: 0px;
		height: 300px;
		overflow: auto !important;
	}

	.custom-categories ul li {
		list-style: none;
		border-bottom: 1px solid rgba(255,255,255,0.5);
		margin: 0;
	}

	.custom-categories ul li a {
		color: #fff;
		font-size: 1rem;
		font-weight: 500;
		display: block;
		padding: 10px;
	}

	.custom-categories ul li a span {
		display: none;
	}

	.custom-categories ul li a:hover {
		background: #ef4137;
	}

	.post-listing {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-align-content: flex-start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}

	p#hubspot-topic_data {
		text-align: right;
	}

	a.topic-link {
		display: inline-block;
		font-size: 0.9rem;
		line-height: 1em;
		margin: 0 0 10px 10px;
		background: #40beae;
		color: #fff;
		padding: 0.5rem;
		border-radius: 20px;
		font-weight: 600;
	}

	a.more-link:after {
		font-family: 'FontAwesome';
		content: "\f105";
		padding-left: 8px;
		padding-left: 0.5rem;
	}

	.custom-featured-image-wrapper a img {
		display: block;
		margin: 0px auto;
		max-width: 100%;
		height: auto;
		width: 100%;
	}

	.custom-featured-image-wrapper {
		margin-bottom: 16px;
		margin-bottom: 1rem;
	}

	.post-body.clearfix h2 {
		text-transform: none;
		font-size: 16px;
		font-size: 1.42rem;
		padding: 0;
		margin: 0 0 20px 0;
		font-family: 'Raleway', sans-serif;
		font-weight: bold;
		clear: none;
	}

	.post-body.clearfix h2 {
		font-size: 24px;
		font-size: 1.5rem;
	}

	span.post-date {
		display: block;
		margin-bottom: 1rem;
		font-size: 0.8rem;
		color: #888;
	}

	a.more-link {
		vertical-align: top;
		display: inline-block;
		margin: 16px 16px 16px 0;
		padding: 8px 16px;
		margin: 1rem;
		margin-left: 0;
		padding: 0.5rem 1rem;
		color: #fff;
		background: #27a9e1;
		border: 2px solid #fff;
		font-weight: 600;
		font-size: 18px;
		font-size: 1.2rem;
		border-radius: 20px;
		transition: all 0.5s ease;
	}

	a.more-link:hover {
		color: #fff;
		background: #ef4137;
		text-decoration: none;
		transition: all 0.5s ease;
	}

	.blog-listing-wrapper .post-listing .post-item {
		width: 100%;
		margin: 0px;
		padding: 0px 16px;
		padding: 0rem 1rem;
		margin-bottom: 32px;
		margin-bottom: 2rem;
	}

	.blog-pagination {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-align-content: flex-start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		margin: 32px 0;
		margin: 2rem 0;
	}

	.blog-pagination a {
		margin: 0px 16px;
		margin: 0rem 0.5rem;
		padding: 8px 16px;
		padding: 0.5rem 1rem;
		margin-bottom: 16px;
		vertical-align: top;
		display: inline-block;
		color: #fff;
		background: #27a9e1;
		border: 2px solid #fff;
		font-weight: 600;
		font-size: 18px;
		font-size: 1.2rem;
		border-radius: 20px;
		transition: all 0.5s ease;
	}

	.blog-pagination a:hover {
		color: #fff;
		background: #ef4137;
		text-decoration: none;
		transition: all 0.5s ease;
	}

	.blog-pagination a.next-link, .blog-pagination .previous-btn a {
		margin-left: 0;
		margin-right: 0;
	}

	.blog-pagination a.next-link:after {
		font-family: 'FontAwesome';
		content: "\f105";
		padding-left: 8px;
		padding-left: 0.5rem;
	}

	.blog-pagination .previous-btn a:before {
		font-family: 'FontAwesome';
		content: "\f104";
		padding-right: 8px;
		padding-right: 0.5rem;
	}
	.blog-filter {
		margin-top: -2px;
	}
	.custom-categories ul li.active a {
		text-decoration: underline;
		opacity: 0.5;
	}
	.blog-pagination a.active {
		cursor: text;
		pointer-events:none;
	}
	.previous-btn {
		width: 100%;
		margin: 0px;
	}
	.next-btn {
		text-align: right;
		width: 100%;
		margin: 0px;
	}
	.pages {
		width: 100%;
		margin: 0px;
		padding: 0px 16px;
		padding: 0rem 1rem;
		text-align: center;
	}
	article.featured-news-item {
		position: relative;
		border: 2px solid #fff;
		padding: 4rem;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		display: flex;
		align-items: center;
		justify-content: center;
		align-content: center;
	}

	.recent-body.clearfix {
		color: #fff;
		line-height: 1.2em;
		position: relative;
		z-index: 9;
	}

	a.recent-more-link {
		color: #fff;
		line-height: 1.2em;
		vertical-align: top;
		display: inline-block;
		margin: 1rem;
		margin-left: 0;
		padding: 0.5rem 1rem;
		background: #27a9e1;
		border: 2px solid #fff;
		font-weight: 600;
		font-size: 18px;
		font-size: 1.2rem;
		border-radius: 20px;
		transition: all 0.5s ease;
		margin-bottom: 0;
	}

	a.recent-more-link:hover {
		color: #fff;
		background: #ef4137;
		text-decoration: none;
		transition: all 0.5s ease;
	}
	.rec-group {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-align-content: flex-start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		align-items: stretch;
		margin-top: -2px;
	}
	.two-post {
		width: 49.9%;
	}
	.one-post {
		max-width: 100%;
		display: flex;
		flex-grow: 1;
		align-items: stretch;
		width: 49.9%;
	}
	.one-post .recent-body h2 {
		color: #fff;
		line-height: 1.2em;
		margin: 0 0 1rem 0;
		font-size: 2.5rem;
		text-transform: none;
		font-family: 'Raleway', sans-serif;
		font-weight: bold;
		clear: none;
	}

	.one-post .recent-body h2 a {
		color: inherit;
	}

	.one-post .recent-body span.recent-date {
		font-size: 1.2rem;
		color: #fff;
		line-height: 1.2em;
		display: block;
		margin-bottom: 1rem;
	}

	.one-post .recent-body .content p {
		font-size: 1.75rem;
		color: #fff;
		line-height: 1.2em;
		font-weight: 500;
		margin: 0 0 1rem 0;
	}

	.recent-body h2 {
		color: #fff;
		line-height: 1.2em;
		font-size: 2rem;
		text-transform: none;
		margin: 0 0 1rem 0;
	}

	.recent-body h2 a {
		color: inherit;
	}

	.recent-body span.recent-date {
		font-size: 1rem;
		color: #fff;
		line-height: 1.2em;
		display: block;
		margin-bottom: 1rem;
	}

	.recent-body .content p {
		color: #fff;
		line-height: 1.2em;
		font-size: 1.25rem;
		font-weight: 500;
		margin: 0 0 1rem 0;
	}
	a.recent-more-link:after {
		font-family: 'FontAwesome';
		content: "\f105";
		padding-left: 8px;
		padding-left: 0.5rem;
	}
	.featured-image {
		margin-bottom: -100px;
		position: relative;
		z-index: 0;
		max-height: 475px;
		overflow: hidden;
		background: #333;
	}

	picture.featured-pic {
		max-height: 500px;
	}

	picture.featured-pic img {
		display: block;
		margin: 0px auto;
		object-fit: cover;
		object-position: 50% 50%;
		width: 100%;
		height: auto;
		max-height: 500px;
		font-size: 0;
	}

	.hs-blog-post .blog-content {
		position: relative;
		z-index: 1;
	}

	.hs-blog-post  .body-container-wrapper .page-center {
		background-color: #fff;
		position: relative;
		z-index: 1;
	}

	.date-n-cat.container {
		background: #fff;
		margin-top: -20px;
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-align-content: flex-start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}

	.date-n-cat.container .column {
		width: 100%;
		margin: 0px;
		padding: 0px 16px;
		padding: 0rem 1rem;
	}
	.date-n-cat .text-right { 
		text-align: right;
	}

	span.post-dates {
		display: block;
		margin-bottom: 1rem;
		font-size: 0.8rem;
		color: #888;
	}
	.section.post-body, .section.post-footer {
		margin-left: auto!important;
		margin-right: auto!important;
		width: 100%;
	}
	.page-inner {
		background: #fff;
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-align-content: flex-start;
		align-content: flex-start;
		-webkit-align-items: flex-start;
		align-items: flex-start;
		margin: 32px 0;
		margin: 2rem 0;
	}

	.prevous-pagination, .next-pagination {
		width: 49.9%;
	}

	.custom-post-pagination a {
		margin: 0 0 16px 0;
		vertical-align: top;
		display: inline-block;
		padding: 0.5rem 1rem;
		color: #fff;
		background: #27a9e1;
		border: 2px solid #fff;
		font-weight: 600;
		font-size: 18px;
		font-size: 1.2rem;
		border-radius: 20px;
		transition: all 0.5s ease;
	}

	a.previous-posts-link:before {
		font-family: 'FontAwesome';
		content: "\f104";
		padding-right: 8px;
		padding-right: 0.5rem;
	}

	a.next-posts-link:after {
		font-family: 'FontAwesome';
		content: "\f105";
		padding-left: 8px;
		padding-left: 0.5rem;
	}

	.custom-post-pagination a:hover {
		color: #fff;
		background: #ef4137;
		text-decoration: none;
		transition: all 0.5s ease;
	}

	.next-pagination {
		text-align: right;
	}
	.blog_post_form input.hs-button.primary {
		background: #424143;
		border-color: #424143;
		color: #ffffff;
		font-size: 16px;
		font-family: Raleway;
	}
	.blog_post_form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
		margin: 15px 0 13px;
	}
	.blog_post_form .hs-form-field > label {
		color: #ffffff;
		font-family: Raleway;
		font-size: 17px;
	}
	.post-footer form {
		display: none !important;
	}

	.custom_post_form {
		position: relative;
		background-image: url(//cdn2.hubspot.net/hubfs/5804779/Phoenixs_July2019%20Theme/images/Home-Microsoft-Award-2019.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		display: block;
	}

	.custom_post_form:before {
		content: '';
		background: rgba(250,167,77,0.8);
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 0;
		color: #fff;
	}

	.custom_post_form .page-center {
		background-color: transparent !important;
	}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.custom_menu-group .custom-menu-primary {
		padding-bottom: 51px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul {
		margin-top: 6px;
	}
	.site_logo a {
		margin-top: -28px;
	}
}

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


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


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


@media (max-width: 1225px) {
	.search-wrapper #searchform input[type="search"] {
		width: 93%!important;
	}
	#searchform .button {
		left: -4px;
		width: 6% !important;
	}
}

@media (max-width: 1040px) {
	.column > div:nth-child(2) {
		display: none;
	}
	.column h3:after {
		font-family: 'FontAwesome';
		content: "\f107";
		color: #fff;
		opacity: 0.5;
		font-size: 32px;
		font-size: 2rem;
		position: absolute;
		top: 0;
		right: 0;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: transform 1s ease;
		transition: transform 1s ease;
	}
	.column h3 {
		position: relative;
		cursor: pointer;
	}
	.open h3:after {
		-webkit-transform: rotate(-180deg);
		-ms-transform: rotate(-180deg);
		transform: rotate(-180deg);
	}
}

@media (max-width: 1023px) { 
	.footer_menu ul {
		margin-bottom: -7px !important;
	}
}

@media (max-width: 779px) {
	.custom_header .row-fluid .page-center {
		padding-left: 0;
		padding-right: 0;
	}
	a.phone {
		right: 69px;
  }
}

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

@media (max-width: 767px) {
	.custom_cp .row-fluid .page-center {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.cp-right ul.social-icons {
		margin:10px 0 4px;
	}
	.footer_menu ul {
		margin: 0 !important;
	}
	.column h3 {
		margin-bottom: 16px;
	}
	.footer_menu ul li {
		float: none;
		width: 100%;
	}
	.section.post-body p img {
		float: none !important;
		margin-right: 0 !important;
	}
}  

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

	p {
		margin: 0 0 16px 0;
		margin: 0 0 1rem 0;
	}
	h1 {
		font-size: 32px;
		font-size: 2rem;
		line-height: 1.2em;
	}
	h2{
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1.2em;
	}
	h3 {
		font-size: 20px;
		font-size: 1.11rem;
		line-height: 1.2em;
	}
	h4 {
		font-size: 19px;
		font-size: 1.05rem;
	}
	h5 {
		font-size: 18px;
		font-size: 1.01rem;
	}
	h6 {
		font-size: 17px;
		font-size: 1rem;
	}
	.custom_header .custom_menu-group {
		width: 49.9%;
	}

}

@media only screen and (min-width: 480px) {
	.blog-listing-wrapper .post-listing .post-item {
		width: 49.9%;
	}
}

@media only screen and (min-width: 780px) {
	.custom_cp .cp-left {
		width: 66%;
	}
	.container-fluid .row-fluid .page-center {
		padding: 48px 16px;
		padding: 3rem 1rem;
	}
	.custom_cp .cp-right {
		width: 33%;
		text-align: right;
	}
	.column h3 {
		font-size: 24px;
		font-size: 1.5rem;
		margin: 0 0 1rem 0;
	}
	.custom_header .site_logo {
		width: 49.9%;
	}
	.blog-listing-wrapper .post-listing .post-item {
		width: 33%;
	}
	.blog-filter > div > div {
		padding: 48px 16px;
		padding: 3rem 1rem;
	}
	.mobile-trigger {
		width: 49.9%;
	}
	.previous-btn {
		width: 24.9%;
	}
	.next-btn {
		width: 24.9%;
	}
	.pages {
		width: 49.9%;
	}
	.blog-filter .custom_categories,
	.blog-filter .custom_search {
		width: 49.9%;
	}
	.date-n-cat.container .column {
		width: 49.9%;
	}
	.section.post-body, .section.post-footer {
		width: 66%;
	}
	.section.post-body h1 {
		margin: 0 0 16px 0;
		margin: 0 0 1rem 0;
	}
	.blog_post_form form::before {
		margin: 0 0 16px 0;
		margin: 0 0 1rem 0;
		font-size: 22px;
		font-size: 1.375rem;
		line-height: 1.2em;
	}
	.section.post-body, .section.post-footer {
		padding: 0rem 1rem;
	}
}

@media only screen and (min-width: 768px) {
	.custom_cp .row-fluid .page-center {
		padding-top: 32px;
		padding-bottom: 32px;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
}

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

@media (max-width: 479px) {
	.custom_footer_form fieldset.form-columns-2>div,
	.custom_footer_form fieldset.form-columns-2>div+div {
		width: 100% !important;
	}

	.custom_footer_form .input input {
		width: 100% !important;
	}

	.custom_footer_form fieldset.form-columns-2>div .input {
		margin: 0 !important;
	}

	.custom_footer_form .hs_recaptcha {
		overflow: hidden;
		overflow-x: auto;
	}

	.custom_footer_form .legal-consent-container>div>div>div ul li label input {
		width: auto !important;
	}
}

@media (max-width: 380px) {
	.custom_header .site_logo {
		width: 44%!important;
	}
	.mobile-trigger {
		width: 53.9%!important;
	}
	a.phone {
		right: 70px;
	}
	.subscribe-options label {
		margin: 0;
	}
}

@media only screen and (min-width: 1025px) {
	.container-fluid .row-fluid .page-center {
		padding: 64px 16px;
		padding: 4rem 1rem;
	}
	h1 {
		font-size: 36px;
		font-size: 2.25rem;
	}
	h2 {
		font-size: 30px;
		font-size: 1.775rem;
		line-height: 1.2em;
	}
	h3 {
		font-size: 26px;
		font-size: 1.555rem;
	}
	h4 {
		font-size: 24px;
		font-size: 1.455rem;
	}
	h5 {
		font-size: 22px;
		font-size: 1.25rem;
	}
	h6 {
		font-size: 20px;
		font-size: 1.05rem;
	}
	.custom_cp  .row-fluid .page-center {
		padding: 64px 16px;
		padding: 4rem 1rem;
		padding-top: 32px;
		padding-bottom: 32px;
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.custom_footer .column.col-4-lg {
		width: 33.3%;
	}
	.custom_header .site_logo {
		width: 20%;
	}
	.site_logo a {
		max-width: 70%;
	}
	.custom_header .custom_menu-group {
		width: 79.9%;
	}
	.blog-filter > div > div {
		padding: 64px 16px;
		padding: 4rem 1rem;
	}
	.blog_post_form form::before {
		font-size: 30px;
		font-size: 1.775rem;
		line-height: 1.2em;
	}
}

@media only screen and (min-width: 1041px) {
	.column > div:nth-child(2) {
		display: block !important;
	}
	.column > div:nth-child(2) {
		display: block !important;
		height: 100% !important;
	}
}

@media only screen and (min-width: 1200px) {
	.custom-menu-primary .hs-menu-wrapper > ul > li > a,
	.custom-menu-primary .hs-menu-wrapper > ul ul li a{
		font-size: 16px;
		font-size: 1rem;
	}
}