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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('//fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('//fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('//fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('//fonts.googleapis.com/css?family=Marck+Script&subset=cyrillic,latin-ext');
@import url('//fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


	@font-face {
	  font-family: "ElegantIcons";
	  src: url("//cdn2.hubspot.net/hubfs/2820890/YWAMTyler_January2019%20Theme/font/ElegantIcons.eot") format("embedded-opentype"), 
      url("//cdn2.hubspot.net/hubfs/2820890/YWAMTyler_January2019%20Theme/font/ElegantIcons.woff") format("woff"),
      url("//cdn2.hubspot.net/hubfs/2820890/YWAMTyler_January2019%20Theme/font/ElegantIcons.ttf") format("truetype");
	  font-style: normal;
	  font-weight: normal;
	}
	@font-face {
	  font-family: "FontAwesome";
	  src: url("//cdn2.hubspot.net/hubfs/2820890/YWAMTyler_January2019%20Theme/font/fontawesome-webfont.eot") format("embedded-opentype"),
        url("//cdn2.hubspot.net/hubfs/2820890/YWAMTyler_January2019%20Theme/font/fontawesome-webfont.woff2") format("woff2"),   
        url("//cdn2.hubspot.net/hubfs/2820890/YWAMTyler_January2019%20Theme/font/fontawesome-webfont.ttf") format("truetype");
	  font-style: normal;
	  font-weight: normal;
	}

  @font-face {
    font-family: "Simple-Line-Icons";
    src: url("//cdn2.hubspot.net/hubfs/2820890/YWAMTyler_January2019%20Theme/font/Simple-Line-Icons.eot") format("embedded-opentype"), 
        url("//cdn2.hubspot.net/hubfs/2820890/YWAMTyler_January2019%20Theme/font/Simple-Line-Icons.woff") format("woff"),
        url("//cdn2.hubspot.net/hubfs/2820890/YWAMTyler_January2019%20Theme/font/Simple-Line-Icons.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
  }

@font-face {
  font-family: "Ionicons";
  src: url("//cdn2.hubspot.net/hubfs/2820890/YWAMTyler_January2019%20Theme/font/ionicons.eot") format("embedded-opentype"),
      url("//cdn2.hubspot.net/hubfs/2820890/YWAMTyler_January2019%20Theme/font/ionicons.ttf") format("truetype"), 
      url("//cdn2.hubspot.net/hubfs/2820890/YWAMTyler_January2019%20Theme/font/ionicons.woff") format("woff");
  font-style: normal;
  font-weight: normal;
}


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

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

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

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

body {
  background: #fff;
  font-family: 'Roboto', sans-serif;
  color: #212f3d;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;

}

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

/* Highlighted Text */
::-moz-selection {
  background: #e5735c;
  color: #fff;
}
::selection {
  background: #e5735c;
  color: #fff;

}


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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  color: #212f3d;
      line-height: 1.125em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 48px;
  line-height: 70px;
  letter-spacing: 0px;
  text-transform: uppercase;
}
h2 {
  font-size: 34px;
  line-height: 50px;
  font-style: normal;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #212f3d;
}
h3 {
  font-size: 24px;
  letter-spacing: 1px;
  text-transform: uppercase
}
h4 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 20px;
    line-height: 29px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    color: #212f3d;
}
h5 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}
h6 {}

/* Anchor Links */
a { 
  color: #e5735c;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  -ms-transition: color .15s ease-out;
  transition: color .15s ease-out;
}
a:hover, a:focus {

}

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

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

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


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

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

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

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


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


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

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

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

.body-container .page-center.content-wrapper{
		padding-top: 30px;
		padding-bottom: 30px;	
}


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

.header-container-wrapper {}
.header-container {}


.social-icons-wrap {
    line-height: 32px;
}

.hs-header-top-content {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  background-color: rgba(255, 255, 255, 0.7);
  max-height: 36px;
}

.hs-header-social-icons-wrapper {
    line-height: 36px;
    width: auto !important;
}

.addtoany_list a {
    display: inline-block;
    padding: 0 4px;
    vertical-align: middle;
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    float: left;
}

.addtoany_list a span.a2a_label {
    display: none;
}

.addtoany_list a span.a2a_svg {
    border-radius: 4px;
    display: inline-block;
    opacity: 1;
    height: 32px;
    line-height: 32px;
    width: 32px;
}
.addtoany_list a:hover img, 
.addtoany_list a:hover span {
    opacity: .7;
}

.a2a_s_facebook {
    background-color: rgb(59, 89, 152);
}

.a2a_s_twitter {
    background-color: rgb(85, 172, 238);
}

.a2a_s_instagram {
    background-color: rgb(228, 64, 95);
}

.a2a_s_linkedin {
    background-color: rgb(0, 123, 181);
}

.a2a_s_youtube {
    background-color: rgb(255, 0, 0);
}

.hs-header-contact-wrapper {
    margin-left: 0px !important;
    float: right !important;
    width: auto !important;
    line-height: 36px;
}


.header-contact-info .textwidget {
    font-family: Roboto;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    transition: color .15s ease-out;
}

.header-contact-info .textwidget div {
    margin: 0 20px;
}

.simple_line_icons.normal {
    margin: 0 10px 0 0;
}

.eltd_icon_shade {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 25;
}

.icon-envelope {
    font-size: 13px;
    color: #464646;
    vertical-align: middle;
    line-height: inherit;
    -webkit-transition: transform .2s ease,color .15s ease-out;
    -moz-transition: transform .2s ease,color .15s ease-out;
    -o-transition: transform .2s ease,color .15s ease-out;
    -ms-transition: transform .2s ease,color .15s ease-out;
    transition: transform .2s ease,color .15s ease-out;
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.icon-envelope:before {
    content: "\e086";
}




.hs-header-bottom-content {
    background-color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255,255,255,.5);
    padding-left: 20px;
    padding-right: 40px;
    position: relative;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }

.logo-wrapper img.standard-logo {
    height: 48.5px;
}

.logo-wrapper img.Mobile-logo {
    display: none;
}

.hs-header-right-content-wrapper {
    margin-left: 0px !important;
    width: auto !important;
    float: right !important;
}
.hs-header-logo {
    width: auto !important;
}


.hs-header-bg {
    position: absolute;
    top: 0px;
    width: 100% !important;
    z-index: 99;
}
.logo-wrapper img {
    margin: 14px 0px;
}







.fullscreen_search_holder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 105;
    opacity: 0
}

.fullscreen_search_table {
    display: table;
    width: 100%;
    height: 100%
}

.fullscreen_search_cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    text-align: center
}
.fullscreen_search_holder.fade.animate .form_holder {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: search_push_text_top .4s ease-out both .25s;
    animation: search_push_text_top .4s ease-out both .25s;
}
@keyframes search_push_text_top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(60px);
        transform: translateY(60px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.side_menu_button .search_icon_text {
    margin: 0 0 0 5px;
    -webkit-transition: opacity .15s ease-out,color .15s ease-out;
    -moz-transition: opacity .15s ease-out,color .15s ease-out;
    -ms-transition: opacity .15s ease-out,color .15s ease-out;
    -o-transition: opacity .15s ease-out,color .15s ease-out;
    transition: opacity .15s ease-out,color .15s ease-out
}
.fullscreen_search_holder .search_label {
    font-size: 30px;
    line-height: 1em;
    color: #a1a1a1;
    vertical-align: bottom
}
.fullscreen_search_holder .search_label {
    font-family: Raleway, sans-serif;
    font-size: 33px !important;
    letter-spacing: 1px;
    font-weight: 800;
    font-style: normal;
    text-transform: uppercase;
    color: #ffffff;
}

.fullscreen_search_holder .field_holder {
    width: 30%;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    border-bottom: 1px solid #a1a1a1
}

.fullscreen_search_holder .field_holder .line {
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #696969;
    -webkit-transition: width .3s ease;
    transition: width .3s ease
}

.fullscreen_search_holder .search_field {
    width: 100%;
    border-left: none;
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    background: transparent;
    outline: 0;
    height: 100%;
    font-size: 30px;
    color: #a1a1a1;
    line-height: 1em;
    position: relative;
    font-family: Raleway, sans-serif;
    font-size: 16px !important;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #ffffff;
}

.fullscreen_search_holder .search_submit {
    border: 0;
    background: transparent;
    outline: 0;
    width: auto;
    cursor: pointer;
    font-family: 'ElegantIcons';
    font-size: 20px;
    line-height: 1em;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    color: #fff;
}

.fullscreen_search_holder .search_submit:hover {
    color: #e5735c;
}
.fullscreen_search_holder .field_holder {
    border-color: #ffffff;
}

.fullscreen_search_holder .search_close_holder {
    float: right
}

.fullscreen_search_holder .close_container {
    position: absolute;
    left: 0;
    top: 36px;
    width: 100%
}

.fullscreen_search_holder .close_container a {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease,color .2s ease;
    transition: opacity .2s ease,color .2s ease
}

.fullscreen_search_holder .close_container .search_close_holder {
    margin-right: 45px
}

.fullscreen_search_holder .close_container .container_inner .search_close_holder,
.fullscreen_search_holder.fullscreen_search_in_header_top .close_container .search_close_holder {
    margin-right: 0
}

.fullscreen_search_in_header_top .search_close_holder .side_menu_button {
    height: 36px
}

.fullscreen_search_in_header_top a.side_menu_button_link {
    display: none
}

.fullscreen_search_overlay {
    position: absolute;
    width: 2000px;
    height: 2000px;
    margin-top: -1000px;
    margin-left: -1000px;
    top: 50%;
    left: 0;
    border-radius: 100%;
    opacity: 0;
    z-index: 99;
    -ms-transform-origin: 50%;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background-color: rgba(255,255,255,0.98);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-transition: -ms-transform .6s cubic-bezier(0.4,0,0.2,1),opacity .6s cubic-bezier(0.4,0,0.2,1);
    -webkit-transition: -webkit-transform .6s cubic-bezier(0.4,0,0.2,1),opacity .6s cubic-bezier(0.4,0,0.2,1);
    transition: transform .6s cubic-bezier(0.4,0,0.2,1),opacity .6s cubic-bezier(0.4,0,0.2,1)
}

.fullscreen_search_overlay.animate {
    -ms-transform: scale(3);
    -moz-transform: scale(3);
    -o-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 1
}

.fullscreen_search_holder.from_circle {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    display: none;
    opacity: 0;
    visibility: visible;
    z-index: 111
}
.fullscreen_search_holder.fade {
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    z-index: 111;
    box-sizing: border-box;
}
.search_fade_in .fullscreen_search_holder.fade.animate {
    -webkit-animation: search_fade_in .25s linear both;
    animation: search_fade_in .25s linear both;
    background-color: rgba(48,48,48,0.93);
}
@keyframes search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }

    100% {
        opacity: 1;
        visibility: visible
    }
}


.hs-header-search-icon {
    float: right;
    position: relative;
    z-index: 110;
    width: auto !important;
    margin-left: 0px !important;
}
.side_menu_button_wrapper {
    display: table
}

.side_menu_button {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  height: 110px;
  line-height: 1em;
  z-index: 9;
}
.side_menu_button {
    position: relative;
    height: 78px;
}
.side_menu_button > a {
    font-size: 15px;
    position: relative;
    margin: 0 0 0 22px;
    color: #464646;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

span.eltd_icon_font_elegant.icon_search {
    display: inline-block;
    height: inherit;
    line-height: inherit;
    vertical-align: bottom;
    width: inherit;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: opacity .15s ease-out,color .15s ease-out;
    -moz-transition: opacity .15s ease-out,color .15s ease-out;
    -ms-transition: opacity .15s ease-out,color .15s ease-out;
    -o-transition: opacity .15s ease-out,color .15s ease-out;
    transition: opacity .15s ease-out,color .15s ease-out;
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon_search:before {
    content: "\55";
}
.fullscreen_search_holder.fade.animate .fullscreen_search_close {
    opacity: 1;
    visibility: visible;
    color: #ffffff;
}

.fullscreen_search_holder .close_container a.fullscreen_search_close {
    margin-right: 0px;
}


.icon_close:before {
    content: "\4d";
}

span.eltd_icon_font_elegant.icon_close {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    vertical-align: middle;
    -webkit-transition: opacity .15s ease-out,color .15s ease-out;
    -moz-transition: opacity .15s ease-out,color .15s ease-out;
    -ms-transition: opacity .15s ease-out,color .15s ease-out;
    -o-transition: opacity .15s ease-out,color .15s ease-out;
    transition: opacity .15s ease-out,color .15s ease-out;
    font-size: 23px !important;
}

.fullscreen_search_holder.fade.animate .fullscreen_search_close:hover {
    color: #e5735c;
}

.custom-banner-area {
    overflow: hidden;
    margin-top: -1px;
}

.custom-banner-image {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 35px;
    min-height: 250px;
		overflow: hidden;
		margin-left: -15px;
		margin-right: -15px;
		background-color: #2b2b2b;
}

.banner-heading {
    padding: 20px;
    padding-top: 200px;
    padding-bottom: 220px;
    text-align: center;
}

.banner-heading h1 {
    margin: 0px;
    color: #212f3d;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 48px;
    line-height: 70px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
}
.side_menu_button > a:hover {
    color: #e5735c;
}



.cstm-landing-page .body-container-wrapper {
    margin: 0px;
}




.gallery_holder ul {
    list-style: none;
    display: block;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gallery_holder ul li {
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    max-height: 251px;
}

.gallery_holder ul li a {
    display: block;
    position: relative;
    -webkit-backface-visibility: hidden
}

.gallery_holder ul li a {
    display: block;
    overflow: hidden;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px)
}

.gallery_holder ul li a img {
    display: block;
    width: 100%;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}

.gallery_holder ul li.grayscale a img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: gray;
    filter: grayscale(100%);
    filter: url(//ywamtyler.org/wp-content/themes/moose/css/img/desaturate.svg#grayscale)
}

.gallery_holder ul li.grayscale:hover a img {
    -webkit-filter: grayscale(0);
    filter: none
}

.gallery_holder ul li:hover a img {
    -webkit-transform: scale(1.03,1.03);
    -moz-transform: scale(1.03,1.03);
    -ms-transform: scale(1.03,1.03);
    -o-transform: scale(1.03,1.03);
    transform: scale(1.03,1.03)
}

.gallery_holder ul li .gallery_hover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background-color: rgba(0,0,0,0.7);
    visibility: visible;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    -ms-transition: opacity .2s;
    transition: opacity .2s;
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-backface-visibility: hidden;
    z-index: 1000;
}

.gallery_holder ul li:hover .gallery_hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gallery_holder ul li .gallery_hover i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -23px;
    font-size: 12px;
    color: #fff;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color .15s ease-out;
    -moz-transition: background-color .15s ease-out;
    -ms-transition: background-color .15s ease-out;
    -o-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out
}

.gallery_holder ul li .gallery_hover i.fa-search:hover {
    background-color: #9d9d9d
}

.gallery_holder ul li .gallery_hover i.fa-search {
    background-color: #e5735c
}

.gallery_holder ul li .gallery_hover i.fa-plus {
    background-color: transparent
}

.gallery_holder ul.gallery_without_space.v5 li,.wpb_gallery_slides .gallery_holder ul.gallery_without_space.v5 li {
    width: 20%;
    margin: 0
}

.gallery_holder ul.gallery_without_space.v4 li,.wpb_gallery_slides .gallery_holder ul.gallery_without_space.v4 li {
    width: 25%;
    margin: 0
}


.gallery_holder ul:before , .gallery_holder ul:after {
    content: "";
    clear: both;
    display: table;
}







.eltd_tabs {
    display: block;
}

.eltd_tabs .tabs-nav {
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    display: inline-block;
    position: relative;
    z-index: 2;
    vertical-align: middle
}

.eltd_tabs.horizontal .tabs-nav li {
    margin: 5px 5px 0 0;
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 0px;
}

.eltd_tabs.with_borders.disable_margin .tabs-nav li {
    margin-right: 0
}

.eltd_tabs .tabs-nav li a {
    color: #e5735c;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 20px
}

.eltd_tabs .tabs-nav li.active a,.eltd_tabs .tabs-nav li:hover a {
    color: #9a9a9a
}

.eltd_tabs.horizontal.center {
    text-align: center
}

.eltd_tabs.horizontal.left {
    text-align: left
}

.eltd_tabs.horizontal.right {
    text-align: right
}

.eltd_tabs.horizontal .tabs-container {
    padding: 20px 0 15px 0;
    text-align: left
}

.eltd_tabs.horizontal.right .tabs-container {
    text-align: right
}

.eltd_tabs.vertical .tabs-nav {
    width: auto;
    margin: 0;
    display: table-cell;
    vertical-align: top
}

.eltd_tabs.vertical.right .tabs-nav {
    float: right
}

.eltd_tabs.vertical.left .tabs-nav {
    float: left
}

.eltd_tabs.vertical .tabs-nav li {
    display: block;
    width: 100%;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color .15s ease-out;
    -moz-transition: border-color .15s ease-out;
    -ms-transition: border-color .15s ease-out;
    -o-transition: border-color .15s ease-out;
    transition: border-color .15s ease-out
}

.eltd_tabs.vertical .tabs-nav li:last-child {
    margin: 0
}

.eltd_tabs.vertical .tabs-nav li a {
    text-align: center;
    height: auto;
    line-height: normal;
    display: table-cell;
    vertical-align: middle
}

