@import url('https://fonts.googleapis.com/css?family=Fira+Sans|Roboto+Slab');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,900');

/* 
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto Slab', serif;
font-family: 'Fira Sans', sans-serif;
*/

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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



 
 /* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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




/*****************************************/
/* Start your style declarations here    */
/*****************************************/

html, body {
    font-size: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans', sans-serif;
}

.sr-only {
    background: black;
    color: white;
}

html {
    overflow-x: hidden;
    background: #002b5c;
}

body {
    background: #eef3f6;
    height: auto !important;
    overflow: hidden;
}

body.collapse {
    display: block;
    visibility: visible;
}

.collapse.in {
    display: block;
    visibility: visible;
}

body.collapse.in {
    position: fixed;
    width: 100%;
    overflow-y: scroll;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto Slab', serif !important;
    font-weight: 700 !important;
    position: relative;
    color: #0C2140;
}

a {
  text-decoration: underline !important;
  cursor: pointer;
}

a:focus, input:focus, button:focus, select:focus {
  font-weight: bold;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  border: 1px solid #1B60A3;
}

@media (min-width: 1600px){
.main-container{
    max-width: 1600px;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}
}
@media (max-width: 767px){
    .main-container{
        margin-top: -3em;
    }
}
.blognav{
    transition: padding-top 0.35s ease;    
}
@media (max-width: 767px){
    .blognav{
        display: none !important;
    }
}
.blognav h1:before, .dark-gray-bg h1:before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em 1em 0 0;
    border-color: #ffde00 transparent transparent;
    display: inline-block;
    margin-right: -.5em;
}

.blognav .page-header{
    margin: 1em 0 0;
}
.blognav p{
    font-size: 1.15em;
}
.blognav .btn.btn-primary{
    font-size: 1em;
}
.blognav .btn.btn-primary:before{
    vertical-align: middle;
}

h3 {
    color: #0066ad;
}

h5 {
    font-family: 'Fira Sans', sans-serif !important;
    text-transform: uppercase;
    color: #055baa;
    padding-bottom: .7em;
}

h5:after {
    content: " ";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 180px;
    height: 4px;
    background: #ffde00;
}

@media (min-width: 1600px){
    .blog-section{
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
}


.blog-section h5:after {
    width: 100px;
}

.blog-section h5 a {
    box-shadow: none;
    color: #002b5c !important;
}

.page-header {
    border: 0;
}

header{
  overflow: hidden;
}

img {
    max-width: 100%;
    height: auto !important;
}

a {
    font-weight: 600;
    color: #0C2140;
    /* box-shadow: inset 0 -6px 0 #ffde00; */
}

.content a {
    box-shadow: inset 0 -6px 0 #ffde00;
}
a:hover {
    text-decoration: none !important;
}

.btn.btn-primary {
    color: #195A99; /*#1B60A3;*/
    background: transparent;
    border: 0;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
}

.btn.btn-primary:before {
background: #195A99; /*#1B60A3;*/
    color: white;
    content: "+";
    display: inline-block;
    font-size: 24px;
    line-height: 1;
    height: 24px;
    width: 24px;
    margin-right: .5em;
}

.btn.btn-primary:hover {
    background: #195A99; /*#0066ad;*/
    color: white;
}

.container {
    max-width: 1170px !important;
    margin: auto !important;
    float: none !important;
    position: relative;
}

#featured {
    margin-bottom: 1em;
}

.dark-gray-bg {
    background: #e2e7ea;
    padding-bottom: 4em;
}

.widget-type-blog_subscribe {
    padding: 4em;
    background: #002b5c;
    color: white;
}

.widget-type-blog_subscribe h3 {
    color: white;
    font-family: 'Roboto Slab', serif !important;
    font-weight: 700 !important;
    position: relative;
    font-size: 2em;
    width: 50%;
    float: left;
    margin-top: 0;
}

.widget-type-blog_subscribe h3:before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em 1em 0 0;
    border-color: #ffde00 transparent transparent;
    display: inline-block;
    margin-right: -.5em;   
}

#hs_form_target_module_1506028189220288 {
    float: right;
    width: 50%;
}

