/* Extend Base Styles
/********************/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');

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

/* Stop all transiitons before page load
/****************************************/
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

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

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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


/* Colours
/****************************************/












/* Custom Variables
/****************************************/

/* Vertical Padding
/*********************/






/* Horizontal Padding
/*********************/



/* Utilities & Helpers
/****************************************/
.pt-1 { padding-top: 50px }
.pt-2 { padding-top: 70px }
.pt-3 { padding-top: 100px }
.pt-4 { padding-top: 150px }

.pb-1 { padding-bottom: 50px }
.pb-2 { padding-bottom: 70px }
.pb-3 { padding-bottom: 100px }
.pb-4 { padding-bottom: 150px }

.mt-1 { margin-top: 50px }
.mt-2 { margin-top: 70px }
.mt-3 { margin-top: 100px }
.mt-4 { margin-top: 150px }

.mb-1 { margin-bottom: 50px }
.mb-2 { margin-bottom: 70px }
.mb-3 { margin-bottom: 100px }
.mb-4 { margin-bottom: 150px }

@media only screen and ( max-width: 980px ) {
  .pt-1 { padding-top: calc(50px / 2.5) }
  .pt-2 { padding-top: calc(70px / 2.5) }
  .pt-3 { padding-top: calc(100px / 2) }
  .pt-4 { padding-top: calc(150px / 2) }

  .pb-1 { padding-bottom: calc(50px / 2) }
  .pb-2 { padding-bottom: calc(70px / 2) }
  .pb-3 { padding-bottom: calc(100px / 2) }
  .pb-4 { padding-bottom: calc(150px / 2) }

  .mt-1 { margin-top: calc(50px / 2) }
  .mt-2 { margin-top: calc(70px / 2) }
  .mt-3 { margin-top: calc(100px / 2) }
  .mt-4 { margin-top: calc(150px / 2) }

  .mb-1 { margin-bottom: calc(50px / 2) }
  .mb-2 { margin-bottom: calc(70px / 2) }
  .mb-3 { margin-bottom: calc(100px / 2) }
  .mb-4 { margin-bottom: calc(150px / 2) }
}

.bg-primary {
  background-color: #551A55;
}

.bg-secondary {
  background-color: #0BB4C3;
}

.bg-tertiary {
  background-color: #E2AB3B;
}

.bg-tinted {
  background-color: #F3F4F5;
}

.bg-white {
  background-color: #FFFFFF;
}

.bg-dark {
  background-color: #3C3C3B;
}
.bg-4-5 {
  background-color: #592D5C;
}

.bg-employer {
  background-color: #F1525A;
}

.hs-tools-menu {
  display: none;
}

#hs_cos_wrapper_module_spacer {
  display: block;
  padding: 40px 0;
}

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

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

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

@media only screen and (min-width: 980px) {
  .narrow {
    padding-left: 5%;
    padding-right: 5%;
  }

  .narrower {
    padding-left: 15%;
    padding-right: 15%;
  }
}

/* Structure
/****************************************/

html, body {
  height: 100%;
}

body {
/*   display: flex;
  flex-direction: column; */
}

body.full-height-page {
  display: flex;
  flex-direction: column;
}

div {
  box-sizing: border-box;
}

.section-wrapper {
  padding-left: calc(50px / 2.5);
  padding-right: calc(50px / 2.5);
  position: relative;
}

.section-wrapper .container {
  margin: 0 auto;
  max-width: 1300px;
}

.section-wrapper .row-fluid {
  margin-left: -15px !important;
  margin-right: -15px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
}

.section-wrapper .row-fluid [class*="span"] {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .section-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.standard-page.simple .global-site-header {
  background-color: #551A55;
}

.standard-page.simple .body-container-wrapper {
  margin-top: 60px;
}

@media only screen and (min-width: 980px) {
  .standard-page.simple .body-container-wrapper {
    margin-top: 100px;
  }
}

/* Base Padding
/********************/
.footer-container-wrapper {
  padding: 40px  20px;
}


.body-container-wrapper {
  flex: 1 0 auto;
}

.body-container {
  width: 100%;
}

@media only screen and ( max-width: 768px ) {
  .footer-container-wrapper {
  	padding: 20px;
  }

  .campaign-header {
    padding: 20px 20px 0;
  }
}

/****** 100% Width The Site *********/
.body-container {
  width: 100%;
	margin: 0 auto;
}

.body-container-wrapper .row-fluid-wrapper {
  width: 100%;
}

.body-container-wrapper .hs_cos_wrapper {
	width: 100%;
	margin: 0 auto;
}

.body-container-wrapper .hs_cos_wrapper .row-fluid {
  /* background-color: #F3F4F5; */
}

.footer-container {
	max-width: 1200px;
	margin: 0 auto;
}

/* Typography Styles
/****************************************/
p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.3px;
  color: #3C3C3B;
}










p.lead {
  font-size: 18px;
}

p.small {
  font-size: 80%;
}

h1,
h2,
h3 {
 font-weight: 300;
 letter-spacing: 0.2px;
 line-height: 1.35;
 margin: 30px 0 0 0;
}

h4 {
 font-weight: 700;
}

h5,
h6 {
 font-weight: 400;
 letter-spacing: 0.2px;
 line-height: 1.45;
 margin: 30px 0 0 0;
}

h1 {
	font-size: 38px;

}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 28px;
  font-weight: 700;
}

h4 {
	font-size: 20px;
  margin-bottom: 0;
}

a h5 {
 color: #0BB4C3;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

@media only screen and (max-width:768px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }
}

a {
  color: #0BB4C3;
  border-bottom: 1px solid transparent;
  text-decoration: none;
  transition: 0.4s ease;
}

a:hover {
  color: #0BB4C3;
  border-bottom: 1px solid #0BB4C3;
  text-decoration: none;
}

.bg-primary p,
.bg-primary ul,
.bg-primary td,
.bg-primary p,
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-secondary p,
.bg-secondary ul,
.bg-secondary td,
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6,
.bg-tertiary p,
.bg-tertiary ul,
.bg-tertiary td,
.bg-tertiary h1,
.bg-tertiary h2,
.bg-tertiary h3,
.bg-tertiary h4,
.bg-tertiary h5,
.bg-tertiary h6,
.bg-dark p,
.bg-dark ul,
.bg-dark td,
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6 {
  color: #FFFFFF !important;
}

/* Base Styles
/****************************************/
body {
  background-color:  #FFFFFF;
  color: #551A55;
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}


/* Footer
/****************************************/
#footer-modules .row-depth-1.row-number-2,
#footer-modules .row-depth-1.row-number-9{
  margin-bottom: 30px;
}

#footer-modules .row-depth-1.row-number-11 {
  display: none;
}

#hearing-footer-modules .row-depth-1.row-number-2,
#hearing-footer-modules .row-depth-1.row-number-9{
  margin-top: 0px;
  margin-bottom: 0px;
}

#hearing-footer-modules .row-depth-1.row-number-11 {
  display: none;
}

.footer-container-wrapper {
  background-color: #551A55;
}

.newsletter-signup label {
  display: none;
}

.newsletter-signup select {
    color: #ffffff;
    border: none;
    border-bottom: solid 2px #802480;
    min-height: 30px;
  background-color: transparent; }

.newsletter-signup form {
  /* display: flex; */
}

.newsletter-signup .input {
  margin-right: 0 !important;
}

@media only screen and (min-width: 768px) {
  .newsletter-signup .input {
    margin-right: 0;
  }
}

.newsletter-signup .hs-email {
  width: 100%;
}

.newsletter-signup .form-columns-2 {
  margin-bottom: 4px !important;
}

.newsletter-signup .form-columns-1 {
  margin-bottom: 0 !important;
}

