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

/* ===============(removed'//fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i'); and
('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i'); =============== */

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Fonts/icon.css');


@import url('//fonts.googleapis.com/css?family=Roboto+Condensed:300,700,900|Roboto:300,400,700,900');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');



@font-face {
    font-family: Icomoon;
    font-weight: normal;
    font-style: normal;
    src: url("//cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Fonts/fonts-icomoon.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Fonts/fonts-icomoon.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Fonts/fonts-icomoon.ttf") format("truetype");
}


@font-face {
    font-family: themeIcons;
    font-weight: normal;
    font-style: normal;
    src: url("//cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Fonts/theme-icons.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Fonts/theme-icons.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Fonts/theme-icons.ttf") format("truetype");
}

@font-face {
    font-family: Pe-icon-line;
    font-weight: normal;
    font-style: normal;
    src: url("//cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Fonts/Pe-icon-line.eot") format("eot"),
    url("//cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Fonts/Pe-icon-line.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Fonts/Pe-icon-line.ttf") format("truetype");
}

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}
html{
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}

body {
    background: #fff;
    font-size: 18px;
    color: #264656;
    font-weight: 400;
    line-height: 1.4em;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 960px;
  margin: 0 auto;
  
}
.container-fluid .row-fluid .nav-center{
  float: none;
  max-width:960px;
  margin: 0 auto !important;  
}
/* Highlighted Text */
::-moz-selection {
    background-color: #1a89c1;
    color: #fff;
    text-shadow: none;
}
::selection {
    background-color: #1a89c1;
    color: #fff;
  text-shadow: none;
}

/***************************************************
       Keyframes
 **************************************************/
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

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

/* Basic text */
p {
    margin:0 0 20px;
} 
p.offer{
  font-size:14px;
  margin:10px 0px 5px !important;
  color:#1a3a47;
}

small {}
/*strong {color:#1a3a47;}*/
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 {
    line-height: 1.2em;
    margin: 0 0 .8em;
    font-weight: bold;
    text-transform: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-family:'Roboto Condensed', sans-serif;
    font-size: 26px;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}
h2 {
    font-size: 24px;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}
h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
h4 {
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    line-height: 1.2em;
    margin: 0 0 9px;
}
h5 { text-transform:uppercase;}
h6 {}

/* Anchor Links */
a {
    color: #1a89c1;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

a:active, a:focus, a:hover, a:link, a:visited {
    outline: 0;
    text-decoration: none;
}

a:hover {
    color: #1374aa;
}

.condensed{
    font-family:'Roboto Condensed', sans-serif;
}
.light{
    font-weight:300;
}
.linked-list li{
    color:#1374aa;
}
.linked-list a{
    color:#1374aa;
    text-decoration: underline;
}
.linked-list a:hover{
    color: #1a3a47;
}
/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.breathing-room li{padding-bottom:8px;}



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

div#hs-eu-cookie-confirmation{
    background-color: #264656 !important;
}
div#hs-eu-cookie-confirmation.can-use-gradients { 
    background-color:rgba(38,70,86,0.95) !important; 
  }
/* ==========================================================================
   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 {
        min-height: 125px;
}
.header-container {}

.header-social-wrapper {
    background-color: #1a89c1;
    border-bottom: 1px solid #1a89c1;
    padding: 12px 0 4px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.fixed .header-social-wrapper {
    margin-top: -43px;
}

.header-social-wrapper ul{
    margin:0;
    padding:0;
    display:block;
    list-style:none;
}

.header-social-wrapper ul li{
    font-size: 13px;
    margin-right: 15px;
    line-height: 15px;
    float:left;
    color: #ffffff;
}

.header-contact li i{
    padding-right: 6px;
    font-size: 16px;
}
.custom-section-header{
   background:#1A89C1;
   padding:15px 0;
}
.custom-section-header h1 {
  color: #ffffff;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.7px;
  line-height: 40.8px;
  padding: 15px 20px 13px;
}
[class^=mk-moon-] {
    font-family: Icomoon;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
    vertical-align: middle;
    direction: ltr;
}

.mk-moon-phone-3:before {
    content: "\e47e";
}

.mk-moon-envelop:before {
    content: "\e489";
}

.header-contact li a{
    color: #ffffff;
    text-decoration:none;
}

.mk-jupiter-icon-facebook:before {
    content: "\e636";
}

.mk-jupiter-icon-linkedin:before {
    content: "\e630";
}

.mk-jupiter-icon-twitter:before, .mk-jupiter-icon-twitter_alt:before {
    content: "\e622";
}

.mk-jupiter-icon-youtube:before {
    content: "\e624";
}

[class^=mk-jupiter-icon-] {
    font-family: themeIcons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ul.header-social-icons {
    float: right;
    margin: -3px 0 0;
}
ul.header-contact {
    float: right;
    margin: -3px 0 0;
}

ul.header-social-icons li{
    margin-right:0;
}

ul.header-social-icons li a{
    display: block;
    margin-right: 6px;
    text-decoration:none;
}

ul.header-social-icons li a i{
    color: #ffffff;
    font-size:18px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.linkedin-hover:hover i {
    color: #00bcc1!important;
}

.twitter-hover:hover i {
    color: #00bcc1!important;
}
.facebook-hover:hover i {
    color: #00bcc1!important;
}

.custom-logo img {
    margin: -5px 0 -7px 25px;
}

.mk-icon-search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    transition: height .35s ease,line-height .35s ease;
    -webkit-transition: height .35s ease,line-height .35s ease;
    -moz-transition: height .35s ease,line-height .35s ease;
    -ms-transition: height .35s ease,line-height .35s ease;
    color: #264656;
    -o-transition: height .35s ease,line-height .35s ease;
    font-size:16px;
}

.mk-search-trigger{
    text-decoration:none;
}

.mk-search-trigger:hover i:before{
    color: #1a89c1;
}
.header-search form{
    min-width: 330px;
    float: right;
    position: absolute;
    right: -20px;
    top: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.search-open .header-search form{
    opacity: 1;
    visibility: visible;
}

.header-search .hs-input{
    background-color: #fff;
    padding: 0 10px;
    width: calc(100% - 56px);
    line-height: 30px;
    border: 1px solid #e3e3e3;
    border-right: none;
    float: left;
    line-height: 55px;
    color: #767676;
    font-family: 'Roboto',sans-serif;
    height: 57px;
    font-size:16px;
}

.header-search .hs-button{
    width: 56px;
    height: 100%;
    line-height: 56px;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    text-align: center;
    background-color: #bfbcbc;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-perspective: 1000;
    cursor: pointer;
}

.header-search .hs-button:before{
    content: "\e0b4";
    font-family: Icomoon;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}

.search-wrapper{
    position: relative;
}

.main-nav-side-search {
    float: right;
    margin-top: -52px;
    
}

.banner-image-wrapper {
    min-height: 458px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


.header-search .hs-button:hover{
    background-color: #1a89c1 !important;
}

.custom-header {
    position: fixed;
    width: 100% !important;
    z-index: 99;
}

.menu-wrapper{    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;

}

.fixed .menu-wrapper{
    opacity:0.95;
    padding: 5px 0;
}

a.mk-search-trigger i {
    vertical-align: top;
    margin-top: 2px;
}
.right-halfer li{
    color:#264656;
}


/* =============== Colours =============== */

.teal-text{ 
    color:#00bcc1 !important;
}
.brand-blue-text{
    color:#1374aa;
}
.blue-text{
    color:#1a89c1;
}
.be-blue{ 
    background-color:#1a89c1;
    color:white !important;
}
.white-text{
    color:white;
}
/* =============== CTA buttons =============== */

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

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

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}
.client-logos img{
  border-radius:3px;
  padding-bottom:15px;
  display: block; 
  margin-left: auto; 
  margin-right: auto;
}
img.clients{
    border-radius:3px;
    box-shadow:0px 1px 1px rgba(22,117,171,0.1);
}
.bum-pad{
    padding-bottom:2rem;
}

.expert-photo{
    border:solid 10px #1a89c1;
}



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

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


.copyright-wrapper{
    background-color: #1a89c1; /* #1a3a47*/
}

.copyright-wrapper p{
    color: #f0f4f6; 
    font-size: 11px;
    letter-spacing: 1px;
    padding: 25px 30px;
    margin:0;
    line-height: 16px;
    opacity: 1;
    text-align: center;
  
}



.footer-top-wrapper {
    background-color: #1374aa;
    font-size:14px;
    padding: 50px 0 30px;
    
}


.footer-top-wrapper h3{
    text-transform: uppercase;
    font-size: 14px;
    color: #dae5ea;
    font-weight: 800;
    letter-spacing: 1px;
    margin:0 0 15px;
    line-height: 23px;
}

.footer-col2 ul{
    margin:0;
    padding:0;
    display:block;
    list-style:none;
}
.footer-col2 ul li{
    border-top: 1px solid rgba(255,255,255,.05);
    
}

.footer-col2 ul li:first-child{
    border-top: none;
}
.footer-col2 ul li a{
    padding: 5px 0;
    display: block;
    font-size: 14px;
    line-height: 24px;
    text-decoration:none;
}

.footer-col2 ul li a:before{
    color: #dae5ea;
    display: inline-block;
    margin-right: 7px;
    content: "\f105";
    line-height: 24px!important;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px!important;
    vertical-align: middle;
}



.footer-top-wrapper .footer-col{
    padding: 0 2%;
    width: 33.33%;
    margin-left: 0;
}

.footer-top-wrapper .cm-footer-rss-heading .cell-wrapper {
    margin-bottom: 15px;
}

.footer-top-wrapper .cm-footer-rss-heading a {
    color: #dae5ea;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 14px;
}

.footer-top-wrapper .cm-footer-rss-heading a img {
    vertical-align: middle;
}

.footer-col3-grp ul{
    margin:0;
    padding:0;
    display:block;
    list-style:none;
}

.footer-col3-grp ul li{
    color: #dae5ea;
}

.mk-icon-home:before {
    content: "\f015";
}

.mk-icon-phone:before {
    content: "\f095";
}

.mk-icon-envelope:before {
    content: "\f0e0";
}

.footer-contact ul li i:before{
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    color: #dae5ea;
    -webkit-font-smoothing: antialiased;
}

.footer-contact ul li{
    margin: 0 0 8px;
    padding: 0 0 0 25px;
    line-height: 24px;
    position:relative;
    font-size:14px;
}

.footer-top-wrapper a{
    text-decoration:none;
        color: #dae5ea;
}

.footer-top-wrapper a:hover{
    color: #ffffff;
}

.footer-rss h3 {
    margin: 0;
}

.footer-rss .hs-rss-item {
    margin:0;
    border-top: 1px solid rgba(255,255,255,.05); 
    line-height: 2.7em !important;
}

.footer-rss .hs-rss-item a:before{
    margin-right: 7px;
    content: "\f105";
    font-size: 16px;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: 24px !important;
    vertical-align: middle;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
}

/*div.hs-rss-item{
  border-top: 1px solid rgba(255,255,255,.05); 
  line-height: 3em !important;
}*/
.hs-rss-item:first-child{
  border-top: none;  
}
.follow-us ul li a i{
    font-size: 24px;
    color: #dae5ea !important;
}

.follow-us ul li{
    display: inline-block;
    margin: 5px 15px 5px 0;
    line-height: 12px;
}

/*.follow-us ul li .rss-hover:hover i {
    color: #FF8300!important;
}*/

.mk-jupiter-icon-rss:before {
    content: "\e623";
}

.footer-top-wrapper .cell-wrapper{
    margin-bottom: 40px;
}

.footer-top-wrapper .follow-us h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #dae5ea;
    font-weight: 900;
    line-height: 23px;
    margin-top: 3px;
}

.footer-top-wrapper .footer-contact .cell-wrapper {
    margin-bottom: 43px; 
}

.footer-top-wrapper .page-center > div {
    padding: 0 20px;
}

.sm-caps{ font-size:16px;
       text-transform:uppercase;
       font-weight:600;
}
.caps{
  text-transform:uppercase;  
}
#back-to-top {
    right: 15px;
    opacity: 1;
    background-color: rgba(0,0,0,.2);
    display: block;
    position: fixed;
    bottom: 15px;
    width: 45px;
    height: 45px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    right: -60px;
    opacity: 0;
}

 .scroll-top #back-to-top {
    right: 15px;
    opacity: 1;
    display: block; /* added by HS Support on 11.21.17 */ 
}

.mk-go-top i {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    width: auto;
    height: auto;    
    vertical-align: middle;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
}

#_hj-f5b2a1eb-9b07_feedback ._hj-f5b2a1eb-9b07_feedback_minimized_label ._hj-f5b2a1eb-9b07_feedback_minimized_label_text{
    font-family:'Roboto', sans-serif !important;
}
#_hj-f5b2a1eb-9b07_feedback._hj-f5b2a1eb-9b07_widget, #_hj-f5b2a1eb-9b07_feedback._hj-f5b2a1eb-9b07_widget *, #_hj-f5b2a1eb-9b07_feedback._hj-f5b2a1eb-9b07_widget ._hj-f5b2a1eb-9b07_widget_content ._hj-f5b2a1eb-9b07_widget_input_field{
    font-family:'Roboto', sans-serif !important;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
    margin: 0 0 0 0px;/* changed from -9px */
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    transition: color .1s ease;
    -webkit-transition: color .1s ease;
    -moz-transition: color .1s ease;
    -ms-transition: color .1s ease;
    -o-transition: color .1s ease;
    color: #264656;
    font-size: 15px;
    font-weight: 600;
    padding-right: 17px !important;
    padding-left: 17px !important;
    text-transform: uppercase;
    letter-spacing: 0px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    padding: 34px 0 27px;
}
/* down arrow */

