/* @import url('http://example.com/example_style.css'); */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:100italic,300italic);
@import url(https://fonts.googleapis.com/css?family=Revalia);
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/*/* 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;}*/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/********************HEADER***********************/
@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #727272;
}

body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;

}

blockquote {
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.7em;
    margin: 50px 0 32px 0;
    text-align: center;
    color: #4f4f4f;
}

blockquote::before{
  content: "\201C"; 
  
  /*Font*/
  font-family: 'Revalia', cursive;
  font-size: 60px;
  font-weight: bold;
  color: #ad9351;
  
  /*Positioning*/
  position: absolute;
  left: -32px;
  top: -3px;
  
  opacity: 0.6;
}

blockquote::after{
  content: "\201D"; 
  
    /*Font*/
  font-family: 'Revalia', cursive;
  font-size: 60px;
  font-weight: bold;
  color: #ad9351;
  
  /*Positioning*/
  position: absolute;
  right: -32px;
  bottom: 1px;
  
  opacity: 0.6;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #727272;
    font-size: 14px;
    line-height: 29px;
}

h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #454545;
}

h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #454545;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #8b8b8b;   
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #8b8b8b;
    font-size: 14px;
    line-height: 29px;
}

a {
    text-decoration: none;
    color: #c0a965;
}

iframe[name='google_conversion_frame'] { 
    height: 0 !important;
    width: 0 !important; 
    line-height: 0 !important; 
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.body-container-wrapper .page-center.desktop { display: block; }
.body-container-wrapper .page-center.mobile { display: none; }

/**********************************************NAVIGATION MENU***********************************************************/
#top-nav .hs-menu-children-wrapper {
      display: none;
  }

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

.header-container-wrapper {
    position:fixed;
    z-index:99;
	width:100%;
    top:0;
	left:0;	
    /*******animation*******/
	transition: 0.3s;
	-webkit-transition:  0.3s;
	-moz-transition:0.3s;
}

.header-container-wrapper .full-width-bg {
    background:#fff;  
    box-shadow: 3px 1px 2px #efefef;
    padding:30px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition:0.3s;
}

.header-container-wrapper.shrink .full-width-bg {
    padding:10px 0;
    box-shadow: 3px 2px 6px #efefef
}

.header-container-wrapper .page-center {
    max-width:1280px;
    margin:0 auto!important;
    float: none!important;
}

.header-container-wrapper .widget-type-rich_text.logo img {
    max-width:69%;  
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition:0.3s;
    padding: 6px 5px 0 10px
    z-index:99999;
} 

.header-container-wrapper.shrink .widget-type-rich_text.logo img {
    max-width:60%;    
} 

.header-container-wrapper .widget-type-menu {
    display:inline-block; 
    text-align:right;
    /*transform:translateY(50%);
    -webkit-transform:translateY(50%);*/
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
      text-align: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
      text-align: left;
      font-size: 14px;
      color: #8b8b8b;
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      max-width: 230px;
      letter-spacing: 1px;
      margin: 20px 18px 10px 18px;
      padding: 0 0 7px 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.active-branch a {
    border-bottom: 2px solid #a67a0c;
    color: #a67a0c;
}



@media (max-width: 1261px) and (min-width: 1005px){

.header-container-wrapper .full-width-bg {
    padding:20px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition:0.3s;
}

.header-container-wrapper.shrink .full-width-bg {
    padding:6px 0;
    box-shadow: 3px 2px 6px #efefef
}

.header-container-wrapper .widget-type-rich_text.logo img {
    max-width:69%;  
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition:0.3s;
    padding: 5px 0 0 10px;

} 

.header-container-wrapper.shrink .widget-type-rich_text.logo img {
    max-width:60%;    
    padding: 10px 0 0 10px;
} 

.hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
      text-align: left;
      font-size: 12px;
      color: #8b8b8b;
      font-family: 'Raleway', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      max-width: 230px;
      letter-spacing: 1px;
      margin: 20px 12px 10px 12px;
      padding: 0 0 7px 0;
}

}


@media (max-width: 1004px){
    .header-container-wrapper {
        position: relative;
    }
    
   .header-container-wrapper .full-width-bg {
    height: 97px;
    padding:10px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition:0.3s;
    }

    .header-container-wrapper.shrink .full-width-bg {
        padding:10px 0;
        box-shadow: 3px 2px 6px #efefef
    }



  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */


  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .custom-menu-primary, .custom-menu-primary *{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #000;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 32px;          /* Position Button at top right of screen  */
      right: 33px;        /*******************************************/
      width: auto; /* Button width */
      height: auto; /* Button height */      
      padding: 12px 10px;
      background: transparent; /* Background color */
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      -webkit-border-bottom-right-radius: 6px;
      -webkit-border-bottom-left-radius: 6px;
      -moz-border-radius-bottomright: 6px;
      -moz-border-radius-bottomleft: 6px;
      border-bottom-right-radius: 6px;
      border-bottom-left-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
  }
  
  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #c0a965;
  }

  a.mobile-trigger span{
      display: none;
      
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: rgba(255, 255, 255, 0.98);
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -5px;
      margin-left: 5px;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 32px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #000; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -10px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 10px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
     ========================================================================== */

  a.child-trigger {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 55px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  a.child-trigger:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  a.child-trigger span {
      position: relative;
      top: 32%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger span:after {
      position: absolute;
      content: '';
  }
  a.child-trigger span, a.child-trigger span:after {
      width: 10px; /* Icon line width */
      height: 2px; /* Icon line height */
      background-color: #000; /* Icon color */
      display: block;
  }
  a.child-trigger span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  a.child-trigger.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


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

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

  /* Mobile Menu Styles */
  .custom-menu-primary.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 100%;             /* Positionstransition the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.15);
      -moz-box-shadow:    0 3px 3px 0 rgba(0,0,0,0.15);
      box-shadow:         0 3px 3px 0 rgba(0,0,0,0.15);
  }
  .custom-menu-primary .hs-menu-flow-horizontal{
      margin: 0; /* Padding to add room for close button */
      background-color: rgba(255, 255, 255, 0.98); /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .custom-menu-primary .hs-menu-flow-horizontal > ul > li a{
      font-size: 16px; /* Font size of top level list items */
      line-height: 36px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .custom-menu-primary .hs-menu-flow-horizontal ul li a:hover{
      color: #c0a965; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul li a{
      text-indent: 10px; /* Indent Child lists */
      font-size: 14px; /* Font size of child lists */
  }
:before
  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
  
  /* Body */
  .body-container-wrapper {
    padding-top: 0px!important;
    }
      .header-container-wrapper .widget-type-rich_text.logo img {
        width: 250px;
        max-width:250px; 
        padding: 15px 20px;
        padding-bottom: 0;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition:0.3s;
    } 
    
    .header-container-wrapper.shrink .widget-type-rich_text.logo img {
        width: 250px;
        max-width:250px;   
    } 
    
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children.active-branch a {
        border: none;
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        width: auto;
    }

}


/****************************************SIDE BAR***********************************************/

@media (min-width: 1005px){
    #side-bar {
        margin-bottom: 80px;
        -webkit-margin-before: 2.5em;
        margin-top: 2.5em;
    }
    
 
}

@media (max-width: 1004px){
    #side-bar {
        display: none;
    }
    
 
}

.body-container-wrapper .page-center .side-bar ul {
    list-style: none;
    -webkit-margin-before: 0em;
    margin-top: 0em;
}

.body-container-wrapper .page-center .side-bar ul li a {
    text-decoration: none;
    display: inline;
}

.body-container-wrapper .page-center .side-bar ul.hs-menu-children-wrapper {
    padding: 0 10px 0;
}

.body-container-wrapper .page-center .side-bar li.hs-menu-item.hs-menu-depth-2.active.active-branch a {
    border-bottom: 2px solid #a67a0c;
    color: #a67a0c;
}

.side-nav {
    margin-bottom: 20px;
}

.side-nav ul {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
}

.side-nav ul li.hs-menu-item.hs-menu-depth-1 {
    border-bottom: 1px solid rgba(173,147,81,0.2);
    padding: 5px 0;
}

.side-nav ul li.hs-menu-item.hs-menu-depth-1.active-branch > a {
    color: #767676;
    font-weight: 700;
}

.side-nav ul li.hs-menu-item.hs-menu-depth-2 {
    padding: 0 24px 0;
}

.side-nav ul li.hs-menu-item.hs-menu-depth-1:before {
    content: "\f054"; 
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0em; 
    margin-right: 1em;
    color: rgba(173,147,81,0.7);
    font-weight: normal;
    font-size: small;
}

.side-nav ul li.hs-menu-item.hs-menu-depth-1.active-branch:before {
    content: "\f078"; 
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 0em; 
    margin-right: 0.5em;
    color: #454545;
    font-weight: normal;
    font-size: medium;
}

.side-nav ul li a {
    font-size: 15px;
    color: #ad9351;    
}



.side-bar .site-form-wrapper {
    background: #fafafa;
    padding: 15px 22px;
}

.side-bar .site-form h3 {
    text-align: center;
    margin: 0.5em auto;
    letter-spacing: 1px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #383838;
}

.side-bar .site-form .hs-form-field {
    padding: 10px 0;
}

.side-bar .site-form span.hs-form-required {
    display: none;
}

.side-bar .site-form .hs-button {
    margin: 5px auto;
    width: 100%;
    text-align: center;
    font-size: 16px;
    background: #ad9351;
    color: #fff;
    
}

.side-bar .site-form .hs-button:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.side-bar .site-form input {
    border: 1px solid transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #8b8b8b;
    font-size: 14px;
    padding: 12px;
}

.side-bar .site-form ul.hs-error-msgs {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #444;
    font-size: 12px;
    padding-top: 5px;
    -webkit-padding-start: 0px;
}

/****************************************PAGE LAYOUT***********************************************/
.body-container-wrapper .section-header-wrap .section-header {
    text-align: left; 
    display: inline-block; 
    line-height: 400px;
    font-size: 50px; 
    font-family: 'Raleway', sans-serif; 
    color: #ad9351; 
    font-weight: 800; 
    letter-spacing: 1px;
}

.body-container-wrapper {
    padding-top:100px;
}

.body-container-wrapper .page-center {
    max-width:1280px;
    padding: 0 20px 20px 20px;
    margin:0 auto!important;
    float: none!important;
}

.body-container-wrapper .page-center-stats {
    max-width:100%;
    padding: 0 40px 20px 40px;
    margin:0 auto!important;
    float: none!important;
}

.body-container-wrapper .page-center .right-column {
    -webkit-margin-before: 2.5em;
    padding-left: 6%;
    margin-top: 2.5em;
}

.body-container-wrapper .page-center .right-column table td {
    vertical-align: top;
}

.body-container-wrapper .page-center .right-column ul {
    margin: 0px;
    -webkit-padding-start: 1em;
}

.body-container-wrapper .page-center .right-column li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #8b8b8b;
    font-size: 13px;
    line-height: 1.8em;
}

