/* ==========================================================================
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 =============== */
@import url('//use.fontawesome.com/releases/v5.5.0/css/all.css');
@import url('//fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('//fonts.googleapis.com/css?family=Raleway:300,regular,500,600,700,800,900&subset=latin');
@import url('//fonts.googleapis.com/css?family=PT+Sans:regular,italic,700,700italic&subset=latin');

@font-face {
	font-family: "FontAwesome";
	src: url("//6865999.fs1.hubspotusercontent-na1.net/hubfs/6865999/FutureStars_January2020/fonts/fontawesome-webfont.eot#iefix&v=3.2.1") format("embedded-opentype"), 
		url("//6865999.fs1.hubspotusercontent-na1.net/hubfs/6865999/FutureStars_January2020/fonts/fontawesome-webfont.woff?v=3.2.1") format("woff"), 
		url("//6865999.fs1.hubspotusercontent-na1.net/hubfs/6865999/FutureStars_January2020/fonts/fontawesome-webfont.ttf?v=3.2.1") format("truetype");
	font-style: normal;
	font-weight: normal;
}

/* 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 */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* 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 iFrames */
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.net/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.net/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;
} 

html {
	font-size: 100.01%;
}

body {
	background: #fff;
	color: #045187;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	line-height: 1.38em;
}

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

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

/* Basic text */
p {
	margin: 0 0 1em;
}

small {}
strong {}
em {}
cite {}
code {}
pre {}

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	color: #045187;
	margin: 0 0 0.5em;
	line-height: 1.5em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* Anchor Links */
a { 
	color: #fa5b15;
	text-decoration: none;
}
a:hover, a:focus { 
	color: #fa5b15;
	outline: 0;
}

/* Lists */
ul, ol {
	padding-left: 18px;
	margin: 0 0 1em;
}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {
	padding: 0.8em 1.5em;
	color: #7c7c7c;
	font-style: italic;
	border-left: solid 3px #fb7a42;
	background-color: rgba(238, 238, 238, 0.35);
	margin: 0 0 1em 0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
}
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 {}

#header {
	position: relative;
	z-index: 9999;
}

#header .logo-wrap {
	width: auto;
	margin: 0;
	padding: 3px 0 4px;
	padding-left: 15px;
	padding-bottom: 6px;
}

#header .header-social-wrap {
	width: auto;
	margin: 0;
	float: right;
	padding: 21px 15px 18px;
	text-align: right;
}


.social-media-top ul {
	line-height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}

.social-media-top ul li {
	display: inline-block;
	margin-left: 3px;
}

.contact-no {
	margin-top: 6px;
}

.contact-no p {
	margin: 0px;
	font-weight: 300;
}

.contact-no p a {
	font-size: 28px;
	color: #00569c;
	font-weight: 400;
	display: inline-block;
	line-height: normal;
}

.search-right {
	float: right;
	padding-top: 14px;
	margin-right: 8px;
	position: relative;
	top: 0;
	z-index: 1;
}

.closes {
	display: none;
	font-size: 26px;
	color: #fff;
	margin-top: 2px;
}

