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

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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,600,700');
/*@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css');*/
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

@import url('https://2185669.fs1.hubspotusercontent-na1.net/hubfs/2185669/CTM_Sept2017/Font/glyphicons.css');


@font-face {
  font-family:'Glyphicons Halflings';
  src: url('https://2185669.fs1.hubspotusercontent-na1.net/hubfs/2185669/CTM_Sept2017/Font/glyphicons-halflings-regular.woff') format('woff'),
  url("https://2185669.fs1.hubspotusercontent-na1.net/hubfs/2185669/CTM_Sept2017/Font/glyphicons-halflings-regular.ttf") format('truetype'),
  url("https://2185669.fs1.hubspotusercontent-na1.net/hubfs/2185669/CTM_Sept2017/Font/glyphicons-halflings-regular.eot");
  font-weight: normal;
  font-style: normal;
}




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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
}

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
    color: #333;
    font-family: 'Open Sans', Arial, Verdana, Geneva, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.42857143;
    background-color: #fff;
}

/* Page Center */
.container,
.container-fluid .row-fluid .page-center {
  float: none;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

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


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

/* Basic text */
p {
    font-size: 17px;
    font-weight: 300;
    line-height: 27px;
    margin-bottom: 30px;
    margin-top:0;
}
small {}
strong {
    font-weight: 700;
}
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 {
    font-family: 'Open Sans', Arial, Verdana, Geneva, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

.body-container h1 {
    font-size: 36px;
    line-height:1.1;
}
.body-container h2 {
    color: #333;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
    margin:0 0 15px;
    padding: 15px 0;
    position: relative;
    text-transform: uppercase;
}

.body-container h3:not(.form-title) {
    font-size: 28px;
    padding: 8px 0;
    font-weight: 300;
    line-height: 1.2;
    margin:0 0 15px;
    position: relative;
    text-transform: uppercase;
    color:#333;
}
.body-container h4:not([class]) {
    font-size: 18px;
    padding: 5px 0;
    font-weight: 300;
    line-height: 1.2;
    margin:0 0 15px;
    position: relative;
    text-transform: uppercase;
    color:#333;
}
h5 {
    font-size: 16px;
    color:#333;
}
h6 {
    font-size: 15px;
    color:#333;
}

.body-container h2:before,
.body-container h3:not(.form-title):before,
.body-container h4:not([class]):before{
    background: #f5b830;
    bottom: 0;
    content: '';
    display: block;
    left: -30px;
    position: absolute;
    top: 0;
    width: 5px;
}

.body-container h4:not([class]):before {
background: #e3e3e3;
}

.body-container h2:not([class]) strong,
.body-container h3:not([class]) strong,
.body-container h4:not([class]) strong{
    font-weight: 600;
}

/* Anchor Links */
a { color: #44b284;
text-decoration: none;}
a:hover, a:focus { 
    color: #666;
    text-decoration: underline;
}
.wpi-text-links {
 color: #666;
}
.wpi-text-links:hover. .wpi-text-links:focus; {
    color: #777;
}
/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

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

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


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

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

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

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


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


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

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

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

/* =============== Error Page =============== */

.error-template #hs-search-module label {
    display: block;
    font-weight: 600;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.error-template #hs-search-module .hs-button.primary {
    margin-bottom: 0;
}

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

.header-container-wrapper {}
.header-container {}

.glyphicon { 
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1; 
    - webkit-font-smoothing: antialiased; 
}


body .header-container-wrapper .container-fluid .row-fluid .hs-header-wrapper .page-center {
    max-width: 100%;
}


#header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 15px;
    position: absolute;
    background-color: #000;
    top: 0;
     -moz-transition: top 200ms;
    -webkit-transition: top 200ms;
    transition: top 200ms;
    width: 100%;
    z-index: 2;
}
.headerSection{
   background-color: #131538;
}

body .header-container-wrapper  .row-fluid [class*="span"] {
    min-height: 0px;
}
#header .hs-header-logo img{
    float: left;
    height: 40px;
    margin: 30px 0;
    position: relative;
    width: auto;
    z-index: 1;
}
#hero, #page-title {
    background-size: cover;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-color: #111;
    background-position: center;
}

#page-title {
    margin-bottom: -60px;
    padding: 180px 0 100px;
    position: relative;
}

#hero h1, #page-title h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 30px;
    text-transform: uppercase;
}
#page-title h1 {
    margin: 0;
}

#hero p {
    color: #fff;
}

#hero p:last-of-type {
    margin: 0;
}

#hero:after, #page-title:after {
    background: url(https://2185669.fs1.hubspotusercontent-na1.net/hubfs/2185669/CTM_Sept2017/images/banner-overlay.png) no-repeat center;
    background-size: cover;
    bottom: 0;
    content: '';
    display: block;
    height: 100px;
    position: absolute;
    width: 100%;
}

#hero:after {
    background-size: 100% 100%;
}

#hero:before { 
    content: '';  
    background: url(https://2185669.fs1.hubspotusercontent-na1.net/hubfs/2185669/Banner_Images_Final/the-drum-awards-white.png) no-repeat center;
    background-size: contain!important;
    bottom: 60px;
    left: 60px;
    display: block;
    width: 520px;
    height: 120px;
    position: absolute;
}

@media (max-width: 991px) {
  #hero:before { 
    display: none;
  }
}


@media (max-width: 1200px) {
    #hero:after {
        background-size: cover;
    }
}

#hero .scroll-arrow {
    cursor: pointer;
    transition: transform 250ms ease;
}

#hero .scroll-arrow:hover {
    transform: translate(0, 10px);
}

#header div#search {
    float: right;
    width:auto;
    margin-left:0;
}

#header #search-btn {
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 4px;
    color: #fff;
    float: right;
    height: 50px;
    line-height: 50px;
    margin: 25px 0;
    padding: 17px;
    text-align: center;
    width: 50px;
    cursor:pointer;
}
#header #search-btn .icon-bar {
    border-radius: 10px;
    -moz-transition: all 250ms;
    -webkit-transition: all 250ms;
    transition: all 250ms;
}
#header #search-btn .icon-bar:nth-of-type(1) {
    width: 10px;
    display: block;
    height: 10px;
    border: 2px solid;
}
#header #search-btn .icon-bar:nth-of-type(2) {
    width: 2px;
    display: block;
    height: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: -3px 0 0 9px;
}

#header #search-btn.clicked .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
}
#header #search-btn.clicked .icon-bar:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 13px 20px;
    transform-origin: 13px 20px;
}
#header #search-btn.clicked .icon-bar {
    background: #fff;
    border: 0;
    height: 2px;
    width: 20px;
}
.hidden {
    display: none!important;
}

#header #search-block {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 4px;
    bottom: -50px;
    height: 50px;
    padding: 0 0 0 8px;
    position: absolute;
    right: 30px;
    width: 280px;
}
#header #search-block:before {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(255, 255, 255, 0.95);
    content: '';
    display: block;
    float: right;
    height: 0;
    margin: -10px 15px 0 0;
    width: 0;
}
#header #search-block input[type="text"] {
    background: none;
    border: 0;
    font-size: 14px;
    line-height: 50px;
    outline: none;
    max-width: 220px;
    width:100%;
    color: #333;
    font-weight: 300;
    font-family: 'Open Sans', Arial, Verdana, Geneva, sans-serif;
}

#header #search-block a.hs-button.primary {
    background: none;
    border: 0;
    float: right;
    height: 50px;
    outline: none;
    width: 50px;
    color: #333;
    line-height: 50px;
    text-align: center;
    cursor:pointer;
}

#header #search-block a.hs-button.primary:after {
    content: "\e003";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#header .widget-type-menu.custom-menu-primary {
    float: right;
}

/* =============== Hero Video =============== */

@media (max-width:768px) {
  
  #hero {
    max-height: 600px;
  }
  
    #video-iframe {
        display: none!important;
    }
    
    .header-container-wrapper #hero {
        background-color: #2c2c2c;
        background-image: url(https://2185669.fs1.hubspotusercontent-na1.net/hubfs/2185669/CTM_Sept2017/images/banner-bg2.jpg)!important;
        background-position: center!important;
        background-repeat: no-repeat;
        background-size: cover;
    }
  
  #hero .container {
      opacity: 1!important;
  }
}

@media (min-width : 420px) and (max-width : 736px) {
    .header-container-wrapper #hero {
        background-image: url(https://2185669.fs1.hubspotusercontent-na1.net/hubfs/2185669/CTM_Sept2017/images/banner-bg3.jpg)!important;
    }
}

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

.body-container-wrapper {
    border-bottom: 1px solid #e3e3e3;
    padding: 80px 0;
    position: relative;
}
.body-container {}

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


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

