/* @import url('http://example.com/example_style.css'); */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800');

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

/** 
 * Border Radius 
 *
 *  
 */




/** 
 * Box Shadow  
 *
 *  
 */




/** 
 * Transition
 * 
 *  
 */




/** 
 * Transform
 *
 *  
 */



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

body { margin:0; padding:0; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:18px; line-height:28px; color:#424242; background:#fff; overflow-x:hidden }

img { border:0; vertical-align: top; height:auto; max-width:100%; }

hr { border:none; outline:none; float:left; width:100%; height:1px; background:#f2f2f2; clear:both; margin:30px 0; } 

.clear { clear:both }

p { padding:15px 0; margin:0; }

h1 { color:#00154b; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:31px; margin:0; padding:15px 0 25px; line-height:40px; font-weight:900; clear:both }
h2 { font-weight:900; color:#000000; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:26px; line-height:36px; margin:0; padding:0 0 15px; clear:both; }
h3 { font-weight:700; color:#000000; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:22px; line-height:34px; margin:0; padding:10px 0 10px; clear:both }
h4 { font-weight:700; color:#00154b; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:20px; line-height:30px; margin:0; padding:10px 0 10px; font-style: italic; clear:both }
h5 { font-weight:700; color:#000000; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:18px; line-height:30px; margin:0; padding:10px 0 10px; clear:both; }
h6 { font-weight:700; color:#000000; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:16px; margin:0; padding:10px 0; line-height:30px; clear:both }

a { text-decoration:none; outline:none; color:#f58220; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
a:hover { color:#00154b; }

input , button , textarea, select , 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"] { outline:none; border:1px solid #ccc; background:#fff; height:50px; padding:0 20px; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-size:16px; width:100%; }
input[type=checkbox] , input[type=radio] { width:auto; height:auto; } 
textarea { padding:15px 20px; height:100px; }
input[type=submit] , button { width:auto; height:auto; border:2px solid #f58220; cursor:pointer; background:url(//cdn2.hubspot.net/hubfs/170754/Weberlogistics-2016/images/blank.png) no-repeat left top; font-size:17px; line-height:24px; font-weight:700; padding:8px 20px; color:#f58220; display:inline-block; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all  0.4s ease-in-out; }
input[type=submit]:hover , button:hover { background-color:#f58220; color:#fff;}
 

ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 15px; }
h3.form-title {margin-bottom:15px;}
.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 10px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 5px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#000; color:#fff; border-color:#000; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:after { position:absolute; left:2px; top:6px;  content:''; width:12px; height:12px; border-color:#000; background:#fff;  border-radius:100%; }


@media  (max-width: 400px), (max-device-width: 480px) and (min-device-width: 320px) {
    
  .row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 0 10px 0 }
  .row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 10px  }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 0 10px 0; }
  .row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 0 10px; }
  
}

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited , .row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a  , .row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a  { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul {background:#ffffff;}
.row-fluid .hs-menu-wrapper.hs-menu-flow-vertical li a { white-space: normal; }

.row-fluid [class*="span"] { min-height:1px; }
.header-container-wrapper .row-fluid [class*="span"] { min-height:0; }

.row-fluid .bgimg-main { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .bg-img { display:none; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-italic { font-style:italic; }
.row-fluid .text-white a { color:#fff; text-decoration:underline }  
.row-fluid .text-white a:hover { color:#fff; text-decoration:none; }

.row-fluid .link-style { text-align:center; }
.row-fluid .link-style a , .row-fluid a.link-style { text-decoration:none; display:inline-block; padding:10px 15px; border:2px solid #fff; border-radius:2px; font-size:14px; color:#fff; font-weight:700; text-transform:uppercase; letter-spacing:1px; min-width:195px; }
.row-fluid .link-style a:after { content:'»'; }
.row-fluid .link-style a:hover , .row-fluid a.link-style:hover { background:#fff; color:#f58220; }

.row-fluid .link-style2 { text-align:center; }
.row-fluid .link-style2 a , .row-fluid a.link-style2 { text-decoration:none; display:inline-block; padding:5px 15px; border:2px solid #f58220; border-radius:2px; font-size:11px; color:#f58220; font-weight:700; text-transform:uppercase; letter-spacing:1px; min-width:150px; }
.row-fluid .link-style2 a:hover , .row-fluid a.link-style2:hover { background:#f58220; color:#fff; }

.contentsec-text p, .contentsec-text li {font-size:15px!important;line-height:22px!important;}
.row-fluid .wrapper { margin:0 auto !important; width:944px; float:none !important; } 
 
 
/*top section*/
.header-container-wrapper { padding:77px 0 0; }

.row-fluid .top { position:absolute; left:0; width:100%; top:0; background:#fff; z-index:999; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;;  }
.row-fluid .top * { -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }

.row-fluid .top.fixed { position:fixed; }

.row-fluid .logo { float:left; width:auto; padding:15px 0; }
.row-fluid .top.fixed .logo { max-width: 100px; }

.row-fluid .top-right { text-align:right; float:right; width:auto; margin:0; }

.row-fluid .top-sociallink , .row-fluid .top-links , .row-fluid .top-search { float:none; width:auto; margin:0; text-align:left; vertical-align:middle; display:inline-block; }
.row-fluid .top.fixed .top-sociallink , .row-fluid .top.fixed .top-links , .row-fluid .top.fixed .top-search { display:none; }

.row-fluid .top-sociallink a { display:inline-block; margin:0 2px; width:20px; height:20px; background:#f58220; border-radius:100%; font-size:14px; text-align:center; line-height:20px; color:#fff; }
.row-fluid .top-sociallink a:hover { background:#0c2735; }

.row-fluid .top-links { padding:0 0 0 8px; }
.row-fluid .top-links ul li a:link , .row-fluid .top-links ul li a:visited { line-height:20px; padding:0 8px; font-size:10px; font-weight:700; color:#f58220; text-transform:uppercase; letter-spacing:1px; vertical-align:middle; }
.row-fluid .top-links ul li a:hover { color:#0c2735; }

.row-fluid .gsc-input-box {border:none !important;}
.row-fluid .gsc-input-box input[type="text"] { background:#fff !important; border:1px solid #e6e7e8 !important; border-radius:0 !important; font-size:16px !important; height:40px !important; padding:0 55px 0 13px !important;}
.row-fluid .gsc-search-button { position:absolute; right:0; margin:0; top:0; background:none; border:none; width:40px; height:40px; padding:0; overflow:hidden; text-align:center; }
.row-fluid .gsc-search-button:before { z-index:1; width: 100%;  top: 0; height: 100%; position:absolute; right:0; content:"\f002"; font-family:'FontAwesome'; line-height:40px; font-size:18px; color:#a6a7a8; }
.row-fluid .gsc-search-button input { z-index:5;  position:absolute; top:0; right:0; width:100%; height:100%; opacity:0; }
.row-fluid .gsc-control-cse {padding:0;}
.row-fluid .gsib_a {padding:0; border:none;}
.row-fluid .gsc-search-box-tools .gsc-search-box .gsc-input { padding:0; width:100%; }
.row-fluid .gsc-results-wrapper-visible {margin-left:40px;}
.row-fluid a.gs-title {float:left; line-height:20px;}
.row-fluid .gsc-input-box,.gsc-input-box-focus { border:none !important;     box-shadow: none !important; }
.row-fluid form.gsc-search-box { position:relative; }
.row-fluid td.gsib_b { position:absolute; right:-30px; top:50%; margin:-7px 0 0; }
html > body .gsc-inline-block {  min-width: 110px; }

 
.row-fluid .search-icon { cursor:pointer; margin:0; padding:10px; }
.row-fluid .search-icon:before { content:"\f002"; font-family:'FontAwesome'; line-height:40px; font-size:18px; color:#9d9d9c; }
.row-fluid .top-search { position:relative; }
.row-fluid .top-search .gsc-control-cse {  width:0; overflow:hidden; border:none;  }
.row-fluid .top-search form.gsc-search-box { margin:0 -1px 0 0; width:0; height: 40px; overflow:hidden; border:none;  position:absolute; top:50%; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; right:0;  -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;;  }
.search-open .row-fluid .top-search .gsc-search-box { width:320px; }

.row-fluid .mainmenu { padding:5px 0 0; }
.row-fluid .top.fixed .mainmenu { padding: 14px 0 0; }

.row-fluid .mainmenu .hs-menu-wrapper > ul li { margin:0 0 0 10px;}
.row-fluid .mainmenu .hs-menu-wrapper > ul li a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul li a:visited { font-size:13px; font-weight:700; color:#444; padding:0 5px; text-transform:uppercase; letter-spacing:1px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul li a:hover { color:#f58220; }
.row-fluid .mainmenu .hs-menu-wrapper > ul ul li {margin:0!important;padding:10px 10px 0 10px!important;text-align:left;}
.row-fluid .mainmenu .hs-menu-wrapper > ul ul { margin:0!important;padding: 0 0 10px 0!important;left:-10px!important; }
.row-fluid .mainmenu .hs-menu-wrapper > ul li.active-branch { background:#f58220;color:#ffffff!important;}
.row-fluid .mainmenu .hs-menu-wrapper > ul li.active-branch a { color:#ffffff!important;}
.row-fluid .mainmenu .hs-menu-wrapper > ul li.active-branch ul li a {color:#444!important;}
.row-fluid .mainmenu .hs-menu-wrapper > ul li.active-branch ul li a:hover {color:#f58220!important;}
.row-fluid .mainmenu .hs-menu-wrapper > ul ul li.active-branch {background:#ffffff!important;}
.row-fluid .mainmenu .hs-menu-wrapper > ul li.active-branch ul li.active-branch a {color:#f58220!important;background:#ffffff!important;}

/*header section*/
.row-fluid .header { padding:90px 0 95px; background-size:cover; background-repeat:no-repeat; background-position:center center; position:relative; }
.row-fluid .header:before { content:''; position:absolute; background:#141414; opacity:0.55; width:100%; height:100%; left:0; top:0; }
body.homepage .row-fluid .header:after { content:''; position:absolute; background:url(//cdn2.hubspot.net/hubfs/170754/Weberlogistics-2016/images/header-cut.png) no-repeat center -20px; width:100%; height:100%; left:0; top:0; }
.row-fluid .header > div { position:relative; z-index:3; }
.row-fluid .header-bgimg { display:none; }

.row-fluid .header h1 { font-size:56px; line-height:60px; font-weight:900; padding:0 0 15px; text-transform:uppercase; }
.row-fluid .header-content { padding:0 13%; }
.row-fluid .header-text { font-weight:600; }
.row-fluid .header .link-style  { float:none; display:inline-block; margin:0; padding:12px 15px 0; width:auto; }

.row-fluid .header2 { padding:80px 0; background-size:cover; background-repeat:no-repeat; background-position:center center; position:relative; }
.row-fluid .header2:before { content:''; position:absolute; background:#141414; opacity:0.55; width:100%; height:100%; left:0; top:0; }
.row-fluid .header2 h1 { font-size:56px; line-height:60px; font-weight:900; padding:0 0 15px; text-transform:uppercase; }
.row-fluid .header2 > div { position:relative; z-index:3; }

/*lets talk section*/
.row-fluid .letsTalk-section { background:#f58220; padding:18px 0; letter-spacing:0.2px; }
.row-fluid .letsTalk-section .wrapper > div { position:relative; }
.row-fluid .letsTalk-section strong { text-transform:uppercase; }
.row-fluid .letsTalk-text { margin:0; width:100%; padding:0 0 0 170px; }
.row-fluid .letsTalk-img { position:absolute; top:50%; left:0; border-radius:100%; width:156px; height:156px; border:8px solid #f58220; -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);; }

/*intro section*/
.row-fluid .intro-section { padding:75px 0 55px; font-weight:300; }
.row-fluid .intro-sectext { padding:0 6%; }

/*content section*/
.row-fluid .content-section { padding:50px 0 65px; border-bottom:3px solid #fff; position:relative; }
.row-fluid .content-section:before { position:absolute; background:#202020; opacity:0.55; content:''; left:0; top:0; width:100%; height:100%; }
.row-fluid .content-section > div { position:relative; }
.row-fluid .content-section ul { display:block; margin:0; padding:15px 0; list-style:none; }
.row-fluid .content-section ul li { width:35%; display:inline-block; text-align:left; padding:0 15px 5px; vertical-align:top; position:relative; }
.row-fluid .content-section ul li:before { content:''; position:absolute; left:0; top:11px; width:5px; height:5px; border-radius:100%; background:#fff; }


/*recent posts section*/
.row-fluid .recentposts-section { padding:55px 0 45px; }
.row-fluid .recentposts-list { padding:25px 0 0; }
.row-fluid .recentposts-list h3 { display:none; }
.row-fluid .recentposts-list .hs-rss-item-image-wrapper { float:left; width:100%; height:175px; background-size:cover; background-repeat:no-repeat; background-position:center center; margin:0 0 15px; }
.row-fluid .recentposts-list .hs-rss-item-image-wrapper img { display:none; }

.row-fluid .recentposts-list .hs-rss-module { margin:0 -10px; }
.row-fluid .recentposts-list .hs-rss-item { float:left; width:33.33%; padding:0 10px; }
.row-fluid .recentposts-list .hs-rss-item .hs-rss-item-text { width:100%; padding:0; }
.row-fluid .recentposts-list .hs-rss-title { font-weight:700; }
.row-fluid .recentposts-list .hs-rss-description { font-size:0; }
.row-fluid .recentposts-list .hs-rss-description a { font-size:13px; font-weight:700; }
.row-fluid .recentposts-list .hs-rss-description p { padding:10px 0 0; }

.row-fluid .recentposts-section  .link-style2 a { min-width:240px; }


/*content section2*/
.row-fluid .content-section2 { padding:60px 0; }

/*blog*/
.row-fluid .blog-right { padding:9px 0 0 30px; }

.row-fluid .blog-right h3 { font-size:26px; }
.row-fluid .blog-rbox { padding:0 0 20px; border-bottom:1px dotted #ccc; margin:0 0 10px; }
.row-fluid .blog-rbox ul { margin:0; padding:0; list-style:none; }
.row-fluid .blog-rbox ul li { padding:5px 0; }
 

#hubspot-topic_data { padding:10px; margin:15px 0; background:#f2f2f2; }
.about-author-sec { float:left; width:100%; padding:15px; margin:0 0 20px; border:1px solid #e4e4e4; background:#f6f6f6; }
.about-author-sec h4 { padding:0; color:#ff6600; font-size:20px; }
.about-author-sec h4 a { color:#ff6600; }
.author-img img , .hs-author-avatar img { border-radius:100%; height:auto; }
.fb_iframe_widget span { vertical-align:top !important; }

.post-item { float:left; width:100%; padding:30px 0 40px; border-bottom:1px dotted #ccc; font-size:16px; line-height:24px; }
.post-item:first-child { padding-top:15px; }
.post-item h2 { padding:0 0 15px; }
.hs-featured-image { margin:0 0 15px; width:100%; padding:0; max-width:100%; }

a.more-link , a.link-style1 { display:inline-block; border-radius:30px; background:#ff6600; color:#fff; font-size:18px; font-family:'Montserrat', Arial, Helvetica, sans-serif; padding:10px 35px; margin:15px 0 0; }
a.more-link:hover , a.link-style1:hover { background:#333; }

a.previous-posts-link { margin:25px 15px 0 0; }
a.next-posts-link { margin:25px 0 0 15px; }
a.all-posts-link { margin:25px 0 0; }
ul.hs-error-msgs  { margin:0; padding:0; list-style:none; }
.row-fluid .contact-form { padding:18px 0 0; }
.row-fluid .contact-form h3 { padding-top:0; }
.blog-left .hs_subscribe ul { margin:0; padding:0; }
.blog-left .hs_subscribe label { padding:0; }

.blog-main .hs-rss-item .hs-rss-item-text { float:left; width:100%;  }
.blog-main .hs-rss-item .hs-rss-item-image-wrapper { float:left; width:100%; padding:0 0 25px; }
.blog-main .hs-rss-item { float:left; width:33.33%; color:#fff; text-align:left; padding:15px; border:2px solid #fff; border-left:none; min-height: 436px; }
.blog-main .hs-rss-module .hs-rss-item:first-child { border-left:2px solid #fff; }
.blog-main .hs-rss-title { font-size:24px; color:#fff; }
.blog-main .hs-rss-title a { color:#fff; }
.blog-main .hs-rss-item .hs-rss-item-text a { color:#fff; }
.blog-main .hs-rss-title a:hover , .blog-main .hs-rss-item .hs-rss-item-text a:hover { color:#f60; }
.blog-main .hs-rss-description , .blog-main .hs-rss-item-text { min-height: 141px; }
 

.row-fluid .blog-rbox ul a { color:#333; }
.row-fluid .blog-rbox ul a:hover { color:#f58220; }


/*footer section*/
.row-fluid .footer { padding:30px 0 20px; background: #00154b; font-size:12px; line-height:18px; }
.row-fluid .footer a { text-decoration:none; }
.row-fluid .footer a:hover { color:#f58220; }

.row-fluid .footer-info { padding:0 0 0 60px; }
.row-fluid .footer-info strong { text-transform:uppercase; }
.row-fluid .footer-info p { padding:0 0 20px; }
.row-fluid .footer-logo { margin:0 0 10px; }
.row-fluid .footer-info a { color:#f58220;  }
.row-fluid .footer-info a:hover { color:#fff; }


.row-fluid .footer-links { border-left:1px solid #33446f; padding-left:35px; }
.row-fluid .footer-links .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper { visibility:visible; opacity:1; position:relative; top:auto; left:auto; }
.row-fluid .footer-links ul li a { padding:0; }
.row-fluid .footer-links .hs-menu-wrapper > ul > li { padding:0 0 30px; }
.row-fluid .footer-links .hs-menu-wrapper > ul > li:last-child { padding:0; }
.row-fluid .footer-links .hs-menu-wrapper > ul > li > a { font-weight:700; text-transform:uppercase; }
.row-fluid .footer-links .hs-menu-wrapper > ul > li li { padding:0 0 2px; }

.row-fluid .copyrightst-text { font-size:10px; padding:15px 0 0; text-transform:uppercase; font-weight:300; }

/* Transportation Service page */
.row-fluid .transportation-block { margin:0; width:50%; position:relative; }
.row-fluid .transportation-block:before { content:''; width:100%; height:100%; background:#0056a2; opacity:0.85; position:absolute; top:0; left:0; }
.row-fluid .transportation-block > div { position:relative; }
.row-fluid .transportation-text { margin:0 auto !important; color:#fff; padding:58px 0 50px; max-width:370px; width:100%; float:none; display:block; font-size:15px; line-height:24px; }
.row-fluid .transportation-block2:before { display:none; }
.row-fluid .transportation-block2.bgimg-main { background-position:center; }

.row-fluid .transportation-service { padding:50px 0 0; background:#00154b; }
.row-fluid .transportationservices-block { margin-top:20px; text-align:center;}
.row-fluid .transportationservices-block div.hs_cos_wrapper { /*width:25%; float:left;*/ margin-bottom:48px;display:inline-block; padding:15px;}
.row-fluid .transportationservices-block .servicetransport-img, .row-fluid .transportationservices-block .servicetransport-heading {vertical-align:middle;}
.row-fluid .transportation-bgimg1 { display:none; }
.row-fluid .servicetransport-heading a { padding:0 10px; margin-top:5px; font-size:15px; font-weight:700; color:#fff; display:block; }
.row-fluid .servicetransport-heading a:after { position:relative; left:5px; content:"\f101"; font-family:'FontAwesome'; display:inline-block; font-size:12px; vertical-align:middle; -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;; }
.row-fluid .servicetransport-heading a:hover { color:#f58220; }
.row-fluid .servicetransport-heading a:hover:after { left:8px; color:#f58220; }

.row-fluid .transportationservices-Img1 img { width:100% !important;}


@media (min-width:1600px) { 
    
    /* Transportation-Services */
    .row-fluid .transportation-text { min-height:400px; }


}


@media (min-width: 768px) and (max-width: 991px){
	
	.row-fluid .wrapper {  width:720px; }
    
    /*top section*/
    .row-fluid .logo { max-width:140px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:11px; padding:0 3px; letter-spacing:0.2px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { margin:0 0 0 6px; }
    
    /*header section*/
    .row-fluid .header { padding:80px 0 105px; }
    .row-fluid .header-content { padding:0 8%; }
    .row-fluid .header h1 { font-size:48px; line-height:56px; }
    .row-fluid .header2 h1 { font-size:48px; line-height:56px; }

    /*lets talk section*/
    .row-fluid .letsTalk-text { line-height:23px; }
    
    /*intro section*/
    
    /*content section*/

    /*recent posts section*/
    
    /*content section2*/
    
    /*footer section*/
    
    /* Transportation-Services */
    .row-fluid .transportationservices-block div.hs_cos_wrapper { width:33.33%; }
    
}

@media (min-width: 30px) and (max-width: 767px){
    
    body { font-size:16px; line-height:24px; }
	
	.row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }	
    
    .row-fluid .link-style2 a , .row-fluid a.link-style2 { min-width:150px; }
    .row-fluid .blog-right { padding:9px 0 0 0; }
    /*top section*/
    .header-container-wrapper { padding:127px 0 0; }
    .row-fluid .top-right { text-align:center; width:100%; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { color:#fff; padding:0 15px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { margin:0; }
    
    .search-open .row-fluid .top-search .gsc-search-box { width:260px; }
    
    .row-fluid .top.fixed .mainmenu { padding: 0; }
    .row-fluid .top.fixed a.mobile-trigger { top:5px; }
    .row-fluid .top.fixed .mainmenu.js-enabled .hs-menu-flow-horizontal { top:9px; }
    
    /*header section*/
    .row-fluid .header { padding:60px 0 105px; }
    .row-fluid .header-content { padding:0; }
    .row-fluid .header h1 { font-size:32px; line-height:44px; }
    .row-fluid .header .link-style { display:block; }
    .row-fluid .header2 h1 { font-size:32px; line-height:44px; }

    /*lets talk section*/
    .row-fluid .letsTalk-text { padding:70px 0 0; text-align:center; }
    .row-fluid .letsTalk-img { top:-80px; left:50%; width:130px; height:130px; border-width:5px; -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);; }
    
    /*intro section*/..
    .row-fluid .intro-section { padding:40px 0; }
    .row-fluid .intro-sectext { padding:0; }
    
    /*content section*/
    .row-fluid .content-section { padding:35px 0 25px; }
    .row-fluid .content-section ul { display:inline-block; width:80%; }
    .row-fluid .content-section ul li { width: 100%; }

    /*recent posts section*/
    .row-fluid .recentposts-section { padding:40px 0; }
    .row-fluid .recentposts-list .hs-rss-item { width:100%; }
    .row-fluid .recentposts-list .hs-rss-description p { padding:0; }
    .row-fluid .recentposts-section  .link-style2 a { min-width:150px; }
    
    /*content section2*/    
    .row-fluid .content-left { padding:0 0 8px; }
    .row-fluid .content-mid { padding:8px 0; }
    .row-fluid .content-right { padding:8px 0 0; }
    
    /*footer section*/
    .row-fluid .footer-linksbox { width:48%; display:inline-block; padding: 0 10px; vertical-align: top; }
	.row-fluid .footer-links > div { margin:0 -10px; }
    .row-fluid .copyrightst-text { text-align:center; }
    .row-fluid .footer-links .hs-menu-wrapper > ul > li { padding:0 0 21px; }
    .row-fluid .footer-links { border-left:none; padding:15px 0 0; }
    
    /* Transportation-Services */
    .row-fluid .header-transportation { padding:80px 0; }
    .row-fluid .transportation-text { padding:30px 0; }
    .row-fluid .servicetransport-heading a { padding:0; }
    .row-fluid .transportation-service { padding:50px 0 30px; }
    .row-fluid .transportationservices-block div.hs_cos_wrapper { width:50%; }
    
    .row-fluid .transportation-block { width:100%; height:auto !important; }
    .row-fluid .transportation-block2 { height:300px !important; }
     
}

@media (max-width:440px) { 
    
    .row-fluid .transportationservices-block div.hs_cos_wrapper { width:100%; }
    
}


@media (min-width: 768px){

  a.mobile-trigger, span.child-triggerm {
      display: none !important; /* Hide button on Desktop */
  }
  
  .row-fluid .mainmenu .hs-menu-wrapper { 
      display: block !important;
  }
  
  .row-fluid .footer-linksbox:nth-child(2) { width:28%; }
  .row-fluid .footer-linksbox:nth-child(4) { width:17%; }
 
}

@media (max-width: 767px){

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* 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 */
  .mainmenu, .mainmenu *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #fff;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 19px;          /* Position Button at top right of screen  */
      right: 15px;        /*******************************************/
      width: 44px; /* Button width */
      height: 44px; /* Button height */      
      padding: 12px 10px; 
      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;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #fff;
  }

  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: #051b55;
      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{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      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: -2px;
      margin-left: 0;
      -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: 24px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #051b55; /* Icon color */
      display: inline-block;
  }
  .mobile-open a.mobile-trigger  i, .mobile-open a.mobile-trigger  i:before, .mobile-open a.mobile-trigger  i:after { 
      background-color: #fff; /* Icon color */ 
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; /* 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: 8px; /* 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
     ========================================================================== */

  span.child-triggerm {
      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: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  span.child-triggerm:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  span.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
  span.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.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;
  }
  span.child-triggerm.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 */
  .mainmenu.js-enabled .hs-menu-flow-horizontal,
  .mainmenu.js-enabled .hs-menu-children-wrapper{
      display: none;
  }  

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 22px;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; /* Padding to add room for close button */
      background-color: #051b55; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #fff; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 16px; /* Font size of child lists */
  }

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


/* Migrated Styles */

.left-sidebar .hs_cos_wrapper_widget_container > .hs_cos_wrapper_widget, .right-sidebar .hs_cos_wrapper_widget {
    margin: 0 0 25px 0;
    padding: 8px 20px;
    display: block;
}
ul#sidenav {
    list-style-type: none!important;
    margin: 0!important;
    padding-left: 0;
}
ul#sidenav li {
    margin-bottom:15px;
}
.cms-migrated.two-column-template .left-sidebar {
    margin-left: 0!important;
}
.cms-migrated.two-column-template .left-sidebar {
    width: 25.7%;
    border-right: 1px solid #000;
}
.cms-migrated.two-column-template .main-content {
    margin-right: 0!important;
    float: right!important;
}
.cms-migrated.two-column-template .main-content {
    width: 73%;
    margin: 0;
    padding: 0 20px 15px;
}

@media (max-width: 767px) {
.cms-migrated.two-column-template .main-content,
.cms-migrated.two-column-template .left-sidebar {
    width:100%;
    padding-left:20px;
    padding-right:20px;
    border:none!important;
}
}