.search-box {
	position: absolute;
	right: 0;
	top: 58px;
	padding: 5px 5px;
	background: rgb(5, 89, 158);
	background: -moz-linear-gradient(0deg, rgba(5, 89, 158, 1) 0%, rgba(36, 142, 194, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(5, 89, 158, 1) 0%, rgba(36, 142, 194, 1) 100%);
	background: linear-gradient(0deg, rgb(5, 89, 158) 0%, rgb(6, 91, 159) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05599e", endColorstr="#248ec2", GradientType=1);
	min-width: 280px;
	display: none;
}

.search-box .text.search-input {
	width: 100%;
	max-width: 100%;
	box-shadow: none;
	height: 33px;
	padding: 0 14px;
}

.search-box button[type="submit"] {
	border: 0;
	position: absolute;
	background-image: url(//6865999.fs1.hubspotusercontent-na1.net/hubfs/6865999/FutureStars_January2020/images/search-blue.png);
	background-repeat: no-repeat;
	background-color: transparent;
	font-size: 0px;
	background-position: left center;
	background-size: 18px;
	top: 5px;
	right: 3px;
	width: 33px;
	height: 33px;
	padding: 0;
	cursor: pointer;
	outline: 0;
}

.search-open .d-b {
	display: none;
}

.search-open .closes {
	display: block;
}

.search-open .search-box {
	display: block;
}

.header-bottom {
	background: rgb(5,89,158);
	background: -moz-linear-gradient(0deg, rgba(5,89,158,1) 0%, rgba(36,142,194,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(5,89,158,1) 0%, rgba(36,142,194,1) 100%);
	background: linear-gradient(0deg, rgba(5,89,158,1) 0%, rgba(36,142,194,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05599e",endColorstr="#248ec2",GradientType=1);
}

#header .custom-menu-primary {
	width: calc(100% - 65px);
	margin: 0;
}

#header .header-site-search-wrap {
	width: 65px;
	margin: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul {
	display: block;
	text-align: justify;
	text-align-last: justify;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
	float: none !important;
	display: inline-block;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
	padding: 17px 16px 19px;
	font-size: 22px;
	color: #fff;
	height: auto;
	line-height: 100%;
	font-weight: 300;
	transition: all .25s ease;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a {
	background: #085ea1;
}

.custom-menu-primary .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
	width: auto;  
	color: #fff;
	font-size: 20px;
	text-align: left;
	text-align-last: left;
	padding: 15px;
	line-height: 1.38em;
	visibility: visible !important;
	opacity: 1 !important;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > ul.hs-menu-children-wrapper {
	display: none;
	background-color: rgba(0,86,156,1);
	overflow: hidden;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.hover > ul.hs-menu-children-wrapper {
	display: block;
	opacity: 0.98 !important;
}

.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children > ul.hs-menu-children-wrapper {
	-webkit-transition: none;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
	font-size: 18px;
	padding: 4.5px 0;
	font-weight: 300;
	text-shadow: none;
	color: #fff;
	line-height: normal;
}

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

.overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	display: none;
}

.overlay-open .overlay {
	display: block;
	overflow-y: auto;
}

.d-none {
	display: none !important;
}

.centerBox {
	max-width: 644px;
	background: #004371;
	left: 50%;
	top: 50%;
	position: absolute;
	transform: translate(-50%, -50%);
	width: 100%;
	border: 7px solid #fff;
	border-radius: 20px;
}

.headerBox {
	padding: 16px;
	font-size: 18px;
	background: #49799a;
	color: #fff;
	border-radius: 10px 10px 0px 0px;
}

#top_program_location {
	text-transform: uppercase;
}

.headerBox i {
	position: absolute;
	right: 9px;
	top: 12px;
	width: 25px;
	height: 25px;
	border-radius: 30px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}

.bodyBox {
	padding: 0px 0px 0px 0px;
	font-size: 15px;
}

.logos-left {
	float: left;
	display: inline-block;
	position: relative;
}

.logos-left img {
	max-width: 100%;
	width: auto\9;
	height: auto;
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.right-panel {
	display: inline-block;
	position: relative;
	left: -50px;
	padding-top: 38px;
}

.select-poption {
	font-size: 19px;
	color: #fff;
	font-weight: 300;
	line-height: normal;
}

#program_wise {
	min-height: 201px;
}

.listType {
	padding: 0;
	list-style: none;
	margin-bottom: 0px;
}

.listType li {
	display: block;
	text-align: left;
	margin: 13px 0;
	line-height: 100%;
}

.listType li::before {
	content: "\f3c5";
	font-family: "Font Awesome 5 Free";
	color: #8fce39;
	padding-right: 10px;
}

.listType li a {
	font-size: 16px;
	text-align: left;
	color: #fff;
	font-weight: 600;
	font-family: 'Montserrat',sans-serif;
	line-height: normal;
}

.listType li a:hover {
	color: #ffef90;
}

.custom-logo a:hover {
	opacity: 0.85;
}

.custom-logo a {
	transition: opacity 0.2s ease-in-out;
}
/* =============== Content =============== */

.body-container-wrapper {}
.body-container {
	font-weight: 500;
	font-size: 15.6px;
	line-height: 1.5em;
}

.body-container .page-center {
	padding-top: 57px;
}

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

.custom-banner {  
	border: solid #dbdbdb;
	border-width: 1px 0;
	padding: 18px 0;
	position: relative;
	box-shadow: 0 2px 3px rgba(41, 41, 41, 0.06) inset;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #01325b;
}

.banner-container {
	text-align: center;
	width: 100%;
	display: table;
	height: 140px;
}

.banner-content {
	margin: 26px 0;
}

.banner-content h1 {
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	line-height: normal;
	text-transform: uppercase;
	text-shadow: 1px 0px 41px #000;
	margin-bottom: 0;
}

.banner-content p {
	font-size: 22px;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 0px 41px #000;
}

.banner-container.page-center {
	padding: 0 11px !important;
}

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

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

#footer {
	position: relative;
	margin-top: 44px;
	z-index: 1;
	background: #044173;
	color: #FFF;
	text-shadow: 0 1px 2px rgba(28, 28, 28, 0.8);
	border-top: 17px solid #f79248;
	padding-top: 32px;
	line-height: 1.25;
}

#footer:before {
	position: absolute;
	content: "\020";
	width: 100%;
	height: 7px;
	top: 0;
	left: 0;
	background-color: rgba(255, 255, 255, 0.11);
}

.footer-top {
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

.footer-top p {
	margin: 0;
	font-size: 32px;
	line-height: normal;
}

.footer-middle .page-center {
	padding: 41px 0;
}

.footer-middle .page-center .widget-span.footer-menu,
.footer-middle .page-center .widget-span.footer-left-wrap {
	width: 170px;
}

.footer-left-wrap table {
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	margin-bottom: 2em;
	border-collapse: collapse;
}

.footer-left-wrap table td {
	width: 43px;
}

.footer-left-wrap table tr td img {
	width: 30px;
	vertical-align: middle;
}

.footer-bottom {
	background-color: #01325b;
	border-top: solid 1px rgba(255, 255, 255, 0.13);
	padding: 20px 0 31px;
}

.footer-left-wrap img {
	vertical-align: middle;
}

.footer-wrapper a {
	-webkit-transition: color 200ms ease-in-out;
	-moz-transition: color 200ms ease-in-out;
	-o-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
	color: #bdbdbd;
}

.footer-wrapper a:hover {
	color: #e88255;
}


.copyright p {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	color: #bdbdbd;
}

#back-to-top {
	position: absolute;
	right: 12px;
	margin-top: -48px;
	transition: opacity 200ms ease-in-out;
	visibility: visible;
	opacity: 1;
	width: 33px;
	height: 30px;
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	display: none;
	text-align: center;
	line-height: 1.25;
	z-index: 1;
}

#back-to-top:after {
	font-family: "FontAwesome", sans-serif;
	position: absolute;
	display: block;
	content: "\f106";
	width: 100%;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #a6a6a6;
	-webkit-font-smoothing: antialiased;
}

#back-to-top:hover:after {
	color: #bfbfbf;
}

.footer-menu h3 {
	color: #e1e1e1;
	font-size: 112%;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1.3em;
}

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

.footer-menu .hs-menu-wrapper > ul > li {
	position: relative;
	list-style-type: none;
	padding-left: 1em;
}

.footer-menu .hs-menu-wrapper > ul > li > a {
	white-space: normal;
}

.footer-menu .hs-menu-wrapper > ul > li:after {
	font-family: "FontAwesome", sans-serif;
	position: absolute;
	content: "\f105";
	font-size: 12px;
	width: 1em;
	height: 1em;
	line-height: 1em;
	left: 0;
	top: 50%;
	margin-top: -0.5em;
	opacity: 0.9;
	z-index: -1;
	color: #fb773d;
}

.footer-menu .hs-menu-wrapper > ul > li + li {
	margin-top: 0.6em;
}

.footer-middle .footer-menu {
	padding-left: 50px;
}

#footer.lp {
	padding-top: 0;
}

