/* ==========================================================================
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("https://use.typekit.net/gtp2pvq.css");
@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');


@font-face {
  font-family: "europa";
  font-style: normal;
  font-weight: 300;
  src: url("https://use.typekit.net/af/2c21a3/00000000000000003b9b12fe/27/l?subset_id=2&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/2c21a3/00000000000000003b9b12fe/27/d?subset_id=2&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/2c21a3/00000000000000003b9b12fe/27/a?subset_id=2&fvd=n3&v=3") format("opentype");
}

@font-face {
  font-family: "europa";
  font-style: normal;
  font-weight: 700;
  src: url("https://use.typekit.net/af/045543/00000000000000003b9b12fa/27/l?subset_id=2&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/045543/00000000000000003b9b12fa/27/d?subset_id=2&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/045543/00000000000000003b9b12fa/27/a?subset_id=2&fvd=n7&v=3") format("opentype");
}

@font-face {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 300;
  src: url("https://use.typekit.net/af/1b94c6/000000000000000000010096/27/l?subset_id=2&fvd=n3&v=3") format("woff2"), url("https://use.typekit.net/af/1b94c6/000000000000000000010096/27/d?subset_id=2&fvd=n3&v=3") format("woff"), url("https://use.typekit.net/af/1b94c6/000000000000000000010096/27/a?subset_id=2&fvd=n3&v=3") format("opentype");
}

@font-face {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 500;
  src: url("https://use.typekit.net/af/acc301/00000000000000000001008f/27/l?subset_id=2&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/acc301/00000000000000000001008f/27/d?subset_id=2&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/acc301/00000000000000000001008f/27/a?subset_id=2&fvd=n5&v=3") format("opentype");
}

@font-face {
  font-family: "futura-pt", sans-serif;
  font-style: italic;
  font-weight: 500;
  src: url("https://use.typekit.net/af/bb43f7/000000000000000000010090/27/l?subset_id=2&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/bb43f7/000000000000000000010090/27/d?subset_id=2&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/bb43f7/000000000000000000010090/27/a?subset_id=2&fvd=i5&v=3") format("opentype");
}

@font-face {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url("https://use.typekit.net/af/0fe518/000000000000000000013365/27/l?subset_id=2&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/0fe518/000000000000000000013365/27/d?subset_id=2&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/0fe518/000000000000000000013365/27/a?subset_id=2&fvd=n4&v=3") format("opentype");
}

@font-face {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url("https://use.typekit.net/af/7b3e36/000000000000000000010091/27/l?subset_id=2&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/7b3e36/000000000000000000010091/27/d?subset_id=2&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/7b3e36/000000000000000000010091/27/a?subset_id=2&fvd=n7&v=3") format("opentype");
}


@-webkit-keyframes header-anim {
  0% {
    opacity: 0
  }
  72% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes header-anim {
  0% {
    opacity: 0
  }
  72% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}





.feature-text-anim 0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0)
}

.feature-text-anim 75% {
  opacity: 0;
  -webkit-transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -ms-transform: translate3d(0, 10px, 0);
  -o-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0)
}

.feature-text-anim 100% {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

@-webkit-keyframes feature-text-anim {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  75% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}

@keyframes feature-text-anim {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  75% {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -ms-transform: translate3d(0, 10px, 0);
    -o-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}


@-webkit-keyframes feature-text-anim-alt {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -45%, 0);
    -moz-transform: translate3d(-50%, -45%, 0);
    -ms-transform: translate3d(-50%, -45%, 0);
    -o-transform: translate3d(-50%, -45%, 0);
    transform: translate3d(-50%, -45%, 0)
  }
  67% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -45%, 0);
    -moz-transform: translate3d(-50%, -45%, 0);
    -ms-transform: translate3d(-50%, -45%, 0);
    -o-transform: translate3d(-50%, -45%, 0);
    transform: translate3d(-50%, -45%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
  }
}

@keyframes feature-text-anim-alt {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -45%, 0);
    -moz-transform: translate3d(-50%, -45%, 0);
    -ms-transform: translate3d(-50%, -45%, 0);
    -o-transform: translate3d(-50%, -45%, 0);
    transform: translate3d(-50%, -45%, 0)
  }
  67% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -45%, 0);
    -moz-transform: translate3d(-50%, -45%, 0);
    -ms-transform: translate3d(-50%, -45%, 0);
    -o-transform: translate3d(-50%, -45%, 0);
    transform: translate3d(-50%, -45%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
      
  }
  
  
  
}








/* 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: none; 
  position: absolute;
  
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
/*     display: none !important;
    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: #201a16;
  color: #1f1f1f;
  font-family: futura-pt, sans-serif !important;
  font-size: 16px;
  line-height: 1.6em;
  letter-spacing: .5px;
  font-weight: 300;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}

#site-wrapper {
  background: #fff;
}

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

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


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

/* Basic text */
p {} 
small {}
b, strong {
  font-weight: bold;
}
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, h2, h3 {
  text-rendering: optimizeLegibility;
  margin: 1em 0 .5em;
}

h1 {
  color: #1c1c1c;
  font-family: futura-pt, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 42px;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1.2em;
}
h2 {
  font-family: futura-pt, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1.2em;
  color: #1f1f1f;
}
h3 {
  color: #1f1f1f;
  font-family: futura-pt, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1.3em;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 15px;
}

/* Anchor Links */
a { 
  color: rgba(31,31,31,.5);
  text-decoration: none;
}
a:hover, a:focus {  color: rgba(31,31,31,.5); }

a:active, a:hover {
  outline: 0;
}

a:focus {
  outline: thin dotted;
}

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

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

/* Horizontal Rules */
hr {
  border-style: none;
  border-width: 0;
  margin: 32px 0;
  color: rgba(31,31,31,.15);
  background-color: rgba(31,31,31,.15);
  height: 1px;
  border: none;
}

.program-page .row1-group hr {
  margin: 32px 0 !important;
}


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

.header-group {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1em;
  background-color: #b8b8b8;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
  
}
.header-group.no-nav {
  background: none !important;
  text-align: center;
}
.header-group.no-nav .custom-logo {
  margin: 0 auto !important; 
}

.header-inner > .row-fluid-wrapper > .row-fluid {
  padding: 20px 0;
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: header-anim 1s ease-in-out;
  animation: header-anim 1s ease-in-out;
}

.header-inner > .row-fluid-wrapper > .row-fluid > div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;  
  float: none !important;
}

.custom-logo {
  width: 150px !important;
}

.custom-logo img {
  height: auto;
  max-height: 100px;
  width: auto;
  max-width: 100%;
}

.custom-menu-primary {
  width: calc(100% - 150px) !important;
  margin: 0 !important;
  text-align: right;
}


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

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

.body-container .page-center {
  padding: 96px 32px;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}

.custom-banner-group {
  min-height: 0;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #201a16;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-height: 0;
}

.banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(32,26,22,.7);
  z-index: 49;
}

.banner-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-animation: feature-bg-anim .6s ease-in-out;
  animation: feature-bg-anim .6s ease-in-out;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.custom-banner-group .page-center {
  -webkit-animation: feature-text-anim .75s ease-in-out;
  animation: feature-text-anim .75s ease-in-out;
  z-index: 100;
  position: relative;
  width: 100%;
  max-width: 956px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 32px;
  text-align: center;
  text-rendering: optimizeLegibility;
}

