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

/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}

@media (max-width: 767px) {
  body {
    /*padding-right: 20px;
    padding-left: 20px;*/
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: -20px;
    margin-left: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}
/*.hs_submit .actions input=================================================================================*/
h1 {
  font-family: "din-boldregular";
  color: #4b4b4b;
  font-size: 30px;
  margin-bottom: 10px;
}

.breadcrumbs{
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb li a{
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif!important;
  color: #999!important;
  font-size:18px!important;
}

.breadcrumb li a:hover{
  background:transparent!important;
}

.breadcrumb li:last-child a{
  cursor:default;
}

.breadcrumb li.bcrumbs-item a{
  color: #0088cc!important;
}



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

}

.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper .hs-rss-featured-image {
  width: 100%;
}

.margin-bot-50{
  margin-bottom:50px;
}

.margin-bot-25{
  margin-bottom:25px;
}

.clr {
  clear: both;
}

body {
  margin: 0;
  padding: 0px;
}

.top-header {
  background-color: #006eb9;
}

.header-padding {
  padding: 25px 0px;
}

.container2{
  padding:0 100px;
}
.container3{
  padding:0 50px;
}
.center {
  margin: 0px auto !important;
  float: none !important;
  text-align: center;
}

.center-button{
  margin: 0px auto !important;
  display: inherit;
}

.space {
  padding: 80px 0px;
}

.space-2 {
  padding: 100px 0px;
}

.space-3 {
  padding: 50px 0px;
}

.space-4 {
  padding: 72px 0;
}

.space-5 {
  padding: 40px 0;
}

.space-footer {
  padding: 40px 0px;
}

.hth-icon{
  vertical-align:middle;
  width:50px;
}

blockquote{
  border-left: 3px solid #E86F12;
  padding: 20px 0px 20px 10px;
  font-family:"din-regular" !important;
  font-size: 18px;
  font-style: italic;
}

blockquote:before{

}
blockquote:p{
  font-family: "din-regular" !important;
  font-size: 18px;
  font-style: italic;
  padding-left: 10px;
}

/* BUTTONS */
.btn-donate {
  border: 1px solid #986229;
  border-radius: 5px;

  background: #ffbd20; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffbd20 0%, #f5ad00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbd20), color-stop(100%,#f5ad00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffbd20 0%,#f5ad00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffbd20 0%,#f5ad00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffbd20 0%,#f5ad00 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffbd20 0%,#f5ad00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd20', endColorstr='#f5ad00',GradientType=0 ); /* IE6-9 */

  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.46);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.46);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.46);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.46);

  padding: 1px 15px;

}

.donate {
  color: #7c5906;
  font-size: 30px;
  font-family: 'Oswald-Bold';
  margin: 0px;
  text-shadow: 0 0 0 rgba(0,0,0,1);
}

.btn-donate:hover {
  background: transparent linear-gradient(to bottom, #FCA94C 0%, #FFA200 100%) repeat scroll 0% 0%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.mh-branding-btn a{
  background: #006eb9!important;
  border: #005c9b!important;
}

.btn-learn-more {
  background-color: #006eb9;
  border-radius: 5px;
  border: 1px solid #006eb9;
  padding: 10px 40px;
  transition: all 0.5s ease 0s;
}

.btn-learn-more:hover {
  background-color: #085589;
}


.learn-more {
  font-family: "din-boldregular";
  color: #fff;
  font-size: 18px;
  margin: 0px;
}

.mh-logo-top img{
  max-width:433px;
}

.1st-tier-text{
  padding-top:40px!important;
}

.padding-mobile-form{
  padding:40px 0;
}

.btn-read-more {
  background-color: #ffaa4e;
  border-radius: 5px;
  border: 1px solid #ffaa4e;
  padding: 10px 17px;
  transition: all 0.5s ease 0s;
  text-decoration:none;
  font-family: 'din-boldregular';
}

.btn-read-more:hover {
  background-color: #e97e0b;
}

.read-more {
  font-family: "din-boldregular";
  font-family: "din-boldregular";
  color: #fff;
  font-size: 16px;
  margin: 0px;
}


.btn-subscribe {
  background-color: #ffaa4e;
  border-radius: 5px;
  border: 1px solid #ffaa4e;
  padding: 10px 0px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.btn-subscribe:hover{
  background-color: #e97e0b;
}

.btn-log-in {
  background-color: #ffaa4e;
  border-radius: 5px;
  border: 1px solid #ffaa4e;
  padding: 6px 10px;
  transition: all 0.5s ease 0s;
}

.btn-log-in:hover {
  background-color: #e97e0b;
}

.log-in {
  font-family: "din-boldregular";
  font-family: "din-boldregular";
  color: #fff;
  font-size: 14px;
  margin: 0px;
}

.modal.fade.in {
  top: 30%;
}

.modal {
  top: 10%;
  left: 47% !important;
  width: 650px !important;
  margin-left: -280px;
  background-color: #FFF;
  border-radius: 0px !important;
}

/*Inline text Styling*/
a.inlineBtn {
  color:#3574E3 !important; 
  background: white !important;
  font-style: italic;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  font-weight:bold !important;
  text-decoration:none;
  padding-right: 12px;
  padding-left: 12px;
  text-align: center !important;
}
a.inlineBtn:hover {
  color: #719deb !important; 
}


/* NAV */
.nav-color{
  background-color: #005c9b !important;
}

ul.nav, .navbar-inverse .brand, .navbar-inverse .nav > li > a {
  font-family: 'TradeGothicLTCom-Bold';
  color: #fff;
  font-size: 22px;
}

.navbar .nav {
  display: inline-block;
  left: 0px;
  position: relative;
  margin: 0px auto;
  float: none;

}

.navbar-inverse .navbar-inner {
  background-color: #005c9b !important;
  background-image: none;
  text-align: center;
  border: 0px;
  box-shadow: none;
}

.navbar {
  margin-bottom: 0px;
  text-align:center;
}

.front-line-blue-btn .hs_submit input.hs-button.primary.large{
  padding: 11px 18px !important;
}

.navbar .nav > li > a {
  padding: 19px 50px;
}



/* BANNER */
#magazine-bg {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/magazine-bg.jpg');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed!important;
}

#blog-bg {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/blog-bg.png');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#mass-card-bg {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/contact-us-banner.png');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: absolute;
}

#banner-bg {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/new-bg.jpg');
  /*background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/banner-bg.gif');*/
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} 
#content-footer {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/blog-bg-1.png');
  height: 230px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} 
#where-we-work-bg {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/where-we-work-content.png');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} 


#sponsor-bg {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/Sponsor-bg-1.jpg');
  height: 268px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} 

#blog-banner {
  background-image: url("//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/BlogImage3.jpg?t=1440535397355");
  height: auto;
  margin: 0px auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 23% !important;
}

#where-we-work-banner {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/where-we-work-bg-banner.png');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} 
#via-lucis-banner {
  background-image: url('https://www.missionhurst.org/hubfs/Via%20Lucis/Via%20Lucis%20Masthead-668578-edited-821898-edited.jpg');
  height: 20em;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
} 

#guatemala-novena-banner {
  background-image: url('https://www.missionhurst.org/hubfs/Guatemala-Novena/Guatemala-Novena-LP-Banner-1.jpg');
  height: 20em;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
} 

#philippines-children {
  background-image: url('https://www.missionhurst.org/hubfs/image_banners/state-of-children-in-the-philippines.jpg');
  height: 20em;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

#zambia-children {
  background-image: url('https://www.missionhurst.org/hubfs/image_banners/The%20State%20of%20Children%20in%20Zambia-024726-edited.jpg');
  height: 20em;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

#what-we-do-banner-original {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/what-we-do-banner-2.png');
  min-height: 100% !important;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
} 

#what-we-do-banner-original-CICM {
  background-image: url('https://500524.fs1.hubspotusercontent-na1.net/hubfs/500524/page6-1-476567-edited.jpg');
  min-height: 100% !important;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
} 

#what-we-do-banner {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/what-we-do-banner-2.png');
  min-height: 100% !important;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
} 

#video-subscription-banner {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/what-we-do-banner-2.png');
  min-height: 100% !important;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
} 

#guat-video-subscription-banner {
  background-image: url('https://www.missionhurst.org/hubfs/DSC_6044.jpg');
  min-height: 100% !important;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
} 

#pastoral {
  /*background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/Blog_Post_Images/Giving_Hope_to_Abandoned_Women_in_Mexico1.jpg');*/
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} 
#pastoral_ {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/Blog_Post_Images/Giving_Hope_to_Abandoned_Women_in_Mexico1.jpg');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} 
#education_ {
  background-image: url('https://www.missionhurst.org/hubfs/state%20of%20the%20ph%20images/education-1.jpg');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} 

#development_ {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/Blog_Post_Images/Missioning_in_Post_Earthquake_Japan_3.jpg');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} 

#relief {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/iStock_000033036158Medium1-980x500.jpg');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} 

#give {
  /*background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/page25.jpg');*/
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#give-banner {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/page25.jpg');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#social_media{
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/Social_Media_Resources/page8.jpg');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed; 
}

#sponsor_ {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/washinghands.jpg');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#advocate_ {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/IMG_3630.jpg');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#pray {
  /*background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/An_Orphanage_in_Zambia_and_Young_Dalisos_Story.jpg');*/
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#pray-banner {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/An_Orphanage_in_Zambia_and_Young_Dalisos_Story.jpg');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#our-story-banner {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/our-story-banner.png');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} 

#contact-us-banner {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/contact-us-banner.png');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} 

#how-to-help-banner {
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/how-to-help.jpg');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} 

#mission-locations-banner {
  background-image: url('//www.missionhurst.org/hubfs/_LP_placeholder_images/cover.jpg');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} 
#featured-missionaries-banner {
  background-image: url('//www.missionhurst.org/hubfs/Devotional_LP/zambia-v2.jpg');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} 

#sponsorship-banner{
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/how-to-help.jpg');
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed ;
}

#infinite-banner {
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
} 

.overlay {
  /* background: rgba(0, 0, 0, 0.40) none repeat scroll 0% 0%!important; */
  height: 100%;
  width: 100%;
  position: absolute;
} 


.content {
  color: #FFF;
  text-align: center;
  position: relative;
  /*  top: 50%;
  transform: translateY(-50%);*/
}

.content-2 {
  color: #FFF;
  text-align: center;
  position: relative;
  top: 50%;
}

.text-banner-head {
  margin: 0px;
  text-align: center;
  font-family: "din-boldregular";
  color: #FFF;
  font-size: 35px;
  line-height: 34px;
}

.text-banner-desc {
  margin: 0px;
  text-align: center;
  font-family: "din-lightregular";
  color: #FFF;
  font-size: 25px;
  line-height: 34px;
}

p.page-caption {
  font-family: "din-lightregular";
  color: #FFF;
  font-size: 21px;
  margin: 0px auto;
  max-width: 1000px;
  line-height: 27px;
}

.egregio-font{
  font-family: "egregio_script_demoregular";
  font-size:19px;
}

.page-caption-position {
  margin: 0 auto;
  float: none !important;
  display: inline-block !important;
}

/**********/

p.content-title {
  font-family: "din-boldregular";
  color: #4b4b4b;
  font-size: 30px;
  margin-bottom: 10px;
}

p.content-sub-title {
  font-family: 'din-mediumregular';
  color: #4b4b4b;
  font-size: 19px;
  margin: 0px;
  margin-top: 24px;
}

p.content-sub-title a{
  color: #4b4b4b;
  text-decoration:none;
}

.glass {
  background-color: rgba(255,255,255,0.25);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -ms-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
  z-index: 12;
  height: 22%;
  width: 100%;
  position: absolute;
  margin: -55px 0 0 0;
  overflow: hidden;
}

.blog-img-blurred{
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/BlogImage3.jpg?t=1440477444539');
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -ms-filter: blur(10px);
  -o-filter: blur(10px);
  filter: blur(10px);
  z-index: 1;
  height: 22%;
  width: 100%;
  position: absolute;
  margin: -55px 0 0 0;
  background-position: 50% 45%!important;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}

@media(max-width:1280px){ 
  .blog-img-blurred{
    background-position: 50% 51%!important;
  }
}


.frost-blur-inside-text{
  position:relative;
  z-index: 123;
}

.blog-container {
  background-color: #fff;
  border-top: 5px solid #005c9b;
  /*padding-bottom: 40px; */
}

.blog-title {
  font-family: "marketing_scriptregular";
  color: #4b4b4b;
  font-size: 22px;
  margin: 0px;
  text-align: center;
  padding: 25px 15px;
}

.blog-content {
  font-family: 'din-regularregular';
  color: #4b4b4b;
  font-size: 19px;
  margin: 0px;
  text-align: center;
  padding: 45px 25px;
}

.four-title {
  font-size: 25px;
  font-family: "din-boldregular";
  color: #4b4b4b;
  margin-top: 47px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.19);
  text-align: center;
}
.four-title a{
  text-decoration: none;
  color: #006EB9;
}

.four-content {
  font-family: 'din-regularregular';
  color: #4b4b4b;
  font-size: 19px;
  margin: 0px;
  text-align: center;
}

.loading{
  position: fixed;
  height: 100px;
  width: 100px;
  background-color: white;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  z-index: 99999;
  text-align:center;
}

.footer-text {
  font-size: 15px;
  font-family: "din-boldregular";
  color: #fff;
}

.footer-text-light {
  font-size: 15px;
  font-family: "din-lightregular";
  color: #fff;
}

ul.footer-social li {
  float:left;
  list-style-type: none;
  padding-right: 7px;
}

ul.footer-social {
  margin: 0px 0px 0px -40px;
}

input, textarea, .uneditable-input {
  width: 142px /*!important;*/
    font-family: "din-lightregular";
} 

h2.map-title {
  font-family: 'din-boldregular';
  color: #1178bd;
  font-size: 30px;
}

h2.img-title {
  font-family: 'din-regularregular';
  color: #1178bd;
  font-size: 30px;
  text-align: right;
  text-decoration: underline;
}

