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


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

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


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


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

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

@import url('//fonts.googleapis.com/css?family=Roboto%3A500%2C700%2C300%2C400italic%7CNunito%3A300%2C400%2C700%7CDosis%3A300&#038;subset=latin&#038;ver=1554407219');
@import url('//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


@font-face {
  font-family: "icomoon";
  src: url("//cdn2.hubspot.net/hubfs/5574386/TNC%20May%202019/Fonts/icomoon.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/5574386/TNC%20May%202019/Fonts/icomoon.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5574386/TNC%20May%202019/Fonts/icomoon.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: steadysets;
  src: url("//cdn2.hubspot.net/hubfs/5574386/TNC%20May%202019/Fonts/steadysets.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/5574386/TNC%20May%202019/Fonts/steadysets.woff") format("woff"),
    url("//cdn2.hubspot.net/hubfs/5574386/TNC%20May%202019/Fonts/steadysets.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

body {
  background: #fff;
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

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

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


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

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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #000000;
  -webkit-font-smoothing: antialiased;
  font-family: Nunito;
  margin:0 0 15px;
  text-transform: capitalize;
  letter-spacing: 0;
  font-weight: 300;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  font-size: 90px;
  line-height: 100px;
}
h2 {
  font-size: 48px;
  line-height: 62px;
}
h3 {
  font-size: 30px;
  line-height: 40px;
}
h4 {
  font-size: 20px;
  line-height: 34px;
}
h5 {
  font-family: Roboto;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}
h6 {
  font-family: Dosis;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}

/* Anchor Links */
a {
  color: #1e73be;
  text-decoration: none;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
a:hover, a:focus { color: inherit; }

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

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

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


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

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

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

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


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


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

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

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


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

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

.custom-header-top-link .hs-menu-wrapper > ul {
  display: block;
  float: right;
}
.custom-header-top-link .hs-menu-wrapper > ul > li {
  font-size: 12px;
  line-height: 0px;
  float: left;
}
.custom-header-top-link .hs-menu-wrapper > ul > li > a {
  line-height: 13px;
  font-size: 11px;
  padding: 10px;
  font-family: Roboto;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0 1px;
  color:#fff;
}
.custom-header-wrapper {
  position: absolute;
  top: 0;
  width: 100% !important;
  z-index: 10000;
}
.custom-header-bottom-sec .page-center > .row-fluid-wrapper > .row-fluid > div {
  width: auto;
  margin-left: 0;
}
.custom-header-bottom-sec .page-center > .row-fluid-wrapper > .row-fluid > .custom-logo {
  margin-right: 2%;
}
.custom-logo img {
  width: auto;
  max-height: 40px;
}
.custom-header-bottom-sec .page-center>.row-fluid-wrapper>.row-fluid>.custom-menu-primary {
  float: right;
}

.custom-inner-logo img#mac-logo {
  display: none;
}
.custom-inner-logo img#mac-fix-logo {
  display: none;
}


.osx .custom-inner-logo img#standard-logo {
  display: none;
}
.osx .custom-inner-logo img#mac-logo {
  display: inline-block;
}
.osx.header-show .custom-inner-logo img#mac-fix-logo {
  display: inline-block;
}
.osx.header-show .custom-inner-logo img#mac-logo {
  display: none;
}

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

.body-container-wrapper {}
.body-container {
  padding-top: calc(100vw * 0.07);
  padding-bottom:60px;
}


.banner-area {
  width: 100%;
  position: relative;
  top: -1px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.banner-area .banner-content {
  padding-top: calc(100vw * 0.12);
  padding-bottom: calc(100vw * 0.12);
  position: relative;
  z-index: 1000;
}
.banner-area:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: ' ';
  z-index: 2;
  backface-visibility: hidden;
  background-color: #000000;
  opacity: 0.8;
}
.banner-area .banner-content .banner-main-content {
  padding-bottom: 4%;
  width: 82.97872339599999%;
  float: left;
}
.banner-area .banner-content .banner-main-content h2 {
  color: #fff;
  font-family: Nunito;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 48px;
  line-height: 62px;
  font-weight: 300;
  margin-bottom: 30px;
  max-width: 600px;
  display: inline-block;
}
.banner-area .banner-content .banner-main-content p {
  color: #c1c1c1;
  text-align: left;
  padding-right: 10%;
  max-width: 600px;
  margin: 0;
}
p {
  -webkit-font-smoothing: subpixel-antialiased;
}


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


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

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

.custom-footer-wrapper {
  color: #ccc;
  position: relative;
  z-index: 10;
  background-color: #252525;
}
.custom-footer-wrapper .page-center > .row-fluid-wrapper > .row-fluid > div {
  width: auto;
  margin-left: 0;
  float:left;
}
.custom-footer-wrapper .page-center > .row-fluid-wrapper > .row-fluid {
  padding: 20px 0px;
  font-size: 12px;
  color: #777;
}
.custom-footer-wrapper .page-center > .row-fluid-wrapper > .row-fluid > .custom-copyright {
  width: 40.5%;
  margin-right: 2%;
}
.custom-copyright p {
  line-height: 22px;
  margin-top: 3px;
  margin-bottom: 0px;
}
.custom-copyright p a {
  color: #ccc;
}
.custom-copyright p a:hover {
  color: #1e73be;
}
ul.social {
  float: right;
  margin: 0;
  list-style: none;
  padding: 0;
}
.custom-footer-wrapper .page-center>.row-fluid-wrapper>.row-fluid>div:last-child {
  width: 57.5%;
}
ul.social li {
  float: left;
  margin-left: 20px;
}
ul.social li a {
  display: block;
  line-height: 22px;
  height: 24px;
  position: relative;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-position: center top;
  color: #ccc;
}
ul.social li a:hover,
ul.social li a:hover i {
  color: #1e73be;
}
ul.social li a i {
  color: #777;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  font-size: 20px;
  width: auto;
  background-color: transparent;
  height: 32px;
  line-height: 32px;
  top: -2px;
  word-spacing: 1px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  max-width: 100%;
}

