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

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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


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

/* ROOT */

:root {
  --lite-blue:#28779E;
  --dark-blue:#053B6E;
  --primary-yellow:#FFD100;
  --black-txt:#000000;
  --primary-gray:#F2F2F2;
  --primary-font:'Montserrat', sans-serif;
}


* {
  box-sizing: border-box;
}

/* LAYOUT  */

html {
  overflow-x:hidden;
  margin:0;
}

body {
  overflow-x:hidden;
  margin:0;
}

.fw-row {
  width:100%;
}

.content-xlrg {
  max-width:1920px;
  margin-left:auto;
  margin-right:auto;
}

.page-center-xlrg > .row-fluid-wrapper > .row-fluid {
  max-width:1920px;
  margin-left:auto;
  margin-right:auto;
}

.content-lrg {
  max-width:1440px;
  margin-left:auto;
  margin-right:auto;
}

.page-center-lrg > .row-fluid-wrapper > .row-fluid {
  max-width:1440px;
  margin-left:auto;
  margin-right:auto;
}

.page-center-med > .row-fluid-wrapper > .row-fluid {
  max-width:1280px;
  margin-left:auto;
  margin-right:auto;
}

.content-med {
  max-width:1000px;
  margin-left:auto;
  margin-right:auto;
}

.content-sml {
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}

.page-center-sml > .row-fluid-wrapper > .row-fluid {
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}

.pad-tb-med {
  padding-top:40px;
  padding-bottom:40px;
}

.pad-tb-lrg {
  padding-top:60px;
  padding-bottom:60px;
}

.pad-tb-xlrg {
  padding-top:80px;
  padding-bottom:80px;
}

.pad-lr {
  padding-left:40px;
  padding-right:40px;
}

.space-down-sml {
  margin-bottom:20px;
}

.space-down-med {
  margin-bottom:40px;
}

.space-down-lrg {
  margin-bottom:60px;
}

.space-up-sm {
  margin-top:20px;
}

.space-up-med {
  margin-top:40px;
}

.space-up-lrg {
  margin-top:60px;
}

@media screen and (max-width:860px) {
  .pad-lr {
    padding-left:30px;
    padding-right:30px;
  }

  .pad-tb-lrg {
    padding-top:40px;
    padding-bottom:40px;
  }

  .mobleft {
    text-align:left !important;
  }
}




/* TYPOGRAPHY */

p, h1, h2, h3, li, h4, a, span, li {
  font-family:var(--primary-font);
}


p {
  font-weight:300;
  font-size:16px;
  line-height:1.5;
}

li {
  font-weight:300;
  font-size:16px;
  line-height:1.5;
}

.fs1 {
  font-size:20px;
  font-weight:400;
}

.fs2 {
  font-size:30px !important;
  font-weight:500;
}

.fs3 {
  font-size:16px;
  font-weight:400;
}

.fs4 {
  font-size:18px;
  font-weight:400;
}

.txt-lt-blu {
  color:var(--lite-blue);
}

.txt-drk-blu {
  color:var(--dark-blue);
}

.white-txt {
  color:white;
}

.blk-txt {
  color:black;
}

.bended-blue {
  color:var(--lite-blue) !important;
  font-weight:400 !important;
  font-style:italic;
}

.quote-txt {
  color:var(--dark-blue) !important;
  font-weight:400 !important;
  font-style:italic;
}

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

.txt-upper {
  text-transform:uppercase;
}

.twocol {
  columns:2;
}

.oriolist {

}
.blog-post-single p{
  margin-bottom: 1em;
}

/* class="cool-bullet" */

ul.cool-bullet {
  list-style-type:none;
  position:relative;
  padding-left:40px;
}

ul.cool-bullet > li {
  padding-top:4px;
  padding-bottom:4px;
  position:relative;
}