.body-container-wrapper .page-center .right-column .tutor-box {
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.body-container-wrapper .page-center .right-column .tutor-box:last-child {
    border: none;
} 

.body-container-wrapper .page-center .right-column .tutor-box table {
    background: #f9f9f9;
    border-collapse: collapse;
    text-align: center;
    max-width: 237px;
}

.body-container-wrapper .page-center .right-column .tutor-box:nth-child(even) table {
    float: left;
    margin: 8px 30px 20px 0;
}

.right-column .tutor-box:nth-child(odd) table {
    float: right;
    margin: 8px 0px 20px 30px;
}

.tutor-box:after {
    clear: both;
    display: table;
    content:'';
}

.body-container-wrapper .page-center .right-column .tutor-box table h1 {
    font-weight: 600;
    font-size: 16px;
}

.right-column .tutor-box table h2 {
    font-weight: 400;
    font-size: 14px;
    margin-top: 0px;
    line-height: 1.3em;
}

@media (max-width: 1004px) {
    .body-container-wrapper .page-center .span9 {
        width: 100%;
    }    
    
    .body-container-wrapper .page-center .right-column {
        padding: 0 6%;
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .body-container-wrapper .section-header-wrap .section-header h1 {
        font-size: 30px;
    }
    
    .body-container-wrapper .section-header-wrap .section-header h2 {
        font-size: 16px;
    }
    
    .body-container-wrapper .page-center .right-column {
        padding: 0;
    }
    
    .body-container-wrapper .page-center {
        max-width: 1280px;
        padding: 0 20px 40px 20px;
        margin: 0 auto !important;
        float: none !important;
    }
}

/*************** Tabber Module *****************/
.tabber-header {
    display: table;
    margin: 0 auto;
}

.body-container-wrapper .tabber-tabs {
    list-style: none;
    padding-bottom: 20px;
}

.body-container-wrapper ul.clearfix.tabber-tabs {
    padding-left: 0;
}

.tabber-tabs > li {
    float: left;
    padding: 0 20px;
    border-left: 2px #efefef solid;
    margin-top: 1em;
}

.tabber-tabs > li:first-child {
    padding-left: 0px;
    border-left: none;
}

.tabber-tabs > li > a {
    font-size: 15px;
    color: #8b8b8b;
    
    padding-right: 16px;
    padding-left: 16px;
    margin-right: 2px;
    line-height: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 20px;
    border: 1px solid transparent;
     
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -o-border-radius: 4px 4px 4px 4px;
    -ms-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;

    text-decoration: none;
    display: block;
}
.tabber-tabs > .active > a, 
.tabber-tabs > .active > a:hover, 
.tabber-tabs > .active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #AD9351;
}

.tabber-content {
    overflow: auto;
    
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #8b8b8b;
    font-size: 14px; 
}

.tabber-content table {
    border-collapse: collapse;
    line-height: 22px;
    width: 100%;
    min-width: 600px;
}

.tabber-content table td {
    text-align: center;
}

.tabber-content table td:first-child {
    text-align: left;
}

.tabber-content table tr:first-child {
    background: #fafafa;
    padding: 5px;
}

.tabber-content table tr {
    border-bottom: 2px solid #fafafa;
}

.tabber-content table td {
    padding: 10px;
    vertical-align: middle!important;
}

.body-container .tabber-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.tabber-content .block h3 {
    display: none;
}



/********************BRYANT SECTION***********************/
#home_overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 2;
}

#home_video {
    display: none;
    background: rgba(0, 0, 0, 1); 
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    transition: all 1s ease-in-out;
}

.home_content {
    display: block;
    position: relative;
    z-index: 3;
}

.video-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    margin: 0;
    display: block;    
    padding: 0;
    height: 80vh;
    width: 85vw;
}

#full_screen {
    width: 100%;
    height: 100%;
}

#full_screen_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    min-height: 100%;
    width: 100%;
    min-width: 100%;
    z-index: 1;
    object-fit: cover;
}

.lightbox-close {
    text-transform: uppercase;    
    background: transparent;
    position: absolute; 
    font-weight: 300;      
    font-size: 28px;
    display: block;
    border: none;
    color: white;
    top: 25px;
    right: 3%;
    z-index: 1001;
}

.lightbox-close:hover {
    cursor: pointer;
}

#SnapABug_Button {
    z-index: 88!important;
}

.body-container-wrapper .bryant {
    width: 100%;
    height: 100vh;
    display: table;
    position: relative;
}

