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

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    font-size: 18px;
}

/* ========================================================================== Custom Fonts ========================================================================== */
/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap'); */


html, body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

/* Website background color and default font styles */
body {
    background: #fff;
    color: #0D2E57;
    /*font-size: 16px;*/
    line-height: 1.5;
    font-family: 'Barlow', sans-serif;
}

/** * Page Center * * Apply .page-center to full-width modules. */
.container-fluid .row-fluid .page-center {
    float: none;
    max-width: 1200px;
    margin: 0 auto;
}

a {
    color: #000;
}

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

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

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

::selection {
    color: #fff;
    background: #000;
    text-shadow: none;
}

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

/* ========================================================================== Typography ========================================================================== */
/* Basic text */
p {
    margin: 16px 0px;
}

small {
    font-size: 0.800em;
}

strong {
}

em {
}

cite {
}

code {
}

pre {
}

sup, sub {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Headings */
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 16px 0;
    font-family: 'Barlow', sans-serif;
}

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

h1 {
    font-size: 1.802em;
}

h2 {
    font-size: 1.602em;
}

h3 {
    font-size: 1.424em;
}

h4 {
    font-size: 1.266em;
}

h5 {
    font-size: 1.125em;
}

h6 {
    font-size: 1.000em;
}

.fw-semibold {
    font-family: 'Barlow', sans-serif;
}

/* Lists */
ul, ol {
}

ul ul, ul ol, ol ol, ol ul {
}

li {
}

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

/* Quotes */
blockquote {
}

blockquote p {
}

blockquote small {
}

blockquote small:before {
}

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

/* ========================================================================== 2. COS STRUCTURE ========================================================================== */
/* ========================================================================== Structure ========================================================================== */
/* The outer wrappers of your website */
.header-container-wrapper, .body-container-wrapper, .footer-container-wrapper {
}

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

/* ========================================================================== Header ========================================================================== */
.header-container-wrapper {
}

.header-container {
}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {
}

.header-container .hs_cos_wrapper_type_logo a {
}

.header-container .hs_cos_wrapper_type_logo a img {
}

/* ========================================================================== Content ========================================================================== */
.body-container-wrapper {
}

.body-container {
}

/* Unique Pages ========================================================================== */
/* Homepage */
/* Contact Us */
/* About Us */
/* Modular & Reusable Components ========================================================================== */
/* Callouts */
/* Social Media Custom Icons */
/* Additional Menus aside from the Main Nav */
/* ========================================================================== Footer ========================================================================== */
.footer-container-wrapper {
}

.footer-container {
}

/* ========================================================================== 3. MAIN NAVIGATION ========================================================================== */
/* ========================================================================== Custom Menu Primary ========================================================================== */
/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul {
    background: #000;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
    background: #000;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: #000;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
    color: #000;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul {
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
    background: #000;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a {
    color: #000;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #000;
}

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: 992px) {
    .custom-menu-primary .hs-menu-wrapper {
        display: block !important;
    }
}

/* ========================================================================== Mobile Menu - Hubspot Standard Toggle Menu ========================================================================== */
/** * Special Note * * When the menu is open, a class of .mobile-open is applied to the body. You can * use this for custom styling on any element when the menu is in the open position. */
.mobile-trigger, .child-trigger {
    display: none;
    /* Hide button on Desktop */
}

@media (max-width: 991px) {
    /* Variables ========================================================================== */
    /* * Menu Reset * * Remove styling from desktop version of custom-menu-primary. Place any * additional CSS you want removed from the mobile menu in this reset */
    .custom-menu-primary, .custom-menu-primary .hs-menu-wrapper > ul, .custom-menu-primary .hs-menu-wrapper > ul li, .custom-menu-primary .hs-menu-wrapper > ul li a {
        display: block;
        float: none;
        position: static;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        padding: 0px;
        margin: 0px;
        background-image: none;
        background-color: transparent;
        border: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        max-width: none;
        width: 100%;
        height: auto;
        line-height: 1;
        font-weight: normal;
        text-decoration: none;
        text-indent: 0px;
        text-align: left;
        color: #fff;
    }

    /* Toggle Button ========================================================================== */
    .mobile-trigger {
        display: inline-block !important;
        /* Show button on mobile */
        cursor: pointer;
        /* Mouse pointer type on hover */
        position: absolute;
        /*******************************************/
        top: 0px;
        /* Position Button at right of screen */
        right: 10px;
        /*******************************************/
        width: auto;
        /* Button width */
        height: auto;
        /* Button height */
        padding: 7px 10px 8px 10px;
        background: #ffffff;
        /* Background color */
        border: 1px solid #000;
        font-size: 16px;
        font-weight: normal;
        text-align: left;
        text-transform: uppercase;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #000;
    }

    .mobile-trigger:hover {
        text-decoration: none;
        /* Removes link text underline on button */
        color: #fff;
        background-color: #000;
        border-color: transparent;
    }

    /* Change button when menu is open */
    .mobile-open .mobile-trigger {
        color: #fff;
        background-color: #000;
        border-color: transparent;
    }

    /* Toggle Button Icon ========================================================================== */
    .mobile-trigger i {
        display: inline;
        position: relative;
        top: -4px;
    }

    .mobile-trigger i:before, .mobile-trigger i:after {
        position: absolute;
        content: '';
    }

    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
        width: 22px;
        /* Icon line width */
        height: 2px;
        /* Icon line height */
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: #000;
        /* Icon color */
        display: inline-block;
    }

    .mobile-trigger i:before {
        top: -6px;
        /* Position top line */
    }

    .mobile-trigger i:after {
        top: 6px;
        /* Position bottom line */
    }

    .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after, .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after {
        background-color: #fff;
        /* Icon color */
    }

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

    .child-trigger:hover {
        text-decoration: none;
    }

    .child-trigger i {
        position: relative;
        top: 50%;
        /* Centers icon inside button */
        margin: 0 auto !important;
    }

    .child-trigger i:after {
        position: absolute;
        content: '';
    }

    .child-trigger i, .child-trigger i:after {
        width: 10px;
        /* Icon line width */
        height: 1px;
        /* Icon line height */
        background-color: #fff;
        /* Icon color */
        display: block;
    }

    .child-trigger i:after {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .child-trigger.child-open i:after {
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

    .child-trigger.child-open i {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    /* Menu Styles on Mobile Devices ========================================================================== */
    .custom-menu-primary.js-enabled {
        position: relative;
        padding-top: 44px;
        /* Makes room for button */
        margin: 10px 0 10px 0;
    }

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

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

    /* Mobile Menu Styles */
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        width: 100%;
        position: relative;
        /**************************************************************/
        top: 0;
        /* Positions the menu to drop from the very top of the screen */
        left: 0;
        /**************************************************************/
        padding: 0;
    }

    .custom-menu-primary .hs-menu-wrapper {
        background-color: #000;
        /* Menu background color set off global menuColorMobile variable */
        width: 100%;
        /* Full screen width */
    }

    /* Level 1 Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul > li {
        position: relative;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li a {
        font-size: 22px;
        /* Font size of top level list items */
        line-height: 45px;
        overflow: visible;
    }

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

    .custom-menu-primary .hs-menu-wrapper > ul li a {
        padding: 0 10px;
        color: #fff;
        /* link color set by global mobile-aColor variable */
    }

    .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
        color: #fff;
        /* link hover color set by global mobile-aColorHover variable */
    }

    /* Level 2 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul li {
        background-color: rgba(255, 255, 255, .08);
    }

    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
        text-indent: 10px;
        /* Indent Child lists */
        font-size: 16px;
        /* Font size of child lists */
    }

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

    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a {
        text-indent: 50px;
        /* Indent Child lists */
    }
}

/* ========================================================================== 4. TEMPLATE MODULE SELECTORS ========================================================================== */
/* Common Template Selectors ========================================================================== */
body.one-column {
}

body.two-column {
}

body.three-column {
}

.content-wrapper {
}

.main-content {
}

.sidebar {
}

.sidebar.right {
}

.sidebar.left {
}

/* Common One Column Selectors */
body.site-page.one-column, body.landing-page.one-column, body.error-template.one-column, body.password-template.one-column, body.subscription-template.one-column {
}

body.site-page.one-column .main-content, body.landing-page.one-column .main-content, body.error-template .main-content, body.password-template .main-content, body.subscription-template .main-content {
}

/* Common Two Column Selectors */
body.site-page.two-column, body.landing-page.two-column, body.blog {
}

body.site-page.two-column .main-content, body.landing-page.two-column .main-content, body.blog .blog-content {
}

/* Common Three Column Selectors */
body.site-page.three-column, body.landing-page.three-column {
}

body.site-page.three-column .main-content, body.landing-page.three-column .main-content {
}

/* Site Pages ========================================================================== */
/* One Column Template */
body.site-page.one-column {
}

body.site-page.one-column .content-wrapper {
}

body.site-page.one-column .main-content {
}

/* Two Column Template */
body.site-page.two-column {
}

body.site-page.two-column .content-wrapper {
}

body.site-page.two-column .main-content {
}

body.site-page.two-column .sidebar.right {
}

/* Three Column Template */
body.site-page.three-column {
}

body.site-page.three-column .content-wrapper {
}

body.site-page.three-column .main-content {
}

/* Landing Pages ========================================================================== */
/* One Column Template */
body.landing-page.one-column {
}

body.landing-page.one-column .content-wrapper {
}

body.landing-page.one-column .main-content {
}

/* Two Column Template */
body.landing-page.two-column {
}

body.landing-page.two-column .content-wrapper {
}

body.landing-page.two-column .main-content {
}

body.landing-page.two-column .sidebar.right {
}

/* Three Column Template */
body.landing-page.three-column {
}

body.landing-page.three-column .content-wrapper {
}

body.landing-page.three-column .main-content {
}

/* System Pages ========================================================================== */
/* Error Templates 404, 500 */
body.error-template.one-column {
}

body.error-template.one-column .content-wrapper {
}

body.error-template.one-column .main-content {
}

/* Password template */
body.password-template.one-column {
}

body.password-template.one-column .content-wrapper {
}

body.password-template.one-column .main-content {
}

/* Email Subscribition templates */
body.subscription-template.one-column {
}

body.subscription-template.one-column .content-wrapper {
}

body.subscription-template.one-column .main-content {
}

/* ========================================================================== 5. COS COMPONENTS ========================================================================== */
/* ========================================================================== Blog ========================================================================== */
/* Blog Post and Listing Body Class */
body.blog {
}

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

/* Blog Listing */
body.hs-blog-listing {
}

/* Blog Columns Wrapper */
.blog .content-wrapper {
}

/* Blog Content Column ========================================================================== */
.blog .blog-content {
}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {
}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {
}

/* Blog Title */
.hs-blog-header h1 {
}

.hs-blog-header h1 a {
}

/* Blog Post Title */
.post-header h2 {
}

.post-header h2 a {
}

/* Blog Author and Avatar */
#hubspot-author_data {
}

#hubspot-author_data a.author-link {
}

#hubspot-author_data .hs-author-avatar {
}

#hubspot-author_data .hs-author-avatar img {
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
}

.blog-listing-wrapper .post-listing .post-item .post-body {
}

.blog-post-wrapper .post-body {
}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {
}

.hs-featured-image-wrapper .hs-featured-image-link {
}

.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 170px;
    max-width: 210px;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: right;
    margin: 20px 0 20px 20px;
}

/* Read More Link */
a.more-link {
}

/* Blog Topics List */
#hubspot-topic_data {
}

#hubspot-topic_data a.topic-link {
}

/** * Blog Social Sharing icons * * Overrides defaults to better align icons and prevent overlapping */
.hs-blog-social-share {
    padding: 10px 0 0 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    height: auto;
}

/** * Blog Commments * * Custom styles are listed below, as the COS does not provide default styles. */
#comments-listing {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    margin-top: 30px;
}

.comment {
    margin: 10px 0;
    border-top: 1px solid #ccc;
    padding: 15px 0;
}

.comment-date {
    font-size: 13px;
    text-align: right;
}

.comment-from {
    font-weight: bold;
}

.comment-body {
    padding: 10px 0;
}

/* Pagination */
.blog-pagination {
}

.blog-pagination a {
}

.blog-pagination a.previous-posts-link {
}

.blog-pagination a.all-posts-link {
}

.blog-pagination a.next-posts-link {
}

