@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');

@import 'https://fonts.googleapis.com/css?family=Courgette';

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

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

/* ==========================================================================
   Variables
   ========================================================================== */
   
/**
 * CSS variables are made as descriptive as possible. 
 * You can edit any variable as needed. 
 */

/* Colors */





/* Typography */



 /* Gentium Book Basic */










/* Header */




/* Header - Menu Navigation */
 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */
 /* Set link Hover Background */


/* Site Footer */


/* Footer */




/* Containers */




/* --------------------------------------------------
  Macros
  -------------------------------------------------- */


/**
 * Create jinja macros for CSS3 properties that need browser prefixes.
 *
 * Apply the style as shown below.  Ignore the jinja comment tags.
 *
 * 
 */


/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/


/* ======================================================================================================================================
   1. BASE STYLES
   ==================================================================================================================================== */

/* --------------------------------------------------
   Base
   -------------------------------------------------- */
   
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}
body {
  background: #fff;
  color: #7B7B7B;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.55556;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 575px) {
    body {
        font-size: 15px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    body {
        font-size: 16px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 17px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 18px;
    }
}
@media screen and (min-width: 1200px) {
    body {
        font-size: 18px;
    }
}
hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
hr.quote-open {
    position: relative;
    margin: 17px 0 30px;
    border-top: 1px solid #522483;
    border-bottom: 0px;
}
hr.quote-open:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 50px;
    margin: auto;
    background-image: url(https://3340173.fs1.hubspotusercontent-na1.net/hubfs/3340173/SI%20Partners%20September%202017/icons/quote-purple.png);
    background-color: #fff;
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: center;
}
hr.quote-close {
    position: relative;
    margin: 30px 0 17px;
    border-top: 1px solid #522483;
    border-bottom: 0px;
}
hr.quote-close:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 50px;
    margin: auto;
    background-image: url(https://3340173.fs1.hubspotusercontent-na1.net/hubfs/3340173/SI%20Partners%20September%202017/icons/quote-02-purple.png);
    background-color: #fff;
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: center;
}
.clearfix {
  clear: both;
}
/**
 * Page Center
 * Apply .page-center to fullwidth modules.
 */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.container-fluid .row-fluid .page-center-small {
  max-width: 800px;
}
@media (max-width: 1200px) {
  .container-fluid .row-fluid .page-center {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fluid .footer-copyright .row-fluid .page-center {
    padding: 0 10px;
  }
}

/* Links */
a {
  text-decoration: none;
  color: #522483;
  -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  color: #200051;
}
a:focus {
    outline: none!important;
}

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

/* --------------------------------------------------
   Typography
   -------------------------------------------------- */

/* Basic text */
p { margin: 10px 0; }
sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headers */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  margin: 10px 0 20px;
  text-rendering: optimizelegibility;
  font-weight: 500;
  line-height: 1.2;
  color: #616161;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0px;
}
h1 { font-size: 36px; } /* 60px */
h2 { font-size: 30px; } /* 40px */
h3 { font-size: 24px; } /* 30px */
h4 { font-size: 18px; } /* 24px */
h5 { font-size: 14px; } /* 14px */
h6 { font-size: 12px; } /* 12px */

@media screen and (max-width: 575px) {
    h1 {
        font-size: 34px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    h1 {
        font-size: 38px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 42px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 46px;
    }
}
@media screen and (min-width: 1200px) {
    h1 {
        font-size: 50px;
    }
}
@media screen and (max-width: 575px) {
    h2 {
        font-size: 25px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    h2 {
        font-size: 27px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 29px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 31px;
    }
}
@media screen and (min-width: 1200px) {
    h2 {
        font-size: 33px;
    }
}
@media screen and (max-width: 575px) {
    h3 {
        font-size: 22px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    h3 {
        font-size: 24px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 26px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: 28px;
    }
}
@media screen and (min-width: 1200px) {
    h3 {
        font-size: 30px;
    }
}
 
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #522483;
}

.header-margin-none h1,
.header-margin-none h2,
.header-margin-none h3,
.header-margin-none h4 {
    margin: 0;
}

@media (min-width: 768px) {
    .header-large h1 { font-size: 100px };
}
@media (max-width: 767px) {
    h1 {
        font-size: 45px;
    }
}

/* Header Options */
.header-underline {
    padding-bottom: 30px;
    position: relative;
}
    .header-underline:after {
        content: "";
        width: 30px;
        height: 3px;
        background: #522483;
        position: absolute;
        bottom: 0;
        left: 0;
    }

/* Lists */
ul.unstyled, ol.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}
/* Quotes */
blockquote {
    margin: 40px 0 40px;
    position: relative;
    padding: 30px 0;
    font-size: 18px;	
    font-style: italic;
    line-height: 1.6;
    color: #1A1919;
    font-style: italic;
	border-top: 1px solid #51308F;
	border-bottom: 1px solid #51308F;
    font-weight: normal;
}
    blockquote:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: -16px;
        width: 65px;
        height: 32px;
        text-align: center;
        margin: auto;
        background-color: #fff;
        background-image: url(https://3340173.fs1.hubspotusercontent-na1.net/hubfs/3340173/SI%20Partners%20September%202017/icons/quote-purple.png);
        background-size: 45px;
        background-position: center;
        background-repeat: no-repeat;
    }
    blockquote:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -16px;
        width: 65px;
        height: 32px;
        text-align: center;
        margin: auto;
        background-color: #fff;
        background-image: url(https://3340173.fs1.hubspotusercontent-na1.net/hubfs/3340173/SI%20Partners%20September%202017/icons/quote-02-purple.png);
        background-size: 45px;
        background-position: center;
        background-repeat: no-repeat;
    }
    
blockquote span {
    display: block;
    margin-top: 15px;
    font-size: 13px;	
    font-weight: 500; 
    color: #522483; 
    text-transform: uppercase;
} 

/* iFrames */

iframe {
    display: block;
}

/* Colors */
.colorPrimary   { color: #522483; }
.colorSecondary { color: #ffc222; }

/* Backgrounds */
.bgPrimary    { background: #522483; }
.bgSecondary  { background: #ffc222; }
.bgColor3     { background: ; }
.bgColor4     { background: ; }
.bgColor5     { background: ; }
.bgWhite      { background: #fff; }

/* Font Options */
.font-secondary * {
    font-family: 'Roboto', cursive;
}

/* --------------------------------------------------
    Alignments
   -------------------------------------------------- */
.text-aligncenter   {text-align: center;  }
.text-alignright    {text-align: right;   }
.text-alignleft     {text-align: left;    }
.text-alignjustify  {text-align: justify; }

@media (max-width: 767px) {
    .mb-text-aligncenter    {text-align: center;  }
    .mb-text-alignright     {text-align: right;   }
    .mb-text-alignleft      {text-align: left;    }
    .mb-text-alignjustify   {text-align: justify; }
}

/* --------------------------------------------------
    Margins & Paddings
   -------------------------------------------------- */

.margin-10  {margin: 10px 0;}
.margin-20 {margin: 20px 0;}
.margin-30 {margin: 30px 0;}
.margin-40 {margin: 40px 0;}
.margin-50 {margin: 50px 0;}
.margin-60 {margin: 60px 0;}
.margin-70 {margin: 70px 0;}
.margin-80 {margin: 80px 0;}
.margin-90 {margin: 90px 0;}
.margin-100 {margin: 100px 0;}
.margin-110 {margin: 110px 0;}
.margin-120 {margin: 120px 0;}
.margin-130 {margin: 130px 0;}
.margin-140 {margin: 140px 0;}
.margin-150 {margin: 150px 0;}
.margin-160 {margin: 160px 0;}
.margin-170 {margin: 170px 0;}
.margin-180 {margin: 180px 0;}
.margin-190 {margin: 190px 0;}
.margin-200 {margin: 2000px 0;}

.margin-top-10  {margin-top: 10px;}
.margin-top-20 {margin-top: 20px;}
.margin-top-30 {margin-top: 30px;}
.margin-top-40 {margin-top: 40px;}
.margin-top-50 {margin-top: 50px;}
.margin-top-60 {margin-top: 60px;}
.margin-top-70 {margin-top: 70px;}
.margin-top-80 {margin-top: 80px;}
.margin-top-90 {margin-top: 90px;}
.margin-top-100 {margin-top: 100px;}
.margin-top-110 {margin-top: 110px;}
.margin-top-120 {margin-top: 120px;}
.margin-top-130 {margin-top: 130px;}
.margin-top-140 {margin-top: 140px;}
.margin-top-150 {margin-top: 150px;}
.margin-top-160 {margin-top: 160px;}
.margin-top-170 {margin-top: 170px;}
.margin-top-180 {margin-top: 180px;}
.margin-top-190 {margin-top: 190px;}
.margin-top-200 {margin-top: 200px;}

.margin-bottom-10  {margin-bottom: 10px;}
.margin-bottom-20 {margin-bottom: 20px;}
.margin-bottom-30 {margin-bottom: 30px;}
.margin-bottom-40 {margin-bottom: 40px;}
.margin-bottom-50 {margin-bottom: 50px;}
.margin-bottom-60 {margin-bottom: 60px;}
.margin-bottom-70 {margin-bottom: 70px;}
.margin-bottom-80 {margin-bottom: 80px;}
.margin-bottom-90 {margin-bottom: 90px;}
.margin-bottom-100 {margin-bottom: 100px;}
.margin-bottom-110 {margin-bottom: 110px;}
.margin-bottom-120 {margin-bottom: 120px;}
.margin-bottom-130 {margin-bottom: 130px;}
.margin-bottom-140 {margin-bottom: 140px;}
.margin-bottom-150 {margin-bottom: 150px;}
.margin-bottom-160 {margin-bottom: 160px;}
.margin-bottom-170 {margin-bottom: 170px;}
.margin-bottom-180 {margin-bottom: 180px;}
.margin-bottom-190 {margin-bottom: 190px;}
.margin-bottom-200 {margin-bottom: 200px;}


@media (max-width: 767px) {
  .mb-margin-10  {margin: 10px 0;}
  .mb-margin-20 {margin: 20px 0;}
  .mb-margin-30 {margin: 30px 0;}
  .mb-margin-40 {margin: 40px 0;}
  .mb-margin-50 {margin: 50px 0;}
  .mb-margin-60 {margin: 60px 0;}
  .mb-margin-70 {margin: 70px 0;}
  .mb-margin-80 {margin: 80px 0;}
  .mb-margin-90 {margin: 90px 0;}
  .mb-margin-100 {margin: 100px 0;}
  .mb-margin-110 {margin: 110px 0;}
  .mb-margin-120 {margin: 120px 0;}
  .mb-margin-130 {margin: 130px 0;}
  .mb-margin-140 {margin: 140px 0;}
  .mb-margin-150 {margin: 150px 0;}
  .mb-margin-160 {margin: 160px 0;}
  .mb-margin-170 {margin: 170px 0;}
  .mb-margin-180 {margin: 180px 0;}
  .mb-margin-190 {margin: 190px 0;}
  .mb-margin-200 {margin: 200px 0;}

  .mb-margin-top-10  {margin-top: 10px;}
  .mb-margin-top-20 {margin-top: 20px;}
  .mb-margin-top-30 {margin-top: 30px;}
  .mb-margin-top-40 {margin-top: 40px;}
  .mb-margin-top-50 {margin-top: 50px;}
  .mb-margin-top-60 {margin-top: 60px;}
  .mb-margin-top-70 {margin-top: 70px;}
  .mb-margin-top-80 {margin-top: 80px;}
  .mb-margin-top-90 {margin-top: 90px;}
  .mb-margin-top-100 {margin-top: 100px;}
  .mb-margin-top-110 {margin-top: 110px;}
  .mb-margin-top-120 {margin-top: 120px;}
  .mb-margin-top-130 {margin-top: 130px;}
  .mb-margin-top-140 {margin-top: 140px;}
  .mb-margin-top-150 {margin-top: 150px;}
  .mb-margin-top-160 {margin-top: 160px;}
  .mb-margin-top-170 {margin-top: 170px;}
  .mb-margin-top-180 {margin-top: 180px;}
  .mb-margin-top-190 {margin-top: 190px;}
  .mb-margin-top-200 {margin-top: 200px;}

  .mb-margin-bottom-10  {margin-bottom: 10px;}
  .mb-margin-bottom-20 {margin-bottom: 20px;}
  .mb-margin-bottom-30 {margin-bottom: 30px;}
  .mb-margin-bottom-40 {margin-bottom: 40px;}
  .mb-margin-bottom-50 {margin-bottom: 50px;}
  .mb-margin-bottom-60 {margin-bottom: 60px;}
  .mb-margin-bottom-70 {margin-bottom: 70px;}
  .mb-margin-bottom-80 {margin-bottom: 80px;}
  .mb-margin-bottom-90 {margin-bottom: 90px;}
  .mb-margin-bottom-100 {margin-bottom: 100px;}
  .mb-margin-bottom-110 {margin-bottom: 110px;}
  .mb-margin-bottom-120 {margin-bottom: 120px;}
  .mb-margin-bottom-130 {margin-bottom: 130px;}
  .mb-margin-bottom-140 {margin-bottom: 140px;}
  .mb-margin-bottom-150 {margin-bottom: 150px;}
  .mb-margin-bottom-160 {margin-bottom: 160px;}
  .mb-margin-bottom-170 {margin-bottom: 170px;}
  .mb-margin-bottom-180 {margin-bottom: 180px;}
  .mb-margin-bottom-190 {margin-bottom: 190px;}
  .mb-margin-bottom-200 {margin-bottom: 200px;}
}
.padding-10  {padding: 10px 0;}
.padding-20 {padding: 20px 0;}
.padding-30 {padding: 30px 0;}
.padding-40 {padding: 40px 0;}
.padding-50 {padding: 50px 0;}
.padding-60 {padding: 60px 0;}
.padding-70 {padding: 70px 0;}
.padding-80 {padding: 80px 0;}
.padding-90 {padding: 90px 0;}
.padding-100 {padding: 100px 0;}
.padding-110 {padding: 110px 0;}
.padding-120 {padding: 120px 0;}
.padding-130 {padding: 130px 0;}
.padding-140 {padding: 140px 0;}
.padding-150 {padding: 150px 0;}
.padding-160 {padding: 160px 0;}
.padding-170 {padding: 170px 0;}
.padding-180 {padding: 180px 0;}
.padding-190 {padding: 190px 0;}
.padding-200 {padding: 200px 0;}

.padding-top-10  {padding-top: 10px;}
.padding-top-20 {padding-top: 20px;}
.padding-top-30 {padding-top: 30px;}
.padding-top-40 {padding-top: 40px;}
.padding-top-50 {padding-top: 50px;}
.padding-top-60 {padding-top: 60px;}
.padding-top-70 {padding-top: 70px;}
.padding-top-80 {padding-top: 80px;}
.padding-top-90 {padding-top: 90px;}
.padding-top-100 {padding-top: 100px;}
.padding-top-110 {padding-top: 110px;}
.padding-top-120 {padding-top: 120px;}
.padding-top-130 {padding-top: 130px;}
.padding-top-140 {padding-top: 140px;}
.padding-top-150 {padding-top: 150px;}
.padding-top-160 {padding-top: 160px;}
.padding-top-170 {padding-top: 170px;}
.padding-top-180 {padding-top: 180px;}
.padding-top-190 {padding-top: 190px;}
.padding-top-200 {padding-top: 200px;}

.padding-bottom-10  {padding-bottom: 10px;}
.padding-bottom-20  {padding-bottom: 20px;}
.padding-bottom-30  {padding-bottom: 30px;}
.padding-bottom-40  {padding-bottom: 40px;}
.padding-bottom-50  {padding-bottom: 50px;}
.padding-bottom-60  {padding-bottom: 60px;}
.padding-bottom-70  {padding-bottom: 70px;}
.padding-bottom-80  {padding-bottom: 80px;}
.padding-bottom-90  {padding-bottom: 90px;}
.padding-bottom-100 {padding-bottom: 100px;}
.padding-bottom-110 {padding-bottom: 110px;}
.padding-bottom-120 {padding-bottom: 120px;}
.padding-bottom-130 {padding-bottom: 130px;}
.padding-bottom-140 {padding-bottom: 140px;}
.padding-bottom-150 {padding-bottom: 150px;}
.padding-bottom-160 {padding-bottom: 160px;}
.padding-bottom-170 {padding-bottom: 170px;}
.padding-bottom-180 {padding-bottom: 180px;}
.padding-bottom-190 {padding-bottom: 190px;}
.padding-bottom-200 {padding-bottom: 200px;}


@media (max-width: 767px) {
  .mb-padding-10  {padding: 10px 0;}
  .mb-padding-20 {padding: 20px 0;}
  .mb-padding-30 {padding: 30px 0;}
  .mb-padding-40 {padding: 40px 0;}
  .mb-padding-50 {padding: 50px 0;}
  .mb-padding-60 {padding: 60px 0;}
  .mb-padding-70 {padding: 70px 0;}
  .mb-padding-80 {padding: 80px 0;}
  .mb-padding-90 {padding: 90px 0;}
  .mb-padding-100 {padding: 100px 0;}
  .mb-padding-110 {padding: 110px 0;}
  .mb-padding-120 {padding: 120px 0;}
  .mb-padding-130 {padding: 130px 0;}
  .mb-padding-140 {padding: 140px 0;}
  .mb-padding-150 {padding: 150px 0;}
  .mb-padding-160 {padding: 160px 0;}
  .mb-padding-170 {padding: 170px 0;}
  .mb-padding-180 {padding: 180px 0;}
  .mb-padding-190 {padding: 190px 0;}
  .mb-padding-200 {padding: 200px 0;}

  .mb-padding-top-10  {padding-top: 10px;}
  .mb-padding-top-20 {padding-top: 20px;}
  .mb-padding-top-30 {padding-top: 30px;}
  .mb-padding-top-40 {padding-top: 40px;}
  .mb-padding-top-50 {padding-top: 50px;}
  .mb-padding-top-60 {padding-top: 60px;}
  .mb-padding-top-70 {padding-top: 70px;}
  .mb-padding-top-80 {padding-top: 80px;}
  .mb-padding-top-90 {padding-top: 90px;}
  .mb-padding-top-100 {padding-top: 100px;}
  .mb-padding-top-110 {padding-top: 110px;}
  .mb-padding-top-120 {padding-top: 120px;}
  .mb-padding-top-130 {padding-top: 130px;}
  .mb-padding-top-140 {padding-top: 140px;}
  .mb-padding-top-150 {padding-top: 150px;}
  .mb-padding-top-160 {padding-top: 160px;}
  .mb-padding-top-170 {padding-top: 170px;}
  .mb-padding-top-180 {padding-top: 180px;}
  .mb-padding-top-190 {padding-top: 190px;}
  .mb-padding-top-200 {padding-top: 200px;}

  .mb-padding-bottom-10  {padding-bottom: 10px;}
  .mb-padding-bottom-20 {padding-bottom: 20px;}
  .mb-padding-bottom-30 {padding-bottom: 30px;}
  .mb-padding-bottom-40 {padding-bottom: 40px;}
  .mb-padding-bottom-50 {padding-bottom: 50px;}
  .mb-padding-bottom-60 {padding-bottom: 60px;}
  .mb-padding-bottom-70 {padding-bottom: 70px;}
  .mb-padding-bottom-80 {padding-bottom: 80px;}
  .mb-padding-bottom-90 {padding-bottom: 90px;}
  .mb-padding-bottom-100 {padding-bottom: 100px;}
  .mb-padding-bottom-110 {padding-bottom: 110px;}
  .mb-padding-bottom-120 {padding-bottom: 120px;}
  .mb-padding-bottom-130 {padding-bottom: 130px;}
  .mb-padding-bottom-140 {padding-bottom: 140px;}
  .mb-padding-bottom-150 {padding-bottom: 150px;}
  .mb-padding-bottom-160 {padding-bottom: 160px;}
  .mb-padding-bottom-170 {padding-bottom: 170px;}
  .mb-padding-bottom-180 {padding-bottom: 180px;}
  .mb-padding-bottom-190 {padding-bottom: 190px;}
  .mb-padding-bottom-200 {padding-bottom: 200px;}
}

/* --------------------------------------------------
    Display
   -------------------------------------------------- */
.display-none {
    display: none!important;
}
.display-block {
    display: block;
}
@media (min-width: 768px) {
    .desktop-display-none {
        display: none!important;
    }
    .desktop-display-block {
        display: block!important;
    }
}
@media (max-width:767px) {
    .mb-display-none {
        display: none!important;
    }
    .mb-display-block {
        display: block!important;
    }
}

/* --------------------------------------------------
    Vertical Alignment
   -------------------------------------------------- */
@media (min-width:768px) {
    .vertical-align-center > .row-fluid-wrapper > .row-fluid {
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .vertical-align-center-reverse > .row-fluid-wrapper > .row-fluid {
        -ms-flex-direction:row-reverse;
        -webkit-flex-direction:row-reverse;
        flex-direction:row-reverse
    }
    .vertical-align-center-reverse > .row-fluid-wrapper > .row-fluid > .widget-span:first-child {
        margin-left: 2.564102564%;
    }
    .vertical-align-center-reverse > .row-fluid-wrapper > .row-fluid > .widget-span:nth-child(2) {
        margin-left: 0;
    }
}

/* --------------------------------------------------
    Images & Iframe
   -------------------------------------------------- */

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

/* --------------------------------------------------
    Colors
   -------------------------------------------------- */
.color-white,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6,
.color-white p,
.color-white li {
    color: #fff;
}

/* --------------------------------------------------
    Banner
   -------------------------------------------------- */
.hero-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hero-image {
    display: none!important;
}
.hero-banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
}
.hero-banner .page-center {
    position: relative;
    z-index: 2;
}
.inner-hero-banner {
    padding: 150px 0px 50px;
}
/* ======================================================================================================================================
   2. GLOBAL GROUP
   ==================================================================================================================================== */

/* --------------------------------------------------
   Header
   -------------------------------------------------- */

.header-container-wrapper {
    position: relative;
    width: 100%;
}
.header-container-wrapper .row-fluid [class*="span"] {
    min-height: 0px;
}
.header-container {
    z-index: 9999;
}
#header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 30px;
    background: #fff;
    -webkit-transition: background 0.8s cubic-bezier(0.14, 0.36, 0.56, 0.62), -webkit-box-shadow 0.8s cubic-bezier(0.14, 0.36, 0.56, 0.62);
    transition: background 0.8s cubic-bezier(0.14, 0.36, 0.56, 0.62), -webkit-box-shadow 0.8s cubic-bezier(0.14, 0.36, 0.56, 0.62);
    -o-transition: background 0.8s cubic-bezier(0.14, 0.36, 0.56, 0.62), box-shadow 0.8s cubic-bezier(0.14, 0.36, 0.56, 0.62);
    transition: background 0.8s cubic-bezier(0.14, 0.36, 0.56, 0.62), box-shadow 0.8s cubic-bezier(0.14, 0.36, 0.56, 0.62);
    transition: background 0.8s cubic-bezier(0.14, 0.36, 0.56, 0.62), box-shadow 0.8s cubic-bezier(0.14, 0.36, 0.56, 0.62), -webkit-box-shadow 0.8s cubic-bezier(0.14, 0.36, 0.56, 0.62);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.13);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.13);
    z-index: 10;

}
#header.scrolled {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    z-index: 999;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);
}

/* Toggle
   ------------------ */
body .site__navbar-icon {
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 99999;
    text-align: right;
}
body .site__navbar-icon .navbar-toggle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-block;
    z-index: 666;
    position: relative;
    cursor: pointer;
}
body .site__navbar-icon .navbar-toggle .icon.white {
    border: 1px solid #522483;
}
body .site__navbar-icon .navbar-toggle.active .icon {
    border: 1px solid #fff;
}
body .site__navbar-icon .navbar-toggle .icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-transition: border .45s;
    -o-transition: border .45s;
    transition: border .45s;
}
body .site__navbar-icon .navbar-toggle .icon .hamburger {
    padding: 10px 9px;
}
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: none!important;
}
.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}
body .site__navbar-icon .navbar-toggle .icon .hamburger-box {
    width: 22px;
    height: 10px;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before, 
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, 
.hamburger-inner::after {
    content: "";
}
body .site__navbar-icon .navbar-toggle .icon .hamburger-inner,
body .site__navbar-icon .navbar-toggle .icon .hamburger-inner:after,
body .site__navbar-icon .navbar-toggle .icon .hamburger-inner:before {
    background: #522483;
}
body .site__navbar-icon .navbar-toggle.active .icon .hamburger-inner,
body .site__navbar-icon .navbar-toggle.active .icon .hamburger-inner:after,
body .site__navbar-icon .navbar-toggle.active .icon .hamburger-inner:before {
    background: #fff;
}
body .site__navbar-icon .navbar-toggle .icon .hamburger-inner,
body .site__navbar-icon .navbar-toggle .icon .hamburger-inner:after,
body .site__navbar-icon .navbar-toggle .icon .hamburger-inner:before {
    width: 22px;
    height: 1px;
    background: #522483;
    -webkit-transition: -webkit-transform cubic-bezier(0.14, 0.36, 0.56, 0.62) 0.3s;
    transition: -webkit-transform cubic-bezier(0.14, 0.36, 0.56, 0.62) 0.3s;
    -o-transition: transform cubic-bezier(0.14, 0.36, 0.56, 0.62) 0.3s;
    transition: transform cubic-bezier(0.14, 0.36, 0.56, 0.62) 0.3s;
    transition: transform cubic-bezier(0.14, 0.36, 0.56, 0.62) 0.3s, -webkit-transform cubic-bezier(0.14, 0.36, 0.56, 0.62) 0.3s;
}
body .site__navbar-icon .navbar-toggle .icon .hamburger-inner:before {
    top: -5px;
    left: 0;
}
body .site__navbar-icon .navbar-toggle .icon .hamburger-inner:after {
    top: 5px;
    left: 0;
} 
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
body .site__navbar-icon .navbar-toggle .icon .hamburger.is-active .hamburger-inner:after {
    top: 0px;
}

/* Hamburger active */

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
    opacity: 0;
}