.footer-container-wrapper {}
.footer-container {}
#footer {
    background: #161616;
    border: 0;
    color: #fff;
    font-size: 15px;
    padding: 80px 0;
}
#footer ul {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    width: 100%;
}
#footer ul li a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
}
#footer ul li a:after {
    content: "\e080";
    display: block;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: 15px;
    top: 10px;
}
#footer ul li a:hover {
    color: #f5b830;
}
#footer a {
    color: #fff;
    text-decoration: none;
}
#footer p {
    font-size: 15px;
    line-height: 25px;
}
#footer p span {
    color: #f5b830;
}
#footer p.footer-heading-sm {
  color: #f5b830;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
#footer .column1 p.footer-heading-lg {
  color: #fff;
  font-size: 17px;
  padding: 0 0 0 20px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 15px;
  position: relative;
  text-transform: uppercase;
}
#footer .column1 p.footer-heading-lg strong {
    font-weight: 600;
}
#footer .column1 p.footer-heading-lg:before {
  background: #f5b830;
  bottom: 0;
  content: '';
  display: block;
  left: -30px;
  position: absolute;
  top: 0;
  width: 5px;
  left: 0;
}
#copyright {
    background: #161616;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    color: #fff;
    padding: 15px 0;
}
#copyright ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#copyright li {
    float: left;
    padding-right: 20px;
}
#copyright a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}
#social {
    background: url(https://2185669.fs1.hubspotusercontent-na1.net/hubfs/2185669/CTM_Sept2017/images/section-social-bg.jpg) no-repeat center #e3e3e3;
    background-size: cover;
    border: 0;
    padding: 80px 0;
    position: relative;
}
#social a img {
    margin: 0 2px;
    transition: opacity 250ms ease;
}
#social a:hover img {
    opacity: 0.6;
}
div#social .cell-wrapper {
    max-width: 51.4%;
    margin: 0 auto;
    padding: 0 15px;
}
div#social .cell-wrapper h3 {
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 15px;
    position: relative;
    text-transform: uppercase;
    color: #333;
    font-size: 28px;
    padding: 8px 0;
}
div#social .cell-wrapper h3 strong{
    font-weight:600;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    float: right;
    padding-right: 15px;
    padding-left: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    padding: 35px 8px;
    text-decoration: none;
    text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    color: #fff;
    content: "\e114";
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    padding-left: 10px;
    text-align: center;
    z-index: 1;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:hover{
    background: rgba(22, 22, 22, 0.95);
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
   background: rgba(22, 22, 22, 0.95);
   padding: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    min-width: 260px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
    color: #fff;
    line-height: 30px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    padding: 10px;
    position: relative;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:after {
    content: "\e080";
    display: block;
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 8px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #f5b830;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active.active-branch > a {
    color: #f5b830;
}

/* Override max width on menu links */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: block;
}
.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:992px) {
    body:not(.hs-single-post) .custom-menu-primary .hs-menu-wrapper,
    body:not(.hs-single-post) .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
}


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

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

@media (max-width: 991px){

  /* 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 Child Toggle Buttons ===== */

 
  .child-trigger:after{
    color: #fff;
    content: "\2b";
    display: block;
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    z-index: 1;
  }
  .child-trigger.child-open:after{
      content: "\2212";
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 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: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 14px;
    margin: 0 60px;
    padding: 15px 0;
    text-align: center;
    overflow: visible;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    display: block;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover{
      background: #000;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color:rgba(22, 22, 22, 0.95);
    padding:0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    border-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    min-width:initial;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 12px;
    font-weight: 300;
    margin: 0;
    padding: 10px;
    position: relative;
    text-decoration:none;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 30px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:after{
      right:25px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li:hover{
      background:#000;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
      color: #f5b830;
  }
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  }

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-last-child(2) ul.hs-menu-children-wrapper {
    left: auto;
    right: 0;
}

/* Service Card Block */

.service-wrapper {
    background-position: center;
    background-color: #e3e3e3;
    background-size: cover;
    background-image: url(https://2185669.fs1.hubspotusercontent-na1.net/hubfs/2185669/CTM_Sept2017/images/section-clients-bg.jpg?t=1516791807936);
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    margin: 30px 0 -100px;
    padding: 60px 0;
}

.service-wrapper .hs_card p {
    height: 115px;
}

@media (max-width: 1199px) {
    .service-wrapper {
        padding: 40px 0;
        margin: 30px 0 -80px;
    }
}

@media (max-width: 991px) {
    .service-wrapper {
        margin: 30px 0 -60px;
    }
    
    .service-wrapper .hs_card p {
        height: auto;
    }
}

@media (max-width: 575px) {
    .service-wrapper {
        margin: 30px 0 -30px;
    }
}

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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.blog .blog-sidebar {}

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


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

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

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

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

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

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


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


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

.body-container .widget-type-form,
.landing-page.one-column .body-container .hs_cos_wrapper_type_form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription{
    width: 100%;
    max-width: 500px;
    background: #161616;
    border-radius: 4px;
    color: #fff;
    padding: 30px;
}

.body-container .form-arrow .widget-type-form {
  max-width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.body-container .form-arrow .widget-type-form:before {
  content: url(https://2185669.fs1.hubspotusercontent-na1.net/hubfs/2185669/cro-event-form-arrow-resize.png);
  position: absolute;
  top: 25px;
  right: 40px;
}

@media (max-width: 1199px) {
  .body-container .form-arrow .widget-type-form:before {
    top: 55px;
  }
  .body-container .form-arrow .widget-type-form .form-title {
    line-height: 25px;
    width: 75%;
  }
}
@media (max-width: 767px) {
  .body-container .form-arrow .widget-type-form { 
    margin-top: 0px;
  }
  .body-container .form-arrow .widget-type-form .form-title {
    width: 220px;
  }
}
@media (max-width: 375px) {
  .body-container .form-arrow .widget-type-form .form-title {
    width: 180px;
  }
  .body-container .form-arrow .widget-type-form:before {
    top: 80px;
  }
}

.sidebar-form .form-title {
    color: #feb616;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.body-container .field.hs-form-field {
    display: block;
    margin: 0 0 15px;
}
.body-container .field.hs-form-field>label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
}

.inputs-list {
    margin: 0;
}

.hs-form-checkbox span {
    font-size: 14px;
}

.hs_submit input[type=submit] {
    margin: 0!important;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 18px;
    line-height: 25px;
    border: 0;
    border-radius: 4px;
    color: #666;
    padding: 8px;
    font-weight: 300;
    display: block;
    width: 100%;
    max-width: 500px;
}

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {
    font-size: 14px !important;
}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {
    font-size: 14px;
}
#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;
}

.widget-type-blog_subscribe input[name=confirm_opt_in], 
.widget-type-blog_subscribe input[name=confirm_opt_in] + span {
   position: absolute;
   bottom: -42px;
}

.widget-type-blog_subscribe input[name=confirm_opt_in] + span {
    left: 23px;
}



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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    background: #f5b830;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    line-height: 44px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -moz-transition: background-color 250ms ease;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid transparent;
    margin: 15px 0 20px;
    outline: none;
}

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

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


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

.hs_cos_wrapper_type_form .hs-button.primary.large { width: 100%; color:#333;}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


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

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


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

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


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

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


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


.body-container form#email-prefs-form h3:not(.form-title) {
   color: #fff;
}
.body-container form#email-prefs-form h3:not(.form-title):before {
   display: none;
}
.hs_blog_top_form ul.hs-error-msgs.inputs-list {
    position: absolute;
    left: 0;
    top: 100%;
    z-index:1;
}

.hs_cos_wrapper_type_post_listing {
    clear: both;
}

.hs-error-msgs.inputs-list {
    position: absolute;
    top: 77px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    position: static;
    transform: none !important;
}
ul.hs-error-msgs.inputs-list li {
    background: none;
    padding: 0;
    margin: 7px 0 0;
    position: relative;
}
ul.hs-error-msgs.inputs-list label {
    background: #fbfbfb url(https://2185669.fs1.hubspotusercontent-na1.net/hubfs/2185669/Click_Through_Sept2017/images/error_info.png) no-repeat scroll left 10px center;
    box-shadow: 0 2px 1px #666666, #666 0 0 3px;
    color: #333;
    display: inline-block;
    font-family: arial;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 10px 10px 40px;
    border-radius: 2px;
}
ul.hs-error-msgs.inputs-list label::before {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) white;
    border-style: solid;
    border-width: 7px;
    content: "";
    height: 4px;
    left: 10px;
    position: absolute;
    top: -13px;
    width: 6px;
    z-index: 9;
}
ul.hs-error-msgs.inputs-list label::after {
    border-color: rgba(0, 0, 0, 0) transparent #666 transparent;
    border-style: solid;
    border-width: 7px;
    content: "";
    height: 4px;
    left: 10px;
    position: absolute;
    top: -14px;
    width: 6px;
}
#site-wrapper{
    overflow-x:hidden;
}

/* Event Card Block */
.event-block .hs_card {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.05);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.05);
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow 250ms ease;
    transition: -webkit-box-shadow 250ms ease;
    transition: box-shadow 250ms ease;
    transition: box-shadow 250ms ease,-webkit-box-shadow 250ms ease;
    height: 100%;
    margin-bottom: 30px;
}