.modal-body {
  padding: 40px;
}

p.map-content {
  font-family: "din-regularregular";
  color: #4B4B4B;
  font-size: 17px;
  margin: 0px;
}

.close-btn {
  color:#fff;
  padding:3px;
  background:#1178BD;
  position:absolute;
  top: -24px;
  right: 0px;
  line-height: 0;
  padding: 2px 8px;
}
.border {	
  height:15px;
  background:#1178BD;
  width:100%;
  position:relative;
}



/* NAVIGATION */
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  font-family: 'TradeGothicLTCom-Bold';
  color: #fff;
  font-size: 20px;
  text-overflow: clip!important;
  padding: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover {
  background: #006eb9;
}

.nav-color{
  max-height: 65px;
}

#image-map{
  width: 100%;
  height: 644px;
  margin-bottom: 10px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  padding:20px 60px 20px 20px!important
}

li.hs-menu-item.hs-menu-depth-1:nth-child(4) .hs-menu-children-wrapper li.hs-menu-item a{
  padding: 20px 143px 20px 20px!important;
}

input{
  /*-webkit-appearance: none!important;*/
}

/* MEDIA QUERIES*/

@media (max-width: 700px){
  .content-image-hover{
    margin:0 auto 25px auto;
  }

  .lp-circular-image{
    margin-bottom:25px!important;
  }


}

@media (max-width: 769px){

  .content-image-hover-wrapper .content-image-hover{
    width:240px!important;
  }

  .lp-circular-image-wrapper .lp-circular-image {
    width:225px!important;
    height:225px!important;
  }



}

@media( max-width: 1024px){
  #magazine-bg{
    background-size:cover!important;
    background-attachment: initial!important;
    background-position:center 20%!important;
  }
  .content-image-hover-wrapper .content-image-hover {
    margin: auto;
  }

  .donate a{
    margin-left: -65px;
  }

  .social-icons {
    margin: -30px 25px 0 0!important;
  }

  input.hs-input{
    font-size:17px;
  }
}

@media (max-width: 767px) {
  .margin-bottom {
    margin-bottom: 40px !important;
  }

  .margin-bottom-button {
    margin-bottom: 15px !important;
  }

  .media-767 {
    text-align: center;
  }

  .media-margin-top {
    margin-top: 15px;
  }

  .margin-social {
    margin-bottom: 80px !important;
  }

  .container-padding {
    padding: 0px 30px !important;
  }

  .container-padding2 {
    padding: 0px 15px !important;
  }

  p.content-sub-title {
    text-align: center;
  }

  .hidden-xs {
    display:none !important;
  }

  p.content-title {
    line-height: 34px;
  }

  .donate {
    font-size: 22px;
  }

  .modal.fade {
    top: -500px !important;
  }

  .modal.fade.in {
    top: 10px !important;
  }


  #content-footer {
    background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/blog-bg-1.png');
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  } 
  #content-footer-2 {
    background-color:rgba(255,255,255,0.6)
      height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  } 

}

@media (max-width: 980px) {
  .donate {
    font-size: 21px;
  }
  .navbar-inverse .nav-collapse .nav > li > a, .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #FFFFFF;
  }

  .navbar .nav > li > a {
    padding: 16px 45px;
  }

  .modal.fade {
    top: -500px !important;
  }

  .modal.fade.in {
    top: 10px !important;
  }
  .container-padding {
    padding: 0px 30px !important;
  }
  .container-padding2 {
    padding: 0px 15px !important;
  }

}

@media (min-width: 770px){
  .img-center{
    text-align:center;
  }

  .login-top {
    margin-top: 10px;
  }

}

@media (max-width: 477px) and (min-width: 405px){
  .login-top {
    margin-top: 10px;
  }


}


@media (max-width: 404px){
  input{
    margin-bottom: 10px;
  }

}

@media (max-width: 800px){
  .full-width-tablet{
    width:100%!important;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  ul.nav, .navbar-inverse .brand, .navbar-inverse .nav > li > a {
    font-size: 17px;
  }
  /*	.content {
  top: 30%;
  transform: translateY(-40%);
  z-index: 9999;
  position: relative;
}*/

  .hidden-sm {
    display:none !important;
  }

  .visible-sm {
    display:block;
  }

  .hidden-768 {
    display: none;
  }

  .visible-768 {
    display: block;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  ul.nav, .navbar-inverse .brand, .navbar-inverse .nav > li > a {
    font-size: 17px;
  }
  /*	.content {
  top: 30%;
  transform: translateY(-40%);
  z-index: 9999;
  position: relative;
}*/
  .hidden-md {
    display:none !important;
  }
  .hidden-lg {
    display: none !important;
  }
  .container-padding {
    padding: 0px 30px !important;
  }
  .container-padding2 {
    padding: 0px 15px !important;
  }

}
@media (min-width: 1800px) {
  .container3{
    width:1500px!important;
    margin:auto!important;
    float: none!important;
  } 
}

@media (min-width: 1200px) {


  .hidden-lg {
    display: none !important;
  }
  .hidden-md {
    display: none !important;
  }
  .container{
    width:940px!important;
    margin:auto!important;
    float: none!important;
  }
  .container3{
    /*width:100%!important;*/
    margin:auto!important;
    float: none!important;
  }
  .span4.blog-container.margin-bottom{
    min-height:549px;
  }  

}



.hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
  display: inline-block;
  width: 100%!important;
  /* margin: 20px 0!important;*/
  height:200px;
  overflow:hidden;
}

.hs-rss-item-text {
  width:100%!important;
}

.hs-rss-item{
  text-align:center;
  margin-bottom: 0px;
  width: 30%;
  display: inline-block;
}
@media(max-width: 767px){
  .hs-rss-item{
    width: 100%;

  }
}


.hs-rss-title{
  font-family: 'din-boldregular';
  color: #4b4b4b;
  font-size: 22px;
  margin: 0px;
  text-align: center;
  text-decoration: none;
}

.rss-title-height{
  padding: 25px 15px 5px;
  min-height: 66px;
}
.hs-rss-module{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.hs-rss-description p {
  font-family: 'din-regularregular';
  color: #4b4b4b;
  font-size: 19px;
  margin: 0px;
  text-align: center;
  padding: 20px 25px;
}

.hs-rss-item-text.span12{
  margin-left:0px;
}

.hs-rss-byline{
  font-family:"din-lightregular";
}

.hs-rss-description a:hover {
  background-color: #e97e0b;
}

.blog-subscribe .hs-button .primary .large input:hover{
  background-color: #e97e0b;
}
.hs-rss-description a {
  background-color: #ffaa4e;
  border-radius: 5px;
  border: 1px solid #ffaa4e;
  padding: 10px 17px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  display:block;
}
.hs-rss-description a {
  font-family: 'din-boldregular';
  font-family: 'din-boldregular';
  color: #fff;
  font-size: 16px;
  margin: 0px;
  text-decoration: none;
}

.hs-rss-item.hs-with-featured-image .hs-rss-item-text {
  padding-right: 0px;
}

.text-center{
  text-align:center;
}

.margin-60 {
  margin-top: 60px;
}

#magazine-bg .span12.widget-span.widget-type-cell {
  margin-left:0!important;
}

#content-footer .span12.widget-span.widget-type-cell {
  margin-left:0!important;
}

#where-we-work-bg .span12.widget-span.widget-type-cell {
  margin-left:0!important;
}

#sponsor-bg .span12.widget-span.widget-type-cell {
  margin-left:0!important;
}

.alert-success{
  background-color: #dff0d8;
  color: #468847!important;
  padding: 10px;
}

.float-circle {
  width: 70px;
  height: 70px;
  background-color: rgb(0, 92, 155);
  margin: 0 auto;
  position: relative;  
  border-radius: 90px;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
  -o-border-radius: 90px;
  z-index:1;
  float:left;
  margin-bottom: 15px;
}

.float-circle:hover {
  background-color: #3599DE;
  width: 70px;
  height: 70px;
  border-radius: 90px;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
  -o-border-radius: 90px;
  position: relative; 

  z-index:1;
}

.float-circle p.float {
  font-family: "din-mediumregular";
  font-size: 12px;
  color: #FFF;
  position: absolute;
  margin-top: 26px;
  margin-left: 22px;
  z-index:1;
}

.float-circle p.float2 {
  font-family: "din-mediumregular";
  font-size: 12px;
  color: #FFF;
  position: absolute;
  margin-top: 26px;
  margin-left: 9px;

  z-index:1;
}

.float-circle p.float3, .float-circle p.float4 {
  font-family: "din-mediumregular";
  font-size: 12px;
  color: #FFF;
  position: absolute;
  margin-top: 26px;
  margin-left: 6px;

  z-index:1;
}

.float-circle p.float4 {
  margin-left: 6px;
}

.border-text {
  border: 1px solid white; 
  width: 10px; 
  top: 45px;
  left: 30px;
  position: absolute;
}

.gap-right {
  margin-right: 15px; 
}

figcaption{
  font-family: 'din-regularregular';
  color: #4b4b4b;
  font-size: 13px;
  margin: 12px 0 0 0;
}


/* FLOATING BUTTONS */
header {
  position:absolute;
  top:25%;
  right:20px;
}

.smaller {
  display: block !important;
}

.floater-initial-position{
  top: 1000px!important;
}

.floater-initial-position-inside-page{
  top: 300px!important;
}

.floater-scrolling{
  position:fixed!important;
  top:25%!important;
}

.content-text {
  font-family: 'din-regularregular';
  color: #4b4b4b;
  font-size: 18px;
  margin: 0px;
  line-height: 25px;
}

p.content-inside-title , div.content-inside-title span{
  font-family: 'din-mediumregular';
  color: #4b4b4b;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 0px;
}

.border-bottom {
  border-bottom: 1px solid #D4D4D4;
}

.gap-right {
  margin-right: 15px;
}
.pull-left {
  float: left;
}

.gap-left {
  margin-left: 15px;
}
.pull-right {
  float: right;
}

.map-circle {
  width: 67px;
  height: 67px;
  background-color: rgb(0, 92, 155);
  margin: 0 auto;
  transition: .5s;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  position: relative;
  border-radius: 90px;
  -moz-border-radius: 90px;
  -webkit-border-radius: 90px;
  -o-border-radius: 90px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.map-circle:hover {
  background-color: #3599DE;
}

.map-circle img.map-img {
  width: 24px;
  height: 33px;
  margin-top: 16px;
}

.map-circle img.blog-img {
  width: 41px;
  height: 26px;
  margin-top: 20px;
}

.text-left {
  text-align: left;
}

.content-none {
  color: #FFF;
  text-align: center;
  position: relative;
}

.offset2 {
  margin-left: 17.094017094017094%!important;
}

ul.mission-location li{
  font-family: 'din-boldregular';
  color: #81A7C1;
  font-size: 17px;
  margin: 0;
  list-style: none;
  padding: 10px 0;
  cursor:pointer;
}

ul.mission-location li.active{
  color: #006eb9;
}


hr.dotted {
  border: 0;
  border-bottom: 1px dotted #ccc;
  background: #999;
}

.contact-add li{
  font-family: 'din-regularregular';
  color: #4b4b4b;
  font-size: 19px;
  margin: 0;
  list-style:none;
}

.din-bold{
  text-align:center;
  font-family: 'din-boldregular';
}

@media(max-width:640px){
  #blog-bg {
    background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/blog-bg.png');
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }  

  #magazine-bg {
    background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/magazine-bg.jpg');
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 0% -120%;
  }

  #blog-bg {
    background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/blog-bg.png');
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }


  #content-footer {
    background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/blog-bg-1.png');
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  } 
  #where-we-work-bg {
    background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/WhereWeWork-section-img.jpg');
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  } 

  #sponsor-bg {
    background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/Sponsor-bg-1.jpg');
    height: auto;
    margin: 0 auto;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  } 


  .container{
    width:100%!important;
    margin:auto!important;
    float: none!important;
  }
  .container3{
    width:100%!important;
    margin:auto!important;
    float: none!important;
  }

  .img-center{
    text-align:center;
  }

  .give-amounts li{
    padding: 15px 0px !important;
    width: 100%;
    text-align: center;
    margin-bottom: 3px;
    border-radius: 5px !important;
  }

  .footer-social li{
    width:100%;
  }

  .footer-social li input{
    width:100%!important;
  }

  .floater-initial-position.smaller.floater-scrolling , .floater-initial-position-inside-page.floater-scrolling.smaller{
    background-color: rgba(0,0,0,0.8);
    top: 0!important;
    right: 0;
    left: 0;
  }

  .floater-initial-position.smaller.floater-scrolling br, .floater-initial-position-inside-page.floater-scrolling.smaller br{
    display:none;
  }

  .floater-initial-position.smaller.floater-scrolling .float-circle, .floater-initial-position-inside-page.floater-scrolling.smaller .float-circle{
    background-color: transparent;
    /*    width: 75px!important; */
  }

  .breadcrumb li a, .breadcrumb li{
    display:inline!important;
  }

  .m-center{
    width: 100%;
    margin: 0!important;
  }

  .floater-initial-position-inside-page{
    display:none;
    text-align: center;
  }

  .floater-initial-position-inside-page.floater-scrolling {
    display:none;
  }

  .smaller.floater-initial-position-inside-page {
    display:none!important;
  }

  .floater-initial-position-inside-page.floater-scrolling.smaller{
    display:block!important;
  }

  .floater-initial-position-inside-page a{
    width: 25%;
    text-decoration:none;
  }

  .float-circle p.float ,.float-circle p.float2, .float-circle p.float3{
    font-family: "din-mediumregular";
    font-size: 12px;
    color: #FFF;
    z-index: 1;
    margin: 26px auto;
    position: relative;
  }

  .floater-initial-position-inside-page .border-text{
    position: static;
    margin: -20px auto;
    top: 0;
    left: 0;
  }

  .blog-subscribe.subscribe-home{
    padding-left:0!important;
  }
}


/* added by juni */
figure {
  margin-left: 0px !important;
  margin-top: 0px !important;
}

ul.mission-location {
  padding-left: 0px;
}

