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


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

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


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


/* =============== @import, @font-face, and CSS File Includes =============== */
@import url('//fonts.googleapis.com/css?family=Damion|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('//fonts.googleapis.com/css?family=Droid+Serif%3A400%2C700&#038;ver=4.9.4');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
@font-face {
  font-family: 'entypo-fontello';
  font-weight: normal;
  font-style: normal;
  src: url('//cdn2.hubspot.net/hubfs/4247938/FischerKerrn_March2018/fonts/entypo-fontello.eot?v=3');
  src: url('//cdn2.hubspot.net/hubfs/4247938/FischerKerrn_March2018/fonts/entypo-fontello.eot?v=3#iefix') format('embedded-opentype'), 
  url('//cdn2.hubspot.net/hubfs/4247938/FischerKerrn_March2018/fonts/entypo-fontello.woff?v=3') format('woff'), 
  url('//cdn2.hubspot.net/hubfs/4247938/FischerKerrn_March2018/fonts/entypo-fontello.ttf?v=3') format('truetype'), 
  url('//cdn2.hubspot.net/hubfs/4247938/FischerKerrn_March2018/fonts/entypo-fontello.svg?v=3#entypo-fontello') format('svg');
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 


/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1310px;
  margin: 0 auto;
}

/* Highlighted Text */
::-moz-selection {
    background-color: #2f9ea6;
    color: #ffffff;
    text-shadow: none;
}
::selection {
    background-color: #2f9ea6;
    color: #ffffff;
    text-shadow: none;
}




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

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

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

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


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


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

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

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


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

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

.custom-header-main {
		position: absolute;
  	top: 0;
  	z-index: 1100;
  	width: 100% !important;
  	transition: background .3s ease-in-out;
  	padding: 1px 0;
}
.custom-header-main .page-center {
		padding: 0 50px;
}

.cm-header-top-wrapper {
    background: transparent;
    box-shadow: none;
    border-bottom: 1px solid rgba(255,255,255,0.25);
  	padding-bottom: 10px;
  	margin-bottom: -1px;
}
.cm-header-top-wrapper .page-center {
		position: relative;
}
.header-top-menu {
    padding-top: 10px;
}
.header-top-menu .hs-menu-wrapper > ul {
    display: block;
}
.header-top-menu .hs-menu-wrapper > ul > li {
	  padding: 0 10px;
    border-right: 1px solid rgba(255,255,255,0.25); 
    line-height: 10px;
}
.header-top-menu .hs-menu-wrapper > ul > li:first-child {
    padding-left: 0;
}
.header-top-menu .hs-menu-wrapper > ul > li:last-child {
    border: none;
    padding-right: 0;
}
.header-top-menu .hs-menu-wrapper > ul > li > a {
  	font-size: 11px;
    line-height: 20px;
  	color: #fff;
  	text-decoration: none;
    font-weight: bold;
    padding: 0;
}
.header-top-menu .hs-menu-wrapper > ul > li > a:hover {
    opacity: 0.8;
  	text-decoration: underline;
}
.custom-header-language {
    padding: 1px 0;
  	font-weight: bold;
    line-height: 20px;
    font-size: 11px;
}
.custom-header-language .hs-menu-wrapper > ul {
    background: url(//cdn2.hubspot.net/hubfs/4247938/FischerKerrn_March2018/images/drop-down-arrow.png) 100% 54% no-repeat;
    background-size: 7px 7px;
    border-left: 1px solid #9ec1c3;
    display: block;
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: 4px;
    padding-right: 10px;
    padding-left: 8px;
    position: relative;
    z-index: 100;
}
.custom-header-language .hs-menu-wrapper > ul > li > a {
    display: block;
  	line-height: 20px;
  	color: #fff;
  	padding-bottom: 12px;
}
.custom-header-language .hs-menu-wrapper > ul ul {
	  background: #319fa7;
    width: 110px;
  	left: 0 !important;
  	top: 33px !important;
}
.custom-header-language .hs-menu-wrapper > ul ul li {
    border-bottom: 1px solid #9ec1c3;
    padding-top: 6px;
    padding-bottom: 6px;
  	width: 100%;
}
.custom-header-language .hs-menu-wrapper > ul ul li:last-child {
		border-bottom: 0;
}
.custom-header-language .hs-menu-wrapper > ul ul li a {
    color: #fff;
    line-height: 20px;
    display: block;
    padding: 0px 10px;
    text-align: left;
}
.cm-header-search form {
    position: absolute;
    right: 116px;
    top: 3px;
}
.cm-header-search form input[type="text"] {
    background: #fff url(//cdn2.hubspot.net/hubfs/4247938/FischerKerrn_March2018/images/search.png) 96% 50% no-repeat !important;
    color: #333;
    padding: 2px 4px;
    line-height: 22px;
    border-radius: 2px;
    font-size: 12px;
    margin: 0;
    border: 1px solid #fff;
}
.custom-logo {
	position: relative;
}
.custom-logo img {
    padding: 0;
    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    image-rendering: auto;
    position: relative;
    z-index: 2;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
  	max-width: 237.45px;
}
.custom-logo a > img {
    opacity: 0;
    filter: alpha(opacity=0);
}
.custom-logo a span img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 1;
}

@media (min-width: 768px) {
  .fixheader .custom-header-main {
      position: fixed;
      top: -41px;
      border-bottom: 1px solid #dfdfdf;
      background: rgba(255,255,255,0.95);
      border-bottom: 1px solid #dfdfdf;
  }
  .fixheader .custom-header-main.no-nav {
  	top: 0;
  }
  .no-banner .header-container {
    min-height: 130px;
  }
  .no-banner .custom-header-main {
      border-bottom: 1px solid #dfdfdf;
      background: rgba(255,255,255,0.95);
      border-bottom: 1px solid #dfdfdf;
  }
  .fixheader .custom-logo a span img,
  .no-banner .custom-logo a span img {
     opacity: 0;
  }
  .fixheader .custom-logo a > img,
  .no-banner .custom-logo a > img {
      opacity: 1;
  }
  .fixheader .custom-menu-primary .hs-menu-wrapper > ul > li > a span.avia-menu-text,
  .no-banner .custom-menu-primary .hs-menu-wrapper > ul > li > a span.avia-menu-text {
      color: #319fa7;
  }
  .fixheader .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .no-banner .custom-menu-primary .hs-menu-wrapper > ul > li > a,
  .no-banner .header-top-menu .hs-menu-wrapper > ul > li > a,
  .no-banner .custom-header-language .hs-menu-wrapper > ul > li > a {
      color: #809091;
  }
  .fixheader .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .no-banner .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
      opacity: 1;
  }
  .fixheader a.mobile-icon,
  .no-banner a.mobile-icon {
    background-color: #ffffff;
    color: #319fa7;
    border-color: #ffffff;
  }
}

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

