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

@font-face { font-family: 'Lato-Regular';  src: url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Regular.eot') format('eot'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Regular.woff') format('woff'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Italic.ttf') format('truetype');}
@font-face { font-family: 'Lato-Italic';  src: url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Italic.eot') format('eot'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Italic.woff') format('woff'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Light.ttf') format('truetype');}
@font-face { font-family: 'Lato-Light';  src: url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Light.eot') format('eot'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Light.woff') format('woff'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Light.ttf') format('truetype');}
@font-face { font-family: 'Lato-LightItalic';  src: url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-LightItalic.eot') format('eot'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-LightItalic.woff') format('woff'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-LightItalic.ttf') format('truetype');}
@font-face { font-family: 'Lato-Bold';  src: url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Bold.eot') format('eot'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Bold.woff') format('woff'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-Bold.ttf') format('truetype');}
@font-face { font-family: 'Lato-BoldItalic';  src: url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-BoldItalic.eot') format('eot'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-BoldItalic.woff') format('woff'), url('https://knowledge.genre.com/hubfs/Lato%20Fonts/Lato-BoldItalic.ttf') format('truetype');}

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

/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
html { overflow-y: scroll;}
body { background:#ffffff; color: #5E6367; font-family: 'Lato-Regular', helvetica, sans-serif; /*max-width: 950px;  Comment out "max-width: 950px;" here to allow privacy policy banner to be full-width (HS Support, 4/18) */ margin: 0 auto;}
ol, ul { list-style: none; margin: 0;}
ul li { margin: 0; padding: 0;}
ul.list {margin-left: 0; padding-left: 1em;}          
ul.list li {margin-top: 5px;}
.bullet { margin: 0 0 10px; line-height: 1.8em; font-size: 1em; list-style-type:disc;}
.bullet2 { margin: 0 0 10px; line-height: 1.3em; font-size: 1em; list-style-type:disc;}
li.bullet3 { margin: 0 0 10px 10px; line-height: 1.1em; font-size: 1.1em; list-style-type:disc;}
h1 { margin-bottom: 10px; color: #00558B; font-size:1.4rem; line-height:1.2em;}
h1.deadline { margin-bottom: 10px; color: #ffffff;line-height:1.4em;font-size:1.4em;}
h1.date {margin-bottom: 8px; color:#ffffff;font-size:1.4em; padding:2%;}
h1.rsvp {margin-bottom: 8px; color:#ffffff;font-size:1.7em; padding:2%;line-height:1.3em;}
h1.contact-header {color:#ffffff;}
h2 { margin-bottom: 8px; color: #FAA41A; text-transform:uppercase;font-weight:normal; text-decoration:underline; font-size:1.2em;}
h2.agenda-band {background-color:#00558B;padding:5px;color:#ffffff;text-decoration:none;}
h2.speaker-name {color:#00558B;text-decoration:none;text-transform:none;font-weight:700;}
h3 { margin-bottom: 5px; color: #00558B;font-size:1.1em;}
h3.session-title { text-transform:uppercase;font-size:1em;}
h4 { margin-bottom: 7px; color: #0097CF;}
h4.session-speaker { color:#0097CF;font-style:italic;font-weight:normal;}
h5 { margin-bottom: 10px; color: #0097CF; font-style:italic;font-weight:normal;}
img { outline: none; border:none; color: #00558B; font-weight: bold; text-transform: uppercase;}
a {text-transform:none; text-decoration:none;font-weight:normal;}
a.weblink {color:#ffffff;text-transform:lowercase;}
a.weblink2 {color:#5E6367;text-transform:capitalize;}
a.weblink3 {color:#5E6367;text-transform:capitalize;text-decoration:underline;}
a.anchor {color:#5E6367;text-transform:capitalize;font-weight:normal;}
a.weblink3 {color:#5E6367;text-transform:lowercase;}
a.weblink4 {color:#ffffff;text-transform:capitalize;}
a.email {color:#ffffff;text-transform:lowercase;}          
a.email2 {color:#5E6367;text-transform:lowercase;}  
a.email3 {color:#5E6367;text-transform:lowercase;text-decoration:underline;}
a.rsvp {margin-bottom: 8px; color:#ffffff;font-size:1em;line-height:1.3em;}
a.jumplink {text-transform:capitalize;color:#5E6367;font-weight:normal;text-decoration:underline;}
p { margin: 0 0 10px; line-height: 1.8em; font-size: 1em;}
p.bio { margin: 0 0 10px; line-height: 1.4em; font-size: 1em;}
p.speaker-name { line-height: 1.4em; padding-top:5px;color:#00558B;height:100px;}
p.sidebar { margin: 0 0 10px; line-height: 1.4em; font-size: 1em;}
p.speakers { margin: 0 0 10px; line-height: 1.4em; font-size: 1em;}
p.long-speaker-title {font-size:1em;line-height:1.5em; }
p.smalltext { margin: 0 0 10px; line-height: 1.4em; font-size: .8em; font-style:italic;}
p.session { margin: 0 0 10px; line-height: 1.4em; font-size: 1em;}
p.list {text-transform:capitalize;color:#5E6367;font-weight:normal;line-height:1.4em;}
p.contact-names {color:#ffffff;margin-bottom:0px;}
p.antitrust-text {color:#ffffff;margin-bottom:0px;margin-top:31px;}
img { display: block; /*margin-bottom: 10px;*/}
td.logos {width:40%;}
aside { font-size: 0.9em; background-color:#00558B;padding:2%;color:#ffffff;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display: block;
    }
.column-left{ float: left; width: 33%; }
.column-right{ float: right; width: 33%; }
.column-center{ display: inline-block; width: 33%; } 
.mlogo {display:none!important;}  
div.callout { margin: 0 0 0px; line-height: 1.4em; font-size: 1em;background-color:#cfe9f4;padding:15px;border-radius:15px;color:#00558B;}
div.session-image {float:right;padding-left:15px; }
.MainNav li a:hover {
    color: #0097CF;
}

a[href^=tel] { color: inherit; text-decoration:none;}

.MainNav li a {
    text-transform:uppercase;
  font-weight:bold;
  color:#00558B;
}

.rwd-line {
display:inline;
}

.mobile-break {
  display:none!important;
}
 /*
 * 
header
{
	font-family: 'Lobster', cursive;
	text-align: center;
	font-size: 25px;	
}
*/
#info
{
	font-size: 16px;
	padding:25px 45px 40px 25px;
	color: #555;
	text-align: left;
	
}
/*
 *
a{
	color: #074E8C;
}
 */
.scrollbar
{
	/* margin-left: 20px; */
	/* float: right; */
	height: 300px;
	/* width: 600px; */
	background: #FFFFFF;
	overflow-y: scroll;
	/* margin-bottom: 55px; */
}

.force-overflow
{
	min-height: 450px;
}

#wrapper
{
	text-align: left;
	/* width: 700px; */
    margin: auto; 
}

.TopBanner {
  margin-top:20px;
}

/*
 *  STYLE Lisa
 */

#style-L::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-L::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-L::-webkit-scrollbar-thumb
{
	background-color: #F5F5F5;
}

/*
 *  STYLE Lisa 2
 */

#style-L2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-L2::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-L2::-webkit-scrollbar-thumb
{
	background-color: #F5F5F5;
	/*
 * border: 2px solid #555555; */
}

/*
 *  STYLE 1
 */

#style-1::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-1::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #F5F5F5;
}

/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

/*
 *  STYLE 4
 */

#style-4::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-4::-webkit-scrollbar-thumb
{
	background-color: #000000;
	border: 2px solid #555555;
}

/*
 *  STYLE 7
 */

#style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-7::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-7::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(122,153,217)),
									   color-stop(0.72, rgb(73,125,189)),
									   color-stop(0.86, rgb(28,58,148)));
}

/*
 *  STYLE 10
 */

#style-10::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
}

#style-10::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}

#style-10::-webkit-scrollbar-thumb
{
	background-color: #AAA;
	border-radius: 10px;
	background-image: -webkit-linear-gradient(90deg,
	                                          rgba(0, 0, 0, .2) 25%,
											  transparent 25%,
											  transparent 50%,
											  rgba(0, 0, 0, .2) 50%,
											  rgba(0, 0, 0, .2) 75%,
											  transparent 75%,
											  transparent)
}


.white-popup
{
  padding:7px 0px!important;
}

/*=========================================
Centering Page using .page-center-600 class
===========================================*/
.page-center-600{
    max-width: 9200px;
    margin: 0 auto !important;
    float: none !important;
}


/* Structure */
.wrapper {
	width: 96%;	
	max-width: 920px;
	margin: auto;
	padding: 2%;
	} 

.skipto {
    display: none !important;
	background: #B2CBDC;
    text-align:center;
    font-weight:normal;
	}

        .TextWrap  {
          float:left;
          margin-right:10px;
          padding-top:5px;
          
          }         
 /* Tabber styles */

 .tabber-center {
float:none !important;
width:75%!important;
margin: 0 auto !important;
   padding:25px 25px 0px 25px;
}  

.hs-tabs__navitem {
  font-size:larger;
  color:#00558B;
  text-transform:uppercase;
}

.hs-tabs__navitem:not(.hs-tabs__navitem--active) {
  background-color:#d9e5ed;
  color:#acb5bd;
}

 .location-page-center {
     background-color:#e3f1f9!important;
float:none !important;
width:50%!important;
margin: 0 auto !important;
   padding:25px;
}     

 .location-page-center-white {
     background-color:#ffffff!important;
float:none !important;
width:60%!important;
margin: 0 auto !important;
   padding-top:25px;
   padding-bottom:25px;
   padding-left:0px;
   padding-right:0px;
}   

 .location-page-center-navy {
     background-color:#00558B!important;
float:none !important;
width:75%!important;
margin: 0 auto !important;
   padding:25px;
} 

 .location-page-center-aqua {
     background-color:#e3f1f9!important;
float:none !important;
width:75%!important;
margin: 0 auto !important;
   padding:25px;
} 

.contacts-background {
  background-color:#00558B;
}

.corporate-background {
  background-color:#e3f1f9;
}
/*=========================================
Agenda
===========================================*/
.agenda-mobile-tabs {
  display:none!important;
}

.Row
    {
        display: table-row;
    }

.cell-left
    {
        display: table-cell;
        padding-left: 5px;
        padding-right: 100px;
        border-bottom: solid #00558B;
        border-width: thin;
    }

.cell-right
    {
        display: table-cell;
        padding-left: 59px;
        padding-right: 5px;
        border-bottom: solid #00558B;
        border-width: thin;
    }

.cell-end
    {
        display: table-cell;
        width:33%;
        border-bottom: solid #00558B;
        border-width: thin;
    }


hr.table-rule {
  height: .5px;
  color:#00558B;
  background-color:#00558B;
}

p.agenda {
  line-height:1.2em;
}

.agenda-item-name {
  color:#00558B;
  text-transform:uppercase;
  font-weight:bold;
  font-size:90%;
}

li.agenda-item-name {
    text-transform: none !important;
}

.agenda-item-location {
  color:#444444;
  font-size:90%;
}

.agenda-item-attire {
  color:#0097CF;
  font-size:87%;
  font-style:italic;
}

.agenda-item-time {
  color:#0097CF;
  text-transform:uppercase;
  font-size:90%;
}



/*=========================================
Sessions
===========================================*/

#wrap-sessions {
  width:100%;
}

#main-sessions {
  float: left;
  width:75%;
}

#sidebar-sessions {
  float: right;
  width:25%;
}

#sidebar-sessions img {
  padding-left: 30px;
}

p.session-paragraph {
  margin-bottom:35px;
}


/*=========================================
Activities
===========================================*/

#wrap-activities {
  width:100%;
}

#main-activities {
  float: left;
  width:70%;
}

#activity-photo {
  float: right;
  width:30%;
}

#activity-photo img {
  padding-left: 15px;
}

h3.activity-title {
  text-transform:uppercase;
  color:#00558B;
  font-weight:bold;
  font-size:85%;
}

h4.activity-date {
  text-transform:uppercase;
  color:#0097CF;
  font-weight:normal;
  font-size:80%;
}

p.activity-paragraph {
  margin-bottom:35px;
  font-size:85%;
}


/*=========================================
Logistics
===========================================*/

#wrap-logistics {
  width:100%;
}

#main-logistics {
  float: left;
  width:65%;
}

#sidebar-logistics {
  float: right;
  width:32%;
  background-color:#00558B;
  padding:0;
  color:#ffffff;
}

#sidebar-logistics-blank {
  float: right;
  width:200px;
  background-color:#ffffff;
  padding:20px;
  color:#ffffff;
}


h3.logistics-title {
  text-transform:uppercase;
  color:#00558B;
  font-weight:bold;
  font-size:85%;
}

h4.logistics-subtitle {
  color:#0097CF;
  font-weight:normal;
  font-size:80%;
}

p.logistics-paragraph {
  margin-bottom:35px;
  font-size:85%;
} 

p.logistics-highlights {
  font-size:85%;
  line-height:1.5em;
  padding: 15px;
}

.logistics-mobile-tabs {
  display:none!important;
  float:none !important;
width:75%!important;
margin: 0 auto !important;
   padding:25px;
}

.dates {
          float:left;
          clear: left;
          margin-top:5px;
          margin-bottom:15px;
          color:#5E6367;
          font-size:15px;
          text-transform:uppercase;
          letter-spacing:1px;
 		  display:none !important;
          }
          
          
/* Nav */

.MainNav {text-align:center;
          margin-bottom:0px;
          margin-left:0px;
          margin-right:0px;
          margin-top:60px;
          padding:0px;
          font-size:14px;
          }
          
.MainNav li{margin:0px;
          padding:5px;}  
          
.MainNav li:last-child a
    {
        background-color:#00558B;
        color:#ffffff;
        border-radius: 3px;
    } 

.date-banner {
    background-color:#0097CF;
    height:70px;
}

.date-banner p {
    color:#ffffff;
    text-align:center;
    margin-bottom:0px!important;
    margin-top:20px;
    letter-spacing:1px;
}

.date-banner p a {
    color:#ffffff;
    font-weight:normal;
}

p.rsvp-text {
margin-top:10px;
color:#ffffff;
text-transform:uppercase;
display:inline;
text-align:center;
}


img.rsvp-button {
width:116px;
margin: 0 auto!important;
display:inline;
}


.rsvp-banner {
    background-color:#0097CF;
    height:75px;
/*float:none !important;*/
margin: 0 auto !important;
}
.rsvp-banner .rsvp-banner-content {
  margin: 0 auto 15px!important;
  text-align:center;
  padding-top:20px;
}

.sidebar-logistics {
  background-color:#00558B;
  padding:20px;
  color:#ffffff;
  text-align:left;
}

/* Start of Column CSS */
#container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	
}
#container1 {
	float:left;
	width:100%;
	position:relative;
	right:50%;
	
}
#col1 {
	float:left;
	width:40%;
	position:relative;
	left:50%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:60%;
	position:relative;
	left:60%;
	overflow:hidden;
	padding-top:0px;
}

/* Start of Session Column CSS */
#session-blurb {
	clear:left;
	float:left;
	width:75%;
	overflow:hidden;
	
}
#session-image {
	float:right;
	width:100%;
	position:relative;
	right:50%;
	
}
#sess-blurb {
	float:left;
	width:75%;
	position:relative;
	left:50%;
	overflow:hidden;
}
#sess-img {
	float:right;
	width:60%;
	position:relative;
	left:90%;
	overflow:hidden;
	padding-top:0px;
}

p.address-location {
    color:#00558B;
}

/*=========================================
Presentations
===========================================*/

p.presentation-date {
text-transform: uppercase; 
color: #0097CF; 
font-size: 16px; 
font-weight: 300; 
margin-bottom: 0px;
}

hr.presentation-date-rule {
width: 100%; 
color: #0097CF; 
background-color: #0097CF; 
border: 0 none; 
height: 1px;
}

p.presentation-name {
text-transform: uppercase; 
color: #00558B; 
font-weight: 700; 
font-size: 16px;  
margin-top: 15px; 
margin-bottom: -4px;
}

p.presentation-speaker {
color: #0097CF; 
font-style: italic; 
font-size: 16px; 
font-weight: 300;
}

p.presentation-not-posted {
color: #00558B; 
font-style: italic; 
font-size: 16px; 
font-weight: 300;
}

p.presentation-speaker-after {
color: #0097CF; 
font-style: italic; 
font-size: 16px; 
font-weight: 300; 
margin-bottom: -4px;
}

p.presentation-date-after {
text-transform: uppercase; 
color: #0097CF; 
font-size: 16px; 
font-weight: 300; 
margin-bottom: 0px; 
margin-top: 20px;
}

p.presentation-name-after {
text-transform: uppercase; 
color: #00558B; 
font-weight: 700; 
font-size: 16px;  
margin-top: -5px; 
margin-bottom: -4px;
}

a.presentation-name-link {
  text-decoration:underline;
  text-transform: uppercase; 
	color: #00558B; 
	font-weight: 700; 
	font-size: 16px;
}

.sidebar  {background-color:#00558B; color:#ffffff; padding:2%;font-size:.9em;}

.nosidebar  {background-color:#ffffff;}

.logo {margin-bottom:0px; padding-left:105px; padding-top:35px;}

.hs-button primary large {
    background: #25A6E1;
	background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
	background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
	padding:8px 13px;
	color:#fff;
	font-family:'Helvetica Neue',sans-serif;
	font-size:17px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #1A87B9
}   
.vl {
    border-left: 1px solid white;
    height: 100px;
}

/*Added by HS Support 12/30/15*/
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    max-width: 163px;
   
}

.hs-menu-flow-horizontal.hs-menu-wrapper > ul li a {
  padding:10px!important;
}

.hs-image-widget {
    margin: 0 0 0 0 !important;
    margin-top: -0.5px;
  }

br.mobile-show {
  display:none;
}

/*=========================================
Form Styles
===========================================*/
.hs-input {
  margin-bottom:10px;
}
input.hs-button.primary.large {
background:#00558B;
  color:#ffffff;
  padding:12px;
}

/*=========================================
Gen Re Footer
===========================================*/
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 58.125em;
  margin: 0 auto; 
}

.body-container .page-center{
    padding-bottom: 40px;
    padding-top: 20px;
}

.custom-footer-top-group{
    border-top: 1px solid #e3e3e3;
    padding: 20px 0 30px;
    background: #f6f6f6;
}

.custom-copyright ul{
    padding: 21px 0 0;
    margin: 0;
}
.custom-copyright ul li{
    display: inline-block;
    list-style: none;
}
.custom-copyright ul li a{
    color: #8e8e8e;
    font-size: 0.75em;
}
.custom-copyright p{
    color: #8e8e8e;
    font-size: 0.75em;
    margin: 4px 0 10px;
}

.custom-copyright a{
    text-transform:none;
  text-decoration:none;
  font-weight:normal;
}

.custom-footer-logo{
    text-align: center;
}

.custom-footer-logo img{
    display:inline;
}


/* Media Queries */
@media screen and (max-width: 480px) {

.TopBanner {display:none!important;}
         
.dates {display: block !important; text-align:center;margin-left: auto; margin-right: auto;}    

.logo {display:none!important;}

.mlogo {display:block !important; padding:10px;}

.skipto {display:block !important;}

  p.antitrust-text {margin-top:0px;}

.genre-form label {
    display: block;
	margin-top: 0.625em; /*10px*/

	font-weight: 700;
	color: #464646;
}
  
  .date-banner {
    height:100%;
  }

.hs-image-widget {

    margin: 0 0 0 0; 

  margin-top: -0.5px;
}

.row {
  display:block;

}

.cell-left {
  display:block;
  width:100%;
  border-bottom:none;
}

.cell-right {
  display:block;
  width:100%;
  border-bottom:none;
  padding-left:5px;
}

.cell-end {
  display:block;
    width:100%;
    border-bottom: solid #00558B;
  border-width: thin;
  padding-left:5px;
}
  
  .hs-tabs__navitem:not(.hs-tabs__navitem--active) {
  width:100%;
    border:none;
    background-color:#ffffff;
    color:#00558B;
}
  
  .hs-tabs__item--active{
  width:100%;
    border:none;

}
  
  .hs-tabs__navitem{
  width:100%;
    border:none;   
}
  
.agenda-mobile-tabs {
  display:block!important;
  width:95%!important;
  padding: 20px;
  margin: 0 auto;
  float:none !important;
margin: 0 auto !important;
  }
  
  .logistics-mobile-tabs {
  display:block!important;
  width:100%;
  padding: 20px;
  margin: 0 auto;
  }

.tabber-center {
   display:none!important;
  }
 
.mobile-panel-top {
  width:100%;
  margin-bottom: 1.2rem 0;
  
}
  
.mobile-panel {
  border-top: 1px solid #ccc;
  width:100%;
  margin-bottom: 1.2rem 0;
  
}
  
  input[type='checkbox'] {
  display: none;
}

.lbl-toggle {
  display: block;
  font-weight: bold;
  font-family: 'Lato-Regular',arial,sans-serif;
  font-size: 1.125rem;
  text-transform: none;
  text-align: left;
  padding-top:1.2rem;
  padding-bottom: 1.2rem;
  padding-left: -1.2rem; 
  color: #04477b;
  background: #ffffff;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
  /* border-bottom: 1px solid #00558B; */
}


.lbl-toggle:hover {
  color: #0097CF;
}



.lbl-toggle::before {
  content: ' ';
  display: inline-block;

  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid currentColor;
  vertical-align: middle;
  margin-right: .7rem;
  transform: translateY(-2px);

  transition: transform .2s ease-out;
}



.toggle:checked + .lbl-toggle::before {
  transform: rotate(90deg) translateX(-3px);
}


.collapsible-content {
  max-height: 0px;
  overflow: hidden;
  transition: max-height .25s ease-in-out;
}

.toggle:checked + .lbl-toggle + .collapsible-content {
  max-height: 9500px;
}


.toggle:checked + .lbl-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}


.collapsible-content .content-inner {
  background: rgba(255, 255, 255, 0);
  border-bottom: 0px solid rgba(250, 224, 66, .45);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 0rem;
}
  
#sidebar-sessions {
  display:none!important;
  }
  
#wrap-sessions {
  width:100%;
}

#main-sessions {
  float: none;
  width:100%;
}
  
  #wrap-logistics {
  width:100%;
    display:block;
}

#main-logistics {
  float: none;
  width:100%;
  display:block;
}

#sidebar-logistics {
  float: none;
  width:100%;
  margin-bottom:15px;
  padding:10px;
}

#sidebar-logistics-blank {
  float: none;
  width:100%;
  display:block;
}
  
  p.logistics-paragraph {
  margin-bottom:15px;
} 
  
  .vertical-line {
display:none!important;
  }

  .MainNav {
    margin: auto!important;
    width: 200px!important;
  }
  
 .location-page-center {
    width:100%!important;
   display:block;
   padding: 20px;
}
  
   .location-page-center-white {
    width:100%!important;
   display:block;
     padding: 20px;
}
  
   .location-page-navy {
    width:100%!important;
   display:block;
     padding: 20px;
}
  
  #container2 {
	display:block;
    width:100%;
	
}
#container1 {
	display:block;
   width:100%;
	
}
#col1 {
	display:block;
   width:100%;
  text-align:center;
}
#col2 {
	display:block;
   width:100%;
}
  
    #gmap_canvas {
    margin: auto;
    width:90%;
  }
  
  #wrap-activities {
  width:100%;
    display:block;
}

