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

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

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

/* These includes are optional, but helpful. */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap');
/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}
@font-face {
  font-family: 'DroidSerifRegular';
  src: url('https://www.10wilmingtonplace.com/hubfs/fonts/DroidSerif-Regular-webfont.eot');
  src: url('https://www.10wilmingtonplace.com/hubfs/fonts/DroidSerif-Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://www.10wilmingtonplace.com/hubfs/fonts/DroidSerif-Regular-webfont.woff') format('woff'),
    url('https://www.10wilmingtonplace.com/hubfs/fonts/DroidSerif-Regular-webfont.ttf') format('truetype'),
    url('https://www.10wilmingtonplace.com/hubfs/fonts/DroidSerif-Regular-webfont.svg#DroidSerifRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DroidSerifItalic';
  src: url('https://www.10wilmingtonplace.com/hubfs/fonts/DroidSerif-Italic-webfont.eot');
  src: url('https://www.10wilmingtonplace.com/hubfs/fonts/DroidSerif-Italic-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://www.10wilmingtonplace.com/hubfs/fonts/DroidSerif-Italic-webfont.woff') format('woff'),
    url('https://www.10wilmingtonplace.com/hubfs/fonts/DroidSerif-Italic-webfont.ttf') format('truetype'),
    url('https://www.10wilmingtonplace.com/hubfs/fonts/DroidSerif-Italic-webfont.svg#DroidSerifItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DroidSerifBold';
  src: url('https://www.10wilmingtonplace.com/hubfs/fonts/DroidSerif-Bold-webfont.eot');
  src: url('https://www.10wilmingtonplace.com/hubfs/fonts/DroidSerif-Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://www.10wilmingtonplace.com/hubfs/fonts/DroidSerif-Bold-webfont.woff') format('woff'),
    url('https://www.10wilmingtonplace.com/hubfs/fonts/DroidSerif-Bold-webfont.ttf') format('truetype'),
    url('https://www.10wilmingtonplace.com/hubfs/fonts/DroidSerif-Bold-webfont.svg#DroidSerifBold') format('svg');
  font-weight: normal;
  font-style: normal;
}

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


 /* 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-color: */; /* Changed 7/1/2019 */
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  /*background-color: ;*/
}
.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{
  background-color: #fff;
  -webkit-box-shadow: 0 0 13px 0px rgba(0,0,0,0.15);
  -moz-box-shadow:0 0 13px 0px rgba(0,0,0,0.15);
  box-shadow: 0 0 13px 0px rgba(0,0,0,0.15);
  top: 45px;
}
.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:;*/
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 17px;
  background-color: #ffffff;
}

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

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

::selection {
  background: #00253dc2;
}

/* ==========================================================================
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 !important;
    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 !important ;
    /* text-transform: uppercase;
    text-align: center; */
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color:  transparent;
  }
  /* Toggle Button========================================================================== */
  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 25px;          /* Position Button at right of screen  */
    right: 15px;        /*******************************************/
    width: 40px; /* Button width */
    height: 40px; /* Button height */      
    padding: 10px;
    background: #00253d; /* Background color */
    border: 1px solid #00253d;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#fff;
    background-color: #8c182d; 
    border-color: #8c182d;
  }
  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#fff;
    background-color: #8c182d; 
    border-color: #8c182d;
  }
  /* Toggle Button Icon========================================================================== */
  .mobile-trigger i{
    display: block;
    position: relative;
    top: 8px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 100%; /* Icon line width */
    height: 3px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #fff; /* Icon color */
    display: 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: #fff; /* 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;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#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{
  }
  /* Menu Styles on Mobile Devices========================================================================== */  
  .custom-menu-primary.js-enabled{
    position: static;
    padding: 0; /* Makes room for button */
    margin: 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;
    background-color: #00253d !important;
  }
  /* 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 15px;
    margin-top: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#00253d; /* 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:hover a{
    color:#ffffff; /* link hover color set by global mobile-aColorHover variable */
    background-color: #193a50;
  }
  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: #00253d;
  }
  .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 */
  }
}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body{
  font-size: 1em;
  line-height: 1.75em;
  font-family: 'Open Sans', sans-serif;
  color: #00253d;
  font-weight: 400;
  padding: 0 !important;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'DroidSerifItalic';
}
a {
  text-decoration: none;
}
.mt-24{
  margin-top: 24px !important;
}
.mt-0 {
  margin-top: 0 !important;
}

