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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

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

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

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

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

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

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

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




/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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


/* BOX SIZING */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
 /* -webkit-appearance:none;*/
}
/* Custom changes */
.momentum-title {
  font-style: normal;
  font-size: 25px;
}




/* FONTS */
@font-face {
	font-family: 'ProximaNova';
	src: url('fonts/ProximaNova-Regular.eot'); /* IE9 Compat Modes */
    src: url('fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/ProximaNova-Regular.woff') format('woff'), /* Modern Browsers */
         url('fonts/ProximaNova-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Bold.eot'); /* IE9 Compat Modes */
    src: url('fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/ProximaNova-Bold.woff') format('woff'), /* Modern Browsers */
         url('fonts/ProximaNova-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'ProximaNova';
    src: url('fonts/ProximaNova-Light.eot'); /* IE9 Compat Modes */
    src: url('fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/ProximaNova-Light.woff') format('woff'), /* Modern Browsers */
         url('fonts/ProximaNova-Light.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/ProximaNova-Light.svg#ProximaNova-Light') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    font-weight: lighter;
}

/* BODY */
body {
	margin: 0;
	font-family: "ProximaNova", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	background-color: #FFFFFF;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
}

/* SEACH BOX */
.searchbox {
	background-color: #003c71;
	padding: 30px;
	text-align: center;
}
.searchbox .screen-reader-text {
	color: #ffffff;
}
.searchtoggle {
	cursor: pointer;
}
/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel, .jcarousel-ads {
    position: relative;
    overflow: hidden;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul, .jcarousel-ads ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel-ads ul {
	height: 720px;
}
/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li, .jcarousel-ads li {
    /* Required only for block elements like <li>'s */
    float: left;
}
.jcarousel-ads li {
	width:calc(100vw - 15px);
	height: 720px;
}
/* WRAPPER */
.wrapper {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	position: relative;
}

.home-ads {
	width:calc(100vw - 15px);
	height:720px;
	margin:0 auto;
}

/* ANNOUNCEMENT BLOCK */

.specialannouncement {
	font-family: "ProximaNova", sans-serif;
	width: 100%;
	text-align: center;
	font-weight: bold;
	background-color: #ffffff;
	color: #003c71;
	display: block;
	padding: 15px 0;
}
.specialannouncement a {
	font-family: "ProximaNova", sans-serif;
	font-size: 18px;
	color: #003c71;
	text-decoration: none;
	text-transform: uppercase;
}
.specialannouncement a:after {
	content: " â–º";
}
.headerspace {
	position: relative;
}
/* MENU BAR */
.menubar {
	width: 100%;
	background-color: #ffffff;

    /*background: -webkit-linear-gradient(top, rgba(9,60,105,0.5), rgba(9,60,105,0.7)); /* For Safari 5.1 to 6.0 */
    /*background: -o-linear-gradient(bottom, rgba(9,60,105,0.5), rgba(9,60,105,0.7)); /* For Opera 11.1 to 12.0 */
    /*background: -moz-linear-gradient(bottom, rgba(9,60,105,0.5), rgba(9,60,105,0.7)); /* For Firefox 3.6 to 15 */
  /*  background: linear-gradient(to bottom, rgba(9,60,105,0.5), rgba(9,60,105,0.7)); /* Standard syntax (must be last) */

	z-index: 100;
	position: absolute;
	padding-top: 10px;
	height: 82px;
  border-bottom: 1px solid #707070;
}
.title-line-1 {
  font-weight: bold;
  font-size: 20px;
  font-style: normal !important;

}

.title-line-2 {
  font-size: 16px;
  font-style: normal !important;
}
#menu-memphis-chamber-main-navigation {
  list-style: none;
  list-style-type: none;
  text-align: center;
}

#menu-memphis-chamber-main-navigation li {
  list-style: none;
  list-style-type: none;
  display: inline-block;
}
.submenubar {
	position: absolute;
	top: 0;
	left: 0;
	padding: 81px 0 0px;
	width: 100%;
	background-color: #ffffff;
	z-index: 100;
}

.submenubar a {
	display: block;
	color: #003c71;
	text-decoration: none;
}

