/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

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

@import url('//fonts.googleapis.com/css?family=Oxygen:300,400,700');
@import url('//fonts.googleapis.com/css?family=EB+Garamond:400,500,600,700,800');
@font-face {
  font-family: "IcoMoon";
  font-style: normal;
  font-weight: normal;
  src: url("//info.friendscentral.org/hubfs/FriendsCentral%20-Mar2018/Fonts/icomoon.eot") format("embedded-opentype"),
    url("//info.friendscentral.org/hubfs/FriendsCentral%20-Mar2018/Fonts/icomoon.woff2") format("woff2"), 
    url("//info.friendscentral.org/hubfs/FriendsCentral%20-Mar2018/Fonts/icomoon.ttf") format("truetype");
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

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

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

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

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

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

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

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

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 56.25%;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  font-family: "Oxygen", sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #0c0c0c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  margin: 0 auto;
  max-width: 73.75rem;
  padding-right: 1.42857em;
  padding-left: 1.42857em;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}
::selection {
  color: #fff;
  background: #3399ff;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  margin-bottom:15px;
  line-height:1.2;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  margin-top: 0;
  font-family: "EB Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 60px;
}
h2 {
  margin-top: 0;
  font-family: "EB Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 40px;
}
h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 29px;
}
h4 {
  margin-top: 0;
  font-weight: 700;
  font-size: 25px;
}

h5 {
  margin-top: 0;
  font-family: "EB Garamond", Georgia, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 27px;
}
h6 {
  margin-top: 0;
  font-weight: 700;
  font-size: 18px;
}

/* Anchor Links */
a {
  text-decoration: none;
  color: #002f65;
  transition: background .3s, color .3s;
}
a:hover, a:focus {
  color: #4dbee9; 
}

