/* ==========================================================================
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=Montserrat%3A100%2C100i%2C200%2C200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7CPermanent+Marker&#038;ver=4.9.4');
/* 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, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, 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;
}

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

@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; }
}

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    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-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

/* FlexSlider Necessary Styles
*********************************/
.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%;}


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

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



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

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

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

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

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

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
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 {
  font-size: 18px;
  line-height: 32px;
  color: #30241c;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat',sans-serif;
  background-color: #fdf3e5;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

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


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

/* Basic text */
p {
  margin-top: 25px;
  margin-bottom: 0;
} 
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 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  margin: 10px 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1{
  font-weight: 100;
  font-size: 90px;
  line-height: 92px;
  font-family: 'Permanent Marker',cursive;
}

h2 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 800;
}

h3{
  font-size: 44px;
  line-height: 44px;
  font-weight: 700;
}

h4 {
  font-size: 34px;
  line-height: 32px;
  font-weight: 700;
}

h5 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 4.9px;
}

h6 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
}


/* Anchor Links */
a {
  color: #0054a6;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: none;
}

/* Lists */
ul, ol {}
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 {}

.body-container ul{
  line-height: 32px;
  margin-top: 14px;
  padding-left: 17px;
  list-style: none;
  margin-bottom: 10px;
}

.body-container ul li, 
.body-container ol li {
  margin-bottom: 12px;
}

.body-container ul li,
.body-container ol li{
  position: relative
}

.body-container ul li:before {
  position: absolute;
  content: '•';
  font-size: 30px;
  left: -17px;
  top: -3px;
}

.body-container ol {
  counter-reset: ol-li;
  margin-top: 22px;
  margin-bottom: 14px;
  line-height: 28px;
  padding-left: 17px;
  list-style: none;
}

.body-container ol li:before {
  position: absolute;
  content: counter(ol-li);
  counter-increment: ol-li;
  font-size: 14px;
  font-weight: 700;
  left: -17px;
  top: 1px;
}

body::-webkit-scrollbar-track {
  background-color: transparent
}

body::-webkit-scrollbar {
  width: 4px;
  background-color: #fafafa
}

body::-webkit-scrollbar-thumb {
  background-color: #0054a6
}



