/* @import url('http://example.com/example_style.css'); */

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

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

.pwr-blog-listing,
.pwr-blog-listing__content {
  background-color: #EBEBFA !important;
}

.hs-blog-post .pwr-sec-prev-next-nav,
.hs-blog-post .pwr-post-body {
  background-color: #ffffff !important;
}

::-moz-selection {
    background: var(--clr-background-dk);
    color: var(--clr-text-dk);
    text-shadow: none;
}

::selection {
    background: var(--clr-background-dk);
    color: var(--clr-text-dk);
    text-shadow: none;
}

.pwr--dark::-moz-selection {
    background: var(--clr-primary);
    color: var(--clr-text-dk);
}

.pwr--dark::selection {
    background: var(--clr-primary);
    color: var(--clr-text-dk);
}

/* Horizontal line */

hr {
    color: var(--clr-background-accent-dk);
    background-color: var(--clr-background-accent-dk);
    height: 1px;
    border: none;
}

/* Corrects width issues in table elements created via the wysiwyg editor */

table tr td img {
    max-width: initial;
}

/* Preformated Text */

pre {
    background-color: var(--clr-background-accent-lt);
    border: 1px solid var(--clr-base-dk);
    min-width: 300px;
    overflow-x: auto;
    padding: 20px;
}

.pwr--dark pre {
    background-color: var(--clr-background-accent-dk);
}

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

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Lists */

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

.hs_cos_wrapper_type_rich_text li > ul:not(.inputs-list),
.pwr-rich-text li > ul,
.hs_cos_wrapper_type_post_filter li > ul,
.hs_cos_wrapper_type_post_listing li > ul {
    margin: var(--ul-li-spacing) 0;
}

.hs_cos_wrapper_type_post_filter ul,
.hs_cos_wrapper_type_post_listing ul {
    font-weight: 500;
    line-height: 2.33em;
    margin: 0;
}

.hs_cos_wrapper_type_rich_text ul:not(.inputs-list),
.pwr-rich-text ul {
    font-family: var(--ff-ul);
    font-weight: var(--fw-ul);
    margin: 0;
    letter-spacing: var(--ls-ul);
}

ol {
    font-family: var(--ff-ol);
    font-weight: var(--fw-ol);
    letter-spacing: var(--ls-ol);
    margin: 0;
}

li ol  {
    margin: var(--ol-li-spacing) 0;
}

ol li {
    margin: var(--ol-li-spacing) 0;
    position: relative;
}

@media (max-width: 767px) {
    .hs_cos_wrapper_type_rich_text ul:not(.inputs-list),
    .pwr-rich-text ul {
        letter-spacing: var(--ls-ul-tablet);
    }

    ol {        
        letter-spacing: var(--ls-ol-tablet);
    }
}

@media (max-width: 575px) {
    .hs_cos_wrapper_type_rich_text ul:not(.inputs-list),
    .pwr-rich-text ul {
        letter-spacing: var(--ls-ul-mobile);
    }

    ol {
        letter-spacing: var(--ls-ol-mobile);
    }
}

.hs_cos_wrapper_type_rich_text ul:not(.inputs-list) li,
.pwr-rich-text ul li,
.hs_cos_wrapper_type_post_filter ul li,
.hs_cos_wrapper_type_post_listing ul li {
    margin: var(--ul-li-spacing) 0;
    list-style: none;
    position: relative;
}

.hs_cos_wrapper_type_post_filter ul li,
.hs_cos_wrapper_type_post_listing ul li {
    margin: 5px 0 10px;
    line-height: 2em;
}

.hs_cos_wrapper_type_rich_text ul:not(.inputs-list) li:first-child,
.pwr-rich-text ul li:first-child,
.hs_cos_wrapper_type_post_filter ul li:first-child,
.hs_cos_wrapper_type_post_listing ul li:first-child,
ol li:first-child {
    margin-top: 0;
}

.hs_cos_wrapper_type_rich_text ul:not(.inputs-list) li:last-child,
.pwr-rich-text ul li:last-child,
.hs_cos_wrapper_type_post_filter ul li:last-child,
.hs_cos_wrapper_type_post_listing ul li:last-child,
ol li:last-child {
    margin-bottom: 0;
}