.body-container-wrapper .bryant-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    min-height: 100%;
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    letter-spacing: 1px;
}

.bryant-wrapper h2.title {
    font-size: 51px;
    color: #fff;
}

.bryant-wrapper h1.title-bold {
    font-size: 81px;
    color: #fff;
}

.bryant-wrapper p.feature {
    margin-bottom: 24px;
}

.bryant-wrapper .feature span {
    color: #fff;
    font-size: 24px;
    padding: 15px 0;
    border-top: 3px solid #fff;
}

.bryant-wrapper .push_button{
    position: relative;
    width: 250px;
    color: #FFF;
    display: block;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 5px;
    background: #ad9351;
    text-align: center;
    padding: 12px 20px;
    font-family: 'Raleway',sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 24px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 3px 0 #7a5e26;
    -moz-box-shadow: 0 3px 0 #7a5e26;
    box-shadow: 0 3px 0 #7a5e26;
}

.bryant-wrapper .push_button:hover {
    background: #998040;
}

.bryant-wrapper .push_button:active {
    -webkit-box-shadow: 0px 1px 0px #7a5e26;
    -moz-box-shadow: 0px 1px 0px #7a5e26;
    box-shadow: 0px 1px 0px #7a5e26;
    position:relative;
    top:4px;
}

a#scroll::after {
    content:"\f04b";
    font-family: FontAwesome;
    padding-left: 10px;
}

@media (max-width: 1004px){
    .body-container-wrapper .bryant-wrapper {
        height: 100%;
        min-height: 100%;
    }
    
    .bryant-wrapper h2.title {
       font-size: 24px;
       line-height: 1.3em;
    }  
    
    .bryant-wrapper h1.title-bold {
        font-size: 43px;
    }
    
    .bryant-wrapper .feature span {
        font-size: 14px;
        padding: 5px 0;
        border: none;
    }
     
}
@media (min-width: 1005px){
  .bryant{
  margin-top: 100px;
  }
}

/********************SELF-PACED SECTION***********************/
#self-paced {
    min-height: 810px;
    padding: 40px 0;
    background: #fff;
    width: 100%;
}

#self-paced h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color: #292929;
    letter-spacing: 3px;
    margin-bottom: 0.8em;
}

#self-paced .tabber-tabs {
    padding: 0;
    margin: 0;
}

#self-paced .tabber-tabs>li {
    margin-top: 0px;
    border: none;
}

#self-paced .tabber-tabs>li:first-child {
    padding-left: 0;
}

#self-paced .tabber-tabs>li>a {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 20px;
    background: none;
    padding: 0px 0px 5px 0px;
    margin: 0px;
}

#self-paced .tabber-tabs>.active>a {
    color: #ad9351;
    border-bottom: 2px solid #ad9351;
    border-radius: initial;
} 

#self-paced .tabber-content {
    padding-top: 10px;
}

.button{
    position:relative;
	color:#FFF;
    width: 300px;
	display:block;
	text-decoration:none;
    margin-top: 27px;
	text-align: center;
	background:#ad9351;
	padding: 10px 20px;
    
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    
}

.button.enroll{
    margin-top: 0px;   
}

.button:hover {
    background: #998040;
}

#self-paced ul.list-features {
    overflow: hidden;
    text-align: center;
    padding: 0 0 0 40px;
    margin-top: -24px;
}

#self-paced ul.list-features li:nth-child(2n+1) {
    clear: both;
}

#self-paced ul.list-features li {
    width: 50%;
    float: left;
    padding: 25px 40px;
    list-style: none;
}

.table {
    display: table;
    table-layout: fixed;
}

.pos-reference {
    position: relative;
}

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

.list-features .fa {
    color: #383838;
    background-color: #f5f5f5;
    border-radius: 50%;
	width: 120px;
	height: 120px; 
    line-height: 120px;
}

.body-container-wrapper .sp-section-header-wrap {
    height: 400px;
    vertical-align: middle;
    display: inline-block;
    background: #ffffff url('//387656.fs1.hubspotusercontent-na1.net/hubfs/387656/BIF/Bryant_Homepage/Self-Paced_Program_v2.jpg') center 36%;
    background-repeat: no-repeat;     
    background-size: cover;
    width: 100%;    
}

.body-container-wrapper .sp-section-header-wrap .banner-wrap {
    background-color: rgba(0, 0, 0, 0.1);
    height: 400px;
    min-height: 400px;
}

.body-container-wrapper .sp-section-header-wrap .section-header {
    max-width: 1280px;
    padding: 74px 20px;
    margin: 0 auto!important;
    float: none!important;
    display: block;
}

.sp-section-header-wrap .section-header h1 {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: .4em;
    color: #fff;
    opacity: .85;
    line-height: 50px;
}


.sp-section-header-wrap .section-header h2 {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0.85;
    line-height: 35px;
}

@media (max-width: 1004px){
    #self-paced {
        min-height: initial;
        padding: 20px 0;
        background: #fff;
        width: 100%;
    }
    
    #self-paced h1 {
        font-size: 24px;    
        letter-spacing: 2px;
    }
    
    #self-paced .tabber-tabs>li {
        padding: 0 20px;
    }

    #self-paced .tabber-tabs>li>a {
        font-size: 14px;
    }
    
    .button {
        width: 100%;
    }
    
    .tabber-content .span6:nth-child(2) {
        display: none;
    }

    #self-paced .tabber-content .span6 {
        width: 100%;
    }
    
    #self-paced .tabber-tabs>li>a {
        font-size: 18px;
    }
    
    .button {
        position:relative;
        color:#FFF;
        width: 200px;
    	display:block;
    	text-decoration:none;
        margin-top: 27px;
    	text-align: center;
    	background:#ad9351;
    	padding: 10px 20px;
        
    	font-family: 'Raleway', sans-serif;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 16px;
        
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
}

@media (max-width: 600px) {
    #self-paced .tabber-tabs>li {
        padding: 0 6px;
    }

    #self-paced .tabber-tabs>li>a {
        font-size: 13px
    }
    
    .body-container-wrapper .sp-section-header-wrap .section-header h1 {
        font-size: 30px;
    }
    
    .body-container-wrapper .sp-section-header-wrap .section-header h2 {
        font-size: 16px;
    }
}
/********************VIRTUAL-CLASSROOM SECTION***********************/
.body-container-wrapper .virtual-classroom {  
    /*background: #f3f3f3;*/
    border-top: 1px solid #d0d5d8;
    border-bottom: 1px solid #d0d5d8;
    width:100%;
    padding: 40px 0;
}

.virtual-classroom .stats {
    text-align: center;
    font-size: 100%;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 90px;

}

.virtual-classroom .stats .unit {
    font-size: 60%;
    color: #2D2D2D;

}

.virtual-classroom .stats h4 {
    font-size: 24px;
    margin: 0.5em;
    color: #AD9351;
}

.body-container-wrapper .virtual-section-header-wrap {
    height: 400px;
    vertical-align: middle;
    display: inline-block;
    background: #ffffff url('//387656.fs1.hubspotusercontent-na1.net/hubfs/387656/BIF/Bryant_Homepage/Virtual_Classroom_v2.jpg') center 36%;
    background-repeat: no-repeat;     
    background-size: cover;
    width: 100%;    
}

.body-container-wrapper .virtual-section-header-wrap .banner-wrap {
    background-color: rgba(0, 0, 0, 0.3);
    height: 400px;
    min-height: 400px;
}

.body-container-wrapper .virtual-section-header-wrap .section-header {
    max-width: 1280px;
    padding: 74px 20px;
    margin: 0 auto!important;
    float: none!important;
    display: block;
}

.virtual-section-header-wrap .section-header h1 {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: .4em;
    color: #fff;
    opacity: .85;
    line-height: 50px;
}


