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

/**
 * CSS @imports                        
 */
@import url(https://fonts.googleapis.com/css?family=Muli:400,300,300italic,400italic);
@import url(https://fonts.googleapis.com/css?family=Biryani:800,900);


/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   ========================================================================== */


/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */



/* TEMP */
.hs-blog-listing .body-container {
    background-color: #f1f1f1;
}




/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */





/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: red;
  *   font-size: 12px;
  *    
  * }
  */




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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *: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;
} 

/* Website background color and default font styles */
body {
  background: #fff;
  color: #515151;
  font-family: 'Muli', Arial, Tahoma, Sans-Serif;
  font-size: 16px;
  line-height: 1.15em;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.contained {
  float: none !important;
  margin: 0 auto !important;
}

.copy-break-space {
    padding: 2em 0 5em 0;
}

.copy-break-space p {
    font-size: 1.5em;
    line-height: 1.2em;
}

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1170px;
  margin: 0 auto;
}

a { color: #ADD364; }
a:hover, a:focus { color: #bce866; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

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

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

.video-container {
    overflow:hidden;
    position:relative;
}

.video-container video {
    min-width: 100%;
    min-height: 100%;
    width:auto;
    height: auto;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


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


/* Basic text */

body {
    font-size: 16px;
    color: #515151;
    line-height: 1.45em;
    font-weight: 400;
}

p {
    margin-bottom: 1.3em;
} 

small {
    font-size: 10px;
    color: #515151;
    line-height: 1.15em;
}
strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    margin: 1.414em 0 0.5em;
    line-height: 1.2;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-size: 3.375em;
    color: #515151;
    font-weight: 400;
    margin-top:0;
}
h2 {
    font-size: 2.25em;
    color: #515151;
    font-weight: 400;
}
h3 {
    font-size: 1.5em;
    color: #515151;
    font-weight: 400;
}
h4 {
    font-size: 1.34375em;
    color: #515151;
    font-weight: 400;
}
h5 {
    font-size: 1.140625em;
    color: #515151;
    font-weight: 400;
}
h6 {
    font-size: 1.0390625em;
    color: #515151;
    font-weight: 400;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

.product-page .page-header h1 {
    color: #00447c;
}

.collection-page .page-header h1 {
    color: #00447c;
}

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

img {
    max-width: 100%;
}

p img {
    height: auto;
}

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

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}

.top-logo img {
    max-width: 80vw;
}

.eyebrow ul li {
    display: inline-block;
    list-style:none;
    margin: 0 4%;
}

.eyebrow ul li a {
    font-size: 1em;
    color: #00447c;
    text-decoration: none;
}

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


.body-container-wrapper {}
.body-container {}


/* Unique Pages
   ========================================================================== */

/* Homepage */

/* Contact Us */

/* About Us */

/* Copy Subpages */
.copy-subpage .text-half-wrapper {
    padding: 10% 0.5em;
}

.copy-subpage .r4-collection .text-half-wrapper  {
    padding-top: 2% !important;
}

.copy-subpage .text-half-wrapper p, .copy-subpage .text-half-wrapper ul, .collection-page .text-half-wrapper p, .collection-page .text-half-wrapper ul {
    font-size: 1.5em;
    line-height: 1.2em;
}

@media (max-width: 1200px) {
    .copy-subpage .text-half-wrapper p, .copy-subpage .text-half-wrapper ul {
        line-height: 1.5em;
    }
}

.copy-subpage .text-half, .copy-subpage .text-half-wrapper {
    height: auto !important;
}

.copy-subpage .dual-container .text-half-wrapper {
        padding: 10% 0;
    }

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

.r4-gif img {
    width: auto !important;
}

.rotating-offer-container h2 {
    margin: 0;
    padding: 1.414em 0;
    display: inline-block;
}

.rotating-offer-container {
    background-color: lightgrey;
}

.rotating-offer-container .hs_cos_wrapper_type_cta {
    float: right;
    padding: 3.414em 0;
}

.hamburger {
    font-size: 2.75em !important;
    color: #00447c;
}

.toggle-button .fa-angle-double-up {
    display: none;
}

/* Landing Page Text Styles */

@media (min-width: 767px) {
    .lp-list {
        font-size: 30px;
        line-height: 2em;
    }
}

/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */

/* Map */

#lightbox-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.9);
    top: 0;
    left: 0;
    display: none;
    overflow: scroll;
}

#orientation-message {
    display: none;
}

.available-lot polygon {
    fill: #00447c;
    transition: all 0.2s ease;
}

.available-lot polygon:hover {
    fill: #ea4402;
    transition: all 0.2s ease;
}
#map-ui {
    max-width: 90%;
    position:fixed;
    right: 0;
    left: 0;
    top: 2em;
    margin: 0 auto !important;
}
#ui-top-container {
    text-align: right;
    display: block;
    float: right;
    color: #fff;
}
i .fa {
    padding-left: 0.5em;
    
}
#close-map:hover {
    color: #ea4402;
    cursor: pointer;
}
#selector-box {
    background-color: rgba(255,255,255,0.9);
    border: 2px solid #00447c;
    padding: 1.5% 5% 0.5% 5%;
    display: flex;
    justify-content: space-between;
    float: left;
    width: 80%;
}
#ui-top-wrapper {
    float: right;
}
#selector-box ul {
    list-style: none;
    padding: 0;
    width: 15em;
    margin: 1em auto;
}

