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

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');

html { font-family: 'Source Sans Pro', sans-serif; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100% }
body { margin: 0 }
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block }
audio, canvas, progress, video { display: inline-block; vertical-align: baseline }
audio:not([controls]) { display: none; height: 0 }
[hidden], template { display: none }
a { background: transparent; text-decoration: none }
a:active, a:hover { outline: 0 }
abbr[title] { border-bottom: 1px dotted }
b, strong { font-weight: bold }
dfn { font-style: italic }
h1 { margin: .67em 0; font-size: 3em }
mark { color: #000; background: #ff0 }
small { font-size: 80% }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline }
sup { top: -.5em }
sub { bottom: -.25em }
img { border: 0 }
svg:not(:root) { overflow: hidden }
figure { margin: 1em 40px }
hr { height: 0; -moz-box-sizing: content-box; box-sizing: content-box }
pre { overflow: auto }
code, kbd, pre, samp { font-family: 'Source Sans Pro', sans-serif; font-size: 1em }
button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit }
button { overflow: visible }
button, select { text-transform: none }
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer }
button[disabled], html input[disabled] { cursor: default }
button::-moz-focus-inner, input::-moz-focus-inner { padding: 0; border: 0 }
input { line-height: normal }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0 }
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto }
input[type="search"] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield }
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none }
fieldset { padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0 }
legend { padding: 0; border: 0 }
textarea { overflow: auto }
optgroup { font-weight: bold }
table { border-spacing: 0; border-collapse: collapse }
td, th { padding: 0 }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box }
html { font-size: 62.5%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0) }
body { background-color: #fff }
input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit }
a { color: #0053a0; text-decoration: none }
a:hover, a:focus { color: #50a1eb; text-decoration: none }
a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px }
figure { margin: 0 }
img { vertical-align: middle; max-width: 100%; height: auto }
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto }
.img-rounded { border-radius: 6px }
.img-thumbnail { display: inline-block; max-width: 100%; height: auto; padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; transition: all .2s ease-in-out }
.img-circle { border-radius: 50% }
hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0 }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Source Sans Pro', sans-serit; color: inherit; font-weight: 300 }
h1, .h1, h2, .h2, h3, .h3 { margin: 0px 0px 10px }
h4, .h4, h5, .h5, h6, .h6 { margin: 0px 0px 10px }
h1, .h1 { font-size: 2.8em }
h2, .h2 { font-size: 2.2em }
h3, .h3 { font-size: 2em }
h4, .h4 { font-size: 18px }
h5, .h5 { font-size: 14px }
h6, .h6 { font-size: 12px }
p { margin: 0 0 15px }
small, .small { font-size: 85% }
cite { font-style: normal }
ul, ol { list-style: none; margin: 0; padding: 0 }
.text-left { text-align: left }
.text-right { text-align: right }
.text-center { text-align: center }
.text-justify { text-align: justify }
.container { max-width: 1280px; padding: 0px 20px; margin: 0px auto }
.row { margin-right: -15px; margin-left: -15px }
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after { display: table; content: " " }
.clearfix:after, .container:after, .container-fluid:after, .row:after { clear: both }
.center-block { display: block; margin-right: auto; margin-left: auto }
.pull-right { float: right !important }
.pull-left { float: left !important }
.hide { display: none !important }
.show { display: block !important }
.invisible { visibility: hidden }
.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0 }
.hidden { display: none !important; visibility: hidden !important }
[role="button"] { cursor: pointer }
.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px }
@media (min-width:768px) {
  .container { width: 750px }
}
@media (min-width:992px) {
  .container { width: 970px }
}
@media (min-width:1200px) {
  .container { width: 1170px }
}
.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px }
.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% }
}
.flex-control-nav { text-align: center; list-style: none }
.flex-control-nav li { display: inline-block; padding: 0 10px }
.flex-control-nav li a { display: block; overflow: hidden; text-indent: -7890px; width: 8px; height: 8px; border-radius: 8px; background-color: rgba(251, 237, 237, .74); cursor: pointer }
.flex-control-nav li a.flex-active { background-color: rgb(50, 170, 235) }
.core-tabSec { min-height: 200px }
.home-qualifications .widget-content { display: block; min-height: 110px; border-bottom: 1px solid #E2E2E2; margin-bottom: 15px }
.home-qualifications .widget-content .image-text-widget-image { width: 20%; height: 96px; float: left; padding-right: 20px }
.home-qualifications .widget-content .image-text-widget-text { text-align: left !important; display: inline-block; min-height: 96px; width: 80%; float: left; padding-left: 25px }
.home-qualifications .widget-content .image-text-widget-text a { font-size: 20px !important; color: #909090 !important; text-transform: inherit !important; line-height: 36px }
.home-qualifications .widget-content .image-text-widget-text a:hover { color: #ABABAB !important }


.home-form li label{font-size:16px;text-align:left;display:block}.hide-before-load{display:none}.testimonials-hide{display:none}



body{font-family: 'Source Sans Pro', sans-serif;font-size:16px;color:#656565;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
a{color:#32aaeb;-webkit-transition:opacity .2s ease-out;-moz-transition:opacity .2s ease-out;transition:opacity .2s ease-out}
.container{max-width:1170px}
.no-padding{padding:0px!important}
.header-cover{position:fixed;top:0;left:0;width:100%;z-index:5}
.header{margin:0px auto;background:#FFF;padding:0px 40px;height:70px;position:relative; box-shadow: 0px 1px 1px rgba(204, 204, 204, 0.41);transition:all 300ms ease}
.admin-bar .header-cover,.admin-bar .sm-menu-toggle{margin-top:32px}
.logo{display: inline-block;float: left;}
.main-nav{ display: inline-block;float: none;}
.main-nav li{display:inline-block}
.main-nav li ul{display:none}
p{font-size:18px;margin:0em 0em 1em;line-height:30px}
.entry{font-size:1.3125em}
.entry p{font-size:17px;margin:0em 0em 1em;line-height:32px}
.page-content h2{font-size:2.125em;margin:0em 0em 0.5em 0em;color:#32AAEB;font-weight:300}
.page-content .entry h2{font-size:1.62em;margin:0em 0em 0.5em 0em;color:#32aaeb}
.job-button{margin-top:15px;background:#EF3F54;text-shadow:none;border-radius:3px;border:2px solid #EF3F54;padding-left:20px;padding-right:20px;color:#FFF;font-size:16px;font-weight:600;padding:10px;text-transform:uppercase}
.job-button:hover{background:transparent;border:2px solid rgb(239,63,84);color:#EF3F54!important;transition:all 200ms ease}
.header nav li a{color:#646464;font-size:15px;padding:23px 8px;display:block;transition:all 100ms ease}
.header nav li:hover > a{color:#32a9eb}
.right-nav .contact a { font-size: 16px; padding: 23px 15px; }
.logo{padding:12px 0}
.logo img{ max-height: 44px; }
.phonehead{    margin-left: 3px;    color: #11284F !important;    font-weight: 700;}
.right-nav{float:right;}
.right-nav li{float:left}
.header .right-nav li a{color:rgba(88, 88, 88, 0.71)}
.footer-top{text-align:center}
.footer-top li{display:inline-block}
.footer-top li a{padding:20px 20px;display:block;font-size:26px;color:#fff}
.footer-top{    padding: 30px 0 0;
    background: #434343;
    color: #f3f3f3}
.footer-main{padding:36px 0px 0}
.footer-main .col-6{position:relative}
.footer-main .col-6 img{position:absolute;top:0;left:20px}
.footer-title{font-size:18px; font-weight:700;}
.footer-main p{font-size:14px}
.footer-main-content{margin-left:50px;padding-left:20px;border-left:1px solid #585858}
.footer-main-content p{font-size:14px;color:#fff;text-align:left;    line-height: 24px;}
.footer-main-content a{color:#fff}
.footer{background:#434343; margin-bottom:-15px;}
.footermtitle{font-size:20px;font-weight:700;color:#FFF;margin-bottom:20px;text-align:left;}
.footer-main-links a{display:inline-block;padding-left:17px;color:#848484}
.footer-main-links a:hover,.footer-main-links a:focus,.footer-main-links a:active{color:#9e9e9e}
.footer-menu li a{color:#fff;font-size:14px}
.footer-menu li span{color:#fff;font-size:14px}
.footer-menu > ul > li > a{text-transform:uppercase;font-weight:600;display:block;padding-bottom:8px}
.footer-menu > ul > li > span{text-transform:uppercase;font-weight:600;display:block;padding-bottom:8px}
#banner-video{width:100%;height:auto;display:block}
.banner-text{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;width:100%;height:25px;text-align:center}
.banner{position:relative;width:100%;background:#000;z-index:1;background-size:cover}
.banner-title-1{font-size:3em;font-weight:300;color:#fff;margin:0 auto}
.banner-title-2{font-size:1.444em;color:#ccc;margin:11px auto 10px auto}
.banner-bottom-wrap{margin-top:-40px;position:relative;z-index:2}
.banner-bottom-wrap .container{max-width:1340px}
.bb-col-ebook{background:#f4f4f4;padding:30px 30px;vertical-align:middle}
.bb-col-blog{background:#8e7da0;padding:30px 30px;vertical-align:middle}
.bb-title{font-size:1.5em;color:#646464;margin:0px 0px 5px;padding:0}
.bb-span{font-size:1.125em;color:#32aaeb;margin-top:33px;display:block}
.bb-col-blog .bb-title{color:#ffffff}
.bb-col-blog .bb-span{color:#dedede;margin-top:33px;display:block}
.banner-bottom-wrap .col-4{vertical-align:middle;text-align:center}
.banner-bottom-wrap .col-8{vertical-align:top}
.home-content-1{background-color:#F7F8F9;text-align:center;padding:5em 0em 2em}
.home-content-1 .row{margin-top:2em}
.home-content-1 h3{font-weight:700;text-transform:uppercase;color:#646464;font-size:1.3125em}
.hc-icon{width:150px;height:150px;border-radius:50%;margin:0px auto 2.25em}
.hc-icon img{padding-top:30px}
.home-content-1-border{border-bottom:1px solid #e5e5e5;margin:4em 0em 0em}
.hc-icon img{padding-top:30px;left:29px;position:relative}
.hc-icon1{background:#EF3F54}
.hc-icon2{background-color:#B5D73C}
.hc-icon3{background:#32AAEB}
.home-content-1 h1{color:#32aaeb;font-weight:300}
.asi-wrap{text-align:left;padding:3.7em 0em}
.asi-wrap span{display:inline-block;margin-right:6.7%}
.asi-wrap span,.home-qualifications span{font-size:1.125em;font-weight:700;text-transform:uppercase;color:#11284f}
.home-content-2{padding:5.5em 0 0 0;text-align:center;background:#fff}
.home-circle{width:250px;height:250px;border-radius:50%;border:2px solid #fff;display:table;vertical-align:middle;margin:auto;background:#fff;transition:all 300ms ease;color:#848484}
.home-circle:hover{color:#fff}
.home-circle-1{border:2px solid #f9d30c}
.home-circle-2{border:2px solid #f97f0c}
.home-circle-3{border:2px solid #32aaeb}
.home-circle-1:hover{background:#f9d30c}
.home-circle-2:hover{background:#f97f0c}
.home-circle-3:hover{background:#32aaeb}
.home-circle-1 span{color:#f9d30c;font-family: 'Source Sans Pro', sans-serif;font-size:30px;line-height:1}
.home-circle-2 span{color:#f97f0c;font-family: 'Source Sans Pro', sans-serif;font-size:30px;line-height:1}
.home-circle-3 span{color:#32aaeb;font-family: 'Source Sans Pro', sans-serif;font-size:30px;line-height:1}
.home-circle-middle{display:table-cell;margin:auto;vertical-align:middle;text-align:center}
.home-circle-middle:hover span{color:#fff!important}
.home-circle-middle strong{font-weight:700}
.home-content-3{background:#32aaeb;padding:5em 0em;text-align:center}
.home-content-3 h1{color:#FFF;font-weight:300}
.home-content-3 p{color:#00517d;width:65%;margin:0 auto}


.home-form ul{list-style:none}
.home-form li{width:50%;float:left;padding:0px 15px;margin-bottom:20px;position:relative}
.home-form li .fields{position:relative}
.home-form input{width:100%;border-bottom:1px solid #FFFFFF!important;background:none;border:none;padding:10px 0 5px;font-size:16px;-webkit-appearance:none}
.home-form input:focus{border-bottom:1px solid #FFFFFF!important;outline:none}
.home-form .phone label span{width:100%;display:block;font-size:15px}
.home-form .phone input{width:31.9%;padding:10px 0 5px}
.home-form .buttons{width:100%;margin:0 auto}
.home-form .buttons input{border:1px solid #FFFFFF!important;border-radius:3px;padding:12px;color:#FFF;font-size:16px;margin-top:10px;width:320px;transition:all 200ms ease}
.home-form .buttons input:hover,.home-form .buttons input:focus,.home-form .buttons input:active{background:#ef3f54;color:#FFFFFF}
.home-form input::-webkit-input-placeholder{color:#848484}
.home-form input:-moz-placeholder{color:#848484}
.home-form input::-moz-placeholder{color:#848484}
.home-form input:-ms-input-placeholder{color:#848484}
.bxline{position:absolute;right:10px;left:10px;top:43px;height:1px}
.home-form .hsubmit{background:rgba(247,248,249,0.8);color:#32AAEB;font-size:24px;padding:10px 60px;border:2px solid #32AAEB;border-radius:3px;width:auto;transition:all 300ms ease}
.home-form .hsubmit:focus{border:2px solid #fff}
.home-form .hsubmit:hover{background:#32aaeb;color:#fff}
.home-content-4{padding:5.5em 0em 7.5em;text-align:center}
.home-qualifications span{display:inline-block;margin-right:4%;border-right:1px solid #E2E2E2}
.home-qualifications{text-align:left;margin-top:2em}
.home-content-4-border{border-bottom:1px solid #e5e5e5;margin:5em 0em 5em}
.home-content-4 .container{max-width:1000px}
.home-testimonials .testimonial-img{margin-bottom:3em}
.home-testimonials-content p{color:#434343;font-size:1.625em}
.home-testimonials-content .testimonial-name{display:inline-block;color:#646464;font-size:1.125em}
.home-testimonials{text-align:center}
.home-testimonials-content p:after{width:1.730em;height:1.423em;display:inline-block;background:url(../images/quote-right.png) no-repeat;background-size:contain;content:'';margin-left:0.2em;position:relative;bottom:-0.27em;vertical-align:top}
.home-testimonials-content p:before{width:1.730em;height:1.423em;display:inline-block;background:url(../images/quote-left.png) no-repeat;background-size:contain;position:relative;content:'';margin-right:0.577em;vertical-align:bottom}
.home-testimonials .testimonial-img{border-radius:50%}
.page-heading{background-size:cover;background-position:center center;background-repeat:no-repeat;margin-top:60px;position:relative;position:relative}
.page-heading:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(50,170,235,0.5)}
.page-heading h1{color:#fff;font-weight:300;font-size:3em;margin:0px;padding:5px 0px;text-align:center;position:relative;z-index:3}
.page-heading h1:before{content:"[ ";color:#32aaeb}
.page-heading h1:after{content:" ]";color:#32aaeb}
.head-mask{background:#000000;position:absolute;width:100%;top:0;bottom:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";// ie8   filter:alpha(opacity=90);opacity:0.90;z-index:1}
.page-heading-cover{padding:8em 0em}
.wrap-gray{background:#f7f8f9}
.page-top-wrap{padding:}
.breadcrumbs{padding:15px 0px}
#breadcrumbs{font-size:14px}
.breadcrumbs a,.breadcrumbs span{color:#848484}
.breadcrumbs span.breadcrumb_last{color:#32aaeb}
.page-sub-titles{text-align:center}
.page-sub-titles h3{color:#11284f;text-transform:uppercase;font-size:1em;margin:0px 0px 0.7em;font-weight:700;letter-spacing:1px}
.page-sub-titles h2{color:#ef3f54;font-weight:300;font-size:2.625em}
.page-wrap-2{padding:5em 0em 6em}
.magenta-bg-text{text-align:center;font-size:2.625em;color:#fff;font-weight:300;background:#ef3f54;padding:0.8em 2em}
.magenta-bg-text span{font-size:0.4em}
hr{color:#e2e2e2;border:0;padding:0;margin:2em 0px;height:1px;background:#e2e2e2}
.double-hr hr{color:#e2e2e2;border:0;padding:0;margin:2em 0px;height:2px;background:#e2e2e2}
.page-testimonails{border-top:1px solid #e2e2e2;margin-top:2em}
.page-testimonails li{padding-top:5em}
.contact-page-content .breadcrumbs{padding:30px 0px}
.contact-page-form{background:#f7f8f9;border-radius:5px;padding:36px 80px;margin-bottom:3.5em}
.contact-page-form h2{text-align:center;margin:0;padding:0;font-weight:400}
.contact-page-form h3{text-align:center;font-size:1.3125em;font-weight:400;margin:0px 0px 0.7em}
.form-wrap{border-top:1px solid #e2e5e9;padding:50px 0px 20px;margin:35px 0px 0px}
.form-wrap li{width:50%;float:left;padding:20px;position:relative}
.form-wrap li input,.form-wrap li textarea{width:100%;border:1px solid #ffffff;background:#ffffff;padding:10px 9px 10px 9px;color:#11284f;font-size:21px;-webkit-appearance:none}
.form-wrap li:last-child{width:100%}
.form-wrap li textarea{height:100px;border:1px solid #E4E4E4!important;font-size:16px!important;color:#9C9C9C!important}
.ilabel{position:absolute;top:30px;left:30px;font-size:21px;z-index:2;transition:all 300ms ease;z-index:2;font-style:italic;cursor:text}
li.active .ilabel{top:-5px;font-size:16px;font-style:normal}
.form-wrap .ibutton{font-size:21px;padding:10px 60px;border:2px solid #ef3f54;border-radius:3px;width:auto;transition:all 300ms ease;background:#ef3f54;color:#fff}
.form-wrap .ibutton:focus{border:2px solid #ef3f54}
.form-wrap .ibutton:hover{background:#fff;color:#ef3f54}
.form-wrap .container{width:100%;text-align:center;margin-top:20px;padding:0px 15px}
.contact-page-bottom{text-align:center}
.contact-page-social li{display:inline-block;margin:8px;font-size:1.5em}
.cb-title{text-transform:uppercase;font-size:22px;margin:0px 0px 0.7em;font-weight:700;letter-spacing:0px;color:#ef3f54}
.contact-page-bottom span{font-weight:500;font-size:18px;display:block;padding-bottom:10px}
.contact-page-bottom p{margin:0px 0px 10px}
.cb-link{font-size:0.95em;color:#32aaeb;font-weight:700;padding-top:5px}
.cb-link a{color:#32aaeb}
.contact-page-social .fa-facebook{color:#39569a}
.contact-page-social .fa-twitter{color:#00aaf3}
.contact-page-social .fa-google-plus{color:#dc4930}
.contact-page-social .fa-linkedin{color:#0274b3}
.contact-page-social .fa-instagram{color:#517ea2}
#main .footer a:hover{color:#ddd}
.blogs-all ul{margin:0px -8px}
.blogs-all li{width:25%;    display: inline-flex;
    padding: 0px 15px;
    margin: 0px 0px 30px;}
.blog-box .info{    background: #F4F4F4;
    padding: 15px;
    min-height: 100px;
}
.blog-box .info a {color:#646464; font-size:18px; font-weight:400;line-height: 26px;}
.blog-box .info p{font-size: 15px; display:none;}
.blog-box .title{display:block;margin-bottom:15px;font-size:1.3125em;color:#434343}
.wp-pagenavi span,.wp-pagenavi a{display:inline-block;padding:14px 16px;margin-right:8px;margin-bottom:10px;background:#fff;color:#787878;border-radius:3px}
.wp-pagenavi a:hover{color:#5ebcea}
.wp-pagenavi .pages{display:none!important}
.wp-pagenavi .current{background:#5ebcea;color:#fff}
.blog-heading{padding-top:60px;text-align:center;background:#8e7da0;margin-bottom:0px;}
.blog-heading-cover{padding:2.5em 0em 2.5em}
.blog-heading h1{color:#fff;font-size:2.625em;font-family: 'Source Sans Pro', sans-serif;}
.blog-heading a{color:#fff}
.blog-heading span{color:#fff; font-family: 'Source Sans Pro', sans-serif;}
.blog-content-wrap .container{max-width:840px}
.blog-sharer{background:#32aaeb;text-align:center;padding:15px}
.blog-sharer span{display:inline-block;color:#fff;vertical-align:middle;padding-right:25px;color:#fff}
.blog-sharer ul{display:inline-block}
.blog-sharer li{display:inline-block;margin:0px 5px;vertical-align:middle}
.blog-sharer li a{display:block;width:38px;height:38px;line-height:38px;border-radius:50%;background:#fff;text-align:center;font-size:21px}
.blog-bottom-wrap{padding:3em 0em}
body.single .header{background:rgba(0,0,0,0.1)}
body.single .scrolled .header{background:#32aaeb}
.alignleft{float:left}
.alignright{float:right}
img.aligncenter{display:block;margin:0 auto 2em}
.capabilities-list-row h2{font-size:1em;text-transform:uppercase;font-weight:700;color:#11284f;padding-bottom:0.76em;margin-bottom:0.76em;border-bottom:1px solid #e2e2e2;padding-top:1.5em}
.capabilities-list-row li{display:block;padding:0.8em 0em}
.capabilities-list-row li span{display:inline-block;vertical-align:middle}
.capabilities-list-row li img{vertical-align:middle;margin-right:30px}
.capabilities-list-row ul{margin-bottom:1em}
.capabilities-list-row .col-6{padding-right:50px}
.leadertit{font-size:22px!important;color:#ADADAD!important;text-transform:inherit!important}
.blog-section ol { list-style: decimal; margin:15px 0 15px 10px;}
.blog-section li {  margin-left: 30px !important; font-size: 18px;}
.blog-section ul { list-style: square; margin: 0 0 15px 10px;}


.header-container-wrapper{height:60px;width:100%;}
.header-container{position:fixed;width:100%;z-index:999;}

@media (min-width:767px){
    .para-2-col{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:1.8em;-moz-column-gap:1.8em;column-gap:1.8em;margin-top:35px;margin-bottom:2em}
    .page-testimonails .testimonial-img{float:left;width:12%;margin-left:12%;margin-top:-12px}
    .page-testimonails .home-testimonials-content{float:right;width:66%;margin-right:8%;text-align:left}
    .page-testimonails .home-testimonials-content p{position:relative;font-size:16px;line-height:27px}
    .page-testimonails .home-testimonials-content p:before{position:absolute;left:-2em;top:-0.5em}
}
@media (min-width:992px){
    .main-nav li{position:relative}
    .main-nav li ul{display:block;visibility:hidden;opacity:0;min-width: 220px;
    background: #fff;
    top: 100%;
    left: 0px;
    position: absolute;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.175); transition:all 300ms ease;}
    .main-nav li ul li{float:none;width:100%;text-align:left}
    .main-nav li ul li a{padding:10px 20px;color:#848484}
    .main-nav li ul li:hover > a{    color: #ffffff;
    background: #5bc5ff;}
    .main-nav li:hover > ul{visibility:visible;opacity:1}
    .nav-wrap{    text-align: center;}
    .phone-mobile{display:none}
}
@media (min-width:960px) and (max-width:1100px){
    .orange-slider-wrap{min-height:763px!important}
    .home-control-left{width:40%!important}
    .home-control-right{width:60%!important}
    .home-control-right img{top:46px!important}
    #home-control{padding:85px 0 41px!important}
}
@media (min-width:1025px){
    .home-form .row{margin:0px -40px}
    .home-form li{padding:0px 15px}
}
@media (max-width:1200px){
    .asi-wrap span{margin-right:40px}
}
@media (max-width:1024px){
    .bb-col-ebook,.bb-col-blog{padding:30px 30px}
    .asi-wrap span{margin-right:30px}
}
@media (max-width:1300px){
    .banner{padding-top:60px}
}
@media (max-width:1024px){
    body{font-size:15px}
    .header nav li a{padding:18px 10px}
    .logo{left:30px}
    .right-nav{right:15px}
    .bb-col-ebook,.bb-col-blog{padding:30px 15px}
    .contact-page-form{padding:36px 40px}
    .blogs-all li{width:33.33333%}
}
@media (max-width:991px){
    body{font-size:14px}
    .phonehead{padding:0!important;text-align:center!important}
    .sm-menu-toggle{    right: 0;
    top: 0;
    float: right;
    width: 56px;
    cursor: pointer}
    .sm-menu-toggle > span{    width: 29px;
    margin: 0px auto 0;
    padding:8px 0 11px;}
    .sm-menu-toggle span{display:block;transition:all 300ms ease;transform-origin:50% 50%;-webkit-transform-origin:50% 50%}
    .sm-menu-toggle > span span{    width: 26px;
    background: #888;
    height: 2px;
    margin: 3px 0;
    float: left;}
    .nav-wrap{display:none;width:100%;position:fixed;top:70px;    border-top: 1px solid #f1f1f1;left:0;background:#FFF;padding:5px 0px 15px}
    body.single .nav-wrap{background:#ececec}
    body.single .header .nav-wrap li a{color:#848484}
    .sm-menu-toggle.sm-menu-on span span:first-child{opacity:1;transform:translateY(8px) rotate(45deg);transform-origin:50% 50%;-webkit-transform:translateY(8px) rotate(45deg);-webkit-transform-origin:50% 50%}
    .sm-menu-toggle.sm-menu-on span span{opacity:0}
    .sm-menu-toggle.sm-menu-on span span:last-child{opacity:1;transform:translateY(-8px) rotate(-45deg);transform-origin:50% 50%;-webkit-transform:translateY(-8px) rotate(-45deg);-webkit-transform-origin:50% 50%}
    .right-nav{position:relative;top:0;left:0;float:none}
    .header .right-nav li a{margin:0;border:0!important}
    .nav-wrap li{display:block;float:none;width:100%;text-align:left}
    .header .nav-wrap li a{padding: 9px 0;
    text-align: center;
    font-size: 16px;}
    .header .nav-wrap li li a{font-size: 14px;
    padding: 4px 0;
    font-style: italic;
    color: #a7a7a7;}
    .header .nav-wrap li ul{padding:0px 0px 4px 0px;display:block}
    .getstartedbtn{margin:15px 15px 0!important}
    .asi-wrap span.asi-title{display:block;text-align:center;margin-bottom:4em}
    .asi-wrap span{margin:0px 10px}
    .asi-wrap{text-align:center;padding:2em 0em}
    .home-circle{width:200px;height:200px}
    .home-circle p{font-size:1em}
    .home-form li{padding:0px 15px;margin-bottom:30px}
    .footer-main .col-2{width:25%;margin-bottom:30px}
    .footer-main .col-2:last-child{margin-bottom:0px;width:50%}
    .footer-main .col-2:last-child li ul{margin:0px -15px}
    .footer-main .col-2:last-child li li{width:50%;float:left;padding:0px 15px}
    .footer-menu li a{padding-bottom:10px;display:block}
    .home-qualifications span:first-child{width:100%;display:block;margin-bottom:20px;text-align:center}
    .home-qualifications span{margin:0;display:inline-block;padding:0px 15px}
    .home-qualifications{text-align:center}
    .contact-page-form{padding:36px 20px}
    .banner-title-1{font-size:3em}
    .blogs-all li { width: 49% !important;}
}
body{font-size:12px}
.banner-bottom > .table-row{display:block}
.banner-bottom .col-6{display:block}
.banner-bottom-wrap .col-8{vertical-align:middle}
.bb-col-ebook,.bb-col-blog{padding:20px 10px}
.banner-bottom-wrap .container{padding:0}
.home-content-1 .col-4{margin:0px auto}
.home-content-2{padding-bottom:4em}
.home-form li{width:50%;margin-bottom:30px}
.home-form .container{padding:0px 25px}
.home-form .hsubmit{padding:10px 0px;width:100%}
.form-wrap .ibutton{padding:10px 0px;width:100%}
.form-wrap li{width:100%}
.contact-page-bottom .col-6{width:50%}
.contact-page-social ul li a i{font-size:24px}
.contact-page-bottom .col-6:first-child{margin-bottom:30px}
.blogs-all li{width:33%;}
.blog-box a img{ height: 215px; width: 100%;}
.blog-box { width: 100%;}

.banner-video{overflow:hidden;height:525px;position:relative}
.banner #banner-video{width:100%;height:auto;position:absolute;top:0}
.banner-bottom-wrap{margin:0}
@media (max-width:679px){
    .home-content-2 .col-4{float:none;width:100%;max-width:350px;margin:0px auto 30px}
    .home-content-2{padding-bottom:3em}
    .footer-main .col-6{width:100%;margin-bottom:35px}
    .footer-main .col-2{width:50%;margin-bottom:30px;display:none}
    .footer-main .col-2:last-child{margin-bottom:0px;width:100%}
    .blogs-all li{width:100% !important}
    .capabilities-list-row .col-6{width:100%}
    .container { width:100% !important; padding:0 10px;}
    .blog-box a img { height: 100%;  width: 100%;}
}
@media (max-width:782px){
    .admin-bar .header-cover,.admin-bar .sm-menu-toggle{margin-top:46px}
}
/*@media screen and (max-height:600px){
    .header-cover{position:absolute;margin:0px!important}
    .nav-wrap,.sm-menu-toggle{position:absolute;border-top:1px solid #4AB6F1;margin:-1px 0px 0px 0px!important;background:#2E99D4}
}*/
.ss-tabs-title{border-top:1px solid #dfe1e4;border-bottom:1px solid #dfe1e4;background:#f1f3f4}
.ss-tabs-title .container{max-width:1500px}
.ss-tabs-title .ss-tab-col{padding:40px 30px 30px;text-align:center;cursor:pointer;border-left:1px solid #dfe1e4;font-size:18px}
.ss-tabs-title .ss-tab-col:last-child{border-right:1px solid #dfe1e4}
.ss-tabs-title .ss-tab-col img{display:block;margin:0px auto;padding-bottom:50px}
.ss-tabs-wrap .container{padding:0 70px}
.contact-page-content-wrap{background:#FFFFFF}
div#promote-search1:hover{background-color:#fff}
div#forth-social1:hover{background-color:#fff}
div#adex1:hover{background-color:#fff}
l"".ss-tabs-wrap{overflow:hidden}
.ss-tabs-wrap .container{padding:0 70px}
.ss-tabs-wrap.page-content{background-color:#fff}
.ss-tabs-content h2{font-size:45px;color:#5ebcea;font-weight:300;margin:0;padding:0}
.ss-tabs-content .clearfix{margin-bottom:50px}
@media (min-width:992px){
    .vertical-height{margin-top:5%}
    .rotatingtweets{height:72px!important}
}
.ss-tabs-content{margin-top:20px;margin-bottom:20px}
.hero-columns .one-third{width:33%;float:left;padding:0 10px;text-align:center;height:400px}
.hero-columns{margin:0px auto 0px;overflow:auto;clear:both;color:#fff}
p.one-third-text{padding:40px}
.hero-columns .one-third p{padding-top:10px}
.container-two{padding:25px}
.container-one{padding:25px}
@media (max-width:767px){
    .hero-columns .one-third{width:100%}
    .one-third img{max-width:411px}
    .ss-tabs-title{display:none}
    .header { padding: 0px 5px !important }
}
h2.red.center{text-align:center}
.text-center h1{color:#32AAEB;font-weight:300}
.pag-core-values h2{font-size:30px}
.pag-core-values{background-color:#e8f7ff}
.pag-core-values .core-tab-sec{display:block;width:100%}
.pag-core-values .core-tab-sec .core-tabNav{text-align:center}
.pag-core-values .core-tab-sec .core-tabNav li{display:inline-block;vertical-align:top;width:30%;margin:0 1.5%}
.pag-core-values .core-tab-sec .core-tabNav li a{display:block;width:100%;text-align:center}
.pag-core-values .core-tab-sec .core-tabNav li figure{display:block;width:100%;position:relative}
.pag-core-values .core-tab-sec .core-tabNav li img{display:block;width:50%;margin:0 auto;transform:translateY(0px);-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}
.pag-core-values .core-tab-sec .core-tabNav li img::after{position:absolute;width:64%;height:12%;left:0;right:0;bottom:32px;margin:auto;z-index:1;content:"";box-shadow:0 50px 24px rgba(0,0,0,0.1);opacity:0;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}
.core-tabNav div{display:inline-block;vertical-align:top;background-color:#fff;color:#646464;font-weight:600;padding:3px 8px;letter-spacing:5px;position:relative;z-index:2;margin-top:35px;font-size:15px;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}
.core-tabNav div::after{width:0;height:0;content:'';position:absolute;left:0;right:0;bottom:-22px;margin:auto;border:solid 12px transparent;opacity:0;border-top-color:#e8f7ff;-webkit-transition:all 0.4s ease-in-out;-moz-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;-ms-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out}
.core-tabNav div .active a{background-color:#646464;color:#fff}
.core-tabNav div .active a::after{opacity:1;border-top-color:#646464}
.core-tabNav div .active:hover a{transform:translateY(-15px)}
.clearfix{clear:both}
.row{display:inline-block;width:100%;position:relative}
.inner{margin:0 5%;display:block}
.inner h2{text-align:center}
.inner p{text-align:center;font-size:18px;line-height:30px}
.whiteboard{text-align:center}
.pag-partner{text-align:center}
.pag-partner ul{text-align:center;margin:0;padding:0;display:block}
.pag-partner ul li{margin:0;padding:0;display:block;padding:0 13px;display:inline-block;vertical-align:middle}
.pag-partner ul li a{display:block}
.pag-partner ul li a{display:block;max-width:100%}
.spacer-in{width:100%;display:block;height:60px}
.spacer-inn{width:100%;display:block;height:80px}
.core-tabCnt{display:block;padding:70px 0 0}
.core-tabSec{border-left:solid 10px #ef3f54;background-color:white;padding:25px 80px}
.core-tabSec p{margin-bottom:30px;margin-top:30px;line-height:30px}
h2.red{padding:1em}
.ss-tabs-wrap h1{color:#32AAEB;padding:30px;font-weight:300}
.col-4{width:33.33%;float:left!important;text-align:left!important}
h1.title{text-align:center;color:#EF3F54;font-weight:300}
div#benefits li{padding:10px}
@media (max-width:853px){
    .pag-core-values .core-tab-sec .core-tabNav li{width:100%;margin-bottom:3em}
    .core-tabSec{padding:25px 35px}
    img.partner{height:80px}
    .spacer-inn{height:20px}
}
@media (max-width:853px){
    .page-id-23 .ss-tabs-content .col-6{width:100%;margin-top:20px;margin-bottom:20px}
}
.container-circles{width:100%;margin:0 auto;padding:1% 1% 5% 1%}
.container-circles ul li{display:inline;text-align:center}
.container-circles a{display:inline-block;width:33%;padding:.75rem 0;margin:0;text-decoration:none;color:#333}
div#tab3{display:none}
div#tab2{display:none}
.container-circles .two:hover ~ hr{margin-left:33%}
.container-circles .three:hover ~ hr{margin-left:66%}
.container-circles .four:hover ~ hr{margin-left:99%}
.container-circles .hc-icon{width:150px;height:150px;border-radius:50%;margin:0 auto}
.container-circles hr{height:.25rem;width:33%;margin:0;background:#ef3f54;border:none;transition:.3s ease-in-out}
.text-intro{padding:0% 10% 5% 10%;margin:0 auto}
.container-circles ul li img{position:relative;top:-134px}
.container-circles h3{font-weight:400}
.one-third.three{background:#EFF0F2;padding-top:45px}
.one-third.one{background:#60BFF5}
.one-third.two{background:#E76974}
.one-third.four{background:#b5d73c}
.one-third.six{background:#ECC725}
.one-third.eight{background:#E76974}
.one-third.ten{background:#ccc}
.one-third.five{background:#ECC725;padding-top:30px}
.one-third.seven{background:#60BFF5;padding-top:30px}
.one-third.nine{background:#b5d73c;padding-top:30px}
.one-third.eleven{background:#B5D73C}
.one-third.twelve{background:#ECC725}
.one-third.thirteen{background:#60BFF5}
.one-third.fourteen{background:#ccc}
.one-third.fifteen{background:#E76974}
#object{visibility:hidden}
#icon-animated{visibility:hidden;-webkit-animation-duration:3s;-webkit-animation-delay:1.2s}
@media (max-width:767px){
    .col-6{width:100%}
    .col-4{width:100%}
}
img.one-third-icon.green{padding-top:30px}
#logos{margin:0;padding:0;display:block;width:100%}
#logos li{margin:0;padding:0;display:block;width:50%;float:left;position:relative;padding:50px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;height:399px}
#logos li div img.logo-hold{width:100%}
#logos li div img{display:block;max-width:90%;margin:0 auto}
#logos li div img.logo-file{display:block;position:absolute;left:0;right:0;top:0;bottom:0;margin:auto}
.logos-text{text-align:center;padding:25px;margin:0 auto}
.logos-text h1{color:#EF5941;text-align:center}
#desktop-view img{display:block;max-width:100%;margin:0 auto;padding:35px}
#work-views{margin:0;padding:0;display:block;text-align:center}
#work-views li{margin:0;padding:0;display:block;background-color:#f7f7f7;text-align:center}
.brochure-view img{display:block;max-width:100%;margin:0 auto;padding:35px}
#work-views #tab-view.spring,#work-views .tab-view.spring{background-color:#ebebeb;padding-bottom:0}
#work-views #tab-view .col,#work-views .tab-view .col{width:48%;display:block;float:right}
#work-views #tab-view .col3,#work-views .tab-view .col3{width:33%;display:block;float:right}
.hc-icon.hc-icon-front1{background-color:#3DAEEC}
.hc-icon.hc-icon-front2{background-color:#F97F0C}
.hc-icon.hc-icon-front3{background-color:#F9D30C}
@media (max-width:767px){
    .container-circles ul li{display:block;top:-128px}
    .home-content-2{padding-bottom:0em}
}
.sm-page-title{background:#eee;text-align:center}
.sm-page-content-wrap .sm-page-title h3{letter-spacing:5px;font-weight:700;text-transform:uppercase;font-size:18px;padding-top:30px}
.sm-page-content-wrap .sm-page-title h1{color:rgba(239,63,84,0.79);padding:50px}
.sm-tagline-pink{background:#e76974;height:90px;width:100%}
.sm-content-grey p{text-align:center;padding:27px;color:white;font-size:27px;font-weight:300;width:100%;height:100%;position:relative}
.sm-content-last{margin-top:40px;margin-bottom:40px;position:relative;padding:20px}
.sm-content-last .col-6.right{position:relative;top:53px}
.sm-content .col-6.right p{position:relative;top:41px}
.sm-content-grey{padding:15px}
.sm-content{padding-top:20px;padding-bottom:20px;padding-left:5px;padding-right:5px}
.home-testimonials .sm-test-img{float:left}
@media (max-width:1200px){
    .header nav li a{    padding: 24px 6px;
    font-size: 14px;}
    .nav-wrap { text-align: center;}
    .right-nav .contact a {
    font-size: 14px;
    padding: 24px 15px;}
}
button.btn-navigation{position:relative;top:12px;color:white;border:2px solid #fff;padding-left:13px;padding-right:13px;padding-top:7px;padding-bottom:7px;background:#fff;color:#00b9eb;font-weight:600;border-radius:3px}
button.btn-navigation:hover{background:transparent;border:2px solid #fff}
button.btn-navigation a:hover{color:#fff}
.page-wrap-cta a{display:inline-block;padding:8px 25px;background:#5ebcea;display:inline-block;color:#fff;font-size:18px;font-weight:400;height:41px;border-radius:3px;transition:all 300ms ease}
.page-wrap-cta a.btn:hover{background:transparent;border:2px solid #5ebcea;color:#5ebcea;font-weight:500}
.page-wrap-cta{padding:50px}
.bottom-footer-links{display:-webkit-inline-box;position:relative;width:100%;margin:0 auto;font-size:13px}
.footer-main-links{display:block;border-top:2px solid #565353;padding:16px;width:1200px;margin:0 auto;text-align:center;color:#848484;}
.bottom-footer-right{width:65%;float:right;margin:0px}
.foot-logo{float:left}
span#cert{padding:0 15px 14px 0; min-height: 82px;}
.contact-quote{background-size:cover;text-align:center;color:#fff;padding:93px 0;font-size:21px}
.quotee{color:white}
p.quote{color:#fff}
.page-content .container{padding:0 15px}
.page-wrap-white{padding:0!important}
.plans-table-n{padding:0!important}
#main .price-col{text-align:center}
.price-col{background:#fff;border:1px solid #ececec}
.plans-table-n p{font-size:18px;padding:0 0 15px;font-weight:300;margin:0}
a.top-right.top-tab{padding:0 70px}
.col-6 .left{width:50%;float:left;padding:0 20px}
.col-6 .right{width:50%;float:right;padding:0 20px}
.pt-cell{border-top:1px solid #ececec;padding:10px 0;margin:0 10px}
.pt-cell-btn .btn.btn-orange{display:block;width:100%;max-width:155px;padding-left:10px;padding-right:10px;margin:0 auto}
.price-col-2 a.btn{background:#58adea;font-weight:600}
.btn.btn-orange{display:inline-block;font-size:18px;color:#fff;padding:8px 35px;border-radius:3px;background:#fbb315;transition:all 300ms ease}
.plan-tab a{width:300px;height:41px;text-align:center;font-size:18px;color:#787878}
.plans-table-n .col-4{margin:0!important;padding:0 10px!important;text-align:center}
.pt-cell.smll-cell{padding:10px 20px;overflow:auto;clear:both;font-size:16px}
.blank-cell{border-top:0;min-height:44px}
.bl-cell{background-color:rgba(187,221,247,.22);margin:0}
.pt-cell sup{position:relative;font-size:35%;line-height:0;vertical-align:baseline;top:-1.5em}
.pt-cell strong{font-size:100%;display:block}
.pt-price{margin:0;padding:10px;background:#f0f0f0}
.pt-cell-no-border{border:0}
.pt-price sup{font-size:33.333%;top:-1.333em}
.pt-price sub{font-size:33.333%;bottom:0}
.pt-price{font-size:48px;font-weight:300}
a.top-left.top-tab{margin-left:100px}
a.top-right.top-tab{margin-left:100px}
.plans-table-n .col-4{margin:0!important;padding:0 10px!important;text-align:center}
.pt-cell-btn{padding:15px 0;border-top:1px solid #ececec;margin:0 20px}
.page-content img#logo-icon{position:relative;top:100px}
@media (max-width:700px){
    .box.pink{left:0px;position:relative;width:100%}
}
@media (max-width:767px){
    .col-3{width:50%;padding:24px 13px}
}
@media (max-width:767px){
    .wcs-arrows{display:none}
    .core-tabCnt{display:none}
}
@media (max-width:480px){
    .page-heading-cover{padding:3em 0em!important}
    .perkBen-list .col-4{padding:0!important}
}
@media (max-width:320px){
    .capabilities-list-row li img{margin-right:10px!important}
    .entry ul li{font-size:16px!important}
    .capabilities-list-row .col-6{padding-right:0!important}
    #cert img{margin-bottom:15px!important}
    .orange-slider-left li{margin:0 5px 12px!important}
    div#benefits li{padding:10px 0!important;width:100%!important;display:inline-block!important}
}
.page-id-34 .page-heading{display:none}
h3.benefits-h1{font-size:18px;margin-left:15px;font-weight:500;color:#EF3F54;display:inline-block;width:100%}
h3.career-h3{margin:0px auto;text-align:center;font-weight:500;letter-spacing:1px;font-size:30px;color:#55B8EE}
.page-id-12216 .whiteboard{text-align:center;position:relative;bottom:28px}
.page-id-12216 .whiteboard li.whr-date{display:none}
.page-id-12221 .page-content .container{padding:0px!important}
.page-id-12304 .home-content-3{display:none}
.page-id-12304 .breadcrumbs span{display:none}
.thank-you{margin-bottom:20px;padding:20px;color:#ef3f54}
.deliverables-table{margin:0px auto 30px;width:100%;max-width:800px;overflow:auto;color:#333333}
.deliverables-table table{margin:0px 0px 30px;border-top:1px solid #e6e6e6;border-left:1px solid #e6e6e6;width:100%}
.deliverables-table td,.deliverables-table th{padding:10px 10px;font-size:1.25em;border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6;text-align:center}
.deliverables-table th{color:#333333;background:#ffffff;font-weight:normal}
.deliverables-table th:nth-child(2){color:#42b4ed}
.deliverables-table th:nth-child(3){color:#fb8013}
.deliverables-table strong{font-weight:bold}
.deliverables-table td:first-child{background:#f7f7f7;text-align:left}
.deliverables-table tr:nth-child(2n) td:first-child{background:#eaeaea}
.deliverables-table tr td:nth-child(2){background:#f5fbfe}
.deliverables-table tr:nth-child(2n) td:nth-child(2){background:#e8eef1}
.deliverables-table tr td:nth-child(3){background:#fef9f3}
.deliverables-table tr:nth-child(2n) td:nth-child(3){background:#f2ece7}
.deliverables-table h4{text-transform:uppercase;font-weight:600;color:#33294f}
.deliverables-table h2{font-size:2.5em;margin:0px 0px 0.2em}
.deliverables-table h3{font-size:1.5em;color:#602957}
.deliverables-table .title_content{padding-bottom:2em;font-size:18px;color:#848484}
.deliverables-table .title_content p{font-size:1em}
.deliverables-table table{margin-bottom:3em}
.deliverables-table ul{margin-left:20px;list-style:disc}
.deliverables-table ul li{margin:4px 10px}
.footcumenu { margin-bottom:20px;}
.footcumenu li{line-height:22px;width:100%;text-align:left;}
.footcumenu li a{padding: 3px 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    line-height: 24px;}
.footcumenu li a i{padding-right:8px}
.footcumenu li a:hover,.footcumenu li a:focus,.footcumenu li a:active{color:#818181;}
.hbspt-form li{padding: 9px 0;color: #EF5350;}
.blog-content-wrap h1, .blog-content-wrap h2, .blog-content-wrap h3 {
    font-weight: 800 !important;
    font-family: 'Source Sans Pro', sans-serif;
}
.blog-content-wrap p { color: #252525 !important; font-family:'Source Sans Pro', sans-serif !important;}
.blog-content-wrap p span { color: #252525 !important; font-family: 'Source Sans Pro', sans-serif !important;}
.blog-content-wrap ol li {font-size: 17px;line-height: 33px;list-style-type: decimal !important;color: #252525;padding-bottom: 18px;margin-left: 14px;}
.blog-content-wrap ul li {font-size: 17px;line-height: 33px;list-style-type: initial;color: #252525;padding-bottom: 18px;margin-left: 14px;}
.hbspt-form li { margin-bottom: 0 !important;}
/* Holiday Page */
.page-id-12689 .page-heading {min-height: 360px !important;}
.page-id-12689 .page-heading-cover {padding: 9em 0em !important;}
.page-id-12689 .page-heading:before { background: none !important;}
.page-id-12689 .page-heading h1:after {content: ""!important;}
.page-id-12689 .page-heading h1 { font-size:4em !important}
.holidaywrap { width: 70%; margin: 0 auto;}
@media only screen and (min-width:960px) and (max-width:1240px) {
.holidaywrap { width: 75% !important; margin: 0 auto;}
.footer-main-links {width:100% !important;}
}
@media only screen and (min-width:768px) and (max-width:959px) {
.holidaywrap { width: 85% !important; margin: 0 auto;}
.footer-main-links {width:100% !important;}
}
@media only screen and (max-width:767px) {
.holidaywrap { width: 98% !important; margin: 0 auto;}
.footer-main-links {width:100% !important;}
.contactForm.hbspt-form input {
    width: 100% !important;
}
.request-consult-form { display: inherit !important; padding: 30px 22px !important; }
}
.bghol {background:url('../images/bg-hol.png'); background-size: contain; background-position: center center;   background-repeat: repeat-x;}

.container-fluid{width:100%;padding:0px;}
.page-heading {margin-top:0px;}
.post-item{width:100%;}
.post-item:hover .info { background:#c4eaff; transition: all 300ms ease;}
.row-fluid [class*="span"]{min-height:0px !important;}

.blog-pagination{}
.blog-pagination a{display:inline-block;padding:10px;}



.blog-content-wrap{padding-top:20px;padding-bottom:30px;}

.hs-blog-social-share-list, .hs-blog-social-share-list li{list-style:none;list-style-type:none !important;padding:0px;margin:0px;line-height:1 !important;}
.hs-blog-social-share{height:auto !important;}
.hs-blog-social-share-list{width:100%;float:none;margin:20px 0px;}
.blog-heading{padding-top:0px;background:#393F87;}

.full-article-footer {
    border-top: 1px solid #E0DFDB;
}




.article-footer {
    padding: 20px 10px 10px 10px;
    min-height: 115px;
    display:table;
}




.avatar-module {
    display: table-cell; 
    vertical-align: middle;width:150px;
}

.avatar-desc-module {
    display: table-cell; 
    vertical-align: middle;
}



.avatar-module img {
    border-radius: 50%!important;
    height: 120px!important;
    width: 120px!important;
    float: left;
    margin:0px 20px 0px 20px;
}




.article-footer p {
    line-height:1.5em;
    padding-left:15px;
}




a.author-link {
    font-size:25px;
    line-height:2em;
    text-decoration:none;
}




a.author-link:hover {
    color:#000000;
    text-decoration:none;
}




@media (max-width:750px) {
.article-footer {
display:inherit;
margin:0px;
}




.avatar-module {
display:inherit; 
vertical-align: none;
width:100%;
}


.avatar-desc-module {
display:inherit; 
vertical-align: none;
}





.avatar-module img {
margin-left: auto;
margin-right: auto;
display: block;
float:none;
margin-top:0px;
}




.article-footer p {
text-align:center;
padding-left:0px;
}
}

.blog-pagination a {font-size: 16px;
    margin-bottom: 30px;
    margin-top: 30px;
    background: #33a8eb;
    color: #ffffff !important;
    margin: 0 0 40px;
    font-weight: 600;
    border-radius: 3px;
    padding: 11px 36px;
    text-align: center;}

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

/*.blog-pagination .next-posts-link{float:right;}*/
/*.blog-pagination .previous-posts-link{float:left;}*/

.post-footer{padding:30px 20px;max-width:540px;margin:0px auto;}

#comment-form{padding:30px;background:#ececec;}
#comment-form input{border:1px solid #ccc;padding:10px;border-radius:3px;background:#fff;} 
#comment-form textarea{border:1px solid #ccc;padding:10px;border-radius:3px;background:#fff;}

#comment-form .hs-form-field{margin-bottom:20px;}
#comment-form .hs-button.primary{color:#fff;background:#32aaeb;border:1px solid #32aaeb;font-size:18px;font-weight:bold;padding:10px 20px;}
#comment-form .hs-button.primary:hover{color:#fff;background:rgba(50,170,235,0.9);}
.hs-form-booleancheckbox input{margin-right:10px;}

.hs-blog-social-share-list.fixto-fixed{     background: #f7f7f7;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.03);
    top: 70px !important;
    left: 0 !important;
    width: 100% !important;}

.hs-blog-social-share-list.fixto-fixed li{}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item{display:inline-block !important;float:none !important;margin:0;padding:0;}
.hs-blog-social-share .hs-blog-social-share-list{padding:10px;margin:0px;text-align:center;}

/*
.blog-form{}
.blog-form h3{text-align:center;}
.hs-blog-post .blog-form{display:block;}

.blog-form-wrapper{margin: 0px auto !important;float:none !important;max-width:840px;padding:30px 0px;display:none;}
.blog-form-surround{background:#ececec;display:none;}
.hs-button{
    border: 1px solid #FFFFFF !important;
    border-radius: 3px !important;
    padding: 12px !important;
    color: #FFF !important;
    font-size: 16px !important;
    margin-top: 0px !important;
    width: 100% !important;
    transition: all 200ms ease;
    background: #ef3f54 !important;
    -webkit-appearance: none;
}

 .hs-input {
    color: #4c4c4c !important;
    outline: none !important;
    border-radius: 0 !important;
}

.hs-input {
    width: 100%;
    -webkit-appearance: none;
    background: #ffffff;
    padding: 14px 9px 10px 9px !important;
    border: 1px solid #E6E1E1 !important;
    font-size: 16px !important;
    color: #9C9C9C !important;}
    
 .hs-form-field {padding: 20px 15px 5px 15px !important;}
 
 .hs-form-field.hs_lastname,
 .hs-form-field.hs_firstname {
    width: 50% !important;
    float: left;
    
    }
    
    
    .hs-form-field > label {
    width: 100%;
    display: block;
    margin-top: -10px;
    font-size: 15px;
    margin-bottom: 10px;
    color: #969696;}
    
.hs_submit{padding: 20px 15px 5px 15px !important;}    */




.home-content-3{background:rgba(0,0,0,.04);padding:5em 0em;text-align:center}
.home-content-3 h1{color:#50a1eb;font-weight:300}
.home-content-3 p{color:#555;width:65%;margin:0 auto}

.home-form ul{list-style:none}
.home-form li{width:50%;float:left;padding:0px 15px;margin-bottom:20px;position:relative}
.home-form li .fields{position:relative}
.home-form input{width:100%;border-bottom:1px solid #555 !important;background:none;border:none;padding:10px 0 5px;font-size:16px;-webkit-appearance:none}
.home-form input:focus{border-bottom:1px solid #555 !important;outline:none}
.home-form .phone label span{width:100%;display:block;font-size:15px}
.home-form .phone input{width:31.9%;padding:10px 0 5px}
.home-form .buttons{width:100%;margin:0 auto}
.home-form .buttons input{border:1px solid #FFFFFF!important;border-radius:3px;padding:12px;color:#FFF;font-size:16px;margin-top:10px;width:320px;transition:all 200ms ease}
.home-form .buttons input:hover,.home-form .buttons input:focus,.home-form .buttons input:active{background:#ef3f54;color:#FFFFFF}
.home-form input::-webkit-input-placeholder{color:#848484}
.home-form input:-moz-placeholder{color:#848484}
.home-form input::-moz-placeholder{color:#848484}
.home-form input:-ms-input-placeholder{color:#848484}
.bxline{position:absolute;right:10px;left:10px;top:43px;height:1px}
.home-form .hsubmit{background:rgba(247,248,249,0.8);color:#32AAEB;font-size:24px;padding:10px 60px;border:2px solid #32AAEB;border-radius:3px;width:auto;transition:all 300ms ease}
.home-form .hsubmit:focus{border:2px solid #fff}
.home-form .hsubmit:hover{background:#32aaeb;color:#fff}

.hs-blog-id-631924870 .disqus-comment { display:none; }
.hs-blog-post .disqus-comment {
    display: block !important;
}
.home-form .hbspt-form {
	text-align: left;
}
.home-form .hbspt-form .form-columns-2 .hs-form-field {
    width: 50%;
}
.home-form .hbspt-form label {
       font-size: 16px;
    font-weight: 600;
}
.home-form .hbspt-form .hs-input {
    width: 100%;
    border: 0 !important;
    border: 1px solid #cecece !important;
    background: #FFF;
    border-radius: 3px;
    margin: 10px 0 3px;
    border: none;
    padding: 11px;
    font-size: 16px;
    -webkit-appearance: none;
    color: #5a5a5a !important;
}
.hs-error-msgs li {
    display: block;
    width: 100%;
    padding: 0;
        margin-top: 5px;
}
.hs-error-msgs label {
    color: #ff173e;
    font-weight: 400 !important;
    font-size: 14px !important;
    font-style: italic;
}
.page-id-12159 .hbspt-form .hs-input { color:#4c4c4c !important; outline:none !important; border-radius:0 !important }

.home-form .hs_submit input {
    border: 1px solid #FFFFFF !important;
    border-radius: 3px !important;
    padding: 13px 60px !important;
    color: #FFF !important;
    font-size: 16px !important;
    margin-top: 0px !important;
    width: 100% !important;
    transition: all 200ms ease;
    background: #ef3f54 !important;
    -webkit-appearance: none;
}

.hs_submit input {
    border: 1px solid #FFFFFF !important;
    border-radius: 3px !important;
    padding: 12px !important;
    color: #FFF !important;
    font-size: 16px !important;
    margin-top: 0px !important;
    width: 320px !important;
    transition: all 200ms ease;
    background: #ef3f54 !important;
    -webkit-appearance: none;
}
.hs_submit input:hover{background:#50a1eb !important;}

.home-form fieldset{max-width:20000px !important;}

/*.hbspt-form select {  background: #32aaeb;  text-shadow: 0 1px 0 rgb(50, 170, 235);  padding: 10px;}*/
.home-form textarea.hs-input {
    height: 100px;
    border: 0 !important;
    border-bottom: 1px solid #FFFFFF !important;
    background: none;
    font-size: 16px !important;
    color: #FFF !important;
    width: 100% !important;
    border-radius: 0;
    box-shadow: none;
}

.home-form .hs_submit input:hover, .home-form .hs_submit input:focus, .home-form .hs_submit input:active {
    background: #ef3f54;
    color: #FFFFFF;
}

.home-form h3{display:none;}

.hs_submit{text-align:center;padding:20px 15px;width:100%;float:left;}
    
    .getstartedbtn {
       background: #ef3f54;
    color: #ffffff !important;
    margin: 16px 0;
    font-weight: 600;
    border-radius: 3px;
    padding: 9px 20px !important;
    text-align: center;}
    
    
    .getstartedbtn:hover, .getstartedbtn:focus, .getstartedbtn:active {
    background: #e8132d !important;
   
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.hs-form-field{margin-bottom:20px;}


@media (min-width:800px) {
    .hs-form-field{width:50%;float:left;padding:0px 15px;}
    
    .hs-form{margin:0px -15px;}
    }
    
    
.grader-form{padding:20px 10px 10px 10px;background:#ececec;margin:20px 0px;}
    
.grader-form label{width:50%;float:left;display:block;padding:0px 10px 20px 10px;}
.form-title{padding:0px 10px;}
.form-title span{font-size:14px;}
.form-title h2{font-size:20px;}
.domainbtn {
    outline: none !important;
    float: left;
    background: #EF3F54;
    color: #FFF;
    text-transform: uppercase;
    border: 1px solid #FD3950;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 25px;
    border-radius: 3px;
    box-shadow: 0px 3px 0px #DA2439;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
        margin: 0px 10px;

}

.domainfield {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 12px;
    float: left;
    color: #757575;
    border: none;
    border: 1px solid #808080;
    border-radius: 3px;
}

@media (max-width:767px)   {
    
    .home-form .hbspt-form .form-columns-2 .hs-form-field { width:100% !important;}
    .grader-form label{width:100%;}
    
    
}



.m-n { margin: 0px !important; }
.m-xs { margin: 4px !important; }
.m-xs.n { margin: -4px !important; }
.m-sm { margin: 8px !important; }
.m-sm.n { margin: -8px !important; }
.m { margin: 12px !important; }
.m.n { margin: -12px !important; }
.m-md { margin: 16px !important; }
.m-md.n { margin: -16px !important; }
.m-lg { margin: 24px !important; }
.m-lg.n { margin: -24px !important; }
.m-xl { margin: 32px !important; }
.m-xl.n { margin: -32px !important; }
.m-xxl { margin: 40px !important; }
.m-xxl.n { margin: -40px !important; }
.mb-n { margin-bottom: 0px !important; }
.mb-xs { margin-bottom: 4px !important; }
.mb-xs.n { margin-bottom: -4px !important; }
.mb-sm { margin-bottom: 8px !important; }
.mb-sm.n { margin-bottom: -8px !important; }
.mb { margin-bottom: 12px !important; }
.mb.n { margin-bottom: -12px !important; }
.mb-md { margin-bottom: 16px !important; }
.mb-md.n { margin-bottom: -16px !important; }
.mb-lg { margin-bottom: 24px !important; }
.mb-lg.n { margin-bottom: -24px !important; }
.mb-xl { margin-bottom: 32px !important; }
.mb-xl.n { margin-bottom: -32px !important; }
.mb-xxl { margin-bottom: 40px !important; }
.mb-xxl.n { margin-bottom: -40px !important; }
.ml-n { margin-left: 0px !important; }
.ml-xs { margin-left: 4px !important; }
.ml-xs.n { margin-left: -4px !important; }
.ml-sm { margin-left: 8px !important; }
.ml-sm.n { margin-left: -8px !important; }
.ml { margin-left: 12px !important; }
.ml.n { margin-left: -12px !important; }
.ml-md { margin-left: 16px !important; }
.ml-md.n { margin-left: -16px !important; }
.ml-lg { margin-left: 24px !important; }
.ml-lg.n { margin-left: -24px !important; }
.ml-xl { margin-left: 32px !important; }
.ml-xl.n { margin-left: -32px !important; }
.ml-xxl { margin-left: 40px !important; }
.ml-xxl.n { margin-left: -40px !important; }
.mr-n { margin-right: 0px !important; }
.mr-xs { margin-right: 4px !important; }
.mr-xs.n { margin-right: -4px !important; }
.mr-sm { margin-right: 8px !important; }
.mr-sm.n { margin-right: -8px !important; }
.mr { margin-right: 12px !important; }
.mr.n { margin-right: -12px !important; }
.mr-md { margin-right: 16px !important; }
.mr-md.n { margin-right: -16px !important; }
.mr-lg { margin-right: 24px !important; }
.mr-lg.n { margin-right: -24px !important; }
.mr-xl { margin-right: 32px !important; }
.mr-xl.n { margin-right: -32px !important; }
.mr-xxl { margin-right: 40px !important; }
.mr-xxl.n { margin-right: -40px !important; }
.mt-n { margin-top: 0px !important; }
.mt-xs { margin-top: 4px !important; }
.mt-xs.n { margin-top: -4px !important; }
.mt-sm { margin-top: 8px !important; }
.mt-sm.n { margin-top: -8px !important; }
.mt { margin-top: 12px !important; }
.mt.n { margin-top: -12px !important; }
.mt-md { margin-top: 16px !important; }
.mt-md.n { margin-top: -16px !important; }
.mt-lg { margin-top: 24px !important; }
.mt-lg.n { margin-top: -24px !important; }
.mt-xl { margin-top: 32px !important; }
.mt-xl.n { margin-top: -32px !important; }
.mt-xxl { margin-top: 40px !important; }
.mt-xxl.n { margin-top: -40px !important; }

/* Paddiing */
.p-n { padding: 0px !important; }
.p-xs { padding: 4px !important; }
.p-xs.n { padding: -4px !important; }
.p-sm { padding: 8px !important; }
.p-sm.n { padding: -8px !important; }
.p { padding: 12px !important; }
.p.n { padding: -12px !important; }
.p-md { padding: 16px !important; }
.p-md.n { padding: -16px !important; }
.p-lg { padding: 24px !important; }
.p-lg.n { padding: -24px !important; }
.p-xl { padding: 32px !important; }
.p-xl.n { padding: -32px !important; }
.p-xxl { padding: 40px !important; }
.p-xxl.n { padding: -40px !important; }
.pb-n { padding-bottom: 0px !important; }
.pb-xs { padding-bottom: 4px !important; }
.pb-xs.n { padding-bottom: -4px !important; }
.pb-sm { padding-bottom: 8px !important; }
.pb-sm.n { padding-bottom: -8px !important; }
.pb { padding-bottom: 12px !important; }
.pb.n { padding-bottom: -12px !important; }
.pb-md { padding-bottom: 16px !important; }
.pb-md.n { padding-bottom: -16px !important; }
.pb-lg { padding-bottom: 24px !important; }
.pb-lg.n { padding-bottom: -24px !important; }
.pb-xl { padding-bottom: 32px !important; }
.pb-xl.n { padding-bottom: -32px !important; }
.pb-xxl { padding-bottom: 40px !important; }
.pb-xxl.n { padding-bottom: -40px !important; }
.pl-n { padding-left: 0px !important; }
.pl-xs { padding-left: 4px !important; }
.pl-xs.n { padding-left: -4px !important; }
.pl-sm { padding-left: 8px !important; }
.pl-sm.n { padding-left: -8px !important; }
.pl { padding-left: 12px !important; }
.pl.n { padding-left: -12px !important; }
.pl-md { padding-left: 16px !important; }
.pl-md.n { padding-left: -16px !important; }
.pl-lg { padding-left: 24px !important; }
.pl-lg.n { padding-left: -24px !important; }
.pl-xl { padding-left: 32px !important; }
.pl-xl.n { padding-left: -32px !important; }
.pl-xxl { padding-left: 40px !important; }
.pl-xxl.n { padding-left: -40px !important; }
.pr-n { padding-right: 0px !important; }
.pr-xs { padding-right: 4px !important; }
.pr-xs.n { padding-right: -4px !important; }
.pr-sm { padding-right: 8px !important; }
.pr-sm.n { padding-right: -8px !important; }
.pr { padding-right: 12px !important; }
.pr.n { padding-right: -12px !important; }
.pr-md { padding-right: 16px !important; }
.pr-md.n { padding-right: -16px !important; }
.pr-lg { padding-right: 24px !important; }
.pr-lg.n { padding-right: -24px !important; }
.pr-xl { padding-right: 32px !important; }
.pr-xl.n { padding-right: -32px !important; }
.pr-xxl { padding-right: 40px !important; }
.pr-xxl.n { padding-right: -40px !important; }
.pt-n { padding-top: 0px !important; }
.pt-xs { padding-top: 4px !important; }
.pt-xs.n { padding-top: -4px !important; }
.pt-sm { padding-top: 8px !important; }
.pt-sm.n { padding-top: -8px !important; }
.pt { padding-top: 12px !important; }
.pt.n { padding-top: -12px !important; }
.pt-md { padding-top: 16px !important; }
.pt-md.n { padding-top: -16px !important; }
.pt-lg { padding-top: 24px !important; }
.pt-lg.n { padding-top: -24px !important; }
.pt-xl { padding-top: 32px !important; }
.pt-xl.n { padding-top: -32px !important; }
.pt-xxl { padding-top: 40px !important; }
.pt-xxl.n { padding-top: -40px !important; }
.ov-h { overflow: hidden; }
.no-shadow { box-shadow: none !important }

.home-r-consultation { padding: 60px 0 0; background: #32aaeb; color: #fff; background-image: url("https://cdn2.hubspot.net/hubfs/255845/Blog%20Theme%202017/request-consult.png"); background-size: cover; background-position: center; background-repeat: no-repeat }
.home-r-consultation .r-c-btn { padding-left: 60px; padding-right: 60px }

.request-consult-form { padding: 40px 60px; position: relative; background: #F4F4F4; color: #848484; display: flex; }
.request-consult-form:before { position: absolute; top: 8px; left: -8px; width: 8px; height: calc(100% - 8px); background: rgba(0, 0, 0, 0.3); content: '' }
.request-consult-form .form-section { text-align: center; font-size: 18px; line-height: 24px }
.request-consult-form .form-section p, .request-consult-form .form-section input:not([type="submit"]) { vertical-align: middle }
.head-style-2 { font-size: 36px; color: #11284F; line-height: 44px; margin-top: 20px; margin-bottom: 10px; font-weight: 500; }


@media (max-width:767px) {
.home-featured-box ul li {
    width: 100%;
    float: none;
    margin-bottom: 15px;
    border: 1px solid #d9d9d9;
    background: #fafafa;
    }
}

.home-never-stop .title-featured {
        font-size: 14px;
    letter-spacing: 2px;
    color: #11284F;
    text-transform: uppercase;
    font-weight: 700;

}
.home-featured-box ul {
    display: block;
    margin: 0 -15px 10px;
    padding: 0;
}
.home-featured-box ul li {
    padding: 15px;
    display: block;
    width: 19.66667%;
    float: left;
}
.home-featured-box ul li .li-inner {
    width: 100%;
    display: table;
    height: 55px;
    text-align: center;
}
.home-featured-box ul li a img {
    margin-left: auto;
    margin-right: auto;
    border: none;
    max-height: 55px;
    max-width: 100%;
}
@media (max-width: 1199px) and (min-width: 992px) {
.home-featured-box ul li { width: 19.66667%; }
}
.ad-footer-social-media .fsm-outer-ul { position: relative }
.ad-footer-social-media .fsm-outer-ul:before { content: ''; width: 100%; height: 1px; background: #50504f; position: absolute; z-index: 1; top: 50%; left: 0; margin-top: -1px }
.ad-footer-social-media ul.footer-social-media-ul-l { display: table; margin: 10px auto; background: #434343; position: relative; padding: 10px 20px; z-index: 2 }
.ad-footer-social-media ul.footer-social-media-ul-l li { display: inline-block }
.ad-footer-social-media ul.footer-social-media-ul-l li+li { margin-left: 8px }
.ad-footer-social-media ul.footer-social-media-ul-l li a { font-size: 20px; color: #fff; text-decoration: none; display: block; padding: 4px }
.ad-footer-social-media ul.footer-social-media-ul-l li a:hover, .ad-footer-social-media ul.footer-social-media-ul-l li a:active, .ad-footer-social-media ul.footer-social-media-ul-l li a:focus { color: #fff }


.img-ic-list {
    display: block;
    border: 1px solid #efefef;
    padding: 20px;
    height: 281px;
    margin-bottom: 30px;
        transition: all 300ms;
}
.img-ic-list:hover, .img-ic-list:focus {
    box-shadow: 0px 0px 19px 1px #cccccc24;
        background: #393E87;
}
.img-ic-list:hover p, .img-ic-list:focus p, .img-ic-list:hover h4, .img-ic-list:focus h4 { color: #ffffff !important; }
.img-ic-list .img-ic {
    width: 100px;
    margin: 10px auto 12px;
}
.img-ic-list p {
    text-transform: uppercase;
    font-weight: 700;
    color: #989898 !important;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 0px;
}
.img-ic-list h4 {
    font-weight: 400;
    color: #2b2b2b;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 31px;
}

.hs-blog-social-share-list.fixto-fixed {
    background: #f7f7f7;
    box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.03);
    top: 70px !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 99;
}

 #grader input {
    font-size: 17px;
    padding: 10px 10px;
}
.btn-blue {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding: 8px 35px;
    border-radius: 3px;
    background: #33a9eb;
    transition: all 300ms ease;
}
.btn-blue:hover {    background: #00a4ff;}
.relative {
    position: relative;
}
.hidden {
    display: none !important;
}
.g-form { margin-top: -11%; position: relative; z-index: 99; }
.g-form-wrap { padding: 40px; }
input, optgroup, select, textarea { padding: 10px; width: 100%; border-radius: 3px; outline: none; color: #545454; box-sizing: border-box; border: 2px solid #e4e4e4 }
.input-f-hover ~ .focus-border:before, .input-f-hover ~ .focus-border:after { content: ""; position: absolute; top: 0; left: 0; width: 0; height: 2px; background-color: #61bbea; transition: 0.3s; }
.input-f-hover ~ .focus-border:after { top: auto; bottom: 0; left: auto; right: 0; }
.input-f-hover ~ .focus-border i:before, .input-f-hover ~ .focus-border i:after { content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 0; background-color: #61bbea; transition: 0.4s; }
.input-f-hover ~ .focus-border i:after { left: auto; right: 0; top: auto; bottom: 0; }
.input-f-hover:focus ~ .focus-border:before, .input-f-hover:focus ~ .focus-border:after, .has-content.input-f-hover ~ .focus-border:before, .has-content.input-f-hover ~ .focus-border:after { width: 100%; transition: 0.3s; }
.input-f-hover:focus ~ .focus-border i:before, .input-f-hover:focus ~ .focus-border i:after, .has-content.input-f-hover ~ .focus-border i:before, .has-content.input-f-hover ~ .focus-border i:after { height: 100%; transition: 0.4s; }
.input-f-hover ~ label { position: absolute; left: 14px; width: 100%; top: 10px; color: #aaa; transition: 0.3s; z-index: -1; letter-spacing: 0.5px; }
.input-f-hover:focus ~ label, .has-content.input-f-hover ~ label { top: -18px; left: 0; font-size: 12px; color: #61bbea; transition: 0.3s; }



  .img-ic-list-2 {
      display: block;
      border: 1px solid #efefef;
      padding: 20px;
      margin-bottom: 30px;
      transition: all 300ms;
  }
  .img-ic-list-2:hover, .img-ic-list-2:focus {
      box-shadow: 0px 0px 19px 1px #cccccc24;
      background: #ebf8ff;
  }
.horizontal-align { display: flex; justify-content: center; }
.vertical-a-center { display: flex; flex-direction: column; justify-content: center; }
.vertical-a-top { display: flex; flex-direction: column; justify-content: flex-start; }
.vertical-a-bottom { display: flex; flex-direction: column; justify-content: flex-end; }
@media (max-width:767px) {
	.horizontal-align, .horizontal { display: inherit !important; }
}

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width:575px) {
	.horizontal-align, .horizontal { display: inherit !important; }
}

/* Scroll Popup */
#slidebox {
    width: 100%;
    padding: 20px 0;
    font-size: 30px;
    background: #ffffff;
    box-shadow: 0px -2px 3px #cccccc6e;
    z-index: 9;
      left: 0% !important;
    margin-left: 0px !important;
}


#slidebox .field.hs-form-field {
    margin-bottom: 18px;
    width: 28%;
    float: left;
    padding-right: 10px;
    display: inline-block;
}
#slidebox .hbspt-form .hs_submit, #slidebox .hbspt-form .hs-submit {
    display: inline-block;
    width: 16%;
    padding: 0;
}
#slidebox .hbspt-form .actions {
    margin-top: 35px;
    margin-bottom: 18px;
    padding: 0px 0px 0px 0px;
    display: inline-block;
    width: 100%;
}
#slidebox .hbspt-form .hs-button {
    width: 100% !important;
    background-color: #32aaeb !important;
    border-color: #32aaeb !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px !important;
}

.container-2 {
    max-width: 992px;
    margin: 0 auto;
}

#slidebox .field.hs-form-field input[type=text], #slidebox .field.hs-form-field input[type=email] {
    padding: 10px;
    font-size: 18px;
    border: 1px solid #d8d8d8;
}
#slidebox .field.hs-form-field label span {
    font-size: 18px;
}
#slidebox .hs-error-msgs {
    list-style: none;
    margin: 0;
}
#slidebox .hs-error-msgs li {
    margin: 0px !important;
    padding: 0px;
}
#slidebox .hs_error_rollup {
    display: none;
}
#slidebox #close {
    background: transparent;
    width: 30px;
    height: 30px;
    position: absolute;
    border: none;
    right: 17px;
    outline: none;
}

@media (max-width:991px) {
#slidebox { padding: 20px 15px; } 
#slidebox .field.hs-form-field { width: 50%;} 
#slidebox .hbspt-form .hs_submit, #slidebox .hbspt-form .hs-submit {
    width: 49%;
    padding: 0 0 0 12px;
}
}
@media (max-width:575px) {
#slidebox { padding: 20px 15px; } 
#slidebox .hbspt-form .hs_submit, #slidebox .hbspt-form .hs-submit {
    width: 100%;
    padding: 0 8px 0px 0;
}
#slidebox .field.hs-form-field { width: 100%;} 
}