.submenubar a.submenu-item-primary {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 20px;
	border-bottom: 1px solid rgba(255,255,255,0);
}

.submenubar a:hover.submenu-item-primary {
	border-bottom: 1px solid rgba(255,255,255,1);
}

.submenubar a.submenu-item-secondary {
	margin: 0 0 10px 0;
	font-size: 16px;
	color: rgba(255,255,255,.6);
}
.submenubar a:hover.submenu-item-secondary {
	color: rgba(255,255,255,1);
}

.logo {
	border: 0;
	display: inline-block;
	float: left;
}
.logo img {
	width: auto;
	height: auto;
}
.menudrop {
	height: 95px;
}
.memberarea {
	font-family: "ProximaNova", sans-serif;
	margin: 24px 0 0;
	color:#ffffff;
	display: inline-block;
	float: right;
  text-align: right;
}
.memberarea a {
	font-family: "ProximaNova", sans-serif;
  font-size: 16px;
  padding-right: 15px;
  text-decoration: none;
	color: #313131;
  font-style: normal;

}
.memberarea img {
	width: 20px;
	height: 20px;
	border: 0px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}
.menutab {
	font-family: "ProximaNova", sans-serif;
    background-color: #093c69;

    background: -webkit-linear-gradient(top, rgba(9,60,105,0.7), rgba(9,60,105,0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(9,60,105,0.7), rgba(9,60,105,0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(9,60,105,0.7), rgba(9,60,105,0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(9,60,105,0.7), rgba(9,60,105,0.9)); /* Standard syntax (must be last) */

    border-radius: 0 0 50px 50px;
    color: #ffffff;
    height: 50px;
    margin: 0 auto;
    padding: 10px 0 20px;
    position: relative;
    text-align: center;
    top: 100%;
    width: 100px;
    z-index: 999;
    line-height: 13px;
    font-size: 16px;

    cursor: pointer;
}

/* HEADER BANNER */

.headerbanner {
	width: 100%;
	height: 700px;
	text-align: center;
	z-index: 0;
	position: relative;;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner_content {
	margin: 0 auto;
	padding: 280px 0 0 0;
	width: 100%;
}
.banner_content h2 {
	font-family: "ProximaNova-medium", sans-serif;
	text-transform: uppercase;
	margin: 0 0 25px;
	font-size: 140px;
	padding: 0;
	font-style: normal;
    font-weight: 300;
    text-rendering: optimizeLegibility;
	color: #ffffff;
  white-space: nowrap;
  text-shadow: 1px 2px 6px #000;
}
.banner_content a {
	font-family: "ProximaNova", sans-serif;
	text-transform: uppercase;
	font-size: 24px;
	text-align: center;
	width: auto;
	max-width: 300px;
	padding: 12px 15px 10px;
	color: #093c69;
	text-decoration: none;
	background-color: rgba(255,255,255,0.8);
}
.banner_content a:after {
	content: " â–º";
}


.headersubbanner {
	font-family: "ProximaNova", sans-serif;
	width: 100%;
	height: 400px;
	text-align: center;
	z-index: 0;
	position: relative;;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.subbanner_content {
	position: relative;
	height: 400px;
	width: 100%;
}
.subbanner_content h2 {
	font-family: "ProximaNova", sans-serif;
	text-transform: uppercase;
	margin: 0;
	font-size: 90px;
	padding: 0;
	font-weight: lighter;
	color: #ffffff;
	position: absolute;
	bottom: 0;
}

/* HIGHLIGHT */

.highlights {
	text-align: center;
	margin: 50px 0 75px;
}

.highlight .item {
	display: inline-block;
	width: 100%;
	max-width: 300px;
	padding:25px 10px;
}

.highlight a {
	font-family: "ProximaNova", sans-serif;
	text-decoration: none;
}
.highlight h3 {
	font-family: "ProximaNova", sans-serif;
	font-weight: lighter;
	font-size: 36px;
	padding: 0 0 20px;
	text-decoration: none;
	color: #093c69;
	line-height: 48px;
	margin: 0px;
	text-transform: uppercase;
}
.highlight img {
	width: 100%;
	height: auto;
	border: 0px;
}

/* EVENT AREA */

.eventbanner {
	width: 100%;
	height: 720px;
	text-align: center;
	z-index: 0;
	position: relative;;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.event_item {
	width: 420px;
	background-color: rgba(255,255,255,0.75);
	position: absolute;
	top: 0;
	right: 20%;
	padding: 50px;
	text-align: left;
}

.event_item h2 {
	font-family: "ProximaNova", sans-serif;
	text-transform: uppercase;
	border-bottom: 1px solid #003c71;
	font-size: 52px;
	font-weight: lighter;
	margin: 0;
	padding: 0 0 25px;
	color: #093c69;
}
.event_item p,
.mobileevent_item p {
	font-family: "ProximaNova", sans-serif;
	margin: 0;
	padding: 25px 0;
	line-height: 100%;
}

.event_item a,
.mobileevent_item a {
	font-family: "ProximaNova", sans-serif;
	color:#666;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
}

.event_item a.readmore:after,
.mobileevent_item a.readmore:after {
	content: " â–º";
}
.eventnav a {
	color: #999999;
	text-decoration: none;
}
.eventnav {
	text-align: center;
	margin: 10px 0;
	font-size: 18px;
}

/* EVENT AREA */

.blogbanner {
	width: 100%;
	height: 700px;
	text-align: center;
	z-index: 0;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.blog_item {
	width: 420px;
	background-color: rgba(255,255,255,0.75);
	position: absolute;
	left:0;
	padding: 50px;
	text-align: left;
}

.blog_item h2 {
	font-family: "ProximaNova", sans-serif;
	text-transform: uppercase;
	color: #093c69;
	border-bottom: 1px solid #003c71;
	font-size: 45px;
	font-weight: lighter;
	margin: 0;
	padding: 0 0 25px;
}

.blog_item a,
.mobileblog_item a {
	font-family: "ProximaNova", sans-serif;
	color:#666;
	text-decoration: none;
	font-weight: bold;
	margin: 20px 0 0;
	display: inline-block;
	text-transform: uppercase;
}

.blog_item a.readmore:after,
.mobileblog_item a.readmore:after {
	content: " â–º";
}

.more_blog {
	font-family: "ProximaNova", sans-serif;
	display: inline-block;
	z-index: 100;
	position: relative;
	bottom: -660px;
	background-color: rgba(255,255,255,0.5);
	width: auto;
	height: 40px;
	padding: 10px 40px;
	text-align: center;
	text-decoration: none;
	color: #093c69;
}

.more_blog:after {
	content: " â–º";
}

/* CALENDER */

.calender_area h2 {
	font-family: "ProximaNova", sans-serif;
	text-align: center;
	color: #093c69;
	margin: 50px auto 25px;
	padding: 0;
	font-weight: lighter;
	font-size: 36px;
	text-transform: uppercase;
}

.calender {
	width: 929px;
	margin: 0 auto;
	margin: 20px auto;
	position: relative;
}

.fullcalender {
	width: 300px;
	text-align: center;
	margin: 35px auto 35px;
	padding: 0;
}.fullcalender a {
	font-family: "ProximaNova", sans-serif;
	font-weight: lighter;
	font-size: 18px;
	text-decoration: none;
	color: #093c69;
}
.fullcalender a:after {
	content: " â–º";
}

.date_item {
	max-width: 310px;
	padding: 10px 30px;
}
.date_item img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.date_item p {
	font-family: "ProximaNova", sans-serif;
	color:#aaa;
	font-size: 12px;
	text-align: left;
}
.date_item a {
	font-family: "ProximaNova", sans-serif;
	font-size: 16px;
	color:#666;
	text-decoration: none;
	font-weight: bold;
	margin: 20px 0 0;
	display: inline-block;
}
.date_item.center {
	border-right: 1px solid #003c71;
}
.date_item h2 {
	display: none;
}

.date_item a:after {
	content: " â–º";
}

.calendernav {
	display: block;
	color: #000000;
	position: absolute;
	width: 20px;
	top:46%;
	font-size: 26px;
	font-weight: lighter;
	text-decoration: none;
}
.calendernav.inactive {
	opacity: 0.5;
}
.calendernav.prevnav {
	left:-10px;
}
.calendernav.nextnav {
	right:-10px;
}

/* IN NEWS */

.inthenews_area h2 {
	font-family: "ProximaNova", sans-serif;
	text-align: center;
	margin: 50px auto 25px;
	padding: 0;
	font-weight: lighter;
	font-size: 36px;
	color: #093c69;
	text-transform: uppercase;
}

.inthenews {
	width: 930px;
	margin: 0 auto;
	margin: 20px auto 50px;
	position: relative;
}

.news_item {
	max-width: 310px;
	padding: 10px 30px;
}
.news_item h3 {
	font-family: "ProximaNova", sans-serif;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
	min-height: 60px;
}
.news_item p.author {
	font-family: "ProximaNova", sans-serif;
	color:#aaa;
	font-size: 12px;
	text-align: left;
	font-weight: lighter;
}
.news_item a {
	font-family: "ProximaNova", sans-serif;
	font-size: 16px;
	color:#666;
	text-decoration: none;
	font-weight: bold;
	margin: 20px 0 0;
	display: inline-block;
}
.news_item.center {
	border-left: 1px solid #003c71;
	border-right: 1px solid #003c71;
}

.news_item a:after {
	content: " â–º";
}


/* ICON */
.side_content {
	position: relative;
}
.icon_imagery {
	position: relative;
	padding:200px 0 0;
	height: 150px;
}

.icon_imagery img {
	position: absolute;
	width: 100%;
	height: auto;
	top: -185px;
	z-index: 0;
}

.icon_imagery h2 {
	bottom: 30px;
    color: #093c69;
    font-family: "ProximaNova",sans-serif;
    font-size: 32px;
    font-weight: lighter;
    left: 10%;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}



/* INTRO SECTIONS */

.intro_content h2 {
	font-family: "ProximaNova", sans-serif;
	font-size: 42px;
	font-weight: lighter;
	margin: 50px 0 20px;
	text-transform: uppercase;
	padding: 0;
	color: #003c71;
}
.intro_content p {
	padding: 0 25px 50px 0;
	color: #5e5e60;
	font-family: "ProximaNova", sans-serif;
	font-size: 16px;
	line-height: 150%;
}
.intro_content a {
	color: #003c71;
}
.intro_icon {
	position: relative;
	padding:200px 0 0;
}

.intro_icon img {
	position: absolute;
	width: 100%;
	height: auto;
	top: -185px;
	z-index: 0;
}

.intro_icon h2 {
    color: #093c69;
    font-family: "ProximaNova",sans-serif;
    font-size: 32px;
    font-weight: lighter;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 120px;
    z-index: 1;
    text-transform: uppercase;
}

.main_intro {
	width: 100%;
	border-top: 1px solid #003c71;
	padding: 50px 0;
}

.main_intro .main_item {
	padding:0 50px 25px 0;
}

.main_intro .main_item a {
	font-family: "ProximaNova", sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #5e5e60;
	text-decoration: none;
}
.main_intro .main_item a:after {
	content: " â–º";
}
.main_intro .main_item p {
	font-family: "ProximaNova", sans-serif;
	font-size: 14px;
	color: #5e5e60;
	padding: 0;
	margin: 0;
}


/* SECONDARY PAGE */

.page_content {
	padding-right: 50px;
	min-height: 500px;
}

.page_content .page_intro {
	margin: 0 0 25px 0;
	padding: 25px 25px 25px 0;
	border-bottom: 1px solid #003c71;
}
.page_content .page_intro.archive {
	padding: 25px 25px 0 0;
	border-bottom: none;
}

.page_content .page_intro h2 {
	font-family: "ProximaNova", sans-serif;
	font-size: 42px;
	font-weight: lighter;
	margin: 20px 0;
	text-transform: uppercase;
	padding: 0;
	color: #003c71;
}

.page_content .page_intro p {
	font-family: "ProximaNova", sans-serif;
	font-size: 16px;
	line-height: 150%;
	color: #5e5e60;
}
.page_content .page_intro p .important {
	font-family: "ProximaNova", sans-serif;
	font-size: 16px;
	color: #003c71;
	font-weight: bold;
	font-style: italic;
}

.page_content .page_copy {
	margin-bottom: 50px;
}

.page_content .page_copy hr {
	border: 0;
	height: 1px;
	background: #003c71;
	margin-bottom: 25px;
}

.page_content .page_copy h2 {
	font-family: "ProximaNova", sans-serif;
	font-size: 26px;
	font-weight: bold;
	margin: 20px 0;
	padding: 0;
	text-transform: uppercase;
	color: #003c71;
}

.page_content .page_copy h3 {
	font-family: "ProximaNova", sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 20px 0 0 0;
	color: #5e5e60;
}

.page_content .page_copy p {
	font-family: "ProximaNova", sans-serif;
	font-size: 14px;
	line-height: 150%;
	padding: 0;
	margin: 0 0 10px 0;
}

.page_content .page_copy ul, .page_content .page_copy ol {
	margin: 0 25px 10px 25px;
	padding: 0;
	color: #5e5e60;
}
.page_content .page_copy ul li, .page_content .page_copy ol li {
	font-family: "ProximaNova", sans-serif;
	color: #5e5e60;
	font-size: 14px;
	margin: 5px 0;
}
.page_content .page_copy a {
	text-decoration: none;
	color: #003c71;
	font-style: italic;
}

.page_list {
	width: 100%;
	padding: 50px 0;
}

.page_list .list_item {
	padding:0 50px 25px 0;
}

.page_list .list_item a {
	font-family: "ProximaNova", sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #5e5e60;
	text-decoration: none;
}
.page_list .list_item a:after {
	content: " â–º";
}
.page_list .list_item p {
	font-family: "ProximaNova", sans-serif;
	font-size: 14px;
	color: #5e5e60;
	padding: 0;
	margin: 0;
}

/* Carousel Fix */
.attachment-large {
    max-width: 700px;
    max-height: 320px;


}

.vc_slide {
  width: 700px !important;

}
.chamber-slider-post {
    max-width: 700px;
    max-height: 320px;


}





/* CALENDER */

.ad_area .wrapper {
	border-top: 1px solid #003c71;
}

.advertisement {
	width: 930px;
	margin: 0 auto;
	margin: 75px auto;
	position: relative;
}

.ad_item {
	max-width: 310px;
	padding: 10px 30px;
}
.ad_item img {
	width: 100%;
	height: auto;
	border-radius: 50%;
}
.ad_item p {
	font-family: "ProximaNova", sans-serif;
	color:#aaa;
	font-size: 16px;
	text-align: left;
}
.ad_item a {
	font-family: "ProximaNova", sans-serif;
	font-size: 18px;
	color:#666;
	text-decoration: none;
	font-weight: bold;
	margin: 20px 0 0;
	display: inline-block;
}
.ad_item h2 {
	display: none;
}
.ad_item.center {
	border-left: 1px solid #003c71;
	border-right: 1px solid #003c71;
}

.ad_item a:after {
	content: " â–º";
}


/* ARCHIVE ITEMS */

.archive_list {
	padding:10px 50px 20px 0;
}

.archive_item {
	width: 100%;
	padding: 0 0 10px;
	border-bottom: 1px solid #003c71;
	margin-bottom: 25px;
}

.archive_item .archive_header {
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: fill;
	position: relative;
}

.archive_header .headerblock {
	width: 300px;
	background-color: rgba(255,255,255,0.75);
	position: absolute;
	left:0;
	padding: 20px;
	text-align: left;
	height: 100%;
}

.archive_header .headerblock h2 {
	font-family: "ProximaNova", sans-serif;
	text-transform: uppercase;
	color: #093c69;
	border-bottom: 1px solid #666666;
	font-size: 32px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px;
}

.archive_header .headerblock a {

	text-decoration: none !important;
}

.headerblock_link {
	font-family: "ProximaNova", sans-serif;
    color: #666;
    text-decoration: none;
    font-weight: lighter;
    /*margin: 20px 0 0;*/
    display: inline-block;

}




.archive_header .headerblock .catagory {
	font-family: "ProximaNova", sans-serif;
	color:#666;
	text-decoration: none;
	font-weight: lighter;
	margin: 20px 0 0;
	display: inline-block;
}
.archive_header .headerblock .catagory:after {
	content: " â–º";
}

.archive_item .archive_copy {
	padding: 25px 0;
}

.archive_item .archive_copy p {
	font-family: "ProximaNova", sans-serif;
	font-size: 14px;
	line-height: 150%;
	padding: 0 0 10px;
	margin: 0;
}

.archive_item .archive_copy .archieve_tags {
	display: block;
	width: 100%;
	margin: 10px 0 25px;
}

.archive_item .archive_copy .archieve_tags p {
	display: inline-block;
	padding: 5px 10px;
	background-color: #003c71;
	margin-right: 10px;
	min-width: 100px;
	color: #ffffff;
	font-weight: lighter;
	text-transform: uppercase;
	font-size: 14px;
}

.archieve_tags a {
	text-decoration: none;
	color: #ffffff;



}
.archive_item .archive_copy .archieve_tags p:after {
	content: " â–º";
}


.archive_item .archive_copy .readmore {
	font-family: "ProximaNova", sans-serif;
	font-size: 18px;
	color:#666;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
}

.archive_item .archive_copy .readmore:after {
	content: " â–º";
}


.archive_nav {
	margin: 0 0 75px;
}
.archive_nav a {
	font-family: "ProximaNova", sans-serif;
	font-size: 18px;
	text-decoration: none;
	color: #aaa;
	padding: 0 5px;
	font-weight: bold;
}
.archive_nav a.active,
.archive_nav a.prevnav,
.archive_nav a.nextnav {
	color: #093c69;
}
.archive_nav a.inactive {
	opacity: 0.5;
	color: #aaa;
}
/* Match navigation on archive */
.nav-links a{
  font-family: "ProximaNova", sans-serif;
  font-size: 18px;
  text-decoration: none;
  color: #aaa;
  padding: 0 5px;
  font-weight: bold;

}




/* SIDE NAV */

.breadcrumbs {
	font-family: "ProximaNova", sans-serif;
	color:#aaa;
	font-size: 12px;
	text-align: left;
	margin: 0 0 5px;
	padding: 0;
}

.site_search {
	margin: 50px 0;
}
.site_search .searchbar,
.mobilesite_search .searchbar {
	font-family: "ProximaNova", sans-serif;
	width: 100%;
	padding: 5px 5px 5px 40px;
	background-image:url("../images/searchbar_icon.jpg");
	background-position: left center;
	border: 1px solid #b4b4b4;
	background-repeat: no-repeat;
}

.mobilesite_search {
	display: none;
	margin: 0 0 30px;
}

.sidenav_block {
	width:100%;
	background-color:#003c71;
	color:#ffffff;
	text-align: center;
	height: auto;
}
.sidenav_block h3 {
	padding: 25px 0;
	font-weight: bold;
	font-size: 21px;
	margin: 0;
	border-bottom: 1px solid #ffffff;
}

.sidenav {
	list-style: none;
	padding: 25px 0;
	margin: 0;
}

.sidenav li a:link, .sidenav li a:visited {
	display: block;
	color:#ffffff;
	font-size: 14px;
	padding: 10px 0;
	text-decoration: none;
}
.sidenav li a:hover,
.sidenav li a.active {
	font-weight: bold;
}

.sidenav li ul {
	display: none;
}
.sidenav li.active ul {
	border-top: 1px solid #ffffff;
	/*margin-top: 10px;*/
	display: block;
}
.sidenav li.active.more {
	margin: 0 50px;
	background-color: #7baed4;
}
.sidenav li ul {
	list-style: none;
	padding: 0;
}
.sidenav li ul li {
	margin: 0;
	padding: 10px 0;
	background-color: #7baed4;
	font-weight: normal;
	font-style: italic;
}


/* FOOTER */

.footerarea {
	background-color: #4d4d4f;
	color:#ffffff;
	padding: 25px 0;
}

.footerarea p {
	font-family: "ProximaNova", sans-serif;
	line-height: 150%;
	padding: 0;
	margin: 5px 0;
}

.sociallinks {
	margin: 0 0 10px;
}
.sociallink img {
	width: 30px;
	height: 30px;
	border: 0px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.footercontact {
	font-family: "ProximaNova", sans-serif;
    border-left: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    height: 30px;
    padding: 6px 10px 0;
    text-decoration: none;
    vertical-align: middle;
}

.mobile_header {
	display: none;
	color: #093c69;
    font-family: "ProximaNova",sans-serif;
    font-size: 32px;
    font-weight: lighter;
    margin: 25px 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}

.mobile_headericon {
	display: none;
	background-color: #093c69;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: 20px; center;
	padding: 15px 60px;
}

.mobile_headericon a {
    text-decoration: none;
}

.mobile_headericon a h2 {
	font-family: "ProximaNova", sans-serif;
	font-weight: lighter;
    color: #ffffff;
    text-transform: uppercase;
    width: 250px;
    font-size: 32px;
    margin: 0;
    padding: 0;
}

.mobile_mainitems_phone {
  background-color: #003c71;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mobile_mainitems_phone h2 {
  color: #fff;
  text-align: center;
}

.mobile_mainitems_phone a {
  color: #fff;

}

.mobile_mainitems_phone a:visited {
  color: #fff;

}



.mobile_mainitems {
	display: none;
	background-repeat: no-repeat;
	background-position: 20px; center;
}
.mobile_mainitems h3 {
	padding: 35px 0 35px 150px;
	text-align: left;
	min-height: 120px;
	line-height: 100%;
}
.mobile_mainitems.center {
    border-top: 1px solid #003c71;
    border-bottom: 1px solid #003c71;
}

.mobileevent_item {
	display: none;
}
.mobileblog_item {
	display: none;
}

@media screen and (max-width: 1024px) {
/*	.home-ads {
		height: 300px;
	}
	.jcarousel-ads ul {
	    height: 300px;
	}
	.jcarousel-ads li {
		height: 300px;
	}*/
}
@media screen and (max-width: 1046px) {
.home-ads {
	display: none;
}
.specialannouncement a {
	font-size: 12px;
}
/*Carousel Fix */
.attachment-large {

  /*max-width: 350px;
  max-height: 160px;*/
  width: 100%;
  height: auto;

}

.attachment-full {
  width: 100%;
  height: auto;

}

.vc_slide {
  width: 350px !important;

}

.chamber-slider-post {

  max-width: 350px;
  max-height: 160px;

}

.wrapper {
	padding:0 20px !important;
}

.logo img {
	height: 90px;
	width: auto;
}
.menubar {
	height: auto;
}

.menudrop {
	height: 0px !important;
	overflow: visible;
}
.memberarea {
	display: none !important;
}
.mobile_header {
	display: block;
}

.headerbanner{
	height: 350px;
}
.headersubbanner {
	height: 260px;
}

.banner_content {
	margin: 0 auto;
	height: 260px;
	position: relative;
}
.banner_content h2 {
	font-size: 45px;
	text-align: center;
	position: absolute;
	bottom: 20px;
	font-weight: lighter;
  white-space: nowrap;
}
.banner_content a {
	display: none;
}

.subbanner_content {
	height: 260px;
}

.subbanner_content h2 {
	font-size: 42px;
	/*bottom: 75px;*/
}

.mobile_mainitems {
	display: block;
}

.highlights {
	margin: 20px 0;
}
.highlight .item {
	display: none;
}

.mobile_headericon {
	display: block;
}

.intro_icon {
	display: none;
}
.intro_content p {
	padding-top:0;
}

.side_content .icon_imagery {
	display: none !important;
}

.page_content {
	padding-right: 0;
}


.eventbanner {
	background-image: none !important;
	height: auto;
	text-align: left;
}

.event_item {
	display: none;
}

.mobileevent_item {
	display: block;
	position: relative;
	width: 100%;
}

.mobileevent_banner {
	position: relative;
	height: 250px;
	width: 100%;
	background-position: center;
	background-size: 150%;
	background-repeat: no-repeat;
}
.mobileevent_banner h2 {
	font-family: "ProximaNova", sans-serif;
	text-transform: uppercase;
	background-color: rgba(255,255,255,0.75);
	font-size: 32px;
	font-weight: lighter;
	margin: 0;
	padding: 20px;
	color: #093c69;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.blogbanner {
	display: none !important;
	height: auto;
	text-align: left;
}

.mobileblog_banner {
	position: relative;
	height: 250px;
	width: 100%;
	background-position: center;
	background-size: 150%;
	background-repeat: no-repeat;
}
.mobileblog_banner h2 {
	font-family: "ProximaNova", sans-serif;
	text-transform: uppercase;
	background-color: rgba(255,255,255,0.75);
	font-size: 32px;
	font-weight: lighter;
	margin: 0;
	padding: 20px;
	color: #093c69;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.more_blog {
	display: block;
	z-index: 0;
	position: none;
	bottom: auto;
	background-color: #ffffff;
	width: auto;
	height: 40px;
	padding: 20px 0;
	text-align: left;
	text-decoration: none;
	color: #093c69;
	text-transform: uppercase;
	font-size: 18px;
}

.mobilesite_search {
	display: block;
}

.calender_area {
	width: 100%;
	padding: 0;
	margin: 25px auto;
}
.calender_area h2 {
	text-align: left;
	padding: 0 20px;
}
.calender {
	width: 100%;
	margin-bottom: 20px;
}
.calendernav {
	display: none;
}
.fullcalender {
	text-transform: uppercase;
	text-align: left;
}

.date_item {
	max-width: none;
    padding: 10px 20px 30px;
}
.date_item h2 {
	display: block;color: #093c69;
    font-family: "ProximaNova",sans-serif;
    font-size: 24px;
    font-weight: lighter;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    text-transform: uppercase;
}
.date_item p {
	color:#666;
	font-size: 16px;
	text-align: left;
}
.date_item img {
	display: none;
}
.date_item.center {
	border-left: 0;
	border-right: 0;
    border-top: 1px solid #003c71;
    border-bottom: 1px solid #003c71;
}


.inthenews_area {
	width: 100%;
	padding: 0;
	margin: 25px auto;
}
.inthenews_area h2 {
	text-align: left;
	padding: 0 20px;
}

.inthenews {
	width: 100%;
	margin-bottom: 20px;
}
.news_item {
	max-width: none;
    padding: 10px 20px 30px;
}
.news_item h3 {
    font-family: "ProximaNova",sans-serif;
	color:#666;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    text-transform: uppercase;
}
.news_item p.author {
	font-size: 16px;
}
.news_item a {
	font-size: 18px;
}
.news_item.center {
	border-left: 0;
	border-right: 0;
    border-top: 1px solid #003c71;
    border-bottom: 1px solid #003c71;
}

.advertisement {
	width: 100%;
	padding: 0;
	margin: 25px auto;
}

.ad_item {
	max-width: none;
    padding: 10px 0 30px;
}
.ad_item h2 {
	display: block;color: #093c69;
    font-family: "ProximaNova",sans-serif;
    font-size: 24px;
    font-weight: lighter;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    text-transform: uppercase;
}
.ad_item img {
	display: none;
}
.ad_item.center {
	border-left: 0;
	border-right: 0;
    border-top: 1px solid #003c71;
    border-bottom: 1px solid #003c71;
}

.archive_header {
	background-size: cover;
}
.archive_header .headerblock {
	bottom: 0;
    height: 160px;
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: left;
    width: 100%;
}
.archive_header .headerblock h2 {
	font-size: 18px;
}

.sociallinks {
	display: none;
}

/* MOBILE MENU */
.sidenav_block {
	margin-bottom: 50px;
}
.submenubar {
    width: 100%;
    background-color: rgba(0,0,0,.95);
    padding: 104px 0 0px;
}
/*.submenu-item-primary {
	pointer-events: none;
	cursor: default;
}*/
.submenu-item-primary:after {
	content: ' +';
}
.submenubar [class*="submenu-group-"] {
	display: none;
}

.logo {
	text-align: center;
}

}

/*****************************************/
/* Start your style declarations here    */
/*****************************************/