.custom-banner-group h1 {
  font-family: futura-pt, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  color: #fafafa;
  margin: 20px auto;
  font-size: 86px;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1.1em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.custom-banner-group h3 {
  font-family: futura-pt, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  letter-spacing: 5px;
  text-transform: uppercase;
  line-height: 2.1em;
  color: #fafafa;
  margin: 20px auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.custom-banner-group .banner-content p {
  font-family: futura-pt;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  letter-spacing: 5px;
  text-transform: uppercase;
  line-height: 2.1em;
  color: #fafafa;
  margin: 20px auto;
}

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


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

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

.footer-group {
  background-color: #f0f0f0;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #1f1f1f;
}

.footer-group .page-center {
  padding: 32px;
}

.footer-content {
  padding: 0 0 17px;
  box-shadow: inset 0 0 0 1px rgba(128,128,128,0);
  text-align: right;
}

.footer-social-icon {
  margin: 17px 0 0;
  text-align: right;
}

.footer-social-icon a {
  border-bottom: none;
  margin: 0 0 0 7px;
  width: 20px;
  height: 20px;
  border-radius: 0;
  color: #1f1f1f;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 170ms ease-in-out;
  -moz-transition: background-color 170ms ease-in-out;
  -ms-transition: background-color 170ms ease-in-out;
  -o-transition: background-color 170ms ease-in-out;
  transition: background-color 170ms ease-in-out;
  z-index: 0;
}

.sqs-use--icon, .sqs-use--mask {
  fill: transparent;
  -webkit-transition: fill 170ms ease-in-out;
  -moz-transition: fill 170ms ease-in-out;
  -ms-transition: fill 170ms ease-in-out;
  -o-transition: fill 170ms ease-in-out;
  transition: fill 170ms ease-in-out;
}

.sqs-use--icon {
  fill: #222;
}

.footer-social-icon a div {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-content p:last-child {
  margin-bottom: 0;
}

.footer-content p:first-child {
  margin-top: 0;
}

.footer-social-icon:hover a:hover .sqs-use--icon {
  fill: #222;
}

.footer-social-icon:hover .sqs-use--icon {
  fill: rgba(34,34,34,.4);
}


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


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

/* Parent List */
/* .custom-menu-primary .hs-menu-wrapper > ul{
  width: 100%;
  display: block;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  float: none !important;
  display: inline-block !important;
  vertical-align: middle;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  font-family: futura-pt;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1em;
  color: #000;
  display: block;
  padding: .75em 1em;
  -webkit-transition: color .1s 0s ease-in-out;
  -moz-transition: color .1s 0s ease-in-out;
  -ms-transition: color .1s 0s ease-in-out;
  -o-transition: color .1s 0s ease-in-out;
  transition: color .1s 0s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color: #9c9999;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
  background-color: transparent;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  border: 2px solid #0a0000;
  color: #0a0000;
  margin-left: 1em;
  padding: 1em 1.5em;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover {
  background-color: #0a0000;
  color: #efefef;
} */

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


/* 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:1285px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }
  .header-inner > .row-fluid-wrapper > .row-fluid > div.mobile-trigger {
    display: none !important;
  }

  .custom-menu-primary {
    height: auto !important;
  }
} */


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

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

@media (max-width: 1284px) {

  body, html {
    height: 100%;
  }

  #site-wrapper {
    max-width: 100%;
    height: 100%;
    position: relative;
  }
  #site-wrapper-inner {
    overflow-x: hidden;
    background: #fff;
  }

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

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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
    width: 10%;
    position: absolute;
    z-index: 1002;
    top: 50%;
    right: 20px;
    margin-top: -8px;
    padding: 0;
    vertical-align: middle;
    line-height: 16px;
    text-align: right;
    cursor: pointer;
    user-select: none;
    color: #000;
    width: 22px;
    height: 22px;
  }

  .mobile-trigger .top-bar, .mobile-trigger .middle-bar, .mobile-trigger .bottom-bar {
    width: 22px;
    height: 2px;
    background-color: #000;
    -webkit-transition: -webkit-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    -moz-transition: -moz-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    -ms-transition: -ms-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    -o-transition: -o-transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    transition: transform .1s 0s ease-in-out,top .1s .1s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    position: absolute;
    top: 0;
    right: 0;
  }

  .mobile-trigger .middle-bar {
    -webkit-transition: opacity 0s .15s linear;
    -moz-transition: opacity 0s .15s linear;
    -ms-transition: opacity 0s .15s linear;
    -o-transition: opacity 0s .15s linear;
    transition: opacity 0s .15s linear;
    top: 7px;
  }

  .mobile-trigger .bottom-bar {
    top: 14px;
  }

  .mobile-open .mobile-trigger .middle-bar {
    opacity: 0;
  }

  .mobile-open .mobile-trigger .top-bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 7px;
  }

  .mobile-open .mobile-trigger .bottom-bar {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 7px;
  }

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

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

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

  .custom-menu-primary {
    position: fixed;
    width: 260px !important;
    z-index: -1;
    top: 0;
    right: -260px;
    bottom: 0;
    line-height: 1em;
    text-align: left;
    visibility: hidden;
    background-color: #b8b8b8;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block !important;
    transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    height: 100% !important;
    min-height: 100% !important;
    overflow-y: auto !important;
  }

  .mobile-open .custom-menu-primary {
    height: 100%;
    visibility: visible;
    right:0;      
    z-index: 51;
  }


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

  /* Mobile Menu Styles */ 

  .custom-menu-primary .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 24px 36px 72px;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: transparent;
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 13px;
    line-height: 1em;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 0px dotted rgba(255, 255, 255, .35);
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    font-family: futura-pt;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    display: block;
    padding: .75em 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    opacity: .8;
  }
  
  

  
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
    display: inline-block;
    margin: 1em 0 0 0;
    line-height: 1;
  }

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

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

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

  .mobile-open .header-container-wrapper, .mobile-open .body-container-wrapper, .mobile-open .footer-container-wrapper{  
    left:-260px;
  }

  .header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
    -webkit-transition: -webkit-all 500ms ease;
    -moz-transition: -moz-all 500ms ease;
    -o-transition: -o-all 500ms ease;
    transition: all 500ms ease;
    position: relative;
    left:0;
  }
  .mobile-open {
    overflow: hidden;
  }

  body.mobile-open:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    cursor: e-resize;
    -webkit-transform: translatex(-260px) translatez(0);
    -moz-transform: translatex(-260px) translatez(0);
    -ms-transform: translatex(-260px) translatez(0);
    -o-transform: translatex(-260px) translatez(0);
    transform: translatex(-260px) translatez(0);
    content: '';
  }

  .new-header .custom-menu-primary {
/*     display: none !important; */
  }

}


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

.custom-banner-group-wrapper.slick-initialized.slick-slider {
  height: 600px;
  overflow: hidden;
  position: relative;
}

.custom-banner-group-wrapper .title-desc-wrapper{
  padding-top: 15px;  
}

.custom-banner-group.blog-list .title-desc-wrapper h2 {
  margin-top: 0;
  margin-bottom: 12px;
}

.custom-banner-group-wrapper button.slick-arrow {
  background: transparent;
  display: block;
  position: absolute;
  top: 50%;
  outline: none;
  color: #fafafa !important;
  z-index: 999;
  font-size: 0;
  line-height: 40px;
  margin-top: 0;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
  border: 0;
  transform: translatey(-50%);
}

.custom-banner-group-wrapper button.slick-next.slick-arrow {
  right: 0;
  float: right;
}

.custom-banner-group-wrapper button.slick-prev.slick-arrow {
  left: 0;
}


.custom-banner-group-wrapper button.slick-next.slick-arrow:before {
  font-family: 'FontAwesome';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: '\f054';
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;    
}

.custom-banner-group-wrapper button.slick-prev.slick-arrow:before {
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-family: 'FontAwesome';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: '\f053';
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}


.custom-banner-group .title-desc-wrapper a.view-post:after {
  display: inline-block;
  content: '\279D';
  color: #fafafa;
  font: normal .9em sans-serif;
  margin-left: 6px;
  vertical-align: middle;
}

.custom-banner-group-wrapper .title-desc-wrapper h2 a {
  font-family: futura-pt, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 86px;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1.1em;
  text-decoration: none;
  color: #fff;
  padding-left: 0px;
}

.custom-banner-group-wrapper .title-desc-wrapper a.view-post {
  display: block;
  font-family: futura-pt;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1em;
  margin-top: 1.4em;
  color: #1f1f1f;
}

.custom-banner-group-wrapper .title-desc-wrapper a.view-post:before {
  content: 'View Post';
  display: inline-block;
  font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1.5em;
  font-family: futura-pt;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  letter-spacing: 5px;
  text-transform: uppercase;
  line-height: 2.1em;
  color: #fafafa;
  line-height: 1.125em;
  vertical-align: middle;
}

.custom-banner-group-wrapper.title-desc-wrapper a.view-post:after {
  display: inline-block;
  content: '\279D';
  color: #fafafa;
  font: normal .9em sans-serif;
  margin-left: 6px;
  vertical-align: middle;
}

.custom-banner-group.blog-list .blog.banner-image {
  height: 600px;
}

.custom-banner-group.blog-list.slick-slide {
  overflow: visible;
  min-height: 600px;
}

.custom-banner-group.blog-list.slick-slide .page-center {
  max-width: 1084px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  right: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.blog-listing-wrapper .post-listing .post-item .post-body p strong {
  font-weight: normal;
}

/*  Blog List Page */

.blog .title-desc-wrapper h2 {
  font-family: futura-pt, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 86px;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1.1em;
  text-decoration: none;
  color: #fff;
  margin: 16px 0 0;
}

.blog-content {
  width: 100%;
  max-width: 700px;
  display: block;
  margin: 0 auto !important;
  float: none !important;
}

.blog-listing-wrapper .post-listing .post-item + .post-item {
  margin-top: 128px;
}

.post-header {
  text-align: center;
  margin-bottom: 36px;
}

.post-header h2 {
  margin: 12px 0;
  
  font-weight: 300;
  font-style: normal;
  font-size: 42px;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1.2em;
}

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

.meta-below-title, 
.meta-below-title a {
  color: rgba(31,31,31,.5);
}

.entry-dateline:before {
  content: '\00B7';
  padding: 0 .5em;
}

.blog-listing-wrapper .post-listing .post-item .post-body .p-summary {
  margin-bottom: 16px;
}

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

a.more-link:after {
  content: " \279D";
  font: normal .9em sans-serif;
}

.meta-below-title > div {
  display: inline;
}

/*  End  */


/*  Blog Post Page */

p.filter-by-author {
  max-width: 700px;
  text-align:  center;
  margin: -63px auto 0;
  padding: 0px 0px 63px;
  padding-right: 0;
}

p.filter-by-author a {
  font-family: futura-pt;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(31,31,31,.5);
  text-decoration: none;
  padding: .5em 0;
  border-bottom: 2px solid rgba(31,31,31,.5);
}

p.filter-by-author a span:after {
  content: '\00D7';
  padding-left: 1em;
}

.hs-blog-social-share {
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}

.blog-post .title-desc-wrapper {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.section.post-footer form {
  padding:30px;
  margin:15px 0;
  border: 1px solid #CCC;
}

#comments-listing.no-comments {
  border: none;
}

.hs-blog-post .custom-banner-group .page-center {
  max-width: 1084px;
}

.section.post-body > span >*:first-child {
  margin-top: 0;
}

.section.post-body > span >*:last-child {
  margin-bottom: 0;
}

.blog .section.post-body hr {
  margin: 8px 0;
}

.post-social-group {
  text-align: center;
  margin-top: 2em;
  line-height: 1.25em;
  color: rgba(31,31,31,.5);
  position: relative;
}

.post-social-group .share {
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.post-social-group .share > span{
  margin-right: .4em;
  font-size: .85em;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: left;
  vertical-align: initial;
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
}

.share-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  opacity: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  pointer-events: none;
  transition: all ease .3s;
}

.open-share .share-icon {
  opacity: 1;
  overflow: visible;
  pointer-events: auto;
}

.share-icon > span {
  padding: 14px;
  text-align: left;
  width: 138px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  background-color: rgba(254,254,254,.9);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(242,242,242,.05);
  border: 1px solid #ccc;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}

.share-icon > span a {
  display: block;
  margin: 0 auto;
}

.custom-post-pagination {
  margin-top: 6em;
  display: block;
}

.custom-post-pagination a {
  display: block;
  color: rgba(31,31,31,.5);
}

.custom-post-pagination .old-post {
  float:right !important;
  text-align: right;
  padding-left: 1em;
  width: 50%;
}

.custom-post-pagination .new-post {
  float:left !important;
  text-align: left;
  padding-right: 1em;
  width: 50%;
}

.section.post-footer form input.hs-button.primary {
  margin-top: 30px;
}

/* End  */

/* -------------- Default Code for comment ------------ */


.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  color: ;
  display: block;
  font-family: ;
  font-size: ;
  line-height: ;
  padding: 0;
}

.comment-reply-to{
  margin-bottom: 15px;
}

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

.comment-date {
  color:  !important;
  display: block !important;
  text-align: left !important;
}

/* -------------------- Ends ----------- */

/* -------------- Default Code for Author Bio ------------ */

#hubspot-author_data .hs-author-avatar {
  max-width: 70px;
  padding: 10px 10px 10px 0;
}

#hubspot-author_data .hs-author-avatar img {
  height: auto !important;
  max-width: 100%;
}