.newsletter-signup form input.hs-button {
  margin-top: 12px !important;
}

.newsletter-signup form input.hs-input {
  background-color: #551A55;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #802480;
  color: #FFFFFF;
  padding: 0 10px 0 0px;
  min-height: 36px;
}

.newsletter-signup form .hs-form-field {
  margin-bottom: 5px;
}

.newsletter-signup .hs-error-msgs {
  margin-bottom: 0;
}

.newsletter-signup .hs-error-msgs label {
  display: inherit;
  font-size: 14px;
}

.newsletter-signup ::-webkit-input-placeholder { /* Edge */
  color: rgba(255, 255, 255, 0.7);
}

.newsletter-signup :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.7);
}

.newsletter-signup ::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.social-links-container {
  text-align: left;
}

.newsletter-signup .hs-company {
  margin-top: 16px;
}

@media only screen and (min-width: 400px) {
  .newsletter-signup .hs-company {
    margin-top: inherit;
  }
}

@media only screen and (min-width: 768px) {

  #footer-modules .row-depth-1.row-number-2,
  #footer-modules .row-depth-1.row-number-9{
    margin-bottom: 50px;
  }

  .social-links-container {
    text-align: right;
    padding-top: 0;
  }
}

.social-links {
  display: inline;
  padding: 0;
}

.social-links li {
  padding-right: 8px;
  display: inline;
  list-style: none;
}

.social-links li img:hover {
  box-shadow: 0;
}

@media only screen and (max-width: 980px) {
  .footer-container-wrapper {

  }
}

.footer-container-wrapper a {
  color: #FFFFFF;
  opacity: 0.9;
  text-decoration: none;
  letter-spacing: 0.3px;
  font-weight: 300;
	border-bottom: none;
}

.footer-container-wrapper p {
  color: #FFFFFF;
  font-size: 15px;
}

.footer-container-wrapper h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.footer-container-wrapper .hs-menu-item a {
  padding: 2px 20px 2px 0 !important;
  font-size: 15px;
}

.footer-container-wrapper .hs_cos_wrapper_type_rich_text {
  padding: 0;
}

.footer-container-wrapper .footer-contact p {
  margin-top: 0;
}

.copyright-container p {
  font-size: 14px;
}

@media only screen and ( max-width: 768px ) {
  #footer-modules .row-fluid-wrapper.row-depth-1 .row-fluid {
    display: flex;
    flex-direction: column;
  }

  /* #footer-modules .row-fluid-wrapper.row-depth-1 .row-fluid .widget-span:nth-of-type(1) {
  	order: 4;
  } */

  #footer-modules .row-fluid-wrapper.row-depth-1 .row-fluid .widget-span:nth-of-type(2) {
		margin-bottom: 10px;
    order: 2;
  }

  #footer-modules .row-fluid-wrapper.row-depth-1 .row-fluid .widget-span:nth-of-type(3) {
		margin-bottom: 10px;
  }

  #footer-modules .row-fluid-wrapper.row-depth-1 .row-fluid .widget-span:nth-of-type(4) {
		margin-bottom: 10px;
    order: 3;
  }
}


/* Tables
/*******************/

table {
  border-collapse:collapse;
  
  width: 100%;
  margin-bottom: 40px;
  overflow-x: auto;
}

table tr{
  border-bottom: 2px solid #F3F4F5;
}

td {
  padding: 20px 20px 20px 20px;
}

/* Rich Text
/*******************/
.hs_cos_wrapper_type_rich_text {
  padding: 20px 0;
  display: block;
}

/* Lists
/*******************/

.body-container ul {
	list-style: none;
}

.body-container li {
	padding-bottom: 6px;
}

.body-container ul li::before {
  content: "\2022";
  color: #551A55;
  display: inline-block;
  width: 1em;
  font-size: 22px;
  margin-left: -1em;
}

ol {
	counter-reset:li;
	margin-left:0;
	padding-left:0;
}

ol > li {
	position:relative;
	margin:0 0 6px 2.1em;
	padding:4px 8px;
	list-style:none;
}

ol > li:before {
	content:counter(li);
	counter-increment:li;
	position:absolute;
	top: 1px;
	left:-1.6em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:2em;
	margin-right:8px;
	padding:4px;
	font-weight:bold;
	text-align:center;
  color: #551A55;
}


/* Buttons
/****************************************/
.btn {
  padding: 14px 30px;
  color: #551A55;
  background-color: #FFFFFF;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.3px;
  /* box-shadow: 14px 20px 30px 0 rgba(35, 3, 38, 0.2); */
  display: inline-block;
  line-height: 1.4;
  transition: 0.4s ease;
}

@media only screen and (min-width: 420px) {
  .btn {
    line-height: 1;
  }
}

.btn:hover {
  color: #551A55;
  background-color: #F0F1F3;
  box-shadow: none;
}

a.btn {
	border-bottom: none;
}

.btn-primary,
.btn-secondary,
.btn-4-5,
.btn-demo {
  color: #FFFFFF !important;
  /* box-shadow: 0 10px 40px 0 rgba(0, 26, 51, 0.2); */
  transition: 0.4s ease;
}

.btn-ghost {
  color: #FFFFFF;
}

.btn-primary {
  background-color: #551A55;
}

.btn-secondary {
  background-color: #0BB4C3;
}

.btn-ghost {
  background-color: transparent;
  box-shadow:inset 0px 0px 0px 2px #FFFFFF;
}

.btn-demo {
  background-color: #122635;
}

.btn-4-5 {
  background-color: #592D5C;
}

.btn-primary:hover,
.btn-secondary:hover,
.btn-demo:hover,
.btn-4-5:hover,
.btn-ghost:hover {
  color: #FFFFFF;
}

.btn-primary:hover {
  background-color: #7c237c;
}

.btn-4-5:hover {
  background-color: #7c237c;
}

.btn-secondary:hover {
  background-color: #05d0d2;
}

.btn-demo:hover {
  background-color: #1c8af7;
}

.btn-ghost:hover {
  color: #0BB4C3;
  background-color: transparent;
  box-shadow:inset 0px 0px 0px 2px #0BB4C3;
}



/* Form Styles
/****************************************/

input[type='text'] {
  font-family: 'Lato', sans-serif;
}

.form-columns-1,
.form-columns-2,
.form-columns-3,
.form-columns-4 {
	margin-bottom: 20px !important;
}

.form-columns-2 .hs-form-field {
  margin-bottom: 20px;
}

.form-columns-2 .hs-form-field:last-of-type .input{
  margin-right: 0 !important;
}

h3.form-title {
	text-align: center;
  margin-bottom: 40px;
}

.hs-form fieldset {
	max-width: none !important;
}

form label {
  font-size: 17px;
  font-weight: 400;
}

form .input {
	margin: 8px 0;
  margin-right: 14px;
}

form p {
	font-size: 16px;
}

.hs-form-booleancheckbox span p {
	display: inline !important;
}

.form-columns-3 .hs-form-field {
	width: 33.3% !important;
}

@media only screen and (min-width: 400px) {
  form .input {
 	 margin-right: 0 !important;
  }

  .form-columns-2 .hs-form-field .input{
    margin-right: 28px !important;
  }
}

@media only screen and (max-width: 600px) {
  .form-columns-3 .hs-form-field {
    width: 100% !important;
  }
}

form label {
  color: #3C3C3B;
  font-size: 14px;
  font-weight: 400;
}

form .input:last-of-type {
  margin-right: 0;
}

form .inputs-list li:before {
	display: none;
}

form .inputs-list {
	padding-left: 0;
}

form .inputs-list input {
	margin-right: 12px;
}

select {
  background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/select_input_down.svg);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 16px 10px;
}