/* Lists */
ul, ol {
  margin-top: 0;
  padding-left: 20px;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {

}
.header-container {}
.fsElementContent button{
  cursor:pointer;
}

.custom-height{
  min-height:180px !important;
}

.custom-height-lp.custom-height{
  min-height:110px !important;
}
/*--Old rule--
.custom-height-lp.custom-height{
  min-height:134px !important;
}--*/
.custom-header-top-menu ul {
  margin: 0;
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding:0 5px 0 0;
}

.custom-header-top-menu ul.open-search {
  padding: 0 0 0 0;
}

.custom-header-top-menu ul li{
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 18px;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  line-height: 24px;
  text-align: left;
  display: inline-block;
} 

.custom-header-top-menu ul li a{
  padding-top: 0;
  padding-bottom: 0;
  color: #031d42;
  display: block;
  padding: 11px 0 10px;
}

.custom-header-top-menu ul li a:hover{
  color: #4dbee9; 
}

.custom-header-top-menu ul ul {
  display: none;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li:last-child > a:before
{
  display: block;
  padding-left: 24px;
  border-left: 1px solid #a1a1a5;
  width: auto;
  min-width: 10px;
  transition: all .3s linear;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li:last-child > div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  position: absolute;
  top: 11px;
  right: 0;
  bottom: 0;
  left: auto;
  margin: 0;
  padding: 0;
  z-index: 9000;
  width: 0;
  height: 24px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .3s linear;
}

.custom-header-top-menu .hs-menu-wrapper >  ul > li:last-child > div div{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: 24px;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li:last-child > div div form{
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li:last-child > div div form label{
  display: none;
  opacity: 0;
  visibility: hidden;
}

.custom-header-top-menu .hs-menu-wrapper >  ul > li:last-child > div div form input[type="text"]{
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: inline-block;
  background: transparent;
  height: 24px;
  color: #a1a1a5;
  padding: 0;
  margin: 0;
  border: none;
  outline: 0;
  font-size: 12px;
  font-family: "Oxygen", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
  width:268px;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li:last-child > div div form button[type="submit"] {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: relative;
  display: inline-block;
  margin: 0 20px 0 10px;
  padding: 0;
  font-size: 0;
  overflow: hidden;
  border: none;
  outline: 0;
  height: 24px;
  width: 20px;
  background: transparent;
  transition: all .3s linear;
  color: #031d42;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li:last-child > div div form button[type="submit"]:before {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  /* font-weight: normal; */
  speak: none;
  /* font-size: 30px; */
  color: inherit;
  opacity: 1;
  display: block;
  position: absolute;
  text-align: center;
  height: 24px;
  width: 100%;
  left: 0;
  top: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
}

.custom-header-top-menu .hs-menu-wrapper >  ul > li:last-child > div div footer{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 24px;
  height: 24px;
}

.custom-header-top-menu .hs-menu-wrapper >  ul > li:last-child > div div .close-icon div{
  margin-top: 0;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li:last-child > div div .close-icon div span{
  display: block;
  width: 24px;
  height: 24px;
  font-size: 0;
  line-height: 24px;
  cursor: pointer;
}

.close-icon{
  cursor:pointer;
}

.fsElementFooterContent span:before {
  float: right;
  content: "";
  font-family: "IcoMoon";
  -font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: inline-block;
  font-size: 12px;
  line-height: 24px;
  width: 25px;
  height: 100%;
  text-align: center;
  background: #002f65;
  color: #fff;
  transition: all 0.3s linear;
}

.fsElementFooterContent span:hover:before{
  background-color:#4dbee9;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li:last-child > a:before{
  display: inline-block;
  font-size: 0;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: #031d42;
}

.custom-header-top-menu .hs-menu-wrapper >  ul > li:last-child > a:before:hover{
  Color:#4dbee9;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li:last-child > a:before{
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: none;
  font-size: 14px;
  line-height: 24px;
  min-width: 24px;
  text-align: center;
  transition: background .3s linear, color .3s linear;
}

.custom-header-top-menu ul li:nth-child(6):hover ul {
  display: block;
}

.custom-header-top-menu ul li ul {
  background-color: #fff;
  padding: 0 0px 0 0;
  width: 190px !important;
  position: absolute;
  top: 82%;
  left: -2px;
  z-index:9999;
  max-height: 9999px;
  overflow: hidden;
  transition: max-height 0.5s;
}

.custom-header-top .page-center{
  padding-right: 60px !important;
  padding-left: 60px !important;
  background-image: url(https://714359.fs1.hubspotusercontent-na1.net/hubfs/714359/FriendsCentral%20-Mar2018/Images/logo.png);
  position: relative;
  max-width: 81.25rem !important;
  margin: 0 auto !important;
  background-size: auto;
  background-color: transparent;
  background-position: 0 1px;	
  background-repeat: no-repeat;
  background-attachment: inherit;
}

.custom-header-top-menu ul li ul li:first-child {
  padding-top: 10px;
}

.custom-header-top-menu ul li ul li {
  width: 100%;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-transform: none;
  text-align: left;
  display: block;
  position: static;
  padding-top: 0;
  padding-bottom: 0;
}

.custom-header-top-menu ul ul li > a {
  padding: 0;
}



.custom-header-top-menu {
  margin-bottom: 18px;
}

.custom-header-top-bottom {
  padding-top: 0px;
  padding-bottom: 40px;
}

.header-no-navigation{
  padding:65px 0px 44px;
}

.custom-header-top {
  margin-top: -1px;
}

.custom-logo {
  max-width: 634px;
  max-height: 26px;
}

.custom-logo img {
  max-width: 634px;
  max-height: 26px;
}

.custom-logo img:last-child{
  display:none;
}

.custom-header-top-text{
  min-width: calc(100% - 634px);
  min-height: auto !important;
  font-style: italic;
  font-size: 18px;
  margin: 0 0 0 0 !important;
  line-height: 1.2;
  color: #58595b;
}

.custom-header-top-text p {
  font-family: "EB Garamond", Georgia, serif;
  margin: 0;
  padding: 0;
  padding-top:5px;
  text-align: right;
  font-weight: 400;
  letter-spacing: 0px;
  color: #58595b;
}

.custom-header-middle {
  margin: 2px 0 0 0;
  padding: 0;
  line-height: 0;
}

.custom-header-middle {
  background-color: #031d42;
}

.custom-header-middle .page-center {
  margin: 0 auto;
  max-width: 92.85714em !important;
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.custom-header{
  background-color:#f7f7f7;
}

.custom-menu-primary-mobile{
  display:none !important;
}

.custom-header-top-menu ul li.search.active-search {
  width: 378px;
}

.custom-header-top-menu .hs-menu-wrapper > ul > li:last-child.active-search > div {
  visibility:  visible;
  opacity:  1;
  width: 341px;
}

li.search {
  width:  56px;
  transition:  all .5s ease;
}
.custom-header-top-menu ul li {
  transition: all .5s ease;   
}


/* =============== Content =============== */

/* .body-container-wrapper {
  padding:0px 1.42857em !important;
} --Hidden by Pepperland 10-01-18--*/
.body-container {}


.body-container .page-center {
  padding: 40px 0px !important;
  max-width: 1222px !important;
}
/*--.body-container .page-center {
  padding: 40px 0px !important;
  background: #fff;
  max-width: 1222px !important;
}--original--Hidden by Pepperland 10-01-18--*/
.content-wrapper {}

.sidebar {
  padding:40px 20px;
  background: #efefef;
}
.main-content {
  padding:40px 20px;
  background: #efefef;
}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer{
  background-image: url(//info.friendscentral.org/hubfs/FriendsCentral%20-Mar2018/Images/footer.jpg);
  background-size: cover;
  background-color: #031d42;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: inherit;
  padding: 100px 20px 50px;
  color: #fff;
}

.custom-footer .page-center{
  position: relative;
  margin: 0 auto !important;
  padding: 0 !important;
  max-width: 73.75rem !important;
}

.custom-footer-logo {
  margin: 0;
  padding: 5px 0 0 11px;
}
.custom-footer-logo a {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fff;
}
.custom-footer-logo a span {
  width: 139px;
  display: block;
  height: 135px;
  color:transparent;
  background-image: url(//info.friendscentral.org/hubfs/FriendsCentral%20-Mar2018/Images/logo-white.png);
  background-size: 139px 135px;
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat;
  background-attachment: inherit;
}

.custom-footer-top-text {
  margin-left: 0 !important;
  margin-bottom: 60px;
  padding-right: 0px;
  padding-left: 109px;
}

.custom-upper-branch {
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  margin-bottom: 0;
  padding-right: 60px;
}
.custom-upper-branch p:first-child {
  margin: 0;
  margin-bottom: 20px;
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #a1a1a5;
}
.custom-upper-branch p:first-child span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}
.custom-upper-branch p:nth-child(2) span:first-child {
  display: block;
}

.custom-upper-branch p:nth-child(2) {
  margin: 0;
  padding: 0;
}
.custom-upper-branch p:nth-child(3) {
  margin: 0;
  margin-bottom:10px;
  padding: 0;
}

.custom-upper-branch p:nth-child(4) a {
  color: inherit;
}

.custom-upper-branch p:nth-child(4) {
  margin: 0 0 5px;
}

.custom-upper-branch p:nth-child(4) a {
  color: inherit;
}

.custom-upper-branch p:nth-child(4) a:hover{
  color:#4dbee9;
}
.custom-upper-branch p:last-child {
  margin:0;
}

.custom-upper-branch p:last-child a {
  color: inherit;
}

.custom-upper-branch p:last-child a:hover{
  color:#4dbee9;
}

.custom-lower-branch {
  font-size: 15px;
  line-height: 24px;
  margin-left: 0 !important;
  text-align: left;
  margin-bottom: 0;
  padding-left: 38px;
}

.custom-lower-branch p:first-child {
  margin: 0;
  margin-bottom: 20px;
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: #a1a1a5;
}
.custom-lower-branch p:first-child span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #fff;
}
.custom-lower-branch p:nth-child(2) span:first-child {
  display: block;
}

.custom-lower-branch p:nth-child(2) {
  margin: 0;
  padding: 0;
}
.custom-lower-branch p:nth-child(3) {
  margin: 0;
  margin-bottom:10px;
  padding: 0;
}

.custom-lower-branch p:nth-child(4) a {
  color: inherit;
}

.custom-lower-branch p:nth-child(4) a:hover{
  color: #4dbee9; 
}

.custom-lower-branch p:nth-child(4) {
  margin: 0 0 5px;
}

.custom-lower-branch p:nth-child(4) a {
  color: inherit;
}
.custom-lower-branch p:last-child {
  margin:0;
}

.custom-lower-branch p:last-child a {
  color: inherit;
}

.custom-lower-branch p:last-child a:hover{
  color:#4dbee9;
}

.custom-footer-top-buttons {
  margin-bottom: 0;
  margin: 0 0 40px 0 !important;
}

.custom-footer-top-buttons ul {
  margin:0;
  padding: 0px 0 0 19px;
  list-style:none;
}

.custom-footer-top-buttons ul li {
  list-style:none !important;

}

.custom-footer-top-buttons ul li a{
  margin: 0 auto 20px;
  padding: 16px 20px;
  background: transparent;
  color: #fff;
  outline: 0;
  box-shadow: 0;
  border: 1px solid #fff;
  border-radius: 50px;
  font-family: "Oxygen", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  transition: all 0.3s ease;
  display: block;
  width: 201px;
  margin-bottom: 30px;
}

.custom-footer-top-buttons ul li a:hover{
  border: 1px solid #4dbee9;
  background: #4dbee9;
  color: #fff;
  text-decoration: none;
}

.custom-footer-top {
  border-bottom: 1px solid #a1a1a5;
  margin: 0 0 40px 0;
}

.custom-footer-bottom-menu {
  padding:0;
}

.custom-footer-bottom-menu ul li {
  margin: 0 8.5px;
  text-align: center;
  display: inline-block;
}

.custom-footer-bottom-menu ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
}

.custom-footer-bottom-menu ul li a {
  color: #fff;
  display: block;
  padding: 10px 0;
  background-color:transparent;
}

.custom-footer-bottom-menu ul li a:hover{
  color:#4dbee9;
}
.custom-footer-bottom-social-icons ul li {
  display: inline-block;
}
.custom-footer-bottom-social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  margin-top: 6px;
  margin-left: -34px !important;
}
.custom-footer-bottom-social-icons {
  padding: 0 !important;  
}

.custom-footer-bottom-social-icons ul li {
  margin-left: 0;
  margin: 0 18px;
  display: inline-block;
}

.custom-footer-bottom-social-icons  ul li:first-child{
  margin: 0 18px 0 0;
}
.custom-footer-bottom-social-icons  ul li:first-child a:before {
  content: "";
  width: 15px;
  height: 15px;
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  transition: 0.3s all;
  display: block;
}

.custom-footer-bottom-social-icons  ul li:first-child:hover a:before{
  color:#4dbee9;
}

.custom-footer-bottom-social-icons a {
  display: block;
  font-size: 0;
  line-height: 0;
}

.custom-footer-bottom-social-icons ul li:nth-child(2) a:before{
  content: "";
  width: 10px;
  height: 15px;
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  transition: 0.3s all;
  display: block;
}

.custom-footer-bottom-social-icons ul li:nth-child(2):hover a:before{
  color:#4dbee9;
}

.custom-footer-bottom-social-icons ul li:nth-child(3) a:before{
  content: "";
  width: 15px;
  height: 15px;
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  transition: 0.3s all;
  display: block;
}
.custom-footer-bottom-social-icons ul li:nth-child(3):hover a:before{
  color:#4dbee9;
}

.custom-footer-bottom-social-icons ul li:nth-child(4) a:before{
  content: "";
  width: 15px;
  height: 15px;
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  transition: 0.3s all;
  display: block;
}

.custom-footer-bottom-social-icons ul li:nth-child(4):hover a:before{
  color:#4dbee9;
}

.custom-footer-bottom-social-icons ul li:last-child a:before{
  content: "";
  width: 15px;
  height: 15px;
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  transition: 0.3s all;
  display: block;
}

.custom-footer-bottom-social-icons ul li:last-child:hover a:before{
  color:#4dbee9;
}

.custom-footer-bottom-image {
  margin: 0 !important;
}

.custom-footer-bottom-image a {
  background-image: url(//714359.fs1.hubspotusercontent-na1.net/hubfs/714359/FriendsCentral%20-Mar2018/Images/poweredby-9d942327a5044f79c1b07c055e2232de2cf4859ff035fb29f74823ce2d92cd07.svg);
  background-repeat: no-repeat;
  background-size: 132px 22px;
  height: 22px;
  opacity: .3;
  overflow: hidden;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  text-align: right;
  background-position-x: 39px; 
}

.custom-footer-bottom-image a:hover{
  opacity:.6;
}

.custom-footer-bottom-image a{
  display: inline-block;
  height: 100%;
  color:transparent;
  width: 100%;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */

.custom-menu-primary .hs-menu-wrapper > ul{
  position: relative;
  margin: 0 auto;
  max-width: 92.85714em;
  max-width: 81.25rem;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  display: block;
  padding: 15px 10px;
  color: #fff;
  background: #031d42;
  font-size: 18px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  text-transform: uppercase;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a{
  color: #fff;
  background: #4dbee9;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  text-align: left;   
  width: 288px;
  left: 0px !important;
  padding: 5px 10px;
  background-color: #fff;
  z-index:999;
}

.custom-menu-primary .hs-menu-wrapper > ul li:last-child ul {
  left: -127px !important;
  display: block !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  display: block;
  color: #002f65;
  background: transparent;
  padding: 8px 0;
  font-family: "Oxygen", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover,.custom-menu-primary .hs-menu-wrapper > ul ul li.active a,.custom-menu-primary .hs-menu-wrapper > ul ul li.active-branch a{
  color: #4dbee9;
  background: transparent;
}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:900px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }



/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* =============== General Blog Styles =============== */

/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

.hs-blog-post .custom-google-search-blog{
  display:none;
}

.hs-blog-post .custom-rssicon{
  display:none;
}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}

/* Class added to <hr/> added by Pepperland on Blog Posts to hide it on desktop only */
.hide-on-desktop {
  display: none;
}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

.hs-blog-post.blog .blog-content{
	/* background-color:#efefef; */
  padding:40px 20px;
}


/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}
.hs-blog-header p {
    margin-top: 0;
    font-family: "EB Garamond", Georgia, serif;
    font-weight: 400;
    font-size: 36px;
    padding-left: 1.25rem;
    margin-bottom: .1rem;
}

/* Blog Post Title */
.post-header h1 {
  margin-top: 0;
  font-family: "EB Garamond", Georgia, serif;
  font-weight: 400;
  font-size: 48px;
  color: #031d42;
  text-align: left!important;
}
.post-header h2 {
  font-size: 28px;
  line-height: 29px;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Oxygen", sans-serif;
  color: #031d42;
  text-align: left!important;
  padding-top: 10px;
}

.post-header h2 a {
  text-decoration:none;
  color: #031d42;
}
.post-header h2 a:hover{
  color: #4dbee9;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a {
  font-weight: bold;
}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {
  color:#0c0c0c;
}
#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}
.hs-blog-post .post-header{
  padding:0;
  overflow:visible;
}
.hs-blog-post .post-header h1 {
  margin-bottom: .5rem;
}
.blog .widget-type-google_search input[type="text"] {
  max-width: 100%;
}
.blog .widget-type-google_search .hs-button.primary {
  display: inline-block;
  width: auto;
  max-width: 300px;
  margin: 0 auto 25px;
  padding: 16px 20px;
  border-radius: 50px;
  font-family: "Oxygen", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
  text-transform: none;
  transition: all 0.3s ease;
  background: transparent !important;
  box-shadow: none;
  text-shadow: none;
  background-image: none;
  border: 1px solid #031d42;
}
.blog .widget-type-google_search .hs-button.primary:hover {
  border: 1px solid #4dbee9 !important;
  background: #4dbee9 !important;
  color: #fff !important;
  text-decoration: none;
}
.custom-rssicon{
  text-align:right;
}
.custom-rssicon a{
  background-color: #C3C5CC;
  border-radius: 3px;
  display: inline-block;
  height: 18px;
  margin: 0 5px 0 0;
  width: 18px;
  text-align:center;
}

.custom-rssicon a:hover{
  background-color:#a5aaac;
}
.custom-rssicon a span{
  display:none;
}
.custom-rssicon a:before{
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  content: ' ';
  display: inline-block;
  margin-top: 2px;
  vertical-align: top;
  background-image: url(//info.friendscentral.org/hubfs/FriendsCentral%20-Mar2018/Images/rss.svg);
  height: 13px;
  width: 12px;
}


/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  padding: 40px 0;
  /* background: #efefef; */
  border-bottom: 6px solid #fff;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

.post-header{
  overflow:hidden;
  padding:0 20px;
}
/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
  float: left;
  margin-right: 20px;
  margin-left: 20px;
  width:45%;
}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  width: 848px;
  display: block !important;
  float: none;
  margin: 0;
  height: 300px !important;
  object-fit: cover !important; 
  object-position: 20% 35% !important;
}

/* Read More Link */
a.more-link {}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: left !important; display:block !important; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}
.custom-fcs-fall {
  background: #f7f7f7;
  color: #031d42;
  padding: 30px;
  margin-bottom: 40px;
}
.custom-fcs-fall ul{
  display:block;
  padding:0;
  margin:0;
  list-style:none;
}
.custom-fcs-fall ul li{
  display:block;
  margin: 0 0 20px;
}
.custom-fcs-fall ul li a{
  display:block;
  color: #4dbee9;
  text-decoration: none;
  transition: all .3s;
}
.custom-fcs-fall ul li a:hover{
  color: #58595b;
}

.custom-social-sharing-sidebar{
  background: #031d42;
  color: #fff;
  padding: 30px;
  margin-bottom: 40px;
  text-align: center;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}



/* ==========================================================================
6. FORMS                                        
========================================================================== */

.input input, .input textarea {
  width: 100%;
}

/* =============== Global Form Styles ===============Section hidden by Pepperland in favor of custom - 10-01-18 

.hs-form{
  padding:30px 0px;
}

.hs-error-msgs {
  color: red;
  margin: 0;
  list-style: none;
  padding: 0;
}

/* Form Field Section hidden by Pepperland in favor of custom - 10-01-18 
.hs-form-field {}

/* Descriptions Section hidden by Pepperland in favor of custom - 10-01-18 
.hs-field-desc {}

/* Labels and Legends Section hidden by Pepperland in favor of custom - 10-01-18 
label {}
.hs-form-field > label {}

/* One Line Inputs Section hidden by Pepperland in favor of custom - 10-01-18 
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
textarea,
select {
  width:100%;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  display:block;
  max-width:500px;
  margin-bottom: 15px;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top:4px;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
textarea:focus,
select:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

/* Separate Styles for Multiple Line Inputs Section hidden by Pepperland in favor of custom - 10-01-18 
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs Section hidden by Pepperland in favor of custom - 10-01-18 
select {}
select:focus {}

/* Multiple Selection Inputs Section hidden by Pepperland in favor of custom - 10-01-18 
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required Section hidden by Pepperland in favor of custom - 10-01-18 
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error Section hidden by Pepperland in favor of custom - 10-01-18 
.hs-error-msgs label{}

/* Placeholder Text Section hidden by Pepperland in favor of custom - 10-01-18 
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


/* =============== Multi Column Form =============== Section hidden by Pepperland in favor of custom - 10-01-18 

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs Section hidden by Pepperland in favor of custom - 10-01-18 
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */
/* PEPPERLAND CUSTOM BUTTON */
 .hs_submit .actions input[type="submit"].hs-button.primary,
 .hs-button input[type="submit"][value="Sign me up!"].hs-button.primary.large {
  border-radius: 28px;
  font-family: Helvetica;
  color: #fff;
  background: #692648;
  font-size: 18px;
  padding: 15px 40px 15px 40px;
  border: solid #fff 2px;
  text-decoration: none;
  margin-top: .75rem;
  cursor: pointer;
}

.hs_submit .actions input[type="submit"].hs-button.primary:hover {
  background: #4dbee9;
}

/* =============== All Global Buttons (Excluding CTAs) =============== Section hidden by Pepperland in favor of custom - 10-01-18 

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor:pointer;
  text-decoration:none;
  margin-top:20px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}


/* =============== Form Module Button =============== Section hidden by Pepperland in favor of custom - 10-01-18 

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width:1225px) {
  .custom-header-top-text p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .custom-header-top-text {
    display: none !important;
  }

  .custom-footer-bottom-social-icons ul {
    margin-left: -29.5px;
  }  
  .custom-footer-bottom-image a {
    background-position-x: 21px;
  }
  .custom-footer-bottom-menu ul li:first-child {
    margin: 0 9.5px;
  }
  .custom-footer-bottom-menu ul li {
    margin: 0 8px;
  }

  .custom-header-fixed .custom-header-top-bottom {
    padding: 9px 0 13px;
  }

  .custom-header-fixed .header-no-navigation {
    padding: 8px 0 15px;
  }

}

@media( max-width: 1125px){
  .custom-footer-top-buttons ul li a {
    width: 181px;
  }
  .custom-footer-top-buttons ul {
    margin: 0;
    padding: 0px 0 0 20px;
    list-style: none;
  }
}

@media (max-width: 1060px) {
  .custom-footer-top-buttons ul li a {
    width: 170px;
  }
  .custom-footer-top-buttons ul {
    padding: 0px 0 0 19px;
  }
  .custom-footer-bottom-social-icons ul {
    margin-left: -30px !important;
  }
  .custom-footer-bottom-image a {
    background-position-x: 12px;
  }
}

@media (max-width: 1024px) {
  .custom-footer-bottom-image a {
    background-position-x: 7px;
  }
  .custom-footer-top-buttons ul {
    padding: 0px 0 0 18px;
  }
  .custom-footer-top-buttons ul li a {
    width: 164px;
  }

  .custom-lower-branch p:first-child {
    max-width: 120px;
  }
  .custom-footer-logo {
    margin: 0;
    padding: 6px 0 0 10px;
  }
}

@media (min-width: 900px) {
  .custom-header-fixed .custom-header{
    position:fixed;
    z-index:99999;
  }

  .custom-header-fixed .custom-header-top .page-center{
    background: #f7f7f7;
    transition: all 0.3s linear;
  }

  .custom-header-fixed .custom-header-top-menu {
    display: none;
  }

  .custom-header-fixed .custom-header-top-bottom {
    padding: 7px 0 15px;
  }

  .custom-header-fixed .custom-logo img {
    max-width: 470px;
    max-height: 20px;
    transition: all 0.3s linear;
  }
  .custom-header-fixed .custom-header-top-text p{
    padding-top:8px;
  }

  .custom-header-fixed .custom-height-lp.custom-height {
    min-height: 109px !important;
  }
}


/* =============== Landscape tablet and smaller devices =============== */
@media (max-width: 999px) {
  .custom-footer-bottom-social-icons {
    width: 70% !important;
    padding: 0 0 0 6px !important;
  }
  .custom-footer-top-buttons ul {
    margin: 0 0 39px 0px;
    padding: 0px 0 0 0px;
    list-style: none;
  }
  .custom-footer-top-buttons ul li a {
    margin: 0px 52px 20px !important;
  }

  .custom-footer-top-text {
    width:83.7% !important;
    margin-left: 0 !important;
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 133px;
  }
  .custom-footer-logo {
    margin: 0;
    padding: 5px 0 0 0px;
  }

  .custom-footer-top-buttons ul li a {
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
  }
  .custom-footer-top-buttons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }

  .custom-footer-top-buttons {
    width: 100% !important;
    margin-bottom: 0;
    margin: 0 0 11px 0 !important;
  }

  .custom-footer-bottom-social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    margin-top: 6px;
    margin-left: -34px !important;
    margin-bottom: 30px;
  }
  .custom-footer-bottom-image {
    width: 24% !important;
  }
  .custom-footer-bottom-image a {
    background-position-x: 99px;
  }

  .custom-lower-branch p:first-child {
    max-width: 100% !important;
  }
}

@media (max-width: 962px) {
  .custom-footer-top-buttons ul li a {
    margin: 0px 44px 20px !important;
  }
}
@media (max-width: 910px) {
  .custom-footer-top-buttons ul li a {
    margin: 0px 37px 20px !important;
  }
}

@media (max-width: 899px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /**************************************/
    top: 57px;
    right: 23px;        /**************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000; 
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{

  }

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    display: block;
    left: 0;
    width: 22px;
    height: 5px;
    background: #002f65;
    content: "";
  }
  .mobile-trigger i:before{ top: -8px; } /* Position top line */
  .mobile-trigger i:after{ top: 8px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
    /* Icon color */
  }

  .mobile-open .mobile-trigger i:before{
    display:none;
  }

  .mobile-open .mobile-trigger i{
    transform:rotate(45deg);
    transition:.14s;
  }

  .mobile-open .mobile-trigger i:after{
    transform: rotate(-90deg);
    top: 0px;
    transition:.14s;
  }


  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }

  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background: rgba(0, 47, 101, 0.95);
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color: #fff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }

  .custom-menu-primary.js-enabled{
    display:none;
    padding-top:0px;
    margin:0;
  }
  .custom-header-middle {
    display:none !important;
  }
  .custom-header-top-menu {
    display:none !important;
  }

  .custom-logo{
    max-height:72px;
    max-width:127px;
  }

  .custom-logo img{
    display:none;
  }
  .custom-logo img:last-child {
    display: block;
    max-width: 127px;
    max-height: 72px;
  }
  .custom-header-top .page-center{
    padding-right: 20px !important;
    padding-left: 20px !important;
    background-image:none;
  }
  .custom-header-top-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .custom-menu-primary {
    display:none;
  }
  .custom-menu-primary-mobile {
    display:block !important;
    transform:scale(1, 0);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9001;
    background: rgba(0, 47, 101, 0.95);
    overflow-x: hidden;
    overflow-y: auto;
    transition: opacity .3s, visibility .3s, transform .3s;
    width:100% !important;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);

  }

  .mobile-open .custom-menu-primary-mobile{
    transform:scale(1, 1);  
    transition: opacity .3s, visibility .3s, transform .3s;

    -webkit-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0);
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }
  .mobile-open {
    overflow-y:hidden;
  }
  .custom-header-form{
    display: block;
    background: #f7f7f7;
    height: 112px;
    padding-right: 60px;
  }

  .custom-header-form form{
    position:relative;
  }

  .custom-header-form form label{
    display: none;
    opacity: 0;
    visibility: hidden;
  }

  .custom-header-form form input{
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: inline-block;
    background: transparent;
    width: 70%;
    color: #a1a1a5;
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    font-size: 12px;
    font-family: "Oxygen", sans-serif;
    font-weight: 400;
    font-style: normal;
    height: 112px;
    line-height: 112px;
  }

  .custom-header-form form input::-webkit-input-placeholder {
    color: #a1a1a5;
  }

  .custom-header-form form button{
	  height: 112px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    position: relative;
    display: inline-block;
    margin: 0 16px 0 9px;
    padding: 0;
    font-size: 0;
    overflow: hidden;
    border: none;
    outline: 0;
    width: 20px;
    background: transparent;
    transition: all .3s linear;
    color: #031d42;
  }

  .custom-advance-menu{
    background: transparent;
    margin-bottom: 20px;
  }

  .custom-advance-menu .hs-menu-wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .custom-advance-menu .hs-menu-wrapper > ul > li > a{
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    background: transparent;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    display: block;
  }
  .custom-advance-menu .hs-menu-wrapper > ul > li > a:hover,.custom-advance-menu .hs-menu-wrapper > ul > li.active > a,.custom-advance-menu .hs-menu-wrapper > ul > li.active-branch > a{
    color: #4dbee9;
    background: transparent;
  }

  .custom-advance-menu .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
    display: none;
  }
  .custom-header-form form button:before{
    content: "";
    font-family: "IcoMoon";
    height: 112px;
    line-height: 112px;
    speak: none;
    font-size: 30px;
    color: inherit;
    opacity: 1;
    display: block;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    top: 0;
    font-weight: 400;
  }

  .custom-simple-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .custom-simple-menu ul li{
    margin:0;
    padding:0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }
  .custom-simple-menu ul li a{
    color: #fff;
    display: block;
    padding: 10px 0;
    background: transparent;
  }
  .custom-simple-menu ul li:hover a{
    color:#4dbee9;
  }

  .custom-simple-menu .hs_cos_wrapper  ul li:last-child{
    background: rgba(255, 255, 255, 0.2);
  }

  .custom-simple-menu .hs_cos_wrapper ul > li:last-child ul li:last-child {
    background-color: transparent;
  }

  .custom-simple-menu ul li:last-child ul{
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .custom-simple-menu ul li:last-child ul li{
    padding-top:5px;
    padding-bottom: 5px;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-transform: none;
  }

  .custom-simple-menu ul li:last-child ul li a{
    display: block;
    padding: 0;
    color: #fff;
  }

  .custom-simple-menu ul li:last-child ul li a:hover{
    color:#4dbee9;
  }

  .custom-simple-menu ul li:last-child ul li:first-child{
    padding-top:10px;
  }

  .mobile-open .mobile-trigger{
    right:40px;
  }

  .mobile-open .mobile-trigger i,.mobile-open .mobile-trigger i:before,.mobile-open .mobile-trigger i:after{
    background: #a1a1a5;
  }

  .close-icon{
    top: 42px;
    right: 20px;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    background: transparent;
    text-align: center;
    color: transparent;
    margin-top: 0;
    position:absolute;
    cursor:pointer;
    z-index:9999;
  }

  .close-icon span{
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
    top: -2px;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    font-size: 0;
    background: none;
    height: 5px;
    transition: background 0s 0.3s ease-in-out;
  }

  .close-icon span:after{
    background: #a1a1a5;
    height: 5px;
    transition-delay: 0s, 0.3s;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    content: "";
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .close-icon span:before{
    background: #a1a1a5;   
    height: 5px;
    transition-delay: 0s, 0.3s;
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    content: "";
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .custom-footer-top-buttons ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .custom-footer-top-buttons {
    width: 100% !important;
    margin: 0 0 11px 0 !important;
  }
  .custom-footer-top-buttons ul li {
    list-style: none !important;
    display: inline-block;
  }

  .custom-footer-top-buttons ul li a{
    width: 210px;
    margin: 0px 35px 20px !important;
  }

  .custom-footer-bottom-social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    margin-top: 6px;
    margin-left: -30px !important;
    margin-bottom: 30px;
  }
  .custom-footer-bottom-image a {
    background-position-x: 74px;
  }

  .custom-footer-logo {
    margin: 0;
    padding: 5px 0 0 0px;
  }

  .custom-footer-top-text {
    width: 83.7% !important;
    margin-left: 0 !important;
    margin-bottom: 60px;
    padding-right: 0px;
    padding-left: 127px;
  }
  .custom-upper-branch p:first-child {
    max-width: 190px;
  }

  .custom-lower-branch {
    padding-left: 36px;
  }

  .custom-height {
    min-height: 111px !important;
  }
  .custom-header-fixed .custom-header-top-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}


@media (max-width: 856px) {
  .custom-footer-top-buttons ul li a {
    width: 210px;
    margin: 0px 19px 20px !important;
  }
}

@media (max-width: 799px){
  .custom-footer-bottom-menu ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .custom-footer-bottom-menu {
    padding: 0;
    width: 100% !important;
  }
  .custom-footer-bottom-social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    margin-top: 6px;
    margin-left:22px !important;
  }

  .custom-footer-bottom-social-icons {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .custom-footer-bottom-image {
    width: 100% !important;
  }

  .custom-footer-bottom-image a {
    margin: 30px 0 -15px 0;
    background-position-x: 305px;
  }
  .custom-footer-top-buttons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin: 0 0 30px 0px;
  }

  .custom-footer-top-buttons ul li a {
    width: 210px;
    margin: 0px auto 30px !important;
  }

  .custom-footer-logo {
    margin: 0;
    padding: 0px 0 0 0px;
    text-align: center;
    width: 100% !important;
  }

  .custom-footer-top-text {
    margin-left: 0 !important;
    width: 100% !important;
    margin-bottom: 69px;
    padding-right: 0;
    padding-left: 0;
  }

  .custom-lower-branch p:first-child {
    max-width: 100%;
  }

  .custom-lower-branch {
    padding-left: 70px;
  }

  .custom-footer-logo {
    margin: 0;
    padding: 0px 0 68px 0;
    text-align: center;
    width: 100% !important;
  }

  .custom-footer-top-buttons ul li a {
    margin-bottom: 30px;
  }

  .custom-upper-branch p:first-child {
    max-width: 100%;
  }
  
  .custom-footer {
    padding: 106px 20px 50px;
  }

}