#selector-box button {
    float: right;
}

.ui-wrapper h3 {
    text-align: center;
    margin-top: 1em;
}

#selector-box li {
    margin-bottom: 0.5em;
}

.control--radio .control__indicator:after {
  left: 0.375em;
  top: 0.375em;
  height: 0.5em;
  width: 0.5em;
  border-radius: 50%;
  background: #fff;
}

.control-group {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  text-align: left;
  box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  padding: 30px;
  width: 200px;
  height: 210px;
  margin: 10px;
}

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 1em;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 0;
  left: 0;
  height: 1.25em;
  width: 1.25em;
  background: darkgrey;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #00447c;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #00447c;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.lot-map-container {
    display: flex;
    justify-content: space-between;
}

.collection-page .lot-map-container {
    padding: 2em 0 4em 0;
}

.lot-map-container h2 {
    margin: 0;
}

#lightbox-overlay svg {
    max-width: 90%;
    display: block;
    margin: auto;
    border-radius: 1em;
}

div#lightbox-overlay {
    padding-top: 7em;
}

.lot-map-container button {
    padding: 0.5em 3em;
    font-size: 1.15em;
    background-color: #EA4402;
    border: 0px;
    color: #fff;
    border-radius: 2px;
    cursor: pointer;
    max-height: 3em;
}

.active {
    cursor:pointer;
}

.blink polygon, .blink path, .blink rect, .blink polyline {
    fill: #ea4402 !important;
}

.active polygon, .active path, .active rect, .active polyline {
    fill: #FFd90D;
    stroke: rgba(136,136,136,0.8);
    transition: all ease 0.1s;
}

.Sold polygon, .Sold path, .Sold polyline, g polygon, g path, g polyline, g rect, .Future polyline {
    fill: rgba(0,0,0,0);
}

.active polygon:hover, .active path:hover, .active rect:hover, .active polyline:hover {
    fill: #ea4402;
    transition: all ease 0.1s;
}

.lot-highlight {
    fill: #ea4402;
    transition: all ease 0.5s;
}

/* workaround for model lot popups not working - just configure them like a normal available lot in Interactive-map.js and give the element inside of the <g> tag a class of "model-lot" that can be forced to be the model lot color here */
.model-lot {
  fill: #1a325d !important;
}
.model-lot:hover {
  fill: #1a325d !important;
  opacity: 0.75 !important;
}

#lot-load-button {
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
}

#Trails {
    cursor: pointer;
}

g#HopeFarmPark, g#BasketballCouts, g#ShenendoahSquarePark, g#CommunityRecreationCenter, g#CrumsHollow, g#TideLockPark, g#HopeFarmCourt, g#LongFarmPark, g#OverlookPark, g#EnfieldFarmPark, g#TotLotPocketPark {
    cursor: pointer;
}

/* #L3, #L2, #L4, #L5, #L7, #L10, #L11, #L12, #OverlookPark, #EnfieldFarmPark {
    display: none;
} */
#L3, #L2, #L4, #L5, #L7 {
    display: none;
}

.leaf {
    cursor: pointer;
}

.leaf:hover .st14 {
    fill: #ea4402;
}

.isModel {
  cursor: pointer;
}

.isModel:hover {
    opacity: 0.75;
}

.Available {
    transition: all ease 0.3s;
}

#selector-box.blink {
    background-color:#00447c;
    transition: all 1s ease;
    color: #fff;
}

