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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

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

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

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

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

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


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

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

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


/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.main-content-wrapper{
  float:none !important;
  display:block !important;
  max-width:900px !important;
  width:100% !important;
  margin:0 auto !important;
}
.opt-in form {
    margin-bottom: 25px;
}

.opt-in form input[type="email"] {
    height: 40px;
    line-height: 40px;
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.opt-in form input[type="submit"] {
    border: 0;
    background: #2473bf !important;
    color: #fff !important;
    background-image: none;
    padding: 10px 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin: 8px 0;
    display: inline-block;
    background: linear-gradient(to bottom,#186ab3 0,#196cb8 26%,#1a71c0 41%,#1972c2 53%,#1b78c8 68%,#1c78cd 75%,#1c7cd2 100%) repeat scroll 0 0 rgba(0,0,0,0);
    cursor: pointer;
    color: #ffffff !important;
}
.opt-in form .hs-form-required {
    display: none;
}
.opt-in h3:nth-of-type(2) {
    display: none;
}

/*Search*/

.search-wrapper ::-webkit-input-placeholder { 
        color: transparent;
    }
.search-wrapper :-moz-placeholder { 
       color: transparent;
    }
.search-wrapper  ::-moz-placeholder { 
       color: transparent;
    }
.search-wrapper :-ms-input-placeholder { 
       color: transparent;
    }
.search-wrapper {
    margin-top: 20px;
}
#adBlock, .gsc-adBlock {
    display: none !important;
}
.gsc-modal-background-image-visible {
    display: none !important;
}
div#___gcse_0 {
    max-width: 100% !important;
    float: right !important;
    margin: 0 0 15px 0 !important;
    width: 100% !important;
}
.gsib_a {
    padding: 0 !important;
}
.gsib_a ::-webkit-input-placeholder { 
    display: none !important;
}
.gsib_a :-moz-placeholder { 
   display: none !important;
}
.gsib_a ::-moz-placeholder { 
   display: none !important;
}
.gsib_a :-ms-input-placeholder { 
    display: none !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
    padding-right: 0 !important;
}
.gsc-control-cse {
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
}
table.gsc-search-box td input[type="image"] {
    display: none !important;
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border: none !important;
}
table.gsc-search-box {
    border-color: transparent !important;
    border: none !important;
}
table.gsc-search-box:focus {
    border-color: transparent !important;
    border: none !important;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
    border-color: transparent !important;
    box-shadow: none !important;
}
td.gsib_b {
    display: none !important;
}
table.gsc-search-box td input[type="text"] {
    border: #17468e 1px solid !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: url('https://2857693.fs1.hubspotusercontent-na1.net/hubfs/2857693/images/header/search-glass.png') no-repeat 91% center !important;
    max-width: 100% !important;
    color: #484a49 !important;
    padding: 6px 45px 6px 15px !important;
    line-height: 10px;
}

body table.gsc-search-box td input[type="text"] {
    border: #17468e 1px solid !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: url('https://2857693.fs1.hubspotusercontent-na1.net/hubfs/2857693/images/header/search-glass.png') no-repeat 91% center !important;
    max-width: 100% !important;
    color: #484a49 !important;
    padding: 6px 45px 6px 15px !important;
    line-height: 10px;
    min-height: 34px;
}
.small-header .body-container-wrapper .main-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}
.main-content-wrapper.training-search table.gsc-search-box td input[type="text"] {
    background: url('https://2857693.fs1.hubspotusercontent-na1.net/hubfs/2857693/images/header/search-glass-black.png') no-repeat 91% center !important;
    height: 50px;
    line-height: 50px;
    border: #000000 1px solid !important;
}
.main-content-wrapper.training-search {
    height: 50px;
    line-height: 50px;
}
body table.gsc-search-box td input[type="text"]:focus {
    outline: none !important;
}
.gsc-input-box {
    background-color: transparent !important;
    border: none !important;
    float: right: !important;
    max-width: 100% !important;
}
body.new-blog p, body.new-blog ol, body.new-blog ul, body.new-blog  a,
body.new-blog h1, body.new-blog h2, body.new-blog h3, body.new-blog h4 {
    font-family: "proxima-nova", sans-serif !important;
}
body.new-blog p, body.new-blog ol, body.new-blog ul, body.new-blog  a {
    font-weight: 300;
}