/* Logo
   ------------------ */
#header .top-nav__logo .logo__holder {
    background: url(../img/logo--purple.svg) no-repeat center/cover;
    height: 58px;
    width: 184px;
}
#header .top-nav__logo .logo__holder.scroll {
    background: url(https://www.siglobal.com/hs-fs/hubfs/SI-Global_2024/SIGlobal-Logo.png?width=184&height=59&name=SIGlobal-Logo.png) no-repeat center/cover;
    height: 58px;
    width: 184px;
}
#header .top-nav__logo .logo__holder {
    background: url(https://www.siglobal.com/hs-fs/hubfs/SI-Global_2024/SIGlobal-Logo.png?width=184&height=59&name=SIGlobal-Logo.png) no-repeat center/cover;
}

/* Float Menu
   ------------------ */
#header .menu__outer {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    height: 100%;
    width: 33%;
    max-width: 300px;
    min-width: 300px;
    padding: 113px 40px 20px;
    background: #290850;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.14, 0.36, 0.56, 0.62);
    transition: -webkit-transform 0.4s cubic-bezier(0.14, 0.36, 0.56, 0.62);
    -o-transition: transform 0.4s cubic-bezier(0.14, 0.36, 0.56, 0.62);
    transition: transform 0.4s cubic-bezier(0.14, 0.36, 0.56, 0.62);
    transition: transform 0.4s cubic-bezier(0.14, 0.36, 0.56, 0.62), -webkit-transform 0.4s cubic-bezier(0.14, 0.36, 0.56, 0.62);
}
#header .menu__outer.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
#header .menu__outer .hs-menu-wrapper > ul > li {
        padding: 10px;
}
#header .menu__outer .hs-menu-wrapper > ul > li > a {
    position: relative;
    color: #fff;
    padding: 0px;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    line-height: 2.33333;
}
   