.map-card {display: none;width: 20em;background-color: rgba(255,255,255,0.9);border-radius: 5px;border: 2px solid #00447c; transform-origin: left top; box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);}

.map-card-header-image {width: 100%;height: 11em;background-size: cover;background-position:center;}

.map-card-bottom-wrapper {position:relative;display: block;height: 4em;}

.map-card-bottom-wrapper button {position:absolute;left: 50%;display:inline-block;bottom: 1em;background-color: #ea4402;border-radius: 5px;padding: 0.3em 2em; border: none; color: #fff; font-size: 1em; cursor: pointer; max-width: 90%; transform: translateX(-50%);}

.map-card h3 {
    text-align: center;
}

.map-card p {
    padding: 0 1em;
}

.trip-prev, .trip-next {
    color: #00447c;
    text-decoration: none;
}

.trip-content {
    font-size: 1.15em;
    padding: 0 0.5em;
}

a.trip-close {
    font-size: 1.15em;
    color: red !important;
}

a.trip-next:after {content: ' \f101';font-family: FontAwesome;}

a.trip-prev:before {content: '\f100  ';font-family: FontAwesome;}

a.trip-close:before {content: "Skip Tutorial  ";font-size: 0.75em;}

.trip-block.white {
    border: 1px solid #00447c;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.r4-symbol {
    position: absolute;
    height: 3em;
    width: 3em;
    right: 1em;
    bottom: 1em;
}

#R1 .r4-symbol {
    background-size: cover !important;
    background-image: url(//196231.fs1.hubspotusercontent-na1.net/hubfs/196231/social-suggested-images/R1.png);
}
#R2-Large .r4-symbol, #R2-Small .r4-symbol {
    background-size: cover !important;
    background-image: url(//196231.fs1.hubspotusercontent-na1.net/hubfs/196231/Images/R2.png);
}
#R3 .r4-symbol {
    background-size: cover !important;
    background-image: url(//196231.fs1.hubspotusercontent-na1.net/hubfs/196231/Images/R3.png);
}
#R4 .r4-symbol {
    background-size: cover !important;
    background-image: url(//196231.fs1.hubspotusercontent-na1.net/hubfs/196231/R4-2.png);
}

.homepage .body-container-wrapper {
    margin-top: 1.5em;
}

/* Quad and Split Modules */

.homepage .text-half-wrapper {
    height: 75% !important;
    padding-top: 2%;
}

.r4-collection .text-half-wrapper {
    height: auto !important;
}

.homepage .text-half {
    background-size: cover;
}

.quad-container {
    color: #00447c;
}

.quad-container .text-half-wrapper {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    background-color: rgba(255,255,255,0.8);
    height: 12em;
    border: 2px solid;
    font-size: 1.5em;
    line-height: 1.15em;
}

.dual-container .text-half-wrapper {
    padding-top: 8em;
    font-size: 1.75em;
    line-height: 1.15em;
}

.dual-container .text-half {
    background-size: cover;
}

.half-n-half {
    -js-display: flex;     display: flex;
    flex-flow: row wrap;
}

.text-half h1, .text-half h2 {
    margin: 0;
}

.text-half-wrapper {
    max-width: 485px;
    width: 100%;
}

.text-half-wrapper li {
    margin-bottom: 0.5em;
}

.text-half {
    width: 50%;
    background-position-y: bottom;
    background-position-x: 40%;
    line-height: 1.15em;
}

.first .text-half-wrapper {
    margin-right: 1.5em;
}

.second .text-half-wrapper {
    margin-left: 1.5em;
    float: left;
}

.photo-half {
    width: 50%;
    background-size: cover;
}

.photo-half img {
    object-fit: cover;
    height: 100% !important;
    width: 100%;
}

/* Hero Image */

.hero-image {
    height: 35em;
    position: relative;
}

.hero-image-cta {
    position: absolute;
    bottom: 31.6%;
    left: 0;
    right: 0;
}

.section-header-overlay {
    text-align: center;
    padding-top: 1.5em;
    margin-top: 0;
}

#header-wrapper {
    max-width: 1170px;
    margin:0 auto;
    float: none;
}

.top-nav {
    padding: 1.5em 0;
}

.copy-section h1 {
    margin-top: 0 !important;
}

.copy-section {
    padding: 2.5em 0;
}

.footer {
    text-align: center;
    padding: 2.5em 0;
    color: #fff;
    background-color: #00447c;
}

.social-footer i {
    font-size: 2.25em;
    margin-bottom: 0;
}

.social-footer {
    width: 18%;
    margin: 0 auto;
    -js-display: flex;     display: flex;
    justify-content: space-between;
}

.social-footer a {
    color: #eee;
}

.floating-headline {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    color: #fff !important;
}

.quad-container h3 img {
    margin: 0.45em auto 0.1em auto;
}

.quad-container h3 {
    margin-bottom: 0.3em;
    margin-top: 0;
}

.r4-ghost-button {
    background: rgba(255,255,255,0) !important;
    text-shadow: none !important;
    color: #00447c !important;
    border: 2px solid #00447c !important;
    box-shadow: none !important;
    border-radius: 10px !important;
    transition: all 0.3s;
    width: 50% !important;
    font-size: 1em !important;
    font-family: 'muli' !important;
}

.news-and-events .r4-ghost-button {
    background: rgba(255, 255, 255, 0.9) !important;
}

.r4-ghost-button:hover {
    background: rgba(0,68,124,1) !important;
    color: #fff !important;
    transition: all 0.3s;
}

/* Cards */

.card-container {
    -js-display: flex;     display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#hubspot-author_data {
    font-size: .8em;
    font-style: italic;
    margin: 0 0 10px;
    padding: 0;
}

.card {
    font-family: muli;
    max-width: 28%;
    position: relative;
    margin: 1.6% 0;
    background-color:#fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    flex: 1;
}

.card .hs-featured-image {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    float: none !important;
    max-height: 100% !important;
    height: 100%!important;
    object-fit: cover;
}

.card .post-item {
    border-bottom: none !important;
    padding-bottom: 0;
    margin-bottom: 0;
}

.card .post-item .hs-featured-image-wrapper {
    height: 12em;
}

.card .post-header {
    padding-bottom: 4em;
}

.card-body {
    padding: 0.5em;
}

.card-body h3 {
    margin-top: 0;
}

.card-body p {
    font-size: 1.15em;
}

.card h3 a {
    color: #00447c;
    line-height: 1.15em;
}

.bottom-info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0.5em 0.5em 0 0.5em;
    background-color: #00447c;
    color: #fff;
}