.virtual-section-header-wrap .section-header h2 {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0.85;
    line-height: 35px;
}

@media (max-width: 1200px) {
    .virtual-classroom .stats {
        font-size:  56px;
    }
    
    .virtual-classroom .stats h4 {
        font-size: 21px;
        margin: .1em;
    }    
       
    .virtual-classroom .span3 {
        padding: 15px 0;
        width: 25%;
        float: left;
        margin-left: 0;
    }    
} 

@media (max-width: 1004px) {
    .virtual-classroom .stats {
        font-size:  54px;
    }
    
    .virtual-classroom .stats h4 {
        font-size: 18px;
        margin: .1em;
    }    
       
    .virtual-classroom .span3 {
        padding: 15px 0;
        width: 25%;
        float: left;
        margin-left: 0;
    }
    
    .body-container-wrapper .page-center-stats {
        padding: 0 0px 20px 0px;
    }  
}

@media (max-width: 769px) {
    .virtual-classroom .stats {
        font-size:  80px;
    }
    
    .virtual-classroom .stats h4 {
        font-size: 24px;
        margin: .1em;
    }    
       
    .virtual-classroom .span3 {
        padding: 15px 0;
        width: 50%;
        float: left;
    }
    
    .body-container-wrapper .page-center-stats {
        padding: 0 20px 20px 20px;
    }  
}

@media (max-width: 600px) {
    .body-container-wrapper .virtual-section-header-wrap .section-header h1 {
        font-size: 30px;
    }
    
    .body-container-wrapper .virtual-section-header-wrap .section-header h2 {
        font-size: 16px;
    }
     
     .virtual-classroom .stats {
        font-size: 64px;
    }
    
    .virtual-classroom .stats h4 {
        font-size: 21px;
        margin: .1em;
    }    
       
    .virtual-classroom .span3 {
        padding: 15px 0;
        width: 50%;
        float: left;
    }
    
    .body-container-wrapper .page-center-stats {
        padding: 0 20px 20px 20px;
    }
    
    .vc-schedule .tabber-tabs>li {
        padding: 0 3px;
    }
    
    .vc-schedule .tabber-tabs>li>a {
        font-size: 12px;
        padding-right: 12px;
        padding-left: 12px;
        margin-right: 0px;
    }
}

@media (max-width: 440px){
    .body-container-wrapper .virtual-classroom {
        padding: 10px 0;    
    }
    
    .virtual-classroom .stats {
        font-size: 54px;
    }
    
    .virtual-classroom .stats h4 {
        font-size: 16px;
        margin: .1em;
    }

}

/***********************Why Us*****************************/
.brendan-message {
    background: url('//387656.fs1.hubspotusercontent-na1.net/hubfs/387656/BIF/Bryant_Homepage/working-business-man.jpg') 0% 100%;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    display: table;
    position: relative;
}

.brendan-message-wrapper {
    background-color: rgba(255, 255, 255, 0.7);
    height: 100%;
    width: 100%;
    position: relative;
    vertical-align: middle;
    display: table-cell;
    letter-spacing: 1px;
    padding: 60px 0;
}

.whyus {
    max-width:979px;
    padding: 0 20px 20px 20px;
    margin:0 auto!important;
    float: none!important;
}

.whyus h1 {
    font-size: 36px;   
    line-height: 1.5em;
}

.whyus p {
    font-size: 16px;
    color: #444444;
}

.body-container-wrapper .general-section-header-wrap {
    height: 400px;
    vertical-align: middle;
    display: inline-block;
    background: #ffffff url('//387656.fs1.hubspotusercontent-na1.net/hubfs/387656/BIF/Bryant_Homepage/Books_v2.jpg') center 60%;
    background-repeat: no-repeat;     
    background-size: cover;
    width: 100%;    
}

.body-container-wrapper .general-section-header-wrap .banner-wrap {
    background-color: rgba(0, 0, 0, 0.2);
    height: 400px;
    min-height: 400px;
}

.body-container-wrapper .general-section-header-wrap .section-header {
    max-width: 1280px;
    padding: 74px 20px;
    margin: 0 auto!important;
    float: none!important;
    display: block;
}

.general-section-header-wrap .section-header h1 {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: .4em;
    color: #fff;
    opacity: .85;
    line-height: 50px;
}


.general-section-header-wrap .section-header h2 {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0.85;
    line-height: 35px;
}

@media (max-width: 1004px){
    .brendan-message-wrapper {
        padding: 10px 0;
    }    
    
    .whyus h1 {
        font-size: 24px;   
        line-height: 2em;
    }
    
    .whyus p {
        font-size: 14px;
        color: #444444;
    }
}

@media (max-width: 600px) {
    .body-container-wrapper .general-section-header-wrap .section-header h1 {
        font-size: 30px;
    }
    
    .body-container-wrapper .general-section-header-wrap .section-header h2 {
        font-size: 16px;
    }
}

/********************TUTORS SECTION***********************/
.body-container-wrapper .tutors {
    background:#f3f3f3;
    width:100%;
    padding: 40px 0;
}

.body-container-wrapper .tutors h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color: #292929;
    letter-spacing: 3px;
    margin-bottom: 0.8em;
}

.body-container-wrapper .tutors .page-center .widget-type-header {
    text-align:center;
}

.body-container-wrapper .tutors .page-center .wrapper {
    padding-bottom:50px;
}

.body-container-wrapper .tutors::before {
	content:'';
	height:100%;
	display:inline-block;
	vertical-align:middle;
}

.body-container-wrapper .tutors a {
	vertical-align:middle;
	margin-left:50px;
}

.body-container-wrapper .tutors a:hover>img {
    opacity: 0.8;
}

#multiple-items {
    padding: 30px 0 5px 0;
}

#multiple-items p {
    font-size: 16px;
    color: #454545;
    margin-bottom: 2px;
}

#multiple-items .title {
    font-style: italic;
    color: #8b8b8b;
    font-size: 13px;
    margin-top: 0;
}


/******Basic Pseudo*****/
.tutors .caption {
	display:inline-block;
	position:relative;
	margin:10px;
}

.tutors .caption img {
	display:block;
	max-width:100%;
}
	
.tutors .caption::before,
.tutors .caption::after {
	position:absolute;
	left:100%;
	width:90%;
	margin:0 0 0 10%;
	font-weight:300;
	color:#c0a965;
}

.tutors .caption::before {
	content:attr(data-title);
	top:0;
	height:25%;
	padding: 5px 30px 15px 10px;
	font-size:32px;
	border-bottom:1px solid rgba(0,0,0,0.1);
}

.tutors .caption::after {
	content:'\201C' attr(data-description) '\201D';
	top:25%;
	padding: 20px 10px 0;
	color:#89867e;
	font-size:18px;
}

@media (max-width: 1004px){
    .body-container-wrapper .tutors {
        padding: 10px 0;
    }
    
    .body-container-wrapper .tutors h1 {
        font-size: 24px;
        margin-bottom: 0.6em;
        text-align: center;
    }
    
    #multiple-items {
        padding: 10px 0 5px 0;
        text-align: center;
    }
    
    #multiple-items img {
        margin: 0 auto;
    }

}

@media (max-width: 500px) {
    .body-container-wrapper .page-center .right-column .tutor-box:nth-child(even) table {
        float: none;
        margin: 0 auto;
    }    
    
    .body-container-wrapper .page-center .right-column .tutor-box:nth-child(odd) table {
        float: none;
        margin: 0 auto;   
    }
}

/********************TESTIMONIAL SECTION***********************/
.body-container-wrapper .testimonial{
    background: url('//387656.fs1.hubspotusercontent-na1.net/hubfs/387656/BIF/Bryant_Homepage/group-of-business-people.jpg') center center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment:fixed;
    display: table;
    position: relative;
}