/*.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:after{
    content: '\25BE';
    display: inline-block;
    position: relative;
    color: #3e6f7f; /* denim */
  /*  margin: 0 1rem 0 -0.75rem;
}*/

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #1a89c1 !important;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
  padding: 0px 0;
  width: 100%;
  
}

.custom-menu-primary .hs-menu-wrapper > ul ul:after{
    background-color:#fff;
    height: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #264656;
    font-size: 16px;
    font-weight:400;
    padding: 10px 20px;
    display: block;
    line-height: 20px;
    text-decoration:none;
    transition: color .1s ease,background-color .1s ease;
    -webkit-transition: color .1s ease,background-color .1s ease;
    -moz-transition: color .1s ease,background-color .1s ease;
    -ms-transition: color .1s ease,background-color .1s ease;
    -o-transition: color .1s ease,background-color .1s ease;

}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background-color: #f5f5f5 !important;
    color: #1a89c1 !important;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:961px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
        
    }
    
    .custom-header .hs-menu-wrapper form,
    .custom-header .cm-menu-icon .mk-nav-responsive-link,
    .custom-header .mk-toolbar-resposnive-icon {
        display: none;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul:before {
        content: "";
        position: absolute;
        top: -9px;
        height: 10px; /*was 9px*/
        display: block;
        width:100%;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul {
        margin-top: 8px;
    }
}


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

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

@media (max-width: 960px){

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 37px;           /* Position Button at right of screen */
    right: 30px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 0px;
    background: transparent; /* Background color */
    border: 0px solid #000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #fff;
    background-color: transparent; 
    border-color: transparent;
  }
  
  .mobile-trigger .mk-css-icon-menu {
        width: 18px;
        height: 18px;
    } 
    
    .mobile-trigger .mk-css-icon-menu div {
        height: 3px;
        margin-bottom: 3px;
        border-radius: 3px;
        display: block;
        position: relative;
    }
    
    .mobile-trigger .mk-css-icon-menu-line-1, 
    .mobile-trigger .mk-css-icon-menu-line-3 {
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
    }
    
    .mk-css-icon-menu div {
        background-color: #264656;
    }
    
    .mobile-open .mk-css-icon-menu-line-1 {
        -webkit-transform: rotate3d(0,0,1,45deg);
        -moz-transform: rotate3d(0,0,1,45deg);
        -ms-transform: rotate3d(0,0,1,45deg);
        -o-transform: rotate3d(0,0,1,45deg);
        top: 6px;
    }
    
    .mobile-open .mk-css-icon-menu-line-2 {
        opacity: 0;
    }
    
    .mobile-open .mk-css-icon-menu-line-3 {
        -webkit-transform: rotate3d(0,0,1,-45deg);
        -moz-transform: rotate3d(0,0,1,-45deg);
        -ms-transform: rotate3d(0,0,1,-45deg);
        -o-transform: rotate3d(0,0,1,-45deg);
        top: -6px;
    }
    
    body.mobile-open {
        overflow-y: hidden;
    }

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

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

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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: auto !important; /* Button width */
    min-width: 55px !important;
    height: 100% !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
    text-align: center;
    opacity: .7;
  }
  
   .child-trigger:before {
    content: "\e2ac";
    color: #264656 !important;
    font-family: Icomoon;
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    width: 70px;
    height: 100%;
    line-height: 50px;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
    vertical-align: middle;
    direction: ltr; 
    position: relative;
    right: 1px;
    top: 1px;
   }
  
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: static;
    padding-top: 0px; /* Makes room for button */
    margin: 0;
  }

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

  }  

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
        padding: 0;
        height: auto;
        overflow-y: scroll !important;
        max-height: calc(100vh - 88px);
    }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
   
   .custom-menu-primary .hs-menu-wrapper > ul {
    border-bottom: 1px solid rgba(255,255,255,.1);
    margin-top: 1px;
   }
   
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 13px; /* Font size of top level list items */
    line-height: 22.95px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
        border-bottom: 1px solid rgba(128,128,128,.2);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    color: #264656 !important;
    border-top: 1px solid rgba(255,255,255,.1);
    display: block;
    padding: 15px 20px !important;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    position: relative;
  }
  
  
  .custom-menu-primary .hs-menu-wrapper > ul ul:after {
      content: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    padding: 0 0 0 5px;
    border-top: 1px solid rgba(128,128,128,.2);
    width: 100% !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    display: block;
    margin: 0;
    border: none;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    background-color: #f5f5f5 !important;
    color: #264656 !important;
    }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 0px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
    line-height: 16px;
    margin: 0;
    padding: 12px 15px 12px 25px !Important;
    text-align: left;
    text-transform: none;
    font-weight: 400;
    color: #264656 !important;
    border-top: 1px solid rgba(255,255,255,.1);
  }

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

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


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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

.cm-home-page-layout .custom-row5-group.row-active {
    padding-bottom: 35px !important;
}
/* =============== 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 {
    font-size: 14px;
    color: #1a3a47;
    font-family: 'Roboto',sans-serif;
}
#white-form{
    color:white;
    padding-top:30px;
}
.email-graphic{
    padding-right:50px;
}

#white-form .hs-form-field label {
    color: white;
}
.full-width-white-write-up{
color: white; 
}
.white-text{
    color:white;
}
/* One Line Inputs */
.body-container-wrapper input[type="text"],
.body-container-wrapper input[type="password"], 
.body-container-wrapper input[type="datetime"], 
.body-container-wrapper input[type="datetime-local"], 
.body-container-wrapper input[type="date"], 
.body-container-wrapper input[type="month"], 
.body-container-wrapper input[type="time"], 
.body-container-wrapper input[type="week"], 
.body-container-wrapper input[type="number"], 
.body-container-wrapper input[type="email"], 
.body-container-wrapper input[type="url"], 
.body-container-wrapper input[type="search"], 
.body-container-wrapper input[type="tel"], 
.body-container-wrapper input[type="color"],
.body-container-wrapper input[type="file"],
.body-container-wrapper textarea {
    width: 100%;
    font-size: 16px;
    color: #767676;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    outline: 0;
    margin-bottom: 4px;
    border-radius: 2px;
    padding: 7px 10px;
    font-family: Roboto',sans-serif;
    line-height: normal;
    display: block;
}

.body-container-wrapper input[type="text"]:focus,
.body-container-wrapper input[type="password"]:focus, 
.body-container-wrapper input[type="datetime"]:focus, 
.body-container-wrapper input[type="datetime-local"]:focus, 
.body-container-wrapper input[type="date"]:focus, 
.body-container-wrapper input[type="month"]:focus, 
.body-container-wrapper input[type="time"]:focus, 
.body-container-wrapper input[type="week"]:focus, 
.body-container-wrapper input[type="number"]:focus, 
.body-container-wrapper input[type="email"]:focus, 
.body-container-wrapper input[type="url"]:focus, 
.body-container-wrapper input[type="search"]:focus, 
.body-container-wrapper input[type="tel"]:focus, 
.body-container-wrapper input[type="color"]:focus,
.body-container-wrapper input[type="file"]:focus,
.body-container-wrapper textarea:focus {
    background-color: #fff;
    border: 1px solid #dcdcdc;
    outline: 0;
}
ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
    margin: 0 0 10px;
}
.body-container-wrapper .hs-form-field select {
    color: #767676;
    width: 100%;
    background-color: #ffffff !important;
    border-radius: 2px;
    font-weight: normal;
    margin-bottom: 5px;
    border: 1px solid #e3e3e3;
    background: url(//cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Images/selectbox-arrow.png) right center no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    line-height: 18px;
    /*min-width: 240px;*/
    max-width: 100%;
    display: block;
    padding: 7px 10px;
    font-family:'Roboto',sans-serif;
}

.hs-form.stacked .field div.input {
    padding-top: 0px !important;
    margin-bottom:0px;
}
.form-title{
    font-family:'Roboto Condensed', sans-serif;
    font-size:22px;
    padding-bottom:10px;
}
option {
    padding: 0 4px;
}

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

ul.hs-error-msgs li label {
    color: #1374aa; /* darker blue */
    font-weight:600;
}
li.hs-form-booleancheckbox-display:last-child{
   
}
form.hs-form .hs-form-field ul.inputs-list li:last-child{
    
}

ul, ol{ margin: 0;}

/* =============== 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[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }


/* NEW form trouble-shooting */
fieldset.form-columns-1 .hs-input{
    width:100%;
}

@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-wrapper .hs-button.primary,
.body-container-wrapper input[type="submit"],
.body-container-wrapper input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 15px;
    border: none;
    border-radius: 2px;
    margin-top: 1em;
    background-color: #ff9017;
    box-shadow:none;
    font-weight: 700;
    font-family: 'Roboto',sans-serif;
    line-height: normal;
    display: inline-block;
    margin: 0;
    margin-top:20px;
    vertical-align: middle;
     -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease;
}

