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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Playfair+Display:400');
@import url('//fonts.googleapis.com/css?family=Questrial');
@import url('//fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('//fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

@font-face {
	font-family:"icomoon";
	src: url('//cdn2.hubspot.net/hubfs/4009530/Ahno%20February2018/Fonts/icomoon.eot') format('embedded-opentype'),
		 url('//cdn2.hubspot.net/hubfs/4009530/Ahno%20February2018/Fonts/icomoon.woff') format('woff'),
		 url('//cdn2.hubspot.net/hubfs/4009530/Ahno%20February2018/Fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
 }
 
 
 @-webkit-keyframes avadaSonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

/* Mozilla browser support*/
@-moz-keyframes avadaSonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}


@keyframes avadaSonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.fusion-icon-angle-down:before {
  content: "\f107";
}
.fusion-icon-TFicon:before {
  content: "\e62d";
}
.fusion-icon-bars:before {
  content: "\f0c9";
}
.fusion-icon-angle-left:before {
  content: "\f104";
}
.fusion-icon-search:before {
  content: "\f002";
}
.fusion-icon-vk:before {
  content: "\f189";
}
.fusion-icon-check-square-o:before {
  content: "\f046";
}
.fusion-icon-check-circle-o:before {
  content: "\f05d";
}
.fusion-icon-shopping-cart:before {
  content: "\f07a";
}
.fusion-icon-angle-right:before {
  content: "\f105";
}
.fusion-icon-angle-up:before {
  content: "\f106";
}
.fusion-icon-spinner:before {
  content: "\f110";
}
.fusion-icon-star:before {
  content: "\f005";
}
.fusion-icon-gear:before {
  content: "\f013";
}
.fusion-icon-star-o:before {
  content: "\f006";
}
.fusion-icon-caret-left:before {
  content: "\f0d9";
}
.fusion-icon-caret-right:before {
  content: "\f0da";
}
.fusion-icon-grid:before {
  content: "\e614";
}
.fusion-icon-pen:before {
  content: "\e600";
}
.fusion-icon-film:before {
  content: "\e628";
}
.fusion-icon-arrow-left:before {
  content: "\e61e";
}
.fusion-icon-plus:before {
  content: "\e61d";
}
.fusion-icon-minus:before {
  content: "\e61c";
}
.fusion-icon-arrow-down:before {
  content: "\e61f";
}
.fusion-icon-uniE620:before {
  content: "\e620";
}
.fusion-icon-paypal:before {
  content: "\e60e";
}
.fusion-icon-tumblr:before {
  content: "\e613";
}
.fusion-icon-googleplus:before {
  content: "\e900";
}
.fusion-icon-arrow-down2:before {
  content: "\e621";
}
.fusion-icon-instagram:before {
  content: "\e615";
}
.fusion-icon-forrst:before {
  content: "\e617";
}
.fusion-icon-facebook:before {
  content: "\e604";
}
.fusion-icon-flickr:before {
  content: "\e608";
}
.fusion-icon-feed:before,
.fusion-icon-rss:before {
  content: "\e606";
}
.fusion-icon-twitter:before {
  content: "\e605";
}
.fusion-icon-vimeo:before {
  content: "\e607";
}
.fusion-icon-dribbble:before {
  content: "\e609";
}
.fusion-icon-skype:before {
  content: "\e618";
}
.fusion-icon-youtube:before {
  content: "\e622";
}
.fusion-icon-blogger:before {
  content: "\e60b";
}
.fusion-icon-link:before {
  content: "\e619";
}
.fusion-icon-image:before {
  content: "\e624";
}
.fusion-icon-images:before {
  content: "\e625";
}
.fusion-icon-reddit:before {
  content: "\e60d";
}
.fusion-icon-soundcloud:before {
  content: "\e60c";
}
.fusion-icon-quotes-left:before {
  content: "\e627";
}
.fusion-icon-bubbles:before {
  content: "\e62a";
}
.fusion-icon-headphones:before {
  content: "\e629";
}
.fusion-icon-deviantart:before {
  content: "\e626";
}
.fusion-icon-digg:before {
  content: "\e610";
}
.fusion-icon-mail:before {
  content: "\e616";
}
.fusion-icon-dropbox:before {
  content: "\e611";
}
.fusion-icon-linkedin:before {
  content: "\e60f";
}
.fusion-icon-myspace:before {
  content: "\e603";
}
.fusion-icon-pinterest:before {
  content: "\e602";
}
.fusion-icon-yahoo:before {
  content: "\e601";
}
.fusion-icon-list:before {
  content: "\e623";
}
.fusion-icon-user2:before {
  content: "\e61b";
}
.fusion-icon-user:before {
  content: "\e61a";
}
.fusion-icon-xing:before {
  content: "\e4d8";
}
.fusion-icon-xing2:before {
  content: "\e4d9";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
    background: #fff;
    color: #222222;
    font-size: 16px;
    line-height: 2;
    font-family: 'Questrial', Arial, Helvetica, sans-serif;
    font-weight: 400;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1170px;
    margin: 0 auto;
    width: calc(100% - 60px);
}

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


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

/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.11;
    letter-spacing: 0px;
    font-size: 46px;
    margin-top: 0em;
    margin-bottom: 0.67em;
    color: #cbaa5c;
}
h2 {}
h3 {
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.69;
    letter-spacing: 0px;
    font-size: 26px;
    margin: 0 0 20px;
    color: #cbaa5c;
}
h4 {}
h5 {}
h6 {
    letter-spacing: 4px;
    font-size: 13px;
    margin:0;
    color: #222222;
    font-weight:normal;
}

/* Anchor Links */
a { color: #171717; text-decoration: none; }
a:hover, a:focus { color: #cbaa5c; }

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

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

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


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

div#site-wrapper {
    padding-left: 305px;
    position: relative;
    overflow-x: hidden;
}

.header-container-wrapper {
    position: fixed;
    left: 0;
    width: 305px;
    border-right: 1px solid #f2f2f2;
    box-shadow: 10px 0px 50px -2px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 10px 0px 50px -2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 10px 0px 50px -2px rgba(0, 0, 0, 0.14);
    top: 0;
    min-height: 100vh;
    z-index: 999;
}

.custom-logo {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 51px;
    padding-bottom: 56px;
}

.cm-header-contact-detail {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 40px;
    color: #747474;
    font-size: 12px;
}

.cm-header-contact-detail p {
    margin: 0;
}

.header-container-wrapper a {
    text-decoration: none;
    color: #171717;
}

.header-container-wrapper a:hover {
    color: #cbaa5c;
}

.cm-partners-logo {
    padding: 40px 60px 20px;
}




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

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

.content-wrapper {
    padding-top:40px;
    padding-bottom:40px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


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

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

#toTop {
    background-color: #333333;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #FFFFFF;
    display: none;
    height: 35px;
    position: fixed;
    right: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
    opacity: 0.9;
    z-index: 10000;
    transition: all 0.2s ease-in-out 0s;
}

#toTop:hover {
    background-color: #cbaa5c;
}


.footer-container-wrapper .container-fluid .row-fluid .page-center {
    max-width: 1170px;
}

.cm-footer-bottom-wrapper {
   padding: 28px 0px;
   background-color: #191919;
}

.cm-footer-copyright {
    font-size: 13px;
    color: #b6c0ce;
}

.footer-container a {
    color: #fff;
}

.footer-container li.active a,
.footer-container a:hover {
    color: #cbaa5c;
}

.cm-footer-copyright p {
    margin: 0;
    padding-top: 3px;
}

[class^="fusion-icon-"], [class*=" fusion-icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fusion-tooltip {
    cursor: pointer;
    color: #a0ce4e;
}

.fusion-social-networks .fusion-social-network-icon {
    display: inline-block;
    margin: 0 10px 10px 10px;
    font-size: 16px;
    color: #46494a;
}

.fusion-icon-linkedin:before {
    content: "\e60f";
}

.fusion-social-networks .fusion-social-network-icon:before {
    color: inherit;
}

#toTop:before {
    line-height: 35px;
    content: '\f106';
    -webkit-font-smoothing: antialiased;
    font-family: 'icomoon';
    font-size: 22px;
}

.screen-reader-text {
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    word-wrap: normal !important;
    border: 0 none;
}

.fusion-social-links-footer .fusion-social-networks a {
    font-size: 16px;
}

.fusion-social-networks .fusion-social-network-icon:hover {
    opacity: 0.8;
}

.fusion-social-networks-wrapper {
    float: right;
}



.fade {
    opacity: 0;
    -webkit-transform: opacity 0.3s linear;
    transform: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0);
}

.fade.in {
    opacity: 1;
}

tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: rgba(33, 33, 33, 0.97);
    left: 50.8197%;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #d1d1d2;
    text-align: center;
    text-decoration: none;
    background-color: rgba(33, 33, 33, 0.97);
    border-radius: 4px;
    background-clip: padding-box;
}

.custom-footer-top-wrapper {
   background-color: #1a3538;
   border-color: rgba(255,255,255,0);
   border-top-width: 12px;
   background-attachment: fixed;
   background-position: top center;
   padding-top: 70px;
   padding-bottom: 80px;
   color: #b6c0ce;
}

.cm-footer-menu h4 {
   color: #cbaa5c;
   font-family: 'Questrial';
   font-size: 13px;
   font-weight: 400;
   line-height: 1.5;
   letter-spacing: 0px;
   text-transform: uppercase;
   margin: 0 0 28px;
}

.cm-footer-navs ul li {
   padding: 10px 10px 10px 12px;
   display: block !important;
}

.cm-footer-navs ul {
    font-size: 16px;
    line-height:32px;
    margin: 0 !important;
    padding: 0;
}

.cm-footer-navs ul li a {
   display: block !important;
   color: #ffffff;
}

.cm-footer-navs ul li a:before {
   position: absolute;
   font-size: 14px;
   font-family: 'icomoon';
   content: '\f105';
   margin-left: -12px;
}

.cm-contact-info ul.intense.icons-ul {
   font-size: 16px;
   list-style: none;
   margin: 0;
   padding: 0;
}

.cm-contact-info i.intense.icon.icon-0x.icon-li {
   margin-left: -1.3em !important;
   float: left;
   margin-top: 0.25em;
   width: 1em;
   height: 1em;
   display: inline-block;
   vertical-align: -10%;
}

.about-page .custom-row3-group .custom-contact-info-group:hover i:after {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #cbaa5c, 0 0 0 10px rgba(255,255,255,0.5);
    -moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #cbaa5c, 0 0 0 10px rgba(255,255,255,0.5);
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #cbaa5c, 0 0 0 10px rgba(255,255,255,0.5);
    display: inline-block;
    -webkit-animation: avadaSonarEffect 1.3s ease-out 75ms;
    animation: avadaSonarEffect 1.3s ease-out 75ms;
}

.about-page .custom-row3-group .custom-contact-info-group .inner-group:hover i {
    transition: background 0.3s;
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
}

.cm-footer-navs ul li {
   padding: 10px 10px 10px 12px;
   display: block !important;
}

.cm-contact-info ul li i svg {
   top: 0px;
   left: 0;
   width: 100%;
   height: 100%;
   position: absolute !important;
}

.cm-contact-info i.intense.icon.icon-0x.icon-li {
   margin-left: -1.3em !important;
   float: left;
   margin-top: 0.25em;
   width: 1em;
   height: 1em;
   display: inline-block;
   vertical-align: -10%;
   position: relative !important;
}

.cm-google-search {
    margin-bottom: 50px;
}

.cm-footer-search-content h4 {
   color: #cbaa5c;
   font-family: 'Questrial';
   font-size: 13px;
   font-weight: 400;
   line-height: 1.5;
   letter-spacing: 0px;
   margin: 0 0 28px;
   text-transform: uppercase;
}

.cm-google-search a.hs-button.primary:after {
   content: '';
   border: none;
   border-radius: 0;
   color: #FFFFFF;
   font-size: 1.1em;
   font-family: 'icomoon';
   transition: all .2s;
   font-weight: normal;
   cursor: pointer;
}

.cm-google-search .input {
   position: relative;
}

.cm-google-search a.hs-button.primary {
   position: absolute;
   top: 0;
   right: 0;
   background-color: #000;
   padding: 13px 16px;
   border-radius: 0;
}

.cm-google-search a.hs-button.primary:hover {
   background-color: #cbaa5c;
}

.cm-footer-logo img {
   padding-bottom: 50px;
   max-width: 100%;
   width: 176px;
}

.cm-footer-logo p {
   margin: 0;
}

span.tooltiptext {
    visibility: hidden;
    background-color: rgba(65, 65, 65, 0.3);
    color: #b1b1b1;
    text-align: center;
    border-radius: 5px;
    padding: 6px 11px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: 0;
    font-size: 11px;
    font-family: open sans;
    transform: translateX(-50%);
}

span.tooltiptext:after {
   content: "";
   position: absolute;
   top: 100%;
   left: 50%;
   margin-left: -5px;
   border-width: 5px;
   border-style: solid;
   border-color: rgba(65, 65, 65, 0.3) transparent transparent transparent;
}


.fusion-social-links-footer .fusion-social-networks a {
    position:relative;
}

.fusion-tooltip:hover .tooltiptext {
   visibility: visible;
}

