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

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

/***********************************************
  1. MAIN STYLES
  2. NAVIGATION
  3. BUTTONS
  4. FOOTER
  10. MEDIA QUERIES
***********************************************/

@import url("https://use.typekit.net/tue3alw.css");

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

 
 
 
 
 
 
 


 
 
 


/*****************************************/
/* 1. MAIN STYLES                        */
/*****************************************/

html {
  font-size: 20px;
  scroll-behavior: smooth;
}

@media screen and (max-width: 1300px) {
  html {
    font-size: 18px;
  }
  
  .right-side-content .quote div p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1000px) {
  
}

@media screen and (max-width: 768px) {
  .back-to-top {
    display: none !important; 
  }
}

@media screen and (max-width: 500px) {
  html {
    font-size: 12px !important;
  }
  
  p {
    font-size: 16px !important;
  }
  
  .details {
    font-size: 1rem !important;
  }
}

p a {
  color: #e3b846;
  transition: letter-spacing 1s;
}

p a:hover {
  letter-spacing: .05em;
  color: #e3b846;
}

h1, h2 {
  font-family: abril-display, serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1em;
}

h1 {
  font-size: 7rem;
}

h2 {
  font-size: 4.5rem;
  color: #242D2B;
}

h2.smallh2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
  font-family: abril-display, serif;
}

.logo {
  position: absolute;
  width: 10%;
  top: 20px;
  left: 20px;
  z-index: 99;
  max-width: 150px;
  min-width: 100px;
}

.header-wrapper .logo {
  width: 8rem;
  top: 40px;
  z-index: 999;
}

.social-icons {
  position: absolute;
  right: 2.5%;
  top: 2.5%;
  z-index: 99;
}

.social-icons img {
  width: 30px;
  margin-left: 10px;
}

.page-center {
  width: 90% !important;
  margin: auto;
}

.sub {
  font-family: canada-type-gibson,sans-serif;
  font-size: 1.5rem;
  letter-spacing: .5rem;
  margin-bottom: -4rem;
  display: block;
  color: #827966;
  padding-bottom: .5rem;
  text-transform: uppercase;
  padding-left: .5rem;
  line-height: 1em;
}

.sub.under {
  margin-top: -1.5rem;
  margin-bottom: 20px;
}

.sub.small {
  font-size: .8rem;
  color: #fff;
  margin-bottom: 0px !important;
}

.address-big {
  font-family: address-sans-pro-condensed;
  font-size: 1.5rem;
  text-transform: uppercase;
}

h3, h4, h5, h6 {
  font-family: address-sans-pro-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
}

p, p a, p li {
  font-family: canada-type-gibson,sans-serif;
  font-size: 20px;
}

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

.max18 {
  max-width: 1800px;
  width: 80% !important;
  margin: auto !important;
  float: none !important;
}

.thirteen {
   max-width: 1300px !important;
}

.paddingtb {
  padding-top: 100px !important; 
  padding-bottom: 100px !important;
}

.paddingtb.smallp {
  padding-bottom: 50px !important;
  padding-top: 50px !important;
}

.body-container-wrapper {
  padding-top: 0px !important;
}

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

.header-container.container-fluid {
 margin-top: -1px !important;
}

div.divider {
  height: 5px;
  width: 100px;
  display: block;
  margin: auto;
  margin-top: -10px;
}

.verticala {
  position: relative;
  background: transparent !important;
  padding-bottom: 250px !important;
}

.verticalb {
  position: relative;
  background: transparent !important;
  padding-top: 250px !important;
}

.verticala.small {
  padding-bottom: 150px !important;
}

.verticalb.small {
  padding-top: 150px !important;
}

.t100 {
  padding-top: 100px !important;
}

.t150 {
  padding-top: 150px !important;
}

.b100 {
  padding-bottom: 100px !important;
}

.b150 {
  padding-bottom: 150px !important;
}