/* Menu
   ------------------ */
  
.main-nav {
    min-height: 0!important;
}
   
@media (min-width: 768px) {

    .main-nav li.hs-item-has-children > ul {
        opacity: 1;
        visibility: visible;
    }
    
    /* Parent List (Level 1) */
    .main-nav .hs-menu-wrapper > ul {
        display: inline-block!important;
        width: auto;
    }
    .main-nav .hs-menu-wrapper > ul > li {
        
    }
    .main-nav .hs-menu-wrapper > ul > li > a {
        color: #7B7B7B;
        max-width: none!important;
        padding: 0 20px;
    }
    .main-nav .hs-menu-wrapper > ul > li > a:hover,
    .main-nav .hs-menu-wrapper > ul > li.active-branch > a {
        color: #522483;
        background: #0eb9a5;
    }
    .main-nav .hs-menu-wrapper > ul > li.active-branch > ul.active-branch > li.active-branch > a,
    .main-nav .hs-menu-wrapper > ul > li.active-branch > ul.active-branch > li.active-branch > ul.active-branch > li.active-branch > a {
        background: #522483;
        color: #fff;
    }
        
    /* Dropdown (Level 2) */
    
    .main-nav .hs-menu-wrapper > ul > li > ul  {
        background: ;
        border-top: 3px solid #522483;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    }
    .main-nav .hs-menu-wrapper > ul > li > ul > li {
        
    }
    .main-nav .hs-menu-wrapper > ul > li > ul > li a {
        padding: 8px 15px!important;
        padding-right: 30px!important;
        background: ;
        color: ;
        font-size: ;
        min-width: 180px;
        border-bottom: 1px solid #ebebeb;
        position: relative;
    }
        .main-nav .hs-menu-wrapper > ul > li > ul > li:last-child a {
            border-bottom: none;
        }
    .main-nav .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:after {
        content: "\f067"!important;
        font-family: fontawesome!important;
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        height: 18px;
        margin: auto;
        display: inline-block;
        color: #636363;
        font-size: 14px;
    }
        .main-nav .hs-menu-wrapper > ul > li > ul > li.hs-item-has-children > a:hover:after {
            color: #fff;
        }
    /* Child Dropdown (Level 3) */
    .main-nav .hs-menu-wrapper > ul > li > ul > li > ul {
        left: 100%!important;
    }
}
@media (min-width:1101px) and (max-width:1700px) {
    .main-nav .hs-menu-wrapper > ul > li > ul li a {
        min-width: 180px!important;
    }
    /* Child Dropdown (Level 2) */
    .main-nav .hs-menu-wrapper > ul > li:nth-child(n+6) > ul {
        left: auto!important;
        right: 0!important;
    }
    
    /* Child Dropdown (Level 3) */
    .main-nav .hs-menu-wrapper > ul > li:nth-child(n+4) > ul > li > ul {
        left: auto!important;
        right: 100%!important;
    }
}
@media (min-width:768px) and (max-width:1100px) {
    .main-nav .hs-menu-wrapper > ul > li > a {
        padding: 0 8px;
    }
    .main-nav .hs-menu-wrapper > ul > li > ul li a {
        padding: 5px 15px!important;
        white-space: normal!important;
        min-width: 180px!important;
    }
    /* Child Dropdown (Level 2) */
    .main-nav .hs-menu-wrapper > ul > li:nth-child(n+6) > ul {
        left: auto!important;
        right: 0!important;
    }
    
    /* Child Dropdown (Level 3) */
    .main-nav .hs-menu-wrapper > ul > li:nth-child(n+4) > ul > li > ul {
        left: auto!important;
        right: 100%!important;
    }
}

/* Slick CSS 
   ------------------ */
.slick-slide:focus {
    outline: none!important;
}

/* --------------------------------------------------
   Site Footer
   -------------------------------------------------- */
   
#site-footer {
    padding: 60px 0px 95px;
    background: #2E1053;
}     
#site-footer h4 {
    text-transform: uppercase;
    max-width: 170px;
    padding-bottom: 12px;
    border-bottom: 1px solid white;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 0.75;
    letter-spacing: 2px;
  font-weight: 400;
}
#site-footer .site-footer-logo {
    margin-bottom: 55px;
}