.product-fast-facts {
    font-size: 1.5em;
    line-height: 1.2em;
}

.product-card-container {
    background-color: #00447c;
}

.product-card {
    background-color: #fff;
    border-radius: 5px;
    padding: 0.75em;
    margin: 1em auto;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    transition: all 0.2s ease-in-out;
}

.product-card h2 {
    font-size: 1.5em;
}

.contact-social-container .row-fluid {
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#social-section {
    background-color: #00447c;
}

.social-icon-card {
    background-color: #fff;
    border-radius: 5px;
    margin: 5% auto !important;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    float:none !important;
}

.social-section-header {
    font-size: 3.375em;
    color: #fff;
    margin: 1.414em 0 0.5em;
    line-height: 1.25em;
}

.social-icon-card img {
    max-width: 60%;
}

.secondary-header {
    font-style: italic;
    font-size: 1.5em;
    color: #515151;
    font-weight: 400;
    line-height: 1.4;
}

.section-header h1 {
    margin-bottom: 0.2em;
}

.sticky-nav {
    height: 70px;
}

.sticky-nav.map-hidden .hs-menu-wrapper {
    height: 0;
    overflow: hidden;
}

.sticky-nav .hs-menu-wrapper {
    background-color: #00447c;
    top: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease;
}

.sticky-nav.stuck .hs-menu-wrapper {
 position: fixed;
 box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.sticky-nav .hs-menu-wrapper ul {
    -js-display: flex;     display: flex;
    max-width: 1337px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0;
}

.sticky-nav .hs-menu-wrapper ul li {
    list-style: none;
    padding: 1.5em 0;
    width: 25%;
    text-align: center;
    transition: all 0.3s ease;
}

.sticky-nav .hs-menu-wrapper .hs-menu-item.active-branch {
    background-color: #EA4402;
    transition: all 0.3s ease;
}

.sticky-nav .hs-menu-wrapper .hs-menu-item.active-branch a {
    color: #fff;
    transition: all 0.3s ease;
}

.sticky-nav .hs-menu-wrapper .hs-menu-item.active-branch:hover {
    background-color: #fff;
    transition: all 0.3s ease;
}

.sticky-nav .hs-menu-wrapper .hs-menu-item.active-branch:hover a {
    color: #00447c;
    transition: all 0.3s ease;
}

.sticky-nav .hs-menu-wrapper ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.5em;
    transition: all 0.3s ease;
}

.sticky-nav .hs-menu-wrapper ul li:hover {
    background-color: #fff;
    transition: all 0.3s ease;
}

.sticky-nav .hs-menu-wrapper ul li:hover a {
    color: #00447c;
    transition: all 0.3s ease;
}

.image-copy-break {
    padding-bottom: 2em;
}

.blog-toolbar {
    padding: 1.5em 1.5em 3.5em 1.5em;
    margin: 2em auto !important;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    background-color: #00447c;
    border-radius: 2px;
    color: #fff;
}

.blog-toolbar h3 {
    color: #fff;
}

.blog-toolbar input.hs-button.primary.large {
    background-color: transparent;
    border: 2px solid;
    border-radius: 5px;
    padding: .5em 2.5em;
    color: #ea4402;
    text-transform: uppercase;
    transition: all ease 0.2s;
}

.blog-toolbar input.hs-button.primary.large:hover {
    background-color: #ea4402;
    color: #fff;
    transition: all ease 0.2s;
}



.perfect-day-post {
    max-width: 400px;
    background-color: rgba(255,255,255,0.95);
    border-radius: 8px;
    border: 2px solid #e7e7e7;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    margin: 2em auto;
}