/** * Blog Author Page * * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles */
.hs-author-profile {
}

.hs-author-profile h2.hs-author-name {
}

.hs-author-profile .hs-author-bio {
}

.hs-author-profile .hs-author-avatar {
}

.hs-author-profile .hs-author-avatar img {
}

h3.hs-author-listing-header {
}

/** * Blog All Posts Page * * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles */
body.hs-content-path-blog-all {
}

div.post-listing-simple {
}

div.post-listing-simple .post-item {
}

h2.post-listing-simple {
}

h2.post-listing-simple a {
}

/* Blog Sidebar ========================================================================== */
.blog .blog-sidebar {
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
}

/* Blog Comment Form ========================================================================== */
/* Label */
#comment-form .hs-form-field > label {
}

#comment-form label {
}

/* Inputs */
#comment-form input[type="text"] {
}

#comment-form input[type="text"]:focus {
}

#comment-form textarea {
}

#comment-form textarea:focus {
}

#comment-form input[type="checkbox"] {
}

/* Error */
body .hs-common-error-message {
}

/* Blog Subscription Form ========================================================================== */
/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {
}

#hs_form_target_blog_subscription label {
}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {
}

#hs_form_target_blog_subscription input[type="email"]:focus {
}

#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

/* Google Search Form ========================================================================== */
/* Label */
.widget-type-google_search label {
}

/* Input */
.widget-type-google_search input[type="text"] {
}

.widget-type-google_search input[type="focus"] {
}

/* Blog Comment Button ========================================================================== */
#add-comment-button.hs-button.primary {
}

#add-comment-button.hs-button.primary:hover {
}

#add-comment-button.hs-button.primary:focus {
}

/* Blog Subscription Button ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {
}

#hs_form_target_blog_subscription .hs-button.primary.large:hover {
}

#hs_form_target_blog_subscription .hs-button.primary.large:focus {
}

/* Google Search Button ========================================================================== */
.widget-type-google_search .hs-button.primary {
}

.widget-type-google_search .hs-button.primary:hover {
}

.widget-type-google_search .hs-button.primary:focus {
}

/* CTA Buttons ========================================================================== */
/** * Override global CTA styles by wrapping the CTA module in a module group * that has an ID, and use that ID to prefix your CTA selector. Example shown below. * * All overriding properties require !important tags. */
#module-group-ID .cta_button {
}

#module-group-ID .cta_button:hover {
}

#module-group-ID .cta_button:focus {
}

/* Screen sizes smaller than site maxWidth (.page-center) ========================================================================== */
@media (max-width: 1200px) {
}

/* Landscape tablet and smaller devices ========================================================================== */
@media (max-width: 767px) {
}

/* Landscape phones and smaller devices ========================================================================== */
@charset "UTF-8";
dl, h1, h2, h3, h4, h5, h6, ol, p, pre, ul {
    margin-top: 0;
}

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

img, svg {
    vertical-align: middle;
}

body, caption {
    text-align: left;
}

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

button, hr, input {
    overflow: visible;
}

pre, textarea {
    overflow: auto;
}

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

address, legend {
    line-height: inherit;
}

progress, sub, sup {
    vertical-align: baseline;
}

label, output {
    display: inline-block;
}

.btn-group-vertical, .form-inline, .navbar-nav {
    -webkit-box-direction: normal;
}

.owl-carousel, .owl-carousel .owl-item, .owl-theme .owl-dots, html {
    -webkit-tap-highlight-color: transparent;
}

.article-content ul, .dropdown-menu, .hero-list, .nav, .navbar-nav, .sub-ul, .sub-ul ul, .swiper-container {
    list-style: none;
}

/*! * Bootstrap v4.3.1 (https://getbootstrap.com/) * Copyright 2011-2019 The Bootstrap Authors * Copyright 2011-2019 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
:root {
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
}

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

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

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

body {
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

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

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

a {
    text-decoration: none;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

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

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

button:focus {
    outline: 0;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}


.inputs-list {
  list-style: none;
  padding-left: 0;
}

.hs-form-booleancheckbox-display input{
  margin-right: 6px;
}



progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

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

h1 {
    margin-top: 0;
    font-size: 3.052em;
}

h2 {
    font-size: 2.441em;
}

h3 {
    font-size: 1.953em;
}

h4 {
    font-size: 1.563em;
}

h5 {
    font-size: 1.25em;
}

small, .text_small {
    font-size: 0.8em;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

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

@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: 1185px;
    }
}

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

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

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .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: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.table th,
.table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}

.table .table {
    background-color: #fff;
}

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
    border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-md > .table-bordered {
        border: 0;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

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

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover, .btn:focus {
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}

.custom-select::-ms-expand {
    opacity: 0;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

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

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

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

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.close {
/*     float: right; */
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    margin: 25px 40px;
    position: absolute;
    right: 0;
    top: 0;
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (0.5rem * 2));
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: "";
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

    .modal-dialog-centered::before {
        height: calc(100vh - (1.75rem * 2));
    }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

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

.d-none {
    display: none !important;
}

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

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