@media (max-width: 767px){
    .widget-type-blog_subscribe h3{
        width: 100%;
        margin-bottom: 0.5em;
    }
    #hs_form_target_module_1506028189220288 {
        width: 100%;
    }
}

.newsletter-inline{
    background-color: #002B5C;
}
.rf-subscribe label {
    display: none;
}

.rf-subscribe form{
    position: relative;
}

.rf-subscribe .hs_submit{
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 1em;
    top: 1em;
}

.rf-subscribe .hs_submit::before{
    content: "\f04b";
    color: #ffde00;
}

.rf-subscribe input {
    border-radius: 1em;
    background: #002b5c;
    border: 2px solid white;
    color: white;
    padding: .6em;
}

.rf-subscribe .hs_submit input{
    text-indent: -999px;
    border: 0 none;
    background-color: transparent;
    color: transparent;
    position: absolute;
    top: -1em;
    height: 3em;
    width: 2em;
    right: -0.5em;
}

/* menu */
.navbar-toggle { 
    display: block;
}

.icon-bar {
    background: white;
}

.header-container-wrapper {
    width: 320px;
    position: fixed;
    z-index: 10;
    left: 100%;
    top: 0;
    height: 100%;
    background: #0e2240;
}

body.collapse.in .header-container-wrapper {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    z-index: 999;
}
body .header-container-wrapper {
    -webkit-transition: transform 0.2s !important;
    -o-transition: transform 0.2s !important;
    transition: transform 0.2s !important;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}


.hs-menu-wrapper.hs-menu-flow-vertical li a {
    color: white;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a:hover {
    background: #ffde00;
    color: #0e2240;
}

.hs-menu-wrapper.hs-menu-flow-vertical li:last-of-type a {
    font-family: 'Roboto Slab', serif;
}

/* header */

.body-container-wrapper .row-number-1 {
    background: url(https://cdn2.hubspot.net/hubfs/2519958/RabbitFood/SDSU_RabbitFood_Hero_ArticlePage_Background.jpg) center center no-repeat transparent;
    background-size: cover;
    position: relative;
    margin-bottom: 0px;
/*     overflow: hidden; */
}

.body-container-wrapper .blognav .row-number-1 {
  position: unset!important;
}

#blogposts .row-fluid-wrapper:first-child {
  display: none;
}
.blogposts .row-number-1 { background: none; }
.blognav .row-number-1 { background: none; }
.hs-blog-post .body-container-wrapper .row-number-1{
    margin-bottom: 1em;
}
@media (max-width: 767px){
    .body-container-wrapper .row-number-1{
        margin-bottom: 1em;
    }
}

.body-container-wrapper .row-number-1 > .row-fluid{
    background-color: rgba(0,0,0,.45);
}
.blogposts .row-number-1 > .row-fluid {
  background: none;
}
.blognav .row-number-1 > .row-fluid {
  background: none;
}

.blognav .row-number-1 {
  position: unset!important;
  z-index: -10000;
}

.body-container-wrapper .row-number-1 > .row-fluid:after{
    content: " ";
    background-image: url(https://cdn2.hubspot.net/hubfs/2519958/RabbitFood/logo_bg.png?t=1510669791175);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 40%;
    z-index: 5;
    width: 100%;
    max-height: 10em;
} 
.blogposts .row-number-1 > .row-fluid:after {
  background: none;
    position: unset;
}
.blognav .row-number-1 > .row-fluid:after {
  background: none;
  position: unset;
}
.body-container-wrapper .body-container > .row-number-1:before {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/2519958/sd_rabbitfood_gray_angle.png?t=1508517214237);
    background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 89px;
    z-index: 2;
    width: 100%;
}
.hs-blog-post .body-container-wrapper .body-container > .row-number-1:before{
    display: none;
}
@media (max-width: 767px){
    .body-container-wrapper .body-container > .row-number-1:before{
        display: none;
    }
    .body-container-wrapper .body-container > .row-number-1::after {
        display: none;
    }
    
    .blogposts::before {
        display: none;
    }
}

.body-container-wrapper .body-container > .row-number-1:after {
    content: "";
    background-image: url(https://cdn2.hubspot.net/hubfs/2519958/rf_2017_bottom.png);
    background-size: contain;
    background-position: right bottom;
    width: 100%;
    background-repeat: no-repeat;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100px;
    z-index: 1;
}

.hs-blog-post .body-container-wrapper .body-container > .row-number-1:after{
    bottom: -2em;
}
.hs-blog-post #hubspot-topic_data{
    //margin-top: 1em;
}

@media (max-width: 767px){
    .body-container-wrapper .body-container > .row-number-1:after{
        display: none;
    }
    #hubspot-topic_data{
        margin-top: 1em;
    }
    .feat-img-overlay{
        top: 2em;
    }
    .head-image{
        padding-top: 4em;
    }
}

