/* 
==========================================================================
DOCUMENT INFORMATION            
========================================================================== 
*
* Document: Saint Antonio Christian School Main Stylesheet
* Version:  1.0.0
* Client:   Hubspot Marketplace 
* Author:   Struto Ltd - www.struto.co.uk
*
*
==========================================================================
INDEX
==========================================================================  

1) IMPORTS

2) THEME SETTINGS

3) COS BASE
>Core
>Normalize
>Typography

4) QiKK THEME
>Theme CSS
>Custom CSS
>Template & Widget CSS
>COS Default Styles
>Reusable Template CSS

5) MEDIA QUERIES
>Grid
>Theme

6) MENU NAVIGATION
>Top Menu
>Core & Structure
>Google Search
>Desktop Menu
>Logo
>Mobile Menu

7) FORMS
>Global Forms(Default)
>Blog Comments

8) BROWSER FALLBACKS


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


/* 1) ==IMPORTS
==========================================================================
==========================================================================  */

/* Fonts */
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
/* Font Icons */
@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
/* COS Core */
/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/* 2) ==THEME SETTINGS
==========================================================================
==========================================================================  */

/* Website Theme Settings
===================================*/


/* Website font */   
        /* Primary font family */
  /* Secondary font family */

/* Brand color */
  /* Primary brand color (Yellow)*/
  /* Secondary brand color (Blue) */
  /* Tertiary brand color (Dark Purple) */

/* Font color */
 /* General font color */
 /* Heading font color*/

/* Link Color */
 /* Links font color */
 /* Links hover font color */

/* Buttons */
 /* Button background color */
 /* Button background hover color */

 /* Button background color */
 /* Button background hover color */

 /* Button background color */
 /* Button background hover color */
 /* Button border color */
 /* Button text color */

/* Main Menu Theme Settings
===================================*/

/* Branding */
 /* The brand colour for the menu */

/* Base */
 /* The minimum height of the menu */
 /* The max width of the logo image */
 /* The max width of the logo image */

/* Background Colours*/
  /* The initial background color of the menu */
         /* The background color of the menu when scrolling  */

/* Font Colours*/
 /* The initial font color of the parent menu items */
 /* The font color of the parent menu items when scrolling  */

/* Hover effects */
 /* The hover effect colour for parent menu items  */

/* Child Menu Colours */
 /* The background color of child menu items  */
 /* The background hover color of child menu items  */

 /* The font color of child menu items  */
 /* The hover font color of child menu items  */


/* 3) ==COS BASE
==========================================================================
==========================================================================  */

/* Core
===================================*/

*, 
*:before, 
*:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
html, 
body {
	min-height: 100%;
	height:100%;
	margin: 0;
	padding: 0;
} 

body {
	background: #fff;
	color: #767b86;
	font-family: 'Montserrat',sans-serif;
	font-size: 100%;
	line-height: 20px;
}

body.modal-open {
	height: 100%;
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index:-1;
}

.body-container-wrapper {
	overflow: hidden;
}

a { 
	color: #3358ff;
	text-decoration: none;
}

/* a:hover { 
	color: #333;
}
 */
hr {
	color: #ccc;
	background-color: #ccc;
	height: 1px;
	border: none;
}

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

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

video {
	max-width: none;
}

.o-feature-bg.w-background-video {
	height: auto;
}

.w-background-video {
	position: relative;
	overflow: hidden;
	height: 800px;
	color: white;
}

 .w-background-video > video {
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	right: -100%;
	bottom: -40%;
	top: 0%;
	left: -100%;
	margin: auto;
	min-width: 100%;
	min-height: 100%;
	z-index: -100;
	 object-fit: cover;
}
@supports (-ms-ime-align: auto) {
	.w-background-video > video {
		bottom: 160px !important;
	}
}
@supports (-ms-ime-align:auto) and (-webkit-text-stroke:initial) {
	.w-background-video > video {
		bottom: 160px !important;
	}
}
/* .w-background-video > video {
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    right: 0px;
    bottom: -100%;
    top: -100%;
    left: 0px;
    margin: auto;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    z-index: -100;
    object-fit: cover;
} */

.hs_cos_wrapper_type_rich_text ul {
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}

.hs_cos_wrapper_type_rich_text li {
	padding-bottom: 20px;
	line-height: 1.55em;
}

/* Normalize
===================================*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
*    without disabling user zoom.
*/
html {
	font-family: 'Montserrat',sans-serif;
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}
/**
* Remove default margin.
*/
body {
	margin: 0;
}
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
audio,
canvas,
progress,
video {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
	display: none;
	height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/
[hidden],
template {
	display: none;
}
/**
* Remove the gray background color from active links in IE 10.
*/
a {
	background-color: transparent;
}
/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/
a:active,
a:hover {
	outline: 0;
}
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
abbr[title] {
	border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
b,
strong {
	font-weight: bold;
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
	font-style: italic;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
	background: #ff0;
	color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
	font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
img {
	border: 0;
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
	overflow: hidden;
}
/**
* Address margin not present in IE 8/9 and Safari.
*/
figure {
	margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
hr {
	box-sizing: content-box;
	height: 0;
}
/**
* Contain overflow in all browsers.
*/
pre {
	overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	/* 1 */
	font: inherit;
	/* 2 */
	margin: 0;
	/* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"] {
	-webkit-appearance: button;
	/* 2 */
	cursor: pointer;
	/* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
	cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
input {
	line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
/**
* 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
* 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
*    (similar to normalize.css >=4.0.0)
*/
input[type="search"] {
	-webkit-appearance: none;
	/* 1 */
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
	border: 0;
	/* 1 */
	padding: 0;
	/* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
textarea {
	overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
	font-weight: bold;
}
/**
* Remove most spacing between table cells.
*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}

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

p {
	line-height: 1.6;
	display: block;
	margin: 0;
	padding: 0.5em 0;
}

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

sup { 
	top: -0.5em;
}

sub { 
	bottom: -0.25em;
}

.hs_cos_wrapper_type_rich_text p + a {
    margin-top: 20px;
}

.hs_cos_wrapper_type_rich_text ul,
.o-feature-content ul {
	padding-left: 20px;
	list-style: none;
  margin-left: 20px
}

.hs_cos_wrapper_type_rich_text ul li,
.o-feature-content ul li {
	padding-left: 0;
	padding-bottom: 20px;
  position: relative;
}


.hs_cos_wrapper_type_rich_text ul li:before {
    margin-bottom: 0;
    content: "\2022";
    color: #f3c025;
    margin-left: -23px;
    margin-right: 10px;
    font-size: 40px;
    line-height: 0;
    position: absolute;
    top: 20%;
}

.hs_cos_wrapper_type_rich_text ol,
.o-feature-content ol{
	list-style: none; 
	counter-reset: li;
}

.hs_cos_wrapper_type_rich_text ol li:before,
.o-feature-content ol li:before{
	margin-bottom: 0;
	content: counter(li)".";
	color: #fbb53b;
	margin-left: -20px;
	margin-right: 0;
	font-size: 14px;
	line-height: 1;
	text-align: center;
	width: 20px;
	display: inline-block;
}

.hs_cos_wrapper_type_rich_text ol li,
.o-feature-content ol li{
	counter-increment: li;
	padding: 10px 0px;
}

h1 {
	font-size:3.2rem;
	margin:0;
	text-transform: none !important;
}

h2 {
	font-size:2.5rem; 
	margin:0;
}

h3 {
	font-size:1.5rem; 
	margin:0;
	line-height: 1.3em !important;
}

h4 {
	font-size:1rem; 
	margin:0;
}

h5 {
	font-size:.8rem; 
	margin:0;
}

h6 {
	font-size:.5rem;
	margin:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	font-weight: bold;
}

h2.c-heading--larger {
	font-size: 3.2rem;
}

/*Rich Text Module Headings*/
.hs_cos_wrapper_type_rich_text h1,
.hs_cos_wrapper_type_rich_text h2,
.hs_cos_wrapper_type_rich_text h3,
.hs_cos_wrapper_type_rich_text h4,
.hs_cos_wrapper_type_rich_text h5,
.hs_cos_wrapper_type_rich_text h6{
	color: #3a3046;
}

ul.unstyled,
ol.unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}

/*Blog Headings*/
.post-body h1,
.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5 {
	color: #3a3046;
	font-family: 'Montserrat',sans-serif;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 0.5em;
	padding-top: 1.2em;
}

/*Custom modules*/
.span12.widget-span.widget-type-custom_widget {
    min-height: 0;
}

@media (max-width:991px) {
	h1 {
		font-size: 2.5rem;
		margin: 0;
	}
	h2 {
		font-size: 2.2rem;
	}
	h2.c-heading--larger {
		font-size: 2.5rem;
	}
}

@media screen and (max-width:479px) {
	h2 {
		font-size: 2rem;
	}
}

.w-button {
	border: medium none;
	border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	line-height: 24px;
	padding: 9px 15px;
	text-decoration: none;
}

/* Drop down menu */
.w-dropdown {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: left;
	z-index: 900;
}

.w-dropdown-btn, 
.w-dropdown-toggle,
.w-dropdown-link {
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	position: relative;
	text-align: left;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
}

.w-dropdown-toggle {
	-moz-user-select: none;
	cursor: pointer;
	display: inline-block;
	padding-right: 40px;
}

.w-icon-dropdown-toggle {
	bottom: 0;
	height: 1em;
	margin: auto 20px auto auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1em;
	font-style: normal;
}

.w-icon-arrow-down:before, 
.w-icon-dropdown-toggle:before {
	font-family: FontAwesome;
	content: "\f107";
}

.w-dropdown-list {
	background: #dddddd none repeat scroll 0 0;
	display: none;
	min-width: 100%;
	position: absolute;
}

.w-dropdown-link {
	color: #222222;
	display: block;
	padding: 10px 20px;
}


/* 4) ==QiKK THEME
==========================================================================
==========================================================================  */

.c-text {
	display: block;
}

.dropdown-link {
	padding-right: 30px;
	padding-left: 30px;
	background-color: #f4f4f4;
	-webkit-transition: background-color 500ms ease;
	transition: background-color 500ms ease;
	color: #282c36;
	font-weight: 400;
}

.dropdown-link:hover {
	background-color: #ebebeb;
}

.dropdown-link.w--current {
	color: #fc6047;
}

.c-logo {
	width: 150px;
	height: 70px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: url('//6936426.fs1.hubspotusercontent-na1.net/hubfs/6936426/Marketplace/QIKK/images/logo-05.svg');
		background-position: 50% 50%;
		background-size: 150px 900px;
		background-repeat: no-repeat;
		}

.c-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
}

.c-overlay.c-overlay--dark {
	display: block;
	background-color: hsla(0, 0%, 96%, .81);
}

.c-nav {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	display: block;
	width: 100%;
	border-bottom: 1px none #f0f0f0;
	background-color: transparent;
	color: #fff;
}

.c-nav.c-nav-down {
	display: block;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10%;
	padding-left: 10%;
}

.c-hero {
	position: relative;
	width: 100%;
	height: 868px;
	padding-top: 50px;
}

.c-hero.c-hero--home {
	background-image: url('//6936426.fs1.hubspotusercontent-na1.net/hubfs/6936426/Marketplace/QIKK/images/bg-hamepage-1.jpg');
		background-position: 50% 70%;
		background-size: cover;
		background-repeat: no-repeat;
		}

.c-hero.c-hero--home.u-align-table {
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-right: 40px;
	padding-left: 40px;
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));*/
	background-position: 0px 0px, 50% 97%;
	background-size: auto, cover;
	background-repeat:  no-repeat;
}

.c-hero.c-hero--home.u-align-table.hp1 {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	background-position: 0px 0px, 50% 0px;
	background-size: auto, cover;
	background-repeat:  no-repeat;

}

.c-hero.c-hero--home.internal {
	height: 900px;
	padding-top: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	background-position: 0px 0px, 50% 70%;
	background-size: auto, cover;
	background-repeat: no-repeat;

}

.c-hero.c-hero--home.contact {
	height: auto;
	padding-top: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	background-position: 0px 0px, 50% 77%;
	background-size: auto, cover;
	background-repeat:  no-repeat;

}

.c-hero.c-hero--home.landing-1 {
	height: 500px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	background-position: 0px 0px, 50% 70%;
	background-size: auto, cover;
	background-repeat:  no-repeat;
}

.c-hero.c-hero--home.landing-2 {
	height: 500px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	background-position: 0px 0px, 100% -179px;
	background-size: auto, cover;
	background-repeat:  no-repeat;
}

.c-hero.c-hero--home.abount {
	height: 900px;
	padding-top: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	background-position: 0px 0px, 50% 78%;
	background-size:  no-repeat;
}

.c-hero.c-hero--home.thank-you {
	height: 900px;
	padding-top: 0px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4)));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	background-position: 0px 0px, 41% 51%;
	background-size:  no-repeat;
}

.c-hero.c-hero--home.u-align-table.home-banner {
    padding-top: 160px;
    padding-bottom: 120px;
}

.c-hero.banner-bp {
    background-position: 50% 20%;
}
.c-hero.banner-mp {
    background-position: 50% 50%;
}

.c-hero.banner-tp {
    background-position: 50% 80%;
}

.c-menu-buttton {
	display: none;
	padding: 25px 20px;
	color: #000;
	text-decoration: none;
}

.c-menu-buttton.w--open {
	color: #fff;
}

.c-nav__item {
	margin-right: 0px;
	margin-left: 30px;
	padding: 40px 0px 5px;
	float: none;
	font-family: 'Montserrat',sans-serif;
	color: #fff;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.c-nav__item:hover {
	background-color: transparent;
	color: #f4f4f4;
	font-weight: 500;
}

.c-nav__item.w--current {
	color: #fbb53b;
	font-weight: 500;
}

.c-nav__item.w--current:hover {
	color: #f4f4f4;
}

.c-nav__item.dropdown-list {
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	color: #fff;
}

.c-nav-dropdown-list.w--open {
	margin-top: 15px;
	margin-left: 22px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #fff;
	box-shadow: 6px 6px 29px 0 rgba(0, 0, 0, .3);
}

.c-button {
	display: inline-block;
	padding: 15px 30px;
	border: 1px none transparent;
	background-color: #d3d3d3;
	box-shadow: none;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #333;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
}

