/* ==========================================================================
   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=Poppins:300,400,500,600,700');

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');

@import url('//fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700');

@font-face {
  font-family: 'Glyphicons Halflings';
  font-weight: normal;
  font-style: normal;
  src: url('//cdn2.hubspot.net/hubfs/4930056/Off_to_Work_October2018%20Theme/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.eot') format('embedded-opentype');
  src: url('//cdn2.hubspot.net/hubfs/4930056/Off_to_Work_October2018%20Theme/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.woff') format('woff'),
       url('//cdn2.hubspot.net/hubfs/4930056/Off_to_Work_October2018%20Theme/Fonts/Glyphicons%20Halflings/glyphicons-halflings-regular.ttf') format('truetype');
}

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

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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.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.com/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
  font-size: 10px;
}

body {
  background: #fff;
  color: #555;
  font-family: "Poppins",sans-serif;
  font-size: 16px;
  line-height: 1.25;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
body:not(.blog) .body-container.container-fluid .row-fluid .page-center {
  padding-left: 46px;
  padding-right: 46px;
}

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


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

/* Basic text */
p {} 
.body-container p {
  line-height: 1.6em;
  font-weight: 300;
}
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: 15px 0;
  line-height: 1.25em;
  font-weight: 600;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 46px;
  letter-spacing: 1px;
  text-shadow: 1px 0px 1px #444;
  text-transform: uppercase;
  font-weight: bold;
}
h2 {
  font-size: 36px;
  color: #323e4e;
}
h3,
.section.post-footer .hs-richtext {
  color: #323e4e;
  font-size: 30px;
}
h4 {
  color: #323e4e;
  font-size: 24px;
}
h5 {
  font-size: 20px;
  color: #ebad3c;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}
h6 {
  font-size: 18px;
  color: #323e4e;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Anchor Links */
a { 
  color: #323e4e;
  text-decoration: none;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
    
}
a:hover, a:focus { 
  outline: 0;
  color: #ebad3c;
}

/* Lists */
ul, ol {}
.body-container ul,
.body-container ol,
.body-container li {
  line-height: 1.6em;
  font-weight: 300;
}
.body-container ul,
.body-container ol {
  padding-left: 20px;
}
.body-container ul {
  list-style: none;
  padding-left: 0;
}
.body-container ul li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 2px;
}
.body-container ul li:before {
  font-family: FontAwesome;
  content: "\f138";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  position: absolute;
  font-size: 24px;
  left: 0;
}
ul.hs-error-msgs.inputs-list li,
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  padding-left: 0;
}

ul.hs-error-msgs.inputs-list li:before,
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:before {
  display: none;
}
form.hs-form .hs-form-field ul.inputs-list li {
  padding-left: 0;
  padding-bottom: 0;
}
form.hs-form .hs-form-field ul.inputs-list li:before {
  display: none;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {
  min-height: 91px !important;
}

.custom-header {
  position: relative;
}
.custom-header > div {
  position: fixed;
  width: 100%;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 9999;
  background: transparent;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
.custom-header .page-center {}

.custom-nav-search-cart {
  margin-left: 0 !important;
  width: 100% !important;
  float: none !important;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-job-search-cart {
  width: auto !important;
  margin-left: 0 !important;
  float: right !important;
  font-size: 0.9em;
  text-align: center;
  padding: 18px 0;
}
.custom-job-search-cart ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.custom-job-search-cart ul.fixedlinks > li {
  line-height: 1.6em;
  font-weight: 300;
  position: relative;
  display: block;
  float: left;
}
.custom-job-search-cart ul.fixedlinks > li > a {
  padding: 10px 15px;
  position: relative;
  line-height: 20px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  color: #fff;
  text-transform: uppercase;
  border: solid 3px transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
}
.custom-job-search-cart ul.fixedlinks > li > a:hover,
.custom-job-search-cart ul.fixedlinks > li > a.self-active {
  border-color: #fff;
}
.custom-job-search-cart ul.fixedlinks > li > a i {
  font-size: 20px;
  color: #ebad3c;
  padding-left: 5px;
}

.custom-job-search-cart ul.fixedlinks > li > a small {
  font-size: 75%;
  display: block;
  padding-right: 15px;
  line-height: 0px;
}
.basket-mini {
  position: absolute;
  top: 100%;
  right: -20px;
  min-width: 450px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  height: 0;
  pointer-events: none;
  z-index: 1001;
}
.basket-mini.open-basket {
  opacity: 1;
  height: auto;
  pointer-events: all;
}
.basket-mini .inner {
  margin-top: 30px;
  background: #323e4e;
  border-radius: 5px;
  border: solid 1px #eaeaea;
  -webkit-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.5);
  box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.5);
}
.basket-mini .inner:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  background: transparent;
  position: absolute !important;
  top: 21px;
  right: 40px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid;
  border-bottom-color: #323e4e;
  z-index: 1;
}
.basket-mini .inner .row {
  margin-left: -15px;
  margin-right: -15px;
}
.basket-mini .inner .row .col-sm-9 {
  padding-left: 15px;
  padding-right: 15px;
}
.basket-mini .inner .basket-mini-items {
  background: #ffffff;
  color: #323e4e;
  padding-top: 0px;
}
.basket-mini .inner .basket-mini-items li {
  border-bottom: solid 1px #eaeaea;
  line-height: 1.6em;
  font-weight: 300;
}
.basket-mini .inner .btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  line-height: 1.5;
  padding: 7px 5px 5px;
  color: #939598;
  background-color: #eaeaea;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  text-transform: uppercase;
  border: solid 3px transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  width: 49%;
  display: inline-block;
  margin: 0px;
}
.basket-mini .inner .btn:hover {
  border-color: #fff;
  color: #eaeaea;
  background-color: #939598;
}
.basket-mini .inner .btn i {
  color: #323e4e;
  font-size: 17px;
  padding-left: 5px;
}