.eltd_tabs.vertical.border_arround_element .tabs-nav li a {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.eltd_tabs.vertical .tabs-container {
    display: table-cell;
    vertical-align: top;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.eltd_tabs.vertical.left .tabs-container {
    text-align: left
}

.eltd_tabs.vertical.right .tabs-container {
    text-align: right
}

.eltd_tabs.border_arround_element .tabs-nav li {
    border: 2px solid #dadada;
    -webkit-transition: border-color .15s ease-out;
    -moz-transition: border-color .15s ease-out;
    -ms-transition: border-color .15s ease-out;
    -o-transition: border-color .15s ease-out;
    transition: border-color .15s ease-out;
}

.eltd_tabs.with_borders.disable_margin .tabs-nav li {
    margin-right: 0;
}
.eltd_tabs.border_arround_element.horizontal.disable_margin .tabs-nav li {
    border: 0
}

.eltd_tabs.vertical.border_arround_element .tabs-nav li {
    border-color: #dadada
}

.eltd_tabs.border_arround_element .tabs-nav li a {
    position: relative;
    display: block;
    line-height: 51px;
    margin: 0;
    padding: 0 20px;
    color: #464646;
    font-size: 13px;
    font-weight: 700;
    -webkit-transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
    -moz-transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
    -ms-transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
    -o-transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
    transition: color .15s ease-out,background-color .15s ease-out,border-color .15s ease-out;
    border-radius: initial!important
}

.eltd_tabs.border_arround_element .tabs-nav li a {
    background-color: #f7f7f7
}
.eltd_tabs.border_arround_element .tabs-nav li a span {
    display: block;
    padding-left: 14px;
    letter-spacing: 1px;
}

.eltd_tabs.border_arround_element.disable_margin.horizontal .tabs-nav li a {
    border: 2px solid #dadada
}

.eltd_tabs.border_arround_element.disable_margin.horizontal .tabs-nav li:not(:last-child) a {
    border-right: 0
}

.eltd_tabs.border_arround_element.disable_margin.horizontal .tabs-nav li:not(:last-child) a:after {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    content: "";
    background-color: transparent;
    -webkit-transition: background-color .15s ease-out;
    -moz-transition: background-color .15s ease-out;
    -ms-transition: background-color .15s ease-out;
    -o-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out
}

.eltd_tabs.border_arround_element .tabs-nav li.active a,.eltd_tabs.border_arround_element .tabs-nav li:hover a {
    color: #e5735c;
    background-color: #fff
}

.eltd_tabs.with_borders .tabs-container {
    overflow: hidden;
    position: relative;
    padding: 29px 25px;
    text-align: left;
    z-index: 1;
    overflow: visible;
    border: 2px solid #dadada;
    background-color: #fff
}

.eltd_tabs.with_borders.horizontal .tabs-container {
    top: -2px
}

.eltd_tabs.with_borders.vertical.left .tabs-container {
    left: -2px
}

.eltd_tabs.with_borders.vertical.right .tabs-container {
    right: -2px
}

.eltd_tabs.tab_with_text_and_icon .tabs-nav li a {
    display: inline-block;
    vertical-align: middle;
    text-align: left
}

.eltd_tabs.tab_with_text_and_icon .tabs-nav li a i,.eltd_tabs.tab_with_text_and_icon .tabs-nav li a span.icon_frame {
    font-size: 22px;
    line-height: 51px;
    vertical-align: middle
}

.eltd_tabs.tab_with_text_and_icon .tabs-nav li a .icon_frame+.tab_text_after_icon,.eltd_tabs.tab_with_text_and_icon .tabs-nav li a .tab_text_after_icon+.icon_frame {
    padding-left: 14px;
    letter-spacing: 1px
}

.eltd_tabs.tab_with_icon .tabs-nav li {
    display: block;
    float: none;
    overflow: visible;
    -webkit-transition: border-color .15s ease-out;
    -moz-transition: border-color .15s ease-out;
    -ms-transition: border-color .15s ease-out;
    -o-transition: border-color .15s ease-out;
    transition: border-color .15s ease-out
}

.eltd_tabs.tab_with_icon .tabs-nav li a {
    display: block;
    text-align: center;
    -webkit-transition: color .15s ease-out,background-color .15s ease-out;
    -moz-transition: color .15s ease-out,background-color .15s ease-out;
    -ms-transition: color .15s ease-out,background-color .15s ease-out;
    -o-transition: color .15s ease-out,background-color .15s ease-out;
    transition: color .15s ease-out,background-color .15s ease-out
}

.eltd_tabs.tab_with_icon .tabs-nav li a i,.eltd_tabs.tab_with_icon .tabs-nav li a span {
    font-style: normal;
    -webkit-transition: initial;
    font-size: 22px
}

.eltd_tabs.border_arround_element.horizontal .tabs-nav li a {
    border: 2px solid #dadada;
}
.eltd_tabs.border_arround_element.horizontal .tabs-nav li:not(:last-child) a {
    border-right: 0;
}

.eltd_tabs.with_borders .tabs-nav li {
    margin-right: 0;
}
.eltd_tabs.border_arround_element.horizontal .tabs-nav li {
  border: 0px;  
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

.eltd_tabs.border_arround_element .tabs-nav li.active a {
    border-bottom-color: #fff;
}
.tab-content .wpb_wrapper p {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    color: #212f3d;
    margin-top: 15px;
    margin-bottom: 15px;
}

.tab-content .wpb_wrapper {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    color: #212f3d;
}


.hs-two-column-eql {
    width: 50% !important;
    margin-left: 0px !important;
    padding-left: 15px;
    padding-right: 15px;
}

.hs-training-dts-page .hs-dts-tution-sec-wrapper {
      background-color: rgba(0,0,0,0.05);
}

.hs-dts-tution-sec-wrapper {

    padding-top: 61px;
    padding-bottom: 70px;
    text-align: left;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hs-dts-tution-sec-wrapper .section_inner.page-center {
    padding-top: 0px !important;
    padding-bottom: 0px !important;

}

.hs-dts-tution-sec-wrapper .section_inner_margin.clearfix {
    margin-left: -15px;
    margin-right: -15px;
}

.hs-dts-tution-sec-wrapper .vc_col-sm-3 {
    width: 25%;
    float: left;
}

.hs-dts-tution-sec-wrapper .element_from_left .vc_column_container {
    position: relative;
}

.hs-dts-tution-sec-wrapper .vc_col-sm-9 {
    width: 75%;
    float: left;
    text-align: left;
}

.hs-dts-tution-sec-wrapper .vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.hs-dts-tution-sec-wrapper .vc_col-sm-3 .wpb_text_column.wpb_content_element {
    border: 2px dashed #c6c6c6;
    padding: 10px;
}

.hs-dts-tution-sec-wrapper .wpb_wrapper h3 {
    margin: 0px;
}

.hs-dts-tution-sec-wrapper .wpb_wrapper p {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    color: #212f3d;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: left;
    display: block;
}
.hs-dts-tution-sec-wrapper .wpb_wrapper p:last-child {
    margin-bottom: 0px;
}

.hs-dts-tution-sec-wrapper .wpb_content_element {
    padding: 0px;
}





.rotate_text_and_icon.animate_button {
    position: relative;
    width: auto;
    line-height: 46px;
    margin: 0;
    border-width: 2px;
    border-style: solid;
    border-color: #ea8f7d;
    font-size: 13px;
    font-weight: 800;
    font-family: inherit;
    text-align: left;
    color: #fff;
    background-color: #e5735c;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 1px;
    white-space: nowrap;
    -webkit-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
    -moz-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
    -ms-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
    -o-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease;
    background-color: #f1775a;
    margin: 0px;
    -webkit-transition-property: color,border-color,-webkit-transform;
    transition-property: color,border-color,transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    letter-spacing: 2px;
    display: inline-block;
		margin: 20px 0px 0px 0px;
		overflow: hidden;
		white-space: normal;
}
.qbutton .text_holder {
    float: left;
    position: relative;
    line-height: inherit;
    padding: 0 20px;
    overflow: hidden;
}
.qbutton .text_holder span, .load_more a .text_holder span {
    display: block;
    position: relative;
    height: 100%;
    z-index: 2;
    line-height: inherit;
    -webkit-transition-property: color,border-color,-webkit-transform;
    transition-property: color,border-color,transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.rotate_text_and_icon.animate_button:hover .text_holder span{
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.rotate_text_and_icon.animate_button:hover {
    color: #fff;
    background-color: #dc5d42;
    border-color: #ea8f7d;
}

.qbutton.icon_right .icon_holder {
    border-left: 2px solid #ea8f7d;
    margin: 0;
    position: relative!important;
    width: 45px!important;
    display: block;
    float: left;
    overflow: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}
.qbutton.icon_right .icon_holder span {
    display: block;
    font-size: 19px;
    height: 100%;
    line-height: inherit;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0;
}
.qbutton.animate_button .icon_holder span,
.qbutton.animate_button .icon_holder{
    -webkit-transition-property: color,border-color,-webkit-transform;
    transition-property: color,border-color,transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.qbutton.icon_right:hover .icon_holder {
    border-color: #ea8f7d;
}
.qbutton.animate_button.icon_right.rotate_text_and_icon:hover .icon_holder{
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



.accordian-tabber-wrapper .wpb_content_element.accordion .ui-accordion-header {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 14px;
}



.eltd_accordion_holder .qbutton.icon_right .icon_holder span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.custom-button-itam .qbutton .text_holder span,
.custom-button-itam .text_holder span {

/*     white-space: nowrap; */
}







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

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

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




/* =============== Sub Training Page  =============== */
.hs-sub-training-page .custom-banner-image {
    margin-top: -10px;
    margin-bottom: -10px;
}


/* .hs-sub-training-page .hs-sub-training-content .page-center {
    padding-top: 80px;
    padding-bottom: 80px;
} */


.hs-sub-training-content .page-center {
    padding-top: 60px;
    padding-bottom: 70px;
}

.wpb_content_element h2 {
    margin: 0px;
}


.wpb_content_element h2 {
    margin: 0px;
}

.wpb_content_element.accordion .ui-accordion-header {
    line-height: 47px;
    margin: 0;
    padding: 0 40px 0 27px;
    color: #464646;
    background-color: #fff;
    border: 2px solid #dadada;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    display: block;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color .15s ease-out,border-color .15s ease-out,color .15s ease-out;
    -moz-transition: background-color .15s ease-out,border-color .15s ease-out,color .15s ease-out;
    -ms-transition: background-color .15s ease-out,border-color .15s ease-out,color .15s ease-out;
		-o-transition: background-color .15s ease-out,border-color .15s ease-out,color .15s ease-out;
		transition: background-color .15s ease-out,border-color .15s ease-out,color .15s ease-out;
		overflow: hidden;
    word-break: break-word;
	
}

.eltd_accordion_holder.accordion div.accordion_content{
    position: relative;
    padding: 0;
    border: 2px solid #dadada;
    border-top: 0;
    background-color: #fff;
    display: none;
}

.eltd_accordion_holder.accordion .ui-accordion-header:not(:first-child) {
    border-top: 0;
}
.eltd_accordion_holder .ui-accordion-header .accordion_mark {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 40px;
    background-color: transparent;
    -webkit-transition: background-color .15s ease-out,border-color .15s ease-out;
    -moz-transition: background-color .15s ease-out,border-color .15s ease-out;
    -ms-transition: background-color .15s ease-out,border-color .15s ease-out;
    -o-transition: background-color .15s ease-out,border-color .15s ease-out;
    transition: background-color .15s ease-out,border-color .15s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #f6f6f5;
}
.eltd_accordion_holder .ui-accordion-header .accordion_mark {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.eltd_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
    text-align: center;
    color: #464646;
    font-size: 25px;
    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    transition: color .15s ease-out;
}
.eltd_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
    -webkit-transition: opacity .15s ease-out;
    -moz-transition: opacity .15s ease-out;
    -ms-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out;
    margin-left: -1px;
    font-weight: inherit;
}
.arrow_carrot-down:before {
    content: "\33";
}
.arrow_carrot-up:before {
    content: "\32";
}
.eltd_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon .arrow_carrot-up,
.eltd_accordion_holder.accordion .ui-accordion-header.ui-state-active .accordion_mark_icon .arrow_carrot-down {
    opacity: 0;
    filter: alpha(opacity=0);
}

.eltd_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon span[class^="arrow_"] {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.hs-right-section .wpb_content_element{
    padding-bottom: 40px;
}

.eltd_accordion_holder .ui-accordion-header .accordion_mark {
    border: 0!important;
    background-color: transparent!important;
}

.wpb_content_element.accordion .ui-accordion-header:hover {
    color: #f1775a;
}

.eltd_accordion_holder.accordion .ui-accordion-header:hover .accordion_mark_icon {
    color: #f1775a;
}
.eltd_accordion_holder.accordion .ui-accordion-header.active-title .accordion_mark_icon {
    color: #f1775a;
}

.eltd_accordion_holder.accordion .ui-accordion-header.active-title .accordion_mark_icon span.arrow_carrot-down {
    opacity: 0;
    filter: alpha(opacity=0);
}

.eltd_accordion_holder.accordion .ui-accordion-header.active-title .accordion_mark_icon .arrow_carrot-up {
    opacity: 1;
    filter: alpha(opacity=100);
}


.eltd_accordion_holder.accordion div.accordion_content_inner {
    padding: 25px 30px;
    text-align: left;
    color: #fff;
}
.eltd_accordion_holder.accordion div.accordion_content_inner {
    display: block;
}

.eltd_accordion_holder.accordion .wpb_wrapper h2 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 34px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #212f3d;
}

.eltd_accordion_holder.accordion .wpb_wrapper p {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    color: #212f3d;
    margin-top: 15px;
    margin-bottom: 15px;
}
.eltd_accordion_holder.accordion .wpb_wrapper h4 {
    margin: 0px;
}

.eltd_accordion_holder.accordion a.qbutton.rotate_icon {
    position: relative;
    width: auto;
    line-height: 46px;
    margin: 0;
    border-width: 2px;
    border-style: solid;
    border-color: #ea8f7d;
    font-size: 13px;
    font-weight: 800;
    font-family: inherit;
    text-align: left;
    color: #fff;
    background-color: #e5735c;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 1px;
    white-space: nowrap;
    -webkit-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
    -moz-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
    -ms-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
    -o-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease;
    background-color: #f1775a;
    margin: 0px;
    -webkit-transition-property: color,border-color,-webkit-transform;
    transition-property: color,border-color,transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    letter-spacing: 2px;
    display: inline-block;
    padding: 0 20px;
    margin: 10px 0px 0px 0px;
}

.eltd_accordion_holder.accordion .wpb_wrapper p:last-of-type {
    margin-bottom: 0px;
}

.eltd_accordion_holder.accordion a.qbutton.rotate_icon:hover {
    color: #fff;
    background-color: #dc5d42;
    border-color: #ea8f7d;
}

.eltd_accordion_holder.accordion div.accordion_content_inner .wpb_content_element {
    padding: 0px;
}

.wpb_content_element.accordion .ui-accordion-header.active-title {
    color: #f1775a;
}
.eltd_accordion_holder.accordion a.qbutton.rotate_icon + a.qbutton.rotate_icon {
    margin: 10px 0px 0px 20px;
}


.hs-accordian-grup-wrapper .eltd_accordion_holder.accordion a.qbutton.rotate_icon {
    margin-top: 5px;
}


.hs-accordian-grup-wrapper .rotate_text_and_icon.animate_button {
    margin-top: 0px;
}
.hs-accordian-grup-wrapper .rotate_text_and_icon.animate_button + a {
    margin-left: 15px;
}
.hs-training-dts-page .hs-dts-tution-sec-wrapper .vc_col-sm-3 .wpb_text_column.wpb_content_element {
    padding: 15px;
}



.eltd_accordion_holder .qbutton .text_holder {
    width: calc(100% - 45px);
}
.hs-training-dts-page .eltd_accordion_holder .qbutton .text_holder {
    width: calc(100% - 0px);
}





.hs-sub-training-content .page-center > div > .row-fluid {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

 .hs-right-section {
     width: 66.66666667% !important;
     padding-left: 15px;
     padding-right: 15px;
     margin-left: 0px !important;
}

.hs-left-section {
    width: 33.33333333% !important;
    margin-left: 0px !important;
    padding-left: 15px;
    padding-right: 15px;
}
.hs-sub-training-content .custom-button-itam:first-child .qbutton {
    margin-top: 0px;
}

.chat-form-title h3 {
    margin: 0px;
}

.hs-training-dts-page .custom-button-wrapper {
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 10px;
    padding-bottom: 50px;
}

.hs-sidebar-chat-form {
    padding-top: 25px;
}

.chat-form-title {
    padding-bottom: 20px;
}


.hs-sidebar-chat-form .hs-form .hs-form-field > label {
    line-height: 20px;
    font-weight: bold;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #414141;
    font-size: 13px;
    margin: 0px;
}

.hs-sidebar-chat-form .hs-form span.hs-form-required {
    color: red;
}

.hs-sidebar-chat-form .hs-form .input input {
    height: 18px;
    padding: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: border 0.2s linear,box-shadow 0.2s linear;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    max-width: 500px;
    margin-top: 4px;
    margin-bottom: 18px;
    padding: 4px !important;
}

.hs-sidebar-chat-form .hs-form .input input:focus {
    outline: none;
    border-color: rgba(82,168,236,0.8);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}

.hs-sidebar-chat-form .hs_cos_wrapper_type_form {
    font-family: 'Roboto', sans-serif;
    color: #212f3d;
    font-size: 18px;
    font-weight: 300;
}


.hs-sidebar-chat-form .hs-form span.hs-form-required {
    color: red;
}

.hs-sidebar-chat-form .hs-form .input input {
    height: 18px;
    padding: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: border 0.2s linear,box-shadow 0.2s linear;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    max-width: 500px;
    margin-top: 4px;
    margin-bottom: 18px;
    padding: 4px !important;
}

.hs-sidebar-chat-form .hs-form .input input:focus {
    outline: none;
    border-color: rgba(82,168,236,0.8);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
}

.hs-sidebar-chat-form .hs_cos_wrapper_type_form {
    font-family: 'Roboto', sans-serif;
    color: #212f3d;
    font-size: 18px;
    font-weight: 300;
}

.hs-sidebar-chat-form .hs-form ul.inputs-list li span {
    line-height: 20px;
    font-size: 13px;
    color: #414141;
    font-weight: normal;
}

.hs-sidebar-chat-form .hs-form ul.inputs-list .hs-input {
    margin: 3px 5px 3px 0px;
    box-shadow: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
}

.hs-sidebar-chat-form .hs-form .hs-richtext p {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    color: #212f3d;
    margin-top: 15px;
    margin-bottom: 15px;
}
.hs-sidebar-chat-form .hs-form .hs-richtext p a {
    color: #f1775a;
}

.hs-sidebar-chat-form .hs-form .actions input {
    margin: 0px;
    color: #fff;
    text-shadow: 0 -1px 0 #3574e3;
    background-color: #3574e3;
    background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
    border-top: 1px solid #64baf0;
    border-bottom: 1px solid #1c4ed5;
    border-right: 1px solid #468ee6;
    border-left: 1px solid #468ee6;
    transition: opacity 0.15s linear;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: content-box;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    padding: 7px 18px 7px;
    position: relative;
    text-align: center;
    font-family: Helvetica,Arial,sans-serif;
    border-radius: 4px !important;
}

.hs-sidebar-chat-form .hs-form .actions input:hover {
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
    border-top: 1px solid #4db0ee;
    border-bottom: 1px solid #1946be;
    border-right: 1px solid #3080e3;
    border-left: 1px solid #3080e3;
}

.hs-sidebar-chat-form .hs-form .actions {
    background: transparent;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 0px;
    border-top: none;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    margin-left: -20px;
    padding-left: 20px;
}

.body-container .hs-sidebar-chat-form .hs-form ul.hs-error-msgs.inputs-list li {
    border: none;
    padding: 0px;
    background: transparent;
    line-height: 20px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #414141;
    border: none;
    font-weight: normal;
    margin: 0px;
}

.hs-sidebar-chat-form .hs-form .input input.invalid.error {
    margin-bottom: 0px;
    border-color: #c87872;
    box-shadow: 0 0 3px rgba(171,41,32,0.25);
}


.hs-comunication-culture-page .custom-button-wrapper {
    margin-top: 20px;
}
.hs-sub-training-page.hs-family-dts-layout .hs-sub-training-content .page-center {
    padding-top: 40px;
    padding-bottom: 60px;
}

.hs-training-dts-page.hs-sub-training-page .banner-heading {
    margin-top: 20px;
}


.hs-sidebar-chat-form .hs-form {
    max-width: 500px;
    margin: 0 auto;
}



.hs-sub-training-page.hs-training-dts-page .eltd_tabs.border_arround_element .tabs-nav li a span {
    padding-left: 0px;
    letter-spacing: inherit;
}






/* =============== End Sub Training Page  =============== */



/* =============== Communication & Culture Course Page  =============== */


.hs-comunication-culture-page  .custom-banner-image {
    padding-top: 0px;
}
.hs-sub-training-content h1, .hs-sub-training-content h2 {
    margin: 0px;
}
.hs-sub-training-content .hs-full-width-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.hs-comunication-culture-page .page-center {
    padding-top: 61px;
    padding-bottom: 70px;
}

.hs-full-width-content p {
    font-family: 'Roboto Slab';
    font-size: 20px;
    line-height: 145%;
    margin: 25px auto;
    letter-spacing: 0px;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    color: #212f3d;
}

.hs-sub-training-content .hs-right-section h3 {
    margin: 0px;
}



.hs-sidebar-chat-form.hs-more-info-form {
    padding: 0px;
}

.hs-sidebar-chat-form.hs-more-info-form .wpb_wrapper.chat-form-title {
    padding-bottom: 8px;
}

.hs-sidebar-chat-form.hs-more-info-form .hs-form .actions input {
    text-transform: uppercase;
}


.hs-full-width-bg {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 15px;
    padding-top: 61px;
    padding-bottom: 70px;
    text-align: center;
}
.hs-full-width-bg .hs-full-content {
    margin-top: 150px;
    margin-bottom: 75px;
}

.hs-full-width-banner-heading h1 {
    margin: 0px;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 34px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
}

.hs-full-width-banner-heading {
    padding-bottom: 50px;
}



.hs-full-width-bg .hs-full-content {
    margin-top: 150px;
    margin-bottom: 75px;
}

.hs-full-width-banner-heading h1 {
    margin: 0px;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 34px;
    line-height: 50px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #fff;
}

.hs-full-width-banner-heading {
    padding-bottom: 50px;
}

.hs-full-width-tabber {
    width: 66.66666667% !important;
    float: none !important;
    margin: 0 auto !important;
    padding-left: 15px;
    padding-right: 15px;
}

.hs-comunication-culture-page  .hs-full-width-tabber-wrapper {
    margin-bottom: 60px !important;
}

.hs-full-width-tabber-wrapper .eltd_tabs.border_arround_element .tabs-nav li a span {
    padding-left: 14px;
    letter-spacing: 1px;
    display: inline-block;
}

.hs-full-width-tabber-wrapper .tab-content .wpb_wrapper p:last-child {
    margin-bottom: 0px;
}



.hs-comunication-culture-page.hs-sub-training-page .banner-heading {
    margin-top: 20px;
}
.hs-comunication-culture-page .hs-full-width-content p {
    font-family: 'Roboto Slab';
    font-size: 20px;
    line-height: 145%;
    margin: 25px auto;
}
.hs-comunication-culture-page .hs-full-width-content p:last-child {
    margin-bottom: 25px;
}









/* =============== End Communication & Culture Course Page  =============== */



/* ===============  SOSM Page  =============== */


.hs-sosm-page .custom-banner-image {
    padding-top: 61px;
    padding-bottom: 70px;
}
.hs-sosm-page .custom-banner-image .banner-heading {
    margin-top: 20px;
}
.hs-sosm-page .page-center {
    padding-top: 60px;
    padding-bottom: 70px;
}

.hs-sosm-page .hs-full-width-content h1 {
    padding-bottom: 32px;
}

.hs-sosm-page .hs-full-width-content h3 {
  margin: 0px;
  padding-bottom: 32px;
}
.hs-sosm-page .hs-full-width-content h4 {
    margin: 0px;
    padding-bottom: 32px;
}

.hs-sosm-page .hs-full-width-content {
    padding-bottom: 0px;
}

.hs-left-section blockquote {
    margin: 0px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    background-color: #ededed;
    text-align: center;
    margin-bottom: 10px;
}
.hs-left-section blockquote a {
    color: #f1775a;
}

.hs-left-section blockquote p:last-child {
    margin-bottom: 0px;
}

.hs-sosm-page .hs-left-section {
    padding-top: 60px;
}

.hs-left-section blockquote p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.hs-sosm-page .hs-full-width-bg .hs-full-content {
    margin-top: 120px;
    margin-bottom: 120px;
}

.hs-sosm-page .hs-full-width-banner-heading h1 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 48px;
    line-height: 70px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: uppercase;
}

.hs-sosm-page .hs-full-width-banner-heading h2 {
    color: #fff;
}

.hs-sosm-page .hs-full-width-banner-heading {
    padding-bottom: 0px;
}


.hs-sosm-page .hs-dts-tution-sec-wrapper {
    padding: 0px;
    background: transparent;
}

.hs-sosm-page .hs-dts-tution-sec-wrapper .vc_col-sm-3 .wpb_text_column.wpb_content_element {
    padding: 10px;
}







/* ===============  End SOSM Page  =============== */

/* =============== School of the Bible Page  =============== */


.hs-school-of-bible-page .hs-dts-tution-sec-wrapper .vc_col-sm-3 .wpb_text_column.wpb_content_element {
    padding: 10px;
}


.hs-school-of-bible-page .hs-full-width-bg {
    padding-top: 150px;
    padding-bottom: 150px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center 0;
    background-attachment: fixed;
}

.hs-school-of-bible-page .hs-full-content {
    margin: 0px;
}

.hs-school-of-bible-page .hs-full-width-banner-heading {
    padding: 0px;
}

.hs-school-of-bible-page .hs-full-width-banner-heading h1 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-style: italic;
    line-height: 1.125em;
}

.hs-school-of-bible-page  .custom-banner-image {
    margin: 0px;
    padding: 0px;
}

.hs-school-of-bible-page .custom-banner-image .banner-content {
    max-width: 1100px;
    margin: 0 auto;
}

.hs-school-of-bible-page .banner-heading {
    padding: 0px;
    margin-top: 225px;
    margin-bottom: 150px;
}


.hs-full_screen_section {
    background-color: #65c5eb;
    text-align: center;
}

.hs-full_screen_section .hs-text-header {
    padding-top: 50px;
    padding-bottom: 50px;
}

.hs-full_screen_section .hs-text-header h3 {
    margin: 0px;
    color: #fff;
}

.hs-school-of-bible-page .hs-sub-training-content .page-center.hs-school-of-bible {
    padding-top: 50px;
    padding-bottom: 30px;
}

.hs-full-width-content p:last-child {
    margin-bottom: 0px;
}

.hs-school-of-bible-page .hs-full-width-content {
    padding-bottom: 50px;
}


.hs-school-of-bible-page .hs-right-section h3 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.hs-school-of-bible-page .custom-button-wrapper {
    padding-top: 20px;
}


.hs-dts-tution-sec-wrapper .rotate_text_and_icon.animate_button + a {
    margin-left: 5px;
}


.hs-school-of-bible-page.hs-sub-training-page .banner-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 150px;
}






/* ===============  End School of the Bible Page  =============== */



/* ===============  Event Page  =============== */

.hs-event-page .custom-banner-image {
    padding: 0px;
}

.hs-event-page .banner-heading {
    padding-top: 260px;
    padding-bottom: 175px;
}

.hs-two-col-full-width {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
}


 .body-container p {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    color: #212f3d;
    margin-top: 15px;
    margin-bottom: 15px;
}

body.blog .body-container p {
    font-weight: 400;
    font-style: normal;
    text-transform: none;
}



.hs-two-col-full-width .hs-two-col-3 {
    width: 25%;
}
.hs-two-col-full-width .hs-two-col-9 {
    width: 75%;
}
.hs-two-col-section_inner_margin {
    margin-left: -15px;
    margin-right: -15px;
}

.hs-two-col-section_inner_margin > .hs-two-col {
    float: left;
    min-height: 1px;
}

.hs-two-col-section_inner_margin > .hs-two-col .hs_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.hs_single_image-wrapper {
    padding-top: 20px;
}
.hs-two-col-full-width .hs_content_element p:last-child {
    margin-bottom: 0px;
}


.hs-two-col-full-width.bg-gray {
    background-color: #ededed;
    padding-top: 30px;
    padding-bottom: 30px;
}
.hs-two-col-full-width .with-right-img .hs-two-col-3 {
    float: right;
}
.with-right-img .hs_single_image-wrapper {
    padding: 0px;
}



.fa-arrows-alt:before {
    content: "\f0b2";
}

.hs-three-col-full-width {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    text-align: center;
}

.hs-three-col-full-width .section_inner_margin {
    margin-left: -15px;
    margin-right: -15px;
}

.hs-three-col-full-width .hs_col-sm-4 {
    width: 33.33333333%;
    float: left;
}

.hs-three-col-full-width  .hs_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}



.caroufredsel_wrapper {
    padding: 35px 0;
    width: 100%;
}

.eltd-info-card-slider-item {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    text-align: center;
    -webkit-perspective: 800;
    height: 285px;
    max-width: 327px;
    display: block;
}

.eltd-info-card-slider-item .front-side, .eltd-info-card-slider-item .back-side {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    padding: 45px 20px 30px;
}
.eltd-info-card-slider-item .eltd-info-card-icon {
    font-size: 55px;
    color: #e5735c;
}
.eltd-info-card-slider-item .front-side h5 {
    padding: 16px 0;
    position: relative;
    margin: 0px;
}
.eltd-info-card-slider-item .front-side h5:after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 2px;
    background-color: #dadada;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.eltd-info-card-slider-item .front-side {
    border: 2px solid #dadada;
    background-color: #fff;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.eltd-info-card-slider-pagination {
    text-align: center
}

.eltd-info-card-slider-pagination a {
    display: inline-block;
    position: relative;
    width: 19px;
    height: 19px;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 2px
}

.eltd-info-card-slider-pagination a.selected {
    margin-left: 4px;
    margin-right: 6px
}

.eltd-info-card-slider-pagination a span {
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    background-color: transparent;
    width: 3px;
    height: 3px;
    border-width: 0;
    position: relative;
    top: -4px
}

.eltd-info-card-slider-pagination a span:before {
    content: "";
    width: 3px;
    height: 3px;
    position: absolute;
    border: 2px solid #dadada;
    display: inline-block;
    left: -4px;
    top: -4px;
    padding: 2px;
    border-radius: 50%
}

.eltd-info-card-slider-pagination a.selected span {
    width: 9px;
    height: 9px;
    background-color: #e5735c
}

.eltd-info-card-slider-pagination a.selected span:before {
    width: 9px;
    height: 9px;
    border-color: #e5735c
}
.eltd-info-card-slider-item .back-side {
    padding: 0;
    border: 2px solid #e5735c;
    background-color: #e5735c;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    display: table
}

.eltd-info-card-slider-item .back-side .back-side-inner {
    padding: 0 25px;
    display: table-cell;
    top: 50%;
    vertical-align: middle;
}
.eltd-info-card-slider-item .back-side .back-side-inner p {
    color: #fff;
}
.eltd-info-card-slider-item:hover .front-side {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.eltd-info-card-slider-item:hover .back-side {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.eltd-info-card-slider-item .back-side .back-side-inner {
    padding: 0 25px;
    display: table-cell;
    top: 50%;
    vertical-align: middle;
}
.eltd-info-card-slider-item .back-side p {
    color: #fff;
}
.eltd-info-card-slider-item a.qbutton.animate_button {
    position: relative;
    width: auto;
    height: 46px;
    line-height: 46px;
    border-width: 2px;
    border-style: solid;
    font-size: 13px;
    font-weight: 800;
    font-family: inherit;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: none;
    letter-spacing: 1px;
    white-space: nowrap;
    -webkit-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
    -moz-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
    -ms-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
    -o-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
    transition: color .2s ease,background-color .2s ease,border-color .2s ease;
    -webkit-box-sizing: initial!important;
    -moz-box-sizing: initial!important;
    box-sizing: initial!important;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    -webkit-transition-property: color,border-color,-webkit-transform;
    transition-property: color,border-color,transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    letter-spacing: 2px;
    color: #ffffff;
    border-color: #ffffff;
    margin: 35px 0 0 0;
    background-color: transparent;
}

.eltd-info-card-slider-item .qbutton.icon_right .icon_holder,
.eltd-info-card-slider-item .load_more.icon_right a .icon_holder {
    border-left: 2px solid #ea8f7d;
    margin: 0;
    position: relative!important;
    width: 45px!important;
    display: block;
    float: left;
    overflow: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
    -webkit-transition-property: color,border-color,-webkit-transform;
    transition-property: color,border-color,transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.eltd-info-card-slider-item .qbutton.icon_right .icon_holder {
    border-left-color: #ffffff;
}

.eltd-info-card-slider-item .qbutton.icon_right .icon_holder span,
.eltd-info-card-slider-item .load_more.icon_right a .icon_holder span {
    display: block;
    font-size: 19px;
    height: 100%;
    line-height: inherit;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0;
}
.eltd-info-card-slider-item .arrow_carrot-2right:before {
    content: "\39";
}
.eltd-info-card-slider-item span.button_icon {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.eltd-info-card-slider-item .qbutton.animate_button.icon_right.rotate_icon:hover .icon_holder {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hs-three-col-full-width .fa-user-plus:before {
    content: "\f234";
}
.hs-three-col-full-width .fa-th:before {
    content: "\f00a";
}

.separter-wrap .separator {
    border-bottom: 2px  dotted #000000;
    line-height: 20px;
}

.separter-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 20px 0px;
}



/* ===============  End Event Page  =============== */



/* ===============  Join Our Page  =============== */

.hs-join-our-staff-page .custom-banner-image {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.hs-join-our-staff-page .custom-banner-image .banner-heading {
    margin-top: 0px;
}

.hs-join-our-staff-page .banner-heading {
    padding-top: 225px;
    padding-bottom: 175px;
}

.hs-join-our-staff-page .hs-full-width-content {
    padding-top: 61px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
}

.hs-join-our-staff-page .hs-full-width-content h3 {
    margin: 0px;
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.hs-join-our-staff-page .hs-right-section {
    padding-right: 50px;
}


.hs-join-our-staff-page .custom-button-itam:first-child .qbutton {
    margin-top: 0px;
    margin-bottom: 20px;
}

.hs-join-our-staff-page .hs-left-section blockquote {
    background-color: transparent;
    border: 2px solid #cccccc;
    margin-bottom: 20px;
    border-radius: 5px;
    padding: 5px 10px 15px;
}

.hs-join-our-staff-page .hs-left-section blockquote h3 ,
.hs-join-our-staff-page .hs-left-section blockquote h4 {
    margin: 0px;
}

.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-question-circle:before {
    content: "\f059";
}

.hs-join-our-staff-page .hs-right-section h4 {
    margin: 0px;
}

.hs-join-out-staff-content .page-center > div > .row-fluid {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.hs-join-out-staff-content .hs-right-section {
    padding-right: 50px;
}

.hs-join-our-staff-page .eltd-info-card-slider-item .front-side p {
    padding-top: 20px;
}


/* ===============  End Join Our Page  =============== */




/* ===============  family contact form Page  =============== */


.hs-family-contact-form  .custom-banner-image {
    padding-top: 0px;
}

.hs-family-contact-form .banner-heading {
    padding-top: 240px;
    padding-bottom: 180px;
}

.hs-family-form-wrapper {
    width: 66.66666667% !important;
    margin: 0 auto !important;
    float: none !important;
    padding-left: 5px;
    padding-right: 5px;
}

.hs-family-form-content {
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}

.hs-form-top-content {
    text-align: left;
}
.hs-family-form .hs-form {
    margin: 20px auto;
    padding: 20px;
}

.hs-family-form {
    padding: 20px;
}

.hs-family-form .hs-form  fieldset .hs-form-field {
    padding: 9px 18px;
    margin-bottom: 20px;
}

.hs-family-form .hs-form span.hs-form-required {
    margin-left: 2.5px;
    font-size: 16px;
    color: #595d64;
}

.hs-family-form .hs-form .input input:not([type="radio"]){
    margin-bottom: 0px;
    min-height: 42px !important;
}

.hs-family-form .hs-form fieldset .hs-fieldtype-radio.field.hs-form-field {
    margin: 0px -10px;
}
.hs-family-form .hs-form ul.inputs-list.multi-container {
    margin: 0px;
    padding-top: 10px;
      text-align: left;
}
.hs-family-form .hs-form ul.inputs-list.multi-container li input {
    width: 14px;
    height: 14px;
    margin-right: 7px;
    border: 1px solid #cfd4d8;
    background-color: #fff;
}
.hs-family-form .hs-form ul.inputs-list.multi-container li {
    margin-right: 20px;
    font-size: 14px;
    line-height: 28px;
    color: #595d64;
    font-family: Lato,"Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
    font-weight: normal;
    display: inline-block;  
}

.hs-family-form .hs-form .input textarea {
    padding: 7px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 14px;
    color: #595d64;
    min-height: 156px !important;
}

.body-container .hs-family-form ul.hs-error-msgs.inputs-list {
    text-align: center;
}

.body-container .hs-family-form ul.hs-error-msgs.inputs-list li {
    text-align: center;
    font-weight: normal;
    font-family: Lato,"Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
    line-height: 24px;
    font-size: 16px;
    margin-top: 10px;
}

.hs-family-form .hs-form ul.inputs-list.multi-container li input {
    visibility: hidden;
    opacity: 0;
}

.hs-family-form .hs-form ul.inputs-list.multi-container li {
    position: relative;
}
.hs-family-form .hs-form ul.inputs-list.multi-container li input + span:before {
    content: '';
    display: inline-block;
    margin-top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition-property: border,background-color;
    -o-transition-property: border,background-color;
    -webkit-transition-property: border,background-color;
    transition-property: border,background-color;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin-right: 7px;
    border: 1px solid #cfd4d8;
    background-color: #fff;
    position: absolute;
    left: 4px;
    top: 6px;
}
.hs-family-form .hs-form ul.inputs-list.multi-container li input:checked + span:before {
    border: 4px solid #595d64;
}






/* ===============  End family contact form Page  =============== */



.hs-family-dts-layout .rotate_text_and_icon.animate_button {
    height: 54px;
    line-height: 54px;
    font-size: 15px;
    letter-spacing: 2px;
}

  .hs-family-dts-layout .rotate_text_and_icon.animate_button span.icon_holder {
    width: 54px!important;
  }
 .hs-family-dts-layout.hs-training-dts-page .rotate_text_and_icon.animate_button span.icon_holder {
    white-space: nowrap;
  }


.hs-family-dts-layout .hs-dts-tution-sec-wrapper .qbutton .icon_holder, 
.hs-family-dts-layout .hs-dts-tution-sec-wrapper .load_more a .icon_holder {
    border-left: 2px solid #ea8f7d;
    margin: 0;
    position: relative!important;
    width: 45px!important;
    display: block;
    float: left;
    overflow: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}
.hs-family-dts-layout .hs-dts-tution-sec-wrapper .qbutton .icon_holder span, 
.hs-family-dts-layout .hs-dts-tution-sec-wrapper .load_more a .icon_holder span {
    display: block;
    font-size: 19px;
    height: 100%;
    line-height: inherit;
    position: relative;
    text-align: center;
    width: 100%;
    margin: 0;
}

.hs-family-dts-layout .hs-dts-tution-sec-wrapper .rotate_text_and_icon.animate_button:hover .text_holder span {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.hs-family-dts-layout .hs-dts-tution-sec-wrapper .qbutton .icon_holder span {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    display: inline-block;
}

.hs-family-dts-layout .hs-dts-tution-sec-wrapper .qbutton:hover .icon_holder span {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}


.hs-family-dts-layout .hs-dts-tution-sec-wrapper .vc_col-sm-3 .wpb_text_column.wpb_content_element {
    padding: 15px;
}

.hs-family-dts-layout .hs-dts-tution-sec-wrapper {
    padding-bottom: 60px;
    padding-top: 50px;

}
.hs-family-dts-layout .eltd_tabs.border_arround_element .tabs-nav li a span {
    letter-spacing: normal;
    padding: 0px;
    display: inline;
}



/* ===============  Credits Page  =============== */

.hs-sub-training-page.hs-collage-credits .custom-banner-image {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: inherit;
}

.hs-collage-credits .banner-content {
    max-width: 1100px;
    margin: 0 auto;
}

.hs-collage-credits .banner-heading {
    width: 83.33333333%;
    padding-bottom: 160px;
}


.hs-collage-credits .hs-full-width-content h4 {
    margin: 0px;
}
.hs-collage-credits .hs-sub-training-content .page-center {
    padding-top: 61px;
    padding-bottom: 20px;
}




.hs-collage-credits table.hs-college-credit tr {
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    color: #212f3d;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    display: table;
}

.hs-collage-credits table.hs-college-credit {
    width: 100%;
}

.hs-collage-credits table.hs-college-credit tr td {
    width: 52.5%;
}

.hs-collage-credits .hs-left-section blockquote {
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #dbdbdb;
    margin-bottom: 20px;
}

.hs-collage-credits .hs-left-section blockquote h4 {
    margin: 0px;
}

.hs-collage-credits .hs-full-width-bg {
    padding-top: 61px;
    padding-bottom: 70px;
    text-align: center;
}

.hs-collage-credits .hs-full-width-bg .hs-full-content {
    margin: 0px;
    padding-top: 200px;
    padding-bottom: 250px;
}

.hs-collage-credits .hs-full-width-banner-heading {
    padding: 0px;
}

.hs-collage-credits .hs-full-width-banner-heading h1 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.125em;
}
.hs-sub-training-page.hs-collage-credits .hs-left-section {
    padding-top: 20px;
}

 .hs-full-width-content h5 {
    margin: 0px;
}



.hs-collage-credits .wpb_content_element.accordion .ui-accordion-header {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 20px;
}

.hs-collage-credits .eltd_accordion_holder.accordion div.accordion_content h5 {
    margin: 0px;
}
.hs-collage-credits .hs-sub-training-content .page-center.hs-bottom-credits {
    padding-bottom: 70px;
}


.hs-collage-credits .hs-full-width-accordian {
    padding-left: 15px;
    padding-right: 15px;
}
.hs-collage-credits .wpb_wrapper.hs-accordian-grup-wrapper {
    padding-top: 60px;
}

.hs-collage-credits .hs-full-width-accordian {
    padding-top: 90px;
}


.hs-collage-credits.hs-sub-training-page .banner-heading {
    margin-top: 0px;
    padding-top: 200px;
    padding-bottom: 160px;
}

.hs-collage-credits.hs-sub-training-page .banner-heading {
    margin-top: 0px;
    padding-top: 200px;
    padding-bottom: 160px;
}




/* ===============  End Credits Page  =============== */


/* ===============  About Page  =============== */

.hs-about-page .custom-banner-image {
    margin-top: 0px;
    margin-bottom: 0px;
}
.hs-about-content .page-center {
    padding-top: 40px;
    padding-bottom: 0px;
}
.hs-about-content .page-center > div > .row-fluid {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.hs-left-section h3 {
    margin: 0px;

}

.hs-two-eql-col-wrapper .separter-wrap {
    padding: 45px 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.hs-two-eql-col-wrapper {
    padding-bottom: 40px;
}

.hs-two-eql-col-wrapper .section_inner_margin {
    margin-left: -15px;
    margin-right: -15px;
}
.hs-two-eql-col-wrapper .hs_column_container.hs_col-sm-6 {
    width: 50%;
    float: left;
}

.hs-two-eql-col-wrapper .hs_column_container > .hs_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}


.hs-two-eql-col-wrapper .right .hs_column_container.hs_col-sm-6:first-child {
    float: right;
}



.hs-about-page .hs-full-width-bg {
    padding: 0px 15px;
}

.hs-about-page .hs-full-width-bg .hs-full-content {
    padding-top: 175px;
    padding-bottom: 175px;
    margin: 0px;
}

.hs-about-page .hs-full-width-bg .hs-full-width-banner-heading {
    padding: 0px;
}

.hs-about-page .hs-full-width-banner-heading h1 {
    margin: 0px;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 48px;
    line-height: 70px;
    font-style: normal;
    font-weight: 700;
    word-break: break-word;
}

.hs-about-page .hs-two-col-equal-section {
    padding-bottom: 40px;
}

.hs-about-two-col-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.hs-about-two-col-wrapper .section_inner_margin {
    margin-left: -15px;
    margin-right: -15px;
}

.hs-about-two-col-wrapper .vc_column_container.hs_col-sm-8 {
    width: 66.66666667%;
}

.hs-about-two-col-wrapper .vc_column_container {
    float: left;
}

.hs-about-two-col-wrapper .vc_column_container.hs_col-sm-4 {
    width: 33.33333333%;
}

.hs-about-two-col-wrapper .vc_column_container>.vc_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.hs-about-two-col-wrapper h1 {
    margin: 0px;
}

.hs-about-two-col-wrapper h3 {
    margin: 0px;
}



.hs-about-two-col-wrapper p:last-child {
    margin-bottom: 0px;
}
.hs-about-page .hs-about-two-col-wrapper .rotate_text_and_icon.animate_button {
    border-color: #9e9e9e;
    border-width: 1px;
    font-size: 24px;
    background-color: #b2b2b2;
    margin-top: 0px;
    height: 54px;
    line-height: 54px;
}
.hs-about-page .hs-about-two-col-wrapper .rotate_text_and_icon.animate_button:hover {
    border-color: #9e9e9e;
    border-width: 1px;
    font-size: 24px;
    background-color: #b2b2b2;
}
.hs-about-two-col-wrapper.gray {
    background-color: #eeeeee;
}




.hs-about-two-col-wrapper,
.hs-two-eql-col-wrapper,
.hs-about-content{
    padding-left: 20px;
    padding-right: 20px;
}


.hs-about-page .hs-full-widgh-bg-sec {
    padding-bottom: 80px;
}


/* ===============  End About Page  =============== */


.hs-who-we-are-layout .eltd_tabs.border_arround_element .tabs-nav li a span {
    padding-left: 0px;
    letter-spacing: normal;
}




/* ===============  Secondry School Page  =============== */
.hs-secondry-school-page .custom-banner-image {
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.hs-sub-training-page .banner-heading {
    padding-top: 225px;
    margin-top: 35px;
    padding-bottom: 175px;
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}


.hs-secondry-school-page .hs-right-section h6 {
    font-family: 'Roboto Slab';
    font-size: 20px;
    line-height: 145%;
    margin: 25px auto;
    letter-spacing: 0px;
    font-weight: 300;
    margin-bottom: 40px;
}

.hs-secondry-school-page .wpb_content_element.accordion .ui-accordion-header {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 20px;
} 


.hs-secondry-school-page .hs-full-width-bg {
    padding: 10px;
    padding-top: 150px;
    padding-bottom: 150px;
}

.hs-secondry-school-page .hs-full-width-bg .hs-full-content {
    margin: 0px;
}

.hs-secondry-school-page .hs-full-width-bg .hs-full-width-banner-heading {
    padding: 0px;
}

.hs-secondry-school-page .hs-full-width-banner-heading h1 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 48px;
    line-height: 70px;
    margin-bottom: 20px;
}


.hs-secondry-school-page .hs-about-two-col-wrapper .page-center {
    padding: 0px;
}
.hs-secondry-school-page .hs-about-two-col-wrapper.gray {
    background-color: #f4f4f4;
}
.hs-secondry-school-page .hs-about-two-col-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
}
.hs-secondry-school-page .hs-about-two-col-wrapper .vc_column-inner h4 {
    margin: 0px;
}
.hs-secondry-school-page .vc_column_container.hs_col-sm-8 {
    width: 75%;
    padding-top: 10px;
}

.hs-secondry-school-page .vc_column_container.hs_col-sm-4 {
    width: 25%;
}


.hs-secondry-school-page .rotate_text_and_icon.animate_button {
    margin: 0px;
}
.fa-calendar:before {
    content: "\f073";
}





.hs-secondry-school-page .custom-button-wrapper {
    text-align: center;
    padding-top: 61px;
    padding-bottom: 70px;
}

.hs-secondry-school-page .custom-button-wrapper .custom-button-itam {
    max-width: 1100px;
    margin: 0 auto;
}

.hs-secondry-school-page .custom-button-itam .qbutton {
    display: inline-block;
    width: 66.66666667%;
}

.hs-secondry-school-page .custom-button-itam .icon_holder {
    border-left-color: #dadada;
}
.hs-secondry-school-page .hs-sub-training-content .custom-button-itam:first-child .qbutton {
    margin-top: 0px;
    color: #464646;
    border-color: #dadada;
    background-color: transparent;
}

.hs-secondry-school-page .hs-sub-training-content .custom-button-itam .qbutton .text_holder span.hidden_text, 
.hs-secondry-school-page .hs-sub-training-content .custom-button-itam .icon_holder span.hidden_icon {
    color: #f1775a;
}



.hs-sub-training-page.hs-school-of-evangelism-page .custom-banner-image {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}


.hs-school-of-evangelism-page .hs-sub-training-content .page-center.hs-soe-center {
    padding-bottom: 0px;
}

.hs-school-of-evangelism-page .page-center.accordian-tabber-wrapper {
    padding-top: 20px;
    padding-bottom: 70px;
}


.hs-school-of-evangelism-page .hs-message-section > div {
    background-color: rgba(2,2,2,0.1);
    border: 2px solid #ce6d6d;
    border-color: #969696;
    padding-left: 15px;
    position: relative;
}

.hs-school-of-evangelism-page .hs-message-section p,
.hs-school-of-evangelism-page .hs-message-section p a{
    color: #808080 !important;
    line-height: normal;
}

.hs-school-of-evangelism-page .hs-message-section {
    padding: 20px 15px;
}
.hs-school-of-evangelism-page .hs-message-section a.close {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 55px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 50%;
    height: 50px;
    transform: translateY(-50%);
}
.hs-school-of-evangelism-page .hs-message-section a.close i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    display: inline-block;
    margin-right: 5px;
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
.hs-school-of-evangelism-page .icon_close_alt2:before {
    content: "\51";
}

.hs-school-of-evangelism-page .hs-message-section p{
    width: calc(100% - 55px);
}

.hs-school-of-evangelism-page .hs-full-width-bg {
    background-attachment: fixed;
    padding: 0px;
}

.hs-school-of-evangelism-page .hs-full-width-bg .hs-full-content {
		margin: 0px;
		padding-top: 165px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 175px;
}

.hs-school-of-evangelism-page .hs-full-width-banner-heading {
    padding: 0px;
}

.hs-school-of-evangelism-page .hs-dts-tution-sec-wrapper {
    margin-bottom: 60px;
}

.hs-full-width-bg-area .rotate_text_and_icon.animate_button {
    border-color: #dadada;
    background-color: transparent;
}

.hs-full-width-bg-area .qbutton.icon_right .icon_holder {
    border-left-color: #dadada;
}

.hs-full-width-bg-area .rotate_text_and_icon.animate_button:hover {
/*     color: #f1775a; */
}

.hs-training-dts-page .hs-sub-training-content .page-center {
    padding-top: 81px;
    padding-bottom: 80px;
}
.hs-secondry-school-page .hs-full-width-bg-area .qbutton .text_holder span.hidden_text,
.hs-secondry-school-page .hs-full-width-bg-area .qbutton .icon_holder span.hidden_icon {
    color: #f1775a;
}

/* ===============  End Secondry School Page  =============== */



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

.hs-home-gallery-slider {
    margin-top: -1px;
}

.hs-home-page.no-banner-area .body-container-wrapper {
    padding-top: 0px;
}

.hs-home-gallery-slider .slick-slide-inner-wrapper {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
}

.hs-home-gallery-slider .hs_cos_gallery_main {
    padding: 0px;
    margin: 0px;
}

.hs-home-gallery-slider .slick-prev, 
.hs-home-gallery-slider .slick-next {
    line-height: 0px;
    font-size: 0px;
    background: transparent;
    color: transparent;
    margin-top: -10px;
    padding: 0;
    border: none;
    top: 55px;
    width: 11%;
    height: 100%;
    text-shadow: none;
    position: absolute;
    z-index: 2!important;
    margin: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: opacity .15s ease-out;
    -moz-transition: opacity .15s ease-out;
    -o-transition: opacity .15s ease-out;
    -ms-transform: opacity .15s ease-out;
    transition: opacity .15s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
      font-size: 0px;
}


.hs-home-gallery-slider .slick-prev:before,
.hs-home-gallery-slider .slick-next:before {
    content: none;
}




.hs-home-gallery-slider .prev_nav,
.hs-home-gallery-slider .next_nav {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    height: 47px;
    line-height: 47px;
    font-size: 28px;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
    text-align: center;
    z-index: 10;
    -webkit-transition: background-color .15s ease-out,color .15s ease-out,border-color .15s ease-out,left .6s ease-in-out .3s,right .6s ease-in-out .3s,-webkit-transform .15s ease-out;
    transition: background-color .15s ease-out,color .15s ease-out,border-color .15s ease-out,left .6s ease-in-out .3s,right .6s ease-in-out .3s,transform .15s ease-out
}

.hs-home-gallery-slider .prev_nav:hover,
.hs-home-gallery-slider .next_nav:hover {
    background-color: transparent
}

.hs-home-gallery-slider .next_nav,
.hs-home-gallery-slider .prev_nav {
    color: #fff
}

.hs-home-gallery-slider .next_nav,
.hs-home-gallery-slider .prev_nav {
    color: #000
}



.hs-home-gallery-slider .prev_nav {
    left: 20px
}

.hs-home-gallery-slider .next_nav {
    right: 20px
}
.arrow_carrot-left:before {
    content: "\34";
}
.arrow_carrot-right:before {
    content: "\35";
}

.hs-home-gallery-slider span span {
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
}
.hs-home-gallery-slider span span {
    display: inline-block;
    line-height: inherit;
    color: #fff;
}

.hs-home-gallery-slider .next_nav>span:not(.numbers),
.hs-home-gallery-slider .prev_nav>span:not(.numbers) {
    border: 2px solid #fff;
    width: 51px;
}


.hs-home-gallery-slider .caption.below {
    height: 100vh;
    position: relative;
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
		-webkit-transform: translateZ(0px);
		-moz-transform: translateZ(0px);
		-ms-transform: translateZ(0px);
		-o-transform: translateZ(0px);
		transform: translateZ(0px);
		opacity: 0;
		filter: alpha(opacity = 0);
}

.hs-home-gallery-slider .slick-active .caption.below {
	-webkit-animation: text-from-bottom .6s 1 cubic-bezier(0.165,0.840,0.440,1.000);
	-moz-animation: text-from-bottom .6s 1 cubic-bezier(0.165,0.840,0.440,1.000);
	-o-animation: text-from-bottom .6s 1 cubic-bezier(0.165,0.840,0.440,1.000);
	animation: text-from-bottom .6s 1 cubic-bezier(0.165,0.840,0.440,1.000);
	opacity: 1;
	filter: alpha(opacity = 100)

}
@keyframes text-from-bottom {
    0% {
        transform: translate(0,15%);
        opacity: 0
    }

    50% {
        transform: translate(0,15%);
        opacity: 0
    }

    100% {
        transform: translate(0,0);
        opacity: 1
    }
}







.hs-home-gallery-slider .caption.below h2 {
    margin: 0px;
    font-size: 75px;
    line-height: 92px;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    margin-bottom: 3px;
    letter-spacing: 3px;
    padding-top: 17px;
    padding-bottom: 0px;
    color: #fff;
}


.hs-home-gallery-slider ul.slick-dots {
    position: absolute !important;
    bottom: 20px !important;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding: 0!important;
    margin: 0 0 0 -30%!important;
    text-align: center;
    list-style: none;
}

.hs-home-gallery-slider ul.slick-dots li {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    vertical-align: middle;
    opacity: .4;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    -webkit-transition: background-color .15s ease-out,border-color .15s ease-out,opacity .15s ease-out;
    -moz-transition: background-color .15s ease-out,border-color .15s ease-out,opacity .15s ease-out;
    -o-transition: background-color .15s ease-out,border-color .15s ease-out,opacity .15s ease-out;
    -ms-transform: background-color .15s ease-out,border-color .15s ease-out,opacity .15s ease-out;
    transition: background-color .15s ease-out,border-color .15s ease-out,opacity .15s ease-out;
}

.hs-home-gallery-slider ul.slick-dots li button {
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transition: background-color .15s ease-out,border-color .15s ease-out,opacity .15s ease-out,width .15s ease-out,height .15s ease-out;
    -moz-transition: background-color .15s ease-out,border-color .15s ease-out,opacity .15s ease-out;
    -o-transition: background-color .15s ease-out,border-color .15s ease-out,opacity .15s ease-out;
    -ms-transform: background-color .15s ease-out,border-color .15s ease-out,opacity .15s ease-out;
    transition: background-color .15s ease-out,border-color .15s ease-out,opacity .15s ease-out,width .15s ease-out,height .15s ease-out;
    position: relative;
    top: -6px;
    padding: 0px;
    border: none;
    font-size: 0px;
}

.hs-home-gallery-slider ul.slick-dots li button:before {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    border: 2px solid #fff;
    display: inline-block;
    left: -4px;
    top: -4px;
    padding: 2px;
    border-radius: 50%;
    -webkit-transition: background-color .15s ease-out,border-color .15s ease-out,opacity .15s ease-out,width .15s ease-out,height .15s ease-out;
    -moz-transition: background-color .15s ease-out,border-color .15s ease-out,opacity .15s ease-out;
    -o-transition: background-color .15s ease-out,border-color .15s ease-out,opacity .15s ease-out;
    -ms-transform: background-color .15s ease-out,border-color .15s ease-out,opacity .15s ease-out;
    transition: background-color .15s ease-out,border-color .15s ease-out,opacity .15s ease-out,width .15s ease-out,height .15s ease-out;
    opacity: 1;
}

.hs-home-gallery-slider ul.slick-dots li.slick-active button {
    background-color: #fff;
    width: 9px;
    height: 9px;
}

.hs-home-gallery-slider ul.slick-dots li.slick-active button:before {
    width: 17px;
    height: 17px;
}

.hs-home-gallery-slider ul.slick-dots li.slick-active {
  opacity: 1;
}

.hs-home-gallery-slider .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}

.hs-home-gallery-slider .caption.below h3.eltd_slide_subtitle {
    font-size: 50px;
    line-height: 55px;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    margin-bottom: 0px;
    text-align: center;
}

.hs-home-gallery-slider .caption.below h3.eltd_slide_subtitle span.separator {
    opacity: 1;
    width: 6%;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    margin-right: 22px;
    border-color: #fff;
    background: #fff;
}

.hs-home-gallery-slider .caption.below h3.eltd_slide_subtitle span.text {
    font-size: 50px;
    line-height: 55px;
    font-family: "Roboto Slab";
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
}
 .hs-home-gallery-slider .caption.below > span {
   transform: translateY(-70px);
}













.hs-start-your-journey-wrapper {
    background-color: #f7f7f7;
    padding-top: 75px;
    padding-bottom: 90px;
    text-align: center;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

.hs-start-your-journey-wrapper .section_inner_margin {
    margin-left: -15px;
    margin-right: -15px;
}

.hs-start_column-inner {
    padding-left: 15px;
    padding-right: 15px;
}

.wpb_content_element h2 {
    margin: 0px;
}

.separator.transparent {
    position: relative;
    display: block;
    border-bottom: 1px solid #b2b2b2;
    margin: 10px 0;
    border-color: transparent;
    margin-top: 33px;
    margin-bottom: 0px;
}

.eltd_circles_holder {
    position: relative;
    display: inline-block;
    width: 100%;
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
    border-color: #afafaf
}

.eltd_circles_shortcode {
    position: relative;
}

.eltd_circles_holder {
    /* position: relative; */
    /* display: inline-block; */
    /* width: 100%; */
    /* clear: both; */
    /* list-style: none; */
    /* margin: 0; */
    /* padding: 0; */
    /* border-color: #afafaf */
}

.eltd_circles_shortcode.with_lines.three_columns .circle_line_holder {
    top: 74px
}

.eltd_circles_shortcode.with_lines.four_columns .circle_line_holder {
    top: 67px
}

.eltd_circles_shortcode.with_lines.five_columns .circle_line_holder {
    top: 57px
}

.eltd_circles_shortcode.with_lines.six_columns .circle_line_holder {
    top: 48px
}


.eltd_circles_shortcode.with_lines .circle_line_holder {
    position: absolute;
    left: 90px;
    display: block;
    width: 82%;
    height: 0;
    border-top: 1px dotted;
    border-color: inherit;
    content: ""
}

.eltd_circles_shortcode.with_lines.three_columns .circle_line_holder {
  top: calc(50% - 69px);
}

.eltd_circles_holder.no_line:before {
    display: none;
    border: 0;
    height: 0;
    width: 0
}

.eltd_circles_holder .eltd_circle_outer {
    position: relative;
    float: left;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box
}

.eltd_circles_holder.three_columns .eltd_circle_outer {
    width: 33.3%
}

.eltd_circles_holder.four_columns .eltd_circle_outer {
    width: 25%
}

.eltd_circles_holder.five_columns .eltd_circle_outer {
    width: 20%
}

.eltd_circles_holder.six_columns .eltd_circle_outer {
    width: 16.6666666667%
}

.eltd_circles_holder .eltd_circle_inner {
    position: relative;
    display: block;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
    padding: 9px;
    border: 1px solid #afafaf;
    border-radius: 50%;
    -webkit-transition: border-color .15s ease-in-out,padding .15s ease-in-out;
    -moz-transition: border-color .15 ease-in-out,padding .15s ease-in-out;
    -ms-transition: border-color .15s ease-in-out,padding .15s ease-in-out;
    -o-transition: border-color .15s ease-in-out,padding .15s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: border-color .15s ease-in-out,padding .15s ease-in-out
}

.eltd_circle_outer.without_double_border .eltd_circle_inner {
    padding: 0;
    border: 0
}

.eltd_circles_holder.three_columns .eltd_circle_inner {
    border-color: rgb(218, 218, 218);
    border-width: 2px;
    background-color: rgb(247, 247, 247);
    width: 203px;
    height: 203px;
}

.eltd_circles_holder.four_columns .eltd_circle_inner {
    width: 138px;
    height: 138px
}

.eltd_circles_holder.five_columns .eltd_circle_inner {
    width: 118px;
    height: 118px
}

.eltd_circles_holder.six_columns .eltd_circle_inner {
    width: 98px;
    height: 98px
}

.eltd_circle_inner,.eltd_circle_inner2 {
    overflow: hidden
}

.eltd_circle_outer.image_with_text_type:hover .eltd_text_in_circle {
    opacity: 0;
    filter: alpha(opacity=0)
}

.eltd_circles_holder .eltd_circle_inner2.image_with_text {
    background-repeat: no-repeat;
    background-size: cover!important
}

.eltd_circles_holder .eltd_circle_inner:hover .eltd_circle_inner2.image_with_text {
    background-color: transparent!important
}

.eltd_circles_holder .eltd_circle_inner2 {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.eltd_circles_holder .eltd_circle_inner2 .shader {
    content: "";
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
    height: inherit;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: -webkit-transform .22s ease-in-out,opacity .2s ease-in-out;
    transition: transform .22s ease-in-out,opacity .2s ease-in-out;
    border-radius: 50%
}

.eltd_circle_outer.image_with_text_type:hover .eltd_circle_inner2 .shader {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: .85;
    filter: alpha(opacity=85)
}

.eltd_circle_outer.text_type .eltd_circle_inner2 {
    padding: 5px
}

.eltd_circles_holder .eltd_circle_inner2 img {
    display: block;
    width: 100%;
    border-radius: 1000px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -o-border-radius: 1000px
}

.eltd_circles_holder .eltd_circle_inner2 .process_icon,.eltd_circles_holder .eltd_circle_inner2,.eltd_circles_holder .eltd_circle_inner2 .eltd_text_in_circle {
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out;
    -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out
}

.eltd_circles_holder .eltd_circle_inner2 img,.eltd_circles_holder .eltd_circle_inner2 .process_icon,.eltd_circles_holder .eltd_circle_inner2 .eltd_text_in_circle {
    position: absolute;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.eltd_text_in_circle_hover {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 100;
    -webkit-transition: -webkit-transform .22s ease-in-out,opacity .2s ease-in-out;
    transition: transform .22s ease-in-out,opacity .2s ease-in-out;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    margin: 0px;
}
.eltd_circles_holder .eltd_circle_inner2 .shader {
    background-color: #e5735c;
}

.eltd_circle_outer.image_with_text_type:hover .eltd_text_in_circle_hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.eltd_circles_holder .eltd_circle_inner2 .process_icon {
    color: #696969;
    font-size: 24px;
    vertical-align: middle
}

.eltd_circles_holder .eltd_circle_inner:hover .eltd_circle_inner2 .process_icon,.eltd_circles_holder .eltd_circle_inner:hover .eltd_circle_inner2 .eltd_text_in_circle {
    color: #fff!important
}

.eltd_circles_holder .eltd_circle_text_holder {
    display: block;
    text-align: center;
    margin: 24px 0 0;
    padding: 0 10px
}

.eltd_circles_holder .eltd_circle_text_holder .eltd_circle_title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #464646
}

.eltd_circles_holder .eltd_circle_text_holder .eltd_circle_separator {
    width: 25px;
    margin: 25px auto;
    position: relative;
    display: block;
    border-bottom: 2px solid #dadada
}

.eltd_circles_holder .eltd_circle_text_holder .eltd_circle_text {
    display: block;
    font-size: 14px;
    color: #818181
}

.eltd_circles_holder.three_columns .eltd_circle_text_holder.title_left .eltd_circle_title,
.eltd_circles_holder.three_columns .eltd_circle_text_holder.text_left .eltd_circle_text {
    padding-left: 92px;
    margin: 0 auto;
    text-align: left
}

.eltd_circles_holder.three_columns .eltd_circle_text_holder.title_right .eltd_circle_title,
.eltd_circles_holder.three_columns .eltd_circle_text_holder.text_right .eltd_circle_text {
    padding-right: 92px;
    margin: 0 auto;
    text-align: right
}

.eltd_circles_holder.four_columns .eltd_circle_text_holder.title_left .eltd_circle_title,
.eltd_circles_holder.four_columns .eltd_circle_text_holder.text_left .eltd_circle_text {
    padding-left: 58px;
    margin: 0 auto;
    text-align: left
}

.eltd_circles_holder.four_columns .eltd_circle_text_holder.title_right .eltd_circle_title,
.eltd_circles_holder.four_columns .eltd_circle_text_holder.text_right .eltd_circle_text {
    padding-right: 58px;
    margin: 0 auto;
    text-align: right
}

.eltd_circles_holder.five_columns .eltd_circle_text_holder.title_left .eltd_circle_title,
.eltd_circles_holder.five_columns .eltd_circle_text_holder.text_left .eltd_circle_text {
    padding-left: 40px;
    margin: 0 auto;
    text-align: left
}

.eltd_circles_holder.five_columns .eltd_circle_text_holder.title_right .eltd_circle_title,
.eltd_circles_holder.five_columns .eltd_circle_text_holder.text_right .eltd_circle_text {
    padding-right: 40px;
    margin: 0 auto;
    text-align: right
}

.eltd_circles_holder.six_columns .eltd_circle_text_holder.title_left .eltd_circle_title,
.eltd_circles_holder.six_columns .eltd_circle_text_holder.text_left .eltd_circle_text {
    padding-left: 32px;
    margin: 0 auto;
    text-align: left
}

.eltd_circles_holder.six_columns .eltd_circle_text_holder.title_right .eltd_circle_title,
.eltd_circles_holder.six_columns .eltd_circle_text_holder.text_right .eltd_circle_text {
    padding-right: 32px;
    margin: 0 auto;
    text-align: right
}



.fa-check-square-o:before {
    content: "\f046";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-calendar:before {
    content: "\f073";
}




.hs-home-page .hs-three-col-full-width .section_inner_margin {
    margin-left: 0px;
    margin-right: 0px;
}

.hs-three-col-slider .eltd-info-card-slider-item p {
    padding-top: 20px;
}
.hs-three-col-slider .eltd-info-card-slider-item .back-side p {
    padding: 0px;
}
.hs-three-col-slider .eltd-info-card-slider-item {
    max-width: 100%;
}
.hs-three-col-slider .hs-three-col-full-width .hs_column-inner {
  padding: 0px;
}
.hs-three-col-slider .hs-three-col-full-width {
    padding-top: 45px;
}

.hs-home-page .hs-three-col-full-width .separter-wrap {
    display: none;
}



.hs-ministries-layout.hs-three-col-slider .hs-three-col-full-width .slick-list {
    padding-left: 15px;
    padding-right: 15px;
}
.hs-ministries-layout.hs-three-col-slider .hs-three-col-full-width {
    padding-top: 0px;
    padding-bottom: 20px;
}
.fa-ion-android-exit {
    font-family: 'Ionicons'!important;
}
.fa-ion-android-exit:before {
    content: "\f385";
}




/* ===============  Counter Section =============== */



.parallax_section_holder {
    position: static;
    padding: 0;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center 0;
    background-attachment: fixed;
    overflow: hidden
}

.parallax_content {
    z-index: 10;
    position: relative
}

.parallax_content.left {
    text-align: left
}

.parallax_content.center {
    text-align: center
}

.parallax_content.right {
    text-align: right
}

.parallax_section_holder.vertical_middle_align {
    display: table;
    width: 100%
}

.parallax_section_holder.vertical_middle_align .parallax_content_outer {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding: 100% 0
}

.hs-paralleax-wrapper .separator {
    position: relative;
    display: block;
    border-bottom: 1px solid #b2b2b2;
    margin: 10px 0
}

.hs-paralleax-wrapper .separator.transparent {
    border-color: transparent!important;
    clear: both
}

.hs-paralleax-wrapper .separator.small,
.hs-paralleax-wrapper.eltd_elements_item.horizontal_align_center .separator.small.inherit {
    width: 27px;
    margin: 10px auto 20px auto
}

.hs-paralleax-wrapper .separator.medium {
    width: 45px;
    margin: 10px auto 20px auto
}

.hs-paralleax-wrapper .wpb_column>.wpb_wrapper .separator.small {
    margin-bottom: 16px
}

.hs-paralleax-wrapper .separator.small.left,
.hs-paralleax-wrapper .eltd_elements_item.horizontal_align_left .separator.small.inherit {
    margin: 10px 0 20px 0
}

.hs-paralleax-wrapper .separator.small.right,
.hs-paralleax-wrapper .eltd_elements_item.horizontal_align_right .separator.small.inherit {
    margin: 10px 0 20px auto
}

.hs-paralleax-wrapper .eltd_separator_with_icon {
    position: relative;
    display: block;
    height: 1px;
    margin: 15px 0
}

.hs-paralleax-wrapper .eltd_separator_with_icon .eltd_icon_holder {
    position: absolute;
    text-align: center;
    width: 100%;
    overflow: hidden
}

.hs-paralleax-wrapper .eltd_separator_with_icon.left .eltd_icon_holder {
    text-align: left
}

.hs-paralleax-wrapper .eltd_separator_with_icon.right .eltd_icon_holder {
    text-align: right
}

.hs-paralleax-wrapper .eltd_separator_with_icon .eltd_separator_icon_holder {
    position: relative;
    display: inline-block;
    line-height: 1em
}

.hs-paralleax-wrapper .eltd_separator_with_icon .eltd_line_before {
    content: '';
    width: 1000px;
    position: absolute;
    bottom: 50%;
    right: 100%;
    border-bottom-color: #b2b2b2;
    border-bottom-width: 1px;
    margin-bottom: -0.5px
}

.hs-paralleax-wrapper .eltd_separator_with_icon .eltd_line_after {
    content: '';
    width: 1000px;
    position: absolute;
    bottom: 50%;
    left: 100%;
    border-bottom-color: #b2b2b2;
    border-bottom-width: 1px;
    margin-bottom: -0.5px
}

.hs-paralleax-wrapper .eltd_separator_with_icon .eltd_icon_holder .eltd_icon_shade {
    background-color: transparent;
    vertical-align: bottom;
    overflow: visible
}

.hs-paralleax-wrapper .eltd_separator_with_icon .eltd_icon_holder .eltd_icon_shade i,
.hs-paralleax-wrapper .eltd_separator_with_icon .eltd_icon_holder .eltd_icon_shade span {
    color: #e5735c;
    vertical-align: bottom
}

.hs-paralleax-wrapper .eltd_separator_with_icon .eltd_icon_shortcode.eltd_icon_shade {
    z-index: 20
}

.hs-paralleax-wrapper .eltd_separator_with_icon.left {
    margin: 10px 0 20px 0
}

.hs-paralleax-wrapper .eltd_separator_with_icon.right {
    margin: 10px 0 20px auto
}

.hs-paralleax-wrapper .eltd_separator_with_icon .separator_custom_icon>img {
    vertical-align: middle
}

.hs-paralleax-wrapper .eltd_separator_with_icon.animate_width .eltd_line_before,
.hs-paralleax-wrapper .eltd_separator_with_icon.animate_width .eltd_line_after {
    -webkit-transition: width 1.2s ease-in,opacity .1s ease-in;
    transition: width 1.2s ease-in,opacity .1s ease-in;
    opacity: 0;
    width: 0
}

.hs-paralleax-wrapper .separator .eltd_icon_holder {
    position: absolute;
    text-align: center;
    width: 100%
}

.separator .eltd_icon_holder .eltd_icon_shade {
    background-color: #fff
}

.hs-paralleax-wrapper .separator .eltd_icon_holder .eltd_icon_shade i,
.hs-paralleax-wrapper .separator .eltd_icon_holder .eltd_icon_shade span {
    color: #e5735c
}

.hs-paralleax-wrapper .separator .eltd_icon_shortcode.eltd_icon_shade {
    z-index: 20
}

.hs-paralleax-wrapper.vc_text_separator.full {
    position: relative;
    height: auto;
    box-sizing: border-box;
    border-bottom: 0;
    text-align: center;
    overflow: hidden;
    display: block;
}
.hs-paralleax-wrapper .vc_text_separator.full .separator_content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    padding: 0 40px;
    font-family: Marck Script,sans-serif;
    font-size: 30px;
    line-height: 40px;
    color: #e5735c;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: center;
    background-color: transparent
}

.hs-paralleax-wrapper .title_like_separator .vc_text_separator.full .separator_content {
    padding: 0;
    color: #fff;
    font-size: inherit;
    line-height: 1.65em;
    font-weight: 700;
    letter-spacing: 0
}

.hs-paralleax-wrapper .subtitle_like_separator .vc_text_separator.full .separator_content {
    padding: 0;
    color: #74797b
}

.hs-paralleax-wrapper .vc_text_separator.full .separator_content.box {
    background-color: #fff;
    border: 1px solid #b2b2b2
}

.hs-paralleax-wrapper .vc_text_separator.full .separator_content span {
    position: relative;
    display: block;
    font-size: inherit!important;
    padding: 0 3px
}

.hs-paralleax-wrapper .vc_text_separator .eltd_line_before,
.hs-paralleax-wrapper .vc_text_separator .eltd_line_after {
    content: '';
    width: 1000px;
    position: absolute;
    bottom: 50%;
    border-bottom-color: #dadada;
    border-bottom-width: 2px;
    margin-bottom: -1px;
    background-color: transparent;
    padding: 0;
    top: auto
}


.hs-paralleax-wrapper .vc_text_separator span.eltd_line_before {
    border-color: rgb(255, 255, 255);
    width: 43px;
    margin-bottom: -1px;
    opacity: 1;
    border-bottom: 2px solid #fff;
}
.hs-paralleax-wrapper .vc_text_separator .eltd_line_before {
    right: 100%;
}

.hs-paralleax-wrapper .vc_text_separator.full .separator_content {
    font-family: Marck Script, sans-serif;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -1px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    color: #ffffff;
    padding: 0 16px;
}
.hs-paralleax-wrapper .vc_text_separator.full .separator_wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: 0;
    padding: 0;
    border: 0;
    z-index: 2;
    background-color: transparent;
    margin-top: 77px;
}

.hs-paralleax-wrapper .vc_text_separator .eltd_line_after {
    border-color: rgb(255, 255, 255);
    width: 43px;
    margin-bottom: -1px;
    opacity: 1;
    border-bottom: 2px solid #fff;
}
.vc_text_separator .eltd_line_after {
    left: 100%;
}

.hs-paralleax-wrapper .separator.transparent {
    margin-top: 68px;
    margin-bottom: 0px;
}

.hs_column_container.hs_col-sm-12 .custom_font_holder {
    font-family: Raleway;
    font-size: 45px;
    line-height: 1em;
    font-style: normal;
    font-weight: 800;
    color: rgb(255, 255, 255);
    text-decoration: none;
    letter-spacing: 1px;
    padding: 0px;
    margin: 0px;
    text-transform: none;
    text-align: center;
}

.hs-paralleax-wrapper .hs_col-sm-4 {
    width: 33.33333333%;
    float: left;
}

.hs_column_container {}

.hs-paralleax-wrapper .hs_column_container .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.hs_column_container.hs_col-sm-12 {}

.hs-paralleax-wrapper .hs_col-sm-4 .custom_font_holder {
    font-family: Marck Script;
    font-size: 30px;
    line-height: 35px;
    font-style: normal;
    font-weight: 400;
    color: #e5735c;
    text-decoration: none;
    letter-spacing: 0px;
    padding: 0;
    margin: 0;
    text-transform: none;
    text-align: center;
}

.hs-paralleax-wrapper .separator.small.center {
    border-color: #ffffff;
    width: 25px;
    margin-top: 10px;
    margin-bottom: 0px;
    border-bottom: 2px solid #fff;
}

.hs-paralleax-wrapper .eltd_counter_holder.center {
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
}
.hs-paralleax-wrapper .eltd_counter_holder span.counter {
    color: #ffffff;
    font-weight: 400;
    font-size: 60px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1em;
}
.hs-paralleax-wrapper .eltd_counter_holder .counter_title {
    font-family: Raleway, sans-serif;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0px;
    margin-top: 10px;
}



/* ===============  End Counter Section  =============== */




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



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


.custom-banner-area.error-banner {
	background-color: #f7f7f7;
	border-bottom: 1px solid #dfdfdf;
	padding-top: 115px;
}

.error-banner .title_holder {
	display: table;
	left: 0;
	position: relative;
	width: 100%;
	height: 200px;
}

.error-banner .title_holder .page-center {
	padding: 0!important;
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.error-banner .title_subtitle_holder {
	text-align: center;
	display: block;
	padding: 0;
	position: relative;
	z-index: 25;
}

.error-banner h1.title_like_separator {
	color: #212f3d;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	vertical-align: middle;
	word-break: break-word;
	line-height: 1.625em;
	margin: 0;
}

.error-banner .vc_text_separator.full {
	position: relative;
	height: auto;
	box-sizing: border-box;
	border-bottom: 0;
	text-align: center;
	overflow: hidden;
	display: block;
}

.error-banner h1.title_like_separator>span {
	padding-bottom: 8px;
	display: inline-block;
}

.error-banner .separator_wrapper {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	top: 0;
	padding: 0;
	border: 0;
	z-index: 2;
	background-color: transparent;
}

.error-banner .separator-wrapper .eltd_line_before {
	right: 100%;
}

.error-banner .eltd_line_before, 
.error-banner .eltd_line_after {
	content: '';
	position: absolute;
	bottom: 50%;
	background-color: transparent;
	padding: 0;
	top: auto;
	display: inline-block;
}

.error-banner .eltd_line_before {
	background: #dadada;
	width: 25px;
	margin-right: 17px;
	right: 100%;
	height: 2px;
	margin-bottom: -1px;
}

.error-banner .eltd_line_after {
	margin-bottom: -1px;
	margin-left: 17px;
	left: 100%;
	background: #dadada;
	width: 25px;
	margin-right: 17px;
	right: 100%;
	height: 2px;
}

.error-banner .breadcrumb {
	position: relative;
	right: auto;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	top: 0;
}

.error-banner .breadcrumbs {
	display: table;
	height: 100%;
	width: 100%;
}

.error-banner .breadcrumbs .breadcrumbs_inner {
	display: table-cell;
	vertical-align: middle;
}

.error-banner .breadcrumb a, 
.error-banner .breadcrumb span {
	color: #212f3d;
	font-family: 'Marck Script', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-style: normal;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0px;
	-webkit-transition: color .15s ease-out;
	-moz-transition: color .15s ease-out;
	-ms-transition: color .15s ease-out;
	-o-transition: color .15s ease-out;
	transition: color .15s ease-out;
	display: inline-block;
	margin-left: -3px;
}

.error-banner .breadcrumb a:hover, 
.error-banner .breadcrumb span.current {
	color: #de6c54;
}


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

.page_not_found h2 {
	color: #f7dbd6;
	font-size: 155px;
	line-height: 155px;
	font-weight: 400;
	font-family: 'Montserrat',sans-serif;
	letter-spacing: 0px;
	text-transform: uppercase;
	margin: 0;
}

.page_not_found h4 {
	color: #464646;
	font-size: 20px;
	line-height: 20px;
	font-weight: 800;
	margin: 40px 0 75px;
}

body.error-template.one-column.hs-error-page .content-wrapper {
	padding: 0;
}

.page_not_found .qbutton {
	letter-spacing: 2px;
	color: #464646;
	border-color: #dadada;
	background-color: transparent;
	-webkit-transition-property: color,border-color,-webkit-transform;
	transition-property: color,border-color,transform;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	position: relative;
	width: auto;
	height: 50px;
	line-height: 46px;
	margin: 0;
	border-width: 2px;
	border-style: solid;
	font-size: 13px;
	font-weight: 800;
	font-family: inherit;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	outline: 0;
	font-style: normal;
	text-transform: uppercase;
	text-shadow: none;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}


.page_not_found .qbutton .text_holder {
	padding: 0 20px;
}

.page_not_found .icon_holder {
	-webkit-transition-property: color,border-color,-webkit-transform;
	transition-property: color,border-color,transform;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	border-left: 2px solid #dadada;
	margin: 0;
	position: relative!important;
	width: 45px!important;
	display: block;
	float: left;
	overflow: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.page_not_found .icon_holder span {
	-webkit-transition-property: color,border-color,-webkit-transform;
	transition-property: color,border-color,transform;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	display: block;
	font-size: 19px;
	height: 100%;
	line-height: inherit;
	position: relative;
	text-align: center;
	width: 100%;
	margin: 0;
}

.page_not_found .qbutton .button_icon {
	line-height: inherit;
	vertical-align: top;
	color: inherit;
	-webkit-transition: initial;
	font-family: 'Simple-Line-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.icon-arrow-up:before {
	content: "\e078";
}

.page_not_found .icon_holder .hidden_icon {
	color: #e5735c;
	-webkit-transition-property: color,border-color,-webkit-transform;
	transition-property: color,border-color,transform;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.page_not_found .qbutton:hover {
	color: #464646;
	border-color: #dadada;
}

.page_not_found .qbutton:hover .icon_holder {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}



/* ===============  End Error Page  =============== */









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

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



.hs-footer-social-icons {
    padding: 50px;
    padding-top: 75px;
    padding-bottom: 75px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-color: #dfdfdf;
}

.hs-footer-bottom-box {
    background-color: #2b2b2b;
    height: 100px;
}

 .hs-footer-social-icons .addtoany_list a {
      font-size: 32px;
  }




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


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






/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{}

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

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: rgba(33,33,33,1);
  padding-bottom: 10px;
  padding-top: 10px;
  width: 250px;
}
.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:1001px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-menu-primary {
      padding-right: 40px;
      width: auto !important;
  }
  
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a span {
        background-color: #e5735c;
        color: #fff;
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
      color: #ffffff;
      font-family: 'Roboto', sans-serif !important;
      font-size: 12px;
      line-height: 21px;
      font-style: normal;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin: 0 25px;
      display: block;
      padding-top: 9px;
      padding-bottom: 9px;
      padding-right: 7px;
      white-space: normal;
      position: relative;
      -webkit-transition: color .15s ease-out,padding .2s ease-out;
      transition: color .15s ease-out,padding .2s ease-out;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:before {
      position: absolute;
      top: 0;
      content: "\24";
      width: 0;
      font-size: 16px;
      display: block;
      font-family: 'ElegantIcons';
      line-height: inherit;
      padding-top: inherit;
      line-height: inherit;
      overflow: hidden;
      -webkit-transition: width .2s ease-out,left .2s cubic-bezier(0.73,-0.26,0.08,1.54),right .2s cubic-bezier(0.73,-0.26,0.08,1.54);
      transition: width .2s ease-out,left .2s cubic-bezier(0.73,-0.26,0.08,1.54),right .2s cubic-bezier(0.73,-0.26,0.08,1.54);
      left: -25px;
      color: #f1775a;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover > a{
     padding-left: 25px; 
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover > a:before {
      width: 25px;
      left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a span, 
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a span {
      background: #e5735c;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a span:after {
      position: absolute;
      left: 100%;
      content: '';
      width: 1px;
      height: 70%;
      background-color: #dfdfdf;
      display: block;
      top: 15%;
      margin-left: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a span {
      position: relative;
  }
  
  .sticky .hs-header-bg {
    left: 0;
    top: -120px;
    position: fixed;
  }
  .sticky-header .hs-header-bg {
      top: 0;
      -webkit-transition: left .2s ease,top .33s cubic-bezier(0.694,0.0482,0.335,1);
      -moz-transition: left .2s ease,top .33s cubic-bezier(0.694,0.0482,0.335,1);
      transition: left .2s ease,top .33s cubic-bezier(0.694,0.0482,0.335,1);
  }

  .sticky-header .hs-header-bottom-content {
      border-bottom: 1px solid #dfdfdf;
      background-color: rgba(255,255,255,1);
  }

  .sticky-header .hs-header-top-content {
      display: none;
  }
  .sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      line-height: 70px;
  }

  .sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li > a span {
      padding: 0px 20px;
      font-size: 12px;
  }

  .sticky-header .logo-wrapper img {
      margin: 10px 0px;
  }

  .sticky-header .side_menu_button {
      height: 70px;
  }
  
  .hs-footer-bg {
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 5;
      -webkit-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
      -moz-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
      -o-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
      -ms-transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
      transition: left .33s cubic-bezier(0.694,0.0482,0.335,1);
  }
  .body-container-wrapper {
      margin-bottom: 286px;
      background: #fff;
      position: relative;
      z-index: 9;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li {
      display: inline-block;
      float: none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
      color: #212f3d;
      font-family: 'Roboto', sans-serif;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      line-height: 78px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a span {
      display: inline-block;  
      padding: 0 20px;
      line-height: 45px;
      -webkit-transition: text-decoration .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
      -moz-transition: text-decoration .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
      -o-transition: text-decoration .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
      -ms-transition: text-decoration .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
      transition: text-decoration .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
  }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a span,
    .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a span{
        background-color: #e5735c;
        color: #fff;
    }
  .header-container-wrapper {
      position: relative;
      z-index: 99;
      background: #fff;
  }
  
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:after {
     content: '';
     position: absolute;
     width: calc(100% - 10px);
     height: 1px;
     left: 0;
     background-color: rgba(255,255,255,0.15);
     top: 0;
  }

  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:first-child a:after {
     content: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-last-child(2) > a:hover span, .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover span{
    background: #cc5744;
    }

  
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children > a > span:after {
    position: static;
    top: 50%;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    color: inherit;
    font-size: inherit;
    margin: -2px 2px 0;
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 12px;
    }
	
		.no-banner-area .body-container-wrapper {
				padding-top: 120px;
		}
	
	
	.hs-donate-layout .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #000;
    -webkit-transition: color .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
    -moz-transition: color .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
    -o-transition: color .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
    -ms-transition: color .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
    transition: color .2s ease-out,border-color .2s ease-out,background-color .2s ease-out;
	}

	.hs-donate-layout .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a span {
			color: #000;
	}

	.hs-donate-layout .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover span {
			color: #fff;
	}
	.hs-donate-layout .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a span:after {
	  background-color: #000;
	}

  
  
}


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

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

@media (max-width: 1000px){

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 33px;
    left: 0px;
    width: auto;
    height: auto;
    background: #ffffff;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    padding: 0px;
    margin: 0 20px 0 0;
    color: #464646;
    font-size: 23px;
  }
  .mobile-trigger:before {
    content: "\61";
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color: #e5735c;
    background-color: transparent; 
    border-color: transparent;
  }

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

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

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

  .child-trigger{
    display: block !important;  
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px !important;
    min-width: 40px !important;
    height: 38px !important;
    padding: 0 !important;
  }
  .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: none;
  }
  .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.js-enabled{
    position: relative;
    padding-top: 90px;
    margin: 0px;
    width: 100% !important;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color: #fff;
    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{
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{

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

  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{

  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{

  }

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




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

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}
body.subscription-template.one-column .main-content {}

#email-prefs-form .email-edit {
    max-width: 700px !important;
}


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

.blog .body-container {
    padding: 60px 0 70px;
    font-family: 'Roboto', sans-serif;
    color: #818181;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		padding-left: 15px;
		padding-right: 15px;
}
.blog .body-container .page-center.content-wrapper {
    padding: 0px;

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

/* =============== General Blog Styles =============== */
.hs-blog-listing .custom_top-pane.post,
.hs-blog-post .custom_top-pane.listing {
	display: none;
}
.blog .custom_top-pane.listing {
	background-color: ;
	border-bottom: 1px solid #dfdfdf;
	min-height: 400px;
	padding: 115px 0 0;
}
.blog .custom_top-pane.listing .top-pane-content {
	padding: 65px 0;
}
.blog .custom_top-pane.listing .top-pane-content h1 {
	color: #464646;
}
.blog .custom_top-pane.post {
	background-color: #f7f7f7;
	border-bottom: 1px solid #dfdfdf;
	min-height: 400px;
	padding: 200px 0 0;
}
.blog .custom_top-pane.post .top-pane-content {
	padding: 65px 0;
}
.hs-blog-listing .custom_header-socials .socials > span.eltd_icon_shade > a > span,
.hs-blog-listing .custom_header-tagline p,
.hs-blog-listing .custom_header-email p > span.simple_line_icons a,
.hs-blog-listing .custom_header-email p > span:last-child {
	color: #464646;
}
.hs-blog-listing .custom_header-socials .socials > span.eltd_icon_shade > a:hover > span {
	color: #e5735c;
}
.hs-blog-listing .row-fluid .custom_header-bottom {
	border-bottom: 1px solid #dfdfdf;
}
.hs-blog-listing .custom_logo img.normal {
	display: none;
}
.hs-blog-listing .custom_logo img.sticky {
	display: block;
}
.hs-blog-listing .row-fluid .custom_header-icons:before {
	background-color: #dfdfdf;
}
.hs-blog-listing .custom_header-icons a {
	color: #464646;
}
.hs-blog-listing .custom_header-icons a.side-section-trigger {
	border-color: #464646;
	color: #464646;
}
.hs-blog-listing .custom_header-icons a.side-section-trigger:hover {
	border-color: #e5735c;
	color: #e5735c;
}
.hs-blog-listing .custom_header-icons a.side-section-trigger .custom_lines_inner .line,
.hs-blog-listing .custom_header-icons a.side-section-trigger .custom_lines_inner .line:after,
.hs-blog-listing .custom_header-icons a.side-section-trigger .custom_lines_inner .line:before {
	background-color: #464646;
}

.post-listing .post-item {
	border-bottom: 2px solid #dadada;
	margin: 0 0 57px;
	padding: 0 0 46px;
}
.post-info-top {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 0 0 45px;
}
.post-info-top .left {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	width: 70px;
	position: relative;
	top: 0;
	left: 0;
}
.post-info-top .left .date {
	background-color: #e6735c;
	padding: 7px 0 13px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.post-info-top .left .date .day {
	display: block;
	font-size: 28px;
	line-height: 30px;
}
.post-info-top .left .date .date_group {
	display: block;
	font-size: 11px;
	line-height: normal;
	margin-top: 6px;
}
.post-info-top .left .custom_listing_comments {
	padding: 8px 0 11px 0;
	background-color: #464646;
}
.post-info-top .left .custom_listing_comments a {
	color: #fff;
	font-weight: 600;
}
.post-info-top .left .custom_listing_comments .number {
	font-size: 16px;
	line-height: 16px;
}
.post-info-top .left .custom_listing_comments .comment_icon {
	font-size: 15px;
	vertical-align: middle;
}
.post-info-top .right {
	display: table-cell;
	vertical-align: top;
	text-align: left;
	width: 100%;
	padding: 0 25px;
}
.post-info-top .right .post-header h2,
.post-listing-simple h2 {
	color: #464646;
	font-family: Raleway, sans-serif;
	font-size: 33px;
	line-height: 44px;
	letter-spacing: 0.5px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	margin: -9px 0 0;
	padding: 0 0 10px;
}
.post-info-top .right .post-header h2 a,
.post-listing-simple h2 a {
	color: #464646;
}
.post-info-top .right .post-header h2 a:hover,
.post-listing-simple h2 a:hover {
	color: #e5735c;
}
.post-info-top .right .post-info {
	display: inline-block;
	width: 100%;
	font-family: 'Roboto', sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	vertical-align: top;
	text-transform: uppercase;
}
.post-info-top .right .post-info > div {
	color: #e5735c;
	float: left;
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
}
.post-info-top .right .post-info > div:before {
	content: "|";
	display: inline-block;
	margin: 0 13px;
	color: #dadada;
}
.post-info-top .right .post-info > div:first-child:before,
.post-info-top .right .post-info > div:last-child:before {
	display: none;
}
.post-info-top .right .post-info i {
	margin-right: 9px;
	color: #464646;
	font-size: 12px;
}
.post-info-top .right .post-info div a {
	color: #e5735c;
}
.post-info-top .right .post-info div a:hover {
	color: #5d5d5d;
}
.post-info-top .right .post-info .share {
	clear: both;
}
.post-listing .post-body p:last-child {
	margin: 0;
}
.post-banner-image {
	display: none;
}
.hs-blog-post .body-container {
	padding-top: 80px;
}
.hs-blog-post .post-share {
	margin-top: 90px;
}
.hs-blog-post .post-share h3.share-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: 700;
}
.hs-blog-post .post-share h3.share-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}
.hs-blog-post .post-share .hs-blog-social-share {
	padding: 0;
}
.custom_related-articles {
	border-bottom: 2px solid #dadada;
	font-size: 16px;
	padding: 1em 0 46px;
	margin: 1em 0;
	position: relative;
	clear: both;
}
.custom_related-articles h3 {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: 700;
	font-family: inherit;
}
.custom_related-articles h3:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 1em;
}
.custom_related-articles .related-inner-wrapper {
	clear: left;
	display: table;
	width: 100%;
}
.custom_related-articles .related-post-item {
	float: left;
	font-size: 14px;
	line-height: 20px;
	width: 33%;
}
.custom_related-articles .related-post-item .related-title a:hover {
	text-decoration: underline;
}
.custom_related-articles .related-post-item .related-date,
.custom_related-articles .related-post-item .related-topic {
	opacity: 0.6;
}
.custom_author-box {
	display: table;
	position: relative;
	background-color: #fff;
	padding: 40px 0;
	margin: 55px 0 30px;
	border-top: 2px solid #dadada;
	border-bottom: 2px solid #dadada;
	width: 100%;
}
.custom_author-box .left-image {
	display: table-cell;
	vertical-align: top;
	width: 112px;
}
.custom_author-box .right-text {
	display: table-cell;
	vertical-align: top;
	padding: 0 20px;
}
.custom_author-box .right-text h3 {
	font-size: 13px;
	line-height: 18px;
	letter-spacing: 1px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	color: #464646;
	display: block;
	margin: 0 0 6px 0;
}
.custom_author-box .right-text h3 a {
    color: inherit;
}
ul.blog-pagination {
	display: inline-block;
	vertical-align: middle;
	list-style-type: none;
	padding: 0;
	position: relative;
	width: auto;
	margin: 10px 0 76px;
}
ul.blog-pagination li {
	float: left;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 2px 4px 2px;
}
ul.blog-pagination li:first-child {
	margin-left: 0;
}
ul.blog-pagination li a {
	position: relative;
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin: 0;
	color: #464646;
	background-color: transparent;
	border: 2px solid;
	border-color: #dadada;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
	outline: 0;
	text-shadow: none;
	transition: color .15s ease-out, background-color .15s ease-out, border-color .15s ease-out;
}
ul.blog-pagination li a:hover,
ul.blog-pagination li.active a {
	background-color: #e6735c;
	border-color: #e6735c;
	color: #fff;
}

.icon-user:before {
    content: "\e005";
}
.icon-tag:before {
    content: "\e055";
}


i.icon-user, i.icon-tag {
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-bubble:before {
    content: "\e07d";
    font-family: 'Simple-Line-Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}








/* Other Blog Styles */
#hubspot-author_data:after {
	content: '';
	display: block;
	clear: both;
}
#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%;
}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
	border-width: 0;
	max-height: 100%;
	max-width: none;
	height: auto;
	width: 100%;
	display: block !important;
	float: none;
	margin: 0 0 43px;
}
.hs-blog-social-share {
	padding: 10px 0 0 0;
	height: auto;
}
#comments-listing {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}
.comment {
	margin: 10px 0;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

.hs-blog-post #comment-form form ul.inputs-list li.hs-form-booleancheckbox label.hs-form-booleancheckbox-display > span {
	position: relative;
	top: -2px;
}
.hs-blog-post #comment-form form .actions {
	text-align: left;
}
.hs-blog-post #comment-form form .hs-button {
	margin-top: 15px;
}

/* IE Fix */
@media all and (-ms-high-contrast:none) {
	.custom_author-box .left-image img {
		width: 112px;
	}
}

/* =============== Blog Sidebar =============== */
.blog .blog-sidebar .widget-span {
	margin-bottom: 26px;
}
.hs-blog-listing .custom_sidebar-author {
	display: none;
}
.custom_sidebar-author {
	display: table;
	margin-top: 15px;
	width: 100%;
}
.custom_sidebar-author .left-image {
	float: left;
	margin-right: 20px;
	width: 113px;
}
.blog-sidebar h3:first-child {
	font-size: 16px;
	line-height: 27px;
	letter-spacing: 1px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	color: #464646;
	margin: 0 0 18px;
	padding: 0 0 6px;
	position: relative;
}
.custom_sidebar-author .right-text h3 {
	font-family: Raleway, sans-serif;
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0px;
	font-weight: 700;
	font-style: normal;
	text-transform: none;
	color: #464646;
	margin: 0 0 15px;
	text-transform: uppercase;
}
.custom_sidebar-author .right-text p {
	font-family: Raleway, sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	color: #818181;
	margin: 2px 0px 9px 0px;
}
.blog-sidebar .row-fluid .hs_cos_wrapper_type_google_search form {
	margin-top: 27px;
}
.hs-blog-listing .blog-sidebar .row-fluid .hs_cos_wrapper_type_google_search form {
	margin: 0;
}
.blog-sidebar .row-fluid .hs_cos_wrapper_type_google_search form > .field > .input {
	border: 2px solid #dadada;
	display: table;
	width: 100%;
}
.blog-sidebar .row-fluid .hs_cos_wrapper_type_google_search form .hs-input,
.blog-sidebar .row-fluid .hs_cos_wrapper_type_google_search form .hs-input:focus {
	font-family: Raleway, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 700;
	font-style: normal;
	height: 40px;
	line-height: 40px;
	text-transform: uppercase;
	color: #464646;
	display: inline-block;
	text-decoration: none;
	border: 0;
	outline: 0;
	margin: 0;
	padding: 2px 16px;
	float: left;
	width: 75%;
}
.blog-sidebar .row-fluid .hs_cos_wrapper_type_google_search form .hs-button,
.blog-sidebar .row-fluid .hs_cos_wrapper_type_google_search form .hs-button:hover {
	background-color: #ffffff;
	color: #464646;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: center;
	outline: 0;
	border: 0;
	min-height: 40px;
	text-decoration: none;
	font-family: 'ElegantIcons';
	cursor: pointer;
	white-space: nowrap;
	float: right;
	border: 0 none;
	border-left: 2px solid #dadada;
	width: 40px;
}
.custom_about-blog h3:before {
	content: "\e04c";
	font-family: 'Simple-Line-Icons';
	margin-right: 10px;
}
.custom_about-blog p {
	font-family: Raleway, sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	color: #818181;
	margin: 0;
}
.custom_about-blog .separator {
	position: relative;
	display: block;
	border: 0 none;
	border-bottom: 2px solid #dadada;
	margin: 32px 0 0;
	height: 2px;
}
.blog-sidebar .hs_cos_wrapper_type_post_filter h3:before {
	content: "\e01c";
	font-family: 'Simple-Line-Icons';
	margin-right: 10px;
}
.blog-sidebar .hs_cos_wrapper_type_post_filter ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.blog-sidebar .hs_cos_wrapper_type_post_filter ul li {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto;
}
.blog-sidebar .hs_cos_wrapper_type_post_filter ul li a {
	font-family: Raleway, sans-serif;
	font-size: 11px;
	line-height: 38px;
	letter-spacing: 1px;
	margin: 0 0 3px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	color: #464646;
	background-color: #ffffff;
	border-radius: 0px;
	border-style: solid;
	border-color: #dadada;
	border-width: 2px;
	height: 42px;
	display: inline-block;
	vertical-align: middle;
	padding: 0 17px;
	transition:background-color .15s ease-out, border-color .15s ease-out, color .15s ease-out;
}
.blog-sidebar .hs_cos_wrapper_type_post_filter ul li a:hover {
	color: #ffffff;
	border-color: #e5735c;
	background-color: #e5735c;
}
.blog-sidebar .hs_cos_wrapper_type_post_filter ul li .filter-link-count {
	display: none;
}
.custom_sidebar-banner {
	margin-top: 18px;
}
.custom_sidebar-rss h3:before {
	content: "\e067";
	font-family: 'Simple-Line-Icons';
	margin-right: 10px;
}
.custom_sidebar-rss .hs-rss-module .hs-rss-item {
	display: table;
	margin: 24px 0 0;
	width: 100%;
}
.custom_sidebar-rss .hs-rss-module .hs-rss-item:first-child {
	margin: 0;
}
.custom_sidebar-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
	width: 90px;
}
.custom_sidebar-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
	border-bottom: 1px solid #dadada;
	width: calc(100% - 90px - 20px);
	float: right;
	padding: 0;
}
.custom_sidebar-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-text a.hs-rss-title {
	font-family: Raleway, sans-serif;
	font-size: 13px;
	line-height: 22px;
	letter-spacing: 1px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	color: #464646;
}
.custom_sidebar-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-text a.hs-rss-title:hover {
	color: #e6735c;
}
.custom_sidebar-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-byline {
	color: #e6735c;
	font-family: Raleway, sans-serif;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	margin: 6px 0 0;
	opacity: 1;
}
.custom_sidebar-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-text .hs-rss-byline:before {
	content: "\e075";
	font-family: 'Simple-Line-Icons';
	margin-right: 10px;
	color: #464646;
}

/* =============== 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;
}
.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%;
}
.hs-author-profile .hs-author-bio {
	overflow: hidden;
	padding-top: 15px;
}
.hs-author-profile h2.hs-author-name {
    margin: 0 0 10px 0;
    font-size: 36px;
    color: #464646;
}
.hs-author-profile .hs-author-social-section {
	margin: 15px 0 0;
}


.hs-blog-sidebar-form .hs-form {
    font-family: 'Roboto', sans-serif;
    color: #818181;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.hs-blog-sidebar-form .hs-form .hs-form-field > label {
		font-family: 'Roboto', sans-serif;
		color: #818181;
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		margin-bottom: 0px;
}

.hs-blog-sidebar-form .hs-form .input input:not([type="checkbox"]) {
    background-color: rgba(255,255,255,0);
    border: 2px solid rgba(218,218,218,1);
    border-radius: 0;
    color: #636363;
    display: block;
    font-family: Raleway, sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: none;
    padding: 16px 17px 16px 20px !important;
    margin: 0 0 25px;
}
.hs-blog-sidebar-form .hs-richtext p {
    font-family: 'Roboto', sans-serif;
    color: #818181;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.hs-blog-sidebar-form .hs-richtext p a {
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.hs-blog-sidebar-form .hs-form .input input:not([type="checkbox"]):focus {
    color: #636363;
    background-color: rgba(255,255,255,0);
    border-color: rgba(129,129,129,1);
    box-shadow: none;
}
.hs-blog-sidebar-form .hs-form .actions input {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    background-color: #e5735c;
    border: 2px solid rgba(234,143,125,1);
    border-radius: 0;
    color: #ffffff;
    font-family: Raleway, sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    min-height: 51px;
    line-height: 47px;
    margin: 0;
    position: relative;
    padding: 0 24px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-shadow: none;
    width: auto;
    -webkit-transition: color .2s ease, background-color .2s ease, border-color .2s ease;
    -moz-transition: color .2s ease, background-color .2s ease, border-color .2s ease;
    -ms-transition: color .2s ease, background-color .2s ease, border-color .2s ease;
    -o-transition: color .2s ease, background-color .2s ease, border-color .2s ease;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.hs-blog-sidebar-form .hs-form .actions {
    text-align: center;
}

.hs-blog-sidebar-form .hs-form .actions input:hover {
    background-color: #dc5d42;
    border-color: rgba(234,143,125,1);
}

.hs-blog-sidebar-form .hs-form ul.hs-error-msgs.inputs-list li {
    margin: 0px;
    padding: 0px;
    border: none;
    background: transparent;
    font-size: 14px;
    text-align: left;
    position: relative;
    color: #f00;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.hs-blog-sidebar-form .hs-form .input input:not([type="checkbox"]).error {
    margin-bottom: 10px;
}





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


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

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

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

/* Labels and Legends */
label {}
.body-container .hs-form-field > label {
    font-size: 16px;
    color: #595d64;
    font-family: Lato,"Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
    font-weight: normal;
}
.body-container ul.hs-error-msgs.inputs-list {
    margin: 0px;
    padding: 0px;
    display: block;
}

.body-container ul.hs-error-msgs.inputs-list li {
    display: block;
    border: 1px solid #ce5f6d;
    color: #ce5f6d;
    background-color: #fae9e9;
    margin: 0 0 20px;
    padding: 10px;
    font-size: 14px;
    font-family: Lato,"Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
}


.body-container .hs_cos_wrapper_type_password_prompt,
.body-container .hs_cos_wrapper_type_email_simple_subscription,
.body-container .hs_cos_wrapper_type_form,
.body-container .hs_cos_wrapper_type_blog_subscribe,
.body-container .widget-type-google_search,#comment-form {
    font-family: Lato,"Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
}


/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select  {
    padding: 7px !important;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 14px;
    color: #595d64;
    border: 1px solid #cfd4d8;
    background-color: #fff;
    display: block;
    max-width: 700px !important;
    width: 100%;
    font-family: Lato,"Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
    min-height: 42px;
    outline: none;
    margin-top: 10px;
    margin-bottom: 20px;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
    border-color: #cfd4d8;
    -moz-box-shadow: 0 0 5px rgba(89,93,100,.75);
    -webkit-box-shadow: 0 0 5px rgba(89,93,100,.75);
    box-shadow: 0 0 5px rgba(89,93,100,.75);
}

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    text-decoration: none !important;
    padding: 10px;
    border: 0 solid transparent;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0;
    border-radius: 0!important;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 14px;
    color: #fff;
    background-color: #595d64;
    font-family: Lato, "Helvetica Neue", Arial, "Lucida Grande", Tahoma, Verdana, sans-serif;
    margin: 20px 0px;
    display: inline-block;
}

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

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


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


.hs-school-date-layout.no-banner-area .body-container-wrapper {
    padding-top: 0px;
}


/* start of training/sst page */


.hs-sidebar-layout .custom-button-itam:first-child .qbutton {
    margin-top: 0px;
}

.hs-sidebar-layout .custom-banner-image {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.hs-sidebar-layout .banner-heading {
    padding-top: 225px;
    padding-bottom: 175px;
}

.hs-sidebar-layout .body-container-wrapper {
  padding-top: 61px;
  padding-bottom: 70px;
}
.custom-two-column-section .page-center > div > div {
  margin-left: -15px;
  margin-right: -15px;
  width:auto;
}

.custom-two-column-section .widget-span.custom-sidebar-left-section {
  width: 66.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-two-column-section .widget-span.custom-sidebar-right-section {
  width: 33.33333333%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
}

.hs-sidebar-layout p {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  color: #212f3d;
  margin-top: 15px;
  margin-bottom: 15px;
}
.hs-sidebar-layout .banner-heading h2 {
    font-family: "Roboto Slab", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 24px;
    line-height: 1.125em;
}

.custom-sidebar-left-section p:last-child {
  margin-bottom: 0;
}

.custom-button-itam:first-child .qbutton{
  margin-top:20px;
}

.custom-button-itam:last-child .qbutton{
  margin-bottom:0;
}

/* 
.custom-button-itam:first-child .qbutton {
  margin-top: 0px;
} */

.custom-button-itam .qbutton {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding: 0;
  text-align: center;
  -webkit-box-sizing: border-box!important;
  -moz-box-sizing: border-box!important;
  box-sizing: border-box!important;
  letter-spacing: 2px;
  background-color: #f1775a;
  margin: 0;
  border-width: 2px;
  border-style: solid;
  border-color: #ea8f7d;
  position: relative;
  font-weight: 800;
  font-family: inherit;
  text-transform: uppercase;
  text-shadow: none;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  margin-bottom: 20px;
}

.custom-button-itam .text_holder {
  width: calc(100% - 50px);
  float: left;
  position: relative;
  line-height: inherit;
  padding: 0 20px;
}

.custom-button-itam .text_holder span {
  line-height: 46px;
  -webkit-transition-property: color,border-color,-webkit-transform;
  transition-property: color,border-color,transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.custom-button-itam .icon_holder {
  float: right;
  width: 50px!important;
  border-left: 2px solid #ea8f7d;
  margin: 0;
  position: relative!important;
  display: block;
  overflow: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: border-color .2s ease;
  -moz-transition: border-color .2s ease;
  -ms-transition: border-color .2s ease;
  -o-transition: border-color .2s ease;
  transition: border-color .2s ease;
  -webkit-transition-property: color,border-color,-webkit-transform;
  transition-property: color,border-color,transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.custom-button-itam .button_icon {
  font-size: 22px;
  line-height: inherit;
  vertical-align: top;
  color: inherit;
  -webkit-transition: initial;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.eltd_icon_font_awesome {
  font-family: 'fontawesome';
}

.fa-arrow-right:before {
  content: "\f061";
}
.custom-button-itam a{
  color: #fff;
}

.custom-button-itam .qbutton .text_holder span, 
.custom-button-itam .text_holder span{
		display: block;
		position: relative;
		height: 100%;
		z-index: 2;
}

.hs-sidebar-layout .custom-button-itam .qbutton .text_holder span {
    word-break: break-word;
}



.custom-button-itam .text_holder span{
  -webkit-transition-property: color,border-color,-webkit-transform;
  transition-property: color,border-color,transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.custom-button-itam .icon_holder span{
    -webkit-transition-property: color,border-color,-webkit-transform;
    transition-property: color,border-color,transform;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-button-itam a:hover{
  color: #fff;
  background-color: #dc5d42;
  border-color: #ea8f7d;
}

.custom-button-itam a:hover .text_holder span{
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.custom-button-itam a:hover .icon_holder{
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-heading h2 {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.125em;
  color:#fff;
  margin:0;
}

.custom-sidebar-left-section h3 {
  margin: 0;
  padding-bottom: 25px;
}

.custom-sidebar-left-section h3 span {
  font-family: Raleway,sans-serif;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: #636363;
}

.custom-sidebar-left-section blockquote.blockquote_shortcode > span {
  line-height: .55em;
  padding: 0;
  display: table-cell;
  font-size: 105px;
  font-weight: 400;
  color: #eaeaea;
  padding-left: 5px;
}

.custom-sidebar-left-section blockquote.blockquote_shortcode > span i {
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}

.custom-sidebar-left-section blockquote.blockquote_shortcode > span i:before {
  content: "\7b";
}

.custom-sidebar-left-section blockquote.blockquote_shortcode {
  display: table;
  border-left: 2px solid #333;
  padding: 0;
  position: relative;
  width: 100%;
  margin: 0;
  margin-bottom: 28px;
  margin-top: 28px;
}

.custom-sidebar-left-section blockquote.blockquote_shortcode > h3 {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
  padding-bottom: 0;
}



/* End of training/sst page */

/* start of Donation page */

.hs-donation-page .body-container-wrapper {
  padding-top: 60px;
  padding-bottom: 70px;
}

.custom-donation-area {
  overflow: hidden;
  position: relative;
  top: -1px;
}

.custom-donation-banner {
  padding-top: 61px;
  padding-bottom: 0px;
  text-align: center;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -15px;
  margin-right: -15px;
}

.donation-title {
  padding-top: 80px;
  padding-bottom: 30px;
}

.donation-title h1 {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 48px;
  line-height: 70px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
}


/*  end donation page */

/*  start APPLY TODAY page */


.hs-today-page .custom-banner-image {
  padding-top: 0;
  border-bottom: 1px solid #000000;
  text-align: center;
}

.hs-today-page .banner-heading {
  padding-top: 216px;
  padding-bottom: 175px;
}

.custom-today-section-1 h4 {
  padding-top: 61px;
  padding-bottom: 70px;
  color: #212f3d;
  margin: 0;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 20px;
  line-height: 29px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.custom-heading-icon .wpb_wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
}

.custom_separator {
  position: relative;
  display: block;
  border-bottom: 1px solid #b2b2b2;
  margin: 10px 0;
}

.custom-heading-icon .wpb_wrapper h3 {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  color: #212f3d;
  text-align: center;
}


.custom-heading-icon .eltd_icon_ion_icon {
  font-family: 'Ionicons';
}

.custom-heading-icon .eltd_icon_shortcode i {
  -webkit-transition: transform .2s ease,color .15s ease-out;
  -moz-transition: transform .2s ease,color .15s ease-out;
  -o-transition: transform .2s ease,color .15s ease-out;
  -ms-transition: transform .2s ease,color .15s ease-out;
  transition: transform .2s ease,color .15s ease-out;
  color: #f1775a;
  font-size: 4em;
}

.custom-heading-icon .eltd_icon_shortcode i:hover {
  color: #393939;
}

.custom-heading-icon .ion-android-arrow-down:before {
  content: "\f35d";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-heading-icon {
  border-bottom: 1px solid #000000;
  padding-top: 25px;
  padding-bottom: 70px;
  text-align: center;
}

.eltd_elements_holder {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.eltd_elements_holder .eltd_elements_item {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  background-size: cover;
}

.eltd_elements_holder .eltd_elements_item{
  width: 33.33333333333333%;
  float: left;
}

.eltd_elements_holder .eltd_elements_item_inner {
  width: 100%;
}
.eltd_image_with_text_over.image_zoom {
  overflow: hidden;
}

.eltd_image_with_text_over {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  cursor: default;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.eltd_image_with_text_over .shader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 0 0;
  background-color: rgba(0,0,0,0.35);
  background-repeat: repeat;
  z-index: 20;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.eltd_image_with_text_over.image_zoom img {
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: transform .3s;
  -webkit-transition: transform .3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.eltd_image_with_text_over img {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  z-index: 10;
}

.eltd_image_with_text_over .front_holder {
  transition-delay: 0s;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.eltd_image_with_text_over .front_holder, 
.eltd_image_with_text_over .back_holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 24;
  overflow: hidden;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0px);
}

.eltd_image_with_text_over .front_holder_inner,
.eltd_image_with_text_over .back_holder_inner {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: table;
} 

.eltd_image_with_text_over .front_holder_inner, 
.eltd_image_with_text_over .back_holder_inner {
  border: 1px solid #969393;
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease;
}

.eltd_image_with_text_over .front_holder_content, 
.eltd_image_with_text_over .back_holder_content {
  display: table-cell;
  vertical-align: middle;
}

.eltd_image_with_text_over .front_side, 
.eltd_image_with_text_over .back_side {
  text-align: center;
}

.eltd_image_with_text_over .content_title {
  font-family: Raleway, sans-serif;
  color: #ffffff;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.eltd_image_with_text_over .content_title,
.eltd_image_with_text_over .icon_holder {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}

.eltd_image_with_text_over:hover .front_holder, 
.eltd_image_with_text_over .back_holder {
  opacity: 0;
}
.eltd_image_with_text_over .back_holder {
  transition-delay: .1s;
}

.eltd_image_with_text_over .front_holder_inner, .eltd_image_with_text_over .back_holder_inner {
  border: 1px solid #969393;
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease;
}

.eltd_image_with_text_over .front_holder_content, .eltd_image_with_text_over .back_holder_content {
  display: table-cell;
  vertical-align: middle;
}

.qbutton.small {
  height: 38px;
  line-height: 38px;
  font-size: 10px;
  letter-spacing: 2px;
  background-color: #dd3333;
  margin: 0;
  border-width: 2px;
  border-style: solid;
  border-color: #ea8f7d;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: none;
  position: relative;
  -webkit-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
  -moz-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
  -ms-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
  -o-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
  transition: color .2s ease,background-color .2s ease,border-color .2s ease;
  -webkit-box-sizing: initial!important;
  -moz-box-sizing: initial!important;
  box-sizing: initial!important;
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  width: auto;
  font-family:Roboto, sans-serif;
  color:#fff;
  font-weight:800;
}

.qbutton:hover{
  border-color: #ea8f7d;
  color: #fff;
}

.eltd_image_with_text_over.image_zoom:hover img {
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}

.eltd_image_with_text_over:hover .front_holder,
.eltd_image_with_text_over .back_holder {
  opacity: 0;
}

.eltd_image_with_text_over:hover .front_holder {
  transition-delay: .1s;
}

.eltd_image_with_text_over:hover .back_holder {
  opacity: 1;
}

.eltd_image_with_text_over:hover .back_holder {
  transition-delay: 0s;
}

.eltd_image_with_text_over .front_holder_inner, 
.eltd_image_with_text_over .back_holder_inner {
  border: 1px solid #969393;
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease;
}

.custom-today-section-1 blockquote {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 70px;
}

.custom-today-section-1 blockquote hr {
  border-bottom-width: 1px;
  background-color: transparent;
  margin: 10px 0;
  height: auto;
  border: .5px dashed #bfbfbf;
}

.custom-today-section-1 blockquote h3 a {
  color: #212f3d;
}

.custom-today-section-1 blockquote h3 a:hover {
  color: #f1775a;
}

.custom-today-section-1 blockquote h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
}

/*  End APPLY TODAY page */


/*  start family-layout   page */

.hs-family-layout .custom-banner-image {
  padding-top: 0;
}

.hs-family-layout .banner-heading {
  padding-top: 170px;
}


.hs-family-layout.sticky-header .hs-header-bottom-content {
    background-color: #fff;
}

.hs-family-layout .body-container-wrapper {
  padding-top: 61px;
  padding-bottom: 20px;
}

.hs-family-layout .custom-family-left-section h2 {
  margin: 0;
}

.custom-family-form h3 {
  margin: 0;
  margin-bottom: 20px;
}

.hs-family-layout .custom-family-left-section P:last-child {
  margin-bottom: 0;
}
.hs-family-layout .custom-family-left-section P {
  margin-top: 15px;
  margin-bottom: 15px;
}

.custom-family-form p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.custom-family-form ul.inputs-list {
  margin: 0;
}

.custom-family-section-1 .widget-span.custom-family-left-section {
  width: 66.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-family-section-1 .widget-span.custom-family-right-section {
  width: 33.33333333%;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.widget-span.custom-family-section-1 .page-center > div > div {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

/*  End family-layout   page */


/*  start powerful-layout page */

.hs-powerful-layout .custom-banner-image {
  padding-top: 0;
}

.hs-powerful-layout .banner-heading {
  padding-top: 221px;
  padding-bottom: 150px;
}

.hs-powerful-layout .banner-heading h2 {
  font-size: 48px;
  line-height: 70px;
  font-family: 'Roboto Slab', sans-serif;
  letter-spacing: normal;
}

.hs-powerful-layout .body-container-wrapper {
  padding-top: 61px;
  padding-bottom: 70px;
}

.custom-powerful-section-1 p {
  margin-top: 15px;
  margin-bottom: 15px;
}

.custom-powerful-section-1 blockquote {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: italic;
  font-size: 17px;
  line-height: 1.6em;
  margin: 20px 0;
}

.custom-powerful-section-1 p:last-child {
  margin-bottom: 0;
}

.custom-powerful-section-1 blockquote > p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}


/*  End powerful-layout page */

/*  start Family Sync page */

.custom-family-button-wrapper .custom-button-itam .text_holder .a_overlay{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  display: block;
  padding: 0;
  z-index: 1;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: -webkit-transform .2s;
  transition: transform .2s;
  background-color: #dc5d42;
  box-sizing: border-box;
}

.custom-family-button-wrapper .custom-button-itam .qbutton {
  -webkit-transition-property: color,border-color,-webkit-transform;
  transition-property: color,border-color,transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.custom-family-button-wrapper .custom-button-itam a:hover .text_holder span {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.custom-family-button-wrapper .custom-button-itam .icon_holder > span{
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  display: inline-block;
  line-height: 46px;
  position: relative;
  text-align: center;
  width: 100%;
}

.custom-family-button-wrapper .custom-button-itam .icon_holder {
  white-space: nowrap;
}
.custom-family-button-wrapper .custom-button-itam .icon_holder > span {
  margin-left: -3px;
}

.custom-family-button-wrapper .custom-button-itam a:hover .icon_holder > span{
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.custom-family-button-wrapper .custom-button-itam a:hover .icon_holder{
  transform: none;
}

.hs-family-sync-layout .custom-banner-image {
  padding-top: 6px;
}

.hs-family-sync-layout .body-container-wrapper {
  padding-top: 30px;
  padding-bottom: 20px;
}

.custom-family-sync-section-1 h2 {
  margin: 0;
}

.custom-family-sync-section-1 p {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  color: #212f3d;
  margin-top: 15px;
  margin-bottom: 15px;
}

.custom-family-sync-section-1 p:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}

.custom-family-button-wrapper {
  margin-top: 80px;
}

.custom-family-button-wrapper .custom-button-itam:first-child .qbutton {
  margin-top: 0;
}

.custom-border-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}


.custom-border-inner {
  border: 2px solid #c9c9c9;
  position: relative;
  display: block;
  box-sizing: border-box;
  background-color: #fff;
}

.custom-border-content {
  padding: 15px 0;
}

.custom-family-sync-section-1 .custom-border-content p {
    padding: 0;
}

.custom-border-content h3 {
  margin: 0;
}

.custom-family-sync-section-1 h3 {
  margin: 0;
  color: #212f3d;
}

.custom-family-sync-section-1 .hs_cos_wrapper_type_header h1 {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.125em;
}

.hs-family-layout .wpb_wrapper.hs-accordian-grup-wrapper {
  margin-top: 40px;
}

.hs-family-layout .wpb_content_element.accordion .ui-accordion-header {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 14px;
}

.hs-family-layout .eltd_accordion_holder.accordion .wpb_wrapper h3 {
  margin: 0px;
}

/*  End Family Sync page */

/*  Start missions page */

.hs-term-missions-layout .banner-heading {
  padding-top: 340px;
  padding-bottom: 175px;
}

.hs-term-missions-layout .banner-heading h2 {
  font-size: 48px;
  line-height: 70px;
  letter-spacing: normal;
}

.hs-term-missions-layout .banner-heading h1 {
  color: #a8a8a8;
}


.hs-term-missions-layout .body-container-wrapper {
  padding-top: 40px;
}
.custom-term-missions-section-1 p {
  font-family: 'Roboto Slab';
  font-size: 20px;
  line-height: 145%;
  margin: 25px auto;
}

.custom-term-missions-section-1 .hs-accordian-grup-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}


.custom-term-missions-section-1  span.tab-title {
  font-size: 14px;
}

.hs-term-missions-layout .body-container .hs-input ,
.hs-volunteer-layout .body-container .custom-volunteer-form .hs-input{
  padding: 10px 17px !important;
  border: 1px solid #e9e9e9;
  outline: 0;
  resize: none;
  line-height: 18px;
  background-color: #f6f6f5;
  color: #7f8385;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: Roboto, sans-serif;
  font-size: 13.3333px;
}


.hs-term-missions-layout .body-container .hs-input:focus ,
.hs-volunteer-layout .body-container .custom-volunteer-form .hs-input:focus{
  border-color: #f1775a;
  color: #7f8385;
  box-shadow: none;
}

.hs-term-missions-layout .body-container .hs-form-field label {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  color: #212f3d;
}

.hs-term-missions-layout .body-container .hs-button.primary ,
.hs-volunteer-layout .body-container .custom-volunteer-form .hs-button.primary{
  position: relative;
  width: auto;
  height: 46px;
  line-height: 46px;
  margin: 0;
  border-width: 2px;
  border-style: solid;
  border-color: #ea8f7d;
  font-size: 13px;
  font-weight: 800;
  font-family: inherit;
  text-align: left;
  color: #fff;
  background-color: #e5735c;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 1px;
  white-space: nowrap;
  -webkit-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
  -moz-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
  -ms-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
  -o-transition: color .2s ease,background-color .2s ease,border-color .2s ease;
  transition: color .2s ease,background-color .2s ease,border-color .2s ease;
  -webkit-box-sizing: initial!important;
  -moz-box-sizing: initial!important;
  box-sizing: initial!important;
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  background-color: #f1775a;
  border-color: #f1775a;
  font-family:Roboto, sans-serif;
}

.hs-term-missions-layout .body-container .hs-button.primary:hover ,
.hs-volunteer-layout .body-container .custom-volunteer-form .hs-button.primary:hover{
  font-size: 13px;
  font-weight: 800;
  border-color: #f1775a;
  background-color: #dc5d42;
  font-family:Roboto, sans-serif;
}

.custom-term-missions-section-3 {
  padding-top: 100px;
  padding-bottom: 80px;
  text-align: center;
}

.custom-mission-bottom-text blockquote {
  margin: 20px 0;
  margin-bottom: 0;
}

.custom-mission-bottom-text h4 {
  margin: 0;
}

.custom-mission-bottom-text blockquote p:last-child {
  margin-bottom: 0;
}

.custom-mission-bottom-text blockquote p {
  margin-bottom: 15px;
  margin-top: 15px;
}

.custom-term-missions-section-2 .hs-full-width-bg .hs-full-content {
  margin: 0;
  margin-top: 50px;
}

.custom-term-missions-section-2 .hs-full-width-banner-heading {
  padding: 0;
}

.custom-term-missions-section-2 .hs-full-width-banner-heading h1 {
  font-size: 48px;
  line-height: 70px;
}

.custom-term-missions-section-2 .hs-full-width-banner-heading h2 {
    font-size: 24px;
    line-height: 1.125em;
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.hs-term-missions-layout .hs-full-width-bg-area .rotate_text_and_icon.animate_button {
    color: #fff;
    border-color: #ea8f7d;
    background-color: #f1775a;
}

.hs-term-missions-layout .hs-full-width-bg-area .rotate_text_and_icon.animate_button:hover {
    color: #fff;
    background-color: #dc5d42;
    border-color: #ea8f7d;
}


.hs-term-missions-layout .hs-full-width-bg-area .qbutton.icon_right .icon_holder {
    border-left: 2px solid #ea8f7d;
}
.hs-term-missions-layout .custom-term-missions-section-2 .hs-full-width-bg .hs-full-content {
    margin-bottom: 32px;
}


.hs-term-missions-layout .body-container .hbspt-form  ul.hs-error-msgs.inputs-list li {
    background: transparent;
    padding: 0px;
    border: none;
    font-size: 14px;
    color: #f00;
}

.hs-term-missions-layout .body-container .hbspt-form  ul.hs-error-msgs.inputs-list li label {
    font-size: 14px;
    color: #f00;
    font-weight: normal;
}
.hs-term-missions-layout .body-container .hbspt-form .input input {
    margin-bottom: 0px;
}
.hs-term-missions-layout .body-container .hbspt-form textarea {
    height: 212px;
}




/*  End missions page */

/*  Start volunteer page */

.custom-volunteer-form-border-wrapper {
  padding-top: 61px;
  padding-bottom: 70px;
}

.custom-volunteer-form-border {
  position: relative;
  margin: 10px 0;
  border-bottom: 2px dotted #000;
}

.hs-volunteer-layout .custom-banner-image {
  padding-top: 0;
}

.hs-volunteer-layout .banner-heading {
  padding-top: 235px;
  padding-bottom: 145px;
}

.custom-volunteer-section-1 {
  padding-top: 40px;
  padding-bottom: 10px;
}

.custom-volunteer-section-1 .custom-button-itam:first-child .qbutton {
  margin: 0;
}

.custom-volunteer-section-1 .custom-button-itam {
  padding-top: 25px;
  padding-bottom: 20px;
  width: 34.333333%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-volunteer-form-inner {
    text-align: center;
    max-width: 66.66%;
    margin: 0 auto !important;
    float: none !important;
    padding-bottom: calc(82px + 40px);
}
.custom-volunteer-form-inner > div {
    padding-left: 21%;
    padding-right: 21%;
}

.hs-volunteer-layout .body-container .custom-volunteer-form .hs-input{
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 10px;
    font-family: Open-Sans, sans-serif;
    font-size: 13.3333px;
    line-height: 18px;
    min-height: auto;
    color: #7f8385;
}
.hs-volunteer-layout .body-container .custom-volunteer-form textarea {
    height: 120px;
}
.body-container  .custom-volunteer-form ul.hs-error-msgs.inputs-list li {
    padding: 0px;
    margin: 0px;
    color: #f00;
    border: none;
    background: transparent;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}

.hs-volunteer-layout .body-container .custom-volunteer-form .hs-input.invalid.error {
    margin-bottom: 0px;
}

.custom-volunteer-form-text {
  text-align: left;
}

.custom-volunteer-form-text p {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  color: #212f3d;
  margin-top: 15px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.custom-volunteer-form-text h3 {
  padding-bottom: 30px;
  margin: 0;
}

.custom-volunteer-form span.hs-form-required {
  display: none;
}

.custom-volunteer-form-text p strong {
  color: #464646;
}


/*  End volunteer page */

/*  Start Contact us page */
.custom-contact-left-section p {
    padding-bottom: 10px;
}
.custom-contact-left-section p a {
    display: inline-block;
}
.custom-contact-text p:last-child {
    margin-bottom: 0px;
}
.hs-contact-us-layout .custom-banner-image {
  padding-top: 0;
}

.hs-contact-us-layout .banner-heading {
  padding-top: 223px;
  padding-bottom: 231px;
}

.hs-contact-us-layout .body-container-wrapper {
  padding-top: 61px;
  padding-bottom: 25px;
}

.custom-contact-text {
  padding: 15px;
  background-color: #d1d1d1;
}

.custom-contact-text h2 {
  text-align: center;
  font-size: 34px;
  line-height: 50px;
  margin: 0;
}

.custom-contact-text p {
  margin-bottom: 0;
}

.custom-contact-left-section img {
  margin-bottom: 27px;
}

.custom-contact-left-section p {
  margin-bottom: 25px;
}

.custom-contact-left-section p strong {
  color: #464646;
}

.custom-contact-left-section p:last-child {
  margin-top: 40px;
}

.custom-contact-us-form h3 {
  font-size: 16px;
  color: #595d64;
  margin-bottom: 10px;
  text-transform: none;
  font-family: Lato,"Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
  letter-spacing: normal;
  font-weight: 400;
  font-style: normal;
}


.custom-contact-us-form li.hs-form-booleancheckbox label {
  font-size: 14px;
  line-height: 28px;
  color: #595d64;
  font-family: Lato,"Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
  font-weight: 400;
  font-style: normal;
}


.custom-contact-us-form .hs-form ul.inputs-list li input + span:before {
    content: '';
    display: inline-block;
    margin-top: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition-property: border,background-color;
    -o-transition-property: border,background-color;
    -webkit-transition-property: border,background-color;
    transition-property: border,background-color;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    width: 14px;
    height: 14px;
    margin-right: 7px;
    border: 1px solid #cfd4d8;
    background-color: #fff;
    position: absolute;
    left: 2px;
    top: 6px;
    background-size: 65%;
    background-position: 50%;
    background-repeat: no-repeat;
}

.custom-contact-us-form .hs-form ul.inputs-list li input {
    visibility: hidden;
    opacity: 0;
}

.custom-contact-us-form .hs-form ul.inputs-list li {
    position: relative;
}

.custom-contact-us-form .hs-form ul.inputs-list li input:checked + span:before {
    width: 14px;
    height: 14px;
    margin-right: 7px;
    border: 1px solid #cfd4d8;
    background-color: #fff;
    border-color: #cfd4d8;
    -moz-box-shadow: 0 0 5px rgba(89,93,100,.75);
    -webkit-box-shadow: 0 0 5px rgba(89,93,100,.75);
    box-shadow: 0 0 5px rgba(89,93,100,.75);
    border-color: #595d64;
    background-color: #595d64;
    background-image: url(//cdn2.hubspot.net/hubfs/2820890/YWAMTyler_January2019%20Theme/Image/checked.svg);
}


.custom-contact-us-form .hs-form legend.hs-field-desc {
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    line-height: 12px;
    color: #595d64;
    margin-top: 2px;
}

.custom-contact-us-form .hs-form .input input {
    margin-top: 4px;
}





/*  End Contact us page */

/*  Start Donate us page */

.hs-donate-layout .hs-header-top-content {
  background-color: #fff;
}

.hs-donate-layout .hs-header-bottom-content {
  background-color: #ffffff;
}

.hs-donate-layout .banner-heading {
  padding-top: 251px;
  padding-bottom: 195px;
}

.hs-donate-layout .hs-header-bg {
  position: relative;
}

.hs-donate-layout .body-container-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}
.custom-donate-right-section {
  background-color: #dbdbdb !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 35px;
  text-align: center;
}

.custom-donate-right-section h4 {
  font-size: 20px;
  line-height: 29px;
  margin: 0;
}

.blue-button {
  position: relative;
  width: auto;
  line-height: 46px;
  margin: 0;
  border-width: 2px;
  border-style: solid;
  border-color: #ea8f7d;
  font-size: 13px;
  font-weight: 800;
  font-family: inherit;
  text-align: left;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: none;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  border-color: #1e73be;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background-color: #1e73be;
  letter-spacing: 2px;
  padding: 0 20px;
  margin-bottom: 20px;
}

.blue-button span{
 line-height:46px;
}

.custom-donate-left-section {
  width: 66.66666667% !important;
  padding-left: 15px;
  padding-right: 15px;
  text-align:center;
}

.custom-donate-right-section {
  width: 33.33333333% !important;
  margin-left: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}

.custom-donate-section-1 .page-center > div > div {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a span {
    color: #212f3d;
}

.custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a:hover span {
    color: #fff;
}




/*  End Donate us page */

/*  Start College us page */
.hs-college-credit-layout .custom-banner-image {
  padding-top: 0;
}

.hs-college-credit-layout .banner-heading {
  padding-top: 220px;
}

.hs-college-credit-layout .body-container-wrapper {
  padding-top: 61px;
  padding-bottom: 70px;
}
.custom-college-credit-section-1 h4 {
  margin: 0;
}

.hs-family-dts-layout .custom-banner-image {
  padding-top: 0;
}

.hs-family-dts-layout .hs-sub-training-content .page-center {
  padding-top: 40px;
}

.hs-family-dts-layout .custom-family-button-wrapper {
  margin-top: 40px;
}

.hs-family-dts-layout .chat-form-title {
  position: relative;
  top: 5px;
}

.hs-locations-layout .custom-banner-image {
  padding-top: 0;
}

.hs-locations-layout .banner-heading {
  padding-top: 220px;
  padding-bottom: 200px;
}

.custom-locations-section-top-contant {
  padding-top: 61px;
  padding-bottom: 10px;
}

.custom-locations-section-top-contant h4 {
  margin: 0;
}

.custom-ywam-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.custom-ywam-content a {
  padding-left: 60px;
}



.hs-locations-layout.hs-three-col-slider .hs-three-col-full-width {
    padding-top: 0px;
}

.hs-locations-layout.hs-three-col-slider .separter-wrap {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}
.hs-locations-layout .body-container p a {
    color: #f1775a;
}







/*  End College us page */

/*  start ministries page */

.hs-ministries-layout .banner-heading {
  padding-top: 250px;
  padding-bottom: 246px;
}

.custom-ministries-section {
  padding-top: 61px;
  padding-bottom: 20px;
}

.hs-ministries-layout .custom-ministries-section {
  padding-top: 61px;
  padding-bottom: 20px;
}

.hs-ministries-layout .hs-accordian-grup-wrapper {
  padding-top: 30px;
  padding-bottom: 20px;
}

.hs-ministries-layout span.tab-title {
  font-size: 14px;
}

.fa-arrows:before {
  content: "\f047";
}

.ion-android-exit:before{
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-android-exit:before {
  content: "\f385";
}
.fa-angle-double-down:before {
  content: "\f103";
}

/*  End ministries page */

/*  Start who-we-are-layout page */

.hs-who-we-are-layout .custom-banner-image {
  padding-top: 0;
}

.hs-who-we-are-layout .banner-heading {
  padding-top: 211px;
  padding-bottom: 135px;
}

.hs-who-we-are-layout .banner-heading h2 {
  font-size: 48px;
  line-height: 70px;
  letter-spacing: normal;
}

.custom-god-content {
  padding-top: 50px;
  padding-bottom: 20px;
}

.custom-god-content h3 {
  margin: 0;
  margin-bottom: 20px;
}

.custom-god-content h4 {
  margin: 0;
}

.custom-adventure-god-contnt {
  padding-top: 30px;
  padding-bottom: 40px;
}

.custom-adventure-god-contnt h3 {
  border: 2px solid #bababa;
  padding: 15px;
  margin: 0;
  text-align: center;
  color: #bababa;
}

.hs-who-we-are-layout 
.eltd_tabs.horizontal.left {
  padding-top: 20px;
  padding-bottom: 30px;
}

.hs-who-we-are-layout .tab-content .wpb_wrapper p:last-child {
  margin-bottom: 0;
}



/*  End who-we-are-layout page */


/* Start Request Team  */
.hs-request-team-layout .custom-banner-image {
  padding-top: 22px;
}

.hs-request-team-layout .banner-heading {
  padding-top: 203px;
  padding-bottom: 215px;
}

.hs-request-team-layout .custom-request-team-content p {
  font-family: 'Roboto Slab';
  font-size: 20px;
  line-height: 145%;
  margin: 25px auto;
}

.hs-request-team-layout .custom-request-team-content p:last-child {
  margin-bottom: 0;
}

.custom-request-team-content {
  padding-top: 15px;
  padding-bottom: 20px;
}

.hs-request-team-layout .hs-sidebar-chat-form h3 {
  padding-top: 5px;
  padding-bottom: 40px;
  text-align: center;
  font-size: 34px;
  line-height: 50px;
  margin: 0;
  letter-spacing: normal;
  margin-bottom: 32px;
}

.hs-sidebar-chat-form .hs-form .input input {
  min-height: 18px !important;
  height: auto !important;
}

.hs-request-team-layout .hs-sidebar-chat-form .hs-form .input input {
  max-width: 100% !important;
}

/* End Request Team  */

/* Start Worship Team  */

.fa-angle-right:before {
  content: "\f105";
}

.hs-worship-layout .custom-banner-image {
  padding-top: 0;
}

.hs-worship-layout .banner-heading {
  padding-top: 225px;
  padding-bottom: 175px;
}

.custom-worship-iramee {
  padding-top: 61px;
  padding-bottom: 20px;
}
.hs-worship-layout .custom-worship-iramee {
    padding-top: 54.25%;
    position: relative;
    margin-top: 60px;
}

.hs-worship-layout .custom-worship-iramee iframe {
    width: 100%;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.custom-worship-left-content h3{
  margin:0;
  margin-top: 32px;
  padding-bottom: 20px;
}


.custom-worship-right-content {
  border: 2px solid #dbdbdb;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
}

.custom-worship-right-content h4 {
  margin: 0;
  font-size: 20px;
  line-height: 29px;
}

.custom-worship-right-content h4 a {
  color: #212f3d;
}

.custom-worship-right-content h4 a:hover {
  color: #f1775a;
}

.custom-worship-right-section {
  padding-top: 20px !important;
}

.custom-worship-right-section .custom-button-itam:last-child .qbutton {
  margin-top: 0;
}

.custom-worship-right-section .custom-button-itam {
  margin-bottom: 20px;
}

.custom-worship-left-content {
  margin-bottom: 32px;
}

.hs-worship-layout .hs-dts-tution-sec-wrapper {
  background-color: #f4f4f4;
}

.hs-worship-layout .custom-button-itam .icon_holder span {
  display: block;
  font-size: 19px;
  height: 100%;
  line-height: inherit;
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0;
}

/* End Worship Team  */

/* Start involved Page  */

.hs-get-involved-layout .custom-banner-image {
  padding-top: 0;
}

.hs-get-involved-layout .banner-heading {
  padding-top: 180px;
  padding-bottom: 220px;
}

.custom-get-involved-section-1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.custom-get-involved-left-section h3 {
    margin: 0;
}


.custom-get-involved-right-section .eltd_accordion_holder {
    margin-top: 27px;
}

.custom-get-involved-right-section .wpb_content_element.accordion .ui-accordion-header {
  border: none;
}

.custom-get-involved-right-section span.tab-title .tab-title-inner {
  font-size: 20px;
  font-family: 'Roboto Slab', sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.custom-get-involved-right-section {
  margin-left: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
  width: 50% !important;
}

.custom-get-involved-left-section {
  margin-left: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
  width: 50% !important;
}

.custom-get-involved-section-1 .page-center > div > div {
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
}

.custom-get-involved-right-section .wpb_content_element.accordion .ui-accordion-header {
  padding: 0;
}


.custom-get-involved-right-section .wpb_content_element.accordion .ui-accordion-header {
  margin: 19px 0 0;
}

.custom-get-involved-right-section .wpb_content_element.accordion .ui-accordion-header:first-child {
  margin: 0;
}


.custom-get-involved-right-section .eltd_accordion_holder .ui-accordion-header .accordion_mark {
  background-color: #f6f6f5 !important;
  width: 42px;
  height: 42px;
  line-height: 40px;
  border: 1px solid #f6f6f5 !important;
  top: 5px;
}

.custom-get-involved-right-section .eltd_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon span[class^="arrow_"] {
  font-weight: normal;
  margin-left: 0px;
}

.custom-get-involved-right-section .eltd_accordion_holder.accordion div.accordion_content {
  border: none;
}

.custom-get-involved-right-section .eltd_accordion_holder.accordion div.accordion_content_inner {
  padding: 0;
  padding-top: 6px;
  padding-bottom: 4px;
}

.custom-get-involved-right-section .active-title span.tab-title .tab-title-inner {
  color: #f1775a;
}

.custom-involved-tyler-wrapper {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 1px 1px 1px 1px;
  text-align: left;
}

.custom-involved-tyler-inner {
  padding-left: 50px;
  padding-right: 50px;
}

.custom-involved-tyler-title h2 {
  font-size: 34px;
  line-height: 50px;
  margin: 0;
  color: #fff;
}

.custom-involved-tyler-title {
  padding-top: 55px;
  padding-bottom: 40px;
  text-align: center;
}

.custom-involved-item {
  width: 16.66666667% !important;
  float: left;
  position: relative;
  min-height: 1px;
}
.custom-involved-item-inner {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.custom-involved-image img {
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  vertical-align: middle;
}

h4.custom-involved-item-title {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin: 0;
  margin-top: 15px;
}

.custom-involved-item-content {
  margin-bottom: 55px;
}

.custom-get-involved-section-3 {
  padding-top: 61px;
  padding-bottom: 70px;
  text-align: center;
}

.custom-get-involved-bottom-text h3 {
  padding-top: 75px;
  margin: 0;
  margin-bottom: 40px;
}

.custom-get-involved-bottom-text h4 {
  padding-bottom: 75px;
  margin: 0;
}

.custom-get-involved-bottom-text {
  margin-left: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
  width: 66.66666667% !important;
}

.involved-section-Spacer-3 {
  width: 16.66666667% !important;
  margin: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}

/* End involved Page  */


/* Start Application Page  */

.hs-application-layout .custom-banner-image {
  padding-top: 0;
}

.hs-application-layout .banner-heading {
  padding-top: 210px;
  padding-bottom: 221px;
}

.custom-application-section {
  padding-top: 61px;
  padding-bottom: 70px;
}

.custom-application-text p {
  margin: 0;
  text-align: center;
}

.hs-application-layout .body-container .hs-form-field > label {
  float: left;
  padding-right: 30px;
  line-height: 24px;
  font-family: 'Roboto', sans-serif;
  color: #212f3d;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 5px;
  padding-top: 10px;
  min-width:200px;
}

.hs-application-layout .hs-form-field {
  border: 1px solid #e6e6e6;
  padding: 0 10px;
}
.hs-application-layout .body-container .custom-application-form .hs-input {
  margin: 5px 10px;
  min-height: unset;
}

.hs-application-layout .body-container .custom-application-form select {
  height: 35px;
}

.hs-application-layout .hs-form-field:nth-child(2) {
  margin-top: -1px;
}

.custom-application-text p {
    margin-top: 0px !important;
}



/* End Application Page  */

/* Start School Date Page  */
.hs-school-image {
  position: relative;
  top: -1px;
}

.hs-school-image img {
  width: 100% !important;
}

.custom-school-section-1 {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.custom-school-section-1 h3 {
  margin: 0;
  padding-bottom: 40px;
}

a.btn-red {
  position: relative;
  width: auto;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  border-width: 2px;
  border-style: solid;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: none;
  border-color: #ea8f7d;
  font-size: 20px;
  font-weight: 800;
  background-color: rgb(241, 119, 90);
  letter-spacing: 2px;
  line-height: 54px;
  -webkit-transition-property: color,border-color,-webkit-transform;
  transition-property: color,border-color,transform;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  color: #fff;
}

a.btn-red span {
  padding: 0 20px;
}

a.btn-red:hover {
  background-color: rgba(0, 0, 0, 0.29);
}

.custom-school-date-wrapper {
  background-color: #dddddd;
  text-align:center;
}

.hs-school-top-item {
  width: 20%;
  float: left;
}

.hs-school-top-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.hs-school-top-wrapper {
  padding-top: 54px;
  padding-bottom: 30px;
}

.hs-school-top-heading h3 {
  font-size: 24px;
  margin: 0;
  line-height: 1.125em;
}

.hs-school-top-heading h3 a {
  color: #212f3d;
	    -webkit-transition: color .15s ease-out;
    -moz-transition: color .15s ease-out;
    -o-transition: color .15s ease-out;
    -ms-transition: color .15s ease-out;
    transition: color .15s ease-out;
}
.hs-school-top-heading h3 a:hover {
    color: #f1775a;
}

.hs-school-top-heading h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: bold;
}

.hs-school-item span.tab-title {
  display: table;
  width: 100%;
  height: 100%;
  line-height: normal;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
		height: 42px;
		line-height: 42px;
		cursor: pointer;
}

.hs-school-item .accordion_mark {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 40px;
  background-color: #f6f6f5;
  -webkit-transition: background-color .15s ease-out,border-color .15s ease-out;
  -moz-transition: background-color .15s ease-out,border-color .15s ease-out;
  -ms-transition: background-color .15s ease-out,border-color .15s ease-out;
  -o-transition: background-color .15s ease-out,border-color .15s ease-out;
  transition: background-color .15s ease-out,border-color .15s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #f6f6f5;
	
}

.hs-school-item span.tab-title-inner {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  line-height: normal;
  vertical-align: middle;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hs-school-wrapper {
  position: relative;
  display: block;
  border-top: 1px dotted #b2b2b2;
  margin: 10px 0;
  margin-top: 20px;
  margin-bottom: 0px;
}

.hs-school-item .accordion_mark_icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
  -webkit-transition: opacity .15s ease-out;
  -moz-transition: opacity .15s ease-out;
  -ms-transition: opacity .15s ease-out;
  -o-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
  margin-left: -1px;
  font-family: 'ElegantIcons';
  speak: none;
  font-variant: normal;
  text-transform: none;
  line-height: unset;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  color: #464646;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
}

.hs-school-item .accordion_mark_icon .arrow_carrot-up {
  opacity: 0;
  filter: alpha(opacity=0);
}

.hs-school-item {
  position: relative;
}

.hs-school-item-content p {
  margin-bottom: 0;
}

.hs-school-item-content {
  padding: 10px 0 0 0;
}

.hs-school-top-wrapper{
  margin-left:-15px;
  margin-right:-15px;
}

.custom-school-section-4 h3 {
  font-size: 20px;
  line-height: 29px;
  text-transform: none;
  letter-spacing: normal;
}

.custom-school-section-4 .hs-school-top-item {
  width: 33.33333333%;
}

.custom-school-section-4 .hs-school-top-wrapper {
  padding-top: 20px;
}

.hs-school-item.active-item span.tab-title-inner {
  color: #f1775a;
}

.hs-school-item.active-item .accordion_mark_icon .arrow_carrot-up {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #f1775a;
}

.hs-school-item.active-item .accordion_mark_icon .arrow_carrot-down {
  opacity: 0;
  filter: alpha(opacity=0);
  color: #f1775a;
}

.hs-school-item.active-item .accordion_mark {
  color: #f1775a;
}

.hs-school-item:nth-child(2) {
  margin: 28px 0 0;
}

.hs-school-item:hover span.tab-title-inner {
    color: #f1775a;
}

.hs-school-item:hover .accordion_mark_icon span {
    color: #f1775a;
}



.hs-college-credit-layout .body-container p a {
			color: #f1775a;
	}


/* End School Date  Page  */



.hs-event-page .banner-heading h1 span {
   color: #d1d1d1;
}

.custom-volunteer-section-1 p a {
   color: #f1775a;
}



/* Training Page  */
.training-banner .custom-banner-image {
  min-height: 660px;
}

.hs-two-right-btn {
  padding: 15px 0 10px;
  text-align: center;
}

.hs-two-right-btn-inner>.col {
}

.hs-two-right-btn-inner {
  display: flex;
  align-items: center;
  padding: 20px;
}

.hs-two-right-btn-inner .hs-left-75 {
  width: 75%;
}

.hs-two-right-btn-inner .hs-left-25 {
  width: 25%;
  text-align: left;
}

.hs-two-right-btn-inner h4 {
  margin: 17px 0;
}
.hs-training-sec1 .hs-full-width-bg {
  padding: 0;
}

.hs-training-sec1 .hs-full-width-bg .hs-full-content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 200px 15px;
}

.hs-training-sec1 .hs-full-width-bg h1 {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 20px;
  line-height: 29px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: none;
}

.hs-training-sec1 .hs-full-width-bg .hs-full-width-banner-heading {
  padding: 0;
}
.hs-training-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.training-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background-size: cover;
  overflow: hidden;
  width: 25%;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 265px;
}

.training-item .eltd_elements_item_inner {
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .22s ease;
  transition: all .22s ease;
  height: 100%;
}

.training-item .eltd_elements_item_content {
  padding: 10% 15% 12% 15%;
  text-align: center;
  color: #fff;
}

.eltd_icon_shade {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 25;
}

.separator.transparent {
  border-color: transparent!important;
  clear: both;
}

.separator {
  position: relative;
  display: block;
  border-bottom: 1px solid #b2b2b2;
  margin: 10px 0;
}

.body-container .training-item p,
.training-item h2 {
  color: #fff;
}

.body-container .training-item p {
  margin: 15px 0 0;
}

.training-item .animated_boxes_shader {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(22,22,22,0);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease .1s;
  transition: all .3s ease .1s;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.training-item:hover .animated_boxes_shader {
  opacity: 1;
  filter: alpha(opacity=100);
}

.training-item:hover .eltd_elements_item_inner {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.training-item:first-child {
  width: 100%;
}

.training-item:nth-child(n + 2):not(:nth-child(n + 5)) {
  width: 33.33333%;
}

.training-item .separator.transparent {
  margin-top: 30px;
  margin-bottom: 0px;
}

.training-item .separator.small.center {
  margin: 10px auto 20px auto;
  border-color: #ffffff;
  border-bottom-width: 2px;
  width: 25px;
  margin-top: 15px;
  margin-bottom: 20px;
  border-style: solid;
  height: 0 !important;
  border: 0;
  border-bottom: 2px solid #fff;
}
.arrow_carrot-2right:before {
  content: "\39";
}

.fa-check-square:before {
  content: "\f14a";
}
.hs-two-right-btn-inner .hs-right-25 {
  width: 25%;
  text-align: right;
}


.hs-training .qbutton:hover span.hidden_text {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.hs-training .qbutton:hover .text_holder span {
  -webkit-transform: translateY(0%);
  transform: translateY(0);
}

.hs-training .qbutton .button_icon {
  font-size: 19px;
}

.hs-training .hs-training-group .qbutton {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.hs-training .hs-training-group .qbutton span.icon_holder {
  border-color: #fff;
  font-family: 'ElegantIcons'!important;
}

.hs-training .hs-training-group .qbutton span.hidden_icon {
  color: #e5735c !important;
}

.hs-training .qbutton {
  font-size: 13px;
  width: auto;
  margin-top: 0 !important;
}
.hs-training .qbutton {
  font-size: 13px !important;
  width: auto !important;
}

.hs-training-sec2 {
  padding: 20px 15px;
}

.hs-training-sec2 .separter-wrap {
  display: none;
}

.hs-training-sec2 .hs_column_container.hs_col-sm-left.hs_col-sm-4 {
  width: 50%;
}

.hs-training-sec2 .hs_column_container.hs_col-sm-left.hs_col-sm-4 a.qbutton {
  width: auto !important;
  display: inline-block !important;
}

.fa-certificate:before {
  content: "\f0a3";
}

.hs-training-sec3 {
  padding: 20px 0 31px;
}

.hs-training-sec3 a {
  color: #f1775a;
  background: transparent;
}

.hs-training-sec3 a:hover {
  background: transparent !important;
  color: #f1775a;
}
.eltd_image_with_text_over:hover .shader {
   background-color: rgba(250, 250, 250, 0.01) !important;
}

.hs-training .hs-two-right-btn a.qbutton.rotate_icon.animate_button.icon_right {
    color: #ffffff;
    font-size: 12px !important;
    line-height: 47px;
    height: 47px;
    font-style: normal;
    font-weight: 700;
    font-family: Raleway;
    text-transform: uppercase;
    letter-spacing: 2px;
    vertical-align: middle;
    box-sizing: content-box !important;
}

.hs-training .custom-button-itam .qbutton .text_holder span {
    white-space: nowrap;
}





.hs-term-missions-layout .custom-term-missions-section-1 .hs_cos_wrapper_type_rich_text p {
    font-family: 'Roboto Slab';
    font-size: 20px;
    line-height: 145%;
    margin: 25px auto;
}
.hs-term-missions-layout .custom-term-missions-section-1 .hs_cos_wrapper_type_rich_text p:last-child {
    margin-bottom: 0px;
}



.body-container .hs-search-field--open .hs-search-field__suggestions {
 list-style: none;
 padding: 10px;
}

.body-container .hs-search-field--open .hs-search-field__suggestions a{
  padding: 1px 5px
}

.body-container .hs-search-results .hs-search-results__listing {
 padding: 10px 0;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li:before {
 display: none;
}

.body-container .hs-search-field--open .hs-search-field__suggestions li {
    word-break: break-all;
}


.body-container .hs-search-field--open .hs-search-field__suggestions li#results-for {
 margin-bottom: 10px;
}







.header-widget.header-contact-info span:hover {
  color: #e5735c;
}

.eltd_icon_shade a:hover i {
  color: #e5735c;
}

#back-to-top{
  width: 53px;
  height: 53px;
  bottom: 125px;
  position: fixed;
  margin: 0;
  z-index: 80;
  right: 25px;
  -webkit-transition: -webkit-transform .15s ease-out;
  transition: transform .15s ease-out;
}

#back-to-top > span {
  font-size: 28px;
  color: #dadada;
  height: 53px;
  width: 53px;
  border-radius: 50px;
  background-color: rgba(255,255,255,0);
  border: 1px solid transparent;
  border-width: 2px;
  line-height: 49px;
  border-color: rgba(218,218,218,1);
  position: relative;
  vertical-align: middle;
  text-align: center;
  display: inline-block;
}

#back-to-top > span:before {
  content: "\32";
  font-family: 'ElegantIcons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin-left: -1px;
}

#back-to-top:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

#back-to-top:hover > span {
  color: #ffffff;
  background-color: rgba(229,115,92,1);
  border-color: rgba(229,115,92,1);
}

.hs-school-of-evangelism-page .hs-message-section a.close:hover i {
  color: #e5735c!important;
}


.fa-angle-double-right:before {
  content: "\f101";
}


.rotate_text_and_icon.animate_button + a {
  margin-left: 26px;
}



.apply-dts-page .banner-heading {
    padding-top: 190px;
    padding-bottom: 175px;
  }

  .apply-dts-form-wrapper {

    margin: 20px auto;
    padding: 20px;
  }

  .apply-dts-page .body-container {
    padding: 20px;
  }

  .apply-dts-top-content h2,
  .apply-dts-form .hs-richtext h2{
    margin-bottom: 40px;
    padding: 20px 20px 30px;
    background-color: #edeff0;
    margin-top: 0;
    text-align: center;
    font-size: 28px;
    font-weight: 400;
    font-style: normal;
    line-height: 28px;
    color: #595d64;
    margin-left: -18px;
    margin-right: -18px;
  }

  .apply-dts-top-content h5 {
    background-color: #E7E7E7;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    padding: 12px 18px;
    text-align: center;
    font-size: 12px;
    font-family: Roboto, sans-serif;
    line-height: 26px;
    letter-spacing: 0px;
    font-weight: 300;
    font-style: normal;
    text-transform: none;
    color: #212f3d;
    margin: 15px 0 25px;
  }

  .apply-dts-top-content {
    padding: 0 18px;
  }

  .body-container .hs-form-field > label {
    display: block;
    margin-bottom: 10px;
  }
  .apply-dts-form form.hs-form .hs-form-field ul.inputs-list li input {
    margin-right: 7px;
  }

  .apply-dts-form li.hs-form-radio,
  .apply-dts-form li.hs-form-checkbox{
    font-size: 14px;
    line-height: 28px;
    color: #595d64;
    font-family: Lato,"Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
    font-weight: 400;
  }

  .body-container .apply-dts-form .hs-input {
    max-width: 100% !important;
    margin-bottom: 0;
  }

  .apply-dts-form .hs-form-required {
    margin-left: 2.5px!important;
    font-size: 16px;
    color: #595d64;
  }

  .apply-dts-form .hs_last_name1 .hs-form-required,
  .apply-dts-form .hs_lastname .hs-form-required,
  .apply-dts-form .hs_last_name .hs-form-required,
  .apply-dts-form .hs_reference_2_last_name .hs-form-required,
  .apply-dts-form .hs_reference_3_last_name .hs-form-required,
  .apply-dts-form .hs_present_address1  .hs-form-required,
  .apply-dts-form .hs_city  .hs-form-required,
  .apply-dts-form .hs_state .hs-form-required,
  .apply-dts-form .hs_zip_postal  .hs-form-required,
  .apply-dts-form .hs_country1  .hs-form-required{
    opacity: 0;
  }

  .apply-dts-form .hs_present_address1 .hs-form-required,
  .apply-dts-form .hs_city .hs-form-required, 
  .apply-dts-form .hs_state .hs-form-required,
  .apply-dts-form .hs_zip_postal .hs-form-required,
  .apply-dts-form .hs_country1 .hs-form-required,
  .apply-dts-form .hs_reference_3_city  .hs-form-required,
  .apply-dts-form .hs_reference_3_state_province  .hs-form-required,
  .apply-dts-form .hs_reference_3_zip_postal  .hs-form-required,
  .apply-dts-form .hs_reference_3_address_2  .hs-form-required,
  .apply-dts-form .hs_reference_2_city  .hs-form-required,
  .apply-dts-form .hs_reference_2_state_province .hs-form-required,
  .apply-dts-form .hs_reference_2_zip_postal .hs-form-required,
  .apply-dts-form .hs_reference_2_address_2 .hs-form-required,
  .apply-dts-form .hs_reference_1_address_2  .hs-form-required,
  .apply-dts-form .hs_reference_1_city   .hs-form-required,
  .apply-dts-form .hs_reference_1_state_province   .hs-form-required,
  .apply-dts-form .hs_reference_1_zip_postal   .hs-form-required{
    display: none;
  }


  .apply-dts-form .hs-form-field {
    padding: 9px 18px !important;
    margin-bottom: 20px !important;
  }

  .apply-dts-form .hs_gender1 li.hs-form-radio,
  .apply-dts-form .hs_will_your_spouse_be_attending_with_you_ li.hs-form-radio,
  .apply-dts-form .hs_do_you_have_minor_children_ li.hs-form-radio,
  .apply-dts-form .hs_are_your_children_attending_with_you li.hs-form-radio{
    display: inline-block;
    margin-right: 20px;
  }

  .apply-dts-form li.hs-form-radio input+span {
    vertical-align: middle;
  }

  .apply-dts-form li.hs-form-radio input {
    vertical-align: text-bottom;
  }

  .body-container .apply-dts-form textarea.hs-input {
    min-height: 156px;
  }

  .apply-dts-form .hs-richtext p strong {
    padding: 0 18px;
  }

  .body-container .apply-dts-form ul.hs-error-msgs.inputs-list li {
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 0;
  }
  
  .apply-dts-form select {
		height: 42px;
		color: #595d64;
		-moz-transition-property: color,background-color,border,border-color;
		-o-transition-property: color,background-color,border,border-color;
		-webkit-transition-property: color,background-color,border,border-color;
		transition-property: color,background-color,border,border-color;
		-moz-transition-duration: 0s;
		-o-transition-duration: 0s;
		-webkit-transition-duration: 0s;
		transition-duration: 0s;
		-moz-transition-timing-function: ease-in-out;
		-o-transition-timing-function: ease-in-out;
		-webkit-transition-timing-function: ease-in-out;
		transition-timing-function: ease-in-out;
		font-size: 14px;
		font-weight: 400;
		font-style: normal;
		line-height: 14px;
	}










  @media (max-width: 767px){
    .apply-dts-form .hs-form-field {
      width: 100% !important;
      float: none !important;
    }

    .apply-dts-form-wrapper {
      padding: 0;
    }

    .apply-dts-top-content h2, 
    .apply-dts-form .hs-richtext h2 {
      margin-left: 0;
      margin-right: 0;
    }

    .apply-dts-form li.hs-form-radio,
    .apply-dts-form li.hs-form-checkbox {
      border: 1px solid #cfd4d8;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      background-color: #edeff0;
      color: #595d64;
      margin: 0 0 .5em;
      padding: .5em 1em;
      width: 48%;
    }

    .apply-dts-form .hs-richtext {
      padding: 0 18px;
    }

    .apply-dts-top-content h2,
    .apply-dts-form .hs-richtext h2 {
      line-height: 1.3em;
      font-size: 17px;
    }
  }
  @media (max-width: 479px){
  .apply-dts-form li.hs-form-radio, .apply-dts-form li.hs-form-checkbox {
    width: 100%;
}
  }





.hs-event-page .hs-two-col-section_inner_margin a {
   color: #f1775a;
}




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


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


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


@media(max-width:1600px){
	.custom-volunteer-form-inner > div {
			padding-left: 10%;
			padding-right: 10%;
	}
	  
	.custom-volunteer-form-inner {
			padding-bottom: calc(0px + 40px);
	}
}



@media (max-width: 1200px) and (min-width: 1001px) {
    .custom-menu-primary .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: auto;
        right: 100%;
    }
	.sticky-header .custom-menu-primary .hs-menu-wrapper > ul > li > a span {
			padding: 0px 10px;
			font-size: 12px;
	}
}

@media (max-width: 1200px){
  .container-fluid .row-fluid .page-center,
  .hs-secondry-school-page .custom-button-wrapper .custom-button-itam{
    max-width: 950px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a span {
    padding: 0 12px;
  }
  .hs-home-gallery-slider .caption.below h2 {
    font-size: 60px;
    line-height: 74px;
  }
}

@media(max-width: 1200px) and (min-width: 768px) { 

	.eltd_tabs.horizontal .tabs-nav li {
	    margin-top: 0px;
	}
	.eltd-info-card-slider-item {
			height: 310px;
	}
	.hs-three-col-slider .eltd-info-card-slider-item a.qbutton.animate_button {
			text-align: center;
		  white-space: normal;
	}
}


@media (max-width: 1060px) and (min-width: 1001px){
  .custom-menu-primary {
    padding-right: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a span {
    padding: 0 10px;
  }
}



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

@media (max-width: 1000px){
  .container-fluid .row-fluid .page-center,
  .hs-secondry-school-page .custom-button-wrapper .custom-button-itam{
    max-width: 808px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hs-header-bg {
    position: relative;
    top: 0px;
  }
  .hs-header-contact-wrapper {
    display: none !important;
  }
  .hs-header-social-icons-wrapper {
    width: 33% !important;
    text-align: center;
    padding: 5px 0;
    height: auto;
    line-height: normal;
  }
  .addtoany_list a {
    float: none;
    padding: 0 2px;
  }
  .hs-header-top-content {
    max-height: inherit;
  }


  .hs-header-contact-wrapper {
    display: none !important;
  }

  .hs-header-logo .logo-wrapper {
    display: table;
    left: 50%;
    position: absolute;
    height: 90px;
  }

  .hs-header-logo .logo-wrapper a {
    display: table-cell;
    position: relative;
    top: auto;
    vertical-align: middle;
    left: -50%;
    width: auto;
    height: 60px;
    z-index: 9;
  }
  .logo-wrapper img.standard-logo {
    display: none;
  }
  .logo-wrapper img {
    width: 305px;
  }
  .logo-wrapper img.Mobile-logo {
    display: block;
  }

  .hs-header-right-content-wrapper {
    width: 100% !important;
    float: none !important;
  }
  .hs-header-bottom-content {
    padding: 0 45px;
  }

  .hs-header-search-icon {
    position: absolute;
    margin-left: 0px !important;
    right: 45px;
    top: 5px;
  }
  .custom-banner-area {
    padding-top: 44px ;
  }
  .custom-menu-primary .hs-menu-wrapper > ul  li.hs-item-has-children > a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f105";
    height: 38px;
    line-height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    width: 50px;
    font-size: 18px;
    color: #888;
    padding: 0 10px 0 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    border-bottom: 1px solid #eaeaea;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a {
    color: #212f3d;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 20px;
    font-style: normal;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 9px 0;
    display: block;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: #fff;
    width: 100%;
    padding: 0px;
    border-top: 1px solid #eaeaea;
    padding-left: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    border-bottom: 1px solid #eaeaea;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    color: #e5735c;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a span {
    padding: 0px;
  } 
  .custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
    border: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.hs-item-has-children.child-open > a:after {
    content: "\f107";
  }
  .hs-header-bg.no-navigation {
    min-height: 80px;
  }

  .gallery_holder ul.gallery_without_space.v5 li, .wpb_gallery_slides .gallery_holder ul.gallery_without_space.v5 li {
    width: 25%;
  }

  .hs-header-bottom-content {
    overflow: hidden;
  }

  .eltd-info-card-slider-item {
    height: 360px;

  }
  .hs-home-gallery-slider .caption.below h2 {
    font-size: 53px;
    line-height: 1.3em;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.child-open  ul {
    border-top: none;
  }

  .hs-home-gallery-slider .slick-prev, 
  .hs-home-gallery-slider .slick-next{
    top:0;
  }



  .hs-home-gallery-slider .caption.below {
    height: calc(100% - 174px);
  }
  .hs-home-gallery-slider .slick-slide-inner-wrapper,
  .hs-home-gallery-slider .caption.below{
      height: calc(100vh - 150px);
  }
  .hs-home-gallery-slider .caption.below {
      padding: 0px 80px;
  }
  .hs-home-gallery-slider .caption.below h2 {
      word-break: break-word;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
      padding-left: 20px;
  }
	.hs-spacer2 {
			padding: 50px 0px;
	}
	
		.blog .custom_top-pane.listing,
		.blog .custom_top-pane.post {
			padding: 0;
		}
		.blog .custom_top-pane.listing .top-pane-content,
		.blog .custom_top-pane.post .top-pane-content {
			padding: 0;
		}
		.blog .custom_top-pane .page-center {
			position: absolute;
			top: 50%;
			left: 50%;
			width: 100%;
			transform: translate(-50%,-50%);
		}

  	.custom-banner-area.error-banner {
	      padding: 10px 20px;
		}

		.error-banner .title_holder {
			height: 10px;
		}

		.page_not_found {
			padding-top: 44px;
		}
	
	.eltd_elements_holder .eltd_elements_item{
    width:100%;
  }

  .hs-school-image {
    padding-top: 44px;
  }

  .custom-menu-primary.dekstop {
    display: none !important;
  }
		.custom-volunteer-form-inner > div {
			padding-left: 20px;
			padding-right: 20px;
	}
	
	.hs-worship-layout .custom-worship-iramee {
			padding-top: 52.25%;
	}
	
	.hs-today-page .eltd_image_with_text_over .front_holder,
	.hs-today-page .eltd_image_with_text_over .back_holder {
			padding: 8px;
	}
	.hs-comunication-culture-page.hs-sub-training-page .custom-banner-area {
			padding-top: 54px;
	}
	.hs-comunication-culture-page.hs-sub-training-page .banner-heading {
			margin-top: 0px;
	}


}





@media(max-width: 991px) and (min-width: 768px) { 
  .hs-training .hs-training-group .qbutton {
    font-size: 9px !important;
  }
}




@media(max-width: 1000px) and (min-width:768px) {
   .hs-school-top-item {
       width:50%;
   }

   .hs-school-top-wrapper {
       margin: 0;
   }
  .hs-school-top-wrapper {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
  }

  .hs-school-top-wrapper:after,.hs-school-top-wrapper:before {
     display: none;
  }
	
	
	.custom_sidebar-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper {
		display: block;
		width: 100%;
	}
	.custom_sidebar-rss .hs-rss-item.hs-with-featured-image .hs-rss-item-text {
		width: 100%;
		float: none;
		padding-top: 5px;
	}
	.eltd_circles_shortcode.with_lines.three_columns .circle_line_holder {
			top: calc(50% - 85px);
	}
	  .hs-sidebar-layout .custom-button-itam .qbutton .text_holder span {
			 font-size: 70%;
			 line-height: 2;
		}

	
}

@media(min-width:768px) and (max-width:930px){
  h4.custom-involved-item-title {
    font-size: 14px;
    line-height: 20px;
  }
}



@media (max-width: 820px){

   
    .hs-two-col-section_inner_margin,
    .hs-three-col-full-width .section_inner_margin{
        margin-left: 0px;
        margin-right: 0px;
    }

}

@media (max-width: 820px) and (min-width: 768px){
    .hs-join-out-staff-content .page-center > div > .row-fluid {
        margin-left: 0px;
        margin-right: 0px;
    }
    .hs-two-col-section_inner_margin, 
    .hs-three-col-full-width .section_inner_margin {
        margin-left: 0px;
        margin-right: 0px;
    }
   
}


@media (min-width: 768px){
    .hs-school-of-evangelism-page .hs-right-section {
        padding-right: 50px;
    }
	.hs-who-we-are-layout .hs-three-col-full-width .slick-list.draggable {
			padding-left: 15px;
			padding-right: 15px;
	}
	.hs-accordian-grup-wrapper .rotate_text_and_icon.animate_button {
		margin-left: 0 !important;
		margin-right: 15px;
		}

}



@media (max-width: 767px){
  .container-fluid .row-fluid .page-center,
  .hs-secondry-school-page .custom-button-wrapper .custom-button-itam{
      max-width: 640px;
      padding-left: 20px;
      padding-right: 20px;
  }
  .hs-header-social-icons-wrapper {
      width: auto !important;
      padding-left: 45px;
      display: inline-block !important;
  }
  .hs-footer-social-icons {
      text-align: center;
  }
  .hs-header-bg.no-navigation .hs-header-top-content {
      display: none !important;
  }
  .hs-header-bg.no-navigation {
      min-height: 65px;
  }
   .hs-right-section {
      width: 100% !important;
  }
   .hs-left-section {
      width: 100% !important;
  }
  .gallery_holder ul.gallery_without_space.v5 li,
  .wpb_gallery_slides .gallery_holder ul.gallery_without_space.v5 li {
      width: 33.33%;
  }
  .hs-two-column-eql {
      width: 100% !important;
  }
  .hs-dts-tution-sec-wrapper .vc_col-sm-9 {
      width: 100%;

  }
  .hs-dts-tution-sec-wrapper .vc_col-sm-3 {
      width: 100%;
      float: left;
  }
  
  
  .hs-full-width-tabber {
      width: 100% !important;
  }
  
  .hs-comunication-culture-page .hs-left-section,
  .hs-comunication-culture-page .hs-right-section{
     padding-left: 15px;
    padding-right: 15px;
  }
  .hs-sosm-page .hs-full-width-banner-heading h2 {
      line-height: 1.3em;
  }
  .hs-school-of-bible-page .hs-full-width-banner-heading h1 {
      min-height: 200px;
  }
  
  .hs-two-col-full-width .hs-two-col-3 {
      width: 100%;
      text-align: center;
  }
   .hs-two-col-section_inner_margin,
    .hs-three-col-full-width .section_inner_margin{
      margin-left: -15px;
      margin-right: -15px;
    }
  
  .hs-two-col-full-width .hs-two-col-9 {
      width: 100%;
  }
  .eltd-info-card-slider-item {
      height: 285px;
      max-width: 100%;
  }
  .hs-three-col-full-width .hs_col-sm-4 {
      width: 100%;
  }
  .hs-family-form-wrapper {
      width: 100% !important;
      padding: 0px;
  }
  .hs-family-form .hs-form fieldset.form-columns-2 .hs-form-field {
      width: 100%;
  }
  
  .hs-family-form .hs-form ul.inputs-list.multi-container li {
      border: 1px solid #cfd4d8;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      background-color: #edeff0;
      color: #595d64;
      margin: .5em 0;
      margin-top: 0px;
      font-size: 14px;
      line-height: 28px;
      text-align: center;
      padding: .5em 1em;
      display: block;
  }
  .hs-family-form .hs-form ul.inputs-list.multi-container li input {
      float: left;
  }
  .hs-family-form .hs-form fieldset .hs-fieldtype-radio.field.hs-form-field {
      margin: 0px 0px;
  }
  
  .hs-collage-credits .banner-heading {
      width: 100%;
      padding-bottom: 500px;
  }
	
  
  .hs-two-eql-col-wrapper .hs_column_container.hs_col-sm-6 {
      width: 100%;
      float: left;
  }
  .hs-two-eql-col-wrapper .right .hs_column_container.hs_col-sm-6:first-child {
      float: none;
  }
  .hs-about-two-col-wrapper .vc_column_container.hs_col-sm-8 {
      width: 100%;
  }
  .hs-about-two-col-wrapper .vc_column_container.hs_col-sm-4 {
      width: 100%;
  }
  
  .hs-secondry-school-page .custom-button-itam .qbutton {
      width: 100%;
  }
  .hs-secondry-school-page .vc_column_container.hs_col-sm-8 {
      width: 100%;
  }
  .hs-home-gallery-slider .caption.below h2 {
      font-size: 45px;
  }
  
  .hs_column_container.hs_col-sm-12 .custom_font_holder {
      font-family: Raleway;
      font-size: 31px;
      line-height: 1em;
  }
  .hs-paralleax-wrapper .hs_col-sm-4 {
      width: 100%;
      float: left;
  }
  .eltd_circles_holder.three_columns .eltd_circle_outer {
      width: 50%;
      margin: 0 0 60px;
  }
  
  .slick-slider .eltd-info-card-slider-item {
      height: 360px;
  }
  
  .hs-three-col-full-width .slick-dots li button {
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    background-color: transparent;
    width: 3px;
    height: 3px;
      border-width: 0;
      position: relative;
      top: -4px;
      padding: 0px;
  }
  .hs-three-col-full-width .slick-dots li button:before {
    content: "";
    width: 11px;
    height: 11px;
    position: absolute;
    border: 2px solid #dadada;
    display: inline-block;
    left: -4px;
    top: -4px;
    padding: 2px;
    border-radius: 50%;
    opacity: 1;
  }
  
  .hs-three-col-full-width .slick-dots li {
      height: 16px;
      width: 16px;
      margin: 0 3px;
  }
  .hs-three-col-full-width .slick-dots li.slick-active button {
      width: 9px;
      height: 9px;
      background-color: #e5735c;
  }

  .hs-three-col-full-width .slick-dots li.slick-active button:before {
      width: 17px;
      height: 17px;
      border-color: #e5735c;
  }
  .hs-three-col-slider .hs-three-col-full-width .slick-dots {
      position: static;
      bottom: 0px;
      list-style: none;
      text-align: center;
      width: 100%;
      padding: 35px 0;
      margin: 0px;
  }
  
  
  .hs-paralleax-wrapper .vc_text_separator .eltd_line_before {
      left: -30px;
      right: auto;
  }
  .hs-paralleax-wrapper .vc_text_separator .eltd_line_after {
      left: auto;
      right: -30px;
  }
  
  
  
 .body-container input[type="text"],
  .body-container input[type="password"], 
  .body-container input[type="datetime"], 
  .body-container input[type="datetime-local"], 
  .body-container input[type="date"], 
  .body-container input[type="month"], 
  .body-container input[type="time"], 
  .body-container input[type="week"], 
  .body-container input[type="number"], 
  .body-container input[type="email"], 
  .body-container input[type="url"], 
  .body-container input[type="search"], 
  .body-container input[type="tel"], 
  .body-container input[type="color"],
  .body-container input[type="file"],
  .body-container textarea,
  .body-container select  {
     width: 100% !important;
  }
    .custom-worship-right-content {
     margin-bottom: 20px;
   }
  
    .hs-two-right-btn-inner .col {
    width: 100%;
    text-align: center;
  }

  .hs-two-right-btn-inner {
    display: block;
    text-align: center;
  }

  .training-item {
    width: 100% !important;
  }

  .hs-training-sec2 .hs_column_container.hs_col-sm-left.hs_col-sm-4 {
    width: 100%;
  }
  .custom-family-form {
    margin-top: 30px;
  }


  .hs-home-gallery-slider .caption.below {
    padding: 0px 50px;
  }
	.hs-home-gallery-slider .caption.below > span {
			text-align: center;
	}
  .hs-ministries-layout.hs-three-col-slider .hs-three-col-full-width .slick-list {
      padding-left: 0px;
      padding-right: 0px;
  }
  .hs-collage-credits.hs-sub-training-page .banner-heading {
      padding-bottom: 500px;
  }


  .hs-dts-tution-sec-wrapper .vc_col-sm-3 {
/* 			padding-bottom: 60px; */
	}
	.hs-dts-tution-sec-wrapper .element_from_left .vc_column_container {
/* 			padding-left: 15px;
			padding-right: 15px; */
	}
	
	.hs-comunication-culture-page .eltd_tabs.border_arround_element .tabs-nav li a {
      padding: 0 20px;
	}
	.hs-school-of-bible-page .custom-banner-image {
			padding-left: 20px;
			padding-right: 20px;
	}
	.row-fluid .blog-content,
	.row-fluid .blog-sidebar {
		float: none;
		width: 100%;
	}
	.row-fluid .blog-content {
		margin-bottom: 90px;
	}
	.post-info-top .right .post-info > div {
		margin: 5px 0;
	}
	.post-info-top .right .post-info > .share {
		margin: 0;
	}
	.post-info-top .right .post-info > div:before {
		display: none;
	}
	.post-info-top .right .post-info div#hubspot-topic_data {
		margin-left: 15px;
		}
	
	.custom-two-column-section .widget-span.custom-sidebar-right-section {
    width: 100%;
  }

  .custom-two-column-section .widget-span.custom-sidebar-left-section{
    width: 100%;
  }

 
  .custom-today-section-1 blockquote {
    width: 100%;
  }

  .custom-family-section-1 .widget-span.custom-family-left-section {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-family-section-1 .widget-span.custom-family-right-section {
    width: 100%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }



  .hs-family-layout .custom-family-left-section h2 {
    margin: 0;
    line-height: 1.3em;
  }
  .custom-volunteer-section-1 .custom-button-itam {
    width: 100%;
  }

  .custom-donate-left-section {
    width:100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-donate-right-section {
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hs-locations-layout .hs-two-col-section_inner_margin,
  .hs-locations-layout .hs-three-col-full-width .section_inner_margin{
    margin:0;
  }

  .custom-get-involved-left-section {
    width: 100% !important;
  }

  .custom-get-involved-right-section {
    width: 100% !important;
  }


  .custom-involved-item {
    width: 100% !important;
    float: none;
  }

  .involved-section-Spacer-3 {
    width: 100% !important;
    text-align: center;
  }

  .custom-get-involved-bottom-text {
    width: 100% !important;
  }


  .custom-application-text {
    margin-bottom: 20px;
  }

  .hs-application-layout .body-container .custom-application-form .hs-input {
    margin: 10px 0;
  }

  .hs-school-top-item {
    width: 100%;
  }

  .custom-school-section-4 .hs-school-top-item {
    width: 100%;
  }

  .hs-school-top-wrapper {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-request-team-section-1 .hs-form-field {
    width: 100% !important;
  }
	.custom-volunteer-form-inner {
			max-width: 100%;
	}
	
	.eltd_circles_shortcode.with_lines .circle_line_holder {
			display: none;
	}
	.eltd_circles_holder.three_columns .eltd_circle_outer {
			width: 100%;
			margin: 0 0 20px;
	}
	.hs-home-gallery-slider .caption.below > span {
			transform: translateY(0px);
	}
	
	.hs-family-form {
			padding: 0px;
	}

	.hs-accordian-grup-wrapper .rotate_text_and_icon.animate_button + a {
			margin-left: 0px;
	}
	.custom-sidebar-right-section {
			padding-top: 20px;
	}
	.hs-author-profile h2.hs-author-name {
			font-size: 25px;
			line-height: 1.3em;
	}



}


@media (min-width: 601px) and (max-width: 768px) {
	.post-info-top .right .post-header h2,
	.post-listing-simple h2 {
		font-size: 25px;
		line-height: 1.3em;
	}
}

@media (max-width: 600px){
  .container-fluid .row-fluid .page-center,
  .hs-secondry-school-page .custom-button-wrapper .custom-button-itam{
    max-width: 440px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .gallery_holder ul.gallery_without_space.v5 li,
  .wpb_gallery_slides .gallery_holder ul.gallery_without_space.v5 li {
      width: 50%;
  }
  
  .hs-right-section .wpb_content_element h2 {
      font-size: 17px;
      line-height: 1.3em;
  }
  
  .eltd_tabs.border_arround_element.horizontal .tabs-nav li:not(:last-child) a {
      border-bottom: 0;
      border-right: 2px solid #dadada;
  }
  .eltd_tabs.border_arround_element .tabs-nav li a {
      height: 51px;
  }
    .eltd_tabs .tabs-nav {
      display: block;
  }
  .eltd_tabs.horizontal .tabs-nav li {
      float: none;
      display: block;
      margin: 0px;
  }
  .hs-sub-training-content .page-center > div > .row-fluid {
      margin-left: -15px;
      margin-right: -15px;
  }
  .hs-sosm-page .hs-full-width-banner-heading h2 {
      line-height: 1.3em;
      font-size: 17px;
  }
   .hs-left-section,
   .hs-right-section,
  .hs-dts-tution-sec-wrapper .vc_column_container>.vc_column-inner{
      padding-left: 0px;
      padding-right: 0px;
  }
  .hs-sub-training-content h2 {
    line-height: 1.3em;
    }
  .hs-collage-credits table.hs-college-credit tr td {
      width: 100%;
  }
  .hs-home-gallery-slider .caption.below h2 {
      font-size: 17px;
  }
  .eltd_circles_holder.three_columns .eltd_circle_outer {
      width: 50%;
      margin: 0 0 60px;
  }
  
  .eltd_circles_shortcode.with_lines .circle_line_holder {
      display: none;
  }
  .eltd_circles_holder.three_columns .eltd_circle_outer {
      width: 100%;
  }
  
  .hs-start-your-journey-wrapper .wpb_content_element h2 {
      margin: 0px;
      font-size: 17px;
      line-height: 1.3em;
  }
  .hs_column_container.hs_col-sm-12 .custom_font_holder {
      font-size: 23px;
      line-height: 1em;
  }
  
  .hs-paralleax-wrapper .vc_text_separator .eltd_line_before, 
  .hs-paralleax-wrapper .vc_text_separator .eltd_line_after {

      display: none;
  }
  
  .hs-home-gallery-slider .slick-prev, .hs-home-gallery-slider .slick-next {
      display: none !important;
  }
  .hs-three-col-slider .eltd-info-card-slider-item .eltd-info-card-icon {
      font-size: 45px;
  }
  .hs-three-col-slider .eltd-info-card-slider-item .front-side,
  .hs-three-col-slider .eltd-info-card-slider-item .back-side {
      padding: 25px 10px 10px;
  }
  .hs-three-col-slider .slick-slider .eltd-info-card-slider-item {
      height: 285px;
  }
  .hs-three-col-slider .eltd-info-card-slider-item .back-side {
      padding: 0px;
  }
  .hs-three-col-slider .eltd-info-card-slider-item .back-side .back-side-inner {
      padding: 0px;
  }
  
  .eltd-info-card-slider-item {
      height: 285px;
  }
  .eltd-info-card-slider-item .back-side {
      padding: 0;
  }
  .eltd-info-card-slider-item .front-side {
      padding: 25px 10px 10px;
  }
  
  .eltd-info-card-slider-item .back-side .back-side-inner {
      padding: 0px;
  }
  .eltd-info-card-slider-item .eltd-info-card-icon {
      font-size: 45px;
  }
  .eltd-info-card-slider-item {
      height: 285px;
  }
  
  .hs-full-width-banner-heading h1 {
      font-size: 17px;
      line-height: 1.3em;
  }
  .hs-family-dts-layout .hs-sub-training-content h2 {
      line-height: 1.3em;
      font-size: 17px;
  }
	.eltd_accordion_holder.accordion .wpb_wrapper h2 {
			font-size: 17px;
			line-height: 1.3em;
	}
	.post-info-top .right .post-header h2,
	.post-listing-simple h2 {
		font-size: 18px;
		line-height: 1.3em;
		margin: 0;
	}
	.page_not_found h2 {
		font-size: 17px;
		line-height: 1.3em;
	}
	.custom-family-sync-section-1 h2 {
    font-size: 17px;
    line-height: 1.3em;
  }

  .custom-contact-us-form li.hs-form-booleancheckbox {
    border: 1px solid #cfd4d8;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #edeff0;
    color: #595d64;
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin: .5em 0;
    padding: .5em 1em;
    cursor: pointer;
    font-family: Lato,"Helvetica Neue",Arial,"Lucida Grande",Tahoma,Verdana,sans-serif;
    font-weight:400;
  }

  .custom-donate-section-1 .page-center > div > div {
    margin-left: 0;
    margin-right: 0;
    width: auto;
  }


  .custom-involved-tyler-title h2 {
    font-size: 17px;
    line-height: 1.3em;
  }

  .hs-about-page .wpb_content_element h2 {
    line-height: 1.3em;
    font-size: 17px;
  }
	
	.hs-request-team-layout .hs-sidebar-chat-form h3 {
			font-size: 17px;
			line-height: 1.3em;
	}
	.custom-ywam-content a {
			padding-left: 0px;
	}
	.hs-family-layout .custom-family-left-section h2 {
			font-size: 17px;
	}
	
	.custom-contact-text h2 {
			font-size: 17px;
			line-height: 1.3em;
	}
	.hs-search-field--open .hs-search-field__suggestions li#results-for {
			word-break: break-word;
	}
  .hs-training .hs-training-sec2 .eltd-info-card-slider-item {
		 margin: 0;
	}
	.hs-sub-training-content h1 {
			font-size: 24px;
			line-height: 1.4em;
	}
	h1 {
    font-size: 32px;
    line-height: 1.3em;
	}
	
	.hs-author-profile h2.hs-author-name {
			font-size: 18px;
	}
	
	.error-banner .eltd_line_before,
	.error-banner .eltd_line_after {
			display: none;
	}


}



@media (max-width: 480px){
  .container-fluid .row-fluid .page-center,
  .hs-secondry-school-page .custom-button-wrapper .custom-button-itam{
    max-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .logo-wrapper img {
      width: 127.5px;
  }
  .hs-footer-social-icons {
      padding: 82px 25px 76px;
  }
  .social-icons-wrap {
      margin: 0 0 25px;
  }
  .gallery_holder ul.gallery_without_space.v5 li,
  .wpb_gallery_slides .gallery_holder ul.gallery_without_space.v5 li {
      width: 100%;
  }
  .hs-sub-training-content h2 {
    font-size: 13.6px;
   }
  .hs-paralleax-wrapper .eltd_counter_holder.center {
      padding: 20px;
  }
  .hs_column_container.hs_col-sm-12 .custom_font_holder {
      font-size: 18px;
      line-height: 2em;
  }
  .social-icons-wrap {
      margin: 0px;
  }
  .eltd_accordion_holder.accordion .wpb_wrapper h2 {
			font-size: 13.6px;
	}
  .hs-spacer2 {
			padding: 30px 0px;
	}
	
	.subscribe-options label span {
				font-size: 11px;
		}
	  .hs-author-profile .hs-author-avatar {
			margin: 15px 0;
			float: none;
		}
		.hs-author-profile .hs-author-bio {
			padding-top: 0;
		}
		.post-info-top .right .post-header h2,
		.post-listing-simple h2 {
			font-size: 14px;
			line-height: 1.3em;
		}
	
	  .post-info-top, .post-info-top > div {
			 display: block !important;
			 padding: 0 0 10px !important;
		}

		.post-info-top .right .share {
			 float: none !important;
			 width: 100%;
		}

		.custom_author-box .right-text {
			 display: block !important;
			 padding: 0 !important;
		}

		.custom_author-box .left-image {
			 display: block !important;
			 margin-bottom: 10px;
		}
		.hs-donation-page .social-icons-wrap {
			margin-bottom: 0;
		}
		a.btn-red span {
			padding: 0;
		}
		.hs-get-involved-layout .social-icons-wrap {
				margin: 0px;
		}
	
	.banner-heading h1 {
			font-size: 32px;
			line-height: 1.3em;
	}
	.hs-sidebar-layout .banner-heading h2 {
			font-size: 27px;
			line-height: 1.3em;
	}
		.custom-contact-text h2 {
		    font-size: 13.6px;
		}
		.hs-request-team-layout .hs-sidebar-chat-form h3 {
				font-size: 13.6px;
		}
		.hs-author-profile h2.hs-author-name {
			font-size: 14px;
	}
	
	
	.error-banner .breadcrumb a, 
	.error-banner .breadcrumb span {
			font-size: 14px;
	}



	
  
  }


@media (max-width: 380px){
  
 
   .hs-left-section,
   .hs-right-section,
  .hs-dts-tution-sec-wrapper .vc_column_container>.vc_column-inner,
  .hs-sub-training-content .hs-full-width-content{
      padding-left: 15px;
      padding-right: 15px;
  }
  .hs-two-col-section_inner_margin, 
  .hs-three-col-full-width .section_inner_margin {
      margin-left: 0px;
      margin-right: 0px;
  }
  
  .eltd-info-card-slider-item {
      height: 340px;
  }
  
  .hs-full-widgh-bg-sec .rotate_text_and_icon.animate_button span.text_holder {
      padding: 0px 8px;
  }
  .hs-home-gallery-slider .slick-slide-inner-wrapper, .hs-home-gallery-slider .caption.below {
      height: calc(100vh - 170px);
  }
	.hs-full-width-bg.parallax-section-1 {
			min-width: auto;
	}
	.hs-about-page .hs-full-width-banner-heading h1 {
			font-size: 44px;
	}
	.hs-training .container-fluid .row-fluid .page-center {
		 max-width: 100%;
		 padding: 0;
	}
	
	
	
	.hs-training .container-fluid .row-fluid .hs-full-width-bg-area .page-center {
		padding: 20px;
		padding-top: 200px;
		padding-bottom: 200px;
	}

	
	

  
}

@media(max-width: 350px) {
  .hs-training-sec2 .hs_column_container.hs_col-sm-left.hs_col-sm-4 a.qbutton {
    font-size: 11px !important;
  }
  .hs-training .hs-full-width-bg.parallax-section-1 {
    min-width: 100%;
  }
	 .hs-today-page .body-container-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .widget-span.custom-family-section-1 .page-center > div > div {
    margin:0;
    width: auto;
  }
  .custom-get-involved-right-section span.tab-title .tab-title-inner {
      font-size: 19px;
  }
	
	.hs-college-credit-layout table.hs-college-credit {
			overflow: hidden;
			width: 270px;
	}
	.hs-college-credit-layout table.hs-college-credit tr td {
			width: auto;
			display: table;
	}
	
	
}







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




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