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


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

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


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


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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');
@import url('//fonts.googleapis.com/css?family=Bitter|Lato:400,700,900|Raleway:400,700|Roboto');
@import url('//fonts.googleapis.com/css?family=Lora:400,700');


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

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

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

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

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

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

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

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

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}
@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

html {
  height: 100%;
  margin: 0!important;
  -webkit-transition: all 1.3s ease-out;
  -moz-transition: all 1.3s ease-out;
  -o-transition: all 1.3s ease-out;
  -ms-transition: all 1.3s ease-out;
  transition: all 1.3s ease-out;
}

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

body {
  -webkit-font-smoothing: antialiased;
  background-color: #f6f6f6;
  line-height: 26px;
  font-family: 'Lato', sans-serif;
  color: #444;
  font-size: 18px;
  font-weight: 400;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1100px;
  margin: 0 auto;
}

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


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

/* Basic text */
p {
  color: #444;
  font-family: 'Lora', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
}

small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

sup {
  font-size: xx-small;
  vertical-align: super;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #303030;
  margin: 0;
  margin-bottom: 15px;
}

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

h1 {
  font-size: 30px;
  line-height: 1.25em;
}

h2 {
  font-size: 24px;
  line-height: 1.384615384615385em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
h3 {
  font-size: 17px;
  line-height: 1.304347826086957em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

h4 {
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
}

h5 {
  font-size: 15px;
  line-height: 1.571428571428571em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
h6 {
  font-size: 13px;
  line-height: 1.538461538461538em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

/* Anchor Links */
a, p a {
  color: #303030;
  text-decoration: underline;
}
a:hover, p a:hover, a:focus , p a:hover{
  color: #2b5066;
  text-decoration: none;
} 

blockquote {
  position: relative;
  padding: 14px 14px 14px 10px;
  border-left: 4px solid transparent;
  quotes: none;
}

/* Lists */
.body-container ul, .body-container ol {
  margin-left: 32px;
  margin-top: 16px;
  list-style-position: outside;
  padding: 0;
}

ul ul, ul ol, ol ol, ol ul {}
.body-container li{ 
  color: #444;
  font-family: 'Lora', serif;
  font-size: 16px;
  line-height: 26px;
  font-style: normal;
  font-weight: 400;}

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

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


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

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

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

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


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


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

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

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


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

.header-container-wrapper {}
.header-container {}
.menu-wrapper {
  padding: 0 45px;
  position: relative;
  background-color: #fff;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.no-nav .widget-type-logo{
  padding-bottom:5px; 
}

.widget-type-logo a{
  height: 55px;
  display:inline-block;
}

.widget-type-logo a img {
  width: auto!important;
  max-width: none;
  -webkit-transition: opacity .6s ease-in-out;
  -moz-transition: opacity .6s ease-in-out;
  -o-transition: opacity .6s ease-in-out;
  -ms-transition: opacity .6s ease-in-out;
  height: 100%;
}

.side_menu_button_wrapper {
  display: table;
}

.side_menu_button {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  height: 65px;
}

.side_menu_button>a {
  font-size: 14px;
  position: relative;
  display: inline;
  width: 20px;
  height: 20px;
  padding: 0 0 0 8px;
  -webkit-transition: opacity .3s ease;
  -moz-transition: opacity .3s ease;
  -ms-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  color: #9d9d9d;
}


.search-icon {
  float: right !important;
  width: auto !important;
  margin: 0 !important;
}

.custom-menu-primary.js-enabled {
  width: auto !important;
  float: right;
}

.header-form-wrap {
  background: none repeat scroll 0 0 #262626;
  color: #fff;
  margin: 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  min-height: 50px;
}

.header-form-wrap .page-center {
  position: relative;
}

.header-form-wrap .hs-search-field--open .hs-search-field__suggestions{
  padding: 10px;
}

.header-form-wrap .hs-search-field__suggestions li a{
  color: #fff;  
}

.header-form-wrap form {
  position: relative !important;
}

.header-form-wrap form:before {
  color: #959595;
  padding: 0;
  float: left;
  line-height: 50px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  font-size: 13px;
  position: absolute;
  top: 35%;
}

.header-form-wrap input.hs-search-field__input {
  background-color: #262626;
  border: medium none;
  box-shadow: none;
  color: #959595;
  display: inline-block;
  font-size: 13px;
  line-height: 20px;
  height: 20px;
  margin: 15px 0;
  width: 90%;
  padding: 0 45px 0 22px;
  font-family: inherit;
  outline: 0;
  outline-offset: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

.header-form-wrap .qode_search_close i{
  position: absolute;
  color: #959595;
  display: inline-block;
  float: left;
  line-height: 50px;
  right: 0;
  cursor: pointer;
  font-size: 13px;
}


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

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

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

.body-container .content-wrapper {
  padding: 40px 0;
}

.title.has_background {
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 1920px auto;
  height: 300px;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 101;
  border-bottom-color: #eee;
  margin-top: -65px;
}

.header-wrapper {
  position: relative;
  z-index: 999;
}

.title .not_responsive {
  display: none;
}
.title img {
  display: block;
  position: relative;
  width: 100%;
}

.title_holder {
  position: absolute;
  top: 0;
  display: block;
  padding-top: 65px;
  height: 235px;
  width: 100%;
  box-sizing: content-box;
}

.title_holder .container {
  display: block;
  height: 100%;
  vertical-align: middle;
  background-color: transparent;
}

.title_holder .page-center {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}

.title_subtitle_holder {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.title_subtitle_holder_inner {
  position: relative;
}
.title_holder h1{
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 47px;
  line-height: 60px;
  color: #ffffff;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin:0;
}

.title_holder h4.subtitle {
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
  color: #ffffff;
  font-family: 'Bitter', sans-serif;
  display: block;
  font-size: 19px;
  line-height: 1.375em;
  font-weight: 400;
  margin: 0;
}

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

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

.footer-wrapper {
  background-color: #262626;
  padding: 32px 0 52px;
}

.footer-col {
  width: 25% !important;
  margin: 0 !important;
}

.footer-col.column1 .column_inner {
  padding: 0 15px 0 0;
}

.footer-col.column2 .column_inner {
  padding: 0 10px 0 5px;
}
.footer-col.column3 .column_inner {
  padding: 0 5px 0 10px;
}

.footer-col.column3 .column_inner {
  padding: 0 5px 0 10px;
}

.footer-col.column4 .column_inner {
  padding: 0 0 0 15px;
}

.footer-col.column4 .column_inner img {
  float: right;
  vertical-align: top;
}

.column_inner p {
  color: #818181;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 20px;
  word-wrap: break-word;
}

.column2 .column_inner>div{
  margin: 0 0 0 15px;
}
.column3 .column_inner>div{
  margin: 0 0 0 10px;
}

.footer-wrapper  a {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  color: #818181;
  word-wrap: break-word;
}

.footer-wrapper  a:hover{
  color: #fff;
  text-decoration: none;
}
#back_to_top {
  color: #cdcdcd;
  height: auto;
  position: fixed;
  bottom: 65px;
  margin: 0;
  z-index: 9999;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  right: 25px;
  -webkit-backface-visibility: hidden;
}

#back_to_top span {
  width: 56px;
  height: 56px;
  line-height: 52px;
  text-decoration: none;
  -o-border-radius: 52px;
  -moz-border-radius: 52px;
  -webkit-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  border: 2px solid #e8e8e8;
  background: transparent;
  text-align: center;
}

#back_to_top span i {
  font-size: 22px;
  -webkit-transition: color .2s ease 0s;
  -moz-transition: color .2s ease 0s;
  -o-transition: color .2s ease 0s;
  color: #b0b0b0;
  line-height: 52px;
  position: relative;
  top: -1px;
}
#back_to_top:hover span {
  background-color: #e8e8e8;
}
.widget-type-logo {
  padding-top: 5px;
}

/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{
  vertical-align: middle;

}
.custom-menu-primary .hs-menu-wrapper > ul > li{}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  position: relative;
  padding: 0 17px;
  color: #9d9d9d;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 65px;
  color: #5a5a5a;
  font-size: 15px;
  display: inline-block;
  height: 100%;
  background-color: transparent;
  -webkit-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  -ms-transition: opacity .3s ease-in-out,color .3s ease-in-out;
  transition: opacity .3s ease-in-out,color .3s ease-in-out;
  text-decoration: none;
}


/* Child List */


.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  display: block;
  font-weight: 600;
  color: #9d9d9d;
  height: auto;
  line-height: 16px;
  margin: 0;
  padding: 9px 0;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 20px;
  color: #c9c9c9; 
  text-decoration:none;
  white-space: normal !important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  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;
}
/* #hs_cos_wrapper_post_body img:first-of-type {
display: none !important;
} */

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

  .custom-menu-primary .hs-menu-wrapper > ul ul{
    background-color: rgba(43,80,102,1);
    padding: 7px 0;
    display: inline-block;
    position: relative;
    border-color: #3d3d3d;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    width: 225px;
    border-bottom-width: 1px;
    border-bottom-color: #3d3d3d;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li:last-child ul{
    left: -100% !important;
    padding: 15px 10px;
    width: 201px;
    box-sizing: content-box;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li:last-child ul > li{
    width: 180px;
    padding: 0 10px 0 10px;
    box-sizing:content-box;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li:last-child ul li:first-child a{
    font-size:13px;
    margin-bottom: 7px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li:last-child ul li a{
    padding: 10.5px 9px;
  }

  .custom-menu-primary .hs-menu-wrapper ul ul > li.hs-item-has-children > a:after {
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    float: right;
    position: relative;
    top: 2px;
    font-size: 12px;
    color: #888;
    content: "\f105";
  }


  .custom-menu-primary .hs-menu-wrapper > ul li:last-child ul li a:before{
    font: normal normal normal 14px/1 FontAwesome;
    line-height: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    width: 24px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: -1px;
    font-size: 11px;
    color: #c9c9c9;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:last-child ul li:first-child a:before{
    content: "\f0e0";
    font-size: 13px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:last-child ul li:nth-child(2) a:before{
    content: "\f095";
  }

  .custom-menu-primary .hs-menu-wrapper > ul li:last-child ul li:nth-child(3) a:before{
    content: "\f09a";
  }

  .custom-menu-primary .hs-menu-wrapper > ul li:last-child ul li:last-child a:before{
    content: "\f0e1";
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li:last-child ul li a:hover:before{
    color: #ffffff;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a{
    color: #303030;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:hover{
    color: #5a5a5a;
  }

}


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

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

@media (max-width: 1000px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    top: 43px;
    left: 0;
    font-weight: normal;
    text-align: left;
    width: 19px;
    height: 17px;
    font-size: 14px;
    z-index: 50;
    position: absolute;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    color: #9d9d9d;
  }

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

  .child-trigger{
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 46px;
    line-height: 46px;
    margin: 0;
    padding: 0 10px 0 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 50px;
    z-index: 9000;
    -webkit-tap-highlight-color: transparent;
  }

  .child-trigger i{
    color: #888;
    display: inline;
  }


  .child-open.child-trigger i.fa-angle-right{
    display: none;
  }
  .child-open.child-trigger i.fa-angle-down{
    display: inline;
  }
  .child-trigger i.fa-angle-down{
    display: none;
  }

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

  .custom-menu-primary.js-enabled{
    position: static;
    padding-top: 0;
    margin: 0;
    width: 100% !important;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    /*     overflow: visible !important; */
  }

  .custom-menu-primary .hs-menu-wrapper > ul li:last-child{
    border:0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    float: left;
    text-align: left;
    background-color: #fff;
    z-index: 100;
  }

  .custom-menu-primary .hs-menu-wrapper ul{
    margin: 0 auto;
  }
  /* 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-bottom: 1px solid #eaeaea;
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    font-size: 13px;
    font-weight: 400;
    color: #888;
    padding: 10px 0 10px 0;
    display: block;
    position: relative;
    text-transform: none;
    line-height: 26px;
    letter-spacing: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{

  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    border-top: 1px solid #eaeaea;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 0 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-size: 13px;
    font-weight: 400;
    color: #888;
    padding: 10px 0 10px 0;
    display: block;
    position: relative;
    text-transform: none;
    line-height: 26px;
    letter-spacing: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-tap-highlight-color: transparent;
    text-decoration: underline;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    color: #2b5066;
    text-decoration: none;
  }
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{

  }

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


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


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

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

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

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

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


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

.blog .blog-content {}

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

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

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

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

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

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

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}


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

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

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

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

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

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


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

.blog .blog-sidebar {}

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

.blog.type-two-temp .blog-sidebar .widget-span {
  margin: 0 0 42px;
}


.blog .blog-sidebar input.hs-search-field__input {
  display: inline-block;
  text-decoration: none;
  border: 0;
  outline: 0;
  color: #adadad;
  font-family: inherit;
  margin: 0;
  padding: 2px 4%;
  width: 74%;
  height: 37px;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  background-color: #fff;
}

.blog .blog-sidebar form {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
}

.blog .blog-sidebar input.hs-button{
/*   width: 37px; */
  height: 37px;
  line-height: 37px;
  display: inline-block;
  margin: 0;
  padding: 0 4%;
  outline: 0;
  border: 0;
  text-decoration: none;
  background-color: transparent;
  color: #b9b9b9;
  font-family: 'FontAwesome',sans-serif;
  cursor: pointer;
  white-space: nowrap;
  float: right;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  font-size: 13.3333px;
  font-weight: 400;
  text-align: center;
}
.blog .blog-sidebar input.hs-button:hover{
  background-color: #fff;
  border-color: transparent;
  color: #b9b9b9;  
}

.blog-sidebar-recent-post ul li {
  list-style: none !important;
  line-height: 18px;
  margin-bottom: 23px;
}

.blog-sidebar-social .job_description p {
  font-size: 14px;
  line-height: 24px;
  color: #444;
  font-family: 'Lora', sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
}

.blog-sidebar-social .job_description p a {
  text-decoration: none;
}

.blog-sidebar-social .widget.widget_text {
  margin: 0 0 42px;
}

.sfsi_widget {
  min-height: auto;
}

.norm_row {
  float: left;
  min-width: 25px;
  width: auto !important;
}
.sfsi_wicons {
  display: inline-block;
  color: #000;
  vertical-align: baseline;
}
.sfsi_wicons {
  margin-bottom: 30px;
  position: relative;
  padding-top: 5px;
}
.inerCnt {
  position: relative;
  z-index: inherit!important;
  width: 100%;
  float: left;
}

aside .widget a {
  color: inherit;
}

.sfcm.sfsi_wicon {
  padding: 0;
  width: 100%;
  border: medium none;
}

.sfcm.sfsi_wicon {
  margin: -1px;
  padding: 0;
}

.sfsi_tool_tip_2, .tool_tip {
  background: #FFF;
  border: 1px solid #e7e7e7;
  box-shadow: #e7e7e7 0 0 2px 1px;
  display: block;
  float: left;
  margin: 0 0 0 -52px;
  padding: 5px 14px 5px 14px;
  position: absolute;
  z-index: 10000;
  border-bottom: #e5e5e5 solid 4px;
  width: 100px;
}

.fb_tool_bdr, .gpls_tool_bdr, .linkedin_tool_bdr, .printst_tool_bdr, .twt_tool_bdr {
  bottom: 100%;
  left: 50%;
  margin-bottom: 2px;
}
.fb_tool_bdr {
  width: 68px;
  height: auto;
}
.sfsi_tool_tip_2 .bot_arow {
  background: url(//cdn2.hubspot.net/hubfs/5499200/UnitedGroup_March2019/Images/bot_tip_icn.png) no-repeat;
  position: absolute;
  bottom: -21px;
  left: 50%;
  width: 15px;
  height: 21px;
  margin-left: -5px;
}
.fb_tool_bdr .sfsi_inside {
  text-align: center;
  width: 100%;
  float: left;
  overflow: hidden;
}
fb_tool_bdr .sfsi_inside .icon3 {
  margin: 1px 0 2px 0;
  height: 20px;
  width: 62px;
  display: inline-block;
  float: none;
}

.sfsi_tool_tip_2 .sfsi_inside div {
  min-height: 0;
}

.sfsi_wicons:hover .sfsi_tool_tip_2 {
  opacity: 1 !important;
  display: table;
  z-index: 999 !important;
}

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

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

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

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

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

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


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


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

/* Form Field */
.body-container .hs-form-field {
  margin: 0 0 20px 0;
  color: #444;
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
}

.body-container ul.hs-error-msgs.inputs-list label {
  padding: 5px;
  max-width: 100%;
  font-family: 'Raleway',sans-serif;
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  line-height: inherit;
  background-color: rgba(255,223,224,.25);
  font-size: 14.634px;
}

.body-container ul.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.body-container .hs_error_rollup label {
  position: relative;
  color: #fff !important;
  font-weight: 500 !important;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  border: 0;
  background-color: transparent !important;
}

.body-container .hs_error_rollup {
  background-color: #f1c40f;
  padding: 17px 30px 17px 30px;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 5px;
}

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

/* Labels and Legends */
.body-container label ,
.body-container .hs-form-field > label {
  font-weight: 400;
  display: inline-block;
  line-height: 1.3;
  font-size: inherit;
  color: #444;
  font-family: 'Lora', serif;
}

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  background-color: #efefef;
  border: 1px solid #999;
  margin: 5px 0 0;
  color: #818181;
  line-height: 17px;
  font-weight: 400;
  font-size: inherit;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  max-width:500px;
  width: 100%;
  display:block;
}

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

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

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

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

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

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

/* Error */
.hs-error-msgs label{}

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  font-size: 1em;
  width: auto;
  margin: 0 16px 0 0;
  font-family: 'Raleway',sans-serif;
  display: inline-block;
  height: 39px;
  line-height: 36px;
  padding: 0 23px;
  border: 2px solid #303030;
  font-weight: 700;
  text-align: left;
  color: #303030;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  background-color: transparent;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  -o-transition: all .1s linear;
  transition: all .1s linear;
}

.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
  background-color: #2b5066;
  border-color: #2b5066;
  color: #fff;
}

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

.input {
  padding-top: 13px;
}

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

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


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

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


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

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


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

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


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



/*================== Properties Blog Listing ======================*/

.property-blog.pro-list .blog-content ,
.blog.type-two-temp.hs-blog-post .blog-content{
  width: 75%;
  padding: 0 20px 0 0;
}
.blog.type-two-temp .blog-content,
.blog.type-two-temp .blog-sidebar{

  float:left !important; 
}
.property-blog.pro-list .blog-sidebar,
.blog.type-two-temp .blog-sidebar{
  width: 25%;
  margin-left:0;
}

.blog.type-two-temp .blog-sidebar{
  padding: 122px 0 0 20px;
}

.pro-list .post-item {
  display: inline-block;
  width: 100%;
  margin: 0 0 60px;
}

.pro-list .hs-featured-image-wrapper a {
  text-decoration: none;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}

.pro-list img.hs-featured-image {
  position: relative;
  width: 100%;
  display: block;
  float: none;
  margin: 0;
  max-width: 100%;
}

.pro-list .post-listing {
  padding-top: 25px;
}

.post_text_inner {
  padding: 23px 23px 35px 23px;
  background-color: #fff;
}

.post_text_inner h3 {
  margin: 0;
}

.post_text_inner h2 a {
  text-decoration: none;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}

.post_info {
  display: inline-block;
  width: 100%;
  margin: 0 0 18px;
  color: #bebebe;
  font-weight: 500;
}

.post_text_inner h2 {
  margin: 0;
}

.post_more {
  margin: 30px 0 0;
}

.post_more a.qbutton {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.pagination {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 0 55px;
  position: relative;
}

.pagination ul li {
  float: left;
}

.pagination a {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 8px 0 0;
  text-align: center;
  color: #b4b4b4;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  border: 2px solid #e5e5e5;
  outline: 0;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  box-sizing: content-box;
}

.pagination a:hover{
  color: #303030;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}

.pagination a.active{
  color: #303030;
  background-color: #e3e3e3;
  border-color: #e3e3e3;
  font-weight: 400;
}

.pagination> div {
  display: inline;
}
/*================== End ======================*/



/*================== Properties Blog Post ======================*/

.blog-post-banner {
  height: 200px;
}

.blog-post-banner .title_holder h1 {
  font-size: 24px;
  line-height: 1.384615384615385em;
  color: #303030;
  text-shadow: none;
}

.blog-post-banner .title_holder {
  height: 135px;
}

.blog-post-banner h4.subtitle {
  text-shadow: none;
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.title.has_background.blog-post-banner {
  height: 200px;
}

.property-blog .blog-content {
  width: 66.66%;
  float:left;
}

.property-blog .blog-sidebar {
  width: 33.33%;
  margin: 0;
  float:left;
}

.portfolio_detail{
  padding: 0 0 0 20px;
}

.portfolio_detail .info {
  border-bottom: 1px solid #ccc;
}
.portfolio_detail .info {
  padding: 0 0 9px;
  margin: 0 0 9px;
}

.portfolio_tag_holder {
  padding: 10px;
  background-color: #666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}

.portfolio_tag_ugoc {
  font-size: 24px;
  font-weight: 800;
  color: #fff;
}

.info.portfolio_content p {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 12px;
}

.info.portfolio_custom_field p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.portfolio_custom_field h6{
  margin: 0;
}

.portfolio_custom_field.tag h3 {
  font-size: 13px;
  line-height: 1.538461538461538em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #303030;
  margin: 0;
}

.portfolio_custom_field.tag ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.property-blog .section.post-footer {
  display: none;
}

.portfolio_custom_field.tag ul li a {
  text-decoration: none;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 21px;
  font-style: normal;
  font-weight: 400;
  color: #444;
  cursor: unset;
}

.portfolio_custom_field.tag ul li {
  line-height: normal;
}

.portfolio_custom_field.tag  span.filter-link-count {
  display: none;
}

.cm-flexslider .slick-slider {
  margin: 0;
  padding:0;
}

.cm-flexslider .slick-slider img{
  width: 100%;
  display: block;
}

.cm-flexslider .slick-prev, .cm-flexslider .slick-next{
  width: 46px;
  height: 46px;
  margin: -26px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  color: #8a8a8a;
  background-color: transparent;
  text-align: center;
  z-index: 200;
  webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;

}

.cm-flexslider{
  padding: 0 20px 40px 0; 
}

.cm-flexslider .slick-prev{
  left:15px;
}

.cm-flexslider .slick-next{
  right:15px; 
}

.cm-flexslider .slick-prev:before, .cm-flexslider .slick-next:before{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 42px;
  color: #fff;
  font-size: 22px;
  width: 46px;
  height: 46px;
  line-height: 41px;
  border: 2px solid #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  border-radius: 2em;
  opacity: 1;
}
.cm-flexslider:hover .slick-arrow:hover:before{
  color: #8a8a8a;
  background-color: #ffffff;
}

.cm-flexslider .slick-prev:before{
  content: "\f104";
}

.cm-flexslider .slick-next:before{
  content: "\f105";
}


.social_share_holder a {
  text-decoration: none;
}

.social_share_dropdown {
  display: block;
  left: 3px;
  margin: 0;
  padding: 10px 0 0 0;
  position: absolute;
  top: 100%;
  width: 35px;
  visibility: hidden;
  z-index:999;
}

.social_share_dropdown .inner_arrow {
  display: block;
  position: absolute;
  top: -6px;
  left: 8px;
  width: 0;
  height: 0;
  border-color: transparent transparent #323232 transparent;
  border-style: solid;
  border-width: 9px;
  z-index: 999;
}

.social_share_dropdown ul {
  list-style: none;
  position: relative;
  display: block;
  background-color: #323232;
  z-index: 990;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 0!important;
  width: 35px;
  margin: 0;
}
.social_share_dropdown ul li {
  display: block;
  position: relative;
  text-align: center;
}

.social_share_dropdown ul li a {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 5px 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0!important;
}

.social_share_dropdown ul li a:hover i{
  color: #2b5066;
}

.social_share_holder {
  position: relative;
  display: inline-block;
}

.info.portfolio_custom_date p {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.social_share_holder:hover .social_share_dropdown {
  visibility: visible;
}
.social_share_dropdown ul li i {
  font-size: 17px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #fff;
  text-align: center;
}

.portfolio_custom_date h6{
  margin:0;
}

.info.portfolio_custom_field p a {
  text-decoration: none;  
  word-break: break-all;
}



.cm-flexslider .slick-prev:before, .cm-flexslider .slick-next:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 42px;
  color: #fff;
  font-size: 22px;
  width: 46px;
  height: 46px;
  line-height: 41px;
  border: 2px solid #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  border-radius: 2em;
  opacity: 1;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
}


/*=============== End =================*/


/*============== Company Inner Layout =============*/
.company-inner-lay .title.has_background{
  height: 200px; 
}
.company-inner-lay .title_holder{
  height: 135px; 
}
.com-inner-text p {
  padding-bottom: 15px;
}

.com-inner-text sup,
.portfolio-left-col sup,
sup{
  top: 0;
  line-height: inherit;
}

a.qbutton,.comp.qbutton a{
  font-style: normal;
  font-weight: 400;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin: 32px 0;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding: 0 17px;
  text-align: center;
  border: 2px solid #303030;
  font-family: inherit;
  color: #303030;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

a.qbutton:hover,.comp.qbutton a:hover {
  background-color: #2b5066;
  border-color: #2b5066;
  color: #fff;
}


/*============== End =======================*/


/*============= Company Layout ===================*/


.service-twocol-wrap.comp-twocol p {
  padding-bottom: 15px;
}

.comp-twocol{
  padding-bottom:32px;
}


.comp-twocol .service-text-col li {
  color: #444;
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
}

.comp-twocol .service-text-col {
  padding-bottom: 0;
}

.comp-twocol .service-text-col ul {
  margin-bottom: 0;
}

.leadership-col.three-col {
  width: 33.33333333%;
}

.com-sec-four-col {
  background-color: #ffffff;
}

.company-lay .body-container .content-wrapper{
  padding-bottom:0;
}
.leadership-col.three-col:nth-child(3n+1) {
  clear: left;
}

.company-lay .service-twocol-wrap .service-text-col h2{
  padding-top:0; 
}

.q_team_social_holder {
  position: relative;
  text-align: center;
}

.q_social_icon_holder {
  position: relative;
  margin: 0 6px;
}

.q_social_icon_holder i {
  font-size: 19px;
  color: #bcbcbc;
}

.q_social_icon_holder i {
  color: #bcbcbc;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.q_social_icon_holder:hover i{
  color: #2b5066;
}

.separator {
  background-color: #dddddd;
  height: 1px;
  position: relative;
  display: block;
  margin: 26px 0;
}

.service-onecol-content ul {
  margin-bottom: 0;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
}

.service-onecol-content ul li {
  color: #444;
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
}

.service-onecol-wrap {
  padding-bottom: 32px;
}

/*============== End =======================*/




/*============= Service ===================*/

.service-lay .title_subtitle_holder {
  padding-bottom: 40px;
}

.service-text-col {
  width: 66.66666667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 32px;
}
.service-text-col p {
  padding-bottom: 15px;
}

.service-image-col {
  width: 33.33333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.section_inner_margin{
  margin-left: -15px;
  margin-right: -15px;
}

.service-twocol-wrap,
.service-column-wrap,
.leadership-col-wrap{
  overflow:hidden;
}

.service-column {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.service-column img {
  vertical-align: middle;
  max-width: 100%;
}

.wpb_single_imager {
  margin-bottom: 16px;
}

.service-title-wrap h3 {
  text-align: center;
  margin: 0;
}

.service-lay .body-container .content-wrapper {
  padding-bottom: 29px;
}

.service-lay .title.has_background {
  padding: 30px 0;
}


.service-twocol-wrap p {
  padding: 0;
}

.right .service-text-col {
  float: right;
}

.com-sec-two {
  background-color: #ffffff;
}
.com-sec-two {
  background-color: #ffffff;
}

h3.leader-title {
  padding: 32px 0;
  margin: 0;
}

.leadership-col.four-col {
  width: 25%;
}

.leadership-col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.q_team_image img {
  width: 100%;
  vertical-align: middle;
}

.q_team_text {
  padding: 23px 16px 23px;
  border-style: none;
  border-width: 1px;
  border-color: #f6f6f6;
  border-top: none!important;
}

.q_team_title_holder {
  margin: 0 0 9px;
  text-align: center;
}

.q_team_title_holder .q_team_name {
  margin-bottom: 7px;
}

.section_inner_margin:after {
  display: table;
  width: 100%;
  content: "";
}

.recent-title h3 {
  padding: 32px 0 16px;
  margin: 0;
}

.portfolio-inner-lay .recent-title h3{
  padding-bottom:0;
}

.portfolio_category-wrap{
  padding-top:32px;
  margin: 0 -13px;
}


article.portfolio_category {
  position: relative;
  vertical-align: top;
  -webkit-transition: all .7s ease-out;
  -moz-transition: all .7s ease-out;
  -o-transition: all .7s ease-out;
  transition: all .7s ease-out;
  text-align: left;
  font-size: .1px;
  line-height: 0;
  list-style-type: none;
  display: inline-block;
  padding-right: 13px;
  float: left;
  padding-left: 13px;
}

article.portfolio_category.three-col {
  width: 33.333%;
  margin: 0 0 2.4%;
}

article.portfolio_category.three-col:nth-child(3n+1) ,
article.portfolio_category.five-col:nth-child(5n+1){
  clear: left;
}

article.portfolio_category.five-col{
  width: 20%; 
  margin: 0 0 2.9%;
}



span.rece-image{
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  -moz-transform: translateZ(0px);
  -webkit-transform: translateZ(0px);
}

span.rece-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out;
  -ms-transition: -ms-transform .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
}

.portfolio_link:hover span.rece-image img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

span.rec-text_holder {
  background-color: rgba(21,21,21,0.78);
  bottom: 0;
  display: inline-block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out;
  -ms-transition: opacity .4s ease-in-out;
  visibility: visible;
  overflow: hidden;
  width: 100%;
  z-index: 200;
  display: none;
}

span.rec-text_outer {
  display: table;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

span.rec-text_inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

span.feature_holder {
  display: inline-block;
}

.feature_holder_icons a {
  position: relative;
  display: inline-block;
  margin: 0 0 5px 0;
  -webkit-backface-visibility: hidden;
  border-color: #fff;
  color: #fff;
  border: 2px solid #303030;
  ont-weight: 700;
  font-family: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  text-shadow: none;
  background-color: transparent;
  -webkit-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -moz-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -ms-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -o-transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  transition: color .1s linear,background-color .1s linear,border-color .1s linear;
  -webkit-box-sizing: initial!important;
  -moz-box-sizing: initial!important;
  box-sizing: initial!important;
}

.qbutton.small {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  padding: 0 17px;
}

.portfolio_category-wrap:after {
  display: table;
  width: 100%;
  content: "";
}

.portfolio_description {
  padding: 20px 0 22px;
  text-align: left;
  border-style: none;
  border-top: none!important;
  border-width: 1px;
  border-color: #fefefe;
}

.portfolio_description .portfolio_title {
  display: block;
  margin: 0 0 3px 0;
}

.portfolio_title a{
  text-decoration: none;
  cursor: pointer;
  color: #303030;
}

span.project_category {
  line-height: 22px;
  display: block;
  font-size: 13px;
  font-weight: 500;
}

.portfolio_title a:hover {
  color: #2b5066;
}

.recent-col-wrap {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
}

.recent-post-wrap{
  overflow:hidden;  
}

.service-inner-lay .body-container .content-wrapper{
  padding-bottom:0; 
}

.service-twocol-wrap h2 {
  padding: 32px 0 16px;
  margin: 0;
}

.service-inner-lay.hs-content-id-8632509625 .service-twocol-wrap h2{
  padding-top:0
}

.service-inner-lay.hs-content-id-8686585725 .service-twocol-wrap h2{
  padding: 0 0 16px;
}


/*================ End ====================*/

/*================ Portfolio Layout ====================*/
.portfolio-col {
  width: 16.66666667%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.porfolio-title h3 {
  padding-top: 16px;
  margin: 0;
}

.portfolio-col-wrap{
  overflow:hidden;
}

.service-inner-lay.hs-content-id-8686585725 .portfolio_category-wrap{
  padding-top: 0;
}

.service-inner-lay.hs-content-id-8686585725 .recent-title h3{
  padding: 12px 0 16px;
}

.service-inner-lay.hs-content-id-8686585725 .recent-content {
  padding: 32px 0;
}

.recent-post-wrap .separator {
  background-color: #2b5066;
  height: 1px;
  margin: 10px 0 0;
}

.five-col .portfolio_description .portfolio_title {
  font-size: 15px;
  line-height: 1.571428571428571em;
}
/*================ End ====================*/


/*================ Portfolio Inner Layout ====================*/

.portfolio-inner-lay .title_holder .container {
  padding-bottom: 27px;
}

.portfolio-inner-lay.hs-content-id-8614714926 .title_holder .container{
  padding-bottom:0;
}

.portfolio-left-col {
  width: 75%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.portfolio-right-col {
  width: 25%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.portfolio-left-col p img {
  float: right;
  margin: 0 0 20px 20px;
  height: auto;
  max-width: 100%;
  width: 175px;
}
.portfolio-right-col h5 {
  padding-bottom: 10px;
  margin: 0;
}

.upw-posts .hs-rss-item ,
.upw-posts article{
  display: block;
  margin-bottom: .75em;
  padding-bottom: .5em;
  border-bottom: 1px solid #ddd;
}
.upw-posts header,
.upw-posts .hs-rss-item-text{
  width: 100%;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  position: relative;
  z-index: 110;
  -webkit-backface-visibility: hidden;
}

.upw-posts .entry-title {
  margin-bottom: .5em;
  font-size: 14px;
}

.upw-posts .entry-title a {
  text-decoration: none;
}
.upw-posts .hs-rss-item-text a{
  margin-bottom: .5em;
  font-size: 14px;
  line-height: 1.375em;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}
.upw-posts .hs-rss-item-text a:hover,
.upw-posts .entry-title a:hover{
  text-decoration: underline;
}
.upw-posts .entry-meta,
.upw-posts .hs-rss-byline{
  color: #888;
  font-size: .7em;
  margin-bottom: 1em;
  line-height: 1.4;
}

.upw-posts .hs-rss-item:last-child,
.upw-posts article:last-child{
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.portfolio-inner-lay .body-container .content-wrapper{
  padding-bottom: 0;
}

blockquote.with_quote_icon i {
  color: #2b5066;
  font-size: 22px;
  margin: 6px 0 0;
  float: left;
}
.portfolio-left-col blockquote.with_quote_icon{
  padding-top: 31px;
  margin: 0;
  padding-bottom: 46px; 
}

blockquote.with_quote_icon h5 {
  padding: 0 0 0 40px;
}
blockquote.with_quote_icon{
  padding-top:46px;

}
blockquote h5 {
  line-height: 1.5625em;
  text-transform: none;
  font-size: 21px;
  letter-spacing: normal;
  font-weight: 400;
  margin: 0!important;
  color: #2b5066;
  font-size: 16px;
}
.portfolio-inner-lay.hs-content-id-8639582145 .title_holder .container,
.portfolio-inner-lay.hs-content-id-8642792350 .title_holder .container{
  padding-bottom:0;
}
.portfolio-inner-lay .service-twocol-wrap p {
  padding-bottom: 15px;
}

.portfolio-image-cont-col-wrap{
  overflow:hidden; 
  padding-top:32px;
}

.portfolio-image-cont-col {
  width: 33.33333333%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom:13px;
}

.portfolio-image-cont-title h3 {
  color: #2b5066;
  padding-top: 16px;
}

.portfolio-image-cont-col:nth-child(3n+1) {
  clear: left;
}
/*================ End ====================*/

/*=============== Contact Layout =============*/

.contact-form {
  padding-top: 32px;
}
.job_description p {
  font-size: 14px;
  padding-bottom: 14px;
  line-height: 20px;
}

.job_map{
  padding-top:16px ;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;

}

.embed-container iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-form .form-title {
  padding-bottom: 21px;
}

/* .contact-form .form-columns-2 label{
display:none;
} */

.contact-form  .hs-form fieldset.form-columns-2 .hs-form-field > label {
  display: block;
  font-size: .813em;
  letter-spacing: .5pt;
  white-space: nowrap;
}

.contact-form .form-columns-2 .hs-richtext label{
  display:block;
}

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

.contact-form .hs-email,
.contact-form .hs-phone{
  width:50%;
}

.contact-form  textarea {
  height: 160px;
  width: 100%;
  max-width: 100%;
  color: #333333;
  background-color: #efefef;
  border: 1px solid #999;
  margin: 5px 0 0;
  line-height: 17px;
  padding: 15px;
}

.contact-us .body-container .content-wrapper{
  padding-bottom:26px;
}

/*=================== End ========================*/

/*================== Home ========================*/

.home-lay .body-container .content-wrapper {
  padding: 0 0 20px;
}

img.home-preloaded {
  width: 100%;
  height: 100%;
  font-size: 17.8406px;
  padding: 0px;
  border-width: 0px;
  left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  top: -138.76px;
  position: relative;
}

.home-slider-wrapper {
  width: 1903px;
  height: 680px;
  overflow: hidden;
  padding-bottom:32px;
}

.home-slider-wrapper {
  height: 65vw;
  overflow: hidden;
  padding-bottom: 32px;
  max-height: 600px;
}

.home-slider-wrapper .slick-list,
.home-slider-wrapper .slick-track{
  height: 100%;
}


.home-lay .service-image-col a.qbutton {
  font-weight: 700;
  text-align: center;
  height: 39px;
  line-height: 39px;
  margin: 16px 0 0;
  padding: 0px 23px;
  font-size: 13px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-family: Lato;
}

.home.section_inner_margin {
  margin-left: -15px !important;
  padding-bottom: 32px;
}
.home-lay .service-image-col p{
  padding:0; 
}
.home-lay .service-image-col h3{
  margin:0;
}
.home-lay .portfolio-left-col{
  width: 33.33333333%;
}
.home-lay .portfolio-right-col {
  padding-left: 32px ;
  width: 66.66666667%;
  margin:0 !important
}

.home-lay .portfolio-right-col img{
  float: left;
  margin: 0 20px 20px 0;
}
.home-lay .portfolio-right-col  p{
  font-size: 14px;
  line-height: 24px;
}
i.fa.fa-arrow-right {
  margin: 0 0 0 15px;
}

.call_to_action.normal {
  background-color: #2b5066;
  position: relative;
  display: block;
  padding: 51px 21px;
}

.text_wrapper.column1 {
  width: 75%;
  float: left;
}

.call_to_action_text {
  color: #fff;
  letter-spacing: 1px;
  font-size: 22px;
  font-weight: 500;
}

.call_to_action_text h3 span {
  color: #ffffff;
}

.call_to_action_text h3 {
  margin: 0;
}

.button_wrapper-column {
  text-align: right;
  width: 25%;
  float: left;
}

.two_wrapper-columns:after {
  display: table;
  width: 100%;
  content: "";
}

.button_wrapper-column a {
  margin: 0;
  margin-top: -26px;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
  background-color: rgb(43, 80, 102);
  position: absolute;
  right: 0;
  top: 50%;
  margin: -21px 0 0 0;
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  padding: 0 29px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-weight: 700;
}

.two_wrapper-columns {
  position: relative;
  width: 100%;
}

.home-lay .service-twocol-wrap {
  padding-top: 32px;
}

.button_wrapper-column a:hover {
  color: rgb(43, 80, 102);
  border-color: rgb(43, 80, 102);
  background-color: rgb(255, 255, 255);
}
.slider-cap {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 999999;
}
.home-lay .service-twocol-wrap.comp-twocol.left {
  background: #fff;
  padding-top: 26px;
}

.home-lay .caption-content {
  position: absolute;
  bottom: 16px;
}

.home-lay .slick-slide{
  background:#fff;  
}

.home-lay .slick-slide-inner-wrapper a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left:0;
  top:0;
  z-index:99;
}
.home-lay .slick-slide-inner-wrapper a:focus{
  outline:none;
}
.home-page-sldier .slick-slider{
  padding: 0;
  margin: 0;
}

.home-page-sldier .slick-slide-inner-wrapper img {
  display: none;
}
.home-page-sldier .slick-slide-inner-wrapper{
  width: 100%;
}

.home-page-sldier {
  overflow: hidden;
  position: relative;
}

.slider-content {
  min-height: 694px;
  background-size: contain;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.home-page-sldier .slider-content h2 {
  font-weight: 700;
  padding: 6.93802px 11.8937px;
  font-family: Lato, sans-serif;
  font-size: 47.575px;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  white-space: nowrap;
  margin: 0;
  letter-spacing: 0;
  text-transform: none;
  padding-top: 0;
  padding-left:34px;
  position: relative;
}

.home-page-sldier .slider-content h3 {
  font-weight: 700;
  padding: 0 11.8937px;
  text-shadow: rgba(0, 0, 0, 0.8) 2px 2px 5px;
  font-family: Lato, sans-serif;
  font-size: 23.7875px;
  color: rgb(255, 255, 255);
  white-space: nowrap;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  line-height: normal;  
  padding-left:34px;
  position: relative;
}

.home-page-sldier ul.slick-dots {
  bottom: 25px;
  position: absolute;
  margin: 0;
  height: 20px;
}

.home-page-sldier ul.slick-dots li {
  height: 20px;
  margin: 0;
}

.home-page-sldier .slick-dots li button{
  background-image: url(//cdn2.hubspot.net/hubfs/5499200/UnitedGroup_March2019/Images/skin.png);
  background-position: -75px -150px;
}

.home-page-sldier .slick-dots li button:before{
  display:none;
}
.home-page-sldier  .slick-prev,.home-page-sldier  .slick-next{
  display:none !important;
}

.home-page-sldier .slick-slide-inner-wrapper img.ls-preloaded {
  top: 116.432px;
  left: 0;
  width: 100%;
  height: 297.344px;
  border-width: 0px;
  opacity: 1;
  display: block;
  position: relative;
  max-width: 1932.73px;
}

/*============ End ===================*/
.service-lay .service-twocol-wrap p {
  padding-bottom: 15px;
}
.service-lay {
  padding: 0;

}

.news-blog ul.slick-dots {
  display: none !important;
}

/*============== About Layout ===========*/

.blog-banner .title {
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  z-index: 101;
  border-bottom-color: #eee;
}

.type-two-temp .title_outer.with_image.blog-banner .title {
  height: auto!important;
  line-height: normal;
  background: 0;
}

.blog-banner .image.responsive {
  height: 600px;
}

.blog-banner .responsive img {
  height: 600px;
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
}
.type-two-temp  .title_outer.with_image .title .title_holder{
  height: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  top: 0;
  display: block;
  box-sizing: inherit;
  padding: 0;
}
.type-two-temp .title_outer.with_image .title .title_holder .cm-container{
  vertical-align: middle;
  background-color: transparent;
  position: static;
  padding: 0;
  width: 100%;
  z-index: 100;
  display: block;
  height: 100%;
}


.type-two-temp .title_outer.with_image .title .container_inner{
  display: table;
  height: 100%;
  position: relative;
  margin: 0 auto;
  width: 100% !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.type-two-temp .title_outer.with_image .title .title_subtitle_holder{
  padding: 0;
  position: relative;
  padding-top: 65px;
  display: table-cell;
  vertical-align: middle;
}

.type-two-temp .title_subtitle_holder_inner {
  position: relative;
}


.type-two-temp .title.title_size_large h1 {
  padding: 0;
  margin: 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.304347826086957em;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.blog.type-two-temp .title.title_size_large h1{
  line-height: 60px;
  font-size: 47px;
}

.blog.type-two-temp .blog-banner .title_subtitle_holder_inner .subtitle{
  line-height: 1.375em; 
}

.blog-banner .title_subtitle_holder_inner>h1>span {
  color: white;
  font-size: 108px;
  text-shadow: 5px 5px 5px #000;
  text-transform: none;
}


.blog-banner  .title_subtitle_holder_inner .subtitle {
  color: white;
  margin: 0px;
  font-size: 31px;
  font-weight: 400;
  display: block;
  margin-left: 10px;
  text-shadow: 2px 2px 2px #000;
  font-family: 'Lato', sans-serif;
  line-height: normal;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.type-two-temp .post-item{
  width: calc(31.5% - 12.5px);
  margin: 0 12.5px 20px;
  padding: 0;
  text-align: left;
  vertical-align: top;
  z-index: 100;
  border: 0;
  background-color: #fff;
  float: left;
  display: block;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
}

.type-two-temp .blog-section {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.blog.type-two-temp .content-wrapper {
  padding-left: 15px !important;
  padding-right: 15px !important;
  padding-top: 72px !important; 
}


.q_masonry_blog_post_image {
  margin: 0;
  width: auto;
}
.q_masonry_blog_post_image img {
  vertical-align: middle;
}

.post-item:first-child .q_masonry_blog_post_image:after{
  font-family: Bitter;
  content: "Latest Post";
  background-color: rgba(72,135,173,1);
  color: white;
  text-align: center;
  display: block;
  font-size: 24px;
  padding: 20px 0px 20px 0px;
  text-transform: uppercase;
}

.q_masonry_blog_post_text {
  padding: 20px 15px 20px 15px;
}

.q_masonry_blog_title {
  line-height: 1.304347826086957em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  color: #4887ad;
  font-size: 18px;
  margin-bottom: 16px;
}

.q_masonry_blog_title a,
.q_masonry_blog_title a:hover{
  color: #4887ad;
  text-decoration: none;
  cursor: pointer;
}

.type-two-temp .post-body{
  color: #444;
  font-style: normal;
  font-weight: 400;
  font-family: 'Lora', sans-serif;
  font-size: 14px;
  line-height: 22px;  
}
.q_masonry_blog_post_info {
  color: #4887ad;
  margin: 15px 0 0 0;
  font-size: 14px;
}


.type-two-temp .post-item .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 100%;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: inline-block !important;
  float: none;
  margin: 0;
  object-fit: cover;
}
.type-two-temp .post-listing {
  margin: 0px -12.5px;
}

.type-two-temp .blog-pagination a {
  display: inline-block;
  padding-right: 16px;
}


.photo-head .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #4887ad;
}
.photo-head .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
  opacity: .8;
}

.about-lay .main-content {
  padding-top: 32px;
}

.about-lay  .body-container .content-wrapper{
  padding-bottom:32px;
}

.photo-footer {
  padding: 72px 0 52px;
}

.photo-footer .column_inner p {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Lora', sans-serif;
}

.photo-footer .column_inner a{
  text-decoration:none;
}


/*============= End ================*/

/*================ photosold Layout ================*/


.photosold-lyt .custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: #4887ad !important;
}

.photos-gallery-module {
  border-top: 1px solid #eaeaea;
  margin-top: 10px;
  padding-top: 10px;
  overflow: hidden;
}

.photos-gallery-module h2 {
  color: #4887ad;
  margin: 0;
}



.lightbox-row {
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}



.lightbox-item {
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
  padding: 6px;
  margin-bottom: 20px;
}
.photos-title a {
  color: #4887ad!important;
  text-decoration: none;
}


.photos-title p {
  margin: 0 0 16px;
}

.lightbox-wrapper {
  margin: 0 -15px;
  width: auto!important;
}
.has-overlay .lightbox-item img {
  -webkit-filter: grayscale(85%);
  filter: grayscale(85%);
  opacity: 0.90;
  transition: 1s all ease;
}

.has-overlay .lightbox-item img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.slick-lightbox img {
  padding: 10px;
  background: #fff;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.slick-lightbox .slick-arrow {
  z-index: 11;
  width: 44px;
  height: 38px;
  background: #fff;
  background-image: url(//cdn2.hubspot.net/hubfs/5499200/UnitedGroup_March2019/Images/prev.gif);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}

.slick-lightbox .slick-arrow:before {
  display: none;
}

.slick-lightbox .slick-arrow.slick-next {
  background-image: url(//cdn2.hubspot.net/hubfs/5499200/UnitedGroup_March2019/Images/next.gif);
}

.slick-lightbox:hover .slick-arrow {
  opacity: 1;
}

.slick-lightbox-close {
  width: 85px;
  height: 32px;
  background: #fff;
  background-image: url(//cdn2.hubspot.net/hubfs/5499200/UnitedGroup_March2019/Images/closelabel.gif);
  background-size: 66px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.slick-lightbox-close:before {
  display: none;
}

/*================== End =================*/

/*================== Full Width ===================*/

.full-width-lay .body-container form {
  margin: 16px 0;
}

.full-width-lay .body-container form label {
  font-family: 'Lato', sans-serif !important;
}

.full-width-lay .body-container form ul.inputs-list {
  margin: 0;
  margin-top: 10px;
}

.full-width-lay .body-container form ul.inputs-list li {
  margin: 0 0 11px;
  line-height: 1.3;
}

.full-width-lay .body-container form ul.inputs-list li:last-child{
  margin-bottom:3px;
}

.full-width-lay .body-container form ul.inputs-list .hs-input {
  margin-left: 1px;
  /*   margin-top: 6px; */
  margin-right: 5px;
}

.full-width-lay .body-container form .input {
  padding-top: 6px;
}

.full-width-lay .body-container form ul.inputs-list label span{
  margin: 2px 0 0 2px;
  display: inline-block;
  position: relative;
}

.full-width-lay .hs-fieldtype-radio {
  margin-bottom: 17px;
}

.full-width-lay .body-container input[type="email"],
.full-width-lay .body-container input[type="text"],
.full-width-lay .body-container input[type="tel"],
.full-width-lay .body-container select{
  width: calc(50% - 18px);
  max-width: 100%;
  padding: 4.5px 4px;
}

.full-width-lay .body-container select {
  padding: 2px 0 2px 3px;
  color: #333333;
  margin: 5px 0 0;
  font-size: 13px;
  font-family: 'Raleway',sans-serif;
  background-color: white;
  border: none;
}

.full-width-lay .body-container select option {
  background: #fff;
}

.full-width-lay  .body-container .actions {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  clear: both;
  width: 100%;
}
/*================== End =================*/


/*============== Design ==================*/

.design-req-lay .title_holder {
  padding-top: 65px;
  height: 335px;
}

.design-req-lay .title.has_background {
  height: 400px;
  background-size: 2100px auto;
}

.ss-form-desc {
  margin-bottom: 30px;
}

.design-req-lay .main-content {
  font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
.ss-form-desc p {
  margin-top: 30px;
  font-style: italic;
}
div.ss-required-asterisk {
  color: red;
  font-weight: bold;
}

.design-req-lay .body-container form select {
  background-color: #FFFFFF;
  padding: 5px;
  color: black;
}

.design-req-lay .body-container .hs-form-field {
  margin-bottom: 27px;
}

.design-req-lay .body-container form{
  margin-top: 26px;
}

.design-req-lay .body-container .input {
  padding-top: 0;
}

.design-req-lay  .body-container .hs-form-field > label {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}

.design-req-lay .body-container form select:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

.design-req-lay  .body-container input[type="text"], 
.design-req-lay  .body-container input[type="password"],
.design-req-lay  .body-container input[type="datetime"],
.design-req-lay  .body-container input[type="datetime-local"],
.design-req-lay  .body-container input[type="date"], 
.design-req-lay  .body-container input[type="month"], 
.design-req-lay  .body-container input[type="time"], 
.design-req-lay  .body-container input[type="week"], 
.design-req-lay  .body-container input[type="number"],
.design-req-lay  .body-container input[type="email"], 
.design-req-lay  .body-container input[type="url"], 
.design-req-lay  .body-container input[type="search"], 
.design-req-lay  .body-container input[type="tel"],
.design-req-lay  .body-container input[type="color"],
.design-req-lay  .body-container input[type="file"], 
.design-req-lay  .body-container textarea, 
.design-req-lay  .body-container select{
  font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  background-color: #FFFFFF;
  padding: 5px;
  margin: 0;
  font-size: 13.3333px;
  line-height: normal;
  font-weight: 400;
}

.design-req-lay .body-container span.hs-form-required {
  color: red;
}

.design-req-lay .body-container .hs-field-desc {
  font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding: 0;
}

.design-req-lay .body-container input[type="checkbox"] ,
.design-req-lay .body-container input[type="radio"]{
  margin: 3px 7px 3px 4px;
}

.design-req-lay .body-container li.hs-form-checkbox span,
.design-req-lay .body-container li.hs-form-radio span{
  color: #444;
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
}
.design-req-lay .body-container textarea {
  background-color: #FFFFFF;
  padding: 5px;
  width: 100%;
  max-width: 100%;
  height: 140px;
}
/*================== End =================*/



/*=================== Tabber ===================*/

.hs-content-id-8689623156 .service-twocol-wrap p {
  padding-bottom: 15px;
}


.tabber-group {
  padding: 32px 0;
}

.q_tabs .tabs-nav {
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  display: block;
  position: relative;
}

.q_tabs .tabs-nav li {
  color: #444;
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  display: inline-block;
  float: left;
}

.q_tabs .tabs-nav li a {
  height: 44px;
  line-height: 40px;
  display: block;
  margin: 0;
  padding: 0 14px;
  font-size: 13px;
  text-decoration: none;
  font-style: normal;
  color: #b4b4b4;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  font-size: 16px;
  color: #2b5066;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  border-bottom: 0;
  position: relative;
  z-index: 200;
  border-bottom-color: rgb(255, 255, 255);
}

.q_tabs.boxed .tabs-container {
  overflow: hidden;
  text-align: left;
  padding: 35px 0 0;
  border-top: 2px solid #e3e3e3;
  position: relative;
  top: -2px;
  z-index: 50;
  border-top: 2px solid #2b5066;
  border-bottom: 2px solid #2b5066;
  padding-bottom: 27px;
  margin-bottom: 10px;
}

.q_tabs.boxed .tabs-nav li.active a {
  padding: 0 12px;
  border: 2px solid #2b5066;
  border-bottom-color:#fff;
}


.q_tabs.boxed .tabs-container p + h3 {
  margin-top: 33px;
}

.full-width-form-with-bg {
  padding: 32px 0;
}

.full-width-form-with-bg  .form-inner {
  width: 66.66666667%;
}


.full-width-form-with-bg .form-inner .input input, 
.full-width-form-with-bg .form-inner  textarea {
  max-width: 100%;
}



/*================= End ========================*/

/*==================== Human resources =============*/

.two-colun-equal-content-with-image .title_subtitle_holder h1 {
  font-family: 'Bitter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.304347826086957em;
  margin: 0;
  padding-bottom: 40px;
}

.two-colun-equal-content-with-image {
  padding-bottom: 32px;
}

.human-resource  .leadership-col.two-col {
  width: 50%;
}
.acordian-group {
  padding: 35px 0;
}

.hcom-sec-four {
  background: #fff;
  padding: 35px 0;
}

.two-colun-right-btn p {
  padding-bottom: 15px;
}

.two-colun-right-btn  a.qbutton {
  height: 47px;
  line-height: 47px;
  font-size: 16px;
  padding: 0 29px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.human-resource i.pull-left {
  font-size: 22px;
  color: #c1c0c0;
  margin: 6px 0 0!important;
}

.human-resource blockquote h5 {
  padding: 0 0 0 40px;
}

.human-resource .com-sec-five-col {
  padding-top: 32px;
}

.human-resource .com-sec-five-col img:first-child {
  margin-bottom: 16px;
}



.human-resource blockquote {
  margin: 0;
} 

.human-resource blockquote {
  margin-top: 80px;
}
.accordion_mark {
  display: block;
  width: 45px;
  height: 45px;
  border: 2px solid #e3e3e3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: transparent;
  transition: background-color .3s ease-in-out;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}

.ui-accordion-header {
  cursor: pointer;
  position: relative;
  display: block;
  line-height: 2em;
  min-height: 45px;
  padding: 0;
  margin: 0 0 5px;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  box-sizing: border-box;
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  color: #303030;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.ui-accordion-header span.tab-title {
  padding: 0 0 0 63px;
  display: block;
}

.ui-accordion-header .accordion_mark_icon {
  display: block;
  width: 41px;
  height: 41px;
  background-image: url(//cdn2.hubspot.net/hubfs/5499200/UnitedGroup_March2019/Images/plus.png);
  background-repeat: no-repeat;
  background-position: center;
}

.ui-accordion-header.ui-state-active .accordion_mark {
  background-color: #e3e3e3;
  transition: background-color .3s ease-in-out;
}
.ui-accordion-header.ui-state-active .accordion_mark_icon {
  background-image: url(//cdn2.hubspot.net/hubfs/5499200/UnitedGroup_March2019/Images/minus.png);
}
div.accordion_content {
  padding: 0 0 0 63px;
  margin: 0;
}

div.accordion_content .wpb_wrapper ul {
  margin-left: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}

div.accordion_content .wpb_wrapper li {
  color: #444;
  font-family: 'Lora', serif;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
}

div.accordion_content_inner {
  padding: 8px 0 25px;
  display: block;
}

.accordion_content_inner p {
  padding-bottom: 15px;
}

h3.ui-accordion-header:hover {
  color: #2b5066;
}
/*=================== End ====================*/


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

.news-blog.pro-list .blog-content{
  width: 66.66%;
}
.news-blog.pro-list .blog-sidebar{
  width: 33.33%;
  padding: 0 0 0 20px;
}
.news-blog .post-listing {
  padding-top: 0;
}

/*============= End =====================*/

/*================= Contact Type Two ===============*/

.contact-email-us h3,
.contact-call-us h3{
  font-size: 18px;
  color: #4887ad;
  margin-bottom: 16px;
}

.contact-email-us .hs-form-field > label,
.contact-email-us .hs-richtext ,
.contact-email-us .gfield_label{
  float: left;
  width: 29%;
  padding-right: 16px;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: inherit;
  font-family: 'Lato', sans-serif;
  color: #444;
}

.type-two-temp .contact-email-us .input {
  padding-top: 0;
  width: 70%;
  margin-left: 29%;
}

.type-two-temp .contact-email-us .hs-input {
  font-size: 18px;
  font-family: Lato, sans-serif;
  padding: 5px 4px;
  letter-spacing: normal;
  margin: 5px 0 0;
  color: #818181;
  background-color: #fff;
  line-height: 17px;
  font-weight: 400;
  border: none;
  margin: 0;
}

.type-two-temp .contact-email-us form{
  margin: 16px 0;
}

.type-two-temp .contact-email-us form textarea{
  height: 160px;  
  padding: 15px !important;
}

.type-two-temp .contact-email-us form  .hs_recaptcha{
  width: 70%;
  margin-left: 29%;
  position: relative;
}
.type-two-temp .contact-email-us form .grecaptcha-badge {
  position: absolute;
  top: 0px;
  left:0;
}

.type-two-temp .contact-email-us form .actions {
  padding: 105px 0 10px;
  margin-left: 29%;
  width: 70%;
}

.type-two-temp .contact-email-us form input.hs-button.primary.large:hover {
  background-color: #1abc9c;
  border-color: #1abc9c;
  color: #fff;
  text-decoration: none;
}

.contact-lay.type-two-temp .body-container .content-wrapper {
  padding-bottom: 0;
}

/*================ End ====================*/

/*=============== Type Two Template Blog Post =================*/
.category-lifestyle-post_image img {
  float: none;
  margin: 0;
  width: 100%;
  max-width: 100%;
}

.blog.type-two-temp.hs-blog-post .content-wrapper {
  padding: 0 0 44px!important;
}

.category-lifestyle-post_text_inner {
  padding: 23px 0px 0 0px;
}

.category-lifestyle-post_text_inner h2 {
  color: #4887ad;
  font-family: 'Lato', sans-serif;
  margin: 0;
}

.category-lifestyle-post_text_inner h3 {
  font-size: 18px;
  color: #4887ad;
  font-family: 'Lato', sans-serif;
  margin: 0;
}
.category-lifestyle-post_text_inner p:first-of-type {
  margin-top: 32px;
}

.category-lifestyle-post_text_inner p {
  margin-bottom: 22px;
}
.type-two-temp.hs-blog-post .blog-section{
  margin-left:0;
  margin-right:0
}

.sfsi_socialwpr {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.sfsi_Sicons .sf_fb {
  margin: 0 4px 0 5px;
  line-height: 20px;
}

.sfsi_socialwpr .sf_fb {
  float: left;
}

.sfsi_Sicons .fb_iframe_widget {
  float: left;
  width: 73px;
  margin: 2px 0 0;
}
.fb_iframe_widget span {
  vertical-align: top!important;
}
.fb_iframe_widget {
  display: inline-block;
  position: relative;
}
.fb_iframe_widget span {
  display: inline-block;
  position: relative;
  text-align: justify;
}

.sfsi_Sicons .sf_fb .fb_iframe_widget>span {
  position: absolute;
}
.fb_iframe_widget iframe {
  position: absolute;
  max-width: none;
}

.sfsi_Sicons .sf_twiter {
  margin: 2px 7px 0 4px;
  line-height: 17px;
}

.sfsi_Sicons .sf_subscrbe, .sfsi_Sicons .sf_twiter {
  position: relative;
}
.sfsi_Sicons .sf_twiter iframe {
  margin: 0px;
  height: 20px !important;
  overflow: visible !important;
}
.sfsi_Sicons .sf_addthis, .sfsi_Sicons .sf_google {
  position: relative;

}
.sfsi_Sicons .sf_addthis {

  line-height: 20px;
}
.sfsi_socialwpr .sf_addthis {
  float: left;
  min-height: 20px;
}
.wrapper .sfsi_Sicons .sf_addthis {
  margin: 7px 0 0 4px!important;
}
a.addthis_button_compact {
  margin-top: 0;
  width: auto;
}
.addthis_toolbox a {
  border: medium none !important;
  float: left;
}

.addthis_toolbox a {
  margin-bottom: 5px;
  line-height: initial;
}

.blog.type-two-temp .blog-sidebar h3,
.blog.type-two-temp .blog-sidebar h5{
  font-size: 20px;
  margin-bottom: 14px;
  color: #4887ad;
  line-height: 1.571428571428571em;
  font-family: 'Lato', sans-serif;
}

.blog.type-two-temp .blog-sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog.type-two-temp .blog-sidebar ul li a {
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.blog.type-two-temp .blog-sidebar .hs-search-field--open .hs-search-field__suggestions{
  list-style: none;
  padding: 10px 0;
  border-color: #adadad;
}

.blog.type-two-temp .blog-sidebar ul li a:hover{
  color: #4887ad   
}

.blog.type-two-temp .blog-sidebar ul.hs-search-field__suggestions li a {
  padding: 0 10px;
}

.blog.type-two-temp .blog-sidebar .hs-search-field__suggestions li#results-for {
  padding: 0 10px;
}

.blog.type-two-temp .blog-sidebar-recent-post ul li a,
.blog.type-two-temp .blog-sidebar-recent-post ul li{
  line-height: 18px !important;
}

.blog.type-two-temp .blog-sidebar,.blog.type-two-temp .blog-sidebar p {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.blog.type-two-temp span.filter-link-count {
  display: none;
}
.blog.type-two-temp .blog-sidebar li{
  font-size: 14px;
  line-height: 20px; 
}

/*=================== End ===================*/

.contact-lay .body-container .hs_error_rollup {
  position: relative;
  bottom: -80px;
}

.contact-lay .body-container .hs-message ul.no-list.hs-error-msgs.inputs-list {
  width: 70%;
  margin-left: 29%;
}

.service-inner-lay.hs-content-id-8611733707 .service-twocol-wrap h2{
  padding-top:0;
}

.service-inner-lay form textarea {
  height: 160px;
  width: 100%;
  padding: 15px;
}


.service-inner-lay form label.form-seperate,
.full-width-lay form label.form-seperate{
  border-top: 1px solid #CCC;
  padding: 0 16px 8px 0;
  margin: 0 0 20px 0;
  display: block;
  font-size: 0;
  margin-top: 24px;
}

.full-width-lay form label.form-seperate{
  margin: 0 0 11px 0;
  margin-top: 31px;
}

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


/*========== Custom 404 ============*/

.page_not_found {
  text-align: center;
  margin: 0 0 83px;
}

.cm-404 .title_holder {
  height: 25px;
}

.cm-404 .title_holder .container {
  padding-bottom: 40px;
}

.cm-404 .title_subtitle_holder_inner h1 {
  font-size: 17px;
  line-height: 1.304347826086957em;
  color: #303030;
  text-shadow: none;
}
.cm-404  .title.has_background{
  height: 90px;
}

.page_not_found h2 {
  margin: 0px 0 20px;
  font-size: 32px;
}

.page_not_found p {
  margin: 15px 0 35px;
}
.page_not_found a.qbutton {
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 0 23px;
  height: 39px;
  line-height: 39px;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  margin: 16px 0 30px;
}

.password-template.one-column input.hs-button.primary.large {
  margin-top: 15px;
}

.subscription-template input#submitbutton {
  font-size: 0.9em;
  padding: 0 10px;
  margin-right: 0;
}

.property-blog .portfolio_custom_field.tag ul li a[href*="/tag/senior-property-portfolio"],
.property-blog .portfolio_custom_field.tag ul li a[href*="/tag/commercial-property-portfolio"], 
.property-blog .portfolio_custom_field.tag ul li a[href*="/tag/student-property-portfolio"],
.property-blog .portfolio_custom_field.tag ul li a[href*="/tag/multi-family-property-portfolio"], 
.property-blog .portfolio_custom_field.tag ul li a[href*="/tag/under-construction"], 
.property-blog .portfolio_custom_field.tag ul li a[href*="/tag/development"], 
.property-blog .portfolio_custom_field.tag ul li a[href*="/tag/mixed-use-property-portfolio"]{
  display: none;
}

.blog.type-two-temp.hs-blog-listing .blog-section {
  margin-left: 0;
  margin-right: 0;
}

.body-container .job_description ul li a {
  text-decoration: none;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}

.body-container .job_description ul li a:hover {
  color: #1abc9c;
}



/*================= Job Filter ==================*/

.job_filters {
  background: #eee;
  zoom:1}

.job_filters:after,.job_filters:before {
  content: "";
  display: table
}

.job_filters:after {
  clear: both
}

.job_filters .search_jobs {
  padding: 1em;
  zoom:1}

.job_filters .search_jobs:after,.job_filters .search_jobs:before {
  content: "";
  display: table
}

.job_filters .search_jobs:after {
  clear: both
}

.job_filters .search_jobs div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.job_filters .search_jobs div label {
  display: none
}

.job_filters .search_jobs div.filter_first,.job_filters .search_jobs div.search_keywords {
  float: left;
  padding-right: .5em;
  width: 50%
}

.job_filters .search_jobs div.filter_last,.job_filters .search_jobs div.search_location {
  float: right;
  padding-left: .5em;
  width: 50%
}

.job_filters .search_jobs div.filter_wide,.job_filters .search_jobs div.search_categories {
  padding-top: .5em;
  clear: both;
  width: 100%
}

.job_filters .search_jobs div .showing_jobs a {
  padding: .25em
}

.job_filters .search_jobs div .showing_jobs a.active {
  background: #ddd;
  text-decoration: none
}

.job_filters .search_jobs input,.job_filters .search_jobs select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background: #fff !important;
}

.job_filters .job_types {
  list-style: none outside;
  margin: 0;
  padding: 0;
  font-size: .83em;
  background: #f9f9f9;
  border-top: 1px solid #e5e5e5;
  zoom:1}

.job_filters .job_types:after,.job_filters .job_types:before {
  content: "";
  display: table
}

.job_filters .job_types:after {
  clear: both
}

.job_filters .job_types li {
  margin: 0;
  padding: .5em 1em;
  float: left;
  border-right: 1px solid #eee;
  color: #444;
  font-family: 'Lora',serif;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400
}

.job_filters .job_types li:last-child {
  border-right: 0
}

.job_filters .showing_jobs {
  padding: .5em 1em;
  display: none;
  font-size: .83em;
  background: #f9f9f9;
  border-top: 1px solid #e5e5e5
}

.job_filters .showing_jobs a {
  float: right;
  padding-left: 10px;
  border: 0
}

div.job_listings .job-manager-pagination {
  text-align: center;
  display: block;
  padding: 1em 0;
  border-bottom: 1px solid #eee;
  line-height: 1
}

div.job_listings .load_more_jobs {
  text-align: center;
  display: block;
  padding: 1em 1em 1em 2em;
  border-bottom: 1px solid #eee;
  font-weight: 700
}

div.job_listings .load_more_jobs.loading {
  background: url(/wp-content/plugins/wp-job-manager/assets/images/ajax-loader.gif) no-repeat center
}

div.job_listings .load_more_jobs.loading strong {
  visibility: hidden
}

div.job_listings .load_more_jobs:focus,div.job_listings .load_more_jobs:hover {
  background-color: #fcfcfc;
  border-bottom: 1px solid #eee
}

.job_listing_preview {
  padding: 0 1em 1em;
  border: 5px solid #eee
}

ul.job_listings li.job_listing a div.location,ul.job_listings li.no_job_listings_found a div.location {
  float: left;
  text-align: left;
  width: 20%;
  padding: 0 0 0 1em;
  color: #999;
  font-size: .75em;
  font-family: 'Lato',sans-serif
}

ul.job_listings li.job_listing a:hover , ul.job_listings li.no_job_listings_found:hover a{
  background-color: #fcfcfc;
}


ul.job_listings li.job_listing,ul.job_listings li.no_job_listings_found {
  list-style: none outside;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #ddd
}

ul.job_listings {
  padding: 0 !important;
  margin: 0 !important;
  border-top: 2px solid #ddd
}

ul.job_listings li.job_listing a,ul.job_listings li.no_job_listings_found a {
  display: block;
  padding: 1em 1em 1em 2em;
  border: 0;
  overflow: hidden;
  zoom:1;position: relative;
  line-height: 1.5em;
  text-decoration: none
}

ul.job_listings li.job_listing a img.company_logo,ul.job_listings li.no_job_listings_found a img.company_logo {
  width: 42px;
  height: 42px;
  left: 1em;
  float: left;
  margin-right: 1em;
  vertical-align: middle;
  box-shadow: none;
  display: none;
  position: absolute
}

ul.job_listings li.job_listing a div.position .company,ul.job_listings li.no_job_listings_found a div.position .company {
  color: #999;
  font-size: .85em;
  font-family: 'Lato',sans-serif
}

ul.job_listings li.job_listing a div.position,ul.job_listings li.no_job_listings_found a div.position {
  float: left;
  width: 60%;
  padding: 0 0 0 42px;
  line-height: 1.5em;
  font-family: 'Lato',sans-serif
}

ul.job_listings li.job_listing a div.location,ul.job_listings li.no_job_listings_found a div.location {
  float: left;
  text-align: left;
  width: 20%;
  padding: 0 0 0 1em;
  color: #999;
  font-size: .75em;
  font-family: 'Lato',sans-serif
}

ul.job_listings li.job_listing,ul.job_listings li.no_job_listings_found {
  list-style: none outside;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #ddd;
  color: #444;
  font-family: 'Lora',serif;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400
}

ul.job_listings {
  padding: 0;
  margin: 0;
  border-top: 2px solid #ddd
}

.job_filters .meta {
  display: none
}

ul.job_listings li.job_listing a div.position h3,ul.job_listings li.no_job_listings_found a div.position h3 {
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-size: inherit
}

.jobs-post .post_text_inner {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: transparent;
  padding: 0
}

.jobs-post .company {
  position: relative;
  border: 1px solid #eee;
  padding: 1em;
  margin: 0 0 2em;
  display: block;
  clear: both;
  min-height: 3em;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
  margin-top: 36px;
}

.jobs-post .post_text h5 {
  margin: 0 0 10px
}

.jobs-post .company p a {
  text-decoration: none;
  cursor: pointer;
  font-family: 'Lato',sans-serif;
  font-weight: 600
}

.jobs-post input.qbutton.small.center.application_button {
  text-align: center;
  margin: 0 .5em 20px 0;
  outline: 0;
  padding: 18px 39.600px;
  height: auto;
  line-height: 30px;
  font-size: 1.1em
}

.jobs-post blockquote {
  padding: 0;
  margin: 0 0 10px;
  border: 0;
  font-size: 15px;
  line-height: 1.571428571428571em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600
}

.application_details {
  clear: both;
  border: 1px solid #eee;
  padding: .75em 1em 0;
  margin: 1em 0;
  line-height: 1.5em;
  display: block;
  position: relative;
  box-shadow: 0 1px 1px rgba(0,0,0,.1)
}

.application_details:before {
  content: "";
  position: absolute;
  margin: -10px 0 0 0;
  top: 0;
  left: 5em;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eee
}

application_details:after {
  content: "";
  position: absolute;
  margin: -9px 0 0 1px;
  left: 5em;
  top: 0;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff
}

.application_details p {
  margin: 0 0 .75em
}

.application_details p a {
  text-decoration: none;
  cursor: pointer;
  font-family: 'Lato',sans-serif;
  font-weight: 600
}
.job-post-page .job-listing-left.span8 {
  width: 75%;
  padding-top: 9px;
  padding-right: 20px;
}
.body-container  .job_description ul {
  margin-top: 5px;
  margin-bottom: 16px;
  margin-left: 32px;
}

.body-container  .job_description li {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Lora', serif;
  padding-bottom: 5px;
}
.job-listing-right hr {
  position: relative;
  display: block;
  background-color: #eaeaea;
  margin: 10px 0;
  height: 2px;
}
.no-job-listing {
  padding: 1em;
  border-bottom: 1px solid #eee;
}



@media (max-width:767px){
  .job-post-page .job-listing-left.span8 {
    width: 100%;
    padding-right:0;
  }
  ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
    padding: 0;
  }

  ul.job_listings li.job_listing a, ul.job_listings li.no_job_listings_found a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .job-listing-right {
    margin-top: 40px;
  }
  .job_filters .search_jobs div.filter_first, .job_filters .search_jobs div.search_keywords {
    width: 100%;
    padding-right: 0;
  }

  .job_filters .search_jobs div.filter_last, .job_filters .search_jobs div.search_location {
    width: 100%;
    padding-left: 0;
  }

}
@media (max-width:479px){
  ul.job_listings li.job_listing a div.position, ul.job_listings li.no_job_listings_found a div.position {
    width: 100%;
    display: block;
  }

  ul.job_listings li.job_listing a div.location, ul.job_listings li.no_job_listings_found a div.location {
    width: 100%;
    float: none;
    padding: 0;
  }

}

/*================= End =================*/

.category-lifestyle-post_text_inner p a {
  border-bottom: 1px solid rgb(72, 135, 173);
  text-decoration: none;
  color: #4887ad;
}

.category-lifestyle-post_text_inner p a:hover {
  border-bottom: none;
}

.category-lifestyle-post_text_inner p img.emoji {
  height: 1em;
  width: 1em;
  margin: 0 .07em;
  vertical-align: -0.1em;
}
.ggallery-item-thumbnail dl {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%;
}

.ggallery-item-thumbnail dl img {
  border: 1px solid #cfcfcf;
}

.category-lifestyle-post_text_inner  h4 em{
  color: #4887ad;
  font-style: italic;
}


/*================ End ====================*/


/*=================== News Blog Post ===============*/

.news-blog-post .body-container .content-wrapper {
  padding: 25px 0 70px;
}
.news-blog-post .blog-sidebar {
  padding-left: 20px;
}

.news-blog-post .blog-sidebar input.hs-search-field__input {
  font-weight: 400;
  font-stretch: normal;
  font-size: 13.3333px;
  line-height: normal;
}

.news-blog-post .blog-sidebar .widget-span {
  margin: 0 0 42px;
}

.news-blog-post .blog-sidebar ul.hs-search-field__suggestions {
  margin: 0;
}

.news-blog-post .blog-sidebar h3 {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.571428571428571em;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}


.news-blog-post  .blog-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-blog-post .blog-sidebar ul li {
  padding: 7px 0 7px 0;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.hs-richtext.hs-main-font-element > label.gfield_label {
    float: none !important;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.news-blog-post .blog-sidebar ul li a {
  -webkit-transition: color .3s ease-in-out;
  -moz-transition: color .3s ease-in-out;
  -ms-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.news-blog-post .blog-sidebar ul.l_tinynav1 {
  display: none;
}

.news-blog-post .blog-sidebar select#tinynav1 {
  width: 100%;
  overflow: hidden;
  border: 1px solid transparent;
  font-size: 13px;
  background-color: #fff;
  outline: 0;
  color: #818181;
  font-family: inherit;
  padding: 2px 4%;
  height: 37px;
}

.news-sidebar-contact p {
  font-size: 14px;
  padding-bottom: 14px;
  line-height: 20px;
}

.news-blog-post .post_text_inner {
  padding: 23px 23px 35px 23px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  background-color: transparent;
}

.new-post-content p a {
  text-decoration: none;
  cursor: pointer;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
}

.new-post-content p {
  margin-bottom: 22px;
}

.gallery-columns-3-thumbnail dl {
  float: left;
  margin-top: 10px;
  text-align: center;
  width: 33%;
  margin-bottom: 6px;
}

.gallery-columns-3-thumbnail dl img {
  border: 2px solid #cfcfcf;
}

.gallery-columns-3-thumbnail:after {
  display: table;
  width: 100%;
  content: "";
}

.new-post-content figure {
  float: right;
  margin: 0 0 20px 20px;
  width: 300px;
}

.new-post-content figcaption {
  color: #444;
  font-family: 'Lora', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-style: normal;
  font-weight: 400;
}

.new-post-content hr {
  color: initial;
  background-color: transparent;
  height: 0;
  border-style: inset;
  border-width: 1px;
}

/*============= End ================*/


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


/* =============== Screen sizes smaller than .page-center =============== */
@media (max-width:1800px){
  .slider-content{
    min-height: 36vw;
  } 
  .home-page-sldier .slider-content h3{
    font-size: 18.775px;
  }
  .home-page-sldier .slider-content h2{
    font-size: 35.6px; 
  }
  .home-lay .caption-content{
    bottom: 10px;
    left: 13px;
  }
  .home-page-sldier .slick-slide-inner-wrapper img.ls-preloaded{
    bottom: -88px;
    left: -13px;
    width: auto;
    top: initial;
  }


}

@media (max-width:1500px) and (min-width:1001px) {
  .custom-menu-primary .hs-menu-wrapper > ul li ul {
    left: -100% !important;
  }
}

@media (max-width:1400px){
  .home-page-sldier .slick-slide-inner-wrapper img.ls-preloaded {
    bottom: -89px;
  }
}

@media (max-width: 1200px) {
  .container-fluid .row-fluid .page-center{
    max-width: 950px;
  }
  .home-page-sldier .slick-slide-inner-wrapper img.ls-preloaded {
    bottom: -73px;
  }
  .home-page-sldier .slider-content h2 {
    font-size: 29.575px;
    padding-left: 9px;
  }
  .home-page-sldier .slider-content h3 {
    font-size: 14.7875px;
    padding-left: 9px;
  }
  .home-lay .caption-content {
    bottom: 8px;
    left: 13px;
  }
}

@media (max-width: 1120px) {
  .two-colun-right-btn a.qbutton{
    font-size: 15px;
    padding: 0 10px;
  }
}



@media only screen and (max-width: 1200px) and (min-width: 1000px){
  .menu-wrapper .page-center{
    max-width:100% !important; 
  }
}

@media (max-width: 1017px) {
  .widget-type-logo a {
    height: 75px;
    display: inline-block;
    position: absolute;
    top: -5px;
  }
  .widget-type-logo {
    padding-top: 0;
  }
  .home-lay .service-twocol-wrap{
    padding-bottom: 48px;
  }
}

@media only screen and (max-width: 1000px){
  .container-fluid .row-fluid .page-center{
    max-width: 768px;
  }

  .logo-wrapper {
    width: 100% !important;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .search-icon{
    position: absolute;
    top: 18px;
    right: 0;
  }
  .header-wrapper .page-center {
    position: relative;
  }
  .widget-type-logo a{
    top: 0;
    position: relative;
  }
  .title_holder h4.subtitle{
    display:none; 
  }
  .title.has_background,
  .company-inner-lay .title.has_background{
    background: none!important;
    height: auto;
    padding: 0;
    margin-top: 0;
  }
  .title .not_responsive {
    display: block;
  }
  .title_holder,
  .company-inner-lay .title_holder{
    height: 100%;
    padding: 0;
  }
  .title_holder h1{
    font-size: 40px;
    line-height: 50px;
  }
  .blog-post-banner .title_holder{
    height: 100%;
  }

  .title.has_background.blog-post-banner {
    height: auto;
  }
  .pro-list .post-listing {
    padding-top: 100px;
  }
  .pro-list.news-blog .post-listing {
    padding-top: 0;
}
  
  article.portfolio_category.five-col {
    width: 25%;
    margin: 0 0 3%;
  }
  article.portfolio_category.five-col:nth-child(4n+1) {
    clear: left;
  }

  article.portfolio_category.five-col:nth-child(5n+1) {
    clear: none;
  }

  .text_wrapper.column1,
  .button_wrapper-column{
    width:50%;
  }
  .home-page-sldier .slider-content h3{
    font-size: 12.2875px;
  }

  .home-page-sldier .slider-content h2{
    font-size: 24.575px;
  }
  .design-req-lay .title.has_background{
    height:auto; 
  }
  .design-req-lay .title_holder{
    height:100%;
    padding-top: 0;
  }
  .cm-404 .title_holder {
    height: 100%;
    position: static;
  }
  .cm-404 .title.has_background {
    height: auto;
    padding: 30px;
  }
  .photo-head .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #888;
  }
  .photo-head .custom-menu-primary .hs-menu-wrapper > ul li.active a{
    color: #4887ad;
  }
  .type-two-temp .title_outer.with_image .title .title_subtitle_holder {
    padding: 0 !important;
  }

  .type-two-temp .post-item{
    width: calc(47% - 12.5px);
  }

  .type-two-temp .title_outer.with_image .title {
    padding: 0!important;
  }

  .type-two-temp .title .title_holder {
    height: 100%!important;
    padding: 0!important;
  }
  .no-nav .widget-type-logo {
    padding-bottom: 0;
  }
  .home-page-sldier .slick-slide-inner-wrapper img.ls-preloaded {
    bottom: -62px;
    left: -8px;
  }
  .home-lay .caption-content {
    bottom: 6px;
    left: 8px;
  }
  .news-blog-post .body-container .content-wrapper {
    padding-top: 100px;
  }

}

@media (max-width:950px) and (min-width:767px) {
  .home-lay .service-image-col a.qbutton{
    padding: 0px 5px;
    font-size: 10px;
  }
  .two-colun-right-btn a.qbutton {
    font-size: 11px;
    padding: 0 5px;
  }
}


@media (max-width:820px) and (min-width:767px) {
  .body-container .page-center,
  .footer-wrapper .page-center,
  .header-form-wrap{
    padding-left:15px;
    padding-right:15px;
  }
  .porfolio-title h3 {
    font-size: 13px;
  }
  .blog.type-two-temp.hs-blog-post .content-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .news-blog-post .body-container .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}


@media (max-width:650px) and (min-width:601px) {
  .body-container .page-center,
  .footer-wrapper .page-center,
  .header-form-wrap{
    padding-left:15px;
    padding-right:15px;
  }
  .news-blog-post .body-container .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media only screen and (max-width: 768px) and (min-width: 600px){
  .q_tabs .tabs-nav li a {
    padding: 0 4px;

  }

}

@media (max-width: 768px){


  .blog-banner  .title_subtitle_holder_inner .subtitle {
    color: white;
    font-size: 16px;
    margin-left: 0;
  }
  .blog-banner  .title_subtitle_holder_inner>h1>span {
    color: white;
    font-size: 36px;
  }

  .blog-banner .image.responsive {
    height: auto;
  }

  .blog-banner .responsive img {
    height: auto;
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
  }
}


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

@media (max-width: 767px) {
  .container-fluid .row-fluid .page-center{
    max-width: 600px;
  }
  .footer-col{
    float: left !important;
  }
  .body-container input[type="text"], 
  .body-container input[type="password"],
  .body-container input[type="datetime"], 
  .body-container input[type="datetime-local"],
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container input[type="week"],
  .body-container input[type="number"], 
  .body-container input[type="email"], 
  .body-container nput[type="url"],
  .body-container input[type="search"], 
  .body-container input[type="tel"], 
  .body-container input[type="color"], 
  .body-container input[type="file"], 
  .body-container textarea, 
  .body-container select{
    max-width:100%;
  }
  .body-container .hs-form{
    margin-bottom:30px;
  }
  .custom-menu-primary .hs-menu-wrapper ul{
    margin-bottom:0;
  }
  .title_holder h1 {
    font-size: 30px;
    line-height: 40px;
  } 
  a.qbutton{
    padding: 0 14px;
  }
  .service-text-col,
  .service-column{
    width: 100%;
  }
  .service-lay .title.has_background {
    padding: 25px 0;
  }
  .service-image-col,
  .portfolio-col{
    width:100%;  
  }
  .leadership-col.four-col {
    width: 100%;
  }
  article.portfolio_category.five-col{
    width: 33%;
    margin: 0 0 4%;
    padding-left: 9px;
    padding-right: 9px;
  }
  article.portfolio_category.five-col:nth-child(3n+1) {
    clear: left;
  }
  article.portfolio_category.five-col:nth-child(5n) {
    clear:none;
  }
  .service-twocol-wrap h2{
    padding-top:0;
  }
  .portfolio-left-col,
  .portfolio-right-col{
    width: 100%;
  }

  .portfolio-right-col{
    padding-top:16px;
  }

  .portfolio-inner-lay .title_holder .container{
    padding-bottom: 0;
  }
  .leadership-col.three-col {
    width: 100%;
  }
  .comp-twocol .service-text-col {
    padding-bottom: 32px;
  }
  .portfolio-inner-lay .service-text-col{
    padding-bottom: 16px;
  }
  .portfolio-inner-lay .service-image-col{
    padding-bottom:32px;
  }
  .portfolio-image-cont-col {
    width: 100%;
    padding-bottom: 0;
  }
  .portfolio-image-cont-col:nth-child(4n),
  .portfolio-image-cont-col:last-child{
    padding-top:13px;
  }
  .portfolio-image-cont-col-wrap{
    padding-bottom:16px; 
  }
  .contact-us .body-container .content-wrapper {
    padding-bottom: 32px;
  }
  .home-lay .comp-twocol .service-text-col {
    padding-bottom: 16px;
  }
  .home-lay .service-image-col a.qbutton {
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
  }
  .home-lay .portfolio-right-col,
  .home-lay .portfolio-left-col{
    width:100%;
  }
  .home-page-sldier .slider-content h3{
    font-size: 9.3625px;
  }
  .home-page-sldier .slider-content h2{
    font-size: 18.725px;
  }
  .lightbox-row {
    width: 100%;
  }
  .full-width-lay .hs-form {
    margin-bottom: 16px;
  }
  article.portfolio_category.five-col:nth-child(4n+1) {
    clear: none;
  }
  article.portfolio_category.five-col:nth-child(3n+1) {
    clear: left !important;
  }
  .news-blog.pro-list .blog-content{
    width: 100%;
  }
  .news-blog.pro-list .blog-sidebar{
    width: 100%;
    padding: 0;
  }
  .human-resource .leadership-col.two-col {
    width: 100%;
  }
  .contact-lay.type-two-temp .body-container .content-wrapper {
    padding-bottom: 40px;
  }
  .two-colun-right-btn a.qbutton{
    font-size: 16px;
    padding: 0 29px;
  }
  .service-inner-lay.hs-content-id-8613142615 .service-twocol-wrap h2{ 
    padding-top:32px;
  }
  .page_not_found a.qbutton{
    padding: 0 14px;
  }
  .full-width-form-with-bg .form-inner {
    width:100%;
  }

  .portfolio-left-col blockquote.with_quote_icon {
    padding-bottom: 30px;
  }
  .portfolio-inner-lay.hs-content-id-8614715091 .service-twocol-wrap p {
    padding-bottom: 0;
  }
  .portfolio-inner-lay.hs-content-id-8614715091 .portfolio-right-col {
    padding-top: 0;
  }

  .home-page-sldier .slick-slide-inner-wrapper img.ls-preloaded {
    bottom: -49px;

  }

  .blog.type-two-temp.hs-blog-listing .blog-content {
    width:100% !important;
  }
  .category-lifestyle-post_text_inner p a img {
    float: none !important;
    display:block !important;
    margin: 0 auto 10px !important;
  }
  .news-blog-post .body-container .content-wrapper {
    padding-top: 90px;
  }
}  

@media only screen and (max-width: 768px) and (min-width: 600px){
  .blog .blog-sidebar input.hs-search-field__input {
    width: 70%;
  }

}

@media (max-width:650px) and (min-width:600px){
  .blog .blog-sidebar input.hs-button {
    width: 35px;
  }

}

@media (max-width: 641px) {
  .body-container input[type="text"], 
  .body-container input[type="password"],
  .body-container input[type="datetime"], 
  .body-container input[type="datetime-local"],
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container input[type="week"],
  .body-container input[type="number"], 
  .body-container input[type="email"], 
  .body-container nput[type="url"],
  .body-container input[type="search"], 
  .body-container input[type="tel"], 
  .body-container input[type="color"], 
  .body-container input[type="file"], 
  .body-container textarea, 
  .body-container select{
    line-height: 2;
    min-height: 2rem;
  }

  .contact-form .hs-email, .contact-form .hs-phone {
    width: 100%;
  }
  form.hs-form fieldset .hs-form-field {
    padding: 0;
  }
  .form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .contact-form input.hs-button.primary.large {
    width: 100%;
    margin-right: 0;
  }
  .full-width-lay .body-container input[type="email"], 
  .full-width-lay .body-container input[type="text"], 
  .full-width-lay .body-container input[type="tel"], 
  .full-width-lay .body-container select {
    width: 100%;
  }
  .full-width-lay  input.hs-button.primary.large {
    width: 100%;
    line-height: 2;
    min-height: 2rem;
    margin: 0 0 16px;
  }
  .contact-email-us .hs-form-field > label, .contact-email-us .hs-richtext, .contact-email-us .gfield_label{
    float: none;
    width: 100%;
    margin-bottom: 0;
  }
  .type-two-temp .contact-email-us .input ,
  .type-two-temp .contact-email-us form .hs_recaptcha{
    width: 100%;
    margin-left: 0;
  }
  .type-two-temp .contact-email-us form .grecaptcha-badge {
    position: static;
  }
  .type-two-temp .contact-email-us form .actions {
    margin-left: 0;
    width: 100%;
    padding: 16px 0 10px;
    margin: 16px 0 0;
  }
  .type-two-temp .contact-email-us form  input.hs-button.primary.large {
    width: 100%;
    margin: 0;
  }
  .type-two-temp .contact-email-us form textarea {
    height: 120px;
  }
  .contact-lay .body-container .hs-message ul.no-list.hs-error-msgs.inputs-list {
    width: 100%;
    margin-left: 0;
  }
  .contact-lay .body-container .hs_error_rollup {
    bottom: 0px;
  }
  .service-inner-lay form textarea {
    height: 120px;
  }
  .blog.type-two-temp.hs-blog-post .content-wrapper{
    padding-left:15px !important;
    padding-right:15px !important;
  }

}


@media (max-width: 600px) {
  .type-two-temp  .post-item {
    width: 100%;
    margin: 0px 0px 20px;
  }

  .blog.type-two-temp .page-center{
    max-width: 420px;
  }
  .type-two-temp .post-listing {
    margin: 0;
  }

  .container-fluid .row-fluid .page-center{
    max-width: 420px;
  }
  .footer-col{
    margin: 0 0 25px !important;
    width:100% !important;
    float:none !important;
  }
  .footer-col.column1 .column_inner,
  .footer-col.column2 .column_inner,
  .footer-col.column3 .column_inner{
    padding:0; 
  }
  .column3 .column_inner>div,
  .column2 .column_inner>div{
    margin:0; 
  }
  .footer-col.column4 {
    margin: 0 !important;
  }
  .footer-col.column1 img{
    vertical-align: unset;
  }
  .title_holder h1 {
    font-size: 25px;
    line-height: 35px;
  } 
  .property-blog .blog-content {
    width: 100%;
    float: none;
  }

  .property-blog .blog-sidebar {
    width: 100%;
    margin: 0;
    float: none;
  }
  .portfolio_detail {
    padding: 0;
  }
  .cm-flexslider {
    padding: 0 0 33px 0;
  }
  .property-blog.pro-list .blog-content {
    width: 100%;
    padding: 0;
  }
  .property-blog.pro-list .blog-sidebar {
    width: 100%;
  }

  .pro-list .post-listing {
    padding-top: 70px;
  }

  .news-blog.pro-list .post-listing{
    padding-top:0; 
  }

  .service-lay .title.has_background {
    padding: 15px 0;
  }
  article.portfolio_category.five-col{
    width: 50%;
    margin: 0 0 4.7%;
    padding-left: 9px;
    padding-right: 9px;
  }
  article.portfolio_category.five-col:nth-child(3n+1) {
    clear: none !important;
  }
  article.portfolio_category.five-col:nth-child(5n) {
    clear: left;
  }
  .text_wrapper.column1,
  .button_wrapper-column{
    width:100%;
  }
  .button_wrapper-column a{
    position: static;
    margin: 10px 0 0 0;
  }
  .button_wrapper-column,
  .call_to_action_text{
    position: relative;
    text-align: center;
  }
  article.portfolio_category.three-col {
    width: 50%;
    margin: 0 0 4.7%;
    padding-left: 10px;
    padding-right: 10px;
  }
  article.portfolio_category.three-col:nth-child(3n+1) {
    clear: none;
  }
  article.portfolio_category.five-col:nth-child(2n+1) {
    clear: left !important;
  }
  .blog.type-two-temp.hs-blog-post .blog-content, .blog.type-two-temp .blog-sidebar{
    width: 100%;
    padding:0;
    float:none;
  }

  .service-lay .title_holder{
    position: static;
  }
  .cm-404 .title.has_background {
    height: auto;
    padding: 15px;
  }
  .news-blog-post .body-container .content-wrapper {
    padding-top: 70px;
    padding-bottom:40px;
  }
  .gallery-columns-3-thumbnail dl img {
    border: 1px solid #cfcfcf;
  }
  .news-blog-post .blog-sidebar {
    padding-left: 0;
  }
}  

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

@media (max-width: 480px) {
  .container-fluid .row-fluid .page-center{
    max-width: unset;
    padding-left:25px;
    padding-right:25px;
  }

  .body-container .page-center,
  .header-form-wrap .page-center{
    max-width: 300px !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  .menu-wrapper .page-center{
    max-width:100% !important; 
  }
  .footer-col .column_inner > div {
    margin: 0 0 25px!important;
  }
  .menu-wrapper {
    padding: 0 25px;
  } 
  .widget-type-logo a {
    height: 70px !important;
    margin-top: 10px;
  }
  .header-wrapper .page-center{
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .logo-wrapper{
    padding-bottom: 7px; 
  }

  .title_holder h1 {
    font-size: 20px;
    line-height: 25px;
  }
  article.portfolio_category.five-col{
    width: 100%;
    margin: 0 0 7.4%;
  }
  .home-page-sldier .slider-content h2{
    font-size: 13px;
  }
  .two-colun-right-btn a.qbutton{
    font-size: 16px;
    padding: 0 29px;
  }
  .two-colun-right-btn a.qbutton {
    font-size: 14px;
    padding: 0 20px;
  }
  .service-inner-lay.hs-content-id-8613142615 .title_holder h1 {
    font-size: 17px;
    line-height: 20px;
  }
  .portfolio-left-col p img{
    margin: 0 auto 20px;
    float: none !important;
    display: block;
  }
  article.portfolio_category.three-col {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 7.4%;
  }
  .home-page-sldier .slick-slide-inner-wrapper img.ls-preloaded {
    bottom: -42px;
    height: 56.7188px;
  }
}


@media (max-width: 420px) {
  .menu-wrapper{
    padding-left: 15px;
    padding-right: 15px;   
  }
  .footer-wrapper .page-center{
    padding-left: 15px !important;
    padding-right: 15px !important; 
  }
  .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
  }
  .portfolio-inner-lay.hs-content-id-8614715091 .title_holder h1{
    font-size:18px;
  }
}


@media (max-width: 350px) {
  .body-container .page-center,
  .header-form-wrap .page-center{
    max-width:95% !important;   
  }
  .menu-wrapper .page-center{
    max-width:100% !important; 
  }
  .about-lay .main-content {
    padding-left:15px;
    padding-right:15px;
  }
  .two-colun-right-btn a.qbutton {
    font-size: 13px;
    padding: 0 15px;
  }
  .blog.type-two-temp .title_outer.with_image .title .page-center{
    max-width: 95% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .home-page-sldier .slick-slide-inner-wrapper img.ls-preloaded {
    bottom: -35px;
    height: 116.875px;
  }
  .home-lay .caption-content {
    bottom: -1px;
    left: 0;
  }
  .jobs-post input.qbutton.small.center.application_button {
    margin-right: 0;
    padding: 18px 29.6px;
  }
}