#site-footer .widget-type-rich_text p {
  font-size: 14px;
} 

#site-footer .widget-type-rich_text p:first-child {
    margin: 0 0 20px;
}

/* Clock */
.clock {
  width: 100px;
  height: 100px;
  background: #522483;
  border-radius: 50%;
  position: relative;
}
.clock .needle {
  position: absolute;
}
.clock .needle.hours {
  height: 50%;
  width: 50%;
  top: 25%;
  left: 25%;
}
.clock .needle.minutes {
  height: 80%;
  width: 80%;
  top: 10%;
  left: 10%;
}
.clock .needle:after {
  content: '';
  position: absolute;
  height: 50%;
  width: 2px;
  top: 0;
  left: 50%;
  left: 48.5%;
  background: white;
}

/* --------------------------------------------------
   Footer
   -------------------------------------------------- */
   
#footer {
    padding: 32.5px 0px 37.5px 0px;
    background: #25064B;
}

/* Footer Links
   ------------------ */
.footer-links {
    text-align: right;
}
.footer-links .hs-menu-wrapper {
    
}
.footer-links .hs-menu-wrapper ul {
    
}
.footer-links .hs-menu-wrapper ul li {
    padding: 0px 10px;
    border-right: 1px solid white;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1;
}
.footer-links .hs-menu-wrapper ul li:last-child {
    border-right: 0px;
}
.footer-links .hs-menu-wrapper ul li a {
    padding: 0px;
    width: auto;
    max-width: none;
    color: #fff;
}
@media (max-width:767px) {
    .footer-links {
        text-align: left;
        margin-top: 20px;
    }
    .footer-links .hs-menu-wrapper ul li {
        padding: 0px;
        border-right: 0px;
        margin: 0px 0px 10px;
    }
}

