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

/***********************************************/
/* CSS @imports must be at the top of the file */
@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter', sans-serif; }
/* Add them above this section                 */
/***********************************************/

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

/* These includes are optional, but helpful. */
/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* STICKY TABS */
.stickytab {width:100%; }
#stick {width:100%; z-index:100; top: 0;
  left: 0;}

.fa-linkedin:before {
  content: "\f0e1";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-angellist:before {
  content: "\f209";
}

/*****************************************/

body {
	font-family: 'Inter', sans-serif;
	line-height: 1.6;
	margin: 0;
	min-height: 100vh;
}

a {
	text-decoration: none;
}

p{
  font-size: 18px;
  color: #494949;
  margin: 0 auto 1em;
  letter-spacing: -.01em;
  line-height: 1.8;
}
h2{
	font-size:34px;
	margin: 0 auto .3em;
}
@media (min-width: 500px) {
	h2 {
		font-size:44px;
		line-height: 1.3;
	}
}
h3{
	font-size: 36px;
  line-height: 1.3;
}
.hero-header{
  padding-right: .5rem;
  padding-left: .5rem;
  padding-top: 5rem;
  margin:auto;
  text-align:center;
}
@media (min-width: 1200px){
	.hero-header{
    padding-right: 4rem;
    padding-left: 4rem;
    padding-top: 3rem;
    margin:auto;
  }
}
.hero-wrapper{
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5rem 1rem;
}
@media (min-width: 1200px){
    .hero-wrapper{
      padding: 8rem 1rem;
  }
}

.white-text {
  color: #fff!important;
}
h1.white-text{
  font-size:32px;
  font-weight: 600;
  line-height: 1.4;
  margin:-20px auto .3em;
  color: #000;
  max-width:800px;
}
@media (min-width: 992px) {
	h1.white-text {
		font-size:60px;
    margin: 0 auto .3em;
	}
}
.subheader-hero{
  font-size:18px;
  font-weight:400;
  text-align:center;
  max-width: 700px;
}
@media (min-width: 992px) {
	.subheader-hero {
		font-size:20px;
    text-align:center;
    max-width: 700px;
	}
}
.NavWrap {
	background-color: white;
/*   position: fixed; */
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.headroom--pinned {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.headroom {
  will-change: transform;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ContactInfoBar {
  background-color: black;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5em;
  margin: 0;
  font-family: 'Helvetica Neue', helvetica, arial, sans-serif;
}
.ContactInfoBar a {
  color: rgba(255, 255, 255, 0.85) !important;
  display: inline-block;
  text-decoration: underline;
}
.ContactInfoBar .col-xs {
  padding: .3rem 2rem;
}
.ContactInfoBar .u-floatRight {
  padding: .3rem 2rem;
  text-decoration: none;
}
.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}
.u-hidden-xs-up{
	display:inline;
}
@media (max-width: 768px){
	.u-hidden-xs-up {
	    display: none;
	}
}
.u-hidden-xs{
	display:inline;
}
@media (min-width: 768px){
	.u-hidden-xs {
	    display: none;
	}
}
.MainNav--active {
    position: relative;
}
@media (min-width: 830px){
	.MainNav--active {
	    padding: 1.2rem 0;
	}
}
.MainNav--active {
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
    padding: 1rem 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
@media (min-width: 830px){
	.MainNav {
	    padding: 1.45rem 0;
	}
}
.MainNav {
    z-index: 100;
    height: auto;
    background-color: transparent;
    text-align: center;
    padding: 1.1rem 0;
    margin: 0;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display:flex;
}
.MainNav-logo--redBlack {
    background-image: url(../images/sr_otg/sr_logo_red_black.svg);
    background-size: contain;
    height: 23px;
    width: auto;
}
.MainNav-logo {
    text-align: left;
    background-image: url(../images/sr_otg/sr_logo_red_white.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 26px;
    width: auto;
    background-position: center left;
    position: relative;
}
.MainNav-logo a {
    width: 100%;
    height: 100%;
    max-width: 200px;
    display: block;
}
.MainNav > div {
    position: static;
    flex-basis:auto;
}
.u-xs-hideMobileNav{
	display: none;
}
/* @media (min-width: 830px){
	.u-xs-hideMobileNav {
	    display: none !important;
	}
} */
.end-xs {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: end;
}
.MainNav-rightLinks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.public .navDemoBtn.-athlete {
  border-radius: 2px;
  padding: 4px 6px;
  color: #fff !important;
  border: 2px solid #29d2b6;
  background-color: #29d2b6;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .01rem;
  line-height: 0;
}
.SectionWrapper {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem 1rem;
  overflow-x: hidden;
}
.SectionWrapper-wistia {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem 1rem 6rem 1rem;
  overflow-x: hidden;
}

/* TESTING BUG WISTIA POPOVER*/
div#wistia-gallery-qflhxxgmlz-1{
  position: inherit !important;
}
div#wistia-gallery-ir5a336i21-1{
  position: inherit !important;
}
.wistia_responsive_wrapper{
  position: inherit !important;
}
.w-color-overlay{
  background:none !important;
}
button.w-css-reset.w-css-reset-tree{
  border-radius: 12px !important;
  background-color: #18cec6 !important;
  max-width: 1200px!important;
  text-align:center !important;
  margin: auto !important;
  cursor: pointer !important;
  height: auto !important;
  opacity: 1 !important;
  overflow: hidden !important;
  position: relative !important;
  text-align: center !important;
  transition: opacity 1000ms ease 0s !important;
  width: 100% !important;
  padding: 50px !important;
}
button.w-css-reset.w-css-reset-tree div{
  position: inherit !important;
  transform: inherit !important;
  top: 0% !important;
  left: 0% !important;
}
button.w-css-reset.w-css-reset-tree:hover{
  box-shadow: 0 30px 60px -30px rgb(0 0 0 / 30%), 0 -1px 10px 1px rgb(26 27 31 / 8%) !important;
}
button.w-css-reset.w-css-reset-tree p{
  font-size:32px !important;
  text-shadow: none !important;
  font-weight: 600 !important;
  font-family: inter !important;
  margin-bottom: 20px !important;
}
button.w-css-reset.w-css-reset-tree p:hover{
  font-size:32px !important;
  text-shadow: none !important;
}
.wistia_responsive_padding{
  padding: 20px !important;
}
.open-popover-channel-button{
  background: white !important;
  color: #18cec6 !important;
  font-size: 20px !important;
  padding: 16px !important;
  font-weight: 600 !important;
  font-family: inter !important;
}
.open-popover-channel-button:hover{
  box-shadow: 0 30px 60px -30px rgb(0 0 0 / 30%), 0 -1px 10px 1px rgb(26 27 31 / 8%) !important;
  background: #F0F1F3 !important;
}
/* TESTING BUG */


.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.u-maxWidth--1400px {
  max-width: 1400px;
  margin: 0 auto;
}
.u-maxWidth--900px {
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px){
.u-maxWidth--900px {
    display:none;
	}
}
.u-maxWidth--700px {
  max-width: 700px;
  margin: 0 auto;
}
.middle-xs {
  align-items: center;
}
.Button-athlete {
  background-color: #18cec6;
}
.Button-athlete:hover {
  background-color: #19d7cd;
	text-decoration: none;
}
.Button {
  padding: 14px 20px;
  border-radius: 3px;
  text-transform: inherit;
  color: #fff!important;
  font-size: 18px!important;
  font-weight: 700!important;
  border: 2px solid transparent;
  display: inline-block;
  margin: 20px 0;
  transition: ease all .25s;
  text-shadow: 0 0.5px 2px rgba(0,0,0,.2);
  box-shadow: 0 15px 25px -8px rgba(0,0,0,.15), 0 0 1px 0 rgba(26,27,31,.05);
}
.navDemoBtn.-athlete {
  border-radius: 2px;
  padding: 15px 15px;
  color: #fff !important;
  border: 2px solid #29d2b6;
  background-color: #29d2b6;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .01rem;
  line-height: 0;
}
.navDemoBtn.-athlete:hover {
	text-decoration: none;
}
.u-backgroundGradient--darkBlue {
  background: linear-gradient(to bottom,rgba(33,44,53,.9) 25%,rgba(33,44,53,.9) 100%),url(https://s3.amazonaws.com/sportsrecruits/assets/vienna-reyes-616736-unsplash.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bg-gray{
  background-color: #f1f1f1;
}
.bg-white{
  background-color: #ffffff;
}
.bg-black{
	background-color: black;
}
.footer{
	padding: 3.5em 2em;
}
.Footer-logo {
  width: 180px;
  height: auto;
}
.Footer-logoSocialWrap {
    text-align: center;
	}
@media (min-width: 768px){
.Footer-logoSocialWrap {
    text-align: left;
	}
}
.Footer-linkList {
  list-style: none;
  margin: 0 0 1.5rem 0;
  padding: 0;
}
@media (min-width: 768px){
.Footer-linkList {
    margin: 0 0 0 0;
	}
}
.Footer-socialLink {
    display: inline-block;
}
li {
    padding: 0;
    margin: 0;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.Footer-socialLink .fa {
    font-size: 21px;
    margin: .7rem .3rem;
		color: #888;
}
.Footer-linkList li a {
    display: block;
    font-size: 12px;
    font-weight: 500;
    padding: .5rem 0;
    color: #888;
    text-decoration: none;
}
.Footer-copyright {
    font-size: 12px;
    color: #5c5c5c;
    font-weight: 500;
    border-top: 1px solid #5c5c5c;
    margin-top: 1.8rem;
    padding-top: 2rem;
}
.Footer-copyright a {
    font-size: 12px;
    color: #5c5c5c;
    font-weight: 500;
    text-decoration: none;
}
.u-noSidePadding {
    padding-left: 0;
    padding-right: 0;
}
.Footer-copyright .box {
    margin-bottom: .8rem;
}
@media (min-width: 768px){
	.u-sm-hideElement {
	  display: none!important;
	}
}
.Footer-socialLink--youtube:hover {
    color: #e52d27;
    cursor: pointer;
}
.w-gallery-view__gallery-card-cover{
  background: white;
}
.w-gallery-view.w-css-reset.w-text-highlight-allowed{
  background:#f1f1f1 !important;
}
.w-gallery-view__title-wrapper div {
  color: #000 !important;;
  font-size:42px;
  font-weight: 700;
  margin: 0 auto .3em;
  
}
.w-gallery-view__gallery-card-cover{
  background:#f1f1f1;
}
.LinesEllipsis{
  text-align:left;
  color: #000;
}
.w-gallery-view__section{
  text-align:left;
}
.w-gallery-view__gallery-card-container.w-css-reset{
  display:none !important;
}
/* .w-gallery-view__head.w-css-reset {
    display: none !important;
} */
.w-hero-background.w-css-reset.w-css-reset-tree{
  display: none !important;
}
.w-gallery-view__gallery-card-cover{
  display: none !important;
}
.LinesEllipsis {
    color: black !important;
}
.w-gallery-view__section h2 {
    color: black !important;
}
.w-gallery-view__section-right-arrow-area{
  background:linear-gradient(90deg, rgba(0, 0, 0, 0), rgb(241, 241, 241)) !important;
}
.w-gallery-view__section-left-arrow-area {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0), rgb(241, 241, 241)) !important;
}
polyline {
    fill: none;
    stroke: #494949 !important;
    stroke-width: 4px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

/* TABS */
.accordion {
  background: #f9f9f9;
}
.accordion-tabs :focus {
  outline: none;
}
.accordion-item {
  border-bottom: 1px solid #eaeaea;
}
.accordion-item:last-child {
  border: none;
}
.accordion-item__label {
  margin: 0;
  padding: 1.25rem;
  cursor: pointer;
  transition: padding 0.2s ease;
  position: relative;
}
.accordion-item__label:after {
  content: "";
  height: 4px;
  width: 4px;
  position: absolute;
  top: -4px;
  right: 1.25rem;
  bottom: 0;
  margin: auto;
  border: 3px solid transparent;
  border-radius: 2px;
  transform: rotate(45deg);
  border-color: transparent #447fff #447fff transparent;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.accordion-item__label:hover {
  background: #d3e1ff;
}
.accordion-item__container {
  padding: 0 1.25em;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}
.accordion-active {
  background: rgba(68, 127, 255, 0.1);
}
.accordion-active .accordion-item__label {
  padding-bottom: 0;
  cursor: inherit;
}
.accordion-active .accordion-item__label:hover {
  background: none;
}
.accordion-active .accordion-item__label:after {
  opacity: 0;
}
.accordion-active .accordion-item__container {
  padding: 1.25em;
  height: auto;
  opacity: 1;
}
.accordion-active .accordion-item__container p:first-child,
.accordion-active .accordion-item__container h1:first-child,
.accordion-active .accordion-item__container h2:first-child,
.accordion-active .accordion-item__container h3:first-child,
.accordion-active .accordion-item__container h4:first-child,
.accordion-active .accordion-item__container h5:first-child,
.accordion-active .accordion-item__container h6:first-child {
  margin-top: 0;
}
.accordion-active .accordion-item__container p:last-child,
.accordion-active .accordion-item__container h1:last-child,
.accordion-active .accordion-item__container h2:last-child,
.accordion-active .accordion-item__container h3:last-child,
.accordion-active .accordion-item__container h4:last-child,
.accordion-active .accordion-item__container h5:last-child,
.accordion-active .accordion-item__container h6:last-child {
  margin-bottom: 0;
}

/* @media (min-width: 600px) {
  .accordion-tabs {
    font-size:12
  } */
  .accordion-tabs .accordion-tab {
    background: f1f1f1;
    padding: 1rem;
    font: inherit;
    flex: 1;
    border: none;
    cursor: pointer;
    transition: background 0.1s ease;
  }
  .accordion-tabs .accordion-tab:hover {
    background: #E4E5EA;
  }
  .accordion-tabs .accordion-tab:last-child {
    border-right: 0;
  }
  .accordion-tabs .accordion-tab.accordion-active {
    background: #f9f9f9;
    font-weight:800;
    border-bottom: 8px solid #18cec6;
  }

  .accordion-item {
/*     padding: 2.4rem; */
    display: none;
    border: none;
    background: #f9f9f9;
    min-height: 260px;
  }
  .accordion-item__label, .accordion-item__container {
    padding: 0;
    transition: inherit;
  }
  .accordion-item__label {
    margin-bottom: 1.5rem;
  }
  .accordion-item.accordion-active {
    display: block;
  }
  .accordion-item.accordion-active .accordion-item__container {
    padding: 0;
  }
}
* {
  box-sizing: border-box;
}

.accordion {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 600px) {
  .accordion {
    width: 100%;
  }
}
.accordion + p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  font-size: 0.9rem;
  margin-top: 2rem;
}.accordion {
  background: #f9f9f9;
}
.accordion-tabs {
  display: flex;
  box-shadow: 0 2px 4px -1px rgba(0,0,0,0.25);
/*   background: rgba(68, 127, 255, 0.1); */
}
.accordion-tabs :focus {
  outline: none;
}
.accordion-item {
  border-bottom: 1px solid #eaeaea;
}
.accordion-item:last-child {
  border: none;
}
.accordion-item__label {
  margin: 0;
  padding: 1.25rem;
  cursor: pointer;
  transition: padding 0.2s ease;
  position: relative;
}
.accordion-item__label:after {
  content: "";
  height: 4px;
  width: 4px;
  position: absolute;
  top: -4px;
  right: 1.25rem;
  bottom: 0;
  margin: auto;
  border: 3px solid transparent;
  border-radius: 2px;
  transform: rotate(45deg);
  border-color: transparent #447fff #447fff transparent;
  opacity: 1;
  transition: opacity 0.1s ease;
}
.accordion-item__label:hover {
  background: #d3e1ff;
}
.accordion-item__container {
  padding: 0 1.25em;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: padding 0.2s ease, opacity 0.5s 0.15s ease;
}
.accordion-active {
/*   background: rgba(68, 127, 255, 0.1); */
}
.accordion-active .accordion-item__label {
  padding-bottom: 0;
  cursor: inherit;
}
.accordion-active .accordion-item__label:hover {
  background: none;
}
.accordion-active .accordion-item__label:after {
  opacity: 0;
}
.accordion-active .accordion-item__container {
  padding: 1.25em;
  height: auto;
  opacity: 1;
}
.accordion-active .accordion-item__container p:first-child,
.accordion-active .accordion-item__container h1:first-child,
.accordion-active .accordion-item__container h2:first-child,
.accordion-active .accordion-item__container h3:first-child,
.accordion-active .accordion-item__container h4:first-child,
.accordion-active .accordion-item__container h5:first-child,
.accordion-active .accordion-item__container h6:first-child {
  margin-top: 0;
}
.accordion-active .accordion-item__container p:last-child,
.accordion-active .accordion-item__container h1:last-child,
.accordion-active .accordion-item__container h2:last-child,
.accordion-active .accordion-item__container h3:last-child,
.accordion-active .accordion-item__container h4:last-child,
.accordion-active .accordion-item__container h5:last-child,
.accordion-active .accordion-item__container h6:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .accordion-tabs {
    display: flex;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,0.25);
/*     background: rgba(68, 127, 255, 0.1); */
  }
  .accordion-tabs .accordion-tab {
    background: f1f1f1;
    padding: 1.2rem;
    font: inherit;
    flex: 1;
    border: none;
    cursor: pointer;
    transition: background 0.1s ease;
    font-size:1.7em;
  }
  .accordion-tabs .accordion-tab:hover {
    background: #E4E5EA;
  }
  .accordion-tabs .accordion-tab:last-child {
    border-right: 0;
  }
  .accordion-tabs .accordion-tab.accordion-active {
    background: #f9f9f9;
  }

  .accordion-item {
/*     padding: 2.4rem; */
    display: none;
    border: none;
    background: #f9f9f9;
    min-height: 260px;
  }
  .accordion-item__label, .accordion-item__container {
    padding: 0;
    transition: inherit;
  }
  .accordion-item__label {
    margin-bottom: 1.5rem;
  }
  .accordion-item.accordion-active {
    display: block;
  }
  .accordion-item.accordion-active .accordion-item__container {
    padding: 0;
  }
}
* {
  box-sizing: border-box;
}