.pwr--dark ul:not(.hs-error-msgs):not(.inputs-list):not(.pwr-sec-breadcrumbs__list) li:before {
    background-color: var(--clr-base-lt);
}

.pwr--dark ul:not(.hs-error-msgs):not(.inputs-list):not(.pwr-sec-breadcrumbs__list) li:after {
    border-color: var(--clr-primary);
}

/* Quotes */

blockquote {
    border-left: 3px solid var(--clr-primary);
    font-style: italic;
    font-weight: 500;
    margin-left: 0;
    padding-left: 40px;
}

/*  Base Styles - Modules                                                     */

/* Blog Social Sharing */

.hs-blog-social-share {
    height: auto;
}

.hs-blog-social-share .hs-blog-social-share-list {
    margin: 0;
    list-style: none !important;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    height: 30px;
    list-style: none !important;
    margin-right: 20px !important;
}

.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span,
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item-linkedin span.IN-widget {
    vertical-align: top !important; /* Aligns Facebook and LinkedIn icon with twitter icon */
}

@media (max-width: 479px) {
    .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
        float: none !important; /* Stack social icons into two rows on phones */
    }
}

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

iframe[src^="https://embed.lottiefiles.com/animation/"] {
    border: initial;
}

/* Space Module */

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

/* FlexSlider */

.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden;
}

.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: 0;
}

.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.hs_cos_flex-slider .hs_cos_flex-slides img {
    width: 100%;
    display: block;
    border-radius: 0px;
}

.hs_cos_flex-pauseplay span {
    text-transform: capitalize;
}

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

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

.loading .hs_cos_flex-viewport {
    max-height: 300px;
}

.hs_cos_flex-slider .hs_cos_flex-slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

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

.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: .8;
    right: 5px;
}

.hs_cos_flex-slider:hover .hs_cos_flex-prev {
    opacity: .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;
}

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

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

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

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

/* ReCaptcha */

@media all and (max-width:400px) {
    #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;
    }
}

/*  End Base Styles - Modules                                                 */

* ========================================================================== */
/*  3. FORM STYLES                                           #form            */
/* ========================================================================== */

/* Form Field */

body .hs-form-field {
    margin-bottom: 40px;
    text-align: left;
}

/* Labels */

body .hs-form-field > label {
    color: var(--clr-form-label-lt);
    font-family: var(--ff-form-label);
    font-size: 14px; /* fallback */
    font-size: var(--fs-form-label);
    font-weight: var(--fw-form-label);
    letter-spacing: var(--ls-form-label);
}

body .pwr--dark .hs-form-field > label,
body .pwr-form.pwr--dark .hs-form-field > label {
    color: var(--clr-form-label-dk);
}

body .pwr--light .hs-form-field > label,
body .pwr-form.pwr--light .hs-form-field > label {
    color: var(--clr-form-label-lt);
}

body .hs-form-field > label .hs-form-required {
    padding-left: 10px;
}

/* Descriptions / Help-Text */

body .hs-field-desc {
    font-family: var(--ff-form-help);
    font-size: 14px; /* fallback */
    font-size: var(--fs-form-help);
    font-weight: var(--fw-form-help);
    letter-spacing: var(--ls-form-help);
    line-height: 1.2;
    padding: 5px 0;
}

/* Inputs */

body input[type="text"],
body input[type="password"],
body input[type="datetime"],
body input[type="datetime-local"],
body input[type="date"],
body input[type="month"],
body input[type="time"],
body input[type="week"],
body input[type="number"],
body input[type="email"],
body input[type="url"],
body input[type="search"],
body input[type="tel"],
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    box-shadow: none;
    color: var(--clr-text-lt);
    height: auto;
    font-family: var(--ff-form-input);
    font-size: 16px; /* fallback */
    font-size: var(--fs-form-input);
    font-weight: var(--fw-form-input);
    letter-spacing: var(--ls-form-input);
    width: 100%;
}

body textarea {
    min-height: 7em;
}

.hs-dateinput {
    position: relative;
}

.hs-dateinput:before {
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='calendar-alt' class='svg-inline--fa fa-calendar-alt fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23' d='M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z'%3E%3C/path%3E%3C/svg%3E");
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
}

.pwr--dark .hs-dateinput:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='calendar-alt' class='svg-inline--fa fa-calendar-alt fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23' d='M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z'%3E%3C/path%3E%3C/svg%3E");
}

