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

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

@charset "UTF-8";


 




 
   
   
   




/* Typography */
          
  
   
   
 

.ol li, ul li{
    line-height: 1.5em;
    
}

/* =================================





backgrou fixed

==================================*/

/* ---- reset ---- */



/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}


/* ---- stats.js ---- */

.count-particles {
    background: #000022;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13E8E9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.count-particles {
    border-radius: 0 0 3px 3px;
}

/* =================================





button fixed

==================================*/
.follow {
    position:fixed;
    bottom:13px;
    left: 100px;
	font-family: arial;
	font-size:18px;
    Font-weight: 500;
    line-height: 64px; 
    text-align: center;
	background-color:#262261;
	color:#fff;
	border-radius: 50%;
    width: 64px;
	height: 64px; 
  -webkit-box-shadow: 0 8px 6px 6px 0.8 black;
       -moz-box-shadow: 0 8px 6px 6px 0.8 black;
            box-shadow: 0 8px 6px 6px 0.8 black;
}
.follow:hover {
  background-color:#262261;
}

.support {
	position:fixed;
	bottom:10%;
	right:-20px;
	padding:10px 30px 10px 10px;
	font-family: arial;
	font-size:15px;
	background-color: #00adef;
	color:#fff;
	-webkit-border-radius: round;
	-moz-border-radius: round;
	border-radius:round;
}
.support:hover {
  background-color: #00adef;
}

/* Grow */
.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
.grow:hover, .grow:focus, .grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}


@media (max-width: 967px) {
.follow {
     position:fixed;
    bottom:18px;
    left: 80px;
    font-family: arial;
    font-size:12px;
    Font-weight: 500;
    line-height: 50px; 
    text-align: center;
    background-color:#262261;
	color:#fff;
	border-radius: 50%;
    width: 50px;
	height: 50px; 
   
  }
}
  
.follow:hover {
  background-color:#262271;
}

.support {
	position:fixed;
	bottom:10px;
	right:250px;
	padding:10px 20px;
	font-family: arial;
	font-size:15px;
	background-color: #00adef;
	color:#fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius:20px;
}
.support:hover {
  background-color: #00adef;
}

/* Grow */
.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
.grow:hover, .grow:focus, .grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
}
/* =================================

Bachot Added 

==================================*/
.bi-custom.bi-custom-color.bi-dark { display: none !important;}
#bi-widget-scrolltext {display: none !important}
#bi-widget-side {display: none !important;}
/*.active-branch {display: block !important;}*/

.office-detail {margin-bottom: 15px;}
.office-detail td {
    text-align: left; 
    vertical-align: top;
    padding-bottom: 7px !important;
}
.office-detail i.fa {padding-right: 5px;}

.ak-social-header a {width: 25px; height: 24px; box-sizing: border-box;}
.ak-social-header a img:hover { border-bottom: 1px solid rgb(205, 205, 205); }
.ba-logo {
  text-align: center !important;
  width: 260px !important;
  
}
.ba-social {
    position: absolute;
    right: 0;
    top: 0;
  
}

.social_icons {
    line-height: 65px !important;
}

@media (min-width: 1401px) {
    .ak-social-header {
        padding-right: 10px !important;
    }
    .ba-social { right: -36px !important }
}

@media (min-width: 1294px) and (max-width: 1400px) {
   .ak-social-header { padding-right: 0 !important; }
   .ba-social { right: -56px !important }
}

@media (max-width: 1293px) {
    .ak-social-header {
        padding-right: 10px !important;
    }
}

#welcome-container { margin-top: 7%; }
.ba-spacer-sm { margin-bottom: 20px; }
.ba-spacer-md { margin-bottom: 40px; }
.ba-spacer-big { margin-bottom: 60px; }
.ba-heading { font-size: 48px; margin-bottom: 15px !important; text-align: center;}

.text-md { 
    text-align: center; 
    font-size: 48px;
    color: #FFFFFF;
    font-family: "helvetica", sans serif, arial;
}