.accordion {
  overflow: hidden;
  width: 100%;
}
@media (min-width: 600px) {
  .accordion {
    width: 100%;
  }
}
.accordion + p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  font-size: 0.9rem;
  margin-top: 2rem;
}
/* WISTIA BLOCK */
.cta-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: center;
  color: white;
  border-radius: 16px;
  padding: 20px 20px 32px 20px;
}
@media only screen and (min-width: 740px) {
.cta-block {
  flex-direction: row;
  justify-content: space-between;
  padding: 24px 32px;
  align-items: center;
}
}
.u-bg-soccer-net {
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.85)),to(rgba(0,0,0,.75))),url(https://4150183.fs1.hubspotusercontent-na1.net/hubfs/4150183/Landing-Pg-Imgs/soccer-net.jpeg);
background: linear-gradient(to bottom,rgba(0,0,0,.85) 0,rgba(0,0,0,.75) 100%),url(https://4150183.fs1.hubspotusercontent-na1.net/hubfs/4150183/Landing-Pg-Imgs/soccer-net.jpeg);
  background-position-x: 0%, 0%;
  background-position-y: 0%, 0%;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
  background-size: auto, auto;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
  
}
.u-container-1200px{
  max-width: 1200px;
}
.u-center-container {
  margin-left: auto;
   margin-right: auto;
}
.u-m-tb-12px {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.text-32px {
  font-size: 32px !important;
}
.text-700 {
  font-weight: 700 !important;
}
.u-m-b-12px {
  margin-bottom: 12px !important;
}
.text-18px {
  font-size: 18px !important;
}
.u-m-0 {
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}
.button-primary {
  background-color: #286ED7;
  padding: 16px 18px;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
}
.button-primary:hover {
  background-color: #184281;
}