form input::placeholder {
  font-size: 16px;
  opacity: 0.7;
}

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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px 0;
  border-radius: 0 !important;
  width: 100% !important;
  font-size: 16px;
  color: #3C3C3B;
  border: none;
  border-bottom: solid 2px #dcdcdc;
  min-height: 30px;
  background-color: transparent;
}


input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form input.hs-button {
  padding: 14px 30px;
  margin-top: 14px;
  color: #FFFFFF;
  background-color: #0BB4C3;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 300;
  letter-spacing: 0.3px;
  box-shadow: 0 10px 40px 0 rgba(0, 26, 51, 0.2);
  font-size: 15px;
  cursor: pointer;
  border: 0;
  outline: 0 !important;
  transition: 0.4s ease;
}

form input.hs-button:hover {
  background-color: #05bdbf;
}

form input:focus,
form input.hs-button:focus,
select.hs-input:focus,
textarea:focus {
	outline: none;
}

.hs-error-msgs {
	list-style: none;
  padding: 0;
}

.hs-error-msgs li label {
	color: red;
}

.hs-field-desc {
  font-size: 15px;
  color: rgba(0,0,0,0.7);
  padding-top: 6px;
  padding-left: 0;
  line-height: 1.3;
}

/* 404 Page
/****************************************/
.error-template .body-container-wrapper {
  min-height: 1261px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-template .body-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px;
}

.error-template .btn {
  transition: none !important;
  transition: background-color 0.4s ease;
}

.error-template .footer-container-wrapper {
  display: none;
}


/*Chrome AutoComplete Hack*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    transition: none !important;
}

/* Modals
/****************************************/

.modal {
  text-align: center;
  z-index: 99999;
  padding: 32px;
  box-shadow: none;
  width: 100%;
}

.jquery-modal {
  z-index: 9999;
}

.modal img {
  border-radius: 100px;
  width: 170px;
  height: 170px;
  margin: 0 auto;
}

.modal a:hover {
  border-bottom: none;
}

.modal h4 {
  color: #0BB4C3;
  line-height: 1;
}

.modal p:first-of-type {
  margin-top: 0;
  font-size: 16px;
}

.modal a.close-modal {
  background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/font_awesome_cross.svg);
  width: 18px;
  height: 18px;
  top: 17px;
  right: 20px;
  opacity: .7;
}

.blocker {
  padding: 10px;
}

.reveal-modal-bg {
		position: fixed;
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0;
		}

	.reveal-modal {
		visibility: hidden;
		top: 100px;
		left: 50%;
		margin-left: -300px;
		width: 520px;
		background: #eee url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}

	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}

	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		}

@media only screen and (max-width: 768px) {
  .reveal-modal {
    width: 300px;
    margin-left: -80px;
  }
}

/* Dividers
/****************************************/
.with-grey-divider:after {
  content: '';
  width: 100%;
  height: 34%;
  background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/grey-dot-divider-1440.svg);
  background-size: cover;
  position: absolute;
  bottom: -90px;
  left: 0;
  z-index: 8000;
}

@media only screen and (min-width: 1400px) {
  .with-grey-divider:after {
    background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/grey-dot-divider-2200.svg);
  }
}
.badge 
{   color: white;   
    background-color: #7C237C;  
  font-size: 11px;
    border-radius: 20px;   
    padding: 2px 5px 2px 5px; }

/* Header
/****************************************/
.site-logo a {
  border-bottom: none;
}

.site-logo a:hover {
  border-bottom: none;
}

.site-logo img {
  max-width: 110px;
  transition: transform 0.5s ease;
  height: 28px;
}

@media only screen and (min-width: 768px) {
  .site-logo img {
    max-width: 140px;
    height: auto;
  }
}

.header-container-wrapper {
 flex-shrink: 0;
}

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

.header-container-wrapper .hs-menu-flow-horizontal a {
	border-bottom: none;
}

.header-container-wrapper .hs-menu-flow-horizontal a:hover {
  color: #95aabf;
}

.global-site-header {
  padding: 20px 30px;
  position: fixed;
  z-index: 9998;
  transition: all 0.5s ease;
  transition-property: background-color, box-shadow, padding;
  width: 100% !important;
}

@media only screen and (min-width: 980px) {
  .header-nav a .request-quote {
    background-color: #0BB4C3;
    color: #FFFFFF !important;
    padding: 14px 30px;
    border-radius: 100px;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.3px;
    box-shadow: 14px 20px 30px 0 rgba(35, 3, 38, 0.2);
    white-space: nowrap;
    display: inline-block;
    line-height: 1;
    transition: padding 0.5s ease;
  }

  .header-nav a:hover .request-quote {
    color: #FFFFFF;
    background-color: #05d0d2;
  }
}


/* Feature Header
/****************************************/

.standard_header_container.feature-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 0 100px;
}

.feature-header .header_text,
.feature-header .header_feature {
  max-width: 700px !important;
  margin: 0 !important;
  padding: 0 20px !important;
}

.feature-header .header_text {
  padding-bottom: 30px !important;
  text-align: center;
}

.feature-header .header_feature {
  width: 100% !important;
  z-index: 1002;
}

@media only screen and (min-width: 768px) {
  .standard_header_container.feature-header {
    flex-direction: row;
  }

  .feature-header .header_text {
    padding-bottom: 0 !important;
    text-align: left;
  }

  .feature-header .header_feature {
    width: 48.5% !important;
  }
}

@media only screen and (min-width: 980px) {
  .standard_header_container.feature-header {
    padding: 180px 40px 160px;
  }
}

