/* ==========================================================================
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=Josefin+Sans:100,300,400,700|Open+Sans:300,300i,400,400i,600,600i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');

/* font-family: 'Josefin Sans', sans-serif;
font-family: 'Open Sans', sans-serif; */


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



/* EX: @import url('http://example.com/example_style.css'); */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}


body {
  background: #fff;
  font-size: 1em;
  font-family: 'Open Sans',sans-serif;
  color: #4a4a4a;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  overflow-x: hidden;
}


/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  margin: 0 auto;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.body-container.container-fluid .row-fluid .page-center {
  padding-top: 63px;
  padding-bottom: 50px;
}
/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}


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

/* Basic text */
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 {
  text-transform: uppercase;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  margin: 0 0 10px;
  line-height: 1.4;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 2.441em;
  letter-spacing: 2px;
  line-height: 1.25;
}
h2 {
  font-size: 1.953em;
  letter-spacing: 2px;
}
h3 {
  font-size: 1.563em;
  letter-spacing: 1.6px;

}
h4 {
  font-size: 1.25em;
  letter-spacing: 1.3px;
}
h5 {
  font-size: 1rem;

}
h6 {
  font-size: 0.8125rem;
}

/* Anchor Links */
a { 
  -webkit-transition: color 0.4s ease-in-out;
  transition: color 0.4s ease-in-out;
  color: #4a4a4a;
  text-decoration: none;
}
a:hover, a:focus { 

  outline: none;
  color: #375dab;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
  color: #666;
  font-size: 18px;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.7;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
figure {
  margin: 1em 0;
}
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 {}

.header-top {
  padding: 32px 80px 22px;
}
.lp-header .header-top-inner .custom-logo {
  position: relative;
}
.header-top-inner .custom-logo {
  width: 280px;
  margin: 0 auto;
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.header-top.lp-header {
  padding-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

.header-top-inner .header-top-menu {
  float: right;
  margin: 0;
  width: auto;
}

.header-top-inner .header-search {
  float: left;
}

.header-top-menu .hs-menu-wrapper ul {
  margin: 0 0 1.5em;
  padding-left: 20px;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 19px;
}

.header-top-menu .hs-menu-wrapper ul li {
  display: inline-block;
  padding: 0 20px;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  margin-left: -4px;
}

.header-top-menu .hs-menu-wrapper ul li a {
  line-height: 1.5;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 300;
}

.header-top-menu .hs-menu-wrapper ul li:last-of-type {
  padding-right: 0;
}
.header-top-inner .header-top-menu ul li:last-of-type a {
    display: inline-block;
    border-radius: 2px;
    border: solid 0.5px #4a4a4a;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #4a4a4a;
    background-color: transparent;
    padding: 11px 30px 8px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.header-top-inner .header-top-menu ul li:last-of-type a:hover {
    color: #fff;
    background-color: #3f3f3f;
    border: solid 0.5px #4a4a4a;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.search-submit {
  bottom: 3px;
  padding: 0;
  position: absolute;
  right: 3px;
  top: 3px;
  left: 0;
  height: 40px;
  width: 25px;
  font-size: 0px;
  text-indent: -999px;
  background-color: transparent;
  background-position: left center;
  background-image: url(//cdn2.hubspot.net/hubfs/6100136/ChallengerServicesGroup_September2019%20Theme/images/search.svg);
  background-repeat: no-repeat;
  border: 0;
  outline: none;
  cursor: pointer;
}

.header-top-left form.search-form {
  position: relative;
  margin-top: -3px;
}

.header-top-left form.search-form .search-field {
  width: 341px;
  border: none;
  background-color: transparent;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 300;
  padding: 0.7em;
  padding-left: 26px;
  padding-right: 148px;
}

/* Placeholder Text */
.search-form .search-field::-webkit-input-placeholder {
  color: #333;
} /* Webkit Browsers */
.search-form .search-field:-moz-placeholder {
  color: #333;
} /* Firefox 18- */
.search-form .search-field::-moz-placeholder {
  color: #333;
} /* Firefox 19+ */
.search-form .search-field:-ms-input-placeholder {
  color: #333;
} /* IE10 */


.custom-header {
  border-top: 1px solid #ebebeb;
}
.custom-header .custom-menu-primary.js-enabled {
  margin-left: 0 !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) {
 /*margin-right: 0;*/
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  background-color: transparent;
  color: #375dab;
  font-weight: 300;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active:hover > a {
  color: #fff;
  background-color: #3f3f3f;
  font-weight: 300;
}
.header-container .widget-type-global_group {
  background-color: rgba(255,255,255,0.95);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
}
.banner-area:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: " ";
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 25, 46, 0.56)), to(rgba(14, 25, 46, 0.56)));
  background-image: -webkit-linear-gradient(rgba(14, 25, 46, 0.56), rgba(14, 25, 46, 0.56));
  background-image: -o-linear-gradient(rgba(14, 25, 46, 0.56), rgba(14, 25, 46, 0.56));
  background-image: linear-gradient(rgba(14, 25, 46, 0.56), rgba(14, 25, 46, 0.56));
}

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

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

.content-wrapper {
  width:1200px;
  max-width:100%;
  margin:0 auto;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
.banner-area {
  height: 585px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  background-color: #3f3f3f;
}

.banner-area .page-center {
  position: relative;
  z-index: 2;
  height: 100%;
}

.banner-content {
  position: absolute;
  top: 50%;
  text-align: center;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  left: 0;
  right: 0;
  margin-top: 78px;
}

.banner-content h1 {
  color: #fff;
  margin-bottom: 0;
  line-height: 1;
  letter-spacing: 1.5px;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 400;
  font-size: 2.441em;
  text-transform: uppercase;
}
.no-banner .header-container .widget-type-global_group {
  position: relative;
}
/* =============== Footer =============== */

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

.custom-footer {
  background-color: #3f3f3f;
  color: #fff;
  padding: 50px 0;
  font-weight: 300;
  font-size: 0.8em;
}

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

.custom-footer .copyright p {
  margin: 0;
  margin-bottom: 1.5em;
}

.custom-footer .copyright p a {
  color: #fff;
  position: relative;
  left: -3px;
  letter-spacing: 1px;
}

.custom-footer .copyright p a:hover {
  font-weight: 600;
}

.custom-footer .copyright p a:before {
  color: #fff;
  content: " | ";
}

.custom-footer .copyright p a:hover:before {
  opacity: 1;
}

.custom-footer .footer-inner > div {
  margin-right: -15px;
  margin-left: -15px;
}

.custom-footer .footer-inner > div > div.row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-footer .footer-inner > div > div.row-fluid:after, .custom-footer .footer-inner > div > div.row-fluid:before {
  display: none;
}

.footer-inner .footer-left-link-group {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-inner .footer-right-link {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0px;
}
.footer-link-title h3 {
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.footer-left-link-group .link-group-inner > div {
  margin-left: -15px;
  margin-right: -15px;
}

.footer-left-link-group .link-group-inner > div > div.row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-left-link-group .link-group-inner > div > div.row-fluid:after, .footer-left-link-group .link-group-inner > div > div.row-fluid:before {
  display: none;
}

.footer-left-link-group .link-group-inner > div > div.row-fluid > div {
  margin: 0;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.link-group-inner .hs-menu-wrapper ul li {
  margin-bottom: 11px;
  letter-spacing: 1px;
}

.link-group-inner .hs-menu-wrapper ul li a {
  color: #fff;
  -webkit-transition: 0s ease-in-out;
  -o-transition: 0s ease-in-out;
  transition: 0s ease-in-out;
  letter-spacing: 0.8px;
  text-transform: capitalize;
  width: auto;
  display: inline;
}

.link-group-inner .hs-menu-wrapper ul li a:hover {
  color: #fff;
  font-weight: 500;
}
.footer-right-link .footer-right-link-inner {
  position: relative;
}

.footer-right-link .footer-right-link-inner:before {
  position: absolute;
  left: -57px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
  content: " ";
}

.footer-right-link-inner .footer-contact-us {
  margin-top: 45px;
}

.footer-contact-us h3 {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
}

.footer-contact-us p {
  margin: 0 0 16px;
  padding: 0;
  letter-spacing: 1px;
  margin-bottom: 7px;
}

.footer-contact-us a {
  font-size: 1rem;
  color: #fff;
}
.cal-number:hover {
    opacity: 0.7;
}
.footer-contact-us a img {
  vertical-align: middle;
  margin-bottom: 1px;
}

.linkedin-btn a {
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  background-color: transparent;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: solid 0.5px #fff;
  color: #fff;
  padding: 8px 16px;
}

.linkedin-btn {
  margin-top: 27px;
}



.linkedin-btn i {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 4px;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

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



.news-letter .form-title {
  text-align: left;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 1.563em;
  letter-spacing: 1.6px;
  line-height: 1.4;
  margin: 0 0 0.75em;
}

.news-letter .form-title:after {
  display: none;
}

.news-letter form {
  margin-top: 27px;
  position: relative;
}

.news-letter form input[type="email"] {
  background-color: transparent;
  border: none;
  color: #fff;
  padding-left: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  font-weight: 300;
  font-size: 0.98em;
  line-height: 1.2;
  height: 40px;
  z-index: 2;
  position: relative;
  padding-right: 44px;
}

/* Placeholder Text */
.news-letter form input::-webkit-input-placeholder {
  color: #fff;
  font-size:12.8px;
  letter-spacing:1px;
} /* Webkit Browsers */
.news-letter form input:-moz-placeholder {
  color: #fff;
  font-size:12.8px;
  letter-spacing:1px;
} /* Firefox 18- */
.news-letter form input::-moz-placeholder {
  color: #fff;
  font-size:12.8px;
  letter-spacing:1px;
} /* Firefox 19+ */
.news-letter form input:-ms-input-placeholder {
  color: #fff;
  font-size:12.8px;
  letter-spacing:1px;
} /* IE10 */

.news-letter .hs-form-required {
  display: none;
}

.news-letter .actions input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 44px;
  background-color: transparent;
  font-size: 0;
  background-image: url(//cdn2.hubspot.net/hubfs/6100136/ChallengerServicesGroup_September2019%20Theme/images/arrow-right-white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 35px;
  cursor: pointer;
  z-index: 2;
  margin: 0px !important;
  padding: 0 !important;
  border: 0;
  min-width: auto;
}

.news-letter .field.hs-form-field {margin-bottom: 0;}

.news-letter .hs-error-msgs {
  position: absolute;
}

.news-letter .hs_error_rollup {
  display: none;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  display: block;
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  border: 0;
  display: inline-block;
  margin-right: 43px;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #222;
  padding: 12px 26px;
  font-family: 'Josefin Sans',sans-serif;
  display: block;
  -webkit-transition: color 0.2s;
  -o-transition: 1s;
  transition: 1s;
}


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{

}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  padding: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color: #000;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color: #fff;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .mobile-footer-link {
    margin: 0 !important;
    display: none !important;
  }
  .mobile-search {
    margin: 0 !important;
    display: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
    color: #fff;
    background-color: #3f3f3f;
    font-weight: 300;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    border: 0;
    display: inline-block;
    margin-right: 43px;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    -webkit-transition: 1s ease-in-out !important;
    transition: 1s ease-in-out !important;
    overflow:hidden;
  }
  .custom-header .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    flex-wrap: wrap;
    top: 100%;
    background: #3f3f3f;
    width: 100%;
    -webkit-transition: 1s ease-in-out !important;
    transition: 1s ease-in-out !important;
  }
  .custom-header .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul {
    pointer-events: normal;
    opacity: 1;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    padding: 0px;
    float: left;
    width: 25%;
    position: relative;
    padding: 18px 0 30px;
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    padding: 0px;
    float: left;
    width: 25%;
    position: relative;
    padding: 18px 0 30px;
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
    color: #fff;
    font-weight: 500;
    margin-bottom: 9px;
    letter-spacing: 1px;
    padding: 0.75em 1.25em;
    font-size: 1em;
    font-family: 'Josefin Sans',sans-serif;
    white-space: normal !important;
  }
  .custom-header .custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
    top: 0;
    left: -100%;
    bottom: 0;
    background-color: #3f3f3f;
    content: " ";
    position: absolute;
    width: 100%;
  }

  .custom-header .custom-menu-primary .hs-menu-wrapper > ul > li > ul:after {
    top: 0;
    left: 100%;
    bottom: 0;
    background-color: #3f3f3f;
    content: " ";
    position: absolute;
    width: 100%;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul {
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li > ul {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li {
    margin-right: 43px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a {
    padding: 0.5em 1.65em;
    font-size: 0.8em;
    color: #fff;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
    letter-spacing: 0.8px;
    margin-bottom: 0;
    white-space: normal !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:after {
    content: " ";
    height: 70%;
    width: 1px;
    background-color: rgba(255,255,255,0.2);
    position: absolute;
    right: 19px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child:after {
    display: none;
  }

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

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {
    font-weight: 700;
    color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a:hover {font-weight: 500;
  }

  .no-desktop {
    display: none !important;
  }
  .linkedin-btn a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3f3f3f;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: #fff;
  }
  .linkedin-btn a:hover:before, .linkedin-btn a:focus:before, .linkedin-btn a:active:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .linkedin-btn a:hover, .linkedin-btn a:focus, .linkedin-btn a:active {
    color: #3f3f3f;
    background-color: transparent;
    border-color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
    width: 21%;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-of-type {
    width: 16%;
}
}


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

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

@media (max-width: 767px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -7px;
    left: 0px;
    width: 66px;
    height: 66px;
    text-align: center;
  }
  .mobile-trigger .menu-box {
    width: 25px;
    height: 34px;
    margin-right: 0px;
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
  }
  .mobile-open .mobile-trigger .menu-box {
    margin-top: 26px;
  }
  .mobile-trigger span {
    width: 100%;
    height: 2px;
    margin-bottom: 9px;
    margin-left: auto;
    margin-right: auto;
    background: #3f3f3f;
    display: block;
    border-radius: 2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
  }

  .mobile-trigger span:first-of-type {
    background-color: transparent;
  }
  .mobile-open .mobile-trigger .menu-box span:nth-child(1) {
    transform: rotate(45deg) translateY(9px) translateX(6px);
    -webkit-transform: rotate(45deg) translateY(9px) translateX(6px);
    background-color: #fff;
  }

  .mobile-open .mobile-trigger .menu-box span:nth-child(2) {
    opacity: 0;
  }

  .mobile-open .mobile-trigger .menu-box span:nth-child(3) {
    transform: rotate(-45deg) translateY(-9px) translateX(6px);
    -webkit-transform: rotate(-45deg) translateY(-9px) translateX(6px);
    background-color: #fff;
  }
  .mobile-trigger:hover{

  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    background-color: #3f3f3f;
  }

  /* 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: 12px;
    width: 45px !important;
    min-width: 45px !important;
    height: 45px !important;
    line-height: 40px;
    padding: 0 !important;
    font-size: 26px;
    text-align: center;
  }
  .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 ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    top: 1px;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .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{
    background-color: #3f3f3f;
    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 > li a{

  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{

  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #5c5b5b;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{

  }

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

  }

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


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


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

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

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

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

/* Blog Columns Wrapper */
.blog .content-wrapper {
  background-color: #f4f4f4; 
  padding: 75px 50px 100px 50px;
}


/* =============== 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 {
  font-size: 1.555rem;
  text-transform: none;
  line-height: 1.25;
}
.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 {
  background-color: #fff;
  padding: 30px;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  
}
.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: center;
  margin: 20px 0 20px 20px;
}

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

/* Read More Button */
.blog-button {
  background-color: none;
  border-style: solid;
  border-width: 2px;
  border-color: #3f3f3f;
  padding: 5px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.blog-button:hover {
  background-color: #3f3f3f;
  color: #fff;
}
.blog-button:hover a {
  color: #fff;
}
a.blog-button:hover{
  color: white;
}
/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

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

/* Blog Commments */
#comments-listing:not([data-has-comments="true"]) {
  display: none;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: left; display: block; }
.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 .widget-span {}

.blog-sidebar {
  margin-left: 20px;
}

.hs-blog-header {
  margin-bottom: 29px;
}

.hs-blog-header > h1 {
  margin-bottom: 29.292px;
}

.post-header h2 a {
  color: #4a4a4a;
}

.heade-meta a {
  color: #4a4a4a;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  padding-bottom: 0;
  text-transform: uppercase;
}
.heade-meta span {
  font-size: 11px;
  line-height: 17px;
  text-transform: uppercase;
  color: #767676;
  font-weight: 800;
  letter-spacing: 0.1818em;
  font-family: 'Open Sans',sans-serif;
}
.heade-meta {
  padding: 3px 0;
  padding-bottom:2.75px;
  padding-top: 0;
  line-height: 17px;
  font-size: 11px;
}

.heade-meta a:hover {
  color: #000;
  color: #000;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

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

.post-listing .post-item {
  padding-bottom: 30px;
  border-bottom: solid 1px #dedede;
  margin-bottom: 30px;
}
.blog .blog-sidebar > div {
  padding-bottom: 42px;
}

.blog .blog-sidebar h3 {
  margin-bottom: 5px;
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  color: #222;
  text-transform: uppercase;
  font-family: 'Josefin Sans',sans-serif;
}

.blog-call-us p {
  margin: 0 0 16px;
  padding: 0;
  letter-spacing: 1px;
  font-size: 0.875rem;
  line-height: 1.6;
}

.blog-call-us p > a.cm-call {
  -webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
  box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  -o-transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
  color: #4a4a4a;
}

.blog-call-us p > a.cm-call:hover {
  color: #000;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

.post-filter .widget-module ul {
  margin: 0;
  list-style-type: none;
  padding-left: 20px;
}

.post-filter .widget-module ul li {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 0.5em 0;
  line-height: 22.4px;
  font-size: 14px;
}

.post-filter .widget-module ul li a {
  font-size: 14px;
  line-height: 22.4px;
  letter-spacing: 1px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
  text-decoration: none;
  -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
  -o-transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
  transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
  font-family: "Open Sans", sans-serif;
  display: inline;
}

.post-filter .widget-module ul li a:hover {
  color: #000;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

.post-filter .widget-module ul li+li {
  margin-top: -1px;
}

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

.hs-search-field__bar.custom-search-side form {
  position: relative;
  padding: 0;
  box-shadow: none !important;
}


.hs-search-field__bar.custom-search-side input[type="text"] {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  border-radius: 3px;
  display: block;
  padding: 0.7em;
  width: 100%;
  padding-right: 148px;
}

.hs-search-field__bar.custom-search-side input[type="text"]:focus {
  color: #222;
  border-color: #333;
}

.cm--search-submit {
  bottom: 3px;
  padding: 0.5em 40px;
  position: absolute;
  right: 3px;
  top: 3px;
  font-size: 1rem;
  line-height: 1.5;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  background-color: #222;
  border: 0;
  border-radius: 2px;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  font-family: helvetica;
}

/* Placeholder Text */
.hs-search-field__bar.custom-search-side input[type="text"]::-webkit-input-placeholder {
  color: #333;
  font-family: 'Josefin Sans',sans-serif;
} /* Webkit Browsers */
.hs-search-field__bar.custom-search-side input[type="text"]:-moz-placeholder {
  color: #333;
  font-family: 'Josefin Sans',sans-serif;
} /* Firefox 18- */
.hs-search-field__bar.custom-search-side input[type="text"]::-moz-placeholder {
  color: #333;
  font-family: 'Josefin Sans',sans-serif;
} /* Firefox 19+ */
.hs-search-field__bar.custom-search-side input[type="text"]:-ms-input-placeholder {
  color: #333;
  font-family: 'Josefin Sans',sans-serif;
} /* IE10 */

.content-wrapper .blog-content {
  width: 58%;
  display: inline-block;
  margin-left: -4px !important;
  padding: 0 10px;
  vertical-align: top;
}

.content-wrapper .blog-sidebar {
  display: inline-block;
  padding-top: 0;
  width: 36%;
  margin-left: -4px;
  padding: 0 10px;
  vertical-align: top;
}

.hs-search-field > h3 {
  padding-bottom: 2px;
}

button.cm--search-submit span {
  position: relative;
  top: 1px;
}

.cm--search-submit:hover {
  background: #767676;
}
.blog-pagination a {
  margin-right: 15px;
}
.section.post-header h1 {
  letter-spacing: 0px;
  margin: 0 0 10px;
  line-height: 1.25;
  font-size: 1.555rem;
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 400;
  color: #4a4a4a;
  text-transform: none;
}
.section.post-header {
  padding-bottom: 11px;
}
.section.post-body p:first-child {
  margin-top: 0;
}

.cm-blog-comment .hs-form-field > label {
  color: #333;
  display: block;
  font-weight: 800;
  margin-bottom: 0.5em;
}

.cm-blog-comment input[type="text"],
.cm-blog-comment input[type="password"], 
.cm-blog-comment input[type="datetime"], 
.cm-blog-comment input[type="datetime-local"], 
.cm-blog-comment input[type="date"], 
.cm-blog-comment input[type="month"], 
.cm-blog-comment input[type="time"], 
.cm-blog-comment input[type="week"], 
.cm-blog-comment input[type="number"], 
.cm-blog-comment input[type="email"], 
.cm-blog-comment input[type="url"], 
.cm-blog-comment input[type="search"], 
.cm-blog-comment input[type="tel"], 
.cm-blog-comment input[type="color"],
.cm-blog-comment input[type="file"],
.cm-blog-comment textarea,
.cm-blog-comment select {
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #bbb;
  border-radius: 3px;
  display: block;
  padding: 0.7em;
  width: 100%;
}

.cm-blog-comment input[type="text"]:focus,
.cm-blog-comment input[type="password"]:focus, 
.cm-blog-comment input[type="datetime"]:focus, 
.cm-blog-comment input[type="datetime-local"]:focus, 
.cm-blog-comment input[type="date"]:focus, 
.cm-blog-comment input[type="month"]:focus, 
.cm-blog-comment input[type="time"]:focus, 
.cm-blog-comment input[type="week"]:focus, 
.cm-blog-comment input[type="number"]:focus, 
.cm-blog-comment input[type="email"]:focus, 
.cm-blog-comment input[type="url"]:focus, 
.cm-blog-comment input[type="search"]:focus, 
.cm-blog-comment input[type="tel"]:focus, 
.cm-blog-comment input[type="color"]:focus,
.cm-blog-comment input[type="file"]:focus,
.cm-blog-comment textarea:focus,
.cm-blog-comment select:focus {
  color: #222;
  border-color: #333;
}

.cm-blog-comment .hs-button.primary,
.cm-blog-comment input[type="submit"],
.cm-blog-comment input[type="button"] {
  background-color: #222;
  border: 0;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  min-width: auto;
  background-image: none;
}
.body-container .cm-blog-comment .hs-button.primary:hover, 
.body-container .cm-blog-comment input[type="submit"]:hover, 
.body-container .cm-blog-comment input[type="button"]:hover {
  background: #767676;
  color: #fff;
  background-image: none;
}
/* =============== 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 =============== */

.body-container .custom_error_message form,
.body-container .widget-type-form,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
#comment-form, .hs-search-field__bar form, .cm-comment-form form {
  background-color: #fff;
  box-shadow: 0 16px 24px 0 rgba(12, 0, 51, 0.1);
  padding: 60px 30px;

}
.body-container .widget-type-blog_subscribe {
  background-color: #345DB3;
  box-shadow: 0 16px 24px 0 rgba(12, 0, 51, 0.1);
  padding: 60px 30px;
}
.body-container .widget-type-blog_subscribe h3 {
  color: #fff;
}

h3.form-title {
  font-size: 2.441em;
  line-height: 1.25;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

h3.form-title:after {
  content: " ";
  width: 45px;
  height: 3px;
  border-bottom: solid 1px #9b9b9b;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 100%;
}
.blog .hero-left .heroForm h3.form-title:after, .blog .hero-left .heroForm .hs-form-field > label{
  display: none !important;
}
/* Form Field */
.hs-form-field {}

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

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

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 4px;
  letter-spacing: normal;
  background-color: transparent;
  border: none;
  border-bottom: solid 2px rgba(74, 74, 74, 0.3);
  border-radius: 0px;
  width: 100%;
  color: #666;
  background: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  font-weight: 500;
  line-height: 1.5;
  font-size: 1em;
  font-family: 'Open Sans',sans-serif;

}

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 {
  color: #222;
  outline: none;
}

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

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

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

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

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

/* Error */
.hs-form-required {
  color: red;
}
.hs-error-msgs label{
  color: #e30000;
  font-weight: 700;
  font-size: .813em;
  line-height: 1.5;

}
.hs-error-msgs {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
  line-height: normal;
}
.hs_recaptcha {
  margin: 15px 0;
  overflow-y: auto;
  width: auto;
  min-height: 80px;
}
.hs-input.invalid.error {
  border-color: #e30000;
}
.custom-form {
  max-width: 50%;
  width: 100%;
}
.field.hs-form-field {
  margin-bottom: 15px;
}
/* 	#comments-listing:not([data-has-comment="true"]) {
display: none;
} */

/* Placeholder Text */
::-webkit-input-placeholder {
  color: rgba(74, 74, 74, 0.6);
} /* Webkit Browsers */
:-moz-placeholder {
  color: rgba(74, 74, 74, 0.6);
} /* Firefox 18- */
::-moz-placeholder {
  color: rgba(74, 74, 74, 0.6);
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: rgba(74, 74, 74, 0.6);
} /* 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;
  width: auto;
  margin: 15px 0 0;
  border-radius: 2px;
  border: solid 0.5px #4a4a4a;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  background-color: #4a4a4a;
  padding: 10px 50px 10px 40px;
  font-family: 'Open Sans',sans-serif;
  display: inline-block;
  background-image: url(//cdn2.hubspot.net/hubfs/6100136/ChallengerServicesGroup_September2019%20Theme/images/arrow-right-white.svg);
  background-position: 83% center;
  background-repeat: no-repeat;
}

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

.body-container .hs-button.primary:hover, 
.body-container input[type="submit"]:hover, 
.body-container input[type="button"]:hover {
  background-color: transparent;
  color: #4a4a4a;
  background-image: url(//cdn2.hubspot.net/hubfs/6100136/ChallengerServicesGroup_September2019%20Theme/images/arrow-right.svg);
}

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


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

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

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

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


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

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


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

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


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


/* 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: 1199px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 7px;
  }
  .banner-area {
    height: 500px;
  }
  .header-top {
    padding: 32px 20px 22px;
  }
  .header-top-menu .hs-menu-wrapper ul li {
    padding: 0 5px;
  }
}



@media (max-width: 1024px) {}

@media (max-width: 991px) {
  .body-container.container-fluid .row-fluid .page-center {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    margin-right: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding: 12px 9px;
  }
  .header-top-inner .custom-logo {
    width: 230px;
    margin-left: -30px;
  }
  .lp-header .header-top-inner .custom-logo {
    margin-left: -30px;
  }
  .header-top {
    padding: 24px 20px 18px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li {
    margin-right: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:after {
    right: 0;
  }
  .banner-area {
    height: 420px;
  }
  .footer-link-title h3 {
    font-size: 1.463em;
  }
  .news-letter .form-title {
    font-size: 1.463em;
  }
  .footer-contact-us h3 {
    font-size: 1.463em;
  }
  .footer-right-link .footer-right-link-inner:before {
    left: -33px;
  }
  .custom-footer {
    padding: 50px 0 49px;
  }
  .banner-content h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .blog-sidebar {
  margin-left: 0px;
  }
  .blog .content-wrapper {
  padding: 50px 10px;
  }
  .blog-title {
    text-align: center;
  }
  
  h1 {
    font-size:32px;
    line-height:40px;
  }
  h2 {
    font-size:29.648px;
    line-height:41.5072px;
  }
  h3 {
    font-size:23.408px;
    line-height:32.7712px;
  }
  h4 {
    font-size:20.408px;
    line-height:31.7712px;
  }
  h3.form-title {
    font-size: 28px;
    line-height: 35px;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .body-container .custom_error_message form,
.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
#comment-form, .hs-search-field__bar form, .cm-comment-form form {
   margin-bottom: 30px;

}

  .no-mobile {
    display: none !important;
  }

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

  .subscribe-options label {
    margin: 0;
  }
  .custom-form {
    max-width: 100%;
  }
  .hs-author-profile .hs-author-bio {
    width: 100%;
  }
  .body-container.container-fluid .row-fluid .page-center {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .footer-left-link-group .link-group-inner > div > div.row-fluid > div:nth-child(1), .footer-left-link-group .link-group-inner > div > div.row-fluid > div:nth-child(2) {
    display: none !important;
  }
  .footer-link-title h3 {
    display: none;
  }
  .custom-footer {
    padding: 19px 0 20px;
  }
  .custom-footer .copyright {
    text-align: center;
    margin-top: 32px;
    font-size: 11.2px;
    line-height: 19px;
  }

  .footer-contact-us h3 {
    line-height: 19.6px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
  }
  .linkedin-btn a {
    border-width: 1px
  }
  .linkedin-btn i {
    font-size: 20px;
    line-height: 20px;
  }
  .footer-right-link .footer-right-link-inner:before {
    display: none;
  }
  .custom-footer .copyright p {
    padding-left: 2.5px;
  }
  .footer-contact-us a {
    font-size: 17.5px;
    line-height: 29.05px;
  }
  .footer-contact-us a img {
    margin-bottom: 2px;
  }
  .footer-contact-us p {
    font-size: 14px;
    line-height: 23.24px;
    letter-spacing: 0;
  }
  .custom-footer .copyright p a {
    letter-spacing: 0;
    display: inline-block;
  }
  .link-group-inner .hs-menu-wrapper ul li a {
    font-size: 14px;
    font-weight: 300;
  }
  .news-letter .form-title {
    line-height: 19.6px;
    font-size: 14px;
    margin-bottom: 9px;
  }
  .news-letter form input[type="email"] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    font-size:13.72px;
    line-height:16.464px;
  }
  .linkedin-btn a {
    font-size: 13px;
    line-height: 1.5;
  }
  .footer-right-link-inner .footer-contact-us {
    margin-top: 35px;
  }


  /* Placeholder Text */
  .news-letter form input::-webkit-input-placeholder {
    color: #fff;
    letter-spacing: 0;
    font-size: 14px;
  } /* Webkit Browsers */
  .news-letter form input:-moz-placeholder {
    color: #fff;
    letter-spacing: 0;
    font-size: 14px;
  } /* Firefox 18- */
  .news-letter form input::-moz-placeholder {
    color: #fff;
    letter-spacing: 0;
    font-size: 14px;
  } /* Firefox 19+ */
  .news-letter form input:-ms-input-placeholder {
    color: #fff;
    letter-spacing: 0;
    font-size: 14px;
  } /* IE10 */
  .news-letter form {
    margin-top: 10px;
    position: relative;
  }
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    margin-bottom: 30px !important;
    font-size: 14px;
    line-height: 23.24px;
  }
  .link-group-inner .hs-menu-wrapper ul li {
    margin-bottom: 11px;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 23.24px;
  }
  .mobile-footer-link .cm-menu-toggle {
    display: none;
  }
  .mobile-footer-link {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 10px !important;
  }
  .toggle-heading h3 {
    margin-bottom: 3px;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1.6px;
    line-height: 19.6px;
    padding-bottom: 6px;
  }
  .toggle-heading {
    position: relative;
  }
  .toggle-heading a.active .fa-angle-down:before {
    content: "\f106";
  }

  .fa-angle-down:before {
    content: "\f107";
  }
  .toggle-heading a {
    display: inline-block;
    color: #fff;
    position: absolute;
    right: 0px;
    font-family: "Open Sans", sans-serif;
    font-size: 28px;
    font-weight: 300;
    top: -15px;
    cursor: pointer;
  }
  .cm-menu-toggle .hs-menu-wrapper.hs-menu-flow-vertical ul {
    margin-bottom: 21px !important;
  }
  .cm-menu-toggle.tglclass {
    margin-top: 3px;
    margin-bottom: 6px;
  }
  .header-top-inner .header-search {
    display: none !important;
  }
  .header-top-inner .header-top-menu {
    display: none !important;
  }

  .header-top-inner .mobile-search {
    float: right;
  }

  .mobile-search-inner .search-toggle {
    height: 31px;
    width: 20px;
    background-color: transparent;
    background-position: left center;
    background-image: url(//cdn2.hubspot.net/hubfs/6100136/ChallengerServicesGroup_September2019%20Theme/images/search.svg);
    background-repeat: no-repeat;
    display: inline-block;
  }

  .search-box-toggle {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    box-shadow: 0 16px 24px 0 rgba(12, 0, 51, 0.1);
    background-color: #fff;
  }
  .search-box-toggle-inner {
    padding: 15px 15px;
  }
  .search-box-toggle form {
    position: relative;
  }

  .search-form input[type="search"] {
    padding: 0.7em;
    padding-right: 46px;
    border: none;
    border-bottom: solid 1px #375dab;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
    font-size:15.75px;
    line-height: 26.145px;
  }

  .mobile-search-submit {
    bottom: 3px;
    position: absolute;
    right: 3px;
    top: 3px;
    background-color: transparent;
    padding: 0;
    background-image: url(//cdn2.hubspot.net/hubfs/6100136/ChallengerServicesGroup_September2019%20Theme/images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
    font-weight: 800;
    line-height: 1;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    border: 0;
    border-radius: 2px;
  }

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


  /* Placeholder Text */
  .search-form input[type="search"]::-webkit-input-placeholder {
    color: #333;
    font-family: 'Josefin Sans',sans-serif;
  } /* Webkit Browsers */
  .search-form input[type="search"]:-moz-placeholder {
    color: #333;
    font-family: 'Josefin Sans',sans-serif;
  } /* Firefox 18- */
  .search-form input[type="search"]::-moz-placeholder {
    color: #333;
    font-family: 'Josefin Sans',sans-serif;
  } /* Firefox 19+ */
  .search-form input[type="search"]:-ms-input-placeholder {
    color: #333;
    font-family: 'Josefin Sans',sans-serif;
  } /* IE10 */

  .header-top-inner .custom-logo {
    width: 188px;
    margin-left: 0;
    position: relative;
  }
  .header-top {
    padding: 10px 20px 10px;
  }
  .header-top.lp-header {
    padding-bottom: 10px;
  }
  .lp-header .header-top-inner .custom-logo {
    margin-left: 0;
  }
  .custom-header {
    min-height: 0 !important;
    border-top: 0;
  }

  .banner-area {
    height: 365px;
  }
  .banner-content h1 {
    font-size: 28px;
    line-height: 28px;
  }
  .banner-content {
    margin-top: 32px;
  }



  .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 0 10px;
    color: #fff;
    padding: 5px 15px;
    margin: 0 15px;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 23.24px;
    -webkit-transition: color 0.2s;
    -o-transition: 1s;
    transition: 1s;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #fff;
    padding: 10px 15px;
    border-bottom: solid 0.3px #949494;
    margin: 0 15px;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    line-height: 23.24px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    color: #fff;
    font-weight: 600;
  }   
  .custom-header .custom-menu-primary .hs-menu-wrapper > ul {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:first-child {
    margin-top: 8px;
    margin-bottom: -2px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:last-child {
    margin-bottom: 10px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:nth-child(8) {
    margin-top: -2px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:nth-child(11) {
    margin-top: -2px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li:nth-last-child(3) {
    margin-top: -2px;
  }
  .child-trigger:after {
    content: "\f107";
    font-family: fontawesome;
  }

  .child-trigger.child-open:after {
    content: "\f106";
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    opacity: 0.7;
  }
  .content-wrapper .blog-content {
    width: 100%;
    margin-left: 0px !important;
    padding: 0 0px;
  }
  .content-wrapper .blog-sidebar {
    display: inline-block;
    width: 100%;
    margin-left: 0;
    padding: 0 0px;
    vertical-align: top;
    padding-top: 30px;
  }
  .hs-search-field__bar.custom-search-side input[type="text"] {
    border: none;
    border-bottom: solid 1px #375dab;
    border-radius: 0;
  }
  .no-banner.mobile-open .header-top {
    border-bottom: 0;
  }

  .no-banner .header-top {
    border-bottom: 1px solid #ebebeb;
  }
  h3.form-title {
    font-size: 28px;
    line-height: 35px;
  }
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    line-height: 23px;
    font-size: 14px;
  }
  
.custom-menu-primary .hs-menu-wrapper > ul ul {
    margin-top: -2px;
    padding-top: 2px;
}
  
}  


@media (max-width: 640px) {
  .banner-content h1 {
    font-size: 24.92px;
    line-height: 24.92px;
  }
  .banner-area {
    height: 330px;
  }
  h1 {
    font-size:24.92px;
    line-height:31.15px;
  }
  h3.form-title {
    font-size:24.92px;
    line-height:31.15px;
  }
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    line-height: 28px;
    padding: 10px 4px;
    font-size: 14px;
  }

}

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

@media (max-width: 480px) {
  .body-container.container-fluid .row-fluid .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .banner-content h1 {
    font-size: 18.48px;
    line-height: 18.48px;
  }
  .banner-area {
    height: 232px;
  }
  .header-top-inner .custom-logo {
    width: 177px;
  }
  .header-top {
    padding: 10px 14px 10px;
  }

  .mobile-trigger {
    top: -8px;
    width: 48px;
  }
  h3.form-title {
    font-size:19.6px;
    line-height:24.5px;
  }
  h1 {
    font-size:19.6px;
    line-height:24.5px;
  }
  h2 {
    font-size:16.142px;
    line-height:22.5988px;
  }
  h3 {
    font-size:16.142px;
    line-height:22.5988px;
  }
  h4 {
    font-size:14.408px;
    line-height:22.5988px;
  }
  .hs-search-field__bar.custom-search-side input[type="text"] {
    border: none;
    border-bottom: solid 1px #375dab;
    border-radius: 0;
    font-size: 13.125px;
    padding-right: 46px;
  }
  .header-top.lp-header {
    padding-bottom: 12px;
  }
  .cm--search-submit {
    font-size: 14px;
    line-height: 14px;
  }
  input[type="text"],
  input[type="password"], 
  input[type="datetime"], 
  input[type="datetime-local"], 
  input[type="date"], 
  input[type="month"], 
  input[type="time"], 
  input[type="week"], 
  input[type="number"], 
  input[type="email"], 
  input[type="url"], 
  input[type="search"], 
  input[type="tel"], 
  input[type="color"],
  input[type="file"],
  textarea,
  select {
    line-height: 28px;
    padding: 3px 4px 2px;
    font-size: 14px;
  }
}
@media (max-width: 330px) {
  .custom-footer .copyright p {
    position: relative;
    top: 1px;
  }
  .custom-footer .copyright p a {
    top: -1px;
  }
  .footer-contact-us a img {
    margin-bottom: 1px;
  }
}











@media (min-width: 576px) {
  .container-fluid .row-fluid .page-center {
    max-width:540px;
  }
  .custom-footer.lp-footer .copyright {
    margin-top: 35px;
  }
}

@media (min-width: 768px) {
  .container-fluid .row-fluid .page-center {
    max-width:720px;
  }
  .footer-inner .footer-right-link {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .footer-inner .footer-left-link-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .footer-left-link-group .link-group-inner>div>div.row-fluid>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (min-width: 992px) {
  .container-fluid .row-fluid .page-center {
    max-width:960px;
  }
  .blog .body-container.container-fluid .row-fluid .page-center {
    padding-top: 70px;
  }
}

@media (min-width: 1200px) {
  .container-fluid .row-fluid .page-center {
    max-width:1140px;
  }


}