/*Hidden by pepperland--
@media (max-width: 767px) {
  .body-container input[type="text"],
  .body-container input[type="password"], 
  .body-container input[type="datetime"], 
  .body-container input[type="datetime-local"], 
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container input[type="week"], 
  .body-container input[type="number"], 
  .body-container input[type="email"], 
  .body-container input[type="url"], 
  .body-container input[type="search"], 
  .body-container input[type="tel"], 
  .body-container input[type="color"],
  .body-container input[type="file"],
  textarea,
  select {
    width:100%;
    display:block;
    max-width:100%;

  }
--*/
  .custom-upper-branch {
    display: inline-block !important;
    font-size: 15px;
    width: 49% !important;
    line-height: 24px;
    text-align: left;
    margin-bottom: 0;
    padding-right: 60px;
  }

  .custom-lower-branch {
    font-size: 15px;
    display: inline-block !important;
    width: 49% !important;
    line-height: 24px;
    margin-left: 0 !important;
    text-align: left;
    margin-bottom: 0;
    padding-left: 65px;
    margin: 0 !important;
  }
  
  .custom-footer-bottom-image a {
    margin: 30px 0 -15px 0;
    background-position-x: center;
  }
  
  .custom-footer-bottom-menu ul {
    margin-bottom: 26px !important;
  }
  
  .custom-footer-bottom-social-icons ul {
    margin-left: 20px !important;
  }


  .hs-featured-image-wrapper {
    float: none;
    margin-right: 0;
    margin-left: 0;;
    padding: 0 20px;
    width: 100%;
  }
  
  .post-header {
    overflow: hidden;
    padding: 0 20px;
  }
}