.body-container-wrapper .testimonial-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
    height: 469px;
    min-height: 469px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    letter-spacing: 1px;
}

#slides {
    width: 100%!important;
}

#slides h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0.4em;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

#slides .slick-track {
    width: 70%;
    padding: 20px 0;
    margin: 20px 0;
}

#slides .icon .fa {
    color: #ad9351;
    background-color: transparent;
    line-height: 0px;
    height: 0px;
}

#slides .icon .left {
    left: -10%;
}

#slides .icon .right {
    right: -10%;
}

#slides .icon .fa-quote-left {
    font-size: 30px;
}

#slides .icon .fa-quote-right {
    font-size: 30px;
}


#slides .name {
    color: white;
    font-style: italic;
    font-size: 16px;
    padding-top: 10px;
}

#slides .word {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 20px;
    line-height: 2em;
    margin: 0 auto;
    text-align: center;
}

#slides .slick-dots li button:before {
    color: #fff;
    font-size: 14px;
}


@media (max-width: 1261px) and (min-width: 1005px){
    .body-container-wrapper .testimonial-wrapper .page-center {
        max-width: 960px;
    }  
    
     #slides h1 {
        font-size: 30px;
        line-height: 1.5em;
        margin: 0.5em 0;
    }
    
     #slides .slick-track {
        padding-bottom: 0px;
    }
}
    
    
@media (max-width: 1004px) and (min-width: 857px){
    .body-container-wrapper .testimonial-wrapper .page-center {
        max-width: 797px;
    }   
    
     #slides h1 {
        font-size: 25px;
        line-height: 1.5em;
        margin: 0.5em 0;
    }
    
    #slides .word {
        font-size: 18px;
    }
    
    #slides .slick-track {
        padding-bottom: 0px;
    }
}

@media (max-width: 856px) and (min-width: 601px){
    .body-container-wrapper .testimonial-wrapper .page-center {
        max-width: 579px;
        padding: 30px 20px 20px 20px;
    }
    
    #slides h1 {
        font-size: 28px;
        line-height: 1.5em;
        margin: 0.5em 0;
    }
    
    #slides .word {
        font-size: 16px;
        margin: 14px auto;
    }
    
    #slides .slick-track {
        padding: 0px;
    }
    
    #slides .slick-dots li button:before {
        color: #fff;
        font-size: 6px;
    }
    
    #slides .icon .fa-quote-left, #slides .icon .fa-quote-right {
        font-size: 18px;
    }
    
    #slides .name {
        margin-bottom: 0;
        font-size: 15px;
    }
}

@media (max-width: 600px) and (min-width: 441px){
    .body-container-wrapper .testimonial-wrapper .page-center {
        max-width: 389px;
        padding: 30px 20px 20px 20px;
    }
    
    #slides h1 {
        font-size: 28px;
        line-height: 1.5em;
        margin: 0.5em 0;
    }
    
    #slides .word {
        font-size: 16px;
        margin: 14px auto;
    }
    
    #slides .slick-track {
        padding: 0px;
    }
    
    #slides .slick-dots li button:before {
        color: #fff;
        font-size: 6px;
    }
    
    #slides .icon .fa-quote-left, #slides .icon .fa-quote-right {
        font-size: 18px;
    }
    
    #slides .name {
        margin-bottom: 0;
        font-size: 15px;
    }
    
}

@media (max-width: 440px){
    .body-container-wrapper .testimonial-wrapper .page-center {
        max-width: 349px;
        padding: 30px 20px 20px 20px;
    }
    
    #slides h1 {
        font-size: 24px;
        line-height: 1.5em;
        margin: 0.5em 0;
    }
    
    #slides .word {
        font-size: 16px;
        margin: 14px auto;
    }
    
    #slides .slick-track {
        padding: 0px;
        margin: 10px 0;
    }
    
    #slides .slick-dots li button:before {
        color: #fff;
        font-size: 6px;
    }
    
    #slides .icon .fa-quote-left, #slides .icon .fa-quote-right {
        font-size: 22px;
    }
    
    #slides .name {
        margin-bottom: 0;
        font-size: 13px;
    }
    
}

/***********************Book Store*****************************/
table.textbook {
     padding: 0;  
     margin: 0;
}

.textbook h4 {
     font-weight: 700;   
     padding: 0;
     margin: 0;
}

.textbook p {
     padding: 0;
     margin: 0;
}

table.texts-wrap {
     width: 50%; 
    /* padding: 1%; */
     float: left;
}

.texts-wrap table.texts {
    padding: 5px;
}

.texts-wrap table.texts h4 {
    font-family:'Raleway', sans-serif;
    font-weight: 600;
    margin:0;
}

.texts-wrap table.texts p {
    font-family:'Raleway', sans-serif;
    font-weight: 400;
}

.texts-wrap .texts .checkout {
    font-family:'Raleway', sans-serif;
    font-weight: 400;
    font-size: 21px;
}

@media (max-width: 600px) {
    table.texts-wrap {
         width: 100%; 
         padding: 2%; 
         float: left;
    }   
}

/*******************************OUR TUITION***************************************/
.body-container-wrapper .tuition-section-header-wrap {
    height: 500px;
    vertical-align: middle;
    display: inline-block;
    background: #485563; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #485563 , #29323c); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #485563 , #29323c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    width: 100%;    
}

.tuition-section-header-wrap .tuition-section-header {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto!important;
    float: none!important;
    display: block; 
    line-height: 230px;
    text-align: center;
}

.tuition-section-header-wrap .tuition-section-header h1 {
    font-size: 46px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
}

.pricing .tabber-wrap {
    position: relative;
    float: none;
    padding: 30px;
    margin-top: -332px;
    top: 0;
}

.pricing .tabber-header {
    margin-bottom: 20px;
}

.pricing .tabber-header .tabber-tabs>li {
    padding: 0;
    float: left;
    margin-top: 0.55em;
    width: 170px;
    text-align: center;
    border: 1px solid #ad9351;
}

.pricing .tabber-header .tabber-tabs>li>a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 0;
    margin: 0;
    border-radius: 0px;
    color: #ad9351;
}

.pricing .tabber-header .tabber-tabs>li.active>a {
    color: #fff;
}

.pricing .tabber-content {
    -webkit-box-shadow: 9px 9px 34px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 9px 9px 34px 0px rgba(0,0,0,0.2);
    box-shadow: 9px 9px 34px 0px rgba(0,0,0,0.2);
}

.pricing .tabber-content .price-table {
    text-align: center;
    background: #fff;

}

.pricing .tabber-content .price-table .span3 {
    border-right: 1px solid #f3f3f3;
}

.pricing .tabber-content .price-table .span3:last-child {
    border: none;
}

.pricing .tabber-content .price-table .span4 {
    border-right: 1px solid #f3f3f3;
}

.pricing .tabber-content .price-table .span4:last-child {
    border: none;
}

.pricing .tabber-content .price-table .span6 {
    border-right: 1px solid #f3f3f3;
}

.pricing .tabber-content .price-table .span6:last-child {
    border: none;
}

.pricing .tabber-content .price-table:after {
    content: ".";
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

#tab-1.tab-pane .price-table .span3:nth-child(3),
#tab-1.tab-pane .price-table .span3:nth-child(4){
    /*background: #fff;*/
}

#tab-1.tab-pane .price-table .span3:nth-child(3) header,
#tab-1.tab-pane .price-table .span3:nth-child(4) header {
    /*background: #e3ecfa;*/
}

#tab-1.tab-pane .price-table .span3:nth-child(3) .cta-wrapper a.button,
#tab-1.tab-pane .price-table .span3:nth-child(4) .cta-wrapper a.button {
    /*background: #3b4558;*/
}

.pricing .tabber-content .price-table header {
    background: #ecf0f6;
    padding: 36px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    color: #454545;
}

