/* @import url('http://example.com/example_style.css'); */
@import url('//fonts.googleapis.com/css?family=Raleway:400,300,500,600,700');
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css');

/* 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    */
/*****************************************/

/* ==========================================================================
   Variables                                               
   ========================================================================== */


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */

/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */

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

/* EX: @import url('http://example.com/example_style.css'); */
@font-face {
  font-family: "NexaSlab";
  font-style: normal;
  font-weight: 300;
  src: url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/NexaSlabBook.eot?#iefix") format("embedded-opentype"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/NexaSlabBook.woff") format("woff"), 
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/NexaSlabBook.ttf") format("truetype"), 
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/NexaSlabBook.svg#nexa_slabbook") format("svg");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 400;
  src: url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/Oswald.eot?#iefix") format("embedded-opentype"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/Oswald.woff") format("woff"), 
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/Oswald.ttf") format("truetype"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/Oswald.svg#OswaldBook") format("svg");
}
@font-face {
  font-family: "NexaSlab";
  font-style: oblique;
  font-weight: 600;
  src: url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/NexaSlabxBoldOblique.eot?#iefix") format("embedded-opentype"), 
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/NexaSlabxBoldOblique.woff") format("woff"), 
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/NexaSlabxBoldOblique.ttf") format("truetype"), 
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/NexaSlabxBoldOblique.svg#nexa_slabxbold_oblique") format("svg");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 300;
  src: url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/Oswald-Light.eot?#iefix") format("embedded-opentype"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/Oswald-Light.woff") format("woff"), 
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/Oswald-Light.ttf") format("truetype"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/Oswald-Light.svg#OswaldBook") format("svg");
}

@font-face {
  font-family: "CartoGothic";
  font-style: normal;
  font-weight: 400;
  src: url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-Book.eot?#iefix") format("embedded-opentype"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-Book.woff") format("woff"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-Book.ttf") format("truetype"), 
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-Book.svg#cartogothic_probook") format("svg");
}
@font-face {
  font-family: "CartoGothic";
  font-style: normal;
  font-weight: 600;
  src: url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-Black.eot?#iefix") format("embedded-opentype"), 
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-Black.woff") format("woff"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-Black.ttf") format("truetype"), 
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-Black.svg#cartogothic_problack") format("svg");
}
@font-face {
  font-family: "harvardicons";
  font-style: normal;
  font-weight: normal;
  src: url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/harvardicons.eot?#iefix") format("embedded-opentype"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/harvardicons.woff") format("woff"), 
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/harvardicons.ttf") format("truetype"), 
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/harvardicons.svg#harvardicons") format("svg");
}
@font-face {
  font-family: "CartoGothic";
  font-style: normal;
  font-weight: 300;
  src: url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-Light.eot?#iefix") format("embedded-opentype"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-Light.woff") format("woff"), 
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-Light.ttf") format("truetype"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-Light.svg#cartogothic_prolight_italic") format("svg");
}
@font-face {
  font-family: "CartoGothic";
  font-style: italic;
  font-weight: 300;
  src: url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-LightItalic.eot?#iefix") format("embedded-opentype"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-LightItalic.woff") format("woff"), 
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-LightItalic.ttf") format("truetype"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-LightItalic.svg#cartogothic_prolight_italic") format("svg");
}

@font-face {
  font-family: "robotoslab";
  font-style: normal;
  font-weight: 400;
  src: url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/RobotoSlab-Bold.eot?#iefix") format("embedded-opentype"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/RobotoSlab-Bold.woff") format("woff"), 
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/RobotoSlab-Bold.ttf") format("truetype"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/RobotoSlab-Bold.svg#cartogothic_prolight_italic") format("svg");
}
@font-face {
  font-family: "robotoslab";
  font-style: normal;
  font-weight: 300;
  src: url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/RobotoSlab-Light.eot?#iefix") format("embedded-opentype"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/RobotoSlab-Light.woff") format("woff"), 
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/RobotoSlab-Light.ttf") format("truetype"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/RobotoSlab-Light.svg#cartogothic_prolight_italic") format("svg");
}
@font-face {
  font-family: "robotoslab";
  font-style: normal;
  font-weight: 400;
  src: url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/RobotoSlab-Regular.eot?#iefix") format("embedded-opentype"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/RobotoSlab-Regular.woff") format("woff"), 
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/RobotoSlab-Regular.ttf") format("truetype"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/RobotoSlab-Regular.svg#cartogothic_prolight_italic") format("svg");
}
@font-face {
  font-family: "CartoGothic";
  font-style: normal;
  font-weight: 500;
  src: url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-Bold.eot?#iefix") format("embedded-opentype"), 
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-Bold.woff") format("woff"),
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-Bold.ttf") format("truetype"), 
  url("//info.huecu.org/hubfs/Huecu_January2018%20Theme/Fonts/CartoGothicPro-Bold.svg#cartogothic_pro_lightbold") format("svg");
}

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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

*, *: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;
} 

/* Website background color and default font styles */
body {
  background: #ffffff;
  color: #626262;
  font-family: Raleway, Sans-Serif;
  font-size: 16px;
  line-height: 25px;
  -webkit-font-smoothing: antialiased;
  overflow-x:hidden;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .wrapper {
  float: none;
  max-width: 1190px;
  margin: 0 auto;
  padding-left:10px;
  padding-right:10px;
}

a { color: ; }
a:hover, a:focus { color: ; }

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* Highlighted Text */
::-moz-selection {
  color: #ffffff;
  background: #626262;
  text-shadow: none;
}
::selection {
  color: #ffffff;
  background: #626262;
  text-shadow: none;
}

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

/*Blog Post page Fadding Effects*/

body .body-container-wrapper {
animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}



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


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

/*Quint Style's*/

.right-align{
    float:right;
}

.left-align{
    float:left;
}

.text-right{
    text-align:right;
}

.text-center{
    text-align:center;
}

.text-left{
    text-align:left;
}

.ver-pad30{
    padding-top:30px;
}


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

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

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

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

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}

  