.body-container-wrapper .body-container > .row-number-1 .row-number-2 {
    position: absolute;
    width: 100%;
}

.header-container.container-fluid, .body-container.container-fluid, .footer-container.container-fluid {
    padding: 0;
}

.logo {
    background: url(https://cdn2.hubspot.net/hubfs/2519958/RabbitFood/logo_bg.png) left top no-repeat transparent;
    padding: 1em;
    min-height: 130px !important;
    position: relative;
    z-index: 10;
}
@media (max-width: 767px){
    .logo{
        max-width: 70%;
    }
}

.sdstate {
    text-align: right;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    padding: 1em;
    background: rgba(0,0,0,1);
}

.sdstate a {
    color: white;
    font-family: ;
}
.top-parent-crumb{
    position: absolute;
    top: 0.5em;
    right: 2em;
    color: #ffde00;
    z-index: 50;
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
}
.top-parent-crumb:hover, .top-parent-crumb:active, .top-parent-crumb:focus{
    color: #ffde00;
}
.top-parent-crumb i{
    color: #ffde00;
    padding-right: 0.25em;
}
.slogan {
    text-align: center;
    color: white;
}

.slogan h1 {
    font-size: 48px;
    margin-top: 2em;
    color: white;
    z-index: 25;
}
@media (max-width: 767px){
    .slogan h1{
        margin-top: 3em;
    }
}

.slogan h1 b {
    color: #ffde00;
}

.slogan h2 {
    margin-top: 0;
    margin-bottom: 4em;
    color: white;
}

.navbar-toggle{
    padding: 9px 6px;
    border: 1px solid #FFFFFF;
    border-radius: 1em;
}

/* home page side nav */
.blognav img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/* blog posts listings */
.blog-posts {
    columns: 2;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
}

.other-posts {
    //columns: 3;
    //-moz-column-gap: 1.5em;
    //-webkit-column-gap: 1.5em;    
}
.other-posts .post-item{
    float: left;
    width: 33.3%;
    padding-left: 15px;
    padding-right: 15px;
}
.other-posts .post-item .post-image a > img{
    width: 100% !important;
    max-width: 100% !important;
}

@media (max-width: 767px) {
    .blog-posts {  columns: 1; }
    .other-posts .post-item{width: 100%;}
}

.post-item {
    display: inline-block;
    padding:  0;
    width:  100%; 
    float:none;
/*     overflow: hidden; */
    margin-bottom: 1.5em;
/*     border: 1px solid #fff; */
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
  .post-item {
/*     overflow: hidden; */
  }
}
.post-item:first-of-type img, .post-item:last-of-type img {
    width: 100%;
    max-width: 100%;
}

.post-item .post-content {
    background: white;
    padding: 2em;
    text-align: center;
    border-bottom: 2px solid #d0d0d0;
}

.post-item .blog-title {
    color: #195A99; /*#1B60A3;*/
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    font-size: 1.15em;
    font-weight: 700;
}

.post-item .blog-title:after {
    content: " ";
    background: #ffde00;
    display: block;
    width: 120px;
    height: 4px;
    position: relative;
    margin: auto;
    margin-top: .3em;
}

.post-title {
    margin: 1em 0;
}

.post-title a {
    font-size: 1.25em;
    font-family: 'Roboto Slab', serif;
    line-height: 1;
    font-weight: 500;
    color: black;
}

.post-item:first-of-type .post-title a {
    font-size: 1.5em;
}


.post-topic a {
    font-weight: 300;
    font-size: 1em;
}

.post-item .post-image {
    position: relative;
/*     overflow: hidden; */
}
@media screen and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
/*  chrome only  */
  .post-item .post-image {
/*     overflow: unset;  */
  }
}
.vid_overlay {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 0;
    right: 0;
    text-align: center;
}