.body-container-wrapper .hs-button.primary:hover,
.body-container-wrapper input[type="submit"]:hover,
.body-container-wrapper input[type="button"]:hover {
    background-color:#ff744a;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {background-color:#ff744a;}


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

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {background-color:#ff744a;}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


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

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


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

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


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

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


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


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

.cm-social {
   margin: 0;
   padding: 0;
   list-style: none;
}
.cm-social li {
   display: inline-block;
   margin: 0;
}
.cm-social li a {
   display: block;
   line-height: 100%;
   width: 43px;
   height: 43px;
}
.cm-social li a i {
   font-size: 43px;
   color: #1e73be;
   display: block;
}


.full-width-background-section {
    background-color: #1a89c1; 
    padding: 75px 0 75px;
    margin-bottom: 0px; 
    min-height: 100px; 
    width: 100%; 
}

.full-width-background-section-inner {
    color: #fff; 
    margin: 0 auto; 
    max-width: 450px;
    width: 100%; 
}

.full-width-background-section-inner h2, .full-width-background-section-inner ul {
    color: #fff; 
}


/*=================TEAM LAYOUT/Pop-up LIGHTBOX =====================*/





/*====================BLOG POST================*/

.cm-related-post h3 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.cm-related-post .related-post-item {
    width: 33.3%;
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #efefef;
    overflow: hidden;
    margin: 0 10px 20px;
}

.cm-related-post .related-title a {
    padding: 15px 10px;
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.mk-post-nav {
    position: fixed;
    top: 50%;
    margin-top: -115px;
    text-decoration: none;
    width: 260px;
    z-index: 200;
    -webkit-transition: all .6s cubic-bezier(0.77,0,.175,1);
    -moz-transition: all .6s cubic-bezier(0.77,0,.175,1);
    -ms-transition: all .6s cubic-bezier(0.77,0,.175,1);
    -o-transition: all .6s cubic-bezier(0.77,0,.175,1);
    transition: all .6s cubic-bezier(0.77,0,.175,1);
    backface-visibility: hidden;
}

.mk-post-prev {
    left: -200px;
}

.pagnav-wrapper .pagenav-top {
    height: 130px;
    display: block;
    position: relative;
    z-index: 201;
}

.pagnav-wrapper .pagenav-top .pagenav-image {
    position: absolute;
    display: block;
    height: 130px;
}

.mk-post-prev .pagenav-image {
    left: 0;
}

.pagnav-wrapper .pagenav-top .pagenav-image img {
    height: 130px;
    width: 130px;
    line-height: 4px;
}

.pagnav-wrapper .pagenav-top .mk-pavnav-icon {
    position: absolute;
    width: 130px;
    height: 130px;
    display: table;
    text-align: center;
    background-color: #dfdfdf;
    background-color: rgba(0,0,0,.3);
    color: #fff;
    -webkit-transition: background .3s ease-out;
    -moz-transition: background .3s ease-out;
    -ms-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
}

.mk-post-prev .mk-pavnav-icon {
    right: 0;
}

.pagnav-wrapper .pagenav-top .mk-pavnav-icon i {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.mk-post-prev .mk-pavnav-icon i {
    -webkit-transform: translate(30px,0);
    -moz-transform: translate(30px,0);
    -ms-transform: translate(30px,0);
    -o-transform: translate(30px,0);
    transform: translate(30px,0);
    ms-transform: translate(30px,0);
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    width: auto;
    height: auto;
    line-height: normal;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
}

.pagnav-wrapper .nav-info-container {
    height: 90px;
    width: 260px;
    overflow: hidden;
}

.mk-post-prev .pagenav-bottom {
    display: block;
    height: inherit;
    background-color: rgba(255,255,255,.85);
    border: 1px solid #f0f0f0;
    width: inherit;
    text-align: right;
    -webkit-transition: all .3s ease-in .2s;
    -moz-transition: all .3s ease-in .2s;
    -ms-transition: all .3s ease-in .2s;
    -o-transition: all .3s ease-in .2s;
    transition: all .3s ease-in .2s;
    -webkit-transform: translate(0,-50px);
    -moz-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    -o-transform: translate(0,-50px);
    transform: translate(0,-50px);
    ms-transform: translate(0,-50px);
    opacity: 0;
}

.pagnav-wrapper .pagenav-title {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #252525;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    padding: 20px 20px 0;
}

.mk-post-next {
    right: -200px;
}

.mk-post-next .mk-pavnav-icon {
    left: 0;
}

.mk-post-next .pagenav-bottom {
    -webkit-transition: all .3s ease-out .2s;
    -moz-transition: all .3s ease-out .2s;
    -ms-transition: all .3s ease-out .2s;
    -o-transition: all .3s ease-out .2s;
    transition: all .3s ease-out .2s;
    -webkit-transform: translate(0,-50px);
    -moz-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    -o-transform: translate(0,-50px);
    transform: translate(0,-50px);
    ms-transform: translate(0,-50px);
    opacity: 0;
    display: block;
    height: inherit;
    background-color: rgba(255,255,255,.85);
    border: 1px solid #f0f0f0;
    width: inherit;
    text-align: right;
}

.mk-post-next .pagenav-image {
    right: 0;
}

.mk-post-next .pagenav-image {
    right: 0;
}

.mk-post-nav:hover.mk-post-prev {
    left: 0;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    ms-transform: translate(0,0);
}

.mk-post-nav:hover .mk-pavnav-icon {
    background-color: #252525;
}

.mk-post-nav:hover .mk-pavnav-icon i {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    ms-transform: translate(0,0);
}

.mk-post-nav:hover .pagenav-bottom {
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    ms-transform: translate(0,0);
    -webkit-transition: all .5s cubic-bezier(0.075,.82,.165,1) .4s;
    -moz-transition: all .5s cubic-bezier(0.075,.82,.165,1) .4s;
    -ms-transition: all .5s cubic-bezier(0.075,.82,.165,1) .4s;
    -o-transition: all .5s cubic-bezier(0.075,.82,.165,1) .4s;
    transition: all .5s cubic-bezier(0.075,.82,.165,1) .4s;
}

.mk-post-nav:hover.mk-post-next {
    right: 0;
}

.mk-post-nav:hover {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
    ms-transform: translate(0,0);
}

.mk-post-nav:hover .mk-pavnav-icon {
    background-color: #252525;
}

.mk-post-next .mk-pavnav-icon i {
    -webkit-transform: translate(-30px,0);
    -moz-transform: translate(-30px,0);
    -ms-transform: translate(-30px,0);
    -o-transform: translate(-30px,0);
    transform: translate(-30px,0);
    ms-transform: translate(-30px,0);
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    width: auto;
    height: auto;
    line-height: normal;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
}

.cm-other-content .hs-rss-item  {
    margin:0;
}

.cm-other-content .hs-rss-item a.hs-rss-title {
    line-height: 18px;
    display: block;
    padding: 5px 0;
    margin: 4px 0;
    color: #1a3a47;
}

.cm-other-content .hs-rss-item a.hs-rss-title:hover {
    color: #1a89c1;
}



/*====================ERROR PAGE================*/


.cm-error-page .body-container-wrapper {
    background-color: #f0f4f6;
}

.cm-error-page .body-container-wrapper .row-fluid .page-center {
    margin: 20px auto;
}

.cm-error-page .body-container-wrapper .main-content {
    padding: 60px 20px 120px;
    text-align: center;
}

.cm-error-page .main-content h2 {
    font-size: 28px;
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 22.95px;
}

.cm-error-page .main-content h1 {
    font-size: 220px;
    line-height: 100%;
    display: block;
    font-weight: 300;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.cm-error-page .body-container-wrapper .widget-type-google_search form {
    position: relative;
}

.cm-error-page .body-container-wrapper .widget-type-google_search input[type="text"] {
    margin: 0;
    padding: 12px 28px 12px 15px;
    width: 100%;
    border: 2px solid rgba(0,0,0,.12);
    font-size: 13px;
    color: #767676;
    background-color: #fdfdfd;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-family: 'Roboto',sans-serif;
    border-radius: 0;
}

.cm-error-page .body-container-wrapper .widget-type-google_search input[type="text"]:focus {
    border-color: rgba(0,0,0,.25);
    outline: 0;
}

.cm-error-page .body-container-wrapper .widget-type-google_search .hs-button {
    position: absolute;
    top: 13px;
    right: 14px;
    font-size: 16px;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 40;
    -khtml-opacity: 40;
    opacity: 40;
    opacity: .4;
    background: none;
    box-shadow: none;
    padding: 0;
}

.cm-error-page .body-container-wrapper .widget-type-google_search .hs-button:hover {
    opacity: 1;
}

.cm-error-page .body-container-wrapper .widget-type-google_search .hs-button:before {
    content: "\f002";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: top;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
    color: #264656;
}



/* ============================ Style V2 =============================== */


/*============== Custom Modules ====================*/

/*========== Full Width Banner Module ===============*/

.cm-banner-content strong{
    font-weight:700;
}

.cm-full-width-banner-module .page-center {
    display: flex !important; 
}

.cm-full-width-banner-module.row-fluid {
    min-height: 250px;
    display: flex;
    align-items: center;
    background-size: cover;
    margin-top: -3px;
    vertical-align: middle;
    background-position:0 0;
    height: 250px; 
}
/* added margin */
.cm-banner-content {
    color: #fff;
    text-align: center;
    max-width: 400px;
    margin: 0 auto; 
    display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
   
    
    
    
}


.cm-banner-content h1 {
    color: #fff;
    font-size: 7vw;
    line-height: 1.2;
    font-family:'Roboto',sans-serif;
    display: block;
    text-align: center;
    text-shadow: 1px 0px 1px rgba(0,0,0,0.3);
}

.cm-banner-content h3 {
    color: #fff;
    font-weight: 300;
    font-size: 5vw;
    line-height: 1.2;
    display: block;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
/* ======== Home banner ============ */

.cm-home-banner-content strong{
    font-weight:700;
}

.cm-home-banner-module .page-center {
    display: flex !important; 
}

.cm-home-banner-module.row-fluid {
    min-height: 250px;
    display: flex;
    align-items: center;
    background-size: cover;
    margin-top: -3px;
    vertical-align: middle;
    background-position:0 0;
   
}

.cm-home-banner-content {
    color: #fff;
    text-align: center;
    max-width: 450px;
    margin-right:30px;
    margin-left:10px;
    display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}


.cm-home-banner-content h1 {
    color: #fff;
    font-family:'Roboto',sans-serif;
    display: block;
    text-align: center;
    font-size: 7vw;
    line-height: 1.2;
    text-shadow: 1px 0px 1px rgba(0,0,0,0.3);
}

.cm-home-banner-content h3 {
    color: #fff;
    font-weight: 300;
    font-size: 5vw;
    line-height: 1.2;
    display: block;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}



.banner-content p{
    color: rgb(255, 255, 255);
    text-shadow: 1px 0px 1px rgba(0,0,0,0.3);
}

.banner-content h1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-family:'Roboto',sans-serif;
    display: block;
    text-shadow: 1px 0px 1px rgba(0,0,0,0.3);
}

.banner-content h3 {
    color: #fff;
    font-weight: 300;
    font-size: 30px;
    line-height: 46px;
    display: block;
    text-shadow: 2px 1px 1px rgba(0,0,0,0.3);
}

.cm-two-col-eql-content-module.row-fluid {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}


.cm-full-width-banner-module.row-fluid>div {
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.cm-home-banner-module.row-fluid>div {
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

/*============ Background Color & Image Module Gradient Background ================*/



html:not(.hs-inline-edit) .cm-background-color-image-module {
    display:none;
}


.cm-background-color-image-module {
    opacity: 0;
   
}


/*============ Small banner module ================*/

 .little-banner-image{
     height:150px;
 }
 
 .custom-background-image {
     height:154px;
     padding-bottom:120px;
 }
.sm-banner-heading{
    font-size:2rem;
    color:#f0f4f6;
    font-weight:300;
    padding-top:40px;
    padding-left:25px;
    padding-bottom:25px;
    margin-bottom:25px!important;
}
.footnote{
    font-size:12px;
    text-transform:uppercase;
}
/*============== Custom Made Equal Content Modules =============*/

.cm-three-col-eql-content-module.row-fluid {
    margin: 0 -15px;
    padding: 0 20px;
    width: auto;
}
.cm-five-col-eql-content-module.row-fluid {
    margin: 0px auto;
    padding: 0 20px;
    width: auto;
    min-height:400px;
}
.cm-six-col-eql-content-module.row-fluid {
    margin: 0px auto;
    padding: 0 20px;
    width: auto;
    min-height:400px;
}
/*============= Tabber Module ===============*/

.cm-full-width-tabber-module {
    background: #fafafa;
}

.cm-full-width-tabber-module.active {
    background: #fff;
}

.cm-full-width-tabber-module .cm-tabber-heading > h4 {
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
    margin: 0;
    padding: 14px 20px;
    line-height: 1;
    position: relative;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    border: none;
    color: #264656;
    padding-left: 46px;
}

.cm-full-width-tabber-module .cm-tabber-heading > h4:hover {
    cursor: pointer;
    background-color: #DAE5EA;
}

.vc_tta-controls-icon {
    display: inline-block;
    vertical-align: middle;
    height: 12px;
    width: 12px;
    position: relative;
    font-size: inherit;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    margin-left: 0;
}

.vc_tta-controls-icon:after, 
.vc_tta-controls-icon:before {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    content: '';
    display: block;
    box-sizing: border-box;
    border-style: solid;
}

.vc_tta-controls-icon::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-width: 2px 0 0;
}

.vc_tta-controls-icon-plus::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-width: 0 0 0 2px;
}

.innner-tab-content {
    padding: 14px 20px;
}

.cm-tabber-content {
    display: none;
}

.cm-tabber-heading.tab-active .vc_tta-controls-icon-plus::after {
    content:none;
}

/*======================== Full Width Author Module =====================*/
.blue-border{
    height:2px; 
    background-color:#1a89c1; 
    margin-left:5%; 
    margin-right:5%;
}
.author-wrapper{
    margin:0 auto;
}
.cm-full-width-author-module.row-fluid {
    padding: 30px 30px;
    background-color: none;
    border:none;
    margin: 0 -10px;
    margin-top:30px;
    margin-bottom: 30px;
    display: block;
    width: auto;
}

.mk-circle-image {

    display: inline-block;
    overflow: hidden;
    margin: 0 auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.say-what{
    padding-top:60px;
}

#hrsg-expert{
    border: 15px solid #00bcc1; 
    display: block; margin-left: auto; 
    margin-right: auto; 
    margin-top: 8%;
}
#representative{
    border: 15px solid #1374aa; 
    display: block; margin-left: auto; 
    margin-right: auto; 
    margin-top: 8%;
}
.cm-full-width-author-module.row-fluid .col-6 {
    text-align: center;
}

.cm-author-social ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    text-align:center;
}

.cm-author-social ul li {
    display: inline-block;
    margin: 0;
}

.cm-author-social ul li a {
    display: block;
    line-height: 100%;
    margin: 4px;
}

.cm-author-social i {
    font-size: 43px;
    color: #1a89c1;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    -webkit-perspective: 1000;
}

.cm-author-social ul li a {
    display: block;
    line-height: 100%;
    margin: 4px;
    text-decoration: none;
}

/*******new***************************/
.expert-social ul {
    margin: 0px 0;
    padding: 0;
    list-style: none;
    margin-bottom:10px;
    
}

.expert-social ul li {
    display: inline-block;
    margin: 0;
}

.expert-social ul li a {
    display: block;
    line-height: 100%;
    
}

.expert-social i {
    font-size: 24px;
    color: #1a89c1;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    -webkit-perspective: 1000;
}

.expert-social ul li a {
    display: block;
    line-height: 100%;
    text-decoration: none;
}


/*======================= Full Width Section Module With Background Image ==================*/

.cm-full-width-section-module-with-bg-img.row-fluid {
    display: flex;
    align-items: center;
    min-height: 400px;
    color: #fff;
    margin-top: -3px;
}

.cm-full-width-section-module-with-bg-img.row-fluid > div {
    width: 100%;
}

.cm-section-content h1 {
    font-size: 40px;
    color: #fff;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.2);
    letter-spacing: -0.02em;
    font-weight: 600;
    line-height: normal;
}

.cm-section-content {
    padding: 0 20px;
    padding-bottom: 33px;
}

.cm-section-content p {
    font-size: 20px;
    line-height: 32px;
    color: rgb(255, 255, 255);
    font-family: 'Roboto',sans-serif;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
    font-weight: 300;
    margin: 0;
}



/*==================== Three Column Equal Author Module =======================*/

.cm-three-col-eql-icon-module.row-fluid {
    text-align: center;
    width: auto;
    margin: 0 -15px;
}

.cm-three-col-eql-icon-module.row-fluid .cm-icon > i {
    border: 3px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.15);
    width: 66px;
    height: 66px;
    line-height: 60px;
    font-size: 24px;
    display: inline-block;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    text-align: center;
    margin-bottom: 13px;
    color: #1a89c1;
    border-color: #1a89c1;
}

.cm-three-col-eql-icon-module.row-fluid .cm-icon-content h4 {
    margin-bottom: 22px;
}

.cm-three-col-eql-icon-module.row-fluid .cm-icon-content {
    line-height: 26px;
}

.cm-three-col-eql-icon-module.row-fluid > div {
    padding-top: 15px;
    padding-bottom: 15px;
}

/*================ Two Column Right Content Module ===================*/

/*.cm-two-col-left-content-module {
    width: auto;
    margin: 0 -15px;
}*/


/*============== Global Styling ===================*/
.col-10 {
    width: 83%;
    float: left;
    padding: 0 15px;
}

.col-9 {
    width: 75%;
    float: left;
    padding: 0 15px;
}

.col-8 {
    width: 66.66%;
    float: left;
    padding: 0 15px;
}
.col-7 {
    float: left;
    width: 58.3333333333%;
    padding: 0 15px;
}
.col-6 {
    float: left;
    width: 50%;
    padding: 0 15px;
}
.col-5 {
    float: left;
    width: 41.6666666667%;
    padding: 0 15px;
}

.col-4 {
    width: 33.33333333%;
    float: left;
    padding: 0 15px;
}

.col-3 {
    width: 25%;
    float: left;
    padding: 0 15px;
}
.col-2 {
    width: 16.66%;
    float: left;
    padding: 0 15px;
}
.col-1 {
    width: 8.33%;
    float: left;
    padding: 0 15px;
}
.fiver{
    width: 19%;
    float: left;
    padding: 15px 10px;
    background-color:#1a89c1; /*#00bcc1;*/
    margin-right:5px;
    margin-top:15px;
    border-radius:5px;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-osx-transition: all 0.25s ease-in 0s;
    -ms-transition: all 0.25s ease-in 0s;
    -o-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
}

.fiver:hover{
   
    margin-top:0px;
    background-color:#1374aa;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-osx-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
    
}
.fiver img{
    border-radius:5px;
}

.sixer{
    width: 15.9%;
    float: left;
    padding: 15px 10px;
    background-color:#1a89c1; /*#00bcc1;*/
    margin-left:5px;
    margin-top:15px;
    border-radius:5px;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-osx-transition: all 0.25s ease-in 0s;
    -ms-transition: all 0.25s ease-in 0s;
    -o-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
}
.sixer:hover{
   
    margin-top:0px;
    background-color:#1374aa;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-osx-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
    
}
.sixer img{
    border-radius:5px;
    margin:0 auto;
}

.pretty-box h5 { 
    font-size: 18px;
    color: white;
    font-weight: 300;
    margin-top:15px;
    height:36px;
    text-transform: uppercase;
    
}
.pretty-box a{
    color:white;
    font-family:'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    
}
.buyer-box h5 { 
    font-size: 16px;
    color: white;
    font-weight: 300;
    margin-top:15px;
    height: 36px;
    text-transform: uppercase;
    
}
.buyer-box a{
    color:white;
    font-family:'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
.buyer{
    padding: 20px 10px;
    background-color:#1a89c1;
    margin-top:15px;
    border-radius:5px;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-osx-transition: all 0.25s ease-in 0s;
    -ms-transition: all 0.25s ease-in 0s;
    -o-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
}
.buyer:hover{
   
    margin-top:0px;
    background-color:#1374aa;
    -webkit-transition: all 0.25s ease-in 0s;
    -moz-osx-transition: all 0.25s ease-in 0s;
    transition: all 0.25s ease-in 0s;
    
}
.buyer img{
    border-radius:5px;
    margin:0 auto;
}
.buyer p{
    margin: 15px;
}
.buyers-block h5{
    height: 55px;
}

/*================GLOBAL CLASSES==============*/
img.shadow {
    border: 6px solid #fff;
}
.img-shadow {
    max-width: 200px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.25);
    box-shadow: 0 0 4px rgba(0,0,0,.25);
}
a.btn-large {
    border-radius: 2px;
    font-size:18px !important;
    margin:20px;
}

a.btn-dark {
    box-shadow: 0px 3px 0px 0px #b17a29;
    background-color: #dd9933 !important;
}

a.btn-dark:hover {
    background-color: #ce8e2f !Important;
}


a.btn {
    color: #fff!important;
    font-size: 18px;
    padding: 12px 18px;
    line-height: 1em;
    background-color: #ff9017;
    margin-bottom: 15px;
    margin-top: 0px;
    position: relative;
    display: inline-block;
    letter-spacing: 0.01em;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    -moz-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    -ms-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    transition: color .15s ease-in-out,background .15s ease-in-out,border .15s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    text-decoration: none;
    height: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

a.btn:hover {
    background-color: #ff744a;
}

a.btn.lower {
    text-transform: none;
}


a.btn i {
    margin-top: -3px;
    font-size: 18px;
    margin-right: 2px;
}

a.btn.blue {
   box-shadow: 0px 3px 0px 0px #156e9a;
   background-color: #1a89c1;
   padding: 15px 24px;
   border-radius: 2px;
}

.tick.blue li:before {
    color: #1a89c1;
}

a.btn.blue:hover {
   background-color: #187fb3;
}

a.btn.blue:active {
   box-shadow: 0px 1px 0px 0px #156e9a;
}

a.btn.blue i {
   margin-right: 5px;
   line-height: 14px;
   font-size: 16px;
}

hr.spacer {
    margin: 0;
    background: transparent;
    border: none;
}

img.border {
    border: 6px solid #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.25);
    box-shadow: 0 0 5px rgba(0,0,0,.25);
    width: 100%;
    max-width: 600px; 
}

.custom-row:not(.row-active) * {
    min-height: 0 !important;
}

.custom-row:not(.row-active) {
    min-height: 0 !important;
}

/*.custom-row .page-center {
    padding-left: 20px;
    padding-right: 20px;
}*/

.custom-row.row-active {
    background-position: center center;
    background-size: cover;
}

.round {
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    border-radius: 100%;
}

/********************************* TICK *********************************/

.body-container .tick {
   margin: 0;
   padding: 0;
   list-style: none;
}

.body-container .tick li {
   position: relative;
   margin: 0 0 7px;
   padding: 0 0 7px 28px;
   line-height: 24px!important;
}

.body-container .tick li:before {
   position: absolute;
   top: 2px;
   left: 0;
   font-size: 18px;
   line-height: 24px !important;
   font-family: FontAwesome;
   content: "\f00c";
}

.body-container .big-tick {
   margin: 0;
   padding: 0;
   list-style: none;
}

.body-container .big-tick li {
   position: relative;
   margin: 0 0 8px;
   padding: 0 0 8px 30px;
   line-height: 24px!important;
   
}

.body-container .big-tick li:before {
   position: absolute;
   top: 0px;
   left: 0;
   font-size: 20px;
   line-height: 24px!important;
   font-family: FontAwesome;
   content:"\f00c";
}

/*********************************************************************************/

hr.grey {
    margin: 20px 0 30px;
    display: block;
    border-top: 1px solid rgba(0,0,0,.1);
    background: transparent;
}

.img-align-center {
    display: table;
    text-align: center;
}

.cm-map-wrapper iframe {
    width: 100%;
}
.hor-icon{
   
    padding-bottom:30px;
}
.cm-full-width-author-module  .btn{
    border-color: #F90;
   background-color: #F90;
   box-shadow: none;
   border-radius: 2px;
   font-size: 1px;
   padding: 14px 20px;
   font-weight: normal;
   text-transform: none;
   line-height: 18px;
}
.cm-full-width-author-module  .btn:hover{
   color: #f7f7f7;
   border-color: #e08700;
   background-color: #e08700;
}

.custom-tab-layout .alignright {
   display: inline;
   float: right;
   margin-left: 1.5em;
   margin-bottom: 1.5em;
}

.custom-tab-layout .separotor {
   clear: both;
   border-top: 1px solid rgba(0,0,0,.1);
   background: transparent;
   margin: 20px 0 30px;
}

.hs_cos_wrapper_type_rich_text blockquote:not([class]) {
    position: relative;
    /*background-color: #f6f6f6;
    background-color: rgba(0,0,0,.05);*/
    padding: 15px 15px 15px 70px;
    margin: 0 0 20px;
}

.hs_cos_wrapper_type_rich_text blockquote:not([class]):before {
    position: absolute;
    content: "\f10d";
    display: block;
    color: #dae5ea;
    color: rgba(0,0,0,.1);
    left: 20px;
    top: 20px;
    font-size: 32px;
}

blockquote:before {
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: middle;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
    color: #1a89c1 !important;
}


img {
    vertical-align: middle;
}
.custom-menu-primary {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper>ul li.active-branch > a,
.custom-menu-primary .hs-menu-wrapper>ul li.active > a {
    color: #1a89c1;
}
.custom-menu-primary .hs-menu-wrapper>ul li.active-branch ul li.active a {
   color: #1a89c1;
   background-color: #f5f5f5;
}
.recent-testimonials{
    font-size:16px;
    background-color:#dae5ea;
    padding:50px 20px;
    border-radius:10px;
    margin-bottom:15px;
}
.sidebar {
    margin-right: 0 !important;
    float: right !important;
}
.main-content {
    margin-left: 0 !important;
}

/*================= Full Width Banner Layout ======================*/

.custom-row {
    overflow: hidden;
}

.cm-two-col-right-content-module.row-fluid {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}
.hide-small{
    display:none !important;
}
.hide-smaller{ display:none;
}

/*================ Full Width Heading Layout ==================*/

.custom-heading-wrapper {
    position: relative;
    padding: 12px 0 15px;
    background: #1a89c1;
}

.custom-heading-wrapper .page-center {
    position: relative;
}

.custom-breadcrumbs .hs-breadcrumb-menu-wrapper {
    height: 14px;
}

.custom-breadcrumbs .hs_cos_wrapper_type_menu > ul {
    margin: 0;
}

.custom-breadcrumbs .hs-breadcrumb-menu-wrapper ul {
    position: absolute;
    background-color: rgba(0,0,0,.1);
    line-height: 11px;
    padding: 10px 12px 8px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    right: 20px;
    bottom: -15px;
}

.custom-breadcrumbs .hs-breadcrumb-menu-wrapper ul li.hs-breadcrumb-menu-item {
    padding: 0;
    color: #fff;
}

.custom-breadcrumbs .hs-breadcrumb-menu-wrapper ul li.hs-breadcrumb-menu-item a {
    color: rgba(255,255,255,.5);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-perspective: 1000;
}

.custom-breadcrumbs .hs-breadcrumb-menu-wrapper ul li.hs-breadcrumb-menu-item a:hover {
    color: rgba(255,255,255,1);
}

.custom-breadcrumbs .hs-breadcrumb-menu-wrapper ul li .hs-breadcrumb-menu-divider:before {
    content: ' / ';
    padding-left: 1px;
    padding-right: 3px;
}

.custom-page-header h1 {
    margin: 25px 20px 15px;
    line-height: 120%;
    margin-top: 15px;
    letter-spacing: -0.02em;
    font-size: 34px;
    color: #ffffff;
    text-transform: none;
    font-weight: lighter;
 
}


/*============== Tab Layout ================*/

.cm-tabber-heading-wrapper {
    float: left;
    margin: 0 !important;
    width: 25% !important;
    border: 1px solid #e5e5e5;
    border-right: none;
    border-bottom: none;
    background-color: #DAE5EA;
    border-color: #DAE5EA;
}

.cm-tabber-content-wrapper {
    float: left;
    width: 75% !important;
    border: none;
    border: 1px solid #e5e5e5;
    margin: 0  !important;
}

.cm-tab-content-module {
    padding: 25px 25px 20px;
    background: #fff;
}

.cm-tabber-heading-wrapper ul {
    list-style: none;
    margin: 0 -1px 0 0;
    padding: 0;
}

.cm-tabber-heading-wrapper ul li {
    display: block;
}

.cm-tabber-heading-wrapper ul li a {
    padding: 10px 21px 11px 14px;
    line-height: 24px;
    display: block;
    margin: 0;
    outline: 0;
    font-weight: 700;
    font-size: 13px;
    color: #1A3A47;.
    cursor: pointer !important;
}

.cm-tabber-heading-wrapper ul li a i {
    margin-right: 8px;
    font-size: 16px;
}

.cm-tabber-heading-wrapper ul li:hover a i {
    color: #666;
}

.cm-tab-content-module a.ui-tabs-anchor {
    display: none;
}

.cm-tab-content hr {
    margin: 20px 0 30px;
    background-color: rgba(0,0,0,.1);
    display: inline-block;
    width: 100%;
}

.cm-tab-content-module {
    display: none;
}

div#competency-info {
    display: block;
}

.cm-tabber-heading-wrapper ul li a.tab-active {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

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

.cm-blog-content-wrapper {
    background: #f0f4f6;
    padding: 50px 0;
}

.cm-blog-content-wrapper .page-center.content-wrapper {
    padding-left: 20px;
    padding-right: 20px;
}

.featured-image img {
    width: 100%;
}

.post-item time {
    color: #252525 !important;
}

.post-item {
    margin-bottom: 50px;
    border: 1px solid #eee;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

.mk-blog-meta {
    padding: 40px;
}

.post-item .mk-blog-author, 
.post-item .mk-categories,
.post-item time,
.post-item .mk-blog-author,
.post-item .mk-categories,
.post-item time {
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    color: #999;
    margin-right: 5px;
}

.post-item .mk-blog-author a,
.post-item .mk-categories a,
.post-item time a,
.post-item .mk-blog-author a,
.post-item .mk-categories a,
.post-item time a {
    color: #252525;
}

.clearboth {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    width: 0;
    height: 0;
}

h3.the-title {
    margin: 5px 0 10px;
}

.post-item a.mk-readmore {
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    right: 30px;
    bottom: 25px;
    line-height: 12px;
    font-weight: 700;
    font-size: 12px;
}

.post-item a {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-perspective: 1000;
}

a.mk-readmore i {
    margin-right: 5px;
    font-size: 8px;
}

a.next-posts-link.load-more {
    margin: 40px auto;
    background-color: #fff;
    color: #252525!important;
    font-size: 14px;
    display: block;
    text-align: center;
    padding: 15px 0;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #e2e2e2;
    width: 50%;
    max-height: 60px;
    position: relative;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    -webkit-perspective: 1000;
}

.blog-sidebar ul li a {
    padding: 5px 0;
    margin: 4px 0 4px;
    display: block;
}

.blog-sidebar ul li a:hover{
      color: #1a89c1;
}

.blog-pagination {
    overflow: hidden;
}

a.next-posts-link.load-more .mk-moon-arrow-down-4 {
    font-size: 16px;
    margin-right: 10px;
    color: #b5b5b5;
}

a.next-posts-link.load-more:hover {
    background-color: #f5f5f5;
}

.post-header-image {
    margin: 0 0 20px;
}

.post-header h2 {
    margin: 0 0 14px;
}

.blog-sidebar h3 {
    text-transform: uppercase;
    font-size: 14px;
    color: #1a3a47;
    font-weight: bolder;
    position: relative;
    display: block;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.blog-sidebar > div {
    margin-bottom: 40px;
    font-size: 12px;
    color: #1a3a47;
    font-weight: normal;
}

.blog-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.blog-sidebar ul li {
    margin-left: .85em;
}

.blog-sidebar ul li a {
    color: #1a3a47;
}

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

/*============= Careers Layout ===============*/

.cm-career-rec-pos {
    padding: 0 5px;
}

/*=============== After Issues ==================*/

.rss-hover:hover i {
    color: #FF8300!important;
}

img.lightbox.border {
    margin-bottom: 10px;
}

.cm-social li a:hover i {
    color: #eeeeee;
}

.wistia_embed {
    max-width: 100%;
}

.custom-row iframe {
    max-width: 100%;
}

.custom-system .body-container-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
}

/* =============== Style V2 Ends here =============== */





/* After Issue ==============*/

.hs-blog-name-the-competency-based-management-blog .blog-sidebar ul li {
    margin-left: 0;
}

/*.hs-blog-name-the-competency-based-management-blog .post-header-image,
.hs-blog-name-the-competency-based-management-blog .cm-full-width-author-module,
.hs-blog-name-the-competency-based-management-blog .cm-related-post,
.hs-blog-name-the-competency-based-management-blog .widget-type-blog_comments,
.hs-blog-name-the-competency-based-management-blog .blog-sidebar > div:not(:last-child) {
    display:none !important;
}

.hs-blog-name-the-competency-based-management-blog .blog-section + h2 {
    display: none;
}
*/
.cm-system-pages .content-wrapper,
.cm-template .content-wrapper {
   padding-bottom: 20px;
   padding-top: 20px;
}
 .left-halfsie{
        padding-left:45px;
        padding-top:45px;
        padding-bottom:45px;
        padding-right:15px;
    }
    .left-halfsie h1{
        font-size:24px;
        font-weight:300;
        color:#f0f4f6;
        line-height:1.4;
        font-family:"Roboto", sans-serif;
        
    }
    .right-halfsie{
        color:#dae5ea;
        padding-right:20px;
        padding-top:65px;
        padding-bottom:65px;
        padding-left:45px;
        background:#264656;
        font-size:16px;
    }
    .right-halfsie h1{
        font-size:30px;
        font-family:"Roboto", sans-serif;
        font-weight:700;
        color:#f0f4f6;
        
    }
    .right-halfsie h3{
        color:white;
    }
    .right-halfsie h4{
        text-transform:uppercase;
        color:white;
    }
    
    .teal-half{
        color:#dae5ea;
        padding-right:20px;
        padding-top:45px;
        padding-bottom:45px;
        padding-left:45px;
        background:#00bcc1;
        font-size:16px;
    }
    
    .teal-half h1{
        font-size:30px;
        font-family:"Roboto", sans-serif;
        font-weight:700;
        color:#f0f4f6;
        
    }
    .teal-half h3{
        color:white;
    }
    .teal-half h4{
        text-transform:uppercase;
        color:white;
    }
    
    .new-stuff{
        padding-left:30px;
        padding-right:30px;
    }
    .new-stuff img{
        border-radius:3px;
        margin-bottom:15px;
    }
  
  .menu a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  color: #666;
  transition: color .2s ease;
  padding: 3px 0;
  margin-bottom: 10px;
  
  &:hover {
    color: #aaa;
     
    &::after,
    &::before {
      width: 100%;
      left: 0;
    }
    
  }
}
/* =============== link hovers =============== */

h3 > a {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
   
}
h3 > a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    transition: width 0s ease, background .3s ease;
}
h3 > a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background: #ff9017;
    transition: width .3s ease;
}
h3 > a:hover:before {
    width: 100%;
    background: #1374aa;
    transition: width .3s ease;
}
h3 > a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}
  
  
  
  
  
  .neat-link > a {
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
   
}
.neat-link > a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    transition: width 0s ease, background .3s ease;
}
.neat-link > a:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #ff9017;
    transition: width .3s ease;
}
.neat-link > a:hover:before {
    width: 100%;
    background: #1374aa;
    transition: width .3s ease;
}
.neat-link > a:hover:after {
    width: 100%;
    background: transparent;
    transition: all 0s ease;
}  
.right-halfer{
        color:#dae5ea;
        padding-right:20px;
        padding-top:45px;
        padding-bottom:45px;
        padding-left:20px;
        
    }
    .error-page-box{
        background-color:#dae5ea;
        padding-right:30px;
        padding-top:0px;
        padding-bottom:0px;
        padding-left:30px;
        border-top:60px solid #1a89c1;
        }