.text-md-black { 
    text-align: center; 
    font-size: 48px;
    color: #424242;
}
.ba-texture-1 { background: #00adef; }
.ba-texture-2 { background: url(//cdn2.hubspot.net/hub/165931/file-2634936507-jpg/Atlantik_files/Atlantik_Images/Atlantic-texture-2.jpg)}
.hs-form fieldset.form-columns-1 input[type="checkbox"], .hs-form fieldset.form-columns-1 input[type="radio"] {
    width: auto !important;
}
.color-bg-grey {background: #F7F7F7;}
.color-bg-darkblue { background-color: #029fdb }
.color-bg-black {background: #313131;}
.ba-cta-center { text-align: center !important; margin: 20px;}

.ceo-container {text-align: center !important; padding-top: 20px;}
.ceo-pic {display: inline-block !important; }
.ceo-pic img { float:right }
.ceo-text {padding-top: 10px; display: inline-block !important;}
.ceo-text * {text-align: left}

#ba-sponsor { 
    text-align: center; 
    margin-top: 25px !important; 
    margin-bottom: 30px !important; 
    padding: 0 0 0 0 !important;
}

.ba-footer {
    display: block !important;
    margin: 5px auto !important;
    padding: 15px 5px 5px 15px !important;
    width: 100% !important;
    max-width: 1140px !important;
    float: none !important;
    color: #626262;
    font-size: 14px;
 
}

.center-text {
    display: block !important;
    margin: 35px auto !important;
    padding: 30px !important;
    width: 100% !important;
    max-width: 1140px !important;
    float: none !important;
   
}

.center-text iframe {
    display: block !important;
    margin: 20px auto !important;
    float: none !important;
}

.center-text h1,
.center-text h2,
.center-text h3,
.center-text h4 {
    text-align: center !important;
}

.center-text img {
    margin-top: 10px;
}

ul.hs-error-msgs { 
    margin-left: 0;     
    margin-bottom: 10px;     
    list-style: none; 
}  
ul.hs-error-msgs li {    
    margin-top: 0;    
    padding-top: 0;    
    color: rgba(221, 78, 12, 1); 
}
/* ===================================================

  Video 

=====================================================*/
.videoWrapper {
    position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* ===================================================

   HOME SERVICES 

=====================================================*/


#serv-box-1, #serv-box-2, #serv-box-3, #serv-box-4, #serv-box-5 {position: relative; margin: 0;}

.center-text .serv-margin img {margin-top: 0;}
.text-body-width { max-width: 850px !important }
.serv-img-1 img, .serv-img-2 img, .serv-img-3 img,
.serv-img-4 img, .serv-img-5 img {width: 100% !important; }
.serv-margin hr {margin-bottom: 20px;}
.serv-text-1, .serv-text-2,
.serv-text-3, .serv-text-4, .serv-text-5 {
    
    background-color: rgba(0, 173, 239, 1.0);
    color: white;
    width: 527px;
    max-width: 100%;


    height: 330px !important;
    max-height: 100%;
    padding: 100px 50px 100px 50px;
    margin: 0!important;
    
}
.serv-footer {
    position: absolute;
    width: 100% !important;
    height: 60%;
    bottom: 0;
    margin: 0 0 0 -20%;
    color: white;
    background-color: rgba(0, 0, 0, 0.1);
    z-index: 9999;

}
.serv-footer {
    background:rgb(0,0,0);
   background: transparent;
    background:rgba(0,0,0,0.0);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
    zoom: 1;
}
.serv-footer:nth-child(n) {
    filter: none;
}

/* Our Work */
.home-our-work .hs_cos_flex-slider .caption h1,
.home-our-work .hs_cos_flex-slider .caption h2,
.home-our-work .hs_cos_flex-slider .caption h3,
.home-our-work .hs_cos_flex-slider .caption h4,
.home-our-work .hs_cos_flex-slider .caption div,
.home-our-work .hs_cos_flex-slider .caption p { color: #626262; }
.home-our-work .hs_cos_flex-slider .caption p:first-child { font-size: 36px;}
.home-our-work .hs_cos_flex-slider .caption p { font-size: 20px;}

.home-our-work .hs_cos_flex-slider .caption {
    background-color: transparent;
    position: relative;
    padding-top: 0px;
    width: 90%;
    margin: 0 auto;
  
}

.home-our-work .hs_cos_flex-direction-nav a {
    top: 50%;
    width: 30px;
    height: 30px;
    max-width: 100%;
    max-height: auto;
    
}
.home-our-work .hs_cos_flex-direction-nav .hs_cos_flex-next {
     background: url(//cdn2.hubspot.net/hub/165931/file-2649161602-png/Atlantik_files/Atlantik_Images/nav-right.png) no-repeat 0 0;
    
}
.home-our-work .hs_cos_flex-direction-nav .hs_cos_flex-prev {
     background: url(//cdn2.hubspot.net/hub/165931/file-2649161547-png/Atlantik_files/Atlantik_Images/nav-left.png) no-repeat 0 0;
    
}

 .home-our-work .hs_cos_flex-direction-nav a {       
        top: 5px !important;
    }
    .home-our-work .hs_cos_flex-slider img { height: 0px !important;}


/* Our Testimony */

.home-testimony .hs_cos_flex-slider .caption h1,
.home-testimony .hs_cos_flex-slider .caption h2,
.home-testimony .hs_cos_flex-slider .caption h3,
.home-testimony .hs_cos_flex-slider .caption h4,
.home-testimony .hs_cos_flex-slider .caption div,
.home-testimony .hs_cos_flex-slider .caption p { color: #626262;  text-align: center;}
.home-testimony .hs_cos_flex-slider .caption p { font-size: 20px;}
.home-testimony .hs_cos_flex-slider .caption p:last-child { font-size: 16px;}
.home-testimony .hs_cos_flex-direction-nav a {display: none;}
.home-testimony .hs_cos_flex-slider .hs_cos_flex-slides img {
    width: 0%; 
    width: auto!important;
    display: none;
    height: 0px;
    max-height: 100%;
  
}
.home-testimony .hs_cos_flex-slider .caption {
   background-color: #fff;
    position: relative;
    width: 80%;
    padding: 5px 5px 5px 5px;
    display: inline-block;
    height: 100px;
    max-height: 100%;
    margin-left: -4px;
    Margin-bottom: -40px;
}

.home-testimony .hs_cos_flex-slider {background: transparent; width: 100%; text-align: center;}
/* FOOTER */

.ba-footer {
    color: #626262 !important; 
     background: #313131 !important;
    margin-top: 0;
    margin-bottom: 0px;
}

/* =================================

  Modules

==================================*/

#executive { 
    border-bottom: 1px solid rgb(234, 234, 234);
    padding-bottom: 45px;
    margin-bottom: 45px;
}

#executive .employee { background: white; }
#executive .employee img { margin-left: auto;
    margin-right: auto; margin-top: 0; padding-top:0; padding-bottom: 5px; width: 100%;}
#executive .employee .person-name { font-size: 1.5em; color: #424242; padding: 5px 0 10px 10px;}
#executive .employee .person-title { font-size: 1.12em; color: #626262; margin: 0; padding: 0 0 10px 10px;}

#team .employee { background: white; margin-bottom: 20px;}
#team .employee img {margin-left: auto;
    margin-right: auto; margin-top: 0; padding-top:0; padding-bottom: 5px; width: 100%;}
#team .employee .person-name { font-size: 1.125em; color: #424242; padding: 5px 0 5px 10px;}
#team .employee .person-title { font-size: 1em; color: #626262; margin: 0; padding: 0 5px 10px 10px;}


/* =================================

  Flexible Column Custom Sidebar

==================================*/


#blog-post-sidebar .main-content-center {     
    display: block !important;
    margin: 35px auto !important;
    padding: 30px !important;
    width: 100% !important;
    max-width: 1140px !important;
    float: none !important;
}
#blog-post-sidebar .ba-post-sidebar {padding: 15px;}
#blog-post-sidebar .ba-post-sidebar label {line-height: 31px;}
#internal-page-sidebar .main-content-center {     
    display: block !important;
    margin: 20px auto !important;
    padding: 5px !important;
    width: 100% !important;
    max-width: 1140px !important;
    float: none !important;
}
#internal-page-sidebar .ba-flexible-column {padding: 15px; background-color: white;}
#internal-page-sidebar .ba-flexible-column .hs_cos_wrapper_type_raw_html { text-align: left; }
#internal-page-sidebar .office-detail .row-fluid { padding-bottom: 5px; padding-top: 5px; padding-left: 5px; }
@media (min-width: 768px) {
#internal-page-sidebar .ba-flexible-column a.cta_button { width: 100%; padding: 10px; }
}
/* =================================

   Landing Page

==================================*/


#landing-page-wrapper .inner-center {top: 40% !important; background: white !important; }
.landing-form { border-left: 1px solid #DDD; padding-left: 40px; padding-right: 40px;}
.landing-text {padding-left: 20px; padding-right: 20px;}
#landing-page-wrapper h1 {text-align: left !important;}
#landing-page-wrapper img {float: left}
#landing-page-wrapper input {margin-top: 10px;}
.div-img-lp {width: 100%; height: 237px; max-height: 100%}

/* Menu Header Landing Page */
.menu-header-landing {
    background: #000000;
    padding: 30px 10px 30px 10px;
    position: fixed;
    z-index:999999;
    top: 0;
    right: 0;
    left: 0;
}

#thank-page-banner .center-it { top: 45% !important; }
#lp-page-banner .center-it {  }

/* =================================

  Pricing Blocks

==================================*/


.p-block {
    display: inline-block !important;
    float: left !important;
    
    padding: 0 !important;
    

    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition:all 0.2s ease;
}

/* IE 9 */
@media screen\0 {

    .p-block {
        width: 27% !important;
    }

}

.p-block  {
    text-align: center !important;
   
}

.p-block .head {
    background-color: #F7F7F7;
    color: #262261 !important;
}

.p-block .head h2 {
    font-size: 2em !important;
}

.p-block .price,
.p-block .price-category { padding-top: 20px; padding-bottom: 20px; }
.p-block .pcbase { background: #00adef; }
.p-block .pcst { background: #1c1651; }
.p-block .pcen { background: #808284; }

.p-block .pbase { background: #DDD; }
.p-block .pst { background: #e7f9fb; }
.p-block .pen { background: #F8F0e3; }

.p-block .price-category { color: white; }
.p-block .price { color: #4a4b4b; margin-bottom: 10px;}
.p-block .price-cta a { border-radius: 1px !important; margin-top: 10px; margin-bottom: 20px; }

.p-block .inner {
    margin: 0 !important;
    padding: 5px 0 !important;
color: #262261 !important;
background-color: #00adef !important;
}
.p-block .inner-content * {padding-top: 4px; padding-bottom: 4px;}
.p-block .inner-content {
    color: #626262;
    background-color: #F7F7F7;
color: #00adef !important;
}

/* =================================

Bachot Added END 

==================================*/

@font-face {
    font-family: 'usercons';
    src:    url('//cdn2.hubspot.net/hub/165931/file-923989568-eot/Hubspot_Templates/template-a/fonts/usercons.eot');
    src:    url('//cdn2.hubspot.net/hub/165931/file-923989568-eot/Hubspot_Templates/template-a/fonts/usercons.eot?#iefix') format('embedded-opentype'),
    url('//cdn2.hubspot.net/hub/165931/file-928636077-woff/Hubspot_Templates/template-a/fonts/usercons.woff') format('woff'),
    url('//cdn2.hubspot.net/hub/165931/file-928636072-ttf/Hubspot_Templates/template-a/fonts/usercons.ttf') format('truetype'),
    url('//cdn2.hubspot.net/hub/165931/file-923989573-svg/Hubspot_Templates/template-a/fonts/usercons.svg#usercons') format('svg');
    font-weight: normal;
    font-style: normal;
}/* Icomoon.com */


/* Include FontAwesome */
/*!* Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license(Font:SIL OFL 1.1,CSS:MIT License) */@font-face {
    font-family:'FontAwesome';src:url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal
}

.fa {
    color: #1c1651 ;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);
    -webkit-transform: scale(-1,1);
    -moz-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    -o-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);
    -webkit-transform: scale(1,-1);
    -moz-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    -o-transform: scale(1,-1);
    transform: scale(1,-1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

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

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

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

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

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

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

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

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

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

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

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

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

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

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

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

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-square:before,.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/* 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;
}

/* ************************************ *\

    Normalize.css insert

\* ************************************ */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

b, strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}


select {
  margin: 50px;
  border: 1px solid #111;
  background: transparent;
  width: 150px;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  border: 1px solid #ccc;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("//cdn2.hubspot.net/hubfs/165931/Atlantik_files/Atlantik_Images/select-arrows.png") 101% / 4% no-repeat white;
  margin-bottom: 20px !important;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/

@media screen and (min-width: 0\0) {
  select {
    background: none;
    padding: 5px;
  }
}



button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, select {
    text-transform: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*  *****************************************************  *\


        1 ) Initial


\*  *****************************************************  */


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

* { padding: 0; margin: 0; }

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
}

html,
body {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
color: #00adef;
background-color: #ffffff;
}

body::after {
    top: auto;
    bottom: 0;
}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a { text-decoration: none; outline: none; }

a { color: #fff; }

a:hover,
a:focus { color: #fdfdfd; }

a:active,
a:hover,
a:focus { outline: none; }

a:visited { text-decoration: none;color: #fff; }

.site-page-footer a { cursor: pointer; color: #262261; }

.site-page-footer a:hover,
.site-page-footer a:focus { color: #fdfdfd; }

:focus { outline: none; }

::-moz-focus-inner { border: none; }

/* ############################################## *\


   Hubspot .row-fluid adaptation


\* ############################################## */

.row-fluid [class*="span"] { min-height: 0; }

.body-container-wrapper {
    position: relative !important;
    margin: 0 auto;
    background-color: #ffffff;
}

.body-container {  margin: 0 auto; height: 100%; }

.container-fluid { margin: 0 auto; padding: 0; }

.body-container .row-fluid { height: 100%; }

/*  ******************************************  *\


        2 ) Typography


\*  ******************************************  */

h1 {
    font-size: 34px;
    font-weight: 400;
    padding: 0.3em 0;
    line-height: 1.3;
}

h2 {
    font-size: 16px;
    font-weight: 400;
    padding: 0.3em 0;
}

h3 {
    font-size: 16px;
    font-weight: 300;
    padding: 0.3em 0;
}

h4 {
    font-size: 1.4em;
    font-weight: 300;
    padding: 0.2em 0;
}

h5 {
    font-size: 1.3em;
    font-weight: 400;
    padding: 0.15em 0;
}

h6 {
    font-size: 1em;
    font-weight: 400;
    padding: 0.1em 0;
}

p {
    font-size: 1em;
    line-height: 1.4;
    padding: 0.35em 0;
}

ol {
    margin-left: 20px;
}

ul {
    margin-left: 15px;
}

ol li,
ul li {
    font-size: 0.9em;
    line-height: 1.2;
}

address {
    font-size: 13px;
}

.pos-center a {
    margin: 15px auto !important;
}

.left {
    float: left;
    margin: 20px 0 !important;
}

.right {
    float: right;
    margin: 20px 0 !important;
}

.pos-left a {
    float: right;
}

.pos-right a {
    float: left;
}

/* ************************************ *\


     Social Icons in Header


\* ************************************ */

.widget-type-follow_me {
    margin-top: 3% !important;
}

/*  ******************************************  *\

        3 ) Layout

                a) Styles

\*  ******************************************  */

.bg-a { background-color: #262261 !important; }

.color-bg-d { background-color: #d4d4d4 !important; }

.bg-1 { background-color: #00adef !important; }

.bg-2 { background-color: #1c1651 !important; }

.bg-5 { background-color: #424242 !important; }

/*  ******************************************  *\

        3 ) Layout

                b) Structure

\*  ******************************************  */

.full-wrapper {
    position: relative;
    display: inline-block !important;
    margin: 0 auto !important;
    padding: 0;
    width: 100% !important;
    height: 100% !important;
}

.half-wrapper {
    position: relative;
    display: block !important;
    margin: 0 auto !important;
    padding: 10px 20px !important;
    width: 100% !important;
    max-width: 1170px;
    float: none !important;
}

/* *\
\* */

.site-page-footer-primary{
    background: #222222;
    padding-top: 25px;
}
.site-page-footer-primary h4{
    color: #ffffff;
    font-family: inherit;
    font-size: 30px;
    margin-bottom: 15px;
}
.site-page-footer-primary ul{
    margin: 0;
}
.site-page-footer-primary ul li{
    list-style-type: none;
}
.site-page-footer-primary ul li a,
.site-page-footer-primary ul li, 
.site-page-footer-primary p{
    color: #aaaaaa;
    font-size: 18px;
    text-decoration: none;
    line-height: 1.5em;
}
.site-page-footer-primary ul li a:hover{
    color: #ffffff;
}
.site-page-footer-primary ul.footer-social{
    margin: 20px 0;
}
.site-page-footer-primary ul.footer-social li{
    display: inline-block;
    margin-right: 10px;
    opacity: 1;
    height: 50px;
    width: 50px;
}
.site-page-footer-primary ul.footer-social li:hover{
    opacity: 0.8;
}
.site-page-footer-primary ul.footer-social li.googleplus{
    background-color: #CE3631; 
}
.site-page-footer-primary ul.footer-social li.linkedin{
    background-color: #137BB8; 
}
.site-page-footer-primary ul.footer-social li.twitter{
    background-color: #25A8E0; 
}
.site-page-footer-primary ul.footer-social li.facebook{
    background-color: #3B5A9A; 
}
.site-page-footer-primary ul.footer-social li a{
    color: transparent;
}
.site-page-footer-primary ul.footer-social li a i.fa{
    color: #ffffff;
    font-size: 30px;
    padding: 12px;
}


/* Bottom Footer */
.site-page-footer .secondary-a-c {
    background-color: #424242;
    height: 56px;
}


.site-page-footer {
    width: 100%;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    color: #262261 ;
    background: #00adef ;
}


/* *\
\* */

.full { width: 100%; height: 100%; }

.full-width { width: 100%; }

.full-height { height: 100%; }

/* *\
\* */


.integrate {
    display: inline-block !important;
    margin: 35px auto !important;
    padding: 0 !important;
    width: 100% !important;
}

.inner-container {
    display: inline-block !important;
    margin: 0 auto !important;
}

.inner-left {
    width: 44% !important;
    margin: 0 3%  !important;
    display: inline-block !important;
    float: left !important;
}

.inner-right {
    width: 44% !important;
    margin: 0 3%  !important;
    display: inline-block !important;
    float: left !important;
}

/* *\
\* */

.w-1480 {
    margin: 120px auto !important;
    padding: 20px 40px !important;
    width: 100% !important;
    max-width: 1480px !important;
    float: none !important;
}

.w-1280 {
    margin: 40px auto !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: 1280px !important;
    float: none !important;
    display: block !important;
}

.w-1320-footer {
    margin: 80px auto !important;
    padding: 30px 35px 10px !important;
    width: 100% !important;
    max-width: 1300px !important;
    float: none !important;
}

.w-1140 {
    margin: 40px auto !important;
    padding: 10px 20px !important;
    width: 100% !important;
    max-width: 1140px !important;
    float: none !important;
    display: block !important;
}

.w-1024 {
    margin: 15px auto !important;
    padding: 0 15px !important;
    width: 100% !important;
    max-width: 1024px !important;
    float: none !important;
    display: block !important;
}

.w-960 {
    margin: 0 auto !important;
    padding: 20px !important;
    width: 100% !important;
    max-width: 960px !important;
    float: none !important;
}


.w-768 {
    margin: 40px auto !important;
    padding: 20px 25px !important;
    width: 100% !important;
    max-width: 768px !important;
    float: none !important;
}

.w-480 {
    margin: 0 auto !important;
    padding: 20px 25px !important;
    width: 100% !important;
    max-width: 480px !important;
    float: none !important;
}

/*  ******************************************  *\

        3 ) Layout

                c) Positioning

\*  ******************************************  */

/* **** used on top sections of site pages **** */

.center-it {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100% !important;
    max-width: 960px;
    height: auto;
    display: block !important;
    padding: 5px 15px !important;
    -webkit-transform: translateX(-50%) translateY(-40%);
    -moz-transform: translateX(-50%) translateY(-40%);
    -ms-transform: translateX(-50%) translateY(-40%);
    -o-transform: translateX(-50%) translateY(-40%);
    transform: translateX(-50%) translateY(-40%);
}
.home-center-it-17 {
    position: absolute;
    top: 50%;
    left: 75%;
    width: 100% !important;
    max-width: 960px;
    height: auto;
    display: block !important;
    padding: 5px 15px !important;
    -webkit-transform: translateX(-50%) translateY(-40%);
    -moz-transform: translateX(-50%) translateY(-40%);
    -ms-transform: translateX(-50%) translateY(-40%);
    -o-transform: translateX(-50%) translateY(-40%);
    transform: translateX(-50%) translateY(-40%);
}

.home-center-it {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100% !important;
    max-width: 960px;
    height: auto;
    display: block !important;
    padding: 5px 15px !important;
    -webkit-transform: translateX(-50%) translateY(-40%);
    -moz-transform: translateX(-50%) translateY(-40%);
    -ms-transform: translateX(-50%) translateY(-40%);
    -o-transform: translateX(-50%) translateY(-40%);
    transform: translateX(-50%) translateY(-40%);
}
#home-page-banner .center-it { top: 50% !important; max-width: 960px !important; }

.inner-center {
    display: block !important;
    padding: 15px !important;
    background: transparent !important;
}

.inner-more-padding {
    padding: 15px 25px !important;
}

.left-center-80 {
    width: 64% !important;
    display: inline-block !important;
    float: left !important;
}

.right-center-20 {
    width: 16% !important;
    margin: 0 2% !important;
    display: inline-block !important;
    float: left !important;
}

/* *\
\* */

.left-center-50 {
    width: 46% !important;
    margin: 0 2% !important;
    display: inline-block !important;
    float: left !important;
}

.right-center-50 {
    width: 46% !important;
    margin: 0 2% !important;
    display: inline-block !important;
    float: left !important;
}

/* *\

    Homepage = Subscribe to our Blog ::

\* */

.center-above {
    margin: 5px auto 30px !important;
    display: block !important;
    width: 100% !important;
    padding: 0 2%;
    height: auto;
}

/* *\

    Blog Listing = Subscribe to our Blog ::

\* */

.in-sidebar {
    padding: 0 20px !important;
}


/*  ******************************************  *\


        * ) Home Page CTA


\*  ******************************************  */
.home-cta-banner {
    
    min-width: 30%;
    padding: 20px 20px 20px 20px;
}
#thank-cta-banner .top-cta-container,
#lp-cta-banner .top-cta-container {
  text-align: left !important;
  padding: 10px 5px 10px 5px !important;
}

.row-fluid div.span12.widget-span.widget-type-cell.inner-center div.row-fluid-wrapper.row-depth-4.row-number-3 div.row-fluid{
    margin: 0 auto;
    width: 560px !important;
}

 
@media (max-width: 780px) {
.home-cta-banner .alignleft {
    float: left;
    padding: 10px;
    margin-left: 25%;
    min-width: 40%;
} 
.home-cta-banner .alignright {
    float: right;
    padding: 10px;
    min-width: 40%;
} 
}

@media (max-width: 480px) {
.home-cta-banner .alignleft {
    float: left;
    padding: 5px;
    min-width: 100%;
} 
.home-cta-banner .alignright {
    display: none !important; }
 
}

/* Front Page Blog Subscription */
.subscribe-wrapper {
    background-color: #f5f5f5;
    padding: 40px 0;
}

/*  ******************************************  *\


        4 ) Form Styling


\*  ******************************************  */

.hs-form {
    margin: 10px 0;
    display: block;
}

.hs-form fieldset {
    max-width: none !important;
}

input,
textarea {
    margin-bottom: 8px;
}

.hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}

.hs-input {
    font-size: 12px;
}

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: 7px 5px;
}

textarea {
    min-height: 160px !important;
}

/* form at bottom of landing page */
.bottom-form {
    margin: 30px 0 0 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: block !important;
}

.bottom-form .hs-form fieldset {
    max-width: none;
}

.bottom-form input,
.bottom-form textarea {
    margin-bottom: 8px;
}

/* form in sidebar */
.inner-form {
    margin: 20px 0;
    padding: 0 5px 0 20px;
    border-left: 1px solid #ddd;
}

.hs-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
}

.hs-input {
    font-size: 12px;
}

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: 10px;
}

input,
textarea {
    margin-bottom: 15px;
    border: 1px solid #D9D9D9;
    background: #fff;
    box-shadow: none;
}

.input textarea:hover,
.input textarea:focus,
input:hover,
input:focus {
    border: 1px solid #424242;
    background: #fff;
}


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

/* Input */
.widget-type-google_search a.hs-button { padding: 12px 5%;  }
.widget-type-google_search input[type="text"] {  margin-top: 15px; margin-bottom: 25px !important;  }
/* ========================================================================== END */


.hs-button.primary.large {
    display: block !important;
    margin: 20px 0;
    float: left !important;
    padding: 17px 72px;
   
    overflow: hidden !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    text-align: center !important;
    cursor: pointer !important;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-appearance: none !important;
    border-radius: 5px important;
    border-width: 0 !important;
    border-style: solid !important;
    border-color: #4a4b4b !important;
    color: #FFFFFF !important;
    background: #4a4b4b;
}

.hs-button.primary.large:focus,
.hs-button.primary.large:hover { background: #808284; border-width:0!important  }

.hs-button.primary.large:active {
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;

background: #808284;
border-color: #808284 !important;
}

.contact-form label {
color: #00adef;
}

.hs_cos_wrapper.form-title {

}


/* **************** *\

    Subscribe Home

\* **************** */

.w-768 {
    margin: 40px auto !important;
    padding: 20px 25px !important;
    width: 100% !important;
    max-width: 768px !important;
    float: none !important;
}
.subscribe-blog-title {
    padding: 20px; 
    text-align: center; 
    font-size: 48px; 
    color: #424242;
}

.ba-subscriber-container {background: #F7F7F7 !important;}

.center-above {
    margin: 5px auto 30px !important;
    display: block !important;
    width: 100% !important;
    padding: 0 2%;
    height: auto;
}

.subscribe-info.widget-type-rich_text {
    padding: 10px 0 !important;
}

.subscribe-info {
color: #262261 !important;
}

.subscribe-info * {
    text-align: center !important;
}

.subscribe {
    margin-top: 0 !important;
    display: inline-block !important;
    float: left !important;
    width: 100% !important;
}

.subscribe .hs-form-field label {
    font-size: 16px;
    line-height: 28px;
    display: inline-block !important;
    float: left !important;
    color: #626262 /*#262261*/ !important;
    padding-top: 17px;
}

li.hs-form-radio label {
    list-style-type: none !important;
    margin: 0 20px !important;
}

li.hs-form-radio {
    list-style-type: none !important;
}

.subscribe .hs-form {
    margin: 0 !important;
}

.subscribe .hs_email.field.hs-form-field {
    display: inline-block !important;
    float: left !important;
    height: 50px !important;
    overflow: hidden !important;
    width: 70%;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    border-width: 2px !important;
    border-style: solid !important;
border-color: #262261 !important;
}

.subscribe .hs_submit {
    margin: 10px auto !important;
    height: 50px !important;
    overflow: hidden !important;
    width: 30%;
}

.subscribe input[type="email"] {
    font-size: 1em;
    margin: 0 !important;
    padding: 0 8px;
    height: 50px !important;
    line-height: 48px !important;
    overflow: hidden !important;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    border-width: 0px !important;
    border-style: solid !important;
background: #262261;
border-color: #262261 !important;
}

.subscribe.subscribe-small input[type="email"] {
    font-size: 1em;
    margin: 0 !important;
    padding: 0 8px;
    height: 50px !important;
    line-height: 48px !important;
    overflow: hidden !important;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    border-width: 1px !important;
    border-style: solid !important;
background: #262261;
border-color: #262261 !important;
}

.subscribe .hs_email label {
    display: none !important;
}

.subscribe input.hs-button.primary.large {
    cursor: pointer !important;
    display: block !important;
    font-size: 0.8em !important;
    letter-spacing: 1px !important;
    height: 50px !important;
    line-height: 48px !important;
    width: 100% !important;
    max-width: 220px !important;
    overflow: hidden !important;
    padding: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    float: left !important;
    margin: 0 !important;
    outline: 0 !important;

    -webkit-transition: all 0.15s !important;
    -moz-transition: all 0.15s !important;
    -ms-transition: all 0.15s !important;
    -o-transition: all 0.15s !important;
    transition: all 0.15s !important;

    border-radius: 0 !important;
    border-width: 0x !important;
    border-style: solid !important;
    border-color: #4a4b4b !important;
    color: #ffffff !important;
    background: #4a4b4b;
}

.subscribe.subscribe-small input.hs-button.primary.large {
    font-size: 0.7em !important;
    height: 50px !important;
}

.subscribe input.hs-button.primary.large:hover,
.subscribe input.hs-button.primary.large:focus {
border-color: #808284 !important;
background: #808284;
}

.subscribe input.hs-button.primary.large:active {
border-color: #4a4b4b !important;
background: #4a4b4b;
-webkit-transition: all 0s !important;
-moz-transition: all 0s !important;
-ms-transition: all 0s !important;
-o-transition: all 0s !important;
transition: all 0s !important;
}

/* Sidebar Subscribe */

.sidebar-sub-wrapper {
    background-color: white; 
    padding: 25px 15px 25px 15px; 
    margin-bottom: 15px;
}
.sidebar-subscribe input[type="email"] {
    
    width: 65% !important;
    font-size: 1em;
    margin: 0 !important;
    padding: 0 8px;
    height: 50px !important;
    line-height: 48px !important;
    overflow: hidden !important;
    -webkit-appearance: none !important;
    border-radius: 0 !important;
    border-width: 1px !important;
    border-style: solid !important;
    float: left;
    background: #262261;
    border-color: #262261 !important;
    
}

.sidebar-subscribe input.hs-button.primary.large {
    cursor: pointer !important;
    display: block !important;
    font-size: 0.8em !important;
    letter-spacing: 1px !important;
    height: 50px !important;
    line-height: 48px !important;
    width: 35% !important;
    max-width: 220px !important;
    overflow: hidden !important;
    padding: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    float: left !important;
    margin: 0 !important;
    outline: 0 !important;

    -webkit-transition: all 0.15s !important;
    -moz-transition: all 0.15s !important;
    -ms-transition: all 0.15s !important;
    -o-transition: all 0.15s !important;
    transition: all 0.15s !important;

    border-radius: 0 !important;
    border-width: 1px !important;
    border-style: solid !important;
border-color: #4a4b4b !important;
color: #262261 !important;
background: #4a4b4b;
}

/* .bottom-form */
.width-reduce {
    padding: 0 15px !important;
    display: inline-block !important;
    width: 100% !important;
}

.width-reduce input.hs-button.primary.large {
border: 1px solid #4a4b4b !important;
color: #262261 !important;
background-color: #4a4b4b;
}

.width-reduce input.hs-button.primary.large:hover,
.width-reduce input.hs-button.primary.large:focus {
border-color: #808284 !important;
background-color: #808284 !important;
}

.width-reduce input.hs-button.primary.large:active {
border-color: #4a4b4b !important;
background-color: #4a4b4b !important;
}

/* Safari ! */
input[type="submit"],
input[type="text"]
input[type="email"] {
    -webkit-appearance: none !important;
    -webkit-border-radius: 0 !important;
    box-shadow: rgba(0,0,0,0) !important;
    overflow: hidden !important;
    outline: 0 !important;
    border-radius: 0 !important;
    border-width: 1px !important;
    border-style: solid !important;
}

input[type="checkbox"], input[type="radio"] {
    margin: 0 5px !important;
}


/*  *************************************************************  *\

        5 ) Site Pages

\*  *************************************************************  */

#home-page-banner .top-container {
    position: relative;
    margin: 5px;
    padding: 5px;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    height: 75vh;
color: #00adef !important;
}

.top-container .widget-type-rich_text {
    padding: 5px 0;
}

.top-container p.secondary-header {
    font-size: 18px;
    line-height: 1.3em;
    margin: 5px 0;
}

.top-container h1 {
    font-size: 2.8em !important;
    line-height: 1.3em;
    padding: 0 !important;
    font-weight: 300!important;
        text-align: left !important;
}

.top-container p {
    text-align: center !important;
    margin: 0px 5px 5px 25px !important;
    padding: 0 10px !important;
}

.top-container ul li  {
    line-height: 1.3em;
    padding-left: 0px;
}

#home-page-banner .top-container ul {
    margin: 5px 0px 5px 20px;
}
#internal-page-banner .center-it {top: 46%;}
#internal-page-banner .top-container {
    
    position: relative;
    margin: 0;
    padding: 0;
    max-height: 200%;
    width: 100%;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    height: 450px !important;
    background-size: cover !important;

}

/* :::::::::::::::::::::::::::::::::::::::::: */
/*    Landing Page      */
/* :::::::::::::::::::::::::::::::::::::::::: */
#lp-page-banner .top-container {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    height: 100vh;
color: #00adef !important;
}

#lp-page-banner .top-container ul {
    margin: 10px 0 10px 20px;
}
.hs-content-name-atlantik-thank-you-page .body-container-wrapper,
.hs-content-name-atlantik-landing-page .body-container-wrapper { 
   height: initial !important;
   background: transparent !important;
}
.hs-content-name-atlantik-thank-you-page .footer-container-wrapper, 
.hs-content-name-atlantik-landing-page .footer-container-wrapper { 
    position: fixed;
    bottom: 0;
    width: 100%;    
}

.center-lp {
    display: block!important;
    margin: 0 auto!important;
    width: 100%!important;
    max-width: 1140px!important;
    float: none!important;
    padding: 6% 4% 50px 8%;
}
.lp-top-container {}
.header-container-wrapper { position: relative !important; }
#thank-page-banner .top-container {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    height: 100vh;
color: #00adef !important;
}
@media (max-width: 479px) { 
    .header-container-wrapper {
        margin-left; 0px;
        margin-right: 0px;
    } 
} 
#thank-page-banner .top-container ul {
    margin: 10px 0 10px 20px;
}
/* :::::::::::::::::::::::::::::::::::::::::: */
/*    Internal Pages using static slider      */
/* :::::::::::::::::::::::::::::::::::::::::: */

/*

    CSS3 Transform - Perspective:
    The transform perspective property allows you to set the 3D perspective of an element in pixels (z-axis).
    Used for 3D properties.

    CSS3 Transform - Translate 3D:
    The transform translate 3D property allows you to
    move an element and it's children's positions in a 3D environment.
    In order to get a true 3D effect you will need to set the perspective
    of the parent which will contain the 3D environment, or add transform perspective to this element.

    Browser Support:
    IE 10+, Chrome, Safari, Firefox

*/

/* Testimonial slider  */

.full-image-container {
    margin: 60px 0 0 !important;
    display: block !important;
    max-height: 400px !important;
    min-height: 250px !important;
    overflow: hidden !important;
}

.cbp-qtrotator {
    position: relative;
	margin: 3em auto 5em auto;
	max-width: 800px;
	width: 100%;
	min-height: 400px;
}

.cbp-qtrotator .cbp-qtcontent {
	position: absolute;
	min-height: 200px;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
	padding: 2em 0;
	top: 0;
	z-index: 0;
	opacity: 0;
	width: 100%;
}

.no-js .cbp-qtrotator .cbp-qtcontent {
	border-bottom: none;
}

/* Currently visible */
.cbp-qtrotator .cbp-qtcontent.cbp-qtcurrent,
.no-js .cbp-qtrotator .cbp-qtcontent {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.cbp-qtrotator .cbp-qtcontent:before,
.cbp-qtrotator .cbp-qtcontent:after {
	content: " ";
	display: table;
}

.cbp-qtrotator .cbp-qtcontent:after {
	clear: both;
}

.cbp-qtprogress {
	position: absolute;
	background: #47a3da;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.cbp-qtrotator blockquote {
	margin: 0;
	padding: 0;
}

.cbp-qtrotator blockquote p {
	font-size: 2em;
	color: #888;
	font-weight: 300;
	margin: 0.4em 0 1em;
}

.cbp-qtrotator blockquote footer {
	font-size: 1.2em;
}

.cbp-qtrotator blockquote footer:before {
	content: '? ';
}

.cbp-qtrotator .cbp-qtcontent img {
	float: right;
	margin-left: 3em;
}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.cbp-qtrotator {
		font-size: 70%;
	}

	.cbp-qtrotator img {
		width: 80px;
	}

}
/* Chrome rendering blurred text :: = ul using 3D Transforms not 2D = width is stretched to 200% */

.hs_cos_flex-slider .superimpose .caption * { -webkit-font-smoothing: antialiased !important; }

ul.hs_cos_flex-slides.hs_cos_flex-slides-main.superimpose { width: 100% !important; -webkit-transform: none !important; }

.hs_cos_flex-slider .hs_cos_flex-slides > li { -webkit-transform: none !important; }

.hs_cos_flex-slider .hs_cos_flex-slides img { width: 0px !important; }

.full-image-container .hs_cos_flex-slider {
    max-height: 100px !important;
    margin: 0 !important;
    min-height: 100px !important;
}

.full-image-container .hs_cos_flex-slider .hs_cos_flex-slides img {
    max-height: 200px !important;
    min-height: 200px !important;
    width: 100% !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
}

.full-image-container .hs_cos_flex-slider .superimpose .caption {
    position: absolute !important;
    text-align: center !important;
    max-width: 960px !important;
    padding: 0 !important;
    top: 48%  !important;
    left: 50%;
    height: auto !important;

    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.full-image-container .hs_cos_flex-slider .superimpose .caption h1,
.full-image-container .hs_cos_flex-slider .superimpose .caption h2 {
    font-size: 0.715em !important;
    line-height: 1 !important;
}

.full-image-container .hs_cos_flex-slider .superimpose .caption h3,
.full-image-container .hs_cos_flex-slider .superimpose .caption h4,
.full-image-container .hs_cos_flex-slider .superimpose .caption h5,
.full-image-container .hs_cos_flex-slider .superimpose .caption h6 {
    font-size: 0.625em !important;
    line-height: 1 !important;
}

.full-image-container .hs_cos_flex-slider .superimpose .caption p {
    font-size: 16px !important;
    line-height: 1.2 !important;
}

.full-image-container .hs_cos_flex-slider .superimpose .caption li {
    font-size: 0.3em !important;
    line-height: 0.5 !important;
}

.full-image-container .hs_cos_flex-direction-nav .hs_cos_flex-prev,
.full-image-container .hs_cos_flex-direction-nav .hs_cos_flex-next,
.full-image-container a.hs_cos_flex-prev,
.full-image-container a.hs_cos_flex-next {
    display: none !important;
}




/*  ******************************************  *\


        Blog


\*  ******************************************  */


.hs-blog-listing .post-item img {
    max-width: 300px !important;
    margin: 20px 20px 20px 30px !important;
    display: none;
}

.hs-blog-post .search-container,
.hs-blog-listing .blist-comment-form,
.hs-blog-listing .custom_listing_comments { display: none;}

/* Comment Bog Post */

.blist-comment-form  {
    display: none;
    margin-top: 2%;
    border: 1px solid #c8c8c8;
    background: #f0f0f0;
    padding: 2% 4%;
}

.blist-comment-form input[type='checkbox'] {
      background: white !important;
      outline: 1px solid #999999;
      border: 4px solid white !important;
      width: 28px;
      height: 16px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;

      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}

.blist-comment-form input[type='checkbox']:checked {
      background: #5C5B5B !important;
}
.blist-comment-form .hs-form-booleancheckbox-display > input { margin: 0px 15px -7px -13px !important; }
.blist-comment-form .hs_website { display: none; }

.hs_subscribe_to_our_blog > label {display: none !important;}

.blist-comment-form h3 {
     font-size: 24px;
     color: #292929 !important;
     margin-bottom: 4% !important;
}
.blist-comment-form .hs-button {
    height: 60px !important;
    background-color: rgb(221,78,12) !important;
    margin-top: 16px !important;
    color: #fff !important;
    font-size: 18px !important;
    padding: 0 5%;
    border: 0 !important;
    text-transform: uppercase;
}
.blist-comment-form .hs-button:hover {
    background-color: #f6b229 !important;
}
.blist-comment-form label {
    color: #292929 !important;
    font-size: 18px !important;  
    font-weight: normal !important;
}

.blist-comment-form input {
   margin-bottom: 3% !important;
   border: 1px solid #C8c8c8 !important;
   padding-top: 10px !important;
   padding-bottom: 10px !important;
}

.blist-comment-form textarea {  
   border: 1px solid #C8c8c8;
   min-height: 100px;
}

.blist-comment-form .hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input { margin-right: 16px; }

.st-contact-page-form label { line-height: 1.8em; }
.st-contact-page-form li.hs-form-checkbox .hs-input { width: initial !important; }
.st-contact-page-form li.hs-form-checkbox { list-style: none; }
.st-contact-page-form ul.inputs-list.multi-container { margin-left: 0; }
.st-contact-page-form .hs_atlantik_contact_form_subscribe > label  { display: none; }
.st-contact-page-form  option { background: #EFEEEE; }

#hs_cos_wrapper_post_body > img {
    float: right;
    margin: 20px;
}

.widget-type-post_listing {
    margin-top: 20px;
}


.sidebar-sub-wrapper .widget-type-blog_subscribe {
    margin-top: 5px;
}

.blog-intro {
    padding: 10px 20px !important;
}

.blog-left * {
    text-align: left !important;
}

.blog-right * {
    text-align: left !important;
}
.post-header h1 { margin-top: 10px; margin-bottom: 10px; line-height: 1.2em; } 
.post-header h2 {
color: #00adef !important;
line-height: 1em;
}

.post-header h2 a {
color: #00adef !important;
}

.post-header p {
    font-size: 12px !important;
    margin-bottom: 15px !important;
    float: left;
}

.post-body p {
    margin: 0 0 10px !important;
    line-height: 22px;
}

.post-body h2 {
    font-weight: bold !important;
    line-height: 35px !important;
    margin: 30px 0 0 !important;
color: #1c1651 !important;
}

.post-body h3 {
    font-weight: bold !important;
    line-height: 22px !important;
    margin-bottom: 15px !important;
color: #1c1651 !important;
}

.blog-section ul {
    list-style: disc;
    padding: 0 10px 0 20px;
    margin: 15px 0;
}

.blog-section ul li {
    line-height: 22px;
color: #00adef;
}

.post-item .post-body {
    display: inline-block !important;
    width: 100%;
}

.post-item .post-body img {}

.hs-blog-listing {}

.hs-featured-image-link {}

.post-listing {
    border-right: 1px solid #dedede !important;
    padding-right: 30px;
}

.post-item * {
    text-align: left !important;
    line-height: 18px;
}

.post-item {
    padding: 0 0 5px!important;
    margin-top: 5px!important;
    margin-bottom: 5px!important;
    display: block;
    border-bottom: 1px solid rgb(226, 226, 226);
}

.post-header h2 a {
    font-size: 26px;
    line-height: 26px !important;
    margin: 30px 0 !important;
}

h2.post-listing-simple a {
  font-size: 18px !important;
  line-height: 1.4em !important;
}

.post-listing .post-item {
    padding-top: 20px !important;
    padding-bottom: 35px !important;
}


.post-item h2 a {
    line-height: 34px;
    font-size: 26px;

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

color: #00adef !important;
}

.post-item h2 a:hover {
color:  #4a4b4b !important;
}

#hubspot-author_data {
    float: left;
    width: auto;
    margin-right: 10px !important;
    display: inline-block;
    font-size: 12px;
}

#hubspot-author_data > p {
    float: left;
    display: inline-block;
    width: 50%;
    font-size: 12px;
}

.fb_iframe_widget span {
    top: -2px !important;
}

.post-item #hs_cos_wrapper_blog_social_sharing {
    display: none;
}

.post-body a.more-link {
    display: inline-block !important;
background-color: #4a4b4b !important;
}

.blog-right .widget-module {
    padding: 15px 0
}

.blog-right .widget-module ul {
    list-style: disc;
    margin-left: 30px !important;
color: #1c1651 !important;
}

.blog-right .widget-module ul li a {
    text-align: left !important;
    line-height: 26px;
    color: #333;
}

.blog-right .widget-module ul li a:hover,
.blog-right .widget-module ul li a:focus {
    color: #4a4b4b !important;
}

.subscribe-to-email-updates h3 {
    line-height: 26px !important;
}

.post-item p#hubspot-topic_data {
    position: relative !important;
    margin: 5px 0 !important;
    display: inline-block !important;
    float: left !important;
    width: 100% !important;
    display: none !important;
}

.read-link a {
    position: relative;
    margin: 5px auto;
    display:  block;
    float: none;
    width: 100%;
    max-width: 180px;
    line-height: 2.8;
    font-weight: 400;
    font-size: 1em;
    cursor: pointer;
    text-align: center !important;

background-color: #808284 !important;
color: #1c1651 !important;
border: 2px solid #1c1651 !important;
}


.post-item a.more-link {
    position: relative;
    margin: 15px 0;
    display: block;
    width: 100%;
    max-width: 180px;
    line-height: 2.8;
    font-weight: 400;
    font-size: 1em;
    cursor: pointer;
    text-align: center !important;

background-color: #1c1651 !important;
color: #808284 !important;
}

.read-link a:hover,
.read-link a:focus,
.post-item a.more-link:hover,
.post-item a.more-link:focus {
    color: #808284 !important;
    background-color: #4a4b4b !important;
}


.read-link a:active,
.post-item a.more-link:active {
    background-color: #4a4b4b !important;
    border-color: #4a4b4b !important;
}


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

.blog-pagination a.previous-posts-link,
.blog-pagination a.next-posts-link,
.blog-pagination a.all-posts-link {
    position: relative;
    margin: 50px auto !important;
    display: inline-block;
    width: 100%;
    max-width: 185px;
    line-height: 3em;
    text-align: center !important;
    font-weight: 400;
    font-size: 1em;
    cursor: pointer;

    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;

background-color: #00adef !important;
color: #262261 !important;
}

.blog-pagination a.next-posts-link:focus,
.blog-pagination a.next-posts-link:hover,
.blog-pagination a.previous-posts-link:focus,
.blog-pagination a.previous-posts-link:hover,
.blog-pagination a.all-posts-link:focus,
.blog-pagination a.all-posts-link:hover {
background-color: #4a4b4b !important;
}


.blog-pagination a.next-posts-link:active,
.blog-pagination a.previous-posts-link:active, 
.blog-pagination a.all-posts-link:active {
background-color: #808284 !important;
}
.hs-author-avatar {
  padding-top: 11px;
  padding-bottom: 11px;
}
.hs-author-profile { 
   text-align: center;
   line-height: 1.3em;
   font-size: 13px;
   color: rgb(94, 93, 93);
}
.about-author-sec img,
.hs-author-profile img {
    border-radius: 50%;
}

.about-author-sec {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    padding-top: 40px;
    padding-bottom: 40px;
}

.hs-author-listing-header {
  margin: 40px 0 10px 0;
  font-size: 36px;
  border-bottom: 4px solid rgb(79, 127, 131);
  color: rgb(79, 127, 131);
}


.hs-blog-post {}

.blog-post-wrapper {
    margin: 20px 0 50px;
}

.blog-post-wrapper * {
    text-align: left;
}

.blog-section .post-body * {
    text-align: left;
    line-height: 1.5em;
}

.section.post-body img {
    max-width: 100% !important;
    height: auto !important;
    margin: 25px auto;
}

.section.post-body a img {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #ddd !important;
    border-bottom: 1px solid #ddd !important;
}

.hs-blog-social-share {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}

.hs-blog-social-share:before, .hs-blog-social-share:after {
    content: "";
    display: table;
}

.hs-blog-social-share:after {
    clear: both;
}

.hs-blog-social-share ul {
    margin: 0;
}

.blog-post-wrapper .topic-link {}


.hs_cos_wrapper_type_post_listing ul {
color: #1c1651 !important;
}

.hs_cos_wrapper_type_post_listing ul li {
    line-height: 24px;
}
.hs_cos_wrapper_type_post_filter ul li { color: #1c1651; }

.hs_cos_wrapper_type_post_listing ul li a {
    color: #1c1651;
}

/* Search Bog */
.search-container{
    padding: 10px 0 40px;
    position: relative;

}
.search-container span.fa { 
    position: absolute; 
    right: 3%;
    z-index: 999;
    top: 23%;
    font-size: 32px;
}

input#blog-search.seach-input{
    background: #f0f0f0;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
    color: #505050;
    font-size: 24px;
    font-weight: 600;
    font-style: italic;
    padding: 20px 40px 20px 20px;
    width: 100%;
}
input#blog-search.seach-input::after{ 
    color: red; 
    border: 1px solid red; 
    position: relative; 
    z-index:999;
    display: block;
    font-family: "FontAwesome";
    content: "\f002";
    font-size: 24px;
}
input#blog-search.seach-input:hover{
    background: rgb(79, 127, 131);
    color: white;
}


/*  **********************************  *\


   404 Error Page


\*  **********************************  */

.cta-solid-fav3 .hs-form input, 
.cta-solid-fav3 .hs-button { 
    margin-top: 15px !important;  
    margin-bottom: 15px !important; 
}
.cta-solid-fav3 .input input, 
.cta-solid-fav3 .input a { margin-bottom: 40px !important}
.cta-solid-fav3 a {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #4a4b4b !important;
    color: #262261 !important;
    padding: 18px 30px 18px 30px ;
    margin-top: 10px;
}


.cta-solid-fav3 a:hover,
.cta-solid-fav3 a:focus {
    background: #1c1651 !important;
}


/*  **********************************  *\


    10  ShareThis


\*  **********************************  */


.share-bar { }

.share-bar img { }

img.share-this {
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: block;
    width: 42px;
    height: 42px;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
    border-bottom: 0;
    z-index: 5000;
    cursor: pointer;
    background-color: #4a4b4b;
}


img.share-this:focus,
img.share-this:hover { }
img.share-this:active {
    padding: 7px;
}

.arthref {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.arthref .overlay {
    position: fixed;
    z-index: 10001;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.4)!important;
    pointer-events: none;
    display: none;

    -webkit-transition:all 200ms ease-in-out;
    -moz-transition:all 200ms ease-in-out;
    -o-transition:all 200ms ease-in-out;
    -ms-transition:all 200ms ease-in-out;
    transition:all 200ms ease-in-out
}

.arthref .opaque {
    background:rgba(255, 255, 255, 0.2)!important
}

.arthref .overlay.active {
    opacity:1;

    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    -o-transition:all 0.2s ease;
    -ms-transition:all 0.2s ease;
    transition:all 0.2s ease;
    pointer-events:all
}



/* ************************************** *\

            Location of share icon

\* ************************************** */

.arthref .icon-container .centered {
    position: fixed;
    right: 60px;
    bottom: 62px;
    display: block;
    height: auto;
    padding: 0;
    width: 210px;
    z-index: 10002;
    background-color: #ffffff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}

.arthref .icon-container:before {
    content:'';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.arthref .icon-container ul {
    margin: 0;
    padding: 0;
    list-style-type:none;
    text-align:center;
    opacity:0;

    -webkit-transition:all 200ms ease-in-out;
    -moz-transition:all 200ms ease-in-out;
    -o-transition:all 200ms ease-in-out;
    -ms-transition:all 200ms ease-in-out;
    transition:all 200ms ease-in-out;
    pointer-events: none;
}
.arthref .icon-container ul.active {
    opacity: 1;
    background: transparent;
    pointer-events: auto;
}

.arthref .icon-container ul li {
    display: inline-block;
}

.arthref .icon-container ul li a {
    color: #454545;
    margin: 0 !important;
    padding: 10px !important;
    display: inline-block;
    width: 210px;
    border-bottom: 1px solid #ccc;

    -webkit-transition:all 0.1s ease;
    -moz-transition:all 0.1s ease;
    -o-transition:all 0.1s ease;
    -ms-transition:all 0.1s ease;
    transition:all 0.1s ease;
}

.arthref .icon-container ul li a:hover,
.arthref .icon-container ul li a:focus {
    background: rgba(0,0,0,0.15);
}

.arthref .icon-container ul li a span {
    display: block;
    width: 32px;
    height: 32px;
}
.arthref .icon-container ul li span {
    display: none;
}

.arthref .icon-container ul li a.aGooglePlus span {
    display: block;
    margin: 0;
    width: 30px;
    height: 30px;
    background: transparent url(//cdn2.hubspot.net/hub/165931/file-747096118-png/COS_Website_Version_2/share-this/google-plus-share-this.png) no-repeat;
    background-size: cover;
}

.arthref .icon-container ul li a.aTwitter span {
    display: block;
    margin: 0;
    width: 30px;
    height: 30px;
    background: transparent url(//cdn2.hubspot.net/hub/165931/file-748419586-png/COS_Website_Version_2/share-this/twitter-share-this.png) no-repeat;
    background-size: cover;
}

.arthref .icon-container ul li a.aLinkedIn span {
    display: block;
    margin: 0;
    width: 30px;
    height: 30px;
    background: transparent url(//cdn2.hubspot.net/hub/165931/file-752378425-png/COS_Website_Version_2/share-this/linkedin-share-this.png) no-repeat;
    background-size: cover;
}

.arthref .icon-container ul li a.aFacebook span {
    display: block;
    margin: 0;
    width: 30px;
    height: 30px;
    background: transparent url(//cdn2.hubspot.net/hub/165931/file-752378420-png/COS_Website_Version_2/share-this/facebook-share-this.png) no-repeat;
    background-size: cover;
}

.arthref .icon-container ul li a.aGooglePlus span:before {
    display: block;
    content: 'Google+';
    background: transparent;
    line-height: 30px;
    margin: 0;
    height: auto;
    text-align: left;
    text-indent: 52px;
    width: 200px;
}

.arthref .icon-container ul li a.aTwitter span:before  {
    display: block;
    content: 'Twitter';
    background: transparent;
    line-height: 30px;
    margin: 0;
    height: auto;
    text-align: left;
    text-indent: 52px;
    width: 200px;
}

.arthref .icon-container ul li a.aLinkedIn span:before  {
    display: block;
    content: 'LinkedIn';
    background: transparent;
    line-height: 30px;
    margin: 0;
    height: auto;
    text-align: left;
    text-indent: 52px;
    width: 210px;
}

.arthref .icon-container ul li a.aFacebook span:before  {
    display: block;
    content: 'Facebook';
    background: transparent;
    line-height: 30px;
    margin: 0;
    height: auto;
    text-align: left;
    text-indent: 52px;
    width: 200px;
}

.arthref .launchpad .icon-container ul {
    -webkit-transform-origin:center 20%;
    -webkit-transform:scale(0.8);
    -moz-transform-origin:center 20%;
    -moz-transform:scale(0.8);
    -o-transform-origin:center 20%;
    -o-transform:scale(0.8);
    -ms-transform-origin:center 20%;
    -ms-transform:scale(0.8);
    transform-origin:center 20%;
    transform:scale(0.8);
}
.arthref .launchpad.active .icon-container ul {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
}
.arthref .launchpadReverse .icon-container ul {
    -webkit-transform-origin:center 20%;
    -webkit-transform:scale(1.2);
    -moz-transform-origin:center 20%;
    -moz-transform:scale(1.2);
    -o-transform-origin:center 20%;
    -o-transform:scale(1.2);
    -ms-transform-origin:center 20%;
    -ms-transform:scale(1.2);
    transform-origin:center 20%;
    transform:scale(1.2);
}
.arthref .launchpadReverse.active .icon-container ul {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
}

/* ********************************** *\

                  Instructions Page Style

\* ********************************** */


.ba-instructions { 
    padding: 25px;
    
}
.ba-instructions p { font-size: 13px; line-height: 1.5em; color: #424242; }
.ba-instructions h1, 
.ba-instructions h3, 
.ba-instructions h4 { color: #4f7f83; }
.ba-instructions h3 { border-left: 5px solid #4f7f83; padding-left: 15px; }
.ba-instructions h4 { padding-top: 15px; }
.right-instructions { padding: 10px 30px 10px 10px }
.left-instructions { padding: 10px 0 10px 10px; }
.left-instructions iframe {   max-width: 560px;  height: 315px;  width: 100%;}
.inner-center-instructions { 
    border-bottom: 1px dotted #4f7f83; 
    display: block !important;
    margin: 0 auto!important;
    padding: 15px 0 15px 25px!important;
    width: 100% !important;
    max-width: 90% !important;
    float: none !important;
}

/* ********************************** *\

                       Cookie Warning

\* ********************************** */

div#hs-eu-cookie-confirmation {
    left: 50% !important;
    width: 50% !important;
    min-width: 320px !important;

    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 15px 20px !important;
}


/*  *************************************************************  *\


        12 ) Media Queries


\*  *************************************************************  */



/* *************************************** *\
       = STRUTO SMM MENU =
\* *************************************** */
/*
  sssssss     MM       MM       MM       MM        VV            VV         2222222
ss           MM  MM  MM MM     MM  MM  MM MM       VV            VV        22     22
ss           MM    MM   MM     MM    MM   MM        VV          VV        22       22
  ssss       MM         MM     MM         MM         VV        VV          22      22
      ss     MM         MM     MM         MM          VV      VV                  22
       ss    MM         MM     MM         MM           VV    VV                  22
      ss     MM         MM     MM         MM            VV  VV                 22
ssssss       MM         MM     MM         MM             VVV                222222222
*/


/* @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    */
/*****************************************/
/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */


/*****************************************/
/* Bootstrap Reset (Only if BootStrap is installed) */
/*****************************************/
div.close, span.close, a.close {
    opacity: initial ;
    text-shadow: initial;
}

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

/* ===============================================================================================
   STRUTO MENU MODULE INTEGRATION (SMM V1) WITH HUBSPOT MENU
   ===============================================================================================
   =============================================================================================== */

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */
   
/* Logo setting XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
   /* Logo background color */
  
/* Desktop Extra Button XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
   /* Set value none or block when using this button */

/* General menu setting XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

    /* The same height goes for Menu ul and Header (.smm-header-wrapper) */  
   /* Set menu font color for menu bar */
   /* Set menu font weight for menu bar */
   /* Set ul background color */
   /* Set Main Menu Header Border Bottom to 1px or 0 for none */
  
  /* Desktop parent setting */
   /* Set ul background color */
   /* Set li background Color */
   /* Set li background Color */
   /* Set li background Color */
   /* Set link Color */
   /* Set link Hover Color */
   /* Set menu font weight for menu bar */
    /* Set border left color to the menu item */
    /* Set border left to the menu item */
  
   /* Desktop child list color setting */
   /* Set ul background color */
   /* Set li background Color */
   /* Set li background Color */
   /* Set link Color */
   /* Set link Hover Color */
   /* Set menu font weight for menu bar */
   /* Set child height */
   /* Desktop Drop down Menu Width */
  
  /* Set both value for Desktop Child Dropdown Position Push to left or centered */
   /* Set dropdown position 50% for left or 1% for centered */
   /* Set dropdown position 90px for left or 0px for centered */

   /* Set menu font weight for menu bar */
   /* Set menu font weight for menu bar */

  /* Mobile Menu setting ***************/
  /* Hamburger Menu setting */
   /* Set Mobile Bar height */
   /* Hamburger Background*/
    /* Hamburger Background hover*/
   /* Set the Hamburger(mobile-trigger) font-size */
  
  /* Mobile Dropdown setting */
   /* Set Mobile Menu Background Color */
   /* Set background link hover Color */
   /* Set link Color */
   /* Set link Hover Color */
   /* Set menu font weight for menu bar */
   /* Set align on the menu item */
   /* Border Mobile Menu */
   /* Set button none to hide or block to display */
  
    /* Mobile child color setting */
   /* Set Mobile Menu Background Color */
  
   /* Set Link Color */
   /* Set Link Hover Color */
   /* Set menu font weight for menu bar */
  
  
 
  /*ADDED:*/
   /* Set max-width break point to show MORE button*/


/* Other menu setting XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* Close Icon on mobile *************/
@font-face {
    font-family: "Flaticon";
    src: url("//cdn2.hubspot.net/hubfs/165931/smm_menu/SMM_Images/flaticon.eot");
    src: url("//cdn2.hubspot.net/hubfs/165931/smm_menu/SMM_Images/flaticon.eot#iefix") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/165931/smm_menu/SMM_Images/flaticon.woff") format("woff"),
	url("//cdn2.hubspot.net/hubfs/165931/smm_menu/SMM_Images/flaticon.ttf") format("truetype"),
	url("//cdn2.hubspot.net/hubfs/165931/smm_menu/SMM_Images/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
    font-size: 30px;
    font-style: normal;
}
.flaticon-close6:before {
	content: "\e000";
}
.smm-item-close i.flaticon-close6 {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.smm-item-close a:hover {
    background: transparent !important;
}

/* Animation AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA */

/* Menu AAAAAAAAAAAAAAAAAAAAA */

.widget-span.smm-master-header {
    width: 100%;
    -webkit-animation: mymove 0.2s; /* Chrome, Safari, Opera */
    animation: mymove 0.2s;
} 
/* Chrome, Safari, Opera */

.widget-span.smm-master-header {-webkit-animation-timing-function: linear;}

/* Standard syntax */

.widget-span.smm-master-header  {animation-timing-function: linear;}

/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    from {top: -60px;}
    to {top: 0;}
}

/* Standard syntax */
@keyframes mymove {
    from {top: -60px;}
    to {top: 0;}
}

/*.nav-up { top: -60px; }*/




/*Menu Scroll Display transitions*/
/* UPDATE EXISTING STYLE */
.nav-up{
    transform: translateY(-80px);
    -ms-transform: translateY(-80px);
    -o-transform: translateY(-80px);
    -webkit-transform: translateY(-80px);

    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
@media (max-width: 767px) {
    .nav-up{
        transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
        -webkit-transform: translateY(-60px);   
    }
}
/* ADD NEW STYLE */
.nav-down{
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);

    -o-transition-duration: 200ms;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
body.mobile-open .smm-master-header.nav-up {
     transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;

    -o-transition-duration: 200ms !important;
    -webkit-transition-duration: 0.2s !important;
    -moz-transition-duration: 0.2s !important;
    transition-duration: 0.2s !important;
}



/* Mobile Menu Toggle Animation */

@-webkit-keyframes topline {
  50%  {-webkit-transform: translateY(4.8px); transform:translateY(4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(45deg); transform:rotate(45deg);}
}
@-moz-keyframes topline {
  50%  {-webkit-transform: translateY(4.8px); transform:translateY(4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(45deg); transform:rotate(45deg);}
}
@-o-keyframes topline {
  50%  {-webkit-transform: translateY(4.8px); transform:translateY(4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(45deg); transform:rotate(45deg);}
}
@keyframes topline {
  50%  {-webkit-transform: translateY(4.8px); transform:translateY(4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(45deg); transform:rotate(45deg);}
}

@-webkit-keyframes bottomline {
  50%  {-webkit-transform: translateY(-4.8px); transform:translateY(-4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(-45deg); transform:rotate(-45deg);}
}
@-moz-keyframes bottomline {
  50%  {-webkit-transform: translateY(-4.8px); transform:translateY(-4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(-45deg); transform:rotate(-45deg);}
}
@-o-keyframes bottomline {
  50%  {-webkit-transform: translateY(-4.8px); transform:translateY(-4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(-45deg); transform:rotate(-45deg);}
}
@keyframes bottomline {
  50%  {-webkit-transform: translateY(-4.8px); transform:translateY(-4.8px); }
  100% { margin-top:0; -webkit-transform: rotate(-45deg); transform:rotate(-45deg);}
}


.mobile-open a.mobile-trigger i:before {
    -webkit-animation:topline 0.3s ease-in-out;
    -moz-animation:topline 0.3s ease-in-out;
    animation:topline 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards; 
    -webkit-animation-fill-mode: forwards;
}
.mobile-open a.mobile-trigger i:after {
     -webkit-animation:bottomline 0.3s ease-in-out;
    -moz-animation:bottomline 0.3s ease-in-out;
    animation:bottomline 0.3s ease-in-out;
    animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards; 
    -webkit-animation-fill-mode: forwards;
}

a.mobile-trigger i:before {
     -webkit-animation: bottomline 0.3s linear;
    -moz-animation: bottomline 0.3s linear;
    animation: bottomline 0.3s linear;
    animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards; 
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}
.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus, .gsc-search-box .gsc-input > input:hover{
    background: #fff;
    box-shadow: none !important;
   
}
.gsc-control-cse {
    font-family: Arial, sans-serif;
    border-color: #fff!important;
    background-color: #fff!important;
    
}

#input .gsc-input{
    padding: 8px 20px!important;
    margin-top: 0px !important;
}

.header-container-wrapper .widget-span {
    min-height: initial;
}
.widget-span.smm-master-header {
    display: none;
    position: fixed;
    width:100%;
    z-index:999999;
}

/* Hide transported menu */
#smm-transport .header-container-wrapper {
    display: none !important;
}
.smm-header-wrapper .widget-span {
    width: auto !important;
    margin-left: initial !important;
    
}
.smm-header-wrapper {
    background-color: #fff;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 400;
    height: calc( 80px + 1px );
    border-bottom: 1px solid rgb(212, 212, 212);
}
.smm-footer-script {
    display: none !important;
}
.st-struto-logo img {
    padding: 10px;
    height: 80px;
    width: auto !important;
    border-bottom: 1px solid rgb(212, 212, 212);
}
.smm-menu-wrapper {
    margin-left: 0 !important;
    
}
.smm-header-wrapper .smm-left {
    float: left !important;
    width: initial;
}
.smm-right-corner {
    float: left;
}
.smm-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul,
.smm-header-wrapper .smm-right {
    float: right !important;
    width: initial;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul:last-child {
    
}
.st-struto-logo .hs_cos_wrapper_type_linked_image {
    display: table-cell;
    vertical-align: middle;
    height: 80px; 
    background-color: #fff;
}
.st-struto-logo {
    width: calc( 100% + 20px );
}

ul.hs-menu-children-wrapper.smm-bucket ul {
    display: none;
}
.smm-header-wrapper .smm-desktop-menu {
    float: left;
}

.smm-header-wrapper a.cta_button {
    height:  80px !important; /* 80px */
}
.smm-cta {
    background: rgb(221,78,12);
    height: 80px !important;
}
.mobile-extra-right-button {
    display: none !important;
}

/************* More Target *************************/

.smm-target-menu-item:last-child {
        display: none;
}
@media (max-width: 1100px) {
    .smm-target-menu-item:last-child {
        display: block;
    }
    .smm-target-menu-item:last-child > li.hs-menu-item:last-child {
        display: none;
    }
}
ul.smm-bucket>li:last-child {
    display: none;
}

/* Reset display */
@media (min-width: 768px) {
    .smm-header-wrapper .smm-right-corner {
        display: block;
    }
    
    .smm-header-wrapper .smm-desktop-menu {
        display: block;
    }
   
    .smm-header-wrapper .smm-mobile-menu {
        display: none;
    }
}

/* Show Mobile and hide desktop menu */
@media (max-width: 767px) {
    .mobile-search-icon {
        cursor: pointer;
    }
    .smm-header-wrapper .smm-right-corner,
    .smm-header-wrapper .smm-desktop-menu {
        display: none;
    }
    .smm-header-wrapper {
        border-width: 0;
    }
    .smm-header-wrapper .smm-mobile-menu {
        display: block;
    }

     .mobile-extra-right-button {
        display: block !important;
        right: 115px;
        top: 4px;
        position: relative;
     }
    .st-struto-logo .hs_cos_wrapper_type_linked_image,
    .smm-header-wrapper {
        height: 60px ; 
         border-bottom: 1px solid #e6e4e4;
    }
     .smm-header-wrapper {
        border-bottom: 1px solid #e6e4e4;
    }
    .st-struto-logo img {
       height: 59px;
    }
    
    .smm-mobile-menu .hs-menu-wrapper ul:first-child { 
        
        height: auto;
        overflow-x: hidden !important;
        /*overflow: -moz-scrollbars-none;*/
        direction: rtl;
    }
    
    /* .smm-mobile-menu .hs-menu-wrapper ul::-webkit-scrollbar { display: none !important; } */
    
    .smm-mobile-menu .hs-menu-wrapper ul::-webkit-scrollbar {
        width: 8px;
    }
    
    .smm-mobile-menu .hs-menu-wrapper ul::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
        border-radius: 10px;
        background-color: rgb(0,173,239);
    }
    
    .smm-mobile-menu .hs-menu-wrapper ul::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
    }
    
    @-moz-document url-prefix(http://),url-prefix(https://) {
        scrollbar {
           -moz-appearance: none !important;
           background: rgb(0,255,0) !important;
        }
        thumb,scrollbarbutton {
           -moz-appearance: none !important;
           background-color: rgb(0,0,255) !important;
        }
        
        thumb:hover,scrollbarbutton:hover {
           -moz-appearance: none !important;
           background-color: rgb(255,0,0) !important;
        }
        
        scrollbarbutton {
           display: none !important;
        }
        
        scrollbar[orient="vertical"] {
          min-width: 15px !important;
        }
    }
    
}

@media (max-width: 479px) { 
    .mobile-extra-right-button {
        display: none !important;
    }
}

/* ==========================================================================
   Desktop Menu
   ========================================================================== */
   
/* Parent List XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul{ 
  background-color:transparent;
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li{
  background:transparent;
  border-left: 1px solid rgba(255, 255, 255, 0.298039);
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li.active {
    /* background: white !important; */
}

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

/*Menu Item Hover Colour Transition*/
/* UPDATE EXISTING STYLE */
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li:hover{
    background:white;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    -o-transition-duration: 200ms;
    transition-duration: 200ms;
}

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


.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li > a:link,
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li > a{
  color:#1c1651;
  font-size: 14px;
  display: table-cell;
  padding: 0 13px;
  height: 80px;
  vertical-align: middle;
}
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li.active > a {
    background: whitesmoke;
    color: #1c1651;
}

.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul > li > a:hover{
  color: #1c1651;
}

.smm-header-wrapper .custom-menu-primary.smm-desktop-menu li.hs-item-has-children:hover > a {
    color: #1c1651;
}

.smm-desktop-menu .hs-menu-flow-horizontal {
    font-size: 0;
}

/* Child List XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */

.smm-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper {
    left: initial;
    margin: auto;
    right:0;
}



/*Child Item Display transition*/
/* ADD NEW STYLE */
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    transition-duration: 200ms;
    -o-transition-duration: 200ms;
    -webkit-transition-duration: 200ms;
    -moz-transition-duration: 200ms;
    visibility: visible;
}

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



.smm-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal> ul ul.hs-menu-children-wrapper {
    left: calc(50% - 50%);
    margin-left: calc(90px - 90px);
    width: 600px;
    text-align: center;
}
.smm-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal> li.hs-item-has-children {
    left: calc(50% - 50%);
    margin-left: calc(90px - 90px);
    width: 100px;
    text-align: center;
}

.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: initial;
    right: 400px !important;
}


/*Child Hover Colour Transition*/
/*UPDATE EXISTING STYLE*/
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul li:hover{
    background:whitesmoke;
    -o-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
/*UPDATE EXISTING STYLE*/
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul li a:link,
.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul li a{
  color:#1c1651;
  font-size: 14px;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul  a{   
    max-height: 100px;
    padding: 15px 20px;
    vertical-align: middle;
    display: table-cell !important;
    width: 400px !important;
}

.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > li  a{   
    max-height: 100px;
    padding: 15px 20px;
    vertical-align: middle;
    display: table-cell !important;
    Float: left;
    width: 200px !important;
}
/********************************************************************************************************/


.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul li{
  background:#fafafb;
  border-right: 0px solid #f5f5f5;
  border-bottom: 1px solid rgba(255, 255, 255, 0.298039);
  border-left: 0px solid #f5f5f5;
}

.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul ul {
    border: 1px solid rgba(255, 255, 255, 0.298039);
}

.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul li a:hover{
  color:#1c1651;
}

.custom-menu-primary.smm-desktop-menu .hs-menu-wrapper > ul ul ul {
    margin-left: 0 !important;
}

.custom-menu-primary.smm-desktop-menu ul ul li.hs-item-has-children .fa-angle-down {
    transform: translate(-80px, -6px);
    top: 40%;
}
.custom-menu-primary.smm-desktop-menu ul ul li.hs-item-has-children .fa-angle-down:before {
    content: "\f104";
}

/* Template Dropdown arrow  float to right *******************************************
.custom-menu-primary.smm-desktop-menu ul li.hs-item-has-children span.fa {
    position: absolute;
    font-size: 20px;
    color: whitesmoke;
    right: 15px;
    top: 20px;
}
.custom-menu-primary.smm-desktop-menu ul li.hs-item-has-children > a {
    padding-right: 40px !important;
}
*/

/* Template Dorpdown arrow at the bottom centered  ***********************************/
.custom-menu-primary.smm-desktop-menu ul li.hs-item-has-children span.fa {
    position: absolute;
    font-size: 20px;
    color:#1c1651;
    right: 0;
    left: 0;
    bottom: 2px;
    text-align: center;
}
.custom-menu-primary.smm-desktop-menu ul li.hs-item-has-children span.fa:hover {
    color: #1c1651;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
    text-align: left;
}

/* More Item Auto Button hidden if does not have child */ 


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

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




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

@media (min-width: 768px){

  a.mobile-trigger, a.child-trigger {
      display: none !important; /* Hide button on Desktop */
  }
  
      /* Override */
    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        display: initial !important;
    }
      
}

@media (max-width: 767px){   

  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-menu-primary, .custom-menu-primary *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: white;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
        display: block !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: none;
    }
    
  /* Toggle Button
     ========================================================================== */

  a.mobile-trigger {
      display: table-cell !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 0px;          /* Position Button at top right of screen  */
      right: 0;        /*******************************************/
      width: auto; /* Button width */
      height:  60px; /* Button height */      
      padding: calc(60px/2 - 16px/2) 10px 0;
      vertical-align: middle;
      background: rgb(0,173,239); /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-border-bottom-right-radius: 0px;
      -webkit-border-bottom-left-radius: 0px;
      -moz-border-radius-bottomright: 0px;
      -moz-border-radius-bottomleft: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
      opacity: 1;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: rgb(36, 140, 199);
      opacity: 1;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: rgb(41,37,106) /* rgb(41,37,106) */;
      opacity: 0;
      /*
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
      */
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
     
      background-color: rgb(41,37,106);
      /*  background: transparent; Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 5px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 15px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: white; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -6px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 6px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  /*
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  */

  /* Child Toggle Button
     ========================================================================== */

  a.child-trigger {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 100% !important;
      height: 45px !important; /* Button height */  
      padding: 0 20px 0 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20) !important;
  }
  a.child-trigger:hover {
      text-decoration: none;
     
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-trigger span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: white; /* Icon color */
      display: block;
      float: right;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


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

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

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 60px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
     
  }
  .custom-menu-primary .hs-menu-flow-horizontal{
      padding: 0.01% 0 0 0; /* Padding to add room for close button */
      /* Menu background color set off global mobile-SMMmenuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
      background-color: rgba(0, 0, 0, 0.65);
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
      text-align: center;
   }
   .custom-menu-primary .hs-menu-flow-horizontal > ul > li:last-child {
       background-color: transparent;
       border-bottom: 0 !important;
   }
   /* Only if you have an extra button at last second menu item ********************/
   .custom-menu-primary .hs-menu-flow-horizontal > ul > li:nth-last-of-type(2) {
        display: none;
        border-top: 1px solid rgb(212, 212, 212);
        background-color: rgb(221,78,12);
        background-image: none;
        color: white;
   }

  .custom-menu-primary .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
      display: block;
      text-align: center;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal ul li{
      border-bottom: 1px solid rgb(27, 158, 234); /* Adds transparent dark highlights to top of top level list items */
      background-color: rgb(0,173,239);
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
      font-size: 14px;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a:first-child:hover{
     /* color: rgb(36, 140, 199); */  /* link hover color set by global mobile-SMMaColorHover variable */
     /* background-color: white;*/
  }


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li{
     background-color: white;
     border-bottom: 1px solid rgb(245, 245, 245);
  }
  .custom-menu-primary .hs-menu-flow-horizontal >ul ul li:hover {
    /* background-color: rgb(246, 246, 246);*/
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 14px; /* Font size of child lists */
      color: rgb(36, 140, 199);
  }
  

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

@media screen and (max-width: 979px) {
   
    /* Show Mobile Menu Group */
    
    .desktop-menu-group{
        display: initial !important; 
    } 
    
}


/* ==========================================================================
   Header Quick Contact Styles
   ========================================================================== */

.quick-header-contact {
    background-color: #424242;
    border-bottom: 1px none #636363;
    height: 20px;
}

.quick-header-contact p {
    color: #bfbfbf !important;
    font-size: 13px;
    padding: 0;
    margin: 0;
    text-align: center;    
}

.quick-header-contact p a {
    color: rgb(28, 107, 153);
    text-decoration: none;
}
/** Top Header Social **/
.ak-social-wrapper {
    padding-top:29px;
}
span.ak-social-header {
    display: inline-block;
    width: 40px;
}
span.ak-social-header a:hover{
    text-transform: underline;
}
.ak-social-mobile .ak-social-wrapper {
  display: none;
}
@media (max-width: 767px) {
    .ak-social-mobile {
        position: absolute;
        top: 0;
        left: 140px;
    }
    .ak-social-mobile .ak-social-wrapper {
        display: block;
        padding-top:20px;
    }
}
@media screen and (max-width: 767px) {
    
    /* Header Styling
    ========================================================================== */
    .quick-header-contact { 
        display: none !important 
    }
    
}
/* =======================================================================================================================================
   SMM GSSE SEARCH INTEGRATED
=========================================================================================================================================*/

.smm-header-wrapper .widget-span.desktop-search-icon {
    width: 60px!important;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.298039);
    height: 60px;
    color: white;
    padding: calc(60px/2 - 16px/2) 10px 0;
}
.smm-header-wrapper .widget-span.desktop-search-icon:hover {
    background: white;
}
.smm-header-wrapper .widget-span.smm-sse-search {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    width: 40% !important;
    margin: 0 auto !important;
    display: none;
}
.desktop-search-icon {
    cursor: pointer;
}
.smm-menu-wrapper.smm-sse-menu-close {
    display: none;
}
.smm-header-wrapper .widget-span.smm-sse-search.smm-sse-open {
    display: block;
}
.smm-header-wrapper .widget-span.smm-sse-search-box {
    width: 100% !important;
    display: block;
}
.smm-sse-open {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}
/* Search Result Template */
.smm-sse-result-template .mobile-search-icon-li,
.smm-sse-result-template .widget-span.desktop-search-icon {
    display: none;
}
.smm-sse-noscroll {
    overflow: hidden;
}
/* =======================================================================================================================================
  BROWSER TARGET CLASS
=========================================================================================================================================*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    
    div.close, span.close, a.close {
        opacity: auto;
        text-shadow: auto;
    }

   .header-container-wrapper .widget-span {
        min-height: auto;
    }
    .smm-header-wrapper .widget-span {
        width: auto !important;
        margin-left: auto !important;
    }
    .st-struto-logo img {
        width: auto !important;
    }

    .smm-header-wrapper .smm-left {
        width: auto;
    }
    .smm-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul,
    .smm-header-wrapper .smm-right {
        width: auto;
    }
    
    /* Child List XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
    
    .smm-desktop-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:last-child ul.hs-menu-children-wrapper {
        left: auto;
    }
    .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: auto;
    }
}

@media (min-width: 768px) {
      /* Override */
    _:-ms-input-placeholder, :root .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        display: inline !important;
    }
}

@media screen and (max-width: 979px) {
    /* Show Mobile Menu Group */
    _:-ms-input-placeholder, :root .desktop-menu-group{
        display: inline !important; 
    }
}
/*** SMM MENU END ***/


@media (min-width: 768px) and (max-width: 1145px)  {
    .st-blog-subscribe .hs-button.primary.large { padding: 17px 0 !important; width: 100% !important; }
    .st-blog-subscribe label { font-size: 14px; }
    .st-blog-subscribe h3 { font-size: 15px !important; }
    .hs_cos_wrapper_type_post_filter,
    .hs_cos_wrapper_type_post_listing ul li a {
        font-size: .8em;
        line-height: 7px;
    }
    
}

@media (min-width: 1600px) {
    .left-instructions iframe { max-width: 640px;  height: 360px;  width: 100%;}
    .right-instructions { padding: 10px 50px 10px 30px }
    .inner-center-instructions { max-width: 70% !important; }
    .ba-instructions .ba-h1 { padding-left: 40px; }
    
}
@media (max-width: 842px) {
    
    #welcome-container {margin-top: 10% !important;}

}
@media (min-width: 1100px) {
    .serv-text-1 p, .serv-text-2 p, 
    .serv-text-3 p, .serv-text-4 p { font-size: 24px !important; line-height: 1.5em; }    
}
@media (max-width: 842px) {
    .hamburger:before {margin: -68px -12px;}

}
@media (min-width: 768px) and (max-width: 867px) {
    
    .serv-text-1 p { font-size: 18px !important; line-height: 1.5em; }
    .serv-margin hr {margin-bottom: 5px}
    .serv-text-1, .serv-text-2,
    .serv-text-3, .serv-text-4 { padding: 10px; }

}
@media (min-width: 868px) {
    .serv-margin p {font-size: 18px;}  
}
/* *************************************** *\
         = General Media Queries =
\* *************************************** */

@media (min-width: 2000px) {
     
}

@media (max-width: 1293px) { 
    
    .blist-comment-form input[type="text"], .blist-ebook-form input[type="text"], 
    .blist-comment-form input[type="email"], .blist-ebook-form input[type="email"], 
    .blist-comment-form textarea, .blist-ebook-form textarea {
        -webkit-appearance: none!important;
    }

}

@media (max-width: 1110px) { 
 
    .post-listing {
        border-right: 0 !important;
        padding-right: 0 !important;
    }
    


}  

@media (min-width: 767px) and (max-width: 1145px) { 
    
    .home-testimony .hs_cos_flex-slider .caption p {   font-size: 18px; }
    .right-instructions {width: 100% !important; }
    .left-instructions .span5 { width: 100%!important;  text-align: center;}
    .left-instructions iframe { max-width: 640px!important;  height: 260px!important;  width: 100%!important;}
    
   
}

@media (min-width: 767px) and (max-width: 900px) { 
    .office-detail .hs_cos_wrapper_type_text {
        font-size: 15px;
       
    }
    .office-detail .row-fluid .span11 { width: 85.436464%; margin-left: 5%;}
}


@media (max-width: 960px) {
    
    .home-testimony .hs_cos_flex-slider .caption p {  font-size: 16px;  }
     

    h1 {
        font-size: 1.8em !important;
        line-height: 1.4em !important;
        letter-spacing: normal !important;
    }

    h2 {
        font-size: 1.5em !important;
        line-height: 1.4em !important;
    }

    h3, h4, h5, h6 {
        font-size: 1.2em !important;
        line-height: 1.4em !important;
    }   
    
    .site-page-footer-primary ul.footer-social li a i.fa {
        font-size: 22px;
        padding: 12px;
    }
    .site-page-footer-primary ul.footer-social li {
        height: 40px;
        width: 40px; 
    }


}


@media (max-width: 767px) {
     
    .search-container{
        padding: 10px 0 10px;
    }
    .post-listing .post-item {
        padding-top: 10px!important;
        padding-bottom: 20px!important;
    }
    .blog-pagination a.previous-posts-link, 
    .blog-pagination a.next-posts-link,
    .blog-pagination a.all-posts-link { 
        margin-top: 10px !important; 
        margin-bottom: 10px !important; 
    }
    
    .sidebar-sub-wrapper {    
        padding: 15px ; 
        margin-bottom: 10px;
    }
    .post-body h2 {
        margin: 10px 0 0!important;
    }
    .home-our-work .hs_cos_flex-slider img {height: auto;}
    
    .home-our-work .hs_cos_flex-slider .caption { width: 100%; }
    .home-our-work .hs_cos_flex-direction-nav a {  top: 17%; }
    .home-cta-banner .post-right, .home-cta-banner .post-left,  {width: 50% !important ;}
    
     .ba-heading { font-size: 34px; margin-bottom: 0;}
    
    .ceo-text {width: 100% !important}
    .ceo-text * {text-align: center}
    
    .serv-text-1 p, .serv-text-2 p, 
    .serv-text-3 p, .serv-text-4 p {font-size: 24px !important; line-height: 1.5em; }
    
   .home-our-work .hs_cos_flex-direction-nav a {       
        top: 50% !important;
    }
    .home-our-work .hs_cos_flex-slider img { height: 420px !important;}
    
      input.hs-button.primary.large,
    .subscribe input.hs-button.primary.large {
        border-width: 1px !important;
    }
    .subscribe-blog-title {font-size: 36px;}
    
    .center-text {
        margin: 10px auto !important;
        padding: 15px !important;
    }
    
    #executive .employee { width: 31%; margin: 0 auto; margin-left: 10px; float: left; }
    #executive .employee .person-name { font-size: 14px !important; padding: 0 0 0 5px;}
    #executive .employee .person-title { font-size: 12px !important; padding: 5px;}
    
    #team .employee { width: 23%; margin: 0 auto; margin-left: 10px;  margin-bottom: 20px; float: left; }
    #team .employee .person-name { font-size: 14px !important; padding: 0 0 0 5px;}
    #team .employee .person-title { font-size: 12px !important; padding: 5px;}
    
    /* ==============================================================
        Blog Sidebar 
    ================================================================*/
    
    #blog-post-sidebar .main-content-center {
        
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100%!important;
      
    }
  
    #blog-post-sidebar .ba-main-content {padding: 30px;}
    #blog-post-sidebar .ba-post-sidebar {
        
        padding: 15px 30px; 
        background-color: white ; 
       
        border-bottom: 1px solid #DDD;
    }
    
     /* ==============================================================
        Internal Page Sidebar 
    ================================================================*/
    
    #internal-page-sidebar .main-content-center {
        
        display: block !important;
        margin: 0 !important;
        padding: 0 !important;
        width: 100% !important;
        max-width: 100%!important;
      
    }
    #internal-page-sidebar .ba-main-content {padding: 10px;}
    #internal-page-sidebar .ba-flexible-column {
        
        padding: 10px 10px 10px 10px; 
        background-color: white ; 
        text-align: left; 
        border-bottom: 1px solid #DDD;
    }
    
    
    .office-detail table { margin: 0 auto; }
    
    .p-block .head h2 {
        font-size: 1.5em !important;
    }
    
    .p-block {
        margin: 25px 3% !important;
        padding: 0 !important;
        width: 94% !important;
    }

    .p-block .widget-type-cta a {
        max-width: none !important;
        width: 50% !important;
        line-height: 3em !important;
    }
    
    .pos-left { margin-bottom: 30px; }
    
    .home-cta-banner {
        padding: 10px;
    }
    .row-fluid .widget-type-cta.pos-left,
    .row-fluid .widget-type-cta.pos-right{ width: 100%;}
    #thank-page-banner .center-it { top: 40% !important } 
    
 
}

@media (max-width: 736px) {

    .home-testimony .hs_cos_flex-slider .hs_cos_flex-slides img,
    .home-testimony .hs_cos_flex-slider .caption {  height: 0px; }
    
    
    .home-testimony .hs_cos_flex-slider .caption {
          background-color: #fff;
    position: relative;
    width: 80%;
    padding: 5px 5px 5px 5px;
    display: inline-block;
    height: 100px;
    max-height: 100%;
    margin-left: -4px;
    }
     .home-our-work .hs_cos_flex-direction-nav a {       
        top: 100% !important;
    }
    .home-our-work .hs_cos_flex-slider img { height: 0px !important;}

}


    
    .subscribe input.hs-button.primary.large {
        font-size: 0.55em !important;
    }
    
    #team .employee { width: 48%; margin: 0 auto; margin-left: 5px; margin-bottom: 15px !important; float: none; }
    #team .employee .person-name { font-size: 12px !important; padding: 0 0 0 5px;}
    #team .employee .person-title { font-size: 10px !important; padding: 5px;}
    .left-instructions iframe { max-width: 400px!important;  height: 225px!important; width: 100%!important; }  
  

}


@media (max-width: 480px) {

    h1 {
        font-size: 1.5em !important;
    }

    h2 {
        font-size: 1.2em !important;
    }

    h3, h4, h5, h6 {
        font-size: 1.1em !important;
    }
    #home-text-inner-banner {
        top: 50% !important;
    }
     #lp-page-banner .center-it {
        top: 50% !important;
    }
     #thank-page-banner .center-it {
        top: 50% !important;
    }
    .top-container h1 {
        font-size: 2.1em!important;
         line-height: 1.3em;
       
    }
    
    .ba-heading { font-size: 28px; margin-bottom: 10px !important; }
    
    .text-md {font-size: 38px}
    .serv-margin p {font-size: 12px;}
    .serv-margin hr {margin-bottom: 5px;}
    .serv-text-1, .serv-text-2,
.serv-text-3, .serv-text-4, .serv-text-5, { padding: 10px }
     .serv-text-1 p, .serv-text-2 p, 
    .serv-text-3 p, , .serv-text-5 p {font-size: 16px !important; line-height: 1.5em; }
    
    .home-our-work .hs_cos_flex-slider img { height: 380px !important;}
    .home-our-work .hs_cos_flex-direction-nav a {       
        top: 90px !important;
    
    }

    .home-our-work .hs_cos_flex-direction-nav .hs_cos_flex-prev,
    .home-our-work .hs_cos_flex-direction-nav .hs_cos_flex-next {
        background-size: 38px;
        width: 40px;
        height: 40px;
    }
    
    .subscribe-info h1 {
        font-size: 1.4em !important;
    }
    .subscribe-blog-title {font-size: 22px;}
    
    .center-text {
        margin-top: 25px !important;
        padding-top: 25px auto !important;
    }
    
    #executive .employee { width: 50%; margin-bottom: 15px !important; margin: 0 auto; float: none !important;}
    #executive .employee .person-name { font-size: 16px !important; }
    #executive .employee .person-title { font-size: 14px !important; }
    
    #team .employee { width: 48%; margin: 0 auto; margin-left: 5px; margin-bottom: 15px !important; float: left; }
    #team .employee .person-name { font-size: 12px !important; padding: 0 0 0 5px;}
    #team .employee .person-title { font-size: 10px !important; padding: 5px;}
    
    
    .p-block .head h2 {
        font-size: 1.5em !important;
    }

    .p-block {
        margin: 25px 3% !important;
        padding: 0 !important;
        width: 94% !important;
    }

    .p-block .widget-type-cta a {
        max-width: none !important;
        width: 50% !important;
    }
    
    .p-block .price-cta a.cta_button { width: 85% !important; padding: 7px 1px !important; }
    .blog-pagination a.previous-posts-link, 
    .blog-pagination a.next-posts-link,
    .blog-pagination a.all-posts-link { 
        margin-top: 10px !important; 
        margin-bottom: 10px !important; 
    }
    
    h3.hs-author-listing-header { font-size: 36px !important; }
    
    .sidebar-subscribe input.hs-button.primary.large { font-size: 0.7em !important; }
    
   
    #lp-page-banner .top-container { background: none !important; }
    
    .inner-center-instructions { 
        padding: 5px 0 5px 5px!important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .left-instructions iframe { max-width: 350px!important;  height: 197px!important;  width: 100%!important;}    
    
    select {
      background: url("//cdn2.hubspot.net/hubfs/165931/Atlantik_files/Atlantik_Images/select-arrows.png") 102% / 7% no-repeat white;
    }
    
    .blist-comment-form label { font-size: 14px !important; }
    
    .blist-comment-form input[type='checkbox'] {
      border: 1px solid white !important;
      width: 20px;
      height: 12px;
    }
    
       
   .blist-comment-form .hs-form-booleancheckbox-display>input {
        margin: 0 14px -7px -34px!important;
    }
   .blist-comment-form .hs_subscribe ul { padding-left: 20px; }
   .blist-comment-form .hs-button {
       font-size: 14px !important;
   }
    
    input#blog-search.seach-input { font-size: 16px; }
    .search-container span.fa {
      top: 21% ;
      font-size: 25px;
    }
     
}

@media (max-width: 350px) {
    
    .home-our-work .hs_cos_flex-slider img { height: 240px !important;}
    .home-our-work .hs_cos_flex-direction-nav a {       
       background-color: #fff;
    position: relative;
    width: 80%;
    padding: 5px 5px 5px 5px;
    display: inline-block;
    height: 100px;
    max-height: 100%;
    margin-left: -4px;
}
    }
    .home-our-work .hs_cos_flex-slider .caption { zoom: 0.8 }
    .home-our-work .hs_cos_flex-direction-nav .hs_cos_flex-prev,
    .home-our-work .hs_cos_flex-direction-nav .hs_cos_flex-next {
        background-size: 28px;
        width: 30px;
        height: 30px;
    }
    
    .center-text {
        margin-top: 5px auto !important;
        margin-bottom: 5px auto !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    
  
    .landing-mobile .div-img-lp { height: 10px !important;}
    
    .serv-text-1 p, .serv-text-2 p,
    .serv-text-3 p, .serv-text-4 p {font-size: 14px !important; line-height: 1.5em; }
    
     select {
      background: url("//cdn2.hubspot.net/hubfs/165931/Atlantik_files/Atlantik_Images/select-arrows.png") 104% / 10% no-repeat white;
    }
    
   
    
  
    
}

@media (max-width: 330px) {

    .top-container h1 { font-size: 1.2em!important; line-height: 1.3em; }
   
    #welcome-container { margin-top: 28% !important; }
    #welcome-container p { font-size: 0.6em !important; }
    .text-md {font-size: 28px}
    
    #executive .employee { width: 100%;}
    
    #team .employee { width: 100%; margin-bottom: 15px !important; margin: 0 auto; float: none !important;}
    #team .employee .person-name { font-size: 16px !important; }
    #team .employee .person-title { font-size: 14px !important; }
    
    #blog-post-sidebar .ba-post-sidebar { padding: 30px 0px 60px 0px;}
    
     #internal-page-sidebar .ba-flexible-column { padding-left: 18px !important;}
    .landing-form { border:0 !important;  padding-left: 0; padding-right: 0; }
}

@media (max-height: 767px) { 
    .center-lp { padding: 3% 4% 6% 8% !important; }    
}

@media (max-height: 580px) {
  #home-page-banner .top-container {
    min-height: 100vh !important;
    font-size: 12px !important;
    top: 25px !important;
  }
}

@media (max-height: 480px) { 
    #home-text-inner-banner { top: 73% !important}
    #lp-page-banner .center-it { top: 70% !important; margin-bottom: 10% !important;} 
    #thank-page-banner .center-it { top: 63% !important } 
    .ba-lp-thank-footer { display: none !important; }    
    #internal-page-banner .center-it { top: 50% !important;}
    #home-page-banner .top-container { font-size: 14px !important; line-height: 1.3em; }
}

@media (max-height: 330px) { 
    #home-text-inner-banner { top: 140% !important; }
    #lp-page-banner .center-it { top: 125% !important; } 
    #thank-page-banner .center-it { top: 100% !important; } 
    .ba-lp-thank-footer { display: none !important;}
    #internal-page-banner .center-it { top: 45% !important;}
    #thank-page-banner .top-container { background: none !important; background: #424242 !important;} 
    .site-page-footer-primary {display: none !important;} 
     #home-page-banner .top-container { font-size: 12px !important; line-height: 1.3em; }

    #home-page-banner .top-container {     
        top: 25px !important;
    }
    
}

/* ==================================================

Expand image  
===================================================*/
.thumbnail:hover {
    position:absolute;
    top:-25px;
    margin-left; auto;
    margin-right: auto;
    left: -25px;
    width:50%;
    height:auto;
    display:block;
    z-index:999;
}
/* ==================================================

    BROWSER COMPATIBILITY
  
===================================================*/
@media only screen and (-webkit-min-device-pixel-ratio: 1) {
     ::i-block-chrome, #home-page-banner .top-container {
        height: 600px !important;
    }
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
    .ba-social {
        
    z-index: 999;
    text-align: initial;    
    zoom: 1;
    
    }
       
}

@media (max-width: 767px) {
  .mobile-hidden {
    display: none;
  }
}

.lt-ie9 .center-it { left: 0%; }
.lt-ie9 #home-page-banner .top-container { height: 600px; }
.lt-ie9 #lp-page-banner .top-container { height: 600px; }
.lt-ie9 #thank-page-banner .top-container { height: 600px; }
/* END */