ul.contact-add {
  padding-left:0px;
}

.footer-text-2 {
  font-size: 17px;
  font-family: "din-boldregular";
  color: #404040;
}

.space-top {
  margin-top:80px;
}



/* MAP */
#map { position:absolute; top:0; bottom:0; width:100%; }
.modal-body h2 {
  font-family: "din-boldregular";
  color: #1178BD;
  font-size: 30px;
  text-transform:uppercase;
}
.modal-body p {
  font-family: "din-regularregular";
  color: #4B4B4B;
  font-size: 17px;
  margin: 0px;
}
button.close {
  position: absolute;
  top: -45px;
  right: 0px;
  background: #1178BD none repeat scroll 0% 0% !important;
  color: #ccc;
  line-height: 0;
  opacity: 1;
  text-shadow: none;
  padding: 15px 10px !important;
  font-size: 28px;
}
button.close:hover {
  color: #FFF;
  opacity:1;
}
.modal-content {
  position: relative;
  border-top: 15px solid #1178BD;
}
#image-map {
  width: 100%;
  height: 644px;
  margin-bottom: 10px;
}
.leaflet-bottom {
  display:none;
}
.btn-read-more {
  color:#fff;
  background-color: #ffaa4e;
  border-radius: 5px;
  border: 1px solid #ffaa4e;
  padding: 10px 17px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.btn-read-more:hover {
  background-color: #e97e0b;
  text-decoration:none;
  color:#fff;
}
.clr {clear:both;}
.modal.fade {
  top:-50%;
}

.span12 {
  margin-left: 0px;
}

.content-nav li{
  font-family: 'din-boldregular';
  list-style: none;
  float: left;
  padding: 0 50px 0 0;
  font-size: 20px; /*Was originally 15px!*/
  color:#949494;

}

.content-nav li a{
  color:#949494;
  text-decoration: none;
}

.content-nav li.active {
  color:#006eb9;
}

.content-nav li .fa{
  font-weight: 900;
}

.give-amounts li{
  /* float: left; */ 
  text-align:center;
  width:170px;
  margin:10px;
  border-radius:5px;
  padding: 14px 24px;
  list-style: outside none none;
  font-family: "din-mediumregular";
  background: #006EB9 none repeat scroll 0% 0%;
  color: #FFF;
  font-size: 19px;
  border-right: 1px solid #FFF;
}

.give-amounts li:hover{
  background:#089201;
  cursor:pointer;
}

.give-amounts li.active{
  background:#089201;
}


.give-amounts  {
  -webkit-padding-start: 0;
  padding: 0px;
}

/* this is rule is used for horizontal layout
.give-amounts li:first-child{
border-radius: 5px 0 0 5px;
}

.give-amounts li:last-child{
border-radius:0 5px 5px 0;
}
*/

.secure-checkout{
  font-family: 'din-boldregular';
}

.hs_email .input{
  margin-left:0!important;
}

.hs_submit .actions{
  padding:10px!important;
}

.learn-more.btn-subscribe a{
  text-decoration: none;
  color: white;
}

.hs_submit .actions input{
  padding: 10px 5px!important;
  background-color: rgb(233,126,11) !important;
  border-radius: 5px;
  border: 1px solid rgb(233,126,11) !important;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  background-image:none!important;
  font-family: 'din-boldregular';
  font-size: 16px!important;
  color:#fff;
  cursor:pointer !important;
}

.hs_submit .actions input:hover{ 
  background-color: #ff8a0c !important;
}




.hs-error-msgs li label{
  color:red;
  position: absolute;
}

.img-fixed-container{
  width: 300px;
  height: 300px;
  text-align: center;
  overflow: hidden;
  float: right;
}

.img-overflow{
  position: relative;
  left: 5px;
}

.donate a {
  text-decoration: none;
  /*color: #7c5906;*/
  font-size: 18px;
  font-family: 'din-boldregular';
  color: white;
  padding: 10px 40px;
}

.mission-location-readmore a{
  color: #ffaa4e;
  font-style: italic;
  font-family: 'din-boldregular';
  text-decoration: none;
}

.hs-menu-flow-horizontal ul li.active a{
  background:#006eb9;
}

.content-text a{
  color:#006eb9;
  text-decoration:none;
}



/*FINANCES PAGE*/

th.thead1 {
  border-bottom: 1px solid #D64A06;
  color: #D64A06;
  font-family: 'din-boldregular';
}

.stewardT th {
  padding-top: 10px;
  font-family: 'din-mediumregular';
}

td {
  font-family: 'din-regularregular';
  border-bottom: 1px solid #E7E7E7;
  padding: 3px;
}

.footer-text a{
  color:white;
}

.add-info .hs-form-field{
  padding:15px 0;
}

/*Form Styling*/
/*h3.form-title{
font-family: "din-regularregular";
font-size: 26px;
letter-spacing: 1px;
font-weight:500;
letter-spacing:1px;
line-height:26.4px;
background-color: #e6e6e6;
border-top:  20px solid #00497B;
padding-left:10px;
}
.hs-form-field {
font-family: "din-regularregular";
margin-bottom: 10px;
background-color: #e6e6e6;
padding-left: 10px;
padding-right: 10px;
}
.hs_submit {
background-color: #e6e6e6;
}
.hs-form{
background-color: #e6e6e6;
}

}
*/
.magazine-form{
  background-color: #fbfbfb !important;
  border: 1px solid #ebebeb !important;
  padding: 30px !important;
  border-radius: 10px !important;
}

.form{
  font-family: "din-regularregular";
  /*padding: 30px !important;*/
  background-color: #e6e6e6;
  /*margin-top:10px;*/
  border-top:  20px solid #00497B;
  font-size:16px !important;
  letter-spacing:1px !imporant;
  line-height: 1.5em !important;

}

@media (max-width: 640px){
  .form .hs-input{    
    width: 250px!important;
  }

}
.magazine-form-spacing {
  padding: 0vh 6vh 0vh 6vh !important;
}

/*Mass Card Landing page*/

.mass-card-banner-image {
  z-index: -1;
}

.mass-card-banner-text {
  text-align: center;
}

.mass-card input, .mass-card textarea{
  width:100%!important;
}

.mass-card .hs_submit input{
  max-width: 250px!important;
  color: white;
}

.mass-card ul li{
  list-style:none;
}

.mass-card ul li input{
  width: auto!important;
}

.mass-card fieldset{
  padding: 10px 0px!important;
}

.mass-card ul.hs-error-msgs {
  padding:0!important;
  margin:0;
}

.mass-card ul.hs-error-msgs li label{
  width: 150px;
  position:static;
}

.mass-card .hs-form-required{
  color:red;
}

.mass-card{
  font-family: "din-regularregular";
}

/*generic form style*/

.widget-type-form input, .widget-type-form textarea{
  width:100%!important;
}

.widget-type-form .hs_submit input{
  max-width: 250px!important;
  color: white;
}

.widget-type-form ul li{
  list-style:none;
}

.widget-type-form ul li input{
  width: auto!important;
}

.widget-type-form fieldset{
  padding: 10px 0px!important;
}

.widget-type-form ul.hs-error-msgs {
  padding:0!important;
  margin:0;
}

.widget-type-form ul.hs-error-msgs li label{
  width: 150px;
  position:static;
}

.widget-type-form .hs-form-required{
  color:red;
}

.widget-type-form{
  font-family: "din-regularregular";
  border-top: 20px solid #00497B;
  background-color: #e6e6e6;
}

.widget-type-form form{
  padding: 5px 15px 15px 0px;
}



.fa-icon-margin .fa{
  margin: 3px 10px 0 -27px;
}

.fa-icon-margin{
  padding-left: 55px;
}

.social-icons{
  position: absolute;
  right: 0;
  margin: -10px 25px 0px 0;
  font-size: 30px;
  color: white;
}    

.social-icons-footer{
  position: absolute;
  right: 0;
  margin: -160px 25px 0 0;
  font-size: 30px;
  color: white;
} 

.social-icons a, .social-icons-footer a{
  color:white;
}

/* BLOG */
.blog-top-text{
  text-align: center;
  font-family: 'din-boldregular';
  color: white;
  font-size: 35px;
  font-weight:bold;
  padding: 100px 0px;
}

.blog-top-text-1{
  text-align: center;
  font-family: 'din-boldregular';
  color: white;
  font-size: 60px;
  font-weight:bold;
  /*  padding: 20px 0px;*/
  margin-top:15vh;
}
@media(max-width:435px){
  margin-top:10px;

}

.blog-top-text-header{
  font-family: 'din-boldregular';
  font-size: 40px;
  font-weight:bold;
}

.about-blog{
  background:#006eb9;
  font-family: "din-regularregular";
  color:white;
  text-align:center;
  padding: 30px 20px 10px;
}

.about-blog h3{
  font-family: "din-boldregular";
  color:white;
}

.blog-top-text-sub{
  text-align: center;
  font-family: 'din-regularregular';
  color: white;
  font-size: 23px;
  font-weight: 100;
}

.blog-top-text-sub2{
  text-align: center;
  font-family: 'din-regularregular';
  color: white;
  font-size: 25px;
  font-weight: 100;
}

.blog-text-below-banner{
  text-align: center;
  font-family: "din-regularregular";
  line-height: 18px;
}

.blog-text-overflow{
  margin-top: 285px;
  padding: 20px;
  background-color: rgba(0,0,0,0.5);
}

.post-header h2 a{
  font-family: "din-boldregular";
  text-decoration: none;
  color: #006EB9;
}
.post-body li{
  font-family: "din-regularregular";
  size: 16px;
}
.blog-section p, .blog-section a, .post-header{
  font-family: "din-regularregular";
}

.blog-section h2{
  font-size: 24px;
  font-family:"din-boldregular";
  color:  #006EB9;
}

.blog-section h3{
  font-size: 20px;
  font-family: "din-regularregular";
  color: #FF8A0C;
}

.hs-featured-image {
  max-width: 100%;
}

a.learn-more.btn-learn-more{
  font-family: "din-boldregular";
  text-decoration: none;
}

.blog-pagination a{
  font-family: "din-boldregular";
  color: #006EB9;
  text-decoration: none;
}

.blog-subscribe, .blog-listing, .blog-topic{
  font-family: "din-regularregular";
}

.blog-subscribe h3, .blog-listing h3, .blog-topic h3{
  font-family: "din-boldregular";
}

.blog-subscribe .input{
  padding:10px 0;
}

.blog-subscribe .inputs-list {
  list-style:none;
}

.blog-subscribe .inputs-list li input{
  width: auto!important;
}

.blog-subscribe .hs_blog_default_hubspot_blog_subscription{
  padding:10px 0;
}

.blog-subscribe .hs-button{
  color:white;
}

.blog-subscribe .hs_email .hs-input{
  width: 100%!important;
}

.blog-subscribe h3{
  text-align:center;
}

.blog-subscribe .hs-form-required{
  display:none;
}

.blog-subscribe .hs-error-msgs li label{
  position:relative;
}

.blog-border{
  border: solid 1px #D2D2D2;
}

.blog-border .cell-wrapper.layout-widget-wrapper{
  padding:15px;
}

.blog-listing ul li a, .blog-topic ul li a{
  color: black;
  text-decoration: none;
}

.blog-listing ul li a:hover{
  color:#006eb9;
}

.blog-listing ul li , .blog-topic ul li{
  padding: 5px 0;
}

.blog-subscribe.subscribe-home .hs-form-radio{
  display:inline-block;
  margin-left:25px;
}

.blog-subscribe.subscribe-home .inputs-list.multi-container{
  margin-top:0;
}

.blog-subscribe.subscribe-home .hs_blog_default_hubspot_blog_subscription{
  display:none;
}

.blog-subscribe.subscribe-home form > div:nth-child(1){
  width:25%;
  float:left
}

.blog-subscribe li.hs-form-radio{
  width: 50%;
  display: inline;
  float: left;
  padding: 5px 0px;
}

.blog-subscribe ul.inputs-list{
  margin: 0;
}

.blog-subscribe ul.hs-error-msgs{
  padding: 5px 0px;
}

.blog-subscribe .input{
  padding:5px 0;
}

.blog-subscribe.subscribe-home .hs_submit{
  width:25%;
  float:left
}

.blog-subscribe.subscribe-home .hs_submit .actions input{
  padding: 6px 5px!important;
  border-radius: 5px;
  margin-left: 10px;
}

.blog-subscribe.subscribe-home .hs-error-msgs{
  width: 100%;
  white-space: nowrap;
  padding-left: 0;
}

.related-post-item {
  float: left;
  padding-right: 20px;
  max-width: 30%;
}
.related-title {
  padding-top: 15px;
  padding-bottom: 20px;
}
.related-title a {
  text-decoration: none;
  color: #006EB8;
  font-weight: bold;
}
.related-image {
  max-height: 120px;
  overflow: hidden;
  border: 2px solid #FA8614;
}
/*#hubspot-topic_data {*/
/*    display: block;*/
/*    float: left;*/
/*}*/

@media (max-width: 680px) {
  .related-post-item {
    float: none;
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .related-image {
    max-height: 100%;
  }
}

.donate-background{
  background:url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/Blog-donate-image.jpg') no-repeat center center;
  background-size: cover;
  height: 250px;
}

.donate-overflow {
  background: rgba(0,0,0,.5);
  float: left;
  width: 100%;
  position: relative;
  bottom: -185px;
  z-index: 1;
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}

.section.post-header h1 a{
  text-decoration:none;
  color:#006eb9;
}

.google-search .gsc-search-button input{
  width:13px!important;
}

.google-search .gsc-search-button input{
  margin-left: 0;
  border-left: none;
  border-radius: 0 3px 3px 0;
  border-color: #B1B1B1;
}

.google-search .gsc-input{
  padding:0!important;
}

.google-search td.gsc-search-button{
  padding:0;
}




/*new*/
.btn-donate-blog {
  border: 1px solid #986229;
  border-radius: 5px;

  background: #ffbd20; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffbd20 0%, #f5ad00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffbd20), color-stop(100%,#f5ad00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffbd20 0%,#f5ad00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffbd20 0%,#f5ad00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffbd20 0%,#f5ad00 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffbd20 0%,#f5ad00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbd20', endColorstr='#f5ad00',GradientType=0 ); /* IE6-9 */

  box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.46);
  -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.46);
  -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.46);
  -o-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.46);

  padding: 1px 15px;

}