h1.big-beast{ 
    font-size:100px;
    color: rgba(255,255,255, 0.5);
    margin-top:-50px;
    margin-bottom:0px;
} 
.leader img{ 
      border: solid 10px #1a89c1;
      margin-bottom:24px;
}
.fiver-image img{
    border-radius:3px;
}
.sticky-container{
    bottom:150px;
}
.sticky-social{
    bottom:150px;
}

 
img.featured-image{
   box-shadow: 0 2px 4px rgba(0,0,0,0.15), 0 4px 4px rgba(0,0,0,0.15);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -webkit-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -moz-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -ms-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    -o-transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius:3px !important;

}

.client-3-pack{
    padding: 30px; 
    margin: 20px; 
    background-color: #f0f4f6; 
    border-radius: 3px;
}

.package-description{
    background-color: #ffffff; 
    padding: 20px; 
    height: 250px; 
    display: flex; 
    align-items: center; 
    border-top: 15px solid #1374aa;
}

.box-me{
    background-color: #1374aa;
    color: #dae5ea;
    padding: 25px;
    height:210px;
    border-bottom: 0.5px solid #f0f4f6;
}
.box-me h4{
    font-weight: bold; 
    font-size: 20px;
}
.box-me p{
font-weight: 300;
}

.service-box{
    background-color:#1374aa;
    color: white;
    border-radius: 3px;
    font-weight: 300;
    padding-bottom: 50px !important;

}
.service-box h3{
    text-align: center;
}
.teal-box{
    background-color:#00BCC1;
    color: white;
    border-radius: 3px;
    font-weight: 300;
    padding: 35px 25px;
    margin-left: 25px;
    margin-right: 25px;
    padding-bottom: 50px !important;

}
.teal-box h3{
    text-align: center;
}
.teal-box p{
    padding-bottom: 10px;
}