ul.cool-bullet > li:before {
  content:"";
  height:16px;
  width:16px;
  display:block;
  background-image:url(https://www.orioncom.com/hubfs/checkmark.svg);
  background-size:cover;
  position:absolute;
  left:-26px;
  margin-top:4px;
}

.drk_blue_gradient_bg ul.cool-bullet > li:before {
  filter:brightness(100);
}

ul.cool-bullet.wcb > li:before {
  filter:brightness(100);
}

p, h1, h2, li, h3, a, span, ul  {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;

}


/* PAGE TITLE BAR */

.ptb-heading {
  font-weight:300;
  font-size:40px;
}

.ptb-top-line > span {
  font-weight:500;
  font-size:20px;
}



.footer-title > div > span > h3 {
  font-weight:400;
  font-size:22px;
}


/* FULL WIDTH IMAGE TEXT */

.fwi-heading-txt {
  font-weight:400;
  font-size:30px;
}

.fwi-btn > a {
  font-weight:500;
  font-size:18px;
  text-transform:uppercase;
  text-decoration:unset;
  letter-spacing:.12em;
}

.blue-button {
  font-weight:500;
  font-size:18px;
  text-transform:uppercase;
  text-decoration:unset;
  color:var(--lite-blue);
  letter-spacing:.12em;
}

.dt-btn {
  font-weight:500;
  font-size:16px;
  text-transform:uppercase;
  text-decoration:unset;
  letter-spacing:.12em;
}

.bg_g .dt-btn {
  color:var(--dark-blue);
}

.bg_g .dt-btn > a {
  color:var(--dark-blue);
}

.bg_g .tsl-rich-wrap a {
  color:var(--dark-blue);
  font-weight:500;
  font-size:16px;
  text-transform:uppercase;
  text-decoration:unset;
  letter-spacing:.12em;
}



/* COLORED HEADING BAR */

.chb-title {
  font-weight:400;
  font-size:26px;
}

.hrs-stacks h2 {
  font-size:22px;
  font-weight:400;
  margin-bottom:10px;
}

.hrs-stacks h3 {
  font-size:22px;
  font-weight:400;
  margin-bottom:14px;
}

.tsl-title {
  font-weight:500;
  font-size:20px;
}

.dt-title {
  font-size:20px;
  font-weight:500;
  text-transform:uppercase;
}

.cf-left-title {
  font-size:22px;
  font-weight:500;
}

.richtxt-wrap > h2 {
  font-size:20px;
  font-weight:400;
  margin-bottom:.6em;
}

.richtxt-wrap > h3 {
  font-size:16px;
  font-weight:500;
  color:var(--dark-blue);
  margin-bottom:.6em;
}

.richtxt-wrap em {
  font-weight:300;
}

.richtxt-wrap a {
  color:var(--lite-blue);
  font-weight:400 !important;
}

.richtxt-wrap p a {
  color:var(--lite-blue) !important;
}

.hh-inner p a {
  color:var(--lite-blue) !important;
}

.hh-tc {
  font-weight:500;
  font-size:24px;
}

/* THREE COLUMN */

.three-col-heading {
  font-size:20px;
  font-weight:400;
  color:black;
}

.col-button-link {
  color:var(--lite-blue);
}


/*  LEADERSHIP CARDS  */

.ldr-info > h2 {
  font-size:24px;
  font-weight:400;
  color:var(--dark-blue);
}

.ldr-info > h3 {
  font-size:16px;
  font-weight:500;
  text-transform:uppercase;
  color:var(--lite-blue);
}

.it-heading > h2 {
  font-size:24px;
  font-weight:400;
  color:var(--dark-blue);
}

.tab-button > h3 {
  font-size:16px;
  font-weight:500;
  text-align:right;
}

/* BLOG */

.post-listing .post-header h1 > a {
  font-size:26px;
  font-weight:400;
  color:var(--dark-blue);
  margin-bottom:10px;
  display:block;
}

.post-listing .post-header a {
  color:var(--dark-blue);
}

.post-body h2 {
  color:var(--dark-blue);
  font-weight:500;
  margin-bottom:6px;
  margin-top: 6px;
}

.post-body a {
  color:var(--dark-blue);
} 

.post-body h3 {
  color:var(--lite-blue);
} 

.blog-sidebar h3 {
  color:var(--dark-blue);
  font-size:22px;
  font-weight:400;
}


/* LP */

body.landing-page .lp_bg-img h1 {
  color:var(--primary-yellow);
}


/* MOBILE TYPOGRAPHY */

@media screen and (max-width:860px) {
  .fs1 {
    font-size:18px;
    font-weight:400;
  }

  .fs2 {
    font-size:26px !important;
    font-weight:500;
  }

  .fs3 {
    font-size:16px;
    font-weight:400;
  }

  .fs4 {
    font-size:18px;
    font-weight:400;
  }

  .tab-button > h3 {
    font-size:14px;
    font-weight:500;
    text-align:left;
  }

  .fwi-heading {
    width:100%;
  }

  .ptbl .ptb-heading {
    font-size:26px;
    font-weight:400;
  }

  .chb-title {
    font-weight:500;
    font-size:24px;
  }

  a.white-txt:hover {
    color:var(--primary-yellow) !important;
    transition:200ms ease all;
  }

}





/*  BUTTONS  */

.button-wrap {
  display:flex;
}

.bw-center {
  justify-content:center;
}

.bw-left {
  justify-content:flex-start;
}

.oriobtn {
  text-decoration:none;
  padding:10px 20px;
  border-radius:10px;
  font-family:var(--primary-font);
}

.oriobtn:hover {
  cursor:pointer;
}

.btn-yellow {
  background:var(--primary-yellow);
  color:black !important;
}

.btn-blue {
  background:var(--lite-blue);
  color:white !important;
  font-size:16px;
}

.arrow-button > img {
  margin-left:6px;

}

.arrow-button {
  align-items:center;
}


/* GRADIENTS */

.yellow_gradient_bg {

}

.drk_blue_gradient_bg {
  background: rgb(9,49,80);
  background: -moz-linear-gradient(117deg, rgba(9,49,80,1) 0%, rgba(37,116,160,1) 100%);
  background: -webkit-linear-gradient(117deg, rgba(9,49,80,1) 0%, rgba(37,116,160,1) 100%);
  background: linear-gradient(117deg, rgba(9,49,80,1) 0%, rgba(37,116,160,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#093150",endColorstr="#2574a0",GradientType=1);
}

.ptb-overlay {
  background: rgb(13,32,41);
  background: linear-gradient(90deg, rgba(13,32,41,0.676908263305322) 36%, rgba(40,119,158,0) 70%);
}


.bg_y {
  background:var(--primary-yellow);
}

.bg_g {
  background:var(--primary-gray);
}

.bg_lb {
  background:var(--lite-blue);
}

.bg_db {
  background:var(--dark-blue);
}

.bg_w {
  background:white;
}

#bg_g {
  background:var(--primary-gray);
}

.accent-bg {
  background-image:url(https://www.orioncom.com/hubfs/Accent-1.svg);
  background-size:400px;
  background-position:left bottom;
  background-repeat:no-repeat;
}

.accent-bg-o {
  background-image:url(https://www.orioncom.com/hubfs/accent-o.svg);
  background-size:340px;
  background-position:left bottom;
  background-repeat:no-repeat;
}



/* HEADER & MENU */

.header-wrap {
  background:white;
}

.header-wrap > .row-fluid-wrapper > .row-fluid {
  display: flex;
  align-items: center;
  max-width:1440px;
  margin-left:auto;
  margin-right:auto;
  padding-top:20px;
  padding-bottom:20px;
}

.header-logo {
  max-width:250px;
}

.header-menu {
  margin-top:10px;
}

.main-nav .grandchild {
  min-height:30px;
  display: flex;
  /*   align-items: center; */
}

.header-wrap .menu-item a {
  text-decoration:unset;
}

.header-wrap {
  padding-left:40px;
  padding-right:40px;
}

/* STICKY HEADER */

.header-container-wrapper {
  position:fixed;
  width:100%;
  top:0;
  z-index:999999;
  box-shadow: 0px 2px 4px rgba(0,0,0,.2);
  -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.2);
  -moz-box-shadow: 0px 2px 4px rgba(0,0,0,.2);
}


.body-container-wrapper {
  margin-top:86px;
}



@media screen and (max-width:1160px) {

}

@media screen and (max-width:991px) {
  #hs_cos_wrapper_module_1709674246035194 .diagram-bool-parent-dd .dg-con-main {
    transform: scale(0.6);
    margin-top: -20%;
    margin-bottom: -20%;
  }
}


@media screen and (max-width:960px) {
  .header-container-wrapper {
    height:100px;
    background: #fff;
  }
  .header-wrap {
    padding-left:20px;
    padding-right:20px;
  }
  .hp-hero {
    height: 600px;
  } 
}

@media screen and (max-width:768px) {
  .header-wrap>.row-fluid-wrapper>.row-fluid {
    padding-bottom:0 !important;
  }
  .hph-title {
    font-size: 30px;
  }
  .hp-hero {
    height: 650px;
  } 
}


/* FOOTER */

.footer-outer {
  background:url(https://www.orioncom.com/hubfs/footer-2.jpg);
  background-size:cover;
}


.footers-footer {
  background:#D6D6D6;
  padding:14px 20px;
}

.footer-inner {
  padding: 40px;
}

.footer-menu ul li a {
  color:white;
  padding-left:unset !important;
  padding-top:4px !important;
  padding-bottom:4px !important;
}

.footer-column-middle {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.footer-column-middle > div {
  width:70%;
}

.footer-inner .txt-wrap {
  padding:10px 40px;
}


.footer-column-left {
  margin-top:40px;
}

.footer-logo {
  padding: 10px 20px;
  text-align:center;
}

.footer-column-left .txt-wrap {
  text-align:center;
}

.footer-inner a[href^="tel"] {
  color: white; /* Inherit text color of parent element. */
}

@media screen and (max-width:768px) {
  .footer-column-left {
    margin-top:0px;
  }

  .footer-column-middle {
    margin-top:30px;
  }

  .footer-column-right {
    margin-top:30px;
  }

  .footer-title  {
    margin-bottom:10px;
  }

  .footer-inner >.row-fluid-wrapper >.row-fluid {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
  }

  .fcol {
    width:100% !important;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
  }

  .footer-logo {
    text-align:left;
    padding-left:unset;
  }

  .footer-column-left .txt-wrap {
    text-align:left;
  }

  .footer-inner .txt-wrap {
    padding-left:unset;
  }
}

/* FORM */

.orioform fieldset {
  max-width:unset !important;
}

.orioform .hs-form-field label {
  font-size:14px;
  color:#666666;
  font-family:var(--primary-font);
}

.orioform .hs-form-field label:not(.hs-fieldtype-select label, .hs-fieldtype-date label) {
  width:1px;
  height:1px;
  opacity:0;
}

.hs-fieldtype-select, 
.hs-fieldtype-date, 
.hs-fieldtype-select .input,
.hs-fieldtype-date .input {
  margin-top:5px;
}

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

.hs-error-msgs label  {
  width:unset !important;
  height:unset !important;
  opacity:1 !important;
  font-size:14px;
  color:red;
}

.orioform .input input {
  width:100% !important;
  background-color:transparent;
  border-top:2px solid transparent;
  border-left:2px solid transparent;
  border-right:2px solid transparent;
  border-bottom:2px solid var(--lite-blue);
  margin-bottom:10px;
  font-size:14px;
  color:#666666;
  font-family:var(--primary-font);
}

.orioform .input input:focus {
  background:white;
  border:2px solid var(--lite-blue);
  border-bottom:2px solid var(--lite-blue);
  outline:unset;
}

.orioform .input textarea {
  width:100% !important;
  background-color:transparent;
  border-top:2px solid transparent;
  border-left:2px solid transparent;
  border-right:2px solid transparent;
  border-bottom:2px solid var(--lite-blue);
  resize:none;
  font-size:14px;
  color:#666666;
  font-family:var(--primary-font);
}

.orioform input[type="submit"] {
  background:var(--primary-yellow);
  padding:10px 20px;
  border-radius:10px;
  border:unset;
  font-size:16px;
  color:black;
  margin-top:20px;
  font-family:var(--primary-font);
  transition:300ms ease all;
}

.orioform2 input[type="submit"] {
  background:var(--primary-yellow);
  padding:10px 20px;
  border-radius:10px;
  border:unset;
  font-size:16px;
  color:black;
  margin-top:20px;
  font-family:var(--primary-font);
  transition:300ms ease all;
}

.orioform input[type="submit"]:hover {
  background:var(--lite-blue);
  color:white;
  cursor:pointer;
  transition:300ms ease all;
}


.orioform2 input[type="submit"]:hover {
  background:var(--lite-blue);
  color:white;
  cursor:pointer;
  transition:300ms ease all;
}

.orioform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size:14px;
  color:#666666;
  font-family:var(--primary-font);
}
.orioform ::-moz-placeholder { /* Firefox 19+ */
  font-size:14px;
  color:#666666;
  font-family:var(--primary-font);
}
.orioform :-ms-input-placeholder { /* IE 10+ */
  font-size:14px;
  color:#666666;
  font-family:var(--primary-font);
}
.orioform :-moz-placeholder { /* Firefox 18- */
  font-size:14px;
  font-family:var(--primary-font);
  color:#666666;
}

/* BLOG */

.post-listing > .post-item {
  padding-bottom:30px;
  border-bottom:1px solid #333333;
}

.post-listing > .post-item:not(:first-child) {
  padding-top:30px;
}

.blog-sidebar {
  padding:20px;
}

.sb-form {
  padding:40px 0px 0px 0px; 
}

.sb-form h3 {
  margin-bottom:10px;
}

.blog-sidebar ul {
  list-style-type:none;
}

.blog-sidebar ul li {
  padding:6px 0px;
}

.blog-sidebar a {
  text-decoration:none;
  color:var(--dark-blue);
}

.post-listing .post-header a {
  text-decoration:none;
}

.post-listing .post-body {
  margin-top:10px;
  margin-bottom:10px;
}

.post-listing a.more-link {
  color:var(--lite-blue) !important;
  text-decoration:none;
}

.post-listing #hubspot-topic_data a {
  color:var(--lite-blue) !important;
  font-weight:500;
}

.post-listing #hubspot-topic_data {
  margin-top:10px;
}

.post-listing .hs-blog-social-share-list {
  margin-top:10px;
}

.hs-blog-social-share-item-linkedin {
  margin-top:-4px; 
}

.hs-blog-social-share-item-facebook {
  margin-top:-4px; 
}

.hs-blog-social-share {
  margin-top:10px;
  margin-bottom:10px;
}
/* BLOG RELATED POSTS FEED */
.related-post-items {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 2px solid #ffd100;
}
.related-post-items .related-post-header-title h3 {
  font-size: 22px;
  font-weight: 400;
  color: #053b6e;
  padding-bottom: 1rem;
}
.related-post-items .post-listing {
  display: flex;
  flex-direction: column;
  margin: 0 -1rem;
}
.related-post-items .post-listing .post-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-decoration: none;
  box-shadow: 1px 4px 14px -6px rgba(0,0,0,0.2);
  margin: 1rem;
  padding: 0;
  border: 0;
  transition: all ease-in-out .3s;
}
.related-post-items .post-listing .post-item:hover { box-shadow: 1px 4px 14px -6px rgba(5,59,110,.7); }
.related-post-items .post-listing .post-item:hover .post-item-content .read-more .arrow { padding-left: .8rem; }
.related-post-items .post-listing .post-item .post-item-image {
  position: relative;
  min-height: 240px;
}
.related-post-items .post-listing .post-item .post-item-image > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.related-post-items .post-listing .post-item .post-item-image .post-topic-list {
  display: flex;
  align-items: center;
  margin: .5rem;
}
.related-post-items .post-listing .post-item .post-item-image .post-topic-list .post-topic {
  background: rgba(0,0,0,.6);
  font-size: 12px;
  color: #fff;
  padding: .5rem;
  margin-right: .5rem;
  border-radius: 6px;
  z-index: 2;
}
.related-post-items .post-listing .post-item .post-item-content {
  padding: 1.5rem;
}
.related-post-items .post-listing .post-item .post-item-content .title {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.related-post-items .post-listing .post-item .post-item-content .read-more {
  padding-top: 1rem;
  color: #053b6e;
}
.related-post-items .post-listing .post-item .post-item-content .read-more .arrow {
  padding-left: .4rem;
  transition: all ease-in-out .3s;
}
@media (min-width: 768px) {
  .related-post-items .post-listing { flex-direction: row; }
}

/*  PAGE SPECIFIC EDITS */

.ss-tabber {
  background:var(--primary-gray);
}

#ss-btm .hrs-stack-top {
  display:none;
}

