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

/* Used CSS from prialto min.css */

  :root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*,:after,:before {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    font-family: sans-serif;
    line-height: 1.15
}

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

body {
  background-color: #fff;
  color: #212529;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left
}

h1,h2,h3,h4,h5,h6 {
  margin-bottom: .5rem;
  margin-top: 0
}

p {
  margin-bottom: 1rem;
  margin-top: 0
}

address,dl,ol,ul {
  margin-bottom: 1rem
}

dl,ol,ul {
  margin-top: 0
}

ol ol,ol ul,ul ol,ul ul {
  margin-bottom: 0
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  color: #007bff;
  text-decoration: none
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

img {
  border-style: none
}

img,svg {
  vertical-align: middle
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button,input,optgroup,select,textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0
}

button,input {
  overflow: visible
}


[type=reset],[type=submit],button,html [type=button] {
  -webkit-appearance: button
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: .5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem
}

.h1,h1 {
  font-size: 2.5rem
}

.h2,h2 {
  font-size: 2rem
}

.h3,h3 {
  font-size: 1.75rem
}

.h4,h4 {
  font-size: 1.5rem
}

.h5,h5 {
  font-size: 1.25rem
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%
}

@media (min-width: 576px) {
  .container {
      max-width:540px
  }
}

@media (min-width: 768px) {
  .container {
      max-width:720px
  }
}

@media (min-width: 992px) {
  .container {
      max-width:960px
  }
}

@media (min-width: 1200px) {
  .container {
      max-width:1140px
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width: 576px) {
  .col-sm {
      -ms-flex-preferred-size:0;
      -ms-flex-positive: 1;
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%
  }

  .col-sm-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: none;
      width: auto
  }

  .col-sm-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
  }

  .col-sm-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }

  .col-sm-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-sm-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }

  .col-sm-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
  }

  .col-sm-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-sm-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
  }

  .col-sm-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
  }

  .col-sm-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
  }

  .col-sm-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
  }

  .col-sm-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
  }

  .col-sm-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }

  .order-sm-first {
      -ms-flex-order: -1;
      order: -1
  }

  .order-sm-last {
      -ms-flex-order: 13;
      order: 13
  }

  .order-sm-0 {
      -ms-flex-order: 0;
      order: 0
  }

  .order-sm-1 {
      -ms-flex-order: 1;
      order: 1
  }

  .order-sm-2 {
      -ms-flex-order: 2;
      order: 2
  }

  .order-sm-3 {
      -ms-flex-order: 3;
      order: 3
  }

  .order-sm-4 {
      -ms-flex-order: 4;
      order: 4
  }

  .order-sm-5 {
      -ms-flex-order: 5;
      order: 5
  }

  .order-sm-6 {
      -ms-flex-order: 6;
      order: 6
  }

  .order-sm-7 {
      -ms-flex-order: 7;
      order: 7
  }

  .order-sm-8 {
      -ms-flex-order: 8;
      order: 8
  }

  .order-sm-9 {
      -ms-flex-order: 9;
      order: 9
  }

  .order-sm-10 {
      -ms-flex-order: 10;
      order: 10
  }

  .order-sm-11 {
      -ms-flex-order: 11;
      order: 11
  }

  .order-sm-12 {
      -ms-flex-order: 12;
      order: 12
  }

  .offset-sm-0 {
      margin-left: 0
  }

  .offset-sm-1 {
      margin-left: 8.333333%
  }

  .offset-sm-2 {
      margin-left: 16.666667%
  }

  .offset-sm-3 {
      margin-left: 25%
  }

  .offset-sm-4 {
      margin-left: 33.333333%
  }

  .offset-sm-5 {
      margin-left: 41.666667%
  }

  .offset-sm-6 {
      margin-left: 50%
  }

  .offset-sm-7 {
      margin-left: 58.333333%
  }

  .offset-sm-8 {
      margin-left: 66.666667%
  }

  .offset-sm-9 {
      margin-left: 75%
  }

  .offset-sm-10 {
      margin-left: 83.333333%
  }

  .offset-sm-11 {
      margin-left: 91.666667%
  }
}