.hs-dateinput .fn-date-picker .is-today .pika-button {
    color: var(--clr-primary);
}

.hs-dateinput .fn-date-picker .is-selected .pika-button {
    background: var(--clr-primary);
}

.hs-dateinput .fn-date-picker .pika-button:hover {
    background: var(--clr-base-dk) !important;
}

.hs-recaptcha {
    margin: 30px 0 20px !important;
}

.hs-recaptcha .grecaptcha-badge {
    box-shadow: none !important;
}

body select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .8em auto, 100%;
    border-radius: 0;
    display: block;
    position: relative;
    max-width: 100%;
    width: 100%;
}

body select:focus {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
}

body .pwr--dark select {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
}

body .pwr-form.pwr--light select {
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
}

body .pwr--dark select option {
    color: var(--clr-text-lt);
}

body select::-ms-expand {
    display: none;
}

body select option {
    font-weight: normal;
}

body .pwr--dark input[type="text"],
body .pwr--dark input[type="password"],
body .pwr--dark input[type="datetime"],
body .pwr--dark input[type="datetime-local"],
body .pwr--dark input[type="date"],
body .pwr--dark input[type="month"],
body .pwr--dark input[type="time"],
body .pwr--dark input[type="week"],
body .pwr--dark input[type="number"],
body .pwr--dark input[type="email"],
body .pwr--dark input[type="url"],
body .pwr--dark input[type="search"],
body .pwr--dark input[type="tel"],
body .pwr--dark input[type="color"],
body .pwr--dark input[type="file"],
body .pwr--dark textarea,
body .pwr--dark select {
    color: var(--clr-text-dk);
}

body input[type="text"]:focus,
body input[type="password"]:focus,
body input[type="datetime"]:focus,
body input[type="datetime-local"]:focus,
body input[type="date"]:focus,
body input[type="month"]:focus,
body input[type="time"]:focus,
body input[type="week"]:focus,
body input[type="number"]:focus,
body input[type="email"]:focus,
body input[type="url"]:focus,
body input[type="search"]:focus,
body input[type="tel"]:focus,
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
    border-color: var(--clr-primary);
    outline: none;
}

body .pwr--dark input[type="text"]:focus,
body .pwr--dark input[type="password"]:focus,
body .pwr--dark input[type="datetime"]:focus,
body .pwr--dark input[type="datetime-local"]:focus,
body .pwr--dark input[type="date"]:focus,
body .pwr--dark input[type="month"]:focus,
body .pwr--dark input[type="time"]:focus,
body .pwr--dark input[type="week"]:focus,
body .pwr--dark input[type="number"]:focus,
body .pwr--dark input[type="email"]:focus,
body .pwr--dark input[type="url"]:focus,
body .pwr--dark input[type="search"]:focus,
body .pwr--dark input[type="tel"]:focus,
body .pwr--dark input[type="color"]:focus,
body .pwr--dark input[type="file"]:focus,
body .pwr--dark textarea:focus,
body .pwr--dark select:focus {
    border-color: var(--clr-form-field-border-dk);
}

body .pwr-form.pwr--light input[type="text"],
body .pwr-form.pwr--light input[type="password"],
body .pwr-form.pwr--light input[type="datetime"],
body .pwr-form.pwr--light input[type="datetime-local"],
body .pwr-form.pwr--light input[type="date"],
body .pwr-form.pwr--light input[type="month"],
body .pwr-form.pwr--light input[type="time"],
body .pwr-form.pwr--light input[type="week"],
body .pwr-form.pwr--light input[type="number"],
body .pwr-form.pwr--light input[type="email"],
body .pwr-form.pwr--light input[type="url"],
body .pwr-form.pwr--light input[type="search"],
body .pwr-form.pwr--light input[type="tel"],
body .pwr-form.pwr--light input[type="color"],
body .pwr-form.pwr--light input[type="file"],
body .pwr-form.pwr--light textarea,
body .pwr-form.pwr--light select {
    color: var(--clr-text-lt);
}