@media only screen and (min-width: 1100px) {
  .standard_header_container.feature-header {
    padding: 180px 60px 180px;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive-21by9::before {
  padding-top: 42.8571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

video.pointer {
  cursor: pointer;
}

/* Scrolling Header
/****************************************/

.global-site-header.scrolling {
  padding: 16px 30px;
  background-color: #551A55;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 14px 0px;
}

@media only screen and (min-width: 980px) {
  .global-site-header.scrolling {
    padding: 8px 30px;
  }
}

.global-site-header.scrolling .site-logo img {
  transform: scale(0.7);
  transform-origin: left;
}

.global-site-header.scrolling .request-quote {
  padding: 12px 22px;
}

.global-site-header.scrolling a {
  font-size: 14px;
}

#header-modules .row-fluid {
	display: flex;
  align-items: center;
}

#header-modules .widget-type-custom_widget {
	min-height: 0 !important;
}

.hs-menu-item a {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.3px;
  font-weight: 300;
}

@media only screen and (min-width: 980px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  padding: 14px 28px 10px;
  text-align: left;
  overflow: inherit;
}

.request-demo-btn {
  text-align: right !important;
}

/* Desktop Submenu
/*****************/

.hs-menu-children-wrapper {
  padding: 20px 0 !important;
  background-color: #FFFFFF;
  border-radius: 30px;
  position: relative;
  width: 220px;
  box-sizing: border-box;
  box-shadow: 0 2px 18px 0 rgba(0, 26, 51, 0.1);
}

.hs-menu-children-wrapper:before {
  content: '';
  position: absolute;
  top: -5px;
  left: calc( 50% - 14px );
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 10px solid white;
}

.hs-menu-children-wrapper li a {
  color: #3C3C3B;
  font-weight: 400;
  padding: 7px 0 !mportant;
  white-space: normal;
}

@media only screen and (min-width: 980px) {
  .hs-menu-children-wrapper {
    padding: 20px 0 !important;
  }
  .hs-menu-children-wrapper li a {
    padding: 7px 20px !important;
  }
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
	max-width: 100%;
  width: auto;
  white-space: normal;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
	width: auto;
  font-size: 16px;
  white-space: normal;
}

.mobile-trigger {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
	transform: translateY(-15px);
  transition: ease 0.3s;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover ul.hs-menu-children-wrapper {
	transform: translateY(0);
}


/* Mobile Menu
/****************************************/
@media (max-width: 979px) {
  body.mobile-open {
		position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
	}

  .hs-menu-children-wrapper {
  	background-color: transparent;
    box-shadow: none;
  }

  .hs-menu-children-wrapper:before {
  	display: none;
  }

  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 30px;
    width: auto;
    height: auto;
    padding: 10px;
    text-transform: uppercase;
    z-index: 99999;
    text-align: left;
  }
  .mobile-trigger:hover {
    text-decoration: none;
    border-color: transparent;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  	width: 100%;
    padding: 0 0 40px 0;
  }

 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
    max-width: 100%;
    width: 100%;
    display: block;
    text-align: left;
  }

 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  	line-height: auto !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover{
  	color: #FFFFFF !important;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal .btn-demo {
  	display: block;
    max-width: 220px;
    margin: 0 auto;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal .btn-demo:hover {
    color: #FFFFFF;
  }

  .mobile-open .mobile-trigger {
  	right: 30px;
  }

  .mobile-trigger i {
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before{
    top: -7px;
  }
  .mobile-trigger i:after{
    top: 7px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px;
    height: 2px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #FFFFFF !important;
    display: inline-block;
  }

  .mobile-open .mobile-trigger i:after {
    display: none;
  }
  .mobile-open .mobile-trigger i {
    top: -4px;
    transform: rotate(43deg);
  }
  .mobile-open .mobile-trigger i:before{
    top: 0;
    transform: rotate(-87deg);
  }

  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after {
    background-color: #122635;
  }

  .mobile-trigger:active i, .mobile-trigger:active i:before, .mobile-trigger:active i:after {
    background-color: #FFFFFF;
  }

  .header-nav .hs-menu-wrapper {
    display: none;
  }

  .mobile-open .header-nav,
  .mobile-open .header-nav .hs-menu-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 99998;
    margin-left: 0;
    background-color: #122635;
  }
  .mobile-open .header-nav .hs-menu-wrapper {
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    overflow-y: auto;
  }

  .header-nav .hs-menu-wrapper {
    width: 100%;
    position: relative;
    padding: 50px 30px 30px;
  }

  @media only screen and (min-width: 980px) {
    .header-nav .hs-menu-wrapper {
      padding: 30px;
    }
  }

  .header-nav .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .header-nav .hs-menu-wrapper > ul > li a{
    font-size: 18px;
    overflow: visible;
  }

  .header-nav .hs-menu-wrapper >  ul li a{
    color:#FFFFFF;
  }
  .header-nav .hs-menu-wrapper > ul li a:hover{
    color:#122635;
  }

  .header-nav .hs-menu-wrapper > ul ul li a{
    font-size: 18px;
    padding: 0;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  	visibility: visible;
    opacity: 1;
    position: inherit;
    margin-top: -25px;
    transform: translateY(0);
    transition: none;
  }

   .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    padding: 10px 0;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    width: auto;
    max-width: 100%;
    padding: 5px 0;
  }

  @media only screen and (min-width: 980px) {
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
      padding: 5px;
    }
  }
}

@media only screen and (max-width: 550px) {
  .mobile-trigger {
   right: 12px;
  }

   .mobile-open .mobile-trigger{
    right: 12px;
  }
}

/* Columns
/*******************/
.intro-content {
  margin-bottom: 30px;
}

@media only screen and (min-width: 980px) {
  .intro-content {
    margin-bottom: 40px;
  }
}

/* Footer Forms
/*******************/

.footer-container-wrapper ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFFFFF;
  opacity: 1; /* Firefox */
}

.footer-container-wrapper:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFFFFF;
}

.footer-container-wrapper ::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFFFFF;
}


/* Hero
/****************************************/
.hero_container {
	display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 150px;
  padding: calc(150px / 2.5) calc(50px / 2.5);
}

.hero_image {
  display: none;
	order: 2;
  max-width: 70%;
  flex: 1 0 auto;
  flex-basis: 38%;
  z-index: 999;
}

.hero_text {
	order: 1;
  padding: 20px;
  flex: 1 1 auto;
  max-width: 700px;
  position: relative;
  z-index: 2000;
}

.hero_text h1 {
  max-width: 640px;
  color: #FFFFFF;
  line-height: 1.4;
  margin-bottom: 50px;
  font-size: 24px;
}

@media only screen and (min-width: 768px) {
  .hero_text h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 980px) {
  .hero_image {
    display: block;
    max-width: 640px;
  }

  .hero_container {
    flex-direction: row;
    padding: 120px 50px;
  }

  .hero_text {
    padding: 40px 60px 40px 0;
  }

  .hero_text h1 {
    line-height: 1.4;
    font-size: 44px;
  }
}

.how-can-we-help {
  position: relative;
  width: 100%;
  max-width: 300px;
  cursor: pointer;
}

.how-can-we-help h3 {
  font-weight: 300;
  font-size: 16px;
  padding: 14px 28px;
  background-color: #802480;
  box-shadow: 0 20px 30px 0 rgba(35, 3, 38, 0.1);
  border-radius: 60px;
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.how-can-we-help .flyouts {
  position: absolute;
  width: 100%;
  top: 62px;
  left: 0;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  border-radius: 28px;
  transition: 0.3s ease;
  box-shadow: 0 20px 30px 0 rgba(35, 3, 38, 0.1);
}

.how-can-we-help h3:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 11px;
  width: 24px;
  height: 24px;
  background-image: url('https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/dropdown_icon.svg');
  background-repeat: no-repeat;
  color: #0BB4C3;
  transition: transform 0.2s ease;
}

.how-can-we-help .flyouts.active {
  opacity: 1;
  visibility: visible;
  background-color: #802480;
  padding: 18px 0;
}


.how-can-we-help .flyouts:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: -5px;
  left: calc( 50% - 14px );
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 10px solid #802480;
}

.how-can-we-help .flyouts.active:after {
  opacity: 1;
}

.how-can-we-help.active h3:after {
  transform: rotate(-180deg);
}

.how-can-we-help .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  flex-direction: column;
  padding-bottom: 0;
  align-items: flex-start;
}

.how-can-we-help .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {
  padding-bottom: 0;
}

.how-can-we-help .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:before {
  content: none;
}

.how-can-we-help .hs-menu-wrapper.hs-menu-flow-horizontal a {
  border-bottom: none;
}

.how-can-we-help .hs-menu-wrapper.hs-menu-flow-horizontal a:hover {
  color: #95aabf;
  border-bottom: none;
}

.how-can-we-help .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  font-size: 16px;
  padding: 8px 28px;
  line-height: 1.5;
}

.dynamic_header .standard_header_container .how-can-we-help,
.how-can-we-help-module .how-can-we-help {
  margin: 0 auto;
  z-index: 100;
  max-width: 260px;
}

.dynamic_header .how-can-we-help h3,
.how-can-we-help-module .how-can-we-help h3 {
  font-size: 20px;
  text-align: left;
}

.dynamic_header .how-can-we-help h3:after,
.how-can-we-help-module .how-can-we-help h3:after {
  top: 15px;
}

@media only screen and (min-width: 768px) {
  .how-can-we-help {
    max-width: 320px;
  }

  .how-can-we-help h3 {
    font-size: 18px;
    text-align: left;
  }

  .how-can-we-help h3:after {
    top: 14px;
  }
}

@media only screen and (min-width: 980px) {
  .how-can-we-help h3:after {
    top: 13px;
  }
}

/* Standard Header
/****************************************/
.standard_header_container {
  padding: 180px 0 180px;
  color: #FFFFFF;
}