.perfect-day-post img {
    width: 100%;
    height: 168px;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.perfect-day-post .timestamp {
    color: #555;
    float: right;
}

.perfect-day-post h2 {
    text-align:center;
}

.perfect-day-post p {
    font-size: 1.5em;
    line-height: 1.5em;
}

.perfect-day-post .post-text {
    padding: 1em;
}

.quiz-container .hs-form-field {
    max-width: 45em;
    margin: auto;
    padding-bottom:0.1em;
    background-color: #00447c;
    border-radius: 5px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.quiz-container ul.inputs-list.multi-container {
    display: block;
}

.quiz-container .hs-form-radio-display .hs-input {
    float: right;
    font-size: 1.5em;
    cursor: pointer;
}

.quiz-container .hs-form-field label {
    font-size: 1.75em;
    padding: 1em;
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.2em;
}

.quiz-container .hs-form-field .input label {
    font-size: 1.25em;
    text-transform: none;
    letter-spacing: initial;
    cursor: pointer;
}

.quiz-container .hs-form-field li:hover {
    background-color: rgba(234, 68, 2,1);
}

.quiz-container .hs-form-field .input li:nth-child(odd) label {
    background-color: rgba(255,255,255,0.2);
}

.quiz-container .hs-form-field .input li:nth-child(odd):hover label {
    background-color: rgba(255,255,255,0);
}

.quiz-container ul.inputs-list.multi-container {
    margin-top: 0;
}

.quiz-container h3 {
    display: none;
}

.quiz-container {
    margin-bottom: 2em;
}

.quiz-container .hs-error-msgs label {
    font-size: initial;
    text-transform: none;
    background-color: rgba(234, 68, 2,1);
}

.quiz-container .hs_email.hs-form-field label {
    line-height: 1.5em;
    text-align: center;
}

.quiz-container .hs-form-required {
    display: none;
}

.quiz-container .hs_email .input {
    max-width: 80%;
    margin: auto;
}

.quiz-container .hs_email .input input {
    border-radius: 1em;
    padding-left: 1em;
}

.quiz-container .hs_submit {
    margin-top: -7em;
}

.come-in {
  transform: translateY(150px);
  opacity: 0;
  animation: come-in 2.5s ease forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 2.6s;
}

.already-visible {
  transform: translateY(0);
  animation: none;
  opacity: 1;
}

.perfect-day-card-deck .hs_cos_wrapper_type_widget_container {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-around;
}

.perfect-day-listing {
    background-image: url(//196231.fs1.hubspotusercontent-na1.net/hubfs/196231/Images/inside-porch-to-field.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 10em;
}

.perfect-day-listing .anchored {
    background-color: rgba(255,255,255,0.95);
}

@keyframes come-in {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.event-callout-wrapper {
    position: relative;
    height: 100%;
}

.event-callout-wrapper .contained .event-text-container {
    padding: 1.5em;
    background-color: rgba(0, 68, 124, 0.8);
    color: #fff;
    width: 100%;
}

.event-callout-wrapper h2 {
    color: #fff;
}

.cta-bar h2 {
    margin: 0!important;
    color: #fff;
    display: inline-block;
}

.cta-bar .hs_cos_wrapper_type_cta {
    float: right;
}

.cta-bar .contained {
    padding: 2em 0;
}

.homepage .cta-bar {
    background-color: rgba(0,68,124,0.8);
    width: 100%;
}

.cta-bar {
    background-color: #00447c;
}

/* Slider */

.hs_cos_flex-slider .hs_cos_flex-slides img {
    width: 100% !important;
}

/*
 * 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 {background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


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

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



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

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

.hs_cos_flex-slider .caption {
    background-color: ;
    position: static;
    font-size: 1.5em;
    line-height: 1.1em;
    color: white;
    padding: 1% 0 2% 0;
    width: 100%;
    top: 100%;
    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;
}

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

li.hs_cos_flex-slide-main {
    min-height: 43vw;
    overflow:hidden;
    height:100%;
}

.hs_cos_flex-slider .hs_cos_flex-slides img:after {
    content:'';
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #ffffff;
    opacity: 0.3;
}

.hs_cos_flex-slider .hs_cos_flex-slides li {
    position: relative;
}

.hs_cos_flex-slider .hs_cos_flex-slides img {
    position:absolute;
    bottom:0;
    height: initial;
}

.caption {
    position: absolute !important;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}

.subpage-copy-break {
    padding-bottom: 3em;
}

.brunswick-crossing-blog .card .hs-featured-image {
    height: 184px !important;
    object-fit: cover
}

.bc-hoa {
    float: right !important;
}

.hs-blog-header h1 {
    text-align: center;
    margin-bottom: 1.25em !important;
}

.hs-blog-header {
    padding-top: 2em;
}

.post-view-container {
    display:flex;
    justify-content: space-between;
}

.blog-section.post-view {
    max-width: 64%;
}

.post-view-sidebar input.hs-button.primary.large {
    background-color: transparent;
    border: 2px solid;
    border-radius: 5px;
    padding: 0.5em 2.5em;
    color: #ea4402;
    text-transform: uppercase;
    transition: all ease .2s;
}

.post-view-sidebar h3 {
    color: #fff;
}

.post-view-sidebar {
    max-width: 33%;
    padding: 1.5em 1.5em 3.5em 1.5em;
    background-color: #00447c;
    border-radius: 2px;
    color: #fff;
    height: 100%;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

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


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








/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */

.top-logo img {
    height: 67px;
    width: auto !important;
}

.main-top-menu {
    position: absolute;
    left:0;
    right:0;
    margin: 0 auto;
    float:none !important;
    margin-left:auto !important;
    top: 4.5em;
}

.main-top-menu li {
    width: 23%;
    text-align:center;
    padding: 0.5em 0;
    border-radius: 2px;
}

.main-top-menu li:hover {
    background-color: #00447c;
    transition: all 0.3s ease;
}

.main-top-menu li:hover a {
    color: #fff !important;
}

.right-top-menu {
    position:absolute;
    right:1em;
    top: 1em;
    float:none;
    width:25% !important;
    display: inline-block !important;
}

.right-top-menu ul {
    list-style: none;
    -js-display: flex;     display: flex;
    float:right;
    padding-left:0;
    justify-content:space-between;
    margin-top:0.5em;
}

.right-top-menu a {
    color: #00447c;
    text-decoration: none;
    padding:0.5em;
    margin: 0 6%;
}

.right-top-menu li:last-child a {
    background-color: #00447c;
    color:#fff;
    padding: 0.5em;
}

.span12 {
    min-height: 0 !important;
}

.top-navigation {
    height: 0px;
}

.top-navigation-container {
    position: fixed;
    top: 0;
    background-color: rgba(255,255,255,0.95);
    z-index:99;
    padding-bottom: 1.3em;
    transition: all 0.3s ease;
    width: 100% !important;
}

.anchored {
    background-color: transparent;
    transition: all 0.3s ease;
}

@media (min-width: 768px) and (max-width: 1200px) {
.top-logo {
    height: 81px;
    position: relative;
}

}

.right-top-menu {
    margin-left: 0 !important;
}

@media (max-width: 1400px) {
    .main-top-menu-li a {
        font-size: 1.25em;
    }
}


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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

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

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

.hs-menu-flow-vertical li {
    width: 100% !important;
    text-align: left;
    padding-left: 2em;
    font-size: 1.25em;
}

.mobile-menu li.hs-menu-item.hs-menu-depth-1:nth-child(odd) {
    background-color: rgba(200,200,200,0.2);
}

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




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 767px){


  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

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


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


  /* Toggle Button Icon
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


  /* Child Toggle Button
     ========================================================================== */

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

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
  }

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

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


.top-navigation .top-logo {
    padding: 1em 0 0 1em;
    max-width: 50% !important;
    display: inline-block;
    float: left;
}

.main-top-menu ul {
    list-style: none;
    -js-display: flex;     display: flex;
    justify-content: space-around;
    padding-left: 0;
}

.hs-menu-flow-vertical ul {
    display: none;
    background-color: rgba(255,255,255,0.96);
    padding-bottom: 0.5em;
    margin-top: 1.2em;
}

.top-navigation .main-top-menu ul li a {
    color: #00447c;
    text-decoration: none;
    font-size: 1.15em;
}

.hs-cta-wrapper a {
    line-height: 1.15em;
}



/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */

/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}

.email-subscription-prefs #submitbutton, #email-prefs-form #submitbutton {
    margin: 2em auto !important;
    display: block;
    padding: 0.5em 2em !important;
    font-size: 22px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 1em;
    border: 2px solid #00447c;
    color: #00447c;
    max-width: 90%;
    font-family: raleway;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor:pointer;
}

#email-prefs-form #submitbutton {
    margin: 0 auto !important;
    color: #ccc;
    border: 2px solid #ccc;
}