/* Social Links
   ------------------ */
#footer .social .icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    vertical-align: middle;
}
#footer .social .icon--twitter {
    background-image: url(https://3340173.fs1.hubspotusercontent-na1.net/hubfs/3340173/SI%20Partners%20September%202017/icons/footer-twitter.svg);
}
#footer .social .icon--linkedin {
    background-image: url(https://3340173.fs1.hubspotusercontent-na1.net/hubfs/3340173/SI%20Partners%20September%202017/icons/footer-linkedin.svg);
}
#footer .social .icon--youtube {
    background-image: url(https://3340173.fs1.hubspotusercontent-na1.net/hubfs/3340173/SI%20Partners%20September%202017/icons/footer-youtube.svg);
}
#footer .social .icon--google_plus {
    background-image: url(https://3340173.fs1.hubspotusercontent-na1.net/hubfs/3340173/SI%20Partners%20September%202017/icons/footer-google.svg);
}

/* ======================================================================================================================================
   3. CUSTOM MODULES
   ==================================================================================================================================== */
.float-cta-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.float-cta-parent > .row-fluid-wrapper:first-child > .row-fluid > .span12 {
    height: 0px!important;
    min-height: 0px!important;
}

/* Blog Float CTAs
   ------------------ */
.sipartners-float-cta {
    float: right;
    height: 0px
    margin-bottom: 250px;
}
/*
.sipartners-float-cta {
    display: inline-block;
    width: 100%;
}
.sipartners-float-cta > div {
    display: inline-block;
    width: 31%;
    margin: 0px 1%;
    float: left;
}
*/
.sipartners-float-cta.active {
        visibility: visible;
        opacity: 1;
    }
    .sipartners-float-cta > div {
        margin-bottom: 8px;
    }