/* =============== Landscape phones and smaller devices =============== */
@media ( max-width: 600px) {
  .custom-footer-top-text {
    margin-bottom:0;
    text-align: center;
  }
  
  .custom-upper-branch {
    text-align: center;
    width: 100% !important;
    padding-right:0;
    padding-bottom: 70px;
  }

  .custom-lower-branch {
    width: 100% !important;
    text-align: center;
    padding-left:0 ;
    padding:0;
    padding-bottom:70px;
  }
  
  .custom-footer-top-buttons ul li a {
    margin-bottom: 30px;
  }
  
  .custom-footer-bottom-image a {
    margin: 30px 0 -15px 0;
  }
  img{
     margin: 0 auto!important;
     width: 100%!important;
     height: auto!important;
    }
  a img{
     float:none!important;
     margin: 0 auto!important;
     width: 100%!important;
     height: auto!important;
    }
}




@media (max-width: 479px) {
  /* PEPPERLAND CHANGE */
  .hs-blog-post .post-header h1 {
    font-size: 2.25rem;
  }

  .hide-on-desktop {
    display: block;
  }
}




@media (max-width:320px) {
  .custom-footer-bottom-social-icons ul {
    margin-left: 16px !important;
  }
}

/*--Pepperland Redesign - 10-01-18--*/
 .page-center{
              max-width: 980px;
              margin: 0 auto!important;
              float: none!important;
          }