.donate-blog {
  color: #fff;
  font-size: 30px;
  font-family: 'Oswald-Bold';
  margin: 0px;
  text-shadow: 0 0 0 rgba(0,0,0,1);
}

.btn-donate-blog:hover {
  background: transparent linear-gradient(to bottom, #FCA94C 0%, #FFA200 100%) repeat scroll 0% 0%;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.donate-blog a {
  text-decoration: none;
  color: #fff;
}


.padding-section {
  padding: 80px 0px;
}

.hs-menu-children-wrapper {background-color:#005C9B;}
.hs-menu-children-wrapper .hs-menu-depth-2 {text-align:left;}
.hs-menu-children-wrapper {top:44px;}
.hs-menu-children-wrapper > ul li a { width:245px; }

p.content-inside-title-white {
  font-family: 'din-mediumregular';
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
  margin-top: 0px;
}

p.content-inside-title.blue ,div.content-inside-title.blue span{
  color:#006EB9!important;
}



.hs-rss-description-tier a:hover {
  background-color: #00426F;
}
.hs-rss-description-tier a {
  background-color: #006EB9;
  border-radius: 5px;
  border: 1px solid #006EB9;
  padding: 15px 17px;
  max-width: 100% !important;
  display: block;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.hs-rss-description-tier a {
  font-family: 'din-boldregular';
  font-family: 'din-boldregular';
  color: #fff;
  font-size: 14px;
  margin: 0px;
  text-decoration: none;
}

.subscribe-to-sent .field.hs-form-field{
  margin: 0 0 15px 0;
}

.subscribe-to-sent .actions{
  padding-left:0!important;
}

.landing-page-banner img{
  margin-top: -70px;
}

.landing-page-banner .cell-wrapper.layout-widget-wrapper{
  height:300px;
  overflow:hidden;
}

.missionary-image-container{
  border-radius:50%;
  overflow:hidden;
  margin:auto;
  height: 250px;
  width: 250px;

  background-size: cover!important;
}

.missionary-about-box{
  padding:25px;
  background:#006EB9;
  color:white;
  font-family: "din-regularregular";
  border-radius:5px;
}

.missionary-about-box h3{
  font-family: "din-boldregular";
  color: white;
  text-align:center;
}

.uppercase{
  text-transform:uppercase;
}

.missionary-name{
  padding:10px;
  border-radius:5px;
}

.missionary-name p{
  color:black;
  font-weight: bolder;
  font-size: 25px;
}

.circular-pierre{
  width: 200px;
  height: 200px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  background: url(//www.missionhurst.org/hubfs/August2015/Children_with_Pierre_1-933487-edited.jpg) no-repeat;   
}

.circular-kevin{
  width: 200px;
  height: 200px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  background: url(//www.missionhurst.org/hubfs/August2015/missionhurst_image_1-013245-edited.jpeg) no-repeat;   
}

.circular-andrew{
  width: 200px;
  height: 200px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  background: url(//www.missionhurst.org/hubfs/August2015/Fr._Andrew-870851-edited.jpg) no-repeat;   
}

.circular-image-module{
  width: 212px;
  margin: auto;
}

.circular-image{
  width: 200px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 6px solid gainsboro;
  box-shadow: 0 0 4px;
}

.circular-image-desc{
  text-align: center;
  padding: 25px 0;
  font-family: 'din-regularregular';
  color: black;
  font-size: 19px;
  margin: 0;
  line-height: 25px;
  font-weight: bolder;
}

.circular-image-desc a{
  text-decoration:none;
  color: black;
}

/*new lp jan 2016*/
.content-image-hover-wrapper .content-image-hover{
  height:170px;
  width:300px;
  background-size:cover;
  background-position:center center;
  text-align:center;
}

.content-image-hover-wrapper a{
  text-decoration:none;
}

.content-image-hover-wrapper .content-image-hover .dark-overlay{
  background-color:rgba(0,0,0,0.5);
  height:100%;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.content-image-hover-wrapper .content-image-hover .dark-overlay:hover{
  background-color:rgba(0,0,0,0);
  opacity: 0.5s
}

.content-image-hover-wrapper .text-inside{
  padding:50px 20px;
}

.content-image-hover-wrapper .text-inside .title-image{
  font-family: 'din-mediumregular';
  color: white;
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform:uppercase;
  margin:0;
}

.content-image-hover-wrapper .text-inside .sub-title-image{
  font-family: 'din-regularregular';
  color: white;
  font-size: 18px;
  margin: 10px 0;
  line-height: 25px;
}

.lp-circular-image-wrapper .lp-circular-image{
  height:250px;
  width:250px;
  border-radius:50%;
  overflow:hidden;
  background-size:cover;
  background-position:center center;
  text-align:center;
  margin: auto;
}

.lp-circular-image-wrapper .circular-image-overlay{
  background-color:rgba(0,0,0,0.5);
  height:100%;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}

.lp-circular-image-wrapper .circular-image-overlay:hover{
  background-color:rgba(0,0,0,0);
  opacity: 0.5s
}

.lp-circular-image-wrapper a{
  text-decoration:none;
}

.lp-circular-image-wrapper .image-text{
  padding:90px 0;
}

.lp-circular-image-wrapper .image-text .large-text{
  font-family: 'din-mediumregular';
  color: white;
  font-size: 25px;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform:uppercase;
  margin:0;
}

.lp-circular-image-wrapper .image-text .small-text{
  font-family: 'din-regularregular';
  color: white;
  font-size: 15px;
  margin: 10px 0;
  line-height: 25px;
  text-transform:uppercase;
}

#lp-wwd-tier3-bg{

}

.front-line-cta{
  text-align: center;
  background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/what-we-do-banner-2.png?t=1471457287779');
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  position:relative;
}

.bg-front-line-overlay{
  width:100%;
  height:100%;
  position:absolute;
  background-color:rgba(0,0,0,0.5);
  border-radius: 5px;
}

.text-FRONT{
  padding:50px 0;
  color:#fea62d;
  font-size:35px;
  font-family: 'din-boldregular';
  position:relative;
  z-index:99;
  margin-left: -20px;
  text-decoration:none;
}

.front-line-cta a{
  text-decoration:none;
  transition:all 1s ease;
}

.front-line-cta:hover{
  box-shadow: 0px 0px 30px #e97e0b;
  transition:all .5s ease;
}

.text-LINES{
  color:white;
  margin-right: -78px;
}

.f-sub-title{
  color: white;
  font-size: 14px;
  font-family: "din-lightregular";
  width: 75%;
  display: block;
  padding: 10px 50px;
}

/*Setting the blog width*/

@media (min-width: 768px){
  .blog-section{
    width: 450px;
    /*         margin-left: -50px; */
  }
}

/*Form Spacing For LP's*/
#hs_form_target_module_14399122930276740{
  padding-left: 20px;
}
#hs_cos_wrapper_module_14399122930276740_title{
  padding-left:20px;
}
.hs-button.primary.large{
  margin-left:-10px ;
}

/*Button Styling*/

a.orangeBtn{
  background-color: #ffaa4e;
  border-radius: 5px;
  border: 1px solid #ffaa4e;
  padding: 10px 17px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-family: 'din-regularregular';
  color: #fff;
  font-size: 17px;
  margin: 0px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

a.orangeBtn:hover {
  background-color: #e97e0b;
}

.devotional-banner {
  border-top: 8px solid #005c9b;
  background-size: cover;
  margin-top: 60px;
}

.devotional-container {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.15);
}

.country-name {
  font-family: 'din-boldregular'; 
  font-size: 45px; 
  color: #fff; 
  margin:0; 
  text-transform: uppercase;
  text-shadow: 0px 1px 2px #000;
}

.hr-style-dev {
  border: 1px solid white;
  width: 30%;
  margin: 0 auto;
  text-align: center;
}
.country-date {
  font-family: 'din-boldregular'; 
  font-size: 25px; 
  color: #fff; 
  margin: 0; 
  letter-spacing: 2px;
  margin-top: 10px;
  text-shadow: 0px 1px 2px #000;
}

.devotional-bg {
  background-color: #ebf7ff;
}

.bottom-content-bg {
  background-color: #006eb9;
  padding: 40px;
}

.bottom-content-title {
  font-family: 'din-boldregular'; 
  font-size: 30px; 
  color: #fff; 
  margin-bottom:8px;
}

.bottom-content-desc {
  font-family: 'din-regularregular'; 
  font-size: 16px; 
  color: #fff; 
  line-height:22px;
}

.padding-banner-dev {
  padding: 80px 0;
}

.clr {
  clear:both;
}

.content-black {
  color: #4b4b4b;
}

.content-blue {
  color: #006eb9;
}

.devotional-bg-padding {
  padding: 40px;
}

.page-bg {
  background-color: #005894;
  padding: 30px;
}

.banner-dev-margin {
  margin: 20px 0;
}

.footer-text-dev {
  font-family: 'din-mediumregular';
  font-size: 12px;
  color: #4b4b4b;
}

.footer-dev {
  padding: 40px 0;
}

.days-style {
  border: 1px solid #986229 !important;
  border-radius: 5px !important;
  background: transparent linear-gradient(to bottom, #FFBD20 0px, #F5AD00 100%) repeat scroll 0% 0% !important;
  box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.46) inset !important;
  color: rgb(0,0,0,255) !important;
  font-family: 'Oswald-Bold' !important;
  font-size: 25px !important;
  padding: 5px 36px !important;
  font-weight: normal !important;
  transition: all 0.3s ease 0s !important;
}

.days-style:hover {
  background: transparent linear-gradient(to bottom, #FF940A 0px, #FF940A 100%) repeat scroll 0px 0px !important;
  transition: all 0.3s ease 0s !important;
}

.quote-container {
  text-align: center;
}

.quote-banner {
  margin: 20px 0;
  background-size:cover;
}

.quote-banner-dev {
  padding: 0 45px;
  height: 238px;
}

.quote-title {
  font-family: 'Zapfchan-medium';
  font-size: 21px;
  color: #3e3e3e;
}

.quote-source {
  font-family: 'din-regularregular'; 
  font-size: 11px;
  color: #3e3e3e;
}

.pull-right {
  float: right !important;
}

.banner-loc {
  position: relative;
  top: 15%;
}

.bottom-content-title p {
  margin: 0;
}

.dv-banner-wrapper .banner-text p{
  margin: 0;
  text-align: center;
  font-family: "din-boldregular";
  color: #FFF;
  font-size: 35px;
  line-height: 34px;
  padding:80px 0;
}

.dv-banner-wrapper .dv-overlay{
  height:auto;
  background-color:rgba(0,0,0,0.5);
}

.dv-form h3{
  color: #005C9B;
}

.dv-form .hs_submit input{
  background-color: #005C9B!important;
  border: 1px solid #005C9B!important;
}

.dv-form .hs-form-field input{
  width: 100%!important;
}

.dv-form .hs-form-field{
  padding:10px 0;
}

.dv-form .hs-form-field label{
  display:none;
}

.dv-banner .banner-quote p.dv-title{
  text-align: center;
  font-family: 'din-regularregular';
  color: white;
  font-size: 22px;
  font-weight: 100;
}

.dv-banner .banner-quote p.dv-author{
  text-align: center;
  font-family: 'din-regularregular';
  color: white;
  font-size: 14px;
  font-weight: 100;
}

.dv-banner .banner-quote{
  padding: 100px 20px;
}

.bottom-form h3{
  text-align: center;
  font-family: 'din-boldregular';
  font-size: 30px;
  font-weight: bold;
  color:#005C9B;
}

.bottom-form .hs-form-field{
  padding:10px 0;
}

.bottom-form .hs-form-field label{
  display:none;
}

.bottom-form .hs_submit input{
  background-color: #005C9B!important;
  border: 1px solid #005C9B!important;
  color:white!important;
  padding: 10px 50px!important;
  text-transform: uppercase;
  font-family: 'din-regularregular';
  font-weight: bolder;
}

.bottom-form .hs_submit .actions {
  text-align: center;

}

.bottom-form{
  padding:20px 0;
}

@media (min-width: 750px){
  .where-we-work-cta{
    display: none !important;
  }
}

@media (max-width: 1024px){
  .padding-banner-dev{
    padding: 154px 0;
  }    

  .padding-banner-dev .span12{
    margin-top: -35px;
  }

  .devotional-banner{
    background-position: center center;
  }

  .devotional-day-4{
    background-position: 0% center;
  }

  .donate{

  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .row-fluid .span6-ipad {
    width: 48% !important;
  }

  .days-style {
    padding: 5px 36px !important;
    font-size: 25px !important;
  }

  .row-fluid .footer-left {
    text-align: right !important;
  }

  .footer-dev {
    padding: 30px;
  }

  p.donate{
    margin-left: -125px;
  }

  .social-icons{
    margin: -25px 25px 0 0;
  }


}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .footer-dev {
    padding: 30px;
  }

  .form-banner {
    height: 390px !important;
  }
}

@media (max-width: 768px) {
  .quote-banner-dev {
    height: 350px;
  }

  #hs_cos_wrapper_module_146001425992714720 {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .widget-type-linked_image {
    padding-bottom: 30px !important;
    /*         text-align: center !important; */
    margin: 0 auto !important;
    clear: both;
  }

  .footer-left {
    text-align: left !important;
  }

  .banner-sm {
    background-position: 0 0 !important;
  }

  .span6-sm {
    width: 50% !important;
    float: left !important;
  }

  .days-style {
    padding: 12px 21px !important;
    font-size: 18px !important;
  }

  .footer-dev {
    padding: 30px;
  }

  .banner-lp-v2 {
    padding: 100px 20px;
    width: auto !important;
    margin: 0 auto;
  }

  .form-banner {
    height: 390px !important;
  }

  .hidden-xs {
    display:none !important;
  }

  .bottom-form-width {
    width: 100% !important;
    margin: 0 !important;
  }

  .fa-icon-margin {
    padding-left: 24px;
  }
}

@media(max-width:736px){
  .form-height{
    width: 100%;
    margin-left: 0px!important;
    margin-top: 0px!important;
    height: 1550px!important;
  }

  .bcrumbs-responsive ul li{
    width:100%;
  }

  #events{
    padding: 0;
  }
}

@media (max-width: 568px) {
  .pope-sm {
    background-position: -560px 0 !important;
  }
  .form-banner {
    height: 496px !important;
  }

  .fa-icon-margin {
    padding-left: 29px;
  }
}

@media (max-width: 415px){
  .devotional-banner{
    background-position: center center;
  }

  .mh-logo-top img{
    max-width:100%;
  }

  .padding-banner-dev{
    padding: 70px 0 35px;
  }

  .devotional-day-4{
    background-position: 0% center!important;
  }

  .front{
    font-size:30px!important;
    margin-left: -30px;
  }

  .front-white{
    font-size:30px!important;
    margin-right: -50px;
  }

  .hs_email input{
    width: 80%!important;
    margin: 0!important;
  }

  #what-we-do-banner{
    height:150vh!important;
  }

  #video-subscription-banner
  {
    height:80vh!important;
  }

  #what-we-do-banner .overlay{
    height:150vh!important;
  }

  #video-subscription-banner .overlay{
    height:100% important;
  }

  h1.pray-top-text { 
    font-size: 35px!important;
  }

  .form-height {
    height: 1840px !important;
    overflow:scroll;
  }
}