@media (min-width: 992px) {
  .col-lg {
      -ms-flex-preferred-size:0;
      -ms-flex-positive: 1;
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%
  }

  .col-lg-auto {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      max-width: none;
      width: auto
  }

  .col-lg-1 {
      -ms-flex: 0 0 8.333333%;
      flex: 0 0 8.333333%;
      max-width: 8.333333%
  }

  .col-lg-2 {
      -ms-flex: 0 0 16.666667%;
      flex: 0 0 16.666667%;
      max-width: 16.666667%
  }

  .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%
  }

  .col-lg-4 {
      -ms-flex: 0 0 33.333333%;
      flex: 0 0 33.333333%;
      max-width: 33.333333%
  }

  .col-lg-5 {
      -ms-flex: 0 0 41.666667%;
      flex: 0 0 41.666667%;
      max-width: 41.666667%
  }

  .col-lg-6 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%
  }

  .col-lg-7 {
      -ms-flex: 0 0 58.333333%;
      flex: 0 0 58.333333%;
      max-width: 58.333333%
  }

  .col-lg-8 {
      -ms-flex: 0 0 66.666667%;
      flex: 0 0 66.666667%;
      max-width: 66.666667%
  }

  .col-lg-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%
  }

  .col-lg-10 {
      -ms-flex: 0 0 83.333333%;
      flex: 0 0 83.333333%;
      max-width: 83.333333%
  }

  .col-lg-11 {
      -ms-flex: 0 0 91.666667%;
      flex: 0 0 91.666667%;
      max-width: 91.666667%
  }

  .col-lg-12 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%
  }

  .order-lg-first {
      -ms-flex-order: -1;
      order: -1
  }

  .order-lg-last {
      -ms-flex-order: 13;
      order: 13
  }

  .order-lg-0 {
      -ms-flex-order: 0;
      order: 0
  }

  .order-lg-1 {
      -ms-flex-order: 1;
      order: 1
  }

  .order-lg-2 {
      -ms-flex-order: 2;
      order: 2
  }

  .order-lg-3 {
      -ms-flex-order: 3;
      order: 3
  }

  .order-lg-4 {
      -ms-flex-order: 4;
      order: 4
  }

  .order-lg-5 {
      -ms-flex-order: 5;
      order: 5
  }

  .order-lg-6 {
      -ms-flex-order: 6;
      order: 6
  }

  .order-lg-7 {
      -ms-flex-order: 7;
      order: 7
  }

  .order-lg-8 {
      -ms-flex-order: 8;
      order: 8
  }

  .order-lg-9 {
      -ms-flex-order: 9;
      order: 9
  }

  .order-lg-10 {
      -ms-flex-order: 10;
      order: 10
  }

  .order-lg-11 {
      -ms-flex-order: 11;
      order: 11
  }

  .order-lg-12 {
      -ms-flex-order: 12;
      order: 12
  }

  .offset-lg-0 {
      margin-left: 0
  }

  .offset-lg-1 {
      margin-left: 8.333333%
  }

  .offset-lg-2 {
      margin-left: 16.666667%
  }

  .offset-lg-3 {
      margin-left: 25%
  }

  .offset-lg-4 {
      margin-left: 33.333333%
  }

  .offset-lg-5 {
      margin-left: 41.666667%
  }

  .offset-lg-6 {
      margin-left: 50%
  }

  .offset-lg-7 {
      margin-left: 58.333333%
  }

  .offset-lg-8 {
      margin-left: 66.666667%
  }

  .offset-lg-9 {
      margin-left: 75%
  }

  .offset-lg-10 {
      margin-left: 83.333333%
  }

  .offset-lg-11 {
      margin-left: 91.666667%
  }
}

.collapse:not(.show) {
  display: none
}

.dropdown,.dropleft,.dropright,.dropup {
  position: relative
}
/*

.navbar {
  padding: .5rem 1rem;
  position: relative
}

.navbar,.navbar>.container,.navbar>.container-fluid {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
  margin-right: 1rem;
  padding-bottom: .3125rem;
  padding-top: .3125rem;
  white-space: nowrap
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  -ms-flex-positive: 1;
  -ms-flex-align: center;
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1
}

@media (min-width: 992px) {
  .navbar-expand-lg {
      -ms-flex-pack:start;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
      -ms-flex-direction: row;
      flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
      position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
      padding-left: .5rem;
      padding-right: .5rem
  }

  .navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap
  }

  .navbar-expand-lg .navbar-collapse {
      -ms-flex-preferred-size: auto;
      display: -ms-flexbox!important;
      display: flex!important;
      flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
      display: none
  }
}

.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover {
  color: rgba(0,0,0,.9)
}
*/


.clearfix:after {
  clear: both;
  content: "";
  display: block
}

.d-block {
  display: block!important
}

@media (min-width: 992px) {
  .d-lg-none {
      display:none!important
  }

  .d-lg-inline {
      display: inline!important
  }

  .d-lg-inline-block {
      display: inline-block!important
  }

  .d-lg-block {
      display: block!important
  }

  .d-lg-table {
      display: table!important
  }

  .d-lg-table-row {
      display: table-row!important
  }

  .d-lg-table-cell {
      display: table-cell!important
  }

  .d-lg-flex {
      display: -ms-flexbox!important;
      display: flex!important
  }

  .d-lg-inline-flex {
      display: -ms-inline-flexbox!important;
      display: inline-flex!important
  }
}

.fixed-top {
  top: 0
}

.fixed-bottom,.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030
}


img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: bottom
}

img,video {
  max-width: 100%
}

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

.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 {
  clear: both;
  content: " ";
  display: table
}

.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;
  max-width: 140px;
  overflow: hidden;
  padding: 10px 20px;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap
}

.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 {
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .4s;
  visibility: hidden;
  z-index: 10
}

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

.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-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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 140px
}

.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
}

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

html {
  font-size: 100%
}

body {
  background: #fff;
  color: #29323c;
  font-family: apertura,sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500
}

h1 {
  font-size: 3rem
}

h1,h2.big {
  font-weight: 800;
  line-height: 110%
}

h2,h3 {
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 110%
}

h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 130%
}

li,p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%
}

p a,ul a {
  font-weight: 700
}

p a,p a:focus,p a:hover,ul a,ul a:focus,ul a:hover {
  color: #f46906
}

.container {
  float: none!important;
  margin: auto!important
}