@media (min-width:1550px) {
    .sipartners-float-cta {
       /*position: fixed;
       right: 0; 
       top: 15%;
       width: 322px;*/
       visibility: hidden;
       opacity: 0;
       transition: 0.5s ease;
    }
}
@media (min-width:1000px) and (max-width:1549px) {
    .sipartners-float-cta {
        width: 190px;
        visibility: hidden;
        opacity: 0;
        transition: 0.5s ease;
    }
}
@media (max-width:999px) {
    .sipartners-float-cta {
        display: none!important;
    }
}
/* ======================================================================================================================================
   4. COS BUILT-IN MODULES
   ==================================================================================================================================== */

/* --------------------------------------------------
   Image Sliders
   -------------------------------------------------- */

.hs_cos_flex-slider {
    margin: 0;
}
.widget-type-image_slider .caption {
    padding: 10px 0;
    background: #333;
}

/* --------------------------------------------------
   Forms
   -------------------------------------------------- */

/* All Global Forms
   ------------------ */

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

/* Labels */
body label {
    margin-bottom: 5px;
    font-weight: 700;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    display: block;
    padding: 10px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fafafa;
    background-image: none;
    border: 1px solid #ccc;
    margin-top: 5px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   -moz-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   -ms-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    outline: 0;
    border-color: #522483;
}
body input.invalid {
    border-color: red;
}
body input[type="submit"] {
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
    font-size: 15px;
    cursor: pointer;
}
body input[type="submit"]:focus {
    outline: none;
    border: none;
}
body form.hs-form .hs-richtext,
body form.hs-form .hs-richtext p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 15px;
}
body form.hs-form label {
  font-size: 14px;
}

body form.hs-form .hs_submit {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
body form.hs-form .hs-fieldtype-booleancheckbox {
    margin-bottom: 4px!important;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
    font-weight: 500;
}
@media (max-width: 767px) {
    body input[type="submit"] {
        display: block;
        width: 100%;
    }
}

/* Separate Styles for Multiple Line Inputs */
body textarea {
    min-height: 200px;
}

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

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}
form.hs-form .hs_submit input {
    background: none;
    border: 1px solid #522483;
    padding: 10px 20px;
    border-radius: 40px;
    color: #522483;
    box-shadow: none;
    outline: none;
}
    form.hs-form .hs_submit input:hover {
        background: #522483;
    color: #fff;        
    }

/* Form Module
   ------------------------- */

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li.hs-form-radio input[type="radio"] { width: auto; }

/* Multi Column Form
   -------------------------------------------------- */

/* Multiple Selection Inputs */
body form.hs-form fieldset { max-width: none; }
body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  body form.hs-form .form-columns-2 .hs-form-field .hs-input,
  body form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  body form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}

/* Google Search Form
   -------------------------------------------------- */

/* Label */
.widget-type-google_search label {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
    display: block;
    text-rendering: optimizelegibility;
    margin: 0px 0px 20px;
}

/* Input */
.widget-type-google_search input[type="text"] {
    width: 100%;
    float: left;
    margin-top: 0px;
    height: 36px;
    border-radius: 0px;
    box-shadow: none;
}
.widget-type-google_search .hs-button.primary {
    float: left;
    margin-left: 2px;
}

/* Form Error Selectors
   -------------------------------------------------- */
.hsformerror{
    font-size: 12px!important;
    border: 0 !important;
    color: #FFF!important;
    background-image: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    z-index: 99999 !important;
    border-color: #522483 !important;
    background: #522483 !important;
}
.hsformerror .close-form-error {
    color: #522483;
}
.hsformerror em {
    border-color: #522483 transparent transparent !important;
}

/* Form Contact */
.form-contact > div {
  width: 570px!important;
  max-width: 100%!important;
  margin: auto!important;
}
.form-contact .hs-form-field > label {
  font-size: 14px;
  position: relative;
  color: #1A1919; 
  font-weight: 400;
}
.form-contact .hs-form-field input,
.form-contact .hs-form-field select {
  width: 100%;
  height: 28px;
  padding: 0;
  background: #fff;
  border: 0px solid transparent;
  border-radius: 0px!important;
  border-bottom-left-radius: 0px!important;
	border-bottom-right-radius: 0px!important;
  border-bottom: 1px solid #51308F;
}
.form-contact .hs-form-field textarea {
  border: 1px solid #51308F;
  min-height: 130px;
  background: #fff;
}
@media (min-width: 4081px), (min-device-width: 481px) {
  .form-contact fieldset.form-columns-2 .hs-form-field:first-child {
    padding-right: 20px;
  }
  .form-contact fieldset.form-columns-2 .hs-form-field:nth-child(2) {
    padding-left: 20px;
  }
}

.form-contact .hs-richtext {
  color: #7B7B7B;
}
.form-contact .legal-consent-container label {
  color: #787878;
  font-weight: normal;
}
.form-contact .legal-consent-container input {
  height: auto;
}

.form-contact .hs_submit {
  text-align: center;
}

/* --------------------------------------------------
   Buttons
   -------------------------------------------------- */

.btn {
    display: inline-block;
    padding: 15px 30px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
    margin: 5px 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 1;
    border-radius: 40px;
    text-decoration: none; 
    text-transform: uppercase;
}
@media (min-width: 767px) {
    .btn + .btn {
        margin-left: 10px;
    }
}
.btn-purple {
    background: #522483;
    color: #fff;
}
    .btn-purple:hover {
        background: #200051;
        color: #fff;
    }
.btn-purple-border {
    background: none;
    border: 1px solid #522483;
    color: #522483;
}
    .btn-purple-border:hover {
        background: #522483;
        color: #fff;
    }

/* --------------------------------------------------
   Post Comment
   -------------------------------------------------- */