.custom-header-search {
  width: auto !important;
  margin-left: 0 !important;
  margin-top: 8px;
  padding: 10px 15px;
  float: right !important;
  margin-right: -15px;
  min-width: 132px;
  margin-bottom: 4px;
  padding-top: 20px;
}
.header-search-btn {
  font: inherit;
  font-family: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1.25;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  display: inline-block;
  transition: background 0.25s ease-in-out,color 0.25s ease-in-out;
  padding: 12px 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 25px;
  padding-top: 0px;
  white-space: inherit;
  border: 0px;
  outline: 0;
  color: #fff;
  background: transparent;
}
.header-search-btn:hover,
.custom-header-search.search-open .header-search-btn {
  opacity: 0.7;
}
.custom-header-search.search-open .header-search-btn:after {
  display: block;
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  margin-left: 10px;
  z-index: 1000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #323e4e;
  top: 91px;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-search:before {
  content: "\e003";
}
#btn-myaccount {
  display: inline-block;
  border-radius: 0px;
  padding: 12px 15px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  white-space: inherit;
  line-height: 1.25;
  border-radius: 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  transition: background 0.25s ease-in-out,color 0.25s ease-in-out;
  color: #fff;
  background-color: #ebad3c;
  height: 75px;
  font-size: 12px;
  margin-top: -33px;
  padding-top: 40px;
  padding-left: 5px;
  padding-right: 5px;
  border: none;
}
#btn-myaccount:hover {
  background-color: #fff;
  color: #ebad3c;
}
.header-basket-button {
  display: none;
}
#header_search {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  position: fixed;
  left: 0px;
  top: 91px;
  display: block;
  background: white none repeat scroll 0% 0%;
  width: 100vw;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  height: 0px;
  overflow: hidden;
  opacity: 0;
  padding: 20px 0;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.6);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.6);
}
.custom-header-search.search-open #header_search {
  height: auto;
  opacity: 0.98;
  z-index: 0;
}
.mobile-open #header_search {
  opacity: 0 !important;
  height: 0px !important;
}
#header_search .form-group {
  width: 75%;
  position: relative;
  margin: 0 auto;
  display: block;
  vertical-align: middle;
}
#header_search input {
  height: 46px;
  font-weight: 500;
  border-radius: 0px !important;
  width: 100%;
  border: 0px;
  border-bottom: solid 2px #d1d2d4;
  box-shadow: none;
}
#header_search input::-webkit-search-cancel-button {
  display: none;
}
#header_search input::-webkit-input-placeholder {
  color: #999;
}

#header_search input:-moz-placeholder {
  color: #999;
  opacity: 1;
}

#header_search input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

#header_search input:-ms-input-placeholder {
  color: #999;
}
#header_search .form-group .header-search-btn {
  position: absolute;
  top: 11px;
  right: 0px;
  color: #d1d2d4 !important;
  font-size: 20px;
  opacity: 1 !important;
}
#header_search .form-group .header-search-btn:after {
  display: none;
}


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

.custom-header-logo {
  width: auto !important;
  margin-left: 0 !important;
}
.custom-header-logo p {
  margin: 0;
}
.custom-header-logo a {
  padding: 15px 15px;
  font-size: 20px;
  line-height: 20px;
  height: 50px;
  display: inline-block;
  background: url(//cdn2.hubspot.net/hubfs/4930056/Off_to_Work_October2018%20Theme/Images/logo.png) no-repeat;
  background-position: 0% 50%;
  margin-right: 10px;
  margin-top: 25px;
  background-size: contain;
  text-indent: 250px;
  white-space: nowrap;
  overflow: hidden;
  margin-left: -15px;
  width: 250px;
}
.custom-header-logo a img {}


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

.body-container-wrapper {}
.body-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.body-container .page-center {
  padding-top: 0px;
  padding-bottom: 25px;
}
.blog .body-container {
  padding-top: 0;
  padding-bottom: 0;
}
.blog .body-container .page-center {
  padding-top: 0;
  padding-bottom: 0;
}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

.banner-wrapper {
  margin-top: -1px;
  position: relative;
  height: 550px;
  background-color: #323e4e;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-wrapper .page-center {}
.banner-wrapper .custom-content-wrapper {
  padding: 250px 0 100px;
  text-align: center;
  z-index: 1;
  position: relative;
}
.banner-wrapper .custom-content-wrapper h1 {
  font-size: 46px;
  letter-spacing: 1px;
  text-shadow: 1px 0px 1px #444;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
}
.banner-wrapper .custom-content-wrapper h2 {}
.banner-wrapper .custom-content-wrapper p {
  font-size: 35px;
  padding-top: 30px;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  margin: 0 0 10px;
}
.banner-wrapper .custom-content-wrapper p a {
  color: #fff;
}
.hvr-hang {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0,0,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
@-webkit-keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }

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

  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
}

@keyframes hvr-hang {
  0% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }

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

  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
}
@-webkit-keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
}

@keyframes hvr-hang-sink {
  100% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px)
  }
}
.hvr-hang:active,
.hvr-hang:focus,
.hvr-hang:hover {
  -webkit-animation-name: hvr-hang-sink,hvr-hang;
  animation-name: hvr-hang-sink,hvr-hang;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate;
}
.banner-wrapper .custom-content-wrapper .btn-container {}
.banner-wrapper .custom-content-wrapper .btn-container a {}
.banner-wrapper .custom-content-wrapper .btn-container a:hover {}

    

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

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

/*============= Newsletter Form =============*/

.custom-newsletter-form-wrapper {
  background: #f7f7f7;
  position: relative;
  padding: 50px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #eee;
}
.custom-newsletter-form-wrapper .page-center > div {
  margin-left: -15px;
  margin-right: -15px;
}
.custom-form-title {
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;   
  margin-left: 8.33333% !important;
  width: 33.33333% !important;
  float: left !important;
}
.custom-form-title h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}

.custom-form-title p {
  color: #58585a;
  font-weight: 300;
  line-height: 1.6em;
  margin: 0 0 10px;
}