.row-fluid-wrapper .row-fluid .contact-box.section-container,.section-container {
  float: none;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%
}
/*
.custom-header-nav .main-logo {
  height: auto;
  max-height: 49px;
  max-width: 140px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  width: 100%
}

.custom-header-nav .hs_cos_wrapper {
  margin-left: auto
}

.custom-header-nav #navbarSupportedContent .hs-menu-wrapper .hs-menu-item>a {
  padding: 13px 22px
}

.custom-header-nav #navbarSupportedContent .hs-menu-wrapper .hs-menu-item a {
  color: #29323c
}

.custom-header-nav #navbarSupportedContent .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1:last-of-type {
  margin-left: 100px
}

.custom-header-nav #navbarSupportedContent .hs-menu-wrapper .hs-menu-item.hs-menu-depth-1:last-of-type>a {
  background: #f46906;
  border-radius: 5px;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 700;
  opacity: 1;
  padding: 13px 25px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s
}

.custom-header-nav .hs-menu-children-wrapper {
  background: #be4600;
  border-radius: 0 30px;
  padding: 20px 10px
}

.custom-header-nav #navbarSupportedContent .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  color: #fff;
  width: auto
}

.custom-header-nav .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  max-width: 250px
}

.custom-header-nav #navbarSupportedContent .hs-menu-wrapper .hs-menu-item.hs-item-has-children>a {
  position: relative
}

.custom-header-nav #navbarSupportedContent .hs-menu-wrapper .hs-menu-item.hs-item-has-children>a:after {
  background: url(https://www.prialto.com/hubfs/2021%20Images/caret-dropdown.png) no-repeat 50% transparent;
  background-size: 12px;
  content: "";
  height: 12px;
  position: absolute;
  right: 4px;
  top: 20px;
  width: 12px
}

.custom-header-nav .navbar {
  background: #fff;
  padding: 25px 0 5px
}

.custom-header-nav .navbar,.custom-header-nav .navbar.navbar-inverse {
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s
}
*/


.body-container-wrapper {
  margin-top: 120px
}

.hs-menu-wrapper {
  min-height: 64px
}
.footer-container-wrapper {
  margin-bottom: 40px
}

.footer-wrap {
  background: #e9e6e1;
  border-radius: 0 0 0 80px;
  padding: 80px 0 90px
}

footer .footer-nav .hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
  color: #29323c;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  height: auto;
  max-width: 100%;
  padding: 0 0 10px;
  text-overflow: unset;
  white-space: inherit;
  width: 100%
}

footer .footer-nav .hs-menu-wrapper.hs-menu-flow-vertical>ul li {
  display: block
}

footer img {
  margin-bottom: 15px
}

footer p.copyright {
  Margin-top: 15px;
  color: #29323c;
  font-size: 12px;
  text-align: left
}

footer .copyright a {
  text-decoration: underline
}

ooter #clutch {
  margin-top: 60px
}

#bottom-links {
  float: right;
  padding-top: 15px
}

footer p a {
  text-decoration: none
}

footer p a,footer p a:hover {
  color: #29323c;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%
}
footer .social22 {
  text-align: left!important
}

footer h3 {
  color: #29323c!important;
  font-size: 1.2em;
  margin-top: 10px;
  padding-bottom: 10px
}

#right-footer {
  margin-top: -15px
}

#accordian-footer,footer.panel {
  display: none
}