.page-center h1, h2 {
  text-align: center;
}
.page-center .section-header {
  text-align: center;
  margin-top: 0;
  font-weight: 700;
  font-size: 29px;
}
.secondary-header {
  text-align: center;
  margin-top: 0px;
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.full-width-bg h1 {
  color: #fff;
  text-shadow: 1px 1px rgba(0,0,0,0.5);
}
.full-width-bg h2 {
  color: #fff;
}
.full-width-bg p {
  color: #fff;
  text-shadow: 1px 1px rgba(0,0,0,0.5);
  font-size: 18px;
}
.full-width-bg .header {
  bottom: 7%
}
/*--Fake Button--*/
.fakebtn {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Helvetica;
  color: #ffffff;
  font-size: 18px;
  padding: 15px 40px 15px 40px;
  border: solid #ffffff 2px;
  text-decoration: none;
  text-align: center;
}

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

.fakebtn:hover {
  background: #2DA5BB;
  text-decoration: none;
}
.fakebtndark {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Helvetica;
  color: #531a15;
  font-size: 18px;
  padding: 15px 40px 15px 40px;
  border: solid #531a15 2px;
  text-decoration: none;
  text-align: center!important;
}

.fakebtndark a {
  color: #531a15;
  text-decoration: none;
}

.fakebtndark:hover {
  background: #2DA5BB;
  text-decoration: none;
}
.fakebtnpurple {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Oxygen;
  color: #fff;
  background: #172852;
  font-size: 14px;
  padding: 15px 40px 15px 40px;
  border: solid #fff 2px;
  text-decoration: none;
  text-align: center;
}

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

.fakebtnpurple:hover {
  background: #2DA5BB;
  text-decoration: none;
}
.icon-section {
    text-align: center;
    background-color: #efefef;
    padding: 3em 1em;
}
/* Testimonial Section */

.testimonial-section { 
    background-size: cover;
    padding: 9em 1em 6em 1em;
}
.testimonial-section-inner {
    font-size: 1em;
    text-align: center;
    display: block;
    position: relative;
    padding: 5.5em 12.5% 3em 12.5%;
    border-radius: 4px;
    background-color: rgba(255,255,255, .7);
}
.testimonial-section-inner:before {
    content: "";
    background: transparent;
    border: 2px solid #bebebe;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 1.5em;
    pointer-events: none;
}
.testimonial-section-inner .author {
    width: auto;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.testimonial-section-inner .author .hs_cos_wrapper_type_linked_image {
    display: block;
    width: 9em;
    height: 9em;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.testimonial-section-inner .author img {
    height: 9em !important;
    width: auto !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.testimonial-bg-image {
    background-position-x: center;
}
.ridge-testimonial ul {
   list-style: none;
   display: block;
   text-align: center;
   padding: 0;
}
.ridge-testimonial ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.testimonial-section-inner .author-name {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-weight: bold;
    font-size: 1.1em;
    letter-spacing: .1em;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}
.testimonial-section-inner .widget-type-rich_text {
    color: #555;
    font-style: italic;
    font-size: 1.2em;
    line-height: 1.4;
    margin: 1em auto 0;
    text-align: center;
}
/* Logo Section */

.logo-section {
    padding: 60px 20px 60px 20px;
    background: #edf4f3;
}
.logo-section h1, h2 {
  text-align: center;
}
.logo-section .widget-type-linked_image {
    padding: 1em;
    text-align: center;
}
.logo-section .widget-type-linked_image .hs_cos_wrapper_type_linked_image {
    position: static !important;
}
.logo-section img {
    max-height: 100%;
    max-width: 75%;
    width: auto !important;
}
/* ==========================================================================


   3. FORMS                                        


   ========================================================================== */


/* All Global Forms
   ========================================================================== */

.hs-input {
    padding: 1.75em 2em;
}
.header-form {
    padding-top: 2em!important;
    padding-bottom: 3.5em!important;
}
.header-form .widget-type-form {
    position: relative!important;
    padding: 2em 2em 5em 2em!important;
    border-radius: 4px!important;
    overflow: hidden!important;
    background-color: rgba(255,255,255, .7)!important;
}
.header-form .widget-type-form h3 {
    color: #003366!important;   
    text-align: center!important;
    font-size: 1.8em!important;
    margin-top: .25em!important;
    margin-bottom: 1em!important;
}
.offerform body input[type="text"],
.offerform body input[type="password"], 
.offerform body input[type="datetime"], 
.offerform body input[type="datetime-local"], 
.offerform body input[type="date"], 
.offerform body input[type="month"], 
.offerform body input[type="time"], 
.offerform body input[type="week"], 
.offerform body input[type="number"], 
.offerform body input[type="email"], 
.offerform body input[type="url"], 
.offerform body input[type="search"], 
.offerform body input[type="tel"], 
.offerform body input[type="color"],
.offerform body input[type="file"],
.offerform body textarea {
  		line-height: 2em;
}
.offerform body select  {
    width: 100%!important;
    padding: 1.75em 2em!important;
    font-family: inherit!important;
    font-weight: bold!important;
    font-size: .9em!important;
    background-color: rgba(255,255,255, .7)!important;
    border: 0!important;
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    -webkit-transition: all 0.30s ease-in-out!important;
    -moz-transition: all 0.30s ease-in-out!important;
    -ms-transition: all 0.30s ease-in-out!important;
    -o-transition: all 0.30s ease-in-out!important;
}
.offerform body textarea {
    resize: vertical!important;
}
.offerform body input[type="text"]:focus ,
body input[type="password"]:focus , 
body input[type="datetime"]:focus , 
body input[type="datetime-local"]:focus , 
body input[type="date"]:focus , 
body input[type="month"]:focus , 
body input[type="time"]:focus , 
body input[type="week"]:focus , 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
.offerform body select:focus {
    outline: none!important;
    background-color: rgba(255,255,255, 1)!important;
}
.offerform body input[type=radio] {
    position: absolute!important;
    visibility: hidden!important;
}
.offerform body input[type=radio] + span {
    display: block!important;
    position: relative!important;
    padding-left: 3em!important;
    margin-bottom: 1em!important;
    height: 2em!important;
    line-height: 2em!important;
    
}
.offerform body input[type=radio] + span:before {
    content: ""!important;
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    height: 2em!important;
    width: 2em!important;
    border-radius: 100%!important;
    background-color: rgba(255,255,255, .7)!important;
}
.offerform body input[type=radio] + span:after {
    content: ""!important;
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    height: 2em!important;
    width: 2em!important;
    border: .5em solid #fff!important;
    border-radius: 50%!important;
    -webkit-border-radius: 50%!important;
    background-color: #666!important;
    text-align: center!important;
    transition: all .2s ease!important;
    opacity: 0!important;
}
.offerform body input[type=radio]:checked + span:after {
    opacity: 1!important;
}
.offerform body input[type=checkbox] {
    position: absolute!important;
    visibility: hidden!important;
}
.offerform body input[type=checkbox] + span {
    display: block!important;
    position: relative!important;
    padding-left: 3em!important;
    margin-bottom: 1em!important;
    height: 2em!important;
    line-height: 2em!important;
}
.offerform body input[type=checkbox] + span:before {
    content: ""!important;
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    height: 2em!important;
    width: 2em!important;
    background-color: rgba(255,255,255, .7)!important;
}
.offerform body input[type=checkbox]:checked + span:after {
    content: "\f00c"!important;
    font-family: FontAwesome!important;
    color: #666!important;
    position: absolute!important;
    left: 0!important;
    top: 0!important;
    height: 2em!important;
    width: 2em!important;
    text-align: center!important;
}
.offerform body input[type=file] {
    display: none!important;
}
.offerform .hs_file_upload label {
    display: block!important;
}
.offerform .hs_file_upload label:after {
    display: block!important;
    content: "UPLOAD FILE"!important;
    position: static!important;
    width: 12em!important;
    padding: 1em 2em 1em 3em!important;
    font-weight: bold!important;
    font-size: .9em!important;
    color: rgba(255,255,255, .7)!important;
    border: 3px solid rgba(255,255,255, .7)!important;
}
.offerform .hs_file_upload label:before {
    content: "\f093"!important;
    font-family: FontAwesome!important;
    position: absolute!important;
    left: 1em!important;
    bottom: 1em!important;
    text-align: center!important;  
    color: rgba(255,255,255, .7)!important;
}
.offerform .hs_select {
    position: relative!important;
}
.offerform .hs_select select {
    border-radius: 0!important;
    -webkit-border-radius: 0!important;
    -webkit-appearance: none!important;
    -mnoz-appearance: none!important;
    -o-appearance: none!important;
    appearance: none!important;
}
.offerform .hs_select select::-ms-expand {
    display: none!important;
}
.offerform .hs_select:after {
    content: "\f107"!important;
    font-family: FontAwesome!important;
    font-size: 1.5em!important;
    position: absolute!important;
    right: 1em!important;
    top: 50%!important;
    transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%!important);
    -webkit-transform: translateY(-50%)!important;
    text-align: center!important;  
    color: #000!important;
    pointer-events: none!important;
}
.offerform form .hs-button {
    position: absolute!important;
    bottom: 0!important;
    left: 0!important;
    width: 100%!important;
    display: block!important;
    background-color: #692648!important;
    padding: 1.5em 1em!important;
    margin: 0!important;
    border-radius: 0px 0px 4px 4px!important;
    border: 0!important;
    font-size: .9em!important;
    text-align: center!important;
    color: #fff!important;
    font-weight: bold!important;
    text-transform: uppercase!important;
    -webkit-border-radius: 0!important;
    -webkit-appearance: none!important;
    transition: background-color .2s ease-out!important;
    -webkit-transition: background-color .2s ease-out!important;
}
.offerform form .hs-button:hover {
    background-color: #2da5bb!important; 
}
.offerform form .hs-button:focus {
    outline: none!important;
} 
.offerform form .hs-button:active {
    outline: none!important;
}  
.offerform form .hs-form-field {
    position: relative!important;
    margin-bottom: 1em!important;
}
.offerform form .hs-form-field label {
    font-weight: bold!important;
    font-size: .9em!important;
    color: #000!important;
    text-transform: uppercase!important;
}
.offerform form .hs-form-required {
    display: none!important;
}
.offerform form .hs-form-field .hs-error-msgs label {
    top: auto!important;
    color: #e95e5e!important;
}
.offerform form .hs-form-field ul.inputs-list {
  list-style: none!important;
  padding: 0!important;
}


/* Required */
.offerform body input:focus:required:invalid, 
.offerform body textarea:focus:required:invalid, 
.offerform body select:focus:required:invalid {}

.offerform body input:focus:required:invalid:focus, 
.offerform body textarea:focus:required:invalid:focus, 
.offerform body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}
body .hs-field-desc {
    font-size: .9em!important;
    font-style: italic!important;
}

/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
width: auto!important;
margin-right: 10px!important;
}

/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}
body form.hs-form fieldset { max-width: none!important; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0!important; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0!important; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%!important; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto!important; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%!important; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0!important; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%!important; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto!important; }
}
.bottom-form-section {
    background-color: #335b84!important;
}
.header {
  padding-top: 10%!important;
}
.span12.widget-span.widget-type-widget_container.offerdescription {
    padding: 20px!important;
}