.event-block .hs_card img {
    height: auto;
    max-width: none;
    width: 100%;
}

.event-block .hs_card a {
    text-decoration: none;
}

.event-block .hs_card article {
    padding: 30px;
}

.event-block .hs_card h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 0 !important;
    line-height: 20px;
}

.event-block .hs_card h3:before {
    display: none;
}

.event-block .hs_card h3:after {
    background: #f5b830;
    content: '';
    display: block;
    height: 5px;
    margin: 15px 0;
    width: 60px;
}

.event-block .hs_card article p {
    color: #333;
}

/******** Meet our team ********/
.col-md-3,
.col-md-4,
.col-md-8,
.col-md-9,
.col-sm-3,
.col-sm-4,
.col-sm-8,
.col-sm-9,
.col-xs-6 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.text-center {
    text-align: center;
}

.hs-download-guide .row,
.four-column-image .row,
.hs-team-member .row {
    margin-left: -15px;
    margin-right: -15px;
}

.hs-team-member {
    float: left;
    width: 100%;
}

.team-member {
    margin-bottom: 30px;
}

.team-member img {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 200px;
    height: auto;
    margin-bottom: 15px;
    padding: 5px;
    width: 100%;
}
.team-member h4 {
    text-transform: uppercase;
    margin:0;
    font-size: 18px;
    padding:0 !important;
}


body .team-member h4 strong{
    font-weight:700;
}

.team-member h4 span {
    display: block;
    height: 30px;
    font-size: 14px;
    margin-top: 5px;
    text-transform: none;
    line-height: 1.3;
}

}

.hs-home .team-member h4 span {
    text-transform: initial;
}

#skill {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
}

#skill li {
  background: #e3e3e3;
  height: 10px;
  margin: 30px 0 50px;
  position: relative;
  width: 100%;
}

#skill li .expand {
  background: #f5b830;
  height: 10px;
  position: absolute;
  left: 0;
}

#skill li .expand.html5 {
  width: 100%;
  -moz-animation: html5 2s ease-out;
  -webkit-animation: html5 2s ease-out;
}

#skill li .expand.css3 {
  width: 42%;
  -moz-animation: css3 2s ease-out;
  -webkit-animation: css3 2s ease-out;
}

#skill li .expand.jquery {
  width: 65%;
  -moz-animation: jquery 2s ease-out;
  -webkit-animation: jquery 2s ease-out;
}

#skill li .expand.photoshop {
  width: 38%;
  -moz-animation: photoshop 2s ease-out;
  -webkit-animation: photoshop 2s ease-out;
}

/*------ Our Culture Page Start ------*/

#skill li .expand.develop {
  width: 100%;
  -moz-animation: develop 2s ease-out;
  -webkit-animation: develop 2s ease-out;
}

#skill li .expand.proud {
  width: 100%;
  -moz-animation: proud 2s ease-out;
  -webkit-animation: proud 2s ease-out;
}

#skill li .expand.balance {
  width: 90%;
  -moz-animation: balance 2s ease-out;
  -webkit-animation: balance 2s ease-out;
}

#skill li .expand.benefits {
  width: 90%;
  -moz-animation: benefits 2s ease-out;
  -webkit-animation: benefits 2s ease-out;
}

/*------ Our Culture Page End ------*/


#skill li .expand.value1 {
  width: 35%;
  -moz-animation: val1 2s ease-out;
  -webkit-animation: val1 2s ease-out;
}

#skill li .expand.value2 {
  width: 100%;
  -moz-animation: val2 2s ease-out;
  -webkit-animation: val2 2s ease-out;
}

#skill li .expand.value3 {
  width: 100%;
  -moz-animation: val3 2s ease-out;
  -webkit-animation: val3 2s ease-out;
}

#skill li .expand.value4 {
  width: 17.5%;
  -moz-animation: val4 2s ease-out;
  -webkit-animation: val4 2s ease-out;
}





#skill li .expand:after {
  background: #f5b830;
  content: '';
  display: block;
  float: right;
  height: 16px;
  margin-top: -4px;
  width: 5px;
}

#skill li:nth-of-type(odd) .expand {
  background: #161616;
}

#skill li:nth-of-type(odd) .expand:after {
  background: #161616;
}

#skill li strong {
  font-size: 15px;
  position: relative;
  text-transform: uppercase;
  top: -30px;
}

#skill li small {
  font-size: 15px;
  font-weight: 600;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: -30px;
}



.skillbar {
    background: #e3e3e3;
    height: 10px;
    margin: 30px 0 50px;
    position: relative;
    width: 100%;
}

.skillbar span.skills {
    background: #f5b830;
    height: 10px;
    position: absolute;
    left: 0;
    overflow: visible !important;
    -moz-animation: skillbar 2s ease-out;
    -webkit-animation: skillbar 2s ease-out;
}



.skillbar strong {
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
    top: -30px;
}

.skillbar small {
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: -30px;
}

.skillbar span.skills:after {
    background: #f5b830;
    content: '';
    display: block;
    float: right;
    height: 16px;
    margin-top: -4px;
    width: 5px;
}

.hs_cos_wrapper_type_custom_widget:nth-child(odd) .skillbar span.skills {
    background: #161616;
}

.hs_cos_wrapper_type_custom_widget:nth-child(odd) .skillbar span.skills:after {
    background: #161616;
}





/************* Home ************/

#hero .btn,
.body-container .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#hero .btn,
.body-container .btn {
    background: #f5b830;
    border-radius: 30px!important;
    color: #fff;
    display: block!important;
    line-height: 44px!important;
    max-width: 260px;
    padding: 0!important;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
}

#hero .btn:hover,
#hero .btn:focus,
.body-container .btn.focus, 
.body-container .btn:focus, 
.body-container .btn:hover {
    background: #333!important;
    color: #fff;
    text-decoration: none;
}

#hero .btn:after,
.body-container .btn:after {
    content: "\e080";
    display: block;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: 15px;
    top: 0;
}

#hero {
    background-size: cover;
    height: 100vh;
    min-height: 320px;
    background-position:center top;
}

#hero .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
#hero .container > div {
    margin: auto;
}

#hero .btn {
    margin: 0 auto;
}

body.hs-home .body-container-wrapper {
    padding: 0;
}
.hs-home-section1 .hs_cos_wrapper_type_rich_text:first-of-type{
    width: 68.466667%;
    padding: 0;
    padding-bottom: 30px;
}

.hs-home-section2 {
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e3e3e3;
    background-size: cover;
}


.hs-home-section3 .hs_cos_wrapper_type_rich_text:first-of-type,
.hs-home-section4 .hs_cos_wrapper_type_rich_text:first-of-type,
.hs-home-section5 .hs_cos_wrapper_type_rich_text:first-of-type{
    width: 51.4%;
    padding: 0;
    padding-bottom: 30px;
}
.hs-home-section4 {
    background-size: cover;
    background-color: #e3e3e3;
    background-repeat: no-repeat;
    background-position: center;
}
.hs-home-section3 a.btn,
.hs-home-section4 a.btn {
    clear: left;
    margin: 0 auto;
}


.hs_3col_image_sept2017 {}

.hs-home .hs_3col_image_inner {
    display: flex;
    flex-wrap: wrap;
}

.hs_3col_image_inner {
    margin: 0 -15px;
}

.hs_3col_image_sept2017 .span4 {
    width: 33.33333333%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    margin: 0 0 30px;
}
.hs_3col_image_sept2017 .hs_card {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow 250ms ease;
    transition: -webkit-box-shadow 250ms ease;
    transition: box-shadow 250ms ease;
    transition: box-shadow 250ms ease, -webkit-box-shadow 250ms ease;
    height: 100%;
}
.hs_3col_image_sept2017 .hs_card:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.hs_3col_image_sept2017 .hs_card a {
    text-decoration: none;
}
.hs_3col_image_sept2017 .hs_card .img {
    background: #e3e3e3;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.hs_3col_image_sept2017 .hs_card .img img {
    -webkit-transition: -webkit-transform 3s linear;
    transition: -webkit-transform 3s linear;
    transition: transform 3s linear;
    transition: transform 3s linear, -webkit-transform 3s linear;
        width: 100%;
}
.hs_3col_image_sept2017 .hs_card:hover .img img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.hs_3col_image_sept2017 .hs_card article {
    padding: 30px;
}
.hs_3col_image_sept2017 .hs_card h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 0 !important;
    line-height: 20px;
}
.hs_3col_image_sept2017 .hs_card h3:before {
    display: none;
}
.hs_3col_image_sept2017 .hs_card h3:after {
    background: #f5b830;
    content: '';
    display: block;
    height: 5px;
    margin: 15px 0;
    width: 60px;
}
.hs_3col_image_sept2017 .hs_card p {
    font-size: 16px;
    line-height: 26px;
    color:#333;
}
.hs_3col_image_sept2017 .hs_card .btn {
    background: #f5b830;
    border-radius: 30px;
    color: #fff;
    display: block;
    line-height: 44px;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background-color 250ms ease;
    transition: background-color 250ms ease;
    outline: none;
    max-width:100%;
}

