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

/* EX: @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}

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

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


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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

body {
    color: #282828;
    background: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Source Sans Pro',sans-serif;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1280px;
    width: 80%;
    margin: 0 auto;
}

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


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

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

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

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #282828;
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 15px;
}

h1 {
    font-size: 60px;
    font-weight: 900;
}
h2 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 auto;
}
h3 {
    font-size: 24px;
    text-transform: none;
    font-weight: 600;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 13.28px;
}
h6 {
    font-size: 10.72px;
}

/* Anchor Links */
a { 
    color: #1fabd5; 
    text-decoration: none;
 		font-weight: 600;
}
a:hover, a:focus { 
    color: #24c4f4; 
    text-decoration: none;
}


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


.custom-header-wrapper {
    position: relative;
    min-height: 65px !important;
}
.custom-header-fixed-wrapper {
    padding-left: 50px;
    padding-right: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100% !important;
}
.scroll-header .custom-header-fixed-wrapper {
    transition: all .5s;
    background: #fff;
    -moz-box-shadow: 0 4px 6px -6px rgba(0,0,0,.75);
    -webkit-box-shadow: 0 4px 6px -6px rgba(0,0,0,.75);
    box-shadow: 0 4px 6px -6px rgba(0,0,0,.75);
}
.widget-type-rich_text.custom-logo {
    width: auto;
    position: relative;
    margin-bottom: 4px;
}
.custom-logo a {
    display: block;
}
.custom-logo a img {
    height: auto;
    width: 200px;
}
.custom-header-wrapper.custom-lp-header {
    position: relative;
    min-height: 100% !important;
}
/*.custom-header-fixed-wrapper.custom-lp-fixed {*/
/*    background: rgba(255,255,255,0.5);*/
/*}*/
.scroll-header .custom-header-fixed-wrapper.custom-lp-fixed{
    background: #fff;
}
} 


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

body:not(.blog) .body-container-wrapper .page-center{
    padding: 50px 15px;
}

.body-container {
    overflow: hidden !important;
}

.custom-lp-header {
    display: none !important;
}

.container {
   max-width: 1280px;
   width: 80% !important;
   margin: 0 auto !important;
   display: flex !important;
   flex-direction: column;
   float: none !important; 
}

.hero-panel {
   height: 350px;
   background: #24c4f4;
   position: relative;
}

.hero-panel .row-fluid {
    display: flex;
}