.email-subscription-prefs #submitbutton:hover, #email-prefs-form #submitbutton:hover {
    background-color: rgba(0, 68, 124, 0.9);
    color: #fff;
    transition: all 0.3s ease;
}







/* ==========================================================================
   5. COS COMPONENTS                                        
   ========================================================================== */





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


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

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

/* Blog Listing */
body.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 {
    margin-top: 0 !important;
}
.post-header h2 a {}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* 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
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
    -js-display: flex;     display: flex;
    justify-content: space-between;
}
.blog-pagination a {
    color: #00447c;
    text-decoration: none;
}
.brunswick-crossing-blog .card {
    flex-basis: 28%;
}
.brunswick-crossing-blog .hs_email.hs-form-field {
    padding: 1em 0;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


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

.blog .blog-sidebar {}

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




/* ==========================================================================
   Forms
   ========================================================================== */


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

/* Form Field */
body .hs-form-field {}

/* Descriptions */
body .hs-field-desc {}

/* Labels */
body label {}
body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: 'Muli', Arial, Tahoma, Sans-Serif;
  font-size: 16px;
  margin-bottom: 1.15em;
  border: 1px solid #515151;
  padding: 0.25em;
}

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

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

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

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
ul.inputs-list.multi-container {
    -js-display: flex;     display: flex;
    justify-content: space-between;
}
body form.hs-form .hs-form-field ul.inputs-list li input {}
body input[type="radio"] {}
body input[type="checkbox"] {}

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

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

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


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

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}

/* Input Field Required Error */

.hs-error-msgs {
    margin-top: -0.5em;
    margin-bottom: 1.5em;
}

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

/* Error */
body .hs-common-error-message {}


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


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

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

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

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

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

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




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: 'Muli', Arial, Tahoma, Sans-Serif;
  font-size: 16px;
  text-decoration: none !important;
}

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

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


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

.hs_cos_wrapper_type_form .hs-button.primary.large {
    color: #fff;
    background-color: #EA4402;
    padding: 1em;
    display: block;
    max-width: 15em;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;;
    border-radius: 1em;
    width: 100%;
    border: none;
}

.hs-landing-page .hs_cos_wrapper_type_form .hs-button.primary.large {
    border-radius: 0;
    padding: 6px 18px;
    font-family: sans-serif;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}

.hs_cos_wrapper_type_form .hs-button.primary.large:hover {
    background-color: #ff6e35;
    -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}
.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 {}


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}
.hs-cta-wrapper a {
    font-size: 1.2em;
}
.product-card .hs-cta-wrapper a {
    font-size: 1em;
}







/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */





/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 


.embedded-testimonial {
    background-color: #00447c;
    padding: 50px 10% 50px 10%;
    margin-top: 80px;
    margin-bottom: 80px;
}