body.overlay-open {
	overflow: hidden;
}
/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */

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

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

@media screen and (min-width:768px) {
	.centerBox {
		position: relative;
		left: 0;
		top: 0;
		transform: none;
		margin: 55px 0;
	}

	.overlay > div {
		max-width: 644px;
		display: flex;
		margin: 0 auto;
		justify-content: center;
		align-items: center;
		height: 100%;
	}

	.header-container {
		min-height: 167px;
	}
	.no-bottom-header .header-container {
		min-height: 106px;
	}

	.m-b {
		display: none;
	}

	#header {
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(255, 255, 255, 1);
		width: 100%;
	}

	.custom-logo img {
		transition: width 0.3s ease-out;
		width: 303px;
	}

	.sticky .custom-logo img {
		width: 35.3%;
	}

	#header .logo-wrap {
		transition: padding 0.3s ease-out;
	}

	.sticky #header .logo-wrap {
		padding-top: 8px;
		padding-bottom: 5px;
	}

	#header .header-social-wrap {
		transition: padding 0.3s ease-out;
	}

	.sticky #header .header-social-wrap {
		padding-top: 11px;
		padding-bottom: 12px;
	}

	.sticky .social-media-top {
		display: inline-block;
		vertical-align: middle;
		padding-top: 1px;
	}

	.sticky .contact-no {
		display: inline-block;
		margin-top: 0;
		margin-left: 15px;
		vertical-align: middle;
	}

	.sticky .search-box {
		top: 45px;
	}

	.sticky .social-media-top ul li img {
		width: 24px;
	}

	.contact-no p a {
		transition: all 0.3s ease-out;
	}

	.sticky .contact-no p a {
		font-size: 20px;
		transition: all 0.3s ease-out;
	}

	.sticky .custom-menu-primary .hs-menu-wrapper > ul > li > a {
		padding: 12px 16px 15px;
		font-size: 18px;
	}

	.sticky .search-right {
		padding-top: 8px;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li.programs > ul {
		min-width: 550px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li.programs > ul > li {
		position: static;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li.programs > ul > li.hs-item-has-children > a {
		width: 190px !important;
		position: relative;
		padding: 5.5px 0;
		font-weight: 400;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.programs.hover > ul.hs-menu-children-wrapper {
		min-height: 294px;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li.programs ul li a {
		padding: 5.5px 0;
		white-space: normal !important;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li.programs > ul > li.hs-item-has-children > a:after {
		font-size: 16px;
		margin-left: 20px;
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: none;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		content: "\f0da";
		width: 8px;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li.programs > ul > li.hs-item-has-children.activeChild > a:after,
	.custom-menu-primary .hs-menu-wrapper > ul > li.programs > ul > li.hs-item-has-children:hover > a:after {
		display: inline-block;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li.programs > ul > li.hs-item-has-children.activeChild > a,
	.custom-menu-primary .hs-menu-wrapper > ul > li.programs > ul > li.hs-item-has-children:hover > a {
		color: #e3e16b;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li.programs > ul > li > .hs-menu-children-wrapper {
		display: none;
		float: right;
		width: calc(60% + 30px);
		top: 0 !important;
		left: auto !important;
		right: 0;	
		min-height: 162px;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li.programs > ul > li.activeChild > .hs-menu-children-wrapper {
		display: inline-block;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li.programs > ul > li > .hs-menu-children-wrapper ul {
		position: static !important;
		padding: 0;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li.programs > ul > li.sports > .hs-menu-children-wrapper > li.hs-item-has-children,
	.custom-menu-primary .hs-menu-wrapper > ul > li.programs > ul > li.specialty > .hs-menu-children-wrapper > li.hs-item-has-children {
		width: 50%;
		float: left;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li.programs > ul > li.sports > .hs-menu-children-wrapper > li.hs-item-has-children > a,
	.custom-menu-primary .hs-menu-wrapper > ul > li.programs > ul > li.specialty > .hs-menu-children-wrapper > li.hs-item-has-children > a {
		display: none;
	}

	#header .custom-mobile-menu,
	#header .for-mobile {
		display: none !important;
	}

}

@media (max-height: 465px) and (min-width:768px) {
	.overlay > div {
		height: auto;
	}
}

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

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

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

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

/* Blog Post and Listing Body Class */

.blog {
}

/* Blog Post */

.hs-blog-post {
}

/* Blog Listing */

.hs-blog-listing {
}

/* Blog Columns Wrapper */

.blog .content-wrapper {
}

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

.blog .blog-content {
}

/* Use this to style the main wrapper for the blog listing pages */

.blog-listing-wrapper {
}

/* Use this to style the main wrapper for the blog post pages */

.blog-post-wrapper {
}

/* Blog Title */

.hs-blog-header h1 {
}

.hs-blog-header h1 a {
}

/* Blog Post Title */
.post-header h1 {
} 

.post-header h2 {
}

.post-header h2 a {
	text-decoration: none;
}

/* Blog Author and Avatar */

#hubspot-author_data {
	margin: 15px 0;
	font-size: 24'
}
#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 {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc;
}

.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;
	max-height: 280px;
	max-width: 280px;
	height: auto;
	width: auto;
	display: inline-block !important;
	float: right; 
	float: none !important;
	margin: 20px 0 20px 20px;
	margin: 20px 0;
}*/
.post-item{
	height: 100%;
}
.hs-featured-image-wrapper{
	min-height: 300px;
	border-radius: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.title_post h2{
	font-size: 18px;
	line-height: 28px;
	margin-top: 15px;
	min-height: 55px;
}
.title_post h2 a{
	font-size: 18px;
	line-height: 28px;
}
/* Read More Link */

a.more-link {
	display: inline-block;
	padding: 15px 0;
}
.block_post_title{
	font-size: 14px;
	line-height: 24px;
}

/* Blog Topics List */

#hubspot-topic_data {
	margin: 15px 0;
}

#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 {
	margin-bottom: 30px;
	margin-top: 30px;
}

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

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

.custom_listing_comments {
	border: 1px solid #ccc;
	padding: 15px;
}

#comment-form .actions {
	text-align: center;
}

#comment-form .actions input {
	margin: 20px 0;
}

#comment-form {
	background: #ffffff;
	border: 1px solid #000000;
	margin: 15px 0;
	padding: 30px;
}

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

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

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

#comments-listing.new-comments,
#comments-listing.no-comments {
	margin: 0;
	padding: 0;
	border: none;
}

/* Pagination */

.blog-pagination {
}

.blog-pagination a {
	display: table;
}

.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 {
	margin-bottom: 25px;
}

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

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item.hs-blog-social-share-item-linkedin span {
	vertical-align: top !important;
}

#comments-listing:not([data-has-comments="true"]) {
	display: none;
}

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


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

/* Form Field */
.hs-form-field {
	margin-bottom: 10px;
}

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

/* Labels and Legends */
label {}
.hs-form-field > label {
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
	color: #4f4f4f;
	font-size: 13px;
}

/* 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 {
	width: 100%;
	max-width: 500px;
	display: block;
	-webkit-appearance: none;
	font-family: "PT Sans";
	line-height: 33px;
	font-size: 13px;
	color: #636363;
	background: #ffffff;
	border: solid 1px #dbdbdb;
	transition: background 0.3s ease-in-out;
	border-radius: 0;
	box-shadow: 0 2px 3px rgba(41, 41, 41, 0.05) inset;
	-webkit-appearance: none;
	height: 32px;
	padding: 5px;
}

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;
	color: #636363;
	background-color: #fafafa;
	border-color: #dbdbdb;
	box-shadow: 0 2px 3px rgba(41, 41, 41, 0.07) inset;
}

/* Separate Styles for Multiple Line Inputs */
textarea {
	height: auto;
}
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 {
	padding: 0;
	margin: 0;
}

.hs-error-msgs li {
	list-style: none;
}

.hs-error-msgs label {
	color: red;
	font-size: 13px;
	display: block;
	margin-bottom: 5px;
}

/* Placeholder Text */
::-webkit-input-placeholder {
	color: #a2a2a2;
	opacity: 0.82;
} /* Webkit Browsers */
:-moz-placeholder {
	color: #a2a2a2;
	opacity: 0.82;
} /* Firefox 18- */
::-moz-placeholder {
	color: #a2a2a2;
	opacity: 0.82;
} /* Firefox 19+ */
:-ms-input-placeholder {
	color: #a2a2a2;
	opacity: 0.82;
} /* 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;
	display: inline-block;
	white-space: normal;
	text-align: center;
	padding: 6px 14px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	background: #fb7a42;
	line-height: 1.5em;
	font-weight: 500;
	color: #ffffff;
	letter-spacing: 0.1pt;
	text-shadow: 0 1px 2px rgba(41, 41, 41, 0.55);
	border: none;
	border-radius: 6px;
	outline: none;
	margin: 15px 0;
}

.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                                      
========================================================================== */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

.hs-blog-post .widget-type-blog_comments .hs_cos_wrapper_type_blog_comments form {
	position: relative;
}

.hs-blog-post .widget-type-blog_comments .hs_cos_wrapper_type_blog_comments form:before {
	content: 'Leave a reply';
	margin-bottom: 25px;
	display: block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2em;
}

.replying {
	padding: 0 15px !IMPORTANT;
}

.hs-blog-post .widget-type-blog_comments .hs_cos_wrapper_type_blog_comments form,
.hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription {
	margin-bottom: 15px;
	display: block;
	border: 1px solid #ccc;
	background: #eee;
	padding: 15px 10px 20px;
	max-width: 500px;
	width: 100%;
}

.form-title {
	font-weight: bold;
	font-size: 18px;
	color: #4f4f4f;
	line-height: 1.5em;
}
/* Styles that do not fit into any of the available sections above can go here. */


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


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

@media (max-width: 1200px) {
	.container-fluid .row-fluid .page-center {
		max-width: none;
		width: 100%;
	}
	#header .header-bottom .page-center {
		padding: 0;
	}
	#header .logo-wrap {
		padding-left: 4px;
	}
	#header .header-social-wrap {
		padding-right: 4px;
	}
}


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