.hs_3col_image_sept2017 .hs_card .btn:after {
    content: "\e080";
    display: block;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: 15px;
    top: 0;
}
.hs_3col_image_sept2017 .hs_card:hover .btn {
    background-color: #333;
}

.hs-download-guide{
    float:left;
    width:100%;
}

.hs_3col_image_sept2017 .card-ebook .hs_card:hover .img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.hs_3col_image_sept2017 .card-ebook article {
    padding: 0 30px 30px;
}

.card {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow 250ms ease;
    transition: -webkit-box-shadow 250ms ease;
    transition: box-shadow 250ms ease;
    transition: box-shadow 250ms ease, -webkit-box-shadow 250ms ease;
}
.card:hover {
    -webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.card a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.card.card-ebook img {
    display: block;
    margin: auto;
    padding: 30px 40px 0;
}
.card article {
    padding: 30px;
}

.card .btn {
    color: #fff;
    max-width: 100%;
}

.hs_3col_image_sept2017 .hs_card .btn.btn-green {
    background-color: #43ac3b;
}

.card-ebook:hover .btn-green,
.hs-card:hover .btn-green,
.card:hover .btn-green {
    background-color: #333!important;
    color:#fff;
}

.btn-green:hover {
    background: #333!important;
    color: #fff;
}

.section {
    border-bottom: 1px solid #e3e3e3;
    padding:80px 0;
}

.three-column-img {
    clear: both;
}
.three-column-img .row{
    margin-left:-15px;
    margin-right:-15px;
}
.three-column-img .col-xs-4 {
    width: 33.33333333%;
    float:left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.three-column-img img {
    margin: 15px 0;
}
.four-column-image {
    text-align: center;
}

/*================ eBooks ==================*/

.ebook-item {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.ebook-item .row {
    display: flex;
}

.ebook-content {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
}

.ebook-item h3 {
    padding-left: 30px!important;
}
.ebook-item h3::before {
    left: 0!important;
}

.ebook-item p:last-of-type {
    margin-bottom: 0;
}

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


.hs-single-post .body-container-wrapper .container-fluid .row-fluid .page-center {
    max-width: 100% !important;
    padding:0;
}

.hs-single-post #header {
    position: fixed;
    width: 50% !important;
  
}

.post-image {
    padding: 0;
    position: relative;
}

/* HERO IMAGE */
.post-image .fixed-image {
    position: relative;              /* was fixed */
    width: 100%;
    min-height: 70vh;              
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #161616;
    padding-top: 20px;              
}

/* CONTENT WRAPPER */
.post-image .fixed-image-row {
    width: 100%;
    position: relative;
    z-index: 2;
}


.post-image .entry-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.post-image .entry-header h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 34px;
    margin: 0 auto 50px;
    text-align: center;
    text-transform: uppercase;
}
.col-xs-12 {
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.post-image .row {
    margin-right: -15px;
    margin-left: -15px;
}
.post-image .entry-header .post-meta {
    color: #fff;
    float: left;
    font-size: 14px;
    margin-bottom: 80px;
    width: 100%;
    text-transform: capitalize;
}

.post-image .entry-header .post-meta .fa {
    margin-right: 5px;
}
.post-image .entry-header .post-share img {
    height: 40px;
    margin: 0 2px;
    width: 40px;
}
.post-image .post-nav {
    bottom: 30px;
    position: absolute;
}
.text-center .btn {
    margin: auto;
}

.post-image .post-nav a {
    display: block;
    font-size: 14px;
    line-height: 44px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration:none;
}
.post-image .post-nav a:hover{
    text-decoration:underline;
}
.post-image .post-nav .btn {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 12px;
    color:#fff;
    text-decoration:none !important;
    border-radius: 30px;
}
.post-image .post-nav .btn.btn-prev:before {
    content: "\e079";
    display: block;
    font-family: 'Glyphicons Halflings';
    left: 45px;
    position: absolute;
    top: 0;
}
.post-image .post-nav a {
    display: block;
    font-size: 14px;
    line-height: 44px;
    text-transform: uppercase;
    color: #f5b830;
}

.post-image .post-nav a:hover {
    color: #666;
}

.post-image .post-nav  .btn.btn-nxt:after {
    content: "\e080";
    display: block;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: 15px;
    top: 0;
}

.post-image .post-nav .btn:hover {
    background: #fff;
}
.post-image .post-nav .col-xs-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.post-image .post-nav .btn:hover {
    color: #333;
}

.post-image .post-nav .btn.btn-prev:after {
    display: none;
}


body.blog.hs-single-post .body-container-wrapper {
    padding: 0;
}


.blog.hs-single-post .blog-content .inner-wrapper {
    padding: 60px;
}

.hs-single-post #copyright,
.hs-single-post div#social {
    display: none !important;
}
.hs-single-post .footer-container-wrapper {
    width: 50% !IMPORTANT;
    float: right;
}
.blog.hs-single-post #footer .hs-column.column1 {
    display: none !important;
}
.blog.hs-single-post div#mobile-tabs{
    display:block !important;
}
.blog.hs-single-post #footer{
    padding:0 0 30px;
}

#comments-listing.no-comments {
    border: none;
    margin: 0;
}

.widget-type-blog_subscribe.hs_blog_top_form {
    width: 100% !important;
    max-width: 100% !important;
}
.widget-type-blog_subscribe.hs_blog_top_form h3.form-title {
   color: #f5b830;
   font-size: 18px;
   margin-bottom: 0;
   text-transform: uppercase;
   margin: 0;
}

.widget-type-blog_subscribe.hs_blog_top_form p {
    font-size: 12px;
    line-height: 20px;
    margin: 15px 0;
}

.widget-type-blog_subscribe.hs_blog_top_form .hs-form-field>label {
   font-size: 14px;
   font-weight: 300;
   text-transform: none;
   margin: 0 0 18px;
}
.widget-type-blog_subscribe.hs_blog_top_form .hs-form-field>label span.hs-form-required {
   display: none;
}
.widget-type-blog_subscribe.hs_blog_top_form form {
   position: relative;
}
.widget-type-blog_subscribe.hs_blog_top_form .hs-form-field>.input input[type="email"] {
   line-height: 28px;
   font-size: 14px !important;
   max-width:100%;
   outline:none;
   padding-right:110px;
}
.widget-type-blog_subscribe.hs_blog_top_form .hs_submit input.hs-button.primary.large {
   position: absolute;
   bottom: 0px !important;
   right: 0;
   border-radius: 0 4px 4px 0;
   background-color: #43ac3b;
   line-height: 42px;
   min-width: 1px;
   font-family: 'Open Sans', Arial, Verdana, Geneva, sans-serif;
   padding: 0 22px;
   margin-top: 0px;
   margin-bottom: 0px;
}

.widget-type-blog_subscribe.hs_blog_top_form .hs_submit input.hs-button.primary.large {
    border-radius: 4px;
    position: static;
}

.widget-type-blog_subscribe.hs_blog_top_form .hs-form-field {
    margin-bottom: 0;
    font-size: 14px;
}
.blog.hs-single-post .section.post-footer {
    padding: 0;
    border: none;
}
.col-md-10{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.related-articles {
    border-top: 1px solid #e3e3e3;
    margin-top: 60px;
    padding-top: 60px;
}
.related-articles .owl-carousel {
    padding-bottom: 72px;
    position: relative;
}
.related-articles .owl-carousel .owl-dots {
    bottom: 30px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.related-articles .owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.related-articles .owl-carousel .owl-dots .owl-dot span {
    background: #e3e3e3;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 0 3px;
    width: 12px;
}
.related-articles .owl-carousel .owl-dots .owl-dot.active span {
    background: #161616;
}
.related-articles h4.title {
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 0 0 20px;
    margin-top: 0;
}
.related-articles h4.title strong {
    font-weight: 600;
}
.related-articles h4.title:before {
    background: #f5b830;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}
.related-articles .card{
    cursor:pointer;
}
.related-articles .card:hover .btn {
    background: #333;
}
.related-articles .card .img img {
    -webkit-transition: -webkit-transform 3s linear;
    transition: -webkit-transform 3s linear;
    transition: transform 3s linear;
    transition: transform 3s linear, -webkit-transform 3s linear;
}

.related-articles .card:hover .img img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

.related-articles .card .img {
    background: #e3e3e3;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.related-articles .card article h3 {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.related-articles .card article h3:before {
    display: none;
}

.related-articles .card article h3:after {
    background: #f5b830;
    content: '';
    display: block;
    height: 5px;
    margin: 15px 0;
    width: 60px;
}
.related-articles .card article {
    padding: 20px;
}

.related-articles .content * {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    display: inline;
}

.related-articles .content {
    margin-bottom: 20px;
}

.hs-home div#social .cell-wrapper h3{
    padding:15px 0;
    font-size:32px;
}
.related-articles .card .btn:hover{
    color:#fff;
}
.body-container .blog-post-wrapper h2 {
    font-size: 32px;
    padding: 0 0 0 20px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    color: #333;
}
.body-container .blog-post-wrapper h3,
.body-container .blog-post-wrapper h4{
     padding: 0 0 0 20px;
}
.body-container .blog-post-wrapper h4:before,
.body-container .blog-post-wrapper h3:before,
.body-container .blog-post-wrapper h2:before {
    left: 0;
}

.post-image .fixed-image:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.65);
    width: 100%;
    height: 100%;
}