@media (max-width: 715px){
  .devotional-banner{
    background-position: center center;
  }

  .padding-banner-dev{
    padding: 80px 0 40px;
  }
}





#contentTableOuter1 {
  padding: 0 !important;
}


.banner-lp-v2 {
  padding: 100px 20px;
  width: 54%;
  margin: 0 auto;
}

.dv-banner-wrapper .banner-text-blue p {
  color: #006eb9 !important;
  padding: 30px 0 !important;
  border-bottom: 3px solid #d4d4d4;
}

.pray-form {
  padding-left: 15px;
  padding-right: 15px;

}

.medium-font {
  font-family: 'din-mediumregular' !important;
  font-size: 25px !important;
}

.pray-form .hs_submit input{
  background-color: #ffaa4e!important;
  border: 1px solid #ffaa4e!important;
}

.pray-form .hs_submit input {
  /*width: 100% !important;*/
  color: white;
  cursor: pointer;
}

h1.pray-top-text{
  text-align: center;
  font-family: 'din-boldregular';
  color: white;
  font-size: 55px;
  font-weight:bold;
  padding: 100px 0px;
}

@media (min-width: 320px){
  .overlay {
    height: 100% !important;
  }

  .lines-style{
    margin-top:25px!important;
  }

}

@media(max-width:320px){
  #what-we-do-banner {
    height: 150vh!important;
  }

}

@media(max-width:425px){

  #video-subscription-banner{
    height: 150vh!important;
  }
}

@media (max-width: 750px){
  #banner-bg{

    background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/new-bg.jpg') !important;
    height: auto !important;
    margin: 0 auto !important;
    width: 100% !important;
    position: relative !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed ;
    background: #006EB9;

  }

  .home-page-map{
    display: none !important;
  }

  p.donate{
    padding-left: 60px;
  }

  .fa{
    margin; 0px 0px 0px 0px !important;    
  }

  #where-we-work-banner {
    background-image: url('//www.missionhurst.org/hubfs/where-we-work-mobile.png') !important;
    height: auto !important;
    margin: 0 auto !important;
    width: 100% !important;
    position: relative !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background: #006EB9;
  } 

  #what-we-do-banner-original {
    background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/what-we-do-banner-2.png') !important;
    height: auto !important;
    margin: 0 auto !important;
    width: 100% !important;
    position: relative !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed ;
    background: #006EB9;
  } 

  #how-to-help-banner {
    background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/how-to-help.jpg') !important;
    height: auto !important;
    margin: 0 auto !important;
    width: 100% !important;
    position: relative !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background: #006EB9;
  } 
  #our-story-banner {
    background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/images/our-story-banner.png') !important;
    height: auto !important;
    margin: 0 auto !important;
    width: 100% !important;
    position: relative !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background: #006EB9;
  } 

  #relief {
    background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/iStock_000033036158Medium1-980x500.jpg') !important;
    height: auto !important;
    margin: 0 auto !important;
    width: 100% !important;
    position: relative !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background: #006EB9;
  } 

  #development_ {
    background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/Blog_Post_Images/Missioning_in_Post_Earthquake_Japan_3.jpg') !important;
    height: auto !important;
    margin: 0 auto !important;
    width: 100% !important;
    position: relative !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background: #006EB9;
  } 
  #education_ {
    background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/Blog_Post_Images/Missionaries_Serve_Deaf_Children_in_Philippenes4.jpg') !important;
    height: auto !important;
    margin: 0 auto !important;
    width: 100% !important;
    position: relative !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background: #006EB9;
  } 

  #pastoral_ {
    background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/Blog_Post_Images/Giving_Hope_to_Abandoned_Women_in_Mexico1.jpg') !important;
    height: auto !important;
    margin: 0 auto !important;
    width: 100% !important;
    position: relative !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background: #006EB9;
  } 

  #sponsor_ {
    background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/Dispelling_gang_warfare_in_Congo.jpg') !important;
    height: auto !important;
    margin: 0 auto !important;
    width: 100% !important;
    position: relative !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background: #006EB9;
  }

  #pray-banner {
    background-image: url('//www.missionhurst.org/hubfs/Blog_Post_Images/An_Orphanage_in_Zambia_and_Young_Dalisos_Story.jpg') !important;
    height: auto !important;
    margin: 0 auto !important;
    width: 100% !important;
    position: relative !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background: #006EB9;
  }

  #give-banner {
    background-image: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/page25.jpg') !important;
    height: auto !important;
    margin: 0 auto !important;
    width: 100% !important;
    position: relative !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed;
    background: #006EB9;
  }


  .section-banner{
    width: auto !important;
  }

}

@media (max-width: 568px) and (orientation: landscape) {
  .form-banner {
    height: 428px !important;
  }
}
/*Abigail Test Form*/
.test-form .hs-form-field {
  margin-bottom:10px;
  background-color: #e6e6e6 !important;
  padding-left:5px;
  padding-bottom: 5px;
}

.test-form h3.form-title{
  background-color: #e6e6e6 !important;
  border-top: 0px !important;
  font-size: 26px;
  letter-spacing: 1px;
  font-weight:500;
  color:#333333;
  letter-spacing:1px;
  line-height:26.4px;
}

.test-form .hs_submit input{
  max-width: 250px!important;
  color:white;
}

.popupForm{
  padding-bottom:50px;
}

.blue-btn{
  background-color: #005c9b;
  border: 1px solid #014e83;
  border-radius: 5px;
}

.blue-btn:hover{
  background-color: #1fa4ff;
}


input.hs-input {
  /*margin-left: 12px !important;*/
}

/*Donation Form Styling*/
@media (min-width: 200px) and (max-width: 963px){
  .form-height{
    height: 1190px;
  }  
}    

@media (min-width: 964px){
  .form-height{
    height: 1190px;
  }  
}    
}
}

/*========8-9-2016=======*/
.mass-card.form.webform .form {
  padding:20px;
  width:auto;
}
.mass-card.form.webform form .hs-input {

}
.hs-input[type="radio"]{
  -webkit-appearance: radio!important;
}

@media(min-width:1024px){
  .hs-menu-flow-horizontal{
    display:block!important;
  }
  .blog-section{
    width: 600px;
  }
}
/*=========end 8-9=======*/