/* =============== MEDIA QUERIES =============== */

/* =============== Screens 350px and smaller - mobile =============== */

@media (max-width: 350px) {
    .custom-system .subscribe-options {
       padding-right: 15px;
    }
}




    .cm-home-page-layout .custom-row1-group .hs_cos_wrapper_type_rich_text,
    .cm-home-page-layout .custom-row2-group .hs_cos_wrapper_type_rich_text,
    .cm-home-page-layout .custom-row3-group .hs_cos_wrapper_type_rich_text,
    .cm-home-page-layout .custom-row6-group .hs_cos_wrapper_type_form,
    .cm-home-page-layout .custom-row6-group .hs_cos_wrapper_type_rich_text,
    .cm-home-page-layout .custom-row6-group .mk-social {
        padding: 0 15px;
    }
    
    .cm-home-page-layout .custom-row1-group blockquote {
        margin:0;
        display: inline-block;
    }
    
    .cm-home-page-layout .custom-row1-group .page-center > div,
    .cm-home-page-layout .custom-row2-group .page-center > div,
    .cm-home-page-layout .custom-row3-group .page-center > div,
    .cm-home-page-layout .custom-row5-group .page-center > div
    .cm-home-page-layout .custom-row6-group .page-center > div
    .cm-home-page-layout .custom-row4-group .page-center > div {
        margin: 0 -15px;

    }
    
    .cm-home-page-layout .custom-row2-group .hs_cos_wrapper_type_rich_text ul {
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 1em;
        margin-left: 1.5em;
        list-style-type: disc;
    }
    
    .cm-home-page-layout .custom-row2-group .hs_cos_wrapper_type_rich_text ul li {
        margin-left: .85em;
    }
    
    .cm-home-page-layout .custom-row3-group,
    .cm-home-page-layout .custom-row3-group h2,
    .cm-home-page-layout .custom-row6-group h2,
    .cm-home-page-layout .custom-row6-group form label {
        color: #fff;
    }
    
    .cm-home-page-layout .custom-row3-group ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .cm-home-page-layout .custom-row3-group ul li {
        position: relative;
        margin: 0 0 6px;
        padding: 0 0 0 21px;
        line-height: 24px!important;
    }
    
    .cm-home-page-layout .custom-row3-group ul li:before {
        font-family: Icomoon;
        content: "\e26a";
        color: #ffffff;
        position: absolute;
        top: 2px;
        left: 0;
        font-size: 16px;
        line-height: 24px!important;
    }
    
    .cm-home-page-layout .custom-row5-group img {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .cm-home-page-layout .custom-row6-group {
        text-align: center;
    }
    
    .cm-home-page-layout .custom-row6-group h3.form-title {
        font-weight: normal;
        font-size: 20px;
        color: #fff;
        margin: 0;
        margin-bottom: 10px;
        line-height: 22.95px;
        text-align: center,
    }
    .hs_cos_wrapper.form-title{
        font-size: 24px;
        margin-bottom: 0px;
    }
    .form-caps{
        text-transform: uppercase;
        font-size: 12px;
        font-weight:700;
    }
    .cm-home-page-layout .custom-row6-group form .hs-button.primary {
        margin-top: 14px;
    }
    
    .cm-home-page-layout .custom-row6-group .mk-social {
        text-align: center;
        margin: 50px 0 10px;
    }
    
    .cm-home-page-layout .custom-row6-group .mk-social ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .cm-home-page-layout .custom-row6-group .mk-social ul li {
        display: inline-block;
        margin: 0;
    }
    
    .cm-home-page-layout .custom-row6-group .mk-social ul li a {
        display: block;
        line-height: 100%;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }
    
    .cm-home-page-layout .custom-row6-group .mk-social a i {
        color: #ffffff;
        font-size: 43px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        font-family: themeIcons;
        speak: none;
        font-style: normal;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    
    .cm-home-page-layout .custom-row6-group .mk-social a:hover i {
        color: #264656;
    }
    
    .cm-home-page-layout .custom-row4-group .hs_cos_wrapper_type_rich_text h2 {
        color: #fff;
        text-shadow: 1px 0px 1px rgba(0,0,0,0.3);
    }
    
    .cm-home-page-layout .custom-row4-group .hs_cos_gallery_main .slick-slide img {
        display: none;
    }
    
    .cm-home-page-layout .custom-row4-group .caption blockquote {
         -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        position: relative;
        margin: 0;
        margin-bottom: 30px;
        margin-top: 10px;
        padding: 20px 20px 0;
        background-color: #fff !important;
        border: 1px solid #C4D6DE !important;
        font-style: italic;
    }
    
    .cm-home-page-layout .custom-row4-group .caption blockquote:before {
        position: absolute;
        bottom: -7px;
        left: 35px;
        display: block;
        width: 14px;
        height: 14px;
        border: 1px solid #ededed;
        border-top: none;
        border-left: none;
        background-color: #fafafa;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        ms-transform: rotate(45deg);
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #fff;
        border-color: -moz-use-text-color #C4D6DE #C4D6DE -moz-use-text-color;
        border-image: none;
        border-style: none solid solid none;
        border-width: 0 1px 1px 0;
        bottom: -7px;
        content: "";
        display: block;
        height: 14px;
        left: 35px;
        position: absolute;
        transform: rotate(45deg);
        width: 14px;
    }
    
    .cm-home-page-layout .custom-row4-group .caption ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .cm-home-page-layout .custom-row4-group .caption ul li {
        color: #fff;
        font-size: 16px;
        line-height: 16px;
        text-shadow: 1px 0px 1px rgba(0,0,0,0.4);
        
    }
    
    .cm-home-page-layout .custom-row4-group .caption ul li:first-child {
        font-size: 16px;
        line-height: 20px;
        margin-top: 20px;
        display: block;
        margin-bottom: 5px;
        font-weight: 700;
    }
    
    /*.custom-row4-group .hs_cos_gallery_main .slick-slide,
    .custom-row4-group .hs_cos_gallery_main.slick-fixed-height-slider .slick-track {
        width: 100% !important;
    } */
    
    .cm-home-page-layout .custom-row4-group .hs_cos_gallery .slick-arrow {
        display: none !important;
    }
    
    .cm-home-page-layout .custom-row4-group .hs_cos_gallery_main {
        padding: 0;
    }
    
    .cm-home-page-layout .custom-row1-group a.btn i {
        margin-top: -3px;
        font-size: 12px;
    }
    
    
     /* =============== New Home  phones and smaller devices =============== */
    
    
 /* =============== Landscape phones and smaller devices =============== */

@media (max-width:479px) {
    .mk-blog-meta {
        padding: 20px;
        padding-bottom: 40px;
    }   
  
 
   /* form.hs-form fieldset[class*="form-columns"] .hs-input {
        width: 100% !important;
    }*/
}   

/* =============== iPhone 6 landscape and larger than 667px =============== */

/*@media (min-width: 667px) {
.cm-full-width-banner-module.row-fluid {
        min-height:300px;
        background-position: center center;
    }
    
}*/
/* =============== Screens smaller than portrait tablet =============== */

@media (max-width: 767px) {
    
.fast-bg{
    background-image:url('https://cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Images/faster-bg.png');
    background-repeat:no-repeat;
    background-size: 50% !important;
    background-position: top right !important;
}
    
    /* =============== Arrows =============== */

.arrow-div {
	position: relative;
	background: #dae5ea;
	border: 5px solid #dae5ea;
	border-radius:3px;
	color:#1a3a47;
	padding:15px;
	
}
.arrow-div:after, .arrow-div:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-div:after {
	border-color: rgba(218, 229, 234, 0);
	border-bottom-color: #dae5ea;
	border-width: 20px;
	margin-left: -20px;
}
.arrow-div:before {
	border-color: rgba(218, 229, 234, 0);
	border-bottom-color: #dae5ea;
	border-width: 27px;
	margin-left: -27px;
}

.blue-arrow-div {
	position: relative;
	background: #1374aa;
	border: 5px solid #1374aa;
	border-radius:3px;
	color:white;
	padding:15px;
	
}
.blue-arrow-div:after, .arrow-div:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.blue-arrow-div:after {
	border-color: rgba(218, 229, 234, 0);
	border-bottom-color: #1374aa;
	border-width: 20px;
	margin-left: -20px;
}
.blue-arrow-div:before {
	border-color: rgba(218, 229, 234, 0);
	border-bottom-color: #1374aa;
	border-width: 27px;
	margin-left: -27px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul{
width: 100%;
}
/****************** END ARROWS *************************/

     .mobile-padder{
        padding-left:30px; 
        padding-right:30px;
    }  
  
.fiver-image{
    margin-bottom:15px;
    margin-top:30px;
    border-radius:5px;
}


    a.btn {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .img-shadow {
        display: block;
        margin: 0 auto;
    }
    
    .footer-top-wrapper .footer-col {
        width: 100%;
    }
    
    .copyright-wrapper p {
        text-align: center;
        padding: 10px 10px 5px;
    }
    
    .footer-top-wrapper .footer-contact .cell-wrapper {
        margin-bottom: 41px;
    }
    
    .cm-related-post {
        margin-top: 60px;
    }
    
    .cm-related-post .related-post-item {
        width: 100%;
    }
    .col-8 {
        margin-bottom: 10px;
    }
    .cm-row3-two-col-wrapper .row-fluid {
        margin-left: 0;
        margin-right: 0;
        width: auto;
    }
    .cm-two-col-eql-content-module.row-fluid .col-6.img-align-center {
        margin-bottom: 6px;
    }
    
    
    
    .col-4, .col-8, .col-9, .col-2, .col-1, .col-3, .col-6, .col-5, .col-7, .col-10{
        float: none;
        width: 100%;
    }
    .fiver{
        float: none;
        width: 100%;
        padding:25px 15px;
        
    }
    .sixer{
        float: none;
        width: 100%;
        padding:25px 15px;
        
    }
    .cm-three-col-eql-content-module.row-fluid {
        margin: 0;
        padding: 0;
        width: auto;
    }
    .cm-five-col-eql-content-module.row-fluid {
        margin: 0px auto;
        padding: 0;
        width: auto;
    }
    .cm-six-col-eql-content-module.row-fluid {
        margin: 0px auto;
        padding: 0;
        width: auto;
    }
    .cm-two-col-left-content-module,
    .cm-full-width-author-module.row-fluid,
    .cm-three-col-eql-icon-module.row-fluid {
        width: 100%;
        margin: 0;
    }
    
    .cm-tabber-heading-wrapper {
        display: none !important;
    }
    
    .cm-tabber-content-wrapper {
        width: 100% !important;
    }
    
    .cm-tab-content-module {
        padding: 0;
        background: #fff;
    }
    
    .cm-tab-content-module a.ui-tabs-anchor {
        color: #444;
        white-space: nowrap;
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
        display: block;
        margin-bottom: 15px;
        background-color: rgba(0,0,0,.05);
        border-bottom: 2px solid rgba(0,0,0,.1);
        padding: 5px 10px;
    }
    
    .cm-tab-content-module a.ui-tabs-anchor i {
        display:none;
    }
    
    .cm-tab-content {
        padding: 15px;
    }
    
    .cm-tab-content-module {
        display: block !important;
        margin-bottom: 30px;
        border: 1px solid #e5e5e5;
    }
    
    a.next-posts-link.load-more {
        width: 100%;
    }
    
    .cm-two-col-eql-content-module.row-fluid ,
    .cm-two-col-right-content-module.row-fluid {
        margin-left: 0px;
        width: 100%;
    }
    
    .custom-breadcrumbs .hs-breadcrumb-menu-wrapper ul {
        right: 0;
        width: 100%;
        display: block;
        text-align: center;
    }
    
    .custom-breadcrumbs .hs-breadcrumb-menu-wrapper ul li.hs-breadcrumb-menu-item {
    padding: 0;
        display: inline;
        float: none;
    }
    
    p[style*="center"] > a.btn {
        left: 0;
        transform: none;
    }
    
    .cm-icon-content a.btn.btn-large {
        left: 0;
        transform: none;
    }
    
    img.lightbox.border {
        margin-bottom: 10px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    
    .cm-two-col-eql-content-module.row-fluid .col-6.img-align-center {
        margin-bottom: 10px;
    }
    
    .cm-tabber-content-wrapper {
        width: 100% !important;
        border: none;
        background: #f0f4f6;
    }
    
    .custom-tab-layout .alignright {
        display: block;
        float: none;
        margin-left: 0;
        margin-bottom: 0.5em;
    }
    
    .cm-full-width-section-module-with-bg-img.row-fluid {
        background-size: cover;
    }
    
    img.round {
        margin-bottom: 35px;
    }

        .cm-home-page-layout .custom-row1-group blockquote {
            margin:0;
            display: block;
            text-align: center;
        }
        
        .cm-home-page-layout .custom-row1-group a.btn {
            position: static;
            transform: none;
        }
        
        .cm-error-page .main-content h1 {
            font-size: 160px;
        }
        
    .main-content {
    margin-left: 0 !important;
    }

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

/* =============== Portrait tablet & larger =============== */

@media (min-width:768px){
.service-box h3{
    height: 50px;
}    
.service-box p{
    height: 460px;
}
.dirty-thirty{
    padding-left:30px;
}  
.box-me{
    margin: 0px;
    height:220px;
    margin-left:-40px;
    border-bottom: 0.5px solid #f0f4f6;
    border-left: 0.5px solid #f0f4f6;
}
.box-me h4{
    font-size: 16px;
}
.box-me p{
 font-size: 16px;
}  
.sticky-container{
    bottom:100px;
}
.sticky-social{
    bottom:100px;
}
    
    h1 {
    font-size: 36px;
}
 
   .col-6 .who{
      margin-top:75px !important;
  }

    .cm-system-pages .body-container-wrapper input[type="text"],
    .cm-system-pages .body-container-wrapper input[type="password"], 
    .cm-system-pages .body-container-wrapper input[type="datetime"], 
    .cm-system-pages .body-container-wrapper input[type="datetime-local"], 
    .cm-system-pages .body-container-wrapper input[type="date"], 
    .cm-system-pages .body-container-wrapper input[type="month"], 
    .cm-system-pages .body-container-wrapper input[type="time"], 
    .cm-system-pages .body-container-wrapper input[type="week"], 
    .cm-system-pages .body-container-wrapper input[type="number"], 
    .cm-system-pages .body-container-wrapper input[type="email"], 
    .cm-system-pages .body-container-wrapper input[type="url"], 
    .cm-system-pages .body-container-wrapper input[type="search"], 
    .cm-system-pages .body-container-wrapper input[type="tel"], 
    .cm-system-pages .body-container-wrapper input[type="color"],
    .cm-system-pages .body-container-wrapper input[type="file"],
    .cm-system-pages .body-container-wrapper textarea,
    .cm-template .body-container-wrapper input[type="text"],
    .cm-template .body-container-wrapper input[type="password"], 
    .cm-template .body-container-wrapper input[type="datetime"], 
    .cm-template .body-container-wrapper input[type="datetime-local"], 
    .cm-template .body-container-wrapper input[type="date"], 
    .cm-template .body-container-wrapper input[type="month"], 
    .cm-template .body-container-wrapper input[type="time"], 
    .cm-template .body-container-wrapper input[type="week"], 
    .cm-template .body-container-wrapper input[type="number"], 
    .cm-template .body-container-wrapper input[type="email"], 
    .cm-template .body-container-wrapper input[type="url"], 
    .cm-template .body-container-wrapper input[type="search"], 
    .cm-template .body-container-wrapper input[type="tel"], 
    .cm-template .body-container-wrapper input[type="color"],
    .cm-template .body-container-wrapper input[type="file"],
    .cm-template .body-container-wrapper textarea{ max-width:650px;}
    
    
        .cm-home-page-layout .custom-row1-group .hs_cos_wrapper_type_rich_text,
        .cm-home-page-layout .custom-row2-group .hs_cos_wrapper_type_rich_text,
        .cm-home-page-layout .custom-row3-group .hs_cos_wrapper_type_rich_text {
            width: 66.66666667%;
            margin: 0 auto;
            
        }
        
        .cm-home-page-layout .custom-row6-group .hs_cos_wrapper_type_form,
        .cm-home-page-layout .custom-row6-group .hs_cos_wrapper_type_rich_text,
        .cm-home-page-layout .custom-row6-group .mk-social {
            width: 50%;
            margin: 0 auto;
        }
        
        .cm-home-page-layout .custom-row6-group .mk-social {
            margin: 50px auto 10px;
        }
        
        .cm-home-page-layout .custom-row5-group img {
            width: 16.66666667%;
            float: left;
        }
        
        .cm-home-page-layout .custom-row4-group .hs_cos_wrapper_type_rich_text,
        .cm-home-page-layout .custom-row4-group .hs_cos_wrapper_type_gallery {
            float: right;
            clear: both;
            width: 50%;
            padding: 0 15px;
            background-color:rgba(38,70,86,0.4);
            border-radius:2px;
        }
     h2{ font-size:30px;
}   
 .hide-small{
    display: block !important; 
}
.hide-big{
display:none !important;
}

.be-blue{ 
    background-image:url("https://cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Images/development-tablet.gif");
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: right bottom;
}
.super-cheeky{ margin-top:100px;
}
.cm-full-width-banner-module.row-fluid {
    min-height: 400px;
    background-position:25% 20%;
}

.cm-home-banner-module.row-fluid {
    min-height: 400px;
    background-position:25% 20%;
}
.cm-banner-content {

    max-width: 650px;
    margin-right: 0rem;
    margin-left:0rem;
    margin: 0 auto;
    
}
.text-box-padding{ 
    padding-left:200px;
    padding-right:200px;
}

.cm-home-banner-content {

    text-align: left;
    max-width: 650px;
    margin-right: 0rem;
    margin: 0 auto;
    margin-left: 37%;
    
}
    .cm-home-banner-content h1 {
        font-size: 40px;
        line-height: 50px;
        padding-top:20%;
    }
    
    .cm-home-banner-content h3 {
        font-size: 30px;
        line-height: 40px;
    }
    
     .cm-banner-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    
    .cm-banner-content h3 {
        font-size: 30px;
        line-height: 50px;
    }
    
    .left-halfsie{
        padding-left:10%;
        padding-top:65px;
        padding-bottom:65px;
        padding-right:15px;
    }
    .left-halfsie h1{
        font-size:36px;
        
    }
    
    .right-halfsie{
        padding-right:5%;  
        padding-top:85px;
        padding-bottom:85px;
        padding-left:60px;
        
    }
    .right-halfsie h1{
        font-size:50px;
        padding-bottom:1rem;
    }
    .teal-half{
        padding-right:5%;  
        padding-top:65px;
        padding-bottom:65px;
        padding-left:60px;
        
    }
    .teal-half h1{
        font-size:50px;
        padding-bottom:1rem;
    }
    
    .new-stuff{
        padding-left:5%;
        padding-right:5%;
    }
    
    .cm-two-col-eql-content-module.row-fluid {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.recent-testimonials h2{
     height:100px;
    
}  
.recent-testimonials h5{
     height:30px;
}  
.error-page-box{
        background-color:#dae5ea;
        padding-right:100px;
}

h1.big-beast{ 
    font-size:180px;
    color: rgba(255,255,255, 0.5);
    margin-top:0px;
    margin-bottom:-180px;
}
.super-cheeky{ margin-top:170px;
}

.custom-background-image {
    padding-bottom:0px;
 }
 .check-me-out{
    margin:0px auto !important;
    max-width:960px;
}
.subtle-logo{
    background-image:url('https://cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Images/hrsg-logo-bg-white.png');
    background-repeat:no-repeat;
    background-size: 35% !important;
    background-position: right center !important;
} 
/* =============== Arrows Large Screens=============== */

.arrow-div {
	position: relative;
	padding:40px;
	background: #dae5ea;
	color:#1a3a47;
	margin-top:3px;
	background-image:url('https://cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Images/hrsg-logo-arrow-bg.png');
    background-repeat:no-repeat;
    background-size: 75% !important;
    background-position: right center !important;
}
.arrow-div:after, .arrow-div:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-div:after {
	border-color: rgba(26, 137, 193, 0);
	border-right-color: #dae5ea;
	border-width: 20px;
	margin-top: -20px;
}
.arrow-div:before {
	border-color: rgba(26, 137, 193, 0);
	border-right-color: #dae5ea;
	border-width: 27px;
	margin-top: -27px;
}

.blue-arrow-div {
	position: relative;
	background: #1374aa;
	border: 5px solid #1374aa;
	border-radius:3px;
	color:white;
	padding:40px;
	
}
.blue-arrow-div:after, .arrow-div:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.blue-arrow-div:after {
	border-color: rgba(218, 229, 234, 0);
	border-bottom-color: #1374aa;
	border-width: 20px;
	margin-left: -20px;
}
.blue-arrow-div:before {
	border-color: rgba(218, 229, 234, 0);
	border-bottom-color: #1374aa;
	border-width: 27px;
	margin-left: -27px;
}

}

/*================================================ inline BS I removed===============*/  
   /**** this was in the foot of our full-width pages *****/
   /***<style>
    @media (min-width: 768px){
        .custom-row3-group p {
        max-width: 66.66%;
        margin: 0 auto 20px;
        padding: 0 7px;
        }
}
</style>*****/


/* =============== All screens 780px or less =============== */

@media (max-width: 780px) {

    .custom-header .header-social-wrapper {
        padding: 0;
        display: none;
        transition: none;
    }
    
    .custom-header .header-social-wrapper > div {
        padding: 10px 5px 13px;
    }
    
    .header-social-wrapper ul li {
        line-height: 25px;
        margin: 0 10px 5px;
        float: none;
    }
    
    .header-contact .mk-header-tagline {
        margin-top: 7px;
        display: inline-block;
    }
    
    .header-contact li:last-child a {
        margin-left: 0;
    }
    
    ul.header-social-icons {
        float:right;
    }
    ul.header-contact{
        float: none;
        display:inline-block;
    }
    .custom-header ul.header-social-icons {
        margin: 0 10px 5px;
    }
    
    .custom-header ul.header-social-icons li {
        display: inline-block;
        margin: 0;
        float: left;
    }
    
    ul.header-social-icons li a i:before {
        font-size: 24px;
    }
    
    .search-wrapper {
        position: static;
    }
    
    .custom-header .mk-toolbar-resposnive-icon {
        position: absolute;
        left: 50%;
        top: -1px;
        line-height: 16px!important;
        width: 24px;
        height: 24px;
        cursor: pointer;
        display: block;
        font-size: 16px;
    }
    
    .head-top-active .custom-header .mk-toolbar-resposnive-icon i:before {
        content: "\f077"!important;
    }
    
    .header-container-wrapper {
        min-height: auto;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul {
        margin-top: 0;
    }

}

/* =============== Screens smaller than .page-center 960px =============== */

@media (max-width: 960px) {

    .custom-header .custom-search-icon,
    .custom-header.header-search,
    .custom-header .mk-toolbar-resposnive-icon {
        display: none;
    }
    
    .custom-header .menu-wrapper {
        position: relative;
    }
    
    .custom-menu-primary.js-enabled .hs-menu-wrapper form {
        margin: 0px;
        position: relative;
        padding: 10px;
        padding-top: 9px;
    }
    
    .custom-menu-primary.js-enabled .hs-menu-wrapper form .input {
        position: relative;
    }
    
    .custom-menu-primary.js-enabled .hs-menu-wrapper form input[type="text"] {
        width: 100%;
        padding: 12px;
        border: 1px solid rgba(0,0,0,.15);
        background-color: rgba(0,0,0,.02);
        -webkit-box-shadow: none!important;
        -moz-box-shadow: none!important;
        box-shadow: none!important;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        color: #9e9e9e!important;
        font-size: 13px;
        line-height: normal;
        outline: 0;
        margin-bottom: 4px;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
        -webkit-perspective: 1000;
        font-family: 'Roboto',sans-serif;
    }
    
    .custom-menu-primary.js-enabled .hs-menu-wrapper form input[type="text"]:focus {
        background-color: #fff;
        border: 1px solid #dcdcdc;
    }
    
    .custom-menu-primary.js-enabled .hs-menu-wrapper form .hs-button {
        position: absolute;
        right: 15px;
        font-size: 20px;
        bottom: 14px;
        color: rgba(0,0,0,.3);
        width: auto;
        cursor: pointer;
    }
    
    .custom-menu-primary.js-enabled .hs-menu-wrapper form .hs-button:before {
        content: "\f002";
        font-family: FontAwesome;
        font-weight: 400;
        font-style: normal;
        text-decoration: inherit;
        -webkit-font-smoothing: antialiased;
        width: auto;
        height: auto;
        line-height: normal;
        vertical-align: middle;
        background-image: none;
        background-position: 0 0;
        background-repeat: repeat;
        margin-top: 0;
        text-decoration: inherit;
        display: inline-block;
        speak: none;
    }
    
    .custom-header {
        position: relative;
    }
    
    #back-to-top {
        bottom: 70px;
    } 
    
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
        color: #264656 !important;
        background-color: rgba(0,0,0,.03);
    }
    
    .cm-error-page .body-container-wrapper .row-fluid .page-center .nav-center{
        margin: 0px auto;
    }
    
    .cm-error-page .body-container-wrapper .main-content {
        padding: 55px 15px 125px;
        text-align: center;
    }
    
    
    
    .body-container-wrapper .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .custom-menu-primary.js-enabled {
        position: static;
        padding-top: 0;
        margin: 0;
    }
    
    
    
    .cm-section-content h1 {
        font-size: 4.4vw;
    }
    
    .cm-section-content p {
        font-size: 3.9vw;
        line-height: 1.1;
    }
    
    .cm-section-content {
        padding: 0;
    }
    
   /* .custom-page-header h1 {
        margin: 15px 0px 15px;
    }*/
    
    .custom-heading-wrapper {
        padding: 15px 0 15px;
    }
    
    .cm-blog-content-wrapper {
        padding: 25px 0;
    }

}
/* =============== Screens larger than .page-center 960px =============== */

@media (min-width: 960px) {
.cm-full-width-banner-module.row-fluid {
        background-position: center center;
    }

.cm-home-banner-module.row-fluid {
        background-position: center center;
    }
.fiver-image{
    margin-bottom:15px;
    margin-top:5px;
    border-radius:5px;
}

}


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

@media (max-width: 1024px) {

.header-social-wrapper{
    padding-left: 20px;
    padding-right: 20px;
}
.show-biggest{
    display:none;
}
div.hide-biggest{
    display:block;
}

}
}
/* =============== Hide on Landscape tablet and bigger devices =============== */

/* =============== Landscape tablet and larger =============== */

@media (min-width: 1024px) {



.sticky-container{
    bottom:100px;
}
.sticky-social{
    bottom:100px;
}
.right-spacer-med-lg-screens{
    margin-right:80px;
    
}

.testify{
    padding-left:2rem;
    padding-right:2rem;
}
    
.expert-photo{
    margin-left:120px !important; 
} 
    
.be-blue{ 
    background-image:url("https://cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Images/development-1.gif");
}
h1.big-beast{ 
    font-size:150px;
    color: rgba(255,255,255, 0.5);
    margin-top:-80px;
    margin-bottom:-20px;
}
.super-cheeky{ margin-top:30px;
}
.hide-smaller{
    display: block !important; 
}
.cm-full-width-banner-module.row-fluid {
        min-height:350px;
    }

.cm-home-banner-module.row-fluid {
        min-height:450px;
    }
.lg-screen-padder{
    padding-left:50px;
}
.new-stuff{
        padding-left:9%;
        padding-right:9%;
    }
 
 .recent-testimonials h2{
     height:100px;
    
}
.infographic-padding{ 
    padding-top:60px;
    padding-bottom:60px;
}

.fiddy{ padding-left: 50px; 
        padding-right: 50px;
    
}

}
@media (min-width: 1025px) {
    .show-biggest{
    display:block;
}
.package-description{
    height: 200px; 
} 
div.hide-biggest{
    display:none !important;
}
}

/* =============== Laptop and larger =============== */

@media (min-width: 1160px) {
.service-box h3{
    height: auto;
}   
.service-box p{
    height: 280px;
}

.box-me{
    margin: 0px;
    height:210px;
    margin-left:-30px;
    border-bottom: 0.5px solid #f0f4f6;
    border-left: 0.5px solid #f0f4f6;
}
.box-me h4{
    font-size: 21px;
}
.box-me p{
font-size: 18px;
}
img.featured-image{
    margin-left: 20px;
    margin-right: 20px;
}
img.featured-image:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.slim-shady{
    margin-left: 100px;
    margin-right: 100px;
}
.sticky-container{
    bottom: 70px !important;
}
.sticky-social{
    bottom: 70px !important;
}
.buyers-block{
    height: 550px;
}

.buyer{
    max-width: 250px !important;
}
.buyers-block h5 { 
    height: 55px;
}    
.custom-background-image {
     height:150px;
     padding-bottom:0px;
 }
    
#white-form{
    padding-top:40px;
}
.email-graphic{
    padding-right:100px;
}
 
.full-width-white-write-up{
color: white; 
padding-left: 50px; 
padding-right: 50px;
} 
.super-cheeky{ margin-top:0px;
}
    
.error-page-box{
        background-color:#dae5ea;
        padding-right:250px;
        padding-top:0px;
        padding-bottom:0px;
        padding-left:30px;
        border-top:60px solid #1a89c1;
        }

.right-halfer{
 background-color:transparent;
}
.left-halfer{
        padding-left:15px;
        padding-right:15px;
    }
 .recent-testimonials h2{
     height:65px;
}  

.container-fluid .row-fluid .nav-center{
 max-width:960px;    
}
.custom-logo img {
    margin: -5px 0 -7px 45px;
    }
.cm-full-width-banner-module.row-fluid {
    min-height: 350px;
    margin:0 auto;
}

.cm-home-banner-module.row-fluid {
    min-height: 550px;
    margin:0 auto;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    float:right;
    margin-right:6rem;
}
.main-nav-side-search {
    
}
.header-search form{
    min-width: 330px;
    float: right;
    position: absolute;
    top: 5px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.container-fluid .row-fluid .page-center {
    max-width: 1100px;
}
.cm-home-banner-content {
    text-align: left;
    max-width: 1100px;
    margin-right: 0rem;
    margin: 0 auto;
    margin-left: 41%;
    
}
.temp-pad-fix{
    padding-left:125px;
    padding-right:125px;
}
.rise-up{
    margin-top: -75px;
}
.snug{
    padding-left:30px; 
    padding-right: 30px;
}
}
@media (min-width: 1280px) {
.sticky-container{
    bottom: 70px !important;
}
.sticky-social{
    bottom: 70px !important;
}
}
@media (min-width: 1366px) {
.sticky-container{
    top: 170px !important;
}
.sticky-social{
    top: 170px !important;
}
.box-me{
    height:210px;
    margin-left:-35px;
}
}
@media (min-width: 1900px) {

img.featured-image{
    margin-left: 170px !important;
}
.featured-resource-write-up{
    padding: 20px;
    margin-right: 150px !important;
}
.cm-full-width-banner-module.row-fluid {
    min-height: 544px;

}
 .cm-home-banner-module.row-fluid {
    min-height: 700px;
} 
.container-fluid .row-fluid .page-center {
    max-width: 1400px;
}
.cm-home-banner-content {
    text-align: left;
    max-width: 1400px;
    margin-right: 0rem;
    margin: 0 auto;
    margin-left: 47%;
    
}
    .cm-home-banner-content h1 {
        font-size: 50px;
        line-height: 60px;
        padding-top:20%;
    }
    
    .cm-home-banner-content h3 {
        font-size: 40px;
        line-height: 50px;
    }
    
     .cm-banner-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    
    .cm-banner-content h3 {
        font-size: 30px;
        line-height: 50px;
    }
    .new-stuff{
        padding-left:15%;
        padding-right:15%;
    }



.right-halfer{
        background-color:transparent;
        padding-right:30px;
        padding-left:30px;
  }

h1.big-beast{ 
    font-size:200px;
    color: rgba(255,255,255, 0.5);
    margin-top:-70px;
    margin-bottom:0px;
}

} /* end 1900*/

/******************** quick and dirty ****************/


.super-textbox{
    margin-top:8%;
}
#img_wrap {
    width:150px;
}
.condensed {
    font-family:'Roboto Condensed', sans-serif;
}
h2.condensed{
    font-size:36px;
}
.subtle-bg{
    border-top: solid 20px #1a89c1;
    background-image:url('https://cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Images/hrsg-logo-bg-02.png');
    background-repeat:no-repeat;
    background-size: 767px 700px !important;
    background-position: center left !important;
}
.subtle-bg-no-border{
    background-image:url('https://cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Images/hrsg-logo-bg-02.png');
    background-repeat:no-repeat;
    background-size: 767px 700px !important;
    background-position: center left !important;
}
.fast-bg{
    background-image:url('https://cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Images/faster-bg.png');
    background-repeat:no-repeat;
    background-size: 767px 700px !important;
    background-position: top right !important;
}
.client-photo{
    border-radius: 3px;
}
.hrsg-orange-button{
    margin-top: 60px !important;
    background-color: #ff9017;
    border-radius:2px;
    padding:10px 18px;
    text-align: center;
    transition:all .2s ease; 
   -moz-transition:all .2s ease; 
   -webkit-transition:all .2s ease; 
   -o-transition:all .2s ease;
   margin-left:0 auto;
   margin-right:0 auto;
}
.hrsg-orange-button a{
    color: white;
    font-weight:600;
    font-size:18px;
}
.hrsg-orange-button:hover{
  background-color: #ff744a;  
}

.hubs-embedded #collection-items .tile.single>a.view{
    color: #1a89c1 !important;
}

.hubs-embedded .tile.single .description h3[style]{
    color:red !important;
    font-size: 18px;
}


/*****************************************/
/* New navigation style declarations here    */
/*****************************************/

.container-fluid .row-fluid .nav-center{
    max-width:100%;
}
/*.custom-menu-primary{
    padding-top:25px;
}*/

.custom-menu-primary .hs-menu-wrapper > ul ul{
  margin-top:2.5px;
  width: auto;
}
.header-social-wrapper{
    background-color: #1a89c1;
    border-bottom: 1px solid #1a89c1;
}
/***************FORM FIX MAGICAL STUFF*************************************************************/

/** this makes check boxes move to center but fixes the 95% width problem on other form fields. **/ 

form.hs-form fieldset[class*="form-columns-1"] .hs-input {
        width: 100% !important;
}
@media (max-width:479px) {

    form.hs-form fieldset[class*="form-columns-1"] .hs-input {
    width: 95% !important;
    }
}

/** this overides the problem above fix creates on checkboxes ...Jazz hands...  **/

form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    width: auto !important;
}

form.hs-form fieldset[class*="form-columns-1"] .hs-input{
    font-family: 'Roboto', sans-serif !important;
}

/*************** COUNT DOWN CLOCK *************************************************************/



/*********************** Green Countdown CSS *************************/


.countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 330px;
  max-width: 330px;
  margin: 0px;
}

.countdown__item {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  min-width:25px;
  margin-bottom: 1rem;
  background-color:#61c8d0;
  border-radius:3px;
  padding:5px;
  width:72px;
}


.countdown__timer {
  padding: .25em;
  background-color: #00bcc1;
  border-radius: 3px;
  color:white;
  font-weight: 500;
  font-size: 1em;
  text-align:center;
  border:none;
}

.countdown__label {
  font-size: 12px;
  padding-top: .40em;
  color:white;
  font-family:;'Roboto Condensed', sans-serif;
  text-transform:uppercase;
  text-align:center;
}



/*********************** Blue Countdown CSS *************************/


.blue-countdown {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 330px;
  max-width: 330px;
  margin: 0px;
}

.blue-countdown__item {
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  min-width:25px;
  margin-bottom: 1rem;
  background-color: #1a89c1;
  padding:5px;
  width:72px;
  border-radius: 3px;
}


.blue-countdown__timer {
  padding: .25em;
  background-color: #1374aa;
  border-radius: 3px;
  color:white;
  font-weight: 500;
  font-size: 1em;
  text-align:center;
  border:none;
}

.countdown__label {
  font-size: 12px;
  padding-top: .40em;
  color:white;
  font-family:;'Roboto Condensed', sans-serif;
  text-transform:uppercase;
  text-align:center;
}
/********************************************* Uberflip Tiles ************************************/
.hubs-embedded .tile.single{
    border-radius: 3px;
}
/******************************Social sharing *************************/
/*.wt-blog__post__social-share .addthis_inline_share_toolbox {
    background-color: transparent !important;
    position: absolute;
    left: -250px;
    margin: 0;
    padding: 0;
}*/ 
.wt-blog .body-container-wrapper *, .wt-blog .footer-container-wrapper * {
    -webkit-font-smoothing: antialiased;
}
.addthis-animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}
/*.at4-visually-hidden {
    position: absolute;
    clip: rect(1px,1px,1px,1px);
    padding: 0;
    border: 0;
    overflow: hidden;
    
}
.at-icon-wrapper{
    background: transparent;
}
.wt-blog__post__social-share{
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    background-color: transparent;
}
.at-share-btn-elements{
    max-width: 40px;
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    background-color: transparent;
}*/