.clr{clear:both;}
.container {
  float: none !important;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto !important;
  position: relative;
  z-index: 10;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1210px;
  }
}
.min-container {
  display: block;
  width: 100%;
  max-width: 1080px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
.btn,
.more-link {
  color: #fff;
  margin: 0;
  width: auto;
  background-color: #00253d;
  font-size: 18px;
  line-height:26px;
  font-family: 'DroidSerifItalic';
  padding: 12px 25px;
  font-weight: 400;
  -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.activity-block .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.post-item-content .btn {
  width: max-content;
  width: -webkit-max-content;
  width: -ms-max-content;
  width: -o-max-content;
  width: -moz-max-content;
}
/*
.btn.btn-large {
max-width :285px;
}
.btn.btn-sm {
max-width: 250px;
}
.btn.btn-xs {
max-width: 150px;
}*/
.more-link {
  max-width: max-content;
  width: -moz-max-content; 
  width: -webkit-max-content;
  margin-bottom: 5px;
}
.btn:hover,
.btn:focus,
.btn.btn-large:hover,
.btn.btn-large:focus,
.btn.btn-sm:hover,
.btn.btn-sm:focus,
.btn.btn-xs:hover,
.btn.btn-xs:focus,
.more-link:hover,
.more-link:focus {

  /*   background-color:#8c182d; */
  background: #003659;
  text-decoration: none;
  color: #fff;
  outline:  none;
}
.hs-button.primary {
  padding: 15.8px 2em;
}

.widget-type-global_group {
  position: relative;
  z-index: 11;

}
/*****************************************/
/* Padding Classes   */
/*****************************************/
.pad-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.pad-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.pad-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.pad-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.pad-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}
.pad-30 {
  padding-top: 30px !important;
  padding-bottom 30px !important;
}
.pad-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}
.pad-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
.pad-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}
.pad-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.pad-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}
.pad-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.pad-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}
.pad-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}
.pad-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}
.pad-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.pad-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}
.pad-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}
.pad-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
/*********************Page Header Style**********************/
.navi{   
  padding-top: 13px;
  padding-bottom: 19px;
}
.navi .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  list-style: none;
  padding: 30px 0 0;
  margin: 0 0 0 25px;
  background-color: #fff;
}
.navi .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
  /* float: left; */
  padding: 12px 16px;
}
.navi .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  color: #002648;
  font-size: 18px;
  line-height: 24px;
  text-overflow: initial;
  padding: 0; 
  white-space: inherit;
  display: block;
  font-family: 'DroidSerifRegular';
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.navi .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover,
.navi .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:focus,
.navi .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active a{
  color: #8c182d;
  text-decoration: none;
  outline: none;
}
/**Custom navigation current state selector**/
.navi .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a.selected:link, .navi .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a.selected:visited{
  border-bottom: 1px solid blue;
}
/**End Custom navigation current state selector**/

.marginleft {margin-left:0px;}
.numberwithcta {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
img.hs-image-widget {
  margin: 7px 0 0;
}
.team {
  float: right;
  text-align: left;
  padding-right: 14px;
}
.team a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #00253d;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  font-family:'DroidSerifRegular';
  position: relative;
}
i.fas.fa-chevron-right {
  font-size: 10px;
  position: absolute;
  right: -12px;
  top: 4.5px;
}
.btn.btn-number {
  font-size: 1em;
  font-family: 'DroidSerifRegular';
  padding: 8px 15px 3px;
  max-width: 154px;
  width: 100%;
  line-height: 20px;
}
.btn.btn-number span.call-number {
  display: block;
  font-size: 16px;
}
.btn.btn-number span.call-text {
  display: block;
  font-size: 13px;
}
.btn.btn-number span.call-icon {
  font-size: 20px;
  display: none;
}
/*************************Blog Listing Page Style**************************/
.post-filter .block {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  padding: 70px 0 28px;
}
.post-filter .block h3 {
  font-size: 20px;
  font-family: 'DroidSerifRegular';
  margin: 0;
  display: block;
  min-width: 230px;
}
.post-filter .block .widget-module {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  padding: 0;
  width: 80%;
}
.post-filter .block .widget-module ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
}