/* @import url('http://example.com/example_style.css'); */
/* 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;}


@font-face {
    font-family: 'Oswald-Bold';
    src: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/oswald-bold-webfont.eot');
    src: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/oswald-bold-webfont.eot#iefix') format('embedded-opentype'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/oswald-bold-webfont.woff2') format('woff2'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/oswald-bold-webfont.woff') format('woff'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/oswald-bold-webfont.ttf') format('truetype'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'TradeGothicLTCom-Bold';
  src:  url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/TradeGothicLTCom-Bold.eot#iefix') format('embedded-opentype'), 
        url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/TradeGothicLTCom-Bold.woff'), 
        url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/TradeGothicLTCom-Bold.ttf')  format('truetype'),
        url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/TradeGothicLTCom-Bold.svg#TradeGothicLTCom-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'din-boldregular';
    src: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinb__-webfont.eot');
    src: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinb__-webfont.eot#iefix') format('embedded-opentype'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinb__-webfont.woff2') format('woff2'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinb__-webfont.woff') format('woff'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinb__-webfont.ttf') format('truetype'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinb__-webfont.svg#din-boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'din-lightregular';
    src: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinl__-webfont.eot');
    src: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinl__-webfont.eot#iefix') format('embedded-opentype'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinl__-webfont.woff2') format('woff2'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinl__-webfont.woff') format('woff'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinl__-webfont.ttf') format('truetype'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinl__-webfont.svg#din-lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'din-mediumregular';
    src: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinm__-webfont.eot');
    src: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinm__-webfont.eot#iefix') format('embedded-opentype'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinm__-webfont.woff2') format('woff2'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinm__-webfont.woff') format('woff'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinm__-webfont.ttf') format('truetype'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinm__-webfont.svg#din-mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'din-regularregular';
    src: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinr__-webfont.eot');
    src: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinr__-webfont.eot#iefix') format('embedded-opentype'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinr__-webfont.woff2') format('woff2'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinr__-webfont.woff') format('woff'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinr__-webfont.ttf') format('truetype'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/dinr__-webfont.svg#din-regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'egregio_script_demoregular';
    src: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/egregioscript_demo-webfont.eot');
    src: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/egregioscript_demo-webfont.eot#iefix') format('embedded-opentype'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/egregioscript_demo-webfont.woff2') format('woff2'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/egregioscript_demo-webfont.woff') format('woff'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/egregioscript_demo-webfont.ttf') format('truetype'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/egregioscript_demo-webfont.svg#egregio_script_demoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'marketing_scriptregular';
    src: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/marketingscript-webfont.eot');
    src: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/marketingscript-webfont.eot#iefix') format('embedded-opentype'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/marketingscript-webfont.woff2') format('woff2'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/marketingscript-webfont.woff') format('woff'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/marketingscript-webfont.ttf') format('truetype'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/marketingscript-webfont.svg#marketing_scriptregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Zapfchan-medium';
	src: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/ZAPFCHAN-MD-BT-MEDIUM.eot');
    src: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/ZAPFCHAN-MD-BT-MEDIUM.eot#iefix') format('embedded-opentype'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/ZAPFCHAN-MD-BT-MEDIUM.woff') format('woff'), 
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/ZAPFCHAN-MD-BT-MEDIUM.ttf') format('truetype'), 
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/August2015/fonts/ZAPFCHAN-MD-BT-MEDIUM.svg#Zapfchan-medium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'travelingtypewriter';
    src: url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/Giving%20Tuesday/travelingtypewriter-webfont.woff2') format('woff2'),
         url('//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/Giving%20Tuesday/travelingtypewriter-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.leaflet-container {
    background: #fff;
    font: 12px/20px'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: #404040;
    color: rgba(0, 0, 0, .75);
    outline: 0;
    overflow: hidden;
    -ms-touch-action: none
}
.leaflet-container *,
.leaflet-container:after,
.leaflet-container:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.leaflet-container h1,
.leaflet-container h2,
.leaflet-container h3,
.leaflet-container h4,
.leaflet-container h5,
.leaflet-container h6,
.leaflet-container p {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 10px
}
.leaflet-container .marker-description img {
    margin-bottom: 10px
}
.leaflet-container a {
    color: #3887BE;
    font-weight: 400;
    text-decoration: none
}
.leaflet-container a:hover,
.leaflet-container.dark a {
    color: #63b6e5
}
.leaflet-container.dark a:hover {
    color: #8fcaec
}
.leaflet-container .mapbox-button,
.leaflet-container.dark .mapbox-button {
    background-color: #3887be;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis
}
.leaflet-container .mapbox-button:hover,
.leaflet-container.dark .mapbox-button:hover {
    color: #fff;
    background-color: #3bb2d0
}
.leaflet-image-layer,
.leaflet-layer,
.leaflet-map-pane,
.leaflet-marker-icon,
.leaflet-marker-pane,
.leaflet-marker-shadow,
.leaflet-overlay-pane,
.leaflet-overlay-pane svg,
.leaflet-popup-pane,
.leaflet-shadow-pane,
.leaflet-tile,
.leaflet-tile-container,
.leaflet-tile-pane,
.leaflet-zoom-box {
    position: absolute;
    left: 0;
    top: 0
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile {
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block
}
.leaflet-tile {
    filter: inherit;
    visibility: hidden
}
.leaflet-tile-loaded {
    visibility: inherit
}
.leaflet-zoom-box {
    width: 0;
    height: 0
}
.leaflet-tile-pane {
    z-index: 2
}
.leaflet-objects-pane {
    z-index: 3
}
.leaflet-overlay-pane {
    z-index: 4
}
.leaflet-shadow-pane {
    z-index: 5
}
.leaflet-marker-pane {
    z-index: 6
}
.leaflet-popup-pane {
    z-index: 7
}
.leaflet-control {
    position: relative;
    z-index: 7;
    pointer-events: auto;
    float: left;
    clear: both
}
.leaflet-right .leaflet-control {
    float: right
}
.leaflet-top .leaflet-control {
    margin-top: 10px
}
.leaflet-bottom .leaflet-control {
    margin-bottom: 10px
}
.leaflet-left .leaflet-control {
    margin-left: 10px
}
.leaflet-right .leaflet-control {
    margin-right: 10px
}
.leaflet-bottom,
.leaflet-top {
    position: absolute;
    z-index: 1000;
    pointer-events: none
}
.leaflet-top {
    top: 0
}
.leaflet-right {
    right: 0
}
.leaflet-bottom {
    bottom: 0
}
.leaflet-left {
    left: 0
}
.leaflet-fade-anim .leaflet-popup,
.leaflet-fade-anim .leaflet-tile {
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup,
.leaflet-fade-anim .leaflet-tile-loaded {
    opacity: 1
}
.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1);
    transition: transform .25s cubic-bezier(0, 0, .25, 1)
}
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated,
.leaflet-zoom-anim .leaflet-tile {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none
}
.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden
}
.leaflet-container {
    cursor: -webkit-grab;
    cursor: -moz-grab
}
.leaflet-container.leaflet-clickable,
.leaflet-container.map-clickable,
.leaflet-marker-icon,
.leaflet-overlay-pane path {
    cursor: pointer
}
.leaflet-control,
.leaflet-popup-pane {
    cursor: auto
}
.leaflet-dragging,
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container,
.leaflet-dragging .map-clickable {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing
}
.leaflet-zoom-box {
    background: #fff;
    border: 2px dotted #202020;
    opacity: .5
}
.leaflet-bar,
.leaflet-control-layers {
    background-color: #fff;
    border: 1px solid #999;
    border-color: rgba(0, 0, 0, .4);
    border-radius: 3px;
    box-shadow: none
}
.leaflet-bar a,
.leaflet-bar a:hover {
    color: #404040;
    color: rgba(0, 0, 0, .75);
    border-bottom: 1px solid #ddd;
    border-bottom-color: rgba(0, 0, 0, .1)
}
.leaflet-bar a:active,
.leaflet-bar a:hover {
    background-color: #f8f8f8;
    cursor: pointer
}
.leaflet-bar a:hover:first-child {
    border-radius: 3px 3px 0 0
}
.leaflet-bar a:hover:last-child {
    border-bottom: 0;
    border-radius: 0 0 3px 3px
}
.leaflet-bar a:hover:only-of-type {
    border-radius: 3px
}
.leaflet-bar .leaflet-disabled {
    cursor: default;
    opacity: .75
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
    display: block;
    content: '';
    text-indent: -999em
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative
}
.leaflet-control-layers-expanded {
    background: #fff;
    padding: 6px 10px 6px 6px;
    color: #404040;
    color: rgba(0, 0, 0, .75)
}
.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px
}
.leaflet-control-layers label {
    display: block
}
.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    border-top-color: rgba(0, 0, 0, .1);
    margin: 5px -10px 5px -6px
}
.leaflet-container .leaflet-control-attribution {
    background-color: rgba(255, 255, 255, .5);
    margin: 0;
    box-shadow: none
}
.leaflet-container .leaflet-control-attribution a,
.leaflet-container .map-info-container a {
    color: #404040
}
.leaflet-control-attribution a:hover,
.map-info-container a:hover {
    color: inherit;
    text-decoration: underline
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px
}
.leaflet-left .leaflet-control-scale {
    margin-left: 5px
}
.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}
.leaflet-control-scale-line {
    background-color: rgba(255, 255, 255, .5);
    border: 1px solid #999;
    border-color: rgba(0, 0, 0, .4);
    border-top: 0;
    padding: 2px 5px 1px;
    white-space: nowrap;
    overflow: hidden
}
.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #ddd;
    border-top-color: rgba(0, 0, 0, .1);
    border-bottom: 0;
    margin-top: -2px
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
}
.leaflet-popup {
    position: absolute;
    text-align: center;
    pointer-events: none
}
.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    pointer-events: all
}
.leaflet-popup-content {
    padding: 10px 10px 15px;
    margin: 0;
    line-height: inherit
}
.leaflet-popup-close-button+.leaflet-popup-content-wrapper .leaflet-popup-content {
    padding-top: 15px
}
.leaflet-popup-tip-container {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    position: relative
}
.leaflet-popup-tip {
    width: 0;
    height: 0;
    margin: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    box-shadow: none
}
.leaflet-popup-close-button {
    text-indent: -999em;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: all
}
.leaflet-popup-close-button:hover {
    background-color: #f8f8f8
}
.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}
.leaflet-div-icon {
    background: #fff;
    border: 1px solid #999;
    border-color: rgba(0, 0, 0, .4)
}
.leaflet-editing-icon {
    border-radius: 3px
}
.leaflet-bar a,
.leaflet-control-layers-toggle,
.leaflet-popup-close-button,
.map-tooltip.closable .close,
.mapbox-button-icon:before,
.mapbox-icon {
    content: '';
    display: inline-block;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    background-repeat: no-repeat
}
.leaflet-bar a {
    display: block
}
.leaflet-container.dark .map-tooltip .close,
.leaflet-control-layers-toggle,
.leaflet-control-zoom-in,
.leaflet-control-zoom-out,
.leaflet-popup-close-button,
.map-tooltip .close,
.mapbox-icon {
    opacity: .75;
    background-image: url(images/icons-000000@2x.png);
    background-repeat: no-repeat;
    background-size: 26px 260px
}
.leaflet-container.dark .leaflet-control-layers-toggle,
.leaflet-container.dark .leaflet-control-zoom-in,
.leaflet-container.dark .leaflet-control-zoom-out,
.leaflet-container.dark .mapbox-icon,
.mapbox-button-icon:before {
    opacity: 1;
    background-image: url(images/icons-ffffff@2x.png);
    background-size: 26px 260px
}
.leaflet-bar .leaflet-control-zoom-in {
    background-position: 0 0
}
.leaflet-bar .leaflet-control-zoom-out {
    background-position: 0 -26px
}
.leaflet-popup-close-button,
.map-tooltip.closable .close {
    background-position: -3px -55px;
    width: 20px;
    height: 20px;
    border-radius: 0 3px 0 0
}
.mapbox-icon-info {
    background-position: 0 -78px
}
.leaflet-control-layers-toggle {
    background-position: 0 -104px
}
.mapbox-icon.mapbox-icon-share,
.mapbox-icon.mapbox-icon-share:before {
    background-position: 0 -130px
}
.mapbox-icon.mapbox-icon-geocoder,
.mapbox-icon.mapbox-icon-geocoder:before {
    background-position: 0 -156px
}
.mapbox-icon-facebook,
.mapbox-icon-facebook:before {
    background-position: 0 -182px
}
.mapbox-icon-twitter,
.mapbox-icon-twitter:before {
    background-position: 0 -208px
}
.mapbox-icon-pinterest,
.mapbox-icon-pinterest:before {
    background-position: 0 -234px
}
.leaflet-popup-content-wrapper,
.map-legends,
.map-tooltip {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}
.map-legends,
.map-tooltip {
    max-width: 300px
}
.map-legends .map-legend {
    padding: 10px
}
.map-tooltip {
    z-index: 999999;
    padding: 10px;
    min-width: 180px;
    max-height: 400px;
    overflow: auto;
    opacity: 1;
    -webkit-transition: opacity 150ms;
    -moz-transition: opacity 150ms;
    -o-transition: opacity 150ms;
    transition: opacity 150ms
}
.map-tooltip .close {
    text-indent: -999em;
    overflow: hidden;
    display: none
}
.map-tooltip.closable .close {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 3px
}
.map-tooltip.closable .close:active {
    background-color: #f8f8f8
}
.leaflet-control-interaction {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 300px
}
.leaflet-popup-content .marker-title {
    font-weight: 700
}
.leaflet-control .mapbox-button {
    background-color: #fff;
    border: 1px solid #ddd;
    border-color: rgba(0, 0, 0, .1);
    padding: 5px 10px;
    border-radius: 3px
}
.mapbox-modal>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow-y: auto
}
.mapbox-modal.active>div {
    z-index: 99999;
    transition: all .2s, z-index 0 0
}
.mapbox-modal .mapbox-modal-mask {
    background: rgba(0, 0, 0, .5);
    opacity: 0
}
.mapbox-modal.active .mapbox-modal-mask {
    opacity: 1
}
.mapbox-modal .mapbox-modal-content {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}
.mapbox-modal.active .mapbox-modal-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}
.mapbox-modal-body {
    position: relative;
    background: #fff;
    padding: 20px;
    z-index: 1000;
    width: 50%;
    margin: 20px 0 20px 25%
}
.mapbox-share-buttons {
    margin: 0 0 20px
}
.mapbox-share-buttons a {
    width: 33.3333%;
    border-left: 1px solid #fff;
    text-align: center;
    border-radius: 0
}
.mapbox-share-buttons a:last-child {
    border-radius: 0 3px 3px 0
}
.mapbox-share-buttons a:first-child {
    border: 0;
    border-radius: 3px 0 0 3px
}
.mapbox-modal input {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #ddd;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .5)
}
.leaflet-control.mapbox-control-info {
    margin: 5px 30px 10px 10px;
    min-height: 26px
}
.leaflet-right .leaflet-control.mapbox-control-info {
    margin: 5px 10px 10px 30px
}
.mapbox-info-toggle {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}
.leaflet-right .mapbox-control-info .mapbox-info-toggle {
    left: auto;
    right: 0
}
.mapbox-info-toggle:hover {
    background-color: #fff
}
.map-info-container {
    background: #fff;
    padding: 3px 5px 3px 27px;
    display: none;
    position: relative;
    bottom: 0;
    left: 0;
    border-radius: 13px 3px 3px 13px
}
.leaflet-right .map-info-container {
    left: auto;
    right: 0;
    padding: 3px 27px 3px 5px;
    border-radius: 3px 13px 13px 3px
}
.mapbox-control-info.active .map-info-container {
    display: inline-block
}
.leaflet-container .mapbox-improve-map {
    font-weight: 700
}
.leaflet-control-mapbox-geocoder {
    position: relative
}
.leaflet-control-mapbox-geocoder.searching {
    opacity: .75
}
.leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-wrap {
    background: #fff;
    position: absolute;
    border: 1px solid #999;
    border-color: rgba(0, 0, 0, .4);
    overflow: hidden;
    left: 26px;
    height: 28px;
    width: 0;
    top: -1px;
    border-radius: 0 3px 3px 0;
    opacity: 0;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms
}
.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-wrap {
    width: 180px;
    opacity: 1
}
.leaflet-bar .leaflet-control-mapbox-geocoder-toggle,
.leaflet-bar .leaflet-control-mapbox-geocoder-toggle:hover {
    border-bottom: 0
}
.leaflet-control-mapbox-geocoder-toggle {
    border-radius: 3px
}
.leaflet-control-mapbox-geocoder.active,
.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.leaflet-control-mapbox-geocoder .leaflet-control-mapbox-geocoder-form input {
    background: 0 0;
    border: 0;
    width: 180px;
    padding: 0 0 0 10px;
    height: 26px;
    outline: 0
}
.leaflet-control-mapbox-geocoder-results {
    width: 180px;
    position: absolute;
    left: 26px;
    top: 25px;
    border-radius: 0 0 3px 3px
}
.leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-results {
    background: #fff;
    border: 1px solid #999;
    border-color: rgba(0, 0, 0, .4)
}
.leaflet-control-mapbox-geocoder-results a,
.leaflet-control-mapbox-geocoder-results span {
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 26px;
    text-align: left;
    overflow: hidden
}
.leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results a:hover,
.leaflet-control-mapbox-geocoder-results a:hover {
    background: #f8f8f8;
    opacity: 1
}
.leaflet-right .leaflet-control-mapbox-geocoder-results,
.leaflet-right .leaflet-control-mapbox-geocoder-wrap {
    left: auto;
    right: 26px
}
.leaflet-right .leaflet-control-mapbox-geocoder-wrap {
    border-radius: 3px 0 0 3px
}
.leaflet-right .leaflet-control-mapbox-geocoder.active,
.leaflet-right .leaflet-control-mapbox-geocoder.active .leaflet-control-mapbox-geocoder-toggle {
    border-radius: 0 3px 3px 0
}
.leaflet-bottom .leaflet-control-mapbox-geocoder-results {
    top: auto;
    bottom: 25px;
    border-radius: 3px 3px 0 0
}
.leaflet-container.dark .leaflet-bar {
    background-color: #404040;
    border-color: #202020;
    border-color: rgba(0, 0, 0, .75)
}
.leaflet-container.dark .leaflet-bar a {
    color: #404040;
    border-color: rgba(0, 0, 0, .5)
}
.leaflet-container.dark .leaflet-bar a:active,
.leaflet-container.dark .leaflet-bar a:hover {
    background-color: #505050
}
.leaflet-container.dark .leaflet-control-attribution,
.leaflet-container.dark .map-info-container,
.leaflet-container.dark .mapbox-info-toggle {
    background-color: rgba(0, 0, 0, .5);
    color: #f8f8f8
}
.leaflet-container.dark .leaflet-control-attribution a,
.leaflet-container.dark .leaflet-control-attribution a:hover,
.leaflet-container.dark .map-info-container a,
.leaflet-container.dark .map-info-container a:hover {
    color: #fff
}
.leaflet-container.dark .leaflet-control-layers-list span {
    color: #f8f8f8
}
.leaflet-container.dark .leaflet-control-layers-separator {
    border-top-color: rgba(255, 255, 255, .1)
}
.leaflet-container.dark .leaflet-bar a.leaflet-disabled,
.leaflet-container.dark .leaflet-control .mapbox-button.disabled {
    background-color: #252525;
    color: #404040
}
.leaflet-container.dark .leaflet-control-mapbox-geocoder>div {
    border-color: #202020;
    border-color: rgba(0, 0, 0, .75)
}
.leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results a {
    border-color: #ddd #202020;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .75)
}
.leaflet-container.dark .leaflet-control .leaflet-control-mapbox-geocoder-results span {
    border-color: #202020;
    border-color: rgba(0, 0, 0, .75)
}
@media only screen and (max-width: 800px) {
    .mapbox-modal-body {
        width: 83.3333%;
        margin-left: 8.3333%
    }
}
@media only screen and (max-width: 640px) {
    .mapbox-modal-body {
        width: 100%;
        height: 100%;
        margin: 0
    }
}
.leaflet-vml-shape {
    width: 1px;
    height: 1px
}
.lvml {
    behavior: url(#default#VML);
    display: inline-block;
    position: absolute
}
.leaflet-container img.leaflet-tile {
    max-width: none!important
}
.leaflet-container img.leaflet-marker-icon {
    max-width: none
}
.leaflet-container img.leaflet-image-layer {
    max-width: 15000px!important
}
.leaflet-overlay-pane svg {
    -moz-user-select: none
}
.leaflet-oldie .mapbox-modal .mapbox-modal-content {
    display: none
}
.leaflet-oldie .mapbox-modal.active .mapbox-modal-content {
    display: block
}
.map-tooltip {
    width: 280px\8
}
.modal-backdrop {
  /* position: fixed;*/
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* z-index: 1040;
  background-color: #000000;*/
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}