.pricing .tabber-content .price-table header>span.lg {
    font-size: 85%;
}

.pricing .tabber-content .price-table header>span.mid {
    font-size: 60%;
} 

.pricing .tabber-content .price-table header>span.sml {
    font-size: 48%;
    display: block;
    margin-top: 10px;
}

.pricing .tabber-content .price-table header>span.crossoff {
    font-size: 55%;
    text-decoration: line-through;
    color: #c92333;
    padding-right: 5px;
}

.pricing .tabber-content .price-table header>h4.expdate {
    margin: 0;
    color: #454545;
    font-weight: 600;
}

.pricing .tabber-content .price-table .span3 {
    width: 25%;
    margin-left: 0;
}

.pricing .tabber-content .price-table .span4 {
    width: 33.33%;
    margin-left: 0;
}

.pricing .tabber-content .price-table .span6 {
    width: 50%;
    margin-left: 0;
}

.pricing .tabber-content .price-table .span12 {
    width: 100%;
    margin-left: 0;
}

.pricing .tabber-content .price-table .block-cnt {
    padding: 22px 0;
}

.price-table .block-cnt ul li {
    padding: 12px 0;
}

.pricing .tabber-content .price-table .cta-wrapper {
    margin-bottom: 30px;
    text-align: center;
}

.pricing .tabber-content .price-table .cta-wrapper .sml {
    font-size: 85%;
    display: block;
    margin-top: 10px;
}

.pricing .tabber-content .price-table .footnote {
    background: #f7f9fb;
    padding: 10px 10%;
    font-family: 'Montserrat', sans-serif;
    color: #454545;  
}

.pricing .tabber-content .price-table .footnote p {
    font-size: 13px;
}

.cta-wrapper .button {
    border-radius: 4px;
    padding: 10px 12px;
    margin: 0 auto;
    font-size: 14px;
    width: 104px;
    font-weight: 600;
    cursor: pointer;
  	color: #ad9351;
    background: transparent;
    border: 1px solid #ad9351;
}

.pricing .tabber-content table.single {
    min-width: 300px;
}

.pricing .tabber-content table.single td {
    padding: 13px 10px;
}

.tabber-content table.single tr td:first-child{
    padding-left: 45px;
}

.tabber-content table.single tr td:last-child{
    padding-right: 60px;
}

.tabber-content table.single tr:first-child {
    background: transparent;
}

#hs_menu_wrapper_tuition_submenu {
    text-align: center;
    padding: 25px 0 20px 0;
}

#hs_menu_wrapper_tuition_submenu ul {
    width: 80%;
    padding: 0 20px;
}

#hs_menu_wrapper_tuition_submenu li {
    width: 33%;
    padding: 10px;
    text-align: center;
}

#hs_menu_wrapper_tuition_submenu a {
    text-transform: none;
    border: 1px solid #c0a965;
    color: #c0a965;
    padding: 15px;
    width: 310px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

#hs_menu_wrapper_tuition_submenu a:hover {
    background: #c0a965;
    color: #fff;
    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
	transition: all 0.3s;
}

.pricing .oneline {
    position: relative;
    float: none;
    margin-top: -300px;
    top: 0;
    text-align: center;
}
.pricing .oneline p {
    font-family:'Raleway', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}

.pricing .transfer-wrapper {
    position: relative;
    float: none;
    margin-top: -187px;
    top: 0;
    padding: 0 30px 30px 30px;
}

.pricing .transfer-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

table#fullprice tr:first-child {
    background: #ecf0f6;
   /* border: none!important; */
}

table#fullprice td {
    border-right: 1px solid #f3f3f3;
    width: 30%;
}

table#fullprice td:first-child {
    text-align: center;
    width: 40%;
}

table#fullprice td:last-child {
    border: none;
}

table#fullprice tr {
    /*border: none!important;*/
}

.pricing .tabber-content .price-table table#fullprice header {
    padding: 20px 0;
}

.pricing .tabber-content .price-table table#fullprice .cta-wrapper {
    margin-bottom: 0px;
    text-align: center;
}

/****************************************New price table 11/21/2018**************************************************/
table#fullprice1 header {
    background: none;
    margin-top: 25px;
    padding: 15px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    color: #454545;
}

table#fullprice1 td {
    border-right: 1px solid #f3f3f3;
    width: 25%;
	  padding: 15px;
		vertical-align: top!important;
}

table#fullprice1 td:first-child {
    text-align: center;
    width: 25%;
		vertical-align: middle!important;
}

table#fullprice1 td:last-child {
    border: none;
}

table#fullprice1 td ul {
		display: block;
    list-style-type: disc;
    line-height: 1.8;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 33px;
}


table#fullprice1 td span.header {
    padding: 5px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    line-height: normal;
    color: #454545;
}

table#fullprice1 td div.rowheader {
  	padding: 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: normal;
    color: #454545;
}

table#fullprice tr:last-child {
    border-bottom: none;
}

/****************************************End New price table 11/21/2018**************************************************/

table#transfer {
    text-align: center;
    vertical-align: middle;
}

table#transfer th {
    padding: 24px 0;
    background: #ecf0f6;
    font-family: 'Raleway',sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #454545;
    border-left: 2px solid #fafafa;
}

table#transfer.continuation th {
    padding: 35px 0;
    background: #ecf0f6;
    font-family: 'Raleway',sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #454545;
    border-left: 2px solid #fafafa;
}

table#transfer th span.sml {
    font-size: 70%;
    line-height: 0.7em;
}

table#transfer th:first-child {
    border-left: none;
}

table#transfer td {
    border-left: 2px solid #fafafa;
    padding: 15px;
}

table#transfer td:first-child {
    text-align: center;
}

table#transfer .button{
    position:relative;
    color:#FFF;
	display:block;
    margin: 0;
    width: auto;
	text-decoration:none;
	text-align: center;
	background:#ad9351;
	padding: 8px;
    float: right;
    
	font-family: 'Raleway', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    
}

.button:hover {
    background: #998040;
  	color: #fff;
}


.pricing .tuition-desc {
    width: 80%;
    margin: 0 auto!important;
    text-align: center;
    float: none!important;
    padding-top: 20px;
}

@media (max-width: 1051px) {
    
    .pricing .tabber-content .price-table .span6 {
        width: 100%;
        margin-left: 0;
    }
    
    #hs_menu_wrapper_tuition_submenu ul {
        width: 100%;
    }    
    
    .pricing .tabber-content .price-table header {
        font-size: 28px;
        padding: 41px 0;
    }
    
    .block-cnt {
        font-size: 12px;
    }
    
    /****************single****************/
    .pricing .tabber-content #single.price-table .span6 {
        width: 100%;
        margin-left: 0;
       /* border: 1px solid #f3f3f3;
        margin-bottom: 40px;
        box-shadow: 1px 1px 19px 0 rgba(0,0,0,0.2);*/
    }
    
    .pricing .tabber-content #single.price-table .span6:last-child {
        /* border: 1px solid #f3f3f3;*/
    }
    
    .pricing .tabber-content #single.price-table .span6:nth-child(2) {
        display: block;
    }
    
    .pricing .tabber-content #single.price-table header {
        font-size: 32px;
        padding: 50px 0;
    }
    
    #single.price-table .block-cnt {
        font-size: 14px;
    }
    
    .pricing .tabber-content #single.price-table header>span.sml {
        font-size: 48%;
    }
}