body.new-blog .main-content-wrapper {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto !important;
    float: none !important;
}
body.new-blog .custom_header_heading {
    background-color: transparent;
}
body.new-blog .custom_header_heading h1 {
    color: #4d4d4d;
	text-transform: uppercase;
	margin: 0.7em 0 1.2em 0;
    text-align: center;
}
body.new-blog .custom_header_heading h1:after {
    display: block;
    height: 6px;
	background-color: #4d4d4d;
	max-width: 250px;
	width: 100%;
	margin: 12px auto;
	content: '';
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;   
}
body.small-header .heading-overlay h1 {
    font-size: 50pt;
}

body.new-blog .blog-pagination a {
    margin: 0 10px;
}
body.new-blog.hs-blog-post .listing-recent {
    display: none;
}
body.new-blog.hs-blog-post .actions .hs-button.primary {
    border: 0;
    background: #2473bf !important;
    color: #fff !important;
    background-image: none;
    padding: 10px 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.most-recent {
    background: url('//339183.fs1.hubspotusercontent-na1.net/hubfs/339183/images/blog/most-recent-min.jpg') no-repeat center center;
    background-size: cover;
}

.most-recent .post {
	padding: 130px 50px 60px 50px;
}
.most-recent .post h2 a {
	color: #ffffff;
	font-size: 22pt;
}
.most-recent .post h2 a:hover {
    color: #ffffff;
}
.most-recent .post .read-more {
    color: #FFF;
    font-size: 12pt;
    font-weight: 500;
    padding: 12px 25px;
    float: right;
    background-color: #2473bf;
    display: block;
    margin-top: 40px;
}
.most-recent .post p, .most-recent .post ol, .most-recent .post ul, .most-recent .post span,.most-recent .post a, .most-recent .post div {
	color: #ffffff;
}
.most-recent .post p, .most-recent .post ol, .most-recent .post ul, .most-recent .post div {
    line-height: 1.4em;
    font-size: 14pt;    
}
.most-recent .post .post-entry {
	overflow: hidden;
}

.hs-featured-image-wrapper {
	float: left;
	display: block;
	position: relative;
	overflow: hidden;
    max-width: 280px;
    width: 100%;
    margin-right: 15px;
}
.hs-featured-image-link {
    max-width: 280px;
    width: 100%;
    min-height: 164px;
    display: block;
    background-size: cover !important;
    margin: 18px 0 0 0;
}

.hs-featured-image-wrapper .date {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 20px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14pt;
	font-weight: 400;
	margin: 0;
	text-align: center;
	line-height: 1.2em;
	background: rgba(42, 92, 148, 0.8);
}

.post-header h2 a, .post-header h2 a:hover {
	color: #215c94;
	font-weight: 400;
}
body.new-blog a, body.new-blog a:hover {
    color: #215c94;
}
body.new-blog .more-link {
    display: block;
    margin: 20px 0;
    text-align: right;
    color: #215c94;
    font-size: 13pt;
    font-weight: 400;
}
.blog-sidebar h2 {
	color: #215c94;
	font-size: 18pt;
	font-weight: 400;
}
.blog-sidebar h3 {
    margin: 0.3em 0;
}
.blog-sidebar h3 a {
	font-size: 13pt;
}

.blog-sidebar  p {
	font-size: 11pt;
}
.blog-sidebar .widget-type-blog_subscribe input[type="submit"] {
    border: none;
    background: #2473bf !important;
    color: #ffffff !important;
    background-image : none;
    padding: 10px 25px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.blog-sidebar a {
    color: #4d4d4d;
}
.blog-sidebar a:hover {
    color: #4d4d4d;
}
.blog-sidebar h3, .blog-sidebar.custom_blog_right h3.form-title {
    color: #215c94;
}

.move-the-head {
    background: transparent;
    width: 100%;
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    -webkit-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
    height: 105px;
    z-index: 9998;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    -ms-transition: height 1s ease;
    transition: height 1s ease;
    -webkit-transition: top 0.8s ease;
    -moz-transition: top 0.8s ease;
    -o-transition: top 0.8s ease;
    -ms-transition: top 0.8s ease;
    transition: top 0.8s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.move-the-head .trans {
    background-color: #fff;
    height: 105px;
    position: absolute;
    width: 100%;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    -ms-transition: height 1s ease;
    transition: height 1s ease;
    -webkit-transition: top 0.8s ease;
    -moz-transition: top 0.8s ease;
    -o-transition: top 0.8s ease;
    -ms-transition: top 0.8s ease;
    transition: top 0.8s ease;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: alpha(opactiy=70);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.move-the-head.f-nav .trans {
    background-color: #fff;
    height: 100px;
    position: fixed;
    top: 0;
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    -ms-transition: height 1s ease;
    transition: height 1s ease;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
}

.move-the-head.f-nav {
    height: 100px;
    z-index: 9998;
    position: fixed;
    top: 0;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    -ms-transition: height 1s ease;
    transition: height 1s ease;
}

.featured-wrapper, .our-experts .featured-wrapper, .who-we-serve .featured-wrapper {
    height: 375px;
    width: 100%;
    background-size: cover !important;
    position: relative;
    -webkit-transition: margin-top 1s ease;
    -moz-transition: margin-top 1s ease;
    -o-transition: margin-top 1s ease;
    -ms-transition: margin-top 1s ease;
    transition: margin-top 1s ease;
}

.heading-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.heading-overlay h1 {
    color: #fff;
    font-size: 60pt;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: 1em;
}
.very-top-wrapper .top-menu {
    position: absolute;
    z-index: 100;
    right: 20px;
    margin: 0;
    top: 0;
}
.top-menu {
    float: right;
    margin: 10px 0;
    padding: 0;
}
.very-top-wrapper .top-menu li.top-blog a {
    background-color: #dd1f26;
}
.very-top-wrapper .top-menu li.top-contact a {
    background-color: #e2b623;
}
.very-top-wrapper .top-menu li.askquebit a {
    background-color: #0f416f;
}
.very-top-wrapper .top-menu li a {
    color: #fff;
    font-size: 13pt;
    font-weight: 400;
    font-family: "proxima-nova", sans-serif;
    padding: 5px 20px;
    margin-right: 10px;
    border: none;
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    -ms-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

.very-top-wrapper .top-socials .socials {
    list-style: none;
    max-width: 400px;
    width: 100%;
    vertical-align: top;
    position: relative;
    z-index: 2000;
    padding-left: 0;
    -webkit-padding-start: 0;
}

ul {
    list-style: none;
}

.very-top-wrapper .top-socials .socials .phone {
    background: rgba(0, 0, 0, 0);
    width: 100%;
    max-width: 130px;
    position: relative;
    top: 10px;
}
.very-top-wrapper .top-socials .socials .phone img {
    display: inline;
    vertical-align: middle;
}
.very-top-wrapper .top-socials .socials .phone .phone-link {
    background-image: none;
    width: 100%;
    text-indent: 0;
    font-size: 10pt;
    display: inline;
    color: #fff;
    height: initial;
    padding-top: 15px;
}
.very-top-wrapper .top-socials .socials li {
    display: inline-block;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
}
.inner-page-wrapper h1, .our-experts h1, .who-we-serve h1 {
    text-align: center;
    margin-bottom: 1em;
}
.very-top-wrapper {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0);
    height: 70px;
    max-width: 1024px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}
.move-the-head #container {
    padding: 0 25px 0 0;
    height: 105px;
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    -ms-transition: height 1s ease;
    transition: height 1s ease;
    margin: 0 auto !important;
    float: none;
    max-width: 1090px;
}

.move-the-head .main-nav-wrapper {
    bottom: 0;
    -webkit-transition: bottom 1s ease;
    -moz-transition: bottom 1s ease;
    -o-transition: bottom 1s ease;
    -ms-transition: bottom 1s ease;
    transition: bottom 1s ease;
}
.move-the-head.f-nav .main-nav-wrapper {
    bottom: 15px;
    -webkit-transition: bottom 1s ease;
    -moz-transition: bottom 1s ease;
    -o-transition: bottom 1s ease;
    -ms-transition: bottom 1s ease;
    transition: bottom 1s ease;
}
.main-nav-wrapper {
    background: #fff;
    padding: 0;
    max-width: 1090px;
    margin: 0 auto;
    position: relative;
}
.top-menu li {
    display: inline;
    list-style-type: none;
}
#header {
    position: relative;
    padding: 0;
}
#header {
    margin: 0;
}

.move-the-head #logo {
    float: left;
    position: relative;
    top: 15px;
    z-index: 999;
    clear: none;
    -webkit-transition: top 1s ease;
    -moz-transition: top 1s ease;
    -o-transition: top 1s ease;
    -ms-transition: top 1s ease;
    transition: top 1s ease;
}
.move-the-head.f-nav #logo {
    top: 17px;
    -webkit-transition: top 1s ease;
    -moz-transition: top 1s ease;
    -o-transition: top 1s ease;
    -ms-transition: top 1s ease;
    transition: top 1s ease;
}
.move-the-head.f-nav #logo img {
    margin-right: 10px;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    -ms-transition: width 1s ease;
    transition: width 1s ease;
}
.move-the-head.f-nav #container {
    height: 100px;    
    -webkit-transition: height 1s ease;
    -moz-transition: height 1s ease;
    -o-transition: height 1s ease;
    -ms-transition: height 1s ease;
    transition: height 1s ease;
}
.move-the-head #logo img {
    width: 220px;
    height: auto;
    -webkit-transition: width 1s ease;
    -moz-transition: width 1s ease;
    -o-transition: width 1s ease;
    -ms-transition: width 1s ease;
    transition: width 1s ease;
}
.move-the-head .top-offer .textwidget p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    background-color: #dd1f26;
    padding: 15px 20px;
    width: 100%;
    margin: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.move-the-head .top-offer .textwidget p a {
    color: #fff;
    text-decoration: underline;
}
.move-the-head .top-offer .textwidget p span {
    color: #ffffff;
    position: absolute;
    right: 10px;
    top: 0;
    opacity: 0;
}
#logo {
    float: left;
    margin: 0;
}
/* .menu li {
    border: 0;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
}

.menu a {
    background-color: rgba(0, 0, 0, 0);
    margin: 0 0 10px 0;
    text-shadow: none;
    padding: 6px 25px;
    height: initial;
    line-height: initial;
    display: block;
    cursor: pointer;
}
.menu ul, .menu ul ul {
    margin: 0;
    padding: 0;
}
.menu ul ul {
    top: 0;
}
.menu, .menu ul {
    min-height: 0;
}
.menu ul {
    left: 0;
    position: absolute;
    visibility: hidden;
    z-index: 10;
}

.menu, .menu ul {
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu li li {
    color: #444;
    filter: none;
    margin: -1px 0 1px 0;
    float: none;
}

.menu li li a {
    background: rgba(0, 0, 0, 0) !important;
    border: none;
    height: 20px;
    line-height: 20px;
    text-shadow: none;
}

.main-nav-wrapper ul {
    position: absolute;
    right: 20px;
    top: -40px;
}
.main-nav-wrapper ul li a {
    color: #000;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    font-size: 15pt;
    text-transform: capitalize;
    border-left: 1px solid #000000;
}
.main-nav-wrapper ul li:first-child a{
    border-left: none;
}
.main-nav-wrapper ul li a:hover {
    color: #dd1f26 !important;
}
body.new-blog .hs-menu-wrapper>ul>li>a {
    border-top: none;
    padding: 0 15px !important;
}
body.new-blog .hs-menu-wrapper>ul>li {
    padding: 0 !important;
} */