.modal.fade {
  top: -500%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 25%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.section-banner{
  width: 900px;
  margin: auto;
}
.gt-header{
  padding: 15px 0px;
}

#banner-bg.home-bg-gt{
  background-image: url(//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/Giving%20Tuesday/banner-mh-lp.jpg)!important;
  height: auto;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.gt-header-title{
  color: #006eb9;
  font-family: 'travelingtypewriter';
  font-weight: bolder;
  font-size: 2.5em;
  margin: 0;
  text-align: right;
  margin-top: -10px;
}

.gt-banner-padding{
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 110px;
}

.gt-collage{
  width:33.33%;
  float:left;
  max-height: 500px;
  overflow: hidden;
}

.gt-collage img{
  width:100%;
}

.pwhite p{
  color:white!important;
}

.footer-text{
  color:white;
  font-size:.8em;
  font-family: 'din-regularregular';
  line-height:1.2em;
}

.social-media{
  background-image: url(//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/Giving%20Tuesday/social-media-white.png);
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  float: left;
  margin-right:5px;
  position:relative;
}

.social-media:hover{
  background-image: url(//500524.fs1.hubspotusercontent-na1.net/hubfs/500524/Giving%20Tuesday/social-media-black.png);
}

.social-media:nth-child(1){
  background-position: -4% 0%;
}

.social-media:nth-child(2){
  background-position: 30% 0%;
}

.social-media:nth-child(3){
  background-position: 65% 0%;
}

.social-media:nth-child(4){
  background-position: 100% 0%;
}


.social-media a{
  text-decoration:none;
  width: 100%;
  display: inline-block;
  height: 100%;
}

.socialmedia-footer{
  display: block;
  width: 100%;
  height: 24px;
}

a.white-link{
  font-weight:bolder;
  color:white;
}

.main-form-container {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.gt-goal{
  font-size: 1.75em;
  font-weight: bolder;
  text-decoration: underline;
}

div#congo-donate .btn-donation-type {
  display: none;
}

#philippines-donate .form-content, #congo-donate .form-content{
  box-shadow: 0 0 1px 0px black !important;
}
@media(max-width:1024px){
  .gt-banner-container{
    max-width:100%;
  }    

  .gt-header{
    padding: 15px;
  }

  .container{
    padding: 0 25px;
  }

  .donate-gt{
    width:100%!important;
  }
}

@media(max-width:768px){
  .gt-header-title{
    font-size: 2.1em;
  }
}
@media(max-width:736px){
  img.img-responsive{
    width:100%;
  }

  .gt-header-title{
    font-size: 2em;
    text-align: center;
    margin: 10px 0;
  }

  img.img-responsive{
    margin-bottom:25px;
  } 

  .gt-logo{
    width:50%!important;
  }

  .gt-header .span6{
    text-align:center;
  }
}

@media(max-width:415px){
  .form-body {
    padding: 10px;
  }
  .donation-amount ul li {
    font-size: 18px;
  }
  .container {
    padding: 0 10px;
  }
}
@media(max-width:375px){
  .donation-amount ul li {
    font-size: 16px;
  }
}
@media(max-width:320px){
  .donation-amount ul li {
    font-size: 15px;
  }
}
.jquery-background-video-wrapper {
    position: relative;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    	background-size: cover;
    height:100vh;        
    
}

.jquery-background-video-wrapper.homepage{
    height:calc(100vh - 163px);
}

.jquery-background-video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	    	transform: translate(-50%,-50%);
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
	opacity: 0;
	-webkit-transition: opacity 300ms linear;
			transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
	opacity: 1;
}

/**
 * Pause/play button
 */ 
.jquery-background-video-pauseplay {
	position: absolute;
	background: transparent;
	border: none;
	box-shadow: none;
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
	padding: 0;
	cursor: pointer;
	outline: none !important;
}
.jquery-background-video-pauseplay span {
	display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
	left: 10px;
}
.body-container-wrapper{
    min-height: 1px !important;
}
.spacer{
    padding:40px 0px;
}
.flex-center{
    display:flex !important;  
    display:-webkit-flex !important;   
    align-items:center !important;
    -webkit-align-items:center !important;
}
.flex{
    display:flex !important;  
    display:-webkit-flex !important;   
}
.main-tier {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 8%;
    position: relative;
    /*height: 85vh;*/
}
.main-tier-simple {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 8%;
    background: #e6e6e6;
    position: relative;
    min-height: 50em;
}

.donation-box-simple{
    padding-top: 10vh !important;
}
.main-tier:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}

.btn-donation-type a {
    background: #fff;
    width: 100%;
    padding: 10px 0px;
    text-transform: UPPERCASE;
    font-family: 'Roboto', sans-serif;
    color: #f7b007;
    cursor:pointer;
    font-size: 12px;
}
.btn-donation-type a.give-once {
    border-radius: 5px 0px 0px 5px;
}
.btn-donation-type a.monthly {
    border-radius: 0px 5px 5px 0px;
}

.btn-donation-type {
    display:flex;  
    display:-webkit-flex; 
    
    text-align: center;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 5px;
}    
.btn-active{
    background:#f8b108 !important;
    color:#fff!important;
}

.form-content{
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
}

.form-content h2 {
    background: #006eb9;
    color: #fff;
    text-transform: UPPERCASE;
    font-family: 'din-mediumregular';
    font-size: 14px;
    font-weight: normal;
    padding: 21px 0px;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

a.donate-btn{
    text-decoration: none;
    font-size: 18px;
    font-family: 'din-mediumregular';
    color: white;
    background: #fab510;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 15px 0px;
    text-transform: UPPERCASE;
    letter-spacing: 3px;
    font-weight: 200 !important;
    cursor:pointer;
}

.form-body{
    padding: 25px;
}
a.prayer-btn, .prayer-preview{
    font-size: 12px;
    color: #006eb9;
    display: inline-block;
    margin: 10px 0px;
    cursor:pointer;
}
a.prayer-btn .fa{
    font-size: 9px;
}
.form-content{
    /*
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d; */
    -webkit-transition: none;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.flipped{
  -webkit-transform: none;
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.monthly-fm{
    display:none;
    -webkit-transform: none;
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
   
}

.form-content.flipped .give-once-fm{
    display:none;
}

.form-content.flipped .monthly-fm{

    display:block !important;
}

.donation-amount ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display:flex;  
    display:-webkit-flex; 
}

.donation-amount ul li {
    display: inline;
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: 'din-mediumregular';
    font-size: 22px;
    color: #006eb9;
    text-transform: capitalize;
}
.donation-amount ul li label{
    display:flex;  
    display:-webkit-flex;
    
}

input.other_amount{
    width: 90%;
    font-family: 'din-mediumregular';
    font-size: 25px;
    color: #006eb9;
    text-transform: UPPERCASE;
    padding: 14.5px 3%;
    border-radius: 0px 5px 5px 0px;
    border: 1px solid silver;
}
input.other_amount:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999 !important;
    font-size: 14px;
    font-weight: 100;
    padding:20px !important;
}
input.other_amount::-webkit-input-placeholder{
    color: #999;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
}
.other-amount span{
    width: 19%;
    background: white;
    font-family: 'din-mediumregular';
    font-size: 22px;
    color: #a0a0a0;
    text-align: center;
    padding: 16.5px 0px;
    border-radius: 5px 0px 0px 5px;
    border: 1px solid silver;
    border-right-width: 0px;
}
.other-amount{
    display:none;
    margin-top: 10px;
}
:focus {
    outline: none;
}
a.donate-btn:hover {
    background: #d69700;
}
a.donate-btn.disabled:hover {
    background: #fab510;
}


body .hs_cos_wrapper_type_form .hs_donation_amount,
body .hs_cos_wrapper_type_form .hs_donation_amount_monthly{
 display:none !important;   
}


/* The Modal (background) */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    left: 0 !important;
    top: 0 !important;
    width: 100% !important; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
    -webkit-animation-name: fadeIn; 
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s;
    margin-left: 0;
    z-index: 9999999999999999999;
}

/* Modal Content */
.modal-content {
    top: 0;
    background-color: #fefefe;
    width: 500px;
    margin-left: auto;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 0.4s;
    animation-name: slideIn;
    animation-duration: 0.4s;
    z-index: 9999999999999999999;
    margin-right: auto;
    float: none;
    display: block;
    border-top:none;
}
.modal-header .close{
    margin-top:-3px !important;
    margin-top: -3px !important;
    color: #fff !important;
    font-size: 20px !important;
    font-weight: normal !important;
    opacity: 1 !important;
}
/* The Close Button */

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    background: #006eb9;
    color: #fff;
    text-transform: UPPERCASE;
    font-family: 'din-mediumregular';
    font-size: 14px;
    font-weight: normal;
    padding: 14px;
}

.modal-body {
    padding: 2px 16px;
    max-height:none !important;
}

#prayer-intent-modal .modal-body {
    padding: 10px 32px;
}
.modal-footer{
    background: none !important;
    border: none !important;
}
.modal-body form{
    border: 1px solid silver;
    padding: 25px;
    margin: 10px;
}
.modal-body form, #prayer-intent-modal {
    font-size: 13px;
    font-family: 'din-mediumregular';
}
.modal-body form input.hs-input, textarea, select{
    width: 100% !important;
    border-radius: 5px;
    border: 1px solid silver;
    padding: 9px;
    margin: 7px 0px;

}
#prayer-intent-modal textarea{
    height:100px;
}

.modal-body form .field label span.hs-form-required {
    color: red;
    font-size: 13px;
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 800;
    margin-left: 1px !important;
}

.modal-body form ul.hs-error-msgs.inputs-list {
    padding-left: 14px;
    font-size: 10px;
    white-space: normal;
    position: relative;
    margin-top: 0px !important;
    display: none !important;
}

.hs_submit .actions{
    text-align: right;
    padding:0px !important;
}
.hs_submit .actions input{
    padding: 10px 34px !important;
    margin-top: 16px;
    margin-right: 7px;
}

.stripe-form .stripe-button-el{
    display:none;
}
 
.form-columns-3 .hs-form-field:last-child .input {
    margin-right: 0px !important;
}

.modal.flex-center {
    display: block !important;
}

.btn-submit-prayer:hover, .modal-footer .btn-close:hover {
    background-color: #ff8a0c !important;
}
.btn-submit-prayer, .modal-footer .btn-close {
    background-color: rgb(233,126,11) !important;
    border-radius: 5px;
    border: 1px solid rgb(233,126,11) !important;
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    background-image: none!important;
    font-family: 'din-boldregular';
    font-size: 16px!important;
    color: #fff;
    cursor: pointer !important;
    padding: 10px 34px !important;
    text-transform: UPPERCASE;
    font-size: 12px !important;
    margin-top: 16px;
    margin-right: 15px;
}


.prayer-intent-row .btn-icons{
    font-size: 12px;
    color: #006eb9;
    position: absolute;
    right: 10px;
}
.prayer-intent-row .btn-icons .fa {
    margin-left: 6px !important;
}

.prayer-intent-row{
    position: relative;
}
.prayer-div{
    display: block;
    border: 1px dashed #006eb9;
    padding: 5px 10px;
    margin: 10px 0px;
}

.error-form-div ul li {
    margin: 7px 0px;
}
.error-form-div ul {
    margin: 0px !important;
    padding-left: 18px !important;
    font-size: 12px;
    text-transform: inherit;
}
.error-form-div{
    margin: 10px;
    background: #ffdddd;
    padding: 10px;
    color: #a94442;
    background-color: #f2dede;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ebccd1;  
}
.error-form-div p {
    color: #a94442;
    font-weight: 600;
}
input[type="submit"]:disabled, .disabled {
    opacity: 0.5;
    cursor:not-allowed !important;
}


.thankyou-tier h2{
    color: #fff !important;
    text-align: center !important;
    font-size: 67px !important;
    font-weight: 100 !important;
    margin-bottom:0px;
    font-family: 'din-regularregular';
    text-shadow: 2px 2px black;
}
.thankyou-tier p{
    color: #fff;
    text-align: center;
    font-style: italic;
    font-size: 37px;
    font-weight: 800;
}

.Checkout.is-desktop .Button{
    font-size:15px !important;
    white-space: nowrap;
}

#error-containet-modal .modal-body p{
    text-align: center;
    color: #a94442;
    background: #ffdddd;
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ebccd1;
    font-size: 14px;
    font-weight: 600;
}


#wait-modal.flex-center {
    display: flex !important;
    display:-webkit-flex !important; 
    text-align: center;
}

#wait-modal p{
    display: block;
    width: 100%;
    color: #fff;
}
.stripe_checkout_app #container{ 
    height: 100%;
    margin-top: 15vh;
}


.Overlay-Badge--testMode{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding: 1px;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    position: static;
    min-height: 32px;
    border-radius: 0;

}

.cta-buttons .share-btn{
    display: flex;
    display:-webkit-flex;
    align-items: center;
    color: #fff;
    font-weight: 900;
        max-width: 336px;
}

.share-btn .text-desc{
    margin-left: 7px;
}
.cta-buttons .dl-btn{
    padding: 13px 20px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-weight: 900;
    border: 2px solid #fff;
    transition:500ms ease all;
}
.cta-buttons .dl-btn:hover{
    background:#fff;
    color:black;
}