/* -------------------- Ends ----------- */


/* =============== 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: 0px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
  margin-top: 6em;
  display: block;
}
.blog-pagination a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  color: rgba(31,31,31,.5);
}
.blog-pagination a.previous-posts-link {
  padding-right: 1em;
  text-align: left;
  float: left;
}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {
  padding-left: 1em;
  float: right;
  text-align: right;
}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.po st-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: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

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

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

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

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


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


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

h3.form-title,
.widget-type-google_search label {
  margin: 0 0 .5em;
  color: #1f1f1f;
  
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1.2em;
}

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

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

/* Labels and Legends */
label {
  line-height: normal;
  display: block;
}

span.hs-form-required {
  padding-left: 5px;
}
.hs-form-field > label {}

.body-container form .hs-firstname .hs-input,
.body-container form .hs-lastname .hs-input {
  font-size: 14px;
}

/* One Line Inputs */
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 {
  max-width: 550px;
  width: 100%;
  margin: 6px 0 28px;
  display: inline-block;
  line-height: normal;
  font-size: 12px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  font-family: sans-serif;
  border-radius: 2px;
  padding: 12px;
}

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 {
  background: #fff;
  -webkit-transition: background .1s ease-in;
  -moz-transition: background .1s ease-in;
  -ms-transition: background .1s ease-in;
  -o-transition: background .1s ease-in;
  transition: background .1s ease-in;
  outline: none;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
  min-height: 100px;
  resize: vertical;
  margin-bottom: 22px;
}
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-input.invalid.error {
  border: 1px solid #e99292;
}

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

.hs_error_rollup ul.hs-error-msgs.inputs-list {
  margin-top: 0;
}

.hs-error-msgs label {
  color: #fff;
  background: #cc3b3b url(//cdn2.hubspot.net/hubfs/2936356/JoffeEmergencyServices-May2018/Images/icon_close_7_light.png) no-repeat 9px 50%;
  padding: 5px 15px 3px 25px;
  font-size: 13px;
  border-radius: 2px;
  margin: 12px 0;
  line-height: 23px;
  display: inline-block;
}

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

.search-page .row1-group form input.hs-search-field__input::-webkit-input-placeholder {
  color: #f1ecec;
}

.search-page .row1-group form input.hs-search-field__input:-moz-placeholder {
  color: #f1ecec;
}

.search-page .row1-group form input.hs-search-field__input::-moz-placeholder {
  color: #f1ecec;
}

.search-page .row1-group form input.hs-search-field__input:-ms-input-placeholder {
  color: #f1ecec;
}




/* =============== 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 {  }
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;
  border-radius: 0;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
  font-family: futura-pt, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  text-align: center;
  white-space: normal !important;
  margin: 0 0 20px;
  border: 0;
  font-size: 14px;
  line-height: 1;
}

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

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

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

.body-container .hs_cos_wrapper_type_module > span >*:last-child,
.body-container .hs_cos_wrapper_type_module >*:last-child{
  margin-bottom: 0;
}

.body-container .hs_cos_wrapper_type_module > span >*:first-child ,
.body-container .hs_cos_wrapper_type_module >*:first-child {
  margin-top: 0;
}

body.error-template .hs-input,
body.password-template input[type="password"] {
  display: block;
}

.checkbox-row span.fakelabel span {
  float: none;
}

.no-nav .mobile-trigger {
  display: none !important;
}

.custom_error_message form {
  margin-top: 20px !important;
}

.error-page .custom_error_message p {
  margin: 16px 0 !important;
}

.error-page .custom_error_message a {
  text-decoration: none;
  color: #1f1f1f;
}

.no-nav .header-inner > .row-fluid-wrapper > .row-fluid > div {
  display: block;
}

.fancybox-is-open .fancybox-bg {
  background: #000;
  opacity: 0.97;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 1%;
}

.back-to-top {
  display: none !important;
}

.custom-banner-group p {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.search-page .hs-search-results__pagination a[href=""] {
  display: none;
}

.banner-content, 
.banner-content a,
.banner-content h2{
  color: #fff;
}

.banner-content ul {
  text-align: left;
}



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

/*  Search Page  */

.search-page .hs-search-results__pagination a.empty-pag {
  display: none;
}

.search-page ul.hs-search-field__suggestions > li > a:hover {
  background: transparent;
}

.search-page .body-container form input.hs-search-field__input {
  background: none;
  border: none;
  outline: none;
  font-size: 30px;
  line-height: normal;
  margin: 0;
  padding: 1px 0;
  max-width: 100%;
  font-family: futura-pt, sans-serif !important;
  color: #000;
}

