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

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

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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



.slick-slider {
    margin-bottom: 0px!important;
}

.hs_cos_gallery_main, .hs_cos_gallery_thumbnails, .hs_cos_gallery_lightbox {
padding: 0px!important;
}

.hs_cos_gallery_main .caption.superimpose, .hs_cos_gallery_thumbnails .caption.superimpose, .hs_cos_gallery_lightbox .caption.superimpose {
    
    background-color: rgba(0,0,0,0.30)!important;
    width: 100%;
    height: 100%;
    padding-top: 10%;
      font-size: 3.5em;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 0px;
    right: 50px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    padding: 10px 15px 5px 15px;
    border-radius: 5px 5px 0px 0px;
    font-size: 18px;
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}


html {
	line-height: 1.15
}
article, aside, footer, header, nav, section {
	display: block
}
h1 {
	font-size: 2em;
	margin: .67em 0
}
figcaption, figure, main {
	display: block
}
figure {
	margin: 1em 40px
}
hr {
	overflow: visible
}
pre {
	font-family: monospace, monospace;
	font-size: 1em
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}
b, strong {
	font-weight: inherit;
	font-weight: bolder
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em
}
dfn {
	font-style: italic
}
mark {
	background-color: #ff0
}
audio, video {
	display: inline-block
}
img {
	border-style: none
}
button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}
button, input {
	overflow: visible
}
[type=reset], [type=submit], button, html [type=button] {
	-webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
	border-style: none;
	padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
	outline: 1px dotted ButtonText
}
fieldset {
	padding: .35em .75em .625em
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}
progress {
	display: inline-block;
	vertical-align: baseline
}
[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto
}
[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}
details, menu {
	display: block
}
summary {
	display: list-item
}
canvas {
	display: inline-block
}
template {
	display: none
}
h1, h2 {
	color: #6692c2;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 30px
}
@media screen and (max-width:767px) {
h1, h2 {
	font-size: 28px;
	margin-bottom: 10px
}
}
@media screen and (max-width:767px) {
h2 {
	margin-bottom: 5px
}
}
h3 {
	font-weight: 700;
	margin-bottom: 10px
}
@media screen and (max-width:767px) {
h3 {
	font-size: 16px;
	margin-bottom: 5px
}
}
p {
	margin-bottom: 20px
}
@media screen and (max-width:767px) {
p {
	margin-bottom: 12px
}
}
ol, ul {
	margin-bottom: 15px
}
.container {
	padding-left: 20px;
	padding-right: 20px;
	position: relative
}
.container:after, .container:before {
	content: ""
}
@media screen and (max-width:374px) {
.container {
	padding-right: 15px;
	padding-left: 15px
}
}
.container .skinny-container {
	padding-right: 0;
	padding-left: 0
}
.panel {
	position: relative
}
.row:after, .row:before {
	content: ""
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left
}
.col-sm-1 {
	width: 8.33333%
}
.col-sm-2 {
	width: 16.66667%
}
.col-sm-3 {
	width: 25%
}
.col-sm-4 {
	width: 33.33333%
}
.col-sm-5 {
	width: 41.66667%
}
.col-sm-6 {
	width: 50%
}
.col-sm-7 {
	width: 58.33333%
}
.col-sm-8 {
	width: 66.66667%
}
.col-sm-9 {
	width: 75%
}
.col-sm-10 {
	width: 83.33333%
}
.col-sm-11 {
	width: 91.66667%
}
.col-sm-12 {
	width: 100%
}
@media screen and (min-width:768px) {
.container {
	width: 96%;
	max-width: 1224px
}
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left
}
.col-md-1 {
	width: 8.33333%
}
.col-md-2 {
	width: 16.66667%
}
.col-md-3 {
	width: 25%
}
.col-md-4 {
	width: 33.33333%
}
.col-md-5 {
	width: 41.66667%
}
.col-md-6 {
	width: 50%
}
.col-md-7 {
	width: 58.33333%
}
.col-md-8 {
	width: 66.66667%
}
.col-md-9 {
	width: 75%
}
.col-md-10 {
	width: 83.33333%
}
.col-md-11 {
	width: 91.66667%
}
.col-md-12 {
	width: 100%
}
}
@media screen and (min-width:992px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left
}
.col-lg-1 {
	width: 8.33333%
}
.col-lg-2 {
	width: 16.66667%
}
.col-lg-3 {
	width: 25%
}
.col-lg-4 {
	width: 33.33333%
}
.col-lg-5 {
	width: 41.66667%
}
.col-lg-6 {
	width: 50%
}
.col-lg-7 {
	width: 58.33333%
}
.col-lg-8 {
	width: 66.66667%
}
.col-lg-9 {
	width: 75%
}
.col-lg-10 {
	width: 83.33333%
}
.col-lg-11 {
	width: 91.66667%
}
.col-lg-12 {
	width: 100%
}
}
@media screen and (min-width:1280px) {
.col-xlg-1, .col-xlg-2, .col-xlg-3, .col-xlg-4, .col-xlg-5, .col-xlg-6, .col-xlg-7, .col-xlg-8, .col-xlg-9, .col-xlg-10, .col-xlg-11, .col-xlg-12 {
	float: left
}
.col-xlg-1 {
	width: 8.33333%
}
.col-xlg-2 {
	width: 16.66667%
}
.col-xlg-3 {
	width: 25%
}
.col-xlg-4 {
	width: 33.33333%
}
.col-xlg-5 {
	width: 41.66667%
}
.col-xlg-6 {
	width: 50%
}
.col-xlg-7 {
	width: 58.33333%
}
.col-xlg-8 {
	width: 66.66667%
}
.col-xlg-9 {
	width: 75%
}
.col-xlg-10 {
	width: 83.33333%
}
.col-xlg-11 {
	width: 91.66667%
}
.col-xlg-12 {
	width: 100%
}
}
* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	box-sizing: border-box
}
body, html {
	min-height: 100%
}
body {
	font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
	color: #000;
	font-size: inherit
}

