/*  Global Variables and Macros*/

/*Modules CSS*/

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

img.alignRight{
    margin: 0 0 5px 15px;
}

img.alignLeft{
    margin: 0 15px 5px 0;
}

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

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}



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

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

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

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

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 56.25%;
}
.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^="//www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

/* 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(//cdn2.hubspotqa.com/local/hub/124/file-52894-png/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

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



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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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



/*Follow Me Widget FontAwesome*/
.fm_button span{
    background-image: none!important;
    color: #fff;
    /* font-family: fontawesome; */
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 21px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
    .fm_button.fm_twitter span:after {
    content: "\f099";
}
    .fm_button.fm_facebook span:after {
    content: "\f09a";
}
.fm_button.fm_rss span:after {
    content: "\f09e";
}
.fm_button.fm_googleplus span:after {
    content: "\f0d5";
}
 .fm_button.fm_youtube span:after {
    content: "\f16a";
}
 .fm_button.fm_linkedin span:after {
    content: "\f0e1";
}
 .fm_button.fm_pinterest span:after {
    content: "\f0d2";
}
/*simply add class .circles to hubspot module to get circles around the buttons*/
.widget-type-follow_me.circles a.fm_button {
    height: 2em;
    width: 2em;
    display: inline-block;
    background-color: blue;
    border-radius: 100%;
    text-align: center;
    padding: .3em 0;
    margin-left: 3px;
}
@supports(display: -webkit-inline-box) or (display: inline-flex){
    .widget-type-follow_me.circles a.fm_button {
   
        display: -webkit-inline-box;
   
        display: -ms-inline-flexbox;
   
        display: inline-flex;
       -webkit-box-align:center;
           -ms-flex-align:center;
               align-items:center;
       -webkit-box-pack:center;
           -ms-flex-pack:center;
               justify-content:center;
        padding: 0 0;
        
   
    }
     .widget-type-follow_me.circles a.fm_button span{
         height:auto!important;
         width:auto!important;
     }
}

/*End Follow Me Widget FontAwesome*/

/*BIF17 FW Rich Text 1 col*/
.fw-rich-text,.fw-2-col-rich-text,.fw-3-col-rich-text {
    padding-top: 50px;
    padding-bottom: 50px;
    position:relative;
    background-size:cover;
    background-repeat:no-repeat;
}

.fw-rich-text.header-only,.fw-rich-text {padding-bottom:20px;}

.fw-rich-text.red-background {
    background: url('https://cdn2.hubspot.net/hubfs/401030/Goodwill_Family/cubes_red.png');
    background-size: 134px;
    min-height: 512px;
}
.fw-rich-text.blue-background {
    background: url('https://cdn2.hubspot.net/hubfs/401030/Goodwill_Family/cubes_blue.png');
    background-size: 134px;
    min-height: 512px;
}
.fw-rich-text.gray-background {
    background: url('https://cdn2.hubspot.net/hubfs/401030/Goodwill_Family/cubes_gray.png');
    background-size: 134px;
    min-height: 512px;
}
.fw-rich-text.red-background h1,.fw-rich-text.red-background h2, .fw-rich-text.red-background h3, .fw-rich-text.red-background .content,
.fw-rich-text.blue-background h1,.fw-rich-text.blue-background h2, .fw-rich-text.blue-background h3, .fw-rich-text.blue-background .content,
.fw-rich-text.gray-background h1,.fw-rich-text.gray-background h2, .fw-rich-text.gray-background h3, .fw-rich-text.gray-background .content,
.fw-rich-text.red-background .h1,.fw-rich-text.red-background .h2, .fw-rich-text.red-background .h3, .fw-rich-text.red-background .content,
.fw-rich-text.blue-background .h1,.fw-rich-text.blue-background .h2, .fw-rich-text.blue-background .h3, .fw-rich-text.blue-background .content,
.fw-rich-text.gray-background .h1,.fw-rich-text.gray-background .h2, .fw-rich-text.gray-background .h3, .fw-rich-text.gray-background .content
{
    color: white;
}

.fw-rich-text.bg-gold {
    color: #fff;
}

.fw-rich-text.bg-gold
 h2 {
    color: #fff;
}
@media(min-width:769px){
    .fw-rich-text.overflow, .fw-2-col-rich-text.overflow, .fw-3-col-rich-text.overflow,.statement-qualifications.overflow {
        width: calc(100% - -67px);
        -webkit-transform: translateX(-40px);
            -ms-transform: translateX(-40px);
                transform: translateX(-40px);
    }
  
}
@media(max-width:768px){
  .fw-2-col-rich-text .left-text{
        margin-bottom: 80px;
  }
}

/*END BIF17 fw rich text modules*/

/*BIF FW Text With Background - depends on styles from FW Rich Text 1-Col */
.fw-text-w-background.fw-rich-text {
    color: #303030;
    display: table;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    padding-top: 65px;
    padding-bottom: 65px;
}
.fw-text-w-background.fw-rich-text.top-banner {
    color: white;
}
.fw-rich-text.fw-text-w-background.top-banner .mobile-image {
    margin-top: -87px;
}
body:not(.homepage) .fw-rich-text.fw-text-w-background.top-banner .mobile-image{
    margin-top:0;
    
}

@media (max-width:767px){
    .fw-text-w-background.fw-rich-text.top-banner {
    background-image:none!important;
    }
    .fw-text-w-background.fw-rich-text.top-banner .content-wrapper{background-color:#002966;}
    .fw-text-w-background.fw-rich-text.top-banner .content {
        padding-top: 25px;
        padding-left: 2%;
        padding-right: 2%;

    }
    .fw-text-w-background.fw-rich-text.top-banner{
        padding-bottom:0!important;
       
        background:#303030!important;
    }
    body:not(.homepage) .fw-rich-text.fw-text-w-background.top-banner{
padding-top:0!important;
}
    
}
.fw-rich-text.fw-text-w-background:not(.top-banner) .mobile-image{display:none;}


.fw-text-w-background.fixed-height {
    min-height: 512px;
}
.fw-text-w-background.fw-rich-text .content-wrapper{
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}
.fw-text-w-background.fw-rich-text h1, 
.fw-text-w-background.fw-rich-text h2, 
.fw-text-w-background.fw-rich-text h3,
.fw-text-w-background.fw-rich-text h4 {
    color: #013a81;
}
.fw-text-w-background.fw-rich-text.top-banner h1,
.fw-text-w-background.fw-rich-text.top-banner h2,
.fw-text-w-background.fw-rich-text.top-banner h3 {
    color: white;
}
.fw-text-w-background.fw-rich-text.top-banner .h1,
.fw-text-w-background.fw-rich-text.top-banner .h2,
.fw-text-w-background.fw-rich-text.top-banner .h3 {
    color: white;
}
@media(min-width:767px){
    .fw-text-w-background.fw-rich-text.top-banner h1,.fw-text-w-background.fw-rich-text.top-banner .h1 {
    font-size: 55px;
   
}
     
    .fw-text-w-background.fw-rich-text.top-banner p {
   
    font-size: 24px;
}
}
.fw-text-w-background.fw-rich-text.top-banner h1,.fw-text-w-background.fw-rich-text.top-banner .h1 {

    font-weight: bold;
}
.fw-text-w-background.fw-rich-text.top-banner p {
    font-family: 'Droid Serif',serif;
 
}
.fw-text-w-background.fw-rich-text h2,.fw-text-w-background.fw-rich-text .h2 {
    font-size: 40px;
}
.fw-text-w-background .gradient-layer{
    content:"";
    height:100%;
    width:100%;
    z-index:1;
    position:absolute;
    top: 0;
}    
/* END BIF FW Text With Background */

/* FW Image and Text Module */
.image-and-text-module-v2 ul li {
    margin-bottom: 0!important;
}
.image-and-text-module-v2 h3{margin-top:0;}
.image-and-text-module-v2 h2 a,.image-and-text-module-v2 a h2,.image-and-text-module-v2 h3 a,.image-and-text-module-v2 a h3{text-decoration:none;}
@media (max-width: 320px) {
  html.no-flexbox .image-and-text-module-v2 .positioning,
  html.no-js .image-and-text-module-v2 .positioning {
    width: 82.5%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  html.no-flexbox .image-and-text-module-v2,
  html.no-js .image-and-text-module-v2 {
    /*tablet and below*/
  }
  html.no-flexbox .image-and-text-module-v2 .image,
  html.no-js .image-and-text-module-v2 .image {
    background: none !important;
    height: auto !important;
    min-height: auto !important;
  }
  html.no-flexbox .image-and-text-module-v2 .text .positioning,
  html.no-js .image-and-text-module-v2 .text .positioning {
    width: 76.04%;
    margin: 0 auto;
    padding: 94px 0;
  }
}
@media (min-width: 769px) {
  html.no-flexbox .image-and-text-module-v2,
  html.no-js .image-and-text-module-v2 {
    /*desktop*/
    display: block;
  }
  html.no-flexbox .image-and-text-module-v2:before, html.no-flexbox .image-and-text-module-v2:after,
  html.no-js .image-and-text-module-v2:before,
  html.no-js .image-and-text-module-v2:after {
    content: "";
    display: block;
  }
  html.no-flexbox .image-and-text-module-v2:after,
  html.no-js .image-and-text-module-v2:after {
    clear: both;
  }
  html.no-flexbox .image-and-text-module-v2 .image,
  html.no-flexbox .image-and-text-module-v2 .text,
  html.no-js .image-and-text-module-v2 .image,
  html.no-js .image-and-text-module-v2 .text {
    display: inline-block;
    width: 50%;
    float: left;
  }
  html.no-flexbox .image-and-text-module-v2 .text,
  html.no-js .image-and-text-module-v2 .text {
    width: 58.333%;
  }
  html.no-flexbox .image-and-text-module-v2 .image,
  html.no-js .image-and-text-module-v2 .image {
    width: 41.667%;
  }
  /*
  html.no-flexbox .image-and-text-module-v2 .image,
  html.no-js .image-and-text-module-v2 .image {
    width: calc(50% + 5px);
  }
  */
  html.no-flexbox .image-and-text-module-v2 .image img,
  html.no-js .image-and-text-module-v2 .image img {
    display: none;
  }
  /*
  html.no-flexbox .image-and-text-module-v2 .text,
  html.no-js .image-and-text-module-v2 .text {
    width: calc(50% - 5px);
    position: relative;
    height: 100%;
  }
  */
  html.no-flexbox .image-and-text-module-v2 .text .positioning,
  html.no-js .image-and-text-module-v2 .text .positioning {
    width: 58.3%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
  }
}


@media (max-width: 768px) {
  html.flexbox .image-and-text-module-v2 {
    /*tablet and below*/
  }
  html.flexbox .image-and-text-module-v2.image-right.mobile-image-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
  }
  html.flexbox .image-and-text-module-v2.image-left.mobile-image-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
  }
  html.flexbox .image-and-text-module-v2 .image {
    background: none !important;
    height: auto !important;
    min-height: auto !important;
  }
  html.flexbox .image-and-text-module-v2 .text .positioning {
    width: 76.04%;
    padding: 94px 0;
    margin: 0 auto;
  }
}

@media (min-width: 769px) {
  html.flexbox .image-and-text-module-v2 {
    /*desktop*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  html.flexbox .image-and-text-module-v2 .image {
    background-size: cover;
    -webkit-box-flex: 6;
        -ms-flex: 6;
            flex: 6;
    -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
  }
  html.flexbox .image-and-text-module-v2 .image img {
    display: none;
  }
  html.flexbox .image-and-text-module-v2 .text {
    -webkit-box-flex: 6;
        -ms-flex: 6;
            flex: 6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
  }
  html.flexbox .image-and-text-module-v2 .text .positioning {
    width: 68.44%;
  }
}
@media (max-width: 320px) {
  html.flexbox body .image-and-text-module-v2 .positioning {
    width: 82.5%!important;
    margin: 0 auto;
    padding:48px 0!important;
  }
  
}
/* END FW Image and Text Module */


/* BIF17 Custom Module Classes */
.fw-text-w-background.fixed-height.top-banner {
    min-height: 385px;
}
.background-texture {
    background: url('https://cdn2.hubspot.net/hubfs/2275484/BIF17/Template%20Images/Images/background-texture.jpg');
    background-size: auto;
    background-repeat: repeat;
}
.fw-cta-2-col .image {
    background-size: initial!important;
    background-repeat: no-repeat;
    background-color: #ebe6d7;
}
@media (max-width: 1140px) {
    .fw-cta-2-col .image {
        background-size: 80%!important;
        background-position-y: bottom!important;
    }
}
@media (max-width: 900px) {
    .fw-cta-2-col .image {
        min-height: 0!important;
        
    }
    .fw-cta-2-col .text {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
@media (max-width: 768px) {
    .fw-cta-2-col .image {
        text-align: center;
    }
    .fw-cta-2-col .image img {
        max-height: 300px ;
    }    
    .fw-cta-2-col .text {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    html.flexbox .image-and-text-module-v2.fw-cta-2-col .image {
        background-color: #ebe6d7!important;
    }
    html.flexbox .image-and-text-module-v2 .text .positioning {
        padding: 20px 0;
    }
}
/* END BIF17 Custom Module Classes */

/* Gradients */

.fade-from-left, .fade-to-right {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+65&0.6+0,0+65 */
    background: -moz-linear-gradient(left, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 65%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 65%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}
.fade-from-right, .fade-to-left {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+65&0.6+0,0+65 */
    background: -moz-linear-gradient(right, rgba(0,0,0,0.6) 0%, rgba(255,255,255,0) 65%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 65%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(0,0,0,0.6) 0%,rgba(255,255,255,0) 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99000000',GradientType=1 ); /* IE6-9 */
}

/* End gradients */


/*One or Two Card Module*/
    .one-or-two-card-module {
  padding: 62px 0 46px;
}
.one-or-two-card-module .headline:after {
    content: "";
    display: block;
    width: 200px;
    /* margin-top: 15px; */
    height: 1px;
    background-color: #ad8605;
    position: relative;
    /* top: 20px; */
    margin: 24px auto 0;
}

.headline {
    padding-bottom: 44px;
}


.one-or-two-card-module .card-wrapper .card {
  text-decoration: none;
  border: 2px solid #f8f7f5;
  display: block;
  width: 100%;
  padding: 6px;
  position: relative;
  background-color:#fff;
  margin-bottom:15px;
}
.one-or-two-card-module .card-wrapper .card .btn{margin-bottom:0;}
.one-or-two-card-module .card-wrapper .card .photo {
  display: block;
  height: 234px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
/*
.one-or-two-card-module .card-wrapper .span10 .card .photo,.one-or-two-card-module .card-wrapper .span10 .card .text{
    display:inline-block;
    width:50%;
    float:left;
}*/
.one-or-two-card-module .card-wrapper .span10 .card .photo {

}
.one-or-two-card-module .card-wrapper .span10 .card .span7 {
position:relative;
}
.one-or-two-card-module .card-wrapper .card .photo .bg-img {
  display: block;
  height: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: gray;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
.one-or-two-card-module .card-wrapper .card .text {
  padding: 20px 15px 23px;
}
.one-or-two-card-module .card-wrapper .card .title {
  font-size: 22px;
  font-weight: bold;
  font-family: ;
  line-height: 1.4;
  color: #303030;
}
.one-or-two-card-module .card-wrapper .span10 .card .text{
        padding-left: 8%;
    padding-right: 8%;
}
@supports (display: -webkit-flex) or (display: -moz-flex) or (display: flex) {
   .one-or-two-card-module.one-card a.card {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
    }
    
    .one-or-two-card-module .card-wrapper .span10 .card .text {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    }
}
/*end One or Two Card Module*/
/*Individual Card Module*/
 .individual-card-module {
  text-decoration: none;
  border: 2px solid #f8f7f5;
  display: block;
  width: 100%;
  padding: 3px;
  position: relative;
  margin-bottom:37px;
}
.individual-card-module .photo {
  display: block;
  height: 206px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.individual-card-module .photo .bg-img {
  display: block;
  height: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  background-size:cover;
  background-repeat:no-repeat;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: gray;
   -webkit-transition:all .3s ease-out;
   transition:all .3s ease-out;
}
.individual-card-module:hover .photo .bg-img {
    -webkit-transform: ranslate(-50%, -50%) scale(1.3);
          transform: translate(-50%, -50%) scale(1.3);
          -webkit-transition:all .3s ease-in;
          transition:all .3s ease-in;
}
.individual-card-module .text {
  padding: 20px 15px 23px;
}
.individual-card-module .title {
  font-size: 16px;
  font-weight: 900;
  color: #ad8605;
  font-family: 'Droid Serif', serif;
  line-height: 1.4;
}
.individual-card-module .read-more {
  padding-top: 18px;
  font-size: 16px;
  font-weight: 900;
  color: #303030;
  font-family: 'Lato', sans-serif;
  
}
/*end individual card module*/

/*Homepage Banner Navigation*/
.homepage-banner-navigation {
    position:relative;
    z-index:1;
 
  border: 5px solid rgba(235, 235, 235, 0.5);
}
.homepage-banner-navigation ul {
  display: block;
   background-color: #fff;
  text-align: center;
  padding-left:0;
  margin:0;
}
.homepage-banner-navigation ul li:before{display:none!important;}
.homepage-banner-navigation ul li {
  display: inline-block;
  margin-bottom:0!important;
}
 .homepage-banner-navigation ul li a img{
-webkit-transform:scale(1);
        transform:scale(1);
-webkit-transition:all .3s ease-out;
transition:all .3s ease-out;
  }
 .homepage-banner-navigation ul li a:hover img{
-webkit-transform:scale(1.2);
        transform:scale(1.2);
-webkit-transition:all .3s ease-in;
transition:all .3s ease-in;
  }


@media (max-width: 900px) {
  .homepage-banner-navigation ul li {
    width: 48%;
  }
  .homepage-banner-navigation ul li:first-child a, .homepage-banner-navigation ul li:nth-child(3) a {
    border-left: 0;
  }
  .homepage-banner-navigation ul li:last-child a{border-right:0!important;}
}
@media (max-width: 767px) {
  .homepage-banner-navigation ul li {
    width: 100%;
    display: block;
  }
  .homepage-banner-navigation ul li a {
    border: 0 !important;
  }
}
.homepage-banner-navigation ul li:last-child a {
  border-right: 1px solid #f0eeea;
}
.homepage-banner-navigation ul li a {
  border-left: 1px solid #f0eeea;
  padding: 28px 25px 24px;
  text-decoration: none;
  font-family: 'Droid Serif', serif;
  color: #013a81;
  font-size: 22px;
  font-weight: bold; 
  display: block;
}
@media (min-width: 1200px) {
  .homepage-banner-navigation ul li a {
    padding: 28px 56px 24px;
  }
}
@supports (display: -webkit-flex) or (display: -moz-flex) or (display: flex) {
    .homepage-banner-navigation ul {
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            flex-flow:row wrap;
    padding: 6px;
}
  .homepage-banner-navigation ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
            height:89px;
  }
}
.homepage-banner-navigation ul li a img {
  margin-right: 18px;
}
/*related articles module*/
.related-articles-module {

  padding: 68px 0 108px;

}
/*
.related-articles-module.default-colors {
    background-color: #16497b;
    color:#fff;
}*/
.related-articles-module.lite-colors{
    background-color:#f6f6f6;
}

.related-articles-module  .article-card .btn-primary {
    margin-top: 35px;
}

.related-articles-module h1, .related-articles-module h2, .related-articles-module h3 {
     margin:0;
  font-weight:bold;
}
.related-articles-module.default-colors h1, .related-articles-module.default-colors h2, .related-articles-module.default-colors h3 {
  color: #fff;
  margin:0;
  font-weight:bold;
}
.related-articles-module .module-header-wrapper .pre-header{
       text-transform:uppercase;
    font-size:20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   
}
.related-articles-module .module-header-wrapper:after {
   content:"";
    height:1px;
    width:247px;
    max-width:90%;
    display:block;
    background-color:#826505;
    margin:16px auto 50px;
}
.related-articles-module .article-card {
  background-color: #ffffff;
  display: block;
  font-weight:500;
  padding: 23px 61px;
  color: #333333;
  font-size: 20px;
  /*border: 1px solid #dee1e4;*/
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  margin-bottom: 29px;
  -webkit-transform:scale(1);
          transform:scale(1);
  -webkit-transition:-webkit-transform .2s ease-out;
  transition:-webkit-transform .2s ease-out;
  transition:transform .2s ease-out;
  transition:transform .2s ease-out, -webkit-transform .2s ease-out;
  text-decoration:none;
  -webkit-box-flex:0; -webkit-flex:0 0 337px; -ms-flex:0 0 337px; flex:0 0 337px;
}
.related-articles-module.across .article-card .post-topic {
    position: relative;
        margin-top: -41px;
    margin-left: -31px;
    padding:10px 13px;
    color:#fff;
    font-size:14px;
    font-weight:900;
    font-family:'Lato', sans-serif;
    text-transform:uppercase;
    background-color: #ad8605;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.related-articles-module.across .article-card{
    text-align:left;
    display:inline-block;
    max-width:337px;
    min-height:452px;
    padding:0;
    margin: 12.5px;
}
 .related-articles-module.across .article-container {text-align:center;}

.related-articles-module.across .article-card .post-title{    padding-top:15px;}

.related-articles-module.across .article-card .read-more {
    position: absolute;
    bottom: 0;
    text-align: right;
    display: block;
    width: 100%;
    height: 49px;
    font-weight: bold;
    font-size: 12px;
    font-style: italic;
    color: #002c63;
    border-top: 1px solid #ebebeb;
    left: 0;
    text-transform: capitalize;
    padding: 16px 31px;
}

@supports (display: -webkit-flex) or (display: -moz-flex) or (display: flex) {
    .related-articles-module.across .article-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
       -webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
    }
    .related-articles-module.across .article-card{
        margin: 6.5px!important;
    }
}

.related-articles-module.summaries .article-card{
    text-align: left;
    display: inline-block;
    width: 536px;
    width: 49%;
    min-height: 305px;
    padding: 0;
    margin: 50px;
    margin-right: 1.47%;
    margin-left: 0;
    padding: 42px 44px;
    padding-bottom: 25px;
}

.related-articles-module.summaries .article-card .post-date{
   
    text-align: right;
    font-size: 11.47px;
    font-weight: bold;
    color: #cecece;
}

.related-articles-module.summaries .article-card .post-title {
    color: #16497b;
    font-weight: bold;

}

.related-articles-module.summaries .article-card:nth-child(even){
    margin-right:0;
}

.related-articles-module.across .article-card .text{
    padding:17px 30px 38px;
}

.related-articles-module.across .article-card .post-thumb{
  display:block;
  width:100%;
  width:calc(100% + 2px);
  position:relative;
  left:-1px;
  
  height:215px;
  background-position:center;
  background-size:cover;
  
}

.related-articles-module .article-card:hover {
    -webkit-transform:scale(1.025);
            transform:scale(1.025);
    -webkit-transition:all .2s ease-in;
    transition:all .2s ease-in;
     -webkit-box-shadow: 0 9px 26px rgba(0, 0, 0, 0.2);
             box-shadow: 0 9px 26px rgba(0, 0, 0, 0.2);
}
.related-articles-module.summaries .article-card:hover {
    -webkit-transform:scale(1);
            transform:scale(1);
}

.related-articles-module.across .article-card .post-date {
  color: #cecece;
  font-size: 12px;
  font-weight: bold;
  text-transform:uppercase;
  text-align:right;
}

/*end related articles module*/

/*board member card*/

.board-member-card {
  background-color: #fff;
  min-height: 445px;
  margin:8px;
}
.board-member-card .photo {
  background-size: cover;
  background-position: center;
  background-color: #d9d9d9;
  height: 333px;
}
.board-member-card .text {
    padding: 16px 26px 26px;
}
.board-member-card .name {
  font-family: 'Droid Serif', serif;
  font-size: 30px;
  color: #002c63;
  font-weight: normal;
  line-height:1;
  
}
.board-member-card .title {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  color: #303030;
  font-weight: 500;
}
/*Board Member Card*/
/*Impact Area Feed*/

.impact-area-feed {
  background-color: #f7f7f7;
}
.impact-area-feed .blog-cards {
  text-align: center;
  padding-top: 76px;
  padding-bottom: 83px;
}
.impact-area-feed .blog-cards .post-card {
  text-decoration: none;
  background-color: #fff;
  padding: 7px;
    display:block;
}
@media(min-width:768px){
    .impact-area-feed .blog-cards .card-wrapper{
       float: left;
      width: 49%;
      padding:8px;
    }
    
}
.impact-area-feed .blog-cards .post-card .photo {
  height: 209px;
  position: relative;
  overflow: hidden;
}
.impact-area-feed .blog-cards .post-card .bg-img {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #f0eeea;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.impact-area-feed .blog-cards .post-card:hover .bg-img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.impact-area-feed .blog-cards .post-card .text {
  padding: 25px 22px 20px;
}
.impact-area-feed .blog-cards .post-card .title {
  font-family: droidSerif;
  color: #ad8605;
  font-size: 30px;
  margin-bottom: 20px;
}
.impact-area-feed .blog-cards .post-card .summary {
  font-family: Lato;
  color: #000;
  font-size: 16px;
}
.impact-area-feed .blog-cards .post-card .btn-primary {
  margin-bottom: 0;
}


.blog-cards.row-fluid.blog-cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    /* grid-template-rows: 1fr 1fr 1fr; */
    /* align-items: stretch; */
    grid-auto-rows: 1fr;
}
@media(max-width:500px){
    .blog-cards.row-fluid.blog-cards{
        -ms-grid-columns:1fr;
            grid-template-columns:1fr;
    }
}
@supports((display: -ms-grid) or (display: grid)){
    .blog-cards.row-fluid.blog-cards:before,.blog-cards.row-fluid.blog-cards:after {
        display:none;
    }
.impact-area-feed .blog-cards .card-wrapper {
    width: 100%;
    float: none;
    height: 100%;
}
}

.impact-area-feed .blog-cards .card-wrapper> a.post-card {
    /* width: 100%!important; */
    /* float: none; */
    /* display: block; */
    height: 100%;
    position:relative;
    padding-bottom:80px;
}



.impact-area-feed .blog-cards .post-card .btn-primary {
    position: absolute;
    bottom: 25px;
}
/*end impact area feed*/
/*Donor Stories*/


.donor-stories {
  background-color: #f7f7f7;
}
.donor-stories .blog-cards {
  text-align: center;
  padding-top: 53px;
  padding-bottom: 108px;
}
.donor-stories .blog-cards .post-card {
  text-decoration: none;
  background-color: #fff;
  padding: 7px;
    display:block;
}

.donor-stories .card-wrapper{
    margin:15px 0;
}

.donor-stories .blog-cards .post-card .photo {
  height: 246px;
  position: relative;
  overflow: hidden;
}
.donor-stories .blog-cards .post-card .bg-img {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #f0eeea;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.donor-stories .blog-cards .post-card:hover .bg-img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.donor-stories .blog-cards .post-card .text {
  padding: 25px 22px 20px;
}
.donor-stories .blog-cards .post-card .title {
  font-family: droidSerif;
  color: #ad8605;
  font-size: 30px;
  margin-bottom: 7px;
}
@supports (display: -webkit-flex) or (display: -moz-flex) or (display: flex) {
    .donor-stories .card-wrapper .post-card > .row-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    
    .donor-stories .card-wrapper .post-card > .row-fluid > .span8 {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* justify-content: center; */
        /* height: 100%; */
    }
}


.donor-stories .blog-cards .post-card .summary {
  font-family: Lato;
  color: #000;
  font-size: 16px;
}
.donor-stories .blog-cards .post-card .btn-primary {
  margin-bottom: 0;
}
/*end donor stories feed*/
/*Events */
.events {
  background-color: #f7f7f7;
}

.events .date{
    color:#303030;
    font-size:20px;
}
.events .blog-cards {
  text-align: center;
  padding-top: 53px;
  padding-bottom: 108px;
}

.events .blog-cards .post-card {
  text-decoration: none;
  background-color: #fff;
  padding: 7px;
  display: block;
}

.events .card-wrapper {
  margin: 15px 0;
}

.events .blog-cards .post-card .photo {
  height: 246px;
  position: relative;
  overflow: hidden;
}

.events .blog-cards .post-card .bg-img {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-color: #f0eeea;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.events .blog-cards .post-card:hover .bg-img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.events .blog-cards .post-card .text {
  padding: 25px 22px 20px;
}

.events .blog-cards .post-card .title {
  font-family: droidSerif;
  color: #ad8605;
  font-size: 30px;
  margin-bottom: 7px;
}

@supports (display: -webkit-flex) or (display: -moz-flex) or (display: flex) {
  .events .card-wrapper .post-card > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .events .card-wrapper .post-card > .row-fluid > .span8 {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* justify-content: center; */
    /* height: 100%; */
  }
}

.events .blog-cards .post-card .summary {
  font-family: Lato;
  color: #000;
  font-size: 16px;
}

.events .blog-cards .post-card .btn-primary {
  margin-bottom: 0;
}


/*end events feed*/

/*Areas of impact header*/
.areas-of-impact-header{min-height:381px;}

.fw-text-w-background.fw-rich-text.top-banner h1, .fw-text-w-background.fw-rich-text.top-banner .h1 {
    font-weight: bold;
    /*width: 800px;*/
}
