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


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

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


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


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

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

@font-face {
  font-family: 'PageLinesFont';
  src: url('//info.vitalworklife.com/hubfs/Vitalworklife-August2018/Fonts/fontawesome-webfont.eot') format('embedded-opentype'),
    url('//info.vitalworklife.com/hubfs/Vitalworklife-August2018/Fonts/fontawesome-webfont.woff2') format('woff2'),
    url('//info.vitalworklife.com/hubfs/Vitalworklife-August2018/Fonts/fontawesome-webfont.woff') format('woff'),
    url('//info.vitalworklife.com/hubfs/Vitalworklife-August2018/Fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal
}

/* 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;
} 

body {
  background: #fff;
  color: #333;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  line-height: 1.5em;
  font-size: 14px;
}

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

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


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

/* Basic text */
p {
  margin: 0 0 1.5em 0;
} 
small {}
strong {
  font-weight: bold;
}
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: 1em 0 .5em 0;
  line-height: 1.2em;
  text-transform: capitalize;
  text-rendering: optimizelegibility;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: 800;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 24px;
  line-height: 1em;
  margin: 0;
  color:#194f90;
}

h2 {
  font-size: 20px;
  color:#194f90;
}
h3 {
  font-size: 18px;
  color:#194f90;
}
h4 {
	color:#194f90;
}
h5 {
  font-size: 17.6px;
  color:#194f90;
}
h6 {
  font-size: 16px;
  color:#194f90;
}

/* Anchor Links */
a {     color: #194F90;
  transition: color .2s linear,background .2s linear;
  text-decoration:none;
}
a:hover, a:focus { color: rgba(25,79,144,0.7);
  text-decoration: none;
}

/* Lists */
ul, ol {
  padding: 0;
  margin: 0 0 1em 30px;
}

ul{
  list-style: disc;
}

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 {}
.header-top-wrapper {
  background:  #fff;
  position:  fixed;
  width:  100% !important;
  left:  0;
  top: 0;
  z-index:999;
  border-top: #b5be00 10px solid;
  box-shadow: 0 1px 0 rgba(0,0,0,0.2);   
}

.header-top-menu {
  padding: 15px 0;
}

.header-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  float:  right;
  margin: 0 0 .4em 0 !important;
}

.header-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
  float: none !important;
  display: inline-block;
}

.header-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a {
  margin: 0 5px;
  padding: 2px 4px;
  display: block;
  font-size: 82%;
  text-decoration: none;
  color: #194F90;
  font-weight: bold;
}

.header-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li > a:hover{
  opacity: .7;
}

.header-bottom-wrapper {
  margin-top: 71px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.custom-logo img {
  width:  240px !important;
}

.header-bottom-wrapper .page-center {
  padding: 0 15px;
}

.custom-logo {
  padding: 5px 1%;
  margin-top: 4px;
}

.hs-search-field.header-search-form {
  float: right;
}

.hs-search-field.header-search-form form {
  float: right;
  margin: 11px 0 5px 10px;
  width: auto;
  max-width: 190px;
  -webkit-transition: margin .3s ease-in-out;
  -moz-transition: margin .3s ease-in-out;
  -ms-transition: margin .3s ease-in-out;
  transition: margin .3s ease-in-out;
  position: relative;
  cursor: pointer;
}

.hs-search-field__bar {
  overflow: hidden;
}

.header-search-form ul.hs-search-field__suggestions {
  position: absolute;
  z-index: 9;
  background: #fff;
}

ul.hs-search-field__suggestions li {
  padding: 5px 5px 0;
}

ul.hs-search-field__suggestions li:last-child{
  padding-bottom:5px;
}

.hs-search-field.header-search-form form span.btn-search {
  position: absolute;
  z-index: 5;
  color: #000;
}

.hs-search-field.header-search-form form input.hs-search-field__input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 23px;
  padding: 5px 5px 5px 12px;
  margin: 0;
  font-family: "Open Sans","Helvetica Neue","Helvetica",Arial,serif;
  font-size: 11px;
  line-height: 1.2em;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  transition: all .7s;
  text-indent: 15px;
  box-sizing: border-box;
  width: 24px;
  background-color: #f6f6f6;
  border: none;
}

.hs-search-field.header-search-form form input.hs-search-field__input:focus{
  outline:none;
}

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

.icon-search:before, .fa-search:before {
  content: "\f002";
}

.hs-search-field.header-search-form form .btn-search:hover {
  cursor: pointer;
  opacity: .6;
}

.hs-search-field.header-search-form form.open-search input.hs-search-field__input {
  width: 140px;
}

.hs-search-field.header-search-form form.open-search i{
  color:#666;
}

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

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

.content-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-content {
  padding:8px;
  margin-bottom: 1em;
}
.sidebar{
  margin-bottom: 1em;
  padding:8px;
}
.sidebar.right{}
.sidebar.left{}


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

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

.custom-footer {
  padding-top: 20px;
  padding-bottom: 20px;
  color: rgba(255,255,255,0.7);
  background-color: #194F90;
  line-height: 26px;
  font-size: 12px;
  border-top: solid 10px #F37021;
}

.custom-copyright p {
  margin: 0;
}

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

.custom-copyright p a {
  color: #fff;
}

.custom-copyright p a:hover{
  opacity: .7;
  color: inherit;
}

.sl-links {
  float: right;
}

.sl-link {
  font-size: 22px;
  line-height: 22px;
  margin: 0 8px;
  float: left;
  color: #fff;
}

.icon-facebook:before, .fa-facebook:before {
  content: "\f09a";
}

.icon-linkedin:before, .fa-linkedin:before {
  content: "\f0e1";
}

.icon-twitter:before, .fa-twitter:before {
  content: "\f099";
}

.icon-youtube:before, .fa-youtube:before {
  content: "\f167";
}

.icon-google-plus:before, .fa-google-plus:before {
  content: "\f0d5";
}

.icon-pinterest:before, .fa-pinterest:before {
  content: "\f0d2";
}

.sl-link:hover{
  opacity: .7;
  color: inherit;
}





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


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

/* Parent List */
.custom-menu-primary-v2 .hs-menu-wrapper > ul{
  float:right;
  font-size: .9em;  
  padding-top: 5px;
  padding-bottom: 5px;
}
.custom-menu-primary-v2 .hs-menu-wrapper > ul > li{}
.custom-menu-primary-v2 .hs-menu-wrapper > ul > li > a{
  color: #194f90;
  text-shadow: none;
  transition: all 0.1s linear 0s;
  display: block;
  float: none;
  line-height: 19px;
  padding: 9px 8px;
  font-weight: bold;
  text-decoration: none;
}

.custom-menu-primary-v2 .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid rgba(0,0,0,0.3);
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-top: 8px;
  margin-left: 5.5px;
  border-top-color: rgba(0,0,0,0.6);
}
.custom-menu-primary-v2 .hs-menu-wrapper > ul > li:hover > a{
  color: #000000;
  background-color: #FFFFFF;
  box-shadow: inset 0 -4px 0 #194F90;
}

/* Child List */
.custom-menu-primary-v2 .hs-menu-wrapper > ul ul{
  background-color: #fff;
  min-width: 160px;
  padding: 5px 0;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  z-index: 99 !important;
}