.embedded-testimonial img {
    float: left;
    margin-right: 4%;
}

.embedded-testimonial p {
    font-size: 1.5rem;
}

@media (max-width: 767px) {
    .embedded-testimonial img {
        float: none;
        display: block;
        margin: 0 auto 3.3rem auto;
    }
}




/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    
    #lot-map-custom-module {
        display: block !important;
    }
    #orientation-message {
        display: block;
        padding: 3em;
        background-color: #fff;
        position: absolute;
        top: 25%;
        left: 0;
        margin: 0 auto;
        border-radius: 1em;
        right: 0;
        max-width: 30em;
        text-align: center;
    }
    #orientation-message p {
        font-size: 1.5em;
        line-height: 1.5em;
    }
    #lightbox-overlay svg {
        display: none;
    }
    #map-ui {
        display: none;
    }
    .trip-block {
        display: none !important;
    }
}


@media (min-width: 769px) {
    .text-half-wrapper {
    max-width: 375px;
}
    .text-half {   
        min-height: 30em;
    }
    .contained {
        max-width: 750px;
    }
    .brunswick-crossing-blog .card-container {
        justify-content: space-around;
    }
    
    .brunswick-crossing-blog .card-container .card {
        margin-bottom: 4em;
    }
    .brunswick-crossing-blog .widget-type-post_filter {
        width: auto;
        float: right;
        padding-right: 2em;
    }
    .post-blog-toolbar {
        display: none !important;
    }
    .perfect-day-listing-mobile-bg {
        display: none;
    }
}

@media (min-width: 992px) {
    .contained {
        max-width: 970px;
    }
    .perfect-day-listing .perfect-day-card-deck .hs_cos_wrapper_type_custom_widget:nth-child(even) {
        margin-top: 32em;
    }
    .perfect-day-listing .perfect-day-card-deck .hs_cos_wrapper_type_custom_widget .perfect-day-post {
        margin: 2em auto -8em auto;
    }
    .perfect-day-listing .perfect-day-card-deck .hs_cos_wrapper_type_custom_widget:last-child .perfect-day-post {
        margin: 2em auto 2em auto;
    }
    .perfect-day-listing .perfect-day-card-deck .hs_cos_wrapper_type_custom_widget:last-child:nth-child(odd) .perfect-day-post {
        margin: 12em auto 2em auto;
    }
    .event-callout-wrapper .contained .event-text-container {
        max-width: 36%;
    }
}

@media (max-width: 992px) {
    .card {
        max-width: 30%;
    }
    .contained.blog-roll {
        max-width: 100%;
    }
    .homepage .card-container {
        justify-content: space-around;
    }
    .card-container {
        justify-content: space-around;
    }
    .cta-bar h2 {
        font-size: 1.5em;
        padding-top: 0.4em;
    }
    #lot-map-custom-module {
        display: none;
    }
}

@media (min-width: 1200px) {
    .text-half-wrapper {
        max-width: 585px;
    }
    .contained {
        max-width: 1170px;
    }
    .card h3 {
        height: 3.45em;
    }
}

@media (max-width: 1400px) {
    .text-half-wrapper {
        padding: 10% 0.5em;
    }
    body, p {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .half-n-half {
        height: 100% !important;
    }
    .text-half {
        width: 100%;
        /*padding: 0 10%;*/
    }
    .text-half-wrapper h1, .text-half-wrapper h2, .text-half-wrapper h3, .text-half-wrapper p, .text-half-wrapper ul {
        padding: 0 10% !important;
    }
    .text-half-wrapper {
        max-width: 100% !important;
        padding: 60px auto;
    }
    .contained {
        padding: 5%;
    }
    .event-callout-wrapper .contained{
        padding: 0;
    }
    .first .text-half-wrapper, .second .text-half-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .dual-container .text-half-wrapper {
        padding-top: 3em;
    }
    .photo-half {
        width: 100%;
        height: 80vw;
    }
    .perfect-day-post {
        margin: 2em 1em;
    }
    .perfect-day-post .timestamp {
        font-size: 0.75em;
    }
    .perfect-day-post p {
        font-size: 1em;
    }
    #perfect-day-homes-container .row-fluid {
        -js-display: flex;     display: flex;
        flex-wrap:wrap;
        justify-content: space-around;
    }
    #perfect-day-homes-container .span4 {
        width: 45%;
    }
    
    #perfect-day-homes-container .span4:last-child {
        float: none;
        margin: 0 auto !important;
    }
    
    #perfect-day-homes-container .perfect-day-post h2 {
        font-size: 1.75em;
    }
    
    #perfect-day-homes-container .hs-cta-wrapper a {
        font-size: 1.15em;
    }
    .blog-section.post-view {
        max-width: 100%;
    }
    .post-view-sidebar {
        display: none;
    }
    body.hs-content-name-perfect-day-starting-page, .hs-content-name-perfect-day-starting-page p {
        font-size: 12px;
    }
    .cta-bar h2 {
        display: block;
        text-align:center;
        padding-bottom: 1em;
    }
    .cta-bar .hs_cos_wrapper_type_cta {
        float: none;
        margin: 0 auto !important;
        display: block;
        max-width: 90vw;
    }
    .cta-bar .hs-cta-wrapper {
        text-align: center;
        display: block;
    }
    .text-half-wrapper ul {
        margin-left: 6%;
    }
    .perfect-day-selector-card h2 {
        font-size: 1.7em;
    }
    .perfect-day-selector-card .cta_button {
        font-size: 1em !important;
        width: 65% !important;
    }
    .perfect-day-selector-card .widget-type-rich_text {
        padding: 0 !important;
    }
    .perfect-day-listing {
        background-position: center top;
        background-size: auto 100vh !important;
    }
    .quiz-container .hs-error-msgs label {
        padding: 0;
    }
    .perfect-day-listing {
        background: none;
    }
    .perfect-day-listing-mobile-bg {
        background-image: url(//196231.fs1.hubspotusercontent-na1.net/hubfs/196231/Images/inside-porch-to-field.jpg);
        background-repeat: no-repeat;
        position: fixed;
        background-size: auto 100%;
        min-width: 125%;
        width: auto;
        min-height: 125%;
        top: 0;
        left: -13%;
        z-index: -1;
        transition: all ease 0.3s;
    }
}