.standard_header_container p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 200;
  margin-top: 10px;
}

.standard_header_container h1 {
  margin: 10px 0 14px;
  line-height: 1.2;
}

.standard_header_container h4 {
  font-size: 18px;
  font-weight: 200;
  margin-top: 0;
}

.standard_header_container .header_text {
  max-width: 750px;
  margin: 0 auto;
  padding-right: 40px;
}

.standard_header_container .accent-demo p {
  color: #122635
}

.standard_header_container .accent-secondary p {
  color: #0BB4C3
}

@media only screen and (min-width: 2000px) {
  .standard_header_container {
    padding: 200px 0 300px;
  }
}

@media only screen and (max-width: 980px) {
  .standard_header_container .header_text {
    margin: 0 0 50px 0;
    padding: 0 8%;
  }

  .standard_header_container {
 	 padding: 120px 0 100px;
  }
}

@media only screen and (max-width: 500px) {
.standard_header_container .header_text {
    padding: 0 20px;
  }
}

/* Standard Header /w Divider
/****************************************/
.standard_header_container.with-divider {
  position: relative;
  /* margin-bottom: 20px; */
}

.standard_header_container.with-divider:before,
.standard_header_container.with-divider:after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  z-index: 999;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.standard_header_container.with-divider:after{
  bottom: -50px;
  z-index: 1000;
}

.standard_header_container.with-divider.divider-1:before {
  background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/header1-purple-1400.svg);
}

.standard_header_container.with-divider.divider-1:after {
  background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/header1-blue-1400.svg);
}

.standard_header_container.with-divider.divider-2:before {
  background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/header2-purple-1400.svg);
}

.standard_header_container.with-divider.divider-2:after {
  background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/header2-blue-1400.svg);
}

.standard_header_container.with-divider.divider-3:before {
  background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/header1-purple-3000.svg);
/*   opacity: 0.7; */
}

.standard_header_container.with-divider.divider-3:after {
  background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/header1-blue-3000.svg);
/*   opacity: 0.7; */
}

@media only screen and (min-width: 768px) {
  .standard_header_container.with-divider:before,
  .standard_header_container.with-divider:after {
    background-size: contain;
    height: 100%;
  }
  .standard_header_container.with-divider:after{
    bottom: -80px;
  }
  .standard_header_container.with-divider {
    /* margin-bottom: 70px; */
  }
  .standard_header_container.with-divider.divider-3:before,
  .standard_header_container.with-divider.divider-3:after {
    background-size: cover;
    height: 20%;
    opacity: 0.8;
  }
}

@media only screen and (min-width: 1200px) {
  
  .standard_header_container.with-divider.divider-3:before,
  .standard_header_container.with-divider.divider-3:after {
    background-size: cover;
    height: 25%;
  }

  .standard_header_container.with-divider.divider-1:before {
    background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/header1-purple-2200.svg);
  }

  .standard_header_container.with-divider.divider-1:after {
    background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/header1-blue-2200.svg);
  }

  .standard_header_container.with-divider.divider-2:before {
    background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/header2-purple-2200.svg);
  }

  .standard_header_container.with-divider.divider-2:after {
    background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/header2-blue-2200.svg);
  }
}

/* Hero-header /w Divider
/****************************************/
.hero_container.with-divider {
  position: relative;
}

.hero_container.with-divider:before,
.hero_container.with-divider:after {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  z-index: 999;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.hero_container.with-divider:after {
  bottom: -40px;
  z-index: 1000;
}

.hero_container.with-divider.divider-1:before {
  background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/homepage-header-purple-1440.svg);
}

.hero_container.with-divider.divider-1:after {
  background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/homepage-header-blue-1400.svg);
}

@media only screen and (min-width: 768px) {
  .hero_container.with-divider:before,
  .hero_container.with-divider:after {
    background-size: contain;
    height: 100%;
  }
  .hero_container.with-divider:after {
    bottom: -80px;
  }
  .hero_container.with-divider {
    /* margin-bottom: 70px; */
  }
}

@media only screen and (min-width: 1200px) {
  .hero_container.with-divider.divider-1:before {
    background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/homepage-header-purple-2200.svg);
  }

  .hero_container.with-divider.divider-1:after {
    background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/homepage-header-blue-2200.svg);
  }
}

/* Section Headers
/****************************************/
.section-heading-module {
  text-align: center;
}

.section-heading-module h2 {
	font-size: 34px;
  margin-bottom: 0;
}

.section-heading-module p {
	font-size: 22px;
  margin-top: 0;
}

@media only screen and (max-width: 980px) {
 .section-heading-module h2 {
    font-size: 26px;
    margin-bottom: 0;
  }

  .section-heading-module p {
    font-size: 18px;
    margin-top: 0;
  }
}


/* Features
/****************************************/
.feature-module .row-fluid {
	display: flex;
  align-items: center;
  flex-direction: column;
}

@media only screen and (min-width: 981px) {
  .feature-module .row-fluid {
    flex-direction: row;
  }
}

.feature-text h3 {
	margin-top: 0;
  font-weight: 300;
}

/* .feature-left .feature-text {
  order: 2;
} */

.feature-image {
  padding: 0 0 0 30px;
  text-align: right;
  margin: 0 0 30px 0 !important;
  text-align: center;
}

.feature-image img {
	width: 90%;
  height: auto;
  max-width: 250px;
}

.equal-feature .feature-text {
  flex-basis: 50%;
}

@media only screen and (min-width: 980px) {
  .equal-feature.feature-left .feature-text {
    padding-left: 40px;
  }

  .feature-image img {
    max-width: 500px;
  }

  .feature-right .feature-text {
    order: -1;
    padding: 0;
  }
}

.equal-feature .feature-image {
  flex-basis: 50%;
  padding: 0;
}

@media only screen and (min-width: 1200px) {
  .equal-feature .feature-image img {
    width: 75%;
  }
}