iframe {
    display:  none;
}
@media(min-width: 768px) {
    .equal-height-container>.row-fluid-wrapper>.row-fluid {
    display:  -webkit-box;
    display:  -moz-box;
    display:  -ms-flexbox;
    display:  -webkit-flex;
    display:  flex;
    -webkit-box-align:  stretch;
    -moz-box-align:  stretch;
    -webkit-align-items:  stretch;
    -ms-flex-align:  stretch;
    align-items:  stretch;
    flex-wrap:  wrap;
    -wevkit-flex-wrap:  wrap;
    flex-direction:  row;
    -webkit-flex-direction:  row;
}
}
.blog-email  {
    margin-bottom:  100px;
}
.blog-topics-section .big h2  {
    margin-bottom:  20px;
    font-size:  3.125rem;
    line-height:  110%;
    font-weight:  800;
}
.blog-topics-section h1  {
    margin-bottom:  20px;
    font-size:  3.125rem;
    line-height:  110%;
    font-weight:  800;
    text-align: center;
    text-transform:  capitalize;
}
.blog-topics-section {
}
.blog-topics-section .categories-section .widget-module {
    position:  relative;
    padding-bottom:  10px;
}
.blog-topics-section .categories-section a.filter-expand-link  {
    position:  absolute;
    right:  12px;
    top:  27px;
}
.blog-topics-section .categories-section ul {
    list-style:  none;
    padding:  0px;
    margin:  0px;
    text-align:  center;
}
.blog-topics-section .categories-section ul li {
    display:  inline-block;
    margin:  0px;
    padding:  5px 4px;
}
.blog-topics-section .categories-section ul li a {
    background: #EBF7F7;
    border-radius: 8px;
    color:  #29323C;
    font-size:  1rem;
    font-weight:  500;
    text-transform:  capitalize;
    text-decoration:  none;
    padding:  8px 20px;
    position:  relative;
    overflow:  hidden;
    clear:  both;
    display:  block;
}
.blog-topics-section .categories-section ul li .filter-link-count {
    display:  none;
}
.blog-topics-section .categories-section ul li a.active-topic,  .blog-topics-section .categories-section ul li a:hover,  .blog-topics-section .categories-section ul li a:focus {
    color:  #fff;
    background: #009AA1;
    position:  relative;
}
.blog-topics-section .categories-section ul li a.active-topic:before {
    content: '';
    position:  absolute;
    top:  0;
    left:  0;
    right:  0;
    width:  100%;
    height:  4px;
    background:  #f16522;
}
body .row-fluid .mobile-topic {
    display:  none;
}
@media(max-width: 1024px) and (min-width: 768px) {
    .blog-topics-section .categories-section ul li: first-child {
    padding-left:  0px;
}
.blog-topics-section .categories-section ul li:first-child,  .blog-topics-section .categories-section ul li:nth-child(2),  .blog-topics-section .categories-section ul li:nth-child(3),  .blog-topics-section .categories-section ul li:nth-child(4) {
    display:  inline-block;
}
.blog-topics-section .categories-section .widget-module.tab-hide-me ul li {
    display:  inline-block;
}
.blog-topics-section .categories-section ul li a {
    padding-top:  15px;
}
.blog-topics-section .categories-section .widget-module {
    margin-top:  30px;
    padding-bottom:  0px;
}
.blog-topics-section .categories-section a.filter-expand-link {
    top:  10px;
}
.banner-wrap .features-image-block  {
    height:  460px;
}
}
@media(max-width:991px) {
    .wrap-blog-top .container  {
    padding-left:  0px;
    padding-right:  0px;
}
.blog-post-wrapper .container,  .blog-topics-section.container,  .hs-blog-name-prialto-blog .widget-type-cell.container {
    padding-right:  0px;
    padding-left:  0px;
}
.wrap-blog-top h1  {
    margin-bottom:  40px;
    margin-top:  5px;
}
}
@media(max-width: 767px) {
    .blog-topics-section .big h2  {
    margin-bottom:  0px;
    font-size:  2.75rem;
}
body .row-fluid .mobile-topic {
    display:  block;
    margin-top:  0px;
}
.blog-section .custom-post-listing .custom-post-item:hover {
    outline: none;
}
.blog-topics-section .categories-section .widget-module {
    display:  none;
}
.body-container-wrapper .blog-categories ul {
    border:  1px solid #EBF7F7;
    background:  #EBF7F7;
    border-radius:  8px;
    max-width:  224px;
    margin:  0 auto;
    display:  block;
    float:  none;
}
.blog-categories .widget-module ul li.trigger-catg  {
    border:  0px;
    color:  #444;
    font-size:  12px;
    line-height:  1.1;
    font-weight:  700;
    text-align:  left;
    text-transform:  none;
    padding:  12px 10px;
    cursor:  pointer;
    margin-left:  0px;
    margin-bottom:  0px;
    text-transform:  uppercase;
    display:  block;
}
.banner-wrap.col-12.col-xl-10.offset-xl-1  {
    padding:  0px;
}
.wrap-blog-top h1  {
    font-size:  1.75rem;
}
.wrap-blog-top .blog-post-tags  {
    margin-top: 30px;
}
.blog-author-img  {
    display: none;
}
.hs_cos_wrapper_type_social_sharing  {
    margin-top:  10px;
}
.blog-section .custom-post-listing .custom-post-item-inner .features-image-block,  .related-post-section .post-item .hs-featured-image  {
    height:  180px;
}
.blog-topics-section.container,  .wrap-blog-top .container,  .blog-post-wrapper .container  {
    padding-right:  0px;
    padding-left:  0px;
}
.related-post-section .container,  .hs-blog-name-prialto-blog .widget-type-cell.container  {
    padding-left:  25px;
    padding-right:  25px;
}
}
.blog-section {
}
.blog-section .custom-post-listing {
    display:  -webkit-box;
    display:  -moz-box;
    display:  -ms-flexbox;
    display:  -webkit-flex;
    display:  flex;
    -webkit-box-align:  stretch;
    -moz-box-align:  stretch;
    -webkit-align-items:  stretch;
    -ms-flex-align:  stretch;
    align-items:  stretch;
    flex-wrap:  wrap;
    -wevkit-flex-wrap:  wrap;
    flex-direction:  row;
    -webkit-flex-direction:  row;
    margin-right:  -2.4%;
    //justify-content:  center;
    padding-bottom:  50px;
}
.blog-section .custom-post-listing .custom-post-item,  .related-post-section .post-item  {
    border:  0px;
    border-radius:  30px 30px 30px 0px;
    background:  #F6F5F3;
    padding:  0px;
    display:  -webkit-box;
    display:  -moz-box;
    display:  -ms-flexbox;
    display:  -webkit-flex;
    display:  flex;
    flex-basis:  30.9%;
    -webkit-flex-basis:  30.9%;
    float:  left;
    margin-right:  2.1%;
    margin-top:  25px;
    //margin-bottom:  25px;
    -webkit-box-sizing:  border-box;
    -moz-box-sizing:  border-box;
    box-sizing:  border-box;
    position:  relative;
    min-height:  400px;
    transition:  all .3s ease-in;
    -webkit-transition:  all .3s ease-in;
}
.amplified-blog-section .custom-post-listing .custom-post-item{
    margin-bottom: 60px;
    margin-top: 60px;
    border-bottom: 1px solid #e8e7e3;
    padding-bottom: 60px;
}