@media (max-width: 650px) {
    .card {
        max-width: 95%;
        margin: 1.6% auto 2em auto;
        flex: none !important;
    }
    .card .hs-featured-image {
        object-fit: cover;
    }
    .text-half-wrapper p {
        font-size: 1.25em !important;
    }
    #perfect-day-homes-container .span4 {
        width: 100%;
    }
    #perfect-day-homes-container .perfect-day-post {
        margin: 2em auto !important;
    }
    .perfect-day-selector-card {
        margin-bottom: 2em;
    }
    .photo-half {
        max-height: 20em;
    }
}

@media (min-width: 1400px) {
    .text-half-wrapper {
        max-width: 668px;
        padding: 10% 0.5em;
    }
    .contained {
        max-width: 1170px;
    }
}

@media (max-width: 1200px) {
    .text-half-wrapper {
        margin-top: 3em !important;
    }
    .copy-subpage .text-half-wrapper {
        margin-top: 0 !important;
    }
    .top-navigation-container {
        font-size:14px;
    }
    .main-top-menu {
        width: 75% !important;
    }
    .top-navigation-container {
        padding-bottom: 1.3em;
    }
    .r4-collection .text-half-wrapper {
        margin: 1.5em auto !important;
        max-width: 80% !important;
        float: none !important;
    }
    .social-footer {
        width: 50%;
    }
    #map-ui {
        max-width: 95%;
    }
    #lightbox-overlay svg {
        max-width: 95%;
    }
    #selector-box {
        padding: 1.5% 2em 0.5% 2em;
        font-size: 12px;
    }
}

@media (max-width: 1280px) {
    .top-logo img {
        height: 3.5em;
    }
}
   
@media (min-width: 2000px) {
    body, p {
        font-size: 20px
    }
    .contained {
        max-width: 75vw;
    }
    .main-top-menu .hs-menu-flow-horizontal ul {
        margin: 0;
    }
}

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 1170px) {}


/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 767px) {
    h1 {
        font-size: 2.5625em !important;
    }
    
    h2 {
        font-size: 1.5625em !important;
    }
    .collection-page h2 {
        font-size: 2.5em !important;
        padding: 0 !important;
    }
    .responsive-centered-image {
        text-align:center;
    }
    .copy-subpage .text-half-wrapper ul {
        padding: 0 11% 0 15%;
    }
    .copy-subpage .dual-container .text-half-wrapper {
        padding: 20% 0;
    }
    .collection-page .text-half-wrapper {
        padding: 60px 10% !important;
    }
    .sticky-nav .hs-menu-wrapper ul li a {
        font-size: 0.8em;
    }
    .top-navigation-container {
        padding-bottom: 0;
    }
    #footer-extra-info {
        padding-top: 3em !important;
    }
    
    #footer-extra-info .hs_cos_wrapper_type_rich_text div {
        text-align: center !important;
    }
    
    .section-header h1 {
        margin-top: 1.5rem
    }
    
    .social-icon-card img {
        max-width: 30%;
    }
    
    .bc-hoa {
        float: none !important;
    }
    .collection-page .lot-map-container {
        display: none !important;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    .dual-container .text-half-wrapper {
        padding-top: 5em;
        font-size: 1.5em;
        max-width: 90%;
    }
    .sticky-nav .hs-menu-wrapper ul li a {
        font-size: 1.15em;
    }
}
     

/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 479px) {
    .dual-container .text-half-wrapper {
        font-size: 1.5em;
    }
    }

@media (max-width: 700px) {
    .main-top-menu {
        width: 100% !important;
    }
}

@media (min-width: 501px) {
    .mobile-menu {
        display: none !important;
    }
}

@media (max-width: 500px) {
    .desktop-menu {
        display: none !important;
    }
}

@media (max-width: 320px) {

}

#drift-widget-container {
    display: none !important;
}