.hero-copy-container {
    width: 55% !important;
    margin: 0 !important;
    margin-left: 50px !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.hero-copy-container img {
    max-width: 125px !important;
}

.hero-copy-container .hero-copy img {
  max-width: none !important;
}

.hero-copy h1 {
    color: white;
    font-size: 40px;
    max-width: 600px;
    margin: 0 auto;
    color: white;
    font-weight: 700;
}

.hero-image-container {
    width: 45% !important;
    margin: 0 !important;
}

.custom-background-image {
    height: 350px;
    -webkit-clip-path: polygon(0 0%, 100% 0, 84% 100%, 0% 100%);
    clip-path: polygon(0 0%, 100% 0, 84% 100%, 0% 100%);
}

.main {
    position: relative;
    padding: 50px 0;
}

/* .main:before {
    position: absolute;
    top: 0;
    left: 0;
    content: url('https://2719325.fs1.hubspotusercontent-na1.net/hubfs/2719325/Backgrounds%20Shapes%20+%20Images/small-chevrons-right.png');
    z-index: -1;
}

.main:after {
    position: absolute;
    bottom: -50px;
    right: 0;
    content: url('https://2719325.fs1.hubspotusercontent-na1.net/hubfs/2719325/Backgrounds%20Shapes%20+%20Images/small-chevrons-left.png');
    z-index: -1;
} */


.main .container .row-fluid {
    display: flex;
    align-items: center;
}

.main .main-copy {
    width: calc(55% - 40px);
    margin: 0 20px;
}

.main .main-form {
    width: 45%;
    max-width: 500px !important;
    margin: 0 auto !important;
    margin-left: 20px;
}

.main-copy h2 {
    font-size: 30px;
}

.logos {
    background: #f7f7f7;
    padding: 75px 0;
}

.logos .container .row-fluid {
    display: flex;
}

.logos h2 {
    text-align: center;
    margin-bottom: 20px;
}

.logo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.sneak-peek {
    padding: 50px 0;
/*     background: url('https://2719325.fs1.hubspotusercontent-na1.net/hubfs/2719325/Backgrounds%20Shapes%20+%20Images/thank-you-bg-shapes.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
}

.sneak-peek .row-fluid {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slides {
    width: 50% !important;
    display: flex !important;
    justify-content: center;
}

.sneak-peek-copy {
    width: calc(50% - 60px) !important;
    margin: 0 30px !important;
}

.sneak-peek-copy a {
    background: #24c4f4;
    border-radius: 50px;
    text-transform: uppercase;
    color: white;
    font-size: 17px;
    padding: 15px 40px;
    font-weight: 600;
    margin: 20px 0;
    transition: all 0.5s;
}

.sneak-peek-copy p {
    padding-bottom: 20px;
}

.sneak-peek-copy a:hover {
    background: #1fabd5;
}


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


.custom-footer-wrapper {
    background-image: url(//2719325.fs1.hubspotusercontent-na1.net/hubfs/2719325/CrowdRiff%20-March2017/Image/footer-background.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.custom-footer-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.custom-copyright p {
    margin: 0;
    font-size: 10px;
    color: #fff;
    padding: 50px 0;
}
.custom-footer-menu footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: no-wrap;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap;
}
.custom-footer-menu footer section ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
}
.custom-footer-menu footer section ul li {
    list-style-type: none;
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0;
    letter-spacing: 1px;
    line-height: normal;
    color: #fff;
}
.custom-footer-menu footer section ul li:first-child {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: normal;
}
.custom-footer-menu footer section ul li a{
    color: #f8f8f8;
    transition: color .5s;
}
.custom-footer-menu footer section ul li a:hover{
    color: rgba(255,255,255,.3);
}
.widget-type-raw_html.custom-logo-social {
    padding-top: 100px;
}
.custom-logo-social > .cell-wrapper > span {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.unstyled.social-menu {
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
ul.unstyled.social-menu li {
    margin: 5px;
}
ul.unstyled.social-menu li a {
    font-size: 16px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #282828;
    background: #fff;
    border-radius: 50%;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
ul.unstyled.social-menu li:hover a {
    background: rgba(255,255,255,.3);
    color: #fff;
}
.custom-logo-social a {
    display: block;
}
.custom-logo-social a img {
    width: 200px;
    margin-left: -15px;
    margin-bottom: 4px;
    outline: 0;
}

/* ==========================================================================
   MAIN NAVIGATION                                            
   ========================================================================== */


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


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1103px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .widget-type-menu.custom-menu-primary {
        margin: 0;
        width: -moz-calc(100% - 200px);
        width: -webkit-calc(100% - 200px);
        width: calc(100% - 200px);
    }
    .menu-right {
        float: right;
    }
    .custom-menu-primary .hs-menu-wrapper > ul{
        float: left;
        width: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li{}
    .custom-menu-primary .hs-menu-wrapper > ul li a{
        padding: 24px 20px 23px;
        font-weight: 700;
        color: #282828;
        outline: 0;
        display: block;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        line-height: normal;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li:last-child a {
        color: #fff;
        background: #24c4f4;
        border-radius: 50px;
        margin-top: 14px;
        padding: 10px 30px;
        font-size: 14px;
        -moz-transition: background .3s;
        -webkit-transition: background .3s;
        transition: background .3s;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
        color: #282828;
        text-decoration: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li:last-child a:hover{
        background: #1fabd5;
        color: #fff;
    }
}


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

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

@media (max-width: 1102px){

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

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

    .mobile-trigger{
        display: inline-block !important;
        cursor: pointer;
        position: absolute;
        top: -42px;
        right: 31px;
        width: 18px;
        height: 14px;
        background: transparent;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
    }
    .mobile-trigger:hover{
        text-decoration: none;
    }
    .bar {
        width: 18.3px;
        background-color: #000;
        transition: all .25s ease;
        height: 2px;
        position: absolute;
    }
    .top-2.bar {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        top: 0;
    }
    .middle-2.bar {
        top: 6px;
    }
    .bottom-2.bar {
        bottom: 0;
    }
    .mobile-open .top-2.bar {
        -webkit-transform: translate(2px,-1px) rotate(45deg) scaleX(1.25);
        -ms-transform: translate(2px,-1px) rotate(45deg) scaleX(1.25);
        transform: translate(2px,-1px) rotate(45deg) scaleX(1.25);
    }
    .mobile-open .middle-2.bar {
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
    }
    .mobile-open .bottom-2.bar {
        -webkit-transform: translate(2px,2px) rotate(-45deg) scaleX(1.25);
        -ms-transform: translate(2px,2px) rotate(-45deg) scaleX(1.25);
        transform: translate(2px,2px) rotate(-45deg) scaleX(1.25);
        bottom: 8px;
        left: -2px;
    }

  /* ===== Mobile Menu Styles ===== */  
     
    .custom-menu-primary.js-enabled{
        position: relative;
        padding-top: 0px; /* Makes room for button */
        margin: 0;
        width:100%;
    }
    
    /* Hide menu on mobile */
    .custom-menu-primary.js-enabled .hs-menu-wrapper,
    .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
        display: none;
    }  
    
    /* Make child lists appear below parent items */
    .custom-menu-primary ul.hs-menu-children-wrapper{
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none;
    }
    
    /* Mobile Menu Styles */ 
    .custom-menu-primary.js-enabled .hs-menu-wrapper{
        width: 100%;
        height: 100vh;
        position: relative;
        top: 0;
        left: 0;
        padding: 0 0 70px;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }
    .custom-menu-primary .hs-menu-wrapper{
        background-color: #fff;
        width: 100%; /* Full screen width */
    }
    
    /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul{
        margin-bottom: 0;
        padding: 0 20px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li{
        display: block;
        font-size: 14px; 
        position: relative;
        border-bottom: 1px solid #eaeaea;
        -moz-transition: background .3s;
        -webkit-transition: background .3s;
        transition: background .3s;
    }
    .custom-menu-primary .hs-menu-wrapper >  ul li a{
        padding: 37px 20px 17px;
        font-weight: 700;
        color: #282828;
        outline: 0;
        font-size: 14px;
        text-transform: uppercase;
        display: inline-block;
    }
    .custom-menu-primary .hs-menu-wrapper >  ul li:last-child a{
        color: #24c4f4; 
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
        color: #282828;
    }
    .custom-menu-primary .hs-menu-wrapper >  ul li:last-child:hover{
        background: #1fabd5;
    }
    .custom-menu-primary .hs-menu-wrapper >  ul li:last-child:hover a{
        color: #fff; 
    }
}


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


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


form {
    background: #f4f4f4;
    padding: 20px;
    margin: 0;
}

.form h3 {
    display: none;
}

.main-panel-copy h3 {
    background: #24c4f4;
    margin: 0;
    color: white;
    text-align: center;
    padding: 30px;
    margin-bottom: 0 !important;
}

.hs-form-field {
    padding: 0 10px !important;
}

.main-form-container .row-fluid {
    /*width: 70%;*/
    /*max-width: 650px;*/
    margin: 0 auto;
}

label {
    font-size: 15px !important;
    text-transform: uppercase !important;
}

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


 /*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 {
    padding: 0 10px;
    font-size: 15px;
    height: 35px;
    color: #a1a1a1 !important;
    margin: 6px 0 10px 0;
    vertical-align: middle;
    display: block;
    border-radius: 0;
    border: 1px solid #e3e3e3;
    outline: 0;
    font-family: 'Source Sans Pro', sans-serif;
}

select {
    -webkit-appearance: none; 
    -moz-appearance: none;
    background-image: url(https://2719325.fs1.hubspotusercontent-na1.net/hubfs/2719325/dropdown-arrow.png);
    background-size: 10px 15px;
    background-repeat: no-repeat;
    background-position-x: 98%;
    top: 50% !important;
    background-position-y: 50%;
    color: #a1a1a1 !important;
}

ul.hs-error-msgs li {
    margin-top: -20px !important;
}

select option:first-child {
    color: #a1a1a1 !important;
}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}


 /*Error */
.hs-error-msgs.inputs-list {
    display: flex !important;
}

ul.hs-error-msgs.inputs-list li label {
    font-size: 12px !important;
    color: black !important;
}

/* Placeholder Text */
.hs-input::-webkit-input-placeholder {
    color: #a1a1a1 !important;
} /* Webkit Browsers */
.hs-input:-moz-placeholder {
    color: #a1a1a1 !important;
} /* Firefox 18- */
.hs-input::-moz-placeholder {
    color: #a1a1a1 !important;
} /* Firefox 19+ */
.hs-input:-ms-input-placeholder {
    color: #a1a1a1 !important;
} /* IE10 */


/* 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% !important; }
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%; }

form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] {
    width: auto !important;
}

.hs-form-booleancheckbox-display {
    display: flex;
}

.hs-form-booleancheckbox-display span {
    text-transform: none;
    line-height: 1.2; 
}


/* ==========================================================================
   BUTTONS                                        
   ========================================================================== */


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
    display: flex;
    padding: 7px 40px;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    text-align: center;
    text-shadow: none !important;
    vertical-align: middle;
    cursor: pointer;
    background-color: #24c4f4 important;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-decoration: none;
    margin: 20px auto 0 auto;
    -webkit-appearance: none;
    transition: all 0.5s;
    text-transform: uppercase;
}

/*.hs-button.primary:hover,*/
/*input[type="submit"]:hover,*/
/*input[type="button"]:hover {*/
    /*text-decoration: none;*/
/*    background-color: rgba(31, 171, 213, 1) !important;*/
/*    border: 2px solid rgba(31, 171, 213, 1) !important;*/
/*    opacity: 1;*/
/*}*/


/* ==========================================================================
   MISCELLANEOUS                                      
   ========================================================================== */

.hs-blog-social-share ul{
    padding: 0!important;
    margin:0 !important;
    background:none !important;
    list-style:none !important;
}

form ul{
    padding: 0!important;
    margin:0 !important;
    background:none !important;
    list-style:none !important;
}

.landing-page.one-column .body-container .widget-type-form,
.error-template.one-column .body-container .widget-type-google_search, 
.body-container .widget-type-password_prompt.custom_error_message, 
.body-container .widget-type-email_simple_subscription{
    width: 50%;
}
ul.hs-error-msgs li label {
   color: #f00;
   font-size: 12px !important;
}



/* ==========================================================================
   MEDIA QUERIES                              
   ========================================================================== */


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

@media (max-width: 1102px) {
    .custom-header-fixed-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .mobile-open .custom-header-fixed-wrapper {
        height: 100%;
        box-shadow: none !important;
    }
    .menu-right {
        float: none;
    }
}
@media (max-width: 1024px) {
    .container-fluid .row-fluid .page-center {
        width: 90%;
    }
}  
@media (max-width: 840px) {
    .bg-image-section h1 {
        font-size: 40px;
        line-height: 44px;
    }
}
/* =============== Landscape tablet and smaller devices =============== */


@media screen and (max-width: 768px) {
    .bg-image-section {
        min-height: 400px !important;
    }
    .main-content {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .body-container-wrapper .main-content,
    .body-container-wrapper .sidebar{
        margin-bottom:20px;
    }
    .landing-page.one-column .body-container .widget-type-form,
    .error-template.one-column .body-container .widget-type-google_search, 
    .body-container .widget-type-password_prompt.custom_error_message, 
    .body-container .widget-type-email_simple_subscription{
        width: 100%;
    } 
    .blog-listing-wrapper .post-listing .post-item {
        width: calc(50% - 40px);
    }
    .custom-footer-wrapper {
        text-align: center;
    }
    .custom-copyright p {
        text-align: center;
        padding: 20px 0 50px;
    }
    .custom-footer-links > .cell-wrapper > span {
        display: block;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .custom-footer-links a {
        font-size: 13px;
        color: #fff;
        padding: 40px 15px 0;
        line-height: normal;
    }
    .custom-logo-social a img {
        display: none;
    }
    ul.unstyled.social-menu {
        margin: 0 auto;
    }
    .custom-mobile-footer-nav ul {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 50px 0 30px;
    }
    .custom-mobile-footer-nav ul li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .custom-mobile-footer-nav ul li a {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 10px 0;
        transition: color .5s;
        line-height: normal;
    }
    .custom-mobile-footer-nav ul li a:hover {
        color: rgba(255,255,255,.3);
    }
    .widget-type-raw_html.custom-logo-social {
        padding-top: 0;
    }
    .bg-image-section .page-center {
        max-width: 100% !important;
        width: 100% !important;
    }
    .custom-header-fixed-wrapper.custom-lp-fixed {
        position: relative;
        background: #fff;
    }
}  


@media screen and (max-width: 1100px) {
    
    .hero-copy-container {
        margin-left: 20px !important;
    }
    
    .hero-copy h1 {
        font-size: 38px !important;
        max-width: 500px !important;
    }
}


@media screen and (max-width: 1000px) {
    
    .main .container .row-fluid {
        flex-direction: column;
    }
    
    .main-copy {
        width: 100% !important;
        margin: 0 !important;
        max-width: 750px;
        margin-bottom: 20px !important;
    }
    
    .main-form {
        width: 100% !important;
    }
    
    
    .sneak-peek .container .row-fluid {
        flex-direction: column-reverse;
    }
    
    .sneak-peek-copy {
        width: 100% !important;
        text-align: center;
        max-width: 700px !important;
        margin-bottom: 20px !important;
    }
    
    .slides {
        width: 100% !important;
        padding-top: 30px;
    }
}


@media screen and (max-width: 768px) {
    
    .hero-panel {
        height: 300px;
    }
    
    .custom-background-image {
        height: 300px !important;
    }
    
    .hero-copy h1 {
        margin-right: 20px;
        font-size: 34px !important;
    }
    
    h2 {
        font-size: 24px !important;
    }
    
    p,
    ul {
        font-size: 17px !important;
    }
    
    .main-panel-copy h3 {
        max-width: 500px;
        margin: 0 auto;
        padding: 20px;
    }
    
    .main-form-container {
        max-width: 500px !important;
        margin: 0 auto;
    }
    
    .logos .row-fluid {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    
    .logo {
        margin: 0 !important;
        width: calc(50% - 40px) !important;
    }

}

@media screen and (max-width: 767px) {
    
    .hero-panel {
        display: flex !important;
        justify-content: center;
        align-items: center;
        height: auto !important;
    }
    
    .hero-image-container {
        display: none !important;
    }
    
    .hero-copy-container {
        padding: 50px 0;
        max-width: 1280px;
        width: 80% !important;
        margin: 0 auto !important;
    }
    
    .hero-copy  h1 {
        margin: 0;
    }
    
    .main .container .row-fluid {
        align-items: inherit !important;
    }
    
    .main-form-container {
        width: 100% !important;
        margin: 0 auto !important;
    }
    
    .main-panel-copy {
        width: 100%;
    }
    
    form {
        width: 100%;
    }
    
}

@media screen and (max-width: 480px) {
    
    .container {
        width: 90% !important;
    }
    
    .hero-copy-container {
        padding: 50px 0;
        max-width: 1280px;
        width: 90% !important;
        margin: 0 auto !important;
    }
    
    .logos {
        padding: 50px 0;
    }
    
    .slides {
        width: 80% !important;
    }
    
}