/****************  sticky social ******************/

.sticky-container{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-150px;
    width:230px;
    z-index: 1100;
}
.sticky-social{
    padding:0px;
    margin:0px;
    position:fixed;
    right:-150px;
    width:230px;
    z-index: 1100;
}
.sticky li{
    list-style-type:none;
    background-color: transparent;
    color:#fafafa;
    padding: 5px;
    height: 42px;
    margin:0px 0px 1px 0px;
    -webkit-transition:all 0.35s ease-in-out;
    -moz-transition:all 0.35s ease-in-out;
    -o-transition:all 0.35s ease-in-out;
    transition:all 0.35s ease-in-out;
    cursor:pointer;
    background-image: -webkit-gradient(linear, left top, right top, from(#1a89c1), to(#00bcc1));
    background-image: linear-gradient(to right, #00bcc1, #1a89c1);
    border-radius: 3px;
    
}
.sticky li:hover{
    margin-left:-150px;
}

/*.sticky li p{
    margin:5px;
}*/
/*.sticky li p a{
    text-decoration:none;
    color: #fafafa;
}*/

.sticky li a{
    color: #fafafa;
    font-size: 14px;
    line-height: 32px;
    
}
.sharing-is-caring {
    margin-left: 10px;

}
.social-popup{
    margin: 0 auto;
}
/************************** SWEET BOX **********************/
   
.sweet-box{
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 130px !important;
    border-radius: 3px !important;
}
.sweet-box h3{
    font-weight: 300 !important; 
    font-size: 22px !important;
    padding-bottom: 20px !important;
}
.sweet-box p{
    padding-bottom: 20px !important;
}
 /* ================================== ACCORDION ================================*/

.blue-letters {
    margin-left: 30px;
    margin-right:30px;
}
.blue-letters ol {
    list-style-position: outside;
    
}
.blue-letters li {
    margin-bottom: 1em;
    color: #1a89c1;
    font-weight: 600;
}
.blue-list {

}
.blue-list ul {
    list-style-position: outside;
    
}
.blue-list li {
    margin-bottom: 1em;
    color: #1a89c1;
    font-weight: 600;
}
.blue-bullets {

}
.blue-bullets ul {
    list-style-position: outside;
    
}
.blue-bullets li {
    margin-bottom: 1em;
    color: #1a89c1;
    font-weight: 600;
}
.accordion {
    background-color: #f0f4f6;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    margin-top: 2px;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-size:18px;
    color: #264656;

    transition: all 0.2s ease-out;
}

.accordian-active, .accordion:hover {
    background-color:#fafafa;
}

.accordion:after {
    content: '\002B';
    font-weight: 300;
    float: right;
    margin-left: 5px;
    font-size: 20px;
    line-height:18px;
    color: #c4d6de;
}

.accordion-active:after {
    content: "\2212";
    color: #00bcc1;
}

.panel {
    padding: 0 18px;
    background-color: rgba(250,250,250,0.9);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border-radius: 3px;
    padding-right: 30px;
}

.panel p{
    font-weight: 300;
    margin: 15px;
    margin-bottom: 20px;
}
.available {
    padding: 0px;
    background-color: rgba(250,250,250,0.9);
    display:none;
    overflow: hidden;
    border-radius: 3px;
    padding-right: 30px;
}

.available p{
    font-weight: 300;
    margin: 15px;
    margin-bottom: 20px;
}

  p.indenter{
    margin-left: 50px;
    margin-bottom: 20px;
}
 p.indenter-ender{
    margin-left: 50px;
    margin-bottom: 40px;
}
 p.ender{
    margin-bottom: 40px;
}
.legal-consent-container{
 font-size: 14px;
}
.legal-consent-container p{
    margin-bottom:5px;
}
.slick-rick{
    border-top: 3px solid #1a89c1;
    padding:15px;
    
}
/* link boxes */
.link-box{
    background-color: #1a89c1; 
    height: 300px; 
    line-height: 300px; 
    text-align: center; 
    border-radius: 5px; 
    padding: 20px;
    -webkit-transition:all 0.35s ease-in-out;
    -moz-transition:all 0.35s ease-in-out;
    -ms-transition:all 0.35s ease-in-out;
    -o-transition:all 0.35s ease-in-out;
    transition:all 0.35s ease-in-out;
    background-size: 70%; 
    background-repeat: no-repeat !important; 
    background-position: center center !important;
}
.link-box img{
    opacity:0.2 !important;
}
.link-box:hover{
    cursor:pointer;
    background-color: #00bcc1;
 
}
.link-box p{
    color: white; 
    font-size: 30px; 
    font-weight: 300; 
    display: inline-block; 
    vertical-align: middle; 
    line-height: normal;
}

/* pricing table */

table { 
    width: 100%;
	border-collapse: collapse; 
	/*margin:50px auto;*/
	margin:0 auto;
	padding:30px;
	}

th { 
	background: #1a89c1; 
	color: white; 
	font-weight: bold;
	}

td, th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	font-size: 18px;
	text-align: center;
	}

.labels tr td {
	background-color: #f0f4f6;
}

.label tr td label {
	display: block;
}


[data-toggle="toggle"] {
	display: none;
}
.hefty-lefty{
    text-align: left;
}
.more-info{
    background-color:#fafafa;
    text-align:left;
    /*font-style: italic;*/
    font-size: 16px;
    color:#3e6f7f;
    vertical-align: top;
    font-weight: 300;
}
.prices_table label:after {
    content: '\003f';
    font-weight: 600;
    float: right;
    margin-left: 5px;
    font-size: 14px;
    line-height: 14px;
    color: white;
    /*border:1.5px solid white;*/
    background-color:#1a89c1;
    border-radius:50%;
    padding:2px 5px;
    cursor:pointer;
    
}
.package-name{
    background-color: #fafafa; 
    padding-top: 20px; 
    padding-bottom: 20px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    border-top:15px solid #1374aa;
    
}
.package-name h2{
    color:#1374aa;
    margin-left:15px;
    margin-right:15px;
    text-align:center;
    font-size:36px;
}

.package-price{
    background-color: #1a89c1; 
    color:#f0f4f6;
    text-align: center; 
    font-size: 24px; 
    font-weight: 300 !important;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    padding: 25px 10px;
    
}
#industry{
    background: url(//cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Images/cyber-security.png) center center no-repeat;
   
}
#industry a:hover{
    text-decoration: underline;
   
}
#custom-competencies{
    background: url(//cdn2.hubspot.net/hubfs/188537/HRSG-April2017/Images/custom-competencies.png) center center no-repeat;
   
}