/* ==========================================================================
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 {}

#site-wrapper {
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
  background-color: #fdf3e5;
  padding-top: 70px;
  overflow: hidden;
  box-shadow: 0 2px 0 #003c29
}

.page-main {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100% !important;
  max-width: 1680px;
  margin: 0 auto !important;
  min-height: 70px !important;
  background-color: #fff;
  z-index: 1099;
  float: none !important
}

.noscroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.6);
  pointer-events: none;
  opacity: 0;
  transition: .2s;
  -webkit-overflow-scrolling: touch;
  z-index: 1;
}

.header-menu {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  top: 30vh;
  background-color: #007550;
  -webkit-transform: scale(.8);
  transform: scale(.8);
  width: 100%;
  max-width: 840px;
  z-index: 1;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
  transition: all .2s;
  margin-left: 0 !important;
}

.header-button {
  font-size: 11px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
  color: #30241c;
  width: 160px;
  transition: all .2s;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
}

.header-button.header-menu-trigger,.header-button.header-login-trigger {
  border-right: 1px solid silver
}

.header-button.header-menu-trigger {
  position: relative;
  z-index: 9
}

.header-col {
  width: auto !important;
  margin-left: 0 !important;
}

.header-wrapper .row-fluid {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
}

.header-wrapper .row-fluid:before {
  display: none;
}

.header-col>div>.hs_cos_wrapper_type_rich_text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-button svg {
  width: 22px;
  height: 22px;
  margin-right: 16px;
  vertical-align: middle;
}

.header-button svg * {
  fill: #0054a6;
  transition: all .2s
}

.header-logo svg {
  height: 43px;
  width: 222px
}

.header-button.header-enroll-trigger svg {
  width: 26px;
  height: 26px;
  margin-right: 10px
}

#icon-hamburger {
  width: 22px;
  height: 18px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.header-button.header-menu-trigger #icon-hamburger {
  margin-right: 20px
}

#icon-hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #0054a6;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition: .2s
}

#icon-hamburger span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

#icon-hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

#icon-hamburger span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  transform-origin: left center
}

.header-button:hover #icon-hamburger span {
  background-color: #fff;
}

.header-button.header-menu-trigger .close-trigger {
  color: #fff;
  font-size: 0;
  width: 0
}

.logo {
  margin: 10px auto 0 !important;
  float: none !important;
  text-align: center;
}

.header-right {
  text-align: right;
}

.header-button.header-contact-trigger {
  background-color: #007550;
  color: #fff;
}

.header-button.header-contact-trigger svg {
  display: none;
}

.header-button.header-enroll-trigger, .header-button.header-contact-trigger {
  border-left: 1px solid silver;
}

.header-button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #0054a6;
}

.header-button:hover svg * {
  fill: #fff;
}

.no-nav .logo {
  margin-top: 14px !important;
}

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

.body-container-wrapper {}
.body-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.blog .body-container {
  padding-top: 0;
  padding-bottom: 0;
}

.hero {
  position: relative;
  margin-top: -1px;
}

.hero .row {
  margin: 0 -15px;
}

.hero .banner-title {
  margin-left: 16.66666667%;
  width: 66.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}

.hero .page-title {
  text-align: center;
  margin-top: 79px;
  margin-bottom: 41px;
  width: 100%;
  font-size: 80px;
  line-height: 80px;
  font-weight: 800;
  font-family: inherit;
}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

.footer-group {
  position: relative;
  background-color: #003c29;
  padding-top: 164px;
  padding-bottom: 75px;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
}

.footer-group .page-center>div>.row-fluid {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.footer-bottom {
  position: relative;
  margin-top: -27px;
  margin-left: 16.66666667% !important;
  width: 66.66666667% !important;
  padding: 0 15px;
  text-align: center;
  color: #fff;
}

.footer-bottom p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 0;
}

.footer-bottom ul {
  margin: 0 0 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  line-height: 13px;
}

.footer-bottom ul li {
  margin: 0 11px;
}

.footer-bottom ul li a {
  color: #fff;
  font-size: 12px;
  border-bottom: 1px solid #fff;
  transition: all .2s;
  font-weight: 400;
}

.footer-bottom ul li a:hover {
  color: #e49c37;
  border-color: #e49c37;
  text-decoration: none;
}

.footer-col {
  margin-left: 0 !important;
  width: 25% !important;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.footer-col.col2 {
  width: 33.33% !important;
  margin-left: 8.33333333% !important;
}

.footer-socials {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.logo-socials .social-icon svg {
  height: 31px;
  width: 31px;
  fill: #fff;
  transition: fill .2s;
  margin: 0 4px 0 11px;
}

.logo-socials .social-icon:hover svg {
  fill: #e49c37;
}

.logo-socials .camp-icon {
  display: block;
  width: 100%;
  margin-top: 13px;
  text-align: center;
}

.logo-socials .camp-icon svg {
  fill: #fff;
  height: 50px;
}

.footer-col.col3 {
  margin-left: 8.33333333% !important;
  text-align: right;
}

.address-field {
  padding-top: 18px;
}

.address-field h3 {
  font-size: 18px;
  color: #e49c37;
  font-weight: 600;
  letter-spacing: 3.6px;
  margin: 12px 0 5px;
  line-height: 32px;
}

.address-field a, .address-field p {
  color: #fff;
  letter-spacing: 0;
  line-height: 28px;
  font-size: 18px;
  margin: 0;
}

.footer-col.col1 {
  text-align: left;
}

.footer-group:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  bottom: 0;
  background-image: url(//cdn2.hubspot.net/hubfs/5407251/CampWaltWhitman_February2019/Images/footer-texture.png);
  background-position: top center;
  background-size: 1440px auto;
  background-repeat: no-repeat;
  pointer-events: none;
}

.no-nav .footer-bottom {
    padding-bottom: 24px;
}

@media (min-width: 1441px){
  .footer-group:after {
    background-size: 100% auto;
  }
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
body .visible {
  opacity: 1 !important;
}

.header-menu.visible {
  top: 0;
  left: 0;
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: all;
  opacity: 1;
}

.header-menu>div {
  float: left;
  width: 50%;
}

.main-menu-wrapper {
  position: relative;
  width: 100% !important;
  padding-top: 70px;
  overflow: hidden;
}

.image-buttons-wrapper>div, 
.image-buttons-wrapper>div>span {
  height: inherit;
}

.image-buttons-wrapper {
  width: 100% !important;
}

.image-buttons-wrapper>div>span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-buttons-wrapper a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.image-buttons-wrapper a span {
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
}

.image-buttons-wrapper a span:hover{
  text-decoration: underline;
}

.image-buttons-wrapper a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,.5);
  z-index: 1;
  transition: background-color .2s;
}

.image-buttons-wrapper a:hover:after {
  background-color: transparent;
}

.noscroll .header-button.header-menu-trigger {
  border: 0;
  background-color: #007550;
}

#icon-hamburger.open span {
  background-color: #fff
}

#icon-hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 1px;
  left: 8px
}

#icon-hamburger.open span:nth-child(2) {
  width: 0;
  opacity: 0
}

#icon-hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 17px;
  left: 8px
}

.header-button:hover #icon-hamburger.open span {
  background: #fff;
}

.noscroll .header-button.header-menu-trigger .close-trigger {
  font-size: 11px;
  width: auto;
}

.noscroll .header-button.header-menu-trigger .open-trigger {
  font-size: 0;
  width: 0;
}

.main-menu-wrapper .menus {
  overflow: auto;
  padding-bottom: 70px;
}

.main-menu-wrapper .menu {
  padding-left: 50px;
  padding-top: 47px;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul >li {
  position: relative;
  padding-right: 60px;
}

.custom-menu-primary .hs-menu-wrapper>ul >li>a {
  padding-right: 15px;
  margin-right: -12px;
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul li a {
  font-size: 20px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper>ul li a:hover {
  text-decoration: underline;
}

.custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children:after {
  content: '+';
  position: absolute;
  top: 0;
  right: 50px;
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  line-height: 50px;
  pointer-events: none;
}

.custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children.child-open:after {
  content: '\2013';
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  padding: 8px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  white-space: normal !important;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li:first-child {
  margin-top: -2px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-menu-depth-2.hs-item-has-children {
  position: relative;
  padding-right: 15px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
  padding-left: 10px;
  padding-right: 9px;
  margin-right: -9px;
  max-height: 2000px;
  transition: max-height 1s ease-in-out,margin 1s;
}

.custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-2.hs-item-has-children:after {
  right: -9px;
  font-size: 19px;
  line-height: 40px;
}

.custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-2.hs-item-has-children {
  position: relative;
  padding-right: 15px;
}

.custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-2.hs-item-has-children>a {
  padding-right: 15px;
  margin-right: -23px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li:last-child {
  margin-bottom: 18px;
}

.main-menu-wrapper .header-menu-phone {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 88px;
  background: #007550;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  padding: 0 0 3px 50px;
}

.main-menu-wrapper .header-menu-phone:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  right: 25px;
  height: 1px;
  background-color: #006847;
}

.main-menu-wrapper .header-menu-phone a {
  color: #fff;
}

.header-links .hs-menu-wrapper>ul {
  display: block;
}

.header-links .hs-menu-wrapper>ul li a {
  font-size: 18px;
  line-height: 40px;
  font-weight: 300;
  color: #fff;
}

.header-links .hs-menu-wrapper>ul li a:hover {
  text-decoration: underline;
}

.header-button.header-login-menu-trigger, .header-button.header-enroll-menu-trigger {
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 50px;
  width: auto;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0;
  font-weight: 600;
  text-transform: capitalize;
  display: none;
  height: auto;
  text-align: left;
}

.header-button.header-login-menu-trigger {
  margin-top: 36px;
}

.header-button.header-login-menu-trigger:hover, .header-button.header-enroll-menu-trigger:hover {
  background: transparent;
  text-decoration: underline;
}

.header-button.header-login-menu-trigger svg, .header-button.header-enroll-menu-trigger svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.header-button.header-login-menu-trigger svg *, .header-button.header-enroll-menu-trigger svg * {
  fill: #fff;
}


.header-button.header-login-menu-trigger span, .header-button.header-enroll-menu-trigger span {
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

.custom-menu-primary ul.hs-menu-children-wrapper{
  visibility: visible !important;
  opacity: 1 !important;
  position: static !important;
  display: none;
}



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


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

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

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

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

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


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

.blog .blog-content {}

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

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.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: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

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

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date {
  font-size: 13px;
  text-align: left;
  display: block;
}
.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 {}

.post-listing {
  margin: 0 -15px;
}

.blog-tile {
  background: #fefbf7;
  background-clip: content-box;
  margin-bottom: 30px;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.blog-tile:nth-child(3n+1) {
  clear: left;
}

.blog-tile a {
  display: block;
  color: inherit;
}


.blog-tile .blog-tile__image {
  position: relative;
  margin: 0;
  min-width: 240px;
  overflow: hidden
}

.blog-tile .blog-tile__image:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(255,255,255,.3);
  opacity: 0;
  transition: opacity .2s
}

.blog-tile .blog-tile__image img {
  width: 350px;
  object-fit: cover;
  height: 263px;
}

.blog-tile .blog-tile__category {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  width: auto;
  font-size: 11px;
  margin: 0;
  height: 32px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 120px;
  letter-spacing: 2px;
  transition: all .2s;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 30px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #007550;
}

.blog-tile .blog-tile__content {
  position: relative;
  width: 100%;
  padding: 30px 30px 80px;
  min-height: 262px;
  z-index: 2;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.blog-tile .blog-tile__title {
  margin: 0;
  font-size: 21px;
  line-height: 24px;
  font-weight: 800;
  letter-spacing: -.7px;
}

.blog-tile .blog-tile__copy {
  margin-top: 13px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -.3px;
}

.blog-tile .post-author-date__footer {
  position: absolute;
  left: 30px;
  bottom: 34px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-tile .post-author-date__author-image {
  width: 40px;
  height: 40px;
    margin: 0;
  margin-right: 10px;
}

.btn.btn-arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  width: 92px;
  background: #fff;
  outline: 0;
}

.blog-tile .blog-tile__btn {
  background-color: #fefbf7;
  position: absolute;
  right: 0;
  bottom: 20px
}

.blog-tile .blog-tile__btn img {
  display: none
}

.btn.btn-arrow svg {
  width: 35px;
  height: 17px;
  transition: all .2s;
}

.blog-tile .blog-tile__btn.btn-arrow:hover svg *,.blog-tile .blog-tile__btn.btn-arrow:hover svg {
  fill: #0054a6 !important
}

.blog-tile:hover svg *,.blog-tile:hover svg {
  fill: #0054a6 !important
}

.blog-tile:hover .blog-tile__image:after {
  opacity: 1
}

.post-author-date__metainfo {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.post-author-date__author {
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #999796;
}

.post-author-date__date {
  font-size: 11px;
  line-height: 11px;
  font-weight: 400;
  color: #999796;
}

.pagination {
  max-width: 1680px;
  width: 100%;
  margin: 24px auto 20px;
}

.pagination .nav-links a{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 42px;
  height: 40px;
  display: flex;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #30241c;
}

.pagination .nav-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination .nav-links .prev, 
.pagination .nav-links .next {
  font-size: 0;
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  font-weight: 700;
  color: #000;
  line-height: 70px;
}

.pagination .nav-links a:hover{
  color: #0054a6;
}

.page-accordion .single-accordion__title:after, 
.blog-filters .filter-trigger:after, 
.pagination .nav-links .prev:after, 
.pagination .nav-links .next:after {
  content: '';
  background-image: url(//cdn2.hubspot.net/hubfs/5407251/CampWaltWhitman_February2019/Images/CWW-17-Dropdown-Arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  height: 8px;
  width: 9px;
  position: absolute;
  right: 65px;
  top: 30px;
  transition: -webkit-transform .35s;
  transition: transform .35s;
  transition: transform .35s,-webkit-transform .35s;
}

.pagination .nav-links .prev:after, 
.pagination .nav-links .next:after {
  left: 50%;
  top: 50%;
}

.pagination .nav-links .next:after {
  -webkit-transform: translate(-50%,-50%) rotate(-90deg);
  transform: translate(-50%,-50%) rotate(-90deg);
}

.pagination .nav-links .prev:after {
  -webkit-transform: translate(-50%,-50%) rotate(90deg);
  transform: translate(-50%,-50%) rotate(90deg);
}

.pagination .nav-links a.active {
  position: relative;
  color: #0054a6;
}

.pagination .nav-links a.active:after {
  content: '';
  display: block;
  border: 3px solid #0054a6;
  width: 27px;
  height: 27px;
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  transform: translate(-50%,-50%) rotate(45deg);
}

.pagination .nav-links a.disabled{
  cursor: unset;
}

.pagination .nav-links .disabled.prev:after,
.pagination .nav-links .disabled.next:after {
  background-image: url(//cdn2.hubspot.net/hubfs/5407251/CampWaltWhitman_February2019/Images/CWW-17-Dropdown-Arrow-Grey.svg);
}

.blog-filters {
  position: relative;
  width: 100%;
  z-index: 99;
  margin: 42px 0 50px;
}

.blog-filters .page-center {
  transition: 0s;
}

.blog-filters .page-center>div>.row-fluid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #c7c4c1;
  margin: 0;
  transition: 0s;
}

.blog-filters-col {
  width: 100% !important;
  margin-left: 0 !important;
}

.blog-filter-search.search-form {
  width: auto;
  margin-left: 0;
}

.blog-filter-wrapper>div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
  transition: 0s;
}

.blog-filters .filter-wrapper {
  position: relative;
}

.blog-filters .filter-trigger{
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  display: block;
  cursor: pointer;
  padding: 0 50px;
  line-height: 92px
}

.blog-filters .filter-trigger:after {
  right: 11px;
  top: 41px;
}

.blog-filters .filter-wrapper ul {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .8s cubic-bezier(0,1,0,1),opacity .5s;
  pointer-events: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  zoom: 1;
  position: absolute;
  left: 45px;
  background-color: #fff;
  min-width: 255px;
  top: 70px;
  padding-top: 3px;
}


.blog-filters .filter-wrapper ul li {
  padding: 0;
  margin: 0;
}

.blog-filters .filter-wrapper ul li:before {
  display: none;
}

.blog-filters .filter-wrapper ul li a {
  display: block;
  width: 100%;
  padding: 0 18px;
  font-size: 16px;
  line-height: 50px;
  font-weight: 600;
  color: #000;
}

.blog-filters .filter-wrapper ul li a:hover {
  background-color: rgba(0,84,166,.25);
}

.blog-filters .filter-wrapper .filter-link-count {
  display: none;
}

.search-form {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 45px 0 55px;
}

.search-form form {
  position: relative;
}

.search-form input[type=text] {
  border: 0;
  border-radius: 0;
  outline: 0;
  background-color: #fff;
  padding: 0 65px 0 25px;
  height: 50px;
  width: 350px;
  font-weight: 500;
  caret-color: #0054a6;
  color: #0054a6;
  font-family: 'Montserrat',sans-serif;
  margin: 0;
}

.search-form input::-webkit-input-placeholder {
  color: #c7c4c1;
}

.search-form input[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 65px;
  border: 0;
  outline: 0;
  border-radius: 0;
  font-size: 0;
  background-color: #fff;
}

.search-form svg {
  position: absolute;
  height: 20px;
  width: 20px;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}

.search-form input[type=submit]:hover {
  background-color: #fff;
}

.search-form input[type=submit]:hover~svg {
  fill: #0054a6;
}

.search-form input[type=submit]:hover~svg line {
  stroke: #0054a6;
}

.blog-filters .filter-wrapper.active ul {
  max-height: 254px;
  overflow-y: auto !important;
  opacity: 1;
  transition: max-height .5s,opacity .5s;
  pointer-events: all;
}

.blog-filters .filter-wrapper.active .filter-trigger {
  color: #0054a6;
}

.blog-filters .filter-wrapper.active .filter-trigger:after {
  background-image: url(//cdn2.hubspot.net/hubfs/5407251/CampWaltWhitman_February2019/Images/CWW-17-Dropdown-Arrow-Blue.svg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.blog-filters .filter-wrapper ul::-webkit-scrollbar-track {
  background-color: transparent
}

.blog-filters .filter-wrapper ul::-webkit-scrollbar {
  width: 8px;
  background-color: transparent
}

.blog-filters .filter-wrapper ul::-webkit-scrollbar-thumb {
  background: linear-gradient(to right, #0054a6 50%, #fff 50.1%);
  background-color: #0054a6
}

.archive-featured-post {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.archive-featured-post .featured-post__image {
  background-position: center;
  background-size: cover;
}

.archive-featured-post .featured-post__content, .archive-featured-post .featured-post__image {
  width: 50%;
  margin: 0;
}

.archive-featured-post .featured-post__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 110px 22px;
  background-color: #fefbf7;
  min-height: 540px;
}

.archive-featured-post .featured-post__content_wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.btn.btn-type-1 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #007550;
  transition: all .2s;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin: 29px 0 85px;
  min-width: 300px;
  font-size: 16px;
  height: 56px;
  letter-spacing: 3px;
  padding: 0 30px;
}

.btn.btn-type-1:hover {
  background-color: #e49c37;
  text-decoration: none;
}

.btn.btn-category {
  font-size: 11px;
  margin: 0;
  height: 32px;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-width: 120px;
  letter-spacing: 2px;
}

.btn.btn-category.category-featured {
  background-color: #0054a6;
}

.archive-featured-post .featured-post__date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 3px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 13px;
  line-height: 16px;
  color: #999796;
}

.archive-featured-post .featured-post__title {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -1px;
  font-weight: 800;
  margin-top: 25px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

.archive-featured-post .featured-post__copy {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.archive-featured-post .featured-post__author {
  font-size: 14px;
  line-height: 20px;
  color: #999796;
  margin: 33px 0 12px;
  font-weight: 600;
}

.archive-featured-post .featured-post__author img {
  border-radius: 50%;
  margin-right: 8px;
  width: 58px;
  vertical-align: middle;
}


.btn.btn-type-2 {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  transition: all .2s;
  color: inherit;
  text-transform: uppercase;
  font-weight: 800;
  margin: 29px 0 84px;
  width: 300px;
  font-size: 16px;
  height: 56px;
  letter-spacing: 3.3px;
  padding-right: 0;
}

.archive-featured-post .btn.featured-post__button {
  width: 100%;
  margin: 0;
}

.btn.btn-type-2 span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 56px;
}

.btn.btn-type-2 svg {
  width: 35px;
  height: 8px;
  margin-left: 16px;
  fill: #30241c;
}

.btn.btn-type-2 span:after {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #0054a6;
}

.btn.btn-type-2:after {
  content: '';
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: 0;
  right: 0;
  background-color: #0054a6;
  transition: width .4s linear;
}

.btn.btn-type-2:hover:after {
  width: 0;
}

.blog-filters .filter-wrapper h3 {
  display: none;
}

.blog-filter-search.search-form>div {
  height: 50px;
}

.single-hero {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 67px;
  margin-top: -1px;
}

.single-hero .single-hero__image,.single-hero .single-hero__content {
  width: 50%;
  margin: 0
}

.single-hero .single-hero__image {
  background-size: cover;
  background-position: center
}

.single-hero .single-hero__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fefbf7;
  padding: 28px 7.55vw 20px 6.95vw;
  min-height: 37.5vw
}

.single-hero .single-hero__title {
  margin: 0;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -2px;
  font-weight: 800;
  font-family: inherit;
}

.single-hero .single-hero__title:after{
  content: '';
  position: relative;
  display: block;
  width: 100px;
  height: 2px;
  background-color: #e49c37;
  margin-top: 23px;
  left: 3px;
}

.single-hero .post-author-date__footer {
  margin-top: 36px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-hero .post-author-date__author-image {
  margin: 0 15px 0 3px
}

.single-hero .post-author-date__author {
  font-weight: 600;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 16px;
  color: #999796;
}

.single-hero .post-author-date__author img {
  border-radius: 50%;
  margin-right: 10px;
  margin-left: 3px
}

.single-hero .post-author-date__metainfo {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.post-author-date__author-image img {
  border-radius: 50%;
  width: 58px;
}

.single-hero .post-author-date__date, .single-hero .post-author-date__author {
  font-size: 16px;
  line-height: 16px;
  color: #999796;
}

.single-hero__content-wrapper {
  width: 100%;
}

.share-links {
  position: absolute;
  left: calc(50% - 570px + 15px);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.share-links a:hover svg {
  fill: #e49c37
}

.share-links .share-links__title {
  display: block;
  margin-top: 36px;
  margin-bottom: 31px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  color: #999796;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
}

.share-links .share-links__single {
  display: block;
  margin-bottom: 15px
}

.share-links .share-links__single:hover svg {
  fill: #e49c37
}

.share-links .share-links__single svg {
  fill: #007550;
  transition: all .2s;
  margin-right: 3px;
  width: 22px;
  max-height: 22px
}

.post-content-wrapper .page-center>div>.row-fluid {
  margin-left: 16.66666667%;
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.post-content-wrapper .page-center>div {
  margin: 0 -15px;
  width: calc(100% + 30px);
}

.blog-single__category-wrapper {
  margin-top: 50px;
  margin-bottom: 20px;
}

.blog-single__category-title {
  letter-spacing: -.3px;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  margin-right: 10px;
}

.blog-single__category-wrapper .share-links {
  display: none;
}

.blog-single__navigation {
  margin-top: 68px !important;
  margin-bottom: 82px !important;
  padding-top: 40px;
  border-top: 1px solid #c7c4c1;
}

.blog-single__navigation >div {
  margin: 0 -15px;
}

.blog-single__navigation >div>.row-fluid {
  /* display: -webkit-flex; */
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-justify-content: space-between; */
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
  margin-left: 16.66666667%;
  width: 66.66666667%;
  padding: 0 15px;
}