.vid_overlay img {
    width: 80px !important;
}

.home-callout {
    padding: 2em 0;
}

.cta-block img {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
}

/* blog post page */

.feat-img-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
}

.feat-img-overlay img {
    width: 100% !important;
}
.head-image {
    position: relative;
}

.head-image img {
    margin: auto;
    display: block;
    width: 100%;
}

.post-body p:first-of-type:before {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em 1em 0 0;
    border-color: #ffde00 transparent transparent;
    display: inline-block;
    margin-right: -.5em;
    vertical-align: top;
}

.post-body ul{
    margin: 1em 0;
    list-style: square;
    color: #1b60A3;
}
.post-body li > span{
    color: #333333;
}

blockquote {
    border: .5em solid #ffde00;
    padding: 2em;
    text-align: center;
    margin: 2em 0;
    position: relative;
}

blockquote::before {
    content: "\201C";
    color: #ffde00;
    font-size: 3em;
    background: #eef3f6;
    width: 80px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
    margin-top: -.2em;
    font-family: FontAwesome;
    font-weight: 700;
    line-height: .5;
}

blockquote h1, blockquote h2, blockquote h3, blockquote h4 {
    color: #0066ad;
}

blockquote p:before { display: none !important; }

ol {
  list-style-type: none;
}
 
ol li {
  position: relative;
  margin-bottom: 20px;
}
 
ol li p, ol li h1, ol li h2, ol li h3, ol li h4, ol li h5 {
  padding-left: 60px;
}
 
ol span {
    position: absolute;
    font-size: 2em;
    font-family: 'Roboto Slab', serif;
    line-height: 1;
    font-weight: 500;
    color: #0066ad;
}

/* footer */

.footer-container-wrapper {
    background: #002b5c;
    color: white;
    position: relative;
    z-index: 50;
}

.footer-container-wrapper a:after { display: none; }

.footer_nav {
    background: url(https://cdn2.hubspot.net/hubfs/2519958/navy-footer.jpg) top center no-repeat #055baa;
    background-size: cover;
    padding: 3em 0;
}

.footer_nav h1 {
    color: white;
    font-size: 1.2em;
}

.footer_nav h1:after {
    width: 80px;
}

ul.rf-follow {
    background: #034283;
    padding-bottom: 2em;
    text-align: center;
    color: white;
}

ul.rf-follow a {
    color: white;
    font-size: 1.2em;
}

.rf-follow span {
    width: 40px;
    height: 40px;
    border: 2px solid white;
    padding: .5em;
    border-radius: 100%;
}

svg {
  display: block;
  width: 100%;
  height: 90px;
  background: #024283;
}

.footer-list a {
    color: white !important;
    font-weight: normal;
    display: block;
    padding: .3em 0;
}

.footer-list a:hover {
    color: #ffde00 !important;
}

.footer_address a {
    text-transform: uppercase;
    color: #ffde00 !important;
}

.footer-copyright{
    padding-top: 1em;
}

/*alpha*/
.container-shell{
    padding-left: 2em;
    padding-right: 2em;
}
.blogposts{
    position: relative;
}
.blogposts::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 7em;
    display: block;
    top: 0;
    left: 0;
    z-index: 90;
    border-top: 7em solid #EEF3F6;
    border-left: 180em solid transparent;
}