@media screen and (min-width:1000px) {
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back {
    display: none;
  }
  /* ==========================================================================
  4. MAIN NAVIGATION                                            
  ========================================================================== */

  div#csutom-mobile-menu-section {
    display: none;
  }

  .header-hide .widget-span.custom-header-bottom-sec {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 9998;
    pointer-events: none;
  }
  .header-show .widget-span.custom-header-bottom-sec {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    padding-top: 23px;
    pointer-events: auto;
    position: fixed;
    z-index: 9999;
    top: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: rgba(0,0,0,0.90);
  }
  .widget-span.custom-header-bottom-sec {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    top: 10px;
    padding-top: 28px;
    position:absolute;
  }



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

  /* Parent List */
  .custom-menu-primary .hs-menu-wrapper > ul{
    display:block;
    float:right;
    line-height: 1px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li{}
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    padding-bottom: 39px;
    padding-top: 11px;
    color: #ffffff;
    opacity: 0.75;
    transition: opacity 0.2s ease,color 0.2s ease;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: -1px;
    font-family: Roboto;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 18.2px;
    font-weight: 500;
    position:relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
    -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #ffffff;
    content: '';
    padding-bottom: inherit;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after{
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.GetA.Demo > a{
    padding-left: 20px;
    padding-right: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.GetA.Demo > a:before {
    height: 33px;
    border-color: #ffffff;
    border: 2px solid #fff;
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 10px;
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    width: 100%;
    height: 34px;
    content: ' ';
    z-index: -1;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: border-color 0.2s ease;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.CheckZip.Availability > a {
    margin-right: 0!important;
    color: #fff!important;
    opacity: 1!important;
    padding-left: 20px;
    padding-right: 20px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.CheckZip.Availability > a:before {
    height: 33px;
    background-color: #1e73be;
    display: block;
    position: absolute;
    left: 0;
    padding-bottom: 10px;
    transform: translateY(-7px);
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    width: 100%;
    content: ' ';
    z-index: -1;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.GetA.Demo > a:after,
  .custom-menu-primary .hs-menu-wrapper>ul>li.CheckZip.Availability > a:after{
    display:none;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.CheckZip.Availability>a:hover:before {
    opacity: 0.85;
  }


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

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
    min-width:192px;
    line-height: 0px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    line-height: 0px;
    font-size: 12px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    font-family: Roboto;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    background-color: rgba(37,44,48,100);
    color: #ffffff;
    transition: none;
    white-space:normal !important;
    letter-spacing: 0;
    padding: 14px;
    display: block;
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
    background-color: #1e73be;
    color:#fff;
  }

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

  /* Fix menu disappearing on desktop after toggling mobile menu */

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


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

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

@media (max-width: 999px){

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

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




  .mobile-trigger {
    display: block;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-bottom: 10px;
    margin-top: -5px;
    z-index: 10000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .mobile-trigger span {
    height: 20px;
    transition: -webkit-transform 0.33s 0s ease;
    transition: transform 0.33s 0s ease;
    -webkit-transform-origin: center;
    transform-origin: center;
    display: block;
  }
  .mobile-trigger span i.lines-button.x2 {
    top: 10px;
    color: #ffffff;
    width: 22px;
    transition: .3s;
    cursor: pointer;
    line-height: 0px;
    position: relative;
    font-size: 0px;
    user-select: none;
    display: block;
  }
  .mobile-trigger span i.lines-button.x2 i.lines {
    color: #ffffff;
    width: 22px;
    background-color: transparent;
    height: 2px;
    display: block;
  }
  .mobile-trigger span i.lines-button.x2:after {
    background-color: #ffffff;
    height: 2px;
    width: 22px;
    display: inline-block;
    transition: transform 0.45s ease,opacity 0.2s ease,background-color 0.2s linear;
    -webkit-transition: -webkit-transform 0.45s ease,opacity 0.2s ease,background-color 0.2s ease;
    position: absolute;
    left: 0;
    top: 0px;
    content: '';
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
  }
  .mobile-trigger span i.lines-button.x2 i.lines:before, .mobile-trigger span i.lines-button.x2 i.lines:after {
    display: block;
    height: 2px;
    width: 22px;
    background: #ffffff;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.142rem center;
    transform-origin: 0.142rem center;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top 0.4s 0.45s ease,-webkit-transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
    transition: top 0.4s 0.45s ease,transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
  }
  .mobile-trigger span i.lines-button.x2 i.lines:before {
    top: 6px;
  }
  .mobile-trigger span i.lines-button.x2 i.lines:after {
    top: -6px;
  }


  a.slide_out_area_close {
    width: 34px!important;
    height: 34px!important;
    transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    -webkit-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    color: #ddd!Important;
    font-size: 18px!important;
    max-width: none!important;
    line-height: 32px!important;
    display: block;
    font-family: 'Open Sans';
    font-weight: 400;
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 1000;
  }
  a.slide_out_area_close span.icon-salient-x.icon-default-style {
    font-size: 24px;
    color: #cecece;
    height: 34px;
    left: -2px;
    line-height: 32px;
    transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    -webkit-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    -moz-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    width: 34px;
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    top: -2px;
    cursor:pointer;
    word-spacing: 1px;
  }
  a.slide_out_area_close span.icon-salient-x.icon-default-style:before {
    content: "\e117";
  }
  a.slide_out_area_close:hover  span.icon-salient-x.icon-default-style {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    color: #1e73be;
  }
  ul.hs-menu-children-wrapper.open-menu-list{
    display:none !important;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    position: absolute !important;
    width: 100%;
    top: 0 !important;
    right: -100%;
    left: auto !important;
    display: none;
    transition: all .45s cubic-bezier(0.29,0.63,0.44,1) !important;
  }
  .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li.hs-item-has-children.back-menu-open > ul.hs-menu-children-wrapper {
    display: block !important;
    opacity: 1 !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul.sub-menu-open {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    display: block;
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    transition: all .45s cubic-bezier(0.29,0.63,0.44,1);
  }




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

  .custom-menu-primary.js-enabled{
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
    margin-bottom: 10px;
    margin-top: -7px;
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: static !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    color: #ffffff;
    font-family: Roboto;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    transition: opacity 0.2s ease, color 0.2s ease;
    -webkit-transition: opacity 0.2s ease, color 0.2s ease;
    font-family: Roboto;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 36px;
    font-weight: 300;
    color: #ffffff;
    white-space:nowrap !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back {
    display: inline-block;
    margin-bottom: 20px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li.dl-back a {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: -10px;
  }

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

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


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


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

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

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


.custom-post-banner {
  background-color: #000;
  height: 550px;
  overflow: hidden;
  color: #fff;
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  top: -1px;
}
.custom-post-banner .custom-post-banner-inner {
  height: 100%;
  text-align: center;
}
.custom-post-banner .custom-post-banner-inner .inner-wrap {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding-top: 68px;
}
.custom-post-banner .page-center {
  height: 100%;
  position: relative;
  z-index: 100;
}
.custom-post-banner .custom-post-banner-inner .inner-wrap a.topic-link {
  font-family: Roboto;
  text-transform: capitalize!important;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.4);
  padding: 4px 10px;
  margin: 5px 6px 15px 5px;
  display: inline-block;
  line-height: 18px;
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}
.custom-post-banner .custom-post-banner-inner .inner-wrap a.topic-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16)!important;
  background-color: #1e73be;
  border-color: transparent;
}
.custom-post-banner .custom-post-banner-inner .inner-wrap h1.entry-title {
  padding: 16px 0 16px 0;
  margin: 0 auto;
  font-family: Nunito;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  text-transform: capitalize;
  letter-spacing: 0;
  display: block;
  color: #fff;
  z-index: 101;
}
.custom-post-banner:after {
  background-color: rgba(45,45,45,0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: ' ';
  z-index: 1;
  display: block;
}
.hs-blog-post .blog-section {
  max-width: 1000px;
  margin: 0 auto;
}
.blog-post-wrapper {
  padding: 5%;
  width: 85.95744680199999%;
  margin-left: 2.1%;
  float: none;
  margin: 0 auto;
}
.custom-apply-wrapper {
  background-color: #1E73BE;
}
.custom-apply-today {
  padding-top: calc(100vw * 0.06);
  padding-bottom: calc(100vw * 0.06);
  position: relative;
  text-align: center;
}
.custom-apply-today h5 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Roboto;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  color: #fff;
}
.custom-apply-today h2 {
  font-size: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
}
.custom-apply-today  a {
  margin-top: 30px;
  border-color: rgba(255, 255, 255, 0.75);
  color: rgb(255, 255, 255);
  visibility: visible;
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -o-border-radius: 4px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  border-width: 4px!important;
  padding-top: 21px;
  padding-bottom: 21px;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 18px;
  font-family: Roboto;
  text-transform: capitalize!important;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  top: -3px;
  margin-bottom: 10px;
  line-height: 20px;
  display: inline-block;
  border: 2px solid rgba(255,255,255,0.75);
}
.custom-apply-today a span {
  left: 0px;
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
}
.custom-apply-today a i {
  color: rgb(0, 0, 0);
  background-color: transparent;
  font-size: 19px;
  line-height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -9px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.custom-apply-today a i:before {
  content: "\e909";
}
.custom-apply-today a:hover span {
  -ms-transform: translateX(-18px);
  -webkit-transform: translateX(-18px);
  transform: translateX(-18px);
}
.custom-apply-today a:hover i {
  opacity: 1!important;
  -ms-filter: "alpha(opacity=100)";
  -ms-transform: translateX(6px);
  -webkit-transform: translateX(6px);
  transform: translateX(6px)!important;
}
.custom-apply-today a:hover {
  background-color: #fff;
  color: #000;
}

.blog.hs-blog-post .body-container {
  padding-bottom: 0;
}

.custom-category-banner {
  height: 350px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  top: -1px;
}
.custom-category-banner .page-center {
  height: 100%;
  z-index: 100;
  position: relative;
}
.custom-category-banner .page-center .custom-category-banner-inner {
  height: 100%;
}
.custom-category-banner .page-center .custom-category-banner-inner .inner-wrap {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  display: block;
  float: left;
  width: 100%;
  padding-top: 68px;
}
.custom-category-banner .page-center .custom-category-banner-inner .inner-wrap span.subheader {
  font-family: Roboto;
  text-transform: capitalize;
  letter-spacing: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
}
.custom-category-banner .page-center .custom-category-banner-inner .inner-wrap h1.entry-title {
  font-family: Nunito;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  margin-bottom: 8px;
  display: block;
  color: #fff;
  z-index: 101;
}
.custom-category-banner:after {
  background-color: rgba(45,45,45,0.35);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: ' ';
  z-index: 1;
  display: block;
}



.nectar-social-sharing-fixed {
  position: fixed;
  right: 34px;
  bottom: 34px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 1000;
}

.nectar-social-sharing-fixed >a {
  height: 50px;
  width: 50px;
  line-height: 52px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}

.nectar-social-sharing-fixed >a:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  height: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  border-radius: 50%;
    background-color: #1e73be!important;
}

.nectar-social-sharing-fixed:hover >a:before {
  box-shadow: 0px 7px 15px rgba(0,0,0,0.2)
}

.nectar-social-sharing-fixed >a >[class^="icon-"].icon-default-style {
  font-size: 16px!important;
  color: #fff!important;
  left: -1px;
}

.nectar-social-sharing-fixed .nectar-social {
  position: absolute;
  height: 50px;
  width: 50px;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}

.nectar-social-sharing-fixed .nectar-social a {
  display: block;
  line-height: 36px;
  height: 36px;
  padding: 0!important;
  margin: 0!important;
  width: 36px;
  left: 7px;
  position: absolute;
  opacity: 0;
  border: none;
  background-color: #1e73be!important;
  top: 0;
  box-shadow: 0px 7px 15px rgba(0,0,0,0.2);
  border-radius: 50%;
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    background-color: #1e73be;
}

.nectar-social-sharing-fixed >a:after, .nectar-social-sharing-fixed .nectar-social a:after {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  display: block;
  border-radius: 50%;
}

.nectar-social-sharing-fixed .nectar-social a:after {
  -webkit-transition: opacity 0.25s cubic-bezier(.15,0.2,.1,1);
  transition: opacity 0.25s cubic-bezier(.15,0.2,.1,1);
}
.nectar-social-sharing-fixed:hover >a:after {
  -webkit-animation: socialButtonFlash 0.45s cubic-bezier(.15,0.2,.1,1) forwards;
  animation: socialButtonFlash 0.45s cubic-bezier(.15,0.2,.1,1) forwards;
}

.nectar-social-sharing-fixed .nectar-social a:hover:after {
  opacity: 0.2;
}

.nectar-social-sharing-fixed:hover >a:before {
  -webkit-transform: scale(1.23) translateZ(0);;
  transform: scale(1.23) translateZ(0);
}

.nectar-social-sharing-fixed .nectar-social a:nth-child(1) {
  transform: translateY(0px) scale(0);
  -webkit-transform: translateY(0px) scale(0);
}

.nectar-social-sharing-fixed .nectar-social a:nth-child(2) {
  -webkit-transform: translateY(-36px) scale(0);
  transform: translateY(-36px) scale(0);
}

.nectar-social-sharing-fixed .nectar-social a:nth-child(3) {
  -webkit-transform: translateY(-86px) scale(0);
  transform: translateY(-86px) scale(0);
}

.nectar-social-sharing-fixed .nectar-social a:nth-child(4) {
  -webkit-transform: translateY(-136px) scale(0);
  transform: translateY(-136px) scale(0);
}

.nectar-social-sharing-fixed .nectar-social a:nth-child(5) {
  -webkit-transform: translateY(-186px) scale(0);
  transform: translateY(-186px) scale(0);
}

.nectar-social-sharing-fixed:hover .nectar-social a:nth-child(1) {
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transform: translateY(-56px) scale(1);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: translateY(-56px) scale(1);
  opacity: 1;
}

.nectar-social-sharing-fixed:hover .nectar-social a:nth-child(2) {
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transform: translateY(-106px) scale(1);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: translateY(-106px) scale(1);
  opacity: 1;
}

.nectar-social-sharing-fixed:hover .nectar-social a:nth-child(3) {
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transform: translateY(-156px) scale(1);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: translateY(-156px) scale(1);
  opacity: 1;
}

.nectar-social-sharing-fixed:hover .nectar-social a:nth-child(4) {
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transform: translateY(-206px) scale(1);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: translateY(-206px) scale(1);
  opacity: 1;
}

.nectar-social-sharing-fixed:hover .nectar-social a:nth-child(5) {
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transform: translateY(-256px) scale(1);
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: translateY(-256px) scale(1);
  opacity: 1;
}

.nectar-social-sharing-fixed:hover {
  height: 340px;
}

.nectar-social-sharing-fixed .nectar-social a i {
  color: #fff!important;
  font-size: 14px!important;
  padding-right: 0;
  height: 36px!important;
  line-height: 36px!important;
  width: 36px!important;
}

.nectar-social-sharing-fixed .nectar-social a:hover i {
  color: #fff!important;
}

.nectar-social-sharing-fixed .nectar-social a.google-plus-share i {
  font-size: 12px!important;
}
.nectar-social-sharing-fixed >a i.icon-default-style.steadysets-icon-share {
  font-size: 16px!important;
  color: #fff!important;
  left: -1px;
  line-height: 34px!important;
  height: 34px;
  width: 34px;
  margin-right: 0px;
  font-family: steadysets!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: transparent;
  position: relative;
}
.nectar-social-sharing-fixed >a i.icon-default-style.steadysets-icon-share:before {
  content: "\e63c";
}







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


.blog .body-container {
  padding-top: calc(100vw * 0.07);
  padding-bottom: calc(100vw * 0.07);
}
.blog.hs-blog-listing .content-wrapper > .row-fluid-wrapper > .row-fluid > div {
  width: auto;
  margin-left: 0;
}
.blog.hs-blog-listing .content-wrapper > .row-fluid-wrapper > .row-fluid > .blog-content {
  width: 82.97872339599999%;
}
.blog.hs-blog-listing .content-wrapper > .row-fluid-wrapper > .row-fluid > .blog-sidebar {
  width: 14.89361702%;
  margin-left: 2.1%;
}

.recent-post-main-slider {
  padding-top: 0px;
  padding-bottom: calc(4vw);
  position: relative;
  top: -2px;
}
.recent-post-main-slider .recent-post-slider {
  width: 100%;
}
.recent-post-main-slider .recent-post-slider .recent-post-slider-inner-wrapper {
  overflow: hidden;
  position: relative;
}
.recent-post-main-slider .recent-post-slider .recent-post-slider-inner-wrapper .recent-post-item {
  overflow: hidden;
  transition: opacity .3s ease !important;
}


.recent-post-slider-inner-wrapper .recent-post-item .blog-listing-image-wrapper {
  height: calc(100% + 40px);
  background-attachment: scroll;
  top: auto;
  bottom: 0;
  position: absolute;
  left: 0;
  width: 100%;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.recent-post-slider-inner-wrapper .recent-post-item .blog-listing-image-wrapper .blog-list-recent-post-image {
  background-color: rgba(0,0,0,0.90);
  -webkit-transition: 1.25s 0s cubic-bezier(0.3,0.58,0.42,0.9);
  transition: 1.25s 0s cubic-bezier(0.3,0.58,0.42,0.9);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.recent-post-slider-inner-wrapper .recent-post-item .blog-listing-image-wrapper .blog-list-recent-post-image:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: ' ';
  z-index: 1;
  display: block;
  background-color: rgba(2,2,2,0.43);
}
.recent-post-main-slider .recent-post-slider .recent-post-slider-inner-wrapper .recent-post-item .recent-post-content.page-center {
  margin-bottom: 75px;
  padding-top: 16% !important;
  padding-bottom: 16% !important;
  position: relative;
  z-index: 100;
}
.recent-post-main-slider .recent-post-slider .recent-post-slider-inner-wrapper .recent-post-item .recent-post-content.page-center .inner-wrapper {
  width: 45%;
  color: #fff;
}
.recent-post-main-slider .recent-post-slider .recent-post-slider-inner-wrapper .recent-post-item .recent-post-content.page-center .inner-wrapper {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .85s cubic-bezier(.4,0,.1,1) 0.2s,transform .85s cubic-bezier(.4,0,.1,1) 0.2s,box-shadow .45s cubic-bezier(.25,1,.33,1);
}

.recent-post-main-slider .recent-post-slider .recent-post-slider-inner-wrapper .recent-post-item.slick-active .recent-post-content.page-center .inner-wrapper {
  opacity: 1;
  transform: translateY(0);
}


.recent-post-main-slider .recent-post-slider .recent-post-slider-inner-wrapper .recent-post-item .recent-post-content.page-center .inner-wrapper h2 {
  margin: 15px 0 50px 0;
  color: #fff;
}
.recent-post-main-slider .recent-post-slider .recent-post-slider-inner-wrapper .recent-post-item .recent-post-content.page-center .inner-wrapper h2 a.hs-rss-title {
  color: #fff;
}
.recent-post-item .recent-post-content.page-center .inner-wrapper a.nectar-button {
  transition: opacity .85s cubic-bezier(0.4, 0, 0.1, 1) 0.2s, transform .85s cubic-bezier(0.4, 0, 0.1, 1) 0.2s, box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  padding: 12px 35px;
  border-width: 3px;
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -o-border-radius: 4px!important;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  border-style: solid;
  -moz-border-image: -moz-linear-gradient(top right,#1e73be 0,#50b9c9 100%);
  -webkit-border-image: -webkit-linear-gradient(top right,#1e73be 0,#50b9c9 100%);
  border-image: linear-gradient(to bottom right,#1e73be 0,#50b9c9 100%);
  border-image-slice: 1;
  font-size: 14px;
  color: #fff;
  font-family: Roboto;
  text-transform: capitalize!important;
  letter-spacing: 0;
  font-weight: 500;
  position: relative;
  top: -3px;
  line-height: 20px;
  display: inline-block;
}
.recent-post-item .recent-post-content.page-center .inner-wrapper a.nectar-button:after {
  background: linear-gradient(to bottom right,#1e73be,#50b9c9);
  transform: scale(1,1);
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform-origin: left;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  background-size: 100% 100%!important;
  background-position: left!important;
  position: absolute;
  content: ' ';
  top: -2%;
  left: -1%;
  width: 101.5%;
  height: 104%;
  transition: transform 0.38s cubic-bezier(.2,0.95,.4,0.95),background-size 0.38s ease;
  -webkit-transition: transform 0.38s cubic-bezier(.2,0.95,.4,0.95),background-size 0.38s ease;
  z-index: -1;
}
.recent-post-item .recent-post-content.page-center .inner-wrapper a.nectar-button i.icon-button-arrow {
  background-color: transparent;
  opacity: 1;
  right: 24px;
  background: inherit;
  background-size: 500% 100%;
  background-position: right;
  font-size: 19px;
  line-height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  transition: all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: all .45s cubic-bezier(0.25,1,0.33,1);
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  vertical-align: middle;
}
.recent-post-item .recent-post-content.page-center .inner-wrapper a.nectar-button i.icon-button-arrow:before {
  content: "\e909";
}
.recent-post-item .recent-post-content.page-center .inner-wrapper a.nectar-button span {
  left: -14px;
  display: inline-block;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition: opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position: relative;
  z-index: 100;
}
.normal-container.page-center {
  top: 74%;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: left;
  transform: none;
  position: absolute;
}
.normal-container.page-center ul.controls {
  display: block;
  text-align: left;
  width: auto;
  margin-left: 0;
  margin-bottom: 30px;
  pointer-events: auto;
  padding: 0;
  margin-top: 0;
}
.normal-container.page-center ul.controls ul.slick-dots {
  display: none !important;
}
.normal-container.page-center ul.controls li.slick-slide {
  width: 17.9% !important;
  margin: 50px 0px;
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  margin-right: 6.9%;
  display: inline-block;
  float: none !important;
}
.normal-container.page-center ul.controls li.slick-slide span.title {
  font-family: Roboto;
  font-weight: 700!important;
  line-height: 22px;
  font-size: 16px;
  display: block;
  color: #fff;
  transition: opacity .2s ease;
  opacity: 0.65;
}
.normal-container.page-center ul.controls li.slick-slide.slick-current span.title,
.normal-container.page-center ul.controls li.slick-slide:hover span.title{
  opacity: 1;
}
.normal-container.page-center ul.controls li.slick-slide:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(255,255,255,0.2);
  height: 2px;
  left: 0;
}
.normal-container.page-center ul.controls li.slick-slide:after {
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 1s cubic-bezier(0.4, 0, 0.1, 1);
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to right,#1e73be,#50b9c9);
  height: 2px;
  left: 0;
}
.normal-container.page-center ul.controls li.slick-slide.slick-current:after{
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 7950ms linear;
}
.normal-container.page-center ul.controls li.slick-slide.slick-current:before{
  background-color: rgba(255,255,255,.2);
}

.recent-post-item .recent-post-content.page-center .inner-wrapper a.nectar-button:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16)!important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

.recent-post-item .recent-post-content.page-center .inner-wrapper a.nectar-button:hover:after {
  transform: scale(0,1);
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform-origin: right;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  background-size: 225% 100%!important;
  background-position: right!important;
}

.normal-container.page-center ul.controls .slick-list.draggable {
  padding: 0 !important;
}
.normal-container.page-center ul.controls .slick-list.draggable .slick-track {
  width: 100% !important;
  transform: none !important;
}


.post-item-inner-wrapper {
  border-radius: 4px;
  overflow: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  box-shadow: 0px 1px 3px rgba(0,0,0,.08);
  width: 100%;
  padding-bottom: 47px;
  background-color: #444;
}
.post-item-inner-wrapper a.img-link span.post-featured-img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  background-size: cover;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-position: center;
  background-color: #777;
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
  line-height: 0;
  display: block;
}
.post-item-inner-wrapper:hover span.post-featured-img {
  transform: scale(1.07);
  -webkit-transform: scale(1.07);
}
.post-item-inner-wrapper a.entire-meta-link {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: 101;
  height: 100%;
}
.post-item-inner-wrapper .post-header-wrapper {
  position: relative;
  background-color: transparent;
  left: 0;
  top: 0;
  -webkit-transform: none!Important;
  transform: none!important;
  width: 100%;
  padding: 30% 17%;
  margin-top: 20px;
  z-index: 100;
}
.post-item-inner-wrapper .post-header-wrapper .post-header {
  color: rgba(255,255,255,0.9);
  font-size: 12px;
  margin-bottom: 12px;
}
.post-item-inner-wrapper .post-header-wrapper .post-header h3.title {
  color: #fff;
  margin: 0;
}
.post-item-inner-wrapper .post-header-wrapper .post-body {
  color: rgba(255,255,255,0.9);
}
.post-item-inner-wrapper .post-header-wrapper .post-body p {
  margin: 0;
}
.post-item-inner-wrapper:after {
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) -2%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.04) 44%,rgba(0,0,0,0.25) 100%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(top,rgba(255,255,255,0) -2%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.04) 44%,rgba(0,0,0,0.25) 100%,rgba(0,0,0,0.5) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  z-index: 11;
  border-radius: 4px;
  content: ' ';
}
.post-item-inner-wrapper:before {
  background-color: rgba(0,0,0,0.43);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  content: ' ';
}








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


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

.blog .blog-content {}

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

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

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

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

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

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  width: 31.2%;
  margin-right: 3%;
  margin-bottom: 3%;
  display: -webkit-flex;
  display: flex;
  float: left;
}
.blog-listing-wrapper .post-listing .post-item:nth-child(3n+3) {
  margin-right: 0!important;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

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

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

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

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

/* Blog Commments */
#comments-listing {
  border: 0px solid #ccc;
  margin-bottom: 0;
  margin-top: 0;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment-body {
  border-bottom: medium none;
  display: block;
  padding: 0;
}

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

.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
#comments-listing.no-comments{
  border: none;
}

.comment-date {
  display: block !important;
  text-align: left !important;
}
.section.post-footer input.hs-button.primary {
  margin: 20px 0!important;
} 

.section.post-footer .hs_error_rollup {
  margin-top: 20px;
}
.section.post-footer form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-y: hidden;
  overflow-x: auto;
}

/* Pagination */
.blog-pagination {}
.blog-pagination a {
  display: inline-block;
  padding: 0 10px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}

.hs-search-field.custom-blog-site-search{
  margin-bottom: 50px;
}
.hs-search-field.custom-blog-site-search .hs-search-field__bar {
  margin: 0;
  max-width: 100%;
}
.hs-search-field.custom-blog-site-search .hs-search-field__bar input.hs-search-field__input {
  padding: 10px;
  width: 100%;
  padding-right: 45px;
  margin: 0;
  background-color: rgba(0,0,0,0.035);
  -webkit-box-shadow: none;
  border: none;
  position: relative;
  font-size: 14px;
  border-bottom: 2px solid #e0e0e0;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-radius: 0;
  font-family: inherit;
  line-height: 24px;
  color: #555;
}
.hs-search-field.custom-blog-site-search .hs-search-field__bar input.hs-search-field__input:focus {
  border-color: #1e73be;
}
.hs-search-field.custom-blog-site-search .hs-search-field__bar button.search-widget-btn {
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  -o-border-radius: 4px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  top: auto;
  bottom: 0px;
  -webkit-transform: none!important;
  transform: none!important;
  padding: 15px 22px;
  line-height: 0;
  background-color: transparent;
  position: absolute;
  right: 0px;
  margin: 0;
  border: none;
  font-family: Roboto;
  text-transform: capitalize!important;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  border: none;
  color: #fff;
  cursor: pointer;
}
.hs-search-field.custom-blog-site-search .hs-search-field__bar form {
  position: relative;
}
.hs-search-field.custom-blog-site-search .hs-search-field__bar button.search-widget-btn span.text {
  display: none;
}
.hs-search-field.custom-blog-site-search .hs-search-field__bar button.search-widget-btn span.normal.icon-salient-search {
  margin-top: 1px;
  display: block;
  font-size: 17px;
  color: #1e73be;
  background-color: transparent;
  font-family: 'icomoon'!important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
}
.hs-search-field.custom-blog-site-search .hs-search-field__bar button.search-widget-btn span.normal.icon-salient-search:before {
  content: "\e906";
}


.custom-blog-categories {}

.custom-blog-categories h3 {
  margin-bottom: 12px;
  font-family: Roboto;
  text-transform: capitalize!important;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  color: #999;
}

.custom-blog-categories ul {
  margin-bottom: 30px;
  margin-top: 0;
  list-style: none;
  padding: 0;
}

.custom-blog-categories ul li {
  padding: 4px 0;
}

.custom-blog-categories ul li a {
  display: block;
}

.custom-blog-categories ul li a span {
  display: none;
}

/* =============== Blog Author Page and Author Bio =============== */

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

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

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

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

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


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


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

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

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

/* Labels and Legends */
label {}
.body-container form label {
  color: #33475b;
  font-family: Nunito;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  display: block;
}
.body-container form label span.hs-form-required {
  color: #f00;
}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  box-sizing: border-box;
  padding: 8px 15px;
  min-height: 27px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  display:block;
  width:100%;
  margin:0 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.body-container form .hs-input.invalid.error{
  border-color: #c87872;
}

.hs_cos_wrapper_type_password_prompt,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_email_simple_subscription,
.hs_cos_wrapper_type_form,
.widget-type-google_search,	
.hs-search-field__bar {
  display: block;
  width: 100%;
  max-width: 500px;
  margin-bottom: 30px;
}


input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

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

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

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

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

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

/* Error */
.hs-error-msgs label{
  color: #f2545b !important;
}

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

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


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  background: #1e73be;
  border-color: #1e73be;
  color: #ffffff;
  font-size: 12px;
  font-family: Nunito;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  outline:none;
}

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

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


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

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


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

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


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

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


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

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


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


/* Styles that do not fit into any of the available sections above can go here. */
.custom-lp-header .custom-header-bottom-sec {
  padding-bottom: 26px;
}
.custom-no-banner-page div#custom-head-wrap {
  min-height: 111px;
}
.custom-no-banner-page .custom-header-wrapper {
  background-color: rgba(0,0,0,0.90);
}
.custom-no-banner-page .widget-span.custom-header-bottom-sec {
  position: static;
  padding: 0;
}


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



@media only screen and (max-width: 1300px) and (min-width: 1000px){
  .recent-post-main-slider .recent-post-slider .recent-post-slider-inner-wrapper .recent-post-item .recent-post-content.page-center .inner-wrapper h2 a.hs-rss-title{
    font-size: 82.5px;
    line-height: 88.5px;
  }
  h1 {
    font-size: 75px;
    line-height: 80px;
  }
}


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


@media only screen and (max-width: 1000px) and (min-width: 690px){
  .recent-post-main-slider .recent-post-slider .recent-post-slider-inner-wrapper .recent-post-item .recent-post-content.page-center .inner-wrapper h2 a.hs-rss-title{
    font-size: 77px;
    line-height: 82.6px;
  }
}


@media (max-width: 999px) {
  .container-fluid .row-fluid .page-center {
    max-width: 600px;
    padding: 0;
  }
  .custom-no-banner-page .widget-span.custom-header-bottom-sec {
    padding-top: 12px;
  }
  .custom-logo img {
    margin-top: -3px!important;
    top: 3px;
  }
  .widget-span.custom-lp-header {
    min-height: 79px !important;
  }
  .custom-lp-header .widget-span.custom-header-bottom-sec {
    padding-bottom: 0;
    top: 0;
    position:fixed;
  }
  .fixed .custom-lp-header .custom-header-wrapper{
    transform: translateY(0);
  }
  .custom-header-top-link .hs-menu-wrapper > ul {
    float: none!important;
    width: 100%;
    text-align: center;
    height: auto!important;
  }
  .custom-header-top-link .hs-menu-wrapper > ul > li {
    float: none;
    display: inline-block;
    width:auto;
  }
  .custom-apply-today h2 {
    font-size: 38.4px;
    line-height: 49.6px;
  }
  .custom-header-top-link .hs-menu-wrapper > ul > li:last-child {
    border-right: 1px solid #DDDDDD;
  }
  .widget-span.custom-header-bottom-sec {
    top: 0;
    background-color: rgb(0, 0, 0);
    position: relative;
    padding-top: 12px;
    height: auto;
    width: 100% !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .fixed .widget-span.custom-header-bottom-sec {
    position: fixed;
    width: 100% !important;
    top: 0;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .fix-gone.fixed .widget-span.custom-header-bottom-sec {
    position: relative;
    top: -100px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  .widget-span.custom-logo {
    width: 100%!important;
    z-index: 1000;
    margin-bottom: 18px;
    padding-top: 11px;
  }
  .custom-header-bottom-sec .page-center {
    position: relative;
  }
  div#custom-head-wrap {
    min-height: 111px;
  }
  .widget-span.custom-header-top-sec {
    background-color: #252525;
  }
  h1 {
    font-size: 55px;
    line-height: 80px;
  }
  div#csutom-mobile-menu-section {
    position: fixed;
    transform: translate(301px,0px);
    -webkit-transform: translate(301px,0px);
    -o-transform: translate(301px,0px);
    -ms-transform: translate(301px,0px);
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    z-index: 99999;
    padding: 33px;
    overflow-y: auto !important;
    background: linear-gradient(145deg,#000000,#000000);
    transition: all .3s ease-in-out;
  }
  .mobile-open div#csutom-mobile-menu-section {
    transform: translate(0,0px);
    -webkit-transform: translate(0,0px);
    -o-transform: translate(0,0px);
    -ms-transform: translate(0,0px);
  }
  .widget-span.custom-menu-primary.mobile-view {
    height: auto;
    min-height: 70vh;
  }
  /*   .osx .widget-span.custom-menu-primary.mobile-view {
  height: auto;
  min-height: 644px;
} */
  ul.off-canvas-social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
  }
  ul.off-canvas-social-links li {
    display: inline-block;
    padding: 0 6px 6px 0;
  }
  ul.off-canvas-social-links li a {
    opacity: 0.7;
    transition: opacity 0.2s ease, color 0.2s ease;
    -webkit-transition: opacity 0.2s ease, color 0.2s ease;
    color: #cecece;
  }
  ul.off-canvas-social-links li a i {
    background-color: transparent!important;
    font-size: 18px;
    line-height: 22px;
    width: 32px;
    height: 32px;
    top: -2px;
    word-spacing: 1px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    max-width: 100%;
  }
  ul.off-canvas-social-links li a:hover {
    color: #1e73be;
    opacity: 1;
  }
  .custom-header-copyright p {
    font-size: 12px;
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0;
    color: #cecece;
  }
  .custom-header-wrapper {
    transition: all .3s ease-in-out;
    top:auto;
  }
  div#site-wrapper {
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .mobile-open div#site-wrapper {
    transform: translateY(0px) translate(-300px, 0px);
  }
  .body-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background-color: rgba(0,0,0,0.8);
  }
  .mobile-open .body-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .normal-container.page-center ul.controls li.slick-slide:after {
    content: none;
  }
  .normal-container.page-center ul.controls li.slick-slide span.title {
    display: none;
  }
  .normal-container.page-center ul.controls li.slick-slide:before {
    height: 10px;
    width: 10px;
    top: 50%;
    bottom: auto;
    left: 50%;
    border-radius: 10px;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.3s ease;
    display: block;
    content: '';
    position: absolute;
    background-color: rgba(255,255,255,0.2);
  }
  .normal-container.page-center ul.controls li.slick-slide {
    margin-left: -8px;
    display: inline-block;
    padding: 12px;
    margin: 6px;
    width: auto !important;
  }
  .normal-container.page-center ul.controls {
    width: auto;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .normal-container.page-center ul.controls li.slick-slide.slick-current:before {
    background-color: #1e73be;
  }
  .recent-post-main-slider .recent-post-slider .recent-post-slider-inner-wrapper .recent-post-item .recent-post-content.page-center .inner-wrapper {
    width: 80%;
  }
  .blog.hs-blog-listing .content-wrapper > .row-fluid-wrapper > .row-fluid > .blog-sidebar {
    width: 100%;
    margin-left: 0;
  }
  .blog-listing-wrapper {
    margin-bottom: 55px;
  }
  .blog.hs-blog-listing .content-wrapper > .row-fluid-wrapper > .row-fluid > .blog-content {
    width: 100%;
  }

  .blog-listing-wrapper .post-listing .post-item {
    width: 98%;
    margin-left: 0px;
    margin-right: 2%;
    margin-bottom: 40px;
  }
  .custom-post-banner .custom-post-banner-inner .inner-wrap h1.entry-title {
    font-size: 42px;
    line-height: 46px;
  }
  .custom-post-banner {
    height: 250px;
  }
  .blog-post-wrapper {
    width: 100% !important;
  }
  .custom-apply-today h2 {
    font-size: 38.4px;
    line-height: 49.6px;
  }
}


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

@media (max-width: 767px) {
  h1 {
    font-size: 55px;
    line-height: 65px;
  }
  .blog-listing-wrapper .post-listing .post-item {
    width: 100%;
  }
  .blog-post-wrapper .post-body p img {
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }
  .hs_cos_wrapper_type_password_prompt,
  .hs_cos_wrapper_type_blog_subscribe,
  .hs_cos_wrapper_type_email_simple_subscription,
  .hs_cos_wrapper_type_form,
  .widget-type-google_search,	
  .hs-search-field__bar {
    max-width: 100%;
  }
  .custom-apply-today {
    padding-top: calc(100vw * 0.1);
    padding-bottom: calc(100vw * 0.1);
  }

}  

@media (max-width: 690px) {
  .container-fluid .row-fluid .page-center{
    max-width: 420px;
  }
  .widget-span.custom-header-top-sec {
    display: none;
  }
  .custom-apply-today h2 {
    font-size: 36px;
    line-height: 46.5px;
  }
  div#custom-head-wrap {
    min-height: 79px;
  }
  .widget-span.custom-header-bottom-sec {
    top: 0;
  }
  .fixed .custom-header-wrapper{
    transform: translateY(0);
  }
  .custom-header-wrapper{
    position:fixed;
  }
  .banner-area .banner-content .banner-main-content h2 {
    font-size: 36px;
    line-height: 46.5px;
  }
  .custom-footer-wrapper .page-center > .row-fluid-wrapper > .row-fluid > div {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
  }
  .custom-copyright {
    margin-bottom: 25px;
  }
  ul.social {
    float: left;
  }
  .recent-post-main-slider .recent-post-slider .recent-post-slider-inner-wrapper .recent-post-item .recent-post-content.page-center .inner-wrapper h2 {
    font-size: 36px;
    line-height: 46.5px;
  }
  .custom-post-banner .custom-post-banner-inner .inner-wrap {
    padding-top: 0;
  }
  .custom-post-banner .custom-post-banner-inner .inner-wrap h1.entry-title {
    font-size: 24px;
    line-height: 30px;
  }

}


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

@media (max-width: 479px) {
  .container-fluid .row-fluid .page-center{
    max-width:320px;
  }
  .blog-listing-wrapper .post-listing .post-item{
    margin-right:0;
  }
  .mobile-trigger {
    right: 15px;
  }
  .container-fluid .row-fluid .page-center {
    padding: 0 15px;
  }
}