#main-activities {
  float: none;
  width:100%;
  display:block;
}

#activity-photo {
  float: none;
  width:100%;
  display:block;
}

#activity-photo img {
  padding-left: 0px;
  padding-top:0px;
  padding-bottom:40px;
}
  
  p.activity-paragraph {
  margin-bottom:5px;
}
  
  .rwd-line {
display:block;
}
  .dele-line {
    display:none;
  }
  
  .mobile-break {
    display:block!important;
  }
  
  p.address-location {
    text-align:center;
}
.mobile-hide {
display:none;
} 
  
br.mobile-show {
  display:inline!important;
}  
.rsvp-banner .rsvp-banner-content {
  padding-top:3px;
}
  
.map-column {
  width:100%;
  display:block;
  }
  
.address-column {
  width:100%;
  display:block;
  }


.footer-container .page-center {
        padding: 0 10px !important;
    }

}

	@media (min-width: 47.9375em) {
		.contact-form label {
			margin-top: 1.25em; /*20px*/
		}
    
    .hs-image-widget {

    margin: 0 0 0 0; 

    margin-top: -0.5px;

}

    
 
	}

@media (max-width: 960px) {
    .header-container .page-center,
    .body-container .page-center,
    .footer-container .page-center{
        width: 95.9184%;


}  
 

}

/*@media (max-width: 479px) {
.footer-container .page-center {
        padding: 0 10px !important;
    }
*/

}



 /*@media (max-width: 767px) {

.custom-footer-logo {
        text-align: left;*/
  /*  }


}*/


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {  
   /* IE10+ specific styles go here */
  
  .MainNav {font-size:12px!important;}
          
}