.search-page .body-container form {
  position: relative;
  margin: 0;
  padding: 15px 15px 15px 60px;
  margin-bottom: 50px;
  background: url(//cdn2.hubspot.net/hubfs/2936356/JoffeEmergencyServices-May2018/Images/icon-searchqueries-32-dark.png) no-repeat 15px 50%;
  background-color: #fff;
  border: 1px solid #aaa;
}

.search-page ul.hs-search-field__suggestions {
  border: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 73px;
}

.search-page ul.hs-search-results__listing {
  border-top: 1px solid rgba(200,200,200,.35);
  border-bottom: 1px solid rgba(200,200,200,.35);
}

.search-page ul.hs-search-results__listing li {
  padding: 24px 0;
  border-top: 1px solid rgba(200,200,200,.35);
  font-family: futura-pt, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 1.6em;
  color: #1f1f1f;
}

.search-page ul.hs-search-results__listing > li:first-child {
  border-top: 0;
}

.search-page ul.hs-search-results__listing > li:last-child {
  border-bottom: 0;
}

.search-page ul.hs-search-results__listing li a {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: .5em;
  border: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  color: #1f1f1f;
}

.search-page ul.hs-search-results__listing li p.hs-search-results__description {
  font-weight: 400;
  font-size: 1em;
  line-height: 1.4em;
  margin: 0;
}

.search-page .hs-search-results__pagination a {
  border-radius: 0;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  -webkit-backface-visibility: hidden;
  font-family: futura-pt, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 1em 2.5em;
  border-width: 0;
  text-align: center;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.search-page .hs-search-results__pagination {
  width: 100%;
  text-align: center;
  margin: 10px 0;
  display: inline-block;
}

.search-page .hs-search-results__pagination a:hover {
  opacity: .8;
}

.search-page ul.hs-search-field__suggestions li:last-child {
  border-bottom: 1px solid rgba(200,200,200,.35);
  padding-bottom: 15px;
}

.search-page ul.hs-search-field__suggestions li:first-child {
  border-top: 1px solid rgba(200,200,200,.35);
  padding-top: 15px;
}
.search-page ul.hs-search-field__suggestions li {
  padding: 0px 15px;
  border-left: 1px solid rgba(200,200,200,.35);
  border-right: 1px solid rgba(200,200,200,.35);
  background: #fff;
}

.search-page ul.hs-search-field__suggestions li a {
  padding: 5px 0;
  color: #1f1f1f;
}


/*  End  */

/*  Full Width  */

.full-width .row1-group .hs_cos_wrapper_type_module {
  padding: 17px 0;
}

.full-width .row1-group .hs_cos_wrapper_type_module:last-child {
  padding-bottom: 0;
}

.full-width .row1-group .hs_cos_wrapper_type_module:first-child {
  padding-top: 0;
}

.one-col-image-with-content-group {
  text-align: center;
  padding: 17px 0;
}

.one-col-image-with-content-group .bottom-content {
  text-align: left;
  padding: 17px 0 0;
}

.one-col-image-with-content-group:last-child {
  padding-bottom: 0;
}

.one-col-image-with-content-group:first-child {
  padding-top: 0;
}

.one-col-image-with-content-group .top-image {
  padding: 0 0 17px;
}

.full-width .custom-banner-group .page-center {
  max-width: 956px !important;
}

.full-width .row1-group .hs_cos_wrapper_type_rich_text h6 {
  float: right;
  margin: 0 0 0 17px;
  padding: 0 0 17px 17px;
  width: 50%;
}

.one-col-image-with-content-group .bottom-content p:first-child {
  margin-top: 0;
}

.one-col-image-with-content-group .bottom-content p:last-child,
.one-col-image-with-content-group .bottom-content h3:last-child{
  margin-bottom: 0;
}

.full-width .row1-group hr {
  margin: 66px 0 32px!important;
}

.two-column-form-group {
  display: inline-block;
  width: 100%;
}

.two-column-form-group .right-col {
  padding: 0 0 11px 17px;
}
.two-column-form-group .left-col {
  padding: 0 17px 0 0;
}
.two-column-form-group .content {
  width: 50%;
  float: left;
}

.two-column-form-group .content h2 {
  margin-top: 0;
  margin-bottom: 17px;
}

.two-column-form-group .content h3.form-title {
  display: none;
}

.body-container form .hs-form-field {
  padding-right: 0;
}

.body-container form fieldset.form-columns-2 .hs-form-field:last-child {
  margin-left: 2%;
}

.body-container form fieldset.form-columns-2 > div {
  width: 49%!important;
}

.two-column-form-group .right-col form {
  margin-top: -2px;
}

.two-column-form-group .right-col form .hs-button.primary.large {
  margin: 0;
}


/*  End   */


/*  Full Width Type2 */

.full-width.type2 .one-col-image-group .one-col-image-with-content-group:nth-child(even) {
  padding-left: 17px;
}

.full-width.type2 .one-col-image-group .one-col-image-with-content-group:nth-child(odd) {
  padding-right: 17px;
}

.full-width.type2 .one-col-image-group .one-col-image-with-content-group {
  width: 49.5%;
  float: none;
  padding: 17px 0;
  display: inline-block;
  vertical-align: top;
}

.full-width.type2 .one-col-image-group {
  margin-top: -17px;
}

.full-width.type2 .custom-banner-group h1 {
/*   margin-bottom: 84px; */
  	margin-bottom: 40px;
}

.full-width.type2 .row1-group figure {
  font-family: futura-pt, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 0px;
  line-height: 1.4em;
  color: rgba(26,26,26,.9);
  padding: 15px 32px 0;
  text-align: center;
  margin: 0;
}

.full-width.type2 .row1-group figure blockquote {
  padding: 0;
  border-left-width: 0;
  font-style: inherit;
  margin: 0;
}

.full-width.type2 .row1-group figure blockquote >span:first-child {
  font-size: 4em;
  display: block;
  opacity: .3;
}

.full-width.type2 .row1-group figure figcaption {
  font-size: .875em;
  padding-top: 1em;
  opacity: .5;
  text-align: center;
}

.full-width.type2 .row1-group figure blockquote >span:last-child {
  display: none;
}

.full-width .row1-group .row1-col2 .one-col-image-group .one-col-image-with-content-group:last-child {
  width: 100%;
  padding-right: 0;
  padding-bottom: 0;
}

.full-width.type2 .row1-group hr {
  margin: 32px 0 83px!important;
}

.full-width.type2 .row1-group hr:last-child {
  margin: 66px 0 33px!important;
}

.two-column-form-group .left-col img {
  margin: 17px 0;
}

.full-width.type2 .row1-col2 .one-col-image-group {
  margin-top: 17px;
}

/*  End  */


/*  Assessment Layout  */


.assessment-page .one-col-image-group {
  width: calc(100% + 34px) !important;
  margin: -17px -17px 0 !important
}

.assessment-page .one-col-image-group .one-col-image-with-content-group {
  width: 32.8333%;
  display: inline-block;
  vertical-align: top;
  padding: 17px;
}

.assessment-page .row1-group hr {
  margin: 32px 0 !important;
}

.assessment-page .two-column-form-group .content h2 {
  font-family: futura-pt, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1.3em;
}

.assessment-page .row1-group .hs_cos_wrapper_type_module:last-child {
  padding-bottom: 0;
}

.assessment-page .row1-group .hs_cos_wrapper_type_module:first-child {
  padding-top: 0;
}

.assessment-page .row1-group .hs_cos_wrapper_type_module {
  padding: 17px 0;
}

.assessment-page.hs-content-id-5821173860 .custom-banner-group .page-center {
  max-width: 956px !important;
}

.assessment-page .row1-col2 .one-col-image-group .one-col-image-with-content-group {
  width: 49%;
}

.assessment-page .row1-col2 .two-column-form-group .content h2 {
  font-family: futura-pt, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1.2em;
}

.assessment-page.type2 .row1-group .hs_cos_wrapper_type_module:first-child hr {
  margin-top: 66px !important;
}

.assessment-page.type2 .row1-group hr {
  margin-top: 16px !important;
}

.assessment-page.type2 .row1-col2 .one-col-image-with-content-group {
  width: 100%;
}

.assessment-page.type2 .row1-col2 {
  padding-top: 34px;
}

/*  End  */


/*  Program Layout  */

.program-page .row1-group .hs_cos_wrapper_type_module:first-child:nth-child(odd) {
  padding-top: 0;
}

.program-page .row1-group .hs_cos_wrapper_type_module:nth-child(odd) {
  padding: 17px 0;
}

.program-page .row1-group .hs_cos_wrapper_type_header h1 {
  margin: 0;
  text-align: center;
  color: #1f1f1f;
  font-family: futura-pt, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  line-height: 1.3em;
}

.program-page .row1-group .one-col-image-group {
  width: calc(100% + 34px);
  margin: 0 -17px !important;
  display: inline-block;
}

.program-page .row1-group .one-col-image-group .one-col-image-with-content-group {
  width: 50%;
  float: left;
  padding: 0;
}

.program-page .row1-group .one-col-image-group .one-col-image-with-content-group .top-image {
  padding: 17px;
}

.program-page .row1-group .one-col-image-group .one-col-image-with-content-group .top-image span.image-col {
  display: block;
  padding-bottom: 46.2039%;
  line-height: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.program-page .row1-group .one-col-image-group .one-col-image-with-content-group .top-image img {
  position: absolute;
  top: 50%;
  left: 0;
  max-width: none;
  width: 100%;
  transform: translateY(-50%);
  height: 100%;
  object-fit: cover;
}

.program-page .row1-group .one-col-image-group .one-col-image-with-content-group .bottom-content {
  padding: 17px;
}

.program-page .row1-group .hs_cos_wrapper_type_module:nth-child(4) .one-col-image-group .one-col-image-with-content-group .top-image span.image-col {
  padding-bottom: 75%;
}

/*  End  */

/*  Bussiness Layout  */

.business .two-col-image-group .left-col.content .image-group img {
  object-fit: cover;
  height: 100%;
}

.business .body-container.container-fluid .row-fluid .page-center {
  max-width: 1084px;
}

.two-col-image-group {
  display: inline-block;
  width: calc(100% + 34px)!important;
  margin: 0 -17px !important;
}

.two-col-image-group .content {
  width: 50%;
  float: left;
  padding: 0 17px;
}

.business .two-col-image-group .content h1 {
  margin-top: 0;
}

.body-container figure {
  font-family: futura-pt, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 0px;
  line-height: 1.4em;
  color: rgba(26,26,26,.9);
  padding: 32px 32px 0;
  text-align: center;
  margin: 0;
}

.body-container blockquote {
  padding: 0;
  border-left-width: 0;
  font-style: inherit;
  margin: 0;
}

.body-container blockquote>span:first-child {
  font-size: 4em;
  display: block;
  opacity: .3;
}

.body-container blockquote>span:last-child {
  display: none;
}

.body-container figure figcaption {
  font-size: .875em;
  padding-top: 1em;
  opacity: .5;
  text-align: center;
}

.business .row1-group figure {
  padding-bottom: 17px;
}

.assessment-page.business .row1-group hr {
  margin: 49px 0 66px!important;
}

.assessment-page.business .two-column-form-group .content h2 {
  font-weight: bold;
  font-family: futura-pt, sans-serif !important;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1.2em;
}

.assessment-page.business.hs-content-id-5824127143 .two-column-form-group .content h2 {
  font-weight: 300;
}

.two-column-equal-group {
  width: calc(100% + 34px) !important;
  margin: 0 -17px !important;
  display: inline-block;
}

.two-column-equal-group .content {
  width: 50%;
  float: left;
  padding: 0 17px;
}

.two-column-equal-group p {
  padding-top: 18px;
  font-size: .875em;
  line-height: 1.25em;
}

.full-width .two-column-equal-group {
  margin-bottom: -6px !important;
}

.iframe-group {
  padding: 17px 0 0;
}

/*  End  */

/*  Security Page  */

.security-page .image-group img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.security-page .image-group {
  height: 345px;
  overflow: hidden;
}


a.btn {
  font-family: futura-pt, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1em 1.75em;
  background-color: #f02;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  line-height: 1em;
  margin: 10px 0;
  color: #fff;
  border: none;
  -webkit-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  -moz-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  -ms-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  -o-transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  transition: background-color .1s 0s ease-in-out,color .1s 0s ease-in-out;
  cursor: pointer;
}

a.btn:hover {
  background-color: rgba(255,0,34,.8);
}

.security-page .row1-group .page-center {
  max-width: 1084px;
}

.security-page .row1-col {
  text-align: center;
}

.security-page .row1-col hr {
  margin: 66px 0 50px!important;
}

.security-page .row1-col .iframe-group iframe#yui_3_17_2_1_1527758456771_140 {
  max-width: 100%;
  width: 100%;
}

.security-page .iframe-group {
  padding: 0 0 56.2061%;
  position: relative;
  margin-top: 16px !important;
  display: inline-block;
  width: 100%;
  margin-bottom: 61px;
}

.security-page .row1-col .iframe-group iframe#yui_3_17_2_1_1527758456771_140 {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.security-page .row1-col h1:last-child {
  margin-top: 16px !important;
  display: inline-block;
  width: 100%;
  margin-bottom: 17px;
}

.security-page .row2-col .two-col-image-group.left .left-col {
  float: right;
}

.security-page .row2-col .two-col-image-group .right-col p:first-child {
  margin-top: 0;
}

.security-page .row2-col .two-col-image-group .right-col p:last-child {
  margin-bottom: 0;
}

.security-page .row2-col .two-col-image-group {
  margin-bottom: 136px !important;
  margin-top: 17px !important;
}

.security-page .row2-col .hs_cos_wrapper_type_module:last-child .two-col-image-group {
  margin-bottom: 60px !important;
}

.security-page .two-column-form-group .right-col {
  width: 100%;
  float: none;
  padding: 0;
}

.security-page .two-column-form-group {
  margin: 70px 0 0 !important;
}

.security-page .two-column-form-group .right-col form .hs-input {
  max-width: 100%;
}

/*  End  */


/*  Contact Page  */

.contact-page .contact-group .bottom-group h6 a.btn {
  -moz-osx-font-smoothing: initial;
  -webkit-font-smoothing: inherit;
}

.contact-page .row1-group .page-center {
  max-width: 1084px !important;
}

.contact-page .row1-group h1 {
  font-family: futura-pt, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1.2em;
  margin: 0 0 17px !important;
  text-align: center;
}

.contact-detail-group {
  width: calc(100% + 34px);
  margin: 0 -17px !important;
  display: inline-block;
}

.contact-detail-group .hs_cos_wrapper_type_module {
  width: 33.3333%;
  float: left;
}

.contact-group .top-group {
  padding: 17px;
}

.contact-group .bottom-group {
  padding: 17px;
}

.contact-group h3 {
  margin: 0 0 16px;
  font-family: futura-pt, sans-serif !important;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 1.6em;
  color: #1f1f1f;
  text-transform: inherit;
  font-weight: bold;
}

.contact-group .top-group p {
  margin-bottom: 0;
  
}
@media (min-width: 768px) {
  .contact-group .top-group p {
   	min-height: 78px; 
  }
}

.contact-group .bottom-group h6 {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
}

.contact-group .bottom-group h6 a.btn {
  padding: 13px 26px;
  margin: 0;
  font-family: futura-pt, sans-serif !important;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
  line-height: normal;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
}

.contact-group .bottom-group h6 a.btn:hover {
  opacity: .8;
}

.contact-group {
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 49px !important;
}

.contact-group:after {
  border-bottom: 1px solid rgba(31,31,31,.15);
  content: '';
  width: calc(100% - 34px);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.contact-page .row1-group hr {
  margin: 43px 0 !important;
}

.contact-page .row1-group h2 {
  margin-top: 23px;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.contact-page .row1-group form {
  padding: 34px 0 0;
}

.contact-page .row1-group form .hs-input {
  max-width: 100%;
}

.contact-page .row1-group form input.hs-button.primary.large {
  margin: 0;
}

/*  End  */

/*  Pop Up Form */

.pop-up-form-group {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 102;
  opacity:0;
  visibility: hidden;
  transition: all ease .2s;
  pointer-events: none;
  overflow-y: auto;
}

.form-open .pop-up-form-group {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

 .form-open .pop-up-form-group > .overlay {
  background-color: #000;
  filter: alpha(opacity=80);
  height: 100%;
  left: 0;
  opacity: .8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
  content: '';
}

.pop-up-inner-group {
  background-color: #fff;
  border: 30px solid #fff;
  border-radius: 5px;
  font-family: Arial,sans-serif;
  font-size: 16px;
  margin: 30px auto !important;
  position: relative;
  width: 460px !important;
  z-index: 105;
  float: none !important;
}

.pop-up-form h3.form-title {
  display: none;
}

.pop-up-form form .hs-form-field > label {
  color: #444;
  display: block;
  font-family: Arial,sans-serif;
  font-size: 16px;
  text-align: left;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0;
}

.pop-up-form form .hs-input {
  display: block;
  width: 96%;
  color: #222;
  font-family: Arial,sans-serif;
  font-size: 18px;
  padding: 5px 5px 4px;
  line-height: normal;
  margin: 0;
}

.pop-up-form form .hs-input {
  display: block;
  width: 99%;
  color: #222;
  font-family: Arial,sans-serif;
  font-size: 18px !important;
  padding: 6px 5px 5px;
  line-height: normal;
  margin: 0;
  background: #fff;
  border: 1px solid #a29f9f;
  border-radius: 0;
}

.pop-up-form form textarea {
  min-height: 65px;
}

.pop-up-form form {
  margin-top: 12px;
}

.pop-up-form form .hs-form-field > label span.hs-form-required {
  color: #999;
  font-size: 12px;
}

.pop-up-form form .actions {
  margin-top: 1.7em;
}

.pop-up-form form .hs-button.primary.large {
  -moz-box-shadow: inset 0 1px 0 0 #54a3f7;
  -webkit-box-shadow: inset 0 1px 0 0 #54a3f7;
  box-shadow: inset 0 1px 0 0 #54a3f7;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#007dc1),color-stop(1,#0061a7));
  background: -moz-linear-gradient(top,#007dc1 5%,#0061a7 100%);
  background: -webkit-linear-gradient(top,#007dc1 5%,#0061a7 100%);
  background: -o-linear-gradient(top,#007dc1 5%,#0061a7 100%);
  background: -ms-linear-gradient(top,#007dc1 5%,#0061a7 100%);
  background: linear-gradient(to bottom,#007dc1 5%,#0061a7 100%);
  background-color: #007dc1;
  border: 1px solid #124d77;
  color: #fff;
  text-shadow: 0 1px 0 #154682;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  font-family: arial;
  font-size: 15px;
  font-weight: 700;
  margin: 3px;
  padding: 6px 24px;
  text-transform: inherit;
  letter-spacing: 0;
  line-height: normal;
}

.pop-up-form form .hs-input:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

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

.pop-up-form form ul.hs-error-msgs.inputs-list label {
  color: red;
  background: transparent;
  padding: 0;
  margin: 5px 0 12px;
}

.pop-up-form form .hs-input.invalid.error {
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.pop-up-form form .hs-button.primary.large:hover {
  background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#0061a7),color-stop(1,#007dc1));
  background: -moz-linear-gradient(top,#0061a7 5%,#007dc1 100%);
  background: -webkit-linear-gradient(top,#0061a7 5%,#007dc1 100%);
  background: -o-linear-gradient(top,#0061a7 5%,#007dc1 100%);
  background: -ms-linear-gradient(top,#0061a7 5%,#007dc1 100%);
  background: linear-gradient(to bottom,#0061a7 5%,#007dc1 100%);
  background-color: #0061a7;
  opacity: 1;
}

.pop-up-form .cancel-buton {
  -moz-box-shadow: inset 0 1px 0 0 #fff;
  -webkit-box-shadow: inset 0 1px 0 0 #fff;
  box-shadow: inset 0 1px 0 0 #fff;
  background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#fff),color-stop(1,#e3e0e3));
  background: -moz-linear-gradient(top,#fff 5%,#e3e0e3 100%);
  background: -webkit-linear-gradient(top,#fff 5%,#e3e0e3 100%);
  background: -o-linear-gradient(top,#fff 5%,#e3e0e3 100%);
  background: -ms-linear-gradient(top,#fff 5%,#e3e0e3 100%);
  background: linear-gradient(to bottom,#fff 5%,#e3e0e3 100%);
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
  text-shadow: 0 1px 0 #fff;
  display: inline-block;
  border-radius: 3px;
  cursor: pointer;
  font-family: arial;
  font-size: 15px;
  font-weight: 700;
  margin: 3px;
  padding: 6px 24px;
  text-transform: inherit;
  letter-spacing: 0;
  line-height: normal;
}

.pop-up-form .cancel-buton:hover {
  background: -webkit-gradient(linear,left top,left bottom,color-stop(.05,#e3e0e3),color-stop(1,#fff));
  background: -moz-linear-gradient(top,#e3e0e3 5%,#fff 100%);
  background: -webkit-linear-gradient(top,#e3e0e3 5%,#fff 100%);
  background: -o-linear-gradient(top,#e3e0e3 5%,#fff 100%);
  background: -ms-linear-gradient(top,#e3e0e3 5%,#fff 100%);
  background: linear-gradient(to bottom,#e3e0e3 5%,#fff 100%);
  background-color: #e3e0e3;
  opacity: 1;
}


/*  End  */


/*  Home Page  */

.home-page .custom-banner-group h1, 
.home-page .custom-banner-group h3 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.home-page .row1-col2 .one-col-image-group .one-col-image-with-content-group .bottom-content h6 a.btn {
  -moz-osx-font-smoothing: initial;
  -webkit-font-smoothing: initial;
}

.home-page .custom-banner-group h1 {
  font-family: futura-pt, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 21px;
  letter-spacing: 5px;
  text-transform: uppercase;
  line-height: 2.1em;
  color: #fafafa;
  margin: 20px auto;
}

.home-page .custom-banner-group h3 {
  font-family: futura-pt, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 86px;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1.1em;
}

.home-page .custom-banner-group .banner-content h6 {
  margin: 20px auto;
}

.home-page .custom-banner-group .banner-content h6 > a.btn+a.btn {
  margin-left: 1.3em;
}

.home-page .row1-group .section-header {
  text-align: center;
}

.home-page .row1-group .page-center {
  max-width: 1084px;
}

.home-page .row1-group .section-header h1 {
  margin-top: 0;
}

.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group {
/*   width: 20%; */
  width: 32.5%;
  display: inline-block;
/*   vertical-align: middle; */
  vertical-align: top;
  padding: 5px;
  text-align: center;
}

.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span {
  width: 100%;
  display: inline-block;
}

.home-page .row1-col1 .one-col-image-group {
  padding: 17px;
  width: calc(100% + 34px);
  margin: 0 -17px;
}

.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image {
  padding: 0;
}

.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image {
  margin-right: 20px;
  margin-bottom: 20px;
}

.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Presidio'] {
  max-width: 60px;
}

.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='MarlBorough'],
.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Broncos'] {
  max-width: 113px;
}

.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='CPP'] {
  max-width: 115px;
}

.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image img[alt~="Camp"],
.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image img[alt~="Los"],
.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Red'],
.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='CrossRoads'],
.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Cate'],
.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Villages'],
.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Sage'],
.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Inly'],
.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='NCGS'],
.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='The'],
.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Hebrew'],
.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='MaryMount'],
.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Sea'] {
  max-width: 125px;
}

.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='TarBut'] {
  max-width: 134px;
}

.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='New'] {
  max-width: 138px;
}

.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img {
  max-width: 188px;
}

.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image img[alt~="Telemundo"],
.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~="Riot"] {
  max-width: 160px;
}

.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='iMac'],
.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Immaculate'] {
  max-width: 162px;
}

.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group:nth-child(5n) {
  width: 18%;
}

.home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group:nth-child(5n) .top-image {
  margin-right: 0;
}

.home-page .row1-col1 .hs_cos_wrapper_type_rich_text hr {
  margin: 49px 0 !important;
  display: inline-block;
  width: 100%;
}

.home-page .row1-col1 .hs_cos_wrapper_type_rich_text h1 {
  padding-top: 11px;
  margin: 0 0 .5em;
  text-align: center;
}

.home-page .row1-col2 h1 {
  text-align: center;
  padding: 11px 0 17px;
}

.home-page .row1-col2 .one-col-image-group {
  max-width: calc(100% + 34px);
  margin: 0 -17px !important;
  display: inline-block;
}

.home-page .row1-col2 .one-col-image-group .one-col-image-with-content-group {
  width: 33.3333%;
  float: left;
  padding: 0;
}

.home-page .row1-col2 .one-col-image-group .one-col-image-with-content-group .top-image,
.home-page .row1-col2 .one-col-image-group .one-col-image-with-content-group .bottom-content {
  padding: 17px;
}

.home-page .row1-col2 .one-col-image-group .one-col-image-with-content-group .bottom-content h3 {
  margin-top: 0;
}

.home-page .row1-col2 .one-col-image-group .one-col-image-with-content-group:nth-child(2) .top-image a >span {
  padding-bottom: 67.1924%;
  overflow: hidden;
  line-height: 0;
  text-align: center;
  position: relative;
  max-width: 100%;
  display: block;
}

.home-page .row1-col2 .one-col-image-group .one-col-image-with-content-group .top-image img[alt~='EVENT'] {
  max-width: 107.473%;
  position: absolute;
  left: -3.73675%;
}

.home-page .row1-col2 .one-col-image-group .one-col-image-with-content-group .bottom-content p {
  margin-bottom: 17px;
}

.home-page .row1-col2 .one-col-image-group .one-col-image-with-content-group .bottom-content h6 {
  margin: 17px 0;
  display: inline-block;
}

.home-page .row1-col2 .one-col-image-group .one-col-image-with-content-group .bottom-content h6 a.btn {
  margin: 0;
  -webkit-transition: .1s opacity linear;
  -moz-transition: .1s opacity linear;
  -o-transition: .1s opacity linear;
  transition: .1s opacity linear;
  padding: 13px 26px;
  font-family: futura-pt, sans-serif !important;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #fff;
  background-color: #1f1f1f;
  border-color: #1f1f1f;
  line-height: normal;
}

.home-page .row1-col2 .one-col-image-group .one-col-image-with-content-group .bottom-content h6 a.btn:hover {
  opacity: .8;
}

.home-page .row1-col2 hr {
  margin: 25px 0 80px !important;
}

.home-page .two-column-form-group .left-col,
.join-layout .two-column-form-group .left-col {
  width: 33.3333%;
}

.home-page .two-column-form-group .right-col,
.join-layout .two-column-form-group .right-col {
  width: 66.6667%;
  padding-left: 12px;
  padding-bottom: 0;
}

.home-page .two-column-form-group .left-col h3 {
  font-family: futura-pt, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 1.6em;
  color: #1f1f1f;
  text-transform: inherit;
}

.home-page .two-column-form-group .right-col form .hs-input {
  max-width: 100%;
}

.two-column-form-group .right-col form .hs-input {
  width: 100%;
  max-width: 100%;
}


/*  End  */


/*  Team Page  */

.team-page .body-container .page-center {
  max-width: 1084px;
}

.team-page .row1-group .left-col {
  width: 50% !important;
  padding-right: 17px;
}

.team-page .row1-group .right-col {
  width: 50% !important;
  padding-left: 17px;
  margin: 0 !important;
}

.team-page .row1-group .left-col h2 {
  text-align: center;
  margin: 0 0 17px;
}

.team-page .row1-group .left-col img {
  padding: 17px 0;
}

.team-page .row1-group .right-col h1 {
  margin: 0 0 16px;
  text-align: center;
  font-family: futura-pt, sans-serif !important;
  font-weight: bold;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0px;
  text-transform: none;
  line-height: 1.2em;
}

.team-page .row1-group .right-col p.secondary-header {
  margin-bottom: 17px;
  text-align: center;
}

.team-page .row1-group .right-col .one-col-image-group {
  width: calc(100% + 34px);
  margin: 0 -17px !important;
  display: inline-block;
}

.team-page .row1-group .right-col .one-col-image-with-content-group {
  padding: 17px;
  width: 50%;
  float: left;
}

.team-page .row1-group .right-col .one-col-image-with-content-group .top-image {
  padding: 0;
}

.team-page .row1-group .right-col .one-col-image-with-content-group .bottom-content p {
  font-size: .875em;
  line-height: 1.25em;
  margin: 14px 0 !important;
  display: inline-block;
}

.team-page .row1-group .right-col .one-col-image-with-content-group .bottom-content {
  padding: 18px 25px 0;
}

.team-page .row1-group .page-center {
  padding-bottom: 0;
}

.team-page .row1-group .left-col p {
  margin: 0;
  padding: 17px 0;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.team-page .row2-group .page-center {
  padding-top: 0;
  padding-bottom: 71px;
}

.team-page .row2-group hr {
  margin: 43px 0 49px !important;
}

.team-page .row2-group .two-col-image-group .content {
  padding: 17px;
}

.team-page .row2-group .two-col-image-group .content h2 {
  margin-top: 0;
  padding: 0;
}

.team-page .row2-group .two-col-image-group .right-col img {
  width: 46.5% !important;
  padding: 17px 0;
}

.team-page .row2-group .two-col-image-group .right-col h6 {
  font-size: .875em;
  line-height: 1.25em;
  margin: 14px 0;
  font-family: futura-pt, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .5px;
  color: #1f1f1f;
}

.team-page .row2-group h2 {
  margin: 0;
  padding: 17px 0;
}

.team-page .row2-group .two-column-equal-group .content {
  padding: 17px;
}

.team-page .row2-group .two-column-equal-group .custom-col1 p {
  margin: 0;
  padding: 17px;
  text-align: center;
  font-family: futura-pt, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 1.6em;
  color: #1f1f1f;
}

.team-page .row2-group .two-column-equal-group .content figure {
  padding-bottom: 17px;
}

.team-page .row2-group .two-column-equal-group .custom-col1 p {
  margin: 0;
  padding: 17px;
  text-align: center;
  font-family: futura-pt, sans-serif !important;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  letter-spacing: .5px;
  line-height: 1.6em;
  color: #1f1f1f;
}

.team-page .row2-group .two-column-equal-group .custom-col1 h6 {
  margin: 17px 0;
  position: relative;
}

.team-page .row2-group .two-column-equal-group .custom-col1 h6:after {
  content: '';
  background-color: rgba(0,0,0,.1);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.team-member-group {
  width: calc(100% + 34px);
  margin: 0 -17px;
  display: inline-block;
}

.team-group > div {
  margin: 0 15px;
  position: relative;
}

.team-group {
  display: inline-block;
  width: 32.8333%;
  vertical-align: top;
}

.member-image {
  text-align: center;
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.member-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}

.member-content {
  visibility: hidden;
  opacity: 0;
  transition: opacity .1s ease-out;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 18px;
  background: rgba(0,0,0,.7);
  max-height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}

.team-image-group:hover .member-content {
  visibility: visible;
  opacity: 1;
}

.member-content p {
  padding: 0;
  margin-bottom: -5px;
  font-size: .875em;
  color: #bbb;
  line-height: 1.68em;
}

.member-content .image-caption {
  transition: margin-bottom .1s ease-out;
  margin: 0 0 -5px;
}

.team-image-group:hover .member-content .image-caption {
  margin-bottom: 0;
}

.team-description {
  padding: 34px 0;
  text-align: center;
}

.team-description .member-name {
  font-weight: bold;
}

.team-page .row4-group hr {
  margin: 32px 0 !important;
}

.team-page .row4-group h1 {
  margin: 34px 0 34px !important;
  display: inline-block;
  width: 100%;
}

.fancybox-button {
  background: transparent;
}

.fancybox-toolbar button.fancybox-button.fancybox-button--zoom {
  display: none !important;
}



/*  End  */


/*  Header Fixed  */

.new-header {
  position: fixed !important;
  top: -20px;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  background-color: #b8b8b8;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  -webkit-transition: opacity .14s ease-in-out,visibility 0s .14s linear,top .14s ease-in-out;
  -moz-transition: opacity .14s ease-in-out,visibility 0s .14s linear,top .14s ease-in-out;
  -ms-transition: opacity .14s ease-in-out,visibility 0s .14s linear,top .14s ease-in-out;
  -o-transition: opacity .14s ease-in-out,visibility 0s .14s linear,top .14s ease-in-out;
  transition: opacity .14s ease-in-out,visibility 0s .14s linear,top .14s ease-in-out;
}

/*  End  */

/*  Join US */

.join-layout .custom-banner-group .page-center {
  max-width: 956px !important;
}
/*  End  */


/* 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-height: 480px) {
  .form-open .pop-up-form-group:after {
    height: 130%;
  }
}

@media only screen and (max-device-height: 640px){
  .custom-banner-group-wrapper.slick-initialized.slick-slider,
  .custom-banner-group.blog-list .blog.banner-image {
    height: auto;
  }
  .custom-banner-group.blog-list.slick-slide {
    min-height: 300px;
  }
}


@media only screen and (max-device-height: 768px){
  .custom-banner-group {
    padding-top:  0;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .security-page .banner-image {
    background-position: 0 44%;
  }
}

@media (min-width: 768px) {
  .team-page.fixed .new-header {
    z-index: 102;
    top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .14s ease-in-out,visibility 0s 0s linear,top .14s ease-in-out;
    -moz-transition: opacity .14s ease-in-out,visibility 0s 0s linear,top .14s ease-in-out;
    -ms-transition: opacity .14s ease-in-out,visibility 0s 0s linear,top .14s ease-in-out;
    -o-transition: opacity .14s ease-in-out,visibility 0s 0s linear,top .14s ease-in-out;
    transition: opacity .14s ease-in-out,visibility 0s 0s linear,top .14s ease-in-out;
  }
}

@media (max-width: 1284px) {
  .header-inner > .row-fluid-wrapper > .row-fluid > div.custom-logo {
    float: left !important;
  }

  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img {
    max-width: 100%;
  }

  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image img[alt~="Camp"], 
  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image img[alt~="Los"], 
  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Red'], 
  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='CrossRoads'],
  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Cate'], 
  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Villages'], 
  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Sage'], 
  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Inly'], 
  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='NCGS'], 
  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='The'], 
  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Hebrew'], 
  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='MaryMount'], 
  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Sea'] {
    max-width: 68.8%;
  }

  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group:nth-child(5n) {
    width: 16.5%;
  }

  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image img[alt~="Telemundo"], 
  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~="Riot"] {
    max-width: 90%;
  }

  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='iMac'], 
  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Immaculate'] {
    max-width: 89%;
  }

  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='CPP'] {
    max-width: 63%;
  }

  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='MarlBorough'], 
  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Broncos'] {
    max-width: 63%;
  }

  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='New'] {
    max-width: 75%;
  }

  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='Presidio'] {
    max-width: 32%;
  }

  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img[alt~='TarBut'] {
    max-width: 74%;
  }

}

@media (max-width: 1024px) {
  .hs-blog-listing .custom-banner-group .page-center {
    max-width: 90% !important;
    width: 90% !important;
    padding: 0 20px;
  }
}


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



@media (max-width: 767px) {

  .search-page ul.hs-search-field__suggestions {
    top: 66px;
    z-index: 99;
  }

  p.filter-by-author {
    margin: 0px auto;
    padding: 0px 0px 43px;
  }

  .security-page .two-col-image-group .content img {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .security-page .image-group {
    height: auto;
    overflow: hidden;
  }

  .hs_recaptcha.field.hs-form-field {
    overflow-x: auto;
    overflow-y: hidden;
  }

  .body-container .page-center,
  .footer-group .page-center {
    padding: 32px;
  }

  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 {
    max-width: 100% !important;
    width: 100% !important;
  }

  .full-width .row1-group .hs_cos_wrapper_type_rich_text h6 {
    float: none;
    margin: 0 auto;
    padding: 0 0 17px;
    width: auto;
    display: block;
    text-align: center;
  }

  .two-column-form-group .content {
    width: 100%;
    float: none;
  }

  .two-column-form-group .right-col {
    padding: 17px 0 0;
  }

  .two-column-form-group .content h2 {
    margin-bottom: 17px;
  }

  .full-width .row1-group hr {
    margin: 34px 0 0px!important;
  }

  .full-width .row1-group .hs_cos_wrapper_type_rich_text h6 img {
    width: 100%;
  }

  .two-column-form-group .left-col {
    padding: 0;
  }

  .two-column-form-group .left-col img {
    width: 100%;
  }

  .assessment-page .one-col-image-group {
    width: 100% !important;
    margin: -17px 0 0!important;
  }

  .assessment-page .one-col-image-group .one-col-image-with-content-group {
    width: 100%;
    padding: 17px 0;
  }

  .assessment-page .row1-group hr {
    margin: 0 0 !important;
  }

  .assessment-page .one-col-image-group .one-col-image-with-content-group:last-child {
    padding-bottom: 0;
  }

  .assessment-page.type2 .row1-group .hs_cos_wrapper_type_module:first-child hr {
    margin-top: 34px !important;
  }

  .assessment-page.type2 .row1-group hr {
    margin-top: 0 !important;
  }

  .assessment-page.type2 .row1-col2 {
    padding-top: 0;
  }

  .two-col-image-group {
    display: inline-block;
    width: 100% !important;
    margin: 0 !important;
  }

  .two-col-image-group .content {
    width: 100%;
    float: none;
    padding: 17px 0;
  }

  .assessment-page.business .row1-group .hs_cos_wrapper_type_module:first-child {
    padding-top: 0 !important;
  }

  .two-col-image-group .content img {
    width: 100%;
  }

  .business .two-col-image-group .left-col.content {
    padding-top: 0;
  }

  .business .two-col-image-group .right-col.content {
    padding-bottom: 0;
  }

  .business .row1-group figure {
    padding: 0 20px;
  }

  .assessment-page.business .row1-group hr {
    margin: 49px 0 35px!important;
  }

  .assessment-page.business .row1-group hr:last-child {
    margin: 0 !important;
  }

  .iframe-group iframe {
    max-width: 100%;
    width: 100%;
  }

  .security-page .row1-col hr {
    margin: 34px 0 17px!important;
  }

  .security-page .iframe-group {
    margin-bottom: 0;
  }

  .security-page .row2-col .two-col-image-group {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
  }

  .security-page .row2-col .hs_cos_wrapper_type_module:last-child .two-col-image-group {
    margin-bottom: 17px !important;
  }

  .security-page .two-column-form-group {
    margin: 34px 0 0 !important;
  }

  .contact-page .row1-group .page-center {
    padding: 96px 32px;
  }

  .contact-detail-group {
    width: 100%;
    margin: 0px !important;
  }

  .contact-group .top-group {
    padding: 17px 0;
  }

  .contact-group .bottom-group {
    padding: 17px 0;
  }

  .contact-detail-group .hs_cos_wrapper_type_module {
    width: 100%;
    float: none;
  }

  .contact-group {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 17px !important;
  }

  .contact-group:after {
    width: 100%;
  }

  .pop-up-inner-group {
    max-width: 80% !important;
    width: 100% !important;
  }

  .team-page .row1-group .left-col {
    width: 100% !important;
    padding-right: 0;
  }

  .team-page .row1-group .left-col img {
    padding: 17px 0;
    width: 100%;
  }

  .team-page .row1-group .right-col {
    width: 100% !important;
    padding-left: 0;
    margin: 0 !important;
    padding-top: 17px;
  }

  .team-page .row1-group .right-col h1 {
    font-size: 26px;
  }

  .team-page .row2-group .two-col-image-group .right-col img {
    margin: 0 auto;
    display: block;
    width: 52.4726% !important;
  }

  .team-page .row2-group .two-col-image-group .right-col h6 {
    max-width: 292px;
    margin: 17px auto 34px;
  }

  .team-page .row2-group .two-column-equal-group .content {
    width: 100%;
    float: none;
  }

  .team-page .row2-group .page-center {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .team-group {
    display: inline-block;
    width: 49%;
  }

  .assessment-page .row1-col2 .one-col-image-group .one-col-image-with-content-group {
    width: 100%;
  }

  .search-page .body-container form input.hs-search-field__input {
    font-size: 24px;
  }

  .search-page ul.hs-search-field__suggestions,
  .search-page ul.hs-search-results__listing {
    padding: 0 20px;
  }

  .new-header a.mobile-trigger .top-bar,
  .new-header a.mobile-trigger .middle-bar,
  .new-header a.mobile-trigger .bottom-bar {
    margin-top: 12px;
    margin-right: 10px;
  }

  .new-header a.mobile-trigger {
    position: fixed;
    top: 25px;
    right: 5px;
    z-index: 1001;
    padding: 20px;
    margin-top: 0;
    background-color: #b8b8b8;
    width: 42px;
    height: 36px;
    -webkit-transition: opacity .17s ease-in-out;
    -moz-transition: opacity .17s ease-in-out;
    -ms-transition: opacity .17s ease-in-out;
    -o-transition: opacity .17s ease-in-out;
    transition: opacity .17s ease-in-out;
    visibility: hidden;
    opacity: 0;
  }

  .trigger-fixed a.mobile-trigger {
    visibility: visible;
    opacity: 1;
  }

  .new-header {
    width: 100% !important;
    background: transparent;
  }

  .trigger-fixed .new-header {
    opacity: 1;
    visibility: visible;
  }

  .new-header .custom-logo {
    display: none !important;
  }

  .custom-post-pagination .new-post {
    float: none !important;
    text-align: left;
    padding-right: 1em;
    width: 100%;
  }

  .custom-post-pagination .old-post {
    float: none !important;
    text-align: left;
    padding-left: 0;
    width: 100%;
  }


}  

@media (max-width: 640px) {
  h1 {
    font-size: 30px;
  }
  h2{
    font-size: 26px;
  }
  h3 {
    letter-spacing: 2px;
  }

  .custom-logo img {
    max-height: 50px;
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .body-container .page-center {
    padding: 40px 20px;
  }

  .footer-group .page-center {
    padding: 20px;
  }

  .footer-social-icon {
    margin: 17px 0;
  }

  .footer-content {
    padding: 17px 0 17px;
  }

  .custom-banner-group .page-center {
    padding: 32px;
  }

  .custom-banner-group h1 {
    font-size: 30px;
    letter-spacing: 0;
    margin: 10px auto;
  }

  .custom-banner-group h3 {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 10px auto;
  }

  .full-width .row1-group .hs_cos_wrapper_type_module:first-child {
    padding-top: 17px;
  }

  .full-width .row1-group .hs_cos_wrapper_type_module:last-child {
    padding-bottom: 17px;
  }

  .full-width.type2 .one-col-image-group .one-col-image-with-content-group {
    width: 100%;
    padding: 17px 0 !important;
  }

  .full-width.type2 .one-col-image-group {
    margin-bottom: -17px;
  }

  .full-width.type2 .custom-banner-group h1 {
    margin-bottom: 57px;
  }

  .full-width.type2 .row1-group figure {
    padding: 20px;
  }

  .full-width.type2 .row1-col2 .one-col-image-group {
    margin-top: -17px;
  }

  .full-width.type2 .row1-group hr {
    margin: 0 0 33px!important;
  }

  .full-width.type2 .row1-group hr:last-child {
    margin: 34px 0 0px!important;
  }

  .two-column-form-group .left-col img {
    width: 100%;
  }

  .assessment-page .row1-group .hs_cos_wrapper_type_module:first-child {
    padding-top: 17px;
  }

  .assessment-page .row1-group .hs_cos_wrapper_type_module:last-child {
    padding-bottom: 17px;
  }

  .assessment-page .two-column-form-group .content h2 {
    letter-spacing: 2px;
  }

  .assessment-page .row1-col2 .two-column-form-group .content h2 {
    font-size: 26px;
  }

  .program-page .row1-group .hs_cos_wrapper_type_header h1 {
    letter-spacing: 2px;
  }

  .program-page .row1-group .hs_cos_wrapper_type_module:nth-child(odd) {
    padding: 17px 0 !important;
  }

  .program-page .row1-group .one-col-image-group {
    width: 100%;
    margin: 0 0px !important;
  }

  .program-page .row1-group .one-col-image-group .one-col-image-with-content-group {
    width: 100%;
    float: none;
  }

  .program-page .row1-group .one-col-image-group .one-col-image-with-content-group .top-image,
  .program-page .row1-group .one-col-image-group .one-col-image-with-content-group .bottom-content {
    padding: 17px 0;
  }

  .program-page .row1-group hr {
    margin: 0 !important;
  }

  .body-container figure {
    padding: 20px;
  }

  .custom-banner-group .banner-content p {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 10px auto;
  }

  a.btn {
    font-size: 13px;
    letter-spacing: 1px;
    margin: 5px auto;
  }

  .contact-page .row1-group .page-center {
    padding: 20px;
  }

  .contact-page .row1-group h1 {
    font-size: 26px;
    padding: 17px 0 0;
  }

  .contact-page .row1-group form {
    padding: 17px 0;
  }

  .contact-page .row1-group hr {
    margin: 17px 0 !important;
  }

  .home-page .custom-banner-group h1 {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 10px auto;
  }

  .home-page .custom-banner-group h3 {
    font-size: 30px;
  }

  .home-page .custom-banner-group .banner-content h6 {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 10px auto;
  }

  .home-page .custom-banner-group .banner-content h6 > a.btn+a.btn {
    margin-left: -1px;
  }

  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group {
    width: 49% !important; 
  }

  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group:nth-child(2n) .top-image {
    margin-right: 0;
  }

  .home-page .row1-col1 .hs_cos_wrapper_type_rich_text hr {
    margin: 17px 0 !important;
  }

  .home-page .row1-col2 .one-col-image-group .one-col-image-with-content-group {
    width: 100%;
    float: none;
    padding: 0;
  }

  .home-page .row1-col2 .one-col-image-group .one-col-image-with-content-group .top-image img {
    width: 100%;
  }

  .home-page .row1-col2 .one-col-image-group .one-col-image-with-content-group .bottom-content h6 {
    margin-bottom: 0;
  }

  .home-page .two-column-form-group .left-col,
  .join-layout .two-column-form-group .left-col {
    width: 100%;
  }

  .home-page .two-column-form-group .right-col,
  .join-layout .two-column-form-group .right-col {
    width: 100%;
    padding-left: 0;
  }

  .home-page .two-column-form-group .left-col {
    width: 100%;
    padding-bottom: 17px;
  }

  .home-page .row1-col2 hr {
    margin: 25px 0 34px !important;
  }

  .team-page .row1-group .right-col .one-col-image-with-content-group {
    padding: 0;
    width: 100%;
    float: none;
    max-width: 181.0px;
    margin: 17px auto;
  }

  .team-page .row1-group .right-col .one-col-image-with-content-group .bottom-content {
    padding: 18px 00;
  }

  .team-page .row2-group hr {
    margin: 0px 0 17px!important;
  }

  .team-page .row2-group .two-col-image-group .content {
    padding: 17px 0;
  }

  .team-group {
    display: block;
    width: 100%;
  }

  .team-group > div {
    margin: 17px 0;
    position: relative;
    display: inline-block;
    width: 100%;
  }

  .team-description {
    padding: 0;
  }

  .team-member-group {
    width: 100%;
    margin: 0;
  }

  .team-member-group .team-group:first-child > div {
    margin-top: 0;
  }

  .team-page .row4-group hr {
    margin: 17px 0 34px!important;
  }

  .team-page .row4-group h1 {
    margin: 0 0 34px !important;
  }

  .two-column-equal-group {
    width: 100% !important;
    margin: 0 !important;
    display: block;
  }

  .two-column-equal-group .content {
    width: 100%;
    float: none;
    padding: 0;
  }

  .team-page .row2-group .two-column-equal-group .content {
    padding: 17px 0;
  }

  .custom-banner-group-wrapper .title-desc-wrapper h2 a {
    font-size: 30px;
  }

  .custom-banner-group-wrapper .title-desc-wrapper a.view-post {
    display: none;
  }

  .post-header h2 {
    font-size: 26px;
  }

  .post-header {
    margin-bottom: 12px;
  }

  .blog-listing-wrapper .post-listing .post-item + .post-item {
    margin-top: 80px;
  }

  .blog .title-desc-wrapper h2 {
    font-size: 30px;
  }

  .team-page .row2-group .two-column-equal-group .custom-col1 p {
    padding: 17px 0;
  }

  .back-to-top {
    display: block !important;
    text-align: center;
    background-color: #201a16;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    color: rgba(255,255,255,.4);
    padding: 20px
  }

  a#back-to-top {
    font-family: futura-pt, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 24px 0;
    display: inline-block;
    text-decoration: none;
    line-height: 1.25em;
    color: #fff;
    border: none;
    padding: .75em 1em;
  }

  .search-page .hs-search-results__pagination a {
    font-size: 10px;
  }


}  


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

@media (max-width: 479px) {
  .body-container form fieldset.form-columns-2 > div {
    width: 100% !important;
    margin: 0 !important;
  }

  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group {
    width: 100% !important;
  }

  .home-page .row1-col1 .one-col-image-group .one-col-image-with-content-group .top-image >span img {
    padding-bottom: 20px;
  }

  .team-page .row2-group .two-col-image-group .right-col img {
    width: 100% !important;
  }
}


.top-email a {
 	font-family: futura-pt, sans-serif !important; 
}

body.search-results .body-container-wrapper {
 	 background: #fff;
}

.program--flex {
 	text-align: center; 
}
@media (min-width: 980px) {
  .program--flex .hs_cos_wrapper_type_module {
    display: inline-block;
    width: 32.5%;
  }
}
.program--flex .hs_cos_wrapper_type_module {
 	box-sizing: border-box;
  margin-bottom: 20px;
  padding: 10px; 
  vertical-align: top;
}

.program--flex .hs_cos_wrapper_type_module .inner {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
}



.program--flex .hs_cos_wrapper_type_module .safety-program-item .item-header.text--center {
  background: #d30520;
  padding: 20px 10px;
  text-align: center;
}
.program--flex .hs_cos_wrapper_type_module .safety-program-item .item-header.text--center h4 {
  color: #fff;
  display: inline-block;
  margin-top: 0px;
 	margin-bottom: 10px; 
}
.program--flex .hs_cos_wrapper_type_module .safety-program-item .item-header.text--center p {
 	color: #fff; 
  margin: 0px;
}

.program--flex .hs_cos_wrapper_type_module .safety-program-item .program-list {
  padding: 20px;
  text-align: left;
}	
.program--flex .hs_cos_wrapper_type_module .safety-program-item .program-list ul {
  margin: 0px;
 	padding: 0px; 
}
.program--flex .hs_cos_wrapper_type_module .safety-program-item .program-list ul li {
  list-style-type: none;
  margin: 6px 0;
  padding-left: 20px;
  position: relative;
}	
.program--flex .hs_cos_wrapper_type_module .safety-program-item .program-list ul li:before {
 	content: '\f111'; 
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 2px;
  
  
}
.program--flex .hs_cos_wrapper_type_module .safety-program-item .program-list ul li ul li:before {
  color: rgba(0,0,0,0.3);
  content: '\f111';
  font-family: "Font Awesome 5 Free";
  font-size: 8px;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: 2px;
}


@media (max-width: 640px) {
  #hubspot-messages-iframe-container {
/*    	max-width: 100px !important;
    width: 100% !important;  */
  }
}



.in-the-press--section {
  margin-bottom: 40px;
 	text-align: center; 
}
.in-the-press--section h2 {
 	font-weight: bold; 
}

.in-the-press--section .in-the-press--flex .slick-slide {
 	display: inline-block;
  float: none;
  
  vertical-align: middle;
}

.in-the-press--section .in-the-press--flex .slick-slide img {
 	margin: 0 auto;
  max-width: 80%;
  width: 100%;
}




.index-marketing .index-navigation--section {
 	background:  #ff5550;
  position: relative;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.index-marketing .index-navigation--section.fixed-version {
 	left: 0;
  margin: 0;
  position: fixed;
  top: -400px;
  width: 100%;
}
.index-marketing.nav-fixed .index-navigation--section.fixed-version {
  top: 0;
}

.index-marketing .index-navigation--section .page-center {
 	padding: 32px; 
  text-align: center;
}
.index-marketing .index-navigation--section ul {
 	padding: 0; 
}



@media (min-width: 768px) {
  
  .index-marketing .index-navigation--section ul {
   	display: block !important; 
  }
  
  .index-marketing .index-navigation--section ul li {
    display: inline-block;
    margin-right: 5px;
		padding-right: 10px;
    position: relative;
    
  }
  
  
  .index-marketing .index-navigation--section ul li:before {
    background: #fff;
    content: ''; 
    height: 50%;
    position: absolute;
    right: 0;
    top: 50%;

    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 1px;
  }
  .index-marketing .index-navigation--section ul li:last-of-type:before {
   	display: none; 
  }
  .index-marketing .index-navigation--section .mobile-nav {
   display: none;
  }
}
@media (max-width: 767px) {
  
  .index-marketing .index-navigation--section .mobile-nav {
   	color: #fff; 
  }
  .index-marketing .index-navigation--section .mobile-nav:hover {
   	cursor: pointer; 
  }
  
  .index-marketing .index-navigation--section ul {
   	display: none; 
  }
  .index-marketing .index-navigation--section ul li {
   	list-style-type: none; 
  }
}

.index-marketing .index-navigation--section ul li a {
 	color: #fff; 
}

.index-marketing .index-marketing-section-item:focus {
 	outline: 0; 
}

.index-marketing--section {
/*  	margin: 60px;  */
}
.index-marketing .body-container .index-marketing--section .page-center {
 	padding: 0 32px; 
}




/* SALES */
.relative {
  position: relative; 
}
.text--left {
  text-align: left; 
}
.text--center {
  text-align: center; 
}
.text--right {
  text-align: right; 
}


.sales .hero--section * {
  color: #fff; 
}
.sales .hero--section .hero-overlay {
  background: rgba(0,0,0,0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.sales .hero--section .hero-bg-img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sales .hero--section .hero-inner {
  z-index: 2; 
}

.sales .hero--section h1 {
  margin-bottom: 20px !important; 
}
.sales .hero--section .hero-img {
  margin-top: 20px; 
}





.sales .middle-page-cta--section * {
  color: #fff; 
}
.sales .middle-page-cta--section h3 {
  margin-bottom: 30px !important; 
}
.sales .middle-page-cta--section .middle-page-cta-overlay {
  background: rgba(0,0,0,0.6);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.sales .middle-page-cta--section .middle-page-cta-bg-img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.sales .middle-page-cta--section .middle-page-cta-inner {
  z-index: 2; 
}

.sales .middle-page-cta--section .cta-container {
  margin-top: 30px; 
}


.sales .products-growth--section {
  background-image: linear-gradient(to left, #ff7a59, #ff8f59);
  
}


.sales .products-growth--section h2 {
  color: #fff; 
}
.sales .products-growth--section .products-growth-top * {
  color: #fff; 
}
.sales .products-growth--section .products-growth-top {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 50px 0;
}
.sales .products-growth--section .products-growth-bottom {
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding: 50px 0;
}

.sales .products-growth--section .products-growth-very-bottom {
  padding: 30px 0 0 0; 
}
.sales .products-growth--section .products-growth-bottom-header h4 {
  color: #fff;
  margin-top: 5px; 
}


.sales .testimonial--section .testimonial-img img {
  border-radius: 50%; 
}

.sales .testimonial--section .testimonial-quote {
  font-size: 2em; 
  line-height: 1.25em;
  margin-bottom: 30px;
}


@media (min-width: 768px) {
  .sales .testimonial--section .author-info .testimonial-author {
    border-right: 1px solid #cbd6e2;
  }
  .sales .testimonial--section .author-info img {
    padding-top: 10px; 
  }
}

.sales .bottom-cta--section .cta-container {
  margin-top: 20px; 
}


/* END SALES */


/* PRODUCT SALES */




.sales {
   
}

.software .customer-support--section {
  position: relative; 
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  overflow: hidden;
  min-height: 700px;
  padding: 3em 0;
  position: relative;
}

@media (min-width: 1025px) {
  .software .customer-support-content-container {
    width: 60%;  
  }
}

.software .customer-support--section .customer-support-img-container {
  display: block;
  max-width: 614px;
  position: absolute;
  right: -3.5em;
  top: 1em;
  
}
.software .customer-support--section .customer-support-bg-img {
  width: 100%
}

.software h2 {
  margin: 1.25em 0 1em !important; 
}

.software .hero--section {
  position: relative; 
}

.software .hero--section .hero-overlay {
  background: rgba(0,0,0,0.5);
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.software .hero--section .hero-bg-img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.software .hero--section .hero-inner {
  z-index: 3; 
}
.software .hero--section .hero-inner * {
  color: #fff; 
}



/* END PRODUCT SALES */

@media (min-width: 1285px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1:last-of-type {
    padding-left: 20px;
  }
}