.blog-pagination {
    margin-top: 30px;
}

.post-btn,
.filter-expand-link{
    border: 1px solid #e3e3e3;
    border-radius: 200px;
    display: block;
    float: left;
    font-size: 15px;
    font-weight: 600;
    margin-right: 20px;
    padding: 10px 15px 10px 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    width: 200px;
}

.filter-expand-link {
    margin-left: 20px;
    width: auto;
}

.post-btn:after {
    display: block;
    font-family: 'Glyphicons Halflings';
    line-height: 42px;
    position: absolute;
    top: 0;
}

.post-btn-nxt:after {
    content: "\e080";
    right: 15px;
}

.post-btn-prev:after {
    content: "\e079";
    left: 15px;
}

blockquote {
    background: #f9f9f9;
    border: 1px solid #e3e3e3;
    font-style: italic;
    margin: 0 0 30px;
    padding: 30px;
}

blockquote p:last-of-type {
    margin-bottom: 0;
}

.client-list {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}

.client-list li {
    border-radius: 4px;
    float: left;
    margin-bottom: 2%;
    margin-right: 2%;
    width: 23%;
}

.client-list li a {
    display: block;
    position: relative;
}

.client-list li a::after {
    bottom: -11px;
    content: url(https://2185669.fs1.hubspotusercontent-na1.net/hubfs/2185669/client-logos/casestudy-icon.png);
    display: block;
    position: absolute;
    right: -5px;
}

.client-list li img {
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    height: auto;
    width: 100%;
}

@media (max-width: 991px) {
   .client-list li {
       margin-bottom: 3%;
        margin-right: 3%;
        width: 30.33%;
   }
}

@media (max-width: 480px) {
    .client-list li {
        margin-bottom: 2%;
        margin-right: 2%;
        width: 48%;
    }
}

/* Consent Styling */

.legal-consent-container, .legal-consent-container p {
	font-size: 14px;
  margin-bottom: 20px;
  line-height: 24px;
}

/* Headshot Images in Body Content */

.headshot-img-content {
	width: 200px;
  margin: 0 0 30px 0;
  float: left;
}

/* Testimonial Block for CRO Training Event LP */

div.testimonial-block {
  background: #f9f9f9;
  border: 1px solid #e3e3e3;
  margin: 0 0 30px;
  padding: 30px;
  text-align: center;
}
div.testimonial-block p {
  margin-bottom: 5px;
}
div.testimonial-block p b {
  font-weight: 600;
}

/* Updated Event Landing Page */

body.event-landing .body-container-wrapper {
  padding: 0;
}
body.event-landing #hero {
    height: auto;
}
body.event-landing #hero .container {
  padding-top: 200px;
  padding-bottom: 160px;
}

body.event-landing #hero h1 {
  font-size: 44px;
  text-align: left;
  position: relative;
  padding: 15px 0;
  margin: 0 0 15px;
}

body.event-landing #hero h1:before {
    background: #f5b830;
    bottom: 0;
    content: '';
    display: block;
    left: -30px;
    position: absolute;
    top: 0;
    width: 5px;
}

body.event-landing #hero h3 {
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  line-height: 1.2;
  color: #feb616;
  margin: 0 0 15px;
}

body.event-landing #hero p {
  text-align: left;
}

body.event-landing #hero .event-form {
  background: rgba(255,255,255, 0.2);
  border-radius: 4px;
  padding: 30px;
  margin-left: 15px;
}

body.event-landing #hero .event-form .input input {
  font-size: 14px;
  font-weight: 300;
  padding: 15px 15px 15px 45px;
  border-radius: 4px;
  border: 0px;
  margin-bottom: 10px;
}

body.event-landing #hero .event-form .input {
  position: relative;
  color: #333;
}

body.event-landing #hero .event-form .input:before {
  content:"\e008";
  font-family: 'Glyphicons Halflings';
  font-size: 18px;
  position: absolute;
  display: block;
  left: 15px;
  top: 11px;
}

body.event-landing #hero .event-form .hs-email .input:before {
  content:"\2709";
}
body.event-landing #hero .event-form .hs-phone .input:before {
  content:"\e182";
}
body.event-landing #hero .event-form .hs-jobtitle .input:before {
  content:"\e139";
}  

body.event-landing #hero .event-form .hs-button {
  color: #fff;
  background-color: #469830;
  font-size: 14px;
  text-transform: uppercase;
  border: 2px solid #fff;
  border-radius: 30px;
  max-width: 280px;
  padding: 15px 8px;
  font-weight: 600;
  position: relative;
  float: left;
}

body.event-landing #hero .event-form .hs-button:after {
  content: "\e080";
  display: block;
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 15px;
  top: 0;
}

body.event-landing #hero .event-form .hs-form-required {
  display: none;
}

.event-landing-section2.section .hs_cos_wrapper_type_rich_text:first-of-type, 
.event-landing-section3.section .hs_cos_wrapper_type_rich_text:first-of-type, 
.event-landing-section4.section .hs_cos_wrapper_type_rich_text:first-of-type {
  width: 50%;
  display: block;
}

.event-landing-section2.section, .event-landing-section4.section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.event-landing-section2.section {
  background-image: url(https://2185669.fs1.hubspotusercontent-na1.net/hubfs/2185669/event-landing-page/speaker-bg.jpg);
}

.event-landing-section4.section {
background-image: url(https://2185669.fs1.hubspotusercontent-na1.net/hubfs/2185669/event-landing-page/testimonials-bg.jpg);
}

.event-landing #social {
  background-color: #161616;
  background-image: none;
}

.event-landing div#social .cell-wrapper h3 {
  color: #fff;
}

.event-landing div#social .cell-wrapper p {
  color: #fff;
}

@media (max-width: 1199px) {
  body.event-landing #hero h1 {
  font-size: 36px;
  }
}

@media (max-width: 991px) {
  body.event-landing #hero h1 {
    font-size: 27px;
  }
  .event-landing-section2.section .hs_cos_wrapper_type_rich_text:first-of-type, 
  .event-landing-section3.section .hs_cos_wrapper_type_rich_text:first-of-type, 
  .event-landing-section4.section .hs_cos_wrapper_type_rich_text:first-of-type {
    width: 100%;
  } 
}

/* Webinars Page */

.hs_sce_management_page.hs_webinars_page .hs_3col_image_sept2017 .hs_card h3 {
    margin-bottom: 15px;
    padding: 8px 0!important;
    padding-left: 20px!important;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    font-size: 16px;
}
.hs_sce_management_page.hs_webinars_page .hs_3col_image_sept2017 .hs_card h3:before {
    background: #f5b830;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    width: 5px;
}
.hs_sce_management_page.hs_webinars_page .hs_3col_image_sept2017 .hs_card h3:after {
  display: none;
}
.hs_sce_management_page.hs_webinars_page .hs_3col_image_sept2017 .hs_card h3 .date {
    color: #999;
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
}
.hs_sce_management_page.hs_webinars_page .hs_3col_image_sept2017 .hs_card .btn.register {
   background: #43ac3b;
}
.hs_sce_management_page.hs_webinars_page .hs_3col_image_sept2017 .hs_card .btn.watch {
   background: #f5b830;
}

/* Webinars Page - Landing */

.webinar-page #page-title {
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 180px 0 140px;
}

.webinar-page #page-title h1 {
  text-align: center;
  margin-bottom: 20px;
}

.webinar-page #page-title p {
  color: #fff;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
}

.webinar-page .header-container-wrapper .vidyard {
  max-width: 600px;
  border: solid 1px;
  border-color: rgba(255,255,255,0.4);
  margin: auto;
}

.webinar-presenters {
  background-image: url(https://2185669.fs1.hubspotusercontent-na1.net/hubfs/2185669/event-landing-page/speaker-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.webinar-page .body-container-wrapper {
  padding: 0;
}

.hs_webinars_page .btn.btn-green, .webinar-page .btn.btn-green {
    max-width: 260px;
    margin: 0 !important;
}

@media (max-width: 1199px) {
  .webinar-page #page-title {
    min-height: 50vh;
  }
}

@media (max-width: 991px) {
 .hs_webinars_page .btn.btn-green, .webinar-page .btn.btn-green {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .webinar-page #page-title {
    padding: 120px 0;
  }
  .webinar-page #page-title p {
    font-size: 16px;
  }
}


/*Solutions - Industry Sectors CTA */