/* Event Accordion Area
------------------------------------------------------------------------------*/
.accordion, .accordion * {
 -webkit-box-sizing:border-box; 
 -moz-box-sizing:border-box; 
 box-sizing:border-box;
}
 
.accordion {
 overflow:hidden;
 box-shadow:0px 1px 3px rgba(0,0,0,0.25);
 border-radius:3px;
 background:#f7f7f7;
}
 
/*----- Section Titles -----*/
.accordion-section-title {
 width:100%;
 padding:15px;
 display:inline-block;
 border-bottom:1px solid #58595b;
 background:#531a15;
 transition:all linear 0.15s;
 /* Type */
 font-size:1.200em;
 text-shadow:0px 1px 0px #1a1a1a;
 color:#fff;
 text-decoration:none;
}

a.accordion-section-title {
    color: #fff;
    text-decoration: none;
}
 
.accordion-section-title.active, .accordion-section-title:hover {
 background:#999999;
 /* Type */
 text-decoration:none;
}
 
.accordion-section:last-child .accordion-section-title {
 border-bottom-color:white;
 padding-bottom:15px;
}
 
/*----- Section Content -----*/
.accordion-section-content {
 padding:15px;
 display:none;
}
/*--Blog Fix by Pepperland - 12-02-18---*/
.hs-blog-header h1, h2, h3, h4, h5 {
  text-align: left!important;
}
.hs-blog-section h1, h2, h3, h4, h5 {
  text-align: left!important;
}

/* PEPPERLAND UPDATES 06/21 */
body span#hs_cos_wrapper_post_body img {
  margin-left: 0 !important;
  height: 300px !important;
  object-fit: cover !important; 
  object-position: 20% 35% !important;
}