.amplify-blog-section .custom-post-listing .custom-post-item,  .related-post-section .post-item  {
   /* border:  0px;
    border-radius:  30px 30px 30px 0px;
    background:  #F6F5F3;
    padding:  0px;
    display:  -webkit-box;
    display:  -moz-box;
    display:  -ms-flexbox;
    display:  -webkit-flex;
    display:  flex;
    flex-basis:  30.9%;
    -webkit-flex-basis:  30.9%;
    float:  left;*/
    margin-right:  2.1%;
    margin-top:  25px;
    //margin-bottom:  25px;
    min-height:  400px;/*
    -webkit-box-sizing:  border-box;
    -moz-box-sizing:  border-box;
    box-sizing:  border-box;
    position:  relative;
    transition:  all .3s ease-in;
    -webkit-transition:  all .3s ease-in;*/
}
.amplified-blog-section .custom-post-listing .custom-post-item-inner .features-image-block, .related-post-section .post-item .hs-featured-image {
    background-size:  cover;
    background-repeat:  no-repeat;
    background-position:  top center;
    border-radius: 30px 0;
    aspect-ratio: 87/50;
}
.amplified-blog-section .custom-post-listing .custom-post-body h2 a{
    font-size:2.3875rem;
    margin-bottom: 20px;
    color: #29323c;
    line-height: 110%;
}
.amplified-blog-section .custom-post-listing .custom-post-body h3 {
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    color: #f26b24;
    text-transform:uppercase;
    letter-spacing: 3px;
}
.amplified-blog-section .custom-post-listing .custom-post-body p {
    font-size: 1.1rem;
    margin-bottom: 25px;
}
.amplified-blog-section .button{
    background:#009ba2;
    margin-top:20px;
}

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

.amplified-blog-section .custom-post-listing .custom-post-item-inner .features-image-block, .related-post-section .post-item .hs-featured-image {
    margin-bottom:25px;
}
}

.amplify-podcast-about{
  padding:50px 0; 
  border-radius: 30px 0;
  background: #f5f3f3;
  margin-top:40px;
  margin-bottom:80px;
}

.amplify-podcast-about .ind-img{
  width:100%;
  max-width: 333px;
  height:auto;
  margin:auto;
  display:block;
}

.amplify-podcast-about p{
  font-size:1.125rem; 
}

.amplify-podcast-about h2 {
    font-size: 2.3875rem;
  margin-bottom:20px;
}

.amplify-podcast-about h3 {
    font-size: 1.1em;
    font-weight: 400;
    color: #007c81;
    text-transform:uppercase;
    letter-spacing:3px;
}


@media screen and (max-width:991px){
.amplify-podcast-about h2{
    font-size:1.875rem; 
  }
.amplify-podcast-about {
    padding: 100px 0 100px 0;
  }
}

@media screen and (max-width:767px){
.amplify-podcast-about {
    padding: 40px 0 30px 0;
  }
.amplify-podcast-about .ind-img{
    margin-bottom:45px; 
    max-width:360px;
  }
} 