.fusion-social-networks .fusion-social-network-icon:last-child {
   margin: 0 0 10px 10px;
}



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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    position: relative;
    left: 1px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li{
    display: block;
    float: none !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li[class*="active"] > a {
    border-right: 3px solid #cbaa5c;
    color: #cbaa5c;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding-left: 60px;
    padding-right: 60px;
    border-top: 0 #f2f2f2 solid;
    border-bottom: 1px #f2f2f2 solid;
    text-align: center;
    height: auto;
    min-height: 42px;
    color: #171717;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0px;
    display: block;
    text-decoration: none;
    line-height: 41px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    border-top-width: 1px;
    min-height: 43px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #cbaa5c;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    font-family: 'Questrial';
    font-weight: 400;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    background-color: #f2f2f2;
    width: 180px;
    left: 100% !important;
    top: 0 !important;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    border-bottom: 1px solid #f2f2f2;
    color: #333333;
    font-family: 'Questrial';
    font-weight: 400;
    font-size: 13px;
    text-decoration: none;
    padding: 7px 20px;
    text-indent: 0;
    height: auto;
    transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, height 0s, line-height 0s;
    display: block;
    white-space: normal !important;
    padding-top: 11px;
    padding-bottom: 11px;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1101px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    
    .custom-menu-primary.js-enabled {
        margin-left: 0 !important;
    }
    
    .header-container-wrapper .page-center {
        width: 100% !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        margin-left: -1px;
    }
}


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

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

@media (max-width: 1100px){
    .header-container-wrapper {
        position: relative !important;
        top: 0 !important;
        box-shadow: none !important;
        min-height: 0 !important;
        border: none !important;
        width: 100% !important;
        padding: 20px 30px;
    }
    
    .custom-menu-primary.js-enabled {
        margin-left: 0 !important;
        min-height: 0 !important;
    }
    
    div#site-wrapper {
        padding: 0;
    }
    
    .custom-logo {
        padding: 0;
    }
    
    .header-container-wrapper .page-center {
        max-width: 100% !important;
        width: 100% !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul {
        left: 0;
        width: auto;
        margin:0;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
        padding-left: 30px;
        padding-right: 30px;
        text-align: left;
        font-family: 'Questrial';
        line-height: 44px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
    .custom-menu-primary .hs-menu-wrapper ul  ul > li > a:hover,
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
        background-color: #cbaa5c;
        color: #333333;
    }
    
    .custom-menu-primary .hs-menu-wrapper {
        margin-top: 20px;
    }
    
    
    .custom-menu-primary.js-enabled {
        margin-left: 0 !important;
        min-height: 0 !important;
    }
    
    .mobile-trigger {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: block;
        float: right;
        font-size: 21px;
        margin-left: 20px;
        color: #cbaa5c;
        position: absolute;
        top: 52px;
        right: 30px;
        cursor: pointer;
        z-index: 99;
    }
    
    .mobile-trigger:before {
        content: "\f0c9";
    }
    
    .child-trigger {
        display: block;
        padding-right: 35px;
        color: #333333;
        font-size: 12px;
        height: 45px;
        line-height: 45px;
        display: block;
        position: absolute;
        right: 0;
        width: 50px;
        border: none;
        cursor: pointer;
        text-align: center;
        top: 0;
    }
    
    .child-trigger:hover {
        color: #cbaa5c;
    }
    
    .child-trigger:before {
        display: block;
        margin: 0;
        content: '\e61f';
        font-family: 'icomoon';
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover + .child-trigger {
        color: #333333;
    }
    
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:none;
    }
    
    .custom-menu-primary.js-enabled {
        margin-left: -30px !important;
        min-height: 0 !important;
        margin-right: -30px !important;
        width: auto !important;
        float: none !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul {
        box-shadow: none !important;
        width: 100% !important;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
        background: #fff !important;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        padding: 0 30px;
        padding-left: 39px;
        line-height: 44px;
        font-size: 12px;
    }
    
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
        content: "-";
        margin-right: 2px;
    }
    
    .custom-footer-top-wrapper {
        padding-bottom: 70px;
    }
    
    .cm-full-width-section-layout .cm-section-wrapper-3 .cm-two-column-eqaul-module .span6 {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}


.hs_main_prize_hole_number_1.field.hs-form-field {
    position: relative;
}

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


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

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

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

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

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


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

.blog .blog-content {}

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

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

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

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

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

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

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

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

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

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

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

/* Pagination */
.blog-pagination {}
.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 Author Page and Author Bio =============== */

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

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

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

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

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


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


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

/* Form Field */
.hs-form-field {
    margin-top: 0;
    margin-bottom: 20px;
}

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

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

/* One Line Inputs */

body:not(.custom-layout) input {
    max-width:650px;
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
    font: 100% Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #aaa9a9;
    min-height: 44px;
    border: 1px solid #d2d2d2;
    font-size: 13px;
    width: 100%;
    padding: 0px 15px;
    display:block;
    background: #fff;
}

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

textarea,
select {
    display: block;
    font-family: "Georgia", serif;
    font-size: 1em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
    box-shadow: rgba(0,0,0,.2) 0 1px 4px inset;
}

ul.hs-error-msgs.inputs-list label {
    color: red;
}

/* 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 {
    color:#b1b1b1;
    opacity:1;
} /* Webkit Browsers */
:-moz-placeholder {
    color:#b1b1b1;
    opacity:1;
} /* Firefox 18- */
::-moz-placeholder {
    color:#b1b1b1;
    opacity:1;
} /* Firefox 19+ */
:-ms-input-placeholder {
    color:#b1b1b1;
    opacity:1;
} /* IE10 */


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    background: #cbaa5c;
    color: #ffffff;
    font-family: 'PT Sans';
    font-weight: 700;
    letter-spacing: 0px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    border:none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    display:inline-block;
    outline: none;
    text-transform: uppercase;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background: #bc9c50;
    color: #ffffff;
}

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


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

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


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

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


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

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


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

.password-template .body-container .hs-button.primary,
.body-container .widget-type-google_search .hs-button.primary {
    margin-top: 20px;
}


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

.cm-two-col-eql .cm-main-content-wrapper.cm-two-col-wrapper {
    padding: 95px 0 60px;
}

.cm-two-col-eql .cm-main-content-wrapper.cm-two-col-wrapper.main-wrapper {
    padding-top:0;
}

/*.cm-form-with-pop-up-module #hbspt-form-1519188168753-516711570 form .hs-richtext {
    margin: 137px 0 20px;
}
*/


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */
.cm-banner-area {
    background-color: #000000;
    height: 320px;
    background-size: cover;
    overflow: hidden;
    display: table;
    width: 100%;
    background-position: center;
    padding-left: 30px;
    padding-right: 30px;
}

.cm-banner-area .cm-page-center {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    color: #fff;
}

.cm-banner-area .cm-page-center .cm-banner-content {
    max-width: 1170px;
    margin: 0 auto;
}

.cm-banner-area h1 {
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.11;
    letter-spacing: 0px;
    font-size: 36px;
    margin: 0;
    color: #ffffff;
}

.cm-banner-area h3 {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-family: 'Questrial';
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0;
}

.cm-section-wrapper-3 .cm-two-column-eqaul-module ul {
    font-size: 18px;
    line-height: 30.6px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.cm-section-wrapper-3 .cm-two-column-eqaul-module ul li {
    margin-bottom: 11px;
}

.cm-full-width-section-layout .cm-two-column-right-content-module > div {
    margin-bottom: 20px;
}

.cm-full-width-section-layout .cm-section-wrapper-3 .cm-two-column-eqaul-module {
    max-width: 100%;
    margin: 0 0 0 auto;
}

.cm-full-width-section-layout .cm-section-wrapper-3 .cm-two-column-eqaul-module .span6 {
    width: 22%;
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
    margin-left: 16.8%;
}

.cm-full-width-section-layout .cm-section-wrapper-3 .cm-two-column-eqaul-module .span6:last-child {
    width: 37.6%;
    margin: 0 0 20px;
}



/*===================== Full Width Banner Layout ==================*/
.cm-full-width-banner-layout .body-container .page-center {
    max-width: 1170px !important;
    width: 100% !important;
}

.cm-main-content-wrapper{
    padding: 115px 30px;
}

.custom-flipbox-module-item {
    width: 30.6666%;
    margin-left: 4%;
    position: relative;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
}

.custom-flipbox-module-item:nth-child(3n + 1) {
    margin-left: 0;
    clear: left;
}

.cm-one-column-flipbox-wrapper p {
    margin: 10px 0 20px;
}

.flipbox-content-wrapper {
    display: block;
    position: relative;
}

.flipbox-inner-content-wrapper {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.flipbox-inner-content, 
.flipbox-inner-content > div {
    display: block;
    width: 100%;
    height:auto;
    min-height: 100%;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: inherit;
    transition-duration: inherit;
}

.flipbox-inner-content {
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flipbox-inner-content > div {
    padding: 30px;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-color: #eee;
    border-style: solid;
    border-width: 0;
}

.flip-front-image {
    position: relative;
    z-index: 1;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-front-image {
    position: absolute;
}

.flip-hidden-content {
    position: relative !important;
}

/*.flipbox-inner-content > div.flip-front-image {
    height: 360px;
}*/

.flip-hidden-content {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    border-style: solid;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    padding: 15% !important;
}

.flipbox-inner-content:hover > div.flip-front-image {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flipbox-inner-content:hover > div.flip-hidden-content {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-hidden-content h4 {
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: 0px;
    margin: 0 0 18px;
    color: #171717;
    font-size: 18px;
}

.flip-hidden-content p {
    line-height: 1.7;
    margin: 0 0 24px;
}

a.cl-btn {
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
    padding: 8px 20px;
    margin: 4px 0;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.1);
}

a.cl-btn:hover {
    color: #cbaa5c;
}

.cm-full-width-header-module {
    background-color: #404040;
    padding: 35px;
    text-align: center;
    margin-bottom: 30px;
}

.cm-full-width-header-module h1 {
    color: #fff;
}

.cm-main-content-wrapper.cm-two-col-wrapper {
    /*padding-top: 0;*/
    padding-bottom: 30px;
}


.cm-accordion-header {
    background-color: #FFF;
    background-image: linear-gradient(to bottom, #FFF, #EFEFEF);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EFEFEF));
    background-image: -webkit-linear-gradient(top, #FFF, #EFEFEF);
    background-image: -moz-linear-gradient(top, #FFF, #EFEFEF);
    background-image: -webkit-linear-gradient(top, #FFF, #EFEFEF);
    background-image: -o-linear-gradient(top, #FFF, #EFEFEF);
    background-image: ms-linear-gradient(to bottom, #FFF, #EFEFEF);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#efefef');
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    margin-bottom: 4px;
    text-indent: 50px;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    padding: 20px 0;
    width: 100%;
    color: #222222;
}

.accordion-active .cm-accordion-header {
    color: #88BBC8;
}

.cm-one-column-accordion-module {
    font-size: 13px;
}

.cm-one-column-accordion-module p {
    margin: 0;
}

.cm-one-column-accordion-module {
    font-size: 13px;
}

.cm-accordion-content {
    line-height: 20px;
}

.cm-accodion-inner-content {
    padding: 10px;
}

.cm-accordion-header:before {
    font-family: FontAwesome;
    position: absolute;
    left: -30px;
    top: 37%;
    font-size: 14px;
    content: "\f067";
}

.accordion-active .cm-accordion-header:before {
    content: "\f068";
}

.cm-accordion-content {
    display: none;
}

.custom-accordion-item + div:not(.custom-accordion-item) {
    margin-top: 70px;
}

/*=========================== Tabber Form Layout ===================*/

.cm-pop-wrapper {
    display: none;
}

.cm-tab-title-wrapper ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    border: 1px solid #f1f2f2;
    border-bottom: none;
    background-color: #fff;
}

.cm-tab-title-wrapper ul li {
    display: block;
    position: relative;
    float: none;
    text-align: center;
}

.cm-tab-title-wrapper ul li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 11px 0;
    outline: 0;
    border: none;
    border-top: 3px solid #f1f2f2;
    background-color: #f1f2f2;
    cursor: pointer;
    transition: all .2s;
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: 0px;
    font-size: 18px;
    color: #171717;
}

.cm-tab-title-wrapper ul li.active a {
    border-color: #cbaa5c;
    background:#fff;
}

.cm-tab-title-wrapper ul li:not(.active) a:hover {
    background:#fff;
    border-color: #fff;
}

.cm-tabber-form-column {
    padding: 15px;
    border: 1px solid #f1f2f2;
    margin-left: 0 !important;
}

.cm-tabber-form-wrapper {
    margin-top: 40px;
}

.cm-pop-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
    width: 100%;
    z-index: 999;
    background: rgba(0, 0, 0, 0.75);
}

.cm-pop-inner-content-wrapper {
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 25px auto;
    max-width: calc(100% - 100px);
}

.cm-first-pop-up-content {
    width: 1000px;
}

.cm-pop-up-header {
    font-size: 1.15em;
    line-height: 1.5;
    font-weight: bold;
    padding: 15px 25px;
    color: #666666;
    background-color: #f2f2f2;
}

.cm-pop-up-main-content {
    padding: 50px;
    color: #333333;
}

.cm-pop-close-btn {
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    font-weight: normal;
    line-height: 76px;
    height: 80px;
    width: 80px;
    cursor: pointer;
    color: #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0.33;
}

.cm-pop-close-btn:hover {
    opacity: 1;
}

.cm-pop-close-btn:before {
    content: '\00D7';
    font-size: 60px;
}

.cm-privacy-content {
    width: 800px;
}

.cm-privacy-content p {
    margin: 0;
}

.cm-privacy-content {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-70deg);
    transform: translateX(-50%) rotateY(-70deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    transform-origin: center center;
}

.pop-open .cm-privacy-content {
    -webkit-transform: translateX(-50%)  rotateY(0deg);
    transform: translateX(-50%)  rotateY(0deg);
    opacity: 1;
}

.cm-top-headers > h4 {
    letter-spacing: 4px;
    font-size: 13px;
    margin-bottom: 0px;
    text-align: center;
    font-weight: normal;
    margin: 0;
    margin-top: 60px;
}

.cm-top-headers > h1 {
    color: inherit;
    font: inherit;
    text-align: center;
    font-size: 43px;
    line-height: 48px;
    margin-top: 0em;
    margin-bottom: 0.67em;
    font-weight: bold;
}

span.sep {
    border-top: 1px solid #cbaa5c;
    width: 100%;
    max-width: 50px;
    margin: 0px auto 60px auto;
    display: block;
}

.cm-first-pop-up-content .cm-main-content {
    max-width: 66.4%;
    margin: 0 auto;
    overflow: hidden;
    float: none;
}

.cm-first-pop-up-content .cm-main-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 30.6px;
}

.cm-first-pop-up-content .cm-main-content ul li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 0;
    display: table;
}

.cm-bottom-btn {
    margin-top: 20px;
}

.cm-first-pop-up-content .cm-main-content ul li:before {
    position: relative;
    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;
    content: "\f05d";
    color: #cbaa5c;
    margin-right: 5px;
    display: table-cell;
    width: 30px;
}


.cm-first-pop-up-content .cm-main-content a.pop-btn {
    display: none;
}

a.pop-btn {
    -webkit-box-shadow: inset 0px 1px 0px #fff, 0px 3px 0px #b39348, 1px 5px 5px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 1px 0px #fff,0px 3px 0px #b39348,1px 5px 5px 3px rgba(0,0,0,0.3);
    box-shadow: inset 0px 1px 0px #fff, 0px 3px 0px #b39348, 1px 5px 5px 3px rgba(0,0,0,0.3);
    display: inline-block;
    background: #cbaa5c;
    border: 1px solid #ffffff;
    font-family: 'PT Sans';
    font-weight: 700;
    letter-spacing: 0px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #ffffff;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cbaa5c, endColorstr=#cbaa5c);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    padding: 11px 23px;
    line-height: 16px;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    outline: 0;
}

a.pop-btn:hover {
    background: #bc9c50;
}

.cm-three-col-eql-content-module {
    padding-top: 10px;
}

.cm-three-col-eql-content-module h1 {
    font-family: Open Sans;
    font-weight: 400;
    text-align: left;
    color: #2b5fad;
    line-height: 1.4em;
}

.cm-three-col-eql-content-module h1 + p {
    font-family: Open Sans;
    font-weight: 300;
    text-align: left;
    color: #4c4c4c;
    line-height: 1.4em;
    font-size: 24px;
    letter-spacing: 0px;
    margin-top: 1em;
}

.cm-three-col-eql-content-module a.cl-popup-trigger.type_btn.cl-btn {
    color: #ffffff;
    background-color: #2b5fad;
    margin-top: 10px;
}

.cm-bg-module-content-wrapper > div {
    float: left;
}

.cm-bg-module-content-wrapper > .cm-col-1 {
    width: calc(50% - ( 0.499999995109 * 30px ) );
    text-align: center;
}

.cm-bg-module-content-wrapper {
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: nowrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.cm-bg-module-content-wrapper > .cm-col-2 {
    width: calc(24.9739% - ( 0.750261357492 * 30px ) );
    padding-top: 30px;
    text-align: right;
}

.cm-bg-module-content-wrapper > .cm-col-3 {
    width: calc(25.0261% - ( 0.749738647399 * 30px ) );
    padding-top: 30px;
}

.cm-two-col-content-module-with-full-width-bg {
    padding: 5% 30px;
    background-color: #2b5fad;
    margin-top: 30px;
}

.cm-two-col-content-module-with-full-width-bg h1 {
    font-family: Open Sans;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.4em;
    font-size: 46px;
}

.cm-two-col-content-module-with-full-width-bg h3 {
    font-family: Open Sans;
    font-weight: 300;
    color: #ffffff;
    line-height: 1.4em;
    font-size: 24px;
    margin: 1em 0 0;
}

a.ow-button-hover {
    font-size: 1em;
    padding: 1em 2em;
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff !important;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    border-radius: 0em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    text-align: center;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    line-height: 1em;
}

a.ow-button-hover:hover {
    background: #ffffff;
    color: #2b5fad !important;
}

a.ow-button-hover.black-btn{
    padding: 1em 2em;
    background: #5b5b5b;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #424242), color-stop(1, #5b5b5b));
    background: -ms-linear-gradient(bottom, #424242, #5b5b5b);
    background: -moz-linear-gradient(center bottom, #424242 0%, #5b5b5b 100%);
    background: -o-linear-gradient(#5b5b5b, #424242);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5b5b', endColorstr='#424242', GradientType=0);
    border: 1px solid;
    border-color: #3a3a3a #353535 #2d2d2d #353535;
    color: #ffffff !important;
    -webkit-border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    border-radius: 0.25em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 2px rgba(0,0,0,0.065);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

a.ow-button-hover.black-btn:hover {
    background: #606060;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #474747), color-stop(1, #606060));
    background: -ms-linear-gradient(bottom, #474747, #606060);
    background: -moz-linear-gradient(center bottom, #474747 0%, #606060 100%);
    background: -o-linear-gradient(#606060, #474747);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#606060', endColorstr='#474747', GradientType=0);
    border-color: #3f3f3f #3a3a3a #323232 #3a3a3a;
    color: #ffffff;
}

a.ow-button-hover.red-btn {
    color: #ab2223 !important;
    background: transparent;
    border: 2px solid #ab2223;
}

a.ow-button-hover.red-btn:hover {
    color: #fff !important;
    background: #ab2223;
    border: 2px solid #ab2223;
}

.cm-full-width-video-module {
    max-width: 1135px;
    margin: 0 auto;
    max-height: 450px;
    overflow: hidden;
}

.cm-video-inner-wrapper {
    height: 0;
    overflow: hidden;
    max-height: 450px;
    padding-top: 50%;
    position: relative;
    padding-bottom: 0;
}

.cm-video-inner-wrapper video {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: none;
    width: 1135px;
    transform: translateX(-50%);
}

.cm-two-column-right-content-module > div {
    float: left;
}

.cm-two-col-left-col {
    width: 60%;
}

.cm-two-col-right-col {
    width: 40%;
}

.cm-two-col-right-inner-wrapper {
    background-color: #f4f6f8;
    border: 1px solid #ebeef1;
    padding: 45px;
    text-align: center;
}

.cm-section-wrapper-2 {
    padding: 95px 0;
}

.two-col-left-module-with-img h1,
h1.section-heading,
.cm-two-col-left-inner-wrapper h1 {
    color: #171717;
    position: relative;
}

.two-col-left-module-with-img h1:after,
h1.section-heading:after,
.cm-two-col-left-inner-wrapper h1:after {
    content: "";
    height: 1px;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 50px;
    background: #cbaa5c;
    margin-top: 0.67em;
}

.cm-two-col-left-inner-wrapper h1 + p {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    padding-right: 80px;
}

.cm-two-col-right-inner-wrapper h1 {
    color: inherit;
}

a.detail-btn {
    border-radius: 2px 0 0 2px;
    font-family: 'PT Sans';
    font-weight: 700;
    letter-spacing: 0px;
    background: #cbaa5c;
    color: #fff;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    cursor: pointer;
    -o-transition: all .2s;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    display: inline-block;
    position: relative;
    outline: 0;
    text-transform: uppercase;
}

a.detail-btn > span {
    display: inline-block;
    padding-right: 34px;
}

a.detail-btn:after {
    padding: 0 14.5px;
    display: inline-block;
    position: absolute;
    top: 0;
    content: "\f105";
    height: 100%;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 20px;
    right: 0;
    border-left: 1px solid #ffffff;
    display: flex;
    align-items: center;
}


a.detail-btn:hover {
    background: #bc9c50;
}

.grey-bg {
    background-color: #f4f6f8;
}

.cm-section-wrapper-3 {
    padding: 60px 0;
}

.cm-full-width-header-module-with-subheader {
    text-align: center;
    padding-bottom: 1px;
}

.cm-full-width-header-module-with-subheader h1.section-heading:after {
    left: 50%;
    transform: translateX(-50%);
}

.cm-section-wrapper-3 .cm-two-column-eqaul-module {
    max-width: 600px;
    margin: 0 auto;
    margin-top: 60px;
}

.custom-left-column-wrapper h1 + p {
    display: inline-block;
}

.two-col-left-module-with-img > div > div {
    float: left;
}

.custom-left-column-wrapper {
    width: 40%;
}

.custom-right-column-wrapper {
    width: 55%;
    margin-left: 5%;
}

.custom-right-column-wrapper {
    border: 1px solid rgb(235, 238, 241);
    padding: 40px;
}

.custom-right-column-wrapper img {
    border: 13px solid #ffffff;
    -moz-box-shadow: 2px 3px 7px rgba(0,0,0,.3);
    -webkit-box-shadow: 2px 3px 7px rgba(0,0,0,.3);
    box-shadow: 2px 3px 7px rgba(0,0,0,.3);
    transition: all 0.35s ease;
    transform: scale(1);
}

.custom-right-column-wrapper img:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.cm-section-wrapper-4 {
    padding: 100px 0;
}

.cm-section-wrapper-5 {
    padding: 60px 0;
}

.cm-three-eql-col {
    width: 30.6666%;
    position: relative;
    float: left;
    margin-right: 4%;
    padding: 260px 40px 0px 40px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    background-position: center top;
}

.cm-three-eql-col:nth-child(3n) {
    margin-right: 0;
}

.cm-three-col-inner-wrapper {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
}

.cm-three-col-eql-content {
    background-color: #ffffff;
    padding: 35px;
    color: #747474;
}

.cm-three-col-eql-content h2 {
    font-size: 24px;
    line-height: 29px;
    font-family: 'Playfair Display';
    font-weight: 400;
    letter-spacing: 0px;
    color: #171717;
    margin: 0 0 46px;
    position: relative;
}

.cm-three-col-eql-content h2:after {
    content: "";
    position: absolute;
    top: 100%;
    height: 1px;
    width: 50px;
    left: 0;
    right: 0;
    margin: 25px auto 0;
    display: block;
    background: #cbaa5c;
}

.modal-footer a.detail-btn:after,
.custom-one-col-content a.detail-btn:after {
    content: none;
}

.cm-one-col-content-module {
    text-align: center;
    padding: 28px 28px 27px 31px;
    border: 1px solid #ebeef1;
    border-top: 3px solid #cbaa5c;
}

.cm-section-wrapper-6 {
    padding: 110px 0;
}

.cm-one-col-content-module h2 {
    font-family: 'Playfair Display';
    line-height: 1.69;
    letter-spacing: 0px;
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
    margin: 0 0 7px;
}

.three-column-equal-content-with-bg-img {
    margin-top: 60px;
}

.form-tabber-layout .cm-main-content-wrapper.cm-two-col-wrapper {
    padding-top: 95px;
    padding-bottom: 60px;
}

.form-tabber-layout .cm-row-1-wrapper {
    padding: 20px 0;
}

.form-tabber-layout .cm-row-1-wrapper .cm-two-column-eqaul-module .span6 {
    width: 37.6%;
    position: relative;
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
}

.form-tabber-layout .cm-row-1-wrapper .cm-two-column-eqaul-module .span6:last-child {
    width: 16.8% !important;
    margin: 0 0 20px 34.6666% !important;
}

.form-tabber-layout .cm-row-1-wrapper .cm-two-column-eqaul-module .span6 h3 {
    margin-top: 0em;
    margin-bottom: 1.1em;
    padding-left: 45px;
}

.form-tabber-layout .cm-row-1-wrapper .cm-two-column-eqaul-module .span6:last-child img {
    margin-bottom: 20px;
}

.form-tabber-layout .cm-tabber-form-wrapper {
    margin-top: 19px;
    padding-bottom: 20px;
}

.cm-form-with-pop-up-module form h4 {
    margin: 0 0 1.1em;
    font-size: 26px;
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.69;
    letter-spacing: 0px;
    color: #cbaa5c;
}

.cm-form-with-pop-up-module form .hs-richtext {
    margin: 70px 0;
}

.cm-form-with-pop-up-module form h4 + p {
    font-size: 18px;
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: 0px;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
}

.cm-form-with-pop-up-module textarea {
    min-height: 150px;
    padding: 8px 15px;
    font-size: 13px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.cm-form-with-pop-up-module .hs_would_like_additional_information_on_.field.hs-form-field > label {
    margin: 32px 0 1.1em !important;
    display: inline-block;
    width: 100%;
    font-size: 26px;
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.69;
    letter-spacing: 0px;
    color: #cbaa5c;
}

.cm-form-with-pop-up-module .hs_would_like_additional_information_on_.field.hs-form-field ul.inputs-list.multi-container {
    margin: 0;
    padding: 0;
    display: block;
}

.cm-form-with-pop-up-module .hs_would_like_additional_information_on_.field.hs-form-field ul.inputs-list.multi-container > li {
    display: inline-block;
    margin: 0 0 0 1em;
}

.cm-form-with-pop-up-module .hs_would_like_additional_information_on_.field.hs-form-field {
    margin-bottom: 115px;
    margin-top: 40px;
}

.cm-form-with-pop-up-module input[type="checkbox"] {
    float: none;
    margin: 0 3px 0 0;
    vertical-align: middle;
}

.cm-form-with-pop-up-module input.hs-button.primary.large {
    margin-bottom: 20px;
}

.cm-tab-title-wrapper ul li a {
    border-top: 3px solid #ebeaea;
    background-color: #ebeaea;
}



/*  About Page  */

.about-page .custom-row1 .custom-two-col-with-right-image-group {
    display: inline-block;
    width: 100%;
}

.about-page .custom-row1 .custom-two-col-with-right-image-group .content {
    width: 50% !important;
    float: left !important;
    margin: 0 !important;
}

.about-page .custom-row1 .custom-two-col-with-right-image-group .content .inner-group {
    padding: 10%;
}

.about-page .custom-row1 .custom-two-col-with-right-image-group .content .inner-group .table-col {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.about-page .custom-row1 .custom-two-col-with-right-image-group .content .inner-group .table-col .table-cell-col {
    display: table-cell;
    vertical-align: middle;
}

.about-page .custom-row1 .custom-two-col-with-right-image-group .content h4 {
    margin: 0 0 47px;
}

.about-page .custom-row1 .custom-two-col-with-right-image-group .content h4 img {
    margin-right: 15px;
}

.about-page .custom-row1 .custom-two-col-with-right-image-group .content p {
    margin: 0;
}

.about-page .custom-row1 .custom-two-col-with-right-image-group .custom-col2 .inner-group {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    background-color: rgb(36, 41, 45);
}

.about-page .custom-row2-group {
    padding: 195px 5% 175px;
    position: relative;
    margin-top: -11px;
}

.about-page .custom-row2-group .custom-row2-banner-bg {
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 150px;
}

.about-page .custom-row2-group .page-center {
    position: relative;
    z-index: 2;
    width: 100% !important;
}

.about-page .custom-row2-group .section-header h1 {
    color: #fff;
}

.about-page .custom-row2-group .section-header {
    padding-top: 21px;
    position: relative;
    padding-bottom: 32px;
}

.about-page .custom-row2-group .section-header:before {
    content: '';
    border-top: 1px solid #e0dede;
    max-width: 170px;
    position: absolute;
    top: 0;
    height: 1px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.about-page .custom-row2-group .section-header p {
    color: #ffffff;
    margin: 0;
    padding: 0;
}

.about-page .custom-row2-group .about-content-group {
    display: inline-block;
    width: calc(100% + 30px)!important;
    margin: 0 -15px !important;
    padding-bottom: 148px;
}

.about-page .custom-row2-group .hs_cos_wrapper_type_custom_widget {
    width: 33.33333333%;
    float: left;
    padding: 0 15px;
}

.about-page .custom-row2-group .custom-top-image-group .image-group p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.about-page .custom-row2-group .custom-top-image-group .image-group h2 {
    font-size: 26px;
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.69;
    letter-spacing: 0px;
    color: #fff;
    margin-top: 0em;
    margin-bottom: 1.1em;
}

.about-page .custom-row2-group .custom-top-image-group .content-group p {
    margin: 0;
    color: #fff;
}

.about-page .custom-row2-group .hs_cos_wrapper_type_header h1 {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 48px;
    color: #ffffff;
    font-family: 'Unica One', Arial, Helvetica, sans-serif;
}

.about-page .custom-row3-group {
    padding: 55px 5% 0;
    background-color: rgba(255,255,255,0);
}

.about-page .custom-row3-group hr {
    background-color: #45494e;
    margin: 40px 0;
}

.about-page .custom-row3-group .hs_cos_wrapper_type_custom_widget {
    width: 30.6666%;
    float: left;
    margin-right: 4%;
    margin-bottom: 20px;
}

.about-page .custom-row3-group .hs_cos_wrapper_type_custom_widget:nth-child(3n + 1) {
    margin-right: 0;
}

.about-page .custom-row3-group .custom-contact-info-group {
    margin-bottom: 40px;
    padding: 0 15px;
    position: relative;
}

.about-page .custom-row3-group .custom-contact-info-group .inner-group {
    background-color: #313539;
    padding: 35px;
    cursor: pointer;
    text-align: center;
}

.about-page .custom-row3-group .custom-contact-info-group .heading-with-icon-group,
.about-page .custom-row3-group .custom-contact-info-group .icon {
    margin: 0 0 15px;
}

.about-page .custom-row3-group .custom-contact-info-group .icon i {
    display: block;
    float: none;
    margin: 0 auto;
    width: 64PX;
    line-height: normal;
    color: #ae895d;
    font-size: 21px;
}

.about-page .custom-row3-group .custom-contact-info-group h2 {
    font-size: 24px;
    line-height: 29px;
    margin: 0;
    color: #fff;
    font-family: 'Playfair Display';
    font-weight: 400;
}

.about-page .custom-row3-group .custom-contact-info-group .bottom-text p {
    margin: 0;
    color: #747474;
}

.about-page .custom-row3-group hr {
    background-color: #45494e;
    margin: 40px 0;
    display: inline-block;
    width: 100%;
}

.about-page .custom-row3-group .hs_cos_wrapper_type_rich_text:last-child hr {
    margin-top: 10px;
    margin-bottom: 55px;
}

.about-page .custom-row1 .custom-two-col-with-right-image-group .custom-col1 p:last-child {
    margin-bottom: 11px;
}

.about-page .custom-row3-group .custom-contact-info-group .inner-group .icon i:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    content: '';
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.about-page .custom-row3-group .custom-contact-info-group .inner-group:hover i {
    transition: background 0.3s;
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
}

.about-page .custom-row3-group .custom-contact-info-group .inner-group:hover .icon i:after {
    display: inline-block;
    -webkit-animation: avadaSonarEffect 1.3s ease-out 75ms;
    animation: avadaSonarEffect 1.3s ease-out 75ms;
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #cbaa5c, 0 0 0 10px rgba(255,255,255,0.5);
    -moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #cbaa5c, 0 0 0 10px rgba(255,255,255,0.5);
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #cbaa5c, 0 0 0 10px rgba(255,255,255,0.5);
}

.about-page .custom-row3-group .custom-contact-info-group .inner-group:hover h2 {
    color: #ccab5c;
}

.cm-full-width-section-layout .cm-section-wrapper-3 .cm-two-column-eqaul-module ul {
    font-size: 14px;
    line-height: 23.8px;
}

.cm-full-width-section-layout .cm-section-wrapper-3 .cm-two-column-eqaul-module ul li:before {
    content: "\f05d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #cbaa5c;
    margin-right: 15px;
}

.cm-full-width-section-layout .cm-section-wrapper-3 .cm-two-column-eqaul-module ol {
    font-size: 14px;
    line-height: 23.8px;
    padding-left: 18px;
}

.cm-full-width-section-layout .cm-section-wrapper-3 .cm-two-column-eqaul-module {
    padding-bottom: 60px;
}

.cm-one-col-pop-up-module {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
    visibility: hidden;
    z-index: 99999;
    overflow: auto;
}

.modal-open.cm-one-col-pop-up-module {
    opacity: 1;
    visibility: visible;
}

.cm-pop-up-dialog-box {
    max-width: 900px;
    margin: 30px auto;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    margin-top: 60px;
    width: calc(100% - 20px);
}

.modal-open .cm-pop-up-dialog-box {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cm-pop-up-inner-dialog-box {
    position: relative;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background-color: #f6f6f6;
}

.modal-header {
    padding: 15px 20px;
    border-bottom: 1px solid #ebebeb;
    min-height: 54px;
}

.modal-body {
    position: relative;
    padding: 20px;
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #ebebeb;
}

.close {
    color: #000000;
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}


button.close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

.modal-header .close {
    margin-top: -2px;
}

.cm-pop-up-inner-dialog-box .close {
    font-size: 30px;
    margin-top: -5px;
    text-shadow: none;
}

.cm-pop-up-inner-dialog-box h3 {
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: 0px;
    color: #171717;
    margin: 0;
    font-size: 24px;
}

.cm-full-width-section-layout.v2 .cm-section-wrapper-3.grey-bg {
    padding: 10px 0;
}

.cm-full-width-section-layout.v2 {}

.cm-full-width-section-layout.v2 .cm-section-wrapper-3 p {
    margin-top: 0;
}

.cm-full-width-section-layout.v2 .cm-section-wrapper-3 h1.section-heading:after {
    width: calc(50% - 40px);
    min-width:50px;
}

.cm-full-width-section-layout.v2 .cm-section-wrapper-2.white-bg {
    padding: 50px 0;
}

.shootouts-layout .cm-privacy-content {
    width: 600px;
}

.shootouts-layout .cm-privacy-content  .cm-two-column-eqaul-module {
    margin: 30px -15px 0;
}

.shootouts-layout  .cm-pop-up-main-content.clearfix {
    padding: 40px;
}

.shootouts-layout .cm-privacy-content .cm-two-column-eqaul-module .span6 {
    padding: 0 15px;
    width: 50%;
    margin: 0;
}

.shootouts-layout .cm-privacy-content .cm-two-column-eqaul-module h2 {
    margin: 0;
}


.cm-two-column-right-content-module ul {
    font-size: 18px;
    line-height: 30.6px;
    text-align: left;
    margin: 10px 0 0;
    list-style: none;
    padding: 0;
}

.cm-two-column-right-content-module ul li {
    margin-bottom: 11px;
    display: table;
}

.cm-two-column-right-content-module ul li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f05d";
    height: 30.6px;
    width: 30.6px;
    margin-right: 12.6px;
    display: table-cell;
    color: #cbaa5c;
}

.cm-two-column-right-content-module ol {
    font-size: 18px;
    line-height: 30.6px;
}

.cm-two-column-right-content-module.video-module .cm-two-col-left-col {
    width: 40%;
}

.cm-two-column-right-content-module.video-module .cm-two-col-left-col + div {
    width: 60%;
    padding-left: 40px;
}

.cm-two-col-right-video-wrapper {
    border: 1px solid rgb(221, 153, 51);
    padding: 40px;
    min-height: 462px;
    height: auto;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.cm-responsive-embed {
    width: 75%;
    height: 0;
    padding-top: 75%;
    position: relative;
    top: 0;
    width: 427px;
    margin-top: -54px;
}

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

/*==================== Error Page Styling ================*/

.cm-error-page .page-center.content-wrapper {
    padding-top: 95px;
    padding-bottom: 60px;
}

.cm-error-page h3 {
    color: #171717;
    font-size: 24px;
}

.cm-error-page .widget-type-header h3 {
    display: inline-block;
    padding-right: 8px;
    background: #ffff;
    z-index: 99;
    position: relative;
    margin: 0;
    font-size: 26px;
}

.cm-error-page .widget-type-header {
    position: relative;
}

.cm-error-page .widget-type-header:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    top: 18px;
    left: 0;
    display: block;
    background: #e0dede;
}

.cm-error-page .custom_error_message h1 {
    color: #F0F0F0;
    font-size: 170px;
    line-height: 1;
    font-weight: bold;
    margin: 0;
    font-family: 'Questrial';
    letter-spacing: 0;
}

.cm-error-page h3 {
    margin: 1em 0;
}

.cm-error-page .cm-error-page-links ul {
    padding-left: 15px;
    margin: 0;
}

.cm-error-search-wrapper label {
    margin: 0 0 20px;
    display: block;
}

.cm-error-search-wrapper  .input {
    position: relative;
}

.cm-error-search-wrapper .input a.hs-button.primary {
    height: 44px;
    width: 44px;
    line-height: 44px;
    border: none;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 1em;
    background: #000000;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    font-family: 'icomoon';
    font-weight: normal;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    transition: all .2s;
    text-align: center;
    margin: 0;
}

.cm-error-search-wrapper .input a.hs-button.primary:hover {
    background-color: #cbaa5c;
}

.cm-error-search-wrapper .input input[type="text"] {
    padding-right: 50px;
}

.cm-full-width-section-layout.v3 .cm-banner-area {
    background-position: center;
}

.cm-full-width-section-layout.v3 .cm-section-wrapper-3.grey-bg {
    background: #f4f8fa;
}

.cm-full-width-section-layout.v3 .cm-section-wrapper-3 .cm-full-width-header-module-with-subheader {
    margin-bottom: 50px;
}

.cm-full-width-section-layout.v3 .cm-section-wrapper-3 .cm-full-width-header-module-with-subheader h1.section-heading {
    padding-bottom: 15px;
}

.cm-full-width-section-layout.v3 .cm-section-wrapper-3 .cm-three-col-eql-content-module h3 {
    font-size: 24px;
}

.cm-full-width-section-layout.v3 .cm-section-wrapper-3 .cm-three-col-eql-content-module {
    max-width: 74%;
    margin: 0 auto;
    padding-top: 20px;
}

.cm-full-width-section-layout.v3 .cm-section-wrapper-3 .cm-three-col-eql-content-module ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 23.8px;
}

.cm-full-width-section-layout.v3 .cm-section-wrapper-3 .cm-three-col-eql-content-module ul li {
    display: table;
    margin-bottom: 11px;
}

.cm-full-width-section-layout.v3 .cm-section-wrapper-3 .cm-three-col-eql-content-module ul li:before {
    content: "\f05d";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: table-cell;
    height: 23.8px;
    width: 23.8px;
    margin-right: 9.8px;
    color: #cbaa5c;
}

.cm-full-width-section-layout.v3 .cm-section-wrapper-3 .cm-three-col-eql-content-module ol {
    padding-left: 17px;
}

.cm-border-inner-wrapper.clearfix > div {
    float: left;
    width: 48%;
    border: 3px solid #cbaa5c;
    margin-right: 4%;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 3px solid #cbaa5c;
    padding: 70px;
}

.cm-border-inner-wrapper.clearfix > div + div {
    margin-right: 0;
}

.cm-two-column-content-module-with-border {
    text-align: center;
}

.cm-two-column-content-module-with-border p {
    margin: 20px 0 -15px;
    letter-spacing: 4px;
    font-size: 13px;
}

.cm-two-column-content-module-with-border h1 {
    color: #171717;
    font-size: 46px;
    padding-bottom: 0.67em;
    margin: 0 0 35px;
    position: relative;
}

.cm-two-column-content-module-with-border h1:after {
    content: "";
    height: 1px;
    width: 50px;
    bottom: 0;
    transform: translateX(-50%);
    display: block;
    background: #cbaa5c;
    left: 50%;
    position: absolute;
}

.cm-three-col-eql-content > a:not(.detail-btn) {
    color: inherit;
}

.three-column-equal-content-with-bg-img.two-col .cm-three-eql-col {
    width: 48%;
}

.three-column-equal-content-with-bg-img.two-col .cm-three-eql-col + .cm-three-eql-col {
    margin-right: 0;
}

.cm-responsive-embed {
    width: 70%;
    height: 70%;
    margin: 0 0 60px;
    padding: 0;
}

.cm-iframe-inner-wrapper {
    position: relative;
    height: 0;
    padding-top: 75%;
}

.cm-full-width-section-layout.v3 .cm-three-col-eql-content-module a.cl-popup-trigger.type_btn.cl-btn {
    background-color: rgba(0, 0, 0, 0.1);
    color: #171717;
}

.cm-full-width-section-layout.v3 .cm-three-col-eql-content-module a.cl-popup-trigger.type_btn.cl-btn:hover {
    color: #cbaa5c;
}

.cm-full-width-section-layout.v3 .cm-section-wrapper-5.grey-bg {
    padding: 0;
    background: transparent;
}

.cm-pop-up-title-module {
    display:none !important;
}

.cm-full-width-section-layout.v3 .cm-pop-inner-content-wrapper.cm-privacy-content {
    width: 600px;
}

.cm-full-width-section-layout.v3 .cm-pop-inner-content-wrapper.cm-privacy-content  .cm-pop-up-main-content.clearfix {
    padding: 40px;
}

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

.home-page .custom-row1 {
    padding: 0 30px;
}

.home-page .custom-row1 .hs_cos_wrapper_type_linked_image {
    margin-bottom: 30px;
}

.home-page .custom-row1 .hs_cos_wrapper_type_linked_image img {
    width: 100% !important;
    vertical-align: top;
    max-width: 100% !important;
}

.home-page .custom-row1 .hs_cos_wrapper_type_rich_text {
    padding-bottom: 20px;
    display: inline-block;
    width: 100% !important;
}

.home-page .custom-row1 .page-center ul {
    width: calc(100% - 16.6666%);
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
    float: right;
}

.home-page .custom-row1 .page-center ul li {
    width: 47.6%;
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px;
}

.home-page .custom-row1 .page-center ul li a {
    -webkit-box-shadow: inset 0px 1px 0px #fff, 0px 5px 0px #b39348, 1px 7px 7px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0px 1px 0px #fff,0px 5px 0px #b39348,1px 7px 7px 3px rgba(0,0,0,0.3);
    box-shadow: inset 0px 1px 0px #fff, 0px 5px 0px #b39348, 1px 7px 7px 3px rgba(0,0,0,0.3);
    width: auto;
    background: #cbaa5c;
    font-family: 'PT Sans';
    font-weight: 700;
    letter-spacing: 0px;
    padding: 17px 40px;
    line-height: 21px;
    font-size: 18px;
    display: inline-block;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s;
    color: #ffffff;
}

.home-page .custom-row1 .page-center ul li a:hover {
    background: #bc9c50;
}

.home-page .custom-row2-group {
    padding: 9px 0 0;
}

.home-page .custom-row1 .page-center {
    width: 100% !important;
}

.home-page .custom-row2-group .left-col {
    width: 66.6666% !important;
    margin: 0 0 20px;
    padding: 5px 5px 70px;
}

.home-page .custom-row2-group .right-col {
    width: 33.3333% !important;
    margin: 0 0 20px !important;
    background-color: rgb(249, 249, 249);
    padding: 15px;
    height: 100%;
}

.home-page .custom-row2-group .left-col h1 {
    color: #171717;
    margin: 0 0 20px;
    padding-bottom: 0.72em;
    position: relative;
}

.home-page .custom-row2-group .left-col h1:after {
    border-bottom: 1px solid #cbaa5c;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 50px;
    height: 1px;
    left: 0;
}

.home-page .custom-row2-group .left-col p {
    margin-top: 0;
    margin-bottom: 20px;
}

.home-page .custom-row2-group .left-col h3 {
    font-size: 24px;
    color: #171717;
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.home-page .custom-row2-group .left-col h5 {
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: 0px;
    font-size: 18px;
}

.home-page .custom-row2-group .left-col a.detail-btn {
    margin-top: 12px;
}

.home-page .custom-row2-group .right-col .flipbox-module-group {
    margin-bottom: 25px;
    position: relative;
}

.home-page .custom-row2-group .right-col .flipbox-module-group .flip-box-inner-group {
    position: relative;
    margin-bottom: 15px;
    -webkit-transform: translateZ(0);
}

.home-page .custom-row2-group .right-col .flip-box-front {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 4px;
    color: rgb(116, 116, 116);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 10;
    -webkit-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px;
    padding: 27px 20px 27px 20px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-clip: padding-box;
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    min-height: 373px;
}

.home-page .custom-row2-group .right-col .flip-box-front .flip-box-front-inner {
    margin-top: 43.5px;
}

.home-page .custom-row2-group .right-col .flip-box-front .flip-box-front-inner .top-image {
    margin: 0 auto 10px;
}

.home-page .custom-row2-group .right-col .flip-box-front .flip-box-front-inner .top-image i {
    color: #cbaa5c;
    font-size: 60px;
}

.home-page .custom-row2-group .right-col .flip-box-front h2 {
    color: #333333;
    font-size: 26px;
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.69;
    letter-spacing: 0px;
    margin-top: 0;
    margin-bottom: 9px;
}

.home-page .custom-row2-group .right-col .flip-box-front .front-content p {
    margin: 0;
}

.home-page .custom-row2-group .right-col .flip-box-back {
    background-color: #ffffff;
    border-color: rgba(255,255,255,0);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    height: auto;
    width: 100%;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    z-index: -1;
    -webkit-perspective: 600px;
    -ms-perspective: 600px;
    perspective: 600px;
    padding: 27px 20px 27px 20px;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-clip: padding-box;
    transition: all 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    min-height: 100%;
}

.home-page .custom-row2-group .right-col .flipbox-module-group.hover .flip-box-back {
    transform: rotateY(0deg);
    z-index: 99;
}

.home-page .custom-row2-group .right-col .flip-box-back .top-image img {
    position: relative;
    display: inline-block;
    vertical-align: 0%;
    left: 11px;
    top: 3px;
    padding-bottom: 2.5px;
}

.home-page .custom-row2-group .right-col .flip-box-back h3 {
    color: #171717;
    font-size: 24px;
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.home-page .custom-row2-group .right-col .flip-box-back h3 strong {
    display: block;
}

.home-page .custom-row2-group .right-col .flip-box-back .top-image {
    line-height: 4.1em;
}

.home-page .custom-row2-group .right-col .flip-box-back .back-content a.requestcall span {
    color: #000000;
    background-color: #cab55a;
    padding: 0 3px;
    cursor: pointer;
}

.home-page .custom-row2-group .right-col .flip-box-back .back-content a.requestcall {
    display: block;
    margin: 0px auto 0px;
    background: rgba(255,255,255,.25);
    font-family: 'PT Sans';
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 17px;
    font-size: 14px;
    padding: 13px 29px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s;
    color: #171717;
}

.home-page .custom-pop-up-form-group {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
    overflow: auto;
    outline: 0px;
    pointer-events: none;
    overflow-y:scroll;
}

.home-page .custom-pop-up-form-group.in {
    pointer-events: auto;
}

.fade {
    opacity: 0;
    transition: opacity 0.3s linear;
}

.home-page .custom-pop-up-form-group .custom-inner-group {
    transform: translate(0px, -25%);
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    width: 900px;
    margin: 60px auto 30px;
    position: relative;
    float: none !important;
    max-width: calc(100% - 20px);
    z-index:101;
}

.home-page .custom-pop-up-form-group.in .custom-inner-group {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cm-tabber-form select {
   font-size: 13px;
   border-radius: 0;
   -webkit-appearance: none;
   position: relative;
}

.home-page .custom-pop-up-form-group .form-wrapper {
    background-color: #f6f6f6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.home-page .custom-pop-up-form-group .custom-form-header {
    border-bottom: 1px solid #ebebeb;
    min-height: 54px;
    padding: 15px 20px;
    overflow: hidden;
}

.home-page.open-form {
    overflow: hidden;
}

.home-page .custom-pop-up-form-group .custom-form-header button.close {
    font-size: 30px;
    margin-top: -5px;
    text-shadow: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0;
    color: #000000;
    float: right;
    font-weight: bold;
    line-height: 1;
    opacity: 0.2;
}

.home-page .custom-pop-up-form-group .custom-form-header h3 {
    font-size: 24px;
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: 0px;
    color: #171717;
    margin: 0;
    max-width: calc(100% - 30px);
    width: 95%;
    float: left;
}

.home-page .custom-pop-up-form-group .custom-form {
    position: relative;
    padding: 20px;
}

.open-form.home-page .close-popup {
    background: #000;
    opacity: .5;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left:0;
    right:0;
    z-index:100;
}

.home-page .custom-pop-up-form-group .custom-form h3.form-title {
    display: none;
}

.home-page .custom-pop-up-form-group .custom-form .hs-form-field {
    margin: 0;
}

.home-page .custom-pop-up-form-group .custom-form-footer {
    border-top: 1px solid #ebebeb;
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    overflow: hidden;
}

.home-page .custom-pop-up-form-group .custom-form-footer a.close {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    background: #cbaa5c;
    color: #ffffff;
    opacity: 1;
    text-transform: uppercase;
    font-family: 'PT Sans';
    font-weight: 700;
    letter-spacing: 0px;
    text-shadow: none;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
}

.home-page .custom-pop-up-form-group .custom-form-footer a.close:hover {
    background: #bc9c50;
    color: #ffffff;
}

.home-page .custom-pop-up-form-group ul.hs-error-msgs.inputs-list {
    margin: 0;
}

.home-page .custom-row3-group {
    margin-top: 30px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
}

.home-page .custom-row4-group {
    padding-left: 0;
    padding-right: 0;
}

.cm-three-eql-col a.full-link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

.cm-three-eql-col {
    margin-bottom: 20px;
}

.home-page .cm-one-col-content-module {
    border-color: #cbaa5c;
}

.home-page .cm-one-col-content-module h2 {
    font-weight: 700;
    text-transform: capitalize;
}

.home-page .cm-one-col-content-module p {
    margin: 0 0 20px;
}

.home-page .custom-row4-group {
    padding-bottom: 89px;
}

.home-page .cm-three-col-eql-content-module {
    padding: 0;
}

.home-page .cm-three-col-eql-content-module .span4 {
    width: 33.3333%;
    float: left;
    margin: 0 0 20px;
}

.home-page .cm-three-col-eql-content-module .col2 {
    padding: 40px !important;
    color: #fff;
}

.home-page .cm-three-col-eql-content-module .span4 {
    padding: 30px;
}

.home-page .cm-three-col-eql-content-module .col1 h2, 
.home-page .cm-three-col-eql-content-module .col1 h3 {
    font-size: 22px;
    line-height: 1;
    text-align: right;
    font-weight: normal;
    font-family: 'Questrial';
    margin-top: 0;
}

.home-page .cm-three-col-eql-content-module .col1 h3 {
    color: #808080;
}

.home-page .cm-three-col-eql-content-module .col1 h2 {
    color: #cbaa5c;
}

.home-page .cm-three-col-eql-content-module .col2 h4 {
    text-align: center;
    margin: 0 0 20px;
    color: #cbaa5c;
    font-size: 16px;
    line-height: 2;
    font-family: 'Questrial';
    font-weight: 400;
    letter-spacing: 0px;
}

.home-page .cm-three-col-eql-content-module .col2 h5 span {
    font-size: 12px;
}

.home-page .cm-three-col-eql-content-module .col2 h5 {
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: 0px;
    font-size: 18px;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
}

.home-page .cm-three-col-eql-content-module .col3 p {
    text-align: left;
    line-height: 22px;
    letter-spacing: 4px;
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 20px;
}

.home-page .cm-three-col-eql-content-module .col3 h4 {
    text-align: left;
    line-height: 22px;
    letter-spacing: 4px;
    font-size: 12px;
    margin-top: 80px;
    margin-bottom: 20px;
    text-decoration: underline;
    color: #cbaa5c;
}

.home-page .custom-row5-group {
    padding-bottom: 70px;
}

.home-page .custom-row6-group {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    padding: 0 0 70px;
}

.home-page .custom-row6-inner-group {
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    height: 100%;
}

.home-page .custom-row6-group .slick-slider {
    margin-top: 56px;
    padding: 0;
    width: 66.66% !important;
    margin-left: auto;
    margin-right: auto;
}

.home-page .custom-row6-group .slick-slider .slick-slide-inner-wrapper >img {
    display: none !important;
}

.home-page .custom-row6-group .slick-slider blockquote {
    background-color: #1a3538;
    border: none;
    font-style: italic;
    font-size: 16px;
    font-family: 'Questrial';
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0;
}

.home-page .custom-row6-group .slick-slider blockquote q {
    color: #ffffff;
    display: block;
    padding: 25px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}

.home-page .custom-row6-group .slick-slider .caption.below h4 {
    margin-top: 25px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 0;
    line-height: 2;
    font-family: 'Questrial';
    letter-spacing: 0px;
    color: #fff;
}

.home-page .custom-row6-group .slick-slider .caption.below h4 strong {
    font-weight: 700;
}

.home-page .custom-row6-group .slick-slider .slick-prev:before, 
.home-page .custom-row6-group .slick-slider .slick-next:before {
    display: none;
}

.home-page .custom-row6-group .slick-slider .slick-arrow {
    display: none !important;
}

.home-page .custom-row6-group .slick-slider .slick-arrow {
    width: 16.6666%;
    text-align: center;
    top: 4px;
}

.home-page .custom-row6-group .slick-slider:before {
    top: 4px;
    border: 1px solid transparent;
    background-color: #cbaa5c;
    font-size: 35.2px;
    line-height: 70.4px;
    height: 70.4px;
    width: 70.4px;
    margin-left: 0;
    margin-right: 0;
    color: #ffffff;
    content: "\f10d";
    text-align: center;
    margin-top: 2px;
    border-radius: 50%;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    left: -016.6666%;
}

.home-page .custom-row6-group .slick-slider:after {
    content: "\f10e";
    text-align: center;
    margin-top: 2px;
    border-radius: 50%;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    position: absolute;
    right: -016.6666%;
    top: 4px;
    border: 1px solid transparent;
    background-color: #cbaa5c;
    font-size: 35.2px;
    line-height: 70.4px;
    height: 70.4px;
    width: 70.4px;
    margin-left: 0;
    margin-right: 0;
    color: #ffffff;
}

.home-page .custom-row6-group .slick-slider ul.slick-dots {
    width: 66.66% !important;
    margin: 25px auto 0;
}

.home-page .custom-row6-group .slick-slider ul.slick-dots li button {
    display: none;
}

.home-page .custom-row6-group .slick-slider ul.slick-dots li {
    margin: 0 10px 0 0;
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
}

.home-page .custom-row6-group .slick-slider ul.slick-dots li:hover,
.home-page .custom-row6-group .slick-slider ul.slick-dots li.slick-active {
    background: #fff;
}


/*    End   */


/*========= blog styling ===========*/
.blog .body-container-wrapper {
    padding: 75px 30px 60px;
}

.blog-listing-wrapper .post-listing .post-item {
    float: left;
    width: 33.33%;
    padding: 20px;
}

.post-item-inner-wrapper {
    border: solid 1px #ebeaea;
    padding: 30px 25px 0px 25px;
    border-bottom-width:3px;
}

.post-header h2 {
    font-size: 19px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 5px;
    font-family: 'Playfair Display';
    font-weight: 400;
}

.post-header h2 a{
    color: #171717;
}

.post-header h2 a:hover{
    color: #cbaa5c;
}

.blog-listing-wrapper .post-listing .post-item:nth-child(3n + 1) {
    padding-left: 0;
}

.fusion-inline-sep {
    padding: 0 5px;
}

.fusion-content-sep {
    margin-top: 20px;
    height: 6px;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
    border-color: #ebeaea;
}

#hubspot-author_data {
    font-size: 12px;
    line-height: 1.5;
    color: #222222;
    font-weight: 400;
}

.published-date {
    display: inline;
}

a.more-link {
    position: relative;
    margin-right: 10px;
    text-align: right;
    font-size: 12px;
}

a.more-link:after {
    content: '\f105';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 5px;
    font-family: 'icomoon';
    font-size: 14px;
}


.fusion-meta-info{
    margin:20px 0;
    padding:5px 0;
}

a.next-posts-link.load-more {
    display: block;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    transition: all .2s;
    margin-top: 20px;
    height: 50px;
    line-height: 50px;
    font-family: 'PT Sans';
    font-weight: 700;
    letter-spacing: 0px;
    color: #333;
    background-color: #cbaa5c;
}

a.load-more:hover{
    background-color: rgba(203,170,92,0.8);
}

.blog .body-container .page-center{
    width: 100% !important;
}

.blog-listing-wrapper .post-listing .post-item .post-body p{
    margin-top: 0;
    margin-bottom: 20px;
}

.blog-listing-wrapper .post-listing .post-item .post-body{
    margin-top: 20px;
}

.blog-sidebar h3{
    color: #333333;
    font-size: 18px;
    margin:0 0 18px;
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.67;
}

.blog-sidebar .widget-module ul{
    line-height: 2;
    color: #222222;
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-sidebar .widget-module ul li{
    display: block;
    padding: 10px 10px 10px 12px;
    border-bottom: 1px solid #e0dede;
}

.blog-sidebar .widget-module ul li a:before{
    position: absolute;
    font-size: 14px;
    font-family: 'icomoon';
    content: '\f105';
    margin-left: -12px;
}

.hs-blog-post .body-container-wrapper {
    padding-top: 95px ;
}

.blog .blog-sidebar .widget-span {
    margin-bottom: 45px;
}

.blog .blog-sidebar span.filter-link-count {
    display: none;
}

.post-header h1{
    font-size: 26px;
    color: #171717;
    margin-top: 8px;
    margin-bottom: 1.1em;
}

.blog-sidebar .widget-type-google_search .hs-button.primary {
    height: 44px;
    width: 44px;
    line-height: 44px;
    background: #000000;
    border-radius: 0;
    color: #FFFFFF;
    text-indent: 0;
    cursor: pointer;
    font-family: 'icomoon';
    font-weight: normal;
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    transition: all .2s;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 1em;
    margin: 0 !important;
}

.blog-sidebar .widget-type-google_search .hs-button.primary:hover{
        background-color: #cbaa5c;
}

.blog-sidebar .widget-type-google_search  .input {
    position: relative;
}

.blog-sidebar .widget-type-google_search .hs-button.primary:after{
    content:"";
}

.body-container .tabber-tabs {
    border-bottom: 1px solid #ddd;
    list-style: none;
    padding: 0;
    margin: 0 0 -2px;
}

.tabber-tabs>li {
    float: left;
    width: 50%;
    text-align: center;
    font-family: 'Playfair Display';
    font-weight: 400;
    font-size: 18px;
    border-right: 1px solid #ffffff;
}

.tabber-tabs>li:last-child{
    border-right:none;
}

.tabber-tabs>li>a {
    margin-right: 0;
    text-decoration: none;
    display: block;
    line-height: 38px;
    border-top: 3px solid transparent;
    background: #ebeaea;
    color: #171717;
}

.tabber-tabs>li>a:hover{
    background:#fff;
}

.tabber-content.clearfix {
    clear: both;
}

.tabber-tabs>.active>a, .tabber-tabs>.active>a:hover, .tabber-tabs>.active>a:focus {
    color: #171717;
    cursor: default;
    background-color: #fff;
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.tabber-tabs>.active>a{
    border-top-color: #cbaa5c;
    color: #171717;
}

.tabber-content .tab-pane {
    background: #fff;
    padding: 0;
    border-radius: 0;
}

.tabber-content .tab-pane.active:nth-child(1) {
    border-top-left-radius: 0;
}

.tabber-wrap.blog-tabber {
    border: solid 1px #ebeaea;
}

.post-section {
    border-bottom: 1px solid #e2e2e2;
    padding: 20px 15px;
    overflow: hidden;
}

.post-section .published-date {
    display: block;
    font-size: 12px;
}

.post-title {
    font-size: 16px;
    display: inline-block;
}

.post-section:last-child {
    border-bottom: none;
}

.tab-pane .custom_listing_comments{
    padding: 8px 20px;
    display: block;
}

.tab-pane .widget-module ul li {
    border-bottom: none;
}

.fusion-column-wrapper {
    background-color: #292c30;
    padding: 5%;
    color: #fff;
}

h4.widget-title {
    font-size: 18px;
    margin-bottom: 18px;
    margin-top: 0;
    color: #333333;
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: 0px;
}

.flickr_badge_image {
    float: left;
    padding: 3px;
    width: 25%;
    width: auto;
}

div#fusion-flickr-widget-2-images {
    overflow: hidden;
}

.flickr_badge_image a {
    display: block;
}

.flickr_badge_image img {
    width: 66px;
    vertical-align: top;
    transition: all .2s;
    height: 66px;
}

.flickr_badge_image img:hover{
    opacity: 0.5;
}

.fusion-imageframe {
    display: inline-block;
    z-index: 1;
    position: relative;
    vertical-align: middle;
    max-width: 100%;
}

.imageframe-liftup span {
    opacity: 1;
    -webkit-transform: perspective(1000px) scale(1);
    transform: perspective(1000px) scale(1);
    transition: -webkit-all 0.35s;
    transition: all 0.35s;
    transition: all 0.35s, -webkit-all 0.35s;
    box-shadow: none;
}

.imageframe-liftup {
    position: relative;
    width: auto;
    display: inline-block;
}

.imageframe-liftup span:hover {
    -webkit-transform: perspective(1000px) scale(1.03);
    transform: perspective(1000px) scale(1.03);
}

.imageframe-liftup:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    transition: opacity 0.35s;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4);
    opacity: 0;
}

.imageframe-liftup:hover:before {
    opacity: 1;
}

.hs-blog-post #hubspot-author_data {
    margin-top: 20px;
    padding: 5px 0;
    border-top: 1px solid #e0dede;
    border-bottom: 1px solid #e0dede;
    line-height: 2;
}

.related-post {
    margin-top: 55px;
    margin-bottom: 65px;
}

.related-post h3{
    font-size: 19px;
    line-height: 1.5;
    padding-right: 8px;
    position:relative;
    color: #171717;
}

.related-post h3:after{
    content:"";
    left:0;
    top:50%;
    width:100%;
    height:1px;
    background:#e0dede;
    position:absolute;
}

.related-post h3 span{
    padding-right: 8px;
    background:#fff;
    z-index:9;
    position:relative;
}

.related-image {
    min-height: auto;
    background: #f6f6f6;
}

.related-title {
    margin: 15px 0 3px;
    font-size: 18px;
    line-height: 30px;
}

.custom_listing_comments {
    display: inline;
}

.related-meta-info {
    font-size: 12px;
    padding-right: 5px;
    line-height: 1.5;
}

.cm-two-col-eql .cm-two-col-wrapper.main-wrapper {
    padding: 0 30px;
}

.cm-section-wrapper-3 .cm-two-column-eqaul-module ul li p {
    display: inline-block;
    margin: 0 0 9px;
}

.contact-layout .cm-banner-area {
    background-position: center center;
    background-repeat: no-repeat;
}

.contact-layout .cm-banner-area h1 {
    font-size: 48px;
}

.contact-layout .cm-section-wrapper-2 {
    padding: 95px 0 75px;
}

.contact-layout .cm-section-wrapper-2 .cm-two-col-left-col {
    width: 48%;
    margin-bottom: 20px;
    margin-right: 4%;
    float: left;
}

.contact-layout .cm-section-wrapper-2 .cm-two-col-right-col {
    width: 48%;
    margin: 0 0 20px;
}

.contact-layout .cm-section-wrapper-2 .cm-two-col-left-col h4 {
    letter-spacing: 4px;
    font-size: 13px;
    margin: 0;
    font-weight: normal;
}

.contact-layout .cm-section-wrapper-2 .cm-two-col-left-col p {
    margin: 0 0 20px;
	padding: 0;
}

.contact-layout .cm-section-wrapper-2 .cm-two-col-left-col img {
    margin-top: 14px;
}

.contact-layout .cm-section-wrapper-2 .cm-two-col-left-col h1 {
    margin-bottom: 53px;
}

.contact-layout .cm-section-wrapper-2 .cm-two-col-right-col .cm-two-col-right-inner-wrapper {
    background: transparent;
    text-align: left;
	padding: 40px;
}

.contact-layout .cm-section-wrapper-2 .cm-two-col-right-col h2 {
    color: #cbaa5c;
    font-size: 26px;
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.69;
    letter-spacing: 0px;
	margin-top: 0.91em;
	margin-bottom: 1.1em;
}

.contact-layout .cm-section-wrapper-2 .cm-two-col-right-col h2 span {
    font-size: 28px;
}

.contact-layout .cm-section-wrapper-2 .cm-two-col-right-col h3 {
    color: #171717;
    font-size: 24px;
    font-family: 'Playfair Display';
    font-weight: 400;
    line-height: 1.67;
    letter-spacing: 0px;
    margin-top: 1em;
    margin-bottom: 1em;
}

.hs-related-image-wrapper > a {
    display: block;
    min-height: 150px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.contact-layout .cm-section-wrapper-2 .cm-two-col-right-col p {
    margin: 0 0 20px;
}

.contact-layout .cm-section-wrapper-3.grey-bg {
    padding-left: 30px;
    padding-right: 30px;
}

.contact-layout .cm-section-wrapper-3.grey-bg {
    padding: 94px 0px 55px;
}

.contact-layout .cm-section-wrapper-3 h3.form-title {
    display: none;
}

.contact-layout .cm-section-wrapper-3 form textarea {
    min-height: 150px;
}

.contact-layout .cm-section-wrapper-3 form .hs-button.primary.large {
    margin-bottom: 20px;
}

.contact-layout .cm-section-wrapper-4 {
    padding: 70px 0px 40px;
}

.contact-layout .cm-section-wrapper-4 .page-center .hs_cos_wrapper_type_widget_container {
   margin-bottom: 25px;
   margin-left: -15px;
   margin-right: -15px;
   width: calc(100% + 30px);
   display: inline-block;
}

.contact-layout .cm-section-wrapper-4 .hs_cos_wrapper_type_custom_widget {
   width: 33.33333333%;
   float: left;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
   margin-bottom: 15px;
}

.contact-layout .cm-section-wrapper-4 .custom-contact-info-group .icon {
   margin: 0 auto 10px;
}

.contact-layout .cm-section-wrapper-4 .inner-group {
   background-color: rgb(255, 255, 255);
   padding: 27px 20px 27px 20px;
   text-align: center;
}

.contact-layout .cm-section-wrapper-4 .custom-contact-info-group .icon i {
   font-size: 60px;
   color: #cbaa5c;
}

.contact-layout .cm-section-wrapper-4 .custom-contact-info-group h2 {
   color: rgb(51, 51, 51);
   font-size: 26px;
   font-family: 'Playfair Display';
   font-weight: 400;
   line-height: 1.69;
   letter-spacing: 0px;
   margin-top: 0;
   margin-bottom: 9px;
}

.contact-layout .cm-section-wrapper-4 .custom-contact-info-group .bottom-text p {
   margin: 0;
   color: rgb(116, 116, 116);
}

.cm-form-with-pop-up-module span.hs-form-required {
    display: none;
}

.body-container form ul {
    list-style: none;
    padding: 0;
}

h3.hs-author-name {
    display: block;
    font-size: 1.17em;
    color: #333333;
    margin-top:0;
}

.cm-author-section {
    margin-top: -20px;
}

.cm-author-section .hs-author-social-section {
    display: table;
    margin: 20px 0 80px 0;
    padding: 5px 0;
    width: 100%;
    border-top: 1px solid #E0DEDE;
    border-bottom: 1px solid #E0DEDE;
    text-align: right;
}

.cm-author-section .hs-author-social-links {
    margin-left: 10px;
}

.home-page .custom-pop-up-form-group .custom-form input.hs-button.primary {
    margin-top: 20px;
}

.home-page .custom-pop-up-form-group .custom-form span.hs-form-required {
    margin-left: 4px;
}

form a.cl-popup-trigger.type_btn.cl-btn {
    color: #171717;
}

.cm-tabber-form .hs_state1 .input:after,
.cm-tabber-form .hs_main_prize_hole_number_1:after {
   height: 42px;
   width: 42px;
   line-height: 42px;
   content: '';
   position: absolute;
   border-left: 1px solid #d2d2d2;
   text-align: center;
   z-index: 10;
   font-family: 'icomoon';
   font-size: 9px;
   top: 1px;
   right: 1px;
   background: #fff;
   color: #aaa9a9;
}

.cm-tabber-form .hs_state1 .input,
.cm-tabber-form .hs_main_prize_hole_number_1 .input {
   position: relative;
}

/*=================== Author Page ================*/

.fusion-date-and-formats {
    float: left;
    margin-right: 17px;
    width: 82px;
    text-align: center;
}

.post-item.cm-author-post-item {
    position: relative !important;
    left: 0 !important;
    width: 100% !important;
    top: 0 !important;
    padding: 0 !important;
    margin-bottom: 65px;
}

.fusion-date-and-formats .fusion-date-box {
    padding: 8px 0 5px 0px;
    color: #fff;
    background-color: #cbaa5c;
}

.fusion-date-and-formats .fusion-date {
    display: block;
    line-height: 29px;
    font-size: 29px;
    font-weight: bold;
}

.fusion-date-and-formats .fusion-format-box {
    margin-top: 3px;
    background-color: #eef0f2;
}

.fusion-date-and-formats .fusion-format-box i {
    display: block;
    line-height: 55px;
    font-size: 30px;
    color: #cbaa5c;
}

.post-item.cm-author-post-item .fusion-post-content {
    margin-left: 99px;
    color: #222222;
}

.post-item.cm-author-post-item h2.entry-title {
    font-size: 19px;
    line-height: 28px;
    font-family: 'Playfair Display';
    font-weight: 400;
    letter-spacing: 0px;
    color: #171717;
    margin-top: 0;
    margin-bottom: 5px;
}

.fusion-single-line-meta {
    font-size: 12px;
    line-height: 1.5;
}

.post-content p {
    margin-top: 0;
    margin-bottom: 20px;
}

.fusion-inline-sep:last-child {
    display: none;
}

.fusion-post-content-container {
    margin-top: 20px;
}

.post-item.cm-author-post-item .fusion-meta-info {
    margin-top: 0;
    font-size: 12px;
    padding: 5px 0;
    border-bottom: 1px solid #e0dede;
    overflow: hidden;
    clear: both;
    margin-bottom: 0;
    border-top: 0;
}

.blog-listing-wrapper .post-listing .post-item .post-body p {
    margin: 0;
}

.fusion-alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.fusion-read-more {
    position: relative;
    margin-right: 10px;
    text-align: right;
}

.fusion-read-more:after {
    content: '\f105';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 5px;
    font-family: 'icomoon';
    font-size: 14px;
}

.contact-layout .cm-section-wrapper-5.grey-bg,
.contact-layout .cm-section-wrapper-6 {
    padding: 0;
}

.blog #infscr-loading {
    position: absolute;
    bottom: -50px;
}


@media (max-width: 1360px) {
    .cm-error-page .custom_error_message h1 {
        font-size: 130px;
    }
}

@media (min-width: 768px) {
    .cm-tab-title-wrapper ul {
        margin-bottom: -1px;
    }
    
    .cm-tab-title-wrapper ul li {
        display: table-cell;
        width: 1%;
    }
    
    .cm-tab-title-wrapper ul li a {
        margin-right: 1px;
    }
    
    .cm-tabber-form-item .cm-tab-title-wrapper {
        display: none !important;
    }
    
    .cm-form-with-pop-up-module {
        display: block !important;
    }
    
    .cm-full-width-section-layout.v3 .cm-section-wrapper-2.white-bg {
        padding-bottom: 70px;
    }
    
    .cm-full-width-section-layout.v3 .cm-section-wrapper-3.grey-bg {
        padding: 32px 0;
    }
    
    .cm-full-width-section-layout.v3 .cm-section-wrapper-4.white-bg {
        padding: 70px 0 90px;
    }
    
    .cm-pop-inner-content-wrapper .cm-pop-left-col {
        float: left;
        width: 50%;
        padding-right: 10px;
    }
    
    .cm-pop-inner-content-wrapper .cm-pop-left-col + img {
        float: left;
        width: 50%;
    }
    
    .related-post-item {
        border-right: 3px solid #fff;
    }
}

.blog-pagination {
    clear: both;
}



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


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


/* =============== Screen sizes smaller than .page-center =============== */

@media (max-width: 1400px) {
    .home-page .custom-row2-group .right-col .flip-box-front .flip-box-front-inner {
        margin-top: 27.5px;
    }
    
    .flickr_badge_image img {
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width: 1300px) and (min-width: 1101px) {

	.cm-three-col-eql-content {
		padding: 13px;
	}
	
	a.detail-btn  {
		padding: 13px 10px;
	}
	
	.cm-three-col-eql-content h2 {
        font-size: 20px;
	}
	
	a.detail-btn:after {
        padding: 0 7.5px;
	}
	
	a.detail-btn > span {
        padding-right: 24px;
    }
    
    .cm-three-eql-col {
        padding-left: 10px;
        padding-right: 10px;
    }
}



@media only screen and (max-width: 1220.4px){
    .blog-listing-wrapper .post-listing .post-item{
        width:50%;
    }
    
    .blog-listing-wrapper .post-listing .post-item:nth-child(3n + 1) {
        padding-left: 20px;
    }
    
    .blog-listing-wrapper .post-listing .post-item:nth-child(2n + 1) {
        padding-left: 0;
    }
    

}

@media only screen and (max-width: 1220.4px) and (min-width:1101px){
    
    .tabber-tabs > li{
        font-size: 13px;
    }
}

@media (max-width: 1400px) {
    
    .cm-accordion-header:before {
        left: 0;
        width: 35px;
        display: block;
        text-indent: 0;
        top: 50%;
        text-align: center;
        transform: translateY(-50%);
    }
    
    .cm-accordion-header {
        text-indent: 0;
        padding-left: 35px;
        padding-right: 10px;
        line-height: 1.2;
    }
}

@media (max-width: 1200px) {
    .home-page .custom-row2-group .right-col .flip-box-front .flip-box-front-inner {
        margin-top: 6px;
    }
    
}


@media (max-width: 1190px) {
    .cm-form-inner-wrapper h1 {
        font-size: 3.87vw;
        line-height: 4.3vw;
    }
    
    .form-tabber-layout .cm-row-1-wrapper .cm-two-column-eqaul-module .span6 {
        width: 40.6%;
    }
    
    .form-tabber-layout .cm-row-1-wrapper .cm-two-column-eqaul-module .span6:last-child {
        width: 16.8% !important;
        margin: 0 0 20px 32.6666% !important;
    }
    
    .cm-error-page .custom_error_message h1 {
        font-size: 11vw;
    }
    
    .cm-responsive-embed {
        width:75%;
    }
} 

@media (max-width: 1100px) {
    .custom-flipbox-module-item {
        width: 48%;
    }
    
    .custom-flipbox-module-item:nth-child(3n + 1) {
        margin-left: 4%;
        clear: none;
    }
    
    .custom-flipbox-module-item:nth-child(2n + 1) {
        margin-left: 0;
        clear: left;
    }
    
    .cm-header-contact-detail {
        display: none !important;
    }
    
    .cm-partners-logo {
        display: none !important;
    }
    
    .cm-tab-title-wrapper ul li a {
        /*font-size: 15px;*/
    }
    
    .cm-pop-close-btn {
        width: 50px;
    }
    
    .two-col-left-module-with-img > div > div {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
    
    .two-col-left-module-with-img > div > div + div {
        margin-top: 50px;
    }
    
    .cm-three-eql-col {
        width: 100%;
        margin-left: 0;
        float: none;
        padding-bottom: 55px;
    }
    
    .cm-three-eql-col + div {
        margin-top: 20px;
    }
    
    .cm-two-column-right-content-module > div {
        float: none;
        width: 100%;
    }
    
    .cm-two-col-left-inner-wrapper h1 + p {
        padding: 0;
    }
    
    .cm-two-column-right-content-module > div + div {
        margin-top: 20px;
    }
    
    .cm-section-wrapper-3 .cm-two-column-eqaul-module {
        max-width: 100%;
    }
    
    a#toTop {
        bottom: 30px;
        height: 40px;
        z-index: 10000;
        -webkit-border-radius: 4px;
    }
    
    .cm-one-col-content-module h2 {
        font-size: 24px;
        line-height: 39px;
    }
    
    .cm-one-col-content-module {
        text-align: left;
    }
    
    .about-page .custom-row1 .custom-two-col-with-right-image-group .content {
        width: 100% !important;
        float: none !important;
    }
    
    .about-page .custom-row2-group .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        float: none;
        padding: 0;
    }
    
    .about-page .custom-row2-group .about-content-group {
        display: inline-block;
        width: 100% !important;
        margin: 0 !important;
        padding-bottom: 148px;
    }
    
    .about-page .custom-row3-group .hs_cos_wrapper_type_custom_widget {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        display: inline-block;
    }
    
    .about-page .custom-row3-group .custom-contact-info-group {
        margin-bottom: 55px;
    }
    
    .form-tabber-layout .cm-row-1-wrapper .cm-two-column-eqaul-module .span6 {
        width: 100%;
        margin: 0 0 20px;
    }
    
    .form-tabber-layout .cm-row-1-wrapper .cm-two-column-eqaul-module .span6 h3 {
        font-size: 2.3vw;
        line-height: 3.75vw;
        padding-left: 0;
    }
    
    .form-tabber-layout .cm-row-1-wrapper .cm-two-column-eqaul-module .span6:last-child {
        width: 100% !important;
        margin: 20px 0 20px !important;
    }
    
    .cm-form-inner-wrapper h1 {
        font-size: 4.05vw;
        line-height: 4.48vw;
    }
    
    .cm-footer-logo {
        width: 100% !important;
        float: none;
        margin-bottom: 50px;
    }
    
    .cm-footer-menu {
        width: 100%;
        margin-left: 0 !important;
        float: none;
        margin-bottom: 50px;
    }
    
    .cm-contact-info {
        margin-left: 0 !important;
        float: none;
        width: 100% !important;
        margin-bottom: 50px;
        }
    
    .cm-custom-search {
        width: 100% !important;
        margin-left: 0 !important;
    }
    
    .cm-footer-social-icons {
        margin-left: 0 !important;
        width: 100% !important;
    }
        
    .cm-footer-copyright {
        padding: 0 0 15px;
        display: block;
        text-align: center;
        width: 100% !important;
        float: none;
    }
    .fusion-social-networks-wrapper {
        float: none;
        width: 100% !important;
        text-align: center;
    }
    
    .cm-footer-bottom-wrapper {
        padding: 31px 30px;
        background-color: #191919;
    }
    
    .cm-two-column-right-content-module.video-module .cm-two-col-left-col {
        width: 100%;
    }
    
    .cm-two-column-right-content-module.video-module .cm-two-col-left-col + div {
        width: 100%;
        padding-left: 0;
    }
    
    .cm-full-width-section-layout.v3 .cm-section-wrapper-3 .cm-three-col-eql-content-module {
        max-width: 100%;
    }
    
    .three-column-equal-content-with-bg-img.two-col .cm-three-eql-col {
        width: 100%;
        margin-right: 0;
    }
    
    .cm-border-inner-wrapper.clearfix > div {
        width: 100%;
        margin-right: 0;
        float: none;
    }
    
    .cm-full-width-section-layout.v3 .cm-section-wrapper-3 .cm-three-col-eql-content-module .span4 {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    
    .cm-one-col-content-module a.detail-btn {
        width: 100%;
        text-align: center;
    }
    
    .cm-banner-area.no-banner-content {
        height: 140px;
    }
    
    .blog-content,
    .blog-sidebar{
        width:100% !important;
        margin-left:0 !important;
    }
    
    .flickr_badge_image{
        width:auto;
    }
    
    .home-page .custom-row2-group .right-col .flip-box-front .flip-box-front-inner {
        margin-top: 27.5px;
    }
    
    .home-page .custom-row1 .page-center ul {
        width: 100%;
        margin: 30px 0 0;
    }
    
    .home-page .custom-row1 .page-center ul li {
        width: 100%;
    }
    
    .home-page .custom-row2-group .left-col {
        width: 100% !important;
    }
    
    .home-page .custom-row2-group .left-col h1 {
        font-size: 4.03vw;
        line-height: 4.5vw;
    }
    
    .home-page .custom-row2-group .right-col {
        width: 100% !important;
    }
    
    .home-page .custom-row2-group .right-col .flip-box-front .flip-box-front-inner {
        margin-top: 62.5px;
    }
    
    .home-page .custom-row2-group .right-col .flip-box-front h2 {
        font-size: 24.533px;
        line-height: 40.574px;
    }
    
    .home-page .cm-three-col-eql-content-module .span4 {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
    
    .home-page .cm-three-col-eql-content-module .col2 {
        color: #fff;
        width: 100%;
        margin: 0 auto 20px;
    }
    
    .home-page .cm-one-col-content-module a.detail-btn {
        width: 100%;
        text-align: center;
    }
    
    .home-page .custom-row6-group .slick-slider {
        width: 100% !important;
        text-align: center;
    }
    
    .home-page .custom-row6-group .slick-slider:before {
        left: auto;
        right: auto;
        margin-bottom: 20%;
        position:relative;
    }
    
    .home-page .custom-row6-group .slick-slider:after {
        left: 0;
        right: 0;
        position: relative;
        margin-bottom: 20%;
    }
    
    .home-page .custom-row6-group .slick-slider ul.slick-dots {
        width: 100% !important;
        margin: 25px auto 20px;
    }
    
    .contact-layout .cm-section-wrapper-2 .cm-two-col-left-col {
       width: 100%;
       margin-bottom: 20px;
       margin-right: 0;
       float: none;
    }
    
    .contact-layout .cm-section-wrapper-2 .cm-two-col-right-col {
       width: 100%;
       margin: 40px 0 20px;
    }
    
    .contact-layout .cm-section-wrapper-4 .hs_cos_wrapper_type_custom_widget {
       width: 100%;
       float: none;
    }
    
    .contact-layout .cm-section-wrapper-4 .page-center .hs_cos_wrapper_type_widget_container {
       margin-bottom: 25px;
       margin-left: 0;
       margin-right: 0;
       width: 100%;
       display: inline-block;
    }
    
    .home-page .custom-row2-group .right-col {
        min-height:1px !important;
    }
    
    .cm-author-section .hs-author-social-section {
        text-align: center;
    }
    
    .cm-first-pop-up-content .cm-main-content {
       max-width: 100%;
    }
    
    .cm-pop-inner-content-wrapper .cm-pop-left-col {
       float: none;
       width: 100%;
       padding-right: 0;
    margin-bottom: 20px;
    }
    
    .cm-pop-inner-content-wrapper .cm-pop-left-col + img {
       float: none;
       width: 70%;
    }
}

@media only screen and (max-width: 1036.8px){
    .blog-listing-wrapper .post-listing .post-item{
        width:100%;
        padding-left:0 !important;
        padding-right:0 !important;
    }
}

@media (max-width: 800px) {
    .about-page .custom-row1 .custom-two-col-with-right-image-group .custom-col2 .inner-group {
        min-height: auto !important;
        height: 100vw;
        max-height: 300px;
        background-size: contain;
        background-position: center;
    }
}

.cm-full-width-section-layout.v3 .cm-pop-inner-content-wrapper.cm-privacy-content {
    position: relative;
    left: 0;
    margin: 0 auto;
    transform: none;
    display: inline-block;
    vertical-align: middle;
}

.cm-full-width-section-layout.v3  .cm-pop-wrapper {
    text-align: center;
}

.cm-full-width-section-layout.v3 .cm-pop-wrapper:after {
    content: "";
    height: 100vh;
    display: inline-block;
    vertical-align: middle;
}

.cm-full-width-section-layout.v3 .cm-pop-up-header {
    text-align: left;
}

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

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

@media (max-width: 767px) {
    .custom-flipbox-module-item {
        width: 100%;
        float: none;
        max-width: 500px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    h1 {
        font-size: 42.205px;
        line-height: 46.793px;
    }
   
    .custom-accordion-item:last-child {
        margin-bottom: 70px;
    }
    
    .cm-tab-title-wrapper ul li a {
        font-size: 18px;
    }
    
    .cm-tab-title-wrapper.desktop-tabber {
        display: none;
    }
    
    .cm-tabber-form-item .cm-tab-title-wrapper {
        display: block;
    }
    
    .cm-tabber-form-column {
        padding: 0;
        border: none;
    }
    
    .cm-form-with-pop-up-module {
        display:none;
        padding: 15px;
        border: 1px solid #f1f2f2;
        border-top-color: transparent;
    }
    
    .cm-tabber-form-item {
        display: block !important;
    }
    
    .form-tabber-layout .cm-row-1-wrapper .cm-two-column-eqaul-module .span6 h3 {
        font-size: 24px;
        line-height: 39.692px;
    }
    
    .cm-form-inner-wrapper h1 {
        font-size: 6.2vw;
        line-height: 6.68vw;
    }
    
    .shootouts-layout .cm-privacy-content .cm-two-column-eqaul-module .span6 {
        width: 100%;
        padding: 0;
    }
    
    .shootouts-layout .cm-privacy-content .cm-two-column-eqaul-module .span6 + div {
        margin-top: 30px;
    }
    
    .cm-error-page .custom_error_message h1 {
        font-size: 170px;
    }
    
    .cm-error-page .widget-type-header h3 {
        margin-bottom: 40px;
        font-size: 24px;
    }
    
    .custom_error_message + div {
        margin-top: 50px;
        margin-bottom: 20px;
    }
    
    .cm-full-width-section-layout div[class*="cm-section-wrapper"].cm-section-wrapper-1 {
        padding: 0;
    }
    
    .post-header h1{
        font-size: 24px;    
        line-height: 39.692px;
    }
    
    
    .cm-full-width-section-layout .cm-section-wrapper-3 .cm-two-column-eqaul-module .span6 {
        width: 100%;
        position: relative;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
        margin-left:0%;
    }
    
    .cm-full-width-section-layout .cm-section-wrapper-3 .cm-two-column-eqaul-module .span6:last-child {
        width: 100%;
        margin: 0 0 20px;
    }
    
    .cm-bg-module-content-wrapper > div {
        width: 100% !important;
        float: none;
        text-align: center;
    }
    
    .cm-bg-module-content-wrapper {
        display: block;
    }
    
    .cm-three-col-eql-content-module .span4 {
        margin-bottom: 30px;
    }
    
    .home-page .custom-row6-group {
        padding: 0 0 20px;
    }
    
    .home-page .custom-row2-group .left-col h1 {
        font-size: 30px;
        line-height: 32px;
    }
    
    .cm-bg-module-content-wrapper > .cm-col-2 {
        text-align: center;
    }
    
    .shootouts-layout .cm-main-content-wrapper.cm-two-col-wrapper {
        padding-top:0;
    }
    
    .post-item.cm-author-post-item .fusion-post-content {
        margin-left: 0;
        width: 100%;
        float: none;
        clear: both;
        padding-top: 20px;
    }
    
    .blog .body-container-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .form-tabber-layout .cm-main-content-wrapper.cm-two-col-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
    body:not(.custom-layout) input {
        max-width:100%;
    }
    
    .cm-error-page .page-center.content-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}  



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


@media (max-width: 600px) {
    .cm-pop-close-btn:before {
        font-size: 40px;
    }
    
    .cm-pop-inner-content-wrapper {
        margin: 0;
    }
    
    .cm-pop-inner-content-wrapper {
        margin: 0;
        max-width: 100%;
    }
    
    .cm-pop-close-btn {
        line-height: 48px;
        height: 50px;
        width: 50px;
        background-color: rgba(0, 0, 0, 0.8);
    }
    
    .cm-pop-up-header {
        line-height: 20px;
        padding-right: 55px;
    }
    
    .cm-pop-up-main-content {
        padding: 25px;
    }
    
    .cm-pop-inner-content-wrapper {
        margin: 0 auto;
        max-width: 100%;
        top: 0;
        transform: none;
        left: 0;
        right: 0;
        width: 100%;
    }
    
    /*.cm-privacy-content {
        -webkit-transform-style: preserve-3d;
        -webkit-transform:translateY(-50%)  rotateY(-70deg);
        transform: translateY(-50%) rotateY(-70deg);
    }*/
    
    /*.pop-open .cm-privacy-content {
        -webkit-transform: translateY(-50%) rotateY(0deg);
        transform: translateY(-50%) rotateY(0deg);
    }*/
    
    .cm-error-page .widget-type-header:after {
        content: none;
    }
    
    .cm-privacy-content {
        left: 50%;
    }
}

@media (max-width: 560px) {
    .cm-accordion-header {
        line-height: 20px;
        padding-left: 35px;
        text-indent: 0;
    }
    
    
    
    .cm-full-width-section-layout div[class*="cm-section-wrapper"] {
        padding: 60px 0;
    }

}

@media (max-width: 479px) {
    h1 {
        font-size: 29px;
        line-height: 32px;
    }
    
    .cm-three-eql-col {
        padding: 50% 0 10px;
    }
    
    .cm-two-col-right-inner-wrapper {
        padding: 25px;
    }
    
    .custom-right-column-wrapper {
        padding: 25px;
    }
    
    .cm-full-width-section-layout div[class*="cm-section-wrapper"] {
        padding: 40px 0;
    }
    
    .cm-error-page .custom_error_message h1 {
        font-size: 40vw;
    }
    
    .about-page .custom-row2-group .hs_cos_wrapper_type_header h1 {
        font-size: 24px;
    }
    
    .cm-two-col-content-module-with-full-width-bg h1 {
        font-size: 36px;
    }
}