.custom-menu-primary-v2 .hs-menu-wrapper > ul > li > ul:before{
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0,0,0,0.2);
  position: absolute;
  top: -7px;
  left: 9px;
}

.custom-menu-primary-v2 .hs-menu-wrapper > ul > li:last-of-type > ul {
  right: 0;
  left: auto !important;
}

.custom-menu-primary-v2 .hs-menu-wrapper > ul > li:last-of-type > ul:before{
  left: auto;
  right: 13px;
}

.custom-menu-primary-v2 .hs-menu-wrapper > ul ul li{}
.custom-menu-primary-v2 .hs-menu-wrapper > ul ul li a{
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 21.7px;
  color: #333;
  white-space: nowrap;
}

.custom-menu-primary-v2 .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}

.custom-menu-primary-v2 .hs-menu-wrapper > ul ul li a:hover{
  background-color: #194f90;
  background-image: none;
  background-repeat: repeat-x;
  color:#fff;
}

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

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

  .hs-search-field.header-search-form form span.btn-search {
    left: 5px;
    top: 1px;
  }

  .custom-menu-primary-v2 .hs-menu-wrapper > ul > li > ul:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 10px;
  }

  .custom-menu-primary-v2 .hs-menu-wrapper > ul > li:last-of-type > ul:after {
    left: auto;
    right: 13px;
  } 

  .social-menu {
    display: none;
  }

  .alignright {
    float:  right;
    margin: 0 0 .4em 1.4em;
  }

  .alignleft {
    float:  left;
    margin: 0 1.4em .4em 0;
  }

}


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

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

@media (max-width: 767px){

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

  body, html {
    height: auto;
  }

  #site-wrapper{
    max-width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
  }

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 0px;           /* Position Button at right of screen */
    right: 10px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 2px 10px;
    margin: 10px;
    background-color: rgba(155,155,155,0.028);
    background-image: -moz-linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));
    background-image: -ms-linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));
    background-image: linear-gradient(top,rgba(255,255,255,0.1),rgba(0,0,0,0.08));
    background-repeat: repeat-x;
    border: 1px solid rgba(0,0,0,0.25);
    border-left: 1px solid rgba(0,0,0,0.17);
    border-top: 1px solid rgba(0,0,0,0.17);
    box-shadow: inset 1px 1px 0 rgba(255,255,255,0.3);
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #000; 
    font-weight: 700;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    opacity: .7;
  }

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

  span.icon.icon-reorder:before {
    content: "\f0c9";
  }

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

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

  .child-trigger{
    display: block !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 */
  /* Make child lists appear below parent items */
  .custom-menu-primary-v2 ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary-v2 {
    position: fixed;
    width: 260px !important;
    z-index: 1000;
    right: -260px;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    height: 100vh;
    background: rgba(0,0,0,0.87);
  }

  .mobile-open .custom-menu-primary-v2 {
    right: 0;
  }


  .custom-menu-primary-v2 .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary-v2 .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary-v2 .hs-menu-wrapper > ul > li a{
    font-size: 14px;
    line-height: 1.4em;
    color: rgba(255,255,255,0.5);
  }

  .custom-menu-primary-v2 .hs-menu-wrapper > ul li ul{
    margin: 8px 0 0px 0;
    border-left: 1px solid rgba(255,255,255,0.1);
    padding-left: 12px;
    border-top: none;
    padding-top: 0;
    box-shadow: none !important;
    border-radius: 0;
    border-right: none;
    border-bottom: none;
    padding-bottom: 0;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary-v2 .hs-menu-wrapper > ul{
    padding: 10px 20px 20px 30px;
    font-size: 14px;
    overflow-y: auto;
    max-height: calc(100vh - 40px);
  }

  .custom-menu-primary-v2 .hs-menu-wrapper > ul > li {
    line-height: 1.5em !important;
  }

  .custom-menu-primary-v2 .hs-menu-wrapper > ul > li a {
    display: inline !important;
  }

  .custom-menu-primary-v2 .hs-menu-wrapper > ul > li:hover > a {
    background-color: transparent;
    box-shadow: none;
    color: rgba(255,255,255,0.5);
  }

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

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary-v2 .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary-v2 .hs-menu-wrapper > ul ul li{
    margin-bottom: 5px;
  }

  .custom-menu-primary-v2 .hs-menu-wrapper > ul ul li.active > a{
    color:#fff;
  }
  .custom-menu-primary-v2 .hs-menu-wrapper > ul ul li a{
    color: rgba(255,255,255,0.5);
    padding:0;
    font-size: 13px;
    line-height: 1.3em;
  }

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

  .custom-menu-primary-v2 .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:after{
    display:none;
  }

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

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


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

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

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

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

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  font-family: "Open Sans","Helvetica Neue","Helvetica",Arial,serif;
  display: inline-block;
  height: 32.55px;
  padding: 4px 6px;
  margin: 0;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 21.7px;
  color: #555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -ms-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  max-width: 215px;
  color: #666666;
  width: 100%;
  margin-top: 3px;
  max-width: 650px;
  display:block;
}

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  vertical-align: top;
  padding: 5px 8px;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #000000;
  border: 1px solid #c3c3c3;
  background: #f6f6f6;
  font-family: "Open Sans","Helvetica Neue","Helvetica",Arial,serif;
  color: #ffffff;
  background-color: #194f90;
  font-size: 14px;
  font-weight: normal;
  line-height: 21.7px;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  opacity: .8;
  outline:none;
}

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


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

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


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

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


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

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


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

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


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


/*==== two col right sidebar layout ========*/

.widget-type-header {
  margin-bottom: 1em;
}

.widget-type-header h1 {
  padding-bottom: 6px;
  margin: 0 !important;
  line-height: 1em !important;
}

.sidebar-menu .hs-menu-wrapper > ul > li > ul {
  visibility: visible !important;
  opacity: 1 !important;
  position: relative !important;
  left: 0 !important;
  padding: 0 0 0 15px;
}

.sidebar-menu .hs-menu-wrapper > ul{
  font-size: 11.9px;
}

.sidebar-menu .hs-menu-wrapper > ul > li {
  padding: 8px 0;
  border-bottom: solid 1px #f2f2f2;
}

.menu-heading .widget-type-text {
  font-family: "Open Sans","Helvetica Neue","Helvetica",Arial,serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
}

.sidebar-menu .hs-menu-wrapper > ul > li > ul > li {
  margin: 8px 0 8px;
}

.body-container ul ul{
  margin-bottom:0;
}

.two-col-sidebar-lay .sidebar .widget-span{
  margin-bottom: 15px;
}

.two-col-sidebar-lay .sidebar h3{
  margin: .4em 0;
  font-family: "Open Sans","Helvetica Neue","Helvetica",Arial,serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
}

.menu-heading {
  margin-bottom: 0 !important;
}

ul.sidebar-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 11.9px;
}

ul.sidebar-social li {
  display: block;
  background: none;
  float: left;
  margin: 0 6px 12px;
  padding: 0;
}

ul.sidebar-social li a {
  display: block;
  height: calc(1em + 16px);
  line-height: 1em;
  text-align: center;
  width: calc(1em + 16px);
  background-color: #194F90;
  border-radius: 3px;
  color: #ffffff;
  font-size: 16px;
  padding: 8px;
}