/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */


/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:768px) {
    .footer-logo-mobile {
        display:none !important;
    }
    .fr-section.back-to-top {
        display: none !important;
    }
    .mobile-header {
        display:none !important;
    }
    .contact-info-mobile {
        display:none !important;
    }
     .custom-header-search.custom-header-search-mobile {
        display: block !important;
    }
.custom-header-search.custom-header-search-mobile {
    display: none !important;
}
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
        display:block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul >li > ul{
        display:none !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul >li:hover > ul{
        display:block !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul >li > ul{
        z-index: 9999;
        top: 42px;
        -moz-transition: top 0.3s ease-in 0.1s, z-index 0s ease-in 0.4s;
        -webkit-transition: top 0.3s ease-in 0.1s, z-index 0s ease-in 0.4s;
        -o-transition: top 0.3s ease-in 0.1s, z-index 0s ease-in 0.4s;
        -ms-transition: top 0.3s ease-in 0.1s, z-index 0s ease-in 0.4s;
        transition: top 0.3s ease-in 0.1s, z-index 0s ease-in 0.4s;
        width: auto;
        background: #852234;
        top: auto;
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        padding: 5px 25px 10px 5px;
        left: 15px !important;
        max-width: 960px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul >li >ul >li {
        vertical-align: top;
        padding: 10px;
        margin: 0;
        -moz-transition: background, 0.15s;
        -o-transition: background, 0.15s;
        -webkit-transition: background, 0.15s;
        transition: background, 0.15s;
        display: inline-block;
        float: none !important;
        max-width: 192px;
        margin: 10px 10px 10px 0;
    }
    .custom-menu-primary .hs-menu-wrapper .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
        position: static !important;
    }
    .custom-footer-menu  .custom-menu-primary .hs-menu-wrapper > ul > li{
         position:relative !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
        display: block !important;
        float: left !important;
        left: 0;
        opacity: 1 !important;
        position: relative;
        top: 0;
        visibility: visible !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul >li > ul >li > a {
        display: block;
        margin-bottom: 3px;
        text-decoration: none;
        color: #fff;
        white-space: normal !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul >li > ul >li > a:hover {
        text-decoration: underline;
    }
    .custom-menu-primary .hs-menu-wrapper > ul >li > ul >li > ul >li >a {
        color: #E1B0B9;
        display: block;
        text-decoration: none;
        margin-bottom: 3px;
        white-space: normal !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul >li > ul >li > ul >li >a:hover {
        color: #fff;
    }
    .custom-menu-primary .hs-menu-wrapper > ul >li:first-child >ul >li:nth-child(3) {
        display: none !important;
    }
    
    
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
       display: block;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        line-height: 42px;
         position:static !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a{
        font: 400 16px/42px "Oswald", Arial, "Helvetica Neue", Helvetica, sans-serif;
        display: block;
        color: #872233;
        text-transform: uppercase;
        padding: 0 15px;
        text-decoration: none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
        background: #872233;
        color: #fff;
    }
}


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

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

@media (max-width: 767px){
 .mobile-header {
        display:block !important;
  }
 .mobile-trigger {
        top: -49px !important;
  }
 .visible-phone {
        min-height: 0px!important;
  }
  /* 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: -49px;
    left: 20px;
    width: auto;
    height: auto;
    border: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    text-transform: uppercase;
    font: 400 16px/24px "Oswald", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #861f34;
    padding:10px;
  }
  .mobile-open .mobile-trigger:after {
    content: 'X';
    display: inline-block;
    margin: -3px 0 0 5px;
    font: 300 16px/16px "CartoGothic", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
    color: #fff;
    vertical-align: middle;
}

  /* Change button when menu is open */
 .mobile-open .mobile-trigger {
    background: #861f34;
    color: #fff;
    border-radius: 0 !important;
}

  /* Toggle Button Icon */
  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{ top: -6px; } /* Position top line */
  .mobile-trigger i:after{ top: 6px; } /* Position bottom line */
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #fff; /* Icon color */
  }

  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger{
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 40px !important;
    padding: 0 !important;
    border-left: 1px solid #a03b54;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
 
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary .hs-menu-wrapper{
    display: none;
  }  
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper{
    display: none;
    width: 100%;
    background: #5e1824;
    padding: 25px 22px 15px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li > ul.hs-menu-children-wrapper {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
}
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul.hs-menu-children-wrapper > li .child-trigger{
      display:none !important;
  }
  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%;
    position: absolute;
    top:0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background: #861f34;
    width: 100%; /* Full screen width */
  }
.custom-menu-primary .hs-menu-wrapper > ul{
    padding-top:10px;
}
   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
  font: 500 20px/40px "robotoslab", "Georgia", "Times New Roman", serif;
    text-transform: lowercase;
    color: #fff;
    border-bottom: 1px solid #a03b54;
    padding: 8px 0 8px 30px;
    margin: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.child-open > a{
      background: #5e1824;
    border-bottom-color: #5e1824;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:not(.child-open):hover > a{
      background: #872233;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li{
      vertical-align: top;
    padding: 0;
    max-width: 100%;
    margin: 0;
    -moz-transition: background, 0.15s;
    -o-transition: background, 0.15s;
    -webkit-transition: background, 0.15s;
    transition: background, 0.15s;
    
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > ul > li:last-child{
      display:none !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a{
    height: auto;
    color: #fff;
    font: 600 14px/18px "CartoGothic", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
    text-transform: capitalize;
    border: none;
    padding-top: 0;
    padding-bottom: 4px;
    background: none;
    padding: 0 0 4px 30px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul{
    padding: 0;
    display: block !important;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li:last-child > a {
    margin-bottom: 45px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > ul > li > a{
    font: 600 14px/18px "CartoGothic", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
    text-transform: capitalize;
    border: none;
    font-weight: 400;
    font-size: 13px;
    color: #f4c6ce;
    padding: 2px 0 2px 30px;
}
   .child-trigger span.angle.icon-angle-down {
        text-align: center;
        line-height:40px;
    }
    .child-trigger span.angle.icon-angle-down:before {
        font-family: "harvardicons" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "a";
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children.child-open span.angle.icon-angle-down:before {
        content: "d";
    }
    
    
    ul.right-menu li a {
        padding: 5px;
        font: 400 14px/18px "CartoGothic", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Tahoma, sans-serif;
        text-transform: capitalize;
        color: #fff;
        overflow: hidden;
        text-decoration: none;
    }
    ul.right-menu li {
        float: none;
        display: inline-block !important;
        margin: 0 5px;
        width: auto !important;
    }
    ul.right-menu {
        text-align: center;
        padding: 12px 0;
    }
    ul.right-menu li a:hover {
        color: #fff;
}

}



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


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

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

 ========================================================================== */


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

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

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


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

.header-container-wrapper {}
.header-container {}
.custom-header:before {
    min-height: 5px;
    background: #842134;
    color: #fff;
    -webkit-box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 4px 1px rgba(0, 0, 0, 0.5);
    z-index: 20;
    content: "";
    display: block;
}
.header-container-wrapper .container-fluid .row-fluid .page-center {
   position: relative;
   float: none;
    max-width: 1090px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px; */
}


.header-top {
    padding: 10px 0 20px;
}
.custom-header-search p i {
    font-weight: 600;
    font-style: oblique;
}
.custom-header-search p {
    font: 300 18px/31px 'NexaSlab';
    color: #9ea0a3;
    margin: 4px 0;
    padding: 4px 0;
}
.custom-header-search {
    text-align: right;
}
.header-container-wrapper{
    position: relative;
    z-index: 9999;
}
.custom-header-search input[type="text"] {
    max-width: 210px;
    padding: 0 10px;
    line-height: 35px;
    margin: 0;
    border: none;
    background: #f4f4f4;
    vertical-align: middle;
    font: 14px/35px 'robotoslab';
    color: #7F7F7F;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    padding-right: 9px;
    height: 35px;
}
.custom-header-search input ::-webkit-input-placeholder {
    font: 14px/35px 'robotoslab';
    color: #7F7F7F;
}

.custom-header-search input :-moz-placeholder { /* Firefox 18- */
    font: 14px/35px 'robotoslab';
    color: #7F7F7F;
}

.custom-header-search input ::-moz-placeholder {  /* Firefox 19+ */
    font: 14px/35px 'robotoslab';
    color: #7F7F7F;
}

.custom-header-search input :-ms-input-placeholder {  
    font: 14px/35px 'robotoslab';
    color: #7F7F7F;
}
.custom-header-search input[type="text"]:focus {
    outline:none;
}
.custom-header-search .search-form.silvercloud-search-bar.ng-scope.ng-isolate-scope {
    min-width: 242px;
    background: #f4f4f4;
    position: relative;
    float: right;
    clear: right;
    border: 1px solid #eaeaea;
    text-align: left;
}

.custom-header-search button.ng-binding {
    color: #842134;
    display: inline-block;
    cursor: pointer;
    font-size: 0;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    line-height: 20px;
}

.custom-header-search button.ng-binding:before {
    vertical-align: middle;
    font-size: 18px;
    content: "q";
    font-family: "harvardicons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header-bottom {
    border-top: 1px solid #EAEAEA;
}
.header-social-icons ul {
		display: inline-block;
		vertical-align: top;
		list-style:none;
		padding:0;
		margin:0;
}
.header-social-icons ul li{
	line-height: 42px;
	display: inline-block;
}
ul.right-menu li a:hover {
    color: #872233;
}
.header-social-icons ul li a {
	font: 300 13px/42px 'Oswald';
	display: inline-block;
	color: #7f7f7f;
	text-transform: uppercase;
	padding: 0 15px;
	text-decoration:none;
}
ul.h-social-icons li a {
    padding: 0 5px;
    color: #9EA0A3;
}
ul.h-social-icons li a:before {
    font-size: 18px;
    display: inline-block;
    vertical-align: baseline;
    font-family: "harvardicons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a.icon-instagram:before {
    content: "v";
}
a.icon-instagram:hover {
    color: #bc2a8d;
}
a.icon-twitter:before {
    content: "r";
}
a.icon-twitter:hover {
    color: #1cbbee;
}
a.icon-facebook:before {
    content: "s";
}
a.icon-facebook:hover {
    color: #4b63a0;
}
.header-social-icons {
    float: right;
    text-align: right;
}
.custom-header {
    background: #fff;
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}
.custom-header-search button.ng-binding:focus {
    outline:none;
}




/*Blog Latest*/

body.hs-blog-listing .hide-for-list{
    display:none;
}

.src-box form{
    position:relative;
    margin-top:20px;
    margin-bottom:20px;
}

.src-box form label{
    display:none;
}

.src-box input[type="text"]{
    height: 40px;
    border: 1px solid rgba(169, 169, 169, 0.5);
    padding-right: 45px;
    padding-left:15px;
    font-size:16px;
}

.src-box a.hs-button.primary{
    position: absolute;
    top: 0;
    height: 40px;
    width: 40px;
    background: url('//cdn2.hubspot.net/hubfs/459002/fill-912x.png?t=1460545510488')no-repeat;
    background-size: 20px;
    background-position: center center;
    font-size: 0;
    color: transparent;
    right: 0;
    cursor: pointer;
    border-left: 1px solid rgba(169,169,169,0.5);
}

.latest-stories{
    padding:30px 0px;
}

.post-image{
    padding:20px;
    background-size: cover!important;
    background-position: top center!important;
    width:100%;
    position:relative;
}

.post-image:after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    background:rgba(0,0,0,0.5);
}

.post-image .read-more-link a{
    color:#ddd;
    text-decoration: none;
    font-size: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0 auto;
    display: block;
    max-width:100%;
    width:100%;
    height: 100%;
    //border: 2px solid #ddd;
    border-radius: 100%;
    padding: 9px;
    z-index: 6;
    opacity:0;
    
}

.post-image:hover .read-more-link a{
    opacity:1;
}

.post-image .read-more-link a i.fa{
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    width: 50px;
    top: 50%;
    left: 50%;
    border: 2px solid #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
}

.post-image:hover:after{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    background:rgba(0,0,0,0.75);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index:5;
}

.item-wrapper{
    position: relative;
    z-index: 2;
    display: block;
    height: 100%;
}


.latest-stories .widget-type-raw_html .item{
    overflow:hidden;
}

.latest-stories .widget-type-raw_html .item:first-child{
    display:block;
    width:50%;
    float:left; 
}

.latest-stories .widget-type-raw_html .item:first-child .post-image{
   height:500px;
}

.latest-stories .widget-type-raw_html .item:first-child + .item{
    display:block;
    width:50%;
    float:left; 
    padding-left:25px;
}

.latest-stories .widget-type-raw_html .item:first-child + .item .post-image{
    height:250px;
}

.latest-stories .widget-type-raw_html .item:first-child + .item + .item,
.latest-stories .widget-type-raw_html .item:first-child + .item + .item + .item{
    display:block;
    width:25%;
    float:left;
    padding-left:25px;
    padding-top:25px;
}

.latest-stories .widget-type-raw_html .item:first-child + .item + .item .post-image,
.latest-stories .widget-type-raw_html .item:first-child + .item + .item + .item .post-image{
    height:225px;
}


/*Post-Title*/

.latest-stories .post-title h2 a{
    font-size:20px;
    line-height:26px;
    color:#ffffff;
    text-decoration:none;
    font-weight:400;
    display:inline-block;
}

.latest-stories .widget-type-raw_html .item:first-child + .item + .item h2,
.latest-stories .widget-type-raw_html .item:first-child + .item + .item + .item h2{
    
}

.title-wrap{
    bottom: 0px;
    position: absolute;
    display: block;
}

.author-data a.author-link{
    color:#ffffff;
    font-size:12px;
    font-weight:600;
    text-decoration:none;
    position: absolute;
    right: auto;
    top: 5px;
    text-transform: uppercase;
    left: 0px;
    max-width: 135px;
    display: inline-block;
    line-height: 15px;
    text-align: left;
}

.post-recents-topic a:first-child,
.topics-list-bottom a:first-child{
    display:inline-block;
}

.post-recents-topic a
,.topics-list-bottom a{
    display:none;
}

.pop-post-item {
    overflow: hidden;
    min-height: 70px;
}

.post-date{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    font-family:"arial",Sans-Serif;
}

.title-wrap .topic-link{
    color:#ffffff;
    font-size:12px;
    font-weight:600;
    text-decoration:none;
    text-transform:capitalize;
    background:#ff785f;
    padding: 2px 12px;
}

.latest-stories h2{
    margin-bottom:0px;
}

.latest-stories h2,
.featured-stories h2{
    font-size: 26px;
    font-weight: 300;
    color: #626262;
    line-height: 35px;
    padding-bottom: 10px;
}

.topic-tab .topic-handler{
   float:left; 
   border-right: 1px solid #333333;
   padding: 10px 10px;
}

.topic-tab{
    border: 1px solid #333333;
    margin-bottom:40px;
}

.topic-tab ul {
    text-align:left;
    list-style: none;
    padding: 0;
    margin: 0;
}

.topic-tab ul li {
    display: inline-block;
    text-align: center;
    padding: 10px 10px;
    
}

.topic-tab ul li a {
    font-size:14px;
    color: #626262;
    text-decoration: none;
    padding:10px 15px 10px;
}

.topic-tab ul li a.current-page,
.topic-tab ul li a:hover{
    color:#6ba7ed;
}

.hs-blog-listing .blog-section{
    padding-bottom:60px;
}


@media(min-width:768px){
    
.post-listing{
    margin: 0 -25px 0 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.post-item {
    float: left;
    width: 33.33%;
    padding-right: 25px;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    
}

}

.post-item{
    -webkit-transition: width 0.6s ease-out;
    transition: width 0.6s ease-out;
}

h2.featured-stories{
    font-size: 25px;
    color: #626262;
    line-height: 35px;
    text-align: center;
    font-weight: 600;
}

.post-item-inner {
    padding-right: 0;
    border: 1px solid #efefef;
    margin-bottom: 25px;
    padding:0px 0px;
    background: #ffffff;
}

.hs-featured-image{
    
}

.hs-featured-image-wrapper {
    position: relative;
}

.post-date-inner{
    font-family: 'Ubuntu',sans-serif;
    position: absolute;
    top: 10px;
    z-index: 1;
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    padding: 0px 10px;
}

.hs-featured-image {
    float: none;
    margin: 0 0 20px 0;
    max-width: 100%;
    padding-right: 0;
    height:150px;
    width: 100%;
    display: block;
    background-size: cover!important;
    background-position: center center!important;
    position: relative;
}

.hs-featured-image:after {
    content: "";
    background: rgba(0,0,0,.4);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

a.hs-featured-image-link{
    display:block;
}

.author-link-bottom{
    font-size:13px;
    font-style:italic;
    font-weight:400;
    color:#333333;
    padding-top: 5px;
}

.author-link-bottom a{
    color:#333333;
    font-size:13px;
    font-weight:400;
    padding-left:5px;
    font-style:normal;
    text-decoration:none;
    letter-spacing:0.25px;
}

.post-item a.topics-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    background: #6ba7ed;
    padding: 2px 10px;
    letter-spacing: .25px;
    position: absolute;
    z-index: 10;
    bottom: 7px;
    left: 7px;
    font-weight: 400;
    line-height: 20px;
}

.author-link-bottom a:hover{
    color:#6ba7ed;
}

.post-header h2,
.post-header h2 a{
    color:#626262;
    margin:0px;
    line-height:25px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.post-body{
    padding: 0px 15px 15px;
}

.post-body p{
    margin:0px;
    font-size:14px;
    line-height:22px;
    color:#333333;
    font-weight: 400;
    letter-spacing: .25px;
}

.post-item-bottom{
    overflow:hidden;
    display:block;
    overflow: hidden;
    display: block;
    padding-top: 12px;
    border-top: 1px solid rgba(169, 169, 169, 0.25);
    margin-top: 15px;
}

.post-item-bottom .hs-author-avatar img,
.author-data .hs-author-avatar img{
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin-right: 5px;
    float: left;
    margin-top: 2px;
}

.author-link-bottom,
.social-shares {
    padding: 0px 0 0;
    float: left;
    width: 48%;
}

.social-shares a{
    font-size: 12px;
    color:#626262;
    padding: 5px;
    border: 1px solid #ababab;
    width: 23px;
    display: inline-block;
    height: 23px;
    text-align: center;
    vertical-align: middle;
    line-height: 15px;
}

.social-shares a:hover{
    border: 1px solid #6ba7ed;
    background:#6ba7ed;
    color:#ffffff;
}

.blog-pagination{
    position: relative;
    margin-top:30px;
    display:block;
}

a.all-posts-link{
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 120px;
    background:#6ba7ed;
    text-decoration: none;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    border-radius: 10px;
    text-transform: capitalize;
    letter-spacing: .30px;
}

a.next-posts-link{
    position: absolute;
    right: 0px;
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 120px;
    background: #6ba7ed;
    text-decoration: none;
    padding: 8px 30px;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    border-radius: 10px;
    text-transform: capitalize;
    letter-spacing: .30px;
    top: 0px;
}

a.previous-posts-link{
    position: absolute;
    left: 0px;
    margin: 0 auto;
    display: block;
    text-align: center;
    max-width: 120px;
    background:#6ba7ed;
    text-decoration: none;
    padding: 8px 30px;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    border-radius: 10px;
    text-transform: capitalize;
    letter-spacing: .30px;
    top: 0px;
}

.blog-pagination a:hover{
    background:#000000;
}


/*Sidebar*/

.pop-post-image{
    
}

.pop-post-title{
   
}

.pop-post-image a span{
    width:55px;
    height:55px;
    background-size: cover !important;
    display: block;
    background-position: center center !important;
}

.pop-post-title a{
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    display: inline-block;
    padding-left:0px;
    color:#626262;
}

.pop-post-date {
    font-size: 12px;
    color:#000;
    text-align: right;
    display: block;
}

.blog-sidebar h3{
    position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #626262;
    padding-bottom:10px;
    
}

.blog-sidebar h3:after{
    content:"";
    width:50px;
    height:3px;
    position:absolute;
    bottom:0px;
    left:0px;
    background:#6ba7ed;
}

.blog-sidebar input[type="email"],
.blog-sidebar input[type="text"]{
    height:40px;
    border:1px solid rgba(98, 98, 98, 0.25);
    margin-bottom:15px;
    font-size:16px;
    padding-left:14px;
    color:#626262;
}

.blog-sidebar input[type="submit"]{
    height: 40px;
    display: inline-block;
    -webkit-appearance: none;
    background: #6ba7ed;
    border: 0px;
    box-shadow: none;
    color: #fff;
    width: 100%;
    max-width: 100px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .25px;
    cursor:pointer;
}

.blog-sidebar input[type="submit"]:hover{
    background:#000000;
}

.hs_email.field.hs-form-field{
  position:relative;  
}

.blog-sidebar ul.hs-error-msgs.inputs-list {
    list-style: none;
    padding: 0;
    position: absolute;
    top:60px;
    margin: 0;
}

.blog-sidebar ul.hs-error-msgs.inputs-list label {
    font-size: 10px;
    color: red;
    display: block;
    letter-spacing: .25px;
}

a.topics-links{
    background-color: #ededed;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    padding: 2px 12px;
    margin: 4px 2px;
    display: inline-block;
}

.post-listing-simple{
    overflow:hidden;
}


/*Author Section*/

body.hs-blog-listing.author-body .author-section{
    display:block;
    padding:70px 0px 60px;
    background:#ddd;
    text-align:center;
    margin-bottom:50px;
}

body .hs-author-social-links a.hs-author-social-link{
        background-image: none!important;
        text-indent:0px;
        color:#000000;
}

body.hs-blog-listing.author-body .author-section .hs-author-avatar img{
   width:75px;
   height:75px;
   border-radius:100%;
}

body.hs-blog-listing.author-body .author-section .hs-author-bio{
    padding:20px 0px 20px;
    max-width:770px;
    margin:0 auto;
}

.author-body .hs-author-listing-header {
    margin: 0px 0 25px 0;
    font-size: 24px;
}

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

body.hs-blog-post .hide-for-post,
body.hs-blog-listing.author-body .hide-for-author,
body.hs-blog-listing.author-body .post-item-bottom,
body.hs-blog-listing .author-section,
body.hs-blog-post .author-section{display:none;}

body.hs-blog-post .widget-type-blog_content,
body.hs-blog-post .row-fluid .post-center,
.hs-blog-listing.author-body .post-center,
.hs-blog-listing.author-body .widget-type-blog_content{
    max-width:770px;
    margin:0 auto;
    display:block;
    float:none;
}

.section.post-header {
    padding: 60px 0 40px;
    text-align: center;
}

.section.post-header .hs-author-avatar img{
    border-radius: 100%;
    margin-bottom: 20px;
    max-width: 75px;
    border: 1px solid #B1B1B1;
}

body.hs-blog-post .topic-listing{padding-top:15px;}

.author-link-post{
    font-weight: 700;
    text-decoration: none;
    color: #626262;
    font-size:16px;
}

.section.post-header .link.hubspot-editable{
    font-size:40px;
    line-height:50px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Ubuntu',sans-serif;
}

.post-body-date {
    padding: 10px 0px 10px;
}

.post-topic-link{
    color:#6ba7ed;
    text-decoration: none;
    padding: 0px 10px;
    font-weight: 500;
    letter-spacing: .50px;
}

.social-shares-post{
    padding: 0px 0px 25px;
}

.social-shares-post a{
    color:#626262;
    padding:0px 5px;
}

body.hs-blog-post .container-fluid .row-fluid .section-blog .wrapper{
    max-width:980px;
    margin:0 auto;
}

.section.post-body img {
    margin: 0px auto 25px auto;
    float: none;
    display: block;
}

.section.post-body ul{
    padding: 0px 0px 0px 20px;
}

.section.post-body p,.section.post-body{
    font-size:16px;
    color:#626262;
    line-height:25px;
    font-weight:300;
    margin:15px 0px;
} 

body #comment-form input[type="text"],
body #comment-form input[type="email"]{
    height:50px;
    margin-bottom:25px;
    border:1px solid #e7e7e7;
    font-size:16px;
    padding-left:15px;
}

body #comment-form textarea{
    height:100px;
    margin-bottom:25px;
    border:1px solid #e7e7e7;
    font-size:16px;
    padding-left:15px;
}

body #comment-form .hs-button.primary{
    background:#6ba7ed;
    cursor:pointer;
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    padding: 15px 20px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .25px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

body #comment-form .hs-button.primary:hover{
    background:#000000;
}

#comment-form .hs-form-field{
    position:relative;
}

#comment-form ul.hs-error-msgs.inputs-list {
    position: absolute;
    top: 60px;
}

#comment-form .hs_comment ul.hs-error-msgs.inputs-list {
    position: absolute;
    top:108px;
    list-style:none;
    padding:0px;
}

#comment-form ul.hs-error-msgs.inputs-list  label{font-size: 13px;
    color: red;
    font-weight: 600;
    letter-spacing: 0.25px;
}

body.hs-blog-post #comments-listing{
    border-width:0px;
}

#comment-form span.hs-form-required {
    font-size: 20px;
    font-weight: 600;
    color: red;
}

body.hs-blog-post .section-blog{
    padding-bottom:60px;    
}

.post-pagination{
    position: relative;
    overflow: hidden;
    min-height: 100px;
}


.post-pagination h5{
    margin:10px 0px 0px;
}


.post-pagination a{
    text-decoration: none;
    color:#626262;
    font-size: 16px;
    font-weight:400;
}

.post-pagination h5 a{
    text-decoration: none;
    color:#626262;
    font-size: 16px;
    font-weight:600;
}

.prev-post{
    position:absolute;
    left:0px;
    
}

.next-post{
    position: absolute;
    right: 0px;
    text-align:right;
}


.widget-type-blog_comments{
    padding-bottom:45px;
}


@media(min-width:768px){
    
   .widget-span.widget-type-cell.blog-sidebar {
        border-left: 1px solid rgba(98, 98, 98, 0.12);
        padding-left: 15px;
        margin-left: 15px;
}  

.make-equal-height > .row-fluid-wrapper >.row-fluid{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    
}
    
    
}

.footer-container-wrapper{
    background:#626262;
    padding:20px 0px 10px;
}

.footer-container-wrapper .widget-type-text{
    font-size: 12px;
    padding: 10px 0px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .25px;
}


@media(max-width:1100px) and (min-width:768px){
    
body .latest-stories .widget-type-raw_html .item:first-child .post-image{
   height:250px;
}

body .latest-stories .widget-type-raw_html .item:first-child + .item + .item{
    display:block;
    width:50%;
    float:left;
    padding-left:0px;
    padding-top:25px;
}

body .latest-stories .widget-type-raw_html .item:first-child + .item + .item + .item{
    display:block;
    width:50%;
    float:left;
    padding-left:25px;
    padding-top:25px;
}

body .latest-stories .widget-type-raw_html .item:first-child + .item + .item .post-image,
body .latest-stories .widget-type-raw_html .item:first-child + .item + .item + .item .post-image{
    height:250px;
} 

body .post-item {
    float: left;
    width: 50%;
}

body .social-shares a {
    font-size: 10px;
    padding:5px;
    width: 20px;
    height: 20px;
    line-height: 10px;
}

body .latest-stories .widget-type-raw_html .item:first-child+.item+.item h2,
body .latest-stories .widget-type-raw_html .item:first-child+.item+.item+.item h2 {
    height:100%;
    overflow:initial;
}

body .pop-post-title a {
    font-size: 12px;
    line-height: 15px;
}

body .pop-post-image a span {
    width: 35px;
    height: 50px;
}

body .topic-tab ul li{
    padding: 10px 0px;
}

body .topic-tab ul li a{
    padding: 10px 6px 10px;
}

  
}


@media(max-width:767px){

.section.post-header h2,.section.post-header .link.hubspot-editable{
    font-size:24px;
    line-height: 30px;
}

body .src-box form{
    margin-bottom:35px;
}

.latest-stories .widget-type-raw_html .item:first-child,
.latest-stories .widget-type-raw_html .item:first-child +.item,
.latest-stories .widget-type-raw_html .item:first-child +.item +.item,
.latest-stories .widget-type-raw_html .item:first-child +.item +.item +.item{
    display: block;
    width: 100%;
    float: none;
    padding:0px 0px 20px;
}

body .row-fluid .latest-stories .widget-type-raw_html .item .post-image{
    height:300px!important;
}

body .latest-stories .widget-type-raw_html .item:first-child+.item+.item h2,
body .latest-stories .widget-type-raw_html .item:first-child+.item+.item+.item h2{
    height:100%;
    overflow: initial;
}


body .topic-tab .topic-handler {
    float: none;
    border-right:0px;
    border-bottom: 1px solid #333333;
    padding: 10px 10px;
    text-align: center;
    display: block;
}

body .topic-tab{
    overflow:hidden;
}

body .topic-tab ul li{
    float:left;
    width:50%;
    padding:5px;
}

.pop-post-item {
    overflow: hidden;
}

.span3.pop-post-image{
    float:left;
    width:50px;
    margin-right:15px;
}

.span9.pop-post-title{
    float:left;
    width:70%;
}

.blog-sidebar{
    padding-top:50px;
    padding-bottom:50px;
}

a.all-posts-link{
    max-width:95px;
}

.post-pagination h5{
    display:none;
}

}



/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can
 * use this for custom styling on any element when the menu is in the open position.
 */

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

@media (min-width: 768px){
.hs-menu-wrapper {
    display: block !important;
}
}

@media (max-width: 767px){


body .hs-menu-wrapper {
       display:none;
}

  /* Variables
     ========================================================================== */

  /*
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any
    * additional CSS you want removed from the mobile menu in this reset
    */

    .custom-menu-primary2,
    .custom-menu-primary2 .hs-menu-wrapper > ul,
    .custom-menu-primary2 .hs-menu-wrapper > ul li,
    .custom-menu-primary2 .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;
    -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;
  }


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

  .mobile-trigger{
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top:-30px;          /* Position Button at top right of screen  */
    right:10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */
    padding: 6px 12px;
    margin-top:0px;
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{}


  /* Toggle Button Icon & Animations
     ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: 0px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 35px; /* Icon line width*/
    height: 5px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    margin-top: -9px; /* Position top line */
  }
  .mobile-trigger i:after{
    margin-top: 9px; /* Position bottom line */
  }


  /* Child Toggle Button
     ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }


  /* Menu Styles on Mobile Devices
     ========================================================================== */

  /* Hide menu on mobile */
  .custom-menu-primary2.js-enabled .hs-menu-wrapper,
  .custom-menu-primary2.js-enabled .hs-menu-children-wrapper{
    display: none;
  }

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

  /* Mobile Menu Styles */
  .custom-menu-primary2.js-enabled .hs-menu-wrapper{
    position: relative; /**************************************************************/
    top: 20px;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/
    width: 100%;
    box-shadow:0 0 4px rgba(0, 0, 0, 0.5);
  }
  .custom-menu-primary2 .hs-menu-wrapper{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

   /* Level 1 Menu List Styles */
   .custom-menu-primary2 .hs-menu-wrapper > ul {
    background: #0F2030;
   }
  .custom-menu-primary2 .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary2 .hs-menu-wrapper > ul > li a{
    font-size:16px; /* Font size of top level list items */
    line-height:40px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary2 .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }

  .custom-menu-primary2 .hs-menu-wrapper >  ul li a{
    padding:3px 10px;
    color:#fff !important; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary2 .hs-menu-wrapper > ul li a:hover{
    color:#fff !important; /* link hover color set by global mobile-aColorHover variable */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children > a:after {
      display: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary2 .hs-menu-wrapper > ul ul{
    background: transparent;
    border: 0px;
    padding: 0px;
  }
  .custom-menu-primary2 .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary2 .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{
      display: none;
  }
  .custom-menu-primary2 .hs-menu-wrapper>ul>li>ul:before {
      display: none;
  }

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

}


/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   color: #555555;
   opacity:0.6;
   font-size:14px;
   font-weight:300;
}
:-moz-placeholder { /* Firefox 18- */
   color: #555555;
   opacity:0.6;
   font-size:14px;
   font-weight:300;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #555555;
   opacity:0.6;
   font-size:14px;
   font-weight:300;
}
:-ms-input-placeholder { /* IE10 */
   color: #555555;
   opacity:0.6;
   font-size:14px;
   font-weight:300;
}


/* =============== Added from Huecu_January2018 Header =============== */

@media (min-width:768px) and (max-width:1117px){
    .custom-menu-primary .hs-menu-wrapper > ul >li > ul {
    max-width: -webkit-calc(100% - 30px);
    max-width: -o-calc(100% - 30px);
    max-width: -ms-calc(100% - 30px);
    max-width: calc(100% - 30px);
}
}

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

@media (max-width: 1117px) {
   .community-posts .cpost {
   margin-bottom: 0;
   width: 30.33%;
   margin-right: 3%;
   margin-left: 0;
}
.blog-cpost-image-content {
   width: 100%;
}
.news.hs-blog-listing h1.color-white {
   clear: both;
}
}


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

@media (max-width: 767px) {
    .custom-header-search.custom-header-search-desktop {
        display: none !important;
    }
    .custom-logo a img {
        max-width: 175px;
    }
    .container-fluid .row-fluid .page-center {
        padding-left: 20px;
        padding-right: 20px;
    }
    .custom-header-search.custom-header-search-mobile {
        display: block !important;
    }
    .header-top {
        padding: 10px 0 24px;
    }
    .header-social-icons {
        display: none !important;
    }
    .custom-header-search .search-form.silvercloud-search-bar.ng-scope.ng-isolate-scope {
        min-width: 180px;
        margin-top: 0;
        margin-bottom:13px;
    }
    .custom-header-search input[type="text"] {
        max-width: 150px;
        font: 9px/35px 'robotoslab';
    }
     .footer-logo-mobile {
        display:block !important;
        max-width: 174px;
        margin: 0 auto;
        background: url(//info.huecu.org/hubfs/Huecu_January2018%20Theme/Images/HUECU_logo_white.png) no-repeat center center;
        background-size: cover;
        height:46px;
    }
    .footer-bottom-text .fb-left {
        display: block;
    }
    .footer-logo-desk{
        display: none !important;
    }
    .footer-bottom-text ul.contact-info {
        text-align: center;
    }
    .footer-bottom-text ul.contact-info li {
        display:block;
    }
   .footer-bottom-text .fb-right {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
        margin: 15px 0 5px;
        padding: 16px 0;
        border-top: 1px solid #767676;
        border-bottom: 1px solid #767676;
        margin-bottom:10px;
    }
    .footer-bottom-text ul.fb-logos {
        list-style: none;
        padding: 0;
        margin: 0;
        text-align: center;
    }
     .contact-info-mobile {
        display:block !important;
    }
    .contact-info-desk {
        display:none !important;
    }
    .custom-footer-bottom {
        padding: 25px 0;
    }
    .footer-bottom-text p.copyrite {
        float: none !important;
        color: #ccc;
        margin: 4px 0;
        padding: 4px 0;
    }
    .footer-bottom-text p.design-by {
        float: none !important;
        margin: 4px 0;
        padding: 4px 0;
    }
    .footer-bottom-text .fb-bottom {
        margin: 0;
        margin-bottom: 15px;
        margin-top: 0;
        text-align: center;
        display: block;
        width: 100%;
    }
    .fr-section.social ul > li {
        display: inline-block !important;
    }
    .fr-section.back-to-top {
        text-align: center;
    }
    .fr-section a.back-to-top {
        font-size: 12px;
        color: #888;
        text-transform: uppercase;
        text-decoration: none;
        text-align: center;
        line-height:23px;
    }
    .fr-section a.back-to-top:hover {
        color: #888;
    }
    .footer-nav , .fr-section.members ,.fr-section.social.apps{
        display: none !important;
    }
    .custom-footer-top {
        padding-top: 25px;
        padding-bottom: 10px;
    }
    .banner-content h1 {
        padding-top: 155px;
        font: 300 48px/52px "robotoslab", "Georgia", "Times New Roman", serif;
        color: #ffffff;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
  .header-bottom {
        padding: 0;
        padding-top: 7px;
    }
    div#news-cats ,.news.hs-blog-listing form.hs-form{
        float: none;
        margin: 0 auto;
        margin-bottom: 20px;
        z-index: 500;
        position: relative;
    }
    .community-posts .cpost, .news .blog-listing-wrapper .post-listing .post-item {
        width: 100%;
        display: block;
        margin: 0 0 20px;
    }
    .cpost img {
        width: 100% !important;
        height: auto;
    }
    .community-posts .cpost-copy, .news.hs-blog-listing .post-content {
        height:auto !important;
    }
    .community-posts .cpost-copy h6, .news.hs-blog-listing .post-content h6 {
        margin: 0 0 5px;
    }
    .news .body-container-wrapper .page-center {
        padding-top:20px;
        padding-bottom:20px;
    }
    .news .blog-pagination {
        padding-bottom:10px;
    }
    .news .blog-listing-wrapper {
        padding-top: 10px;
    }
    .section-title br {
        display:block !important;
    }
   
    .span6.left-col img {
        width: 100%;
    }
    ul.social.share-this li a {
        width: 100%;
    }
    ul.social.share-this li {
        display: block;
        margin: 0 0 2px;
        width: 100%;
    }
    ul.social.share-this {
        margin: 0 0 20px;
        padding-left: 0;
        width: 100%;
    }
    div#news-cats, .news.hs-blog-listing form.hs-form {
    max-width: auto !important;
    }
    .blog-cpost-image-content {
       width: 100%;
       height: auto;
       display: block;
       -webkit-border-radius:0;
       border-radius:0;
       overflow: visible;
       background-image: none !important;
    }
    .blog-cpost-image-content img{
       display:block !important;
       width:100%;
       
    }
    .news .blog-listing-wrapper .post-listing .post-item {
       width: 100%;
       padding-right: 0;
       padding-left: 0;
    }
    .community-posts .cpost {
       margin-bottom: 41px;
       width: 100%;
       margin-right: 0;
       margin-left: 0;
    }
    .blog-banner-section a.button.small.left {
       margin-left: 0;
    }
    .footer-right-content {
        border:none !important;
    }
    .body-container-wrapper h1 {
        line-height:40px;
    }
    div#news-cats, .news.hs-blog-listing form.hs-form {
        max-width: 100%;
        min-width: auto;
    }
}  


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

@media (max-width: 479px) {}