.post-pagination-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-single__navigation-btn {
  letter-spacing: 3px;
  font-weight: 800;
  font-size: 16px;
  line-height: 16px;
  color: #30241c;
  text-transform: uppercase;
  transition: all .2s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-single__navigation-btn svg {
  transition: all .2s;
  width: 35px;
  height: 8px;
}

.blog-single__navigation-btn.back svg {
  margin-right: 15px;
}

.blog-single__navigation-btn.next svg {
  margin-left: 15px;
}

.blog-single__navigation-btn:hover {
  color: #e49c37;
}

.blog-single__navigation-btn:hover svg {
  fill: #e49c37;
}

.section.post-footer {
  padding-top: 60px;
}

.section.post-footer .hs-input {
  max-width: 100%;
}

@media (min-width: 1441px){
  .single-hero .single-hero__content {
    padding-left: 100px;
    padding-right: 100px;
}
}

#myInput {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -11;
  width: 0;
  margin: 0;
  padding: 0;
  border: none;
}
/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

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


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  font-size: 16px;
  line-height: 26px;
  padding-top: 16px;
  padding-bottom: 12px;
}
/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}

.hs-form-field>label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-size: inherit;
}

.hs-form-required {
  color: #790000;
  margin-left: 4px;
}

/* One Line Inputs */
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"],
input[type="file"],
textarea,
select {
  margin-top: 8px;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px 6px 4px;
  letter-spacing: normal;
  display: block;
  width: 100%;
  max-width: 500px;
  border: 1px solid #a9a9a9;
  line-height: inherit;
  color: inherit;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
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 */
.hs-error-msgs {
  margin: 10px 0 0 0 !important;
  padding: 8px 0 6px !important;
  background-color: rgba(255,223,224,.25);
  margin-bottom: 6px!important;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  line-height: normal !important;
}

.hs-error-msgs li:before {
  display: none;
}

.hs-error-msgs label {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  line-height: inherit;
  font-family: inherit;
}

.hs-error-msgs li {
  margin-bottom: 0 !important;
}

.hs_error_rollup .hs-error-msgs {
  color: #790000;
  font-size: 1em;
  font-weight: 700;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0 !important;
  clear: both;
  width: 100%;
  text-align: center;
  background: transparent;
}

.hs_error_rollup .hs-error-msgs label {
  font-size: inherit;
  line-height: 32px;
}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


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

.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 */
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                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-size: 1em;
  display: inline-block;
  outline: 0;
  border: 0;
  background-color: #007550;
  color: #fff;
  border-radius: 0;
  transition: all .2s;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
  font-family: 'Montserrat',sans-serif;
  line-height: inherit;
  padding: 12px 15px;
  margin: 16px 0;
  text-align: center;
  max-width: 300px;
  width: 100%;
  white-space: normal;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: #e49c37;
  text-decoration: none
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.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 {}

.subscribe-options label {
  display: block;
}

input[type="search"]{
  -webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button, 
input[type="search"]::-webkit-search-results-button, 
input[type="search"]::-webkit-search-results-decoration { 
  display: none;
}

#hs-pwd-widget-password {
  margin: 0 0 15px 0 !important;
}

.blog span.IN-widget {
  vertical-align: unset !important;
}

/*========= Search Suggestions/Result Style =========*/

.body-container .hs-search-field--open .hs-search-field__suggestions {
  list-style: none;
  padding: 10px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions a{
  padding: 1px 5px;
}

.body-container .hs-search-results .hs-search-results__listing {
  padding: 10px 0;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li:before {
  display: none;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li {
  margin-bottom: 6px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
  margin-bottom: 10px;
}

/* ==========================================================================
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: 1199px) {
  .container-fluid .row-fluid .page-center {
    max-width: 940px;
  }

  .footer-col {
    width: 33.33% !important;
  }

  .footer-col.col2 ,
  .footer-col.col3{
    margin-left: 0 !important;
  }

  .blog-filters .author-filter .filter-trigger {
    padding-left: 0
  }


  .blog-filter-search.search-form {
    padding: 0;
    margin-left: auto !important;
  }

  .single-hero .single-hero__title {
    font-size: 40px;
    line-height: 40px;
  }

  .share-links {
    left: calc(50% - 470px + 15px)
  }

}

@media (max-width: 991px) {
  .container-fluid .row-fluid .page-center {
    max-width: 720px;
  }

  .without-image .hero {
    padding-top: 0;
  }

  .address-field {
    padding-top: 0;
  }

  .address-field h3 {
    font-size: 13px;
    margin: 9px 0 0;
  }

  .address-field a, .address-field p {
    font-size: 14px;
    line-height: 24px;
  }

  .footer-group {
    padding-top: 125px;
    padding-bottom: 49px;
  }


  .footer-bottom {
    margin-top: 22px;
  }

  .logo-socials .social-icon svg {
    height: 26px;
    width: 26px;
    margin: 0 3px 0 10px;
  }

  .logo-socials {
    margin-top: 18px;
  }

  .logo-socials .camp-icon {
    margin-top: 9px;
  }

  .header-button {
    width: 144px;
  }

  .header-button.header-menu-trigger, 
  .header-button.header-login-trigger {
    border: 0;
  }

  .header-button.header-menu-trigger {
    padding-right: 12px;
  }

  .header-button.header-enroll-trigger, 
  .header-button.header-login-trigger {
    display: none;
  }

  .header-button.header-enroll-trigger, 
  .header-button.header-contact-trigger {
    border: 0;
  }

  .hero {
    padding-top: 540px;
  }

  .hero img {
    position: absolute;
    top: 0;
    height: 540px;
    width: auto;
    max-width: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .hero .page-title {
    margin-top: 73px;
    font-size: 60px;
    line-height: 60px;
  }

  .hero .banner-title {
    width: 100% !important;
    margin-left: 0 !important;
  }

  h1 {
    font-size: 70px;
    line-height: 82px;
  }

  h2{
    font-size: 60px;
    line-height: 60px;
  }

  h3{
    font-size: 28px;
    line-height: 28px;
  }

  .archive-featured-post .featured-post__content, 
  .archive-featured-post .featured-post__image {
    width: 100%;
  }

  .archive-featured-post .featured-post__image {
    min-height: 65.9vw;
  }

  .archive-featured-post .featured-post__content {
    padding: 20px 118px 22px;
    min-height: 575px;
  }

  .btn.btn-category {
    height: 35px;
    width: 128px;
    font-size: 10px;
    min-width: 280px;
  }

  .archive-featured-post .featured-post__date {
    padding-bottom: 5px;
  }

  .archive-featured-post .featured-post__title {
    margin-top: 28px;
    margin-bottom: 5px;
    line-height: 42px;
  }

  .archive-featured-post .featured-post__copy {
    line-height: 34px;
  }

  .archive-featured-post .featured-post__author {
    margin: 11px 0 0;
    padding-left: 5px;
    font-size: 13px;
  }

  .blog-filters {
    margin: 28px 0 24px
  }

  .blog-filters .filter-trigger {
    font-size: 16px;
    padding: 0 30px
  }

  .blog-filters .filter-trigger:after {
    right: 0
  }

  .blog-filters .filter-wrapper ul {
    left: 0
  }

  .search-form input[type=text] {
    height: 43px;
    width: 305px
  }

  .pagination {
    margin: 40px auto 0
  }

  .blog-filter-search.search-form>div {
    height: 43px;
  }

  .blog-tile {
    margin-bottom: 40px;
    width: 100%;
  }

  .blog-tile a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .blog-tile .blog-tile__image {
    width: 50%;
  }

  .blog-tile .blog-tile__category {
    left: auto;
    top: 50%;
    bottom: auto;
    margin: 0;
    -webkit-transform: rotate(-90deg) translateY(-50%);
    transform: rotate(-90deg) translateY(-50%);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    width: 120px;
    height: 31px;
    right: -125px;
    font-size: 10px;
    min-width: 280px;
  }

  .blog-tile .blog-tile__content {
    padding: 41px 31px 80px;
    width: 50%;
    min-height: 0;
  }

  .blog-tile .blog-tile__title {
    font-size: 20px;
    line-height: 23px;
  }

  .blog-tile .blog-tile__copy {
    margin-top: 9px;
    font-size: 14px;
    line-height: 20px;
  }

  .blog-tile .post-author-date__footer {
    left: 32px;
    bottom: 38px;
  }


  .blog-tile .post-author-date__author-image {
    width: 35px;
    height: 35px;
  }

  .blog-tile .blog-tile__btn {
    right: 13px;
    bottom: 23px;
  }

  .btn.btn-arrow {
    padding-top: 3px;
    height: 45px;
    width: 62px;
  }

  .blog-tile .blog-tile__btn svg {
    width: 30px;
    height: 8px;
  }

  .header-button.header-login-menu-trigger, 
  .header-button.header-enroll-menu-trigger {
    display: block;
  }

  .single-hero {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 26px
  }

  .single-hero+.share-links {
    display: none
  }

  .single-hero .single-hero__image,.single-hero .single-hero__content {
    width: 100%
  }

  .single-hero .single-hero__image {
    height: 74.85vw
  }

  .single-hero .single-hero__content {
    padding: 11.3vw 15.8vw 11.1vw 13vw
  }

  .single-hero .post-author-date__footer {
    margin-top: 45px
  }

  .single-hero .post-author-date__author-image {
    margin: 0 18px 0 1px
  }

  .blog-single__category-wrapper {
    margin-top: 44px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog-single__category-wrapper .share-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .blog-single__category-wrapper [class^=col] {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }

  .btn.blog-single__category {
    margin: 0 !important;
    height: 32px;
    width: 120px
  }

  .blog-single__category-title {
    margin-right: 24px;
    font-size: 16px;
  }

  .blog-single__navigation {
    margin-top: 51px !important;
    margin-bottom: 33px !important;
    padding-top: 22px;
  }


  .single-hero .single-hero__title {
    font-size: 58px;
    line-height: 62px;
  }

  .share-links {
    display: none;
  }

  .post-content-wrapper .page-center>div>.row-fluid {
    margin-left: 0;
    width: 100%;
  }

  .share-links {
    position: relative;
    left: 0;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: auto
  }

  .share-links .share-links__title {
    margin: 0;
    margin-right: -3px;
    font-size: 9px;
    line-height: 9px;
  }

  .share-links .share-links__single {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    margin-left: 30px
  }

  .share-links .share-links__single svg {
    margin: 0;
    width: 17px;
    max-height: 17px
  }

  .share-links .share-links__single.copylink svg {
    width: 15px
  }

  .blog-single__navigation >div>.row-fluid {
    width: 100%;
    margin-left: 0;
  }

  .blog-single__navigation-btn {
    font-size: 14px;
    line-height: 14px;
  }

}


@media (min-width: 768px) {
  .blog-filters .filter-mobile-trigger {
    display: none;
  }
}
/* =============== Landscape tablet and smaller devices =============== */

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }

  p{
    margin-top: 5px;
    margin-bottom: 22px;
  }

  h1{
    font-size: 42px;
    line-height: 42px;
  }

  h2{
    font-size: 30px;
    line-height: 30px;
  }

  h4 {
    font-size: 22px;
    line-height: 32px;
  }

  h5 {
    font-size: 20px;
    line-height: 32px;
  }

  .container-fluid .row-fluid .page-center {
    max-width: 540px;
  }

  .footer-group {
    padding-top: 102px;
    padding-bottom: 31px;
  }

  .footer-bottom p {
    line-height: 20px;
  }

  .footer-bottom ul {
    margin-top: 5px;
  }

  .footer-bottom, .footer-col, .footer-col.col2 {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: center;
  }

  .footer-col.col3, 
  .footer-col.col1 {
    text-align: center;
  }


  .footer-bottom {
    margin-top: 35px;
    padding: 0 40px;
  }

  .address-field h3 {
    margin: 11px 0 1px;
  }

  .footer-top-group >div>.row-fluid {
    display: flex;
    flex-direction: column;
  }

  .footer-col.col1 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
  }

  .footer-col.col2 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 9px;
  }

  .footer-col.col3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .logo-socials .camp-icon {
    margin-top: 15px;
  }

  .header-button.header-menu-trigger {
    background-color: transparent;
    width: auto;
    padding-right: 0;
  }

  .header-button.header-menu-trigger #icon-hamburger {
    margin: 0 15px;
  }

  .header-button.header-menu-trigger .close-trigger, 
  .header-button.header-menu-trigger .open-trigger {
    display: none;
  }

  .page-main .header-logo svg {
    height: 33px;
    width: 156px;
  }

  .logo {
    margin: 0 auto !important;
  }

  .header-button.header-contact-trigger {
    background-color: transparent;
    width: auto;
    font-size: 0;
  }

  .header-button.header-contact-trigger svg {
    display: block;
    margin: 0 15px;
  }

  .header-button.header-contact-trigger span {
    display: none;
  }

  .header-button:hover #icon-hamburger span {
    background: #0054a6;
  }

  .header-button:hover svg * {
    fill: #0054a6;
  }

  .hero .page-title {
    margin-top: 47px;
    margin-bottom: 11px;
    font-size: 30px;
    line-height: 30px;
  }

  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"],
  input[type="file"],
  textarea,
  select {
    width: 100% !important;
    max-width: 100% !important;
  }

  .hs-button.primary, 
  input[type="submit"],
  input[type="button"] {
    max-width: 210px;
    letter-spacing: 2px;
    padding: 9px 20px;
  }

  .header-button.header-menu-trigger #icon-hamburger.open {
    margin: 0 10px;
  }

  .header-menu>div {
    width: 100%;
    float: none;
  }

  .image-buttons-wrapper {
    display: none !important;
  }

  .header-menu {
    width: 78.8% !important;
    min-height: 100vh !important;
  }

  .main-menu-wrapper .menu {
    padding-left: 30px;
    padding-top: 7px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    padding-right: 27px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a {
    font-size: 16px;
    line-height: 34px;
    padding-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a {
    margin-right: -16px;
    padding-right: 25px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children:after {
    right: 25px;
    line-height: 34px;
  }

  .menu.header-links {
    padding-top: 30px;
  }

  .header-button.header-login-menu-trigger {
    margin-top: 29px;
  }

  .header-button.header-login-menu-trigger, .header-button.header-enroll-menu-trigger {
    padding-left: 30px;
    font-size: 14px;
    line-height: 34px;
  }

  .header-button.header-login-menu-trigger svg, .header-button.header-enroll-menu-trigger svg {
    width: 15px;
    height: 15px;
    margin-right: 7px;
  }

  .main-menu-wrapper .header-menu-phone {
    padding-left: 33px;
    font-size: 12px;
    height: 58px;
  }

  .main-menu-wrapper .header-menu-phone:before {
    left: 15px;
    right: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 14px;
    line-height: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-2.hs-item-has-children:after {
    right: -1px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
    padding-right: 0;
    margin-right: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-2.hs-item-has-children>a {
    margin-right: -29px;
  }

  .btn.btn-type-1 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 11px;
    min-height: 39px;
    height: auto;
    width: 210px;
    min-width: unset;
    letter-spacing: 2px;
    margin-bottom: 39px;
    padding: 3px 15px;
  }

  .btn.btn-category {
    height: 25px;
    width: 90px;
    min-width: unset;
    font-size: 9px;
  }

  .btn.btn-type-2 {
    font-size: 11px;
    width: 210px;
    height: 40px;
    margin-top: 23px;
    letter-spacing: 2.3px;
  }

  .btn.btn-type-2 span {
    line-height: 39px;
  }

  .archive-featured-post .featured-post__image {
    min-height: 74.4vw
  }

  .archive-featured-post .featured-post__content {
    padding: 20px 26px 22px;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: unset
  }

  .archive-featured-post .featured-post__date {
    padding-bottom: 1px;
    font-size: 12px;
  }

  .archive-featured-post .featured-post__category {
    margin: 0
  }

  .archive-featured-post .featured-post__title {
    margin-top: 10px;
    margin-bottom: 7px;
    font-size: 18px;
    line-height: 23px;
  }



  .archive-featured-post .btn.featured-post__button {
    font-size: 0;
    border: 0;
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30px
  }

  .archive-featured-post .btn.featured-post__button img {
    display: none
  }

  .archive-featured-post .btn.featured-post__button svg {
    width: 35px;
    height: 9px
  }

  .archive-featured-post .btn.featured-post__button:after {
    display: none
  }

  .archive-featured-post .btn.featured-post__button span:after {
    display: none
  }

  .archive-featured-post .featured-post__author {
    margin: 13px 0 -1px;
    padding-left: 0
  }

  .archive-featured-post .featured-post__author img {
    width: 30px;
    height: 30px
  }

  .archive-featured-post .featured-post__copy {
    font-size: 15px;
    line-height: 22px;
  }

  .blog-filters {
    margin: 0 0 8px;
  }

  .blog-filters .filter-mobile-trigger {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -.7px;
    display: block;
    padding: 22px 15px 11px;
    transition: .2s;
  }

  .blog-filters .filter-mobile-trigger .close {
    display: none;
  }

  .blog-filters .filter-mobile-trigger:after {
    position: absolute;
    right: 12px;
    content: '+';
    font-size: 35px;
    line-height: 16px;
    font-weight: 400;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
  }

  .blog-filters .page-center {
    max-width: none !important;
    width: 100% !important;
  }

  .blog-filters .page-center>div>.row-fluid {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0s;
    pointer-events: none;
    margin-left: -15px;
    margin-right: -15px;
    border-width: 2px;
    width: auto;
  }

  .blog-filters .filter-wrapper {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .search-form {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border: 2px solid #c7c4c1;
    margin: 9px 15px 17px;
  }

  .blog-filters .active .filter-mobile-trigger {
    background-color: #fff;
  }

  .blog-filters .active .filter-mobile-trigger .open {
    display: none;
  }

  .blog-filters .active .filter-mobile-trigger .close {
    display: inline-block;
  }

  .blog-filters .active .filter-mobile-trigger .close {
  }

  .blog-filters .active .filter-mobile-trigger:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .blog-filters .active .page-center {
    background: #fff;
  }

  .blog-filters .active .page-center>div>.row-fluid {
    max-height: 2000px;
    opacity: 1;
    transition: max-height .5s,opacity .5s;
    pointer-events: all;
    overflow: visible;
  }

  .blog-filter-wrapper>div {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .blog-filters .filter-trigger {
    line-height: 59px;
    border-top: 2px solid #c7c4c1;
    padding: 0 15px;
    transition: 0s;
  }

  .blog-filters .author-filter .filter-trigger {
    padding-left: 15px;
  }

  .blog-filter-search.search-form {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    border: 2px solid #c7c4c1;
    margin: 9px 15px 17px !important;
    width: auto;
  }

  .blog-filter-search.search-form>div {
    width: 100%;
  }

  .search-form form {
    width: 100%;
  }

  .search-form input[type=text] {
    background-color: transparent;
    height: 39px;
    width: 100%;
    font-size: 16px;
    padding-right: 45px;
  }

  .search-form input[type=submit] {
    width: 45px;
  }

  .search-form svg {
    height: 14px;
    width: 14px;
    right: 18px;
  }

  .blog-filters .filter-wrapper ul {
    left: 0;
    right: 0;
    width: 100%;
    top: 61px;
    z-index: 9;
  }

  .blog-filters .filter-trigger:after{

    right: 15px;
    top: 25px;
  }

  .blog-tile {
    margin-bottom: 15px;
  }

  .blog-tile .blog-tile__image {
    width: 100%
  }

  .blog-tile .blog-tile__category {
    right: auto;
    top: auto;
    margin: 0;
    height: 24px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 9px;
    width: auto;
    min-width: auto;
  }

  .blog-tile .blog-tile__content {
    width: 100%;
    padding: 25px 24px 85px;
    font-size: 15px;
    line-height: 22px;
  }

  .blog-tile .blog-tile__copy {
    margin-top: 6px
  }

  .blog-tile .post-author-date__footer {
    left: 25px;
    bottom: 30px
  }

  .blog-tile .blog-tile__btn {
    right: 18px;
    bottom: 18px
  }

  .blog-tile .blog-tile__btn svg {
    width: 35px;
    height: 9px
  }

  .blog-tile .blog-tile__image img {
    width: 100%;
    height: auto;
  }

  .blog-tile .blog-tile__title {
    font-size: 17px;
    line-height: 21px;
  }

  .btn.btn-arrow {
    padding-top: 1px;
    height: 33px;
    width: 49px;
  }

  .single-hero .single-hero__content {
    padding: 13.7vw 15.8vw 11.3vw 13.7vw
  }

  .single-hero .post-author-date__footer {
    margin-top: 16px
  }

  .single-hero .post-author-date__date {
    font-size: 9px;
    line-height: 14px
  }

  .single-hero .post-author-date__author-image {
    margin: 0 7px 0 1px
  }

  .single-hero .post-author-date__author {
    font-size: 11px
  }

  .single-hero .post-author-date__author img {
    width: 29px;
    height: 29px;
    margin-left: 2px;
    margin-right: 4px
  }

  .single-hero .post-author-date__metainfo {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .blog-single__category-wrapper {
    margin-top: 13px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog-single__category-wrapper [class^=col] {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .btn.blog-single__category {
    margin-right: auto !important;
    height: 28px;
    width: auto;
  }

  .blog-single__category-title {
    margin-right: 18px
  }

  .blog-single__navigation {
    margin-top: 21px !important;
    margin-bottom: 2px !important;
    padding-top: 18px;
  }

  .blog-single__navigation-btn {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .blog-single__navigation-btn svg {
    margin-top: 12px
  }

  .blog-single__navigation-btn.next {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
  }

  .blog-single__navigation-btn.back {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .blog-single__navigation-btn.back svg {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
  }

  .blog-single__navigation-btn {
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 1.6px;
  }

  .single-hero .single-hero__title {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -.8px;
  }

  .single-hero .single-hero__title:after {
    margin-top: 9px;
    width: 44px;
  }

  .post-author-date__author-image img {
    width: 30px;
  }

  .blog-single__category-wrapper .btn.blog-single__category {
    line-height: normal;
  }

  .share-links {
    margin-left: 0;
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .share-links .share-links__title {
    width: 100%;
    text-align: center;
  }

  .share-links .share-links__single {
    margin: 0;
    padding: 14px 15px
  }

  .section.post-footer {
    padding-top: 50px;
  }

  .blog-single__category-title {
    font-size: 15px;
  }

  .no-nav .logo {
    margin-top: 16px !important;
  }

  .no-nav .footer-bottom {
    padding-bottom: 28px;
  }
}  

@media (max-width: 539px){
  .hero {
    padding-top: 230px;
  }

  .hero img {
    height: 230px;
  }
}
/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .blog-single__category-title {
    font-size: 15px;
  }

  .blog-single__category-wrapper {
    display: block;
  }

  .blog-single__category-title {
    margin-bottom: 5px;
    display: inline-block;
  }
}