.post-filter .block .widget-module ul li a,
.filter-expand-link{
  margin: 7px 15px;
  display: block;
  border: 1px solid #00253d;
  padding: 0.625em 0.8em;
  text-align: center;
  font-size: 1em;
  line-height: 1.750em;
  color: #00253d;
  font-family: 'DroidSerifItalic';
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.post-filter .block .widget-module ul li a:hover,
.post-filter .block .widget-module ul li a:focus,
.filter-expand-link:hover,
.filter-expand-link:focus{
  background: #8c182d;
  text-decoration: none;
  color: #fff;
  outline: 0;
  border: 1px solid #8c182d;
}
.post-filter .block .widget-module ul li a .filter-link-count{
  display: none;
}
.post-listing {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  margin: 0 -8px;
}
.post-item {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  /*flex-flow: column wrap;
  -webkit-flex-flow: column wrap;*/
  padding: 8px;
  width: 33.33%;
  margin: 0 0 40px;
}
.post-item-content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  width: 100%;
}
.hs-featured-image-wrapper {
  width: 100%;
  max-height: 340px;
  flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
}
.post-item-content .hs-featured-image-wrapper img.hs-featured-image {
  float: none;
  display: block;
  overflow: hidden;
  margin-bottom: 13px;
}
.hs-featured-image {
  margin: 0;
  max-width: 100%;
}
.post-header {
  margin: 12px 0 ;
}
.post-header >h2 {
  margin: 0;
}
.post-header >h2>a {
  text-decoration: none;
  font-size: 30px;
  line-height: 40px;
  color: #00253d;
  padding: 0;
  margin: 0;
  font-family: 'DroidSerifRegular';
}
.post-header >h2>a:hover,
.post-header >h2>a:focus{
  color: #8c182d;
}
.post-body {
  flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  font-size: 1em;
  line-height: 1.750em;
  color: #00253d;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 1.1045em;
  font-weight:normal;
}
.post-body p:last-child{
  margin: 0;
}
/*
.post-item .btn.btn-sm {
max-width: 150px;
}*/
.thumbnail img { width: 100%; display: block; }
fieldset {
  max-width: 915px !important;
  margin: 0 -5px !important;
}
fieldset.form-columns-1 .input,
fieldset.form-columns-2 .input,
fieldset.form-columns-3 .input,
fieldset.form-columns-4 .input {
  margin-right: 16px !important;
}
fieldset label {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  color: #00253d;
  font-family: 'DroidSerifRegular';
  text-transform: capitalize;
}
.hs-input[type="text"], 
.hs-input[type="email"], 
.hs-input[type="tel"],
.hs-input[type="date"],
select {
  border: 1px solid #54768c;
  background: #f8f9fb;
  margin: 4px 0 2px;
  height: 50px;
  width: 100% !important;
  color: #00253d;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
}
select {
  -webkit-appearance: none;
  background-image: url(https://www.10wilmingtonplace.com/hubfs/10WilmingtonPlace-Apr2017/images/right-arrow.png);
  background-size: 20px 11px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
select::-ms-expand{
  display: none;
}
fieldset.form-columns-3 .hs-form-field {
  width: 33.33% !important;
}
input[type="submit"],
input.hs-button.primary.large {
  font-family: 'DroidSerifItalic';
  font-size: 18px;
  background-color: #00253d;
  cursor: pointer;
  font-weight: 400;
  margin-top: 44px;
  width: 150px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -o-border-radius: 0px;
  -webkit-appearance: none;
}
input.hs-button.primary.large:hover,
input.hs-button.primary.large:focus{
  background: #8c182d !important;
  text-decoration: none;
  color: #fff;
  outline:  none;
}
ul.no-list.hs-error-msgs.inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {
  font-size: 14px;
  color: #ff0000;
}
label.hs-main-font-element,
.contact-wrapper label.hs-main-font-element{
  color: #ff0000;
  font-family: 'DroidSerifRegular';
  text-transform: capitalize;
}
.form-wrapper h3,
.form-title {
  font-size: 25px;
  line-height: 35px;
  color: #00253d;
  margin: 0;
  font-family: 'DroidSerifItalic';
  font-weight: 400;
}
.blog-pagination {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  margin: 43px 0 65px;
}
.blog-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;

}
.blog-pagination ul li {
  margin: 0 10px;
}
.blog-pagination ul li:first-child{
  margin-left: 0;
}
.pg {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.pg li a {
  display:block;
  width: 50px;
  height:50px;
  line-height:50px;
  border: 1px solid #00253d;
  padding:0;
  text-align: center;
  font-size: 18px;
  color: #00253d;
  font-family: 'DroidSerifItalic';
  -webkit-transition: background-color 2s ease-out;
  -moz-transition: background-color 2s ease-out;
  -o-transition: background-color 2s ease-out;
  transition: background-color 2s ease-out;
}
.pg li.active a,
.pg li a:hover,
.pg li a:focus {
  background: #8c182d;
  text-decoration: none;
  color: #fff;
  outline: 0;
  border-color: #8c182d;
}
.all-posts-link,
.first-posts-link a,
.last-posts-link  a {
  font-size: 1em;
  line-height: 1.75em;
  font-family: 'DroidSerifItalic';
  color: #b43951;
  line-height: 50px;
}
a.all-posts-link {
  text-decoration: underline;
}
.all-posts-link:hover,
.first-posts-link a:hover,
.last-posts-link  a:hover,
.all-posts-link:focus,
.first-posts-link a:focus,
.last-posts-link  a:focus {
  color: #00253d;
  outline: none;
}
li.hs-blog-social-share-item.hs-blog-social-share-item-twitter iframe{
  margin-top: 8px; 
}
.custom_listing_comments {
  display: block;
  margin-top: 15px;
}
/*************************Landing Page Style**************************/
.landing-content-wrapper,
.blog-post-wrapper{
  display: block;
  width:100%;  
}
.blog-post-wrapper{
  padding: 75px 0 75px;
}
.landing-content-wrapper.image-right {
  padding: 75px 0; 
}
.landing-content-inner,
.blog-post-inner{
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.landing-content-inner.top {
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.landing-content-inner.center {
  align-items: center;
  -webkit-align-items: center;
}
.landing-content-inner.bottom {
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.landing-content-inner img,
.blog-post-inner img {
  display: block;
  margin: 38% auto 0;
  width: 100% !important;
  max-width: 383px;
  max-height: 372px;
}
.landing-content-wrapper.image-right .landing-content-inner img{
  margin: 0 auto;
}
.landing-content-inner img.reviews,
.blog-post-inner img.reviews {
    margin: 0 0 25px;
    max-width: 200px;
}
.landing-content-wrapper .content-area,
.blog-post-inner .content-area,
.landing-content-wrapper.img-right .content-area {
  padding-left: 101px; 
}
.landing-content-wrapper.image-right .landing-content-inner .content-area{
  padding-left: 0; 
}
.content-area {
  font-size: 1em;
  line-height: 1.75;
  color: #00253d;
  font-family: 'Open Sans', sans-serif;
}
.landing-content-wrapper .content-area h2,
.blog-post-inner .content-area h2 {
  font-size: 1.875em;
  line-height: 1.334em;
  margin: 0 0 28px;
  font-family: 'DroidSerifRegular';
}
.landing-content-wrapper.image-right .content-area h2 {
  margin: 60px 0 28px;
}
.landing-content-wrapper .content-area p,
.blog-post-inner .content-area p{
  margin: 0 0 16px;
}
.form-wrapper {
  width: 100%;
  display: block;
  overflow: hidden;
  float: none !important;
  background: #ccd3d8;
  padding-left: 87px;
  padding-right: 87px;
  margin: 0 auto;
  max-width: 1180px;
}
.form-wrapper.latest-articals {
  padding-left: 100px;
  padding-right: 100px;
}
.form-wrapper.latest-articals fieldset {
  max-width: 916px !important;
}
.form-wrapper.latest-articals input[type="submit"],  
.form-wrapper.latest-articals input.hs-button.primary.large {
  margin-top: 28px;
}
/*************************Landing Page Style**************************/
/*
.post-item-content .featured-image-wrapper {
flex: 0;
-ms-flex: 0;
-webkit-flex: 0;
}*/

.contact-wrapper {
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 75px 0 75px;
}
.contact-wrapper h3 {
  font-size: 20px;
  line-height: 32px;
  color: #00253d;
  margin: 0 0 7px;
  font-family: 'DroidSerifRegular';

  font-weight: 400;
}
@media (min-width: 1280px) {
  .contact-wrapper h3 {
    /*     word-break: break-all; */
    width: 460px;
  }
}
.contact-wrapper fieldset {
  max-width: 100% !important;
}
.contact-wrapper fieldset.form-columns-1 {
  max-width: 50% !important;
}
.contact-wrapper fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}
.contact-wrapper .hs-form-field {
  margin-top: 20px;
}
.hs-form-field {
  margin-top: 25px;
}
.contact-wrapper label {
  font-size: 1em;
  color: #00253d;
  font-family: 'DroidSerifRegular';
  text-transform: capitalize;
} 
.contact-wrapper fieldset.form-columns-1 .input,
.contact-wrapper fieldset.form-columns-2 .input {
  margin-right: 16px !important;
}
.contact-wrapper fieldset.form-columns-2 .hs-form-field:last-child .input {
  margin: 0 !important;
}
.contact-wrapper input.hs-button.primary.large {
  font-family: 'DroidSerifItalic';
  font-size: 18px;
  background-color: #00253d;
  cursor: pointer;
}
.contact-wrapper input.hs-button.primary.large:hover,
.contact-wrapper input.hs-button.primary.large:focus{
  background: #8c182d !important;
  text-decoration: none;
  color: #fff;
  outline:  none;
}
/*********************Page Footer Style*********************8*/
.fbg {
  display: block;
  width: 100%;
  background: #f8f9fb;
  /*   padding-top: 96px; */
  padding-top: 96px;
  position:  relative;
  z-index: 1060;
}
.footinfo {
  display: block;
  width: 100%;
  max-width: 366px;
  background: #00253d;
  padding: 18px 20px 16px;
  color:#fff;
  font-family: 'Open Sans', sans-serif;
}
.footinfo h2 {
  color: #fff;
  font-size: 25px;
  margin: 23px 0 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: 'DroidSerifRegular';
}
.contant-wigdet {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -ms-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;

}
.contant-wigdet .address,
.contant-wigdet .contact-number{
  width: 55%;
  display: block;
  word-spacing: 3px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.contant-wigdet .phone-number {
  width: 45%;
  text-align: right;
  padding: 0;
}
.contant-wigdet .phone-number a {
  text-decoration: none;
  word-spacing: 0;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.useful-links {
  list-style: none;
  padding: 4px 0 0;
  margin: 0;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.useful-links li {
  width: 60%;
  display: block;
  margin: 0 0 4px;
}
.useful-links li:nth-child(even) {
  width: 40%;
  padding-left:5px
}
.useful-links li a {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-decoration: underline;
  font-family: 'DroidSerifItalic';
  font-weight: 400;
  -webkit-transition: color 2s ease-out;
  -moz-transition: color 2s ease-out;
  -o-transition: color 2s ease-out;
  transition: color 2s ease-out;
}
.social-networks {
  list-style: none;
  padding: 0;
  margin: 16px 0 0 3px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.social-networks li {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  margin: 0 0 4px;
}
.social-networks li .social-icon {
  width: 26px;
  height: 26px;
  line-height: 22px;
  border: 1px solid #fff;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  text-align: center;
  margin-right: 9px;
}
.social-networks li .social-icon svg {
  font-size: 15px;
  height: 15px;
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  fill: #fff;
}
.social-networks li a {
  font-size: 16px;
  line-height: 35px;
  color: #fff;
  text-decoration: underline;
  font-family: 'DroidSerifItalic';
  font-weight: 400;
  -webkit-transition: color 2s ease-out;
  -moz-transition: color 2s ease-out;
  -o-transition: color 2s ease-out;
  transition: color 2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.footinfo a:hover,
.footinfo a:focus{
  text-decoration: none;
}
.footer-list {
  display: block;
  width: 100%;
  padding-left: 12px;
  margin: 0 0 20px;
}
.footer-list h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  font-family: 'DroidSerifRegular';
  margin: 8px 0 16px;
}
.footer-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-list ul li {
  display: block;
  margin: 0 0 6px;
}
.footer-list ul li a {
  font-size: 16px;
  line-height: 24px;
  color: #00253d;
  display: inline-block;
  vertical-align: top;;
  -webkit-transition: color 2s ease-out;
  -moz-transition: color 2s ease-out;
  -o-transition: color 2s ease-out;
  transition: color 2s ease-out;
}
.footer-list ul li a:hover,
.footer-list ul li a:focus{
  color:#8c182d;
}
.bottom-footer {
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 50px 0 25px;
}
.copyright {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  font-size: 14px;
  line-height: 24px;
  color:#00253d;
  padding: 0 10px;
}
.copyright p {
  margin: 14px 0 0;
}
.copyright a {
  font-size: 14px;
  line-height: 24px;
  color:#00253d;
  text-decoration: underline;
  -webkit-transition: color 2s ease-out;
  -moz-transition: color 2s ease-out;
  -o-transition: color 2s ease-out;
  transition: color 2s ease-out;
}
.copyright a:hover,
.copyright a:focus {
  color: #8c182d;
}
div#hs_cos_wrapper_module_15568119656021967 img {
  max-width: 100%;
  float: right;
}
.team-member-social.text-center {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  flex-flow: column wrap;
  padding-top: 5px;
}

.team-member-social a {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  padding: 5px 0;
  color: #00253d;
  -webkit-transition: color 0.5s ease-out;
  -moz-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}
.team-member-social a i {
  margin-right: 5px;
}

.team-member-social a:hover,
.team-member-social a:focus {
  color: #8c182d;
}
.padding20tb {
  padding-top: 75px;
  padding-bottom: 75px;
}
ul.inputs-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
/*****************************Responsive Style Start***************************/
@media (max-width: 1399.98px) {
  .testimonials-slider .slick-prev,
  .gallery-slider .slick-prev{
    left: -40px;
  }
  .testimonials-slider .slick-next,
  .gallery-slider .slick-next {
    right: -40px;
  }
}
@media (max-width: 1199.98px) {
  .navi .custom-menu-primary .hs-menu-wrapper {
    text-align: center;
  }
  .navi .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    margin: 0;
  }
  .navi .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    padding: 12px 6px;
  }
  .page-banner-large .banner-title h1 {
    font-size: 70px;
  }
  .bgpost h3 {
    font-size: 24px;
  }
  .bgpost h3:after {
    font-size: 12px;
    right: 0;
  }
  .bgpost-content { 
    padding: 15px;
    margin: 15px 0 0;
  }
  .testimonials-slider .slick-list {
    padding: 48px 0;
  }
  .testimonials-wrapper h2 {
    padding: 0 0 0 52px;
  }
  .slide-item {
    padding: 35px 50px;
    height: 280px !important;
  }
  .image-wrap {
    max-width: 425px;
  }
  .slide-item blockquote {
    max-width: 435px;
    font-size: 35px;
  }
  .brochure-widget h2 {
    padding: 0;

  }

  .testimonials-slider .slick-prev, 
  .testimonials-slider .slick-next,
  .testimonials-slider .slick-prev:hover, 
  .testimonials-slider .slick-prev:focus, 
  .testimonials-slider .slick-next:hover, 
  .testimonials-slider .slick-next:focus,
  .gallery-slider .slick-prev, 
  .gallery-slider .slick-next,
  .gallery-slider .slick-prev:hover, 
  .gallery-slider .slick-prev:focus, 
  .gallery-slider .slick-next:hover, 
  .gallery-slider .slick-next:focus {
    background:rgba(255,255,255,0.5);
    z-index: 10;
  }
  .testimonials-slider .slick-prev,
  .gallery-slider .slick-prev{
    left: 0;
  }
  .testimonials-slider .slick-next,
  .gallery-slider .slick-next{
    right: 0;
  }
  .form-wrapper,
  .form-wrapper.latest-articals{
    padding: 50px !important;
  }
  .landing-content-wrapper .content-area,
  .blog-post-inner .content-area,
  .landing-content-wrapper.img-right .content-area{
    padding-left: 0;
  }
  .left-content-area .container:after {
    right: 0;
  }
  .list-block {
    width: 50%;
    padding: 0 15px;
  }
  .kick-back-widget:before,
  .brochure-widget:before {
    max-width: 225px;
  }
  .kick-back-widget:after,
  .brochure-widget:after {
    max-width: 400px;
  }
  .content-holder h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .footer-logo-list {
    padding: 0;
  }
  .footer-logo-list li {
    padding: 0 5px;
  }
  .address-block {
    padding: 0 50px;
  }
  .address-block:after {
    left: 50px;
  }
  fieldset.form-columns-1 .hs-form-field,
  fieldset.form-columns-2 .hs-form-field,
  fieldset.form-columns-3 .hs-form-field,
  fieldset.form-columns-4 .hs-form-field {
    padding: 0 5px;
  }
  .g-content-area .g-content-holder {
    padding: 43px 0px 43px;
  }
  .related-posts-wrapper>h2 {
    margin: 32px 0;
  }
  .navi .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    padding: 12px 16px;
  }

  .navi .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    font-size: 15px;
  } 

}
@media (max-width: 991.98px) {
  .navi .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    padding: 20px 0 0;
  }
  .navi .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    padding: 12px 3px;
  }
  .navi .hs-menu-wrapper.hs-menu-flow-horizontal>ul li ul li {
    padding: 12px 16px;
  }
  .navi .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-size: 14px;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 0px;
    text-align: left;
    background-color: #ffffff;
  }

  .team {
    margin-left: 0;
  }
  .btn.btn-number {
    padding: 8px 5px 3px;
  }
  .btn.btn-number span.call-number {
    font-size: 14px;
  }
  .page-banner,
  .page-banner-large{
    min-height: 330px;
  }
  .page-banner:after,
  .page-banner-large:after{
    height: 330px;
  }
  .page-banner-large .banner-title h1,
  .banner-title h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .backgroundfloor:before {
    width: 225px;
  }
  .backgroundfloor:after {
    width: 278px;
  }
  .bgpost {
    height: 315px;
    padding: 0 10px;
  }
  .two-image-left-widget .bgpost {
    min-height: 315px;
    padding: 0 10px;
  }
  .bgpost h3 {
    font-size: 20px;
  }
  .bgpost h3:after {
    top: 22px;
  }
  .backgroundfloor .bgpost h3 {
    font-size: 30px;
  }
  .backgroundfloor .bgpost h3:after {
    top: 26px;
  }
  .bgpost-content {
    padding: 10px 8px;
    margin: 10px 0 0;
    font-size: 14px;
  }
  .content-holder h2{
    font-size: 20px;
    line-height:30px;
  }

  .content-holder {
    font-size: 14px;
  }
  .bgpost-content .btn,
  .content-holder .btn {
    font-size: 14px;
  }
  .content-holder .btn {
    padding: 6px 30px;
  }
  .kick-back-widget:after, .brochure-widget:after {
    max-width: 300px;
  }
  .list-widget ul li {
    padding: 12px 18px;
  }
  .list-widget h2 {
    padding: 0 18px;
  }
  .activity-block {
    height: 300px;
  }
  .testimonials-slider .slick-list {
    padding: 25px 0;
  }
  .testimonials-wrapper h2 {
    font-size: 20px;
    top: 0;
    padding: 0 0 0 27px;
  }
  .slide-item {
    padding: 25px;
    height: 181px !important;
  }
  .image-wrap {
    top: -25px;
    width: 285px;
    height: auto;
  }
  .slide-item blockquote {
    max-width: 360px;
    font-size: 23px;
    line-height: 28px;
    max-height: 130px;
  }
  .btn-read-more {
    bottom: -16px;
    max-width: 215px;
    padding: 6.3px 10px;
    font-size: 16px;
  }
  .testimonials-slider .slick-prev:before, 
  .testimonials-slider .slick-next:before,
  .gallery-slider .slick-prev:before,
  .gallery-slider .slick-next:before {
    font-size: 30px;
    line-height: 30px;
  }
  .brochure-widget h2 {
    font-size: 35px;
  }
  .contact-wrapper label {
    white-space: nowrap;
    font-size: 14px
  }
  .floor-plans-widget {
    padding: 75px 0;
  }
  .brochure-widget {
    padding: 60px 0 90px;
  }
  .footinfo {
    padding: 18px 12px 16px;
  }
  .contant-wigdet {
    display: block;
  }
  .contant-wigdet .address, .contant-wigdet .phone-number {
    width: 100%;
    text-align: left;
  } 
  .contant-wigdet .phone-number {
    margin: 0 0 .833em;
  }
  .address-block {
    padding: 0;
  }
  .address-block:after {
    left: 0;
  }
  .bottom-footer {
    padding: 40px 0; 
  }
  .footer-logo-list {
    padding: 2px 0 0;
  }
  .footer-logo-list li {
    padding: 0 5px;
  }
  .copyright p {
    margin: 0 0 0 15px;
  }
  .useful-links li,
  .useful-links li:nth-child(even) {
    width: 100%;
  }
  .left-content-inner {
    padding-left: 0;
  }
  .g-content-holder ul li:first-child {
    margin: 0 15px 0 0;
  }
  .g-content-holder ul li {
    margin: 0 15px 0 0;
  }
  fieldset label {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .team {
    margin-left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    display: block;
    text-align: center;
    float: none;
    width: 90px;
    top: 50px;
    left: 0;
  }
  i.fas.fa-chevron-right {
    display: none;
  }
  .btn {
    padding: 12px 30px;
    font-size: 16px;
  }
  .landing-content-inner img {
    margin-top: 40px;
  }
  .score-block-inner {
    width: 125px;
    font-size: 12px;
    padding: 10px 10px 6px;
  }
  .score-block-inner h2 {
    font-size: 16px;
  }
  .score-block-inner:before {
    left: -18px;
    width: 33px;
    height: 33px;
  }
  h2,
  .activity-widget-head h2 {
    font-size: 20px;
  }
  .four-columns-container .post-header h2 {
    font-size: 20px;
  }
  .hs-blog-social-share .hs-blog-social-share-list {
    text-align: center;
    overflow: hidden;
  }
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    float: none;
    margin-right: 0;
    display: inline-block;
    vertical-align: top;
  }
  .post-item .more-link {
    width:max-content;
    width: -moz-max-content;   
    width: -webkit-max-content;
    margin: 0 auto 15px;
  }
  .navi .row-fluid [class*="span"] {
    min-height: auto;
  }
  .navi .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    padding: 0;
  }
  .numberwithcta {
    position: absolute;
    top: 25px;
    right: 65px;
  }
  .btn.btn-number{
    width: 40px;
    height: 40px;
    padding: 10px;
  }
  .btn.btn-number span.call-number,
  .btn.btn-number span.call-text {
    display: none;
  }
  .btn.btn-number span.call-icon {
    display: block;
  }
  .index-page-banner {
    min-height: 500px;
  }
  .index-page-banner:after {
    height: 500px;
  }
  .index-page-banner .banner-title h1 {
    margin: 0 0 40px;
  }
  .slide-item blockquote {
    max-height: 100%;
  }
  .bgsc {
    padding: 10% 10px;
  }
  .postloop.span4 { margin: 5px; }

  .backgroundko {
    padding: 10% 10px;
  }
  .services {
    padding: 40px 0;
  }
  .bgsc h2 {
    font-size: 33px;
    line-height: 43px;
  }
  div#hs_cos_wrapper_module_15568119656021967 img { 
    margin: 0 auto !important; 
    float: none; 
    width: 80% !important; 
    margin-left: 5% !important; 
  }
  .page-banner-large .banner-title h1,
  .banner-title h1 {
    font-size: 45px;
    line-height: 55px;
    margin: 0;
  }
  .blogposts h2 {
    font-size: 40px;
    margin: 0 0 60px;
  }
  .blogposts-wrap,
  .activity-wrapper{
    justify-content: center;
  }
  .content-area {
    margin-bottom: 25px;
  }
  .left-content-inner {
    padding-left: 0;
  }
  .postloop,
  .activity-loop{
    width: 50%;
    margin: 0 0 30px;
  }
  .two-image-left-widget .postloop:last-child {
    width: 100%;
  }
  .two-image-left-widget .postloop:last-child .bgpost {
    min-height: auto;
  }
  .kick-back-head h2 {
    margin: 0 0 14px;
    font-size: 20px;
  }
  .kick-back-head span,
  .brochure-widget span{
    font-size: 16px;
    line-height: 26px;
  }
  .bgpost-content,
  .g-content{
    text-align: center;
  }
  /*.g-content .btn.btn-large {
  max-width: 240px;
}*/
  .g-content-holder ul li:first-child {
    max-width: 240px;
  }
  .testimonials-wrapper {
    padding: 60px 0;
  }
  .two-image-left-widget {
    padding: 25px 0 0;
  }
  .testimonials-wrapper h2 {
    font-size: 20px;
    padding: 15px;
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
  }
  .testimonials-slider .slick-list {
    padding: 125px 10px 25px;
  }
  .testimonials-slider .slick-prev, .testimonials-slider .slick-next {
    top: 60%;
    -webkit-transform: translate(0, -60%);
    -ms-transform: translate(0, -60%);
    transform: translate(0, -60%);
  }
  .testimonials-slider .slick-prev {
    left: -15px;
  }
  .testimonials-slider .slick-next {
    right: -15px;
  }
  .slide-item {
    padding: 125px 25px 35px;
    height: auto !important;
    text-align: center;
  }
  .image-wrap {
    top: -125px;
    width: 250px;
    height: 250px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .slide-item blockquote {
    max-width: 100%;
    max-height: inherit;
  }
  .btn-read-more {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .brochure-widget h2 {
    font-size: 20px;
    margin: 0 0 40px;
  }
  .related-posts-wrapper>h2 {
    font-size: 20px;
    text-align: center;
  }
  .service-cell h2,
  .post-header >h2>a{
    font-size: 20px;
  }
  .landing-content-wrapper .content-area, .blog-post-inner .content-area{
    text-align: left;
  }
  .form-wrapper,
  .form-wrapper.latest-articals{
    padding: 50px 15px !important;
  }
  .contact-wrapper {
    padding: 40px 0 60px;
  }
  .landing-content-wrapper .content-area, .blog-post-inner .content-area {
    padding-left: 0;
  }
  .landing-content-wrapper .content-area h2, .blog-post-inner .content-area h2,
  .address-block h2, .address-block .link-tel{
    font-size: 20px;
  }
  .hs-featured-image {
    float: none;
    margin: 0 auto;
  }
  .landing-content-inner img.hs-featured-image, .blog-post-inner img.hs-featured-image {
    margin: 25px auto;
  }
  .address-block a.btn.btn-sm {
    margin: 25px 0;
  }
  .address-block {
    margin: 0 0 25px;
  }
  .kick-back-widget {
    padding: 30px 0; 
  }
  .kick-back-head {
    margin: 0 auto 70px;
  }
  .row-fluid .floor-plan-block-wrapper [class*="span"] {
    margin: 0 auto;
  }
  .left-content-inner h2,
  .list-widget h2,
  .floor-plans-inner > h2{
    font-size: 20px;
  }
  .post-item {
    width: 50%;
  }
  .fbg {
    padding: 0;
  } 
  .top-footer {
    display: none !important;
  }
  .footer-logo {
    padding: 15px 0;
  }

  .footer-logo-list {
    top: 0;
    padding: 15px 0 0;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-end;
    -webkit-align-items: center;
  }
  .footer-logo-list li {
    padding: 0 15px ;
    margin: 0 0 15px;
  }
  .footinfo  {
    margin: 0 0 30px;
  }
  .useful-links li a {
    display: inline-block;
    vertical-align: middle;
  }
  .footer-list {
    padding-left: 0;
  }
  .bottom-footer {
    padding: 0 0 40px;
  }

  .address-block:after {
    width: 285px;
  }
  .hs-featured-image-wrapper {
    max-height: 100%;
  }
  .row-fluid .landing-content-inner [class*="span"].span4,
  .row-fluid .blog-post-inner [class*="span"].span4{
    margin: 0 auto ;
  }
  .landing-content-wrapper.image-right .landing-content-inner img {
    margin: 25px auto;
  }
  .blog-pagination ul li {
    margin: 0 5px;
  }
  .pg li a { 
    width: 35px;
    height:35px;
    font-size: 16px;
    line-height:35px;
  }
  .all-posts-link, .first-posts-link a, .last-posts-link a {
    font-size: 16px;
    line-height:35px;
  }
  .slick-lightbox .slick-prev {
    left: 35%;
  }
  .slick-lightbox .slick-next {
    right: 35%;
  }
  .landing-content-wrapper.image-right .content-area h2 {
    margin:28px 0;
  }
  .fbg{ padding-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .kick-back-widget:before, .brochure-widget:before {
    display: none;
  }
  .post-item,
  .postloop,
  .activity-loop,
  .list-block,
  .post-filter .block .widget-module,
  .list-widget .single-column-list h2,
  .left-content-inner h2, .list-widget h2, .floor-plans-inner > h2{
    width: 100%;
  }
  .post-item {
    margin: 0 0 20px;
  }
  .post-filter .block h3 {
    margin: 0 0 15px;
  }
  .post-filter .block {
    display: block;
    display: -webkit-block;;
    display: -moz-block;;
    display: -ms-block;;
  }
  .post-filter .block .widget-module ul {
    margin: 0 -15px;
  }
  .post-item {
    text-align:center;
  }
  .post-item .btn.btn-sm{
    margin: 0 auto;
  }
  .floor-plan-block-head h3 {
    font-size: 16px;
    line-height: 26px;
  }
  .floor-plan-block-head a {
    font-size: 12px;
  }
  fieldset.form-columns-1 .input,
  fieldset.form-columns-2 .input, 
  fieldset.form-columns-3 .input, 
  fieldset.form-columns-4 .input,
  .contact-wrapper fieldset.form-columns-1 .input, 
  .contact-wrapper fieldset.form-columns-2 .input {
    margin-right: 0 !important;
  }
  form.hs-form-b303dea7-03a9-4140-bd06-faada7b5ab6a_1636d428-e3fc-4107-8287-1a4c0e9e377a:not(.hs-video-form) .form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }
  .contact-wrapper fieldset.form-columns-1 {
    max-width: 100% !important;
  }
  ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg{
    font-size: 12px;
  }

  .g-content-area {
    padding: 15px 0;
  }
  .g-content-holder ul {
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px 0 0;
  }
  .g-content-holder ul li:first-child {
    max-width: 100%;
    margin: 0;
  }
  .g-content-holder ul li {
    margin:15px 10px 0;
  }
  .copyright {
    display: block;
    text-align: center;
    padding: 0 0 15px;
  }
  .blog-pagination ul {
    width: 100%;
    margin: 0 0 10px;
  }
  .pg li a { 
    width: 30px;
    height:30px;
    font-size: 14px;
    line-height:30px;
  }
  .all-posts-link, .first-posts-link a, .last-posts-link a {
    font-size: 14px;
    line-height:30px;
  }
  .blog-post-wrapper {
    padding: 40px 0 0;
  }
  fieldset label {
    font-size: 14px;
  }

  .bgpost {    
    min-height: 315px;
    height: auto;
  }

  .bgpost-content{
    font-size: 30px;
  }
  .backgroundfloor .blogposts .blogposts-wrap .postloop .bgpost-content {
    font-size: 14px;
  }
  .bgsc h2 {
    font-size: 25px;
  }
  .copyright p {
    margin: 0 auto 15px;
    max-width: 250px;
  }
  .copyright {
    padding: 0 0 15px;
  }
}
@media (max-width: 479.98px) {
  .form-wrapper, .form-wrapper.latest-articals {
    padding: 50px 0 !important;
  }
  fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
  }
  .page-banner-large .banner-title h1,
  .banner-title h1 {
    font-size: 40px;
  }
  .backgroundfloor .bgpost h3 {
    font-size: 28px;
  }
  .backgroundfloor .bgpost h3:after {
    top: 25px;
  }
}
 
.slick-list.dragging {
  cursor: pointer !important;
}