.body-container-wrapper {}
.body-container {}

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

.body-container .page-center {	
		padding: 50px;
}

.custom-banner {
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  	margin-top: -1px;
    background-color: #333;
}
.custom-banner .page-center {
    padding: 0 50px !important;
    min-height: 550px;
    display: flex !important;
    align-items: center;
    justify-content: start;
  	width: 100%;
}
.banner-content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none !important;
    width: 100%;
    border: none;
    margin-left: auto;
    padding-left: 0;
  	padding-top: 100px;
    margin-right: auto;
}
.custom-banner h1 {
    text-transform: uppercase;
    letter-spacing: 1px;
  	font-size: 45px;
    padding-bottom: 10px;
  	color: #ffffff;
    font-weight: 300;
  	margin: 0 0 14px;
}
.custom-banner p {
		font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
		color: #fff;	
  	margin: 0.85em 0;
}
.banner-btn-group {
    padding: 32px 0 0;
}
.banner-btn-group .banner-btn {
    margin: 3px 0;
    line-height: 1;
    position: relative;
    text-align: center;
    max-width: 100%;
    font-size: 17px;
    min-width: 90px;
    display: inline-block;
    background-color: #319fa7;
    border: 1px solid #0d7c84;
    border-radius: 3px;
    padding: 15px 35px 15px 35px;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
.banner-btn-group .banner-btn + .banner-btn {
	margin-left: 6%;
}
.banner-btn-group .banner-btn:hover {
    background-color: rgba(255,255,255, 0.6);
    border: 1px solid #319fa7;
    color: #319fa7;
  	text-decoration: none;
}


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

.footer-container-wrapper {}
.footer-container {}

.custom-footer-bg {
  background-color: #1e1e1e;
  color: #ffffff;
  padding: 15px 0 30px 0;
  border-top: 1px solid #293738;
}
.custom-footer-bg .page-center {
  padding: 0px 50px;
}
.custom-footer-bg h3 {
  margin-top: 0.85em;
  color: #2f9fa6;
  font-size: 18.2px;
  line-height: 1.5;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.custom-footer-bg .span3 {
  padding: 30px 0;
}
.custom-footer-bg p {
  color: #fff;
  font-size: 14.3px;
  font-weight: 600; 
  margin: 0.85em 0;
}
.custom-footer-bg a {
    color: #ffffff;
}
.custom-footer-bg .hs-menu-wrapper > ul {
    display: block;
}
.custom-footer-bg .hs-menu-wrapper > ul > li > a {
    padding: 2px 0;
    color: #fff;
    font-size: 14.3px;
    font-weight: 600;
}
.custom-footer-social {
    padding: 30px 0 0;
}
.custom-footer-social a {
    display: inline-block;
}
.custom-footer-social a+a {
    margin-left: 10px;
}
.custom-footer-social img.social-icon {
    width: 30px;  
    opacity: 1.0;
    filter: alpha(opacity=100);
}
.custom-footer-social img:hover.social-icon {
    opacity: 0.7;
    filter: alpha(opacity=70);
}

#back-to-top {
 		position: fixed;
    border-radius: 2px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-decoration: none;
    text-align: center;
    right: 50px;
    bottom: 50px;
    z-index: 1030;
    color: #666666;
    border: 1px solid #e1e1e1;
    opacity: 0.7;
    background-color: #1e1e1e;
  	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#back-to-top:hover {
    background-color: #f8f8f8;
    color: #2f9ea6;
    border: 1px solid #e1e1e1;
}

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


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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
  
    /* Parent List */
    .custom-menu-primary .hs-menu-wrapper > ul {
      float: right;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
      line-height: 30px;
      position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        font-weight: 600;
        font-size: 13px;
        padding: 0 13px;
        -webkit-transition: border-color 0.2s ease-in-out;
        transition: border-color 0.2s ease-in-out;
        text-decoration: none;
        height: 88px;
        line-height: 88px;
        color: #fff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
        padding-right: 0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
        content: ' ▾';
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a span.avia-menu-text {
        color: #ffffff;
        font-size: 1.4em;
        font-weight: 400;
        text-transform: uppercase;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a .avia-menu-fx {
        position: absolute;
        height: 2px;
        z-index: 10;
        bottom: 22%;
        width: 70%;
        left: 15%;
        background: #ffffff;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .avia-menu-fx .avia-arrow-wrap {
        border-color: #ffffff;
        height: 10px;
        width: 10px;
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -5px;
        overflow: hidden;
        display: none;
        visibility: hidden;
    }
    .avia-arrow {
        height: 10px;
        width: 10px;
        position: absolute;
        top: -6px;
        left: 50%;
        margin-left: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-width: 1px;
        border-style: solid;
        visibility: hidden\9;
    }
    .avia-menu-fx .avia-arrow-wrap .avia-arrow {
        background-color: #ffffff;
        color: #ffffff;
        border-color: #dddddd;  
        top: 10px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a > .avia-menu-fx,
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a > .avia-menu-fx {
        opacity: 1;
        visibility: visible;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
        opacity: 0.8;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a .avia-menu-text {
        padding: 9px;
        border: 2px solid;
        border-radius: 2px;
        white-space: nowrap;
        color: #ffffff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a .avia-menu-fx {
        display: none;
    }

    /* Child List */
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        background-color: rgba( 255, 255, 255, .9 );
        width: 302.5px;
        box-shadow: 0 32px 60px rgba(0, 0, 0, 0.1);
        overflow: hidden;
        padding: 20px 30px 30px;
        border-top: 2px solid #ffffff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding: 0;
        border: 0;
        position: static !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li:hover ul ul {
        display: block !important;
        opacity: 1 !important;
        position: static !important;
        visibility: visible !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        margin-bottom: 8px;
        font-size: 17px;
        line-height: 1.1em;
        font-weight: 600;
        display: block;
        color: #012023;
        font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        text-decoration: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li {
        display: block;
        float: none;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a {
        font-size: 12px;
        min-height: 23px;
        max-width: none;
        text-decoration: none;
        text-align: left;
        line-height: 23px;
        display: block;
        border: none;
        padding: 3px 12px 3px 12px;
        font-weight: normal;
        position: relative;
        margin: 0;
        white-space: normal !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a span.avia-menu-text {
        color: #319fa7;
        font-size: 1.2em;
        text-transform: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a .avia-bullet {
        display: block;
        position: absolute;
        height: 0;
        width: 0;
        top: 51%;
        margin-top: -3px;
        left: -3px;
        border-top: 3px solid transparent !important;
        border-bottom: 3px solid transparent !important;
        border-left: 3px solid green;
        margin-top: 12px;
        left: 3px;
        display: block;
        top: 0;
        border-color: #809091;
        background-color: transparent !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover .avia-bullet {
        border-color: #ffffff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a:hover {
        text-decoration: underline;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul  { 
        width: 605px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li {
        width: 50%;
        float: left;
    }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li {
  	padding-top: 10px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul ul > li {
  	padding-top: 0;
  }
   .custom-menu-primary {
        height: auto !important;
    }
  a.close-icon,
  .mobile-icon {
      display: none !important;
  }
}


@media (max-width: 1024px){

/* ==========================================================================
   Mobile Menu - Toggle Side Menu - Right
   ========================================================================== */


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

.mobile-icon {
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: none;
    font-family: "entypo-fontello";
    font-size: 30px;
    height: 46px;
    line-height: 48px;
    margin: 10px;
    position: absolute;
    top: 60px;
    transition: all 0.3s ease-out;
    width: 46px;
    margin: 0;
    right: 50px;
  	text-align: center;
}
.mobile-icon:hover {
    text-decoration: none; /* Removes link text underline on button */
    background-color: #fff;
    color: #ffffff;
    border-color: #fff;
}

/* Close Button
   ========================================================================== */  

.close-icon {
    display: none !important;
    cursor: pointer;
    font-family: "entypo-fontello";
    font-size: 30px;
    position: absolute;
    border-radius: 2px;
    height: 46px;
    width: 46px !important;
    line-height: 46px;
    text-align: center;
    border: 1px solid #e1e1e1;
    text-decoration: none !important;
    margin: 21px 23px 10px 20px;
    float: right;
    top: 17px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #ffffff;
    color: #319fa7;
    border-color: #ffffff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;   
    margin: 0;
    right: 23px;
    z-index: 100;
}
.close-icon:hover{
    background-color: #fff;
    color: #ffffff;
    border-color: #fff;
}
}

@media (max-width: 1024px){

   body, html {
          height: auto;
     }

    .custom-menu-primary.desktop{
        display:none !important;
    }
     /* Show the Mobile and Close Icons */
     .mobile-icon,
     .close-icon {
          display: block !important;
     }

     /* Container added with js and is required for transforms to work */
     #site-wrapper{
        max-width: 100%;
        position: relative;
     }
  .show-mobile-nav {
  	overflow: hidden;
  }

     
     /* Provide spacing for the menu ul */
     .custom-menu-primary .hs-menu-flow-horizontal>ul {
        clear: both;
        float: none;
        display: block!important;
        overflow: hidden;
        padding: 89px 0;
     }
     
     .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
         display:block!important;
         width:100%!important;
         opacity:1!important;
           visibility: visible!important;
           position:static!important;
     }
     
     
     .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
        border-bottom: 0;
        float: none!important;
     }
     
     .custom-menu-primary .hs-menu-flow-horizontal > ul > li > a{
        border-bottom: 1px solid #e1e1e1!important;
        padding: 13px 28px !important;
        line-height: 21px;
        font-size: 13px;
        font-weight: 400;
        color: #666666;
        text-decoration: none;
        height: auto;
        transition:0s;
        display: block;
        text-align: left;    
     }
     .custom-menu-primary .hs-menu-wrapper>ul ul li a {
        line-height: 21px;
        font-size: 13px;
        text-decoration: none;
        white-space: normal!important;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #e1e1e1!important;
        color: #666666;
        padding: 13px 28px 13px 50px;
        text-align: left;
        
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul ul li a {
        padding-left: 80px;
        text-align: left;
    }
    .custom-menu-primary .hs-menu-wrapper>ul ul li a:hover {
        background-color: #056167 !important;
        color: #ffffff!important;
    }
    
     .custom-menu-primary .hs-menu-flow-horizontal > ul li a:hover{
        background-color: #056167 !important;
        color: #ffffff!important;
     }
     .custom-menu-primary .hs-menu-flow-horizontal > ul > li:first-child > a{
        border-top: 1px solid #e1e1e1;
     }
     .custom-menu-primary .hs-menu-wrapper>ul ul {
        width: 100%;
        background-color: #fff;
        color: #109bc5;
        border-top-width: 0;
        border-top-style: solid;
        border-top-color: #109bc5;
        margin-top: 0;
        box-shadow: none;
    }

     /* Mobile Nav is HIDDEN By Default */
     .custom-menu-primary {
        position: fixed;
        width: 100% !important; /* must match the value above in 'left' */
        z-index: 1000;
        background: #fff; 
        right: -100%;
        transform: scale(0.5);
        transform-origin: 0 0 0;
        top: 0;
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transition: all 0.6s ease;
        transition: all 0.6s ease;
        -webkit-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
     }
     .show-mobile-nav .custom-menu-primary {
        transform: translate3d(-100%, 0px, 0px);
        overflow-y: scroll!important;
        height: 100%!important;
        width: 100%!important;
     }
     
     /* All Main Containers Display FULL Width By Default */
     .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
          -webkit-transition: -webkit-transform 500ms ease;
          -moz-transition: -moz-transform 500ms ease;
          -o-transition: -o-transform 500ms ease;
          transition: transform 500ms ease;
     }

}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */
.hs-blog-listing .custom-banner {
	background-image: url('//cdn2.hubspot.net/hubfs/4247938/FischerKerrn_March2018/fonts/fischer-kerrn-blog-1.jpg');
  text-align: center;
}
.hs-blog-listing .custom-banner .page-center {
	min-height: 350px;
}
.blog .custom-banner h1 {
    font-size: 36px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.custom-banner p {
		margin-top: 0;
}

.blog-timeline-heading {
    position: relative;
    height: 80px;
    overflow: hidden;
  	width: 100%;
}
.blog-timeline-heading:before {
    content: "\f0e6";
    font-family: 'FontAwesome';
    font-size: 42px;
    color: #ebeaea;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 40px;
    line-height: 40px;
}
.blog-timeline-heading:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    margin-top: 40px;
    background-color: #ebeaea;
}
.archive-item {
    position: relative;
}
.archive-header {
    text-align: center;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
}
.archive-header:before {
    width: 110px;
    height: 25px;
    content: "";
    display: block;
    margin: 0 auto;
    background-color: #ebeaea;
    z-index: -1;
    position: absolute;
    right: 0;
    left: 0;
}

/* Post Page Social Share */
.av-share-box{width:100%; clear:both; float:left; font-size: 13px; margin-top:30px; margin-bottom:-50px; padding:0;}
.av-share-box .av-share-link-description{margin-bottom: 20px;}
.av-social-sharing-box .av-share-box{margin:0;}
.av-social-sharing-box-minimal .av-share-box ul{border:none;}
.av-share-box .av-share-link-description {
    color: #222222;
    margin-bottom: 20px;
}
.av-share-box ul{color: #666666; margin:0; padding:0; list-style-type: none; overflow: hidden; border-style: solid; border-width: 1px; display: table; width:100%; text-align: center; table-layout: fixed; border-radius: 3px; background: transparent;    border-color: #e1e1e1; }
.av-share-box ul li{margin:0; padding:0; display: table-cell; border-left-style: solid; border-left-width:1px; border-color: #e1e1e1;}
.av-share-box ul li:first-child{border:none;}
.av-share-box ul li a{ display:block; padding:15px 0; text-decoration: none; color: inherit; font-size: 14px; -webkit-transition: all 0.2s ease-in-out;  transition: all 0.2s ease-in-out;}
.av-share-box .avia-related-tooltip{width:150px;}
.avia_hidden_link_text {
    display: none;
}
.av-social-link-rss:hover	   	 a{color:#fff; background-color:#ffa133; }
.av-social-link-facebook:hover  a{color:#fff; background-color:#37589b; }
.av-social-link-twitter:hover   a{color:#fff; background-color:#46d4fe; }
.av-social-link-mail:hover      a{color:#fff; background-color:#9fae37; }
.av-social-link-dribbble:hover  a{color:#fff; background-color:#e44885; }
.av-social-link-linkedin:hover  a{color:#fff; background-color:#419cca; }
.av-social-link-search:hover    a{color:#fff; background-color:#222222; }
.av-social-link-gplus:hover     a{color:#fff; background-color:#de5a49; }
.av-social-link-behance:hover   a{color:#fff; background-color:#008cfa; }
.av-social-link-flickr:hover    a{color:#fff; background-color:#ff0086; }
.av-social-link-forrst:hover    a{color:#fff; background-color:#234317; }
.av-social-link-myspace:hover   a{color:#fff; background-color:#000000; }
.av-social-link-tumblr:hover    a{color:#fff; background-color:#345574; }
.av-social-link-vimeo:hover     a{color:#fff; background-color:#31baff; }
.av-social-link-youtube:hover   a{color:#fff; background-color:#a72b1d; }
.av-social-link-pinterest:hover a{color:#fff; background-color:#cb2027; }
.av-social-link-skype:hover 	   a{color:#fff; background-color:#12a5f4; }
.av-social-link-instagram:hover a{color:#fff; background-color:#a67658; }
.av-social-link-five_100_px:hover a{color:#fff; background-color:#222222; }
.av-social-link-soundcloud:hover  a{color:#fff; background-color:#F76700; }
.av-social-link-xing:hover 	     a{color:#fff; background-color:#006567; }
.av-social-link-vk:hover 	   	 a{color:#fff; background-color:#597BA5; }
.av-social-link-reddit:hover 	 a{color:#fff; background-color:#FF4500; }


.hs-blog-post .body-container .page-center {
    padding-top: 0;
    padding-bottom: 0;
}
.hs-blog-post .blog-content {
    border-right: 1px solid #e1e1e1;
    padding-top: 50px;
    padding-bottom: 50px;
  	padding-right: 30px;
}

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

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

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

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

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


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

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}
.post-header h1 {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #222222;
}

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

.about-author-sec {
    padding: 10px 0 40px;
}
.about-author-sec img {
    float: left;
    margin: 4px 10px 0px 0;
    display: block;
    position: relative;
    max-width: 73px;
}

/* Use this to set up different styling for your blog posts */
.post-item-wrapper {
    position: relative;
    width: 100%;
    float: left;
}
.post-item-wrapper:after {
    content: "" !important;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 100%;
    background-color: #ebeaea;
    z-index: -1;
    display: block !important;
    visibility: visible !important;
    clear: both;
}
.blog-listing-wrapper .post-listing .post-item {
    width: 50%;
    padding: 0 10px;
    position: relative;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(even) {
    padding-right: 80px !important;
    float: left !important;
    clear: left !important;  
}
.blog-listing-wrapper .post-listing .post-item:nth-child(odd) {
		padding-left: 80px !important;
    float: right !important;
    clear: right !important;
}
.blog-listing-wrapper .post-listing .post-item:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: 3px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #ebeaea;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(even):after {
    right: -5px;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(odd):after {
    left: -5px;
}
.blog-listing-wrapper .post-listing .post-item:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(even):before {
    right: 64px;
    border-left-color: #ebeaea;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(odd):before {
    left: 64px;
    border-right-color: #ebeaea;
}
.blog-listing-wrapper .post-listing .post-item .hs-featured-image {
    width: 100%;
    float: none;
    margin: 0;
    max-width: 100%;
}
.post-featured-img {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}
.post-featured-img .image-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.post-featured-img a:hover .image-overlay {
    background-color: rgb(136, 136, 136);
    background-color: rgba(136, 136, 136, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
.post-item h3 {
    margin-bottom: 10px;
    color: #5f5f5f;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
}
.post-item h3 a.post-title {
    font-size: 24px;
    line-height: 1.3em;
  	text-transform: uppercase;
    margin: 0;
    font-weight: inherit;
    text-decoration: none;
    color: #5f5f5f;
}
.otw_blog_manager-blog-meta-wrapper {
    font-size: 11px;
    margin-bottom: 20px;
  	color: #999;
}
.otw_blog_manager-blog-meta-wrapper div[class^="otw_blog_manager-blog-"] {
    border-color: #eee !important;
}
.otw_blog_manager-blog-meta-wrapper div[class^="otw_blog_manager-blog-"], .otw_blog_manager-blog-full.otw_blog_manager-blog-image-left .otw_blog_manager-blog-meta-wrapper div[class^="otw_blog_manager-blog-"] {
    display: inline-block;
    border: 0;
    border-right: 1px solid #ebeaea;
    padding: 0 5px;
    line-height: normal;
}
.otw_blog_manager-blog-meta-wrapper div[class^="otw_blog_manager-blog-"]:first-child {
    border-left: none !important;
    padding-left: 0 !important;
}
.otw_blog_manager-blog-meta-wrapper div:last-child {
    border-right: none !important;
}
.otw_blog_manager-blog-meta-wrapper .head {
    font-weight: 300;
    margin-right: 3px;
}
.otw_blog_manager-blog-meta-wrapper a {
    color: #2f9ea6;
}
.otw_blog_manager-blog-content {
    font-size: 13px;
}
.otw_blog_manager-blog-continue-reading {
    font-style: italic;
    display: inline-block;
    margin: 0 0 15px 0;
}
.otw_blog_manager-blog-content a {
    color: #2f9ea6;
}

.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

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

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

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

/* Blog Commments */
#comments-listing {
    border: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}


.comment.depth-0 {
    border-bottom: 1px solid #000 !important;
    border-top: medium none !important;
    margin: 0 10px 10px !important;
    padding: 0 15px !important;
}

.comment-body {
    border-bottom: medium none;
    display: block;
    padding: 0;
}

.comment-reply-to{
    margin-bottom: 15px;
}

.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}

.comment-date {
    display: block !important;
    text-align: left !important;
}
#comment-form{
    display: block;
    margin: 15px 0;
}


.custom_listing_comments{
    border: 1px solid #E2E2E2;
    display: block;
    line-height: 165%;
    padding: 15px;
    line-height:26.4px;
}
div#comments-listing.no-comments {
    border: none;
}

/* Pagination */
.blog-pagination {
	padding: 15px 0;
}
.blog-pagination a {
	display: block;
	padding: 7px 0;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {
	  font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: inherit;
    text-decoration: none;
    color: #5f5f5f;
}
h2.post-listing-simple a {
	color: #5f5f5f;
}


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

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
	margin-bottom: 60px;
}
	
.blog-sidebar {	
	padding: 50px 0;
}
.blog-sidebar h3 {
    font-size: 16px;
    font-weight: 600;
  	text-transform: uppercase;
    letter-spacing: 1px;
}
.custom-sidebar-info a {
    float: left;
    display: block;
    text-decoration: none;
    width: 49.5%;
    outline: none;
    border: none;
    padding-bottom: 49.5%;
    position: relative;
    margin-right: 1%;
}
.custom-sidebar-info a:last-child {
	margin-right:0;
}
.custom-sidebar-info a img {
    position: absolute;
    left: 0;
    top: 0;
  	max-width: 100%;
}
.custom-sidebar-topics ul {
	margin: 0;
	padding: 0;
  list-stylE: none;
}
.custom-sidebar-topics ul li {
	display: inline-block;
}
.custom-sidebar-topics ul li a {
		font-size: 11px;
    padding: 2px 8px;
    margin: 0 1px 1px 0;
    display: block;
    border-style: solid;
    border-width: 1px;
  	border-color: #e1e1e1;
  	color: #919191;
}
.custom-sidebar-topics ul li a:hover {
		color: #2f9ea6;
}
.custom-sidebar-topics ul li a .filter-link-count {
	display: none;
}
.blog-list-recent-post-wrapper ul {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
    list-style: none;
}
.blog-list-recent-post-wrapper ul li {
    padding: 7px 0 3px 0;
    line-height: 1.7em;
    position: relative;
    overflow: hidden;
    font-size: 11.05px;
    display: block;
    clear: both;
    margin: 0;
    border: none;
    background: none;
    text-indent: 0;
}
.blog-list-recent-post-wrapper ul li a.news-link {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    z-index: 2;
}
.blog-list-recent-post-wrapper ul li a {
		color: #919191;
}
.news-thumb {
    margin-right: 9px;
    padding: 3px;
    float: left;
    margin-top: 4px;
    border-style: solid;
    border-width: 1px;
    height: 36px;
    width: 36px;
  	border-color: #e1e1e1;	
    display: block;
  	color: #666666;
  	background: #f8f8f8;
}
.news-thumb img {
  	width: 28px;
    display: block;
    float: left;
    border: none;
    padding: 0;
    margin: 0;
}
.news-headline {
    overflow: hidden;
    font-weight: bold;
    margin-top: 2px;
    display: block;
    text-transform: uppercase;
}
.news-time {
    color: #919191;
    font-weight: normal;
    clear: both;
    font-size: 0.92em;
    display: block;
  	text-transform: none;
}

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

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #e1e1e1;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: center;
}
.hs-author-profile .page-center {
    padding-top: 40px !important;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  	float: none;
    max-width: 81px;
    margin: 0 auto;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}
h4.hs-author-listing-header {
    text-align: center;
    margin-top: 40px;
}

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

/* Author Name */
.hs-author-profile h2.hs-author-name {
  	margin: 0 0 10px 0;	
    color: #5f5f5f;
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    text-transform: none;
}

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


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





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

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


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

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


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

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


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

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


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */	
.widget-type-email_simple_subscription h1, 
.widget-type-email_simple_subscription h2 {
	color: #fff;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    width: 150px;
    border-radius: 2px;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.1);
    border-width: 1px;
    border-style: solid;
    padding: 15px;
    margin-top: -10px;
  	border-color: #e1e1e1;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #fff;
    color: #919191;
    font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  	font-size: 13px;
  	line-height: 21.45px;
  	z-index: 100;
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  text-align: center;
}
.tooltip-arrow {
  	border-color: #e1e1e1;
    top: auto;
    bottom: 0;
    position: absolute;
    left: 50%;
  	z-index: 0;
}
.tooltip.top .tooltip-arrow:before {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 1px;
  border-style: solid;
  bottom: 0;  
  border-color: #e1e1e1;
  margin-bottom: -5px;
  border-width: 10px 10px 0;
  border-top-color: #000000;
  border-top: none;
  border-left: none;
  top: -4px;
  background-color: transparent;
  color: #919191;
  z-index: -1;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.top .tooltip-arrow:after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: -10px;
}

/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
@media (max-width: 1180px) and (min-width: 1025px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  	padding: 0 6px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a span.avia-menu-text {
  	font-size: 1.2em;	
  }
}

@media (max-width: 1350px)  {
  .custom-header-language .hs-menu-wrapper > ul ul {
    left: auto !important;
    right: 0;
  }
}

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

@media (max-width: 1024px) {
  .banner-content {
  	padding-top: 40px;
  }
  .custom-footer-social a {
  	margin-bottom: 5px;
    margin-right: 10px;
  }
  .custom-footer-social a+a {
    margin-left: 0;
  }
  .form-title {
    font-size: 36px;
  }
}



/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  .custom-form {	
      width: 100% !important;
	}
  .cm-header-top-wrapper {
    display: none !important;
  }
  .custom-header-main {
    position: relative;
  }
  .container-fluid .row-fluid .page-center {
  	max-width: 85%;
  }
  .body-container .page-center {
    padding: 50px 0;
  }
  .custom-banner .page-center {
    padding: 0 !important;
  }
  .custom-footer-bg .page-center {
    padding: 0;
  }
  .custom-footer-bg .span3 {
    padding: 0 0 30px;
  }
  .custom-logo a > img {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .custom-logo img {
  	max-width: 215.86px;
  }
  .custom-header-main .page-center {
    padding: 0;
  }
  .custom-logo a span img {
  	display: none;
  }
  .custom-header-main .page-center {
  	position: relative;
    padding: 0;
  }
  a.mobile-icon {
    background-color: #ffffff;
    color: #319fa7;
    border-color: #ffffff;
    top: 17px;
    right: 0;
	}
  .custom-logo {
      padding: 1px 0;
  }
  a.close-icon {
    top: 20px;
  }
  
  .archive-header,
  .blog-timeline-heading,
  .post-item-wrapper:after,
  .blog-listing-wrapper .post-listing .post-item:before,
  .blog-listing-wrapper .post-listing .post-item:after {
  	display: none !important;
  }
  .blog-listing-wrapper .post-listing .post-item {
  	width: 100%;
  }
  .blog-listing-wrapper .post-listing .post-item:nth-child(even) {
    padding-right: 10px !important;
    float: none !important;
    clear: both !important;
  }
  .blog-listing-wrapper .post-listing .post-item:nth-child(odd) {
    padding-left: 10px !important;
    float: none !important;
    clear: both !important;
  }
  .hs-blog-post .custom-banner .page-center {
  	min-height: 200px;
  }
  .hs-blog-post .blog-content {
    border: 0;
    padding-right: 0;
  } 
}  

@media (max-width: 740px) {
	.custom-banner {
    text-align: center;
	}	
  .custom-banner h1 {
  	font-size: 35px;
  }
  .banner-content {
    padding-top: 0;
  }
  .banner-btn-group .banner-btn {
    clear: both;
    display: block;
    max-width: 200px;
    margin: 0 auto 20px !important;
  }
  .banner-btn-group .banner-btn + .banner-btn {
    margin-left: 0;
  }
  .banner-btn-group {
 		text-align: center;
  }
}

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

@media (max-width: 479px) {
.row-fluid .top > div {
    position: relative;
    margin-top: -70px;
}}