.widget-type-blog_comments {
    padding: 30px;
    background: #fff;
}
.widget-type-blog_comments form .hs_submit > .actions > input {
    display: inline-block;
    padding: 15px 30px;
    margin-top: 15px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
    margin: 5px 0;
    cursor: pointer;
    border-radius: 50px;
    line-height: 1;
    background: ;
    color: ;
    border: 1px solid ;
}
    .widget-type-blog_comments form .hs_submit input:hover {
        background: ;
        border-color: ;
        color: ;
    }
#comments-listing {
    padding-bottom: 20px;    
}
.comment.depth-0:first-child {
    margin: 0px!important;
    border: 0!important;
    padding-top: 0px!important;
}
.comment.depth-0 {
    padding-top: 0;
    border: 0!important;
    padding: 10px;
    margin: 0;
}
.comment.depth-1 {
    border: 0;
    padding: 10px;
    margin: 0;
    padding-left: 40px;
}
.hs-common-confirm-message {
    background-color: #522483 !important;
    border: 0px !important;
    color: #fff!important;
}
/* ======================================================================================================================================
   5. MAIN STYLING
   ==================================================================================================================================== */

/* ------------------------------------------------------------
 * Blog Pages
 * ------------------------------------------------------------ */

/* General Listing
----------------------- */
body .post-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start; 
    -ms-flex-wrap: wrap; 
    flex-wrap: wrap;
}
body .post-listing .post-item {
    position: relative;
    /*height: 150px;*/
    -ms-flex-preferred-size: 31.333333%;
    flex-basis: 31.333333%; 
    margin: 0px 1% 2%;
    background-size: cover;
    background-repeat: no-repeat; 
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}  
body .post-listing .post-item:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
body .post-listing .post-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+3,000000+100&0+21,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 3%, rgba(0,0,0,0) 21%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 3%,rgba(0,0,0,0) 21%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 3%,rgba(0,0,0,0) 21%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
body .post-listing .post-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
body .post-listing .post-item h2 {
    position: relative;
    display: inline-block;
    padding: 10px;
    width: 100%;
    margin: 0px;
    font-size: 16px;
    color: #fff;
    left: 0;
    bottom: 0;
    padding: 10px;
    z-index: 2;
}
@media (max-width:800px) {
    body .post-listing .post-item {
        -ms-flex-preferred-size: 48%;
        flex-basis: 48%; 
        /*height: 220px;*/
    }
}
@media (max-width:480px) {
    body .post-listing .post-item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin: 0px 0px 20px;
        /*height: 230px;*/
    }
}
@media (min-width:768px) {
    body .post-listing .post-item {
        /*height: 270px;*/
    }
}

/* Inline tags */
.blog-inline-tags {
    margin-bottom: 30px
}
.blog-inline-tags h3 {
    display: none;
}
.blog-inline-tags ul {
    display: inline-block;
    width: 100%;
    padding: 0px!important;
    margin: 0px;
}
.blog-inline-tags ul li {
    display: inline-block;
    margin: 10px 5px!important;
}
.blog-inline-tags ul li a {
    display: inline-block;
    padding: 10px 20px;
    background: 0;
    border: 1px solid #51308f;
    border-radius: 40px;
    color: #522483!important;
    outline: 0;
    text-transform: uppercase;
    font-style: normal;
}
    .blog-inline-tags ul li a:hover {
        background: #522483;
        color: #fff!important;
    }
    
/* Pagination */
body .blog-pagination {
    text-align: center;
    margin-top: 30px;
}
body .blog-pagination a.load-more {
    display: inline-block;
    padding: 10px 20px;
    background: none;
    border: 1px solid #522483;
    border-radius: 40px;
    color: #522483;
    outline: none;
    text-transform: uppercase;
}
    body .blog-pagination a.load-more:hover {
        background: #522483;
        color: #fff;
    }

/* General Post
----------------------- */

/* Post header */
body .blog-post-wrapper .post-header {
    text-align: center;
    max-width: 880px;
    width: 100%;
    margin: 88px auto 55px; 
    padding-bottom: 43px;
    border-bottom: 1px solid #e5e5e5;
}
body .blog-post-wrapper .post-header > h1 {
    margin: 0px 0px 50px;
    font-size: 50px;
    text-align: center;
    font-weight: 100;
    color: #522483;
}
.post-data > div + div {
    margin-top: 30px;
}
.post-data h4 {
    color: #522483;
    text-transform: uppercase;
    font-size: 1.05em;
    font-weight: 400;
    margin-bottom: .5em;
}
.post-data p,
.post-data a {
    color: #868686;
}
.post-data a:hover {
    color: #522483;
}
.at-share-btn-elements > a {
    background: #522483!important;
}

.post-data .post-header-mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
}
.post-data .hs-author-avatar {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
}
.post-data .fb_iframe_widget > span {
    display: block;
}

.post-data .hs-blog-social-share-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.at-style-responsive .at-share-btn {
    border-radius: 100%!important;
}

@media (min-width: 768px) {
    .post-data > div + div {
        margin-top: 0;
    }
}

/* Post body */
body .blog-post-wrapper .post-body {
    width: 570px;
    max-width: 100%;
    margin: auto;
    font-size: 20px;
}
@media (max-width:767px) {
    body .blog-post-wrapper .post-body {
        font-size: 16px;
    }
}

/* AUthor */
.hs-author-profile .hs-author-avatar {
    display: inline-block;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hs-author-listing-header {
    display: inline-block;
    width: 100%;
    margin: 30px 0px;
}

/* Key Contacts */
.blog-key-contacts {
    padding: 20px 0px 100px;
}
.blog-key-contacts h3 {
    margin-bottom: 55px;
    text-align: center;
    font-weight: 300;
    color: #522483;
    font-size: 30px;
}
.blog-key-contacts .span4 h4 {
    margin: 0px 0px 15px;
    font-size: 13px;
    font-weight: 500;
    color: #522483;
    text-transform: uppercase;
}
.blog-key-contacts .blog-key-contacts-img {
    display: inline-block;
    width: 105px;
    height: 105px;
    margin-bottom: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100%;
}
.blog-key-contacts .span4 p {
    margin: 0px;
    font-size: 16px;
    line-height: 1.8;
}
.blog-key-contacts .span4 img {
    margin-bottom: 30px;
}

/* Related Content */
.blog-related-content-section {
    background: #eeeeee;
    padding: 64px 0px 105px;
}
.blog-related-content-section h3 {
    text-align: center;
    font-weight: 300;
    color: #522483;
    font-size: 30px;
}

/* Most popular box */
.blog-related-content-section .most-popular-box {
    padding: 20px;
    background: #fff;
    height: 100%;
}
.blog-related-content-section .most-popular-box h4 {
    color: #522483;
    font-size: 13px;
    text-transform: uppercase;
}
.blog-related-content-section .most-popular-box > div {
    margin-bottom: 20px;
}
.blog-related-content-section .most-popular-box > div:last-child {
    margin-bottom: 0px;
}

/* Sidebar
----------------------- */
.blog-sidebar .widget-type-rich_text  h3 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0px 0px 20px;
    color: #522483;
}
.blog-sidebar .widget-type-rich_text {
    color: #999;
}
.blog-sidebar .widget-type-rich_text p {
    margin: 0px;
}