.light { background: #E8E8E8;}

.horizon {
  height: 1px;
  width 100%;
  background: #dedede;
  margin-bottom: 20px;
  margin-top: 20px;
}

.verticala:after {
  content: '';
  position: absolute;
  height: 150px;
  width: 2px;
  display: block;
  margin: auto;
  left: 50%;
  bottom: 0px;
}

.verticalb:before {
  content: '';
  position: absolute;
  height: 150px;
  width: 2px;
  display: block;
  margin: auto;
  left: 50%;
  top: 0px;
}

.divider.yellow, 
.verticala.yellow:after,
.verticalb.yellow:before {
  background: #EDBF4A;
}

.divider.blue, 
.verticala.blue:after,
.verticalb.blue:before {
  background: #242D2B;
}

.divider.grey, 
.verticala.grey:after,
.verticalb.grey:before {
  background: #525451;
}

.divider.brown, 
.verticala.brown:after, 
.verticalb.brown:before {
  background: #827966;
}

.divider.light, 
.verticala.light:after,
.verticalb.light:before {
  background: #E8E8E8;
}

.green { background: #242D2B; }
.yellow { background: #EDBF4A; }
.grey { background: #525451; }
.light { background: #E8E8E8; }
.brown { background: #827966; }
.lightgrey { background: #f4f4f4; }

.visit_us .green{
  background: #232c29;
}

.visit_us .green.reveal:after {
    background-color: #232c29 !important;
}

/*****************************************/
/* 2. NAVIGATION                         */
/*****************************************/

.mobile-menu {
  display: none !important;
}
  
.hs-menu-wrapper ul{
   width: 100%;
}

.et-hero-tabs {
  height: 100vh;
}

.et-hero-tabs-container {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 10;
}

.hs-menu-children-wrapper {
  min-width: 100% !important;
  width: auto !important;
}

ul.hs-menu-children-wrapper li{
    background: #fff !important;
}

.et-hero-tabs-container--top {
  position: fixed;
  top: 0;
}

.et-hero-tabs-container ul {
  display: flex !important;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 10;
}

.et-hero-tabs-container ul.hs-menu-children-wrapper {
    flex-direction: column-reverse;
    background: #fff !important;
    bottom: 0 !important;
}

.et-hero-tabs.auto {
  height: auto;
  position: relative;
}

.et-hero-tabs-container ul li.hs-menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #000;
  transition: all 0.5s ease;
  font-size: 1rem;
}

.et-hero-tabs-container ul li.hs-menu-item:hover {
  background: #EDBF4A !important;
  transition: all 0.5s ease;
}


li.hs-menu-item.hs-menu-depth-2 {
    padding-top: 8px;
    padding-bottom: 5px;
}

.column-flex {
  flex-direction: column !important;
}

.et-hero-tabs-container ul li.hs-menu-item a { 
  max-width: none;
  font-family: address-sans-pro-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.25rem;
}

.learn .header-wrapper-content:before {
  opacity: .1;
  -webkit-text-stroke: 1px #242d29;
}

.reveal {
  position: relative !important;
  display: inline-block !important;
  -webkit-animation-name: appear !important;
          animation-name: appear !important;
  -webkit-animation-duration: 2000ms !important;
          animation-duration: 2000ms !important;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-delay: 0ms !important;
          animation-delay: 0ms !important;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/*.reveal {
  position: relative !important;
  display: inline-block !important;
  -webkit-animation-name: appear !important;
          animation-name: appear !important;
  -webkit-animation-duration: 2000ms !important;
          animation-duration: 2000ms !important;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-delay: 0ms !important;
          animation-delay: 0ms !important;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}*/

.reveal.yellow-r {
  -webkit-animation-name: appeary !important;
          animation-name: appeary !important;
}

.reveal.bg {
    -webkit-animation-name: bgappear !important;
          animation-name: bgappear !important;
}

.reveal.light_bg {
    -webkit-animation-name: appearL !important;
          animation-name: appearL !important;
}

.reveal span.sub {
  position: relative !important;
  display: inline-block !important;
  -webkit-animation-name: appeary !important;
          animation-name: appeary !important;
  -webkit-animation-duration: 2000ms !important;
          animation-duration: 2000ms !important;
  -webkit-animation-fill-mode: both !important;
          animation-fill-mode: both !important;
  -webkit-animation-delay: 0ms !important;
          animation-delay: 0ms !important;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}


.reveal.r2 {
    -webkit-animation-delay: 250ms !important;
          animation-delay: 500ms !important;
}

.reveal:after {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: #242D2B !important;
  -webkit-animation-name: reveal !important;
          animation-name: reveal !important;
  -webkit-animation-duration: inherit !important;
          animation-duration: inherit !important;
  -webkit-animation-fill-mode: inherit !important;
          animation-fill-mode: inherit !important;
  -webkit-animation-delay: inherit !important;
          animation-delay: inherit !important;
  -webkit-animation-timing-function: inherit !important;
          animation-timing-function: inherit !important;
}

.r2.reveal:after {
  background-color: #827966 !important;
}

.darkblue.reveal:after {
  background-color: #1e2831 !important;
}

.light_bg.reveal:after {
  background-color: #f4f4f4 !important;
}

.learn .reveal.r2:after {
  background-color: #edbf4a !important;
}

.green.reveal:after {
  background-color: #242D2B !important;
}

.reveal + .reveal {
  -webkit-animation-delay: 0ms !important;
          animation-delay: 0ms !important;
}

@-webkit-keyframes reveal {
  from {
    -webkit-transform: scaleX(0) !important;
            transform: scaleX(0) !important;
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }
  40% {
    -webkit-transform: scaleX(1) !important;
            transform: scaleX(1) !important;
    -webkit-transform-origin: left !important;
            transform-origin: left !important;
  }
  60% {
    -webkit-transform: scaleX(1) !important;
            transform: scaleX(1) !important;
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }
  to {
    -webkit-transform: scaleX(0) !important;
            transform: scaleX(0) !important;
    -webkit-transform-origin: right !important;
            transform-origin: right !important;
  }
}

@keyframes reveal {
  from {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  40% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  to {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@-webkit-keyframes appear {
  from {
    color: transparent;
  }
  40% {
    color: transparent;
  }
  60% {
    color: #ffffff;
  }
  to {
    color: #ffffff;
  }
}
@keyframes appear {
  from {
    color: transparent;
  }
  40% {
    color: transparent;
  }
  60% {
    color: #ffffff;
  }
  to {
    color: #ffffff;
  }
}

@-webkit-keyframes appearL {
  from {
    color: transparent;
  }
  40% {
    color: transparent;
  }
  60% {
    color: #242d2a;
  }
  to {
    color: #242d2a;
  }
}

@keyframes appearL {
  from {
    color: transparent;
  }
  40% {
    color: transparent;
  }
  60% {
    color: #242d2a;
  }
  to {
    color: #242d2a;
  }
}

@-webkit-keyframes appeary {
  from {
    color: transparent;
  }
  40% {
    color: transparent;
  }
  60% {
    color: #edbf4a;
  }
  to {
    color: #edbf4a;
  }
}
@keyframes appeary {
  from {
    color: transparent;
  }
  40% {
    color: transparent;
  }
  60% {
    color: #edbf4a;
  }
  to {
    color: #edbf4a;
  }
}


/*****************************************/
/* 3. BUTTONS                            */
/*****************************************/

.slide__action {
  box-shadow: inset 0 0 0 1px #827966;
  transition: color 0.25s 0.0833333333s, background 0.25s 0.0833333333s;
  position: relative;
}

.slide__action::before, .slide__action::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: '';
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}

.slide__action::before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

.slide__action::after {
  border-top-width: 1px;
  border-right-width: 1px;
}
.slide__action:hover {
  color: #242D2B;
}

.slide__action:hover::before, .slide__action:hover::after {
  border-color: #242D2B;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}

.slide__action:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}

.slide__action:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}

.slide__action.yellow:hover {
  color: #EDBF4A;
}

.slide__action.yellow:hover::before, .slide__action.yellow:hover::after {
  border-color: #EDBF4A;
}

input[type="submit"]:hover {
  color: #f4f4f4 !important;
  background: #242D2B !important;
}


.dark-form input[type="submit"] {
  color: #ffffff !important;
  box-shadow: inset 0 0 0 1px #ffffff !important;
}

.dark-form input[type="submit"]:hover {
  color: #f4f4f4 !important;
  background: #EDBF4A !important;
  box-shadow: inset 0 0 0 1px #EDBF4A !important;
}

.slide__action.dark-fill:hover {
  color: #f4f4f4;
  background: #242D2B;
}

.slide__action.dark-fill:hover::before, .slide__action.dark-fill:hover::after {
  border-color: #EDBF4A;
}

.slide__action.white:hover {
  color: #ffffff;
}

.slide__action.white:hover::before, .slide__action.white:hover::after {
  border-color: #ffffff;
}

.slide__action.brown:hover {
  color: #827966;
}

.slide__action.brown:hover::before, .slide__action.brown:hover::after {
  border-color: #827966;
}

.slide__action.blue:hover {
  color: #242D2B;
}

.slide__action.blue:hover::before, .slide__action.blue:hover::after {
  border-color: #242D2B;
}

input[type="submit"],
.btn, 
.cta_button {
  background: none;
  border: none;
  cursor: pointer;
  background-color: transparent !important;
  color: #827966;
  cursor: pointer !important;
  font-family: inherit !important;
  font-size: inherit;
  padding: 1.25em 2.5em !important;
  font-size: 12px !important;
  letter-spacing: .1rem !important;
  text-transform: uppercase !important;
  margin: auto !important;
  display: inline-block !important;
  margin-top: 50px !important;
  line-height: 1em !important;
  font-weight: bold !important;
  height: auto !important;
}

.cta_button {
  font-family: canada-type-gibson,sans-serif !important;
  color: #ffffff !important;
  box-shadow: inset 0 0 0 1px #ffffff;
  margin-top: -20px !important;
}

.cta-format {
  transition: all .5s;
  width: 80%;
  margin: auto;
  background: #242d29;
  margin-top: 20px;
  padding: 30px;
}

.cta-format:hover {
  background: #827966 !important;
}

.cta-format h3{
  color: #ffffff !important;
  text-transform: uppercase !important;
}

.cta-format:hover h3 span{
  color: #242D2B !important;
}

.btn.dark, 
input[type="submit"] {
  color: #242D2B !important;
  box-shadow: inset 0 0 0 1px #242D2B !important;
}

.btn.dark-fill {
  color: #EDBF4A !important;
  box-shadow: inset 0 0 0 1px #242D2B !important;
  background: #242D2B !important;
}

.btn.light {
  color: #ffffff;
  box-shadow: inset 0 0 0 1px #ffffff;
}

.btn.contact {
  display: block !important;
  margin-bottom: 20px !important;
  margin-top: 10px !important;
  background: #edbf4a !important;
  color: #33495e !important;
  box-shadow: inset 0 0 0 1px #edbf4a !important;
}

.abs-pos {
  position: absolute;
  right: 30px;
  top: 20px;
  display: inline-block;
}

/*****************************************/
/* 4. FORMS                              */
/*****************************************/

input {
  height: 2.8em !important;
  font-size: .8rem !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  background: #efefef !important;
}

textarea {
  font-size: .8rem !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0px !important;
  background: #efefef !important;
}

body label {
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .7rem;
}

.dark-form label {
  color: #f4f4f4 !important;
}


/*****************************************/
/* 5. FOOTER                             */
/*****************************************/

.footer-container .social-links i {
  font-size: 1.3rem;
  padding: 10px 5px;
  color: #242D2B;
}

.footer-container .hs-menu-wrapper ul {
  display: inline-block;
  width: auto;
  margin-bottom: 0px !important;
}

.footer-container .hs-menu-wrapper ul li {
  padding-right: 20px;
}

.footer-container .contact-us h4 {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #242D2B;
}

.footer-container .hs-menu-children-wrapper {
  background: #fff;
  padding-left: 20px;
}

.footer-container .hs-menu-children-wrapper a{
  color: #827966;
}

.footer-menu a {
  font-family: address-sans-pro-condensed, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.2rem;
  text-transform: uppercase;
  padding: 5px 0px !important;
  margin: 5px 0px !important;
  color: #242D2B;
}


/*****************************************/
/* 6. PAGES                              */
/*****************************************/


/*****************************************   HOME PAGE   *****************************************/

.video-hero .sub {
  margin-bottom: -6rem;
  color: #EDBF4A;
}

.video-hero h1 {
  color: #ffffff;
}

.watch.mobile {
  display: none !important;
  font-size: 1.7rem !important;
}


/**************************************   EXHIBITS PAGE   ***************************************/

.slider__navi {
  z-index: 999;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  margin: auto;
  display: block;
  text-align: center;
}

/*********************************   SPECIAL EVENTS PAGE   ************************************/

.event {
  min-height: 100vh;
  background-size: cover !important;
  padding-bottom: 30vh !important;
}

.history-nav {
  z-index: 999999;
  width: 850px;
  margin-top: 40px;
  transform: rotate(90deg);
}

.history-nav ul {
  padding: 10px 20px;
  transform: translate(410px,320px);
  z-index: 99999999;
  position: absolute;
}

.history-nav ul li {
  display: inline-block;
  text-transform: uppercase;
  margin: 0px 16px;
  font-size: 13px;
  transform: rotateZ(180deg);
  font-family: canada-type-gibson;
  font-weight: 700;
  transition: transform 1s;
}

.history-nav ul li:hover {
  transform: scale(1.2) rotateZ(180deg);
}

.history-nav ul li:hover a{
  color: #edbf4a;
}

.history-nav ul li:before {
   content: none;
}



/*********************************   HISTORY PAGE   ************************************/

.quote-callout p {
  font-family: address-sans-pro-condensed;
  font-size: 1.5rem;
}

.yellow-c {
  color: #EDBF4A;
}

.image-bg .row-fluid-wrapper:first-of-type {
  height: 100%;
  background: url(https://cdn2.hubspot.net/hubfs/6424730/Images/History%20Page/History-Tanks.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.museum .image-bg .row-fluid-wrapper:first-of-type {
  background: url(https://cdn2.hubspot.net/hubfs/6424730/Images/History%20Page/History-Tanks.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg2 .image-bg .row-fluid-wrapper:first-of-type {
  background: url(https://cdn2.hubspot.net/hubfs/6424730/Images/History%20Page/Lawrence-Kadesh---Standing-in-front-of-Tanks.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.image-bg-container .row-fluid {
  display: flex;
}

.image-bg-container:first-child:before {
    content: 'CONTACT';
    position: absolute;
    transform: rotate(-90deg);
    font-family: address-sans-pro-condensed;
    font-size: 5rem;
    top: 35%;
    left: -13%;
    opacity: .2;
    width: auto;
    background: none;
}

#volunteer .image-bg-container:first-child:before {
    content: 'VOLUNTEER';
    position: absolute;
    transform: rotate(-90deg);
    font-family: address-sans-pro-condensed;
    font-size: 5rem;
    top: 35%;
    left: -16.2%;
    opacity: .2;
    width: auto;
    background: none;
}

.image-bg-container.museum:first-child:before {
    content: 'MUSEUM';
    left: -13%;
}

.image-bg-container.bg2:first-child:before {
    content: 'FOUNDER';
    left: -13.5%;
}

.hours-directions li {
  position: relative;
  margin-left: 25px;
  margin-bottom: 20px;
}

.hours-directions li i{
  color: #EDBF4A;
  font-size: 1.2em;
  margin-right: 10px;
  position: absolute;
  left: -25px;
  top: 3px;
}


/*********************************   VISIT US PAGE   ************************************/

.halves {
  background: linear-gradient(90deg, #f4f4f4 50%, #827966 50%);
}

.halves .span6:first-of-type {
  padding-right: 8%;
  padding-left: 0px;
}

.halves .span6 {
  padding-left: 8%;
  padding-right: 0px;
}

.halves .span6 .row-fluid {
  display: flex;
  align-items: center;
}

.image-bg .row-fluid-wrapper:first-of-type {
  background: url(https://cdn2.hubspot.net/hubfs/6424730/Images/Visit%20Us%20Page/Visit-Us-American-Flag-with-Soldiers-Saluting.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#volunteer .image-bg .row-fluid-wrapper:first-of-type {
  background: url(https://cdn2.hubspot.net/hubfs/6424730/Images/Visit%20Us%20Page/War-reenactors-of-Museum-of-American-Armor.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.pricing .span3, 
.hours-directions .span5 {
   margin-left: auto !important;
}


/*********************************   NEWSROOM BLOG PAGE   ************************************/

blockquote {
  position: relative;
  z-index: 1;
  font-family: address-sans-pro-condensed;
}

blockquote p {
  font-family: address-sans-pro-condensed;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 1.3em;
  color: #242d29;
}

blockquote:before {
  content: '"';
  position: absolute;
  top: -3.5rem;
  right: -2.5rem;
  font-size: 20rem;
  color: #edbf49;
  z-index: -1;
  opacity: .5;
  line-height: 1em;
}

.video-images .row-fluid {
  display: flex;
  align-items: center;
}

.video-images .row-fluid .span6 {
  display: flex;
}

.video-images .row-fluid .span6 .row-fluid-wrapper {
  height: 100%;
  width: 100%;
}

.video-images .row-fluid .span6:last-of-type .row-fluid-wrapper {
  width: 80%;
  margin: auto;
  max-width: 700px;
  padding-right: 10%;
}

.hs-featured-image-wrapper {
  position: relative;
}

.image-feature {
    width: 50%;
    float: right;
}

.section.post-header {
  position: absolute;
  top: -16px;
  left: 250px;
  font-family: address-sans-pro-condensed;
  text-transform: uppercase;
  font-size: 24px;
}

.hs-blog-social-share {
  position: absolute;
  top: -20px;
  left: -50px;
}

.big-text {
  color: #edbf4a;
  font-size: 4.5rem !important;
  margin-top: -35px;
  display: block;
}

.blog-holder .row-fluid {
  display: flex;
}

.blog-holder .span12.widget-span.widget-type-cell.et-main.paddingtb {
  position: relative;
}

.blog-holder .span12.widget-span.widget-type-cell.et-main.paddingtb:before {
    content: 'INSIGHTS';
    position: absolute;
    transform: rotate(-90deg);
    left: -275px;
    font-size: 156px;
    font-family: address-sans-pro-condensed;
    top: 300px;
    color: #0000001a;
}

.blog-image-column .row-fluid-wrapper {
  position: relative;
  padding-left: 50px;
  margin-right: -200px;
}

.hs-blog-post .hs-author-avatar {
   display: none;
}

.overlay-blog {
  background: linear-gradient(0deg, #ffffff, transparent);
  position: absolute;
  height: 30%;
  width: 100%;
  bottom: 10px;
}

.post-header h3 {
  text-transform: uppercase;
  margin-left: -20px;
  margin-top: -50px;
  z-index: 1;
  position: relative;
  line-height: 1.3em;
}

.post-header h3 a {
  color: #242d29;
}

.more-link {
  display: block;
  width: 100%;
  color: #242d2a;
  font-family: canada-type-gibson;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: -20px;
  margin-left: -18px;
}

.post-item:hover .ticker {
  margin-left: 10px;
}

.ticker {
  margin-left: 5px;
  transition: all .5s;
}

.exhibit-image-slider .slick-slider{
  padding-left: 0px; 
  padding-right: 0px;
}

.specs-summary {
  background: #242d2a;
  padding-top: 100px;
  padding-bottom: 100px;
}

.specs-summary p {
  color: #bfbfbf;
} 

.sticky {
  position: sticky;
  top: 150px;
}

.sticky h4 {
  font-size: 2rem; 
  color: #ffffff;
}


/*****************************************/
/* 10. MEDIA QUERIES                      */
/*****************************************/

.blog-listing-wrapper .post-listing .post-item {
    padding-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 33%;
    padding: 20px;
}

.post-body.clearfix {
  width: 100%;
}

.post-listing {
  display: flex;
  height: auto;
  flex-wrap: wrap;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
  max-height: none;
}


/*****************************************/
/* 10. MEDIA QUERIES                      */
/*****************************************/


@media screen and (max-width: 1700px) {
  .right-background {
    width: 50% !important;
  }
  
  .left-side-content {
    padding-bottom: 27%;
  }
}


@media screen and (max-width: 1300px) {
  .event-holder:before {
    content: none;
  }
  
  .event-holder .left-side-content {
    padding: 10%;
    padding-bottom: 35%;
  }
  
  .event-holder {
    display: block !important;
  }
  
  .left-side-content, 
  .right-side-content {
   width: 100% !important;
  }
  
  .right-side-content a.btn {
    transform: none;
    left: 10%;
  }
  
  .blog-holder .row-fluid {
     display: block !important;
  }
  
  .history-nav {
    display: none !important;
  }
  
  .btn {
    text-align: center !important;
    margin: auto !important;
    display: block !important;
    max-width: 250px;
    margin: 20px auto !important;
    margin-top: 20px!important;
  }
}


@media screen and (max-width: 1100px) {

.slider__wrapper {
    min-height: 800px !important;
    max-height: none !important;
  }
  
  .flex__container {
    min-height: 800px !important; 
  }
  
  .flex__content {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 3rem;
  }
  
  .flex__item {
    width: 100% !important;
    display: block !important;
  }
  
  .pokemon__img {
    width: 40% !important;
    right: 20% !important;
  }
  
  .flex__item--right, 
  .flex__item--left {
    width: 100% !important;
  }
  
  .flex__item--right {
      margin-top: -100px;
  }
  .header-wrapper-content {
    width: 100%;
    float: none;
    position: relative;
    text-align: center;
  }
  
  .header-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .right-background {
    display: none !important;
  }
  
  .header-wrapper-content:before {
    font-size: 7.5rem;  
  }
  
  .max18 {
    width: 95% !important;
  }
  
  .fancybox-caption__body {
      margin-top: 30px;
  }
}

@media screen and (max-width: 1000px) {
  
 .event-holder .left-side-content {
    padding: 10%;
    padding-bottom: 45%;
  }
  
}


@media screen and (max-width: 768px) {
 .et-hero-tabs-container {
    display: none;
  }
  
  .section.post-header {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 20px;
  }
  
  .blog-holder .row-fluid-wrapper .row-fluid .et-main {
     padding: 50px !important;
  }
  
  .hs-blog-social-share {
    position: relative;
    top: -20px;
    left: 0px !important;
    right: 0px !important;
    margin-top: 20px;
  }
  
  .blog-image-column .row-fluid-wrapper {
    margin-top: 50px;
    padding-left: 0px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }
  
  .fancybox-navigation .fancybox-button {
    width: 30px !important;
  }
  
  .slider__wrapper {
    min-height: 900px !important;
    max-height: none !important;
  }
  
  .flex__container {
    min-height: 900px !important; 
  }
  
  .hoverers {
    display: none !important;
  }
  
  .mobile-menu {
    display: block !important;
  }
  
  .header-wrapper {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -20px;
    margin-bottom: 0px;
  }
  
  .verticala:after, 
  .verticalb:before {
    display: none !important;
  }
  
  h1.reveal,
  h2 {
    text-align: center !important;
  }
  
  .divider {
    margin-left: auto !important;
    text-align: center !important;
    margin-top: 20px !important;
  }
  
  .t150 {
    padding-top: 100px !important;
  }
  
  .b150 {
    padding-bottom: 100px !important;
  }
  
  .container-fluid .row-fluid .page-center {
    padding-right: 10% !important;
    padding-left: 10% !important;
  }
  
  .image-bg-container .row-fluid {
    display: block !important;
  }
  
  .museum .image-bg .row-fluid-wrapper, 
  .bg2 .image-bg .row-fluid-wrapper, 
  #volunteer .image-bg .row-fluid-wrapper, 
  .image-bg .row-fluid-wrapper {
    min-height: 300px;
  }
  
  .verticalb.small {
    padding-top: 100px !important;
  }
  
  .museum .verticalb.small.image-bg {
     padding-top: 0px !important;
  }
  
  .span4.widget-span.widget-type-cell.verticala.image-bg {
    padding-bottom: 20px !important;
    margin-bottom: -100px !important;
  }
  
  .image-bg-container.museum:before, 
  .image-bg-container.bg2:before, 
  .image-bg-container:before {
    left: auto !important;
    top: 10.5% !important;
    transform: none !important;
  }
  
  .image-bg-container:before {
    top: 3.3% !important;
  } 
  
  .image-bg-container.bg2:before {
    top: 3.5% !important;
  }
  
  .span5 img {
    padding-top: 40px;
  }
  
  .address-big {
    font-size: 2rem !important;
  }
  
  .quote-callout {
    position: relative !important;
    width: 90%;
    margin: auto !important;
    text-align: left !important;
  }
  
  .quote-callout p span {
    font-size: 2rem !important;
  }
  
  .page-width {
    width: 100% !important;
  }
  
  .halves {
    background: none;
  }
  
  .halves .span6 {
    padding-right: 10% !important;
    padding-left: 10% !important;
  }
  
  .halves .page-center.thirteen {
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
  }
  
  .halves .hours-directions {
    background: #827965;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: 100px;
  }
  
  #contact .divider, 
  #volunteer .divider, 
  .halves .divider {
    margin-top: -20px !important;
  }
  
  #contact h2, 
  #volunteer h2 {
    margin-top: 30px; 
  }
  
  h2.text--big.reveal.yellow-r {
    text-align: left !important;
  }
  
  .tanks .b150 {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  
  
  
  .special-events .verticala:after,
  .special-events .verticala:before,
  .special-events .verticalb:after,
  .special-events .verticalb:before {
    content: none;
  }
  
  .special-events .verticala.small {
    padding-bottom: 0px !important;
  }
  
  .span10 {
    width: 90% !important;
    margin: auto !important;
    margin-top: 50px !important;
  }
  
  .span10 .row-fluid-wrapper {
    margin-bottom: 15px;
  }
  
  .small .jquery-background-video {
    width: 100% !important;
    display: block;
  }
  
  .video-images .row-fluid {
    display: block;
  }
  
  .small .video-hero--content {
    justify-content: center;
  }
  
  .video-images .row-fluid .span6 {
    min-height: 500px;
  }
  
  .video-images .row-fluid .span6:last-of-type .row-fluid-wrapper {
    padding-right: 0px;
  }
  
  .accordion1 {
    padding-left: 0px;
  }
  
  .accordion {
    width: 90%;
  }
  
  .accordion .holder img {
    width: 100% !important;
  }
  
}

@media screen and (max-width: 640px) {
  
  .video-modal, .video-thumb {
     display: none !important;
  }
  
  .watch.mobile {
    display: block !important;
  }
  
  .exhibit-360.watch.mobile {
    font-size: 12px !important;
    margin-left: 0px !important;
  }
  
  .pokemon__img {
    width: 70% !important;
    bottom: 0%;
    top: auto;
    left: -20%;
    right: auto;
  }
  
  .slide__content {
    padding-top: 150px !important;
    height: 300px !important;
  }
  
  .slide, .slider {
    height: 300px !important; 
  }
  
  #big .details3 {
    display: inline-block;
  }
  
  .quote p:first-of-type {
    font-size: 2rem !important;
  }
  
  .text--big {
    font-size: 2.7rem !important;
  }
  
  .yellow .event-holder .left-side-content {
    padding: 10%;
    padding-bottom: 75%;
  }
  
  .blog-listing-wrapper .post-listing .post-item {
    width: 100% !important;
    padding: 0px;
    margin-bottom: 50px;
  }
  
  .post-body.clearfix {
    width: 100%;
    margin-bottom: 50px !important;
  }
  
  .more-link {
    text-align: left;
    padding-top: 5px;
  }
   
}

@media screen and (max-width: 500px) {
  .fancybox-caption__body {
    font-size: 2rem;
    line-height: 1em;
  }

  .container-fluid .row-fluid .page-center {
    padding-right: 5% !important;
    padding-left: 5% !important;
  }
  
  h2 {
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 425px) {
  
  .span6, .span4, .span1, .span7, .span9 {
    width: 100% !important;  
  }
  
  .museum .span1 {
    display: none !important;
  }
  
  .verticala:before,
  .verticala:after {
     content: none;
  }
  
  .footer-menu a {
    font-size: 2rem !important;
  }
  
  .main-content h1 {
    font-size: 4.5rem;
  }
  
  .video-hero h1 {
    font-size: 7rem;
  }
  
  .splash .verticala {
    padding-bottom: 100px !important;
  }
  
  .splash .verticalb {
    padding-top: 100px !important;
  }
  
  .text--big {
    font-size: 2.5rem !important;
  }
  
}


@media screen and (max-width: 325px) {
  .text--big {
    font-size: 2.5rem !important;
  }
}