.facebook, .google, .linkedin, .twitter, .youtube, .rss {
  width: 36px;
  height: 36px;
  display: block !important;
  text-indent: -9999px;
  background: url("//339183.fs1.hubspotusercontent-na1.net/hubfs/339183/images/blog/topsocials.png") no-repeat; }


.facebook {
  background-position: 0 0; }


.twitter {
  background-position: -94px 0; }


.linkedin {
  background-position: -47px 0; }


.youtube {
  background-position: -141px 0; }
 
.rss {
    background-position: -188px 0;
}



/* .main-nav-wrapper {
  background: #ffffff;
  padding: 0;
  max-width: 1090px;
  margin: 0 auto;
  position: relative; }

  .main-nav-wrapper .top-nav-button-wrapper {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 9999; 
} */
    
@media (max-width: 767px) {
    body.small-header .heading-overlay h1{
        font-size: 35pt;    
    }
}
    
@media (max-width: 479px) {
    body.small-header .heading-overlay h1{
        font-size: 28pt !important;    
    }
}
/*

@media (min-width: 768px) {

  .main-nav-wrapper .top-nav-button-wrapper .mobile-menu-wrapper {
    display: none; }

  .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu {
    background-color: transparent;
    background-image: none;
    filter: none;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

    .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu .parent-menu a.arrows:after {
      color: #2777bc;
      display: inline-block;
      content: '\25b6';
      font-weight: 800;
      font-size: 12pt;
      margin-left: 5px;
      padding-top: 5px; }

    .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu ul {
      min-width: 0;
      width: 100%;
      background: #ffffff;
      opacity: 0;
      margin-top: -1px;
      padding: 20px 0;
      -webkit-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.5);
      border-radius: 0px 0px 6px 6px;
      -moz-border-radius: 0px 0px 6px 6px;
      -webkit-border-radius: 0px 0px 6px 6px;
      -webkit-transition: opacity 0.5s ease-in-out;
      -moz-transition: opacity 0.5s ease-in-out;
      -o-transition: opacity 0.5s ease-in-out;
      -ms-transition: opacity 0.5s ease-in-out;
      transition: opacity 0.5s ease-in-out;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

      .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu ul li {
        width: 25%;
        white-space: normal;
        word-wrap: break-word; }

        .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu ul li a {
          white-space: normal;
          word-wrap: break-word;
          margin: 0;
          height: initial; }

        .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu ul li ul.sub-menu {
          opacity: 1;
          padding: 20px 0;
          visibility: hidden;
          width: 25%;
          left: 26%;
          margin-top: 0;
          border-left: 1px solid #dcdcdc;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          border-radius: 0;
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          -webkit-transition: visibility 0.6s ease;
          -moz-transition: visibility 0.6s ease;
          -o-transition: visibility 0.6s ease;
          -ms-transition: visibility 0.6s ease;
          transition: visibility 0.6s ease; }

          .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu ul li ul.sub-menu li {
            width: 100%; }

            .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu ul li ul.sub-menu li a {
              font-size: 11pt !important;
              padding: 10px 15px; }

            .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu ul li ul.sub-menu li ul.sub-menu {
              width: 100%; }

              .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu ul li ul.sub-menu li ul.sub-menu li {
                width: 100%; }

        .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu ul li:hover > ul {
          opacity: 1;
          visibility: visible; }

    .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu li {
      position: static; }

      .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu li a {
        color: #000000;
        font-family: "proxima-nova", sans-serif;
        font-weight: 600;
        font-size: 15pt;
        text-transform: capitalize;
        border-left: 1px solid #222222; }

      .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu li:hover > ul {
        opacity: 1; }

      .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu li ul li a {
        font-size: 13pt; }

    .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu li.who-we-are-menu ul.sub-menu {
      background: #ffffff url("/Quebit/wp-content/uploads/2016/06/who-we-are-menu-min.jpg") no-repeat 90% center; }

      .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu li.who-we-are-menu ul.sub-menu li a {
        padding: 10px 35px; }

      .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu li.who-we-are-menu ul.sub-menu li ul {
        background-image: none;
        height: 100%; }

        .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu li.who-we-are-menu ul.sub-menu li ul li ul {
          background-image: none; }

    .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu li.what-we-offer-menu ul.sub-menu {
      background: #ffffff url("/Quebit/wp-content/uploads/2016/07/what-we-offer-menu-min.jpg") no-repeat 90% center;
      width: 100% !important;
      min-height: 385px; }

      .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu li.what-we-offer-menu ul.sub-menu li {
        position: static; }

        .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu li.what-we-offer-menu ul.sub-menu li ul.sub-menu {
          background-color: #ffffff;
          background-image: none;
          width: 24% !important;
          left: 25%;
          top: 0;
          height: 100%; }

          .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu li.what-we-offer-menu ul.sub-menu li ul.sub-menu li ul.sub-menu {
            width: 100% !important;
            left: 100%;
            word-wrap: break-word; }

    .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu li.who-we-serve-menu ul.sub-menu {
      background: #ffffff url("/Quebit/wp-content/uploads/2016/06/who-we-serve-menu-min.jpg") no-repeat 90% center; }

    .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu .current-menu-item a, .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu .current-menu-parent a {
      text-decoration: none;
      background-image: none;
      filter: none;
      background-color: transparent !important;
      color: #dd1f26; }

    .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu .current-menu-item ul li a, .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu .current-menu-parent ul li a {
      color: #4d4d4d;
      border: none; }

    .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu li li {
      border: none;
      background: #ffffff; }

      .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu li li:hover {
        background: #ffffff !important; }

      .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu li li a {
        padding: 10px 35px;
        border-left: none; }

        .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu li li a:hover {
          text-decoration: underline; }

      .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu li li li a {
        padding: 5px 15px; }

  .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu > li:first-child > a {
    border-left: none; }

    .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu > li:first-child > a:hover {
      color: #dd1f26 !important; }

  .main-nav-wrapper .top-nav-button-wrapper .main-nav .menu > li > a:hover {
    color: #dd1f26 !important; } }
@media (max-width: 767px) {
    body.small-header .heading-overlay h1{
        font-size: 35pt;    
    
    }
  label.menu-click {
    cursor: pointer;
    margin-top: -30px; }

    label.menu-click div {
      background-color: #dd1f26;
      height: 6px;
      width: 35px;
      margin-bottom: 6px;
      -webkit-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out; }


  #nav-button {
    visibility: hidden; }

  #nav-button:checked + label div {
    display: block;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-top: 12px;
    margin-bottom: -12px;
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }


  #nav-button:checked + label div + div {
    filter: alpha(opactiy=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0; }


  #nav-button:checked + label div + div + div {
    display: block;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-top: -12px;
    margin-bottom: 12px;
    filter: alpha(opactiy=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1; }


  .mobile-menu-wrapper {
    float: right; }

    .mobile-menu-wrapper .mobile-nav {
      position: absolute;
      z-index: 10020;
      right: -1000px;
      background-color: #ffffff;
      padding: 15px;
      width: 100%;
      max-width: 65%;
      min-height: 320px;
      overflow: auto; }

      .mobile-menu-wrapper .mobile-nav .parent-menu a.arrows:after {
        color: #dd1f26;
        display: inline-block;
        content: '\25b6 \25b6';
        font-weight: 800;
        font-size: 14pt;
        margin-left: 5px; }

      .mobile-menu-wrapper .mobile-nav .mobile-parent {
        position: static; }

        .mobile-menu-wrapper .mobile-nav .mobile-parent a {
          padding: 15px 0;
          display: block;
          cursor: pointer;
          border-left: none; }

        .mobile-menu-wrapper .mobile-nav .mobile-parent ul.sub-menu {
          display: none;
          position: absolute;
          filter: alpha(opactiy=0);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          -moz-opacity: 0;
          -khtml-opacity: 0;
          opacity: 0;
          -webkit-transition: opacity 0.5s ease;
          -moz-transition: opacity 0.5s ease;
          -o-transition: opacity 0.5s ease;
          -ms-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease; }

          .mobile-menu-wrapper .mobile-nav .mobile-parent ul.sub-menu li {
            padding: 0 0 0 15px; }

            .mobile-menu-wrapper .mobile-nav .mobile-parent ul.sub-menu li ul.sub-menu li {
              padding: 0 0 0 15px; }

        .mobile-menu-wrapper .mobile-nav .mobile-parent ul.sub-menu.active {
          display: block;
          min-height: 350px;
          filter: alpha(opactiy=100);
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          -moz-opacity: 1;
          -khtml-opacity: 1;
          opacity: 1;
          -webkit-transition: opacity 0.5s ease;
          -moz-transition: opacity 0.5s ease;
          -o-transition: opacity 0.5s ease;
          -ms-transition: opacity 0.5s ease;
          transition: opacity 0.5s ease; }

      .mobile-menu-wrapper .mobile-nav ul {
        min-width: 0;
        width: 100%;
        background: #ffffff;
        opacity: 1;
        margin-top: -1px;
        border-left: none;
        -webkit-transition: opacity 0.5s ease-in-out;
        -moz-transition: opacity 0.5s ease-in-out;
        -o-transition: opacity 0.5s ease-in-out;
        -ms-transition: opacity 0.5s ease-in-out;
        transition: opacity 0.5s ease-in-out;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        
        .mobile-menu-wrapper .mobile-nav ul li {
          white-space: normal;
          word-wrap: break-word; }
       
          .mobile-menu-wrapper .mobile-nav ul li a {
            white-space: normal;
            word-wrap: break-word; }
         
          .mobile-menu-wrapper .mobile-nav ul li ul {
            padding: 15px 0; }
            
            .mobile-menu-wrapper .mobile-nav ul li ul li {
              width: 100%;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box; }
              
              .mobile-menu-wrapper .mobile-nav ul li ul li a {
                font-size: 11pt !important;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box; }
              
              .mobile-menu-wrapper .mobile-nav ul li ul li ul.sub-menu {
                width: 100%;
                height: 100%; }
               
                .mobile-menu-wrapper .mobile-nav ul li ul li ul.sub-menu li {
                  width: 100%; }
                  
                  .mobile-menu-wrapper .mobile-nav ul li ul li ul.sub-menu li ul {
                    height: 100%; }
     
      .mobile-menu-wrapper .mobile-nav li {
        position: static; }
     
        .mobile-menu-wrapper .mobile-nav li a {
          color: #000000;
          font-family: "proxima-nova", sans-serif;
          font-weight: 600;
          font-size: 15pt;
          text-transform: capitalize;
          border-left: 1px solid #222222; }
     
      .mobile-menu-wrapper .mobile-nav li.who-we-are-menu ul.sub-menu {
        padding: 10px 0;
        background: #ffffff url("/Quebit/wp-content/uploads/2016/06/who-we-are-menu-min.jpg") no-repeat 90% center; }
        
        .mobile-menu-wrapper .mobile-nav li.who-we-are-menu ul.sub-menu li a {
          padding: 10px 35px; }
      
      .mobile-menu-wrapper .mobile-nav li.what-we-offer-menu ul.sub-menu {
        padding: 10px 0;
        background: #ffffff url("/Quebit/wp-content/uploads/2016/06/what-we-offer-menu-min.jpg") no-repeat 90% center;
        width: 100% !important; }
        
        .mobile-menu-wrapper .mobile-nav li.what-we-offer-menu ul.sub-menu li {
          position: static;
          margin-bottom: 1em; }
          
          .mobile-menu-wrapper .mobile-nav li.what-we-offer-menu ul.sub-menu li a {
            padding: 50px 15px; }
          
          .mobile-menu-wrapper .mobile-nav li.what-we-offer-menu ul.sub-menu li ul.sub-menu {
            background-color: #ffffff;
            background-image: none;
            top: 0; }
            
            .mobile-menu-wrapper .mobile-nav li.what-we-offer-menu ul.sub-menu li ul.sub-menu li a {
              padding: 25px 15px; }
            
            .mobile-menu-wrapper .mobile-nav li.what-we-offer-menu ul.sub-menu li ul.sub-menu li ul.sub-menu {
              width: 100% !important;
              left: 100%;
              word-wrap: break-word; }
              
              .mobile-menu-wrapper .mobile-nav li.what-we-offer-menu ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
                padding: 15px; }
      
        .mobile-menu-wrapper .mobile-nav li.what-we-offer-menu ul.sub-menu li.solutions-menu ul li a {
          padding: 15px; }
     
      .mobile-menu-wrapper .mobile-nav li.who-we-serve-menu ul.sub-menu {
        padding: 10px 0;
        background: #ffffff url("/Quebit/wp-content/uploads/2016/06/who-we-serve-menu-min.jpg") no-repeat 90% center; }
        
        .mobile-menu-wrapper .mobile-nav li.who-we-serve-menu ul.sub-menu li a {
          padding: 10px 35px; }
     
      .mobile-menu-wrapper .mobile-nav .current-menu-item a, .mobile-menu-wrapper .mobile-nav .current_page_item a, .mobile-menu-wrapper .mobile-nav .current-menu-parent a {
        text-decoration: none;
        background-image: none;
        filter: none;
        border: none;
        background-color: transparent !important;
        color: #dd1f26; }
     
      .mobile-menu-wrapper .mobile-nav .current-menu-item li a, .mobile-menu-wrapper .mobile-nav .current_page_item li a, .mobile-menu-wrapper .mobile-nav .current-menu-parent li a {
        color: #4d4d4d; }
     
      .mobile-menu-wrapper .mobile-nav ul .current-menu-item a, .mobile-menu-wrapper .mobile-nav ul .current_page_item a, .mobile-menu-wrapper .mobile-nav ul .current-menu-parent a {
        text-decoration: none;
        background-image: none;
        filter: none;
        border: none;
        background-color: transparent !important;
        color: #dd1f26;
        border-bottom: none !important; }
    
      .mobile-menu-wrapper .mobile-nav ul .current-menu-item li a, .mobile-menu-wrapper .mobile-nav ul .current_page_item li a, .mobile-menu-wrapper .mobile-nav ul .current-menu-parent li a {
        color: #4d4d4d; }
    
      .mobile-menu-wrapper .mobile-nav li li {
        border: none;
        background: #ffffff; }
       
        .mobile-menu-wrapper .mobile-nav li li:hover {
          background: #ffffff !important; }
        
        .mobile-menu-wrapper .mobile-nav li li a {
          padding: 20px 35px;
          border-left: none; }
         
          .mobile-menu-wrapper .mobile-nav li li a:hover {
            text-decoration: underline; }
        
        .mobile-menu-wrapper .mobile-nav li li li a {
          padding: 15px; }
     
      .mobile-menu-wrapper .mobile-nav li {
        display: block;
        float: none; }
        
        .mobile-menu-wrapper .mobile-nav li a {
          color: #4b4b4b; }
       
        .mobile-menu-wrapper .mobile-nav li ul.sub-menu {
          top: 0 !important;
          left: 0 !important; }
    
      .mobile-menu-wrapper .mobile-nav li.active > ul.sub-menu {
        display: block;
        visibility: visible; }
   
    .mobile-menu-wrapper .menu li {
      position: static; }
     
      .mobile-menu-wrapper .menu li:hover > ul.sub-menu {
        display: none; } }



.menu {
  background-color: transparent;
  background-image: none; }


ul.menu > li:hover {
  background-color: transparent; }


.menu > li.current-menu-item:first-child > a {
  color: #dd1f26; }


.menu > li.current-menu-item a, .menu > li.current-menu-parent a {
  color: #dd1f26; }


.menu > li.current-menu-item li a, .menu > li.current-menu-parent li a {
  color: #dd1f26;
  border-bottom: none; }


.menu a {
  background-color: transparent;
  margin: 0 0 10px 0;
  text-shadow: none;
  padding: 6px 25px;
  height: initial;
  line-height: initial; }

  .menu a:hover {
    background-image: none !important;
    text-decoration: none;
    background-color: transparent;
    filter: none;
    color: #dd1f26; }


.menu li li.current-menu-item a {
  text-decoration: underline !important; }
*/  
  
 /*====Footer Styles=====*/
 .social-wrapper {
    width: 100%;
    padding: 60px 0 40px 0;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    position: relative;
    background-color: #2777bc;
}
.social-wrapper .socials {
    list-style: none;
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    -webkit-padding-start: 0;
}
.social-wrapper .socials li {
    display: inline-block;
    margin-right: 15px;
    background: rgba(255, 255, 255, 0);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background 0.4s ease;
    -moz-transition: background 0.4s ease;
    -o-transition: background 0.4s ease;
    -ms-transition: background 0.4s ease;
    transition: background 0.4s ease;
}
.social-wrapper .socials li a {
    width: 55px;
    height: 55px;
    display: block;
    text-indent: -9999px;
    background: url("//339183.fs1.hubspotusercontent-na1.net/hubfs/339183/images/blog/socials.png") no-repeat;
}