@media (max-width: 768px){

    .blogposts::before {
        display: none;
    }
}
/*HighlightLowlight effects*/
.top-search{
    position: absolute;
    z-index: 200;
    right: 1em;
    top: 1em;
    /* top: 1em; */
    overflow: hidden;
    width: 2.5em !important;
    cursor: pointer;
    transition: width 0.35s ease, background-color 0.35s ease, color 0.35s ease, border 0.35s ease;
    text-align: right;
    color: #FFFFFF;
}
.top-search a, .top-search label{
    color: #FFFFFF;
}
.hs-blog-post .top-search, .hs-blog-listing .top-search, .hs-page .top-search, .hs-landing-page .top-search{
    width: auto !important;
    padding-right: 3.5em;
}
.hs-blog-post .top-search .menu-toggle, .hs-blog-listing .top-search .menu-toggle, .hs-page .top-search .menu-toggle, .hs-landing-page .top-search .menu-toggle{
    position: absolute;
    top: 0.85em;
    right: -0.5em;
}
.top-search.stretch{
    width: 20em !important;
    cursor: auto;
}
.top-search input[type="text"]{
        border: 1px solid #FFFFFF;
    background-color: transparent;
    color: transparent;
    font-size: 0.85em;
    padding: 0.5em 1em;
    border-radius: 2em;
    width: 2.5em;
    transition: width 0.35s ease;
    text-align: left;
}
.top-search.stretch input[type="text"]{
    background-color: #0E2240;
    border: 1px solid #0E2240;
    color: #FFFFFF;
    width: 20em;
}
.top-search .hs-button{
    opacity: 0;
    position: absolute;
    right: 0;
    top: 1.5em;
    width: 2em;
    height: 2em;
    cursor: pointer;
    z-index: -1;
    color: #ffde00;
}
.top-search.stretch .hs-button{
    z-index: 999;
}
.top-search i.fa-search{
    position: absolute;
    top: 1.65em;
    font-size: 1.15em;
    color: #FFFFFF;
    right: 0.50em;
    cursor: pointer;
}
.hs-blog-post .top-search i.fa-search, .hs-blog-listing .top-search i.fa-search, .hs-page .top-search i.fa-search, .hs-landing-page .top-search i.fa-search{
    right: 3.5em;
}
.con-section-tiles{
    opacity: 0.65;
    transition: opacity 0.35s ease;
}
.con-section-tiles.active{
    opacity: 1;
}
.nav-section-menu{
    transition: height 0.35s ease, opacity 0.35s ease;
    overflow: hidden;
    opacity: 0.65;
}
.nav-section-menu.active, nav-section-menu:hover{
    opacity: 1;
}
.cta-blockage{
    z-index: 250;
    position: relative;
}
/*templatepage*/
.faux-blk-menu-over{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.65);
}
body.in .faux-blk-menu-over{
    display: block;
    z-index: 998;
}
.slide-menu a.slide-close{
    position: absolute;
    top: 1em;
    right: 2em;
    color: #FFFFFF;
}
.slide-menu ul{
    margin-top: 4.5em !important;
}
.stuck-head{
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    transform: translateY(-100%);
    transition: 0.35s ease;
    overflow: hidden;
    background-color: #0E2240;
    z-index: 500;
}
.stuck-head .sr-only{
    color: #FFFFFF;
}
.stuck-head .logo{
    min-height: unset !important;
}
body.stuck .stuck-head{
    transform: translateY(0%);
}
.stuck-head .top-search{
    padding-right: 3.5em;
    width: auto !important;
}
.stuck-head .top-search.stretch input[type="text"]{
    background-color: #FFFFFF;
    color: #0E2240;
}
.stuck-head .top-search.stretch i.fa-search{
    color: #0E2240;
}
.stuck-head .row-number-1{
    background-image: none !important;
    margin-bottom: 0 !important;
}
.stuck-head .top-search .menu-toggle{
    position: absolute;
    top: 0.85em;
    right: -0.5em;
}
.stuck-head .top-search i.fa-search{
    right: 3.5em;
}
@media (min-width: 768px){
    .blognav.stick{
        position: fixed;
        top: 0;
        transition: top 0.35s ease, padding-top 0.35s ease;
        width: 30%;
    }
    .blogposts.stick{
        margin-left: 34%;
    }
    .nav-section-menu-clone{
        display: none !important;
    }
}
@media (max-width: 767px){
    .nav-section-menu{
        display: none !important;
    }
    .nav-section-menu-clone{
        display: block !important;
        margin-bottom: 2em;
    }
}