@media (max-width: 949px) {
    .body-container-wrapper .tuition-section-header-wrap {
        height: 500px;
    }
    
    .pricing .tabber-content .price-table header {
        font-size: 24px;
        padding: 47px 0;
    }
    
    .block-cnt {
        font-size: 10px;
    }
    
    .pricing .tabber-content .price-table header>span.sml {
        font-size: 42%;
    }
    
    #hs_menu_wrapper_tuition_submenu li {
        padding: 0;
    }
    
    #hs_menu_wrapper_tuition_submenu a {
        width: 180px;    
    }
    
    .pricing .tabber-wrap {
        padding-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .body-container-wrapper .page-center.desktop { display: none; } 
    .body-container-wrapper .page-center.mobile { display: block; }
  
    .body-container-wrapper .tuition-section-header-wrap {
        height: 400px;
    }
    
    .tuition-section-header-wrap .tuition-section-header {
        line-height: 148px;
    }
    
    .pricing .tabber-wrap {
        margin-top: -286px;
        padding-bottom: 0px;
    }
    
    .tuition-section-header-wrap .tuition-section-header h1 {
        font-size: 32px;
    }
 
    .pricing .tabber-header {
        width: 100%;
    }
    
    .pricing .tabber-header .tabber-tabs>li {
        width: 48%;
        margin: 1% 1%;
    }

    .pricing .tabber-header .tabber-tabs>li.active {
        background-color: #ad9351;
    }

    .pricing .tabber-content {
        box-shadow: none;
    }
    
    .pricing .tabber-content .price-table .span3 {
        width: 100%;
        margin-left: 0;
        border: 1px solid #f3f3f3;
        margin-bottom: 40px;
        box-shadow: 1px 1px 19px 0 rgba(0,0,0,0.2);
    }
    
    .pricing .tabber-content .price-table .span3:last-child {
        border: 1px solid #f3f3f3;
    }
    
    .pricing .tabber-content .price-table .span4 {
        width: 100%;
        margin-left: 0;
        border: 1px solid #f3f3f3;
        margin-bottom: 40px;
        box-shadow: 1px 1px 19px 0 rgba(0,0,0,0.2);
    }
    
    .pricing .tabber-content .price-table .span4:last-child {
        border: 1px solid #f3f3f3;
    }
    
    .pricing .tabber-content .price-table .span4 {
        width: 100%;
        margin-left: 0;
    }
    
    .pricing .tabber-content .price-table header {
        font-size: 32px;
        padding: 31px 0;
    }
    
    .block-cnt {
        font-size: 14px;
    }
    
    .pricing .tabber-content .price-table header>span.sml {
        font-size: 48%;
    }
    
    table#fullprice header {
        line-height: 1.2;
    }
  
    #hs_menu_wrapper_tuition_submenu li {
        padding: 0;
        float: none;
        width: 100%;
        padding: 0 20px;
    }
    
    #hs_menu_wrapper_tuition_submenu a {
        width: 100%;
        max-width: 360px;
        margin: 20px auto;
    }
    
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        margin: 20px 22px 10px 22px;
    }
    
        /****************single****************/
    .pricing .tabber-content #single.price-table .span6 {
        width: 100%;
        margin-left: 0;
        border: 1px solid #f3f3f3;
        margin-bottom: 40px;
        box-shadow: 1px 1px 19px 0 rgba(0,0,0,0.2);
    }
    
    .pricing .tabber-content #single.price-table .span6:last-child {
        border: 1px solid #f3f3f3;
    }
    
    .pricing .tabber-content #single.price-table header {
        font-size: 24px;
        padding: 26px 0;
    }
    
    #single.price-table table.single {
        font-size: 12px;
    }
    
    .pricing .tabber-content #single.price-table header>span.sml {
        font-size: 48%;
    }
    
      /****************transfer****************/
    .pricing .tabber-content #transfer{
        width: 100%;
        margin-left: 0;
        border: 1px solid #f3f3f3;
        margin-bottom: 0px;
        box-shadow: 1px 1px 19px 0 rgba(0,0,0,0.2);
    }
    
    .pricing .tabber-content table#transfer th {
        font-size: 13px;
        padding: 13px 0;
    }
    
    #single.price-table table.single {
        font-size: 12px;
    }
    
    .pricing .tabber-content #transfer.price-table header>span.sml {
        font-size: 48%;
    }
}

@media (max-width: 676px) {
 
    .pricing .oneline p {
        font-size: 14px;
        padding: 16px 0;
    }
       
    .pricing .tabber-content .price-table header {
        font-size: 32px;
        padding: 16px 0;
    }
    
    .pricing .tabber-header .tabber-tabs>li {
        height: 70px;
        display: table;
    }
    
    .pricing .tabber-header .tabber-tabs>li>a {
        font-size: 12px;
        padding: 10px;
        margin: 0 auto;
        display: table-cell;
        vertical-align: middle;
    }
    
    .pricing .tabber-wrap {
        margin-top: -291px;
        padding: 30px 0 0 0;
    }

    
    .pricing .transfer-wrapper {
        padding: 0;
        margin-top: -164px;
    }
}

/**************************Resource********************************/
.body-container-wrapper .resource-section-header-wrap {
    height: 400px;
    vertical-align: middle;
    display: inline-block;
    background: #ffffff url('//387656.fs1.hubspotusercontent-na1.net/hubfs/387656/BIF/Bryant_Homepage/General_v1.png') center 36%;
    background-repeat: no-repeat;     
    background-size: cover;
    width: 100%;    
}

.body-container-wrapper .resource-section-header-wrap .banner-wrap {
    background-color: rgba(0, 0, 0, 0.4);
    height: 400px;
    min-height: 400px;
}

.body-container-wrapper .resource-section-header-wrap .section-header {
    max-width: 1280px;
    padding: 74px 20px;
    margin: 0 auto!important;
    float: none!important;
    display: block;
}

.resource-section-header-wrap .section-header h1 {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: .4em;
    color: #fff;
    opacity: .85;
    line-height: 50px;
}


.resource-section-header-wrap .section-header h2 {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0.85;
    line-height: 35px;
}

@media (max-width: 600px) {
    .body-container-wrapper .resource-section-header-wrap .section-header h1 {
        font-size: 30px;
    }
    
    .body-container-wrapper .resource-section-header-wrap .section-header h2 {
        font-size: 16px;
    }
}

/********************CONTACTUS***********************/

.body-container-wrapper .contact-section-header-wrap {
    display: table;
    position: relative;
    background: #485563; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #485563 , #29323c); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #485563 , #29323c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    width: 100%;    
}

.contact-section-header-wrap .contact-section-header {
    max-width: 1280px;
    padding: 0 20px;
    height: 300px;
    vertical-align: middle;
    margin: 0 auto!important;
    float: none!important;
    display: table-cell; 
    position: relative;
    text-align: center;
}

.contact-section-header-wrap .contact-section-header h1 {
    font-size: 44px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 1px;
}

.contact-section-header-wrap .contact-section-header h2 {
    color: #fff;
    font-size: 30px;
}

.drop-a-line {
    margin-top: -40px;
}

.bryant-contact_us form.hs-form fieldset{
    max-width: 720px;
    
}

.bryant-contact_us form {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    margin-bottom: 50px;
}

.bryant-contact_us h3.form-title {
    display: none;
}

.bryant-contact_us label {
    display: none;
}

.bryant-contact_us .hs-form .input {
    padding: 10px 0;
}

.bryant-contact_us form input, textarea {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    padding: 10px;
    font-size: 14px;
}

.bryant-contact_us .hs-form fieldset.form-columns-1 .hs-input {
    min-height: 150px;
    width: 100%;
}

.bryant-contact_us ul.hs-error-msgs.inputs-list {
    display: none!important;
}

.bryant-contact_us form .actions {
    max-width: 720px;
    text-align: center;
}

.bryant-contact_us input.hs-button.primary.large {
    text-align: center;
    border: none;
    font-size: 14px;
    background: #ad9351;
    color: #fff;
    padding: 12px 24px;
    margin: 0 auto;
}