body .pwr-form.pwr--dark input[type="text"],
body .pwr-form.pwr--dark input[type="password"],
body .pwr-form.pwr--dark input[type="datetime"],
body .pwr-form.pwr--dark input[type="datetime-local"],
body .pwr-form.pwr--dark input[type="date"],
body .pwr-form.pwr--dark input[type="month"],
body .pwr-form.pwr--dark input[type="time"],
body .pwr-form.pwr--dark input[type="week"],
body .pwr-form.pwr--dark input[type="number"],
body .pwr-form.pwr--dark input[type="email"],
body .pwr-form.pwr--dark input[type="url"],
body .pwr-form.pwr--dark input[type="search"],
body .pwr-form.pwr--dark input[type="tel"],
body .pwr-form.pwr--dark input[type="color"],
body .pwr-form.pwr--dark input[type="file"],
body .pwr-form.pwr--dark textarea,
body .pwr-form.pwr--dark select {
    border-color: var(--clr-form-field-border-dk-rgba);
    color: var(--clr-text-dk);
}

body .pwr-form.pwr--light input[type="text"]:focus,
body .pwr-form.pwr--light input[type="password"]:focus,
body .pwr-form.pwr--light input[type="datetime"]:focus,
body .pwr-form.pwr--light input[type="datetime-local"]:focus,
body .pwr-form.pwr--light input[type="date"]:focus,
body .pwr-form.pwr--light input[type="month"]:focus,
body .pwr-form.pwr--light input[type="time"]:focus,
body .pwr-form.pwr--light input[type="week"]:focus,
body .pwr-form.pwr--light input[type="number"]:focus,
body .pwr-form.pwr--light input[type="email"]:focus,
body .pwr-form.pwr--light input[type="url"]:focus,
body .pwr-form.pwr--light input[type="search"]:focus,
body .pwr-form.pwr--light input[type="tel"]:focus,
body .pwr-form.pwr--light input[type="color"]:focus,
body .pwr-form.pwr--light input[type="file"]:focus,
body .pwr-form.pwr--light textarea:focus,
body .pwr-form.pwr--light select:focus {
    border-color: var(--clr-primary);
    outline: none;
}

body .pwr-form.pwr--dark input[type="text"]:focus,
body .pwr-form.pwr--dark input[type="password"]:focus,
body .pwr-form.pwr--dark input[type="datetime"]:focus,
body .pwr-form.pwr--dark input[type="datetime-local"]:focus,
body .pwr-form.pwr--dark input[type="date"]:focus,
body .pwr-form.pwr--dark input[type="month"]:focus,
body .pwr-form.pwr--dark input[type="time"]:focus,
body .pwr-form.pwr--dark input[type="week"]:focus,
body .pwr-form.pwr--dark input[type="number"]:focus,
body .pwr-form.pwr--dark input[type="email"]:focus,
body .pwr-form.pwr--dark input[type="url"]:focus,
body .pwr-form.pwr--dark input[type="search"]:focus,
body .pwr-form.pwr--dark input[type="tel"]:focus,
body .pwr-form.pwr--dark input[type="color"]:focus,
body .pwr-form.pwr--dark input[type="file"]:focus,
body .pwr-form.pwr--dark textarea:focus,
body .pwr-form.pwr--dark select:focus {
    border-color: var(--clr-form-field-border-dk);
}

/* Ignore Hubspots Form Title for Form Modules */

body .pwr-form .hs_cos_wrapper.form-title {
    display: none;
}

/* Multiple Selection Inputs */

body form.hs-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
}

/* Placeholder Text */

::placeholder {
    color: rgba(var(--clr-text-lt-rgb), .66);
}

.pwr--dark ::placeholder {
    color: rgba(var(--clr-text-dk-rgb), .66);
}

/* Error messages */

body form.hs-form ul.inputs-list.hs-error-msgs,
body .pwr-form.pwr--light form.hs-form ul.inputs-list.hs-error-msgs {
    color: var(--clr-form-error-lt);
    font-family: var(--ff-form-error);
    font-size: 16px; /* fallback */
    font-size: var(--fs-form-error);
    font-weight: var(--fw-form-error);
    letter-spacing: var(--ls-form-error);
    line-height: 1.2;
    list-style: none;
    padding-left: 0;
}

body .pwr--dark form.hs-form ul.inputs-list.hs-error-msgs,
body .pwr-form.pwr--dark form.hs-form ul.inputs-list.hs-error-msgs {
    color: var(--clr-form-error-dk);
}