.hbspt-form {
	max-width: 100%;
	padding: 1em;
	font-size: 1.1em;
	color: #fff;
	z-index: 12
}
.hbspt-form fieldset, .hbspt-form form {
	min-width: 100%
}
.hbspt-form .submit-form {
	margin-top: 1em;
	font-weight: 700;
	text-transform: uppercase
}
.form-field {
	margin: 2em
}
#blog-form {
	display: none;
	position: absolute;
	bottom: -10%;
	right: 0;
	z-index: 11
}
.close-btn {
	position: relative;
	border-radius: 25px;
	color: #fff;
	left: 80%;
	top: 60px;
	transition: color .1s ease;
	z-index: 15;
	cursor: pointer
}
.close-btn:hover {
	color: #e98a39
}
.press {
	margin-left: 25%
}
#contact-us {
	padding: 4em;
	margin: 4em 0;
	margin-top: 5em;
	background-image: url(https: //cdn2.hubspot.net/hubfs/2942250/WEF/images/GetInTouch_Background_Image.jpg)
}
#contact-us h2 {
	color: #fff
}
#contact-us p {
	color: #fff;
	font-size: 1.1em
}
.contact-form {
	max-width: 100%;
	color: #fff
}
#submit-form {
	color: #fff;
	background-color: #e77c22;
	margin: 2em
}
#submit-form:hover {
	background-color: #ed9d59
}
.submit-btn {
	color: #fff;
	background-color: #e77c22;
	margin: 2em;
	padding: 1em 2em
}
.submit-btn:hover {
	background-color: #ed9d59
}
.media-img {
	width: 50%;
	height: auto;
	margin: 0 auto
}
.press-contact {
	font-weight: 700;
	color: #e77c22
}
.form-download {
	position: absolute;
	top: -5em;
	left: 0;
	width: 25em;
	border: 1px solid #cacbce;
	background-color: #fff;
	padding: 2em;
	border-radius: 20px;
	color: #c7c7c7;
	z-index: 12
}
#hs_form_target_blog_subscription .input ul,
#hs_form_target_blog_subscription .input ul li {
	text-decoration: none;
	list-style-type: none
}
#hs_form_target_blog_subscription .input ul li input {
	margin-right: .5em
}
@media (max-width:1200px) {
.form-download {
	position: relative;
	display: block;
	top: 0;
	width: 100%
}
}
@media (max-width:793px) {
#contact-us {
	background-image: none;
	background-color: #6692c2;
	padding: 0;
	margin: 0
}
.press {
	margin-left: 0
}
.contact-learn-more {
	display: none
}
.form-download {
	position: relative;
	display: block;
	top: 0;
	width: 100%
}
#blog-form {
	width: 100%;
	height: auto
}
}
fieldset {
	padding: 0;
	margin: 0;
	min-width: 0
}
label {
	display: inline-block;
	max-width: 100%;
	font-weight: 700
}
input[type=search] {
	box-sizing: border-box
}
input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal
}
input[type=file] {
	display: block
}
input[type=range] {
	display: block;
	width: 100%
}
select[multiple], select[size] {
	height: auto
}
input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
output {
	display: block;
	padding-top: 6px;
	font-size: 16px;
	line-height: 1.275;
	color: #67696f
}
input:-moz-placeholder, textarea:-moz-placeholder {
	color: #999
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
	width: 100%;
	padding: 5px;
	color: #67696f;
	background-color: #fff;
	border: 1px solid #dae2f0;
	border-radius: 4px;
	box-shadow: none;
	box-sizing: border-box;
	font-size: 16px
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
	outline: 0;
	background-color: #fff;
	border-color: #6692c2
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select {
	height: 34px
}
select {
	background-color: #fafafa;
background-image: linear-gradient(180deg,
#fff,
	#f2f2f2);
	background-repeat: repeat-x;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFF2F2F2",GradientType=0)
}
textarea {
	resize: vertical
}
input[type=search] {
	-webkit-appearance: none
}
.hs-form input[type=color]:focus, .hs-form input[type=date]:focus, .hs-form input[type=datetime-local]:focus, .hs-form input[type=datetime]:focus, .hs-form input[type=email]:focus, .hs-form input[type=file]:focus, .hs-form input[type=month]:focus, .hs-form input[type=number]:focus, .hs-form input[type=password]:focus, .hs-form input[type=search]:focus, .hs-form input[type=tel]:focus, .hs-form input[type=text]:focus, .hs-form input[type=time]:focus, .hs-form input[type=url]:focus, .hs-form input[type=week]:focus, .hs-form select:focus, .hs-form textarea:focus {
	border: 1px solid #e77c22
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
	display: none
}
html {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased!important
}
body {
	background-color: #fff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #494a4f;
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1.77;
	position: relative
}
body main {
	overflow: hidden;
	background: #fff
}
a {
	color: #436da7;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent
}
a:hover {
	text-decoration: underline
}
a:active, a:focus {
	outline: 0
}
a:active {
	color: #2d4970
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: 700
}
dfn, em {
	font-style: italic
}
hr {
	box-sizing: content-box;
	height: 0
}
mark {
	background: #ff0;
	color: #000
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}
pre {
	white-space: pre-wrap
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -.5em
}
sub {
	bottom: -.25em
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
fieldset {
	border: 0;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
button, input, select, textarea {
	font-size: 100%;
	margin: 0
}
button, input {
	line-height: normal
}
button, select {
	text-transform: none
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], html input[disabled] {
	cursor: default
}
input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}
input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
*,:after,:before {
	box-sizing: border-box
}
blockquote, caption, dd, dl, fieldset, form, h1, h2, h3, h4, h5, h6, hr, legend, ol, p, pre, table, td, th, ul {
	margin: 0;
	padding: 0
}
abbr[title], dfn[title] {
	cursor: help
}
ins, u {
	text-decoration: none
}
ins {
	border-bottom: 1px solid
}
img {
	font-style: italic
}
button, input, label, option, select, textarea {
	cursor: pointer
}
.text-input:active, .text-input:focus, textarea:active, textarea:focus {
	cursor: text;
	outline: none
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400
}
h1 {
	font-size: 26px;
	color: #436da7;
	font-weight: 600;
	margin-bottom: 18px
}
h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5
}
h2, h2.float-left+.float-right {
	margin-bottom: 18px;
	margin-top: 10px
}
h2.float-left+.float-right+* {
	clear: both
}
h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 18px
}
h4 {
	font-weight: 600
}
ol, p, ul {
	margin-bottom: 18px
}
ol, ul {
	margin-top: 0;
	margin-left: 40px;
	padding: 0
}
ol ol, ol ul, ul ol, ul ul {
	margin-bottom: 0
}
.container {
	padding-left: 15px;
	padding-right: 15px
}
.container, .container-gutter {
	margin-right: auto;
	margin-left: auto
}
.container-gutter {
	padding-left: 10%!important;
	padding-right: 10%!important
}
.container:after, .container:before {
	content: " ";
	display: table
}
.container:after {
	clear: both
}
@media (min-width:768px) {
.container {
	width: 750px
}
}
@media (min-width:992px) {
.container {
	width: 970px
}
}
@media (min-width:1200px) {
.container {
	width: 1170px
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}
.container-fluid:after, .container-fluid:before {
	content: " ";
	display: table
}
.container-fluid:after {
	clear: both
}

.row:after, .row:before {
	content: " ";
	display: table
}
.row:after {
	clear: both
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}
.col-xs-1 {
	width: 8.33333%
}
.col-xs-2 {
	width: 16.66667%
}
.col-xs-3 {
	width: 25%
}
.col-xs-4 {
	width: 33.33333%
}
.col-xs-5 {
	width: 41.66667%
}
.col-xs-6 {
	width: 50%
}
.col-xs-7 {
	width: 58.33333%
}
.col-xs-8 {
	width: 66.66667%
}
.col-xs-9 {
	width: 75%
}
.col-xs-10 {
	width: 83.33333%
}
.col-xs-11 {
	width: 91.66667%
}
.col-xs-12 {
	width: 100%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-pull-1 {
	right: 8.33333%
}
.col-xs-pull-2 {
	right: 16.66667%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-4 {
	right: 33.33333%
}
.col-xs-pull-5 {
	right: 41.66667%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-7 {
	right: 58.33333%
}
.col-xs-pull-8 {
	right: 66.66667%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-10 {
	right: 83.33333%
}
.col-xs-pull-11 {
	right: 91.66667%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-push-1 {
	left: 8.33333%
}
.col-xs-push-2 {
	left: 16.66667%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-4 {
	left: 33.33333%
}
.col-xs-push-5 {
	left: 41.66667%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-7 {
	left: 58.33333%
}
.col-xs-push-8 {
	left: 66.66667%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-10 {
	left: 83.33333%
}
.col-xs-push-11 {
	left: 91.66667%
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-offset-0 {
	margin-left: 0
}
.col-xs-offset-1 {
	margin-left: 8.33333%
}
.col-xs-offset-2 {
	margin-left: 16.66667%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-4 {
	margin-left: 33.33333%
}
.col-xs-offset-5 {
	margin-left: 41.66667%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-7 {
	margin-left: 58.33333%
}
.col-xs-offset-8 {
	margin-left: 66.66667%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-10 {
	margin-left: 83.33333%
}
.col-xs-offset-11 {
	margin-left: 91.66667%
}
.col-xs-offset-12 {
	margin-left: 100%
}
@media (min-width:768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left
}
.col-sm-1 {
	width: 8.33333%
}
.col-sm-2 {
	width: 16.66667%
}
.col-sm-3 {
	width: 25%
}
.col-sm-4 {
	width: 33.33333%
}
.col-sm-5 {
	width: 41.66667%
}
.col-sm-6 {
	width: 50%
}
.col-sm-7 {
	width: 58.33333%
}
.col-sm-8 {
	width: 66.66667%
}
.col-sm-9 {
	width: 75%
}
.col-sm-10 {
	width: 83.33333%
}
.col-sm-11 {
	width: 91.66667%
}
.col-sm-12 {
	width: 100%
}
.col-sm-pull-0 {
	right: auto
}
.col-sm-pull-1 {
	right: 8.33333%
}
.col-sm-pull-2 {
	right: 16.66667%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-4 {
	right: 33.33333%
}
.col-sm-pull-5 {
	right: 41.66667%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-7 {
	right: 58.33333%
}
.col-sm-pull-8 {
	right: 66.66667%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-10 {
	right: 83.33333%
}
.col-sm-pull-11 {
	right: 91.66667%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-push-0 {
	left: auto
}
.col-sm-push-1 {
	left: 8.33333%
}
.col-sm-push-2 {
	left: 16.66667%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-4 {
	left: 33.33333%
}
.col-sm-push-5 {
	left: 41.66667%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-7 {
	left: 58.33333%
}
.col-sm-push-8 {
	left: 66.66667%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-10 {
	left: 83.33333%
}
.col-sm-push-11 {
	left: 91.66667%
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-offset-0 {
	margin-left: 0
}
.col-sm-offset-1 {
	margin-left: 8.33333%
}
.col-sm-offset-2 {
	margin-left: 16.66667%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-4 {
	margin-left: 33.33333%
}
.col-sm-offset-5 {
	margin-left: 41.66667%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-7 {
	margin-left: 58.33333%
}
.col-sm-offset-8 {
	margin-left: 66.66667%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-10 {
	margin-left: 83.33333%
}
.col-sm-offset-11 {
	margin-left: 91.66667%
}
.col-sm-offset-12 {
	margin-left: 100%
}
}
@media (min-width:992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left
}
.col-md-1 {
	width: 8.33333%
}
.col-md-2 {
	width: 16.66667%
}
.col-md-3 {
	width: 25%
}
.col-md-4 {
	width: 33.33333%
}
.col-md-5 {
	width: 41.66667%
}
.col-md-6 {
	width: 50%
}
.col-md-7 {
	width: 58.33333%
}
.col-md-8 {
	width: 66.66667%
}
.col-md-9 {
	width: 75%
}
.col-md-10 {
	width: 83.33333%
}
.col-md-11 {
	width: 91.66667%
}
.col-md-12 {
	width: 100%
}
.col-md-pull-0 {
	right: auto
}
.col-md-pull-1 {
	right: 8.33333%
}
.col-md-pull-2 {
	right: 16.66667%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-4 {
	right: 33.33333%
}
.col-md-pull-5 {
	right: 41.66667%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-7 {
	right: 58.33333%
}
.col-md-pull-8 {
	right: 66.66667%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-10 {
	right: 83.33333%
}
.col-md-pull-11 {
	right: 91.66667%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-push-0 {
	left: auto
}
.col-md-push-1 {
	left: 8.33333%
}
.col-md-push-2 {
	left: 16.66667%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-4 {
	left: 33.33333%
}
.col-md-push-5 {
	left: 41.66667%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-7 {
	left: 58.33333%
}
.col-md-push-8 {
	left: 66.66667%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-10 {
	left: 83.33333%
}
.col-md-push-11 {
	left: 91.66667%
}
.col-md-push-12 {
	left: 100%
}
.col-md-offset-0 {
	margin-left: 0
}
.col-md-offset-1 {
	margin-left: 8.33333%
}
.col-md-offset-2 {
	margin-left: 16.66667%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-4 {
	margin-left: 33.33333%
}
.col-md-offset-5 {
	margin-left: 41.66667%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-7 {
	margin-left: 58.33333%
}
.col-md-offset-8 {
	margin-left: 66.66667%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-10 {
	margin-left: 83.33333%
}
.col-md-offset-11 {
	margin-left: 91.66667%
}
.col-md-offset-12 {
	margin-left: 100%
}
}
@media (min-width:1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left
}
.col-lg-1 {
	width: 8.33333%
}
.col-lg-2 {
	width: 16.66667%
}
.col-lg-3 {
	width: 25%
}
.col-lg-4 {
	width: 33.33333%
}
.col-lg-5 {
	width: 41.66667%
}
.col-lg-6 {
	width: 50%
}
.col-lg-7 {
	width: 58.33333%
}
.col-lg-8 {
	width: 66.66667%
}
.col-lg-9 {
	width: 75%
}
.col-lg-10 {
	width: 83.33333%
}
.col-lg-11 {
	width: 91.66667%
}
.col-lg-12 {
	width: 100%
}
.col-lg-pull-0 {
	right: auto
}
.col-lg-pull-1 {
	right: 8.33333%
}
.col-lg-pull-2 {
	right: 16.66667%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-4 {
	right: 33.33333%
}
.col-lg-pull-5 {
	right: 41.66667%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-7 {
	right: 58.33333%
}
.col-lg-pull-8 {
	right: 66.66667%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-10 {
	right: 83.33333%
}
.col-lg-pull-11 {
	right: 91.66667%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-push-0 {
	left: auto
}
.col-lg-push-1 {
	left: 8.33333%
}
.col-lg-push-2 {
	left: 16.66667%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-4 {
	left: 33.33333%
}
.col-lg-push-5 {
	left: 41.66667%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-7 {
	left: 58.33333%
}
.col-lg-push-8 {
	left: 66.66667%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-10 {
	left: 83.33333%
}
.col-lg-push-11 {
	left: 91.66667%
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-offset-0 {
	margin-left: 0
}
.col-lg-offset-1 {
	margin-left: 8.33333%
}
.col-lg-offset-2 {
	margin-left: 16.66667%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-4 {
	margin-left: 33.33333%
}
.col-lg-offset-5 {
	margin-left: 41.66667%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-7 {
	margin-left: 58.33333%
}
.col-lg-offset-8 {
	margin-left: 66.66667%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-10 {
	margin-left: 83.33333%
}
.col-lg-offset-11 {
	margin-left: 91.66667%
}
.col-lg-offset-12 {
	margin-left: 100%
}
}
@media (min-width:1500px) {
.xlrg-container {
	padding-right: 18px;
	padding-left: 18px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 90vw
}
.xlrg-container:after, .xlrg-container:before {
	content: "";
	display: table
}
.xlrg-container:after {
	clear: both
}
}
.hidden {
	display: none
}
.no-scroll {
	overflow: hidden
}
header {
	height: 100px;
	background: #fff;
	position: fixed;
	width: 100%;
	border-bottom: 2px solid #436da7;
	z-index: 8
}
header+main {
	padding-top: 100px
}
@media (max-width:767px) {
header .container {
	margin: 0;
	padding: 0
}
}
header .nav-container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media (max-width:767px) {
header .nav-container {
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center
}
}
header .logo {
	text-indent: -999em;
	outline: none;
	display: block;
	width: 200px;
	height: 37px;
	background-image: url(../img/manpowergroup-logo.png);
	background-repeat: no-repeat;
	margin-bottom: 0;
	margin-bottom: 33px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:1.5dppx) {
header .logo {
	background-image: url(../img/manpowergroup-logo-2x.png);
	background-size: 200px 37px
}
}
@media (max-width:767px) {
header .logo {
	margin-bottom: 20px;
	-ms-flex-preferred-size: 37px;
	flex-basis: 37px
}
}
@media (min-width:768px) {
header .logo {
	-ms-flex-preferred-size: 44px;
	flex-basis: 44px;
	margin-right: 40px
}
}
@media (min-width:992px) {
header .logo {
	-ms-flex-preferred-size: 200px;
	flex-basis: 200px;
	margin-right: 0
}
}
header nav {
	margin-left: 100px;
	width: 100%px;
	margin-bottom: 33px;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end
}
@media (min-width:768px) {
header nav {
	margin-left: 20px
}
}
@media (min-width:992px) {
header nav {
	margin-left: 100px
}
}
header nav a {
	display: block;
	font-size: 12px;
	white-space: nowrap;
	margin-bottom: 2px;
	position: relative;
	text-transform: uppercase
}
header nav a.active:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	bottom: -12px;
	border-bottom: 2px solid #436da7
}
@media (max-width:767px) {
header nav {
	margin-left: 0;
	width: 100%;
	background: #fff;
	display: none;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start;
	position: absolute;
	border-top: 1px solid #e1e1e3
}
header nav a {
	font-size: 16px;
	border-bottom: 1px solid #e1e1e3;
	display: block;
	width: 100%;
	padding: 10px 5%;
	color: #34537e;
	font-weight: 600
}
header nav a.active:after {
	display: none
}
}
@media (max-width:767px) {
header.open~main: before {
	content: "";
	position: fixed;
	z-index: 4;
	background-color: rgba(0,0,0,.8);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
header.open .country-nav, header.open .logo {
	display: none
}
header.open .search-form {
	display: block
}
header.open nav {
	display: -ms-flexbox;
	display: flex
}
}
header .secondary-nav {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end
}
header .search-form form {
	position: relative
}
header .search-form input[type=text] {
	font-size: 12px;
	height: 25px;
	width: 160px;
	padding-right: 25px
}
header .search-form button {
	text-indent: -999em;
	background: none;
	border: none;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 5px;
	right: 0
}
header .search-form button:before {
	content: "";
	border-radius: 50%;
	border: 2px solid #d3d4d8;
	position: absolute;
	width: 10px;
	height: 10px;
	display: block;
	top: 4px;
	left: 4px
}
header .search-form button:after {
	content: "";
	top: 4px;
	left: 4px;
	background-color: #d3d4d8;
	position: absolute;
	width: 2px;
	height: 7px;
	display: block;
	transform-origin: 0 0;
	transform: rotate(-45deg) translate(-1px,13px)
}
@media (max-width:767px) {
header .search-form {
	width: 100%;
	display: none
}
header .search-form input[type=text] {
	width: 90%;
	margin: 25px 5%;
	font-size: 16px;
	height: 40px
}
header .search-form button {
	width: 37px;
	height: 37px;
	top: 26px;
	right: 5%
}
header .search-form button:before {
	border: 3px solid #436da7;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 6px;
	left: 6px
}
header .search-form button:after {
	content: "";
	top: 6px;
	left: 6px;
	background-color: #436da7;
	position: absolute;
	width: 3px;
	height: 14px;
	display: block;
	transform-origin: 0 0;
	transform: rotate(-45deg) translate(-2px,20px)
}
}
header .country-nav {
	cursor: pointer;
	position: relative;
	margin-top: 6px;
	margin-right: 10px;
	width: 40px;
	height: 27px;
	background-image: url(../img/globe.png);
	background-repeat: no-repeat;
	background-position: 0 0
}
@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:1.5dppx) {
header .country-nav {
	background-image: url(../img/globe-2x.png);
	background-size: 25px 27px
}
}
header .country-nav:after {
	z-index: 13;
	border-color: #b2b5b9;
	right: 0;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	top: 11px;
	position: absolute;
	pointer-events: none;
	border-color: hsla(0,0%,100%,0);
	border-top-color: #b2b5b9;
	border-width: 4px 6px 0;
	transition: all .2s ease-in-out
}
header .country-nav.open .arrow-box {
	opacity: 1;
	visibility: visible;
	top: 45px
}
header .country-nav.open:after {
	border-color: hsla(0,0%,100%,0);
	border-bottom-color: #b2b5b9;
	border-width: 0 6px 4px
}
header .arrow-box {
	transition: opacity .2s ease-in-out, visibility .2s ease-in-out, top .2s ease-out;
	opacity: 0;
	visibility: hidden;
	background: #fff;
	position: absolute;
	width: 300px;
	z-index: 9;
	border-radius: 5px;
	padding: 15px;
	top: 35px;
	box-shadow: 0 0 8px rgba(0,0,0,.2)
}
header .arrow-box h5 {
	font-weight: 600;
	font-size: 16px;
	text-align: center
}
header .arrow-box p {
	font-size: 10px;
	text-align: center;
	margin-bottom: 12px
}
header .arrow-box .country-dropdown {
	margin-bottom: 15px
}
header .arrow-box .country-dropdown:after, header .arrow-box .country-dropdown:before {
	content: "";
	display: table
}
header .arrow-box .country-dropdown:after {
	clear: both
}
header .arrow-box label {
	float: left;
	line-height: 28px;
	font-size: 12px
}
header .arrow-box select {
	display: inline;
	width: 190px;
	float: right;
	font-size: 12px;
	height: 28px;
	border-bottom: 1px solid #d1d1d1
}
header .arrow-box button {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 12px
}
header .arrow-box:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: hsla(0,0%,100%,0);
	border-bottom-color: #fff;
	border-width: 15px;
	margin-left: -15px
}
@media (max-width:767px) {
header .arrow-box: after {
	left: 90.5%
}
}
@media (max-width:767px) {
header .arrow-box {
	margin-left: -260px
}
}
@media (min-width:768px) {
header .arrow-box {
	margin-left: -138px
}
}
header .mobile-nav {
	display: none
}
@media (max-width:767px) {
header .mobile-nav {
	position: fixed;
	bottom: 5vw;
	left: 5vw;
	border-radius: 50%;
	border: 2px solid #436da7;
	width: 70px;
	max-width: 100px;
	height: 70px;
	max-height: 100px;
	background-color: #fff;
	z-index: 10;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
header .mobile-nav .bar {
	position: relative;
	height: 2px;
	width: 32px;
	background: #436da7;
	transition: all .2s ease-in-out
}
header .mobile-nav .bar:before {
	transform-origin: 0 1px;
	transform: translateY(-10px)
}
header .mobile-nav .bar:after, header .mobile-nav .bar:before {
	transition: all .2s ease-in-out;
	content: "";
	display: block;
	height: 2px;
	width: 32px;
	position: absolute;
	background: #436da7
}
header .mobile-nav .bar:after {
	transform-origin: 0 1px;
	transform: translateY(10px)
}
}
header.open .mobile-nav .bar {
	width: 0;
	transform: rotate(90deg)
}
header.open .mobile-nav .bar:before {
	transform: rotate(-45deg) translate(-16px)
}
header.open .mobile-nav .bar:after {
	transform: rotate(45deg) translate(-16px)
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 16px;
	color: #494a4f
}
input::-moz-placeholder, textarea::-moz-placeholder {
	color: #999;
	opacity: 1
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #999
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #999
}
.form-control, input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select, textarea {
	width: 100%;
	height: 39px;
	padding: 8px 15px;
	margin-bottom: 0;
	background-color: #fff;
	border: 0;
	box-shadow: none;
	box-sizing: border-box;
	border: 1px solid #d1d1d1;
	border-radius: 6px 6px 0 0
}
.form-control:focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
	outline: 0;
	background-color: #fff
}
label {
	display: block;
	margin-bottom: 5px
}
.input-wrapper+.input-wrapper {
	margin-top: 18px
}
@media (max-width:767px) {
input[type=number], input[type=text], select, textarea {
	font-size: 16px!important
}
select {
	padding: 0
}
.mini-form {
	max-width: 300px;
	margin: 0 auto
}
}
textarea {
	height: auto;
	resize: none;
	min-height: 100px
}
select {
	text-indent: 5px
}
@media (max-width:767px) {
input[type=submit].btn {
	width: 100%
}
}
.filter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.filter select {
	background-color: #f9f9f9;
	margin: 10px 0;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	width: calc(100%/3 - 18px);
	border-bottom: 1px solid #d3d4d8
}
@media (max-width:767px) {
.filter {
	-ms-flex-pack: center;
	justify-content: center
}
.filter select {
	-ms-flex-preferred-size: 80%;
	flex-basis: 80%
}
}
.btn {
	border-radius: 5px;
	background: #d3d4d8;
	border: 0;
	color: #494a4f;
	display: inline-block;
	padding: 10px 20px;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 1.77;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	text-decoration: none!important
}
.btn:focus, .btn:hover {
	color: #fff;
	text-decoration: none;
	background: #aaacb4
}
.btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
.btn.active, .btn:active {
	background: #aaacb4;
	outline: 0;
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05)
}
.btn.disabled, .btn[disabled] {
	cursor: default;
	opacity: .65;
	box-shadow: none
}
.btn.green {
	color: #6d8f82;
	background: #e1e9e6
}
.btn.green:focus, .btn.green:hover {
	color: #6d8f82;
	background: #b5c9c1
}
.btn.blue {
	color: #436da7;
	background: #d9e2ee
}
.btn.blue:focus, .btn.blue:hover {
	color: #436da7;
	background: #a4bad6
}
.btn.dark-blue {
	color: #edf3f9;
	background: #6390c6
}
.btn.dark-blue:focus, .btn.dark-blue:hover {
	color: #edf3f9;
	background: #3b6aa1
}
.btn.red {
	color: #ffeaea;
	background: #ab404b
}
.btn.red:focus, .btn.red:hover {
	color: #ffeaea;
	background: #732b33
}
.btn.orange {
	color: #ffecdc;
	background: #e77c22
}
.btn.orange:focus, .btn.orange:hover {
	color: #ffecdc;
	background: #aa5812
}
.btn.dark-gray {
	color: #dadbe2;
	background: #282a32
}
.btn.dark-gray:focus, .btn.dark-gray:hover {
	color: #dadbe2;
	background: #060608
}
.btn.black {
	color: #fff;
	background: #000
}
.btn.black:focus, .btn.black:hover {
	color: #fff;
	background: #262626
}
.btn.gray, .btn.grey {
	color: #494a4f;
	background: #f9f9f9
}
.btn.gray:focus, .btn.gray:hover, .btn.grey:focus, .btn.grey:hover {
	color: #494a4f;
	text-decoration: none;
	background: #d3d3d3
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	box-sizing: border-box
}
.btn-center {
	display: inline-block;
	margin: 0 auto
}
.btn-wide {
	padding: 10px 100px
}
.btn-block+.btn-block {
	margin-top: 9px
}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
	width: 100%
}
.btn-primary {
	background: #436da7;
	color: #fff;
	font-spacing: 1px;
	font-weight: 700
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
	background: #2d4970
}
.btn-back {
	background-color: #f9dec8;
	color: #436da7;
	font-spacing: 1px;
	font-weight: 700
}
.btn-back.active, .btn-back:active, .btn-back:focus, .btn-back:hover {
	background: #f1b583
}
section {
	padding: 36px 0
}
section:not(.leaf)>.container:not(.leaf)>h1 {
	text-align: center;
	margin-bottom: 0
}
section:not(.leaf)>.container:not(.leaf)>p {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
	font-weight: 300
}
@media (max-width:767px) {
section: not(.leaf)>.container: not(.leaf)>p {
	max-width: 100%;
	margin-bottom: 18px
}
}
section:not(.leaf)>.container:not(.leaf)>.cta {
	max-width: 600px;
	margin: 0 auto;
	text-align: center
}
section:not(.leaf)>.container:not(.leaf)>a {
	font-weight: 300;
	color: #494a4f;
	text-decoration: underline
}
section.map #map {
	margin: 20px auto;
	width: 100%;
	height: 700px
}
@media (max-width:767px) {
section.map #map {
	height: 400px
}
}
section.map #map .gm-style-iw {
	font-size: 14px
}
section.map #map .gm-style-iw h2 {
	font-size: 16px
}
section.work-at-manpower {
	padding-bottom: 0
}
section.work-at-manpower+.boxes {
	padding-top: 0
}
section.gray-bg, section.grey-bg {
	background-color: #ebeaea
}
section.gray-bg .cta a, section.grey-bg .cta a {
	color: #e97c04
}
section .leaf.container, section.leaf .container {
	padding: 0 100px
}
@media (min-width:768px) {
section .leaf.container, section.leaf .container {
	padding: 0 15px
}
}
@media (min-width:992px) {
section .leaf.container, section.leaf .container {
	padding: 0 100px
}
}
@media (min-width:1200px) {
section .leaf.container, section.leaf .container {
	padding: 0 150px
}
}
@media (max-width:767px) {
section .leaf.container, section.leaf .container {
	padding: 0 15px
}
}
section .leaf.container {
	border-top: 1px solid #ccc;
	padding-top: 36px
}
section .load-more {
	text-align: center;
	margin: 36px 0
}
section.no-padding {
	padding: 0
}
section.search-results .search-term {
	font-weight: 600
}
section.twitter-feed iframe {
	margin: 0 auto!important;
	border: 1px solid #d3d4d8!important;
	border-radius: 6px
}
section a {
	text-decoration: underline
}
.banner {
	background-size: cover;
	background-position: 50% 100%;
	background-repeat: no-repeat;
	padding: 0
}
.banner-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto
}
@media (max-width:767px) {
.banner-wrapper {
	-ms-flex-direction: column;
	flex-direction: column
}
}
@media (min-width:768px) {
.banner-wrapper {
	width: 750px
}
}
@media (min-width:992px) {
.banner-wrapper {
	width: 970px
}
}
@media (min-width:1200px) {
.banner-wrapper {
	width: 1170px
}
}
.banner .tile {
	width: 60%;
	padding: 26px;
	background-color: hsla(0,0%,100%,.9);
	border-radius: 6px;
	font-weight: 300;
	margin: 54px 0;
	-ms-flex-item-align: center;
	align-self: center
}
@media (max-width:767px) {
.banner .tile {
	width: calc(100% - 20px)
}
}
.banner .cta {
	margin-top: 18px;
	text-align: center
}
.home .banner .tile {
	margin: 100px 0
}
.banner.has-nav .tile {
	background-color: #fff
}
.banner-cta {
	margin-left: 40px;
	-ms-flex-item-align: end;
	align-self: flex-end
}
.banner-cta-wrapper {
	background: #436da7;
	display: -ms-flexbox;
	display: flex
}
.banner-cta-wrapper, .banner-cta-wrapper:hover {
	text-decoration: none
}
.banner-cta-image {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 33.33333%;
	max-width: 33.33333%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	min-width: 85px
}
@media (max-width:767px) {
.banner-cta-image {
	display: none
}
}
.banner-cta-content {
	color: #fff;
	padding: 0 20px;
	width: 100%;
	-ms-flex-positive: 1;
	flex-grow: 1
}
@media (max-width:767px) {
.banner-cta {
	width: 100%
}
}
.in-this-section {
	position: relative;
	background-color: #fff;
	max-width: 300px;
	margin-top: 18px
}
.in-this-section:after {
	content: "";
	display: block;
	position: absolute;
	width: 31px;
	height: 31px;
	top: 0;
	right: 0;
	background-color: #436da7;
	border-radius: 0 3px 3px 0
}
.in-this-section .label {
	border: 1px solid #436da7;
	cursor: pointer;
	line-height: 30px;
	padding-left: 10px;
	border-radius: 3px
}
.in-this-section .label:after {
	z-index: 2;
	content: "";
	position: absolute;
	right: 9px;
	top: 7px;
	width: 12px;
	height: 12px;
	display: block;
	border-color: #fff;
	border-style: solid;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg)
}
.in-this-section .menu {
	visibility: hidden;
	width: 100%;
	color: #fff;
	position: absolute;
	z-index: 2;
	background-color: rgba(15,37,67,.9);
	transition: all .2s ease-in-out;
	opacity: 0;
	padding: 10px
}
.in-this-section .menu .section-title {
	font-size: 20px;
	border-bottom: 1px solid #fff;
	margin-bottom: 4px;
	padding-left: 0
}
.in-this-section .menu a {
	padding-left: 10px;
	display: block;
	color: #fff;
	opacity: 0;
	transition: all .3s ease-in-out;
	transform: translateY(-5px);
	text-decoration: none
}
.in-this-section .menu a.active {
	font-weight: 600
}
.in-this-section .menu a.active:before {
	content: "\00bb";
	padding-right: 4px;
	display: inline
}
.in-this-section.open .label {
	border-radius: 3px 3px 0 0
}
.in-this-section.open .label:after {
	transform: rotate(225deg);
	top: 12px
}
.in-this-section.open .menu {
	opacity: 1;
	visibility: visible
}
.in-this-section.open .menu a {
	opacity: 1;
	transform: translateY(0)
}
.in-this-section.open:after {
	border-radius: 0 3px 0 0
}
.tile-wrapper {
	margin-top: 18px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.logo-tiles .tile-wrapper {
	margin-top: 18px;
	display: -ms-flexbox;
	display: flex
}
@media (max-width:767px) {
.logo-tiles .tile-wrapper {
	-ms-flex-direction: column;
	flex-direction: column
}
}
.logo-tiles .tile {
	text-align: center;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: 0%;
	flex-basis: 0%;
	min-width: 25%;
	position: relative
}
.logo-tiles .tile .tile-image {
	margin: 0 auto 20px
}
.logo-tiles .tile .tile-image img {
	max-height: 100px
}
.logo-tiles .tile-content {
	padding: 10px
}
@media (min-width:992px) {
.logo-tiles .tile-content {
	padding: 20px
}
}
.logo-tiles .tile-content h2 {
	margin-top: 0;
	color: #436da7
}
.logo-tiles .tile-content p {
	margin-bottom: 0
}
.logo-tiles .tile-content a {
	font-size: 11px;
	display: inline-block;
	color: #757887;
	text-decoration: underline
}
@media (min-width:768px) {
.logo-tiles .tile: not(: first-child): before {
	content: "";
	display: block;
	position: absolute;
	background-color: #d1d2d5;
	width: 1px;
	height: 90%;
	top: 5%
}
}
@media (max-width:767px) {
.logo-tiles .tile {
	width: 100%;
	padding: 20px 0;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
.logo-tiles .tile:not(:last-child) {
	border-bottom: 1px solid #d1d2d5
}
}
.logo-tiles.wide {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.logo-tiles.wide .tile {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	margin-top: 36px
}
.logo-tiles.wide .tile .tile-image {
	text-align: center;
	padding: 18px;
	-ms-flex: 1 1 30%;
	flex: 1 1 30%
}
.logo-tiles.wide .tile .tile-content {
	padding: 0 20px 20px 0;
	-ms-flex: 1 1 70%;
	flex: 1 1 70%
}
.logo-tiles.wide .tile:nth-child(odd):before {
	display: none
}
@media (max-width:767px) {
.logo-tiles.wide .tile {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}
.color-tiles .tile {
	-ms-flex-preferred-size: calc(100%/3 - 18px);
	flex-basis: calc(100%/3 - 18px);
	width: calc(100%/3 - 18px);
	padding: 9px;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -ms-flexbox;
	display: flex
}
@media (max-width:767px) {
.color-tiles .tile {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}
}
.color-tiles .tile-content {
	width: 100%;
	color: #436da7;
	background: #d9e2ee;
	border-radius: 6px;
	padding: 20px;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.color-tiles .tile-content h3 {
	line-height: 1.5
}
.color-tiles .tile-content span {
	font-size: 11px;
	line-height: 1
}
.color-tiles .tile:first-child.is-featured {
	width: 50%;
	max-width: 50%
}
@media (max-width:767px) {
.color-tiles .tile: first-child.is-featured {
	width: 100%;
	max-width: 100%
}
}
.color-tiles .tile:nth-child(2).is-featured {
	width: 50%;
	max-width: 50%
}
@media (max-width:767px) {
.color-tiles .tile: nth-child(2).is-featured {
	width: 100%;
	max-width: 100%
}
}
.color-tiles .tile.green .tile-content {
	color: #6d8f82;
	background: #e1e9e6
}
.color-tiles .tile.green .tile-content a {
	color: #6d8f82;
	font-weight: 600
}
.color-tiles .tile.blue .tile-content {
	color: #436da7;
	background: #d9e2ee
}
.color-tiles .tile.blue .tile-content a {
	color: #436da7;
	font-weight: 600
}
.color-tiles .tile.dark-blue .tile-content {
	color: #edf3f9;
	background: #6390c6
}
.color-tiles .tile.dark-blue .tile-content a {
	color: #edf3f9;
	font-weight: 600
}
.color-tiles .tile.red .tile-content {
	color: #ffeaea;
	background: #ab404b
}
.color-tiles .tile.red .tile-content a {
	color: #ffeaea;
	font-weight: 600
}
.color-tiles .tile.orange .tile-content {
	color: #ffecdc;
	background: #e77c22
}
.color-tiles .tile.orange .tile-content a {
	color: #ffecdc;
	font-weight: 600
}
.color-tiles .tile.dark-gray .tile-content {
	color: #dadbe2;
	background: #282a32
}
.color-tiles .tile.dark-gray .tile-content a {
	color: #dadbe2;
	font-weight: 600
}
.color-tiles .tile.black .tile-content {
	color: #fff;
	background: #000
}
.color-tiles .tile.black .tile-content a {
	color: #fff;
	font-weight: 600
}
.color-tiles .tile.gray .tile-content, .color-tiles .tile.grey .tile-content {
	color: #494a4f;
	background: #f9f9f9
}
.color-tiles .tile.col-1, .color-tiles .tile .tile-wrapper.col-1 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}
.color-tiles .tile.col-2 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}
@media (max-width:767px) {
.color-tiles .tile.col-2 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}
}
.color-tiles.green .tile .tile-content {
	color: #6d8f82;
	background: #e1e9e6
}
.color-tiles.green .tile .tile-content a {
	color: #6d8f82;
	font-weight: 600
}
.color-tiles.blue .tile .tile-content {
	color: #436da7;
	background: #d9e2ee
}
.color-tiles.blue .tile .tile-content a {
	color: #436da7;
	font-weight: 600
}
.color-tiles.dark-blue .tile .tile-content {
	color: #edf3f9;
	background: #6390c6
}
.color-tiles.dark-blue .tile .tile-content a {
	color: #edf3f9;
	font-weight: 600
}
.color-tiles.red .tile .tile-content {
	color: #ffeaea;
	background: #ab404b
}
.color-tiles.red .tile .tile-content a {
	color: #ffeaea;
	font-weight: 600
}
.color-tiles.orange .tile .tile-content {
	color: #ffecdc;
	background: #e77c22
}
.color-tiles.orange .tile .tile-content a {
	color: #ffecdc;
	font-weight: 600
}
.color-tiles.dark-gray .tile .tile-content {
	color: #dadbe2;
	background: #282a32
}
.color-tiles.dark-gray .tile .tile-content a {
	color: #dadbe2;
	font-weight: 600
}
.color-tiles.black .tile .tile-content {
	color: #fff;
	background: #000
}
.color-tiles.black .tile .tile-content a {
	color: #fff;
	font-weight: 600
}
.color-tiles.gray .tile .tile-content, .color-tiles.grey .tile .tile-content {
	color: #494a4f;
	background: #f9f9f9
}
.color-tiles.has-bg .tile-wrapper {
	box-shadow: inset 0 0 0 9px #fff;
	background-size: cover;
	background-position: 50% 50%
}
.color-tiles.has-bg .tile {
	padding: 0;
	border: 9px solid #fff
}
.color-tiles.has-bg .tile .tile-content {
	box-shadow: 0 0 0 4px #fff;
	border-radius: 6px;
	background-color: transparent
}
.color-tiles.col-1 .tile, .color-tiles .tile-wrapper.col-1 .tile {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}
.color-tiles.col-2 .tile, .color-tiles .tile-wrapper.col-2 .tile {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}
@media (max-width:767px) {
.color-tiles.col-2 .tile, .color-tiles .tile-wrapper.col-2 .tile {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}
}
.featured-tiles .tile {
	width: 33.33333%;
	padding: 6px
}
@media (max-width:767px) {
.featured-tiles .tile {
	width: 100%
}
}
.featured-tiles .tile-content {
	border: 1px solid #979797;
	background-color: #ebeaea;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	pointer: cursor
}
.featured-tiles .tile-content-image {
	width: 100%;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	-ms-grid-row-align: flex-end;
	align-items: flex-end;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.featured-tiles .tile-content-image div {
	padding-bottom: 100%;
	width: 80%;
	margin: 0 10%;
	background-repeat: no-repeat;
	background-position: 0 100%;
	background-size: 100%
}
.featured-tiles .tile-content-label {
	font-size: 12px;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #436da7;
	color: #fff;
	padding: 8px 32px
}
.image-tiles .tile-wrapper {
	-ms-flex-pack: center;
	justify-content: center
}
.image-tiles .tile {
	margin: 0 9px 18px;
	background-color: #efefef;
	display: -ms-flexbox;
	display: flex
}
@media (max-width:767px) {
.image-tiles .tile {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}
}
@media (min-width:768px) {
.image-tiles .tile {
	-ms-flex-preferred-size: calc(50% - 18px);
	flex-basis: calc(50% - 18px)
}
}
@media (min-width:992px) {
.image-tiles .tile {
	-ms-flex-preferred-size: calc(100%/3 - 18px);
	flex-basis: calc(100%/3 - 18px);
	width: calc(100%/3 - 18px);
	font-size: 14px
}
.image-tiles .tile h2 {
	font-size: 16px
}
}
.image-tiles .tile-image {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
	width: 33.33333%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
.image-tiles .tile-image div {
	width: 100%;
	padding: 8px
}
.image-tiles .tile-image img {
	width: 100%;
	display: block;
	margin: 0 auto
}
.image-tiles .tile-content {
	-ms-flex-preferred-size: 66.66667%;
	flex-basis: 66.66667%;
	width: 66.66667%;
	position: relative
}
.image-tiles .tile-content h2 {
	padding: 0 10px;
	margin-bottom: 10px;
	line-height: 1.4
}
.image-tiles .tile-content p {
	padding: 0 10px
}
.image-tiles .tile-content .learn-more {
	text-decoration: underline;
	padding: 0 0 10px 10px;
	display: inline-block;
	color: #333
}
.image-tiles .tile-content .label {
	position: absolute;
	background-color: #dcdcdc;
	color: #494b54;
	font-weight: 500;
	right: 0;
	bottom: 0;
	padding: 10px 15px
}
.image-tiles.blue .tile {
	background: #d9e2ee;
	color: #234472
}
.image-tiles.blue .tile-content .learn-more {
	color: #234472
}
.image-tiles.blue .tile-content .label {
	background: #bac9df;
	color: #234472
}
.image-tiles.align-top .tile-image {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start
}
.grid-tiles .tile-wrapper {
	background-color: #c7c7c7;
	box-shadow: inset 0 0 0 40px #ebeaea;
	-ms-flex-pack: start;
	justify-content: flex-start
}
.grid-tiles .tile {
	margin-top: 1px;
	width: calc(100%/3 - 1px);
	max-width: calc(100%/3 - 1px);
	margin-right: 1px;
	background-color: #ebeaea;
	padding: 50px 60px
}
@media (max-width:767px) {
.grid-tiles .tile {
	width: 100%;
	max-width: none;
	padding: 20px 40px
}
}
.grid-tiles .tile:last-child {
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: none
}
@media (min-width:768px) {
.grid-tiles .tile: nth-child(3n) {
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: calc(100%/3 - 1px)
}
}
.grid-tiles .tile .read-more {
	font-size: 20px;
	text-decoration: underline;
	font-weight: 600
}
.grid-tiles .tile .read-more:after {
	content: "\00bb";
	padding-left: 4px;
	display: inline-block;
	text-decoration: none
}
.grid-tiles.has-bg {
	padding: 36px 0 0
}
.grid-tiles.has-bg .tile-wrapper {
	padding: 40px;
	background-size: cover;
	background-position: 50% 50%;
	box-shadow: none
}
.grid-tiles.has-bg .tile-wrapper:before {
	display: none
}
@media (max-width:767px) {
.grid-tiles.has-bg .tile-wrapper {
	padding: 0
}
}
.grid-tiles.has-bg .tile {
	margin-top: 0;
	width: 33.33333%;
	max-width: 33.33333%;
	margin-right: 0;
	background-color: transparent
}
.grid-tiles.has-bg .tile .tile-content {
	border-radius: 6px
}
.grid-tiles.has-bg .tile .tile-content h2 {
	color: #e97c04
}
@media (min-width:768px) {
.grid-tiles.has-bg .tile: nth-child(3n-1) {
	border-right: 1px solid rgba(64,125,166,.2);
	border-left: 1px solid rgba(64,125,166,.2)
}
.grid-tiles.has-bg .tile:nth-child(3n+4), .grid-tiles.has-bg .tile:nth-child(3n+5), .grid-tiles.has-bg .tile:nth-child(3n+6) {
	border-top: 1px solid rgba(64,125,166,.2)
}
.grid-tiles.has-bg .tile:last-child {
	border-right: none;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: none
}
}
@media (max-width:767px) {
.grid-tiles.has-bg .tile {
	width: 100%;
	max-width: none;
	padding: 20px 40px
}
.grid-tiles.has-bg .tile:not(:first-child) {
	border-top: 1px solid rgba(64,125,166,.2)
}
}
.grid-tiles.white-bg .tile-wrapper {
	box-shadow: inset 0 0 0 40px #fff
}
.grid-tiles.white-bg .tile {
	background-color: #fff
}
.row {
	margin-bottom: 36px
}
.read-more:after {
	content: "\00bb";
	padding-left: 4px;
	display: inline-block;
	text-decoration: none
}
.leadership-tiles .tile-wrapper {
	-ms-flex-pack: center;
	justify-content: center
}
.leadership-tiles .tile {
	margin: 18px 9px 0;
	background-color: #000;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-preferred-size: calc(25% - 18px);
	flex-basis: calc(25% - 18px);
	width: calc(25% - 18px)
}
.leadership-tiles .tile-image {
	width: 100%
}
.leadership-tiles .tile-image div {
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat
}
.leadership-tiles .tile-content {
	margin-top: -30px;
	padding: 30px 10px 10px;
	font-size: 14px;
background-image: linear-gradient(180deg,transparent 0,
	#000 30px)
}
.leadership-tiles .tile-content h2 {
	margin-bottom: 0
}
@media (max-width:767px) {
.leadership-tiles .tile {
	-ms-flex-preferred-size: calc(50% - 4px);
	flex-basis: calc(50% - 4px);
	margin: 2px
}
.leadership-tiles .tile:nth-child(2n) {
	margin-right: 0
}
.leadership-tiles .tile h2 {
	font-size: 16px
}
}
.flexible-tiles {
	margin-bottom: 72px
}
.flexible-tiles .tile-wrapper {
	background-color: #c7c7c7;
	box-shadow: inset 0 0 0 40px #fff
}
.flexible-tiles .tile {
	margin-top: 1px;
	width: 33.33333%;
	max-width: 33.33333%;
	padding: 40px;
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	position: relative
}
@media (max-width:767px) {
.flexible-tiles .tile {
	width: 100%;
	max-width: none;
	-ms-flex-direction: column;
	flex-direction: column
}
}
.flexible-tiles .tile-image {
	display: none;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 33.33333%;
	max-width: 33.33333%
}
.flexible-tiles .tile-image div {
	width: 100%
}
.flexible-tiles .tile-image img {
	display: block;
	margin: 0 auto
}
@media (max-width:767px) {
.flexible-tiles .tile-image {
	width: 100%;
	max-width: none
}
}
.flexible-tiles .tile-content {
	padding: 0 20px;
	width: 100%
}
.flexible-tiles .tile.has-image {
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
	max-width: none
}
.flexible-tiles .tile.has-image .tile-image {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
	width: 33.33333%;
	display: -ms-flexbox;
	display: flex
}
.flexible-tiles .tile.has-image .tile-image.tile-thumb {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	width: 20%
}
.flexible-tiles .tile.has-image .tile-image.tile-thumb+.tile-content {
	-ms-flex-preferred-size: 80%;
	flex-basis: 80%
}
@media (max-width:767px) {
.flexible-tiles .tile.has-image .tile-image {
	width: 100%;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}
.flexible-tiles .tile.has-image .tile-content {
	padding-right: 0;
	-ms-flex-preferred-size: 66.6666%;
	flex-basis: 66.6666%
}
@media (max-width:767px) {
.flexible-tiles .tile.has-image .tile-content {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}
.flexible-tiles .tile.right .tile-image {
	-ms-flex-order: 2;
	order: 2
}
.flexible-tiles .tile.right .tile-content {
	padding-left: 0;
	padding-right: 20px;
	-ms-flex-order: 1;
	order: 1
}
@media (max-width:767px) {
.flexible-tiles .tile.right .tile-content {
	-ms-flex-order: 3;
	order: 3
}
}
.flexible-tiles .tile.has-image+.tile:not(.has-image), .flexible-tiles .tile:last-child {
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: none
}
.flexible-tiles .tile:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	left: -1px;
	top: 0;
	display: block;
background-image: linear-gradient(180deg,
#fff 10%,
#c7c7c7 0,
#c7c7c7 90%,
	#fff 0)
}
.flexible-tiles.borderless {
	margin-bottom: 0
}
.flexible-tiles.borderless .tile-wrapper {
	margin-top: 0
}
.flexible-tiles.borderless .tile-wrapper:before {
	display: none
}
.flexible-tiles.borderless .tile {
	padding: 0 0 20px;
	margin-top: 0
}
.flexible-tiles.borderless .tile:before {
	display: none
}
.callout-tiles .tile-wrapper {
	margin: 36px 0
}
.callout-tiles .tile {
	width: calc(50% - 9px);
	border-radius: 6px;
	border: 1px solid #979797;
	margin-top: 14px;
	display: -ms-flexbox;
	display: flex
}
@media (max-width:767px) {
.callout-tiles .tile {
	width: 100%
}
}
@media (min-width:768px) {
.callout-tiles .tile {
	-ms-flex: 0 0 calc(50% - 9px);
	flex: 0 0 calc(50% - 9px)
}
}
@media (min-width:992px) {
.callout-tiles .tile {
	-ms-flex: 0 0 calc(50% - 9px);
	flex: 0 0 calc(50% - 9px)
}
}
.callout-tiles .tile-image {
	width: 55%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border-radius: 6px;
	-ms-flex-positive: 1;
	flex-grow: 1
}
@media (max-width:767px) {
.callout-tiles .tile-image {
	width: 40%;
	padding-bottom: 40%
}
}
.callout-tiles .tile-content {
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: left;
	width: 45%;
	padding: 0 15px 15px
}
.callout-tiles .tile-content h2 {
	color: #436da7
}
@media (max-width:767px) {
.callout-tiles .tile-content h2 {
	margin-bottom: 0;
	font-size: 14px
}
}
.callout-tiles .tile-content .learn-more {
	font-size: 12px;
	color: #757887;
	text-decoration: underline
}
.arrangement-tiles .tile-wrapper {
	margin-top: 18px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
.arrangement-tiles .tile-wrapper:before {
	top: 0
}
.arrangement-tiles .tile {
	padding: 20px;
	text-align: center;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-positive: 0;
	flex-grow: 0;
	-ms-flex-preferred-size: 0%;
	flex-basis: 0%;
	min-width: 33%
}
@media (max-width:767px) {
.arrangement-tiles .tile {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}
}
.arrangement-tiles .tile img {
	max-height: 200px
}
.tabs-nav {
	z-index: 6;
	list-style-type: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 1px solid #67696f;
	margin: 0 0 20px;
	padding: 0
}
.tabs-nav .tab {
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	-ms-flex-order: 1;
	order: 1
}
.tabs-nav .tab a {
	display: inline-block;
	white-space: nowrap;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 20px
}
.tabs-nav .tab a:hover {
	text-decoration: none
}
.tabs-nav .tab.active a {
	font-weight: 600;
	border-bottom: 4px solid #436da7
}
@media (max-width:767px) {
.tabs-nav {
	-ms-flex-direction: column;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	border-bottom: 2px solid #436da7;
	background-color: #fff
}
.tabs-nav .tab {
	display: none
}
.tabs-nav .tab a {
	color: #e97c04
}
.tabs-nav .tab.active {
	-ms-flex-order: 0;
	order: 0;
	display: block
}
.tabs-nav .tab.active a {
	border-bottom: none;
	padding-right: 44px
}
.tabs-nav.open .tab {
	display: block
}
}
.tabs-pane {
	display: none
}
.tabs-pane.active {
	display: block
}
@media (max-width:767px) {
.tabs {
	position: relative;
	padding-top: 60px
}
}
.tabs .tabs-mobile-toggle {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 7;
	height: 44px
}
.tabs .tabs-mobile-toggle:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #436da7;
	width: 44px;
	height: 44px;
	background-image: url(../img/dropdown-arrow.png);
	background-size: contain;
	background-position: 50% 50%;
	background-repeat: no-repeat
}
@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:1.5dppx) {
.tabs .tabs-mobile-toggle: after {
	background-image: url(../img/dropdown-arrow-2x.png);
	background-size: "0" "0"
}
}
@media (max-width:767px) {
.tabs .tabs-mobile-toggle {
	display: block
}
}
.segment-control {
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 6px;
	display: -ms-flexbox;
	display: flex;
	margin: 18px 0
}
.segment-control div {
	border-width: 1px 0;
	border-style: solid;
	border-color: #d7d7d7;
	padding: 5px 20px;
	background-color: #ebeaea;
	transition: all .2s linear;
	cursor: pointer;
	position: relative
}
.segment-control div:first-child {
	border-radius: 6px 0 0 6px;
	border-left-width: 1px
}
.segment-control div:last-child {
	border-radius: 0 6px 6px 0;
	border-right-width: 1px
}
.segment-control div:not(:first-child):before {
	content: "";
	background-color: #d7d7d7;
	width: 1px;
	height: calc(100% - 10px);
	display: block;
	position: absolute;
	left: 0
}
.segment-control div.active {
	border-color: #436da7;
	background-color: #436da7;
	color: #fff
}
.segment-control div.active+div:before, .segment-control div.active:before {
	display: none
}
@media (max-width:767px) {
.segment-control {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #d7d7d7
}
.segment-control div {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 14px;
	padding: 4px 10px;
	border-radius: 0!important;
	border: none
}
.segment-control div:first-child {
	border-radius: 6px 0 0 0
}
.segment-control div:nth-child(3n+1):before {
	display: none
}
.segment-control div:nth-child(n+4) {
	border-top: 1px solid #d7d7d7
}
}
.segment {
	display: none
}
.segment.active {
	display: block
}
.list {
	border-top: 1px solid #c7c7c7;
	margin: 18px 15% 0
}
@media (max-width:767px) {
.list {
	margin: 18px 0 0
}
}
@media (min-width:768px) {
.list {
	margin: 18px 0 0
}
}
@media (min-width:992px) {
.list {
	margin: 18px 15% 0
}
}
.list-item {
	border-bottom: 1px solid #c7c7c7;
	padding: 20px;
	display: -ms-flexbox;
	display: flex
}
@media (max-width:767px) {
.list-item {
	-ms-flex-direction: column;
	flex-direction: column
}
}
.list-item .date {
	font-size: 12px;
	font-weight: 300
}
.list-item h2 {
	margin-top: 0
}
.list-image {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
.list-image div {
	width: 100%;
	padding: 8px
}
.list-image img {
	width: 100%;
	display: block;
	margin: 0 auto
}
@media (max-width:767px) {
.list-image img {
	width: 50%
}
}
.list-image+.list-content {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%
}
@media (max-width:767px) {
.list-image, .list-image+.list-content {
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}
.list-content {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	padding-left: 20px;
	position: relative
}
@media (max-width:767px) {
.list-content {
	padding-left: 0;
	-ms-flex-preferred-size: auto;
	flex-basis: auto
}
}
.list-filter {
	margin: 18px 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}
.list-filter select {
	max-width: 300px;
	border: 1px solid #d3d4d8;
	background-color: #f9f9f9;
	color: #757887
}
.list-filter button {
	border: none;
	background: transparent;
	text-decoration: underline;
	color: #757887;
	margin: 0 40px
}
@media (max-width:767px) {
.list-filter button {
	margin: 0 20px;
	white-space: nowrap
}
}
.table {
	display: table;
	width: 100%
}
.tr {
	display: table-row
}
.td {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}
.table, table {
	width: 100%;
	margin-bottom: 20px;
	text-align: left
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th, table>tbody>tr>td, table>tbody>tr>th, table>tfoot>tr>td, table>tfoot>tr>th, table>thead>tr>td, table>thead>tr>th {
	padding: 3px;
	line-height: 1.77;
	vertical-align: top;
	border-top: 1px solid #757887;
	border-bottom: 1px solid #757887
}
.table>thead>tr>th, table>thead>tr>th {
	vertical-align: bottom
}
.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, table>caption+thead>tr:first-child>th, table>colgroup+thead>tr:first-child>th, table>thead:first-child>tr:first-child>th {
	border-bottom: 1px solid #757887;
	font-weight: 600
}
@media (max-width:767px) {
.table, table {
	width: 100%;
	margin-bottom: 20px;
	overflow-y: hidden;
	overflow-x: scroll;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	border: 1px solid #757887;
	-webkit-overflow-scrolling: touch
}
.table>table, table>table {
	margin-bottom: 0
}
.table>table>tbody>tr>td, .table>table>tbody>tr>th, .table>table>tfoot>tr>td, .table>table>tfoot>tr>th, .table>table>thead>tr>td, .table>table>thead>tr>th, table>table>tbody>tr>td, table>table>tbody>tr>th, table>table>tfoot>tr>td, table>table>tfoot>tr>th, table>table>thead>tr>td, table>table>thead>tr>th {
	white-space: nowrap
}
}
th {
	font-weight: 600;
	text-align: left
}
@media (max-width:767px) {
.tableMeos {
	border: none
}
}
.tableMeos thead tr {
	margin-bottom: 20px;
	padding-bottom: 20px
}
.tableMeos thead th {
	width: 25%
}
@media (max-width:767px) {
.tableMeos thead th {
	display: none;
	width: 100%
}
}
.tableMeos .caption {
	font-size: 20px;
	margin-bottom: 18px;
	margin-top: 10px;
	font-weight: 500;
	line-height: 1.5;
	text-align: left
}
.tableMeos tbody tr {
	background: #f9f9f9
}
.tableMeos tbody tr:last-child td:last-of-type {
	padding-bottom: 8px;
	border-radius: 0 0 12px 0
}
.tableMeos tbody tr:last-child td:nth-last-of-type(4) {
	padding-bottom: 8px;
	border-radius: 0 0 0 12px
}
.tableMeos tbody tr:first-child .tableBold:before {
	display: none
}
.tableMeos tbody td {
	width: 25%;
	padding: 0;
	border: none
}
.tableMeos tbody td a {
	font-size: 16px;
	display: inline-block;
	margin: 5px 0;
	padding: 4px 20px;
	min-width: 130px;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	color: #436da7;
	background: #d9e2ee
}
.tableMeos tbody td a:focus, .tableMeos tbody td a:hover {
	color: #436da7;
	background: #a4bad6
}
.tableMeos tbody td a span {
	display: none
}
@media (max-width:767px) {
.tableMeos tbody td a {
	display: block
}
.tableMeos tbody td a span {
	display: inline
}
}
.tableMeos tbody td br {
	display: none
}
@media (max-width:767px) {
.tableMeos tbody td {
	display: block;
	width: 100%
}
}
.tableMeos .tableBold {
	font-size: 20px;
	font-weight: 700;
	border-collapse: collapse;
	text-indent: 20px;
background-image: linear-gradient(180deg,
#fff 20px,
#f9f9f9 0,
	#f9f9f9);
	position: relative;
	padding-top: 20px
}
.tableMeos .tableBold:before {
	border-radius: 0 0 8px 8px;
	top: 0
}
.tableMeos .tableBold:after, .tableMeos .tableBold:before {
	content: "";
	display: block;
	height: 8px;
	width: 100%;
	background: #f9f9f9;
	position: absolute
}
.tableMeos .tableBold:after {
	border-radius: 8px 8px 0 0;
	top: 12px
}
@media (max-width:767px) {
.tableMeos .tableBold {
	display: block;
	width: 100%
}
}
.tableMeos .tableHead {
	border-radius: 0!important;
	font-size: 24px;
	background: #fff;
	padding: 40px 0 20px;
	text-indent: 20px;
	position: relative
}
.tableMeos .tableHead:before {
	border-radius: 0 0 8px 8px;
	top: 0;
	background: #f9f9f9
}
.tableMeos .tableHead:after, .tableMeos .tableHead:before {
	content: "";
	display: block;
	height: 8px;
	width: 100%;
	position: absolute
}
.tableMeos .tableHead:after {
	bottom: -8px;
	z-index: 16;
	background: #fff
}
@media (max-width:767px) {
.tableMeos .tableHead {
	display: block;
	width: 100%
}
}
.search-results .container {
	max-width: 750px
}
.search-results h1 {
	margin-bottom: 18px
}
.search-results h1:before {
	top: 9px
}
@media (max-width:767px) {
.search-results h1: before {
	top: -40px
}
}
.search-results .search-term {
	font-weight: 600
}
.search-results .search-result {
	margin-bottom: 24px
}
@media (max-width:767px) {
.search-results .search-result {
	margin-bottom: 32px
}
}
.search-results .search-result h2 {
	font-weight: 600;
	margin-bottom: 0
}
.search-results .search-result p {
	margin-bottom: 0
}
.search-results .pagination-nav {
	margin-top: 36px;
	margin-left: 0;
	text-align: center
}
.search-results .pagination-nav ul {
	display: inline-block;
	list-style-type: none
}
.search-results .pagination-nav ul li {
	display: inline-block;
	padding: 0 4px
}
.search-results .pagination-nav ul li a {
	text-decoration: underline;
	color: #494a4f
}
@media (max-width:767px) {
.search-results .pagination-nav {
	display: none
}
}
.search-results .pagination-dropdown {
	display: none
}
@media (max-width:767px) {
.search-results .pagination-dropdown {
	display: block
}
}
a.external:after, a[external]:after, a[target=_blank]:after {
	content: "";
	width: 16px;
	height: 16px;
	display: inline-block;
	position: absolute;
	margin: 1px 0 0 4px;
	background-size: 16px 16px
}
.align-center {
	text-align: center
}
.board-of-directors .tile-wrapper {
	-ms-flex-pack: center;
	justify-content: center;
	position: static
}
.board-of-directors .tile {
	cursor: pointer;
	margin: 18px 9px 0;
	background-color: #000;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-preferred-size: calc(25% - 18px);
	flex-basis: calc(25% - 18px);
	width: calc(25% - 18px)
}
.board-of-directors .tile-image {
	width: 100%
}
.board-of-directors .tile-image div {
	padding-bottom: 100%;
	background-size: cover;
	background-repeat: no-repeat
}
.board-of-directors .tile-content {
	margin-top: -30px;
	padding: 30px 10px 10px;
	font-size: 14px;
background-image: linear-gradient(180deg,transparent 0,
	#000 30px)
}
.board-of-directors .tile-content h2 {
	margin-bottom: 0
}
@media (max-width:767px) {
.board-of-directors .tile {
	-ms-flex-preferred-size: calc(50% - 4px);
	flex-basis: calc(50% - 4px);
	margin: 2px
}
.board-of-directors .tile:nth-child(2n) {
	margin-right: 0
}
.board-of-directors .tile h2 {
	font-size: 16px
}
}
.board-of-directors .tile:nth-of-type(1n+1) {
	-ms-flex-order: 1;
	order: 1
}
.board-of-directors .tile:nth-of-type(1n+1)+.description {
	-ms-flex-order: 5;
	order: 5
}
.board-of-directors .tile:nth-of-type(1n+2) {
	-ms-flex-order: 2;
	order: 2
}
.board-of-directors .tile:nth-of-type(1n+2)+.description {
	-ms-flex-order: 6;
	order: 6
}
.board-of-directors .tile:nth-of-type(1n+3) {
	-ms-flex-order: 3;
	order: 3
}
.board-of-directors .tile:nth-of-type(1n+3)+.description {
	-ms-flex-order: 7;
	order: 7
}
.board-of-directors .tile:nth-of-type(1n+4) {
	-ms-flex-order: 4;
	order: 4
}
.board-of-directors .tile:nth-of-type(1n+4)+.description {
	-ms-flex-order: 8;
	order: 8
}
.board-of-directors .tile:nth-of-type(1n+5) {
	-ms-flex-order: 9;
	order: 9
}
.board-of-directors .tile:nth-of-type(1n+5)+.description {
	-ms-flex-order: 13;
	order: 13
}
.board-of-directors .tile:nth-of-type(1n+6) {
	-ms-flex-order: 10;
	order: 10
}
.board-of-directors .tile:nth-of-type(1n+6)+.description {
	-ms-flex-order: 14;
	order: 14
}
.board-of-directors .tile:nth-of-type(1n+7) {
	-ms-flex-order: 11;
	order: 11
}
.board-of-directors .tile:nth-of-type(1n+7)+.description {
	-ms-flex-order: 15;
	order: 15
}
.board-of-directors .tile:nth-of-type(1n+8) {
	-ms-flex-order: 12;
	order: 12
}
.board-of-directors .tile:nth-of-type(1n+8)+.description {
	-ms-flex-order: 16;
	order: 16
}
.board-of-directors .tile:nth-of-type(1n+9) {
	-ms-flex-order: 17;
	order: 17
}
.board-of-directors .tile:nth-of-type(1n+9)+.description {
	-ms-flex-order: 21;
	order: 21
}
.board-of-directors .tile:nth-of-type(1n+10) {
	-ms-flex-order: 18;
	order: 18
}
.board-of-directors .tile:nth-of-type(1n+10)+.description {
	-ms-flex-order: 22;
	order: 22
}
.board-of-directors .tile:nth-of-type(1n+11) {
	-ms-flex-order: 19;
	order: 19
}
.board-of-directors .tile:nth-of-type(1n+11)+.description {
	-ms-flex-order: 23;
	order: 23
}
.board-of-directors .tile:nth-of-type(1n+12) {
	-ms-flex-order: 20;
	order: 20
}
.board-of-directors .tile:nth-of-type(1n+12)+.description {
	-ms-flex-order: 24;
	order: 24
}
.board-of-directors .tile:nth-of-type(1n+13) {
	-ms-flex-order: 25;
	order: 25
}
.board-of-directors .tile:nth-of-type(1n+13)+.description {
	-ms-flex-order: 29;
	order: 29
}
.board-of-directors .tile:nth-of-type(1n+14) {
	-ms-flex-order: 26;
	order: 26
}
.board-of-directors .tile:nth-of-type(1n+14)+.description {
	-ms-flex-order: 30;
	order: 30
}
.board-of-directors .tile:nth-of-type(1n+15) {
	-ms-flex-order: 27;
	order: 27
}
.board-of-directors .tile:nth-of-type(1n+15)+.description {
	-ms-flex-order: 31;
	order: 31
}
.board-of-directors .tile:nth-of-type(1n+16) {
	-ms-flex-order: 28;
	order: 28
}
.board-of-directors .tile:nth-of-type(1n+16)+.description {
	-ms-flex-order: 32;
	order: 32
}
@media (max-width:767px) {
.board-of-directors .tile: nth-of-type(1n+1) {
	-ms-flex-order: 1;
	order: 1
}
.board-of-directors .tile:nth-of-type(1n+1)+.description {
	-ms-flex-order: 3;
	order: 3
}
.board-of-directors .tile:nth-of-type(1n+2) {
	-ms-flex-order: 2;
	order: 2
}
.board-of-directors .tile:nth-of-type(1n+2)+.description {
	-ms-flex-order: 4;
	order: 4
}
.board-of-directors .tile:nth-of-type(1n+3) {
	-ms-flex-order: 5;
	order: 5
}
.board-of-directors .tile:nth-of-type(1n+3)+.description {
	-ms-flex-order: 7;
	order: 7
}
.board-of-directors .tile:nth-of-type(1n+4) {
	-ms-flex-order: 6;
	order: 6
}
.board-of-directors .tile:nth-of-type(1n+4)+.description {
	-ms-flex-order: 8;
	order: 8
}
.board-of-directors .tile:nth-of-type(1n+5) {
	-ms-flex-order: 9;
	order: 9
}
.board-of-directors .tile:nth-of-type(1n+5)+.description {
	-ms-flex-order: 11;
	order: 11
}
.board-of-directors .tile:nth-of-type(1n+6) {
	-ms-flex-order: 10;
	order: 10
}
.board-of-directors .tile:nth-of-type(1n+6)+.description {
	-ms-flex-order: 12;
	order: 12
}
.board-of-directors .tile:nth-of-type(1n+7) {
	-ms-flex-order: 13;
	order: 13
}
.board-of-directors .tile:nth-of-type(1n+7)+.description {
	-ms-flex-order: 15;
	order: 15
}
.board-of-directors .tile:nth-of-type(1n+8) {
	-ms-flex-order: 14;
	order: 14
}
.board-of-directors .tile:nth-of-type(1n+8)+.description {
	-ms-flex-order: 16;
	order: 16
}
.board-of-directors .tile:nth-of-type(1n+9) {
	-ms-flex-order: 17;
	order: 17
}
.board-of-directors .tile:nth-of-type(1n+9)+.description {
	-ms-flex-order: 19;
	order: 19
}
.board-of-directors .tile:nth-of-type(1n+10) {
	-ms-flex-order: 18;
	order: 18
}
.board-of-directors .tile:nth-of-type(1n+10)+.description {
	-ms-flex-order: 20;
	order: 20
}
.board-of-directors .tile:nth-of-type(1n+11) {
	-ms-flex-order: 21;
	order: 21
}
.board-of-directors .tile:nth-of-type(1n+11)+.description {
	-ms-flex-order: 23;
	order: 23
}
.board-of-directors .tile:nth-of-type(1n+12) {
	-ms-flex-order: 22;
	order: 22
}
.board-of-directors .tile:nth-of-type(1n+12)+.description {
	-ms-flex-order: 24;
	order: 24
}
.board-of-directors .tile:nth-of-type(1n+13) {
	-ms-flex-order: 25;
	order: 25
}
.board-of-directors .tile:nth-of-type(1n+13)+.description {
	-ms-flex-order: 27;
	order: 27
}
.board-of-directors .tile:nth-of-type(1n+14) {
	-ms-flex-order: 26;
	order: 26
}
.board-of-directors .tile:nth-of-type(1n+14)+.description {
	-ms-flex-order: 28;
	order: 28
}
.board-of-directors .tile:nth-of-type(1n+15) {
	-ms-flex-order: 29;
	order: 29
}
.board-of-directors .tile:nth-of-type(1n+15)+.description {
	-ms-flex-order: 31;
	order: 31
}
.board-of-directors .tile:nth-of-type(1n+16) {
	-ms-flex-order: 30;
	order: 30
}
.board-of-directors .tile:nth-of-type(1n+16)+.description {
	-ms-flex-order: 32;
	order: 32
}
}
.board-of-directors .tile.active {
	position: relative
}
.board-of-directors .tile.active:after {
	bottom: -18px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: hsla(0,0%,100%,0);
	border-bottom-color: #6390c6;
	border-width: 15px;
	margin-left: -15px
}
@media (max-width:767px) {
.board-of-directors .tile.active: after {
	bottom: -20px
}
}
.board-of-directors .tile.active+.description {
	max-height: none
}
.board-of-directors .description {
	position: relative;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-height: 0;
	overflow: hidden;
	display: -ms-flexbox;
	display: flex
}
.board-of-directors .description-content {
	width: 100%;
	margin: 18px 9px 0;
	border-radius: 6px;
	color: #edf3f9;
	background: #6390c6;
	padding: 20px
}
.board-of-directors .description-content a {
	color: #edf3f9;
	font-weight: 600
}
.board-of-directors.green .description-content {
	color: #6d8f82;
	background: #e1e9e6
}
.board-of-directors.green .description-content a {
	color: #6d8f82;
	font-weight: 600
}
.board-of-directors.green .active:after {
	border-bottom-color: #e1e9e6
}
.board-of-directors.blue .description-content {
	color: #436da7;
	background: #d9e2ee
}
.board-of-directors.blue .description-content a {
	color: #436da7;
	font-weight: 600
}
.board-of-directors.blue .active:after {
	border-bottom-color: #d9e2ee
}
.board-of-directors.dark-blue .description-content {
	color: #edf3f9;
	background: #6390c6
}
.board-of-directors.dark-blue .description-content a {
	color: #edf3f9;
	font-weight: 600
}
.board-of-directors.dark-blue .active:after {
	border-bottom-color: #6390c6
}
.board-of-directors.red .description-content {
	color: #ffeaea;
	background: #ab404b
}
.board-of-directors.red .description-content a {
	color: #ffeaea;
	font-weight: 600
}
.board-of-directors.red .active:after {
	border-bottom-color: #ab404b
}
.board-of-directors.orange .description-content {
	color: #ffecdc;
	background: #e77c22
}
.board-of-directors.orange .description-content a {
	color: #ffecdc;
	font-weight: 600
}
.board-of-directors.orange .tile.active:after {
	border-bottom-color: #e77c22
}
.board-of-directors.dark-gray .description-content {
	color: #dadbe2;
	background: #282a32
}
.board-of-directors.dark-gray .description-content a {
	color: #dadbe2;
	font-weight: 600
}
.board-of-directors.dark-gray .active:after {
	border-bottom-color: #282a32
}
.board-of-directors.black .description-content {
	color: #fff;
	background: #000
}
.board-of-directors.black .description-content a {
	color: #fff;
	font-weight: 600
}
.board-of-directors.black .active:after {
	border-bottom-color: #000
}
.board-of-directors.gray .description-content, .board-of-directors.grey .description-content {
	color: #494a4f;
	background: #f9f9f9
}
.board-of-directors.gray .active:after, .board-of-directors.grey .active:after {
	border-bottom-color: #f9f9f9
}
.img-float-left {
	float: left;
	margin: 0 18px 18px 0
}
@media (max-width:767px) {
.img-float-left {
	max-width: 100%;
	float: none;
	margin: 18px auto
}
}
.img-float-center {
	float: none;
	display: block!important;
	margin: 0 auto 18px
}
@media (max-width:767px) {
.img-float-center {
	max-width: 100%;
	float: none;
	margin: 18px auto
}
}
.img-float-right {
	float: right;
	margin: 0 0 18px 18px
}
@media (max-width:767px) {
.img-float-right {
	max-width: 100%;
	float: none;
	margin: 18px auto
}
}
.img-rounded {
	border-radius: 6px
}
.img-circle {
	border-radius: 50%
}
.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.77;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px
}
@media (max-width:767px) {
.img-thumbnail {
	display: block
}
}
.callout {
	float: right;
	width: 400px;
	margin: 9px 0 18px 18px;
	background-color: #efefef;
	display: -ms-flexbox;
	display: flex
}
@media (max-width:767px) {
.callout {
	width: 100%;
	float: none;
	margin: 9px 0 18px
}
}
@media (min-width:992px) {
.callout {
	font-size: 14px
}
.callout h2 {
	font-size: 16px
}
}
.callout-image {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
	width: 33.33333%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
.callout-image div {
	width: 100%;
	padding: 8px
}
.callout-image img {
	width: 100%;
	display: block;
	margin: 0 auto
}
@media (max-width:767px) {
.callout-image {
	margin: 6px 0;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start
}
}
.callout-content {
	-ms-flex-preferred-size: 66.66667%;
	flex-basis: 66.66667%;
	width: 66.66667%;
	position: relative
}
.callout-content h2 {
	padding: 0 10px;
	margin-bottom: 10px;
	line-height: 1.4
}
@media (max-width:767px) {
.callout-content h2 {
	font-size: 16px
}
}
.callout-content p {
	padding: 0 10px
}
@media (max-width:767px) {
.callout-content {
	font-size: 14px
}
}
.callout-content .learn-more {
	text-decoration: underline;
	padding: 0 0 10px 10px;
	display: inline-block;
	color: #333
}
.callout-content .label {
	position: absolute;
	background-color: #dcdcdc;
	color: #494b54;
	font-weight: 500;
	right: 0;
	bottom: 0;
	padding: 10px 15px
}
.callout.blue {
	background: #d9e2ee;
	color: #234472
}
.callout.blue .callout-content .learn-more {
	color: #234472
}
.callout.blue .callout-content .label {
	background: #bac9df;
	color: #234472
}
.callout.green {
	color: #6d8f82;
	background: #e1e9e6
}
.callout.green .callout-content .learn-more {
	color: #6d8f82
}
.callout.green .callout-content .label {
	background: #c4d3cd;
	color: #6d8f82
}
.callout.dark-blue {
	color: #edf3f9;
	background: #6390c6
}
.callout.dark-blue .callout-content .learn-more {
	color: #edf3f9
}
.callout.dark-blue .callout-content .label {
	background: #4276b4;
	color: #edf3f9
}
.callout.red {
	background: #ab404b
}
.callout.red, .callout.red .callout-content .learn-more {
	color: #ffeaea
}
.callout.red .callout-content .label {
	background: #86323b;
	color: #ffeaea
}
.callout.orange {
	color: #ffecdc;
	background: #e77c22
}
.callout.orange .callout-content .learn-more {
	color: #ffecdc
}
.callout.orange .callout-content .label {
	background: #c16415;
	color: #ffecdc
}
.callout.dark-gray {
	color: #dadbe2;
	background: #282a32
}
.callout.dark-gray .callout-content .learn-more {
	color: #dadbe2
}
.callout.dark-gray .callout-content .label {
	background: #111216;
	color: #dadbe2
}
.callout.black {
	color: #eee;
	background: #000
}
.callout.black .callout-content .learn-more {
	color: #eee
}
.callout.black .callout-content .label {
	background: #333;
	color: #eee
}
.callout.align-top .tile-image {
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start
}
.callout.left {
	float: left;
	margin: 9px 18px 18px 0
}
@media (max-width:767px) {
.callout.left {
	float: none;
	margin: 9px 0 18px
}
}
footer {
	background-color: #d3d4d8;
	background-image: url(../img/footer.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	padding-top: 40px
}
@media (max-width:767px) {
footer {
	padding-bottom: 60px
}
}
@media (max-width:767px) {
footer .nav h2 {
	border-top: 1px solid #626366;
	border-bottom: 1px solid #626366;
	padding: 10px 0
}
footer .nav h2:after {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	float: right;
	margin-right: 20px;
	border-color: #979797;
	border-style: solid;
	margin-top: -3px;
	border-width: 0 4px 4px 0;
	transform: rotate(45deg);
	perspective: 1;
	transition: all .1s linear
}
}
footer .nav .footer-nav {
	display: -ms-flexbox;
	display: flex
}
@media (max-width:767px) {
footer .nav .footer-nav {
	max-height: 0;
	overflow: hidden;
	-ms-flex-direction: column;
	flex-direction: column;
	transition: max-height .5s linear
}
}
footer .nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}
footer .nav>ul>li {
	padding-right: 32px
}
@media (max-width:767px) {
footer .nav>ul>li {
	padding: 0
}
}
footer .nav>ul>li ul li a {
	font-size: 12px
}
footer .nav a {
	color: #626366;
	font-weight: 400;
	font-size: 16px;
	white-space: nowrap;
	text-transform: uppercase
}
@media (max-width:767px) {
footer .nav.open h2: after {
	margin-top: 6px;
	transform: rotate(225deg)
}
footer .nav.open .footer-nav {
	max-height: 999px
}
}
footer .social {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 20px
}
footer .footer-icon {
	width: 38px;
	height: 38px
}
footer .footer-icon:not(:first-child) {
	margin-left: 20px
}
footer .footer-icon.twitter {
	background-image: url(../img/icon-twitter.png)
}
@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:1.5dppx) {
footer .footer-icon.twitter {
	background-image: url(../img/icon-twitter-2x.png);
	background-size: 38px 38px
}
}
footer .footer-icon.facebook {
	background-image: url(../img/icon-facebook.png)
}
@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:1.5dppx) {
footer .footer-icon.facebook {
	background-image: url(../img/icon-facebook-2x.png);
	background-size: 38px 38px
}
}
footer .footer-icon.linkedin {
	background-image: url(../img/icon-linkedin.png)
}
@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:1.5dppx) {
footer .footer-icon.linkedin {
	background-image: url(../img/icon-linkedin-2x.png);
	background-size: 38px 38px
}
}
footer .footer-icon.youtube {
	background-image: url(../img/icon-youtube.png)
}
@media (-webkit-min-device-pixel-ratio:1.5), (min--moz-device-pixel-ratio:1.5), (min-device-pixel-ratio:1.5), (min-resolution:1.5dppx) {
footer .footer-icon.youtube {
	background-image: url(../img/icon-youtube-2x.png);
	background-size: 38px 38px
}
}
footer hr {
	border: none;
	background-color: #626366;
	height: 1px;
	width: 100%;
	display: block;
	margin: 20px 0
}
footer .secondary-nav {
	color: #282a32;
	margin-bottom: 40px
}
footer .secondary-nav a {
	color: #282a32
}
footer .secondary-nav ul {
	text-align: right;
	list-style-type: none;
	margin: 0;
	padding: 0
}
@media (max-width:767px) {
footer .secondary-nav ul {
	text-align: center
}
}
footer .secondary-nav ul li {
	display: inline-block;
	padding-right: 8px
}
footer .secondary-nav ul li:not(:first-child):before {
	content: "|";
	display: absolute;
	padding-right: 12px
}
.microsite footer {
	background-color: #ebeaea
}
.microsite footer hr {
	background-color: #494a4f
}
.microsite footer .secondary-nav, .microsite footer .secondary-nav a {
	color: #494a4f
}
.float-right {
	float: right!important
}
.float-left {
	float: left!important
}
.float-none {
	float: none!important
}
.align-left, .text-left {
	text-align: left!important
}
.align-center, .text-center {
	text-align: center!important
}
.align-right, .text-right {
	text-align: right!important
}
.clear {
	clear: both
}
.hidden {
	display: none!important;
	visibility: hidden
}
@media print {
* {
	background: transparent!important;
	color: #000!important;
	box-shadow: none!important;
	text-shadow: none!important
}
a, a:visited {
	text-decoration: underline
}
a[href]:after {
	content: " (" attr(href) ")"
}
abbr[title]:after {
	content: " (" attr(title) ")"
}
.ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
	content: ""
}
blockquote, pre {
	border: 1px solid #999;
	page-break-inside: avoid
}
thead {
	display: table-header-group
}
img, tr {
	page-break-inside: avoid
}
img {
	max-width: 100%!important
}
@page {
	margin: .5cm
}
h2, h3, p {
	orphans: 3;
	widows: 3
}
h2, h3 {
	page-break-after: avoid
}
}
input.gsc-input {
	background-image: url(http://mililanigolf.com/wp-content/uploads/2014/11/grey-background-website-8013.jpg)!important;
	background-repeat: no-repeat;
	background-color: #fff
}
.search-results-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.9);
	opacity: 0;
	visibility: hidden;
	transition: opacity .5s, visibility 0s .5s;
	z-index: 17
}
.search-activated .search-results-overlay {
	opacity: 1;
	visibility: visible;
	transition: opacity .5s
}
.search-results-overlay .overlay-close {
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	border: 0;
	color: #fff;
	z-index: 13;
	background: none;
	font-size: 2em;
	text-transform: uppercase;
	cursor: pointer
}
.search-results-wrapper .search::-webkit-input-placeholder {
	color: #fff
}
.search-results-wrapper .search:-moz-placeholder, .search-results-wrapper .search::-moz-placeholder {
	color: #fff
}
.search-results-wrapper .search:-ms-input-placeholder {
	color: #fff
}
.search-results-wrapper {
	max-width: 800px;
	margin: 3em auto 1em;
	padding: 0 3em;
	height: calc(100vh - 4em)
}
.search-results-wrapper .search {
	width: 100%;
	padding: .5em;
	background: none;
	border: 0 none;
	border-bottom: 2px solid #fff!important;
	color: #fff;
	outline: 0;
	font-size: 1.5em
}
.search-results-wrapper .search:valid:not(:placeholder-shown) {
	border: 0 none!important;
	border-bottom: 2px solid #fff!important
}
.search-results {
	margin: 2em 0 0;
	padding: 0;
	height: calc(100% - 4.4em);
	position: relative;
	overflow-y: auto
}
.search-results li {
	list-style: none;
	margin-bottom: 1em;
	font-size: 2em;
	padding: 1em;
	background: #fff;
	line-height: 1
}
.search-results span {
	font-size: 1rem;
	display: block;
	margin-top: .75em
}
nav {
	background-color: #fff;
	box-shadow: 0 2px 20px rgba(0,0,0,.5);
	width: 1100px;
	height: 6.4285714286vw;
	min-height: 60px;
	max-height: 90px;
	position: fixed;
	z-index: 15!important;
	transition: height .25s ease
}
nav #logo-normal {
	display: block;
	width: auto;
	position: absolute;
	left: 2.2857142857vw;
	top: 50%;
	transform: translateY(-50%);
	height: 80%
}
nav.slim {
	height: 60px;
	transition: height .25s ease
}
nav #menu {
	display: block;
	position: absolute;
	right: 2%;
	top: 50%;
	transform: translateY(-50%)
}
nav #menu, nav #menu a {
	text-decoration: none;
	list-style-type: none
}
nav #menu a {
	color: #c7c7c7;
	margin-left: 1.33em;
	transition: color .25s ease;
	font-weight: 300
}
nav #menu a:hover {
	color: #a0a0a0;
	transition: color .25s ease
}
nav #menu li {
	color: #c7c7c7;
	margin-left: 1.33em;
	transition: color .25s ease;
	font-weight: 300;
	text-decoration: none;
	list-style-type: none
}
nav #menu li:hover {
	color: #aeaeae;
	transition: color .25s ease
}
nav #menu .share-icons {
	display: none
}
nav #menu .share-icons a {
	margin-left: .5em
}
#nav-spacer {
	height: 6.4285714286vw;
	min-height: 60px;
	max-height: 90px
}
@media (min-width:793px) {
nav #social-menu {
	margin-right: 1em
}
}
@media only screen and (max-width:1180px) and (min-width:793px) {
nav #menu a {
	margin-right: 1.33em
}
}
@media (max-width:793px) {
nav #menu {
	display: none
}
}
.blog-hero-bg {
	padding-top: 30.9%
}
#banner-image, .blog-hero-bg {
	background-size: cover;
	background-repeat: none
}
#banner-image {
	max-width: auto
}
#banner-image, .banner-container {
	position: relative;
	width: 100%
}
#banner-overlay {
	z-index: 12;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}
.text-overlay {
	position: absolute;
	top: 30%;
	left: 10%;
	z-index: 5
}
.headline1, .headline2 {
	z-index: 12;
	position: relative;
	text-align: left
}
#blog-more {
	z-index: 12
}
.blog-container {
	border-bottom: 2em solid transparent
}
.dropdown {
	position: absolute;
	border-radius: 0;
	border: 1px solid #67696f;
	color: #c7c7c7;
	width: 30%;
	height: auto;
	z-index: 3;
	font-weight: 600;
	font-size: 1.375rem;
	line-height: 3.125rem;
	margin: 0;
	padding: 0;
	left: 0;
	top: 0;
	text-align: center;
	cursor: pointer
}
.dropdown:after, .dropdown:before {
	content: "";
	display: table
}
.dropdown:after {
	clear: both
}
.dropdown h3 {
	display: none
}
.dropdown ol {
	position: relative;
	left: 0;
	width: 100%;
	z-index: 15;
	background-color: hsla(0,0%,100%,.7);
	margin: 0 auto!important;
	padding: 0!important;
	list-style-type: none
}
.dropdown ol #hs_cos_wrapper_module_151845182091735_topic_dropdown {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%
}
.dropdown ol #hs_cos_wrapper_module_151845182091735_topic_dropdown h3 {
	display: none
}
.dropdown ol #hs_cos_wrapper_module_151845182091735_topic_dropdown .block .widget-module ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%
}
.dropdown ol #hs_cos_wrapper_module_151845182091735_topic_dropdown .block .widget-module ul li {
	position: relative;
	text-decoration: none;
	padding-left: 10px;
	border-top: .5px solid #67696f;
	line-height: 2rem;
	text-align: left;
	list-style-type: none
}
.dropdown ol #hs_cos_wrapper_module_151845182091735_topic_dropdown .block .widget-module ul li:hover {
	background-color: rgba(204,216,235,.7);
	text-decoration: none
}
.search-select {
	cursor: pointer;
	border: 1px solid #666;
	background-color: #fff;
	position: relative;
	height: auto;
	z-index: 14;
	width: 52.5%;
	line-height: 3em;
	margin-left: 52.5%
}
.search-select input {
	width: 100%;
	border-width: 0;
	border: none
}
.search-select button {
	position: absolute;
	right: 5%;
	top: 25%;
	z-index: 12;
	width: 1.5em;
	height: 1.5em;
	border: 0;
	background-image: url(https: //cdn2.hubspot.net/hubfs/2942250/Templates/images/search-icon.png);
	background-repeat: none;
	background-size: cover
}
.hs-button {
	background-color: #466ea5;
	z-index: 4;
	color: #fff;
	border: 0;
	padding: 1em 0;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	text-transform: uppercase;
	width: 200px;
}
.hs-input, input[type=email] {
	border: 1px solid #c7c7c7;
	border-radius: 0
}
.avatar-module {
	display: table-cell;
	vertical-align: middle
}
.avatar-module img {
	height: 2em;
	width: 2em;
	margin: 0 5px;
	opacity: 1
}
.social-media-icons {
	border: 1px solid #67696f;
	border-top: none!important
}
ul.social-media-icons {
	margin: 0 auto;
	min-width: 100%;
	text-align: right;
	padding: 0 5px
}
ul.social-media-icons li {
	display: inline!important;
	margin: 0 auto;
	text-align: center;
	padding: 2em 1em
}
ul.social-media-icons a {
	width: 24px;
	height: 24px;
	font-size: 16px;
	color: #c7c7c7
}
.blog-post {
	margin-left: 5%
}
.hs-postlisting-item {
	list-style-type: none;
	text-decoration: none;
	margin: 0 auto;
	border-bottom: 1px solid #cacbce;
	text-align: left;
	padding: .5em 0
}
.hs-postlisting-item:last-child {
	border: none
}
.widget-module ul {
	margin: 0 auto;
	padding: 0
}
.post {
	margin: 2em;
	overflow: hidden;
	position: relative;
	background-color: #fff
}
.post a {
	text-decoration: none!important
}
.post-title {
	font-size: 18px;
	color: #67696f;
	font-weight: 700;
	text-align: left;
	margin: 1em
}
.post-date {
	position: relative
}
.post-author, .post-date {
	margin: 0 auto;
	text-align: center
}
.post-author, .post-date, .post-preview {
	color: #67696f;
	font-weight: 400;
	text-transform: none;
	text-decoration: none
}
.post-preview {
	font-size: 14px;
	padding: 1em;
	line-height: 1.5em;
	overflow: hidden
}
.post-image {
	width: 100%;
	height: auto;
	margin: 0 auto
}
.post-author, .post-image {
	position: relative
}
.post-url {
	text-decoration: none
}
.post-body {
	height: auto;
	width: 100%;
	border: 1px solid #67696f
}
.post-listing-text {
	padding: 2em
}
.blog-sidebar {
	max-width: 90%;
	margin: 5%;
	padding: 1em;
	height: auto;
	border: 1px solid #666;
	background-color: #fff
}
.box-shadow {
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.08);
	transition: box-shadow .3s ease-in-out
}
.box-shadow:hover {
	box-shadow: 0 5px 15px 2px rgba(0,0,0,.1)
}
.vcenter {
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}
.hcenter {
	position: relative;
	left: 50%;
	transform: translateX(-50%)
}
.container-fluid {
	padding: 0!important
}
.page-center {
	min-width: 100%;
	margin: 0 auto!important;
	float: none!important
}
.landing-page-hero {
	background-image: url(https: //cdn2.hubspot.net/hubfs/2942250/Templates/images/MPG_DigitalLeader_HeroBanner_1200x350.jpg);
	position: relative;
	height: 50vh;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	text-decoration: none;
	overflow: hidden;
	background-size: cover
}
.article-img {
	min-width: 100%!important;
	text-align: center
}
.lead-generation-form {
	background-color: #6390c6;
	border-radius: 20px
}

.contactbutton {
    border: 2px dotted #436da7;
    z-index: 4;
    padding: 1em 0;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    text-transform: uppercase;
    width: 200px;
}

@media only screen and (max-width:964px) {
#banner-image, .banner-container {
	position: relative;
	min-width: 100%;
	height: 100%;
	overflow: hidden
}
#banner-overlay {
	width: auto;
	height: 80%;
	z-index: 12;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}
}
@media (max-width:1000px) {
.headline2 {
	display: none
}
}
@media (max-width:793px) {
.dropdown {
	position: absolute;
	border-radius: 0;
	border: 1px solid #67696f;
	color: #c7c7c7;
	width: 100%;
	height: auto;
	z-index: 3;
	font-weight: 600;
	font-size: 1.375rem;
	line-height: 3.125rem;
	margin: 0;
	padding: 0;
	left: 0;
	top: 105%;
	text-align: center;
	cursor: pointer
}
.dropdown:after, .dropdown:before {
	content: "";
	display: table
}
.dropdown:after {
	clear: both
}
.dropdown h3 {
	display: none
}
.dropdown ol {
	position: relative;
	left: 0;
	width: 100%;
	z-index: 15;
	background-color: hsla(0,0%,100%,.7);
	margin: 0 auto!important;
	padding: 0!important;
	list-style-type: none
}
.dropdown ol #hs_cos_wrapper_topic_dropdown {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%
}
.dropdown ol #hs_cos_wrapper_topic_dropdown h3 {
	display: none
}
.dropdown ol #hs_cos_wrapper_topic_dropdown .block .widget-module ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%
}
.dropdown ol #hs_cos_wrapper_topic_dropdown .block .widget-module ul li {
	position: relative;
	text-decoration: none;
	padding-left: 10px;
	border-top: .5px solid #67696f;
	line-height: 2rem;
	text-align: left
}
.dropdown ol #hs_cos_wrapper_topic_dropdown .block .widget-module ul li:hover {
	background-color: rgba(204,216,235,.7);
	text-decoration: none
}
.search-select {
	position: absolute;
	cursor: pointer;
	border: 1px solid #666;
	background-color: #fff;
	height: auto;
	width: 100%;
	line-height: 3em;
	left: 0;
	top: 5%;
	margin-bottom: 2em;
	margin-left: 0;
	z-index: 12
}
.search-select:after, .search-select:before {
	content: "";
	display: table
}
.search-select:after {
	clear: both
}
}
.hs_cos_wrapper_type_social_sharing img {
	display: none
}
.fm_button span {
	background: none!important
}
.fm_button span, .hs_cos_wrapper_type_social_sharing a {
	width: 50px;
	height: 50px;
	font-size: 20px;
	margin-left: .2em
}
.fm_button span:before, .hs_cos_wrapper_type_social_sharing a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.fm_facebook>span:before, .hs_cos_wrapper_type_social_sharing a:first-child:before {
	content: "\f082"
}
.fm_linkedin>span:before, .hs_cos_wrapper_type_social_sharing a:nth-child(2):before {
	content: "\f08c"
}
.fm_twitter>span:before, .hs_cos_wrapper_type_social_sharing a:nth-child(3):before {
	content: "\f081"
}
.hs_cos_wrapper_type_social_sharing a:nth-child(6):before {
	content: "\f0e0";
	display: none
}
.fm_googleplus>span:before, .hs_cos_wrapper_type_social_sharing a:nth-child(4):before {
	content: "\f0d5";
	display: none
}
.fm_pinterest>span:before, .hs_cos_wrapper_type_social_sharing a:nth-child(5):before {
	content: "\f0d2";
	display: none
}
.fm_youtube>span:before {
	content: "\f16a";
	display: none
}
footer {
	position: relative;
	z-index: 2;
	background-color: #c7c7c7;
	background-image: url(https: //cdn2.hubspot.net/hubfs/2942250/WEF/images/footer-bg1x.png);
	color: #282a32;
	font-size: .9375rem;
	padding-top: 0!important
}
footer #about {
	padding: 4rem 5% 0;
	width: 100%
}
footer #about:after, footer #about:before {
	content: "";
	display: table
}
footer #about:after {
	clear: both
}
footer #about h4 {
	margin: .5em 0;
	color: #4a71a2;
	font-size: 1.875rem;
	font-weight: 400;
	text-align: center;
	font-weight: 700
}
footer #about p {
	text-align: center;
	line-height: 1.3em;
	float: none;
	margin: 2em 4em
}
footer #about a {
	background-color: #4a71a2;
	color: #466ea5;
	text-decoration: none;
	text-align: center;
	margin: auto;
	width: 50%;
	padding: 1em 3em
}
footer #about a:hover {
	text-decoration: underline;
	background-color: #ccd8eb;
	color: #324c6d
}
footer #social {
	padding: 1.5rem 5% 4rem;
	margin-bottom: .5em;
	float: right
}
footer #social:after, footer #social:before {
	content: "";
	display: table
}
footer #social:after {
	clear: both
}
footer #social a {
	display: block;
	float: left;
	margin-right: 1em;
	color: #282a32;
	border: 2px solid #282a32;
	border-radius: 50%;
	width: 1.75em;
	height: 1.75em;
	position: relative
}
footer #social a i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%)
}
footer #bottom-links {
	padding: 2rem 5%;
	text-align: center
}
footer #bottom-links #copyright, footer #bottom-links #links {
	display: block
}
footer #bottom-links #copyright a, footer #bottom-links #links a {
	color: #282a32
}
footer #bottom-links #copyright {
	margin-bottom: .66em
}
footer .column-wrap {
	margin: 0 auto;
	width: 100%;
	height: auto
}
.stay-connected {
	position: relative;
	font-size: 1.2em;
	text-decoration: none;
	text-transform: uppercase
}
.footer {
	background-color: #6692c2;
	padding: 2em 15em
}
.footer, .footer h1, .footer p {
	color: #fff;
	text-align: center
}
.footer p {
	padding-bottom: 18px
}
.footer #cta_button_2942250_0bc407c9-d0b9-4bde-9ada-cee426b97591 {
	transition: all .3s ease
}
.footer #cta_button_2942250_0bc407c9-d0b9-4bde-9ada-cee426b97591:hover {
	background-color: #afc6df;
	color: #fff
}
.follow-me {
	list-style-type: none;
	margin: 0 auto;
	padding-bottom: 18px
}
.follow-me li {
	display: inline-block;
	margin: 0 auto;
	padding: .35em;
	text-align: center
}
.follow-me li i {
	color: #fff;
	font-size: 2.5em;
	transition: all .3s ease
}
.follow-me li i:hover {
	color: #afc6df
}
.copyright {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 0
}
.copyright a {
	color: #fff
}
@media (min-width:793px) {
#footer #bottom-links {
	text-align: left
}
#footer #bottom-links:before {
	content: "";
	display: table
}
#footer #bottom-links:after {
	content: "";
	display: table;
	clear: both
}
#footer #bottom-links #copyright {
	float: left;
	margin: 0
}
#footer #bottom-links #links {
	float: right;
	text-align: right
}
}
@media (max-width:793px) {
#footer #social {
	padding-left: 100px;
	padding-right: 50px;
	margin-bottom: .5em;
	float: none;
	text-align: -webkit-center
}
#footer #social:after,
#footer #social:before {
	content: "";
	display: table
}
#footer #social:after {
	clear: both
}
.footer {
	background-color: #6692c2;
	padding: .25em;
	text-align: center
}
.footer, .footer h1 {
	color: #fff;
	margin: 0 auto
}
.footer h1 {
	padding: 2em 1em
}
.footer p {
	display: none
}
}
.blocker {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 13;
	padding: 20px;
	box-sizing: border-box;
	background-color: #000;
	background-color: rgba(0,0,0,.8);
	text-align: center;
	cursor: pointer
}
.blocker:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -.05em
}
.blocker.behind {
	background-color: transparent
}
#modal-container {
	height: 0;
	overflow: hidden;
	position: relative
}
.modal {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
	box-sizing: border-box;
	background: #000;
	padding: 0;
	-o-box-shadow: 0 0 10px #000;
	-ms-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	text-align: left
}
.modal iframe {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1
}
.modal a.close-modal {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	top: -12.5px;
	right: -12.5px;
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background: url("data: image/png;
	base64,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") no-repeat 0 0
}
.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url("data: image/gif;
	base64,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") #111 no-repeat 50%;
	border-radius: 8px
}


.wcs .wcs-cta-button, .wcs .wcs-cta_button {
  
    background-color: #466ea5!important;
    border: 0px solid #fff!important;
}