/*.body-container .industry-sectors-cta {
  background: #161616;
  border-radius: 4px;
  padding: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.body-container .industry-sectors-cta h4 {
  color: #feb616;
  font-weight: 400;
  margin-bottom: 15px;
  padding: 0!important;
}

.body-container .industry-sectors-cta h4:before {
  display: none;
}

.body-container .industry-sectors-cta p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
}
@media (max-width: 991px){
  a#cta_button_2185669_277e4b11-35b5-4e07-b95d-bce5bf34dde9 {
    width: unset;
  }
}*/
/* Styles that do not fit into any of the available sections above can go here. */


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


@media (min-width: 768px){
    .container,
    .container-fluid .row-fluid .page-center {
        max-width: 750px;
    }
    .col-sm-4 {
        width: 33.33333333%;
        float:left;
    }
    .col-sm-3 {
        width: 25%;
        float:left;
    }
    .blog.hs-single-post #footer .hs-column{
        width:100% !important;
        margin-left:0 !important;
    }
    
      /* Menu Reset */
  .blog.hs-single-post .custom-menu-primary,
  .blog.hs-single-post .custom-menu-primary .hs-menu-wrapper > ul,
  .blog.hs-single-post .custom-menu-primary .hs-menu-wrapper > ul li,
  .blog.hs-single-post .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 Child Toggle Buttons ===== */

  .blog.hs-single-post .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60px !important; /* Button width */
    min-width: 60px !important;
    height: 60px !important; /* Button height */  
    padding: 0 !important;
  }
  .blog.hs-single-post .child-trigger:after{
    color: #fff;
    content: "\2b";
    display: block;
    font-family: 'Glyphicons Halflings';
    font-size: 12px;
    height: 60px;
    line-height: 60px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 60px;
    z-index: 1;
  }
  .blog.hs-single-post .child-trigger.child-open:after{
      content: "\2212";
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .blog.hs-single-post .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0;
    margin: 0;
 }

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

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

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

   /* Level 1 Menu List Styles */
  .blog.hs-single-post .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
    
  }
  .blog.hs-single-post .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 14px;
    margin: 0 60px;
    padding: 15px 0;
    text-align: center;
    overflow: visible;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 30px;
    color: #fff;
    display: block;
  }
  /* Level 1 and Higher Menu List Styles */
  .blog.hs-single-post .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px solid rgba(255, 255, 255, 0.25);
  }
  .blog.hs-single-post .custom-menu-primary .hs-menu-wrapper >  ul li a{
  }
  .blog.hs-single-post .custom-menu-primary .hs-menu-wrapper > ul li:hover{
      background: #000;
  }

  /* Level 2 and Higher Menu List Styles */
  .blog.hs-single-post .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
    padding:0;
  }
  .blog.hs-single-post .custom-menu-primary .hs-menu-wrapper > ul ul li{
    border-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    min-width:initial;
  }
  .blog.hs-single-post .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    padding: 10px;
    position: relative;
    text-decoration:none;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 30px;
  }
  .blog.hs-single-post .custom-menu-primary .hs-menu-wrapper > ul ul li a:after{
      right:15px;
  }
  .blog.hs-single-post .custom-menu-primary .hs-menu-wrapper > ul ul li:hover{
      background:transparent;
  }
  .blog.hs-single-post .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
      color: #f5b830;
  }
  /* Level 3 and Higher Menu List Styles */
  .blog.hs-single-post .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
  }

  /* Level 4 and Higher Menu List Styles */
  .blog.hs-single-post .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
  }
  .blog.hs-single-post #header .widget-type-menu.custom-menu-primary {
        background: rgba(22, 22, 22, 0.95);
        float: none;
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
    
    .blog.hs-single-post #header .widget-type-menu.custom-menu-primary .hs-menu-wrapper > ul {
        padding-top: 110px;
    }
    .blog.hs-single-post .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
        display:none;
    }
    .blog.hs-single-post .custom-menu-primary .hs-menu-wrapper > ul > li:hover {
        background: rgba(22, 22, 22, 0.95);
    }
    body.blog.hs-single-post .post-image {
        width: 100% !important;
        float: left !important;
    }
    .blog.hs-single-post .blog-content {
        float: right !important;
        width: 100% !important;
        margin-left: 0 !important;
        padding:0 15px;
    }
    
    .blog.hs-single-post div#mobile-tabs ul {
        border: 0;
        padding: 0 0 30px;
        margin: 0;
        float: left;
        width: 100%;
    }
    .blog.hs-single-post div#mobile-tabs ul li {
        background: #333;
        border-right: 1px solid #161616;
        border-bottom:0;
        margin: 0;
        padding: 0;
        width: 33.33333333%;
        position: relative;
        display: block;
        float:left;
    }
    .blog.hs-single-post div#mobile-tabs ul li a {
        padding: 30px 0;
        text-align: center;
        color: #fff;
        text-decoration: none;
        margin-right: 2px;
        line-height: 1.42857143;
        background: #333;
        border: 0;
        font-weight: 300;
        text-transform: initial;
        font-size: 15px;
        cursor:pointer;
    }
    .blog.hs-single-post div#mobile-tabs ul li a:hover{
        color:#fff;
    }
    .blog.hs-single-post div#mobile-tabs ul li a:after{
        display:none;
    }
    .blog.hs-single-post .tab-content-wrapper .tab-content{
        display:none !important;
    }
    .blog.hs-single-post .tab-content-wrapper .tab-content.current{
        display:block !important;
    }
    .blog.hs-single-post div#mobile-tabs ul li.current a {
        background: #161616;
        border: 0;
    }
    
    .blog.hs-single-post div#mobile-tabs ul li.current {
        background: #161616;
    }
    
    
}

@media (min-width: 992px){
    .container,
    .container-fluid .row-fluid .page-center {
        max-width: 970px;
    }
    #header #menu-btn{
        display:none !important;
    }
    .col-md-3 {
        width: 25%;
        float: left;
    }
    .col-md-10 {
        width: 83.33333333%;
        float: left;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    
    
    
    
    
    .blog.hs-single-post #header div#menu-btn {
        display: block !important;
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 4px;
        float: right;
        font-size: 13px;
        height: 50px;
        margin: 30px 0 30px 10px;
        position: relative;
        width: 50px;
        z-index: 1;
        padding: 17px 14px;
    }
    .blog.hs-single-post #header #menu-btn .icon-bar {
        height: 2px;
        border-radius: 1px;
        display: block;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        width: 20px;
        background: #fff;
    }
    
    .blog.hs-single-post #header #menu-btn  .icon-bar.icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: 2px 6px;
    }
    
    .blog.hs-single-post #header #menu-btn  .icon-bar.icon-bar:nth-of-type(2) {
        opacity: 1;
    }
    
    .blog.hs-single-post #header #menu-btn .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    .blog.hs-single-post.mobile-open #header #menu-btn  .icon-bar{
        background: #f5b830;
    }
    .blog.hs-single-post.mobile-open #header #menu-btn  .icon-bar.icon-bar:nth-of-type(1){
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 2px 6px;
        transform-origin: 2px 6px;
    }
    .blog.hs-single-post.mobile-open #header #menu-btn  .icon-bar.icon-bar:nth-of-type(2){
        opacity:0;
    }
    .blog.hs-single-post.mobile-open #header #menu-btn  .icon-bar.icon-bar:nth-of-type(3){
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 4px -3px;
        transform-origin: 4px -3px;
    }
    body.blog.hs-single-post .post-image {
        width: 50% !important;
        float: left !important;
    }
    .blog.hs-single-post .blog-content {
        float: right !important;
        width: 50% !important;
        margin-left: 0 !important;
        padding:0 15px;
    }
}

@media (min-width: 1250px) {
	#header #search-btn {
        margin: 30px 0;
    }
}

@media (min-width: 1200px){
    .container,
    .container-fluid .row-fluid .page-center {
        max-width: 1170px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font-size: 15px;
        padding: 40px 10px;
    }
    #header .hs-header-logo img {
        height: 50px;
        max-width: 234px;
    }
    .section,
    .body-container-wrapper {
        padding: 100px 0;
    }
    #footer .column1 p.footer-heading-lg {
        font-size: 20px;
    }
    .body-container h2 {
        font-size:48px;
    }
    #social {
        padding: 100px 0;
    }
    .card.card-ebook img {
        padding: 30px 60px 0;
    }
    .post-image .entry-header h1 {
        font-size: 34px;
        line-height: 44px;
    }
    .hs-home div#social .cell-wrapper h3 {
        font-size: 48px;
    }
    .body-container .blog-post-wrapper h2 {
        font-size: 36px;
    }
}

@media (max-width: 1440px) and (min-width: 1301px){
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 13px;
    font-weight: 500;
    }
   #header .hs-header-logo img {
        margin-top: 35px;
     		margin-bottom: 35px;
    }
}

@media (max-width: 1300px) and (min-width: 1251px){
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 12px;
    font-weight: 500;
    }
  #header .hs-header-logo img {
        margin-top: 35px;
     		margin-bottom: 35px;
    }
}

@media (max-width: 1250px) and (min-width: 992px){
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 10px;
    font-weight: 500;
    padding: 35px 4px;
    }
}