.custom-footer-newsletter-form {
  width: 50% !important;
  float: left !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0 !important;
}
.custom-footer-newsletter-form .hs_cos_wrapper_type_form {
  display: inline;
  max-width: none;
  background: transparent;
  padding: 0;
}
.custom-footer-newsletter-form form.hs-form fieldset {
  margin-left: -15px;
  margin-right: -15px;
}
form.hs-form fieldset .hs-form-field {
  width: 50% !important;
  float: left !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.custom-footer-newsletter-form h3 {}
.custom-footer-newsletter-form form {}
.custom-footer-newsletter-form form .hs-form-field {}
.custom-footer-newsletter-form form .hs-form-field.hs_email {}
.custom-footer-newsletter-form form .hs-form-field.hs_submit {}
.custom-footer-newsletter-form form .hs-form-field > label {
  display: none;
}
.custom-footer-newsletter-form form .hs-form-field .input {
  margin-right: 0 !important;
}
.custom-footer-newsletter-form form input[type="text"],
.custom-footer-newsletter-form form input[type="email"],
.custom-footer-newsletter-form form input[type="tel"],
.custom-footer-newsletter-form form select {
  width: 100% !important;
  height: 46px;
  border: #dedede;
  font-weight: 300;
  font-size: 14px;
}
.custom-footer-newsletter-form form input[type="text"]:focus {}
.custom-footer-newsletter-form form input[type="email"] {}
.custom-footer-newsletter-form form input[type="email"]:focus {}
.custom-footer-newsletter-form form .hs_submit {
  width: 50% !important;
  float: left !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.custom-footer-newsletter-form form .hs_submit .actions {}
.custom-footer-newsletter-form form input[type="submit"] {
  font: inherit;
  margin: 0;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700 !important;
  letter-spacing: 1px;
  white-space: inherit;
  border-width: 2px;
  border-radius: 0px;
  padding: 12px 10px;
  color: #fff;
  background-color: #ebad3c;
  border-color: #ebad3c;
  transition: background 0.25s ease-in-out,color 0.25s ease-in-out;
}
.custom-footer-newsletter-form form input[type="submit"]:hover {
  color: #ebad3c;
  background-color: #fff;
  border-color: #d49116;
}
.custom-footer-newsletter-form form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-footer-newsletter-form form input::-webkit-input-placeholder {
  color: #999;
}

.custom-footer-newsletter-form form input:-moz-placeholder {
  color: #999;
  opacity: 1;
}

.custom-footer-newsletter-form form input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.custom-footer-newsletter-form form input:-ms-input-placeholder {
  color: #999;
}



.custom-footer {
  background: #fff;
  position: relative;
  padding: 50px 0;
}
.custom-footer .page-center {
  padding-bottom: 50px;
}
.custom-footer .page-center > div {
  margin-left: -15px;
  margin-right: -15px;
}
.custom-footer-top {}
.custom-footer-top .page-center {}

.custom-SOCIAL,
.custom-FIND-WORK,
.custom-FIND-TALENT,
.custom-ABOUT-US,
.custom-CONTACT {
  float: left !important;
  width: 16.66667% !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0 !important;
}
.custom-CONTACT {
  width: 33.33333% !important;
}
.custom-SOCIAL > div,
.custom-FIND-WORK  > div,
.custom-FIND-TALENT  > div,
.custom-ABOUT-US  > div,
.custom-CONTACT  > div {
  margin-bottom: 30px;
}
.custom-footer-top h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 60px;
  letter-spacing: 1px;	
  text-shadow: none;
  position: relative;
}
.custom-footer-top h1:after {
  content: '';
  display: block;
  position: absolute;
  top: 45px;
  width: 50px;
  border-bottom: 4px solid #eaeaea;
}
.custom-footer-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
.firefox .custom-footer-top ul {
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.custom-footer-top ul li {
  line-height: 1.6em;
  font-weight: 300;
  color: #939598;
}
.custom-footer-top ul li + li {
  margin-top: 2px;
}
.custom-footer-top ul li a {
  color: #939598;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  line-height: 30px;
  font-weight: 400;
}
.custom-footer-top ul li a:hover {
  color: #ebad3c;
}

.custom-SOCIAL {}
.custom-FIND-WORK {}
.custom-FIND-TALENT {}
.custom-ABOUT-US {}
.custom-CONTACT {}


.custom-footer-bottom {
  padding: 30px 0;
}
.custom-footer-bottom .page-center {}

.custom-footer-about {
  width: 58.33333% !important;
  float: left !important;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-footer-about p {
  color: #939598;
  line-height: 1.6em;
  font-weight: 300;
  margin: 0 0 10px;
}
.custom-footer-about p small {
  font-size: 0.8em;
}
b, strong {
  font-weight: bold;
}
.custom-logo-copyright {
  width: 41.66667% !important;
  float: left !important;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0 !important;
}
.custom-logo-copyright p {
  margin: 0 0 10px;
  line-height: 1.6em;
  font-weight: 300;
  color: #939598;
  text-align: center;
}
.custom-logo-copyright p img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}




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


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

.custom-menu-primary {}

/* Only 1st Level Menu */
.custom-menu-primary .hs-menu-wrapper > ul {}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  padding: 20px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.custom-menu-primary .hs-menu-wrapper ul li {
  line-height: 1.6em;
  font-weight: 300;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child {}
.custom-menu-primary .hs-menu-wrapper > ul > li.active {}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
    position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  padding: 10px 15px;
  line-height: 20px;
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;;
  letter-spacing: 1px;
  font-size: 14px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s;
  border: solid 3px transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  border-color: #fff;
}


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


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


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


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


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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media (min-width: 992px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    
    .hide-min {
        display: none !important;
    }
    .fixed-min {
        position: fixed;
        width: 100% !important;
        left: 0;
        top: 0;
        right: 0;
        z-index: 9999;
    }
    .custom-header.scroll > div,
    .not-having-banner .custom-header > div {
        background-color: #323e4e;
    }
    .custom-header-lp .custom-header-logo {
      padding-bottom: 10px;
    }


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

    .custom-menu-primary {
        width: auto !important;
        float: left !important;
        margin-left: 0 !imporant;
    }

    /* Only 1st Level Menu */
    .custom-menu-primary .hs-menu-wrapper > ul {
        display: block;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.active {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
        position: static !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover:after,
    .custom-header.scroll .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.active:after {
        display: block;
        content: "";
        position: relative;
        width: 0px;
        height: 0px;
        top: 20px;
        left: 50%;
        margin-left: -10px;
        z-index: 1000;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #323e4e;
        z-index: 1003;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a .caret {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {}


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


    /* Only 2nd Level Menu */
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
        font-size: 16px;
        width: 100vw;
        background: #fff;
        text-align: center;
        top: 91px;
        transform: translateX(-50%);
        left: 50% !important;
        -webkit-transition: all 0.5s !important;
        transition: all 0.5s !important;
        height: 0px;
        overflow: hidden;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 1001 !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul,
    .custom-header.scroll .custom-menu-primary .hs-menu-wrapper > ul > li.active > ul {
        display: block;
        height: 59px;
        background: #eaeaea;
        z-index: 1001;
        padding-right: 4px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
        line-height: 1.6em;
        font-weight: 300;
        display: inline-block;
        opacity: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        margin-right: -4px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li,
    .custom-header.scroll .custom-menu-primary .hs-menu-wrapper > ul > li.active > ul > li {
        opacity: 1;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
        white-space: nowrap;
        line-height: 1.25;
        display: block;
        padding: 3px 20px;
        color: #58585a;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 14px;
        -webkit-transition: border-color 0.25s;
        transition: border-color 0.25s;
        text-transform: uppercase;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 5px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > ul > li > a {
        margin: 11px 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover {
        background-color: #f5f5f5;
        color: #231f20;
    }


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


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


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

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

@media (max-width: 991px){


    .hide-min {
        display: block !important;
    }
    .hide-max {
        display: none !important;
    }
    .fixed-min {
        position: relative;
    }
    
  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger {
    display: block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    color: inherit;
    font: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    position: relative;
    float: right;
    padding: 15px;
    overflow: hidden;	
    background: #323e4e;
  }
  .custom-header-lp .mobile-trigger {
    display: none !important;
  }
  .mobile-trigger .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    transition: opacity, transform;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
    background: #fff;
  }
   .mobile-trigger .icon-bar + .icon-bar {
     margin-top: 4px;
  }
  .mobile-open .mobile-trigger .icon-bar:first-child {
    transform: translateY(6px) rotate(45deg);
  }
   .mobile-open .mobile-trigger .icon-bar:nth-child(2) {
     opacity: 0;
     transform: translateX(-100%);
  }
   .mobile-open .mobile-trigger .icon-bar:nth-child(3) {
     transform: translateY(-6px) rotate(-45deg);
  }

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

  .child-trigger{
    display: none !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

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


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

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

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

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

    .custom-menu-primary {
        width: 100% !important;
        min-height: 0 !important;
        background: #323e4e;
    }

    /* Only 1st Level Menu */
    .custom-menu-primary .hs-menu-wrapper > ul {
        display: block;
        padding-top: calc(20px + 7.5px);
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 7.5px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        float: none !important;
        width: 100% !important;
        display: block;
        padding: 10px 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {}
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a {
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {}
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        display: block;
        padding: 0;
        border: 0;
        font-size: 18px;
        margin: 0;
        font-weight: 500;
    }

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


    /* Menu List Below 1st Level/ 2nd,3rd,4th......so on */
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        display: block !important;
        padding-left: 20px;
        padding-top: 10px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li {}
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        line-height: 1.25;
        padding: 0px 20px;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: 13px;
        color: #68788f;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
        background: #fff;
    }


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


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


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


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

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

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

/* Blog Columns Wrapper */
.blog .content-wrapper {
  margin-top: 50px !important;
  padding-bottom: 50px !important;
}
.blog .content-wrapper > div {
  margin-left: -15px;
  margin-right: -15px;
}

.blog .blog-content {}

.custom-byline {}
.custom-byline > span {}
.custom-byline > span:first-child {}
.custom-byline a {}
.custom-byline a:hover {}
.custom-byline .meta-author {}
.custom-byline .meta-author a.author-link {}
.custom-byline .meta-author a.author-link:hover {}
.custom-byline .custom-date {}
.hs-blog-post .custom-byline .meta-category {
  display: block;
  margin: 0 0 10px;
  font-weight: 300;
  line-height: 1.4em;
  font-family: "Libre Baskerville",serif;
  font-style: italic;
  color: #6d6e71;
  font-size: 13px;
}
.custom-byline .meta-category a.topic-link {}

/*============ BreadCrumbs =============*/

.custom-breadcrumbs {
  padding-left: 15px;
  padding-right: 15px;
}
.custom-breadcrumbs ul.breadcrumbs  {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  padding: 8px 0;
}
.custom-breadcrumbs ul.breadcrumbs .seperator {
  padding: 0 5px;
  padding-left: 3px;
  color: #ccc;
}
.custom-breadcrumbs ul.breadcrumbs li {
  display: inline;
  line-height: 1.6em;
  font-weight: 300;
  padding: 0;
  color: #323e4e;
  font-weight: 500;
}
.custom-breadcrumbs ul.breadcrumbs li:before {
  display: none;
}
.custom-breadcrumbs ul.breadcrumbs li a {
  font-weight: 600;
  color: #939598;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.custom-breadcrumbs ul.breadcrumbs li a:hover {
  text-decoration: none;
  color: #ebad3c;
  font-weight: 600;
}


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

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

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

.blog.hs-blog-listing .blog-content {
  width: 66.66667% !important;
  float: left !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 95px;
}
.hs-blog-listing.blog .blog-sidebar {
  width: 33.33333% !important;
  float: left !important;
  margin-left: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}

/*============ Outer Post =============*/

.post-item-outer {
  position: relative;
}

.post-item-outer .post-header {}

.post-item-outer .post-header .hs-featured-image-wrapper {
  margin-bottom: 40px;
}

.post-item-outer .post-body {}

.post-item-outer .custom-byline-listing {overflow: hidden;}

.post-item-outer .custom-byline-listing .meta-category {
  line-height: 1.4em;
  color: #58585a;
  font-weight: 300;
  margin: 0 0 10px;
  float: left;
}

.post-item-outer .custom-byline-listing .custom-date {
  float: right;
  color: #939598;
  line-height: 1.4em;
  font-weight: 300;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.post-item-outer h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  color: #323e4e;
  font-family: "Libre Baskerville",serif;
}

.post-item-outer .post-content {
  color: #323e4e;
  font-family: "Libre Baskerville",serif;
  font-size: 21px;
  line-height: 34px;
  letter-spacing: 0px;
  font-weight: 300;
}
.post-item-outer hr.title {
  border-top-width: 8px;
  width: 20%;
  margin-top: 40px;
  margin-bottom: 30px;
  border-top: 2px solid #ebad3c;
  margin-left: 0px;
  margin-right: 0px;
}
.post-item-outer .meta-author {
  margin: 0 0 10px;
  font-weight: 300;
  line-height: 1.4em;
  color: #58585a;
  letter-spacing: 2px;
  padding: 10px 0;
  text-transform: uppercase;
}


.custom-remaining-post-items {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
}
.custom-remaining-post-items > div {
  margin-left: -15px;
  margin-right: -15px;
}
.hs-blog-header {}
.hs-blog-header h1 {}


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

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

.blog-listing-wrapper .post-listing .post-item .post-body h2,
h2.post-listing-simple,
.custom-related-posts .related-post-item .related-post-title {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #323e4e;
  font-size: 24px;
  font-weight: 700;
}
.blog-listing-wrapper .post-listing .post-item .post-body h2 a,
h2.post-listing-simple a {}
.blog-listing-wrapper .post-listing .post-item .post-body h2 a:hover,
h2.post-listing-simple a:hover {}

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item-wrapper,
.custom-related-posts .related-post-item {
  width: 33.33333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.blog-listing-wrapper .post-listing .post-item,
.custom-related-posts .related-post-item .related-post-item-inner {
  text-align: center;
  padding: 20px 10px;
}
.blog-listing-wrapper .post-listing .post-item .post-header {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-listing-wrapper .post-listing .post-item .post-body .post-content,
.custom-related-posts .related-post-item .related-post-content {
  font-family: "Libre Baskerville",serif;
  color: #58585a;
}

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

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

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

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

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


/* Numbered Pagination */
.blog-pagination {
  margin: 50px 0;
  padding: 15px;
  text-align: center;
  display: block !important;
}
a.next-posts-link.load-more {
  display: none;
}
div#infscr-loading {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-pagination-wrapper {
  background: #f7f7f7;
  display: inline-block;
  padding: 10px;
  margin: 0 auto;
  padding-bottom: 14px;
  padding-top: 14px;
}
.blog-pagination-wrapper > div {
  display: inline;
  padding: 5px 0;
  line-height: 1.6em;
  font-weight: 300;
}
.blog-pagination-left {}
.blog-pagination-right {}
.blog-pagination-center {}
.blog-pagination-center a {}
.blog-pagination a {
  position: relative;
  padding: 6px 12px;
  line-height: 1.25;
  text-decoration: none;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  border: 0px;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  display: inline-block;
  font-weight: 600;
  color: #231f20;
}
.blog-pagination a:hover,
.blog-pagination a:focus {
  text-decoration: none;
  color: #ebad3c;
  font-weight: 600;
}
.blog-pagination a.elipses {}
.blog-pagination a.active {
  background: #fff;
}
.blog-pagination a.next-link {
  margin-left: 20px !important;
}
.blog-pagination a.prev-link {
  margin-right: 20px !important;
}
.blog-pagination a.next-link,
.blog-pagination a.prev-link {
  background: #323e4e;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  margin: 4px 0;
}
.blog-pagination a.next-link:hover, 
.blog-pagination a.prev-link:hover {
  color: #ebad3c;
}
.blog-pagination a.next-link.inactive,
.blog-pagination a.prev-link.inactive {
  background: #d1d2d4;
  cursor: default;
}
.blog-pagination a.next-link i,
.blog-pagination a.prev-link i {
  margin-left: -3px;
  position: relative;
  top: -1px;
}
.blog-pagination a.prev-link i {
  margin-left: -6px;
}
.blog-pagination a.next-link:hover,
.blog-pagination a.prev-link:hover {}



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

/* Blog Post */
.hs-blog-post {
  background: #f7f7f7;
}

/* Blog Columns Wrapper */
.blog.hs-blog-post .content-wrapper {
  background: #fff;
}

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

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

/* Blog Title */
.hs-blog-post .post-body h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 1.25em;
  font-weight: 600;
  color: #323e4e;
  font-family: "Libre Baskerville",serif;
  text-shadow: none;
  letter-spacing: 0;
  text-transform: none;
}
.hs-blog-post .post-body hr.title {
  border-top-width: 8px;
  width: 20%;
  margin-top: 40px;
  margin-bottom: 30px;
  border-top: 2px solid #ebad3c;
}

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

/* Use this to set up different styling for your blog posts */
.blog-post-wrapper .post-header {}
.blog-post-wrapper .post-body {
  text-align: center;
  padding: 0 0 75px;
  width: 83.33333%;
  float: left;
  margin-left: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-post-wrapper .custom-post-footer {
  width: 66.66667%;
  margin-left: 16.66667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.blog-post-wrapper .custom-post-footer p,
.blog-post-wrapper .custom-post-footer li {
  line-height: 1.4em;
  color: #58585a;
}

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

.custom-byline-post {}
.custom-byline-post > span {}
.custom-byline-post > span:first-child {}
.custom-byline-post a {}
.custom-byline-post a:hover {}
.custom-byline-post .meta-author {
  display: block;
  margin: 0 0 10px;
  font-weight: 300;
  line-height: 1.4em;
  color: #58585a;
  letter-spacing: 2px;
  padding: 10px 0;
  text-transform: uppercase;
}
.custom-byline-post .meta-author a.author-link {}
.custom-byline-post .meta-author a.author-link:hover {}
.custom-byline-post .custom-date {
  display: block;
  margin: 0 0 10px;
  font-weight: 300;
  line-height: 1.4em;
  color: #939598;
  padding: 50px 0 20px;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.custom-byline-post .meta-category {}
.custom-byline-post .meta-category a.topic-link:hover {}
.custom-byline-post .meta-comments a:hover {}

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

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

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

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

/*========== Related Posts =========*/

.custom-related-posts {
  background: #fff;
  padding-bottom: 20px;
  width: 83.33333%;
  margin-left: 8.33333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.custom-related-posts h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #323e4e;
}
.custom-related-posts .related-row {
  margin-left: -15px;
  margin-right: -15px;
}
.custom-related-posts .related-post-item {}
.custom-related-posts .related-post-item .related-post-header {}
.custom-related-posts .related-post-item .related-post-image {}
.custom-related-posts .related-post-item .related-post-image img {
  width: 100%;
}

.back-to-all {
  clear: both;
  text-align: center;
}

.back-to-all a.back-to-all-button {
  font-size: 16px;
  line-height: 1.25;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  display: inline-block;
  margin-bottom: 0;
  transition: background 0.25s ease-in-out,color 0.25s ease-in-out;
  color: #333 !important;
  background-color: #fff;
  border-width: 2px;
  border-radius: 0px;
  padding: 12px 15px;
  text-transform: uppercase;
  font-weight: 700 !important;
  letter-spacing: 1px;
  white-space: inherit;
  border-color: #58585a;
}

.back-to-all a.back-to-all-button:hover {
  color: #fff !important;
  background-color: #333;
  border-color: #adadad;
}

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

.blog .blog-sidebar {}

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

.panel {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 40px;
}
ul.nav-tabs.nav-justified {
  line-height: 1.25;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
}

ul.nav-tabs.nav-justified li {
  padding-left: 0;
  padding: 0;
  display: table-cell;
  width: 1%;
  margin-bottom: -1px;
}
ul.nav-tabs.nav-justified li:before {
  display: none;
}

ul.nav-tabs.nav-justified li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 1.25;
  text-align: center;
  border-radius: 4px 4px 0 0;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
  color: #58585a;
  font-weight: 700;
  border-color: #fff;
  border: 0px !important;
}
ul.nav-tabs.nav-justified li.active a {
  background: #f7f7f7;
}

ul.nav-tabs.nav-justified li a:hover {
  color: #ebad3c;
  font-weight: 600;
}

.tab-content {
  background: #f7f7f7;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
    opacity: 1;
}
.blog-sidebar .tab-content ol {
  list-style: none;
  padding: 0px;
  margin-top: 0;
  margin-bottom: 10px;
}
.blog-sidebar .tab-content ol li {
  border-bottom: solid 1px #d1d2d4;
  padding: 20px;
}
.blog-sidebar .tab-content ol li a {
  font-weight: 600;
  color: #939598;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.blog-sidebar .tab-content ol li a:hover {
  text-decoration: none;
  color: #ebad3c;
  font-weight: 600;
}
.blog-sidebar .tab-content ol li a h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  color: inherit;
}
.blog-sidebar .tab-content ol li a p {
  margin: 0 0 10px;
}

.filter-tile .yeargroup {
  padding: 30px;
  padding-bottom: 0;
}
.filter-tile .yeargroup h3 {
  display: none;
}
.filter-tile .yeargroup ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-tile .yeargroup ul li {
  border-bottom: 1px solid #d1d2d4;
  display: inline-block;
  width: 100%;
  padding: 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.filter-tile .yeargroup ul li:before {
  display: none;
}
.filter-tile .yeargroup ul li a {
  color: #939598;
  font-weight: 600;
}
.filter-tile .yeargroup ul li a .filter-link-count {
  display: none;
}
.btnlink {
  padding: 15px;
  font-size: 14px;
  text-align: center;
  display: block;
  color: #323e4e;
  transition: none;
}
.btnlink:hover {
  color: #14191f;
  text-decoration: underline;
}


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

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

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

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

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

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



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


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

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

.hs_cos_wrapper_type_email_simple_subscription h1,
.hs_cos_wrapper_type_email_simple_subscription h3 {}

/* Form Field */
.hs-form-field {
  margin-bottom: 15px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label,
.section.post-footer label,
.widget-type-google_search label {
  display: block;
  color: #323e4e;
  font-weight: bold;
  padding-bottom: 5px;
}

span.hs-form-required {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  font: inherit;
  font-family: inherit;
  padding: 12px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #939598;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
.hs-input.error {}
input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(102,175,233,0.6);
}

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

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

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

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

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

/* Error */
.hs-error-msgs label,
.section.post-footer .hs-error-msgs label {
  line-height: 1.25;
  display: block;
  font-weight: 500;
  color: #fff;
  padding: 0;
}
.submitted-message {}
ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  background: #d07763;
  padding: 10px 15px !important;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
ul.hs-error-msgs.inputs-list:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d07763;
  position: absolute;
  margin-top: -15px;
}

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


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

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

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

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


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

#comment-form {
    margin-top: 30px;
}
.section.post-footer {
  margin-top: 50px;
  width: 83.33333%;
  margin-left: 8.33333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.section.post-footer .hs-richtext {
  margin-bottom: 25px;
}
.section.post-footer .hs-richtext h3 {}
.section.post-footer .hs-richtext p {}

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

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

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

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

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

.section.post-footer input[type="checkbox"] {}


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

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

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

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

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

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


/* Make Form 50% on Desktop */

.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.widget-type-google_search,
#comment-form,
.section.post-footer,
.hs-search-field {
    display: block;
    margin-bottom: 25px;
    max-width: 600px;
}


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  margin: 15px 0;
  font: inherit;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  transition: background 0.25s ease-in-out,color 0.25s ease-in-out;
  color: #333;
  text-transform: uppercase;
  font-weight: 700 !important;
  letter-spacing: 1px;
  white-space: inherit;
  border-width: 2px;
  border-radius: 0px;
  padding: 12px 10px;
  border-color: #58585a;;
  background-color: #fff;
  outline: 0;
}

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

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


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

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


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

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


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

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


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

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



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

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

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


.simple-listing-page .custom-outer-sidebar,
.simple-listing-page .full-link {
  display: none !important;
}
.post-listing-simple {
  padding-left: 7.5px;
  padding-right: 7.5px;
}



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


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

@media (min-width: 768px) {

    /*======= Page Center =======*/
    .container-fluid .row-fluid .page-center {
        max-width: 750px;
    }
}

@media (min-width: 992px) {

    /*======= Page Center =======*/
    .container-fluid .row-fluid .page-center {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {

    /*======= Page Center =======*/
    .container-fluid .row-fluid .page-center {
        max-width: 1170px;
    }
}

@media (min-width: 1480px) {

    /*======= Page Center =======*/
    .container-fluid .row-fluid .page-center {
        max-width: 1470px;
    }
}

@media (max-width: 1479px) and (min-width: 1200px) {
  
    .custom-header-logo a {
      width: 200px;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li > a,
    .custom-job-search-cart ul.fixedlinks > li > a {
      padding: 10px 5px;
    }

    .custom-job-search-cart ul.fixedlinks > li > a > span {
      display: none;
    }
    #btn-myaccount {
      padding: 12px 10px;
      padding-top: 40px;
      padding-left: 6px;
      padding-right: 5px;
    }

    .header-search-btn {
      padding: 12px 10px;
      padding-top: 0;
    }
  
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
      padding: 10px 5px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
  
    .custom-header-logo a {
      width: 130px;
      margin-top: 20px;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      padding: 8px 6px;
      font-size: 14px;
    }

    .custom-job-search-cart ul.fixedlinks > li > a > span {
      display: none;
    }

    .custom-job-search-cart ul.fixedlinks > li > a {
      padding: 8px 6px;
      font-size: 14px;
    }

    #header_search {
      top: 83px;
      padding: 5px !important;
    }

    .custom-header-search.search-open .header-search-btn:after {
      top: 83px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul {
      top: 83px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a {
      padding: 8px 6px;
      font-size: 14px;
    }
  
    .custom-menu-primary .hs-menu-wrapper > ul > li {
      padding-bottom: 16px;
    }

    .custom-job-search-cart {
      padding-bottom: 12px;
    }

    .custom-header-search {
      padding-bottom: 5px;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
  
    /*.custom-header-logo a {
      margin-left: 0;
    }*/
}

@media (max-width: 1200px) {
  
    .custom-form-title {
      width: 41.66667% !important;
      margin-left: 0 !important;
    }
}

@media (max-width: 1199px) {
  
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover:after, 
    .custom-header.scroll .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.active:after {
      top: 16px;
    }
}

@media (max-width: 991px) {
  
    body:not(.blog) .body-container.container-fluid .row-fluid .page-center {
      max-width: 100%;
    }
  
    .custom-header-lp .custom-header-logo a {
      margin-bottom: 10px !important;
      min-height: 18px !important;
      height: 18px !important;
      line-height: 17px;
    }

    .custom-header > div {
      position: relative;
      background-color: #fff;
    }
    .custom-header .page-center {
      max-width: 100% !IMPORTANT;
      padding: 0 !important;
    }
    .custom-header-logo a {
      background: url(//cdn2.hubspot.net/hubfs/4930056/Off_to_Work_October2018%20Theme/Images/otw_small.png) no-repeat;
      background-position: 0% 50%;
      margin: 12px !important;
      height: 20px;
      background-size: contain;
      min-height: 20px;
      padding: 10px;
      width: 80px;
      overflow: visible;
      color: transparent;
      text-indent: 0;
    }
    .header-search-btn {
      color: #939598 !important;
      font-size: 18px;
      float: right;
      padding: 7px 15px 5px;
      margin: 0px;
      height: 44px;
    }

    .custom-job-search-cart {
      display: none !important;
    }

    #btn-myaccount {
      display: none;
    }

    .custom-header-search {
      position: absolute;
      visibility: visible;
      top: 0px;
      right: 54px;
      border: 0px;
      padding: 0px;
      margin: 0px;
      width: 200px;
    }
    .header-basket-button {
      display: inline-block !important;
      float: right;
      padding: 11px 12px 0 12px;
      color: #939598 !important;
      margin: 0px;
      font-size: 18px;
      border-right: 1px solid #d1d2d4 !important;
      height: 44px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      line-height: 1.25;
      text-align: center;
      vertical-align: middle;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      transition: background 0.25s ease-in-out,color 0.25s ease-in-out;
      background-color: #fff;
      text-transform: uppercase;
      font-weight: 700 !important;
      letter-spacing: 1px;
      white-space: inherit;
    }
    .header-basket-button:hover {
      background-color: #333;
    }
    #btn-myaccount {
      display: block;
      height: 100%;
      font-size: 12px;
      margin: 0px;
      background-color: white;
      color: #939598 !important;
      padding: 11px;
      border-left: 1px solid #d1d2d4 !important;
      border-right: 1px solid #d1d2d4 !important;
      line-height: 22px;
      text-align: center;
      float: right;
    }
    .custom-nav-search-cart {
      padding-left: 0;
      padding-right: 0;
    }
    .custom-mobile-job-training {
      margin-top: -1px;
      position: relative;
    }
    .firefox .custom-mobile-job-training {
      margin-top: 0px;
    }
    .custom-mobile-job-training ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .custom-mobile-job-training ul li {
      width: 49.8%;
      padding: 10px 0px;
      padding-bottom: 12px;
      background-color: #323e4e;
      text-align: right;
      z-index: 3;
      float: left;
      line-height: 1.6em;
      font-weight: 300;
    }

    .custom-mobile-job-training ul li:last-of-type {
      text-align: left;
      float: right;
    }
    .custom-mobile-job-training ul li a {
      line-height: 20px;
      display: inline-block;
      font-weight: 600;
      letter-spacing: 1px;
      font-size: 14px;
      color: #fff;
      text-transform: uppercase;
    }

    .custom-mobile-job-training ul li a i {
      margin-top: -3px;
      padding: 0 6px;
      color: #ebad3c;
      padding-left: 5px;
      font-size: 20px;
    }
    .custom-mobile-job-training ul li:last-of-type a i {
      float: left;
    }

    .custom-mobile-job-training ul li a small {
      display: inline;
      padding-right: 4px;
      font-size: inherit;
    }
    #header_search {
      top: 87px;
      padding: 5px !important;
    }

    .custom-header-search.search-open .header-search-btn:after {
      top: 87px;
    }
    
    #header_search .form-group .header-search-btn {
      padding-top: 7px !important;
      height: auto;
      top: 5px;
    }
    .banner-wrapper {
      margin-top: -40px;
      position: relative;
    }
  
    /*================= Footer =================*/
    .custom-SOCIAL, 
    .custom-FIND-WORK,
    .custom-FIND-TALENT, 
    .custom-ABOUT-US, 
    .custom-CONTACT {
      width: 25% !important;
    }
    .custom-CONTACT {
      width: 100% !important;
    }
    .custom-form-title {
      width: 100% !important;
      margin-left: 0 !important;
    }

    .custom-footer-newsletter-form {
      width: 100% !important;
    }

    form.hs-form fieldset .hs-form-field {
      width: 100% !important;
    }

    .custom-footer-newsletter-form form .hs_submit {
      width: 100% !important;
    }
    .banner-wrapper .custom-content-wrapper p {
      display: none;
    }
  
    /*================= Blog Listing =================*/
    .blog .content-wrapper {
      max-width: 100% !important;
      margin-top: 0 !important;
    }
    .hs-blog-post.blog .content-wrapper {
      margin-top: 50px !important;
    }

    .blog.hs-blog-listing .blog-content, .blog.hs-blog-listing .blog-sidebar {
      width: 100% !important;
      float: none !important;
    }

    .custom-outer-sidebar {}

    .custom-outer-sidebar > div > div {
      display: flex;
      flex-direction: column-reverse;
    }

    .panel {
      margin-left: 0;
      margin-right: 0;
    }

    .blog-listing-wrapper .post-listing .post-item-wrapper,
    .custom-related-posts .related-post-item {
      width: 50%;
    }
  
    /*================= Blog Post =================*/
    .blog-post-wrapper .custom-post-footer {
      width: 83.33333%;
      margin-left: 8.33333%;
    }


}


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

@media (max-width: 767px) {


    /* Make Form 100% on Mobile */
    .hs_cos_wrapper_type_password_prompt,
    .hs_cos_wrapper_type_email_simple_subscription,
    .hs_cos_wrapper_type_form,
    .hs_cos_wrapper_type_blog_subscribe,
    .widget-type-google_search,
    #comment-form,
    .section.post-footer,
    .hs-search-field {
        display: block;
        max-width: 100%;
        max-width: 100%;
    }
  
    .custom-header-lp .custom-header-logo a {
      margin-bottom: 7px !important;
      min-height: 14px !important;
      height: 14px !important;
      line-height: 11px;
    }
    .custom-footer-lp {
      padding-top: 0;
    }

    .custom-footer-lp .custom-footer-top h1 {
      padding-top: 0;
    }

    /*.custom-mobile-job-training {
      margin-top: 0px;
    }*/
    .custom-mobile-job-training ul li a {
      font-size: 12px;
      font-weight: 500;
    }
    
    .custom-footer {
      text-align: center;
    }
    .custom-footer-about,
    .custom-logo-copyright,
    .custom-SOCIAL, 
    .custom-FIND-WORK,
    .custom-FIND-TALENT, 
    .custom-ABOUT-US, 
    .custom-CONTACT {
      width: 100% !important;
      float: none !important;
    }
    .custom-footer-top h1 {
      padding: 30px 0 10px;
    }

    .custom-footer-top h1:after {
      margin: 0 auto;
      position: relative;
      top: 5px;
    }
    .custom-footer-newsletter-form form input[type="submit"] {
      font-size: 13px;
      padding: 15px 16px;
    }
    .custom-form-title {
      text-align: center;
    }
    .banner-wrapper .custom-content-wrapper h1 {
      font-size: 26px;
      margin-top: 60px;
    }
  
    /*================= Blog Listing =================*/
    .blog-listing-wrapper .post-listing .post-item-wrapper,
    .custom-related-posts .related-post-item {
      width: 100%;
      float: none;
      text-align: center;
    }

    .blog-pagination-wrapper {
      padding-bottom: 10px;
      padding-top: 10px;
    }
  
    /*================= Blog Post =================*/
    .blog-post-wrapper .post-body,
    .blog-post-wrapper .custom-post-footer,
    .custom-related-posts,
    .section.post-footer {
      width: 100%;
      margin-left: 0;
    }

    .blog-listing-wrapper .post-listing .post-item,
    .custom-related-posts .related-post-item .related-post-item-inner {
      padding-left: 0;
      padding-right: 0;
    }
  
    .blog .custom-mobile-job-training ul li {
      padding-bottom: 9px;
    }
    .blog .banner-wrapper {
      margin-top: -37px;
    }

}  


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

@media (max-width: 479px) {

    #header_search .form-group {
      width: 100%;
    }
    .subscribe-options label {
      margin-left: 0 !important;
    }

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

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

    .subscription-template.one-column .hs-button.primary,
    .subscription-template.one-column input[type="submit"], 
    .subscription-template.one-column input[type="button"] {
      font-size: 15px;
    }
  
    body:not(.blog) .body-container.container-fluid .row-fluid .page-center {
      padding-left: 15px;
      padding-right: 15px;
    }
    .body-container h1 {
      font-size: 40px;
    }
}

@media (max-width: 375px) {
  
    #header_search input::-webkit-input-placeholder {
      font-size: 13px;
    }

    #header_search input:-moz-placeholder {
      font-size: 13px;
    }

    #header_search input::-moz-placeholder {
      font-size: 13px;
    }

    #header_search input:-ms-input-placeholder {
      font-size: 13px;
    }
  
}

@media (max-width: 330px) {
  
    #btn-myaccount {
      padding-left: 8px;
      padding-right: 8px;
    }

}