.social-wrapper .socials li .facebook {
    background-position: 0 0;
}

.social-wrapper .socials li .linkedin {
    background-position: -75px 0;
}

.social-wrapper .socials li .twitter {
    background-position: -149px 0;
}

.social-wrapper .socials li .youtube {
    background-position: -222px 0;
}

.social-wrapper .socials li .rss {
    background-position: -297px 0;
}
.footer-container  {
    text-align: center;
}
.footer-container .hs-menu-flow-horizontal>ul {
    max-width: 380px;
    margin: 15px auto !important;
    float: none !important;
}
.footer-container .hs-menu-flow-horizontal>ul>li>a {
    vertical-align: bottom;
    color: #fff;
    text-transform: capitalize;
    font-size: 11pt;
    font-family: "proxima-nova", sans-serif;
    border-left: none;
    font-weight: 500;
}
body.new-blog .footer-container p, body.new-blog .footer-container a {
    color: #4d4d4d;
    font-size: 9pt;
}
@media (max-width: 1000px) and (min-width: 768px) {
    .header-container .hs-menu-flow-horizontal>ul>li>a, .body-container .hs-menu-flow-horizontal>ul>li>a {
        font-size: 15pt;
    }
}
@media (max-width: 767px) {
    .very-top-wrapper .top-socials ul.socials .facebook, .very-top-wrapper .top-socials ul.socials .twitter, .very-top-wrapper .top-socials ul.socials .linkedin, .very-top-wrapper .top-socials ul.socials .youtube, .very-top-wrapper .top-socials ul.socials .rss {
        display: none !important;
    }
    .header-container .hs-menu-flow-horizontal>ul>li, .body-container .hs-menu-flow-horizontal>ul>li {
        width: auto;
    }
}
@media (max-width: 568px) {
    .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 {
        width: auto;   
        font-size: 12pt;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
        float: left;
    }
    .move-the-head.f-nav .main-nav-wrapper {
        bottom: 0 !important;
    }
    .move-the-head.f-nav #logo {
        top: 6px !important;
    }
    .main-nav-wrapper {
        left: 20px;
    }
    .inner-page-wrapper h1, .our-experts h1, .who-we-serve h1 {
        margin-bottom: 0.5em;
    }
}
@media (max-width: 479px) {  
    body.new-blog .hs-menu-wrapper>ul>li>a {
        font-size: 13px;
        padding: 0 4px !important;
    }  
    .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 {
        font-size: 13px;
    }
    .move-the-head .main-nav-wrapper {
        bottom: -7px !important;
    }
    .inner-page-wrapper .featured-wrapper .heading-overlay h1, .our-experts .featured-wrapper .heading-overlay h1, .who-we-serve .featured-wrapper .heading-overlay h1 {
        font-size: 36pt;
    }
    .inner-page-wrapper h1, .our-experts h1, .who-we-serve h1 {
        margin-bottom: 1em;
    }
    .very-top-wrapper .top-socials .socials .phone {
        display: block;
        top: 0;
        left: 10px;
    }
    .most-recent .post {
        padding: 60px 20px;
    }
    .move-the-head .top-offer .textwidget p span {
        opacity: 1;
        cursor: pointer;
    }
}