.c-button.c-button--large {
  padding: 15px 30px;
  font-size: 16px;
}
.c-button.c-button--primary.c-button--large.c-button--corners {
    border-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.c-button.c-button--primary.c-button--large.c-button--corners.guide-cta:hover {
    background-color: #572932;
}
.c-button:hover {
	box-shadow: 8px 6px 27px 0 rgba(0, 0, 0, .25);
}

.c-button.c-button--primary {
	clear: right;
	border-style: solid;
	border-width: 2px;
	background-color: #fbb53b;
	color: #fff;
}

.c-button.c-button--primary:hover {
	background-color: #572932;
}

.c-button.c-button--primary:active {
	background-color: #572932;
	box-shadow: none;
}

.c-button.c-button--primary.c-button--large.c-button--rounded {
	position: static;
	left: 0px;
	bottom: 0px;
	padding: 15px 25px;
	background-color: #fbb53b;
	font-family: 'Montserrat',sans-serif;
	color: #fff;
	font-weight: 700;
}

.c-button.c-button--primary.c-button--large.c-button--rounded.green.c-btn-banner {
	margin-right: 10px;
}

.default-banner.c-hero.c-hero--home.u-align-table.thank-banner {
	padding-bottom: 100px;
}
.c-hero.c-hero--about.u-align-table {
	background-size: cover;
	max-height: 500px;
	padding: 150px 0 20px;
}
.c-hero.c-hero--search {
  background-size: cover;
	background-repeat: no-repeat;
  max-height: 400px;
	padding: 150px 0 20px;
}
.c-button.c-button--primary.c-button--large.c-button--rounded.green {
	position: relative;
	display: inline-block;
	margin-top: 0px;
	margin-left: 0px;
	padding: 15px 25px;
	background-color: #fbb53b;
	color: #3a3046;
	border: 4px solid #fbb53b;
}

.c-button.c-button--primary.c-button--large.c-button--rounded.green.hero {
	color: #1f1f1f;
	font-weight: 700;
}

.c-button.c-button--primary.c-button--large.c-button--rounded.green.hero.v2 {
	border-width: 4px;
	border-color: #fbb53b;
	background-color: transparent;
	color: #f4f4f4;
}

.c-button.c-button--primary.c-button--large.c-button--rounded.green.bordered {
	border-color: #f4f4f4;
	border-bottom-style: none;
	border-left-style: none;
	border-left-width: 2px;
	cursor: pointer;
}

.c-button.c-button--primary.c-button--large.c-button--rounded.green.bordered.active {
	border-color: #f4f4f4;
	border-bottom-style: none;
	border-left-style: none;
	border-left-width: 2px;
	background-color: #6e9dbc;
	color: #f4f4f4;
}

.c-button.c-button--primary.c-button--large.c-button--rounded.green.blue {
	background-color: #6e9dbc;
	border-color: #6e9dbc;
}

.c-button.c-button--primary.c-button--large.c-button--rounded.green.blue.center {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	float: none;
	color: #f4f4f4;
}

.c-button.c-button--primary.c-button--large.c-button--rounded.green {
	position: relative;
	display: inline-block;
	margin-top: 30px;
	margin-left: 0px;
	padding: 15px 25px;
	float: none;
	clear: none;
	background-color: #fbb53b;
	color: #1f1f1f;
	font-weight: 700;
}

.c-button.c-button--primary.c-button--large.c-button--rounded.green.cat {
	margin-top: 30px;
	float: left;
	background-color: #f4f4f4;
	border: 2px solid #f4f4f4;
}

.c-button.c-button--primary.c-button--large.c-button--rounded.green.cat:hover {
	border-color: #f4f4f4;
}

.c-button.c-button--primary.c-button--large.c-button--rounded.green.cat.yellow {
	margin-top: 20px;
	background-color: #fbb53b;
	color: #3a3046;
	border: 2px solid transparent;
}

.c-button.c-button--primary.c-button--large.c-button--rounded.green {
	position: relative;
	display: inline-block;
	margin-top: 0px;
	margin-left: 0px;
	padding: 15px 25px;
	background-color: #fbb53b;
	color: #3a3046;
}

.c-button.c-button--primary.c-button--large.c-button--rounded.green.hero {
	color: #1f1f1f;
	font-weight: 700;
}

.c-button.c-button--primary.c-button--large.c-button--rounded.v2 {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

.c-button.c-button--close {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	width: 30px;
	height: 30px;
	padding: 0px;
	border-radius: 100%;
	background-color: transparent;
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: 700;
	text-transform: lowercase;
}

.c-button.c-button--close.c-button--close-fixed {
	position: fixed;
	z-index: 9999;
	font-weight: 400;
}

.c-button.c-button--close.c-button--close-fixed.u-color--grey {
	width: 40px;
	height: 40px;
	color: #fbb53b;
	font-size: 2em;
}

.c-button.c-button--primary.c-button--large.c-button--corners.guide-cta {
    float: right;
    background-color: #fbb53b;
    color: #fff;
}
.c-button.c-button--secondary {
    border-style: solid;
    border-width: 2px;
    background-color: #572932;
    color: #fff;
    font-weight: 700;
}
.c-button.c-button--secondary:hover {
    background-color: #3c1518;
}
.c-button.c-button--secondary.c-button--large.c-button--corners.outline {
    margin-right: 20px;
    border-color: #572932;
    background-color: transparent;
    color: #572932;
}
.c-button.c-button--secondary.c-button--large.c-button--corners {
    border-radius: 3px;
}

.c-button.c-button--secondary.c-button--large.c-button--corners.outline {
    margin-right: 20px;
    border-color: #572932;
    background-color: transparent;
    color: #572932;
}

.c-button.c-button--secondary.c-button--large.c-button--corners.outline:hover {
    border-bottom-color: #3c1518;
    color: #3c1518;
}

.c-button.c-button--secondary.c-button--large.c-button--corners.outline:hover {
    border-bottom-color: #3c1518;
    color: #3c1518;
}
.c-button.c-button--primary.c-button--corners.u-right {
    float: right;
}
.c-button.c-button--primary.c-button--corners {
    border-radius: 4px;
}
.c-menu {
	display: inline-block;
	padding-top: 0px;
	float: right;
	font-size: 14px;
	font-weight: 700;
}

.c-dropdown-toggle {
	margin-left: 30px;
	padding: 40px 30px 5px 0px;
	font-family: 'Montserrat',sans-serif;;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}

.floating-box-col-c {
	padding-right: 0px;
	padding-left: 0px;
}

.heading h2{
	margin-top: 30px;
	margin-bottom: 30px;
	padding-right: 30px;
	padding-left: 30px;
	font-family: 'Montserrat',sans-serif;;
	color: #f4f4f4;
	font-weight: 400;
	text-transform: uppercase;
}

.heading.dark h2{
	color: #3a3046;
	text-transform: uppercase;
}

.heading.dark.standard-h h2 {
	font-size: 30px;
}

.heading.dark.slider {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	font-size: 22px;
	line-height: 28px;
}

.text-block {
	display: block;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	margin-bottom: 20px;
}

.text-block.black {
	margin-bottom: 50px;
}

.text-block.black.dark {
	color: #3a3046;
}

.text-block.col {
	margin-top: 0px;
	margin-bottom: 20px;
	color: #808285;
}

.text-block.col.black {
	color: #808285;
}

.text-block.col.white {
	color: #f4f4f4;
}

.button-wrapper {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	float: left;
}

.button-wrapper.cata {
	margin-top: 0px;
	float: left;
}

.c-paragraph {
	padding-bottom: 25px;
	text-align: center;
}

.o-image {
	height: auto;
	max-height: 100%;
	float: none;
	text-align: left;
}

.o-image.o-image--full {
	width: 100%;
	margin-top: 10px;
	color: #fbb53b;
	padding-bottom: 20px;
}
.o-image.o-image--full img {
    width: 100% !important;
}
.o-image--medium {
  display: block;
	margin: 100px auto 0;
	color: #fbb53b;
	padding-bottom: 20px;  
  width: 100px;
}
.o-image.o-image--medium img {
    width: 100% !important;
}
.o-image.intro-img {
    min-height: 330px;
    background-position: 50% 50%;
    background-size: cover;
}
.o-grid__cell {
	position: relative;
	float: left;
}

.o-grid__cell.u-centered {
	text-align: center;
}

.c-academics .c-overlay {
	  -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
}

.u-centered {
	text-align: center;
}

.u-letter-box--super {
    padding-top: 100px;
    padding-bottom: 100px;
}

.o-grid__cell.u-centered.u-letter-box--small {
	padding-right: 0px;
	padding-left: 0px;
}

.o-grid__cell.u-centered.u-letter-box--small.cta {
	padding-top: 0;
}

.o-grid__cell.u-same-height__cell.u-same-height__cell--middle {
	padding-right: 0px;
	padding-left: 0px;
}

.o-grid__cell.u-same-height__cell.u-same-height__cell--middle.slider-content {
	padding-right: 0px;
	padding-left: 0px;
}

.o-grid__cell.u-same-height__cell.u-same-height__cell--middle.no-space {
	padding-right: 0px;
	padding-left: 0px;
}

.o-grid__cell.o-grid__cell--np {
	padding-right: 0px;
	padding-left: 20px;
}

.o-grid__cell.o-grid__cell--np.u-same-height__cell.col-half {
	padding-right: 0px;
	padding-left: 0px;
	background-color: transparent;
}

.o-grid__cell.o-grid__cell--np {
	padding-right: 0px;
	padding-left: 0px;
}

.o-grid__cell.image-right {
	padding-right: 5%;
	padding-left: 0px;
}

.o-grid__cell.image-left {
	padding-right: 0px;
	padding-left: 20px;
}

.o-grid__cell.content {
	padding-left: 2.7%;
}

.o-grid__cell.no-padding {
	padding-left: 0px;
}

.o-container-large {
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}


.c-heading-eyebrow {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	color: #767b86;
	font-size: 1em;
	line-height: 1.2;
	font-weight: 400;
	text-transform: uppercase;
}

.c-heading-eyebrow.left {
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: 400;
	text-align: left;
}

.c-heading-eyebrow.left.light {
	color: #fff;
}

.c-heading-eyebrow.left.white {
	color: #f4f4f4;
}

.c-heading-eyebrow.left.text {
	padding-top: 0px;
	padding-bottom: 0px;
}

.c-heading-eyebrow.slider {
	width: auto;
	padding-bottom: 0px;
}

.o-slide {
    position: relative;
    overflow: hidden;
}

.c-card__image.u-testimonial-image-one {
    height: 390px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.o-slide__inner {
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    padding-right: 2.5%;
    padding-left: 2.5%;
}
.c-card__image {
    max-width: 100%;
}
.c-card__content {
    padding: 2.5em;
}
.c-card__header {
    padding-top: 1em;
    padding-right: 1.2em;
    padding-left: 1.2em;
}
.c-card__header.u-card--np {
    padding-top: 0em;
    padding-right: 0em;
    padding-left: 0em;
}
.c-card__body.u-card--np {
    padding: 0px;
    overflow-y: auto;
    height: 200px;
    clear: both;
}


.c-spacer {
	height: 10px;
}

.c-spacer.c-spacer--tiny {
	height: 20px;
}
.c-spacer.c-spacer--xsmall {
    height: 30px;
}
.c-spacer.c-spacer--med {
	height: 40px;
}

.c-spacer.c-spacer--small {
	height: 40px;
}

.c-spacer.c-spacer--large {
    height: 50px;
}
.c-spacer.c-spacer-large {
	height: 60px;
}

.c-spacer.c-spacer-super {
	height: 200px;
}

.c-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 1.2em;
    padding-bottom: 0.5em;
    font-family: 'Montserrat',sans-serif;
    color: #282c36;
    line-height: 1.55em;
    letter-spacing: -0.3px;
}

.parent-s-guide-heading {
    margin-top: 4px;
    margin-bottom: 0px;
    float: left;
    color: #282c36;
    line-height: 26px;
}


.parent-s-guide-heading h4 {
	font-size: 20px;
}

.parent-s-guide-heading.u-wid--medium {
    width: 60%;
}
.parent-s-guide-cta {
    width: 40%;
}
.c-heading-3.c-heading--ntp.u-color--white {
	font-size: 23px;
	color: #fff;
}

.c-heading.c-heading--ntp {
    padding-top: 0em;
    line-height: 1.2em;
}
.c-heading.c-heading--nbp,
.c-heading.c-heading--nbp h2 {
    padding-bottom: 0em;
}

.c-heading.c-heading--ntp.cta {
	float: left;
	text-align: left;
}

.c-heading.c-heading-np {
	padding-top: 0em;
	padding-bottom: 0em;
}

.c-heading.c-heading-np.header-text-nc {
	margin-bottom: 0.5em;
	font-family: 'Montserrat',sans-serif;;
	color: #fff;
	line-height: 1.05em;
	font-weight: bold;
}

.c-heading.c-heading--ntp {
	padding-top: 0em;
	line-height: 1.2em;
}

.c-heading.c-heading--ntp.u-color--primary {
	color: rgba(110, 157, 188, .33);
	font-size: 68px;
	font-weight: 800;
}
.icon-box-image {
    display: inline-block;
    float: left;
    height: 50px;
    margin-right: 20px;
    width: 50px;
}
.icon-box-image img {
    height: 100%;
    width: 100%;
}
.icon-box-content {
    overflow: hidden;
}
.c-icon-box__cell-left {
	float: left;
    display: block;
    padding-bottom: 2em;
}
.c-icon-box__cell-left.c-icon-box__cell-left--medium {
	margin-right: 30px;
}

.c-icon-box {
    display: block;
    padding-bottom: 2em;
}

.c-icon-box.c-icon-box--small {
	padding-bottom: 30px;
}

.c-icon-box__icon {
	margin-right: 20px;
	color: #dd4e0c;
	text-align: center;
}

.c-icon-box__icon.c-icon-box__icon--medium {
	width: 50px;
	height: 50px;
	margin-right: 15px;
}

.c-icon-box__icon.client-logos {
	display: block;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
}

.c-icon-box__icon.client-logos {
	display: block;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
}

.c-icon-box__icon.c-icon-box__icon-xlarge {
	width: 100px;
	height: 100px;
	text-align: center;
}

img.logo-banner-img {
	margin-top: 30px;
	max-width: 200px;
}

.c-icon-box__icon.c-icon-box__icon-xlarge.u-align-center {
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}

.c-icon-box__icon.c-icon-box__icon--medium {
	width: 80px;
	height: 80px;
}

.c-heading-sub {
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0em;
	padding-bottom: 2.5em;
	font-family: 'Montserrat',sans-serif;
	font-size: 1.4em;
	line-height: 1.55em;
	font-weight: 300;
	text-transform: capitalize;
}

.c-heading-sub.c-heading-sub--narrow {
	display: block;
	width: 85%;
	margin-right: auto;
	margin-left: auto;
}

.c-heading-sub.c-heading-sub--narrow.u-left {
	width: 70%;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 2em;
	float: left;
	font-family: 'Montserrat',sans-serif;
	color: #f4f4f4;
	text-transform: none;
}

.c-heading-sub.c-heading-sub--narrow.u-left.double-left {
	width: 100%;
	text-align: left;
}

.c-heading-sub.c-heading-sub--narrow.white {
	color: #f4f4f4;
}
.c-icon-box__icon + h3 {
	padding-top: 20px;
}
.o-container__item {
	position: relative;
	margin-top: 0px;
}
.o-container__item.c-heading {
    margin-bottom: 50px;
}
.u-same-height__button-fixed {
    margin-top: 20px;
}
.o-container__item.guide-wrapper {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.o-container__item.hero {
	display: block;
	height: auto;
	margin: 50px auto;
	float: left;
	text-align: left;
}

.o-container__item.hero.v2 {
	text-align: center;
}

.read-more {
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Montserrat',sans-serif;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
}

.read-more.left {
	overflow: visible;
	text-align: left;
}

.read-more.name {
	margin-top: 30px;
	font-size: 13px;
}

.c-scroll-top-3 {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 9999;
  display: block;
  width: 45px;
  height: 45px;
  border-style: none;
  border-color: #fff;
  background-color: #fbb53b;
  background-image: url('https://6936426.fs1.hubspotusercontent-na1.net/hubfs/6936426/SACS/Website/up-arrow-key.svg'), url('https://6936426.fs1.hubspotusercontent-na1.net/hubfs/6936426/SACS/Website/up-arrow-key.svg');
  background-position: 50% 50%, 50% 202%;
  background-size: 20px 20px, 20px 20px;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  z-index: 0;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  border-radius: 5px;
  z-index: 9999;
  box-shadow: 0 20px 55px -8px rgba(0, 0, 0, 0.4);
}

.c-scroll-top-3:hover {
	background-color: #572932;
	background-position: 50% -76%, 50% 50%;
	box-shadow: 7px 7px 50px -7px rgba(0, 0, 0, .39);
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

.c-scroll-top-3.w-inline-block.scroll-show {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

.o-grid__cell-2 {
	position: relative;
}

.o-grid__cell-2.footer {
	padding-right: 30px;
	padding-left: 20px;
}

.o-image-2 {
	height: auto;
	max-height: 100%;
}

.o-image-2.footer-logo {
	width: 120px;
}

.c-spacer-1 {
	height: 5px;
}

.c-spacer-1.c-spacer--small {
	height: 20px;
}

.c-spacer-1.c-spacer--large {
	height: 30px;
	color: #3a3046;
}

.c-link-footer {
	display: inline-block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #f4f4f4;
	font-weight: 300;
	text-decoration: none;
}

.c-link-footer:hover {
	padding-left: 15px;
	color: #f4f4f4;
	font-weight: 600;
}

.c-link-footer.social {
	display: inline;
	margin-right: 30px;
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0px;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #f4f4f4;
	font-weight: 700;
}

.c-link-footer.social:hover {
	color: #fbb53b;
}

.c-link-footer.social.dark {
	color: #3a3046;
	font-size: 16px;
}

.c-link-footer.social.dark:hover {
	color: #6e9dbc;
}

.c-link-footer.contact {
	padding-top: 0em;
	padding-bottom: 0em;
	color: #f4f4f4;
}

.c-link-footer.contact.dark {
	color: #3a3046;
}

.o-section {
	position: relative;
	display: block;
}

.o-section.guide-section {
	background-color: #f4f4f4;
}
.u-bg--grey-super-light {
    background-color: #f4f4f4;
}
.o-section.u-bg--gold-img {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}
.o-section.u-bg--green-img {    
    background-position: 0px 0px, 0 -100px;
    background-size: cover;
    background-repeat: repeat, no-repeat;
}
.o-section.bg-spiritual-life {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}
.o-section.u-bg--blue-img {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 129, 164, 0.9)), to(rgba(66, 129, 164, 0.9))), url(https://6936426.fs1.hubspotusercontent-na1.net/hubfs/6936426/SACS/Images/parade-22-min.jpg);
    background-image: linear-gradient(180deg, rgba(66, 129, 164, 0.9), rgba(66, 129, 164, 0.9)), url(https://6936426.fs1.hubspotusercontent-na1.net/hubfs/6936426/SACS/Images/parade-22-min.jpg);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}
.events-img {
    height: 200px;
    max-width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.events-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(27,47,51,0.3)),to(rgba(27,47,51,0.3)));
    background-image: linear-gradient(180deg,rgba(27,47,51,0.3),rgba(27,47,51,0.3));
    left: 0;
    top: 0;
    opacity: 0;
	  -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.events-img:hover:after {
    opacity: 1;
	-webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.event-slide {
	min-width: 1100px;
	height: 1100px;
	background-size: contain;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -15%;
}
.events-wrap .slick-dots {
    bottom: 50px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}
.events-wrap .staff-bio.bio-show {
    width: 100%;
    height: 100%;
    left: 0;
    background-color: transparent;
}
.events-wrap .staff-bio {
    height: 100%;
    width: 100%;
}
.events-wrap .staff-bio .o-feature-content {
    max-height: 0;
    overflow-y: auto;
    border: 30px solid #fff;
    padding: 0;
    border-style: solid;
    min-width: 80%;
    margin: 0 auto;
    top: 100px;
    min-height: 80%;
    max-width: 0;
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    width: 100%;
}
.u-bg--grey-super-light {
    background-color: #f2f2f2;
}

.u-bg--grey-light {
	    background-color: #f4f4f4;
}

.o-container {
	position: relative;
/* 	z-index: 4; */
}
.c-icon-box.c-events {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
}
.c-events p {
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 100%;
	background-color: transparent;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(27,47,51,0.5)),to(rgba(27,47,51,0.5)));
	background-image: linear-gradient(180deg,rgba(27,47,51,0.5),rgba(27,47,51,0.5));
	left: 0;
	text-align: left;
	text-indent: 10px;
	color: #fff;
}
.c-icon-box__cell-right {
	overflow: hidden;
	width: auto;
	padding-bottom: 0px;
}

.c-icon-box__cell-right.overlap {
	position: relative;
	padding-left: 0px;
}

.floating-box-col-r {
	padding-right: 0px;
}

.text-span-2 {
	padding-bottom: 3px;
	border-bottom: 2px solid #3a3046;
	text-decoration: none;
}

.text-span-2:hover {
	border-bottom-width: 4px;
}

.image-2 {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
}

.team-member--overlay {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .29)), to(rgba(0, 0, 0, .29))), -webkit-gradient(linear, left top, left bottom, color-stop(57%, rgba(81, 83, 95, 0)), to(rgba(81, 83, 95, .84)));
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), linear-gradient(180deg, rgba(81, 83, 95, 0) 57%, rgba(81, 83, 95, .84));
}
.o-container.u-letter-box--super.u-letter-box--ntp {
    padding-top: 0px;
}
.team-member-names {
	position: absolute;
	left: 30px;
	bottom: 15px;
	z-index: 9999;
}
.u-bg--grey-super-light .u-bg--grey-light {
    background-color: #fff;
}
.team-member {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #fff;
	text-decoration: none;
}

.team-member:hover {
	box-shadow: 8px 18px 55px -8px rgba(0, 0, 0, .3);
}

.team-member--ntp {
	margin-top: -10px;
}

.c-social-icon {
	display: inline-block;
	color: #fff;
}

.c-social-icon.fa.fa-pinterest.c-social-icon--contact {
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	color: #fbb53b;
	font-size: 22px;
}

.c-social-icon.fa.fa-pinterest.c-social-icon--contact:hover {
	color: #6e9dbc;
}

.c-social-icon.fa.fa-pinterest.c-social-icon--contact {
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	font-size: 22px;
}

.c-social-icon.fa.fa-pinterest.c-social-icon--contact:hover {
	color: #3771d0;
}

.c-social-icon.fa.fa-google-plus.c-social-icon--contact {
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	color: #fbb53b;
	font-size: 22px;
}

.c-social-icon.fa.fa-google-plus.c-social-icon--contact:hover {
	color: #6e9dbc;
}

.c-social-icon.fa.fa-google-plus.c-social-icon--contact {
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	font-size: 22px;
}

.c-social-icon.fa.fa-google-plus.c-social-icon--contact:hover {
	color: #3771d0;
}

.c-social-icon.fa.fa-facebook.c-social-icon--contact {
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	color: #fbb53b;
	font-size: 22px;
}

.c-social-icon.fa.fa-facebook.c-social-icon--contact:hover {
	color: #6e9dbc;
}
.footer-wrapper {
	background-color: #572932;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
}
.footer-heading h4 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.footer-heading h4:after {
    content: "";
    height: 1px;
    width: 60%;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.footer-block .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
    padding: 5px 0px;
    text-decoration: none;
    font-size: 13px;
    color: #fff;
    transition: all 300ms ease;
}
.footer-block {
    font-size: 13px;
}
.footer-block .c-address__heading a {
	color: #fbb53b;
}
.footer-block .hs-menu-wrapper.hs-menu-flow-vertical>ul li a:hover {
    padding-left: 10px;
    color: #fbb53b;
}
.c-social-icon.fa.fa-facebook.c-social-icon--footer {
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	font-size: 20px;
}

.c-social-icon.fa.fa-facebook.c-social-icon--footer:hover {
	color: #fbb53b;
}

.c-social-icon.fa.fa-facebook.c-social-icon--contact {
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	font-size: 22px;
}

.c-social-icon.fa.fa-facebook.c-social-icon--contact:hover {
	color: #3771d0;
}

.c-social-icon.fa.fa-facebook.contact {
	color: #3a3046;
	font-size: 18px;
}

.c-social-icon.fa.fa-facebook.contact:hover {
	color: #fbb53b;
}

.c-social-icon.fa.contact.light,
.c-social-icon.fa.fa-facebook.contact.ligh {
	color: #f4f4f4;
}

.c-social-icon.fa.contact.light:hover,
.c-social-icon.fa.fa-facebook.contact.ligh:hover {
	color: #fbb53b;
}

.c-social-icon.fa.fa-facebook.c-social-icon--footer {
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	font-size: 18px;
}

.c-social-icon.fa.fa-facebook.c-social-icon--footer:hover {
	color: #fbb53b;
}

.c-social-icon.fa.fa-linkedin.c-social-icon--contact {
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	color: #fbb53b;
	font-size: 22px;
}

.c-social-icon.fa.fa-linkedin.c-social-icon--contact:hover {
	color: #6e9dbc;
}

.c-social-icon.fa.fa-linkedin.c-social-icon--footer {
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	color: #d4d4d4;
	font-size: 20px;
}

.c-social-icon.fa.fa-linkedin.c-social-icon--footer:hover {
	color: #fbb53b;
}

.c-social-icon.fa.fa-google-plus.c-social-icon--footer {
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	color: #d4d4d4;
	font-size: 20px;
}

.c-social-icon.fa.fa-google-plus.c-social-icon--footer:hover {
	color: #fbb53b;
}

.c-social-icon.fa.fa-linkedin.c-social-icon--contact {
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	font-size: 22px;
}

.c-social-icon.fa.fa-linkedin.c-social-icon--contact:hover {
	color: #3771d0;
}

.c-social-icon.fa.fa-linkedin.contact {
	color: #3a3046;
	font-size: 18px;
}

.c-social-icon.fa.fa-linkedin.contact:hover {
	color: #fbb53b;
}

.c-social-icon.fa.fa-linkedin.contact.light {
	color: #f4f4f4;
}

.c-social-icon.fa.fa-linkedin.contact.light:hover {
	color: #fbb53b;
}

.c-social-icon.fa.fa-linkedin.c-social-icon--footer {
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	color: #d4d4d4;
	font-size: 18px;
}

.c-social-icon.fa.fa-linkedin.c-social-icon--footer:hover {
	color: #fbb53b;
		-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
}

.c-social-icon.fa.fa-twitter.c-social-icon--footer,
.c-social-icon.fa.fa-map-marker.c-social-icon--footer{
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	font-size: 20px;
}

.c-social-icon.fa.fa-map-marker.c-social-icon--footer:hover,
.c-social-icon.fa.fa-twitter.c-social-icon--footer:hover,
.c-social-icon.fa.fa-map-marker.c-social-icon--footer:hover {
	color: #fbb53b;
		-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
}

.c-social-icon.fa.fa-twitter.contact {
	color: #3a3046;
	font-size: 18px;
}

.c-social-icon.fa.fa-twitter.contact:hover {
	color: #fbb53b;
}

.c-social-icon.fa.fa-twitter.contact.light {
	color: #f4f4f4;
}

.c-social-icon.fa.fa-twitter.contact.light:hover {
	color: #fbb53b;
}

.c-social-icon.fa.fa-twitter.c-social-icon--footer {
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	font-size: 18px;
}

.c-social-icon.fa.fa-twitter.c-social-icon--footer:hover {
	color: #fbb53b;
}

.c-social-icon.fa.fa-instagram.c-social-icon--footer {
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	font-size: 20px;
}

.c-social-icon.fa.fa-instagram.c-social-icon--footer:hover {
	color: #fbb53b;
}

.c-social-icon.fa.fa-instagram.contact {
	color: #3a3046;
	font-size: 18px;
}

.c-social-icon.fa.fa-instagram.contact:hover {
	color: #fbb53b;
}

.c-social-icon.fa.fa-instagram.contact.light {
	color: #f4f4f4;
}

.c-social-icon.fa.fa-instagram.contact.light:hover {
	color: #fbb53b;
}

.c-social-icon.fa.fa-instagram.c-social-icon--footer {
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	font-size: 18px;
}

.c-social-icon.fa.fa-instagram.c-social-icon--footer:hover {
	color: #fbb53b;
}

.c-social-icon.fa.fa-youtube.c-social-icon--footer {
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	font-size: 20px;
}

.c-social-icon.fa.fa-youtube.c-social-icon--footer:hover {
	color: #fbb53b;
}

.c-social-icon.fa.fa-youtube.contact {
	color: #3a3046;
	font-size: 18px;
}

.c-social-icon.fa.fa-youtube.contact:hover {
	color: #fbb53b;
}

.c-social-icon.fa.fa-youtube.contact.light {
	color: #f4f4f4;
}

.c-social-icon.fa.fa-youtube.contact.light:hover {
	color: #fbb53b;
}

.c-social-icon.fa.fa-youtube.c-social-icon--footer {
	-webkit-transition: color 500ms ease;
	transition: color 500ms ease;
	font-size: 18px;
}

.c-social-icon.fa.fa-youtube.c-social-icon--footer:hover {
	color: #fbb53b;
}

.o-modal {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
	overflow: hidden;
	width: 80%;
	max-height: 100%;
	border: 0px solid #dbdbdb;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 15px 15px 42px -4px rgba(0, 0, 0, .2);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.o-modal.o-modal--gradient {
	overflow: auto;
	border-style: none;
	border-radius: 0px;
	background-color: transparent;
	background-image: linear-gradient(132deg, #51535f, #2d2e33);
}

.team-modal {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 99999;
	visibility: hidden;
	overflow: auto;
	background-color: rgba(0, 0, 0, .07);
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.team-modal.modal-open {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.staff-block {
	cursor: pointer;
}
.staff-bio {
    height: 75%;
    width: 30%;
    background-color: #fff;
    position: fixed;
    right: -100%;
    top: 50%;
	  transform:translateY(-50%);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 9;
	opacity: 0;
}
.staff-bio.bio-show {
	opacity: 1;
  right: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
body.bio:after {
	content: "";
	position: fixed;
	height: 100%;
	width: 0;
	background-color: rgba(0, 0, 0, 0.75);
	z-index: 8;
	left: 0;
	top: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity:0;
}


body.bio.bio-show:after {
	width: 100%;
	opacity:1;
		-webkit-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
}
.o-feature-content {
    position: relative;
    display: block;
    padding: 8%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.staff-bio .o-feature-content {
	max-height: 60%;
	overflow-y: auto;
	border: 30px solid #fff;
	padding: 0;
	border-style: solid;
}

.bio-close {  
	position: fixed;
	color: #fff;
	top: 20px;
	left: -20px;
	cursor: pointer;
	z-index: 9;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
  /* IE 11 */
  height: 50px !important; 
  width: 50px !important;

}
.bio-close.bio-show {
	left: 20px;
	opacity: 1;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.c-social-link {
	margin-right: 20px;
	margin-left: 0px;
}

.c-social-link.c-social-link--footer {
	width: 30px;
	height: 30px;
	margin-right: 5px;
	padding-top: 6px;
	border-radius: 50%;
	-webkit-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
	text-align: center;
}

.c-social-link.c-social-link--footer:hover {
	background-color: transparent;
}

.c-social-link.c-social-link--footer.c-social-link--medium {
	width: 40px;
	height: 40px;
}

.o-modal__team-image {
	max-height: 40%;
	height: 300px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.team-text {
	color: #f4f4f4;
}


html.w-mod-js *[data-ix="fixed-scroll-to-top"] {
	display: none;
}


/* Helper Classes
===================================*/
.o-container-large.w-container.content-center,
.o-container-large.w-container.content-center h2,
.o-container-large.w-container.content-center h3,
.o-container-large.w-container.content-center h4,
.o-container-large.w-container.content-center h5,
.o-container-large.w-container.content-center p{
	text-align: center;
}

.o-container-large.w-container.content-left,
.o-container-large.w-container.content-left h2,
.o-container-large.w-container.content-left h3,
.o-container-large.w-container.content-left h4,
.o-container-large.w-container.content-left h5,
.o-container-large.w-container.content-left p{
	text-align: left;
}

.desktop-hide {
	display:none;
}

.table-row-set {
	display: table-row;
	height: 100%;
}

.table-set {
	display: table;
	height: 100%;
}
.p-relative  {
	position: relative;
}
.table-cell-set {
	display: table-cell !important;
	height: 100%;
	float: none !important;
}

.table-cell-set.table-middle {
	vertical-align: middle;
}

.academics-img {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 250px;
	padding: 40px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;    
	background-position: 50% 30%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	color: #fff;
	text-decoration: none;
	z-index: 0;
	background-size: cover;
}

.academics-img.v2 {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	min-height: 400px;
}
.fluid-2 .academics-img.v2,
.fluid-20 .academics-img.v2 {
	min-height: 170px;
	padding: 20px;
	font-size: 14px;
}
.academics-content.no-marg {
	margin: 0;
}


.page-center .fluid-2 .academics-img.v2,
.page-center .fluid-3 .academics-img.v2 {
	min-height: 300px;
}
.fluid-2 .academics-img.v2,
.fluid-3 .academics-img.v2 {
	min-height: 400px;
}
.padded-blocks .row-fluid.flex-grid {
	width: calc(100% + 20px);
	left: -10px;
	position: relative;
}

.padded-blocks .p-relative {
	margin: 10px !important;
}

a.academics-img:hover .c-overlay {
	opacity: 0;
	transition: all 500ms ease;
}
a.academics-img.v2:hover .c-overlay {
	opacity: 1;
	transition: all 500ms ease;
}
.transparent-hover a.academics-img.v2:hover .c-overlay {
	opacity: 0;
}

.left-aligned a.academics-img.v2 {
	text-align: left;
	padding-top: 40%;
}

.left-aligned .academics-img {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

a.academics-img:hover:before {
	opacity: 1;
	transition: all 350ms ease;
}

.academics-img:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 47, 51, 0.3)), to(rgba(27, 47, 51, 0.3)));
	background-image: linear-gradient(180deg, rgba(27, 47, 51, 0.3), rgba(27, 47, 51, 0.3));	
  z-index: 0;
	-webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  opacity: 0;
}
.academics-img.v2:before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 47, 51, 0.4)), to(rgba(27, 47, 51, 0.4)));
	background-image: linear-gradient(180deg, rgba(27, 47, 51, 0.4), rgba(27, 47, 51, 0.4));
}
.c-overlay--yelow {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 181, 59, 1)), to(rgba(251, 181, 59, 1)));
  background-image: linear-gradient(180deg, rgba(251, 181, 59, 1), rgba(251, 181, 59, 1));	
}
.c-overlay--green {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(92, 167, 72, 1)), to(rgba(92, 167, 72, 1)));
  background-image: linear-gradient(180deg, rgba(92, 167, 72, 1), rgba(92, 167, 72, 1));
}
.c-overlay--blue {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(66, 129, 164, 1)), to(rgba(66, 129, 164, 1)));
  background-image: linear-gradient(180deg, rgba(66, 129, 164, 1), rgba(66, 129, 164, 1));
}