@media (min-width: 1441px){
    #header .hs-header-logo img {
        height: 50px;
        max-width: 234px;
    }
}

@media (max-width: 1440px){
    #header .hs-header-logo img {
        max-width: 187px;
      	height: auto;
    }
}

@media (max-width: 1199px){
    .blog.hs-single-post #header div#menu-btn{
            margin: 25px 0 25px 10px;
    }
}

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

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

@media(max-width:991px) and (min-width:768px){
    .hs-home .hs-team-member .col-sm-4 {
        width: 50%;
    }
    .hidden-sm {
        display: none!important;
    }
    .blog.hs-single-post #footer .page-center {
        max-width: 100%;
    }
    
    .blog.hs-single-post #footer .page-center .hs-column {
        padding: 0;
    }
    .card article {
       padding: 20px;
    }
    #hero .btn:after, .body-container .btn:after {
       right: 10px;
    }
    .hs-team-member .col-md-3 {
        width: 25%;
    }
    

}

@media (max-width: 991px){
    #header #search-block:before {
        margin-right: 75px;
    }
    #page-title {
        margin-bottom: -50px;
        padding: 150px 0 80px;
    }
    #page-title h1 {
        font-size: 28px;
    }
    #header #menu-btn {
        border: 1px solid rgba(255, 255, 255, 0.25);
        border-radius: 4px;
        float: right;
        font-size: 13px;
        height: 50px;
        margin: 25px 0 25px 10px;
        position: relative;
        width: 50px;
        z-index: 1;
        padding: 17px 14px;
        cursor:pointer;
    }
    #header .widget-type-menu.custom-menu-primary {
        background: rgba(22, 22, 22, 0.95);
        float: none;
        left: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }
    #header .custom-menu-primary .hs-menu-wrapper > ul{
       padding: 100px 0 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after{
        display:none;
    }
    #header #menu-btn .icon-bar {
        height: 2px;
        border-radius: 1px;
        display: block;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        width: 20px;
        background: #fff;
    }
    
    #header #menu-btn  .icon-bar.icon-bar:nth-of-type(1) {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: 2px 6px;
    }
    
    #header #menu-btn  .icon-bar.icon-bar:nth-of-type(2) {
        opacity: 1;
    }
    
    #header #menu-btn .icon-bar+.icon-bar {
        margin-top: 4px;
    }
    .mobile-open #header #menu-btn  .icon-bar{
        background: #f5b830;
    }
    .mobile-open #header #menu-btn  .icon-bar.icon-bar:nth-of-type(1){
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 2px 6px;
        transform-origin: 2px 6px;
    }
    .mobile-open #header #menu-btn  .icon-bar.icon-bar:nth-of-type(2){
        opacity:0;
    }
    .mobile-open #header #menu-btn  .icon-bar.icon-bar:nth-of-type(3){
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 4px -3px;
        transform-origin: 4px -3px;
    }
    .section,
    #social,
    .body-container-wrapper{
        padding:60px 0;
    }
    #footer .widget-span.hs-column {
        width: 33.33333333%;
        margin-left: 0;
        padding: 0 15px;
    }
    #footer .hs-column.column1 {
        width: 100% !important;
        margin-left: 0;
        padding: 0;
    }
    #footer .column1 h3{
        margin-bottom:60px;
    }
    #footer .widget-span.hs-column.column4 {
        padding-right: 0;
    }
    #footer .widget-span.hs-column.column2 {
        padding-left: 0;
    }
    #copyright .footer-links {
        width: 100% !important;
    }
    .body-container h2,
    .body-container h3:not(.form-title),
    .body-container h4:not([class]){
        padding: 0 0 0 20px;
    }
   .body-container h2:before, .body-container h3:not(.form-title):before, .body-container h4:not([class]):before{
        left:0;
    }
    div#social .cell-wrapper{
        max-width:100% !important;
        padding: 0;
    }
    .hs_3col_image_sept2017 .hs_card article {
        padding: 20px;
    }
    .hs_3col_image_sept2017 .hs_card p {
        font-size: 14px;
        line-height: 24px;
    }
    .hs-single-post #header {
        position: absolute;
        width: 100% !important;
    }
    .post-image .fixed-image {
        padding: 140px 0 60px;
        position: static;
        min-height: 50vh;
        width: 100%;
    }
    .hs-single-post .body-container-wrapper .container-fluid .row-fluid .page-center {
        max-width: 100% !important;
        padding: 0;
    }
    .post-image .entry-header .post-share {
        background: rgba(255, 255, 255, 0.25);
        bottom: -60px;
        padding: 15px 0;
        position: absolute;
        left:0;
        right:0;
    }
    .post-image .entry-header .post-meta {
        font-size: 12px;
    }
    .post-image .row {
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }
    .post-image .entry-header .post-share img {
        height: 35px;
        width: 35px;
    }
    .hs-single-post .footer-container-wrapper {
        width: 100% !important;
        float: none;
    }
    .hs-home div#social .cell-wrapper h3{
        padding: 0;
    }
    div#social .cell-wrapper h3{
        padding:0;
    }
    .col-sm-6 {
        width: 50%;
        float: left;
    }
}
/* =============== Landscape tablet and smaller devices =============== */


@media (max-width: 767px) {
    #header {
        padding: 0;
    }
    #header .hs-header-logo img{
        margin: 25px 0;
        max-width: 140px;
        height: auto;
    }
    #page-title {
        margin-bottom: -30px;
        padding: 100px 0 80px;
    }
    #hero h1, #page-title h1 {
        font-size: 26px;
    }
    #hero {
        background-attachment: local;
    }
    #hero .btn {
        margin: 0 auto;
    }
    .blog.hs-single-post #header div#menu-btn,
    #header #menu-btn {
        margin: 15px 0 15px 10px;
    }
    #header #search-btn {
        margin: 15px 0;
    }
    #footer {
        padding: 0 0 30px;
    }
    #footer .hs-column.column1{
        display:none !important;
    }
    #footer .hs-column {
        width: 100% !important;
        margin-left: 0 !important;
        padding: 0 !important;
    }
    div#mobile-tabs ul {
        border: 0;
        padding: 0 0 30px;
        margin: 0;
        float: left;
        width: 100%;
    }
    div#mobile-tabs ul li {
        background: #333;
        border-right: 1px solid #161616;
        border-bottom:0;
        margin: 0;
        padding: 0;
        width: 33.33333333%;
        position: relative;
        display: block;
        float:left;
    }
    div#mobile-tabs ul li a {
        padding: 30px 0;
        text-align: center;
        color: #fff;
        text-decoration: none;
        margin-right: 2px;
        line-height: 1.42857143;
        background: #333;
        border: 0;
        font-weight: 300;
        text-transform: initial;
        font-size: 15px;
        cursor:pointer;
    }
    div#mobile-tabs ul li a:hover{
        color:#fff;
    }
    div#mobile-tabs ul li a:after{
        display:none;
    }
    .tab-content-wrapper .tab-content{
        display:none !important;
    }
    .tab-content-wrapper .tab-content.current{
        display:block !important;
    }
    div#mobile-tabs ul li.current a {
        background: #161616;
        border: 0;
    }
    
    div#mobile-tabs ul li.current {
        background: #161616;
    }
    .section,
    .body-container-wrapper,
    #social{
        padding:40px 0;
    }
    .col-xs-6 {
        width: 50%;
        float: left;
    }
    .hs-home-section3 .hs_cos_wrapper_type_rich_text:first-of-type, 
    .hs-home-section4 .hs_cos_wrapper_type_rich_text:first-of-type, 
    .hs-home-section5 .hs_cos_wrapper_type_rich_text:first-of-type,
    .hs-home-section1 .hs_cos_wrapper_type_rich_text:first-of-type{
        width:100%;
        padding-bottom: 0;
    }
    .hs_3col_image_sept2017 .span4{
        width:100% !important;
    }
    .hs_3col_image_sept2017 .hs_card p {
        font-size: 16px;
        line-height: 26px;
    }
    .body-container .btn {
        max-width: 100%;
    }
    .hs-home-section4 a.btn{
        max-width:100%;
    }
    .blog.hs-single-post .blog-content .inner-wrapper {
        padding: 30px 15px;
    }
    .hidden-xs {
        display: none!important;
    }
    .post-image .entry-header {
        padding: 0;
    }
    
    .body-container input[type="text"],
    .body-container input[type="password"], 
    .body-container input[type="datetime"], 
    .body-container input[type="datetime-local"], 
    .body-container input[type="date"], 
    .body-container input[type="month"], 
    .body-container input[type="time"], 
    .body-container input[type="week"], 
    .body-container input[type="number"], 
    .body-container input[type="email"], 
    .body-container input[type="url"], 
    .body-container input[type="search"], 
    .body-container input[type="tel"], 
    .body-container input[type="color"],
    .body-container input[type="file"],
    .body-container textarea,
    .body-container select {
       max-width: 100%;
    }
    
    .body-container .widget-type-form,
    .landing-page.one-column .body-container .hs_cos_wrapper_type_form,
    .body-container .widget-type-blog_subscribe,
    .body-container .widget-type-google_search,
    .body-container .widget-type-password_prompt.custom_error_message,
    .body-container .widget-type-email_simple_subscription{
       width: 100%;
       max-width: 100%;
       margin: 30px 0 20px;
    }
    .hs-meet-team-section1 .right {
        float: left;
        width: 100%;
        margin-bottom: 30px;
    }
    .skillbar {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    #page-title h1 {
        font-size: 22px;
    }
    #header .custom-menu-primary .hs-menu-wrapper > ul {
        padding: 80px 0 0;
    }
    .hs-download-guide .col-xs-12{
        margin-bottom:30px;
    }
}  