ul.sidebar-social li a:hover{
  background-color: #666666 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

ul.sidebar-social li a svg {
  display: block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  font-size: 16px;
}

.sidebar-form .hs-form {
  font-size: 11.9px;
  text-align:center;
  margin: 0 0 24.7px;
}

.sidebar-form span.hs-form-required {
  display: none;
}

ul.hs-error-msgs.inputs-list {
  color: red;
  list-style: none;
  margin-left: 0;
}

.sidebar-form .hs-input{
  font-family: "Open Sans","Helvetica Neue","Helvetica",Arial,serif;
  display: inline-block;
  height: 32.55px;
  padding: 4px 6px;
  margin: 0 auto !important;
  margin-bottom: 27px !important;
  font-size: 14px;
  line-height: 21.7px;
  color: #555;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  -webkit-transition: border linear .2s,box-shadow linear .2s;
  -moz-transition: border linear .2s,box-shadow linear .2s;
  -ms-transition: border linear .2s,box-shadow linear .2s;
  transition: border linear .2s,box-shadow linear .2s;
  max-width: 215px !important;
  color: #666666;
  width: 100%;
  margin-top: 3px !important;
}

.sidebar-form .hs-input:focus{
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

.sidebar-form .hs-form-field{
  margin-bottom: 1.5em;
  margin-top: 21px;
}

.sidebar-form .hs-button{
  vertical-align: top;
  padding: 5px 8px;
  cursor: pointer;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  color: #000000;
  border: 1px solid #c3c3c3;
  background: #f6f6f6;
  font-family: "Open Sans","Helvetica Neue","Helvetica",Arial,serif;
  color: #ffffff;
  background-color: #194f90;
  font-size: 14px;
  font-weight: normal;
  line-height: 21.7px;
}

.sidebar-form .hs-button:hover{
  opacity: .8;
}

.sidebar-form .hs-richtext {
  text-align: left;
}

.sidebar-filter ul.l_tinynav1 {
  display: none;
}

.sidebar-filter select#tinynav1 {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  height: 30px;
  line-height: 30px;
  width: 100%;
  padding: 4px 6px;
  font-size: 14px;
  font-family: "Open Sans","Helvetica Neue","Helvetica",Arial,serif;
  color: #555;
  margin: 0 0 21.7px;
}

.sidebar-search-form .hs-search-field__bar {
  margin-top: 20px;
}

.sidebar-search-form span.btn-search {
  position: absolute;
  z-index: 10;
  left: 5px;
  top: 1px;
  color: #000;
}

.sidebar-search-form form {
  position: relative;
}

.sidebar-search-form input.hs-search-field__input{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 23px;
  padding: 5px 5px 5px 12px;
  margin: 0;
  cursor: default;
  font-family: "Open Sans","Helvetica Neue","Helvetica",Arial,serif;
  font-size: 11px;
  line-height: 1.2em;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  transition: all .7s;
  text-indent: 15px;
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin: 3px 0 3px 0;
  max-width: 162px;
  color:#555;
}

.sidebar-search-form input.hs-search-field__input:focus{
  border-color: rgba(82,168,236,0.8);
  outline: 0;
  outline: thin dotted \9;
  color:#000;
}

.sidebar-search-form input.hs-search-field__input::-webkit-input-placeholder,
.hs-search-field.header-search-form form input.hs-search-field__input::-webkit-input-placeholder{
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(0,0,0,0.2)
}
.sidebar-search-form input.hs-search-field__input:-moz-placeholder,
.hs-search-field.header-search-form form input.hs-search-field__input:-moz-placeholder{
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(0,0,0,0.2)
}
.sidebar-search-form input.hs-search-field__input::-moz-placeholder,
.hs-search-field.header-search-form form input.hs-search-field__input::-moz-placeholder{
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(0,0,0,0.2)
}
.sidebar-search-form input.hs-search-field__input:-ms-input-placeholder,
.hs-search-field.header-search-form form input.hs-search-field__input:-ms-input-placeholder{
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(0,0,0,0.2)
}

.bottom-breadcrumb-menu .hs-breadcrumb-menu-item {
  float: none;
  padding: 0;
  display: inline;
  text-transform: capitalize;
}

.bottom-breadcrumb-menu .hs-breadcrumb-menu-wrapper {
  padding: 8px;
  margin-bottom: 1em;
}

.bottom-breadcrumb-menu .hs-breadcrumb-menu {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  padding: 5px 15px;
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: #FFFFFF;
}

.bottom-breadcrumb-menu .hs-breadcrumb-menu-divider:before {
  content: ' » ';
  padding-left: 0;
}

.bottom-breadcrumb-menu li.hs-breadcrumb-menu-item.last-crumb {
  font-weight: bold;
}

ul.social-list {
  margin:  0;
  padding:  0;
  list-style:  none;
  display:  block;
  text-align:  center;
  width: 65.957446802%;
  padding: 8px;
  margin-bottom: 1em;
}

ul.social-list li {
  display: inline-block;
  margin-left: -2px;
  vertical-align: middle;
}

ul.social-list li span {
  display: inline-block;
  font: normal normal normal 14px/1 PageLinesFont;
  font-size: inherit;
  text-rendering: auto;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul.social-list li a {
  border-right-style: solid;
  border-right-width: 1px;
  padding: 0 10px;
  border-right-color: #d4d4d4;
  -webkit-transform: translate3d(0,-20px,0);
  -moz-transform: translate3d(0,-20px,0);
  -ms-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  display: inline-block;
}
ul.social-list li:last-child a{
  border-right:none;
}
a.share_facebook {
  transition-delay: 0.1s !important;
}
a.share_facebook i {
  color: #337eff;
  transition-delay: 0.1s !important;
}
a.share_linkedin {
  transition-delay: 0.3s !important;
}
a.share_linkedin i {
  color: #509df6;
  transition-delay: 0.3s !important;
}
a.share_twitter {
  transition-delay: 0.5s !important;
}
a.share_twitter i {
  color: #50eaf6;
  transition-delay: 0.5s !important;
}
a.share_pin {
  transition-delay: 0.7s !important;
}
a.share_pin i {
  color: #ff535b;
  transition-delay: 0.7s !important;
}
ul.social-list li a.in-view {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  color: #d4d4d4;
}

ul.social-list li a i {
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.social-list li a.in-view i {
  color: #d4d4d4;
}

ul.social-list li a i.icon.icon-twitter {
  font-size: 22px;
  margin-top: -2px;
}

ul.social-list li a i.icon.icon-pinterest {
  font-size: 22px;
  margin-top: -1px;
}

ul.social-list li span:hover i.icon.icon-facebook {
  color: #337eff;
  transition-delay: 0s !important;
}

ul.social-list li span:hover i.icon.icon-linkedin{
  color: #509df6;
  transition-delay: 0s !important;
}

ul.social-list li span:hover i.icon.icon-twitter{
  color: #50eaf6;
  transition-delay: 0s !important;
}

ul.social-list li span:hover i.icon.icon-pinterest{
  color: #ff535b;
  transition-delay: 0s !important;
}

hr {
  clear: both;
  height: 0;
  margin: 21.7px 0;
  border: 0;
  border-bottom: 1px solid #dddddd;
}

.two-col-sidebar-lay .main-content h1{
  margin: 1em 0;
  line-height: 1.2em;
}

.no-side-menu .menu-heading {
  display: none;
}

.no-side-menu .sidebar-menu {
  display: none;
}

.no-side-menu .social-heading{
  margin-top:0 !important;
}

.two-col-sidebar-lay .main-content blockquote {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 22px;
  float: right;
  margin: 0 0 .4em 1.4em;
  text-align: center;
  padding: 8px 4px 4px;
  border-radius: 3px;
  max-width: 98%;
  background-color: #f6f6f6;
  border: 1px solid #dddddd;
}

.two-col-sidebar-lay .main-content blockquote img {
  display: inline-block;
  margin: 0;
  padding: 2px;
  border: 0 none;
  background: rgba(255,255,255,0.6);
}

.two-col-sidebar-lay .main-content blockquote p {
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  margin: 0;
  padding: 6px 0 2px;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  letter-spacing: 0;
}

span.jp-relatedposts-post-title a:hover {
  text-decoration: underline;
}

/*==== two col right sidebar layout ========*/


/*======== home page =====  */

.home-page .hs_cos_gallery_main {
  -webkit-box-shadow: 0 0 5px #CCCCCC;
  -moz-box-shadow: 0 0 5px #CCCCCC;
  box-shadow: 0 0 5px #CCCCCC;
  border: 5px solid #FFFFFF;
  padding: 0 0 8px;
  margin: 0;
}

.home-page .main-content {
  padding: 0;
  margin-bottom: 0;
}

.home-page .content-wrapper {
  padding-top: 15px;
  padding-bottom: 0;
}

.home-page .body-container .page-center{
  max-width:1110px !Important;
}

.home-page .slick-prev, 
.home-page .slick-next{
  z-index: 9;
}


.home-page .slick-arrow{
  position: absolute;
  top: 48%;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 990;
  transition: color .2s linear;
}

.home-page .slick-arrow:before,
.slick-dots li button:before{
  content:none !Important;
}

.home-page .slick-prev{
  left: 10px;
  background: url(//cdn2.hubspot.net/hubfs/471821/Vitalworklife-August2018/Images/controls.png) no-repeat 0 -32px;
}

.home-page .slick-prev:hover{
  background-position: 0 0;
}


.home-page .slick-next:hover{
  background-position:-43px 0;
}

.home-page .slick-next {
  right: 10px;
  background: url(//cdn2.hubspot.net/hubfs/471821/Vitalworklife-August2018/Images/controls.png) no-repeat -43px -32px;
}

.home-page ul.slick-dots {
  position: absolute !important;
  bottom: -25px !important;
  margin: 0;
}

.home-page ul.slick-dots li{
  height: auto;
  width: auto;
}

.home-page .slick-dots li button{
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  outline: 0;
  padding:0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: rgba(0,0,0,0.6);
  transition: color .2s linear,background .2s linear;
}

.home-page .slick-dots li button:hover{
  background: #000000;
}

.home-page .slick-dots li.slick-active button{
  background: #000000;
}

.icon-angle-right:before, .fa-angle-right:before {
  content: "\f105";
}

.one-col-image-wrap.clearfix {
  padding: 50px 5px 45px;
}

.one-col-image-wrap.clearfix .one-col {
  width: 31.914893614%;
  float: left;
  margin-left: 2.127659574%;
}

.one-col-image-wrap.clearfix .one-col:first-of-type {
  margin-left: 0;
}

.ibox-media.img {
  max-width: 25%;
  float: left;
  margin-right: 15px;
  text-align: center;
}

span.ibox-icon-border {
  margin-bottom: 12px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 500px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  margin-right: auto;
  margin-left: auto;
  width: 80px;
  height: 80px;
  -webkit-transform: scale(.5);
  -moz-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
}
span.ibox-icon-border.in-view {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.one-col-image-wrap .one-col:first-of-type span.ibox-icon-border {
  transition-delay:0.2s !important;
}
.one-col-image-wrap .one-col:nth-child(2) span.ibox-icon-border {
  transition-delay:0.4s !important;
}
.one-col-image-wrap .one-col:last-child span.ibox-icon-border {
  transition-delay:0.6s !important;
}

.ibox-text.bd {
  display: table-cell;
  vertical-align: top;
  width: calc(75% - 15px);
  zoom: 1;
  float: left;
}

.ibox-text.bd h4 {
  margin-bottom: 5px;
  line-height: 1.4em;
  font-size: 22.4px;
  margin-top: 0;
}

.ibox-link {
  display: block;
  margin-top: .5em;
}

.ibox-link i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.ibox-link a:hover i {
  margin-left: 6px;
}

.body-container ul.hs-search-field__suggestions {
  padding: 10px;
}

ul.hs-search-field__suggestions a {
  background: transparent !important;
  color: #194F90 !important;
}

.grad-btn {
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border-radius: 9999px;
  font-family: sans-serif;
  background-color: rgb(255, 255, 255);
  background-image: url(//cdn2.hubspot.net/hubfs/471821/Images/CTA_Images/cta_download_button_background_wide.png);
  background-position: 0 60%;
  background-repeat: no-repeat;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
  color: rgb(229,229,229);
  border: 1px solid #ccc;
  text-shadow: none;
  line-height: 1.5em;
  padding: 34px 32px 34px 64px;
  font-size: 13px;
  color: #f37021 !important;
}

.btn-small {
  padding: 8px 22px 8px 44px;
  max-width: 307px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
  box-shadow: none;
  color: #194f90!important;
}

.btn-small:hover {
  font-size: 100% !important;
  color: #f37021 !important;
  padding-bottom: 14px;
}

.three-col {
  background-color: #f6f6f6;
  border: 1px solid #dddddd;
  float: left;
  width: 32%;
  max-width: 189px;
  text-align: center;
  float: left;
  margin: 0 1.5em 1.5em 0;
  padding: 8px 4px 4px;
  border-radius: 3px;
}

.three-col.col3 {
  margin-right: 0;
}

.two-col-sidebar-lay .three-col img {
  display: inline-block;
  margin: 0;
  padding: 2px;
  border: 0 none;
  background: rgba(255,255,255,0.6);
}

.two-col-sidebar-lay .three-col p {
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  margin: 0;
  padding: 6px 0 2px;
}

img.alignRight {
  float: right;
  margin: 0 0 .4em 1.4em;
}

.banner-area-cust-mod .bnr-cnt-wrapper {
  -webkit-font-smoothing: antialiased;
}

/*==== events layout =======*/

.events-lay .widget-type-header h1 {
  padding-bottom: 6px;
  margin: 0 !important;
  line-height: 1em !important;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px !important;
}

span.tribe-events-list-separator-month {
  font-weight: 700;
  display: block;
  padding: 4px 10px;
  text-transform: none;
  font-size: 24px;
  margin: 1.25em auto;
  text-align: center;
  position: relative;
  background-color: transparent;
  z-index: 1;
}

span.tribe-events-list-separator-month:after {
  content: "";
  border-bottom: 1px solid #c2c2c2;
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
}

span.tribe-events-list-separator-month span {
  background-color: #fff;
  padding: 0 7.5%;
}

.events-item {
  margin-top: 0;
  padding: 3px 5px;
}

h2.tribe-events-list-event-title {
  letter-spacing: 0;
  line-height: 1.4em;
  font-size: 1.6em;
  text-transform: none;
  margin: 0;
}

a.tribe-event-url {
  color: #000;
}

a.tribe-event-url:hover{
  color: #194F90;
}

.tribe-events-event-meta {
  margin-bottom: 1em;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
  margin: 5px 0 15px;
}

.tribe-events-venue-details {
  font-weight: 400;
  font-style: italic;
  line-height: 1.2;
  margin: 15px 0;
}

.event-description p {
  line-height: 1.7;
  margin: 0 0 10px;
}

div#hs_cos_wrapper_widget_1534770615688 h2.tribe-events-list-event-title {
  margin-top: 1em;
}

.events-item + .events-item {
  margin-top: 1.6rem;
}

a.tribe-events-ical.tribe-events-button {
  background-image: none;
  border-radius: 3px;
  border: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: normal;
  padding: 6px 9px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  zoom: 1;
  margin-top: 50px;
  background-color: #21759b;
}

/*==== end events layout =======*/


/*==== events details layout =======*/


.back-to-events a {
  font-size: 15px;
  font-weight: 700;
  margin: 2px 0 21px;
  display: inline-block;
}

.back-to-events p {
  margin: 0;
}

.events-lay.type2 .top-heading h1 {
  font-size: 1.7em;
  line-height: 1;
  padding: 0;
  text-align: left;
  font-weight: 800;
  margin: 0 !important;
}

.events-lay .event-schedule h1 {
  margin-top: .4em !important;
  display: inline-block;
  margin-bottom: 2px !important;
  font-size: 1.2em !important;
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal !important;
}

.events-lay.type2 .main-content h2 {
  font-size: 18px;
  line-height: 1.6;
}

.events-lay.type2 .main-content img {
  margin-bottom: 6px;
}

.events-lay.type2 .main-content h3 {
  font-size: 16px;
  line-height: 1.8;
  margin: 24px 0;
}

.events-lay.type2 .event-details p {
  line-height: 1.7;
  margin: 0 0 10px; 
}

h3.jp-relatedposts-headline {
  margin: 0 0 1em 0 !important;
  display: inline-block;
  font-size: 9pt !important;
  font-weight: 700;
  font-family: inherit;
}

h3.jp-relatedposts-headline em {
  font-style: normal;
  font-weight: 700;
}

.related-events-wrap {
  padding-top: 1em;
  margin: 1em 0;
  position: relative;
  clear: both;
  font-size: 14px;
}

h3.jp-relatedposts-headline em:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid #ddd;
  border-top: 1px solid rgba(0,0,0,.2);
  margin-bottom: 1em;
}

.related-events-item {
  float: left;
  width: 33%;
  margin: 0 0 1em;
  font-size: 14px;
  line-height: 20px;
}

.related-events-item p {
  line-height: 20px !important;
  margin:  0 !important;
  max-width: 90%;
}

span.jp-relatedposts-post-date {
  display: block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: .6;
}

span.jp-relatedposts-post-context {
  display: block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: .6;
}

a.tribe-events-gcal.tribe-events-button {
  background-image: none;
  border-radius: 3px;
  border: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: normal;
  padding: 6px 9px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  zoom: 1;
  margin-top: 21px;
  background-color: #21759b;
  margin-right: 1.25em;
}

.events-lay.type2 a.tribe-events-ical.tribe-events-button{
  margin-top: 21px;
}

.event-organiser.clearfix {
  background: #fafafa;
  border: 1px solid #eee;
  margin: 30px 0;
  font-size: 14px;
}

.details-section {
  display: inline-block;
  float: left;
  margin: 0 0 20px;
  padding: 0 4%;
  text-align: left;
  vertical-align: top;
  width: 33.3333%;
  zoom: 1;
}

.organizer-section {
  display: inline-block;
  float: left;
  margin: 0 0 20px;
  padding: 0 4%;
  text-align: left;
  vertical-align: top;
  width: 33.3333%;
  zoom: 1;
}

.event-organiser.clearfix h3 {
  font-weight: 700;
  margin: 20px 0 10px !important;
  font-size: 17px !important;
  line-height: 1.2em !important;
}

.event-organiser.clearfix dl {
  margin: 0;
}

.event-organiser.clearfix dt {
  clear: left;
  font-weight: 700;
  line-height: 1;
  list-style: none;
}

.event-organiser.clearfix dd {
  float: none;
  line-height: 1.5;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  font-style: italic;
}

.event-venue.clearfix {
  background: #fafafa;
  border: 1px solid #eee;
  margin: 30px 0;
  font-size: 14px;
}

.venue-section {
  display: inline-block;
  float: left;
  margin: 0 0 20px;
  padding: 0 4%;
  text-align: left;
  vertical-align: top;
  width: 33.3333%;
  zoom: 1;
}

.venue-section h3 {
  font-weight: 700;
  margin: 20px 0 10px !important;
  font-size: 17px !important;
  line-height: 1.2em !important;
}

.event-venue.clearfix dl {
  margin: 0;
}

.event-venue.clearfix dd {
  float: none;
  line-height: 1.5;
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  font-style: italic;
}

.map-section {
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 3px;
  display: inline-block;
  float: right;
  margin: 20px 4% 2% 0;
  padding: 5px;
  vertical-align: top;
  width: 58%;
  zoom: 1;
}

.map-container {
  width:  100% !important;
  position: relative;
  height: 350px !important;
}

ul.tribe-events-sub-nav.clearfix {
  border-top: 1px solid #e5e5e5;
  padding-top: 2em;
  margin: 0 0 1em;
  list-style: none;
  overflow: hidden;
}

ul.tribe-events-sub-nav.clearfix li {
  float: left;
  margin-right: 5px;
  text-align: left;
  width: 48%;
}

ul.tribe-events-sub-nav.clearfix li a {
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  display: inline-block;
}

li.tribe-events-nav-next {
  float: right !important;
  margin-left: 5px;
  text-align: right !important;
}

.events-lay.type2 .main-content {
  padding: 8px;
  margin-bottom: 61px;
}

/*==== end events details layout =======*/

.banner-area-cust-mod {
  position: relative;
  background-size: cover;
  background-position: center center;
}

.banner-area-cust-mod.parallax-window.no-banner-img {
    background: rgb(0,0,0,0.7);
}

.banner-area-cust-mod .page-center {
  position: relative;
  min-height: 400px;
}
.banner-area-cust-mod .bnr-cnt-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: auto !important;
}
.banner-area-cust-mod .bnr-cnt-wrapper h1 {
  color: #fff;
  font-size: 60px;
  line-height: 1.1em;
  text-transform: capitalize;
  text-rendering: optimizelegibility;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  font-weight: normal;
}
.banner-area-cust-mod .bnr-cnt-wrapper p {
  display: block;
  font-weight: inherit;
  font-size: 24px;
  line-height: 1.3em;
  padding: 8px 0;
  color: #fff;
  margin: 0;
}
.banner-area-cust-mod .bnr-cnt-wrapper {
  position: absolute;
  left: 70px;
  right: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  height: auto !important;
  max-width: 460px;
}
.contact-layout .body-container-wrapper .row-fluid-wrapper.row-depth-1.row-number-1 {
  position: relative;
  overflow: hidden;
}
.contact-layout .cntct-main-cnt {
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact-layout .cntct-main-cnt .main-cnt-flexi-col div.hs_cos_wrapper.hs_cos_wrapper_widget {
  margin-left: auto;
  margin-right: auto;
  max-width: 726px;
  padding: 8px;
}
.contact-layout .cntct-main-cnt .main-cnt-flexi-col div.hs_cos_wrapper.hs_cos_wrapper_widget h2 {
  color: #194f90;
}
.contact-layout .cntct-main-cnt .main-cnt-flexi-col div.hs_cos_wrapper.hs_cos_wrapper_widget ul li strong {
  color: #194f90;
}
.contact-layout .cntct-main-cnt .main-cnt-flexi-col div.hs_cos_wrapper.hs_cos_wrapper_widget ul li span strong {
  color: #f37021;
}
.contact-layout .cntct-main-cnt .main-cnt-flexi-col div.hs_cos_wrapper.hs_cos_wrapper_widget h3 {
  color: #194f90;
}
.hs-our-offices-cust-mod .office-location {
  width: 48%;
  float: left;
  padding: 24px 0;
}
.hs-our-offices-cust-mod .office-location:last-child {
  margin-left: 2%;
}
.hs-our-offices-cust-mod .office-location h2 {
  text-align: left;
  font-family: "Open Sans","Helvetica Neue","Helvetica",Arial,serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
  color: #000000 !important;
  margin-top: 0;
}
.hs-our-offices-cust-mod .office-location iframe {
  max-width: 100%;
  border: 0;
  width: 100%;
  height: 216px;
}
.contact-layout .cntct-main-cnt .main-cnt-flexi-col div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
  padding-left: 0;
  padding-right: 0;
}

ul.cm-list {
  list-style: disc outside;
}

ul.cm-list li {
  line-height: 1.7;
  margin: 0 0 20px;
}

.event-organiser.clearfix address {
  word-break: break-word;
}

.login .right-col {
  padding: 8px;
}

.login .right-col ul{
  margin-top: 21px;
}

/*======== vital consultant resources ===========*/

.consultant-res .header-top-wrapper {
  border-top: #b5be00 15px solid;
}

.tabber-wrap.blog-tabber {
  position: relative;
  padding: .2em;
  zoom: 1;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #aaaaaa;
  color: #222222;
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

ul.clearfix.tabber-tabs {
  border-bottom: 1px solid rgba(0,0,0,0.1);
  padding: 0 0 5px 0;
  margin-bottom: 12px;
  font-size: 11.9px;
  border: 1px solid #aaaaaa;
  background: #cccccc url(//cdn2.hubspot.net/hubfs/471821/Vitalworklife-August2018/Images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
  list-style: none;
  margin-left: 0;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

ul.clearfix.tabber-tabs li {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(//cdn2.hubspot.net/hubfs/471821/Vitalworklife-August2018/Images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
  margin-right: 12px;
  opacity: .5;
  -khtml-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

ul.clearfix.tabber-tabs li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
  color: inherit;
  line-height: 1.3;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.tabber-content {
  padding: 1em 1.4em;
}

.tab-post-title a {
  font-weight: 600;
  color: #222222;
}

.tab-post-title {
  line-height: 1.6em;
}

.tab-post {
  font-size: 11.9px;
  padding: 8px 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-color: #f2f2f2;
  display: block;
  line-height: 1.6em;
}

.tab-post-content {
  padding-bottom: 5px;
}

.tab-post-title a:hover {
  color: rgba(25,79,144,0.7);
  text-decoration: none;
}

ul.clearfix.tabber-tabs li:hover{
  opacity:1;
  border: 1px solid #999;
}

ul.clearfix.tabber-tabs li.active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(//cdn2.hubspot.net/hubfs/471821/Vitalworklife-August2018/Images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
  opacity:1;
}

.tabber-content ul {
  margin:  0;
  list-style: none;
  overflow:  hidden;
}

.tabber-content ul li {
  float: left;
}

.tabber-content ul li a {
  display: inline-block;
  border: 1px solid rgba(0,0,0,0.1);
  margin: 0 3px 3px 0;
  padding: 1px 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 10pt;
  color: #222222;
}

.tabber-content ul li a:hover{
  color: rgba(25,79,144,0.7);
  text-decoration: none;
}

.two-col-sidebar-lay .hs_cos_wrapper_type_gallery {
  display: block;
  background-color: #222;
  border: 20px solid #222;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 0!important;
  position: relative;
  z-index: 1;
}

.two-col-sidebar-lay .hs_cos_wrapper_type_gallery .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}

.two-col-sidebar-lay .hs_cos_gallery_main .slick-slide {
  margin: auto;
}

.two-col-sidebar-lay .hs_cos_gallery_main img {
  width: auto !important;
  max-height: 430px;
  margin: 0 auto;
}

.two-col-sidebar-lay ul.slick-dots {
  display: none !important;
}

.two-col-sidebar-lay .hs_cos_gallery_main .caption.superimpose {
  font-size: 13px;
  font-family: "Helvetica Neue",sans-serif;
  color: #f7f7f7;
  text-shadow: #222 1px 1px 2px;
  line-height: 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  text-align: center;	
  background: transparent;
}

.two-col-sidebar-lay .hs_cos_gallery_main .caption.superimpose p {
  margin: 0;
}

.two-col-sidebar-lay .hs_cos_gallery_main .slick-arrow {
  border: 2px solid rgba(255,255,255,.1)!important;
  background-color: rgba(0,0,0,.6)!important;
  background-image: url(//info.vitalworklife.com/hubfs/Vitalworklife-August2018/Images/slideshow-controls.png?t=1534913862213)!important;
  background-repeat: no-repeat;
  background-size: 142px 16px!important;
  background-position: -34px 8px!important;
  color: #222!important;
  margin: 0 5px!important;
  padding: 0!important;
  display: inline-block!important;
  zoom: 1;
  height: 32px!important;
  width: 32px!important;
  line-height: 32px!important;
  text-align: center!important;
  border-radius: 10em!important;
  transition: all .3s ease-out;
  box-sizing: content-box;
  z-index: 5;
  font-size: 100%;
  text-indent: -99999px;
  opacity: .5;
  top: auto;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto !important;
}

.two-col-sidebar-lay .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  position: static;
}
.two-col-sidebar-lay .hs_cos_gallery_main .slick-arrow {
  bottom: 0;
}
.two-col-sidebar-lay .hs_cos_gallery_main .slick-slide {
  margin: auto;
  padding-bottom: 47px;
}
.two-col-sidebar-lay .hs_cos_wrapper_type_gallery .hs_cos_gallery_main {
  padding: 0 0 40px;
  margin: 0;
}

.two-col-sidebar-lay .hs_cos_gallery_main:hover .slick-arrow {
  opacity: 1;
}

.two-col-sidebar-lay .hs_cos_gallery_main .slick-next {
  background-position: -117px 8px!important;
  left: 40px;
}

.two-col-sidebar-lay .hs_cos_gallery_main .slick-prev {
  background-position: -76px 8px!important;
  right: 40px;
}

.two-col-sidebar-lay .hs_cos_gallery_main .slick-arrow:before {
  display: none !important;
}


/*===== error page ========*/

.cm-error .content-wrapper {
  padding-top: 35px;
  padding-bottom: 47px;
}

.cm-error .main-content h2{
  text-align: center;
  font-size: 8em;
  line-height: 1.2em;
  margin: .4em 0;
}

.cm-error .main-content {
  padding: 70px;
}

.cm-error .main-content p{
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 9px;
  color: rgba(0,0,0,0.7);
  font-size: 82%;
}

.cm-error .sidebar-search-form .hs-search-field__bar {
  margin-top: 0;
  text-align: center;
}

.cm-error .sidebar-search-form form {
  display: inline-block;
}

.error-search h3 {
  display: none;
}

.cm-error .sidebar-search-form span.btn-search{
  top:4px;
}

/*========== blog styling =========== */

#hubspot-author_data {
  font-size: 85%;
  line-height: 1.6em;
  opacity: .7;
  margin: 5px 0 15px;
  font-style: normal;
  font-style: italic;
}

.post-header h2 {
  margin: 0;
  line-height: 1em;
}

.post-header h2 a {
  color: inherit;
}

.post-header h2 a:hover{
  color: #194F90;
}

.blog-content {
  padding: 8px;
}

.blog-listing-wrapper .post-listing .post-item .post-body p {
  margin: .6em 0;
}

.blog-pagination a {
  display: inline-block;
  padding: 5px 14px;
  background: #f6f6f6;
  border: 1px solid #dddddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.blog-pagination a.previous-posts-link {
  float: left;
}

.blog-pagination {
  clear: both;
  overflow: hidden;
}

.blog-pagination a.next-posts-link {
  float: right;
}

.blog-pagination a:hover {
  text-decoration: none;
  background-color: #d4d4d4;
}

.post-header h1 {
  line-height: 1em;
  margin: 0;
}

.related-item-wrap h3 {
  margin: 0 0 1em 0;
  display: inline-block;
  font-size: 9pt;
  font-weight: 700;
  font-family: inherit;
}

.related-item-wrap {
  padding-top: 1em;
  margin: 1em 0;
  position: relative;
  clear: both;
}

.related-item-wrap h3:before {
  content: "";
  display: block;
  width: 100%;
  min-width: 30px;
  border-top: 1px solid rgba(0,0,0,.2);
  margin-bottom: 1em;
}

.related-post-item {
  float: left;
  width: 33%;
  margin: 0 0 1em;
  font-size: 14px;
  line-height: 20px;
}

.related-post-inner-wrap {
  clear: both;
  overflow: hidden;
}

.related-title {
  display: block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.related-date {
  display: block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: .6;
}

.related-topic {
  display: block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: .6;
}

.related-title a:hover {
  text-decoration: underline;
}

img.wp-image-4526 {
  clear: both;
  overflow: hidden;
  display: block;
  margin: 0 auto 10px;
}

small.author-note {
  margin-right: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(0,0,0,0.3);
  display:  block;
  line-height: 21px;
}

.about-author-sec h3 {
  font-size: 20px;
  line-height: 1.2em;
  margin: .4em 0;
}

.blog ul.social-list{
  width:100%;
}

.bottom-tags {
  margin: 0;
  font-size: 86%;
  opacity: .7;
}

.bottom-tags span.note {
  margin-right: 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: rgba(0,0,0,0.3);
}

.about-author-sec a.author-link {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  display: inline-block;
  padding: 3px;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  box-shadow: 0 1px 3px rgba(0,0,0,0.055);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.about-author-sec a.author-link:hover {
  border-color: #194F90;
  -webkit-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  -moz-box-shadow: 0 1px 4px rgba(0,105,214,0.25);
  box-shadow: 0 1px 4px rgba(0,105,214,0.25);
}

.blog .caption {
  float: right;
  margin: 0 0 .4em 1.4em;
  text-align: center;
  padding: 8px 4px 4px;
  border-radius: 3px;
  width: 98%;
  background-color: #f6f6f6;
  border: 1px solid #dddddd;
  max-width: 324px;
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  margin: 0;
  padding: 6px 0 6px;
  color:  #000;
}

.blog .caption img {
  display:  block;
  margin:  0 auto;
  padding: 2px;
  border: 0 none;
  background: rgba(255,255,255,0.6);
  margin-bottom: 6px;
}
/* Styles that do not fit into any of the available sections above can go here. */


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


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

@media (max-width: 1400px) {
  .custom-menu-primary-v2 .hs-menu-wrapper > ul ul ul {
    right: 100% !important;
    left: auto !important;
  }

  .home-page .body-container .page-center {
    padding-left: 5px;
    padding-right: 5px;
  }

  iframe {
    max-width: 100%;
  }

  .custom-copyright {
    padding: 0 5px;
  }

}

@media (max-width: 990px) and (min-width:768px) {
  span.ibox-icon-border{
    width: 60px;
    height: 60px;
  }

  .three-col{
    width: 30%;
    max-width: 159px;
  }

  .body-container h2,
  .body-container h3 {
    font-size: 17px;
  }

  .custom-menu-primary-v2 .hs-menu-wrapper > ul > li > a{
    padding: 9px 3px;
    font-size: 12px;
  }

  .event-organiser.clearfix dd,
  .event-venue.clearfix dd{
    word-break: break-word;
  }

  .events-lay.type2 .main-content img{
    display:block;
    margin-left:auto!important;
    margin-right:auto!important;
    float:none!important;
  }
}

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

@media (max-width: 767px) {
  .header-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    float: none;
    text-align: right;
    padding-right: 10px;
  }

  .event-venue.clearfix dd{
    word-break: break-word;
  }

  .header-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    width: auto !important;
  }

  .header-bottom-wrapper {
    padding-left: 11px;
    padding-right: 11px;   
    margin-top: 0;
  }

  .header-top-wrapper{
    position:static;
  }

  .header-bottom-wrapper .page-center {
    position: relative;
  }

  .hs-search-field.header-search-form {
    float: none;
  }


  .hs-search-field.header-search-form form input.hs-search-field__input:focus{
    box-shadow: none;
    background: rgba(255,255,255,0.15);
  }

  .hs-search-field.header-search-form form input.hs-search-field__input{
    width: 100%;
    height: 32.55px;
    padding: 4px 6px 4px 0;
    padding-left: 30px;
    background: rgba(0,0,0,0.15);
    line-height: 21.7px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    font-size: 14px;
    font-family: "Open Sans","Helvetica Neue","Helvetica",Arial,serif;
    color:#fff;
    text-indent:0px;
  }

  .hs-search-field.header-search-form form{
    max-width: 100%;
    margin: 0;
    float: none;
  }

  .hs-search-field.header-search-form form .btn-search:hover {
    opacity: 1;
  }

  .hs-search-field.header-search-form form span.btn-search{
    color: rgba(255,255,255,0.5);
    right: 21px;
    font-size: 15px;
    top: 8px;
    width: auto;
  }

  .custom-menu-primary-v2 .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
    display:none !Important;
  }

  .custom-footer .page-center {
    padding: 21px 0 8px;
  }

  .custom-copyright {
    text-align:  center;
    padding: 0 11px;
  }

  .sl-links {
    float: none;
    text-align: center;
    margin: 10px 0;
  }

  .sl-link {
    margin: 0 5px;
    float: none;
  }

  ul.social-list{
    width:100%;
  }

  .two-col-sidebar-lay .main-content img {
    float: none !important;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 5px !important;
  }

  .two-col-sidebar-lay .main-content h3,
  .two-col-sidebar-lay .main-content p{
    padding-left:0 !important;
  }

  .home-page .content-wrapper {
    padding-top: 11px;
  }

  .ibox-text.bd {
    width: calc(100% - 95px);
  }

  .one-col-image-wrap.clearfix .one-col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .one-col-image-wrap.clearfix {
    padding: 41px 5px 45px;
  } 

  .three-col {
    width: 100%;
    text-align: center;
    float: none;
    margin: 0 auto 1.5em !important;
  }

  .two-col-sidebar-lay .main-content blockquote{
    float: none;
    margin: 0 auto .4em;
    max-width: 260px;
  }

  .events-lay.type2 .content-wrapper {
    padding: 60px 20px 20px;
  }

  .events-lay.type2 .widget-type-header {
    margin-bottom: 0;
  }

  .events-lay.type2 .event-schedule {
    background: #fafafa;
    border: 1px solid #eee;
    margin: 18px 0 8px;
    padding: 12px;
  }

  .events-lay.type2 .event-schedule h1 {
    padding:  0;
    margin-bottom: 0 !important;
  }

  .events-lay.type2 .main-content img {
    margin-bottom: 24px;
  }

  .event-organiser.clearfix {
    padding: 4% 0;
  }

  .details-section,
  .organizer-section,
  .venue-section,
  .map-section{
    float: none;
    margin: 0;
    width: 100%;
  }

  .event-organiser.clearfix h3{
    margin: 0px 0 10px !important;
  }

  .event-venue.clearfix{
    padding: 0 4%;
  }

  .venue-section{
    padding:0;
  }

  ul.tribe-events-sub-nav.clearfix {
    border:  none;
    padding:  0;
    margin:  0;
  }

  ul.tribe-events-sub-nav.clearfix li a {
    background: #666;
    color: #fff;
    display: block;
    padding: 10px 20px;
    position: relative;
    white-space: normal;
  }

  .related-events-item{
    float: none;
    width: 100%;
  }

  .banner-area-cust-mod .page-center {
    position: relative;
    min-height: auto;
    padding-bottom: 41.65%;
  }
  .hs-our-offices-cust-mod .office-location .iframe-wrapper {
    max-width: 600px;
  }
  .banner-area-cust-mod .bnr-cnt-wrapper h1 {
    font-size: 27px;
    line-height: 1.1em;
  }
  .banner-area-cust-mod .bnr-cnt-wrapper p {
    font-size: 14px;
  }
  .banner-area-cust-mod .bnr-cnt-wrapper {
    left: 15px;
    max-width: 270px;
  }
  .contact-layout .cntct-main-cnt .main-cnt-flexi-col div.hs_cos_wrapper.hs_cos_wrapper_widget {
    padding: 8px 8px;
  }
  .hs-our-offices-cust-mod .office-location:last-child {
    margin-left: 0;
  }
  .hs-our-offices-cust-mod .office-location {
    width: 100%;
    float: none;
    padding: 18px 0;
  }
  .contact-layout .cntct-main-cnt .main-cnt-flexi-col div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
    padding-left: 11px;
    padding-right: 11px;
  }

  .hs-content-id-6088772280 .venue-section {
    padding: 0 4%;
  }

  .social-menu a {
    color: rgba(255,255,255,0.5);
  }

  .social-menu a:hover{
    color:#fff;
  }

  .social-menu {
    margin-top: 25px;
  }

  .header-search-form ul.hs-search-field__suggestions {
    position: relative;
    background: #fff;
    color: #194F90 !important;
  }

  .header-search-form ul.hs-search-field__suggestions li {
    padding: 5px 25px 5px;
  }

  span.hs-search-highlight.hs-highlight-title {
    width: auto !important;
    display: inline-block;
  }

  .hs-search-field.header-search-form form input.hs-search-field__input::-webkit-input-placeholder{
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.3);
  }

  .hs-search-field.header-search-form form input.hs-search-field__input:-moz-placeholder{
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.3);
  }

  .hs-search-field.header-search-form form input.hs-search-field__input::-moz-placeholder{
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.3);
  }

  .hs-search-field.header-search-form form input.hs-search-field__input:-ms-input-placeholder{
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.3);
  }

  .cm-error .main-content h2{
    font-size: 3em;
  }

  .tribe-events-event-meta {
    background: #fafafa;
    border: 1px solid #eee;
    margin-top: 12px;
    padding: 12px 0 15px;
    margin-bottom: 1em;
    font-size: 13px;
  }
  .tribe-events-event-meta .tribe-event-schedule-details {
    margin-bottom: 0;
    padding: 0 12px;
  }
  .tribe-events-event-meta .tribe-events-venue-details {
    border-top: 1px solid #eee;
    margin-top: 12px;
    padding: 8px 12px 0;
    font-weight: 400;
    font-style: italic;
  }
  .tribe-events-event-meta .tribe-events-venue-details a {
    display: block;
  }

  .events-lay1 .widget-type-header {
    margin-bottom: 4px;
  }

  .events-lay1 .main-content {
    padding-top: 51px;
  }

  .events-lay1 .events-grp {
    padding: 0 20px;
  }

  .events-lay1 .events-item {
    padding: 3px 0;
  }

  .alignright, .alignleft {
    float: none;
    margin: 10px 0;
    display: block;
  }

  .hs-search-field.header-search-form form.open-search input.hs-search-field__input {
    width: 100%;
  }

  .related-post-item {
    float: none;
    width: 100%;
  }

  .two-col-sidebar-lay .hs_cos_gallery_main .caption.superimpose {
    position: relative;
  }

  .two-col-sidebar-lay .hs_cos_gallery_main .slick-slide {
    padding-bottom: 0;
  }

  .blog .bottom-breadcrumb-menu .hs-breadcrumb-menu{
    padding: 5px 0;
  }

  .two-col-sidebar-lay .hs_cos_gallery_main .caption.superimpose{
    height:auto;
  }

  .contact-layout .cntct-main-cnt .main-cnt-flexi-col div.hs_cos_wrapper.hs_cos_wrapper_widget {
    padding: 8px 8px;
  }

  .contact-layout .cntct-main-cnt .main-cnt-flexi-col div.hs_cos_wrapper.hs_cos_wrapper_widget:last-child {
    padding-left: 11px;
    padding-right: 11px;
  }

  .hs-our-offices-cust-mod .office-location {
    width: 100%;
    float: none;
    padding: 18px 0;
  }

  .blog .caption {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

}  


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

@media (max-width: 600px) {
  .header-bottom-wrapper .page-center {
    position: relative;
    width: 95%;
  }
}

@media (max-width: 479px) {
  .header-top-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul{
    text-align: center;
  }

  .ibox-text.bd {
    width: 100%;
  }

  .ibox-media.img {
    float: none;
    margin-right: auto;
    text-align: center;
    margin-left: auto;
  }

  ul.tribe-events-sub-nav.clearfix li {
    float: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 5px;
  }

  .cta_button {
    font-size: 15px !important;
    width: auto !important;
    background-position: -15px 60% !important;
    height: auto !important;
  }

  .event-organiser.clearfix dd{
    word-break: break-all;
  }

  .subscribe-options label {
    font-size: 13px;
    margin-left: 0;
    margin-right: 0;
  }

  .tribe-events-event-meta .tribe-events-venue-details{
    word-break: break-all;
  }
}

@media (max-width: 400px){
  .btn-small{
    max-width: 197px;
    font-size: 14px;
  }
}