.c-overlay--gold {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(197, 183, 131, 1)), to(rgba(197, 183, 131, 1)));
	background-image: linear-gradient(180deg, rgba(197, 183, 131, 1), rgba(197, 183, 131, 1));
}
.top-section.gold-overlay:after {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(197, 183, 131, 0.9)), to(rgba(197, 183, 131, 0.9)));
	background-image: linear-gradient(180deg, rgba(197, 183, 131, 0.9), rgba(197, 183, 131, 0.9));
}
.c-overlay--purple {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(87, 41, 50, 1)), to(rgba(87, 41, 50, 1)));
	background-image: linear-gradient(180deg, rgba(87, 41, 50, 1), rgba(87, 41, 50, 1));
}

.c-middle {
  margin-bottom: 50px;
}

h4.academics-heading {
  z-index: 1;
  font-size: 20px;
  line-height: 26px;
}
h2.academics-heading {
  z-index: 1;
  text-align: center;
}
.academics-content,
.academics-btn {
  z-index: 1;
}
.academics-content {
  margin-bottom: 20px;
}
.c-academics .c-overlay {
	z-index: 0;
	opacity: 0.8; 
}
.o-grid__cell.u-grid__tbp {
  position: relative;
  transform: translateY(50%);
}
.overlap-section,
.overlap-section-team {
  position: relative;
}
.overlap-b .top-section {
  height: 80%;
  position: absolute;
  width: 100%;
  top: -100px;
}
.top-section {
  height: 90%;
  position: absolute;
  width: 100%;
  top: -130px;
}
.top-section:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 33%,rgba(0, 0, 0, 0.4) 33%,rgba(0, 0, 0, 0.4) 66%,rgba(0, 0, 0, 0.4) 66%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
}
.casestudy-bg-columns {
  background: #f1f1f1;
  background: -moz-linear-gradient(left, #f1f1f1 33%, #ffffff 33%, #ffffff 66%, #f1f1f1 66%);
  background: -webkit-linear-gradient(left, #f1f1f1 33%,#ffffff 33%,#ffffff 66%,#f1f1f1 66%);
  background: linear-gradient(to right, #f1f1f1 33%,#ffffff 33%,#ffffff 66%,#f1f1f1 66%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f1f1f1',GradientType=1 );
}

.o-section.overlap-section {
  margin-top: 120px;
  margin-bottom: 100px;
}
.about-template .o-section.overlap-section {
  margin-bottom: 20px;
}
.casestudy-wrapper {
  box-shadow: 13px 13px 100px 0 rgba(0, 0, 0, .2);
  z-index: 1;
  position: relative;
}
.o-grid__cell.case-study-section__cell {
  padding: 35px 40px;
}
.case-study-section__grid-wrap.u-no-shadow.career-img {
  position: static;
  margin-top: -235px;
  margin-bottom: 20px;
}
.o-grid__cell.u-same-height__buttons {
  padding-bottom: 65px;
}
.o-grid__cell.case-study-section__cell.u-same-height__buttons {
  padding-bottom: 95px;
}
.u-color--white {
    color: #fff;
}
.u-marg-top {
    margin-top: 90px;
}
.banner-text--bottomleft.banner-text--narrow {
    width: 50%;
  min-width: 585px;
}
.spiritual-life-wrapper {
  /*
  width: 50%;
  height: 590px;  
  */
  width: 40%;
  height: 575px;
  margin-right: auto;
  margin-left: auto;
  padding: 16% 20px 11%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.9;
}
.admissions-cta-wrappers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-position:50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.team-photo {
  width: 220px;
  height: 220px;
  margin-right: auto;
  margin-left: auto;
  border: 7px solid #dfdddb;
  border-radius: 50%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.team-photo:hover {
  border-color: #c5b783;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team-member.culture-one {
  height: 170px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
.c-icon-box__heading {
    color: #282c36;
    letter-spacing: -0.6px;
}
.c-heading.c-heading-np.header-text-nc span.banner-highlight-text,
.banner-highlight-text {
    font-family: Montserrat, sans-serif;
    color: #c5b783;
    font-weight: 600;
}
.o-divider {
    height: 2px;
    background-color: #e2e2e2;
}
.job-wrap {
    margin-top: 60px;
}
.job-left {
	padding-right: 40px;
  margin-bottom: 10px;
}
.job-right {
	padding-left: 40px;
}
  .row-fluid.grid-margin .span6, 
  .row-fluid.grid-margin .span2, 
.grid-margin .span4 {
  margin-bottom: 20px;
}
.c-spacer.c-spacer--super.spacer-positions {
    margin-bottom: 40px;
}
.u-letter-box--small {
    margin-top: 20px;
}
.o-section.blog-post-body {
    padding-top: 220px;
}

.blog-header__author-avatar {
      width: 50px;
    display: block;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
}

.o-author {
  padding-top: 10px;
}

#toggleComments {
	margin-top: 80px;
	border-radius: 3px;
}
#toggleComments:hover {
	background-color: #572932;
}
/* Custom Theme CSS
===================================*/

.o-blog-content-offer {
    padding-right: 40px;
    padding-left: 40px;
}
.o-image.o-image--small {
    width: 25px;
}
.blog-post-body .c-social-icon {
    color: #d4d4d4;
}
.blog-post-body .u-color--grey {
    margin-bottom: 0;
    padding: 0;
}
.blog-post-body .c-icon-box__cell-right {
    padding-left: 0;
    display: inline-block;
}
.blog-post-body .o-social-icons {
    margin-top: -5px;
    display: inline-block;
    float: right;
}
.c-icon-box__icon.c-icon-box__icon--small {
    margin-right: 10px;
}
.c-icon-box--np .c-icon-box__cell-left {
	float: left;
	padding-bottom: 0;
}
.c-icon-box.c-icon-box--np {
    padding-bottom: 0em;
}
body form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
/*     position: absolute;
    top: 95%; */
}
.hs_error_rollup {
    position: absolute;
    top: -44px;
}
.step-text {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
}
.step-text.number {
    font-size: 70px;
    line-height: 61px;
    text-align: center;
}
.steps-wrapper {
    width: 150px;
    height: 150px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding: 36px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;    
}
.steps-purple {
	background-color: #572932;
}
.steps-gold {
	background-color: #c5b783;
}
.steps-blue {
	background-color: #4281a4;
}
.steps-yellow {
	background-color: #fbb53b;
}
.steps-green {
	background-color: #5ca748;
}
.steps-purple {
	background-color: #572932;
}

.c-logo-card .c-card__image.u-testimonial-image-one {
	height: 70px;
	background-position: 50% 50%;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #f2f2f2;
}
.u-bg--grey-super-light .c-logo-card .c-card__image.u-testimonial-image-one {
    background-color: #f2f2f2;
}
.c-logo-card.c-card {
	min-height: 0;
}
#logo .slick-dots {
    bottom: 30px;
}
.logo-wrap {
	padding-bottom: 60px;
}
.o-grid__cell.u-grid__np.u-same-height__cell.u-same-height__cell--middle {
    padding: 20px;
}
.o-grid__cell.u-window-box--left-right.u-nlp.u-same-height__cell.pre-kind__cell {
    padding-right: 20px;
}
.c-card.c-card__blog-hp {
    background-color: #f4f4f4;
}
.c-link.c-link--primary {
    color: #fbb53b;
	  transition: all 350ms ease;
}
.c-link.c-link--primary:hover {
	text-decoration: underline;
	transition: all 350ms ease;
}
.c-link.c-link--secondary {
    color: #572932;
    font-weight: 600;
}
.c-link:hover {
    text-decoration: underline;
}
.blog-rss {
	margin-top: 50px;
}
.c-icon-box__icon.c-icon-box__icon-xlarge img {
	max-height: 100px;
	padding: 0;
	margin: 0;
}

.lp-sections.event-map {
	padding: 0;
	margin-top: 40px;
}

.o-section.space-section.hp2.v2.events-section {
	padding-bottom: 0px;
}

.c-card-countdown {
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	width: 70%;
	text-align: center;
}

.c-card-countdown .c-pricing-heading {
	font-size: 70px;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.o-image-3.blog-internal-image {
	width: 100%;
	height: 380px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.blog-head.c-heading.c-heading-np.header-text-nc span {
	color: #fff;
}
.c-heading.c-heading--ntp.u-centered.u-color--maroon {
    color: #572932;
}
.c-icon-box__cell-left-2 {
	display: inline-block;
}

.c-icon-box__cell-right-2.u-block {
	display: inline-block;
}

.o-image-3.blog-icon {
	width: 30px;
	margin-right: 5px;
}

.o-subscribe.widget-type-blog_subscribe input[type="email"] {
	margin-bottom: 8px;
	padding-right: 130px;
	background-color: #fff;
	height: 70px;
	border: 2px solid #dbdbdb;
	border-radius: 0;
	font-family: 'Montserrat',sans-serif;
}

.o-subscribe.widget-type-blog_subscribe input[type="email"]:focus {
	border: 2px solid #fbb53b;
	outline: none;
}

.o-subscribe.widget-type-blog_subscribe input[type="submit"] {
	border-color: #dbdbdb;
	border-radius: 0;
	border-style: solid solid solid none;
	border-width: 3px medium;
	height: 70px;
	background-color: #fbb53b;
	font-weight: normal;
	margin: 0;
	color: #fff;
	font-family: 'Montserrat',sans-serif;
}

.o-subscribe.widget-type-blog_subscribe input[type="submit"]:hover {
	box-shadow: 8px 6px 27px 0 rgba(0, 0, 0, .25);
	background-color: #fbb53b;
}

.c-pagination {
	display: inline-block;
	width: 100%;
	padding: 1em;
	font-size: 12px;
	text-align: center;
}

.pagination {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.pagination li {
	display: inline-block;
}

.pagination li.next-posts-link,
.pagination li.previous-posts-link,
.pagination li.first-posts-link,
.pagination li.last-posts-link {
	position: absolute;
}

.pagination li.first-posts-link {
	left: 10px;
}

.pagination li.previous-posts-link {
	left: 50px;
}

.pagination li.next-posts-link {
	right: 50px;
}

.pagination li.last-posts-link {
	right: 10px;
}

.c-pagination__controls {
	display: inline-block;
}

.c-pagination__controls.c-pagination__controls--backward {
	float: left;
}

.c-pagination__controls.c-pagination__controls--forward {
	float: right;
}

.c-pagination__control {
	display: inline-block;
	overflow: hidden;
	width: 35px;
	height: 35px;
	max-width: 100%;
	min-width: 2.4em;
	margin-right: 0.125em;
	margin-left: 0.125em;
	padding: 0.8em;
	border: 1px solid #fff;
	border-radius: 0;
	background-color: #fff;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	font-size: 1em;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	position: relative;
}

.c-pagination__control a {
	border-radius: 0;
	height: 100%;
	left: 0;
	padding-top: 9px;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-pagination__control:hover {
	border-color: #fbb53b;
	background-color: #fbb53b;
	box-shadow: 3px 4px 14px 0 rgba(0, 0, 0, .2);
	color: #fff;
}

.c-pagination__control:hover a {
	color: #fff;
}

.c-pagination__control:active {
	box-shadow: none;
}

.c-pagination__control.c-pagination__control--current,
.c-pagination__control.c-pagination__control--current a{
	border-color: transparent;
	background-color: #6e9dbc;
	color: #fff;
}
.c-pagination__control {
    border-radius: 100%;
}
.c-pagination__control.steps {
    border-radius: 3px;
}
.c-pagination__ellipsis {
	display: inline-block;
	overflow: hidden;
	background-color: transparent;
	color: #363636;
}

.o-grid-4.row-fluid.blog-featured {
	padding: 0 10px 15px 10px;
}

.o-blog-filter-options--dropdown-list.w--open {
	background-color: #f1f1f1;
	box-shadow: 6px 5px 29px -4px rgba(0, 0, 0, 0.2);
	margin-top: 9px;
}

.w-dropdown-list.w--open {
	display: block;
}

.o-blog-filter-options--dropdown {
	z-index: 0;
	margin-top: 8px;
	margin-left: 23px;
	border: 2px solid #ececec;
	border-radius: 5px;
	-webkit-transition: box-shadow 500ms ease;
	transition: box-shadow 500ms ease;
}

.o-blog-filter-options--dropdown:hover {
	box-shadow: 5px 5px 21px -4px rgba(0, 0, 0, .2);
}

.o-blog-filter-options--dropdown-toggle {
	z-index: 9999;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #6e9dbc;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
}

.o-blog-filter-options--dropdown-list.w--open {
	z-index: 9999;
	margin-top: 9px;
	background-color: #f1f1f1;
	box-shadow: 6px 5px 29px -4px rgba(0, 0, 0, .2);
}

.o-blog-filter-options--dropdown-link {
	background-color: transparent;
	-webkit-transition: background-color 350ms ease, color 350ms ease;
	transition: background-color 350ms ease, color 350ms ease;
	text-transform: uppercase;
}

.o-blog-filter-options--dropdown-link:hover {
	background-color: #fbb53b;
	-webkit-transition: background-color 350ms ease, color 350ms ease;
	transition: background-color 350ms ease, color 350ms ease;
	color: #fff;
}

.c-heading-4.blog-filter-heading h3 {
	display: block;
	padding-top: 0.5em;
	float: left;
	font-family: 'Montserrat',sans-serif;
}

.c-heading-4 h3 {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1.2em;
	padding-bottom: 0.5em;
	font-family: 'Montserrat',sans-serif;
	color: #282c36;
	line-height: 1.55em;
	letter-spacing: -0.3px;
	text-transform: none;
}

.blog-search form {
	position: relative;
}

.blog-search .fa.fa-search {
	position: absolute;
	top: 13px;
	right: 20px;
	font-size: 22px;
	color: #6e9dbc;
	line-height: 1;
}

.blog-search input.hs-search-field__input {
	border: 2px solid #ececec;
	border-radius: 5px;
	color: #6e9dbc;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	padding-right: 45px;
}

.c-blog-article.u-color--white.waves-effect {
	max-height: 440px;
}

.c-blog-article {
	position: relative;
	width: 100%;
	height: 440px;
	padding: 30px;
	background-position: 0px 0px, 50% 50%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
	-webkit-transition: box-shadow 500ms ease;
	transition: box-shadow 500ms ease;
	color: #fff;
	text-decoration: none;
}

.c-card__content.u-c-card-lessp.featured {
	height: 440px;
	max-height: 440px;
}

.c-card__content.u-c-card-lessp {
	padding: 1.7em 2.2em 2.2em;
	min-height: 180px;
}

.row-fluid .listing-wrapper.mason-grid .span4 {
	margin: 0 0 15px 0;
	width: 33.333%;
	padding: 0 10px;
}
.row-fluid .listing-wrapper.mason-grid .span4 a {
  -webkit-transition: box-shadow 500ms ease;
  transition: box-shadow 500ms ease;
}
.row-fluid .listing-wrapper.mason-grid .span4 a:hover {
  box-shadow: 11px 10px 40px -4px rgba(0, 0, 0, 0.2);
}

.listing-wrapper .span4:nth-child(odd) .c-card__image.u-secondary-article-image{
	height: 400px;
}

.c-card__image.u-secondary-article-image {
	background-size: cover;
	background-position: center center;
}

.row-fluid .span7.col-fluid {
	width: 55%;
}

.row-fluid .span5.col-fluid {
	width: 45%;
	margin: 0;
}

.c-heading-4.c-heading--ntp.large-heading h4 {
	padding-bottom: 0em;
	font-family: 'Montserrat',sans-serif;
	font-size: 26px;
	text-align: left;
}

.u-color--grey {
	margin-bottom: 10px;
	color: #767b86;
	text-align: left;
}

.c-card__image.u-secondary-article-image {
	height: 250px;
}
.span3 .c-card__image.u-secondary-article-image {
    height: 200px;
}
.c-card__image {
	max-width: 100%;
}

.c-heading-4.c-heading--ntp h4 {
	padding-top: 0em;
	font-family: 'Montserrat',sans-serif;
	line-height: 1.2em;
	font-weight: 400;
}

.c-card {
	display: block;
	overflow: hidden;
	min-height: 210px;
	padding: 0px;
	border-style: none;
	border-width: 1px;
	border-color: hsla(0, 0%, 85%, .5);
	background-color: #fff;
	text-decoration: none;
	width: 100%;
}

.blog-search input.hs-search-field__input:focus {
	font-style: normal;
}

.o-grid__cell.u-same-height__cell.u-same-height__cell--middle.slider-content.span7 {
	margin: 0;
}

.c-heading.c-heading-np.header-text-nc span {
	color: #fbb53b;
}

.event-table-row {
	display: inline-block;
}

.key-bg {
	text-align: center;
}

.key-bg  {
	background-color: #f4f4f4;
	font-size: 14px;
	font-weight: normal;
	padding: 15px 10px;
	border-style: solid;
	border-width: 0px;
	overflow: hidden;
	word-break: normal;
	text-transform: uppercase;
}

.feature-tab-text  {
	font-size: 14px;
	font-weight: normal;
	padding: 15px 10px;
	border-style: solid;
	border-width: 0px;
	overflow: hidden;
	word-break: normal;
	border-bottom: #f4f4f4 solid 2px;
	text-align: center;
}

.feature-tab-text {
	color: #767b86;
}

.tg {
	font-size: 14px;
	font-weight: normal;
	padding: 15px 10px;
	border-style: solid;
	border-width: 0px;
	overflow: hidden;
	word-break: normal;
}

.col-five {
	width: 25%;
	text-align: center;
}

.col-two {
	width: 25%;
	text-align: center;
}

.col-three {
	width: 49%;
	text-align: center;
}

.o-section.events-section {
	padding: 0;
}

.o-section.o-section-header {
	padding: 100px 20px;
}

.o-section .heading h2 {
	font-size: 30px;
}

.events-section .o-feature-content.full-width.lp2 {
	padding-top: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}

.u-letter-box--small-3.social {
	display: inline-block;
	margin-left: 30px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.c-heading-3.c-heading--footer.c-heading--footer-social {
	margin-bottom: 0em;
	padding-bottom: 0em;
	border-bottom-style: none;
	font-size: 25px;
}

.o-section.u-border-top.landing {
	padding-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.c-heading-3.c-heading--footer {
	display: inline-block;
	margin-bottom: 2em;
	padding-top: 0em;
	padding-bottom: 1em;
	border-bottom: 1px solid #767b86;
	color: #767b86;
	text-transform: uppercase;
}

.c-lp-image {
	margin-bottom: 20px;
}


.o-feature-content.full-width.lp2 {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}

.lp-col-content-r .text-block.col.black {
	color: #808285;
}

.o-map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

iframe.donate-embed {
    width: 100% !important;
    border: medium none;
    height: 1300px !important;
}
.default-banner .c-heading-sub.c-heading-sub--narrow.u-left.double-left {
	text-align: left;
	width: 100%;
}

.feature-pad {
	padding: 0 10px;
}

.feature-pad .o-grid__cell.u-centered {
	text-align: center;
}

.c-icon-box__cell-left{
	float: left;
}

.c-icon-box__cell-right {
	padding-left: 20px;
}

.c-icon-box__icon {
	margin-right: 0;
	text-align: left;
}

.c-heading-3.c-heading-sign-up {
	padding-top: 0;
	padding-bottom: 0;
}

.o-container--large.u-letter-box--medium.w-container.row-fluid.blog-pad {
	padding-left: 10px;
	padding-right: 10px;
}

.u-letter-box--medium {
    padding-top: 40px;
    padding-bottom: 40px;
}

.center-banner {
	text-align: center;
}

.center-banner .o-container__item.hero {
	float: none;
	text-align: center;
}

.center-banner .c-heading-sub.c-heading-sub--narrow.u-left {
	width: 70%;
	float: none;
	margin: 0 auto;
}

.center-banner .c-heading-sub.c-heading-sub--narrow.u-left.double-left {
	text-align: center;
}

.banner-cta {
	width: 100%;
	display: inline-block;
}

.o-container__item-3.u-centered.slider-block {
	padding-left: 40px;
	padding-right: 0;
}

.slick-dots li button:before {
	font-family: "fontAwesome";
	transition: all 350ms ease;
}

.slick-dots li button:before {
	opacity: 1 !important;
	color: #d0d0d0;
	transition: all 350ms ease;
}

.slick-dots li.slick-active button:before,
.slick-dots li button:hover:before{
	color: #fbb53b !important;
	transition: all 350ms ease;
	-webkit-transition: all 350ms ease;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	color: #fbb53b !important;
	transition: all 350ms ease;
}

.slick-dots {
	bottom: -65px;
}

.slick-arrow:before {
    color: #b8b8b8;
    opacity: 1 !important;
    z-index: 999;
	  font-size: 46px;
	  transition: all 350ms ease;
}
.slick-arrow:hover:before {
    color: #fbb53b;
	  transition: all 350ms ease;
}
.slick-prev.slick-arrow:before {
	font-family: FontAwesome;
  content: "\f104";
}
.slick-next.slick-arrow:before {
	font-family: FontAwesome;
  content: "\f105";
}

.logo-grid-container {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	grid-column-gap: 0;
	grid-row-gap: 0;
}

.logo-grid-item {
	float: none;
	margin: 0 auto;
	max-width: 100%;
	display: inline-block;
	padding: 10px;
	height: auto;
}

.vertical-container.span6 {
	width: 50%;
}

.row-fluid .bg-image-container {
	position: relative;
}

.vertical-wrap.img-wrap > .row-fluid-wrapper {
	min-height: 500px;
}

.bg-image-fluid {
	width: 100%;
	position: absolute;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.read-more a:hover:after {
	width: 100% !important;
	background-color: #fbb53b;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}

.read-more a:after {
	background-color: #fbb53b;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
	width: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	left: 50%;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
	padding: 10px 0;
	text-decoration: none;
	color: #fff;
	transition: all 350ms ease;
}

.footer-menu .hs-menu-wrapper.hs-menu-flow-vertical > ul li a:hover {
	padding-left: 15px;
	color: #fbb53b;
	transition: all 350ms ease;
}

.footer__copyright,
.footer__copyright a{
	color: #fff;
	margin-top: 20px;
	font-size: 14px;
}

.footer__copyright a{
	color: #d4d4d4;
}

.row-fluid .mini-spacer {
	height: 5px;
	padding: 0;
	margin: 0;
	min-height: 0;
}

.bounce {
	-moz-animation: bounce 5s infinite;
	-webkit-animation: bounce 5s infinite;
	animation: bounce 5s infinite;
	animation-delay: 2s;
}

/* Scroll indicator keyframe */
@-moz-keyframes bounce {
	0%, 15%, 25%, 50%, 100% {
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	10% {
		-moz-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	20% {
		-moz-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@-webkit-keyframes bounce {
	0%, 15%, 25%, 50%, 100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	10% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	20% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
}

@keyframes bounce {
	0%, 15%, 25%, 50%, 100% {
		transform: translateY(0);
	}
	10% {
		transform: translateY(-20px);
	}
	20% {
		transform: translateY(-10px);
	}
}

/* Animations / Lazy Loading
===================================*/
.animation-wrap {
	float: left;
}

.slide-from-left,
.slide-from-right,
.slide-from-bottom,
.slide-from-top {
	opacity: 0; 
}

.slide-from-left.toggle-animation,
.slide-from-right.toggle-animation,
.slide-from-bottom.toggle-animation,
.slide-from-top.toggle-animation {
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	opacity: 1;
}

.slide-from-left,
.slide-from-right,
.slide-from-bottom,
.slide-from-top,
.slide-from-left.toggle-animation,
.slide-from-right.toggle-animation,
.slide-from-bottom.toggle-animation,
.slide-from-top.toggle-animation {
	-moz-transition: transform 500ms ease-in, opacity 300ms ease-in;
	-ms-transition: transform 500ms ease-in, opacity 300ms ease-in;
	-o-transition: transform 500ms ease-in, opacity 300ms ease-in;
	-webkit-transition: transform 500ms ease-in, opacity 300ms ease-in;
	transition: transform 500ms ease-in, opacity 300ms ease-in;
}

/* Slide from left */
.slide-from-left {
	-webkit-transform: translateX(-30%);  
	-moz-transform: translateX(-30%);  
	-ms-transform: translateX(-30%);  
	-o-transform: translateX(-30%);  
	transform: translateX(-30%);  
}

/* Slide from right */
.slide-from-right {
	-webkit-transform: translateX(30%);  
	-moz-transform: translateX(30%);  
	-ms-transform: translateX(30%);  
	-o-transform: translateX(30%);  
	transform: translateX(30%);  
}

/* Slide from bottom */
.slide-from-bottom {
	-webkit-transform: translateY(30%);
	-moz-transform: translateY(30%);
	-ms-transform: translateY(30%);
	-o-transform: translateY(30%);
	transform: translateY(30%);
}

/* Slide from top */
.slide-from-top {
	-webkit-transform: translateY(-30%);
	-moz-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	-o-transform: translateY(-30%);
	transform: translateY(-30%);  
}

/* Template & Widget CSS
===================================*/
/* Slide Out Widget */
#slideOut {	
	color: #fff;
	position: fixed;
	left: 0;
	top: 340px;
	-webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	z-index: 9999;
	cursor: pointer;
}
.slide-item {
	background-color: #572932;
	position: relative;
	padding: 5px 10px;
	width: auto;
	-webkit-transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	left: calc(-100% + 55px);
	text-align: right;
}
.slide-item--img img {
	width: 35px;
}
.slide-item--img {
    padding-left: 10px;
}
.slide-item--text {
	color: #fff;
	margin-bottom: 6px;
	display: inline-block;
	font-size: 14px;
}
.slide-item--text:hover {
    color: #fbb53b;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;	
}
.u-letter-box--large {
    padding-top: 60px;
    padding-bottom: 60px;
}
.slide-item.toggle-item {
	left: 0;
	-webkit-transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
	box-shadow: 6px 20px 29px 0 rgba(0,0,0,0.3);
}
@media (max-width: 991px){
    #slideOut {
        display: none;
    }
}
 @media (max-height:450px){
     #slideOut {
        display: none;
    }
} 

/* Progress Bar */
.progress {
	position: fixed;
	left: 0;
	top: 0;
	width: 0;
	border: none;
	background-color: #fbb53b;
	height: 5px;
	z-index: 99999;
}

.progress {
	opacity: 1;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.open .progress {
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

/* Accordion content */
.o-accordion {
	margin-top: 40px;
}

.o-accordion-wrapper {
	cursor: pointer;
}
.o-accordion__content--inner {
    padding: 20px;
}
.o-accordion-wrapper {
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 0;
    display: inline-block;
    width: 100%;
    background-color: transparent;
    border: 2px solid #fff;
}

@media (max-width: 768px) {
  .o-accordion-wrapper {
    border: 0px solid transparent;
  }
  
}

.o-accordion-icon-wrap {
    width: 10%;
    float: right;
    text-align: center;
}
.text-block-7 {
    color: #fff;
}
.o-accordion-heading-container {
    width: 90%;
    float: left;
    color: #fff;
    text-decoration: none;
  padding-left:20px;
}
.o-accordion-heading-wrap {
    padding: 30px 20px;
    font-size: 18px;
}
.o-accordion__content {
    position: relative;
    overflow: visible;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: #ececec;
    display: none;
      margin-top: 26px;
      padding-bottom: 20px;
}
.o-panel-open .fa.fa-angle-down {
	font-size: 30px;
	color: #fbb53b;
	display: block;
	height: 20px;
	line-height: 20px;
}

.o-accordion-wrapper.accordion-open .fa.fa-angle-down,
.o-accordion-wrapper.accordion-open .fa.fa-angle-down:before {
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: all 350ms ease-in;
	transition: all 350ms ease-in;
}

.o-accordion-wrapper .fa.fa-angle-down,
.o-accordion-wrapper .fa.fa-angle-down:before {
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all 350ms ease-out;
	transition: all 350ms ease-out;
}

/* Tabbed content */
.tabs-content {
	background-color: transparent;
	position: relative;
	overflow: hidden;
	margin-top: -3px;
}

.tab-pane {
	background-color: #fff;
	opacity: 1;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-moz-transition: all 750ms ease-out;
	-ms-transition: all 750ms ease-out;
	-o-transition: all 750ms ease-out;
	-webkit-transition: all 750ms ease-out;
	transition: all 750ms ease-out;
	z-index: 0;
}

.tab-pane.show-tab {
	background-color: #fff;
	opacity: 1;
	visibility: visible;
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-moz-transition: all 750ms ease-out;
	-ms-transition: all 750ms ease-out;
	-o-transition: all 750ms ease-out;
	-webkit-transition: all 750ms ease-out;
	transition: all 750ms ease-in;
	position: relative;
	left: 0;
	z-index: 1;
}

.tabs-menu {
	background-color: transparent;
	display: inline-block;
	position: relative;
	width: 100%;
}

.tab-nav.c-button.c-button--primary.c-button--large.c-button--rounded.green.bordered.w-inline-block {
	border-width: 0;
	margin-bottom: 3px;
}

.tabs-2 .tabs-menu {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	grid-column-gap: 3px;
	grid-row-gap: 0;
}

.tab-nav.c-button.c-button--primary.c-button--large.c-button--rounded.green.bordered.w-inline-block {
	width: 100%;
	margin-right: 3px;
}

/* Lazy load Team */
.team-blocks > div .modal-toggle {
	opacity: 0;
	transform: translateY(-50px);
	transition: transform 600ms ease-in, opacity 600ms ease-in;
}

.team-blocks > div .modal-toggle.load-block {
	opacity: 1;
	transform: translateY(0);
	transition: transform 600ms ease-in, opacity 600ms ease-in;
}

/* Lazy load blocks */
.lazy-blocks > div > div > div {
	opacity: 0;
	transform: translateY(-50px);
	transition: transform 600ms ease, opacity 600ms ease;
}

.lazy-blocks > div > div > div.load-block {
	opacity: 1;
	transform: translateY(0);
	transition: transform 600ms ease, opacity 600ms ease;
}

/* Lazy load Logos */
.lazy-logo > img {
	opacity: 0;
	transform: translateY(-50px);
	transition: transform 600ms ease, opacity 600ms ease;
}

.lazy-logo > img.load-block {
	opacity: 1;
	transform: translateY(0);
	transition: transform 600ms ease, opacity 600ms ease;
}

/* Team Flexible module width */
.team-block {
	width: 31.623931624%;
	margin-left: 2.564102564%;
	margin-bottom: 2.564102564%;
	float: left;
}

.team-blocks div:nth-child(3n - 5) .team-block{
	margin-left: 0;
}

.team-block .floating-box.left {
	margin-right: 0;  
}

.team-blocks div:nth-child(3n-4) .team-block .yellow {
	bottom: 50px;
}

.team-blocks.speak-blocks div:nth-child(3n-4) .team-block .yellow {
	bottom: 0;
}

@media(max-width: 767px) {
	.o-accordion-heading-wrap {
		padding: 20px;
		font-size: 16px;
	}
	.team-block {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
		float: left;
	}
	.team-blocks div:nth-child(2n-4) .team-block {
		margin-left: 0;
	}
	.team-blocks div:nth-child(2n-3) .team-block {
		margin-left: 0;
	}
	.floating-box.up {
		bottom: 0;
	}
	.team-blocks div:nth-child(3n-4) .team-block .yellow {
		bottom: 0;
	}
  
}

/* Footer */
.o-section.u-border-top {
	top: 0px;
	height: auto;
	padding-bottom: 100px;
	border-style: none;
	border-top-width: 1px;
	border-top-color: #efefef;
	background-color: #3a3046;
}

@media (max-width: 991px){
	.o-section.u-border-top {
		top: 0px;
		overflow: visible;
		height: auto;
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media (max-width: 767px) {
  
	.o-section.u-border-top {
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
  
}

/* Scoll indicator animation */
.c-scroll-indicator.c-scroll-indicator--zigzag {
	-webkit-animation: 4s scroll infinite linear;
	-webkit-animation-name:scroll;
	-webkit-animation-duration:4s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:linear;
	animation: 4s scroll infinite linear;
}

@keyframes scroll{
	0% {
		background-position:0 0;
	}
	100% {
		background-position:0 300px;
	}
}

@-webkit-keyframes scroll{
	0% {
		background-position:0 0;
	}
	100% {
		background-position:0 300px;
	}
}

/* Modal Video Popups */
.modal-toggle {
	cursor: pointer;
}

.c-overlay.modal {
	top: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	z-index: -1;
}

.c-overlay.modal.modal-open {
	top: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
	z-index: 99999;
}

.w-video {
	position: relative;
	width: 100%;
	padding: 0;
	min-height: auto;
	padding-top:56.17021276595745%
}

.w-embed:before,
.w-embed:after {
	content: " ";
	display: table;
}

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

.w-clearfix:after {
	clear: both;
}

.w-video iframe,
.w-video object,
.w-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.w-dropdown-list.w--open {
	display: block;
}

.filter__dropdown-toggle.w--open {
	z-index: 9999;
	box-shadow: 6px 5px 29px -4px rgba(0, 0, 0, .2);
}

/*iFrame elementary*/

.vid-embed iframe {
  width: 100% !important;
  max-width: 560px !important;
}

@media (max-width: 767px) {
  .vid-embed {
    margin-bottom: 30px;
  }
}

/* Resources/Products filter styling */
.resources-container {
	position: relative;
	z-index: 0;
}

.jplist-hidden {
	display: none !important;
}

.jplist-no-results {
	padding: 20px 0;
}

.filter-wrap .jplist-drop-down .jplist-dd-panel {
	left: -15px;
	width: 105.7%;
}

.filter-wrap .jplist-drop-down {
	top: 40px;
	border-color: #fff;
	width: auto;
	left: 0;
	position: absolute;
}

.filter-wrap .jplist-drop-down.doc-control {
	height: 100%;
	width: 100%;
	padding: 10px;
	line-height: 23px;
	min-height: 45px;
	color: #000;
	background-color: #fff;
	text-indent: 0;
	transition: all 0.3s ease;
	font-size: 0.8rem;
}

/*.filter-wrap .jplist-drop-down.doc-control:hover {
	background-color: #f9f9f9;
	color: #6e9dbc;
	transition: all 0.3s ease;
}*/

.filter-wrap .jplist-drop-down .jplist-dd-panel:after {
	font-family: FontAwesome;
	content: "\f107";
	color: #fff;
	right: 10px;
}

.filter-wrap .jplist-drop-down .jplist-dd-panel {
	line-height: 23px;    
}

.jplist-panel.box.panel-top {
	margin-left: -10px;
	margin-right: -10px;
}

.filter-wrap .jplist-panel {
	display: block !important;
}

.filter-wrap .jplist-drop-down:hover .jplist-dd-panel:after,
.filter-wrap .jplist-drop-down:hover .jplist-dd-panel {
	color: #fff;
}

.filter-wrap .jplist-drop-down {
	background: #000 none repeat scroll 0 0;
	border: medium none !important;
	border-radius: 0;
	color: #fff;
	padding: 10px 25px 0 0;
	line-height: 26px;
	font-size: 16px;
	width: auto;
	margin: 0 20px 0 0;
	height: 45px;
	text-shadow: none;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	min-width: 160px;
}

.filter-wrap .filter-controls .jplist-label {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #ececec;
	border-radius: 3px;
	box-shadow: 0 0 1px #fff;
	box-sizing: border-box;
	color: #d3d3d3;
	float: left;
	font-weight: 300;
	height: 40px;
	line-height: 26px;
	margin: 10px 10px 0 0;
	padding: 5px 10px;
	text-shadow: 1px 1px 1px #fff;
}

.filter-wrap .filter-controls .jplist-panel .jplist-pagination button {
	background: transparent none repeat scroll 0 0;
	border-width: 3px;
	color: #222;
	cursor: pointer;
	display: inline-block;
	height: 40px;
	line-height: 26px;
	padding: 4px;
	width: 40px;
	border-radius: 0;
}

.filter-wrap .filter-controls .jplist-panel .jplist-pagination .jplist-pagingprev button, 
.filter-wrap .filter-controls .jplist-panel .jplist-pagination .jplist-pagingnext button {
	color: #d3d3d3;
}

.filter-wrap .filter-controls .jplist-panel .jplist-pagination .jplist-current {
	border: 2px solid #ececec;
	color: #d3d3d3;
	font-weight: 300;
	outline: medium none;
}

.filter-wrap .jplist-panel .jplist-pagination .jplist-pagingprev, 
.filter-wrap .jplist-panel .jplist-pagination .jplist-pagingmid, 
.filter-wrap .jplist-panel .jplist-pagination .jplist-pagingnext {
	display: inline-block;
	width: auto;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.filter-wrap .jplist-panel .jplist-pagination .jplist-pagingprev {
	position: absolute;
	left: 0;
}

.filter-wrap .filter-controls .jplist-panel .jplist-pagination button.jplist-last {
	margin-right: 0;
}

.filter-wrap .jplist-panel .jplist-pagination .jplist-pagingmid{
	float: none;
}

.filter-wrap .jplist-panel .jplist-pagination .jplist-pagingnext {
	position: absolute;
	right: 0;
}

.jplist-panel.box.panel-bottom {
	text-align: center;
}

.filter-wrap .jplist-pagination button {
	border-radius: 300px;
}

.jplist-drop-down.centered, 
.filter-wrap .jplist-label.centered, 
.jplist-panel .jplist-pagination.centered {
	display: inline-block;
	float: none;
	width: 100%;
	text-align: center;
	position: relative;
}

.filter-wrap .filter-controls .jplist-panel .jplist-pagination button.jplist-current,
.filter-wrap .filter-controls .jplist-panel .jplist-pagination button:hover {
	font-weight: bold;
	color: #fff;
	border: 2px solid #fbb53b;
	background-color: #fbb53b;
	text-shadow: none;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

.filter-wrap .jplist-label.centered {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
}

.jplist-panel {
	display: block !important;
}

.resources-footer {
	padding: 50px 0 100px 0;
}

.filter-wrap .jplist-drop-down {
	white-space: nowrap;
}

.filter-wrap .jplist-drop-down ul {
	white-space: normal;
}

.filter-wrap .jplist-drop-down ul li {
	height: auto;
	text-indent: 0;
	padding-left: 10px;
}

.resources-lib.list-item .c-resources-card {
	height: 480px;
}

.resources-list .c-resources-card {
	height: auto !important;
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
	border-width: 0;
	max-height: 170px;
	max-width: 210px;
	height: auto;
	width: auto;
	display: inline-block !important;
	float: right;
	margin: 20px 0 20px 20px;
}

.hs-blog-social-share {
	padding: 10px 0 0 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	height: auto;
}

.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: normal;
}

/* Blog Commments */
#comments-listing {
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
	margin-top: 30px;
}

.comment {
	margin: 10px 0;
	border-top: 1px solid #ccc;
	padding: 15px 0;
}

.comment-date { 
	font-size: 13px;
	text-align: right;
}

.comment-from {
	font-weight: bold;
}

.comment-body {
	padding: 10px 0;
}

.header-container-wrapper {
	position: absolute;
}

/* Reusable Template CSS
===================================*/
.row-fluid .span12.code-block,
.code-block {
	position: absolute;
	height: 0;
	width: 0;
}

.u-align-table {
	display:table; 
	width:100%;
}

.u-align-table__cell,
.row-fluid .u-align-table__cell.span-6 {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	float: none;
}

.w-inline-block {
	max-width: 100%;
	display: inline-block;
}

/* Vertical Center / Equal Column Heights */
.vertical-wrap > .row-fluid-wrapper {
	display: table;
	height: 100%;
	margin: 0 auto;
	width: 100%;
}

.vertical-wrap > .row-fluid-wrapper > .row-fluid {
	display: table-row;
	height: 100%;
}

.row-fluid .vertical-container {
	display: table-cell;
	float: none;
	height: auto;
}

.v-align-top{
	vertical-align: top;
}

.v-align-middle{
	vertical-align: middle;
}

.v-align-bottom{
	vertical-align: bottom;
}

.padding-box {
	padding-left: 10px;
	padding-right: 10px;
}

.float-right img {
	float: right;
	width: 100% !important;
}

.vertical-container img {
	width: 100% !important;
}

.vertical-container.img-auto img {
	width: auto !important;
	margin: 0 auto;
	float: none;
}

/* Revers stacking order(flexbox) */
@media (max-width: 767px) {
  
	.span-flex > .row-fluid-wrapper > .row-fluid {
		list-style: none;
		-ms-box-orient: horizontal;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.span-pull-right {
		-webkit-order: 2;
		order: 2;
	}
	.span-pull-left {
		-webkit-order: 1;
		order: 1;
		width: 100% !important;
	}
}

.hide {
	display:none !important;
}

.bordered .o-grid__cell.u-centered.u-mar--bottom {
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	margin: 0;
}

/* Media Queries
==========================================================================
==========================================================================  */

/* Grid Media Queries
===================================*/

.w-row:after {
	clear: both;
}

.container-fluid .row-fluid .page-center {
	float: none;
	max-width: 960px;
	margin: 0 auto;
}
.container-fluid .row-fluid .page-full {
		float: none;
	max-width: 1800px;
	margin: 0 auto;
	padding: 0 70px 100px 70px;
}
.container-fluid .row-fluid .page-full.u-letter-box--super {
    padding: 60px 70px 100px 70px;
}
.container-fluid .row-fluid .o-container-large {
	display: block;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.container-fluid .row-fluid .o-container--large {
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	float: none;
}
.o-container--large {
	display: block;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}


/* Custom columns */
.row-fluid-container .fluid-6,
.row-fluid-container .row-fluid .fluid-6,
.row-fluid .fluid-6,
.fluid-6{
	width: 50%;
	float: left;
	margin: 0;
}
.row-fluid-container .fluid-4,
.row-fluid-container .row-fluid .fluid-4,
.row-fluid .fluid-4,
.fluid-4 {
	width: 33.333%;
	float: left;
	margin: 0;
}
.fluid-20 {
	width: 20%;
	float: left;
	margin: 0;
}
.row-fluid-container .fluid-3,
.row-fluid-container .row-fluid .fluid-3,
.row-fluid .fluid-3,
.fluid-3 {
	width: 25%;
	float: left;
	margin: 0;
}
.fluid-2 {
	width: 16.66%;
	float: left;
	margin: 0;
}
.grid-margin .span6:nth-child(2n + 3) {
    margin-left: 0;
}
.grid-margin .span4:nth-child(3n + 4) {
    margin-left: 0;
}
.row-fluid.grid-margin .span2:nth-child(6n + 7) {
    margin-left: 0;
}
.row-fluid.grid-margin .span6,
.row-fluid.grid-margin .span2,
.grid-margin .span4 {
    margin-bottom: 2.564102564%;
}
.row-fluid .span2.workplace-img {
    width: 14.529914530000001%;
    float: left;
}
.flex-grid {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}


@media (max-width: 1139px) and (min-width: 768px) {
	.row-fluid .span2.workplace-img {
		width: 14.364640883%;
	}
}

@media screen and (min-width: 1200px) {
	.w-container,
	.container-fluid .row-fluid .page-center {
		max-width: 1170px;
	}
}

@media (max-width: 991px) {
  
	.w-container,
	.container-fluid .row-fluid .page-center {
		  max-width: 728px;
	}
	.container-fluid .row-fluid .o-container-large {
		position: relative;
		top: 0px;
		display: block;
		width: auto;
		max-width: 728px;
	}
	.fluid-2 {
		width: 33.33%;
		float: left;
	}
  
}

@media (max-width: 767px) {
  
	.row-fluid-container .fluid-6,
	.row-fluid-container .row-fluid .fluid-6,
	.row-fluid .fluid-6,
	.fluid-6,
	.row-fluid-container .fluid-4,
	.row-fluid-container .row-fluid .fluid-4,
	.row-fluid .fluid-4,
	.fluid-4,
	.fluid-20,
	.row-fluid-container .fluid-3,
	.row-fluid-container .row-fluid .fluid-3,
	.row-fluid .fluid-3,
	.fluid-3,
	.fluid-2 {
		width: 100%;
		float: left;
	}
	.container-fluid .row-fluid .page-full,
	.container-fluid .row-fluid .page-full.u-letter-box--super {
		padding: 0 30px 50px;
	}
	.row-fluid .span2.workplace-img {
		width: 50%;
	}
	.grid-margin .span2:nth-child(even) {
		padding-left: 10px;
	}
	.grid-margin .span2:nth-child(odd) {
		padding-right: 10px;
	}
	.flex-grid {
		display: -webkit-inline;
		display: -webkit-inline;
		display: -ms-inline;
		display: inline;
	}
}


@media (max-width: 479px) {
  
  .tuition-fees strong {
    font-size: 12px;
  }
  .tuition-fees td {
    font-size: 12px;
  }

	.w-container,
	.container-fluid .row-fluid .page-center,
	.container-fluid .row-fluid .page-center.page-center-offset {
		max-width: none;
	}
	.row-fluid .span2.workplace-img {
		width: 100%;
		float: none;
	}
	.grid-margin .span2:nth-child(even),
	.grid-margin .span2:nth-child(odd) {
		padding-left: 0;
		padding-right: 0;
	}
}


@media (max-width: 400px) {

  .spiritual-life-wrapper {
    height: 360px;
    width: 260px;
  }
  
}


@media(max-width: 1399px){
  
	.c-card-countdown {
		width: 100%;
	}
  
}


@media(max-width: 1024px) {
  
  .main-menu .hs-menu-item.hs-menu-depth-1 {
    padding: 10px 7px 8px;
  }
	.c-card__body.u-card--np {
		height: 300px;
		border-bottom: 1px solid;
	}
  
}


/* 991 Theme */
@media (max-width: 991px) {
  
	.blog-post-body .o-social-icons {
		margin-top: 10px;
		display: block;
		float: left;
		width: 100%;
		margin-left: -10px;
		margin-bottom: -10px;
	}
	.blog-post-wrapper .o-container__item {
		padding-top: 20px;
	}
	.span12.widget-span.widget-type-custom_widget.o-subscribe {
		margin-top: 40px;
	}
	.o-subscribe .hs_error_rollup {
		position: absolute;
		top: -10px;
	}
	body .o-subscribe input[type="email"] {    
		height: 70px !important;
		top: 30px !important;
	}
	body .o-subscribe input[type="submit"] {
		height: 70px !important;
		top: 30px !important;
	}
	body form.hs-form .hs-form-field ul.inputs-list {
		position: relative;
/* 		bottom: -65px; */
	}
	.o-section.u-bg--blue-img {
		padding-bottom: 90px;
		padding-top: 10px;
	}
	#logo .slick-dots {
		bottom: 10px;
	}
	.o-image.intro-img.pre-k {
		height: 380px;
	}
	.team-member.culture-one {
		height: 130px;
	}
	.case-study-section__grid-wrap.u-no-shadow.career-img {
    bottom: -359px;
    margin-top: -138px;
  }
	.staff-bio {
    height: 80%;
    width: 60%;
	}
	.spiritual-life-wrapper {
		width: 366px;
		height: 448px;
	}
	.banner-text--bottomleft.banner-text--narrow {
		width: 80%;
	}
	.c-card__body.u-card--np {
		height: auto;
		border-bottom: none;
	}
	.o-grid__cell.case-study-section__cell {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
}
	.u-letter-box--super {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.o-container__item.guide-wrapper {
		width: 100%;
	}
	.dropdown-link {
		background-color: #000;
		color: #f4f4f4;
		text-align: center;
	}
	.c-nav.c-nav-down {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
	.c-menu-buttton {
		display: none;
		padding-top: 30px;
		color: #fff;
		font-size: 28px;
	}
	.c-menu-buttton.w--open {
		background-color: #fbb53b;
	}
	.c-nav__item {
		margin-right: 0px;
		margin-left: 0px;
		padding-top: 20px;
		padding-bottom: 20px;
		float: none;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
	}
	.c-nav__item:hover {
		background-color: transparent;
	}
	.c-nav__item.dropdown-list {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.c-nav-dropdown-list.w--open {
		margin-left: 0px;
	}
	.c-button.c-button--primary.c-button--large.c-button--rounded.green.bordered {
		display: inline-block;
		margin-right: auto;
		margin-left: auto;
	}
	.c-button.c-button--primary.c-button--large.c-button--rounded.green.bordered.active {
		display: inline-block;
	}
	.c-menu {
		position: absolute;
		display: block;
		width: auto;
		float: none;
		background-color: #282c36;
	}
	.c-dropdown-toggle {
		display: block;
		width: 133px;
		margin-left: 326px;
		padding-top: 20px;
	}
	.heading h2{
		margin-top: 20px;
		margin-bottom: 20px;
		padding-right: 20px;
		padding-left: 20px;
		font-size: 23px;
		line-height: 28px;
	}
	.heading.dark.slider {
		padding-bottom: 20px;
	}
	.div-block-7 {
		width: 100%;
	}
	.o-image.o-image--full {
		padding-bottom: 0px;
	}
	.o-grid__cell {
		padding-right: 0px;
		padding-left: 0px;
	}
	.o-grid__cell.u-centered {
		padding-right: 15px;
		padding-left: 15px;
	}
	.o-grid__cell.u-centered.u-letter-box--small {
		padding: 10px 20px;
	}
	.o-grid__cell.u-centered.u-mar--bottom {
		padding-right: 15px;
		padding-left: 15px;
	}
	.o-grid__cell.u-same-height__cell.u-same-height__cell--middle {
		padding: 40px;
	}
	.o-grid__cell.u-same-height__cell.u-same-height__cell--middle.slider-content {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.o-grid__cell.o-grid__cell--np.u-same-height__cell.col-half {
		padding-top: 0px;
		padding-right: 0px;
	}
	.o-grid__cell.image-left {
		padding-top: 40px; 
		padding-left: 0; 
	}
	.o-container-large {
		position: relative;
		top: 0px;
		display: block;
		width: auto;
		max-width: 728px;
	}
	.c-spacer.c-spacer--small.u-h-less {
		display: block;
		height: 20px;
	}
	.c-heading {
		line-height: 1.2em;
	}
	.c-heading.c-heading--ntp {
		padding-bottom: 0;
	}
	.c-heading.c-heading-np.header-text-nc {
		font-size: 36px;
	}
	.c-icon-box {
		padding-bottom: 1em;
	}
	.c-icon-box.c-icon-box--small {
		padding-top: 0px;
		padding-bottom: 20px;
	}
	.c-icon-box__icon.c-icon-box__icon--medium {
		margin-bottom: 50px;
	}
	.c-icon-box__icon.client-logos {
		width: 100px;
	}
	.c-icon-box__icon.c-icon-box__icon--medium {
		margin-bottom: 30px;
	}
	.c-heading-sub.c-heading-sub--narrow.u-left {
		width: 90%;
	}
	.c-heading-sub.c-heading-sub--narrow.u-left.double-left {
		width: 100%;
	}
	.o-container__item.hero {
		top: 0px;
		width: auto;
		margin-top: 50px;
		margin-bottom: 50px;
	}  
	.c-hero__contact--bottom-phone {
		margin-left: 0px;
	}
	.read-more.name.left {
		margin-top: 10px;
	}
	.o-grid__cell-2.footer {
		padding-right: 20px;
  }
	.o-section.u-border-top {
		top: 0px;
		overflow: visible;
		height: auto;
		padding-top: 100px;
		padding-bottom: 0;
	}
	.o-section.u-bg-super-dark {
		padding-bottom: 50px;
	}
	.o-section.u-bg-super-dark.hp2 {
		padding-bottom: 0px;
	}
	.o-section.u-bg-super-dark.hp2.v2 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.o-section.space-section.v2 {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.o-section.space-section.v2.hp2 {
		padding-top: 0px;
		padding-bottom: 200px;
	}
	.o-section.space-section.v2.hp2.white {
		padding-bottom: 200px;
	}
	.o-section.space-section.v2.white {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.o-section.space-section.hp2.v3 {
		display: block;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.o-section.space-section.internal {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.o-section.space-section.lp-1 {
		padding: 0;
	}
	.o-section.cta {
		padding-top: 100px;
	}
	.o-section.small-margin {
		padding-top: 100px;
		padding-bottom: 200px;
	}
	.o-section.small-margin.white {
		padding-top: 40px;
		padding-bottom: 200px;
	}
	.o-section.hp2.wite {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.o-section.hp2.wite._200 {
		padding-top: 40px;
		padding-bottom: 200px;
	}
	.c-icon-box__heading h2{
		font-family: 'Montserrat',sans-serif;
		font-size: 24px;
	}
	.o-container__item-3.u-centered {
		padding-top: 0px;
	}
	.o-container__item-3.u-centered.slider-block {
		width: auto;
	}
	.o-container__item-3.u-p-left-right {
		width: 100%;
	}
	.c-icon-box__cell-right.u-mar-bottom {
		width: 100%;
		float: none;
	}
	.c-icon-box__cell-right.overlap {
		width: 100%;
		float: none;
	}
	.image-2 {
		max-width: 80%;
	}
	.floating-box-inner {
		padding: 20px 20px 30px;
	}
	.floating-box-inner.slider-block {
		width: auto;
	}
	.floating-box.up {
		height: auto;
	}
	.floating-box.left {
		height: auto;
	}
	.floating-box.right {
		height: auto;
	}
	.floating-box.slider-block {
		width: auto;
	}
	.c-content-block {
		top: 0px;
		padding: 30px;
	}
	.bordered-heading {
		margin-bottom: 20px;
	}
	.off-center-grid {
		position: relative;
		margin-bottom: 0px;
	}
	.c-image-block {
		top: -55px;
		width: 160%;
		height: 550px;
	}
	.off-set-content-l {
		position: static;
		left: 0px;
		top: 0px;
		right: 0px;
	}
	.offset-col {
		left: 0px;
		top: 0px;
		display: block;
	}
	.offset-image-container-r {
		right: 0%;
		display: block;
		width: 100%;
		height: 300px;
	}
	.o-container--large {
		width: auto;
	}
	.o-grid-3 {
		top: 0px;
		margin-right: 0px;
		margin-left: 0px;
	}
	.dark {
		clear: none;
	}
	.image-4 {
		width: 100%;
		max-width: none;
		margin-top: 37px;
	}
	.o-feature-bg {
		padding: 0px 0%;
	}
	.o-feature-bg.slider-image {
		overflow: hidden;
		padding-left: 5%;
	}
	.o-feature-content {
		padding: 40px;
	}
  .o-blog-content-offer .o-feature-content {
    padding: 40px 0;
  }
	.row-fluid .o-feature-content.full-width {
		display: block;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding: 0px 0%;
		float: none;
	}
	.o-feature-content.full-width.tabs {
		padding-top: 0%;
		padding-right: 0%;
		padding-left: 0%;
	}
	.o-feature-content.full-width.tabs {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.o-feature-bg.tabbed {
		padding: 0;
	}
	.o-feature-content.full-width.lp2 {
		max-width: 100%;
		padding-top: 0px;
	}
	.o-feature-content.full-width.slier-grid.slider {
		padding-left: 5%;
	}
	.o-feature-content.full-width.contact {
		max-width: 100%;
	}
	.slide-3 {
		width: auto;
		margin-right: 30px;
	}
	.section-1-image {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.c-heading-3 {
		line-height: 1.2em;
	}
	.c-heading-3.c-heading-np.header-text-nc {
		font-size: 38px;
	}
	.c-heading-3.c-heading--ntp.u-color--white h2{
		font-size: 18px;
	}
	.o-modal.o-modal--gradient {
		width: 90%;
	}
	.inner-content-column {
		padding: 40px 20px 475px;
	}
	.inner-content-column.model-one.lp {
		display: block;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		padding: 0%;
	}
	.inner-content-column.model-one.lp.white {
		padding-top: 0%;
		padding-right: 5%;
		padding-left: 5%;
	}
	.form {
		padding-bottom: 30px;
	}
	.h4 h3{
		margin-top: auto;
	}
	.text-field.number.lp1 {
		margin-bottom: 10px;
	}
	.text-field.lp1 {
		margin-bottom: 10px;
	}
	.lp-sections {
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.lp-col-content-r {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.c-lp-image {
		background-size: cover;
	}
	.c-form-item {
		padding-top: 0em;
		padding-bottom: 0em;
	}
	.c-field.c-field--psmall.lp1 {
		margin-bottom: 10px;
	}
	.c-article.c-article--three.u-ty--hlarge {
		height: 340px;
	}
	.c-article.c-article--four.u-ty--hlarge {
		height: 340px;
	}
	.c-article.c-article--two.u-ty--hlarge {
		height: 340px;
	}
	.c-article__main--toast.c-alerts-toast--bottom-left {
		left: 25px;
		bottom: 18px;
	}
	.tabs-menu {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.icon-4 {
		margin-top: 20px;
		margin-bottom: 24px;
		margin-left: 125px;
	}
	.icon-5 {
		display: none;
		font-size: 36px;
	}
	.icon-6 {
		display: none;
	}
	.icon-7 {
		display: none;
	}
	.o-grid__cell-3 {
		padding-right: 20px;
		padding-left: 20px;
	}
	/* ===== THEME 991px CSS (END) ======== */
	.bp-m-30 {
		padding-bottom: 30px;
	}
	.o-section.cta.blue {
		padding: 40px;
	}
	.events-section .o-feature-content.full-width.lp2 {
		padding-left: 0;
	}
	.events-section .lp-sections.vertical-container {
		padding: 0;
	}
	.o-section .heading h2 {
		font-size: 23px;
	}
	.w-col-stack .c-icon-box {
		width: 100%;
	}
	.tablet-hide {
		display: none !important;
	}
	.c-card-countdown {
		width: 100%;
	}
	.c-card__content.u-c-card-lessp.featured {
		height: auto;
		max-height: none;
	}
	.blog-featured .c-blog-article {
		height: 300px;
		display: block;
	}
	.row-fluid .listing-wrapper.mason-grid .span4 {
		margin: 0 0 15px 0;
		width: 50%;
		padding: 0 10px;
	}
	.logo-grid-container {
		display: grid;
		grid-template-rows: 1fr;
		grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
	.o-section.hp2.event-table {
		padding: 50px 40px;
	}
	.o-event-map {
		height: 500px;
		position: relative;
	}
	.lp-col-content-r {
		padding-left: 40px;
		padding-right: 40px;
	}
	.o-section.space-section.v2.white {
		padding: 40px;
	}
	.w-col-stack {
		width: 100% !important;
		margin: 0 !important;
	}
	.desktop-hide {
		display: block;
	}
	.mobile-hide {
		display: none !important;
	}
	.row-fluid .vertical-container.span6 {
		display: block;
		float: left;
		height: auto;
		width: 100%;
		margin: 0;
	}
	.slick-dots {
		bottom: -40px;
	}
	.o-container__item-3.u-centered.slider-block {
		padding-left: 0;
		padding-right: 0;
	}
	.slick-initialized .slick-slide {
		margin-right: 20px;
		margin-left: 20px;
	}
	.o-section.hp2.wite.large-bottom-padding {
		padding-top: 40px;
		padding-bottom: 200px;
	}
	.c-hero.c-hero--home.u-align-table {
		height: auto;
	}
  .c-academics .row-fluid .span4 {
    margin-left: 0; 
    margin-right: 0;
    width: 100%; 
  }
  .o-section.u-bg--green-img {
    background-position: center center;
    background-size: cover;
  }
  .job-wrap {
      margin-top: 20px;
  }
  .left-aligned a.academics-img.v2 {
    padding-top: 55%;
  }
  h2.academics-heading {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 20px;
  }
  .admissions--blocks .flex-grid {
    display: block;
  }
  .admissions--blocks .row-fluid-container .fluid-3, 
  .admissions--blocks .row-fluid-container .row-fluid .fluid-3, 
  .admissions--blocks .row-fluid .fluid-3, .fluid-3 {
      width: 50%;
  }
  .hs-responsive-embed {
    min-width: auto !important; 
  }

}


/* 767 Theme */
@media (max-width: 767px) {
  
  /*
  .o-grid-4.row-fluid.blog-featured {
    padding-left: 0; 
    padding-right: 0;
  }
  */
  .o-feature-content {
		padding: 20px;
	}
  .o-blog-content-offer .o-feature-content {
    padding: 20px 0;
  }
  .admissions--blocks .row-fluid-container .fluid-3, 
  .admissions--blocks .row-fluid-container .row-fluid .fluid-3, 
  .admissions--blocks .row-fluid .fluid-3, .fluid-3 {
      width: 100%;
  }
  .admissions--blocks .fluid-2 .academics-img.v2, 
  .admissions--blocks .fluid-3 .academics-img.v2 {
    min-height: auto; 
  }
  .video-container .row-fluid .span4 {
    margin-bottom: 20px;
  }
  .video-container .row-fluid .span4:last-of-type {
    margin-bottom: 0;
  }
	.footer-block .u-letter-box--small {
		margin-top: 20px;
		margin-bottom: 20px;
		margin-left: -10px;
	}
	.span12.widget-span.widget-type-custom_widget.footer-logo {
		margin: 20px 0;
		padding: 0;
		text-align: center;
	}
	.footer-logo img {
		max-height: 200px;
	}
	.o-blog-content-offer.u-bg--grey-super-light.u-letter-box--medium {
    margin: 20px 0;
		padding: 20px 0px 0px;
	}
	.event-slide {
    min-width: 500px;
    height: 500px;
	}
	.events-wrap .staff-bio .o-feature-content {
		min-height: 400px;
	}
	.o-grid__cell.u-grid__np.u-same-height__cell.u-same-height__cell--middle {
		padding: 10px 0 40px;
	}
	.o-grid__cell.u-window-box--left-right.u-nlp.u-same-height__cell.pre-kind__cell {
		padding-top: 40px;
		padding-right: 0;
		padding-left: 0;
	}
	.o-image.intro-img {
    margin-bottom: 20px;
	}
	.academics-img.v2 {
		height: 100%;
		min-height: 250px;
	}
	.job-wrap .c-button.c-button--primary.c-button--corners.u-right {
		float: left;
		margin-top: 10px;
	}
	.job-left {
		padding-right: 0;
	}
	.job-right {
		padding-left: 0;
	}
	.team-member.culture-one {
    height: 170px;
  }
	.staff-bio {
		height: 90%;
		width: 80%;
	}
	.admissions-cta-wrappers.no-col {
    height: 200px;
	}
	.spiritual-life-wrapper {
		padding-top: 20%;
	}
	.banner-text--bottomleft.banner-text--narrow {
		width: 100%;
    min-width: unset;
	}
	.c-button.c-button--secondary.c-button--large.c-button--corners.outline {
		margin-bottom: 20px;
	}
	.c-card.c-card__blog-hp {
		margin-bottom: 20px;
	}
	.casestudy-wrapper {
    box-shadow: none;
	 }
	.slick-arrow:before {
		font-size: 26px;
	}
	.o-section.overlap-section {
		margin-top: 150px;
		margin-bottom: 70px;
	}
	.top-section {
		top: -160px;
	}
	.casestudy-bg-columns {
		background: #fff;
	}
	.casestudy-bg-columns.row-fluid-container .fluid-4:nth-child(odd) {
		background-color: #f1f1f1;
	}
	.o-image.intro-img {
		margin-bottom: 30px;
	}
	.o-slide__inner {
		padding-left: 0;
		padding-right: 0;
	}
  .c-card__content.u-c-card-lessp {
    padding: 20px; 
  }
	.c-card__image.u-testimonial-image-one {
		height: 250px;
	}

	.c-card__content {
		padding: 1.8em;
	}
	.o-grid__cell.case-study-section__cell.u-same-height__buttons {
		min-height: auto;
	}

	.o-grid__cell.case-study-section__cell {
		min-height: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
	.academics-img {
		height: 200px;
	}
	.o-container.u-letter-box--super {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.o-container__item.guide-wrapper.row-fluid.u-flex {
		display: inline-block;
	}
	.c-button.c-button--primary.c-button--large.c-button--corners.guide-cta {
		margin-top: 20px;
		float: none;
	}
	.parent-s-guide-cta,
	.parent-s-guide-heading.u-wid--medium {
		width: 100%;
		float: none;
		text-align: center;
	}
	.dropdown-link {
		background-color: #3a3046;
		color: #f4f4f4;
	}
	.c-nav.c-nav-down {
		width: 100%;
	}
	.c-hero.c-hero--home {
		height: 650px;
		padding-top: 20px;
	}
	.c-hero.c-hero--home.u-align-table {
		height: auto;
	}
	.c-menu-buttton {
		padding-top: 30px;
		font-size: 28px;
	}
	.c-nav-dropdown-list.w--open {
		margin-left: 0px;
	}
	.c-button.c-button--primary.c-button--large.c-button--rounded.green.bordered {
		padding-right: 11px;
		padding-bottom: 16px;
		padding-left: 12px;
	}
	.c-button.c-button--close.c-button--close-fixed.u-color--grey {
		padding-top: 0px;
	}
	.c-dropdown-toggle {
		margin-left: 198px;
	}
	.heading.dark.slider {
		padding-right: 0px;
	}
	.button-wrapper {
		margin-top: 20px;
	}
	
	.o-grid__cell {
		padding-right: 0px;
		padding-left: 0px;
	}
	.o-grid__cell.u-centered {
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.o-grid__cell.u-centered.u-mar--bottom {
		margin-bottom: 30px;
		padding-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.o-grid__cell.u-same-height__cell.u-same-height__cell--middle {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.o-grid__cell.u-same-height__cell.u-same-height__cell--middle.slider-content {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.o-grid__cell.image-left {
		padding-top: 20px;
		padding-left: 0px;
	}
	.o-grid__cell.content {
		padding-top: 50px;
		padding-left: 0%;
	}
	.c-heading-eyebrow.left {
		padding-top: 0px;
	}
	.c-spacer.c-spacer--small {
		display: none;
	}
	.c-spacer.c-spacer--small.u-h-less {
		display: none;
	}
	.c-spacer.c-spacer--small {
		display: none;
	}
	.c-spacer.c-spacer-large {
		display: block;
	}
	.c-heading {
		padding-bottom: 1.2em;
	}
	.c-heading.c-heading-np.header-text-nc {
		font-size: 36px;
	}
	.c-icon-box__cell-left {
		display: inline-block;
		margin-bottom: 0px;
		float: left;
	}
	.c-icon-box {
		padding-bottom: 40px;
	}
	.c-icon-box__cell-left.c-icon-box__cell-left--medium {
		margin-right: 15px;
	}
	.c-icon-box__icon.c-icon-box__icon--medium {
		float: left;
	}
	.c-icon-box__icon.client-logos {
		width: 100px;
	}
	.c-icon-box__icon.c-icon-box__icon-xlarge.u-align-center {
		margin-bottom: 0px;
		padding-bottom: 0px;
	}
	.o-container__item {
		padding-right: 20px;
		padding-left: 20px;
	}
	.o-container__item.hero {
		top: 0px;
		width: auto;
		margin-top: 0px;
		padding-top: 50px;
	}
	.o-container__item.hero.v2 {
		margin-top: 50px;
	}
  .post-header .o-container__item {
    padding-left: 0; 
  }
	.o-grid__cell-2 {
		padding-right: 20px;
		padding-left: 20px;
	}
	.o-grid__cell-2.footer {
		padding-bottom: 20px;
	}
	.o-image-2 {
		display: block;
		width: 60%;
		margin-right: auto;
		margin-left: auto;
	}
	.o-image-2.footer-logo {
		margin-bottom: 0;
		float: left;
	}
	.o-section.u-border-top {
		height: auto;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.o-section.u-bg-super-dark {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.o-section.u-bg-super-dark.hp2 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.o-section.u-bg-super-dark.hp2.v2 {
		padding-bottom: 0px;
	}
	.o-section.space-section.v2.hp2.white {
		padding-bottom: 0px;
	}
	.o-section.space-section.internal {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.o-section.space-section.lp-1 {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.o-section.cta {
		padding: 40px;
	}
	.o-section.cta.blue {
		padding: 40px;
	}
	.o-section.small-margin {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.o-section.small-margin.white {
		padding-top: 40px;
		padding-bottom: 150px;
	}
	.o-section.hp2.wite {
		padding-bottom: 40px;
	}
	.o-section.hp2.wite._200 {
		padding-bottom: 40px;
	}
	.o-container__item-3 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.o-container__item-3.u-centered.slider-block {
		padding-right: 0px;
		padding-left: 0px;
	}
	.o-container__item-3.u-p-left-right {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
	}
	.o-grid-2 {
		margin-top: 30px;
	}
	.o-grid-2.u-same-height__row-fluid {
		margin-top: 0px;
	}
	.o-grid-2.u-same-height__row-fluid.u-bg--grey-super-light {
		margin-top: 0px;
	}
	.c-icon-box__cell-right.u-mar-bottom {
		margin-bottom: 10px;
	}
	.c-icon-box__cell-right.overlap {
		padding-top: 20px;
	}
  .blog-section .c-icon-box__cell-left,
  .blog-section .c-icon-box__cell-right { 
    width: auto; 
  }
	.floating-box-col-r {
		padding-left: 0px;
	}
	.floating-box-cols {
		position: static;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.floating-box-inner {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.floating-box-col-l {
		padding-right: 0px;
	}
	.floating-box.up {
		position: relative;
		bottom: 0px;
		display: block;
		width: 100%;
		height: auto;
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
	}
	.floating-box.left {
		display: block;
		width: 100%;
		height: auto;
		margin-right: auto;
		margin-left: auto;
		clear: none;
	}
	.floating-box.right {
		display: block;
		width: 100%;
		height: 350px;
		margin-top: 30px;
		margin-right: auto;
		margin-left: auto;
	}
	.floating-box.right.yellow {
		height: auto;
	}
	.c-content-block {
		top: 0px;
		display: block;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
	.off-center-grid {
		margin-bottom: 0px;
	}
	.c-image-block {
		top: 0px;
		display: none;
		width: 100%;
	}
	.off-set-content-l {
		height: auto;
	}
	.offset-image-container-r {
		height: 400px;
	}
	.offest-contaner.hp2 {
		top: 0px;
	}
	.o-container--large.u-boxes {
		top: 0px;
	}
	.o-grid-3 {
		top: 0px;
		padding-bottom: 0px;
	}
	.image-4 {
		top: 0px;
		display: block;
		width: auto !important;
		max-width: 60%;
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		float: left;
	}
	.cta-image-container {
		padding-top: 32px;
	}
	.o-feature-bg {
		padding-right: 0%;
		padding-bottom: 0px;
	}
	.o-feature-bg.slider-image {
		overflow: hidden;
		height: 300px;
		padding-left: 0%;
		background-image: url('//6936426.fs1.hubspotusercontent-na1.net/hubfs/6936426/Marketplace/QIKK/images/slider-6.jpg');
			background-position: 0px 0px;
			background-size: cover;
			background-repeat: no-repeat;
			}
	.o-feature-bg.hp2 {
		padding-bottom: 0px;
	}
	.o-feature-content {
		max-width: 100%;
		padding-right: 40px;
		padding-left: 40px;
	}
	.o-feature-content.full-width {
		max-width: 90%;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.o-feature-content.full-width.tabs {
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.o-feature-bg.tabbed {
		padding: 0;
	}
	.o-feature-content.full-width.slier-grid.slider {
		padding-right: 0;
		padding-left: 0;
	}
	.o-feature-content.full-width.contact {
		max-width: 100%;
	}
	.o-feature-content.team {
		display: block;
		padding-right: 5%;
		padding-left: 5%;
	}
	.slide-nav {
		bottom: -16px;
	}
	.paragraph.light {
		display: inline-block;
	}
	.slider {
		padding-bottom: 0px;
	}
	.team-member-names {
		left: 15px;
		bottom: 10px;
	}
	.team-member {
		margin-bottom: 20px;
	}
	.team-member.member-one {
		height: 300px;
	}
	.team-member.member-one.waves-effect {
		margin-bottom: 0px;
		background-size: cover;
	}
	.team-member.member-one.waves-effect.v2 {
		margin-bottom: 0px;
		background-size: cover;
	}
	.team-member.member-one.waves-effect.v3 {
		height: 300px;
		margin-bottom: 0px;
		background-size: cover;
	}
	.c-heading-3.c-heading-np.header-text-nc {
		font-size: 28px;
		line-height: 36px;
	}
	.o-modal.o-modal--gradient {
		width: 100%;
	}
	.c-social-link {
		display: inline-block;
	}
	.o-modal__team-image {
		height: 600px;
		background-position: 50% 50%;
	}
	.inner-content-column {
		height: auto;
		padding: 40px 30px;
		border-radius: 0px 0px 10px 10px;
	}
	.inner-content-column.model-one.lp {
		width: 100%;
	}
	.inner-content-column.model-one.lp2 {
		padding-top: 40px;
		padding-bottom: 0px;
	}
	.content {
		width: 100%;
	}
	.form {
		padding-bottom: 0px;
	}
	.p-medium {
		text-align: left;
	}
	.h4 h3{
		text-align: left;
	}
	.text-field.number.lp1 {
		margin-bottom: 10px;
	}
	.text-field.lp1 {
		margin-bottom: 10px;
	}
	.c-form-item {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.c-form-item.u-mar-right {
		margin-right: 0em;
		margin-left: 0em;
	}
	.c-field.c-field--psmall.lp1 {
		margin-bottom: 10px;
	}
	.c-article.c-article--three.u-ty--hlarge {
		height: 200px;
	}
	.c-article.c-article--three.u-ty--hlarge.waves-effect {
		background-size: auto, cover;
	}
	.c-article.c-article--four.u-ty--hlarge {
		height: 200px;
	}
	.c-article.c-article--four.u-ty--hlarge.waves-effect {
		background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(99%, rgba(58, 48, 70, .7))), url('//6936426.fs1.hubspotusercontent-na1.net/hubfs/6936426/Marketplace/QIKK/images/5-1500-min.jpg');
      background-image: linear-gradient(180deg, transparent, rgba(58, 48, 70, .7) 99%), url('//6936426.fs1.hubspotusercontent-na1.net/hubfs/6936426/Marketplace/QIKK/images/5-1500-min.jpg');
        background-position: 0px 0px, 50% 50%;
        background-size: auto, cover;
        background-repeat: repeat, no-repeat;
        }
	.c-article.c-article--two.u-ty--hlarge {
		height: 200px;
	}
	.c-article.c-article--two.u-ty--hlarge.waves-effect {
		background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(50, 41, 61, .7))), url('//6936426.fs1.hubspotusercontent-na1.net/hubfs/6936426/Marketplace/QIKK/images/4-900-min.jpg');
			background-image: linear-gradient(180deg, transparent, rgba(50, 41, 61, .7)), url('//6936426.fs1.hubspotusercontent-na1.net/hubfs/6936426/Marketplace/QIKK/images/4-900-min.jpg');
				background-position: 0px 0px, 100% 0px;
				background-size: auto, cover;
				background-repeat: repeat, no-repeat;
				}
	.tabs-menu {
		position: static;
		display: inline-block;
	}
	.lp1 {
		margin-bottom: 50px;
	}
	.icon-5 {
		font-size: 14px;
	}
	.o-container__item-4 {
		padding-right: 20px;
		padding-left: 20px;
	}
	.o-container__item-4.u-p-left-right {
		padding-right: 20px;
		padding-left: 20px;
	}
	.o-grid__cell-3 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.o-grid__cell-3.right {
		padding-right: 0px;
		padding-left: 0px;
	}
	.c-form-item-2 {
		clear: none;
	}
	.c-form-2 {
		clear: none;
	}
	.o-grid {
		padding-right: 20px;
		padding-left: 20px;
	}
	.footer-logo-col {
		margin-top: 20px;
	}
	.column-15 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.c-card-countdown .span3 {
		width: 50%;
		float: left;
		margin-bottom: 20px;
	}
	/* ===== THEME 767px CSS (END) ======== */
	.c-icon-box__icon.c-icon-box__icon-xlarge img {
		max-height: 80px;
	}
	.o-grid__cell.u-centered.no-mob-marg {
		margin-bottom: 0;
	}
	.u-letter-box--small-3.social {
		margin-left: 0;
	}
	.device-hide {
		display: none !important;
	}
	.lp-sections.event-map {
		padding: 0;
		margin-top: 0;
	}
	.o-section.space-section.hp2.v2.events-section {
		padding-bottom: 100px;
	}
	.row-fluid .image-4 {
		display: none;
	}
	.o-section.o-section-header {
		padding: 40px 20px;
	}
	#topicsBtn {
		width: 100%;
		margin: 10px 0px 20px 0px;
	}
	.o-blog-filter-options--dropdown-toggle.w-dropdown-toggle {
		width: 100%;
	}
	.pagination {
		padding-top: 50px;
		position: relative;
	}
	.c-pagination__control.steps {
		top: 0;
	}
	.c-card__image.u-secondary-article-image,
	.listing-wrapper .span4:nth-child(odd) .c-card__image.u-secondary-article-image {
		height: 200px;
	}
	.col-three {
		width: 48%;
	}
	.o-section.hp2.event-table {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 40px;
	}
	.contact-us-form {
		margin-bottom: 30px;
	}
	.feature-pad .o-grid__cell.u-centered.u-mar--bottom {
		margin-bottom: 10px;
		float: none;
	}
	.o-section.u-border-top {
		padding: 40px 20px;
	}
	.feature-pad {
		padding: 0;
	}
	.floating-box.up {
		bottom: 0;
	}
	.floating-box-col-l {
		margin-bottom: 30px;
	}
	.mobile-small-hide {
		display: none !important;
	}
	.c-icon-box__cell-right {
		padding-left: 0;
	}
	.c-icon-box__cell-right {
		overflow: visible;
		width: 100%;
		float: none;
	}
	.c-icon-box__cell-left {
		float: none;
		width: 100%;
	}
	.c-icon-box__cell-right {
		width: 100%;
		float: none;
	}
	.c-icon-box__icon {
		margin-bottom: 20px;
	}
	.o-grid__cell.u-centered.u-letter-box--small {
		padding: 0;
	}
	.c-heading.c-heading--ntp h2,
	h2.c-heading.c-heading--ntp {
		padding-bottom: 20px;
	}
	.slick-initialized .slick-slide {
		margin-right: 0;
		margin-left: 0;
	}
	.o-section.hp2.wite.large-bottom-padding {
		display: block;
		width: auto;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 40px;
	}
	.o-section.hp2.wite {
		padding-right: 40px;
		padding-bottom: 40px;
		padding-left: 40px;
	}
	.floating-box.bordered {
		min-height: 0;
		margin: 0px 0 30px 0;
		display: inline-block;
	}
	.floating-box-cols .span4:nth-child(3) .floating-box.bordered {
		margin-bottom: 0;
	}
	.bordered .floating-box-inner {
		padding-bottom: 30px;
	}
  .home-features--section .span4 .u-centered .o-grid__cell {  
    margin-bottom : 40px;
  }
  .home-features--section .span4:last-of-type .u-centered .o-grid__cell {
    margin-bottom: 0; 
  }
  .home-features--section .c-icon-box__icon.c-icon-box__icon-xlarge {
    width: 90px;
    height: 80px;
  }
  .u-marg-top {
    margin-top: 10px; 
  }
  .u-bg--gold-img .c-button.c-button--secondary.c-button--large.c-button--corners.outline {
    margin-bottom: 0;
  }
  body .footer-subscribe form.hs-form .hs_submit,
  body .footer-subscribe input[type="submit"] {
    width: 100% !important; 
  }
  .footer-heading h4:after {
    width: 100%; 
  }
  .employment-testimonials .o-container__item.c-heading { 
    padding-top: 60px;
  }
  .accredation--section .u-letter-box--large {
    padding-bottom: 0;
  }
  .academics--template .testimonials {
    padding-top: 60px; 
  }
  .fluid-2 .academics-img.v2, 
  .fluid-3 .academics-img.v2 {
    height: auto; 
  }
  
}

.slick-slider .slick-list {
    transform: none;
} 
/* 600 theme */
@media (max-width: 600px) {
  
  .u-bg--gold-img .c-button.c-button--secondary.c-button--large.c-button--corners.outline {
    margin-bottom: 20px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .u-bg--gold-img .u-p--left-right .hs-cta-wrapper {
    display: block;
    width: 100%: 
  }
  .u-bg--gold-img .c-button.c-button--secondary {
    margin: 0;
  }
  .slick-dots li button:before {
    font-size: 15px;
    line-height: 15px;
  }

}


/* 479 Theme */
@media (max-width: 479px) {
  .academics-img {
    padding: 20px;
  }
	.top-section {
		background-attachment: scroll !important;
		background-size: cover !important;
		background-position: center center !important;
		top: 0;
		position: relative;
		min-height: 250px;
	}
	.o-section.overlap-section {
		margin-top: 0;
		margin-bottom: 70px;
	}
	.team-member.culture-one {
		height: 120px;
	}
	.case-study-section__grid-wrap.u-no-shadow.career-img {
		margin-top: -52px;
	}
	.staff-bio {
		height: 100%;
		width: 100%;
	}
	.spiritual-life-wrapper {
		width: 100%;
		height: 341px;
		background-size: contain;
	}
	.o-container.u-letter-box--super {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.c-logo {
		margin-left: 10px;
	}
	.c-nav.c-nav-down {
		width: 100%;
		padding-right: 10px;
		padding-left: 10px;
	}
	.c-hero.c-hero--home.u-align-table {
		height: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
	.c-hero.c-hero--home.landing-2 {
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .36)), to(rgba(0, 0, 0, .36))), url('//6936426.fs1.hubspotusercontent-na1.net/hubfs/6936426/Marketplace/QIKK/images/3-1500-min.jpg');
		background-image: linear-gradient(180deg, rgba(0, 0, 0, .36), rgba(0, 0, 0, .36)), url('//6936426.fs1.hubspotusercontent-na1.net/hubfs/6936426/Marketplace/QIKK/images/3-1500-min.jpg');
		background-position: 0px 0px, 100% -179px;
		background-size: auto, auto;
		background-repeat: repeat, no-repeat;
	}
	.c-menu-buttton {
		padding-top: 30px;
	}
	.c-menu-buttton.w--open {
		padding-top: 35px;
		background-color: #fbb53b;
	}
	.c-button.c-button--primary.c-button--large.c-button--rounded.green.bordered {
		width: 100%;
		margin-top: 5px;
	}
	.c-button.c-button--primary.c-button--large.c-button--rounded.green.bordered.active {
		margin-top: 5px;
	}
	.c-button.c-button--close.c-button--close-fixed.u-color--grey {
		padding-top: 0px;
	}
	.c-dropdown-toggle {
		left: 10px;
		right: -5px;
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.o-image.o-image--full {
		padding-bottom: 0px;
	}
	.o-grid__cell.u-centered {
		margin-bottom: 30px;
	}
	.o-grid__cell.u-centered.u-mar--bottom {
		margin-bottom: 30px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.o-grid__cell.u-same-height__cell.u-same-height__cell--middle {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-left: 0px;
	}
	.o-grid__cell.u-same-height__cell.u-same-height__cell--middle.slider-content {
		padding-bottom: 0px;
	}
	.o-grid__cell.u-same-height__cell.u-same-height__cell--middle.no-space {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.c-spacer.c-spacer--small {
		display: none;
	}
	.c-heading.c-heading--ntp h2 {
		padding-bottom: 0px;
	}
	.c-heading.c-heading--ntp h2,
	h2.c-heading.c-heading--ntp {
		font-size: 26px;
	}
	.c-heading.c-heading--ntp.cta {
		margin-bottom: 20px;
	}
	.c-heading.c-heading-np.header-text-nc {
		font-size: 28px;
	}
	.c-icon-box__cell-left {
		float: none;
	}
	.c-icon-box__icon.client-logos {
		width: 150px;
		margin-bottom: 20px;
	}
	.c-icon-box__icon.client-logos {
		margin-bottom: 0px;
	}
	.c-icon-box__icon.c-icon-box__icon--medium {
		margin-bottom: 0px;
	}
	.c-heading-sub.c-heading-sub--narrow {
		width: 100%;
		padding-bottom: 1.5em;
	}
	.o-container__item.hero {
		top: 0px;
		width: 100%;
		margin-top: 50px;
	}
	.o-container__item.hero.v2 {
		margin-top: 70px;
	}
	.c-hero__contact--bottom {
		display: none;
	}
	.o-grid__cell-2 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.o-grid__cell-2.footer {
		padding-right: 0px;
		padding-left: 0px;
	}
	.o-image-2 {
		width: 100%;
	}	
	.o-section.u-bg-super-dark {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.o-section.u-bg-super-dark.hp2 {
		padding: 40px 20px;
	}
	.o-section.u-bg-super-dark.hp2.v2 {
		padding: 40px 0px;
	}
	.o-section.space-section.v2.hp2 {
		padding-bottom: 40px;
	}
	.o-section.space-section.v2.hp2.white {
		padding-bottom: 0px;
	}
	.o-section.space-section.v2.white {
		padding-bottom: 0px;
	}
	.o-section.space-section.internal {
		padding: 40px 10px;
	}
	.o-section.cta {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.o-section.cta.blue {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.o-section.small-margin {
		padding: 40px 20px;
	}
	.o-section.small-margin.white {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.o-section.hp2 {
		padding-bottom: 50px;
	}
	.o-section.hp2.wite {
		padding-bottom: 0px;
	}
	.o-section.hp2.wite._200 {
		padding-right: 20px;
		padding-bottom: 40px;
		padding-left: 20px;
	}
	.c-icon-box__cell-right {
		width: 100%;
	}
	.floating-box-col-r {
		padding-left: 0px;
	}
	.image-2 {
		padding-bottom: 0px;
	}
	.floating-box-inner {
		padding-bottom: 30px;
	}
	.icon-box {
		padding-bottom: 30px;
	}
	.floating-box.up {
		width: 100%;
		height: auto;
	}
	.floating-box.left {
		width: 100%;
		height: auto;
	}
	.floating-box.right {
		width: 100%;
		height: auto;
	}
	.c-content-block {
		width: 100%;
		padding-top: 15px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.off-center-grid {
		margin-bottom: 0px;
	}
	.offset-image-container-r {
		height: 300px;
	}
	.offset-image-container-r.section3 {
		background-position: 50% 50%;
		background-size: auto;
	}
	.offest-contaner.hp2 {
		top: 0px;
		bottom: 0px;
	}
	.o-container--large.u-boxes {
		top: 0px;
	}
	.o-grid-3 {
		top: 0px;
		padding-bottom: 0px;
	}
	.image-4 {
		width: 100%;
	}
	.cta-image-container {
		padding-top: 0px;
	}
	.o-feature-bg {
		overflow: hidden;
		padding-right: 0%;
		padding-bottom: 0px;
	}
	.o-feature-bg.tabbed {
		padding: 0%;
	}
	.o-feature-bg.slider-image {
		height: 300px;
	}
	.o-feature-content.full-width {
		padding-bottom: 0px;
	}
	.o-feature-content.full-width.tabs {
		padding-top: 10px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.o-feature-content.full-width.contact {
		max-width: 100%;
		padding-right: 0%;
	}
	.slide-nav {
		top: 10px;
		bottom: 0px;
		font-size: 12px;
	}
	.slide-3 {
		margin-right: 10px;
		margin-left: 10px;
	}
	.section-1-image {
		overflow: hidden;
	}
	.section-2-image {
		overflow: hidden;
	}
	.slider {
		padding-bottom: 40px;
	}
	.team-member-names {
		left: 20px;
		bottom: 15px;
	}
	.c-heading-3.c-heading-np.header-text-nc {
		font-size: 28px;
	}
	.c-heading-3.c-heading--ntp h2{
		font-size: 28px;
	}
	.o-modal.o-modal--gradient {
		width: 100%;
	}
	.inner-content-column {
		padding: 30px;
		border-radius: 10px;
		background-color: #f7f7f7;
		color: #fff;
	}
	.inner-content-column.model-one {
		padding-right: 0px;
		padding-left: 0px;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
		background-image: linear-gradient(180deg, #fff, #fff);
	}
	.inner-content-column.model-one.lp {
		width: 100%;
		background-image: none;
	}
	.inner-content-column.model-one.lp.white {
		padding-right: 0%;
		padding-left: 0%;
	}
	.inner-content-column.model-one.lp2 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.h4 h3{
		text-align: left;
	}
	.text-field {
		margin-bottom: 10px;
	}
	.text-field.number {
		margin-bottom: 10px;
	}
	.lp-sections {
		padding: 40px 5%;
	}
	.lp-col-content-r {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.c-field.c-field--psmall {
		margin-bottom: 10px;
	}
	.icon-8 {
		font-size: 28px;
	}
	.div-block-33 {
		background-color: transparent;
	}
	.o-container__item-4.u-p-left-right {
		padding-right: 0px;
		padding-left: 0px;
	}
	.o-grid__cell-3 {
		padding-right: 0px;
		padding-left: 0px;
	}
	.o-grid__cell-3.right {
		padding-right: 0px;
		padding-left: 0px;
	}
	.u-letter-box--small-2 {
		display: inline-block;
	}
	/* ===== THEME 479px CSS (END) ======== */
	.c-card-countdown {
		font-size: 20px;
	}
	.c-card-countdown .c-pricing-heading {
		font-size: 30px;
	}
	.center-banner .c-button.c-button--primary.c-button--large.c-button--rounded.green.c-btn-banner {
		margin-right: 10px;
		margin-left: 10px;
	}
	.lp-sections.vertical-container.v-align-top.lp-form-section {
		padding: 0;
	}
	.heading.dark.standard-h h2 {
		font-size: 23px;
	}
	.o-section.blog-post-body {
		padding-top: 200px;
	}
	.default-banner.c-hero.c-hero--home.u-align-table.thank-banner {
		padding-bottom: 0;
	}
	.c-card-countdown .span3 {
		width: 100%;
		margin-bottom: 0;
	}
	.o-image-3.blog-internal-image {
		height: 200px;
	}
	.o-container--large.u-letter-box--medium.w-container.row-fluid.blog-pad {
		padding-left: 0;
		padding-right: 0;
	}
	.o-grid-4.row-fluid.blog-featured {
		padding: 0 0 15px 0;
	}
	.row-fluid .listing-wrapper.mason-grid .span4 {
		margin: 0 0 15px 0;
		width: 100%;
		padding: 0;
	}
	.col-five,
	.col-two,
	.col-three {
		width: 100%;
		text-align: center;
	}
	.feature-tab-text .col-two.event-table-row {
		font-weight: bold;
	}
	.events-section .o-feature-content.full-width.lp2 {
		padding-left: 0;
	}
	.o-section.u-border-top.landing {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.o-section.space-section.lp-1 {
		padding-left: 10px;
		padding-right: 10px;
	}
	.lp-col-content-r {
		padding-left: 20px;
		padding-right: 20px;
	}
	.c-button.c-button--primary.c-button--large.c-button--rounded.green.c-btn-banner {
		margin-bottom: 10px;
	}
	.c-button.c-button--primary.c-button--large.c-button--rounded.green.hero.v2 {
		margin-bottom: 10px;
	}
	.tabs-2 .tabs-menu {
		grid-column-gap: 8px;
	}
	.o-section.space-section.v2.white {
		padding-right: 20px;
		padding-bottom: 40px;
		padding-left: 20px;
	}
	.o-section.cta {
		padding: 40px 20px;
	}
	.o-section.cta.blue {
		padding: 40px 20px;
	}
	.o-section.space-section.v2 {
		padding-right: 20px;
		padding-left: 20px;
	}
	.c-heading.c-heading--ntp h2{
		display: block;
		width: auto;
		margin-right: auto;
		margin-left: auto;
		padding-bottom: 0px;
		font-size: 26px;
	}
	.slick-initialized .slick-slide {
		margin-right: 0;
		margin-left: 0;
	}
	.o-section.hp2.wite {
		padding-right: 20px;
		padding-bottom: 40px;
		padding-left: 20px;
	}
	.o-section.hp2.wite.large-bottom-padding {
		padding-right: 20px;
		padding-bottom: 40px;
		padding-left: 20px;
	}  
	.c-hero__contact--bottom,
	.row-fluid .main-menu-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
	.o-grid-2 {
		margin-top: 0px;
	}
	.o-grid__cell.u-same-height__cell.u-same-height__cell--middle {
		padding: 40px 20px;
	}
  
  .blog-section .c-icon-box__cell-left,
  .blog-section .c-icon-box__cell-right {    
    width: auto; 
  }

}

/* ==MENU NAVIGATION
==========================================================================
==========================================================================  */
/* TOP MENU 
***************************************
***************************************/
.top-menu {
	background-color: #572932;
}
.nav-contact a {
	color: #fff;
	font-size: 13px;
	line-height: 19px;
	position: relative;
}
.top-menu {
	padding: 5px 20px 2px;
}
.nav-contact {
	padding-top: 3px;
}
.nav-contact .fa.fa-phone {
	font-size: 16px;
	margin-right: 5px;
	top: 1px;
	position: relative;
}
.nav-contact--number {
	margin-left: 1px;
	font-weight: bold;
}
.top-nav-container {
	text-align: right;
}
.top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
	color: #fff;
	font-size: 13px;
	padding: 0;
	margin: 0;
	line-height: 19px;
	position: relative;
}
.top-nav-container li.hs-menu-item.hs-menu-depth-1 {
	top: 4px;
	position: relative;
	padding: 0 10px;
}

.mobile-search-text {
	font-family: 'Montserrat',sans-serif;
	font-size: 13px;
	line-height: 19px;
	padding-left: 10px
}

.span6.widget-span.widget-type-custom_widget.nav-search-container {
	width: auto;
	margin: 0;
}

.span6.widget-span.widget-type-custom_widget.top-nav-container {
	width: auto;
}

.span8.widget-span.widget-type-cell.top-nav-wrap .row-fluid {
	float: right;
	width: auto;
}

.top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover,
.top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.active a,
.nav-contact a:hover{
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	color: #f3c025;
}

.search-wrap .search-icon:hover,
.search-wrap .fa-map-marker:hover {
	color: #fbb53b;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.top-nav-container li.hs-menu-item.hs-menu-depth-1 li.hs-menu-item.hs-menu-depth-2 a {
	color: #282c36;
	padding: 10px;
	font-weight: 400;
	font-size: 14px;
	text-align: left;
}

.top-nav-container li.hs-menu-item.hs-menu-depth-1 ul {
	box-shadow: 6px 6px 29px 0 rgba(0, 0, 0, 0.3);
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	left: -20px;
}
.top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	left: -30px;
}
/* CORE 
***************************************
***************************************/
.menu-table > .row-fluid-wrapper {
	display: table;
	height: 100%;
	margin: 0 auto;
	width: 100%;
}

.menu-table > .row-fluid-wrapper > .row-fluid {
	display: table-row;
	height: 100%;
}

.row-fluid .menu-cell {
	display: table-cell;
	float: none;
	vertical-align: middle;
	height: auto;
}

.row-fluid .main-menu-wrapper {
	min-height: 90px;
	height: auto;
	background-color: transparent;
	position: fixed;
	width: 100%;
	z-index: 5;
}

.mobile-open .main-menu-wrapper{
	background-color:#fff;
}

.mobile-open .main-menu a{
	color:#fff;
}

.main-menu-container.menu-table {
	margin: 0;
}

.row-fluid .main-menu-wrapper.hide-menu {
	display: none;
}

.row-fluid .main-menu-wrapper.scrolling {
	border-bottom: transparent;
	-webkit-box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
	-moz-box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
	box-shadow: 0px 2px 8px -2px rgba(130,130,130,0.38);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

.mobile-open .main-menu.menu-cell {
	background-color: #572932;
}

.main-menu .hs-menu-wrapper > ul {
	float: right;
}

.row-fluid .widget-type-global_group {
	min-height: 0;
}

.main-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children .fa {
  padding-left: 9px;
  margin-right: 1px;
  color: #fff;
/*   top: -5px; */
  position: relative;
}
.scrolling.main-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children .fa {
  color: #282c36;
}
.scrolling.main-menu-wrapper .top-menu ul li.hs-menu-depth-1.hs-item-has-children .fa {
  color: #fff; 
}
.main-menu-wrapper .top-menu ul li.hs-menu-depth-1.hs-item-has-children .fa {
/*     top: -3px; */
}
.menu-cell.main-logo {
	padding: 10px 10px 10px 0;
	position: relative;
	left: 20px;
}

.menu-cell.main-menu {
	padding: 10px;
}

.main-menu-wrapper {
	transition: background-color 0.3s ease-out;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

body.mobile-open {
	overflow: hidden !important;
}

.mobile-open .main-menu-container.menu-table {
	overflow-x: hidden;
	overflow-y: auto;
}

/* Menu Grid 
***************************************
***************************************/
/*Logo*/
.main-logo {
	width: 10% !important;
}
/*MainMenu*/
.main-menu {
	width: 90% !important;
}

/* LOGO 
***************************************
***************************************/
.main-logo {
	padding: 0 10px;
}

.main-logo img {
	height: auto !important;
	max-width: 300px;
	width: 100% !important;
	margin: 6px 0px 7px;
	min-width: 300px;
}

.row-fluid .menu-cell.logo-secondary {
	display: none;
	opacity:0;
}

/* Hamburger 
***************************************
***************************************/

.hamburger {
	height: 80px;
	width: 80px;
	position: absolute;
	display: none;
	top: 0;
	right: 0;
	padding-top: 22px;
	text-align: center;
	cursor: pointer;
}

.hamburger span {
	height: 2px;
	width: 33px;
	display: block;
	background-color: #fff;
	margin: 0 auto 7px;
	font-size: 13px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.hamburger.mobile-open {
	padding-right: 34px;
}

.hamburger span:nth-child(1) {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.hamburger span:nth-child(2) {
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.hamburger span:nth-child(3) {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.hamburger span:nth-child(4) {
	height: auto;
	color: #fff;
	background-color: transparent;
	display: inline;
	top: -5px;
	position: relative;
}

.hamburger:hover span {
	-webkit-transform: rotate3d(0, 1, 0.1, 180deg);
	-moz-transform: rotate3d(0, 1, 0.1, 180deg);
	-ms-transform: rotate3d(0, 1, 0.1, 180deg);
	-o-transform: rotate3d(0, 1, 0.1, 180deg);
	transform: rotate3d(0, 1, 0.1, 180deg);
}

.hamburger.mobile-open  span{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform:  rotate3d(0, 0, 0, 45deg);
	-moz-transform:  rotate3d(0, 0, 0, 45deg);
	-ms-transform:  rotate3d(0, 0, 0, 45deg);
	-o-transform:  rotate3d(0, 0, 0, 45deg);
	transform: rotate3d(0, 0, 0, 45deg);
}

.hamburger.mobile-open  span:nth-child(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-o-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	position: relative;
	top: 9px;
}

.hamburger.mobile-open span:nth-child(2) {
	opacity: 0;
}

.hamburger.mobile-open  span:nth-child(3) {
	-webkit-transform: rotate3d(0,0,1,-45deg);
	-moz-transform: rotate3d(0,0,1,-45deg);
	-ms-transform: rotate3d(0,0,1,-45deg);
	-o-transform: rotate3d(0,0,1,-45deg);
	transform: rotate3d(0,0,1,-45deg);
	position: relative;
	top: -9px;
}

/* SEARCH 
***************************************
***************************************/

.hs-search-results__listing li {
	padding: 0;
	margin: 0px 0 40px;
	position: relative;
}

.hs-search-results__listing li:hover:after {
	width: 10% !important;
	background-color: #fbb53b;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.hs-search-highlight {
	font-weight: normal;
	color: #fbb53b;
}

.hs-search-results__listing li:after {
	background-color: #6e9dbc;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	width: 7%;
	top: -10px;
}

.hs-search-results__prev-page,
.hs-search-results__next-page {
  border-radius: 4px;
  border-style: solid;
  border-width: 2px;
  background-color: #fbb53b;
  color: #fff;
  clear: right;
  display: inline-block;
  padding: 15px 30px;
  border: 1px none transparent;
  box-shadow: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}

.hs-search-results__prev-page:hover,
.hs-search-results__next-page:hover {
  background-color: #572932;
  box-shadow: 8px 6px 27px 0 rgba(0,0,0,.25);
  outline: 0;
}

.hs-search-field__bar {
  
}

.hs-search-field__bar input.hs-search-field__input {
  border: 2px solid #e2e2e2;
  font-size: 17px;
}

#modal-search {
	position: fixed;
	top: 0;
	left: -100%;
	height:100%;
	width:100%;
	background-color: transparent;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity: 0;
	z-index:9999;
	height: 100vh;
}

#modal-search.open {
	background-color: #fbb53b;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px); 
	left:0;
	opacity: 1;
}

#modal-search .c-form.c-form--search {
	opacity:0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	transition-delay: 1s;
}

#modal-search.open .c-form.c-form--search {
	opacity:1;  
}

#modal-search input:focus-within {
	border-color: transparent !important;
	transition: border 0.3s ease !important;
}

.c-form-wrap.c-form-wrap--search {
	position: relative;
	top: 50%;
	width: 100%;
	-o-transform: translate(0px, -50%);
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	text-align: center;
}

.c-form.c-form--search {
	position: relative;
	display: block;
	width: 70%;
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
}

.c-button--close {
	cursor: pointer;
}

.form-container {
	position: relative;
	display: block;
	width: 70%;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
}

.form-wrapper {
	position: absolute;
	top: 50%;
	width: 100%;
	-webkit-transform: translate(0px, -50%);
	-ms-transform: translate(0px, -50%);
	transform: translate(0px, -50%);
	text-align: center;
}

.c-form-wrap {
	margin-bottom: 0px;
}

.search-close {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	z-index: 9999;
	width: 50px;
	height: 50px;
	padding: 0px;
	border-radius: 100%;
	background-color: transparent;
	font-size: 1.5em;
	line-height: 1.2;
	font-weight: 700;
	text-transform: lowercase;
	cursor: pointer;
}

#modal-search input.hs-search-field__input {
	height: 90px;
	border-color: #fff;
	margin: 0;
	font-family: 'Montserrat',sans-serif;
	padding-right: 70px;
	color: #282c36;
	font-size: 30px;
	font-weight: 700;
	border-left: medium none;
	border-right: medium none;
	border-top: medium none;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	padding: 20px;
	font-weight: 300;
}

#modal-search input.hs-search-field__input:focus {
	border-color: transparent;
	transition: border 0.3s ease;
}

.hs-search-field--open .hs-search-field__suggestions {
	border-width: 2px;
	border-top: medium none;
	border-left: medium none;
	border-right: medium none;
	padding: 10px;
	text-align: left;
}

.hs-search-field__suggestions li {
	font-size: 16px;
}

li#results-for {
	margin-bottom: 10px;
	font-size: 18px;
}

.hs-search-field__suggestions li a {
	text-decoration: underline;
}

#modal-search .hs-search-field--open .hs-search-field__suggestions {
	border: 2px solid #fff;
	border-top: medium none;
	border-left: medium none;
	border-right: medium none;
	padding: 10px;
	color: #fff;
	text-align: left;
}

#modal-search .hs-search-field__suggestions li {
	font-size: 16px;
}

#modal-search li#results-for {
	margin-bottom: 10px;
	font-size: 18px;
}

#modal-search .hs-search-field__suggestions li a {
	color: #fff;
	text-decoration: underline;
}

img.modal-search-icn {
	position: absolute;
	height: 50px;
	width: 50px;
	right: 10px;
	top: 10px;
}
.google-search-wrapper {
	left: 0;
	position: absolute;
	top: 19px;
	width: 80%;
	opacity: 0;
	z-index: -1;
}

.fa-times-thin:before {
	content: '\00d7';
}


.search-close {
	position: absolute;
	top: 15px;
	font-size: 40px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	cursor: pointer;
}

.c-button.search-close:hover {
	box-shadow: none;
}

.search-wrap {
	position: relative;
	right: auto;
	cursor: pointer;
	font-weight: 300;
	width: 100%;
	color: #fff;
	font-size: 13px;
	top: auto;
	display: inline-block;
	height: auto;
	line-height: 19px;
	top: 3px;
}

.search-icon.fa-search {
	width: auto;
	float: none;
	position: relative;
	height: 100%;
	padding-top: 0;
	padding-left: 0;
}

.search-wrap .fa-map-marker {
	color: #fff;
	padding: 0 15px 0 5px;
}
.search-text {
	display: inline-block;
	margin-left: 10px;
}

.search-open .search-icon,
.search-open .search-text {
	display: none;
}

.nav-mobile-version {
	display: none;
}


@media (max-width: 991px) {
  
	.nav-mobile-version {
		display: inline;
	}
	.nav-desktop-version {
		display: none;
	}
	#modal-search .gsc-search-button-v2 svg {
		height: 40px !important;
		width: 40px !important;
		margin-top: 10px !important;
	}
	#modal-search input.gsc-input {
		font-size: 2rem !important;
	}
  
}


@media (max-width: 767px) {

	.span4.widget-span.widget-type-custom_widget.nav-contact-container {
		width: auto;
		float: left;
		position: absolute;
	}
	.span6.widget-span.widget-type-custom_widget.nav-search-container {
		text-align: right;
	}
	.span8.widget-span.widget-type-cell.top-nav-wrap .row-fluid {
		justify-content: flex-end;
	}
	.nav-mobile-version ul li:last-child {
		padding-right: 0 !important;
	}
	#modal-search input.hs-search-field__input {
		font-size: 20px;
	}
	.top-nav-container li.hs-menu-item.hs-menu-depth-1 {
		float: left;
		display: inline-block;
		width: auto;
	}

}


@media (max-width: 479px) {
  
	.nav-contact .fa.fa-phone {   
		margin-right: 5px;
	}
	.top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {    
		padding: 0px 5px 0;
    font-size: 12px;
	}
	.nav-contact--text {
		display: none;
	}
	.c-form.c-form--search {
		width: 80%;
	}
	#modal-search input.hs-search-field__input {
		font-size: 16px;
	}
	.top-nav-container li.hs-menu-item.hs-menu-depth-1 {
		padding: 0;
	}
	.main-logo img {
		height: auto !important;
		max-width: 200px;
		width: 100% !important;
		margin: 16px 0px 17px;
		min-width: 200px;
	}
}

/* Scrollling transitions
***************************************
***************************************/

/*Nav Background color*/
.main-menu-wrapper.scrolling {
	background-color: #fff;
	-webkit-transition: background-color 0.3s ease-in;
	transition: background-color 0.3s ease-in;
}

/*Logo*/
.mobile-open .row-fluid .menu-cell.logo-primary,
.scrolling .row-fluid .menu-cell.logo-primary {
	display: none;
}

.mobile-open .row-fluid .menu-cell.logo-secondary,
.scrolling .row-fluid .menu-cell.logo-secondary {
	display: table-cell;
	opacity:1;
}

/*Search*/


/*Desktop Parent*/
.mobile-open .scrolling .main-menu a,
.mobile-open .main-menu a  {
	color: #fff;
}

.mobile-open .scrolling .main-menu .hs-menu-depth-2 a,
.mobile-open .main-menu .hs-menu-depth-2 a {
	color: #282c36;
	border-bottom: 1px solid #ececec;
}

.scrolling .main-menu a {
	color: #282c36;
}

/* Hamburger */
.mobile-open .hamburger span, 
.scrolling .hamburger span {
	background-color: #3a3046;
}

.mobile-open .hamburger.mobile-open span,
.scrolling .hamburger.mobile-open span {
	background-color: #fbb53b;
}

.mobile-open .hamburger span:nth-child(4),
.scrolling .hamburger span:nth-child(4) {
	background-color: transparent;
	color: #3a3046;
}

.mobile-open .hamburger.mobile-open span:nth-child(4),
.scrolling .hamburger.mobile-open span:nth-child(4) {
	background-color: #fff;
	border-radius: 3px;
	padding: 2px;
	top: 0;
}

.scrolling .main-menu-wrapper ul li.hs-menu-depth-1.hs-item-has-children .fa {
  color: #282c36;
}

/* DESKTOP 
***************************************
***************************************/
.main-menu a {
	padding: 30px;
	color: #fff;
}



.main-menu .hs-menu-item.hs-menu-depth-1 {
	position: relative;
}



@media (min-width: 992px){
	.hs-menu-item.hs-menu-depth-1.active > a {    
		color: #f3c025;
	}
	.scrolling .hs-menu-item.hs-menu-depth-1.active {
		border-color: #f3c025;
	}
	.main-menu a:hover,
	.hs-menu-item.hs-menu-depth-1:hover,
	.hs-menu-item.hs-menu-depth-1:hover > a{
		color: #f3c025;
		transition: all 300ms ease;
	}
}

/* PARENT 
******************/
.main-menu .hs-menu-item.hs-menu-depth-1 > a {
	padding: 0;
	max-width: none;
	position: relative;
	z-index: 4;
	font-weight: 500;
}
.main-menu .hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper {
	box-shadow: 6px 6px 29px 0 rgba(0, 0, 0, 0.3);
}
.main-menu .hs-menu-item.hs-menu-depth-1 {
	padding: 10px 10px 8px;
}

/* .main-menu .hs-menu-item.hs-menu-depth-1 {
z-index: 2;
} */

.mobile-open .main-menu .hs-menu-item.hs-menu-depth-1 > a {
	padding: 15px 20px 15px;
}

.hs-menu-depth-1 a:after,
.nav-contact a:after{
	background: #f3c025 none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 0;
	-webkit-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}

.hs-menu-depth-1 a:hover:after,
.nav-contact a:hover:after {
	width: 100%;
	-webkit-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.nav-contact a:hover:after,
.nav-contact a:after {
	bottom: -3px;
}

/* CHILD 
******************/
.hs-menu-wrapper.hs-menu-flow-horizontal ul.hs-menu-children-wrapper {
	background-color: #fff;
}

.main-menu .hs-menu-children-wrapper a {
	color: #282c36;
}

.main-menu .hs-menu-children-wrapper a:hover {
	color: #f3c025;
}

.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li {
	position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
	max-width: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	width: auto;
	min-width: 160px;
}

/* Child Hover Effect */
.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li a:after,
.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li a:after {
	background-color: #ebebeb;
	bottom: 0;
	color: #ebebeb;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 0;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	z-index: -1;
	top: 0;
	opacity: 1;
}

.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li a:hover:after,
.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li a:hover:after{
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li a:before,
.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li a:before{
	width: 0 !important;
	height: 0 !important;
	bottom: -100% !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children.hs-menu-depth-2 ul.hs-menu-children-wrapper {
	left: 99.5%;
}
.hs-menu-depth-2 a:after {
	height: 100%;
	background-color: #ebebeb;
	z-index: -1;
}
.main-menu .hs-menu-children-wrapper .hs-menu-depth-2 a:hover {
	color: #282c36;
}
.child-toggle {
    cursor: pointer !important;
}
.child-toggle.mobile-only {
	display: none;
}
.top-nav-container .hs-menu-children-wrapper {
    width: auto;
}
/* .row-fluid .menu-cell.main-logo {
    z-index: -1;
} */
.top-nav-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>ul.hs-menu-children-wrapper {
  z-index: 9;
}
.top-nav-container .hs-menu-depth-1 a:after {
    content: "";
    display: inline;
}

/* MOBILE 
***************************************
***************************************/
@media (min-width: 992px) {
  
	.main-menu-wrapper .hs-menu-wrapper {
		display: block !important;
	}
	.row-fluid .menu-cell.menu-search {
		display: table-cell !important;
	}
  
}

@media (max-width: 1199px) {
  
  .o-container--large.u-letter-box--medium.w-container.row-fluid.blog-pad {  
    float: none;
    max-width: 960px;
    margin: 0 auto;
    padding-right: 0; 
    padding-left: 0;
  }
  .widget-type-blog_content { 
    padding-left: 10px;
    padding-right: 10px
  }
	.main-menu a {
		font-size: 14px;
	}
	.o-grid__cell.u-grid__tbp {
		transform: translateY(15%);
	}
  .spiritual-life-wrapper {
    height: 590px;
    width: 50%;
  }
  
}


@media (max-width: 991px) {
	.main-menu .child-toggle {
		display: none !important;
	}
	.main-menu .child-toggle.mobile-only {
		display: inline-block !important;
	}
  .o-container--large.u-letter-box--medium.w-container.row-fluid.blog-pad { 
    max-width: 728px; 
  }
  .row-fluid.blog-pad .span4 {
    display: none !importnat; 
    position: absolute;
  }
  .row-fluid.blog-pad .span8 { 
    display: block; 
    width: 100% !important;
  }
  .hs-menu-depth-1 a:after,
	.nav-contact a:after {
		display: none;
		content: none;
	}
	.main-menu .hs-menu-item.hs-menu-depth-1 ul.hs-menu-children-wrapper {
		box-shadow: none;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
		left: 0;
	}
	.mobile-open .scrolling .main-menu .hs-menu-depth-2 a:hover,
	.mobile-open .main-menu .hs-menu-depth-2 a:hover {
		color: #f3c025;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children.hs-menu-depth-2 ul.hs-menu-children-wrapper {
		left: 0;
		height: 0;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children.hs-menu-depth-2.open-child ul.hs-menu-children-wrapper {    
		height: auto;
	}
	.row-fluid .menu-cell {
		display: inline-block;
		float: left;
		vertical-align: middle;
		height: auto;
		width: 100% !important;
		padding: 0;
		margin: 0;
		overflow: hidden;
		min-height: 0;
	}
	.row-fluid .main-menu-wrapper {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0;
	}
	.row-fluid .menu-cell.main-logo {
		padding: 2px;
	}
	.main-menu .hs-menu-item.hs-menu-depth-1 {
		width: 100%;
		z-index: 1;
	}
	.main-menu .hs-menu-wrapper > ul {
		float: left;
		width: 100%;
	}
	.main-menu .hs-menu-item.hs-menu-depth-1 > a {
		width: 100%;
		display: block;
	}
	/* 	.main-menu a:hover,
	.hs-menu-item.hs-menu-depth-1:hover,
	.hs-menu-item.hs-menu-depth-1:hover > a {
	transition: all 300ms ease;
	background-color: #eee;
} */
	.main-menu-container .hs-menu-wrapper {
		display: none;
	}
	.mobile-open .main-menu-wrapper .hs-menu-wrapper,
	.mobile-open .row-fluid .menu-cell.menu-search {
		display: block !important;
		height: 100%;
	}
	.menu-table > .row-fluid-wrapper,
	.menu-table > .row-fluid-wrapper > .row-fluid,
	.row-fluid .menu-cell {
		display: block;
	}
	.hamburger {
		display: block;
		top: 0;
		z-index: 2;
	}  
  .hamburger.mobile-open {
    padding-right: 0;
  }
	.hs-menu-depth-1:hover:after {
		width: 0;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
/* 		overflow: hidden; */
	}  
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
		visibility: hidden;
		opacity: 0;
		position: absolute;
		display: block;
		transition: all 0s ease;
		z-index: 0;
	}
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.open-child:hover > ul.hs-menu-children-wrapper,
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.open-child > ul.hs-menu-children-wrapper {
		visibility: visible;
		opacity: 1;
		position: relative;
		display: block;
		transition: all 0s ease;
		z-index: 0;
	}
	.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
		visibility: hidden;
		opacity: 0;
		position: relative;
		display: block;
		transition: all 0s ease;
		z-index: 0;
	}
	.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.open-child:hover > ul.hs-menu-children-wrapper,
	.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.open-child > ul.hs-menu-children-wrapper {
		visibility: visible;
		opacity: 1;
		position: relative;
		display: block;
		transition: all 0s ease;
		z-index: 0;
	}
	.main-menu .hs-menu-item.hs-menu-depth-1,
	.main-menu .hs-menu-item.hs-menu-depth-2{
		max-height: 50px;
		transition: max-height 0.5s ease;
	}
	.main-menu .hs-menu-item.hs-menu-depth-1.open-child,
	.main-menu .hs-menu-item.hs-menu-depth-2.open-child{
		max-height: 1500px;
		transition: max-height 2s ease;
	}
	.mobile-open .main-menu .hs-menu-item.hs-menu-depth-1 {
		padding: 0;
	}
	.main-menu-wrapper .main-menu ul li.hs-menu-depth-1.hs-item-has-children .fa {
		color: #fff;
		float: right;
		height: 100%;
		display: block;
		position: absolute;
		width: 80px;
		right: 0;
		top: 0;
		padding-top: 15px;
		text-align: right;
		padding-right: 20px;
		z-index: 99999;
		cursor: pointer;
		display: inline-block;
	}
	.scrolling.main-menu-wrapper .main-menu ul li.hs-menu-depth-1.hs-item-has-children .fa {
		color: #fff;
	}
	.main-menu-wrapper .main-menu ul li.hs-menu-depth-1.hs-item-has-children .fa:before {
		cursor: pointer;
		display: inline-block;
	}
	/* 	.main-menu .hs-menu-item.hs-menu-depth-1>a {
	z-index: -1;
} */
	.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
		left: 0;
	}
	.main-menu .hs-menu-wrapper ul.hs-menu-children-wrapper li {
		background-color: #f4f4f4;
	}
	.main-menu .hs-menu-item.hs-menu-depth-1>a {
		width: 100%;
	}
	/* 	
	.main-menu a:hover,
	.hs-menu-item.hs-menu-depth-1:hover,
	.hs-menu-item.hs-menu-depth-1:hover > a {
	background-color: #282c36;
} 
	*/
	.spiritual-life-wrapper {
		height: 535px;
		width: 60%;
	}
	.main-menu .child-toggle.mobile-only {
		color: #fff;
		float: right;
		height: 100%;
		display: block;
		position: absolute;
		width: 80px;
		right: 0;
		top: 0;
		padding-top: 15px;
		text-align: right;
		padding-right: 20px;
		z-index: 99999;
		cursor: pointer;
		display: inline-block;
	}
	.mobile-open .main-menu-container.menu-table {
		top: -80px;
		position: relative;
	}
	.main-menu-container.menu-table {
		float: left;
		position: absolute;
	}
	.main-menu-container.menu-table {
		margin: 0;
	}
	.hamburger {
		float: right;
		position: relative;
	}
}


@media (max-width: 767px){


	.spiritual-life-wrapper {
		height: 400px;
		width: 330px;
		background-size: contain;
	}
	.o-container--large.blog-pad {
		padding-top: 0; 
		padding-bottom: 0;
	}
	.row-fluid.blog-pad .span4 {
		position: absolute; 
	}
	.mobile-open .main-menu-container.menu-table {
		top: -80px;
		position: relative;
	}
	.main-menu-container.menu-table {
		float: left;
		position: absolute;
	}
	.main-menu-container.menu-table {
		margin: 0;
	}
	.hamburger {
		float: right;
		position: relative;
	}
}

/* FORMS
==========================================================================
==========================================================================  */

/* Global Forms(Default)
===================================*/
body .hs-form-field > label {
	color: #999;
	font-size: 14px;
	font-weight: 300;
}

input[type="checkbox"],
input[type="radio"] {
	margin-right: 10px;
}

.hs-common-confirm-message {
	background-color: #8bc34a !important;
	border: 1px solid #8bc34a !important;
	color: #fff !important;
	font-size: 16px !important;
	border-radius: 0px !important;
	padding: 20px !important;
	margin: 0px 0px 30px 0px !important;
}

.hs_error_rollup .hs-error-msgs {
	list-style: none;
	padding-left: 0;
}

.inputs-list.hs-error-msgs label {
	color: #6e9dbc;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
	width: 100%;
	font-family: 'Montserrat',sans-serif;
	background-color: #fff;
	font-size: 14px;
	height: 50px;
	border: 2px solid transparent;
	border-radius: 0;
	display: block;
	font-weight: 300;
	margin-bottom: 17px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
	border-color: #fbb53b;
	transition: border-color 250ms ease;
	outline: 0 none;
}

.legal-consent-container {
	color: #767b86;
	font-size: 12px;
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
	height: auto;
	min-height: 100px;
}

/* Default submit button styling */
.hs_submit {
	text-align: left;
}

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
	cursor: pointer;
	-webkit-appearance: none;
	font-family: 'Montserrat',sans-serif;
	text-decoration: none !important;
	background-color: #572932;
	border: 2px solid #dbdbdb !important;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	box-shadow: none;
	display: inline-block;
	font-size: 14px;
	padding: 14px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: Capitalize;
	transition: all 500ms ease;
	cursor: pointer;
	outline: 0 none;
	border: medium none;
	margin-bottom: 20px;
	margin-top: 10px;
	float: left;
}
body .landing-form .hs-button.primary,
body .landing-form  input[type="submit"],
body .landing-form  input[type="button"] {
	font-size: 16px;
	padding: 18px 20px;
	margin-top: 20px;
}


body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover{
    background-color: #3c1518;
    color: #fff;
	  box-shadow: 8px 6px 27px 0 rgba(0, 0, 0, 0.25);
}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
	list-style: none;
	padding: 0;
}

.section.post-footer .hs-form .hs-form-field ul.inputs-list{
	position:relative;
	top:-40px;
}

/* Placeholder Text */
/* Webkit Browsers */
::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
/* Firefox 18- */
:-moz-placeholder { 
	color: #999;
	opacity: 1;
}
/* Firefox 19+ */
::-moz-placeholder { 
	color: #999;
	opacity: 1;
}
/* IE10 */
:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.o-subscribe ::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
/* Firefox 18- */
.o-subscribe :-moz-placeholder { 
	color: #fff;
	opacity: 1;
}
/* Firefox 19+ */
.o-subscribe ::-moz-placeholder { 
	color: #fff ;
	opacity: 1;
}
/* IE10 */
.o-subscribe:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
:focus {
	outline: none;
}

.hs-form-required {
	display: none;
}

.hs-error-msgs {
	font-size: 14px;
	font-weight: 300;
}

/* Blog Comments
===================================*/

body .blog-comments input[type="text"]:focus,
body .blog-comments input[type="email"]:focus,
body .blog-comments input[type="number"]:focus,
body .blog-comments textarea:focus {
	border-bottom-width: 2px;
	border-bottom-color: #fbb53b;
}

body .blog-comments input[type="submit"]:hover,
body .blog-comments .hs-button.primary:hover {
	background-position: 129% 50%, 91% 50%;
}

body .comments-sectiono-comments__styling-block label {
	color: #999;
	font-size: 14px;
	font-weight: 300;
}

body .blog-comments input[type="text"],
body .blog-comments input[type="password"], 
body .blog-comments input[type="datetime"], 
body .blog-comments input[type="datetime-local"], 
body .blog-comments input[type="date"], 
body .blog-comments input[type="month"], 
body .blog-comments input[type="time"], 
body .blog-comments input[type="week"], 
body .blog-comments input[type="number"], 
body .blog-comments input[type="email"], 
body .blog-comments input[type="url"], 
body .blog-comments input[type="search"], 
body .blog-comments input[type="tel"], 
body .blog-comments input[type="color"],
body .blog-comments input[type="file"],
body .blog-comments textarea,
body .blog-comments select {
	height: 50px;
	margin-bottom: 50px;
	margin-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	border-style: none none solid;
	border-bottom-width: 2px;
	border-bottom-color: hsla(0, 0%, 79%, .9);
	background-color: transparent;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

#comments-listing {
	border-bottom: 1px solid transparent;
}

body .blog-comments .hs-form-field > label {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.comment-from {
	color: #fbb53b;
	width: 100%;
	display: inline-block;
}

.comment-body {
	margin-top: 20px;
	padding: 25px;
	border: 1px solid #ededed;
	border-radius: 5px;
}

.comment-reply-to {
	padding-left: 25px;
	color: #b8b8b8;
	margin-top: 10px;
	font-size: 15px;
}
.comment-reply-to:before {
	font-family: FontAwesome;
	content: "\f112";
	color: #b8b8b8;
	font-size: 15px;
	padding-right: 5px;
}

.comment {
	margin: 0;
	border-top: medium none;
	padding: 10px 0;
}

body .about-form input[type="text"],
body .about-form input[type="password"], 
body .about-form input[type="datetime"], 
body .about-form input[type="datetime-local"], 
body .about-form input[type="date"], 
body .about-form input[type="month"], 
body .about-form input[type="time"], 
body .about-form input[type="week"], 
body .about-form input[type="number"], 
body .about-form input[type="email"], 
body .about-form input[type="url"], 
body .about-form input[type="search"], 
body .about-form input[type="tel"], 
body .about-form input[type="color"],
body .about-form input[type="file"],
body .about-form textarea,
body .about-form select {
	height: 70px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
	border-style: none none solid;
	border-bottom-width: 1px;
	border-bottom-color: hsla(0, 0%, 79%, .9);
	background-color: transparent;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

body .about-form input[type="submit"],
body .about-form .hs-button.primary {
	background-color: #3a3046;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 700;
	line-height: 20px;
	margin-top: 20px;
	padding: 20px 40px 20px 25px;
	border-radius: 0;
	overflow: hidden;
	background-image: url(https://6936426.fs1.hubspotusercontent-na1.net/hubfs/6936426/Marketplace/NOVA/img/icn-btn-arrow-white.svg?t=1516214284753), url(https://6936426.fs1.hubspotusercontent-na1.net/hubfs/6936426/Marketplace/NOVA/img/icn-btn-arrow-white.svg?t=1516214284753);
	background-position: 91% 50%, -463px 50%;
	background-size: 16px, 16px;
	background-repeat: no-repeat, no-repeat;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	white-space: normal;
}

body .about-form input[type="text"]:focus,
body .about-form input[type="email"]:focus,
body .about-form input[type="number"]:focus,
body .about-form textarea:focus {
	border-bottom-width: 2px;
	border-bottom-color: #fbb53b;
}

body .about-form input[type="submit"]:hover,
body .about-form .hs-button.primary:hover {
	background-position: 129% 50%, 91% 50%;
}

#hs_form_target_blog_subscription input[type="radio"], 
#hs_form_target_blog_subscription input[type="checkbox"],
body input[type="radio"],
body form.hs-form fieldset[class*="form-columns"] input[type="radio"] {
	width: auto;
	margin-left: 0;
	margin-bottom: 10px;
}

.hide-subscribe .span12.footer__subscribe {
	display: none;
}

.footer-subscribe {
    margin-top: 10px;
}

.footer-subscribe input {
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;    
}

body .footer-subscribe input[type="email"],
body .footer-subscribe input[type="text"],
body .footer-subscribe input[type="number"]{
	background-color: #4e2029;
	color: #fff;
}
body .footer-subscribe input[type="text"]:focus,
body .footer-subscribe input[type="email"]:focus,
body .footer-subscribe input[type="number"]:focus,
body .footer-subscribe textarea:focus {
	border-bottom-width: 2px;
	border-bottom-color: #fbb53b;
}
body .footer-subscribe input[type="submit"] {	
  background-color: #fbb53b;
  color: #fff;
  text-transform: capitalize;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  margin-top: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 0;
  /* background-image: url(https://6936426.fs1.hubspotusercontent-na1.net/hubfs/6936426/SACS/Website/icn-btn-arrow-white.svg),url(https://6936426.fs1.hubspotusercontent-na1.net/hubfs/6936426/SACS/Website/icn-btn-arrow-white.svg); */
  background-position: 91% 50%,-463px 50%;
  background-size: 16px,16px;
  background-repeat: no-repeat,no-repeat;
  border-radius: 3px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  width: 100%;
  white-space: normal;
  margin: 0 auto;
  height: 50px;
  max-width: none;
  padding-left: 20px;
  padding-right: 20px;
}

body .footer-subscribe input[type="submit"]:hover {
  background-position: 129% 50%, 91% 50%;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.footer__subscribe .footer-subscribe .hs_error_rollup .inputs-list.hs-error-msgs label{
	margin-left:30px;
}

.footer-subscribe .inputs-list.hs-error-msgs label {
    color: #fbb53b;
}

.footer-subscribe .hs_error_rollup ul {
	list-style: none;
	padding: 0;
}
.footer-logo {
    padding-left: 30px;
}
@media (max-width: 991px) {

	.filter-wrap .jplist-drop-down{
		margin:0 20px 10px 0;
	}
}

@media (max-width: 767px) {
  
  .hs-search-field__bar,
  .hs-search-results__listing {
    padding-left: 20px; 
    padding-right: 20px;
  }
  .hs-search-results__prev-page {
    padding-left: 20px; 
  }
  .hs-search-results__next-page {
    padding-right: 20px;
  }
	.footer-subscribe .hs_error_rollup {
		position: relative;
		padding-top: 10px;
	}
	body .footer-subscribe input[type="submit"] {
		width: 100%;
	}
	body .footer-subscribe form.hs-form fieldset {
		width: 100%;
	}
	body .footer-subscribe form.hs-form .hs_submit {
		width: 50%;
		display: block;
		position: relative;
		height: 82px;
		float: none;
	}
	body .footer-subscribe input[type="submit"] {
		left: 0;
		right: auto;
	}
	body .footer-subscribe form.hs-form .hs_submit {
		float: left;
	}
  
}

@media (max-width: 479px) {
  
	body .footer-subscribe form.hs-form .hs_submit {
		width: 70%;
		float:none;
	}
  
}

body form.hs-form fieldset { 
	max-width: none;
}

body form.hs-form fieldset .hs-form-field {
	padding: 0 10px 0 0;
}

body form.hs-form fieldset[class*="form-columns"] .input {
	margin-right: 0;
}

body form.hs-form fieldset[class*="form-columns"] .hs-input {
	width: 100%;
}

body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
	width: auto;
}

body form.hs-form fieldset.form-columns-3 .hs-form-field {
	width: 33.33%;
}

.blog-footer-sub h3 {
	display: none;
}

.widget-type-blog_subscribe .hs_submit {
	position: absolute;
	right: 0;
	top: 0;
}

.widget-type-blog_subscribe form {
	position: relative;
}

.widget-type-blog_subscribe .hs_email label > span {
	display: none
}

.hs-form-radio {
	margin-bottom: 5px;
}

.hs-form-checkbox {
	margin-bottom: 5px;
}

.widget-type-blog_subscribe .hs-form-radio {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 0;
}

.widget-type-blog_subscribe input[type="submit"] {
	border-color: #fbb53b;
	border-radius: 0;
	border-style: solid none;
	border-width: 3px medium;
	height: 70px;
	background-color: #fbb53b;
	font-weight: bold;
	font-family: 'Montserrat',sans-serif;
}

.widget-type-blog_subscribe input[type="submit"]:hover {
	border-color: #fbb53b;    
}

.widget-type-blog_subscribe .hs-form-field ul.inputs-list {
	margin: 0;
}

.widget-type-blog_subscribe input[type="email"] {
	margin-bottom: 8px;
	padding-right: 130px;
	background-color: #fff;
	height: 70px;
	border: 2px solid #dbdbdb;
	border-radius: 0;
	font-family: 'Montserrat',sans-serif;
}

.widget-type-blog_subscribe input[type="email"]:focus {
	border: 2px solid #fbb53b;
	outline: none;
}

.blog-footer-sub .hs-fieldtype-radio label {
	display: none;
}

.blog-footer-sub .hs-form-field ul.inputs-list label {
	display: block;
	margin-top: 10px;
	color: #fff;
}

.blog-footer-sub .widget-type-blog_subscribe .hs-form-radio {
	margin-right: 15px;
}

.widget-type-blog_subscribe .hs-form-radio span {
	margin-left: 3px;
	font-size: 16px;
	font-weight: 400;
}

.blog-footer .footer__subscribe {
	display: none;
}

.blog-footer-sub .inputs-list.hs-error-msgs label {
	color: #fff;
}

.blog-footer-sub .hs-error-msgs {
	list-style: none;
	padding: 0;
	margin: 3px 0 0;
}

body .blog-footer-sub input[type="radio"] {
	position: relative;
}

body .blog-footer-sub input[type="radio"]:before {
	content: "";
	position: absolute;
	top: -5px;
	left: 0px;
	height: 20px;
	width: 20px;
	background-color: #6e9dbc;
	border-radius: 50%;
	border: 2px solid #ffff;
}

body .blog-footer-sub input[type="radio"]:checked:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 5px;
	height: 10px;
	width: 10px;
	background-color: #fff;
	border-radius: 50%;
}
.o-map .hs-responsive-embed-wrapper.hs-responsive-embed {
    width: 100%;
    max-width: none !important;
	  max-height: 350px !important;
}
.o-map .hs-responsive-embed-inner-wrapper {
    padding: 0 !important;
    height: 350px;
}
body .contact-us-form input,
body .contact-us-form textarea,
body .contact-us-form select {
	border-left: medium none;
	border-radius: 0;
	border-right: medium none;
	border-top: medium none;
	border-bottom: 2px solid #e2e2e2;
}

body .contact-us-form input[type="submit"] {
	margin-bottom: 30px;
}

.contact-us-form .hs_submit {
	text-align: center;
}

.inputs-list label {
	color: #999;
	font-size: 14px;
	font-weight: 300;
}

.recaptcha_theme_blackglass #recaptcha_response_field,
.recaptcha_theme_white #recaptcha_response_field {
	border: medium none !important;
}

.search-results input.hs-search-field__input {
	border: 2px solid #ececec;
	max-width: 80%;
	margin: 0 auto;
}

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


.hs_upload_cv.hs-form-field input {
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 0.1px;
	z-index: -1;
}

.hs_upload_cv.hs-form-field > label {
	border: 2px solid #fbb53b;
	border-radius: 0;
	color: #3a3046;
	cursor: pointer;
	display: block;
	position: relative;
	text-align: center;
	width: 150px;
	line-height: 33px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	height: 46px;
	padding-top: 5px;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	margin-bottom: 10px;
}

.hs_upload_cv.hs-form-field > label:hover {
	background-color: #fbb53b;
	border-color: #fbb53b;
	box-shadow: 7px 8px 27px -4px rgba(0, 0, 0, .3);
	color: #3a3046;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
}

body .cv-form input[type="submit"] {
	float: right;
}

body .lp-form input[type="text"],
body .lp-form input[type="password"], 
body .lp-form input[type="datetime"], 
body .lp-form input[type="datetime-local"], 
body .lp-form input[type="date"], 
body .lp-form input[type="month"], 
body .lp-form input[type="time"], 
body .lp-form input[type="week"], 
body .lp-form input[type="number"], 
body .lp-form input[type="email"], 
body .lp-form input[type="url"], 
body .lp-form input[type="search"], 
body .lp-form input[type="tel"], 
body .lp-form input[type="color"],
body .lp-form input[type="file"],
body .lp-form textarea,
body .lp-form select {
	height: 50px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid rgba(58, 48, 70, .2);
	background-color: #f4f4f4;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

body .lp-form input[type="submit"],
body .lp-form .hs-button.primary {
	width: auto;
	position: relative;
	display: inline-block;
	margin-left: 0px;
	padding: 15px 25px;
	float: left;
	background-color: #fbb53b;
	color: #fff;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

body .lp-form input[type="text"]:focus,
body .lp-form input[type="email"]:focus,
body .lp-form input[type="number"]:focus,
body .lp-form input[type="tel"]:focus,
body .lp-form textarea:focus {
	border-bottom-width: 2px;
	border-bottom-color: #676e82;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

body .lp-form input[type="submit"]:hover,
body .lp-form .hs-button.primary:hover {
	background-position: 129% 50%, 91% 50%;
	background-color:#572932;
}

body .contact-us-form input,
body .contact-us-form textarea,
body .comments-section input,
body .comments-section textarea,
body .comments-section select,
body .contact-us-form select {
    border-left: medium none;
    border-radius: 0;
    border-right: medium none;
    border-top: medium none;
}

body .contact-us-form input[type="submit"] {
    margin-bottom: 30px;
    text-align: left;
    font-size: 16px;
    padding: 18px 60px;
    margin-top: 20px;
}

body .comments-section input[type="submit"] {
    margin-top: 10px;
}

.o-subscribe .inputs-list.hs-error-msgs label,
.o-subscribe label.hs-error-msg {
    color: #fff;
}
body .o-subscribe input[type="email"] {
    border: 2px solid #dbdbdb;
    border-radius: 5px;
    background-color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-right: 110px;
}
body .o-subscribe input[type="submit"] {
    border: 2px solid #dbdbdb;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    margin-top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
body .comments-section input,
body .comments-section textarea {
    border: 2px solid #f2f2f2;
    margin-top: 10px;
}
/* 2) ==BROWSER FALLBACKS
==========================================================================
==========================================================================  */

/* IE Fallbacks */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.tab-nav.c-button.c-button--primary.c-button--large.c-button--rounded.green.bordered.w-inline-block {
		width: auto;
	}
	.trigger-animation .bg-image-fluid {
		min-height: 550px;
	}
}

/* iPads (portrait) Fallbacks */
@media handheld, all and  (device-width: 768px) and (device-height: 1024px) and (orientation : portrait) {
	/* 	.c-hero.c-hero--home.u-align-table {
	background-attachment: scroll;
} */
	.hs-menu-depth-1:hover:after {
		width: 0;
	}
}

/* iPads (landscape) Fallbacks */
@media handheld, all and (device-width: 768px) and (device-height: 1024px) and (orientation : landscape) {
	.c-hero.c-hero--home.u-align-table {
		background-attachment: scroll;
	}
	.hs-menu-depth-1:hover:after {
		width: 0;
	}
}

/* iPhone 5 Fallbacks */
@media screen and (device-aspect-ratio: 40/71) {
	.c-hero.c-hero--home.u-align-table {
		background-attachment: scroll;
	}
	.hs-menu-depth-1:hover:after {
		width: 0;
	}
	.c-form-wrap.c-form-wrap--search {
		position: relative;
		top: 100px;
		-o-transform: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}  
}

/* General iOS Fallbacks*/
@supports (-webkit-overflow-scrolling: touch) {
	.c-hero.c-hero--home.u-align-table {
		background-attachment: scroll;
	}
	.hs-menu-depth-1:hover:after {
		width: 0;
	}
}


.c-hero.c-hero--landing-five {
    height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.ty-banner .c-hero.c-hero--landing-five {
    height: auto;
    padding-top: 180px;
    padding-bottom: 80px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
}

.o-landing-logo-v2 {
	position: relative;
	z-index: 9999;
	display: block;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}

.u-lp-four-header-wrapper {
	width: 71%;
}

.u-lp-four-header-wrapper.u-centered {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 767px) {

 .u-lp-four-header-wrapper.u-centered.u-color--white {
		width: 80%;
	}

}

@media (max-width: 479px) {

.u-lp-four-header-wrapper.u-centered.u-color--white {
		width: 90%;
	}

}


.c-lp-form {
    position: relative;
    width: 100%;
    padding: 45px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.c-lp-form:hover {
    box-shadow: 11px 10px 29px -4px rgba(0, 0, 0, .2);
}

@media (max-width: 991px) {

.c-lp-form {
		padding: 35px;
	}

}

@media (max-width: 767px) {

.c-lp-form {
		margin-top: 20px;
		padding: 20px;
	}

}


.lp-form input[type='text'],
.lp-form input[type='email'],
.lp-form input[type='tel'],
.lp-form textarea {
    border-radius: 0px;
    border-top: 0px solid transparent;
    border-right: 0px solid transparent;
    border-left: 0px solid transparent;
}




.u-bg--grey-super-light.lp {
    background-color: #EAE1CC;
}
.section-bot-pad,
.u-bg--grey-super-light.lp.section-bot-pad {
    padding-bottom: 60px;
}

.u-bg--white {
    background-color: #fff;
}


label.donately-dollar-sign {
    left: 8px !important;
    top: 5px !important;
}

ul.donately-payment-options li:before {
    display: none !important;
}
.donately-radio-input:focus,
.donately-radio-input:active {
    outline: none !important;
    box-shadow: none !important;
}

.button-label:focus,
.button-label:active {
    outline: none !important;
    box-shadow: none !important;
}

.donately-radio-input:focus,
.button-label:focus {
    outline: 2px solid #0056b3; /* Optional: Blue focus outline */
    border-radius: 4px;
}

/* ADDED BY GREEN TULIP DESIGN */
.landing-page form{
  gap:0 !important;
}