@media only screen and (max-width: 980px) {
  .feature-text {
    order: 2;
    margin-bottom: 30px;
  }

  .feature-image {
    order: 1;
    margin-bottom: 10px;
    padding: 0;
    text-align: center !important;
  }

  .feature-image img {
    width: 75%;
    height: auto;
  }

  .feature-left .feature-image {
  	padding: 0;
  }

  .feature-text p {
    font-size: 14px;
  }

  .feature-module {
    flex-direction: column;
  }

  .feature-text,
  .feature-image {
    width: 86% !important;
    flex-basis: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 500px) {
  .feature-module {
    flex-direction: column;
  }
}

.two-column-narrow-feature .page_column {
  padding: 0 70px;
}

@media only screen and (max-width: 1180px) {
  .two-column-narrow-feature .page_column {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 980px) {
  .two-column-narrow-feature .page_column {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 768px) {
  .two-column-narrow-feature .page_column {
    text-align: center;
  }
}

/* Feature Pullout
/****************************************/

/* Pullout Image Right */
.feature-module.pullout .row-fluid {
  position: relative;
  flex-direction: column;
}

.feature-module.pullout .feature-text {
  flex-basis: 100%;
}

.feature-module.pullout .feature-image {
  max-width: 470px;
}

.feature-module.pullout .feature-image img {
  width: 100%;
}

@media only screen and (min-width: 980px) {
  .feature-left .feature-text {
    margin-right: 0 !important;
  }

  .feature-module.pullout {
    min-height: 360px;
    margin-bottom: 130px;
  }

  .feature-module.pullout .row-fluid {
    flex-direction: row;
    min-height: 220px;
  }

  .feature-module.pullout .feature-image {
    width: 36%;
    position: absolute;
    padding: 0;
    top: 0;
    right: calc(0% - 35px);
    box-shadow: 0 10px 10px 0 rgba(137, 137, 137, 0.1);
  }

  .feature-module.pullout .feature-text {
    flex-basis: 58%;
  }

  .feature-right.pullout .feature-text {
    margin-left: 0;
  }
}

/* Pullout Image Left */
@media only screen and (min-width: 980px) {
  .feature-module.pullout.feature-left .feature-image {
    left: calc(0% - 35px);
  }

  .feature-module.pullout.feature-left .row-fluid {
    justify-content: flex-end;
  }
}


/* Spotlights
/****************************************/
.row-fluid.spotlight-boxed {
  display: flex !important;
}

@media only screen and (max-width: 767px) {
	.row-fluid.spotlight-boxed {
    flex-direction: column;
  }

  .row-fluid.spotlight-boxed .spotlight {
  	margin-bottom: 40px;
  }

  .row-fluid.spotlight-boxed .spotlight:last-of-type {
  	margin-bottom: 0;
  }
}

.spotlight-detail {
  max-width: 100%;
}

.spotlight-detail a {
  border-bottom: none !important;
}

.spotlight-detail a:hover {
  border-bottom: none !important;
  color: #551A55;
}

.spotlight-boxed .spotlight {
	display: flex !important;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px;
  text-align: center;
  border-radius: 4px;
  transition: box-shadow 0.5s ease;
}

.spotlight-boxed .spotlight .btn {
  transition: all 0.5s ease;
  transition-property: box-shadow, color, background-color;
  margin-top: auto;
}

.spotlight img {
  margin-bottom: 20px;
  max-width: 50%;
  min-width: 150px;
}

.fix-img-height img {
 	max-height: 216px
}

.spotlight h3 {
	margin-top: 0;
}

.spotlight p {
	margin-bottom: 25px;
}

.spotlight a {
  font-weight: 700;
}

.spotlight a:after {
  content: '\f138';
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  line-height: 1;
  padding-left: 6px;
  vertical-align: middle;
}

.spotlight {
  padding-bottom: 30px;
}

@media only screen and ( min-width: 768px ) {
  .spotlight {
  	padding-bottom: 0;
  }
}

.spotlight-boxed .white-bg:hover {
  box-shadow: 0px 10px 50px 0 rgba(0, 26, 51, 0.15);
}

.spotlight-boxed .white-bg:hover .btn-default {
	box-shadow: none;
  background-color: #F0F1F3;
}

.spotlight-boxed .white-bg:hover .btn{
	box-shadow: none;
}

.spotlight-boxed .white-bg .btn-default:hover {
  background-color: #D4D4D4;
  color: #551A55;
}

@media only screen and (max-width: 980px) {
.spotlight-boxed .spotlight {
    padding: 50px;
  }
}

@media only screen and (max-width: 768px) {
.spotlight-boxed .spotlight {
    padding: 50px;
  }
}

.spotlight-boxed .white-bg {
	box-shadow: none;
}

.spotlight-boxed p,
.spotlight-boxed h1,
.spotlight-boxed h2,
.spotlight-boxed h3 {
  color: #FFFFFF !important;
}

.spotlight-boxed h1,
.spotlight-boxed h2 {
	margin-top: 0;
}

.spotlight-boxed .white-bg p,
.spotlight-boxed .white-bg h3 {
  color: #551A55 !important;
}

.spotlight-boxed .demo-bg,
.spotlight-boxed .tertiary-bg,
.spotlight-boxed .secondary-bg {


}

.spotlight-boxed .tertiary-bg {

}

.spotlight-boxed .secondary-bg {

}

.spotlight-boxed .demo-bg.btn-right,
.spotlight-boxed .tertiary-bg.btn-right,
.spotlight-boxed .secondary-bg.btn-right {


}

.spotlight-boxed .btn-right {
	flex-direction: row;
  justify-content: space-between;
  align-content: center;
}

.spotlight-boxed .btn-right .spotlight-detail {
	text-align: left;
}

.spotlight-boxed .btn-right .btn {
	margin-top: 0;
}

.spotlight-boxed .btn-right p {
	margin-bottom: 0;
  margin-top: 10px;
}

.spotlight-boxed .spotlight.btn-right {
	padding: 60px 50px
}

@media only screen and (max-width: 800px) {
  .spotlight-boxed .btn-right {
    flex-direction: column;
		justify-content: center;
  }

  .spotlight-boxed .demo-bg.btn-right,
  .spotlight-boxed .tertiary-bg.btn-right,
  .spotlight-boxed .secondary-bg.btn-right {
    background-size: cover;
    background-position: left;
  }

  .spotlight-boxed .btn-right .spotlight-detail {
		text-align: center;
    margin-bottom: 25px;
  }
}

/* Staggered Spotlights
/****************************************/
@media only screen and (min-width: 768px) {
  .spotlight-staggered.with-bg-graphic {
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
  }

  .spotlight-staggered.with-bg-graphic.graphic-1 {
    background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/pattern-1.svg);
  }

  .spotlight-staggered.with-bg-graphic.graphic-2 {
    background-image: url(https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/pattern-2.svg);
  }
}

.spotlight-staggered .spotlight {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.spotlight-staggered .spotlight img {
  max-width: 16%;
}

.spotlight-staggered h3 {
  font-size: 17px;
  color: #551A55 !important;
}

.spotlight-staggered p {
  font-size: 16px;
  color: #3C3C3B !important;
}

.bg-primary.spotlight-staggered h3,
.bg-primary.spotlight-staggered p,
.bg-secondary.spotlight-staggered h3,
.bg-secondary.spotlight-staggered p,
.bg-tertiary.spotlight-staggered h3,
.bg-tertiary.spotlight-staggered p,
.bg-dark.spotlight-staggered h3,
.bg-dark.spotlight-staggered p {
  color: #FFFFFF !important;
}

.spotlight-staggered a:after {
  content: none;
}

@media only screen and (min-width: 768px) {
  
    .bg-primary.spotlight-staggered h3,
    .bg-secondary.spotlight-staggered h3,
    .bg-tertiary.spotlight-staggered h3,
    .bg-dark.spotlight-staggered h3 {
      color: #551A55 !important;
    }
  
    .bg-primary.spotlight-staggered p,
    .bg-secondary.spotlight-staggered p,
    .bg-tertiary.spotlight-staggered p,
    .bg-dark.spotlight-staggered p {
      color: #3C3C3B !important;
    }
  
  .spotlight-staggered .spotlight {
    text-align: left;
    background-color: #FFFFFF;
    position: relative;
    margin: 60px 0;
    box-shadow: 20px 20px 30px 0 rgba(194, 194, 194, 0.2);
  }

  .spotlight-staggered .spotlight img {
    position: absolute;
    left: -74px;
    top: -40px;
    max-width: 16%;
  }

  .spotlight-staggered p {
    margin-bottom: 0;
  }

  .spotlight-staggered .spotlight .spotlight-detail {
    padding: 40px 40px 40px 110px;
  }

  .spotlight-staggered .spotlight-right {
    margin: 60px 0 60px auto;
  }

  .spotlight-staggered .spotlight-right img {
    position: absolute;
    left: auto;
    right: -60px !important;
    top: -40px;
    max-width: 16%;
  }

  .spotlight-staggered .spotlight-right .spotlight-detail {
    padding: 40px 110px 40px 40px;
  }
}

/* Small spotlights
/****************************************/
.spotlight-module h3 {
  font-size: 20px;
}

.small-spotlight .spotlight{
	text-align: center;
  padding: 20px !important;
}

.small-spotlight .spotlight h3 {
	font-size: 18px;
}

.small-spotlight .spotlight p {
	margin-top: 0;
  font-size: 18px;
}

.small-spotlight .spotlight img {
	width: 130px;
  height: 130px;
}


/* Spotlight Location Blurbs
/****************************************/
.spotlight.location-blurb {
	padding: 45px;
}

.spotlight.location-blurb p {
	margin-bottom: 10px;
  margin-top: 10px;
}

.spotlight.location-blurb h3 {
	font-size: 26px;
}

.spotlight.location-blurb .tel {
	text-decoration: none;
  border-bottom: none;
  color: #551A55
}

@media only screen and (max-width: 1100px) {
  .spotlight-module {
  	flex-wrap: wrap;
  }

  .location-blurb.span3 {
  	width: 47%
  }

  .location-blurb.span3:nth-of-type(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .location-blurb.span3 {
  	width: 100%;
  }
}

/* Testimonial sliders
/****************************************/
.testimonial-slider {
  text-align: center;
  display: flex;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.testimonial-slider .quote {
  font-size: 16px;
  line-height: 1.5;
  color: #551A55;
  font-weight: 700;
}

.testimonial-slider blockquote {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

.testimonial-slider blockquote .quote {
  text-align: center;
}

.testimonial-slider cite {
  font-weight: 300;
  font-size: 16px;
  color: #3C3C3B;
  text-align: center;
}

.testimonial {
  text-align: center;
}

.testimonial-slider .profile-image {
  width: 25%;
  margin: 0 auto;
  border-radius: 50%;
  min-width: 130px;
  background-color: #FFFFFF;
}

.testimonial-slider .slick-track {
  display: flex;
}

.testimonial-slider .slick-slide {
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .testimonial {
    display: flex !important;
    align-items: center;
    text-align: left;
  }

  .testimonial-slider .quote {
    font-size: 18px;
  }

  .testimonial-slider .profile-image {
    margin-left: 25px;
    width: 18%;
  }

  .testimonial-slider blockquote,
  .testimonial-slider blockquote .quote {
    text-align: left;
  }

  .testimonial-slider blockquote {
    width: 70%;
  }
}

.testimonial-slider .profile-image img {
  border-radius: 50%;
}

.testimonial-slider .slick-prev,
.testimonial-slider .slick-next,
.awards-slider .slick-prev,
.awards-slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.testimonial-slider .slick-prev,
.awards-slider .slick-prev {
  left: -25px;
}

.testimonial-slider .slick-next,
.awards-slider .slick-next {
  right: -25px;
}

.testimonial-slider .slick-prev:before,
.testimonial-slider .slick-next:before,
.awards-slider .slick-prev:before,
.awards-slider .slick-next:before {
  font-family: 'Font Awesome 5 Pro';
  font-size: 30px;
  line-height: 1;
  opacity: .75;
  color: #3C3C3B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.testimonial-slider .slick-next:before,
.awards-slider .slick-next:before {
    content: '\f054';
}

.testimonial-slider .slick-prev:before,
.awards-slider .slick-prev:before {
    content: '\f053';
}

.testimonial-slider .slick-dots {
	position: absolute;
  bottom: -60px;
}

.testimonial-slider ul.slick-dots,
.awards-slider ul.slick-dots {
	width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}

.testimonial-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.testimonial-slider .slick-dots li:before {
	margin-left: 0 !important;
  color: #c5c6c7 !important;
  font-size: 35px !important;
  width: auto !important;
}

.testimonial-slider .slick-dots li.slick-active:before {
	margin-left: 0 !important;
  color: #551A55 !important;
}

.testimonial,
.testimonial-slider .quote:focus {
	outline: none;
}

.testimonial-slider .cite {
	font-size: 18px;
}

@media only screen and (max-width: 980px) {
  .testimonial-slider .slick-arrow {
		display: none !important;
	}
}

@media only screen and (max-width: 768px) {
  .testimonial-slider {
  	max-width: 100%;
  }
}


/* Awards Section
/****************************************/

.awards-slider,
.featured-award {
  max-width: 900px;
  margin: 0 auto;
  width: 90%;
}

.awards-slider {
padding-bottom: 30px;
}
/* .awards-slider .slick-active + .slick-active:nth-child(odd) .award-title {
  display: block;
} */

.award * {
  text-align: center;
}

.award .award-image {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

.slick-slide div,
.award,
.award .award-image:focus,
.award .award-image a:focus,
.award .award-image a img:focus {
  outline: none;
}

.award .award-year {
  font-weight: 500;
}

.awards-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.awards-slider .slick-dots li:before {
	margin-left: 0 !important;
  color: #d4d4d4 !important;
  font-size: 26px !important;
  width: auto !important;
}

.awards-slider .slick-dots li { 
  position: relative;
  display: inline-block;
  width: 12px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.awards-slider .slick-dots li.slick-active:before{
	margin-left: 0 !important;
  color: #E2AB3B !important;
}

.awards-slider .slick-prev,
.awards-slider .slick-next {
  top: 25%;
}

.awards-slider .slick-dots {
	position: absolute;
  bottom: -20px;
}

.featured-award {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
  padding: 70px 30px 20px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  transition: 0.3s ease;
}

.feature-award.has-link {
  cursor: pointer;
}

.feature-award.has-link:hover {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.09);
}

.featured-award-year {
  position: absolute;
  top: 22px;
  left: 30px;
}

.featured_award_image a {
  border: none;
}

.featured_award_image {
  max-width: 300px;
  margin: 0 auto;
}

.featured_award_image img {
  max-width: 64%;
}

.featured_award_image a:hover {
  border: none;
}

.featured-award-year p {
  text-align: left;
  font-size: 17px;
  color: #68737e;
  font-weight: 500;
  margin: 0 0 20px 0;
}

.featured-award-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
}

.featured-award-intro {
  font-size: 14px;
}


@media only screen and (max-width: 767px) {
  .awards-slider {
  	max-width: 80%;
  }
  
  .featured-award {
  	max-width: 90%;
  }
}

@media only screen and (min-width: 768px) {
  .awards-slider .award-title {
    opacity: 0;
    transition: 0.4s ease;
  }
  
  .awards-slider .slick-dots {
    bottom: -30px;
  }

  .awards-slider .slick-current + .slick-slide .award-title {
    opacity: 1;
  }
  
  .featured-award {
    margin-bottom: 50px;
    display: flex;
    text-align: left;
    align-items: center;
    padding: 30px 40px;
  }
  
  .featured_award_image {
    min-width: 24%;
    max-width: auto;
  }
  
  .featured_award_image img {
    width: 100%;
    max-width: 100%;
  }
  
  .featured-award-detail {
    padding-left: 30px;
    min-width: 75%;
  }
  
  .featured-award-year {
    position: initial;
  }
  
  .featured-award-year p {
    font-size: 18px;
  }

  .featured-award-title {
    font-size: 20px;
    margin-bottom: 0;
  }

  .featured-award-intro {
    font-size: 16px;
  }
}

/* Region Switcher
/****************************************/
.region-switcher {
  border-radius: 50px;
  padding: 10px 50px 10px 22px;
  background-color: #802480;
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 20px 30px 0 rgba(35, 3, 38, 0.1);
  cursor: pointer;
}

@media only screen and ( min-width: 768px ) {
  margin-bottom: 0;
}

.choose-region {
  visibility: hidden;
  opacity: 0;
  list-style: none;
  transition: 0.3s ease;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 56px;
  left: 0;
  border-radius: 28px;
  box-shadow: 0 20px 30px 0 rgba(35, 3, 38, 0.1);
  background-color: #802480;
  width: 100%;
}

.choose-region li {
  padding: 4px 18px;
}

.choose-region li:first-child {
  padding-top: 18px;
}

.choose-region li:last-child {
  padding-bottom: 18px;
}

.choose-region li a {
  display: block;
  padding-left: 4px 0;
}

.choose-region:after {
  content: '';
  opacity: 1;
  position: absolute;
  bottom: -5px;
  left: calc( 50% - 14px );
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 10px solid #802480;
}

.region-switcher.open .choose-region {
  visibility: visible;
  opacity: 1;
}

.region-switcher h4 {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  line-height: 22px;
}

.active-region {
  padding-left: 5px;
  font-weight: 700;
}

.active-region:after {
  content: '';
  position: absolute;
  right: 13px;
  top: 11px;
  width: 20px;
  height: 20px;
  background-image: url('https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/dropdown_icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

/* Careers Embed
/****************************************/
.workable-embed #whr_embed_hook {
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
}

.workable-embed ul {
  padding: 0;
}

.workable-embed h2 {
  margin-top: 0;
}

.workable-embed .whr-group {
  margin-top: 0;
  font-size: 16px;
  padding: 24px 24px 10px 24px;
  border-style: solid;
  border-color: #dfdfdf;
  background-color: #FFFFFF;
  border-width: 1px 1px 0 1px;
}

.workable-embed li:before {
  content: none !important;
}

.workable-embed .whr-title {
  padding-left: 0;
  margin: 0;
  display: inline;
  font-size: 20px;
}

.workable-embed .whr-info {
  padding: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
}

.workable-embed .whr-items {
  margin: 0 0 30px 0;
  padding: 0px 24px 24px 24px;
  border-style: solid;
  border-color: #dfdfdf;
  background-color: #FFFFFF;
  border-width: 0 1px 1px 1px;
}

.workable-embed .whr-item {
  padding: 0;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ececec;
}

.workable-embed .whr-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.workable-embed .whr-items:last-of-type {
  margin-bottom: 0;
}

.workable-embed .whr-info li {
  display: inline;
}

.workable-embed .whr-location,
.workable-embed .whr-date {
  padding-bottom: 0;
}

.workable-embed .whr-location {
  font-weight: 700;
}

.workable-embed .whr-location span {
  font-weight: 300;
}

/* Opus 2 Map
/****************************************/
.opus2_map {
  background-color: #0BB4C3;
  text-align: center;
  padding-bottom: 70px;
  padding-top: 70px;
  cursor: pointer;
}

.opus2_map .row-fluid {
  max-width: 1000px;
  margin: 0 auto !important;
}

.opus2_map .region-stats {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  max-width: 1000px;
  z-index: 9;
}

.opus2_map .region-stats li:before {
  content: none;
}

.opus2_map .region-stats li {
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 120px;
  transform: scale(.1);
  transition: 0.3s ease;
}

.opus2_map .region-stats li.active {
  transform: scale(1);
}

.opus2_map .region-stats .us-stat {
  top: 55%;
  left: 10%;
}

.opus2_map .region-stats .emea-stat {
  top: 46%;
  left: 36%;
}

.opus2_map .region-stats .apac-stat {
  top: 64%;
  left: 60%;
}

@media only screen and (min-width: 600px) {

  .opus2_map .region-stats li {
    transform: scale(.13);
    width: 140px;
    height: 140px;
  }

  .opus2_map .region-stats .us-stat {
    top: 50%;
    left: 13%;
  }

  .opus2_map .region-stats .emea-stat {
    top: 30%;
    left: 48%;
  }

  .opus2_map .region-stats .apac-stat {
    top: 60%;
    left: 70%;
  }
}

.opus2_map p,
.opus2_map h2 {
  color: #ffffff;
}

.opus2_map .row-fluid {
  display: block;
}

.opus2_map .span12 {
  position: relative;
}

.opus2_map h2 {
  margin-top: 0;
}

.opus2_map svg {
  padding-top: 40px;
  max-width: 1000px;
}

#opus2_map .dot-fill {
  fill: #14ffff;
  opacity: 0.5;
}

#opus2_map .active .dot-fill  {
  opacity: 1;
}

.circle {
  position: relative;
  display: block;
  margin: 2em 0;
  background-color: transparent;
  text-align: center;
}

.circle:after {
  display: block;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #E2AB3B;
  box-shadow: 0px 2px 16px 1px rgba(0, 0, 0, .1);
  content: "";
}

.circle__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle__wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

.circle__content {
  display: table-cell;
  padding: 1em;
  vertical-align: middle;
  opacity: 0;
  transition: 0.3s ease;
}

.circle__content h3 {
  font-size: 17px;
  font-weight: 700;
  display: block;
  color: #FFFFFF;
  margin: 0;
}

.circle__content p {
  font-size: 13px;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.6;
  padding-bottom: 6px;
}

.region-stats li.active .circle__content {
  opacity: 1;
}

@media only screen and (min-width: 600px) {
  .circle__content h3 {
    font-size: 30px;
  }

  .circle__content p {
    font-size: 16px;
  }
}

/* Trust Slider
/****************************************/
.trust-bar-slider {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.trust-bar-slide:focus
.trust-bar-slide img:focus,
.slick-slide.slick-active {
  outline: none !important;
}

/* Benefit List
/****************************************/
.benefit-list .page_column {
  padding-left: 75px !important;
  position: relative;
}

.benefit-list .page_column h4 {
  font-size: 18px;
}

.benefit-list .page_column p {
  margin-top: 0.5rem;
}

.benefit-list .page_column:before {
  content: '';
  width: 46px;
  height: 46px;
  background-image: url('https://cdn2.hubspot.net/hubfs/5553909/Opus%202%20Website%20Assets/tick-icon.svg');
  background-repeat: no-repeat;
  top: 30px;
  left: 15px;
  position: absolute;
}

/* Team Module
/****************************************/
.team-module a,
.team-module a:hover,
.member a,
.member a:hover {
  border-bottom: none !important;
}

.team-module .span9 {
  margin-left: 0 !important;
}

.team-module .span9.center {
  margin-left: auto !important;
}

.team-module .span9:first-of-type {
  padding-bottom: 20px;
}

.team-module h3 {
  font-weight: 300;
}

.team-module .member {
  display: flex;
  align-items: center;
  margin-left: 0 !important;
  margin-right: 30px !important;
  padding-left: 0 !important;
  padding-bottom: 25px;
  max-width: 350px;
  width: 100%;
}

.team-module .member img {
  border-radius: 50%;
  margin-right: 20px;
  width: 80px;
  height: 80px;
}

.team-module .member a:hover {
  text-decoration: none;
  border-bottom: none !important;
}

.team-module .member-detail h4 {
  position: relative;
  font-size: 16px;
  margin-top: 0;
  line-height: 1.6;
  display: inline-block;
}

.team-module .member-detail h4 a:after {
  content: '\f138';
  font-family: 'Font Awesome 5 Pro';
  font-size: 16px;
  position: absolute;
  right: -22px;
  top: 1px;
  color: #0BB4C3;
}

.team-module .member-detail p {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}

@media only screen and (min-width: 980px) {
  .team-module .row-fluid:not(:first-of-type) .span9 {
    padding-left: 100px !important;
  }

  .team-module .member img {
    width: 100px;
    height: 100px;
  }

  .team-module .member-detail h4 {
    font-size: 16px;
  }

  .team-module .member-detail p {
    font-size: 14px;
  }
}

/* .team-module .modal {
  text-align: center;
  z-index: 99999;
}

.team-module .jquery-modal {
  z-index: 9999;
}

.team-module .modal img {
  border-radius: 100px;
  width: 200px;
  height: 200px;
  margin: 0 auto;
}

.team-module .modal a:hover {
  border-bottom: none;
}

.team-module .modal h4 {
  color: #0BB4C3;
  line-height: 1;
}

.team-module .modal p:first-of-type {
  margin-top: 0;
  font-size: 16px;
} */