#ss-btm .hrs-sep {
  display:none;
}

#contact-page-form-row .fc-row-title{
  background-color:unset;
  padding-top:unset;
}

#contact-page-form-row .fc-row-title h2 {
  color:var(--dark-blue) !important;
}

#contact-page-form-row .cf-snippet strong {
  color:var(--lite-blue) !important;
  font-weight:500;
}

.left-shift .rh-left {
  display:flex;
  align-items:center;
}




/* INTERNET EXPLORER */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bg_y {
    background:#FFD100;
  }

  .bg_g {
    background:#F2F2F2;
  }

  .bg_lb {
    background:#28779E;
  }

  .bg_db {
    background:#053B6E;
  }

  .bg_w {
    background:white;
  }

  p, h1, h2, h3, li, h4, a, span, li {
    font-family:'Montserrat', sans-serif;
  }

  .txt-lt-blu {
    color:#28779E;
  }

  .txt-drk-blu {
    color:#053B6E;
  }

  .ss-tabber {
    background:#F2F2F2;
  }

  #contact-page-form-row .fc-row-title h2 {
    color:#28779E !important;
  }

  #contact-page-form-row .cf-snippet strong {
    color:#28779E !important;
  }

  .orioform .input input {
    border-bottom:2px solid #28779E;
    font-family:'Montserrat', sans-serif;
  }

  .orioform .input input:focus {
    border:2px solid #28779E;
    border-bottom:2px solid #28779E;
  }

  .orioform .input textarea {
    border-bottom:2px solid #28779E;
    font-family:'Montserrat', sans-serif;
  }

  .orioform input[type="submit"] {
    background:#FFD100


      /*      INTERNET EXPLORER   ; */
      font-family:'Montserrat', sans-serif;
  }

  .orioform2 input[type="submit"] {
    background:#FFD100;
    font-family:'Montserrat', sans-serif;
  }

  .orioform input[type="submit"]:hover {
    background:#28779E;
  }


  .orioform2 input[type="submit"]:hover {
    background:#28779E;
  }

  .orioform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family:'Montserrat', sans-serif;
  }
  .orioform ::-moz-placeholder { /* Firefox 19+ */
    font-family:'Montserrat', sans-serif;
  }
  .orioform :-ms-input-placeholder { /* IE 10+ */
    font-family:'Montserrat', sans-serif;
  }
  .orioform :-moz-placeholder { /* Firefox 18- */
    font-family:'Montserrat', sans-serif;
  }

  .oriobtn {
    font-family:'Montserrat', sans-serif;
  }

  .btn-yellow {
    background:#FFD100;
  }

  .btn-blue {
    background:#28779E;
  }

  /*  LEADERSHIP CARDS  */

  .ldr-info > h2 {
    color:#053B6E;
  }

  .ldr-info > h3 {
    color:#28779E;
  }

  .it-heading > h2 {
    color:#053B6E;
  }

  /* BLOG */

  .post-listing .post-header h1 > a {
    color:#053B6E;
  }

  .post-listing .post-header a {
    color:#053B6E;
  }

  .post-body h2 {
    color:#053B6E;               
  }       

  .post-body a {
    color:#053B6E  ;
  } 

  .post-body h3 {
    color:#28779E;
  } 


  .blog-sidebar h3 {
    color:#053B6E;
  }


  /* LP */

  body.landing-page .lp_bg-img h1 {
    color:#FFD100;
  }

  .main-nav li.menu-item > a {
    color:#053B6E;
  }

  li.branch-active > a{
    border-bottom:2px solid #FFD100;
  }

  .main-nav ul.child-menu > li:hover {
    background:#28779E;
  }

  .main-nav ul.child-menu > li > a  {
    color:#053B6E;
  }

}