.custom-post-item-inner,  .related-post-section .post-item-inner {
    width:  100%;
}
.blog-section .custom-post-listing .custom-post-item-inner .features-image-block, .related-post-section .post-item .hs-featured-image {
    height:  201px;
    background-size:  cover;
    background-repeat:  no-repeat;
    background-position:  top center;
    border-radius: 30px 30px 0 0;
}
.blog-section .custom-post-listing .custom-post-item-inner .custom-post-body,  .related-post-section .post-body {
    margin:  25px 25px 30px;
    text-align:  left;
    overflow:  auto;
}
.blog-section .custom-post-listing .custom-post-item-inner .custom-post-body h2 {
    font-size:  1.25rem;
    font-weight:  700;
}
.blog-section .custom-post-listing .custom-post-body .date,  .related-post-section .date {
    font-size: .8rem;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
    color: #757b81;
}
.blog-section .custom-post-listing .custom-post-body .topics,  .related-post-section .topics {
    color: #009AA1;
    position:  absolute;
    left:  120px!important;
    top: 224px;
    text-transform: capitalize;
    font-size:  0.875rem;
    border:  1px solid #009ba2;
    border-radius:  .4rem;
    padding: 0 5px;
}
.blog-section .custom-post-listing .custom-post-item-inner .custom-post-body h2 a {
    color:  #000;
    text-transform:  none;
    text-decoration:  none;
}
.blog-section .custom-post-listing .custom-post-item-inner .custom-post-body .author-hubspot {
    font-size:  14px;
    letter-spacing:  0.53px;
    font-weight:  400;
    text-align:  center;
    display:  block;
    color:  #f16522;
    position:  absolute;
    left:  0;
    right:  0;
    bottom:  35px;
}
.custom-post-item a.box-link  {
    position:  absolute;
    top:  0;
    right:  0;
    left:  0;
    bottom:  0;
    width:  100%;
    height:  100%;
}
.blog-section .custom-post-listing .custom-post-item:hover,  .blog-section .related-post-section .post-item:hover {
    box-shadow:  0px 0px 0px 3pt #f16522;
    transition:  all .3s ease-in;
    -webkit-transition:  all .3s ease-in;
}
.blog-pagination  {
    display:  block;
    text-align:  center;
}
.blog-pagination > div  {
    display:  inline-block;
}
.blog-pagination-left  {
    text-align:  right;
}
.blog-pagination-right  {
    text-align:  left;
}
.blog-pagination a  {
    border-radius:  8px 0;
    display:  inline-block;
    padding:  5px 15px;
    text-align:  center;
    color: #000000;
    font-size: 1.25rem;
    margin-left: 15px;
}
.blog-pagination a:hover,  .blog-pagination a:focus  {
    background-color:  #009AA1;
    text-decoration:  none;
    color:  #fff;
}
.blog-pagination a.elipses  {
    border:  0;
    background-color:  transparent !important;
    color:  #000 !important;
}
.blog-pagination a.active  {
    background-color:  #009AA1;
    color:  #fff;
    pointer-events:  none;
    cursor:  default;
}
.blog-pagination .prev-link:hover,  .blog-pagination .prev-link:hover:focus,  .blog-pagination .next-link:hover,  .blog-pagination .next-link:hover:focus  {
    background:  transparent;
}
.blog-pagination .arrow-blog  {
    max-width:  10px;
    width:  100%;
}
@media(max-width: 1024px) and (min-width: 768px) {
    .blog-section .custom-post-listing .custom-post-item {
    flex-basis:  47.2%;
    -webkit-flex-basis:  47.2%;
    float:  left;
    margin-right:  2.8%;
}
}
@media(max-width: 767px) {
    .blog-section .custom-post-listing {
    display:  block;
    width:  100%;
}
.blog-section .custom-post-listing .custom-post-item {
    display:  block;
    width:  100%;
    min-height:  auto;
    max-width:  350px;
    margin:  0 auto;
    float:  none;
    margin-top:  25px;
    overflow:  auto;
}
.blog-section .custom-post-listing .custom-post-item-inner .custom-post-body .author-hubspot {
    position:  relative;
    bottom:  0;
    padding-top:  50px;
    padding-bottom:  15px;
}
.blog-section .custom-post-listing .custom-post-body .topics  {
    position:  relative;
    left:  0;
    bottom:  0;
    text-transform:  capitalize;
    margin:  20px 0 0px 0;
    display:  block;
}
.blog-pagination a  {
    border-radius:  8px 0;
    display:  inline-block;
    padding:  3px 10px;
    text-align:  center;
    color:  #000;
    font-size:  1rem;
    margin-left:  0px;
}
}
.blog-pagination {
    text-align:  center;
    padding-bottom:  100px;
}
@media(max-width: 1024px) and (min-width: 768px) {
    .blog-pagination {
    padding-bottom:  75px;
}
}
@media(max-width: 767px) {
    body .blog-pagination  {
    text-align:  left;
    padding-bottom:  65px;
    padding-top:  40px;
    display:  block;
    clear:  both;
    overflow:  hidden;
}
.blog-pagination a.all-posts-link {
    text-align:  center;
    padding:  0px;
}
.blog-pagination a.next-posts-link {
    text-align:  right;
}
}
.hs-blog-post .hot-post-header a.more-link {
    display:  none;
}
.hs-blog-post .section.post-body {
    max-width:  800px;
    margin:  0 auto;
}
.hs-blog-post a {
    text-decoration:  none;
    color:  #f16522;
}
.hs-blog-post p {
    font-size:  1.125rem;
    font-weight:  400;
}
.hs-blog-post ul {
    padding:  0px;
    list-style:  none;
    margin:  0px;
}
.hs-blog-post h2 {
    margin:  50px 0px 25px 0px;
}
.hs-blog-post h3 {
    margin:  35px 0px 25px 0px;
    font-size:  1.5rem;
    color:  #009aa1;
}
.hs-blog-post .section.post-body {
    padding-top:  0px;
    padding-bottom:  50px;
}
.hs-blog-post .section.post-body ol li a,  .hs-blog-post .section.post-body ul li a {
    font-weight:  700;
}
.hs-blog-post .section.post-body ol li {
    position:  relative;
    font-weight:  400;
    margin-bottom:  20px;
    padding-left:  10px;
    font-size:  1.125rem;
}
.hs-blog-post .section.post-body ul li {
    position:  relative;
    font-weight:  400;
    padding-left:  30px;
    margin-left:  20px;
    margin-bottom:  20px;
    font-size:  1.125rem;
}
.hs-blog-post .section.post-body ul li:before {
    content:  '';
    position:  absolute;
    top:  10px;
    left:  10px;
    background-color:  #009aa1;
    font-size:  5px;
    width:  5px;
    height:  5px;
    border-radius:  50%;
}
.hs-blog-post .section.post-body ol li::marker  {
    color:  #009AA1;
    font-weight: 600;
}
.hs-blog-post img {
    text-align:  center;
}
.hs-blog-post p img {
    text-align:  center;
    margin:  0 auto;
    display:  block;
}
.hs-blog-post .blog-topics-section {
    display:  none;
}
.banner-wrap .features-image-block  {
    height:  455px;
    border-radius:  40px 0;
    margin:  45px 0;
    background-size: cover;
}
.hs_cos_wrapper_type_social_sharing .social_btns  {
    color:  #009AA1;
}
.hs_cos_wrapper_type_social_sharing.bottom-sharing {
    padding: 10px 0 110px 0;
}
.wrap-blog-top  {
    text-align: center;
}
.wrap-blog-top a  {
    color: #009BA2;
}
.wrap-blog-top a:hover  {
    color: #68BAC4;
}
.wrap-blog-top .blog-post-tags  {
    text-transform:  uppercase;
    font-weight:  400;
    color:  #757b81;
    font-size:  1rem;
}
.wrap-blog-top h1 {
    margin-bottom: 5px;
}
.wrap-blog-top .date  {
    font-size:  1rem;
    margin-top:  0px;
    font-weight:  400;
    color:  #757b81;
}
.about-author-sec {
    max-width:  560px;
    margin:  0 auto;
    padding-bottom:  100px;
}
.about-author-sec p {
    margin:  0px;
    font-size:  14px;
    padding-left:  20px;
}
.footer-wrap  {
    border-radius:  0 80px 0 80px !important;
}
@media(max-width: 767px) {
    .hs-blog-post .section.post-body  {
    padding-top:  50px;
    padding-bottom:  50px;
}
.about-author-sec .span2,  .about-author-sec .span2 .color-img {
    text-align:  center;
    margin:  0 auto;
    margin-bottom:  30px;
    float:  none;
    display:  block;
}
.banner-wrap .features-image-block  {
    height:  200px !important;
    margin:  40px 0 0;
}
}
.author-section  {
    margin-bottom:  40px;
}
.author-section .hs-author-top-authors  {
    text-transform:  uppercase;
    color:  #009AA1;
    font-weight:  700;
    font-size:  .8rem;
}
.author-section h1.hs-author-listing-header  {
    margin:  0px 0px 25px 0px;
}
.author-section .fa-brands  {
    color:  #BE4600;
    font-size:  2em;
}
.author-section img  {
    border-radius:  50%;
}
.author-section .right  {
    text-align:  right;
}
.blog-email .hs_cos_wrapper  {
    margin-left:  auto;
    margin-right:  auto;
    max-width:  500px;
}
.hs-blog-post .blog-email h3  {
    text-align:  center;
    margin-bottom:  5px;
}
.blog-email input.hs-input  {
    margin-bottom:  10px;
    background-color:  #f5f8fa;
    color:  #33475b;
    border:  1px solid #cbd6e2;
    border-radius:  3px;
}
.blog-email .actions  {
    margin-top:  10px;
    text-align: center;
}
.blog-email input.hs-button  {
    margin: auto;
    background:  #f46906;
    border-color:  #f46906;
    border-radius:  3px;
    border-style:  solid;
    border-width:  1px;
    position:  relative;
    text-align:  center;
    cursor:  pointer;
    color:  #ffffff;
    font-size:  12px;
    line-height:  12px;
    padding:  12px 24px;
}
.blog-email .hbspt-form .field  {
    margin-bottom:  0px;
}
.blog-email p  {
    margin:  0px;
    padding:  0px;
}
.related-post-section {
    padding-bottom:  50px;
}
.related-post-section h3.related-post-title {
    font-size:  30px;
    color:  #000;
    font-weight:  700;
    text-align:  center;
    margin-bottom:  40px;
}
.related-post.post-listing.row-fluid {
    display:  -webkit-box;
    display:  -moz-box;
    display:  -ms-flexbox;
    display:  -webkit-flex;
    display:  flex;
    -webkit-box-align:  stretch;
    -moz-box-align:  stretch;
    -webkit-align-items:  stretch;
    -ms-flex-align:  stretch;
    align-items:  stretch;
    flex-wrap:  wrap;
    -wevkit-flex-wrap:  wrap;
    flex-direction:  row;
    -webkit-flex-direction:  row;
    margin-right:  -2.4%;
    padding-bottom:  50px;
}
.related-post.post-listing.row-fluid .post-item.span4 {
    display:  -webkit-box;
    display:  -moz-box;
    display:  -ms-flexbox;
    display:  -webkit-flex;
    display:  flex;
    flex-basis:  30.9%;
    -webkit-flex-basis:  30.9%;
    float:  left;
    margin-right:  2.1%;
    margin-top:  25px;
    //margin-bottom:  25px;
    -webkit-box-sizing:  border-box;
    -moz-box-sizing:  border-box;
    box-sizing:  border-box;
    position:  relative;
    min-height:  initial;
    transition:  all .3s ease-in;
    -webkit-transition:  all .3s ease-in;
    margin-left:  0px;
    background-color:  #294668 !important;
    border-radius:  30px 0 30px 0 !important;
}
.related-post.post-listing.row-fluid .post-item.span4:hover {
    box-shadow:  0px 0px 0px 3px #f16522;
    transition:  all .3s ease-in;
    -webkit-transition:  all .3s ease-in;
}
.related-post.post-listing.row-fluid .post-item.span4 .date {
    color:  #E9E6E1;
}
.post-body .post-header h2.post-title-related {
    font-size:  1.25rem;
    text-align:  left;
    margin-top:  5px;
}
.post-body .post-header h2.post-title-related a {
    color:  #fff;
}
.related-post-section a.read-more-link {
    position:  absolute;
    top:  0;
    right:  0;
    left:  0;
    bottom:  0;
    width:  100%;
    height:  100%;
}
@media(max-width: 1024px) and (min-width: 768px) {
    .related-post-section .related-post.post-listing .post-item.span4 {
    flex-basis:  47.9%;
    -webkit-flex-basis:  47.9%;
}
.related-post-section .related-post.post-listing .post-item.span4:last-child {
    display:  none;
}
}
@media(max-width: 767px) {
    .related-post.post-listing.row-fluid {
    display:  block;
    width:  100%;
}
.related-post-section .related-post.post-listing .post-item.span4:last-child {
    display:  none;
}
.related-post-section h3.related-post-title  {
    font-size:  30px;
    color:  #000;
    font-weight:  700;
    text-align:  center;
    margin-bottom:  10px;
    line-height:  1.4;
}
}
.blog-feature {
    margin-bottom: 0px;
    margin-top: 50px;
}
.blog-feature h2 {
    margin-bottom: 20px;
}
.blog-feature .col-lg-8 {
    border:  0px;
    border-radius:  30px;
    background:  #f6f5f3;
    margin-bottom: 30px;
    padding: 0px;
}
.blog-feature .col-lg-4 {
    border:  10px solid #007c81;
    border-radius:  30px;
    background:  #007c81;
    margin-bottom: 30px;
    padding: 0px;
    margin-left: 2%;
    max-width: 31%;
}
.blog-feature .box {
    min-height: 360px;
    text-align:  left;
}
.blog-feature .icon  {
    max-width:  870px;
    width:  100%;
    height: auto;
    border-radius: 30px 30px 0 0;
}
.blog-feature .box .title  {
    font-size:  1.4rem;
    font-weight:  800;
    margin-bottom:  15px;
    margin-top: 15px;
    text-align: left;
    line-height: 110%;
}
.blog-feature .box .text-wrap h4  {
    font-size:  .8rem;
    font-weight:  500;
    margin-bottom:  -10px;
    margin-top: 0px;
    text-align: left;
    letter-spacing: 3px;
    color: #bf4927;
    text-transform: uppercase;
}
.blog-feature .box .text-wrap  {
    text-align: left;
    padding: 30px;
}
.blog-feature .box .text-wrap p  {
    text-align: left;
    font-size:  .9rem;
}
.blog-feature .box a {
    color:  #007c81;
}
.blog-feature .box a:hover {
    color:  #68bac4;
    text-decoration: underline;
}
.blog-feature .box .news-form  {
    padding: 50px 40px 10px;
    height: auto;
    color: white;
}
.blog-feature .box .news-form a  {
    color: white;
    font-weight: 600;
}
.blog-feature .box .news-form a:hover  {
    color: #e8e7e3;
    text-decoration: underline;
    font-weight: 600;
}
.blog-feature .box .news-form h2 {
    text-align: center;
}
.blog-feature .box .hs-button  {
    background-color:  #a4d5dc;
    border-radius:  10px;
    border:  2px solid white;
    color:  black;
    width:  100%;
    padding-top:  10px;
    padding-bottom:  10px;
    margin-top: 20px;
    font-weight: 600;
}
.blog-feature .box .top-news-text {
    margin-top: 40px;
}
.blog-feature .col-lg-4 img {
    max-width:  150px;
    height: auto;
    margin: 20px 35px 30px;
    text-align: center;
}
@media screen and (max-width:1200px) {
    .blog-feature .col-lg-4 img {
    display:  none;
}
.blog-feature .box .news-form  {
    padding:  32px 30px 0;
}
.blog-feature .col-lg-4  {
    margin-bottom:  30px;
    padding:  0;
}
.blog-feature .box .top-news-text  {
    margin-top:  40px;
}
.blog-feature .box .top-news-text h5  {
    margin-top:  -20px;
}
.blog-feature .box .top-news-text p  {
    margin-top:  30px;
}
@media screen and (max-width:991px) {
    .blog-feature .box,  .enterprise-services .blog-feature .box {
    margin-left: 35px;
    margin-right: 35px;
    min-height: 0px;
}
.blog-feature .box p  {
    text-align: left;
    font-size:  1rem;
}
.blog-feature .col-lg-4 {
    margin-bottom: 30px;
    padding: 0px;
    margin-left: 0px;
    max-width: 100%;
}
}
@media screen and (max-width:767px) {
    .blog-feature .box,  .enterprise-services .blog-feature .box  {
    margin-left:  0px;
    margin-right:  0px;
    min-height:  0px;
}
.blog-feature .box .news-form  {
    padding:  15px 10px 0;
}
.blog-feature .box .news-form h2  {
    font-size: 1.5rem;
    margin-bottom: 0;
}
.blog-feature .box .top-news-text  {
    margin-top:  30px;
}
}
.cat-subs {
    background-color:  #2a2a2a;
    padding: 32px 0px;
}
.body-container-wrapper .blog-categories ul  {
    list-style:  none;
    padding:  0;
    margin:  0;
    position:  relative;
    background: #ffffff;
}
.body-container-wrapper .blog-categories li {
    margin-left: 0px;
}
.blog-categories .widget-module ul li.trigger-catg  {
    border:  0px;
    color:  #060606;
    font-size:  18px;
    line-height:  1.1;
    font-weight:  400;
    text-align:  center;
    text-transform:  none;
    letter-spacing:  1;
    padding:  12px 10px;
    cursor:  pointer;
    margin-left: 0px;
    margin-bottom: 0px;
    position:  relative;
}
.blog-categories .widget-module ul li.trigger-catg img {
    content: '';
    position:  absolute;
    top:  13px;
    right:  10px;
    max-width:  10px;
}
.dropdown  {
    padding:  0;
    position:  absolute;
    width:  100%;
    z-index:  5;
    background:  #ebf7f7;
    height:  200px;
    overflow-y:  scroll;
    border:  1px solid #ebf7f7;
    border-radius:  0px 0px 8px 8px;
}
.blog-categories .widget-module ul li {
    margin-bottom:  5px;
}
.blog-categories .widget-module ul li a  {
    border:  0px;
    color:  #444;
    font-size:  12px;
    line-height:  1.4;
    font-weight:  700;
    text-align:  left;
    text-transform:  none;
    padding:  12px 10px;
    cursor:  pointer;
    margin-left:  0px;
    margin-bottom:  0px;
    text-transform:  uppercase;
    text-decoration:  none;
    display:  block;
}
@media(min-width:768px) {
    .blog-categories .widget-module {
    max-width: 231px;
    margin-top: 20px;
}
}
@media(max-width:767px) {
    .blog-categories .widget-module {
    margin-bottom: 10px;
    margin-top: 20px;
}
}