/* Recent Posts */
.widget-type-post_listing {
    margin: 0 0 40px;
}
.widget-type-post_listing h3 {
    font-size: 18px;
    color: #522483;
    text-transform: uppercase;
}
.widget-type-post_listing ul {
    padding: 0 0 0 0;
    margin: 0; 
} 
.widget-type-post_listing ul li {
    list-style: none;
    line-height: 1.5;
    margin: 10px 0;
}
.widget-type-post_listing ul li:first-child {
    margin-top: 0px;
}
.widget-type-post_listing ul li:last-child {
    margin-bottom: 0px;
}
.widget-type-post_listing ul li a {
    color: #999;
    font-style: italic;
}
    .widget-type-post_listing ul li a:hover {
        color: #522483;
    }
    
/* Topics */
.widget-type-post_filter {
    margin: 0 0 40px;
}
.widget-type-post_filter h3 {
    font-size: 18px;
    text-transform: uppercase;
}
.widget-type-post_filter ul {
    padding: 0 0 0 10px;
    margin: 0;
}
.widget-type-post_filter ul li {
    list-style: none;
    line-height: 1.5;
    margin: 10px 0;
}
.widget-type-post_filter ul li a {
    color: #999;
    font-style: italic;
}
    .widget-type-post_filter ul li a:hover {
        color: #522483;
    }

/* Subscribe */
.widget-type-blog_subscribe h3.form-title {
    margin: 0;
    font-size: 18px;
    color: #522483;
    text-transform: uppercase;
}
.widget-type-blog_subscribe form {
    margin-top: 20px;
}
.widget-type-blog_subscribe form .hs_submit input {
    background: none;
    border: 1px solid #522483;
    border-radius: 40px;
    color: #522483;
    outline: none;
}
    .widget-type-blog_subscribe form .hs_submit input:hover {
        background: #522483;
        color: #fff;
    }

/* Comments
----------------------- */
.comment-from h4 {
    margin: 0;
}

.comment {
    padding: 0!important;
}
.comment.depth-1 {
    border: 0;
    padding: 10px;
    margin: 20px;
    padding-left: 10px!important;
    border-left: 5px solid #ddd;
}
.comment.depth-2 {
    margin: 20px 20px 20px 40px;
    padding-left: 10px!important;
    border-left: 5px solid #ddd;
}
.comment.depth-3 {
    margin: 20px 20px 20px 60px;
    padding-left: 10px!important;
    border-left: 5px solid #ddd;
}
.comment.depth-4 {
    margin: 20px 20px 20px 80px;
    padding-left: 10px!important;
    border-left: 5px solid #ddd;
}
.comment.depth-5 {
    margin: 20px 20px 20px 100px;
    padding-left: 10px!important;
    border-left: 5px solid #ddd;
}

/*
@media (min-width: 768px) {
    .related-posts-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
*/
.related-posts-section {
    display: inline-block;
    width: 100%;
}

.related-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px;
}
.related-posts .related-post-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 5px;
    padding-bottom: 10px;
}
.related-posts .related-post-wrapper:last-child {
    padding-bottom: 0px; 
}
.related-posts .related-post {
    display: block;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 25px;
    color: #000;
    transition: all ease-in-out 200ms;
    height: 100%;
}
.related-posts .related-post .topic-name {
    text-transform: uppercase;
    font-size: 1em;
}
.related-posts .related-post .post-title {
    font-size: 1.2em;
    font-weight: 400;
    margin-top: 1.5em;
}
.related-posts .related-post-wrapper.with-bg a {
    position: relative;
}
    .related-posts .related-post-wrapper.with-bg a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
        z-index: 1;
    }
.related-posts .related-post-wrapper.with-bg a > * {
    position: relative;
    z-index: 2;
}
@media (min-width: 768px) {
    .related-posts .related-post {
        
    }
    .related-posts .related-post-wrapper:nth-child(3) {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
        padding-bottom: 0;
    }
    .related-posts .related-post-wrapper {
        -ms-flex-preferred-size: 66.67%;
            flex-basis: 66.67%;
    }
    .related-posts .related-post-wrapper.with-bg {
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
    }
    
}

/* ----- With Author ----- */

.related-post-wrapper.with-author .related-post-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
}
.related-post-wrapper.with-author .related-post-inner > div:last-child {
    -ms-flex-item-align:center;
        align-self:center;
}
.related-post-wrapper.with-author .hs-author-avatar {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    margin-right: 15px;
}
.related-post-wrapper.with-author .post-author {
    margin-bottom: 0;
    font-style: italic;
    opacity: .5;
}

/* Hover */

.related-post-wrapper.with-author .related-post:hover {
    background: #522483;
}
.related-post-wrapper.with-author:hover * {
    color: #fff;
}

/* ---- With BG ---- */

.related-post-wrapper.with-bg .related-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    color: #fff;
}
.related-post-wrapper.with-bg .related-post * {
    color: #fff;
    margin: 0;
}
.related-post-wrapper.with-bg .related-post:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-box-shadow: 0px 0px 48px rgba(0,0,0,.25);
            box-shadow: 0px 0px 48px rgba(0,0,0,.25);
}

/* --------------------------------------------------
   System pages
   -------------------------------------------------- */

/* 404 */
body.error-template .hs-form .input a.hs-button,
body.subscription-template .widget-type-email_simple_subscription form input.hs-button,
body.subscription-template .widget-type-email_subscriptions form input.hs-button {
  display: inline-block;
  padding: 15px 30px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
   -moz-transition: all 0.3s linear;
   -o-transition: all 0.3s linear;
   -ms-transition: all 0.3s linear;
   transition: all 0.3s linear;
  margin: 5px 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  border-radius: 40px;
  text-decoration: none; 
  text-transform: uppercase;
  background: #522483;
  color: #fff;
}
body.error-template .hs-form .input a.hs-button:hover,
body.subscription-template .widget-type-email_simple_subscription form input.hs-button:hover,
body.subscription-template .widget-type-email_subscriptions form input.hs-button:hover {
  background: #200051;
  color: #fff;
}

/* --------------------------------------------------
   Footer Update
   -------------------------------------------------- */
#site-footer .copy-wrapper:last-of-type {
  margin: 0 !important;
}
#site-footer .copy-wrapper {
  width: calc(20% - 15px) !important;
  margin: 0 15px 0 0 !important;
}
#site-footer .copy-wrapper:last-of-type {
  margin: 0 !important;
}

@media (max-width: 767px) {
  #site-footer .copy-wrapper {
    width: 100% !important;
    margin: 0 0 40px !important;
  }
  #site-footer .copy-wrapper:last-of-type {
    margin: 0 !important;
  }
  #site-footer h4 {
    max-width: 100%;
  }
}