.bryant-contact_us input.hs-button.primary.large:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.submission {
    background: #485563; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #485563 , #29323c); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #485563 , #29323c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 50px 0;
}

.submission .demo {
    text-align: center;
}

.submission .demo h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 45px;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
}

.submission .demo h2 {
    color: #fff;
    font-size: 24px;
}

.home-form .hs-form  {
    margin: 0 auto !important;
    max-width: 760px !important;
}

.home-form .hs-form {
    padding: 15px;
    font-size: 20px;
    color: #dee1e6;
    margin-bottom: 15px;
    border: 0 !important;
}

.home-form h3 {
    display: none;
}

.home-form .hs-form .hs-form-field {
    padding: 12px 0;
}

.home-form .hs-form fieldset {
    max-width: 100%;
}

.home-form .hs-form span.hs-form-required {
    display: none;
}

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

.home-form .hs-form .hs-button {
    margin: 30px 0 0 0;
    width: 300px;
    text-align: center;
    font-size: 24px;
    padding: 20px 0px;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    box-sizing: border-box;
}

.home-form .hs-form .hs-button:hover {
    cursor: pointer;
    background: #fff;
    color: #ad9351;
    
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.home-form .hs-form input {
    border: 1px solid transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #8b8b8b;
    font-size: 18px;
    padding: 16px;

}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

input[type]:focus, textarea:focus {
  box-shadow: 0 0 5px #ad9351;
  border: 1px solid #ad9351;
  box-sizing: border-box;
}

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

.home-form .hs-form ul.hs-error-msgs {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
    -webkit-padding-start: 0px;
}

@media (max-width: 640px){
   .submission .demo h1 {
       font-size: 36px;   
   }
   
   .submission .demo h2 {
       font-size: 18px;
       line-height: 1.5em;
   }
   
   .home-form .hs-form fieldset.form-columns-2 .hs-form-field {
       float: none;
       width: 100%;
   }
   
   .home-form .hs-form fieldset.form-columns-2 .input {
       margin: 0 auto;
   }
   
   .home-form .hs-form .hs-button {
       max-width: 90%;
   }
   
   .span12.widget-span.widget-type-form.home-form {
       text-align: center;
   }
   
   .drop-a-line {
        margin-top: 0px;
    }
}

/***********************BLOG***************************/
.blog-section .post-header h2 {
    margin-bottom: 0;
}

.blog-section .post-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #efefef;
}

.blog-section .post-item .post-body.clearfix {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #8b8b8b;
    font-size: 14px;
    line-height: 29px;
}

.blog-section .post-item a.more-link {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.blog-section table td {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #8b8b8b;
    font-size: 14px;
}

.blog-pagination {
    margin-bottom: 30px;
}

.blog-pagination a {
    padding: 0 15px 0 0px;    
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.side-bar .widget-module ul {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
}

.side-bar .widget-module ul {
    padding: 0 0 5px 10px;
}

.side-bar .widget-module ul li {
    padding: 3px 0;
}

.body-container-wrapper .page-center .right-column ul.hs-blog-social-share-list {
    padding: 20px 0;
}

.body-container-wrapper .blog-section-header-wrap {
    height: 400px;
    vertical-align: middle;
    display: inline-block;
    background: #ffffff url('//387656.fs1.hubspotusercontent-na1.net/hubfs/387656/BIF/Bryant_Homepage/General_v2.jpg') center 36%;
    background-repeat: no-repeat;     
    background-size: cover;
    width: 100%;    
}

.body-container-wrapper .blog-section-header-wrap .banner-wrap {
    background-color: rgba(0, 0, 0, 0.4);
    height: 400px;
    min-height: 400px;
}

.body-container-wrapper .blog-section-header-wrap .section-header {
    max-width: 1280px;
    padding: 74px 20px;
    margin: 0 auto!important;
    float: none!important;
    display: block;
}

.blog-section-header-wrap .section-header h1 {
    font-family: 'Raleway',sans-serif;
    font-weight: 900;
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: .4em;
    color: #fff;
    opacity: .85;
    line-height: 50px;
}


.blog-section-header-wrap .section-header h2 {
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0.85;
    line-height: 35px;
}

.blog-form form {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    margin-bottom: 50px;
}

.blog-form label {
    display: none;
}



.blog-form .hs-form .input {
    padding: 0 0 10px 0;
}

.blog-form form input, textarea {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #dedede;
}

.blog-form .hs-form fieldset.form-columns-1 .hs-input {
    min-height: 150px;
    width: 100%;
}

.blog-form ul.hs-error-msgs.inputs-list {
    display: none!important;
}

.blog-form input.hs-button.primary.large {
    text-align: center;
    border: none;
    font-size: 13px;
    background: #ad9351;
    color: #fff;
    padding: 6px 16px;
    margin: 0 auto;
}

.blog-form input.hs-button.primary.large:hover {
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.blog-form form .actions {
   /* text-align: center; */
}

@media (max-width: 600px) {
    .body-container-wrapper .blog-section-header-wrap .section-header h1 {
        font-size: 30px;
    }
    
    .body-container-wrapper .blog-section-header-wrap .section-header h2 {
        font-size: 16px;
    }
}


/********************FOOTER***********************/
.footer-container-wrapper {
    background:#2b2b2b;
    width:100%;
   /* margin-top: 20px;*/
}

.footer-container-wrapper .page-center {
    max-width:1280px;
    padding: 60px 20px 40px 20px;
    margin:0 auto!important;
    float: none!important;
}

.footer-container-wrapper .page-center p {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #ddd;
}

.footer-container-wrapper .page-center h2 {
    color: #ddd;
    font-weight: 700;
}

.footer-container-wrapper .page-center .footer-menu li a {
    color: #ddd;
    margin: 15px 45px 2px 0px;
    font-size: 15px;
    padding: 0 0 3px 0;
    font-weight: 600;
}

.footer-container-wrapper .page-center .bif-contact {
    text-align: right;
}

@media (max-width: 767px){
   .footer-container-wrapper .page-center {
        padding: 20px;
        text-align: center;
    }
    
    .footer-container-wrapper .page-center .footer-menu {
        padding: 0 0 20px 0;
    }
    
    .footer-container-wrapper .page-center .footer-menu .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
        float: none;
    }
    
    .footer-container-wrapper .page-center .footer-menu li a {
        margin: 0 auto;
        text-align: center;
        padding: 10px 0;
    }
    
    .footer-container-wrapper .page-center .bif-contact {
        text-align: center;
    }
}

/*********************PRIVACY POLICY**********************/
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  opacity: 0;
  height: 100%;
  width: 100%;
  z-index: 9999;
}

.overlay:target {
  display: block;
  opacity: 1;
}

.popup {
  margin: 100px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 0.5s ease-in-out;
  max-height: 80%;
  overflow: auto;
}

.popup:after {
    clear: both;
    display: table;
    content:'';
}

.popup .entry {
    position: relative;
    margin-bottom: 0px;
}

.popup .entry h2 {
    font-size: 31px;
    margin: 10px 0;
    color: #C0A965;
}

.popup .close {
  position: absolute;
  top: -16px;
  right: 10px;
  transition: all 200ms;
  font-size: 60px;
  font-weight: bold;
  text-decoration: none;
  color: #C0A965;
}

.popup .close:hover {
  color: #333;
}

.popup .content {
   overflow: auto;  
}

.footer-container-wrapper .page-center .popup .content p {
   color: #8b8b8b;
}

.popup .content:after {
   clear: both;
   display: table;
   content:''; 
}

@media (max-width: 1004px) {
  .popup {
      width: 90%;
      max-height: 94%;
      margin: 3% auto;
      text-align: left;
    }
    
  .popup .entry h2 {
    font-size: 24px;
    }
    
  .popup .close {
    top: -8px;
    font-size: 46px;
    }
}


/*##################################################################################################################################*/