#footer .footer-social-links li a, #footer .send-btn img, .article-content img, .d-block, .set > a, .slicknav_btn, .slicknav_icon, .slicknav_icon-bar {
    display: block !important;
}

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

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

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

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

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

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

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

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

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

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !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;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

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

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

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

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

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

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

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

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

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

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

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

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

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-white {
    color: #fff !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

/*  Comman Css Start */
h1 { color: #444444; font-size: 32.44px;	font-weight: bold;	line-height: 47px; }
h2 { color: #444444;	font-size: 28.83px;	font-weight: bold;	line-height: 41px; }
h3 { color: #444444; font-size: 25.63px;	font-weight: bold;	line-height: 37px; }
h4 { color: #444444;	font-size: 22.78px;	font-weight: bold;	line-height: 33px; }
h5 { color: #444444;	font-size: 20.25px;	font-weight: bold;	line-height: 29px; }
h6 { color: #444444;	font-size: 18px;	line-height: 26px; }
small { color: #444444; font-size: 16px;	line-height: 23px; }
.extrasmall{ color: #444444; font-size: 14.22px;	line-height: 20px; }
p { color: #444444;	font-size: 18px;	line-height: 26px; }
body { color: #444444;	font-size: 18px;	line-height: 26px; }
a { color: #F99245;	font-size: 18px; line-height: 26px;}
a:hover { color: #EC7417; font-size: 18px;	line-height: 26px;}
p a { color: #F99245;	font-size: 18px; line-height: 26px; }
p a:hover{ color: #EC7417; font-size: 18px;	line-height: 26px;}

.text-center { text-align: center }
.text-left { text-align: left }
.text-right { text-align: right }
form label, form .hs-field-desc{ font-size: 14.22px;	font-weight: bold;	line-height: 16px; margin-bottom: .5rem}
input, button, textarea, select, 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"] { outline: 0; border: 1px solid #ACACAC; border-radius: 3px; background-color: #FBFBFB; height: 50px; padding: 0 20px; font-size: 16px; width: 100% }
input[type=checkbox], input[type=radio] { width: auto; height: auto; }
textarea { padding: 15px 20px; height: 100px }
input[type=submit], button { width: auto; border: 0; cursor: pointer; color: #FFFFFF;font-size: 18px;	font-weight: bold;	line-height: 26px; padding: 8px 20px; display: inline-block; border-radius: 3px;	background-color: #F99245;	box-shadow: 0 2px 2px 0 rgba(180,96,33,0.3);}
input[type=submit]:hover, button:hover { background-color: #FFAA69;	box-shadow: 0 4px 8px 0 rgba(180,96,33,0.3);} }
ul.hs-error-msgs { margin: 0; padding: 0; list-style: none; float: left; width: 100%; color: #FF6347;	font-size: 14.22px;	line-height: 26px; }

/* Button Comman Css Start */

a.primary-button-orange{display:inline-block;  padding: 10px 30px; border-radius: 3px;	background-color: #F99245; box-shadow: 0 2px 2px 0 rgba(180,96,33,0.3); color: #FFFFFF; font-size: 18px;	font-weight: bold;	line-height: 26px;}
a.primary-button-orange:hover{display:inline-block; padding: 10px 30px; background-color: #FFAA69; box-shadow: 0 4px 8px 0 rgba(180,96,33,0.3); color: #FFFFFF; font-size: 18px;	font-weight: bold;	line-height: 26px;}
a.primary-button-orange:focus {display:inline-block; padding: 10px 30px; border-radius: 3px;	background-color: #EC7417; color: #FFFFFF; font-size: 18px;	font-weight: bold;	line-height: 26px;}
a.primary-button-orange:disabled{display:inline-block;  border-radius: 3px;	background-color: #EEEEEE; color: #ACACAC;	font-size: 18px;	font-weight: bold;	line-height: 26px;}
a.primary-button-green{ display:inline-block; padding: 10px 30px;padding: 10px 30px; border-radius: 3px;	background-color: #3CAAA2;	box-shadow: 0 2px 2px 0 rgba(33,155,180,0.3); color: #FFFFFF; font-size: 18px;	font-weight: bold;	line-height: 26px; }
a.primary-button-green:hover{display:inline-block; padding: 10px 30px; border-radius: 3px;	background-color: #61C5BE;	box-shadow: 0 4px 8px 0 rgba(33,155,180,0.3); color: #FFFFFF; font-size: 18px;	font-weight: bold;	line-height: 26px; }
a.primary-button-green:focus {display:inline-block; padding: 10px 30px;border-radius: 3px;	background-color: #22968E; color: #FFFFFF; font-size: 18px;	font-weight: bold;	line-height: 26px;}
a.primary-button-green:disabled{ display:inline-block; border-radius: 3px;	background-color: #EEEEEE; color: #ACACAC;	font-size: 18px;	font-weight: bold;	line-height: 26px;}

a.secondary-button-orange{display:inline-block;  padding: 10px 30px; box-sizing: border-box;	background-color: #fff;	border: 2px solid #F99245; border-radius: 3px; color: #F99245; font-size: 18px;	font-weight: bold;	line-height: 26px;}
a.secondary-button-orange:hover{display:inline-block; padding: 10px 30px; border-radius: 3px;	background-color: #F99245; color: #FFFFFF; font-size: 18px;	font-weight: bold; line-height: 26px;}
a.secondary-button-orange:focus {display:inline-block; padding: 10px 30px; border-radius: 3px;	background-color: #EC7417; color: #FFFFFF; font-size: 18px;	font-weight: bold; line-height: 26px;}
a.secondary-button-orange:disabled{display:inline-block; padding: 10px 30px; border-radius: 3px;	background-color: #EEEEEE; color: #ACACAC;	font-size: 18px;	font-weight: bold;	line-height: 26px; }
a.secondary-button-green{display:inline-block; padding: 10px 30px; box-sizing: border-box;	background-color: #fff; border: 2px solid #3CAAA2; border-radius: 3px; color: #3CAAA2; font-size: 18px;	font-weight: bold;	line-height: 26px; }
a.secondary-button-green:hover{display:inline-block; padding: 10px 30px; border-radius: 3px; background-color: #3CAAA2; color: #FFFFFF;	font-size: 18px;	font-weight: bold;	line-height: 26px;}
a.secondary-button-green:focus {display:inline-block; padding: 10px 30px; border-radius: 3px;	background-color: #22968E; color: #FFFFFF;	font-size: 18px;	font-weight: bold;	line-height: 26px;} 
a.secondary-button-green:disabled{display:inline-block; padding: 10px 30px; border-radius: 3px;	background-color: #EEEEEE; color: #ACACAC;	font-size: 18px;	font-weight: bold;	line-height: 26px;}

/* Button Comman Css End */

/*  Comman Css End */

/*  Update Css Start */

.header-container-wrapper .row-fluid [class*="span"] {min-height: 0 !important;}
.body-container-wrapper .container-fluid { padding: 0; }
section.hero-banner-wrap { padding: 200px 0 125px 0; background-size: cover; position: relative; z-index: 1;}
section.hero-banner-wrap .hero-banner-left { color: #fff; text-align: left; }
section.hero-banner-wrap .hero-banner-left h3 { font-size: 32px; line-height: 45px; font-weight: bold; padding-bottom:6px; color:#fff; }
section.hero-banner-wrap .hero-banner-left h4 { font-size: 20px; line-height: 29px; font-weight: normal; color: #ffffff; }
/* section.hero-banner-wrap .hero-banner-left form { width: 70%; float: left; padding: 20px 0; }
section.hero-banner-wrap .hero-banner-left form input { width: 70%; float: left; border-radius: 0; border-top-left-radius: 3px; border-bottom-left-radius: 3px; border: none;}
section.hero-banner-wrap .hero-banner-left form button.btn { width: 30%; border-radius: 0; border-top-right-radius: 3px; border-bottom-right-radius: 3px; background-color: #f99245; color: #fff; font-size: 14px; line-height: 22px; font-weight: 500; letter-spacing: 1px; padding: 9px 0; }
section.hero-banner-wrap .hero-banner-left form button.btn:hover { background: #FFAA69; }
section.hero-banner-wrap .hero-banner-left form .form-group { margin: 0; } */
section.hero-banner-wrap .hero-banner-left p { width: 100%; float: left; display: inline-block; font-size: 14px; line-height: 20px; padding-right: 100px; color:#fff; }
section.hero-banner-wrap .hero-banner-left form input::placeholder { font-size: 14px; line-height: 26px; color: #ACACAC;}
section.hero-banner-wrap .hero-banner-left p a { font-size: 14px; line-height: 20px;}
section.hero-banner-wrap .container .row { display: flex; align-items: center; justify-content: center;}
section.hero-banner-wrap .hero-video-wrap { width: 95px; height: 95px; background: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; box-shadow: 0 8px 24px 0 rgba(0,0,0,0.25);}
section.hero-banner-wrap #triangle-right { width: 0; height: 0;  border-top: 22px solid transparent; border-left: 30px solid #f99245; border-bottom: 22px solid transparent;}
section.hero-banner-wrap .hero-banner-right { display: flex; align-items: center; justify-content: center;}
section.hero-banner-wrap .hero-banner-right span { color: #fff; padding: 0px 0px 0px 15px; font-size: 20px; font-weight: normal; line-height: 29px; }
section.hero-banner-wrap .modal-body iframe { width: 100%; float: left; }
section.hero-banner-wrap .modal-body video { width: 100%; float: left; }
section.hero-banner-wrap .modal-header { width: 100%; float: left; position: relative; z-index: 9999; }
section.hero-banner-wrap .modal-header button.close { margin: 0; position: absolute; top: 20px; right: 20px; font-size: 35px; color: #000; background: #fff; height: 40px; width: 40px; border-radius: 50%; opacity: 1; }
section.hero-banner-wrap .hero-banner-right .header-popup-wrap .video-play-button a i { width: 96px; height: 96px; background: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.25); font-size: 24px; color: #f99245; margin-right: 15px; }
section.hero-banner-wrap .hero-banner-right .header-popup-wrap .video-play-button a { display: flex; align-items: center; justify-content: center; color: #fff; font-size: 20px; font-weight: normal; line-height: 29px; }
.fancybox-content{ padding:6px !important; }
div#hero-video .hs-responsive-embed-wrapper.hs-responsive-embed { width: 600px !important; min-width: 600px !important; }

section.client-logo-wrap { width: 100%; padding: 60px 0; }
section.client-logo-wrap .client-logo-title { }
section.client-logo-wrap .client-logo-title h3 { color: #444444; font-size: 20.25px; font-weight: bold; line-height: 29px; text-align: center; padding-bottom: 40px; }
section.client-logo-wrap .Logo-slider-wrap { width: 100%; float: left; }
section.client-logo-wrap .Logo-slider-wrap .logo-slider { display: flex; align-items: center; justify-content: center; }
section.client-logo-wrap .Logo-slider-wrap .logo-slider .logo-img { width: 100%; padding: 10px 40px; text-align: center; margin: 0 auto; }
section.client-logo-wrap .Logo-slider-wrap .logo-slider .slick-track { display: flex; align-items: center;justify-content: center;}
section.client-logo-wrap .Logo-slider-wrap .logo-slider .logo-img img { width: 100%; max-width:100%; }
section.services-wrap { width: 100%; padding:0 0 60px 0; position: relative; display: inline-block; }
section.services-wrap .service-title h3 { text-align: center; width: 100%; color: #444444; font-size: 28.83px; font-weight: bold; line-height: 41px; padding-bottom: 40px; }
section.services-wrap .services-box-wrap { width: 100%; display: flex;     -ms-flex-wrap: wrap;
    flex-wrap: wrap;}
section.services-wrap .services-box-wrap .col-xl-4 { float: left; }
section.services-wrap .services-box-wrap .services-box {position: relative; background-color: #FFFFFF; border-radius: 8px; margin-bottom: 30px; padding: 30px; transition: all .3s; height: 100% !important;}

section.services-wrap .services-box-wrap .services-box:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
}
section.services-wrap .services-box-wrap .services-box:hover .services-wrap__pseudo-link {
color: #f99245;
}

section.services-wrap .services-box-wrap .services-box .service-icon img { width: 64px; height: 64px; }
section.services-wrap .services-box-wrap .services-box .service-caption { padding-top: 15px; width: 100%; float: left; }
section.services-wrap .services-box-wrap .services-box .service-caption h4 { opacity: 0.9; color: #444444; font-size: 18px; font-weight: bold; line-height: 26px; padding-bottom: 15px; }
section.services-wrap .services-box-wrap .services-box .service-caption p { color: #444444; font-size: 18px; line-height: 26px; }
section.services-wrap .services-box-wrap .services-box .service-caption .service-discription{ color: #444444; font-size: 18px; line-height: 26px; /* height: 100% !important; */}
section.services-wrap .services-box-wrap .services-box .service-caption a,
.services-wrap__pseudo-link { color: #22968E; font-size: 18px; line-height: 26px; font-weight: 500; transition: all .3s     width: 100%;
    float: left;
    margin: 15px 0; }
section.services-wrap .services-box-wrap .services-box .service-caption a:hover{ color:#f99245; }
section.services-wrap .service-title {width: 100%; display: block; padding-left: 15px;}
.services-wrap__pseudo-link i,
section.services-wrap .services-box-wrap .services-box .service-caption a i { padding-left: 6px; font-size: 13px;}


section.good-thing-wrap { width: 100%; padding-top: 60px; background-color: #FAFAFA;}
section.good-thing-wrap .good-thing-title h3 {  width: 100%; padding-bottom: 15px;color: #444444; font-size: 28.83px; font-weight: bold; line-height: 41px; text-align: center;}
section.good-thing-wrap .good-thing-box-wrap { width: 100%; float: left; }
section.good-thing-wrap .good-thing-box-wrap .col-xl-3 { float: left; }
section.good-thing-wrap .good-thing-box-wrap .good-thing-box { position: relative; background-color: #FFFFFF; border-radius: 8px; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1); margin-bottom: 30px; width: 100%; float: left; transition: all .3s}
section.good-thing-wrap .good-thing-box-wrap .good-thing-box:hover {box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);}
section.good-thing-wrap .good-thing-box-wrap .good-thing-box:hover .good-thing-caption .good-thing-wrap__pseudo-link {color: #f99245;}
section.good-thing-wrap .good-thing-box-wrap .good-thing-box .good-thing-image img { width: 100%; height: 180px; object-fit: cover; object-position: center; }
section.event-wrap.good-thing-wrap .good-thing-box-wrap .good-thing-box .good-thing-image img { object-fit: contain; }
section.good-thing-wrap .good-thing-box-wrap .good-thing-box .good-thing-caption { width: 100%;float: left; padding: 20px; }
section.good-thing-wrap .good-thing-box-wrap .good-thing-box .good-thing-caption h4 { opacity: 0.9; color: #444444; font-size: 18px; font-weight: bold; line-height: 26px; padding-bottom: 15px; }
section.good-thing-wrap .good-thing-box-wrap .good-thing-box .good-thing-caption p { color: #444444; font-size: 18px; line-height: 26px; margin: 0; padding-bottom: 15px;}
section.good-thing-wrap .good-thing-box-wrap .good-thing-box .good-thing-caption .good-thing-description { color: #444444; font-size: 18px; line-height: 26px; }
section.good-thing-wrap .good-thing-box-wrap .good-thing-box .good-thing-caption .good-thing-wrap__pseudo-link,
section.good-thing-wrap .good-thing-box-wrap .good-thing-box .good-thing-caption a { font-size: 18px; line-height: 26px; font-weight: 500; opacity: 1; color: #444; transition: all .3s}
section.good-thing-wrap .good-thing-box-wrap .good-thing-box .good-thing-caption a:hover{ color: #f99245; }
section.good-thing-wrap .good-thing-title {width: 100%; display: block; text-align: center; padding-bottom: 40px;}
section.good-thing-wrap .good-thing-title p { color: #444444; font-size: 18px;line-height: 26px;text-align: center; margin: 0;}
section.good-thing-wrap .good-thing-box-wrap .good-thing-box .good-thing-caption .good-thing-wrap__pseudo-link i,
section.good-thing-wrap .good-thing-box-wrap .good-thing-box .good-thing-caption a i { padding-left: 6px; font-size: 13px;}
section.good-thing-wrap .good-thing-box-wrap .good-thing-box .good-thing-image { width: 100%; float: left; max-width: 100%;}   
.services-wrap__link,
.good-thing-wrap__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
section.find-out-wrap { width: 100%;}
section.find-out-wrap .find-out-title h3 { width: 100%; padding-bottom: 40px; color: #FFFFFF;  font-size: 28.83px; font-weight: bold;  line-height: 41px;  text-align: center;}
section.find-out-wrap .find-out-box-wrap { width: 100%; float: left; }
section.find-out-wrap .find-out-box-wrap .col-xl-6 { float: left; }
section.find-out-wrap .find-out-box-wrap .find-out-box { background-color: #FFFFFF; border-radius: 8px; margin-bottom: 30px; padding: 30px; }
section.find-out-wrap .find-out-box-wrap .find-out-box .find-out-caption h4 { opacity: 0.9; color: #444444; font-size: 18px; font-weight: bold; line-height: 26px; padding-bottom: 15px; }
section.find-out-wrap .find-out-box-wrap .find-out-box .find-out-caption p { color: #444444; font-size: 18px; line-height: 26px; }
section.find-out-wrap .find-out-box-wrap .find-out-box .find-out-caption a { color: #22968E; font-size: 18px; line-height: 26px; font-weight: 500; }
section.find-out-wrap .find-out-box-wrap .find-out-box .find-out-caption a:hover { color: #f99245;}
section.find-out-wrap .find-out-title {width: 100%; display: block;}
section.find-out-wrap .find-out-box-wrap .find-out-box .find-out-caption a i { padding-left: 6px; font-size: 13px;}
section.find-out-wrap .find-out-box-wrap .find-out-box .find-out-desc { display: inline-block; width: 100%; }

section.home-contact-wrap {width: 100%; float:left; padding: 60px 0;background-color: #444;}
section.home-contact-wrap .home-rating-wrap { text-align: center; float: left; width: 100%; }
section.home-contact-wrap .home-rating-wrap .rating-star { text-align: center; width: 100%; display: flex; align-items: center; justify-content: center; }
section.home-contact-wrap .home-rating-wrap .rating-star img { max-width: 100%; width: 100%; }
section.home-contact-wrap .home-contact-form { width: 100%; max-width: 80%; padding: 30px; background: #fff; border-radius: 8px; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1); }
section.home-contact-wrap .home-contact-form .home-form-title h3 { color: #444444; font-size: 28.83px; font-weight: bold; line-height: 41px; padding-bottom: 20px; }
section.home-contact-wrap .home-rating-wrap h3 a { color: #fff; font-size: 28px; font-weight: bold; line-height: 41px; padding-bottom: 15px; text-decoration: underline; }
section.home-contact-wrap .home-contact-form form label { color: #444444; font-size: 14.22px; line-height: 16px; padding-bottom: 10px; margin-bottom: 0; font-weight: bold; }
section.home-contact-wrap .home-contact-form form .hs-form-field { margin-bottom: 20px; }
section.home-contact-wrap .home-contact-form form input { border: 1px solid #ACACAC; border-radius: 3px; background-color: #FBFBFB; padding: 10px; height: auto; box-shadow: none; }
section.home-contact-wrap .home-contact-form form input::placeholder { color: #ACACAC; font-size: 18px; line-height: 26px; }
section.home-contact-wrap .home-contact-form form input[type="submit"] { border-radius: 3px; background-color: #F99245; box-shadow: 0 2px 2px 0 rgba(180, 96, 33, 0.3); width: 100%; border: none; color: #FFFFFF; font-size: 18px; font-weight: bold; line-height: 26px; }
section.home-contact-wrap .home-contact-form form input[type="submit"]:hover{   background-color: #ffaa69; box-shadow: 0 4px 8px 0 rgba(180,96,33,0.3); color: #fff;}
section.home-contact-wrap .home-contact-form form .hs_submit { padding-bottom: 0; padding-top: 5px; }
section.home-contact-wrap .home-rating-wrap h3 { color: #FFFFFF; font-size: 28px; font-weight: bold; line-height: 41px; padding-bottom: 15px; }
section.home-contact-wrap .home-rating-wrap h4 { color: #FFFFFF; font-size: 20px; font-weight: bold; line-height: 29px; padding-bottom: 5px; }
section.home-contact-wrap .home-rating-wrap .rating-star svg { width: 20px; float: left; height: auto; margin-right: 8px; }
section.home-contact-wrap .home-rating-wrap .rating-star svg:last-child { width: 68px; margin-right: 0; margin-left: 10px; }
section.hero-banner-wrap .hero-banner-left form { width: 70%; float: left; margin-bottom: 20px; }
section.hero-banner-wrap .hero-banner-left form .hs_email label { display: none; }
section.hero-banner-wrap .hero-banner-left form .input { width: 70%; float: left; }
section.hero-banner-wrap .hero-banner-left form .actions input.hs-button.primary.large { border: none; border-radius: 0; border-top-right-radius: 3px; border-bottom-right-radius: 3px; background-color: #f99245; color: #fff; font-size: 14px; line-height: 22px; font-weight: 500; letter-spacing: 1px; }
section.hero-banner-wrap .hero-banner-left form .hs_submit.hs-submit { padding: 0; margin: 0; display: inline-block; width: 30%; }
section.hero-banner-wrap .hero-banner-left form .input input { padding: 25px; border-bottom: none; border-radius: 0; border-top-left-radius: 3px; border-bottom-left-radius: 3px; border: none; }
section.hero-banner-wrap .hero-banner-left form .hs-input.invalid { border-left: 1px solid red; border-top: 1px solid red; border-bottom: 1px solid red; background-color: #FFE7E7; }
section.hero-banner-wrap .hero-banner-left form ul.no-list.hs-error-msgs.inputs-list { display: none !important; margin: 0; padding: 0; }
section.home-contact-wrap .home-contact-form form label span.hs-form-required { color: #FF6347;padding-left: 3px; }
section.home-contact-wrap .home-contact-form form .hs_error_rollup { display: none; }
section.hero-banner-wrap .hero-banner-left form .legal-consent-container ul {margin: 0;padding: 0;list-style: none;}
section.hero-banner-wrap .hero-banner-left form .legal-consent-container input { margin-top: 20px; }

ul.input-list, ul.multi-container{
list-style: none;
padding: 0px;
}
ul.input-list input[type="radio"], ul.input-list input[type="checkbox"], ul.multi-container input[type="radio"], ul.multi-container input[type="checkbox"]{
  margin-right: 16px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper{ border-top: 3px solid #fa9345; }

section.home-contact-wrap .testimonial-wrap { background: #fff; width: 100%; max-width: 640px; padding: 25px; float: left; border-radius: 8px; margin-top: 40px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03); }
section.home-contact-wrap .testimonial-wrap p { font-size: 18px; color: #6D6D6D; line-height: 29px; }
section.home-contact-wrap .review-author-info { width: 100%; float: left; }
section.home-contact-wrap .author-img { width: 15%; float: left; }
section.home-contact-wrap .author-caption { width: 85%; float: left; }
section.home-contact-wrap .author-img img { width: 60px; max-width: 100%; float: left; }
section.home-contact-wrap .author-caption h3 { color: #444444; font-size: 18px; line-height: 29px; }
section.home-contact-wrap .author-caption small { color: #9B9D97; font-size: 14.22px; line-height: 16px; }
.simple-menu-wrap nav .navbar-nav a.nav-link { color: #444444; font-size: 16px; font-weight: bold; line-height: 19px; padding: 10px 15px; display:inline-block; }
.simple-menu-wrap nav .navbar-nav a.nav-link:hover { color: #F99245;}
.simple-menu-wrap nav .navbar-nav a.nav-link.active { color: #F99245;}
.simple-menu-wrap nav .navbar-nav { display: inline-block; }
.simple-menu-wrap { box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); width: 100%; float: left; padding: 10px 0; }
.simple-menu-wrap nav .navbar-nav li.nav-item { display: inline-block; }
section.retail-wrap { width: 100%; float: left; padding: 60px 0; text-align: center; }
section.retail-wrap .retail-title { width: 100%; display: block; text-align: center; padding-bottom: 40px; }
section.retail-wrap .retail-title h3 { width: 100%; padding-bottom: 15px; color: #444; font-size: 28.83px; font-weight: bold; line-height: 41px; text-align: center; }
section.retail-wrap .retail-title p { color: #444; font-size: 18px; line-height: 26px; text-align: center; margin: 0; }
section.retail-wrap .retail-box-wrap { width: 100%; display: flex; justify-content: center; }
section.retail-wrap .retail-box-wrap .col-xl-3 { float: left; }
section.retail-wrap .retail-box-wrap .col-xl-3 .retail-box { width: 100%; float: left; }
section.retail-wrap .retail-box-wrap .col-xl-3 .retail-box .retail-image { width: 100%; float: left; padding-bottom: 10px; }
section.retail-wrap .retail-box-wrap .col-xl-3 .retail-box .retail-image img { width: 100%; max-width: 60px; height: 60px; }
section.retail-wrap .retail-box-wrap .col-xl-3 .retail-box .retail-caption { width: 100%; float: left; padding: 0 15px; }
section.retail-wrap .retail-box-wrap .col-xl-3 .retail-box .retail-caption h4 { color: #444444; font-size: 20px; font-weight: bold; line-height: 28px; text-align: center; padding-bottom: 6px; }
section.retail-wrap .retail-box-wrap .col-xl-3 .retail-box .retail-caption p { margin: 0; color: #444444; font-size: 18px; line-height: 26px; text-align: center; }
section.home-contact-wrap .home-contact-form form ul.hs-error-msgs label{ color: #ff6262;  padding: 0;  margin-bottom: 0;  font-size: 14.22px;  line-height: 26px;  font-weight: 300;}
section.home-contact-wrap .home-contact-form form input.invalid.error { border-color: #FF6347; }
a.hs-button.large.primary { border-radius: 3px; background-color: #F99245;box-shadow: 0 2px 2px 0 rgba(180,96,33,0.3); color: #FFFFFF; font-size: 18px; font-weight: bold; line-height: 26px; display: block;text-align: center; padding: 12px;}
a.hs-button.large.primary:hover { background-color: #FFAA69; box-shadow: 0 4px 8px 0 rgba(180,96,33,0.3);}
.take-section .take-wrap .take-box:nth-child(even) .take-right {padding-left: 130px;}
section.rich-text-wrap h2 { padding-bottom: 30px;}

footer.ev-footer-wrap { width: 100%; float: left; padding: 60px 0; }
footer.ev-footer-wrap .footer-logo { width: 100%; }
footer.ev-footer-wrap .footer-logo img { width: 100%; max-width: 170px; padding-bottom: 50px; }
footer.ev-footer-wrap .footer-text p { margin: 0; color: #444444; font-size: 14.22px; line-height: 24px; padding-bottom: 8px; }
.footer-quick-link ul { padding: 0; margin: 0; }
.footer-quick-link ul li { display: inline-block; width: 100%; float: left; }
.footer-quick-link ul li a { color: #444444; font-size: 16px; line-height: 19px; padding: 6px 0; display: inline-block; }
.footer-quick-link ul li a:hover{ color:#f99245; }
.footer-text a { font-size: 14.22px; line-height: 20px; }
.footer-text a:hover { font-size: 14.22px;line-height: 20px;}
.footer-quick-link ul li:first-child a { padding-top: 0; }

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

.hero-cta-btn-style { margin-top: 15px; display: inline-block; color:#F99245; border-radius: 3px;	background-color: #FFFFFF;	box-shadow: 0 2px 2px 0 rgba(180,96,33,0.3); font-weight: bold; padding: 12px 30px;} 

/* .take-section {width: 100%; float: left; padding:60px 0px 30px;}
.take-section .take-wrap {width: 100%;float: left;}
.take-section .take-wrap .take-box {width: 100%;float: left;padding-bottom: 90px;display: flex;align-items: center;}
.take-section .take-wrap .take-box .left-part {width: 50%;float: left;}
.take-section .take-wrap .take-box .take-right {width: 50%;float: left;padding-left: 30px;}
.take-section .take-wrap .take-box .left-part .take-img {position:relative; margin: auto;  height: 480px;  background-repeat: no-repeat; background-position: center; background-size: cover;}
.take-section .take-wrap .take-box .left-part .take-img img {width: 100%;height: 100%;object-fit: contain;}
.take-section .take-wrap .take-box .take-right .right-inner {max-width: 490px;width: 100%;}
.take-section .take-wrap .take-box .take-right h3 {font-size: 25px;color: #000;}
.take-section .take-wrap .take-box .take-right p {color: #000;font-size: 16px;line-height: 23px;padding-bottom: 0;}
.take-section .take-wrap .take-box:nth-child(odd) {flex-direction: row-reverse;}
.take-section .take-wrap .take-box:nth-child(odd) .left-part {padding-right: 0;padding-left: 3;}
.take-section .take-wrap .take-box:nth-child(odd) .take-right {padding-left: 80px;padding-right: 30px;}
.take-section .take-wrap .take-box .left-part .testimonial-wrap { background: #fff; width: 100%; max-width: 640px; padding: 25px; float: left; position: absolute; bottom: -30px; left: -100px; border-left: 3px solid #F99245; border-radius: 3px; box-shadow: 0 4px 4px 0 rgba(0,0,0,0.03); } 
.take-section .take-wrap .take-box .left-part .testimonial-wrap .review-author-info { width: 100%; float: left; }
.take-section .take-wrap .take-box .left-part .testimonial-wrap .review-author-info .author-img { width: 15%; float: left; }
.take-section .take-wrap .take-box .left-part .testimonial-wrap .review-author-info .author-img img { width: 60px; max-width: 100%; float: left; }
.take-section .take-wrap .take-box .left-part .testimonial-wrap .review-author-info .author-caption { width: 85%; float: left; }
.take-section .take-wrap .take-box .left-part .testimonial-wrap p { font-size: 18px; color: #6D6D6D; line-height: 29px; }
.take-section .take-wrap .take-box .left-part .testimonial-wrap .review-author-info .author-caption h3 { color: #444444; font-size: 18px; line-height: 29px; }
.take-section .take-wrap .take-box .left-part .testimonial-wrap .review-author-info .author-caption small { color: #9B9D97; font-size: 14.22px; line-height: 16px; }
.take-section .zigzag-title { width: 100%; float: left; text-align: center; padding-bottom: 50px; }
.take-section .zigzag-title h3 { color: #444444; font-size: 28.83px; font-weight: bold; line-height: 41px; }
.take-section .take-wrap .take-box:nth-child(even) .left-part .testimonial-wrap { right: -100px !important;  left: auto;}
.take-section .take-wrap .take-box .take-right h3 { color: #444444; font-size: 25.63px; font-weight: bold; line-height: 37px; padding-bottom: 15px; }
 */
section.large-testimonial-wrap { width: 100%; float: left; padding: 60px 0; }
section.large-testimonial-wrap .large-testimonial-main-title h3 {color: #444444; font-size: 28.83px; font-weight: bold; line-height: 41px; text-align: center;  padding-bottom: 56px;}
section.large-testimonial-wrap .large-testimonial-slider-wrap .large-testimonial-slider { width: 100%; float: left; }
section.large-testimonial-wrap .large-testimonial-slider-wrap .large-testimonial-slider .large-testimonial-caption { width: 100%; float: left; }
section.large-testimonial-wrap .large-testimonial-slider { text-align:left; width: 100%; float: left; }
section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-caption { width: 100%; float: left; box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.04); padding: 15px 20px;}
section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-caption .author-image { width: 160px; float: left; }
section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-caption .author-image img { width: 140px; height: 65px; object-fit: contain; object-position: center; margin: 0; }
section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-caption .author-name { width: 100%; float: left; display: inline-block; }
section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-caption .author-name h3 { display: inline-block; font-weight: 500; letter-spacing: 0.75px; padding-bottom: 5px; color: #444444; font-size: 18px; line-height: 29px; }
section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-caption .author-designation { width: 100%; float: left; }
section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-caption .author-designation p {margin: 0;font-weight: 400;color: #9B9D97;font-size: 14.22px;line-height: 16px;}
section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-caption .testimonal-author-review { width: 100%; float: left; padding: 18px 0;}
section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-caption .testimonal-author-review p { color: #6D6D6D; font-size: 18px; line-height: 29px; }
section.large-testimonial-wrap .large-testimonial-slider .slick-prev:before { content: '\f104'; border: 2px solid #22968E; height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-family:fontawesome;}
section.large-testimonial-wrap .large-testimonial-slider .slick-next:before { content: '\f105'; border: 2px solid #22968E; height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-family:fontawesome;}
section.large-testimonial-wrap .large-testimonial-slider .slick-prev { left: 0; z-index:9; }
section.large-testimonial-wrap .large-testimonial-slider .slick-next { right: 20px; z-index:9; }
section.large-testimonial-wrap .large-testimonial-slider .slick-prev:before, .slick-next:before{ font-family: fontawesome; opacity: 1; color:#22968E !important; }
section.large-testimonial-wrap .large-testimonial-slider button{ box-shadow: none; background: transparent !important; }
section.large-testimonial-wrap .large-testimonial-slider button:hover{ box-shadow: none; background: transparent !important; }
section.large-testimonial-wrap .large-testimonial-slider .author-detail { width: calc(100% - 160px); float: left; text-align: left; }
section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-left-part { width: 65%; float: left; padding-left: 60px; box-shadow: none; padding-bottom: 15px; background: #fff; }
section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-right-part { width: 35%; float: left; }
section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-large-wrap { width: 100%; float: left; }
section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-right-part .blockquote-wrap { margin-left: 40px; }
section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-right-part .blockquote-wrap blockquote.blockquote { border-radius: 3px; background-color: #FFFFFF; box-shadow: -2px 8px 16px 0 rgba(0, 0, 0, 0.05); padding: 10px 20px; margin: 0; border-left: 3px solid #F99245; }
section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-right-part .blockquote-wrap blockquote.blockquote p { margin: 0; color: #F99245; font-size: 18px; font-style: italic; line-height: 29px; }

.get-started-wrap { width: 100%; float: left; padding: 60px 0; }
.get-started-wrap .get-started-caption { width: 100%; float: left; text-align: center; }
.get-started-wrap .get-started-caption .started-title h2 { color:#444; font-size: 2.125em; font-weight: 700; line-height: 1.25; letter-spacing: 0.75px; padding-bottom: 20px; }
.get-started-wrap .get-started-caption .started-title { width: 100%; float: left; }
.get-started-wrap .get-started-caption .book-free-cta { width: 100%; float: left; padding: 20px 0px 40px 0; }
.get-started-wrap .get-started-caption .book-free-cta a { display: inline-block; padding: 20px 38px; }
.get-started-wrap .get-started-caption .toll-free-number { width: 100%; float: left; }
.get-started-wrap .get-started-caption .toll-free-number a {color:#444; display: inline-block; font-size: 1.375em; font-weight: 500; line-height: 1.5; letter-spacing: 0.75px;} 

.block-section { width: 100%; float: left; padding: 60px 0px 30px; }
.block-section .block-wrap { width: 100%; float: left; }
.block-section .block-wrap .block-box { width: 100%; float: left; padding-bottom: 90px; display: flex; align-items: center; }
.block-section .block-wrap .block-box .left-part { width: 50%; float: left; }
.block-section .block-wrap .block-box .block-right { width: 50%; float: left; }
.block-section .block-wrap .block-box:nth-child(odd) .block-right{ padding-left: 60px; }
.block-section .block-wrap .block-box .left-part .block-img { position: relative; margin: auto; height: 480px; background-repeat: no-repeat; background-position: center; background-size: contain; }
.block-section .block-wrap .block-box .left-part .block-img img { width: 100%; height: 100%; object-fit: contain; }
.block-section .block-wrap .block-box .block-right .right-inner { width: 100%; }
.block-section .block-wrap .block-box .block-right h3 { font-size: 25px; color: #000; }
.block-section .block-wrap .block-box .block-right p { color: #000; font-size: 16px; line-height: 23px; padding-bottom: 10px; }
.block-section .block-wrap .block-box:nth-child(even) { flex-direction: row-reverse; }
.block-section .block-wrap .block-box:nth-child(even) .left-part { padding-right: 0; padding-left:0; }
.block-section .block-wrap .block-box:nth-child(even) .block-right { padding-right: 60px; }
.block-section .block-wrap .block-box .left-part .testimonial-wrap { background: #fff; width: 100%; max-width: 640px; padding: 25px; float: left; position: absolute; bottom: -30px; left: -100px; border-left: 3px solid #F99245; border-radius: 3px; box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.03); }
.block-section .block-wrap .block-box .left-part .testimonial-wrap .review-author-info { width: 100%; float: left; }
.block-section .block-wrap .block-box .left-part .testimonial-wrap .review-author-info .author-img { width: 15%; float: left; }
.block-section .block-wrap .block-box .left-part .testimonial-wrap .review-author-info .author-img img { width: 60px; max-width: 100%; float: left; }
.block-section .block-wrap .block-box .left-part .testimonial-wrap .review-author-info .author-caption { width: 85%; float: left; }
.block-section .block-wrap .block-box .left-part .testimonial-wrap p { font-size: 18px; color: #6D6D6D; line-height: 29px; }
.block-section .block-wrap .block-box .left-part .testimonial-wrap .review-author-info .author-caption h3 { color: #444444; font-size: 18px; line-height: 29px; }
.block-section .block-wrap .block-box .left-part .testimonial-wrap .review-author-info .author-caption small { color: #9B9D97; font-size: 14.22px; line-height: 16px; }
.block-section .block-wrap .block-box:nth-child(odd) .left-part .testimonial-wrap { right: -100px !important; left: auto; }
.block-section .block-wrap .block-box .block-right h3 { padding-bottom: 20px;  margin: 0; color: #444444; font-size: 25.63px; font-weight: bold; line-height: 37px; }
.block-section .block-wrap .block-box .block-right .right-inner strong { opacity: 0.9; color: #F99245; font-size: 18px; font-weight: bold; line-height: 26px; padding-bottom: 10px; }
.block-section .block-wrap .block-cta { width: 100%; float: left; }
.block-section .block-wrap .block-cta ul { margin: 0; padding: 0; }
.block-section .block-wrap .block-cta ul li { display: inline-block; }
.block-section .block-wrap .block-cta ul li a { font-size: 18px; line-height: 26px; font-weight: 500; opacity: 1; color: #444; }
.block-section .block-wrap .block-cta ul li a i { font-size: 14px; line-height: 24px; padding-left: 6px;}
.block-section .block-wrap .block-cta ul li a:hover{ color:#F99245; }

section.testimonial-wrap { width: 100%; float: left; padding: 60px 0; }
section.testimonial-wrap .testimonial-slider-wrap .testimonial-slider { width: 100%; float: left; }
section.testimonial-wrap .testimonial-slider-wrap .testimonial-slider .testimonial-caption { width: 100%; float: left; }
section.testimonial-wrap .testimonial-slider { text-align: center; width: 100%; float: left; }
section.testimonial-wrap .testimonial-slider .testimonial-caption { width: 100%; float: left; }
section.testimonial-wrap .testimonial-slider .testimonial-caption .author-image { width: 100%; float: left; padding-bottom: 20px; }
section.testimonial-wrap .testimonial-slider .testimonial-caption .author-image img { border-radius: 50%; margin: 0 auto; width: 150px; height: 150px; object-fit: cover; object-position: center; }
section.testimonial-wrap .testimonial-slider .testimonial-caption .author-name { width: 100%; float: left; display: inline-block; }
section.testimonial-wrap .testimonial-slider .testimonial-caption .author-name h3 { display: inline-block; font-size: 1.375em; font-weight: 500; line-height: 1.5; letter-spacing: 0.75px; padding-bottom: 5px; }
section.testimonial-wrap .testimonial-slider .testimonial-caption .author-designation { width: 100%; float: left; padding-bottom: 30px; }
section.testimonial-wrap .testimonial-slider .testimonial-caption .author-designation p { margin: 0; font-size: 1em; font-weight: 400; line-height: 26px; letter-spacing: 0.00938em; }
section.testimonial-wrap .testimonial-slider .testimonial-caption  .testimonal-author-review { width: 100%; float: left; }
section.testimonial-wrap .testimonial-slider .testimonial-caption .testimonal-author-review p { font-size: 20px; font-weight: 400; line-height: 30px; letter-spacing: 0.75px; padding: 0 30px; }

section.testimonial-wrap .testimonial-slider .slick-prev:before{ content:'\f104';}
section.testimonial-wrap .testimonial-slider .slick-next:before{ content:'\f105';}
section.testimonial-wrap .testimonial-slider .slick-prev { left: 0; z-index:9; }
section.testimonial-wrap .testimonial-slider .slick-next { right: 0; z-index:9; }
section.testimonial-wrap .testimonial-slider .slick-prev:before{ font-family: fontawesome; opacity: 1; color: rgb(158, 158, 158) !important; }
section.testimonial-wrap .testimonial-slider .slick-next:before{ font-family: fontawesome; opacity: 1; color: rgb(158, 158, 158) !important; }
section.testimonial-wrap .testimonial-slider button{ box-shadow: none; background: transparent !important; }
section.testimonial-wrap .testimonial-slider button:hover{ box-shadow: none; background: transparent !important; }

section.photo-gallery-wrap { width: 100%; float: left; padding: 60px 0; }
section.photo-gallery-wrap .photo-gallery-title { text-align: center; }
section.photo-gallery-wrap .photo-gallery-title h2 { color: #444444; font-size: 28.83px; font-weight: bold; line-height: 41px; text-align: center; padding-bottom: 40px; }
section.photo-gallery-wrap .photo-gallery-slider-wrap { width: 100%; float: left; }
section.photo-gallery-wrap .photo-gallery-slider-wrap .photo-gallery-slider { width: 100%; float: none; max-width: 700px; margin: 0 auto; }
section.photo-gallery-wrap .photo-gallery-slider .gallery-img { text-align: center; width: 100%; float: left; padding-bottom: 40px;}
section.photo-gallery-wrap .photo-gallery-slider .gallery-img img { width: 100%; float: none; margin: 0 auto; text-align: center; object-position: center; object-fit: cover;}
section.photo-gallery-wrap .photo-gallery-slider-wrap .photo-gallery-slider .slick-prev:before{ content:'\f104';}
section.photo-gallery-wrap .photo-gallery-slider-wrap .photo-gallery-slider .slick-next:before{ content:'\f105';}
section.photo-gallery-wrap .photo-gallery-slider-wrap .photo-gallery-slider .slick-prev { left: -80px; z-index:9; width: 80px; height: 80px; }
section.photo-gallery-wrap .photo-gallery-slider-wrap .photo-gallery-slider .slick-next { right: -80px; z-index:9; width: 80px; height: 80px; }
section.photo-gallery-wrap .photo-gallery-slider-wrap .photo-gallery-slider .slick-prev:before{ font-family: fontawesome; opacity: 1; color: rgb(158, 158, 158) !important; font-size: 80px;}
section.photo-gallery-wrap .photo-gallery-slider-wrap .photo-gallery-slider .slick-next:before{ font-family: fontawesome; opacity: 1; color: rgb(158, 158, 158) !important; font-size: 80px; }
section.photo-gallery-wrap .photo-gallery-slider-wrap .photo-gallery-slider button{ box-shadow: none; background: transparent !important; }
section.photo-gallery-wrap .photo-gallery-slider-wrap .photo-gallery-slider button:hover{ box-shadow: none; background: transparent !important; }
section.photo-gallery-wrap .photo-gallery-text { width: 100%; float: left; text-align: center;}
section.photo-gallery-wrap .photo-gallery-text p { color: #6D6D6D; font-size: 18px; line-height: 29px; }


.pricing-wrap { width: 100%; float: left; padding: 60px 0; }
.pricing-wrap .pricing-main-title { text-align: center; width: 100%; max-width: 600px; margin: 0 auto; }
.pricing-wrap .pricing-main-title h2 { color: #444; font-size: 28.83px; font-weight: bold; line-height: 41px; text-align: center; padding-bottom: 50px; }
.pricing-wrap .pricing-table-wrap .table-title { text-align: left; width: 100%; float: left; padding-bottom: 15px; }
.pricing-wrap .pricing-table-wrap .table-title h3 { padding-bottom: 10px; } 
.pricing-wrap .pricing-table-wrap .table-responsive { border: 1px solid #444444; }
.pricing-wrap .pricing-table-wrap .table-responsive table.table { margin: 0; }
.pricing-wrap .pricing-table-wrap .table-responsive table.table thead { background: #444444; text-align: center; }
.pricing-wrap .pricing-table-wrap .table-responsive table.table thead tr th { color: #fff; border: 1px solid #dee2e6; }
.pricing-wrap .pricing-table-wrap .table-responsive table.table tbody tr td { border: 1px solid #444; text-align: center; vertical-align: middle; }
.pricing-wrap .pricing-table-wrap .table-responsive table.table tbody tr td:first-child { font-weight: bold; align-items: center; vertical-align: middle; }
.pricing-wrap .pricing-table-wrap .table-responsive table.table tbody tr td ul { text-align: center; padding: 0; margin: 0; }
.pricing-wrap .pricing-table-wrap .table-responsive table.table tbody tr td ul li { display: inline-block; width: 100%; list-style: none; }
.pricing-table-cta {  text-align: center; display: inline-block; width: 100%; padding-top: 50px;}
.pricing-table-cta a.primary-button-orange { padding: 20px 38px; }
/* .price-page .simple-menu-wrap nav .navbar-nav li.nav-item:first-child a.nav-link{ color:#444; } */
body.price-page .get-started-wrap { padding: 0;}
body.price-page .get-started-wrap .get-started-caption .book-free-cta { padding-top: 0;}
.retail-section .retail-wrap .retail-box:last-child { padding-bottom: 0;}


/*  Blog Page Css Start  */

.blog-redesign-2019 .blog-main-listing { width: 100%; display: inline-block; padding: 60px 0; }
.blog-redesign-2019 .post-item { margin: 0 0 40px 0; width: 100%; float: left; }
/* .blog-redesign-2019 .post-item a { color: #FA9345; } */
.blog-redesign-2019.hs-blog-listing .post-item .listing-preview ol, .blog-redesign-2019.hs-blog-listing .post-item .listing-preview ul { display: none; }
.blog-redesign-2019.hs-blog-listing .post-item .listing-preview p { display: none; overflow: hidden; text-overflow: ellipsis; line-height: 20px;     /* fallback */ max-height: 85px;      /* fallback */ -webkit-line-clamp: 4; /* number of lines to show */ -webkit-box-orient: vertical; }
.blog-redesign-2019.hs-blog-listing .post-item .listing-preview p:first-child { display: -webkit-box; }
/* .blog-redesign-2019.hs-blog-listing .post-item .listing-preview { min-height: 85px; } */
.blog-redesign-2019 .post-item .featured-image-container { height: 200px; width: 100%; }
.blog-redesign-2019 h2.listing-topic { margin: 0; text-align: left; }
.blog-redesign-2019 .post-item .post-info h2 { clear: both; text-align: left; text-transform: inherit; padding-bottom: 25px; }
.blog-redesign-2019 .post-item .post-info h2 a { font-size: 26px; font-weight: bold; font-size: 26px !important; line-height: 36px !important;}
.blog-redesign-2019 .post-item .post-info { padding: 0 10px;  width: 100%; }
.blog-redesign-2019 .post-item .post-info a.primary-button-orange{ text-transform: uppercase; margin:10px 0; }
.blog-redesign-2019 .post-item .post-info .listing-preview { padding-bottom: 20px; width: 100%; display: inline-block;}
/* .blog-redesign-2019 .post-item .post-info .more-link { display: inline-block; background: #FA9345; border: 2px solid #FA9345; border-radius: 4px; color: #fff; padding: 8px 16px; }
.blog-redesign-2019 .post-item .post-info .more-link:hover { background: #fff; color: #FA9345; }
.blog-redesign-2019 .post-item .post-info .more-link .fa { vertical-align: middle; } */
.blog-redesign-2019 .post-item .post-info .author-info { width: 100%; display: inline-block;}
.blog-redesign-2019 .post-item .post-info p#hubspot-topic_data { margin: 0; width: 100%; padding-bottom: 15px;}
.blog-redesign-2019 .post-item .post-info p#hubspot-topic_data a.topic-link { display: inline-block;font-size: 20px;line-height: 30px;}
.blog-redesign-2019 .blogTitle { margin-left: 0; }
.blog-redesign-2019 .blogTitle a { color: #fff; font-size: 30px; font-weight: 500; }
.blog-redesign-2019 .author-info .author-avatar img { border-radius: 50%; margin: 0 !important; }
.blog-redesign-2019 .author-info p { margin: 10px 0 0 0; }
.blog-redesign-2019 .author-info .author-left, .blog-redesign-2019 .author-info .author-right { display: inline-block; float: left; }
.blog-redesign-2019 .author-info .author-left { margin-bottom: 20px; padding-left: 12px; width: 70%; }
.blog-redesign-2019 .author-info .author-right { width: 30%; }
.blog-redesign-2019 .author-info .author-left {    /*margin-top: -42px;*/ }
.blog-redesign-2019 .author-info .author-avatar { margin-top: -42px; vertical-align: middle; }
.blog-redesign-2019 .author-info .author-avatar, .blog-redesign-2019 .author-info .author-name { display: inline-block; }
.blog-redesign-2019 .author-info .post-date { text-align: right; }
.blog-redesign-2019 .blog-post-wrapper .featured-image-container { height: 250px; width: 100%; }
.blog-redesign-2019 .blog-post-wrapper .post-info h2 { clear: both; text-align: left; text-transform: initial; }
.blog-redesign-2019 .blog-post-wrapper .author-name a { color: #FA9345; }
.blog-redesign-2019 .breadcrumbs p { font-size: 14px; margin: 0 0 36px 0; }
.blog-redesign-2019 .breadcrumbs p a { border-bottom: 2px solid #000; color: #000; text-transform: capitalize; }
.blog-redesign-2019.hs-blog-post .blog-subscribe { margin-top: 40px; }
.blog-redesign-2019 .google-search-results { min-height: 28px; }
.blog-redesign-2019.hs-blog-post .post-body p { line-height: 1.9em; }
.blog-redesign-2019.hs-blog-post #hubspot-topic_data a { color: #FA9345; font-size: 13px; text-decoration: none; }
.blog-redesign-2019 .multi-blog-wraper .multi-blog { margin: 0; }
/* .blog-redesign-2019 .author-info { min-height: auto; } */

.hs-blog-post .blog-section .breadcrumbs p a { color: #444; font-size: 18px; font-weight: bold; line-height: 41px; text-decoration: none; border: none; padding: 0 3px; }
.hs-blog-post .post-info h2 { color: #fa9345; padding-bottom: 5px; font-weight: 600; padding-top: 15px; }
.hs-blog-post .post-info p#hubspot-topic_data a { font-size: 20px; line-height: 30px; }
.hs-blog-post .post-info .section.post-body { text-align: left; }
.hs-blog-post .post-info .section.post-body h4 { text-align: left; }
.hs-blog-post .post-info a.cta_button { border-radius: 3px !important; background-color: #f99245 !important; box-shadow: 0 2px 2px 0 rgba(180, 96, 33, 0.3); border: 0; color: #fff !important; font-size: 18px; font-weight: bold !important; line-height: 26px !important; display: inline-block !important; }
.hs-blog-post .post-info a.cta_button:hover{ background-color: #ffaa69; box-shadow: 0 4px 8px 0 rgba(180, 96, 33, 0.3); color: #fff; }

/*  Blog Page Css End  */


.user-license-agreement ol.alpha li, h4 { counter-increment: list; content: counter(list); color: #fa9345; font-size: 26px; font-weight: 600;}
.user-license-agreement ol.beta li { list-style-type: lower-alpha; counter-increment: list; content: counter(list); color: #3caaa2; font-weight: 600; font-size: 18px;}
.user-license-agreement ol.alpha p, ol.beta p { color: #444444; line-height: 1.75; font-weight: 400;}
.user-license-agreement h4 {padding: 15px 0;}

.user-license-agreement.terms.of.service ol.gamma li { list-style-type: lower-roman; font-weight: 600; color: #fa9345; font-size: 16px; counter-increment: list; content: counter(list);}
.privacy-policy table { margin-bottom: 20px; }

section.hero-banner-wrap .hs-form-field .hs-form-booleancheckbox-display input+span:after, .hs-form-field .hs-form-checkbox-display input+span:after {left: 14px;}
section.hero-banner-wrap .hero-banner-left p { padding-left: 20px; padding-right: 0;}
section.hero-banner-wrap .hs-form-field .hs-form-booleancheckbox-display input+span:before, .hs-form-field .hs-form-checkbox-display input+span:before { left: 10px; right: auto;}
section.hero-banner-wrap .hs-form-field .hs-form-booleancheckbox-display input+span, .hs-form-field .hs-form-checkbox-display input+span{ background: transparent; }
section.hero-banner-wrap .hs-form-field .hs-form-booleancheckbox .hs-form-booleancheckbox-display:hover input+span, .hs-form-field .hs-form-checkbox .hs-form-checkbox-display:hover input+span{ background-color:transparent; }
section.hero-banner-wrap .hero-banner-left form .input { display: inline-block;}
section.hero-banner-wrap .legal-consent-container .field.hs-form-field{ margin-bottom: 0px !important;}
section.hero-banner-wrap .hero-banner-left form .legal-consent-container .input { width: 100%; display: inline-block; margin: 0; padding: 0; }
section.hero-banner-wrap .hs-form-field .hs-form-booleancheckbox-display input+span, .hs-form-field .hs-form-checkbox-display input+span { padding: 13px 0 0px 20px; }
section.hero-banner-wrap span.hs-form-required { display: none; }
section.hero-banner-wrap .legal-consent-container .hs-form-booleancheckbox-display>span { margin-left: 0; }
section.hero-banner-wrap .hs-form-field .hs-form-booleancheckbox-display input+span:before, .hs-form-field .hs-form-checkbox-display input+span:before{ width: 20px; height: 20px; border: 1px solid #fff;}
section.hero-banner-wrap .hs-form-field .hs-form-booleancheckbox-display input+span:after, .hs-form-field .hs-form-checkbox-display input+span:after{ left: 16px; top: 21px; width: 7px; height: 12px;} 


section.form-section.update-form-style { width: 100%; float: left; }
section.form-section.update-form-style .fsBody.fsEmbed { width: 100%; float: left; margin: 0; padding: 30px; background: #fff; border-radius: 8px; box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1); }
section.form-section.update-form-style .fsBody .fsForm { border: 0 solid transparent; background-color: transparent; }
.fsborderradius .fsBody .fsSectionHeader { display:none !important; }
section.form-section.update-form-style .fsBody .fsRowBody { margin-bottom: 40px !important; }
section.form-section.update-form-style .fsBody .fsSubField label.fsSupporting.fsRequiredLabel { font-family: 'Barlow', sans-serif; color: #444; font-size: 14.22px; line-height: 16px; padding-bottom: 10px; margin-bottom: 0; font-weight: bold; }
section.form-section.update-form-style .fsFirst.fsLast.fsFieldCell label { }
section.form-section.update-form-style .fsBody .fsSubField input { border: 1px solid #acacac !important; background-color: #fbfbfb !important; border-radius: 3px; height: auto; box-shadow: none; padding: 10px; font-size: 14px; font-weight: 400; font-style: normal; line-height: 14px; color: #595d64; }
section.form-section.update-form-style .fsFirst.fsLast.fsFieldCell select { border: 1px solid #acacac !important; background-color: #fbfbfb !important; border-radius: 3px; padding: 10px; height: auto; box-shadow: none; }
section.form-section.update-form-style .fsBody .fsSupporting { font-family: 'Barlow', sans-serif; color: #444; font-size: 14.22px; line-height: 16px; padding-bottom: 10px; margin-bottom: 0; font-weight: bold; }
section.form-section.update-form-style .fsSubmit input.fsSubmitMultipage { border-radius: 3px !important; background-color: #f99245 !important; box-shadow: 0 2px 2px 0 rgba(180,96,33,0.3); border: 0 !important; color: #fff !important; font-size: 18px !important; font-weight: bold;}
section.form-section.update-form-style .fsSubmit input.fsSubmitMultipage:hover {background-color: #ffaa69 !important; box-shadow: 0 4px 8px 0 rgba(180,96,33,0.3) !important; color: #fff;}
section.form-section.update-form-style .fsForm .fsSubmit button { border-radius: 3px !important; background-color: #f99245 !important; box-shadow: 0 2px 2px 0 rgba(180,96,33,0.3); border: 0 !important; color: #fff !important; font-size: 18px !important; font-weight: bold;}
section.form-section.update-form-style .fsForm .fsSubmit button:hover {background-color: #ffaa69 !important; box-shadow: 0 4px 8px 0 rgba(180,96,33,0.3) !important; color: #fff;}
section.form-section.update-form-style .fsLabelVertical .fsLabel{ font-family: 'Barlow',sans-serif; color: #444; font-size: 14.22px; line-height: 16px; padding-bottom: 10px; margin-bottom: 0; font-weight: bold;}



.secondary-menu_wrap.simple-menu-wrap {
    background: #fff;
}
.secondary-menu_wrap.simple-menu-wrap.sticky {
    position: fixed;
    top: 81px;
    left: 0;
}
.secondary-menu_wrap.simple-menu-wrap { position: relative; }
.secondary-menu_wrap.simple-menu-wrap .secondary-menu-left-title { position: absolute; top: 50%; left: 30px; transform: translateY(-50%); }
.secondary-menu_wrap.simple-menu-wrap .secondary-menu-left-title h3 { width: auto; float: left; }

@media(max-width:1599px){
  .header-wrap .menu-wrap > ul { padding: 0 0 0 30px;}
}

@media(max-width:1399px){
  .take-section .take-wrap .take-box .left-part .take-img{ height: 400px; }
  .retail-section .retail-wrap .retail-box .left-part .retail-img{ height: 400px !important; }
  .secondary-menu_wrap.simple-menu-wrap .secondary-menu-left-title h3 { font-size: 18px; line-height: 28px;}
}

@media (min-width:1240px) {
	.blog-redesign-2019 .post-item .post-info { padding: 0; }
}

@media (min-width:1200px) {
	.blog-redesign-2019 .post-item .post-info h2 { margin: 0; }
	.blog-redesign-2019 .post-item .post-info h2 a { font-size: 26px; }
}

@media(max-width:1199px){
  section.home-contact-wrap .home-contact-form{ max-width: 95%; }
  section.hero-banner-wrap .hero-banner-left h3 { font-size: 26px; line-height: 36px; }
  section.hero-banner-wrap .hero-banner-left h4 { font-size: 18px; line-height: 26px; }
  section.hero-banner-wrap .hero-banner-left form { width: 80%; }
  section.hero-banner-wrap { padding: 160px 0 100px 0; }
  section.hero-banner-wrap .hero-banner-right .header-popup-wrap .video-play-button a i { width: 76px; height: 76px; }
  
  .header-wrap .brand-logo img{ max-width: 130px;}
  .header-wrap .menu-wrap>ul>li{ padding: 10px 10px; }
  .header-wrap .menu-wrap ul li a{ font-size: 14px;}
  .header-wrap ul.right-menu li a{ font-size: 14px;}
   section.client-logo-wrap .Logo-slider-wrap .logo-slider .logo-img{ padding: 35px; }
  .footer-quick-link {  width: 100%; float: left; margin-bottom: 10px;}
  .footer-text { margin-bottom: 10px;}
  
  .take-section .take-wrap .take-box .left-part .testimonial-wrap{ left: -40px; max-width: 500px;}
  .take-section .take-wrap .take-box:nth-child(even) .left-part .testimonial-wrap { right: -40px !important;}
  .take-section .take-wrap .take-box:nth-child(even) .take-right { padding-left: 50px; }
  .take-section .take-wrap .take-box .left-part .take-img { height: 345px; }
  
  .retail-section .retail-wrap .retail-box:nth-child(even) .retail-right { padding-left: 30px;}
  .retail-section .retail-wrap .retail-box{ padding-bottom: 70px; }
  section.retail-wrap .retail-box-wrap .col-xl-3 .retail-box{ padding: 20px 0px; }
  .retail-section{ padding: 40px 0px 30px; }
  
  .block-section .block-wrap .block-box .left-part .block-img{ height: 400px; }
  .block-section .block-wrap .block-box:nth-child(odd) .block-right{ padding-left: 50px; }
  .block-section .block-wrap .block-box:nth-child(even) .block-right { padding-right: 50px; }
  .blog-redesign-2019 .author-info .author-left{ padding-left: 0; width: 60%;}
  .blog-redesign-2019 .author-info .author-right {width: 40%;}
  section.services-wrap .services-box-wrap .col-xl-4 {
      flex: 0 0 33%;
      max-width: 33%;
  }
  
  .simple-menu-wrap nav .navbar-nav { padding-top: 25px; }
  .secondary-menu_wrap.simple-menu-wrap .secondary-menu-left-title { position: absolute; top: 30px; left: 50%; transform: translate(-50%, -50%); width: 100%; float: left; text-align: center; display: inline-block; }
  .secondary-menu_wrap.simple-menu-wrap .secondary-menu-left-title h3 { font-size: 18px; line-height: 28px; width: 100%; float: left; text-align: center; display: block; }
  
}

@media (min-width:768px) {
	.blog-redesign-2019 .post-item { width: 50%; }
	.blog-redesign-2019.hs-blog-listing .post-item:nth-child(odd) { padding: 0 25px 0 0; }
  .blog-redesign-2019 .post-item .post-info h2 { line-height: 30px; }
	.blog-redesign-2019 .post-item .post-info h2 a { font-size: 22px; }
  .blog-redesign-2019 .blog-post-wrapper .featured-image-container { height: 450px; }
/*   .blog-redesign-2019 .author-info { min-height: 74px; } */

}

@media(max-width:991px){
  section.hero-banner-wrap .hero-banner-left h3 { font-size: 20px; line-height: 32px; }
  section.hero-banner-wrap .hero-banner-left form { width: 100%; padding: 0; }
  section.hero-banner-wrap .hero-banner-left p { padding-right: 0; }
  section.hero-banner-wrap .hero-banner-right .header-popup-wrap .video-play-button a i { width: 66px; height: 66px; font-size: 20px; }
  section.home-contact-wrap .home-contact-form { max-width: 100%; padding: 20px; }
  section.home-contact-wrap .home-contact-form .home-form-title h3 { font-size: 22.83px; line-height: 34px; padding-bottom: 15px; }
  section.home-contact-wrap .home-contact-form form input { padding: 8px; }
  section.home-contact-wrap .home-contact-form form input::placeholder { font-size: 14px; }
  section.home-contact-wrap .testimonial-wrap { padding: 18px; margin-top: 30px; }
  section.home-contact-wrap .author-img { width: 30%; }
  section.home-contact-wrap .author-caption { width: 70%; }
  section.find-out-wrap .find-out-title h3 { padding-bottom: 30px; font-size: 24.83px; font-weight: bold; line-height: 34px; }
  .take-section .zigzag-title h3 { font-size: 24.83px; }
  .take-section .take-wrap .take-box .take-right h3 { font-size: 20.63px; }
  section.home-contact-wrap .home-rating-wrap h3 { font-size: 24px; font-weight: bold; line-height: 34px; }
  section.home-contact-wrap .home-rating-wrap h4 { font-size: 18px; font-weight: bold; line-height: 26px; }
  footer.ev-footer-wrap .footer-logo img { max-width: 150px; padding-bottom: 30px; }
  section.good-thing-wrap .good-thing-title h3 { padding-bottom: 10px; font-size: 24.83px; line-height: 34px; }
  section.services-wrap .service-title h3 { font-size: 23.83px; line-height: 40px; padding-bottom: 30px; }
  .header-wrap .brand-logo{ padding-top: 0; }
  a.primary-button-green{ font-size: 16px; padding: 10px 20px;}
  .take-section .take-wrap .take-box .left-part .testimonial-wrap {left: -20px; max-width: 100%; padding: 15px;}
  .take-section .take-wrap .take-box:nth-child(even) .left-part .testimonial-wrap { right: -20px !important; max-width: 100%;}
  .take-section .take-wrap .take-box .left-part .testimonial-wrap .review-author-info .author-caption{ padding-left: 15px; }
  .take-section .take-wrap .take-box .left-part .take-img { height: 285px; }
  .take-section{ padding: 40px 0px 20px;}
  
  .retail-section .retail-wrap .retail-box .retail-right .right-inner strong{ font-size: 16px; line-height: 24px;}
  .retail-section .retail-wrap .retail-box .retail-right h3{ font-size: 23.63px;  font-weight: bold; line-height: 35px; padding-bottom: 12px;}
  .retail-section .retail-wrap .retail-box .retail-right .right-inner .retail-list ul li{ width: 100%; }
  .retail-section .retail-wrap .retail-box { padding-bottom: 50px;}
  .simple-menu-wrap nav .navbar-nav a.nav-link{ padding: 7px; }
  section.retail-wrap .retail-title h3{ padding-bottom: 5px; font-size: 20px; line-height: 30px;}
  section.retail-wrap{ padding: 40px 0; }
  
  section.large-testimonial-wrap{ padding: 40px 0; }
  section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-left-part{ width: 100%; float: left; padding-left: 50px; }
  section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-right-part { width: 100%; float: left; }
  section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-right-part .blockquote-wrap{ margin-left: 50px; }
  
  .block-section .block-wrap .block-box .left-part .block-img{ height: 360px; }
  .block-section .block-wrap .block-box:nth-child(odd) .block-right{ padding-left: 30px; }
  .block-section .block-wrap .block-box:nth-child(even) .block-right { padding-right: 40px;}
  .block-section .block-wrap .block-box{ padding-bottom: 50px; }
  .block-section .block-wrap .block-box .block-right .right-inner strong{ font-size: 16px; line-height: 24px;}
  .block-section .block-wrap .block-box .block-right h3 { padding-bottom: 15px; font-size: 21.63px; line-height: 31px;}
  .block-section .block-wrap .block-box .block-right p{ padding-bottom: 0; }  
  
  section.photo-gallery-wrap .photo-gallery-slider-wrap .photo-gallery-slider{ max-width: 500px; }
  .custom-menu-primary .header-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:after{ display:none; }
  .header-wrap.sticky { padding: 20px 20px 0px 20px; }
  
  .pricing-wrap .pricing-table-wrap .table-responsive table.table tbody tr td ul li { display: block; width: auto; list-style: none; text-align: right; }
	.pricing-wrap .pricing-table-wrap .table-responsive table thead { border: none; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
  .pricing-wrap .pricing-table-wrap .table-responsive table.table tbody tr {display: block; margin-bottom: 10px;}
  .pricing-wrap .pricing-table-wrap .table-responsive table.table tbody tr td{ text-align: right; }
	.pricing-wrap .pricing-table-wrap .table-responsive table td { border-bottom: 1px solid #ddd; display: block; font-size: .8em; text-align: right; }
	.pricing-wrap .pricing-table-wrap .table-responsive table td::before { content: attr(data-label); float: left; font-weight: bold; text-transform: uppercase; }
	.pricing-wrap .pricing-table-wrap .table-responsive table td:last-child { border-bottom: 0; }
  .pricing-wrap .pricing-table-wrap .table-responsive{ border:none; }
  
  .blog-redesign-2019 .author-info .author-left{ width: 50%; }
  .blog-redesign-2019 .author-info .author-right { width: 50%; }
  .blog-redesign-2019 .author-info p{ font-size: 16px; }
  .blog-redesign-2019 .post-item .post-info h2 a{ font-size: 20px !important; line-height: 30px !important; }
  .blog-redesign-2019 .post-item .post-info h2{ margin:0;}
  
  .blog-redesign-2019.hs-blog-listing .post-item:nth-child(odd) { padding: 0; }
  .blog-redesign-2019 .post-item { width: 100%; }
  .blog-redesign-2019 .post-item .featured-image-container { height: 280px; }
  
}




@media(max-width:767px){
  section.services-wrap .services-box-wrap .col-xl-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
/*   section.hero-banner-wrap .hero-banner-left form input { width: 60%; } */
  section.hero-banner-wrap .hero-banner-left form button.btn { width: 40%; }
  section.hero-banner-wrap { padding: 130px 0 60px 0; }
  section.good-thing-wrap .good-thing-box-wrap .good-thing-box .good-thing-image img{ height: 140px;}
  section.client-logo-wrap { padding: 40px 0; }
  section.services-wrap { padding: 40px 0; }
  section.services-wrap .services-box-wrap .services-box { padding: 20px; transition: all .3s}
  section.services-wrap .services-box-wrap .services-box:hover { box-shadow: 0 8px 16px 0 rgba(0,0,0,0.1);  }
  section.services-wrap .service-title h3 { font-size: 20.83px; line-height: 30px; padding-bottom: 20px; }
  section.good-thing-wrap { padding: 40px 0; }
  section.find-out-wrap { padding: 40px 0; }
  section.find-out-wrap .find-out-title h3 { font-size: 21.83px; line-height: 31px; }
  section.find-out-wrap .find-out-box-wrap .find-out-box { margin-bottom: 20px; padding: 20px; }
  section.home-contact-wrap { padding: 40px 0; }
  section.home-contact-wrap .home-contact-form .home-form-title h3 { font-size: 18.83px; line-height: 30px; padding-bottom: 15px; }
  .home-rating-wrap { padding-top: 18px; }
  section.home-contact-wrap .home-rating-wrap h3 { font-size: 21px; font-weight: bold; line-height: 31px; }
  footer.ev-footer-wrap { padding: 40px 0; }
  .header-wrap .menu-wrap>ul{ padding:0;}
  .header-wrap .menu-wrap ul li a:hover{ color:#fff; }
  .header-wrap .menu-wrap>ul>li.parent ul li { background-color: #fa9345;}
  
  .take-section .take-wrap .take-box { padding-bottom: 50px; flex-wrap: wrap; }
  .take-section .take-wrap .take-box .left-part { width: 100%; float: left; }
  .take-section .take-wrap .take-box .left-part .take-img { height: 285px; }
  .take-section .take-wrap .take-box .left-part .testimonial-wrap { left: 0; right: 0; max-width: 95%; padding: 15px; margin: 0 auto; }
  .take-section .take-wrap .take-box:nth-child(odd) .take-right { padding: 50px 20px 0px 20px !important; }
  .take-section .take-wrap .take-box .take-right { width: 100%; float: left; }
  .take-section .take-wrap .take-box .take-right .right-inner{ max-width: 100%; }
  .take-section .zigzag-title{ padding-bottom: 30px; }
  .take-section .take-wrap .take-box:nth-child(even) .left-part .testimonial-wrap { right: 0 !important; left: 0; max-width: 95%;}
  .take-section .take-wrap .take-box:nth-child(even) .take-right { padding: 50px 20px 0px 20px !important; }
  .take-section .take-wrap .take-box .left-part .testimonial-wrap p{ font-size: 16px; line-height: 23px;}
  section.client-logo-wrap .Logo-slider-wrap .logo-slider .logo-img{ padding: 25px; }
  
  .retail-section{padding: 30px 0px 30px; }
  .retail-section .retail-wrap .retail-box .left-part .retail-img { height: 300px; }
  .retail-section .retail-wrap .retail-box:nth-child(odd) .retail-right{ padding: 20px !important; }
  .retail-section .retail-wrap .retail-box .retail-right h3 { font-size: 20.63px; line-height: 30px;}
  .retail-section .retail-wrap .retail-box{flex-wrap:wrap;}
  .retail-section .retail-wrap .retail-box .left-part { width: 100%; float: left; }
  .retail-section .retail-wrap .retail-box .retail-right{ width: 100%; float: left; }
  .retail-section .retail-wrap .retail-box:nth-child(even) .retail-right { padding: 20px !important; }
  .retail-section .retail-wrap .retail-box { padding-bottom: 20px; }
  .retail-section .retail-wrap .retail-box .retail-right .right-inner{ max-width: 100%; }
  section.hero-banner-wrap .hero-banner-left{ padding-bottom: 20px;}
  section.hero-banner-wrap .hero-banner-right{ justify-content: left; }
  section.hero-banner-wrap .hero-banner-left form .input{width:60%;}
  
  section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-left-part{ padding-left: 0; }
  
  .get-started-wrap .get-started-caption .started-title h2{ font-size: 1.4em; padding-bottom: 10px; }
  .get-started-wrap .get-started-caption .book-free-cta{ padding: 20px 0px 30px 0; }
  .get-started-wrap .get-started-caption .book-free-cta a { padding: 14px 20px; }
  .get-started-wrap .get-started-caption .toll-free-number a{ font-size: 1.075em; }
  
  .block-section .block-wrap .block-box .left-part .block-img { height: 280px;}
  .block-section .block-wrap .block-box { padding-bottom: 30px; }
  .block-section .block-wrap .block-box{ flex-wrap: wrap; }
  .block-section .block-wrap .block-box .left-part { width: 100%; float: left; }
  .block-section .block-wrap .block-box .block-right{ width: 100%; float: left; }
  .block-section .block-wrap .block-box:nth-child(odd) .block-right { padding-left: 0; padding-top: 15px;}
  .block-section .block-wrap .block-box:nth-child(even) .block-right { padding-right: 0;  padding-top: 15px;}
  
  section.testimonial-wrap .testimonial-slider .testimonial-caption .testimonal-author-review p{ font-size: 16px; font-weight: 400; line-height: 23px; padding: 0 10px;}
  section.photo-gallery-wrap .photo-gallery-slider-wrap .photo-gallery-slider{ float:left; }
  
  .hs-blog-post .blog-section { padding: 0 10px; }
  .hs-blog-post .post-info .section.post-body img { width: 100% !important;  max-width: 100% !important; margin: 0 auto; float: none !important; }
  .hs-blog-post .post-info .section.post-body div { display: inline-block; width: 100%; }
  .hs-blog-post .post-info .section.post-body div span { display: inline-block; width: 100%; text-align: left; }
   
  .blog-redesign-2019 .post-item .post-info h2 a { line-height: 20px !important; font-size: 20px !important;}
  .blog-redesign-2019 .post-item .post-info h2 { line-height: 28px !important;}  
  
  section.form-section.update-form-style .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(2).fsNameFirst, .fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(1).fsNameFirst { width: 100%; margin-bottom: 15px; }
  section.form-section.update-form-style .fsSubFieldGroup .fsSubField:nth-child(1):nth-last-child(2).fsNameLast, .fsSubFieldGroup .fsSubField:nth-child(2):nth-last-child(1).fsNameLast { width: 100% !important; }
  section.form-section.update-form-style .fsBody .fsRowBody { margin-bottom: 15px !important;}
  section.form-section.update-form-style .fsBody .fsForm { margin: 0; padding: 0;}
  section.form-section.update-form-style .fsForm .fsSubmit { margin-top: 20px;}
}


@media(max-width:660px){
  div#hero-video .hs-responsive-embed-wrapper.hs-responsive-embed { width: 400px !important; min-width: 400px !important; }
  section.photo-gallery-wrap .photo-gallery-slider-wrap .photo-gallery-slider .slick-dots{ bottom: 0; }
  section.photo-gallery-wrap .photo-gallery-slider-wrap .photo-gallery-slider .slick-dots li button:before{ font-size: 30px; }
  section.photo-gallery-wrap .photo-gallery-slider-wrap .photo-gallery-slider .slick-dots li.slick-active button:before { opacity: 1; color: #f99245;}
}

@media(max-width:640px){
  section.form-section.update-form-style .fsBody.fsEmbed {padding: 30px !important;}
  .fsBody .fsLabel, .fsBody label{ line-height: 30px; }
}
@media(max-width:575px){
  .blog-redesign-2019 .post-item .featured-image-container { height: 200px;}
  .blog-section { padding: 0 15px; }
}

@media(max-width:480px){
  div#hero-video .hs-responsive-embed-wrapper.hs-responsive-embed { width: 320px !important; min-width: 320px !important; }
  section.client-logo-wrap .Logo-slider-wrap .logo-slider .logo-img { padding: 30px; }
  
  section.large-testimonial-wrap .large-testimonial-slider .large-testimonial-right-part .blockquote-wrap {margin-left: 0;}
}

/* Compare Table ========================= */
#compareChart h2 {
  color: #444444;
}

.compareTable {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .compareTable .label-col {
    width: 45%;
  }
  .compareTable .enterprise-col,
  .compareTable .retail-col {
    width: 27.5%;
  }
}
@media screen and (max-width: 767px) {
  .compareTable tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .compareTable td, .compareTable th {
    display: block;
    width: 50%;
  }
  .compareTable th:first-child,
  .compareTable td:first-child {
    text-align: center;
    background: #efefef;
    width: 100%;
    border-top: 0;
    border-bottom: 0;
  }
  .compareTable th:last-child,
  .compareTable td:last-child {
    border-left: 0;
  }
  .compareTable th:first-child {
    display: none;
  }
}
.compareTable th, .compareTable td {
  border: 1px solid #444444;
  padding: 6px;
  text-align: center;
  color: #444444;
}
.compareTable th.chart-label, .compareTable td.chart-label {
  text-transform: uppercase;
  font-weight: 500;
  color: #6D6D6D;
}
@media screen and (min-width: 768px) {
  .compareTable th.chart-label, .compareTable td.chart-label {
    text-align: left;
  }
}
.compareTable th.border-no, .compareTable td.border-no {
  border: 0;
}
.compareTable th {
  padding: 10px;
}
.compareTable .btn-row th, .compareTable .btn-row td {
  border: 0;
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  .compareTable .btn-row th:first-child, .compareTable .btn-row td:first-child {
    display: none;
  }
}
.compareTable .custom-green-button,
.compareTable .custom-oragne-button {
  padding: 0.75em 2em;
}
.compareTable div[class*="chart-icon-"] {
  display: inline-block;
  height: calc(20px * 0.75);
  text-indent: -999em;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  vertical-align: middle;
}
.compareTable .chart-icon-yes {
  background-image: url("https://1835951.fs1.hubspotusercontent-na1.net/hubfs/1835951/2017%20Website%20Redesign/Icons/check.png");
  width: calc(25px * 0.75);
}
.compareTable .chart-icon-no {
  background-image: url("https://1835951.fs1.hubspotusercontent-na1.net/hubfs/1835951/2017%20Website%20Redesign/Icons/Minus.png");
  width: calc(20px * 0.75);
}
.compareTable.pool-spa-integrations th {
  font-size: 15px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .compareTable.pool-spa-integrations th, .compareTable.pool-spa-integrations td {
    width: calc(75%/4);
  }
  .compareTable.pool-spa-integrations th.label-col, .compareTable.pool-spa-integrations td.label-col {
    width: 25%;
  }
  .compareTable.pool-spa-integrations td.chart-label {
    text-align: center;
    padding: 10px;
  }
  .compareTable.pool-spa-integrations img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .compareTable.pool-spa-integrations td, .compareTable.pool-spa-integrations th {
    width: 25%;
  }
  .compareTable.pool-spa-integrations td:nth-child(n+3), .compareTable.pool-spa-integrations th:nth-child(n+3) {
    border-left: 0;
  }
  .compareTable.pool-spa-integrations th {
    font-size: 14px;
  }
  .compareTable.pool-spa-integrations th:first-child,
  .compareTable.pool-spa-integrations td:first-child {
    width: 100%;
  }
  .compareTable.pool-spa-integrations img {
    max-width: 200px;
  }
}
.compareTable.water-testing-integrations th {
  font-size: 15px;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .compareTable.water-testing-integrations th, .compareTable.water-testing-integrations td {
    width: calc(20%);
  }
  .compareTable.water-testing-integrations td.chart-label {
    text-align: center;
    padding: 10px;
  }
  .compareTable.water-testing-integrations img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .compareTable.water-testing-integrations td, .compareTable.water-testing-integrations th {
    width: 25%;
  }
  .compareTable.water-testing-integrations td:nth-child(n+3), .compareTable.water-testing-integrations th:nth-child(n+3) {
    border-left: 0;
  }
  .compareTable.water-testing-integrations th {
    font-size: 14px;
  }
  .compareTable.water-testing-integrations th:first-child,
  .compareTable.water-testing-integrations td:first-child {
    width: 100%;
  }
  .compareTable.water-testing-integrations img {
    max-width: 200px;
  }
}