@media (max-width: 575px){
    .section,
    .body-container-wrapper,
    #social {
        padding: 30px 0;
    }
    #hero h1 {
        font-size: 24px;
    }
    .hs_3col_image_sept2017 .hs_card article{
        padding:30px;
    }
    #header #search-block:before {
        margin-right: 60px;
    }
    #header #search-block {
    left: 30px;
    width: auto;
}

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

@media (max-width: 1187px) and (min-width: 768px) {
    .widget-type-blog_subscribe.hs_blog_top_form .hs-form-field {
        font-size: 13px !important;
    }
}

@media (max-width: 480px){
    .body-container h2{
        font-size: 28px;
    }
    #hero h1{
        font-size: 20px;
    }
    #hero .btn {
        margin: 0 auto 30px;
    }
    .team-member h4 {
        font-size: 16px;
    }
    .hs-home div#social .cell-wrapper h3 {
        font-size: 28px;
    }
}

@media (max-width: 405px) {
     .widget-type-blog_subscribe.hs_blog_top_form .hs_submit input.hs-button.primary.large {
        position: static !important;
        border-radius: 4px !important;
        width: 100%;
        margin: 0 0 10px;
    }
    .widget-type-blog_subscribe.hs_blog_top_form {
        padding-bottom: 80px;
    }
    .widget-type-blog_subscribe input[name=confirm_opt_in] {
        bottom: -30px;
    }
    .widget-type-blog_subscribe input[name=confirm_opt_in] + span {
        bottom: -50px;
     }
}

@media (max-width: 422px){
    .widget-type-blog_subscribe.hs_blog_top_form .hs-form-field>.input input[type="email"] {
        padding-right: 8px;
    }
    .hs_blog_top_form ul.hs-error-msgs.inputs-list {
        position: static;
    }   
    .team-member {
        width: 100%;
        float: left;
    }
}

@media (max-width: 414px){
    .team-member h4 {
        height: 65px;
        font-size: 14px;
    }
    .team-member h4 span {
        font-size: 13px;
        
    }
}

@media (max-width: 400px){
   .post-image .entry-header .post-meta .col-sm-4 {
    width: 100%;
    margin-bottom: 10px;
    }
    .subscription-template .body-container h2 {
        font-size: 25px;
    }
}
@media (max-width: 320px){
    .body-container h2{
        font-size: 24px;
    }
}


/* Rotate Cog */

@-webkit-keyframes cog-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes cog-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Pencil shake */
@-webkit-keyframes pencil-shake {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
}

@keyframes pencil-shake {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
}

/* Icon pop */
@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* Bob */
@-webkit-keyframes bob {
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes bob {
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

/* Skill animations */
@-webkit-keyframes html5 {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes css3 {
  0% {
    width: 0px;
  }
  100% {
    width: 42%;
  }
}

@-webkit-keyframes jquery {
  0% {
    width: 0px;
  }
  100% {
    width: 65%;
  }
}

@-webkit-keyframes photoshop {
  0% {
    width: 0px;
  }
  100% {
    width: 38%;
  }
}




@-moz-keyframes html5 {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@-moz-keyframes css3 {
  0% {
    width: 0px;
  }
  100% {
    width: 42%;
  }
}

@-moz-keyframes jquery {
  0% {
    width: 0px;
  }
  100% {
    width: 65%;
  }
}

@-moz-keyframes photoshop {
  0% {
    width: 0px;
  }
  100% {
    width: 38%;
  }
}




@keyframes html5 {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@keyframes css3 {
  0% {
    width: 0px;
  }
  100% {
    width: 42%;
  }
}

@keyframes jquery {
  0% {
    width: 0px;
  }
  100% {
    width: 65%;
  }
}

@keyframes photoshop {
  0% {
    width: 0px;
  }
  100% {
    width: 38%;
  }
}











@keyframes val1 {
  0% {
    width: 0px;
  }
  100% {
    width: 35%;
  }
}

@keyframes val2 {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@keyframes val3 {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@keyframes val4 {
  0% {
    width: 0px;
  }
  100% {
    width: 17.5%;
  }
}

@-moz-keyframes val1 {
  0% {
    width: 0px;
  }
  100% {
    width: 35%;
  }
}

@-moz-keyframes val2 {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@-moz-keyframes val3 {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@-moz-keyframes val4 {
  0% {
    width: 0px;
  }
  100% {
    width: 17.5%;
  }
}

@-webkit-keyframes val1 {
  0% {
    width: 0px;
  }
  100% {
    width: 35%;
  }
}

@-webkit-keyframes val2 {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes val3 {
  0% {
    width: 0px;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes val4 {
  0% {
    width: 0px;
  }
  100% {
    width: 17.5%;
  }
}




.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

/* =============== Job Intro Start =============== */

.job-intro-section {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 30px 35px;
    background-color: #f9f9f9;
    margin-bottom: 15px;
    
}
.job-intro-section .row {
    display: flex;
}

.job-intro-content {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
}

.job-intro-title {
    margin-left: 0px;
    margin-top: 5px;
}

.job-intro-title p {
    font-size: 26px;   
    font-weight: 500;
}

.job-intro-info-item {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px;
    font-size: 15px;
}

.job-intro-info-item span {
    margin-right: 10px;
}

.job-intro-desc {
    border-left: 1px solid #e3e3e3;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 30px;
}

.job-intro-link {
    margin-top: 30px;
    margin-bottom: 15px;
}

.job-intro-buttons {
	margin-top: 30px;
}

.job-intro-link-button {
    background-color: #f5b830;
    padding: 15px 30px;
    color: white;
    border-radius: 30px;
    font-size: 16px;
    transition: 500ms ease;
    cursor: pointer;
		min-width: 260px;
    text-align: center;
	  margin-right: 15px;
 		margin-bottom: 15px;
}

.apply-now-btn {
  background-color: #43ac3b;
}

.apply-now-btn::after {
    content: "\e080";
    display: block;
    font-family: 'Glyphicons Halflings';
    position: absolute;
    right: 15px;
    top: 15px;
}

.job-intro-link-button:hover {
    background-color: #333!important;
    color: white;
    text-decoration: none;
}

#login-register {
  max-width: 320px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px){
    .job-intro-desc {
        border-left: none;
        border-top: 1px solid #e3e3e3;
        padding-left: 15px;
        padding-top: 15px;
        
    }
    .job-intro-info {
        border-top: 1px solid #e3e3e3;
        padding-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .job-intro-link-button {
        min-width: 260px!important;
      	
      	
    }
}

/* =============== Job Intro End =============== */

.hs_right_top_wrap {
		background-color: #161616;
    background-image: url(https://2185669.fs1.hubspotusercontent-na1.net/hubfs/2185669/CTA-Block-Image%20copy.jpg?t=1517228006155);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    color: #fff;
    margin-bottom: 30px;
    padding: 30px;
}

.form-title {
    margin-top: 0px;
}

.pitch-img a img:hover {
    opacity: 0.8;
}

.pitch-3blocks {
    padding: 30px;
}

.pitch-3-blocks .pitch-block {}

.hs_3col_image_sept2017 .insight_card article h3 {
    margin-bottom: 15px;
    padding: 8px 0  8px 20px!important;
}

.hs_3col_image_sept2017 .insight_card article h3::after {
    background: #f5b830;
    bottom: 0;
    content: '';
    display: block;
    height: auto;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 5px;
}

.hs_3col_image_sept2017 .insight_card .date {
    color: #999;
    display: block;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
}

.insights-page .body-container-wrapper {
	padding-bottom: 0;
}

.insights-diary {
    /* background-image: url(https://2185669.fs1.hubspotusercontent-na1.net/hubfs/2185669/section-team-bg.jpg?t=1521192791834); */
    background-image: url(https://2185669.fs1.hubspotusercontent-na1.net/hubfs/2185669/CTM_Sept2017/images/section-team-bg.jpg?t=1521192791834);
		margin-top: 60px;
		padding-bottom: 0;
}

.no-line::before,
.no-line::after {
	display: none!important;
}

.awards-logo-wrap {
  display: flex;
  align-items: center;
}

.awards-logo-wrap .awards-logo-left {
  padding-left: 0px;
}

.awards-logo-wrap .awards-logo-right {
	padding-right: 0px;
}

.report-page-heading::before {
  display: none!important;
}