.form-content > div:after {
  content: " Donation form loading... Please wait. ";
    font-family: 'Nunito Sans',sans-serif;
    font-size: 22px; 
    font-weight: bold;
    color: #0383d4;
    display: block;
    padding: 30px 20px;
    text-align: center;
}
.form-content > div .form-body, .form-content > div h2 {
    display: none;
    position: relative;
}
.show-form .form-content > div:after {
    display: none !important;
}
.show-form .form-content > div .form-body, .show-form .form-content > div h2 {
    display: block;
}


/* Add Animation */
@-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
}

@keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}
@media (max-width:414px){
    .modal-content{
        width:100%;
    }
}



@media(max-width:1024px){
    .form-donation-container, .form-donation-container-zambia {
        width: 50% !important;
    }
    .main-tier{
        height: 100vh;
    }
    .thankyou-tier h2 {
        font-size: 81px !important;
    }
}

@media(max-width:736px){
    .main-tier{
        height: 103vh;
    }
    .thankyou-tier p {
        font-size: 16px !important;
    }
    .thankyou-tier h2 {
        font-size: 36px !important;
    }
}



@media(max-width:667px){
    .form-donation-container, .form-donation-container-zambia {
        width: 100% !important;
    }
    
}


@media(max-width:375px){
    .donation-amount ul li {
        font-size: 15px;
    }
    .main-form-container input {
        margin-bottom: 0px !important;
    }
}





 


::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999 !important;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
   opacity:  1;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color: #999 !important;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 1px;
}


@media(min-width:1700px){
    .donation-box-simple{
        padding-top: 15vh !important;
    }
}
body {
  margin: 0;
  font-family: "din-lightregular";
}
body p {
  font-size: 1.25em;
  line-height: 1.25em;
  margin: 0; }

.container {
  max-width: 1200px !important;
  float: none !important;
  margin: auto !important;
  width: 1200px !important; }

.relative {
  position: relative !important; }

.space {
  padding: 80px 0; }

.tier-2-bg {
  /* background-image:url('https://500524.fs1.hubspotusercontent-na1.net/hubfs/500524/2017/donation-form-tier.jpg'); */
  background-color: #006eb9;
  background-size: cover;
  background-position: center 0%; }

.form-tier {
  background-image: url("https://500524.fs1.hubspotusercontent-na1.net/hubfs/500524/2017/tier-2-sjbs.jpg");
  background-size: cover;
  background-position: center 0%; }

.mh-btn {
  padding: 10px 25px;
  font-family: "din-boldregular";
  color: #006eb9;
  background-color: white;
  transition: all 500ms ease;
  border-radius: 5px;
  font-size: 1.25em;
  text-decoration: none; }
.mh-btn:hover {
  background-color: #005c9b;
  color: white; }

.mh-btn-trans {
  padding: 10px 25px;
  font-family: "din-boldregular";
  color: white;
  background-color: transparent;
  transition: all 500ms ease;
  border-radius: 5px;
  font-size: 1.25em;
  text-decoration: none;
  border: 2px solid white; }
.mh-btn-trans:hover {
  background-color: white;
  color: #006eb9; }

.header-vid-wrapper {
  position: relative;
  background-color: black; }
.header-vid-wrapper .video-mask {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 43, 73, 0.5); }
.header-vid-wrapper .vid-content-overlay {
  position: absolute;
  top: 50px;
  color: white; }
.header-vid-wrapper .vid-content-overlay .header-title {
  font-family: "din-boldregular";
  font-size: 3em;
  text-align: center;
  padding: 25vh 0 25px;
  line-height: 0.65em; }
.header-vid-wrapper .vid-content-overlay .header-sub-title {
  font-family: "din-lightregular";
  font-size: 24px;
  text-align: center; }
.header-vid-wrapper form {
  width: 39%;
  margin: auto; }
.header-vid-wrapper form > div:first-child {
  display: inline-block; }
.header-vid-wrapper form .hs-form-required {
  display: none; }
.header-vid-wrapper form .hs_email {
  width: 300px;
  display: inline-block;
  font-family: "din-lightregular"; }
.header-vid-wrapper form .hs_email .hs-error-msgs {
  padding: 0;
  list-style: none;
  color: red;
  font-size: .8em;
  font-weight: bolder; }
.header-vid-wrapper form .hs_email input {
  font-size: 1.1em;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid transparent; }
.header-vid-wrapper form .hs_submit {
  width: 130px !important;
  display: inline-block;
  font-family: "din-lightregular";
  vertical-align: top; }
.header-vid-wrapper form .hs_submit .actions {
  padding: 0 !important; }
.header-vid-wrapper form .hs_submit .actions input {
  font-size: 1.1em !important;
  padding: 10px !important;
  border-radius: 5px;
  border: 1px solid transparent !important;
  margin-left: 10px;
  background: #006eb9 !important;
  color: white;
  transition: all 500ms ease;
  width: auto !important;
  max-width: auto !important; 
  margin: 0px !important;
  margin-left: 10px !important;
}
.header-vid-wrapper form .hs_submit .actions input:hover {
  background: #005c9b !important; }

.body-title {
  font-size: 36px;
  font-family: "din-boldregular"; }
.body-title.blue {
  color: #006eb9; }
.body-title.white {
  color: white; }
.body-title.center {
  text-align: center; }
.body-title.large {
  font-size: 3em; }

.body-subtitle {
  font-size: 24px;
  font-family: "din-lightregular";
  margin: 15px 0; }
.body-subtitle.blue {
  color: #006eb9; }
.body-subtitle.white {
  color: white; }
.body-subtitle.center {
  text-align: center; }

.circle-icons {
  padding: 40px 0 20px; }
.circle-icons .span4 {
  text-align: center;
  font-weight: bold; }
.circle-icons .span4 img {
  width: 150px;
  padding-bottom: 15px; }

/*
.two-column{
.flex{
padding-top:25px;
}
}*/
.flex > .row-fluid-wrapper > .row-fluid {
  display: flex;
  display: -webkit-flex; }
.flex > .row-fluid-wrapper > .row-fluid > .span6 {
  margin: 0 !important; }
.flex > .row-fluid-wrapper > .row-fluid > .span6:first-child {
  width: 50% !important; }
.flex > .row-fluid-wrapper > .row-fluid > .span6:last-child {
  width: 50% !important; }
.flex .left-blue-col {
  background-color: #006eb9; }
.flex .left-blue-col div,
.flex .left-blue-col span,
.flex .left-blue-col video{
  height: 620px !important;
  display: block; }
.flex .left-blue-col .col-content {
  max-width: 600px;
  float: right;
  padding: 25px;
  padding-top: 145px; }
.flex .left-blue-col .col-content .title {
  font-size: 1.5em;
  color: white; }
.flex .left-blue-col .col-content .desc {
  font-size: .85em;
  text-transform: uppercase;
  margin: 5px 0; }
.flex .left-blue-col .col-content .no {
  font-size: 3em;
  color: white;
  font-family: "din-boldregular"; }
.flex .right-col .col-content {
  max-width: 600px;
  padding: 25px; }
.flex .right-col .col-content .title {
  font-size: 1.5em; }
.flex .right-col .col-content .desc {
  font-size: .85em;
  text-transform: uppercase;
  margin: 5px 0; }
.flex .right-col .col-content .no {
  font-size: 3em;
  font-family: "din-boldregular"; }
.flex .right-col .col-content .no.title-underline:after {
  content: '';
  height: 7.5px;
  width: 50px;
  background-color: #006eb9;
  display: block;
  margin-top: 25px; }
.flex .right-col .col-content .no.title-underline.blue {
  color: #006eb9; }
.flex .right-col .col-content .date-title {
  font-size: 1.3em;
  font-style: italic; }
.flex .right-col .col-content .date {
  font-size: 2.25em;
  font-family: "din-boldregular";
  margin: 5px 0; }
.flex .right-col .col-content .date.blue {
  color: #006eb9; }
.flex .right-col .col-content .img-container {
  padding: 25px 0; }
.flex .right-col .col-content .img-container img {
  border-bottom: 5px solid #006eb9 !important; }
.flex .right-col .col-content .img-container .img-title {
  font-size: 2em;
  padding: 25px 0; }
.flex .right-col .col-content .img-container .img-title.blue {
  color: #006eb9; }
.flex .right-col .col-content .img-container .img-btn a {
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px 0;
  font-size: 1.25em;
  text-decoration: none;
  border: 1px solid #006eb9;
  transition: all 500ms ease;
  color: #006eb9; }
.flex .right-col .col-content .img-container .img-btn a:hover {
  color: white;
  background: #006eb9; }

.haiti-container {
  width: 100%;
  margin: auto;
  position: relative;
  text-align: center; }
.haiti-container .haiti-map {
  max-height: 250px; }
.haiti-container .haiti-marker {
  width: 15px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  position: absolute;
  top: 75px;
  right: 60px; }

.sjb-form {
  background: transparent !important;
  border-top: none !important; }

.gray-tier {
  background-color: #F0F0F0; }

.iphone-bg-tier {
  background-image: url("https://500524.fs1.hubspotusercontent-na1.net/hubfs/500524/2017/iphone-bgv2-1.jpg");
  background-size: cover;
  background-position: center;
  position: relative; }
.iphone-bg-tier .iphone-tier-content {
  padding: 150px 0 150px;
  z-index: 22222;
  position: relative; }
.iphone-bg-tier:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  background: transparent;
  display: block;
  z-index: 11111; }

.relative {
  position: relative; }

.iphone-mask {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75); }

.row-three-img {
  padding: 25px 0; }

.hr-white {
  background-color: white;
  opacity: .4;
  height: 1px;
  width: 100%; }


.donation-tier{
  background-image: url('https://www.missionhurst.org/hubfs/tier-2-sjbs-v2.jpg');
  background-size: cover;
  background-position: center 0;
  position:relative;
}
.form-donation-container {
  padding: 80px 0px;
}
.donation-tier:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.36);
  z-index: 0;
}
.donation-tier .container {
  position: relative;
  z-index: 1;
}

.modal-header .close {
  float: right;

}


@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce; }

@media (min-width: 1900px) {
  .flex > .row-fluid-wrapper > .row-fluid > .span6:first-child {
    width: 50% !important; }

  .iphone-bg-tier .iphone-tier-content {
    padding: 275px 0 275px; } }
@media (max-width: 1024px) {
  .donate-gt {
    width: 100% !important; }

  .container {
    padding: 0 25px;
    width: 100% !important; }

  .haiti-container .haiti-marker {
    top: 160px;
    right: 40px; }

  .header-vid-wrapper form > div:first-child {
    display: block; }
  .header-vid-wrapper form .hs_email {
    width: 100%; }
  .header-vid-wrapper form .hs_email input {
    font-size: 1.1em;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid transparent; }
  .header-vid-wrapper form .hs_submit {
    width: 100% !important;
    text-align: center;
    padding: 10px; }

  .space-footer {
    padding: 40px 0; } 

  .donation-tier .span5{
    width:100%;
    padding: 0px 25px;
  }
  .donation-tier{
    background-position-x: 58%;
  }
}

@media (max-width: 1024px) and (min-width: 200px){
  .form-height {
    height: 1430px;
  }  
}



@media (max-width: 768px) {
  .donation-tier{
    background-position-x: 42%;
  }
  .row-three-img .span4 {
    width: 31%;
    clear: none;
    margin: 0 5px !important; }

  .flex > .row-fluid-wrapper > .row-fluid {
    display: block; }
  .flex > .row-fluid-wrapper > .row-fluid > .span6 {
    margin: 0 !important; }
  .flex > .row-fluid-wrapper > .row-fluid > .span6:first-child {
    width: 100% !important; }
  .flex > .row-fluid-wrapper > .row-fluid > .span6:last-child {
    width: 100% !important; }
  .flex .left-blue-col .jquery-background-video-wrapper {
    height: 500px !important; }
  .flex .left-blue-col .col-content {
    float: none;
    max-width: 100%;
    padding: 40px 25px !important; }
  .flex .right-col .col-content {
    max-width: 100%;
    padding: 40px 25px !important; }
  .flex .right-col .col-content .img-container .span6 {
    width: 48%;
    margin: 0 5px !important;
    clear: none; }

  .haiti-container .haiti-marker {
    top: 50px;
    right: 15px; }

  .circle-icons .span4 {
    padding: 15px 0; } 

  .header-title{
    line-height:.75em!important;
  }}


@media (max-width: 736px) {
  .jquery-background-video-wrapper,
  .jquery-background-video-wrapper.homepage{
    height: 725px; }

  .flex .right-col .col-content .img-container .span6 {
    margin: auto !important; }

  .row-three-img .span4 {
    width: 50%;
    margin: auto !important; }

  .haiti-container .haiti-marker {
    top: 75px;
    right: 25px; }

  .header-vid-wrapper .vid-content-overlay .header-title.ty-page {
    font-size: 2em;
    line-height: 1em; }

  .header-vid-wrapper form {
    width: 100%; }
  .header-vid-wrapper form .hs_email input {
    width: 100% !important; }
  .header-vid-wrapper .vid-content-overlay .header-title {
    padding: 40px 0 25px; }
  .header-vid-wrapper .vid-content-overlay .header-sub-title.ty-page {
    font-size: 1em; }

  .haiti-map{
    margin:0 0 40px;
  }

}

@media (max-width: 667px) {
  .donation-tier {
    background-position-x: 47%;
  }
}


@media (max-width: 415px) {
  .haiti-container {
    width: 100%; }

  .header-vid-wrapper form .hs_submit .actions input{
    margin:0;
  }
  .donation-tier {
    background-position-x: 32%;
  }


  .vid-content-overlay{
    max-width: 100vw;
  }

  .haiti-container .haiti-marker {
    top: 30px;
    right: 10px; }

  .flex .left-blue-col .jquery-background-video-wrapper {
    height: 280px !important; } 

  .flex .left-blue-col div{
    height:360px!important;
  }
}


@media (max-width: 320px) {
  .form-content h2{
    font-size: 12px !important;
  }

}


/*# sourceMappingURL=sjb-compiled.css.map */

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