@media (max-width: 767px) {
	.hs-blog-post .widget-type-blog_comments .hs_cos_wrapper_type_blog_comments form,
	.hs_cos_wrapper_type_password_prompt,
	.hs-search-field__bar,
	.hs_cos_wrapper_type_form,
	.widget-type-blog_subscribe,
	.widget-type-google_search,
	.widget-type-password_prompt.custom_error_message,
	.widget-type-email_simple_subscription,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	input[type="file"],
	textarea,
	select {
		max-width: 100%;
	}
	.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
		max-height: none;
		max-width: 100%;
		display: block !important;
		float: none;
		margin: 20px auto;
	}

	.blog .blog-sidebar {
		padding-top: 25px;
	}

	#header .logo-wrap {
		width: 250px;
		padding-left: 0;
		margin-left: 4px;
	}

	#header .header-social-wrap {
		display: none;
	}

	#header .custom-menu-primary {
		display: none;
	}

	.search-right {
		margin-top: 1px;
		margin-right: 12px;
		padding: 4px;
		height: 35px;
		width: 35px;
		float: none;
		display: inline-block;
		vertical-align: middle;
	}

	.d-b {
		display: none;
	}

	.search-open .m-b {
		display: none;
	}

	#header .header-site-search-wrap {
		width: 89px;
		min-height: 0;
		position: absolute;
		right: 11px;
		top: 55px;
	}

	#header .header-bottom {
		background: none;
		min-height: 0;
	}

	.nav-mobile.mobile-trigger {
		display: inline-block;
		cursor: pointer;
		position: relative;
		width: 35px;
		right: 0;
		vertical-align: middle;
	}

	.bar1, .bar2, .bar3 {
		width: 35px;
		height: 5px;
		background-color: #5b9ac1;
		margin: 6px 0;
		transition: 0.4s;
	}

	#header .header-bottom .page-center {
		min-height: 0;
	}

	.header-top {
		position: relative;
	}

	.search-open .closes {
		color: #5b9ac1;
		margin-top: 0;
	}

	.for-mobile {
		text-align: center;
		padding: 5px 10px;
		font-weight: bold;
		background: #005999;
		color: #fff;
		top: 0px;
		position: relative;
	}

	.for-mobile p {
		background: url(//6865999.fs1.hubspotusercontent-na1.net/hubfs/6865999/FutureStars_January2020/images/phone.png) no-repeat left top;
		padding: 5px 5px 5px 35px;
		display: inline-block;
		margin: 0;
	}
	.for-mobile a {
		color: #fff;
	}

	.banner-content h1 {
		font-size: 35px;
	}

	.banner-content p {
		margin-top: 18px;
	}

	.custom-banner {
		padding: 24px 0;
	}

	.footer-middle .page-center .widget-span.footer-menu,
	.footer-middle .page-center .widget-span.footer-left-wrap {
		width: 100%;
	}

	.footer-middle .footer-menu {
		margin-top: 44px;
	}

	.footer-middle .footer-menu {}

	.footer-middle .footer-left-wrap {
		text-align: center;
	}

	.footer-left-wrap table {
		text-align: center;
	}

	#footer .row-fluid .page-center {
		max-width: 462px;
	}

	.footer-left-wrap img {
		width: 177px;
	}

	.footer-bottom {
		padding: 27px 0 35px;
	}

	.custom-mobile-menu {
		background: rgb(5,89,158);
		background: -moz-linear-gradient(0deg, rgba(5,89,158,1) 0%, rgba(36,142,194,1) 100%);
		background: -webkit-linear-gradient(0deg, rgba(5,89,158,1) 0%, rgba(36,142,194,1) 100%);
		background: linear-gradient(0deg, rgba(5,89,158,1) 0%, rgba(36,142,194,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05599e",endColorstr="#248ec2",GradientType=1);
	}

	.custom-mobile-menu .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
		display: none;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper {
		background-color: #6d9ab9;
		opacity: 0.98 !important;
		color: #fff;
		font-size: 20px;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul {
		display: block;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul > li > a {
		transition: all .25s ease;
		font-size: 22px;
		color: #fff;
		height: auto;
		line-height: 100%;
		font-weight: 300;
		padding: 17px 16px 19px;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul li a {
		border-bottom: 1px solid #d8d8d8;
		display: block;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul > li:hover > a {
		background: #085ea1;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul > li > ul > li > a {
		font-size: 18px;
		color: #fff;
		font-weight: 300;
		padding: 14px 16px 19px;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul ul ul li a {
		background: #87b3d0;
		padding: 16px 34px;
		color: #fff;
		font-weight: 300;
		font-size: 18px;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:after {
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		content: "\f0da";
		margin-left: 5px;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul > li > ul li:hover > a {
		color: #e3e16b;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul > li > ul > li > .child-trigger {
		height: 53px;
		width: 100%;
		padding: 0;
	}

	.custom-mobile-menu .hs-menu-wrapper > ul > li > ul > li > .child-trigger i {
		display: none !important;
	}

	.child-trigger {
		display: block !important;
		cursor: pointer;
		position: absolute;
		top: 0px;
		right: 0px;
		width: 59px;
		height: 59px;
		text-align: right;
		line-height: 100%;
		font-size: 28px;
		color: #fff;
		padding: 16px;
	}

	.child-trigger.child-open i.fas {
		transform: rotate(90deg);
		-webkit-transform: (90deg);
		-moz-transform: (90deg);
	}

	.child-trigger i.fas {
		width: auto;
		display: inline-block;
	}

	#header .custom-mobile-menu {
		display: none;
	}

	.centerBox {
		width: 94%;
		transform: none;
		position: relative;
		left: 0;
		top: 0;
		margin: 0 auto 15px;
	}

	.headerBox {
		font-size: 16px;
		background: #49799a;
		text-align: center;
		padding: 16px 35px;
	}

	.logos-left {
		display: none;
	}

	.right-panel {
		display: block;
		left: 0px;
		max-width: 342px;
		margin: 0px auto;
		padding: 0 11px;
		padding-top: 40px;
	}

	.search-box {
		left: 50%;
		transform: translateX(calc(-50% + -71px));
	}

	.overlay-open .overlay {
		display: flex;
		justify-content: center;
		padding-top: 21.2%;
		align-items: baseline;
	}

}  


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

@media (max-width: 479px) {
	.subscribe-options label {
		margin-left: 0;
		margin-right: 0;
	}
	.hs_recaptcha.hs-recaptcha.field.hs-form-field {
		width: 100%;
		display: inline-block;
		max-width: 300px;
		overflow-x: auto;
		overflow-y: hidden;
	}
	.hs-author-profile .hs-author-avatar {
		float: none;
		margin: 15px 0;
	}
}

@media (max-width: 1200px) and (min-width: 768px) {
	.search-right {
		margin-right: 18px;
	}
}

@media (max-width: 1170px) and (min-width: 768px) {
	.header-container {
		min-height: 164px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		font-size: 19px;
	}
	#header .header-social-wrap {
		padding-right: 14px;
	}
}

@media (max-width: 1033px) and (min-width: 768px) {
	.header-container {
		min-height: 160px;
	}

	.custom-menu-primary .hs-menu-wrapper > ul > li > a {
		font-size: 17px;
		padding: 17px 4px;
	}

	.sticky .custom-menu-primary .hs-menu-wrapper > ul > li > a {
		padding: 17px 4px;
		font-size: 16px;
	}

	#header .custom-menu-primary {
		width: calc(100% - 50px);
	}

	#header .header-site-search-wrap {
		width: 50px;
	}

	.search-right img.d-b {
		width: 25px;
	}

	.search-box {
		top: 51px;
	}
	.sticky .search-right {
		padding-top: 10px;
	}
}