.ty-content > .row-fluid-wrapper > .row-fluid {
  display:flex;
  align-items:center;
  height:100vh;
  justify-content:center;
}


.post-body ul {
  padding-left: 40px;
} 

/* CASE STUDY PAGE TEMPLATE */

.case-study-body ul {
  padding-left:40px;
}


.ptb-outer {
  display: flex;
  flex-direction: column;
  min-height: 300px;
}
.ptb-outer .ptb-overlay {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.ptb-outer .ptb-overlay .accent-bg-o {
  flex: 1;
  height: 100%;
  display: flex;
  /*     flex-direction: column; */
  align-items: center;
  justify-content: center;
}
.ptb-outer .ptb-overlay .accent-bg-o .ptb-inner {
  width: 100%;
}

.orion-header-height .body-container-wrapper {
  margin-top: 115px;
}


@media screen and (max-width:768px) {
  .case-study-wrapper >.row-fluid-wrapper > .row-fluid {
    display:flex;
    flex-direction:column-reverse;
  }
  .orion-header-height .body-container-wrapper {
    margin-top: 123px;
  }
}
@media screen and (min-width: 769px){
  .main-nav{
    display: block!important;
  }
  .menu-item.has-kids:hover > ul.child-menu{
    display: block!important;
  }

  .header-menu .dropdown-arrow {
    display:none;
  }

  ul.child-menu {
    background:white;
    box-shadow:2px 2px 4px rgba(0,0,0,.1);
    left:-2px;
    top:34px;
  }

  ul.menu-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .main-nav ul.child-menu > li {
    width: 100%;
  }

  .main-nav ul.child-menu > li.item-active {
    background:#f1f1f1;
  }

  .branch-active > a {

  }

  .main-nav li.menu-item{
    background:white;
    border-radius:0px;
    transition:200ms ease all;
    padding-top:6px;
    padding-bottom:6px;
  }

  .main-nav li.menu-item:hover {
    background:#F2F2F2;
    transition:200ms ease all;
  }

  .main-nav li.menu-item > a {
    color:var(--dark-blue);
    font-weight:400;
  }

  li.branch-active > a{
    border-bottom:2px solid var(--primary-yellow);
  }

  .main-nav ul.child-menu > li:hover {
    background:var(--lite-blue);
  }

  .main-nav ul.child-menu > li:hover > a  {
    color:white;
  }

  .main-nav ul.child-menu > li > a  {
    color:var(--dark-blue);
    width: 100%;
    padding: 10px;
  }
  ul.grandchild.child-menu {
    left: -100%;
    top: 0;
  }
  li.grandchild.has-kids .dropdown-arrow{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }



  li.menu-item:hover > a {
    color:var(--lite-blue);
  }



}
@media screen and (max-width: 768px){
  #hamburger-nav{
    display: block;
  }
  .main-nav{
    display: none;
    position: absolute;
    top: 100px;
    left: 0px;
    width: 100%;
    height: auto;
    background: #f1f1f1;
  }
  ul.menu-list{
    padding-inline-start: 0px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    text-align: left;
    padding: 0px;
  }
  li.menu-item{
    display: block;
    width: 100%;
    position: relative;
    max-width: unset;
    padding: 0px;
    border-bottom: 1px solid black;
  }

  li.menu-item:hover {
    background:var(--lite-blue);
  }

  li.menu-item:hover a.menu-link {
    color:white;
  }

  a.menu-link{
    display: block;
    padding: 10px 0px;
    width: 100%;
    color:var(--dark-blue);
  }

  a.grandchild-link {
    display: block;
    padding: 10px 0;
    color:var(--dark-blue);
    width:100%;
  }

  .main-nav .grandchild {
    background:#f2f2f2;
    padding-left:10px !important;
  }

  .main-nav .grandchild:hover {
    background:var(--dark-blue);
  }

  .grandchild:hover  a.grandchild-link {
    color:white;
  }

  ul.child-menu{
    list-style: none;
    opacity: 1;
    visibility: visible;
    max-height: unset;
    display: none;
    position:relative;
    min-width:unset;
  }
  .has-kids a.menu-link {
    width: 80%;
    display: inline-block;
  }
  span.dropdown-arrow{
    width: 18%;
    text-align: center;
    float: right;
    padding: 2px 0px;
    transition: 250ms;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .dropdown-arrow > span{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dropdown-arrow.rotate{
    transform: rotate(180deg);
    transition: 250ms;
  }
  li.grandchild.has-kids .dropdown-arrow{
    position: absolute;
    right: 10px;
    top: unset;
    transform: unset;
  }
  .grandchild .child-menu,
  .great.grandchild{
    background: transparent;
  }
  li.has-kids{
    flex-direction: column;
  }
}


h2.post-listing-simple > a {
  font-size: 16px;
}
h2.post-listing-simple {
  padding-bottom: 20px;
}

* *+* {
  margin: 0;
}

.newestformItem .orioform .hs-form-field label:not(.hs-fieldtype-select label, .hs-fieldtype-date label) {
  width: 1px;
  height: 1px;
  opacity: 1;
}





.new-pages-2025 .content-lrg.pad-lr {
  padding: 0 72px;
}



@media(max-width:1199px){

  .new-pages-2025 .content-lrg.pad-lr {
    padding: 0 40px;
  }  

}



@media(max-width:991px){

  .new-pages-2025 .content-lrg.pad-lr {
    padding: 0 20px;
  }  

}