﻿.top-right-nav {
    position:absolute;
    width:100%;
    height:48px;
}

.header-tel {
    font-size: 14.5px;
    position: relative;
    z-index:2;
    margin-left:-18px;
}

.header-tel > a {
    padding: 14px 10px 14px 18px;
    font-weight:600;
    font-size:14px;
}

.header-cta, .header-login {
    z-index:2;
}

.header-cta > a {
    padding: 9px;
    font-weight:600;
    font-size:14px;
}

.header-login > a {
    padding: 10px;
    font-weight: 600;
    font-size:14px;
}

.search-open .header-cta > a {
    padding: 9px 12px 9px 6px;
}

.search-open .header-login > a {
    padding: 10px 15px 10px 3px;
}

.navbar-brand {
    height: 60px;
}

.nav-link.dropdown-toggle {
    padding-right:22px;
}

nav.nav.social i {
    color: var(--et-text-gray) !important;
}

body.search-open .top-right-nav {
    background-color: #fff;
    filter: drop-shadow(0px 0px 10px rgba(91,107,122,0.3));
    -webkit-filter: drop-shadow(0px 0px 10px rgba(91,107,122,0.3));
    z-index:2;
}

@media (min-width:768px){
    .header-tel, .header-cta, .header-login {
        padding-right: 20px;
        border-right: 2px solid var(--et-subtle-gray);
        margin-left:unset;
    }
    .header-cta, .header-login {
        padding-left: 16px;
        padding-right: 16px;
    }
    .header-tel > a, .header-cta a, .search-open .header-cta a,
    .header-login > a, .search-open .header-login a {
        padding: unset;
    }
    body.search-open .top-right-nav {
        background-color: transparent;
        filter: none;
        -webkit-filter: none;
        z-index:unset;
    }
}



ul.navbar-nav > li:last-of-type a {
    padding-right: 0px !important;
}

.navbar-other ul.navbar-nav .nav-item {
    width: 48px;
    height: 48px;
}

    .navbar-other ul.navbar-nav .nav-item button.hamburger {
        width: 100%;
        height: 100%;
        padding-bottom: 5px;
        align-items: end;
        justify-content: end;
    }

@media (min-width: 992px) {
    .navbar-outer {
        padding-right: 0px;
    }

    .navbar-expand-lg[class*=navbar-bg-]:not(.fancy):not(.extended):not(.fixed) .navbar-collapse .nav-link, .nav-link {
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
}

.navbar {
    display: block;
    border-bottom: solid 1px #eee;
}

@media (max-width: 991.98px) {
    .navbar-expand-lg .navbar-brand {
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
}

.search {
    height: 48px;
    justify-content: flex-end !important;
}

::selection {
    background: #212129;
}

.search-wrapper {
    position: absolute;
    right: 15px;
}

    .search-wrapper.active {
    }

    .search-wrapper .input-holder {
        height: 50px;
        width: 50px;
        overflow: hidden;
        background: rgba(255,255,255,0);
        border-radius: 6px;
        position: relative;
        transition: all 0.3s ease-in-out;
    }

    .search-wrapper.active .input-holder {
        width: 450px;
        border-radius: 8px;
        background: #FFFFFF;
        color: var(--et-text-gray);
        border: 1px solid var(--et-subtle-gray);
        transition: all .5s;
    }

    .search-wrapper .input-holder .search-input {
        width: 100%;
        height: 50px;
        padding: 0px 70px 0 20px;
        position: absolute;
        top: 0px;
        left: 0px;
        background: transparent;
        box-sizing: border-box;
        border: none;
        outline: none;
        font-family: 'Maven Pro', sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 20px;
        color: var(--et-text-gray);
        transform: translate(0, 60px);
        transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
        transition-delay: 0.3s;
    }

    .search-wrapper.active .input-holder .search-input {
        opacity: 1;
        transform: translate(0, 0);
    }

    .search-wrapper .input-holder .search-btn {
        width: 36px;
        height: 50px;
        border: none;
        border-radius: 6px;
        background-color: transparent;
        padding: 0px;
        outline: none;
        position: relative;
        z-index: 2;
        float: right;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        text-align: center;
    }

button.search-btn .search-icon {
    width: 16px;
    height: 16px;
}

.search-page button.search-btn .search-icon {
    width: 22px;
    height: 22px;
}

.search-wrapper .input-holder .search-btn:hover .search-icon path {
    fill: var(--et-red);
}

.search-wrapper.active .input-holder .search-btn {
    width: 50px;
    height: 46px;
    border-radius: 30px;
}

.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 5px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s;
}

.search-wrapper.active .close {
    right: -50px;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
}

.search-wrapper .close::before, .search-wrapper .close::after {
    position: absolute;
    content: '';
    background: var(--et-text-gray);
    border-radius: 2px;
}

.search-wrapper.active {
    width: 100%;
    margin-right: 50px;
}

    .search-wrapper.active .input-holder {
        float: right;
        width: 50%;
    }

@media (max-width: 991.98px) {
    .search-wrapper.active .input-holder {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .search-wrapper.active .input-holder {
        width: 75%;
    }
}

.navbar-brand img {
    width: 200px;
}

.overline {
    font-size: 0.85rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.055rem;
    margin-bottom:0.5rem;
    line-height:1.15rem;
}

.overline-sm {
    font-size: 0.68rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.044rem;
    margin-bottom: 0.25rem;
    line-height: 0.85rem;
}

.fw-400 {
    font-weight:400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-inherit {
    font-weight: inherit !important;
}

.display-7 {
    font-size:1.4rem;
}

.display-8 {
    font-size: 1.25rem;
    font-weight:500;
}

.copy-1 {
    font-size: 1.05rem;
    line-height:1.6;
    color:var(--et-text-gray);
}

.copy-2 {
    font-size: 1rem;
}

.copy-3 {
    font-size: 0.9rem;
    color: var(--et-text-gray);
}

.copy-4 {
    font-size: 0.828rem;
    color: var(--et-text-gray);
}

.copy-5 {
    font-size:0.8rem;
}

.copy-6 {

}

a {
    font-weight:500;
    color:var(--et-blue);
}

a.btn-outline-primary {
    border-width:3px;
    border-style:solid;
}

.blog-single a:not(.link-primary):hover,
.blog-single a:not(.link-primary):active,
.blog-single a:not(.link-primary):focus {
    filter: brightness(0.7);
}

.fill-et-red svg.eturns-icon .icon-fill,
.fill-et-red svg.ui-icon .icon-fill {
    fill: var(--et-red);
}

.fill-et-blue svg.eturns-icon .icon-fill,
.fill-et-blue svg.ui-icon .icon-fill {
    fill: var(--et-blue);
}

.fill-et-accent-blue svg.eturns-icon .icon-fill,
.fill-et-accent-blue svg.ui-icon .icon-fill {
    fill: var(--et-accent-blue);
}

.fill-et-accent-yellow svg.eturns-icon .icon-fill,
.fill-et-accent-yellow svg.ui-icon .icon-fill {
    fill: var(--et-accent-yellow);
}

.fill-et-accent-purple svg.eturns-icon .icon-fill,
.fill-et-accent-purple svg.ui-icon .icon-fill {
    fill: var(--et-accent-purple);
}

.fill-et-accent-green svg.eturns-icon .icon-fill,
.fill-et-accent-green svg.ui-icon .icon-fill {
    fill: var(--et-accent-green);
}

.fill-et-accent-red svg.eturns-icon .icon-fill,
.fill-et-accent-red svg.ui-icon .icon-fill {
    fill: var(--et-accent-red);
}

.check-et-red.et-check,
.bullet-et-red.et-check .bullet-text::before {
    background-image: url('../img/icons/checkmark-et-red.svg') !important;
}

.check-et-blue.et-check,
.bullet-et-blue.et-check .bullet-text::before {
    background-image: url('../img/icons/checkmark-et-blue.svg') !important;
}

.check-et-accent-blue.et-check,
.bullet-et-accent-blue.et-check .bullet-text::before {
    background-image: url('../img/icons/checkmark-et-accent-blue.svg') !important;
}

.check-et-accent-yellow.et-check,
.bullet-et-accent-yellow.et-check .bullet-text::before {
    background-image: url('../img/icons/checkmark-et-accent-yellow.svg') !important;
}

.check-et-accent-purple.et-check,
.bullet-et-accent-purple.et-check .bullet-text::before {
    background-image: url('../img/icons/checkmark-et-accent-purple.svg') !important;
}

.check-et-accent-green.et-check,
.bullet-et-accent-green.et-check .bullet-text::before {
    background-image: url('../img/icons/checkmark-et-accent-green.svg') !important;
}

.check-et-accent-red.et-check,
.bullet-et-accent-red.et-check .bullet-text::before {
    background-image: url('../img/icons/checkmark-et-accent-red.svg') !important;
}

.chevron-et-red.et-chevron,
.bullet-et-red.et-chevron .bullet-text::before {
    background-image: url('../img/icons/chevron-et-red.svg') !important;
}

.chevron-et-blue.et-chevron,
.bullet-et-blue.et-chevron .bullet-text::before {
    background-image: url('../img/icons/chevron-et-blue.svg') !important;
}

.chevron-et-accent-blue.et-chevron,
.bullet-et-accent-blue.et-chevron .bullet-text::before {
    background-image: url('../img/icons/chevron-et-accent-blue.svg') !important;
}

.chevron-et-accent-yellow.et-chevron,
.bullet-et-accent-yellow.et-chevron .bullet-text::before {
    background-image: url('../img/icons/chevron-et-accent-yellow.svg') !important;
}

.chevron-et-accent-purple.et-chevron,
.bullet-et-accent-purple.et-chevron .bullet-text::before {
    background-image: url('../img/icons/chevron-et-accent-purple.svg') !important;
}

.chevron-et-accent-green.et-chevron,
.bullet-et-accent-green.et-chevron .bullet-text::before {
    background-image: url('../img/icons/chevron-et-accent-green.svg') !important;
}

.chevron-et-accent-red.et-chevron,
.bullet-et-accent-red.et-chevron .bullet-text::before {
    background-image: url('../img/icons/chevron-et-accent-red.svg') !important;
}

.bg-et-subtle-red {
    background-color: var(--et-subtle-red) !important;
}

.bg-et-subtle-blue {
    background-color: var(--et-subtle-blue) !important;
}

.bg-et-subtle-accent-blue {
    background-color: var(--et-subtle-accent-blue) !important;
}

.bg-et-subtle-accent-yellow {
    background-color: var(--et-subtle-accent-yellow) !important;
}

.bg-et-subtle-accent-purple {
    background-color: var(--et-subtle-accent-purple) !important;
}

.bg-et-subtle-accent-green {
    background-color: var(--et-subtle-accent-green) !important;
}

.bg-et-subtle-accent-red {
    background-color: var(--et-subtle-accent-red) !important;
}

.bg-et-med-red,
.bullet-et-red .bullet-text::before {
    background-color: var(--et-med-red) !important;
}

.bg-et-med-blue,
.bullet-et-blue .bullet-text::before {
    background-color: var(--et-med-blue) !important;
}

.bg-et-med-accent-blue,
.bullet-et-accent-blue .bullet-text::before {
    background-color: var(--et-med-accent-blue) !important;
}

.bg-et-med-accent-yellow,
.bullet-et-accent-yellow .bullet-text::before {
    background-color: var(--et-med-accent-yellow) !important;
}

.bg-et-med-accent-purple,
.bullet-et-accent-purple .bullet-text::before {
    background-color: var(--et-med-accent-purple) !important;
}

.bg-et-med-accent-green,
.bullet-et-accent-green .bullet-text::before {
    background-color: var(--et-med-accent-green) !important;
}

.bg-et-med-accent-red,
.bullet-et-accent-red .bullet-text::before {
    background-color: var(--et-med-accent-red) !important;
}

.bg-et-red, .bg-et-red-active .active {
    background-color: var(--et-red) !important;
}

.bg-et-blue, .bg-et-blue-active .active {
    background-color: var(--et-blue) !important;
}

.bg-et-accent-blue, .bg-et-accent-blue-active .active {
    background-color: var(--et-accent-blue) !important;
}

.bg-et-accent-yellow, .bg-et-accent-yellow-active .active {
    background-color: var(--et-accent-yellow) !important;
}

.bg-et-accent-purple, .bg-et-accent-purple-active .active {
    background-color: var(--et-accent-purple) !important;
}

.bg-et-accent-green, .bg-et-accent-green-active .active {
    background-color: var(--et-accent-green) !important;
}

.bg-et-accent-red, .bg-et-accent-red-active .active {
    background-color: var(--et-accent-red) !important;
}

.text-et-navy, .text-et-navy-hover:hover {
    color: var(--et-text-navy) !important;
}

.text-et-gray, .text-et-gray-hover:hover {
    color: var(--et-text-gray) !important;
}

.text-et-red, .text-et-red-hover:hover {
    color: var(--et-red) !important;
}

.text-et-blue, .text-et-blue-hover:hover {
    color: var(--et-blue) !important;
}

.text-et-accent-blue, .text-et-accent-blue-hover:hover {
    color: var(--et-accent-blue) !important;
}

.text-et-accent-yellow, .text-et-accent-yellow-hover:hover {
    color: var(--et-accent-yellow) !important;
    filter: brightness(0.95);
}

.text-et-accent-purple, .text-et-accent-purple-hover:hover {
    color: var(--et-accent-purple) !important;
}

.text-et-accent-green, .text-et-accent-green-hover:hover {
    color: var(--et-accent-green) !important;
}

.text-et-accent-red, .text-et-accent-red-hover:hover {
    color: var(--et-accent-red) !important;
}

.stroke-et-red {
    -webkit-text-stroke-color: var(--et-subtle-red) !important;
}

.stroke-et-blue {
    -webkit-text-stroke-color: var(--et-subtle-blue) !important;
}

.stroke-et-accent-blue {
    -webkit-text-stroke-color: var(--et-subtle-accent-blue) !important;
}

.stroke-et-accent-yellow {
    -webkit-text-stroke-color: var(--et-subtle-accent-yellow) !important;
}

.stroke-et-accent-purple {
    -webkit-text-stroke-color: var(--et-subtle-accent-purple) !important;
}

.stroke-et-accent-green {
    -webkit-text-stroke-color: var(--et-subtle-accent-green) !important;
}

.stroke-et-accent-red {
    -webkit-text-stroke-color: var(--et-subtle-accent-red) !important;
}

.border-et-red {
    border-color: var(--et-red) !important;
}

.border-et-blue {
    border-color: var(--et-blue) !important;
}

.border-et-accent-blue {
    border-color: var(--et-accent-blue) !important;
}

.border-et-accent-yellow {
    border-color: var(--et-accent-yellow) !important;
}

.border-et-accent-purple {
    border-color: var(--et-accent-purple) !important;
}

.border-et-accent-green {
    border-color: var(--et-accent-green) !important;
}

.border-et-accent-red {
    border-color: var(--et-accent-red) !important;
}

a.link-primary {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 0px 4px 0px;
    color: var(--et-text-navy);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.055rem;
    border-bottom: 4px solid var(--et-blue);
    text-transform: uppercase;
}

a.link-primary:hover, a.link-primary:focus, a.link-primary:active {
    color:var(--et-blue);
}

    a.link-primary.et-arrow::after {
        display: inline-block;
        content: "";
        width: 13px;
        height: 11px;
        margin-left: 6px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.995' height='13.944' viewBox='0 0 16.995 13.944'%3E%3Cpath id='arrow_copy' data-name='arrow copy' d='M1283.617,3182.91l-6.07,5.809a1.249,1.249,0,0,1-1.716,0,1.127,1.127,0,0,1,0-1.643l4-3.826h-11.639a1.163,1.163,0,1,1,0-2.324h11.639l-4-3.827a1.127,1.127,0,0,1,0-1.643,1.252,1.252,0,0,1,1.717,0l6.07,5.809A1.128,1.128,0,0,1,1283.617,3182.91Z' transform='translate(-1266.978 -3175.117)' fill='%23343f52'/%3E%3C/svg%3E%0A");
        transition: all 0.2s ease-in-out;
    }

    a.link-primary.et-download::after {
        display: inline-block;
        content: "";
        width: 13px;
        height: 15px;
        margin-bottom: -2px;
        margin-left: 7px;
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 16 19' xml:space='preserve'%3E%3Cpath class='st0' d='M7.2,15.4L1.4,9.3c-0.5-0.5-0.5-1.2,0-1.7c0.4-0.4,1.1-0.5,1.6,0c0,0,0,0,0.1,0.1l3.8,4V2 c0-0.6,0.5-1.2,1.1-1.2s1.2,0.5,1.2,1.1V2v9.6l3.8-4c0.4-0.5,1.1-0.5,1.6-0.1c0,0,0,0,0.1,0.1c0.5,0.5,0.5,1.2,0,1.7l-5.8,6.1 C8.4,15.9,7.7,15.9,7.2,15.4L7.2,15.4z M1.2,19L1.2,19C0.5,19,0,18.4,0,17.8s0.6-1.1,1.2-1.1h13.5c0.6,0,1.2,0.5,1.2,1.1 S15.4,19,14.8,19h-0.1H1.2z' fill='%23343f52'/%3E%3C/svg%3E%0A");
        transition: all 0.2s ease-in-out;
    }

    a.link-primary.et-arrow:hover::after,
    a.link-primary.et-arrow:active::after,
    a.link-primary.et-arrow:focus::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.995' height='13.944' viewBox='0 0 16.995 13.944'%3E%3Cpath id='arrow_copy' data-name='arrow copy' d='M1283.617,3182.91l-6.07,5.809a1.249,1.249,0,0,1-1.716,0,1.127,1.127,0,0,1,0-1.643l4-3.826h-11.639a1.163,1.163,0,1,1,0-2.324h11.639l-4-3.827a1.127,1.127,0,0,1,0-1.643,1.252,1.252,0,0,1,1.717,0l6.07,5.809A1.128,1.128,0,0,1,1283.617,3182.91Z' transform='translate(-1266.978 -3175.117)' fill='%233a6dc7'/%3E%3C/svg%3E%0A");
    }

    a.link-primary.a-et-red.et-arrow:hover::after,
    a.link-primary.a-et-red.et-arrow:active::after,
    a.link-primary.a-et-red.et-arrow:focus::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.995' height='13.944' viewBox='0 0 16.995 13.944'%3E%3Cpath id='arrow_copy' data-name='arrow copy' d='M1283.617,3182.91l-6.07,5.809a1.249,1.249,0,0,1-1.716,0,1.127,1.127,0,0,1,0-1.643l4-3.826h-11.639a1.163,1.163,0,1,1,0-2.324h11.639l-4-3.827a1.127,1.127,0,0,1,0-1.643,1.252,1.252,0,0,1,1.717,0l6.07,5.809A1.128,1.128,0,0,1,1283.617,3182.91Z' transform='translate(-1266.978 -3175.117)' fill='%23cb3b3d'/%3E%3C/svg%3E%0A");
    }

    a.link-primary.a-et-blue.et-arrow:hover::after,
    a.link-primary.a-et-blue.et-arrow:active::after,
    a.link-primary.a-et-blue.et-arrow:focus::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.995' height='13.944' viewBox='0 0 16.995 13.944'%3E%3Cpath id='arrow_copy' data-name='arrow copy' d='M1283.617,3182.91l-6.07,5.809a1.249,1.249,0,0,1-1.716,0,1.127,1.127,0,0,1,0-1.643l4-3.826h-11.639a1.163,1.163,0,1,1,0-2.324h11.639l-4-3.827a1.127,1.127,0,0,1,0-1.643,1.252,1.252,0,0,1,1.717,0l6.07,5.809A1.128,1.128,0,0,1,1283.617,3182.91Z' transform='translate(-1266.978 -3175.117)' fill='%233a6dc7'/%3E%3C/svg%3E%0A");
    }

    a.link-primary.a-et-accent-blue.et-arrow:hover::after,
    a.link-primary.a-et-accent-blue.et-arrow:active::after,
    a.link-primary.a-et-accent-blue.et-arrow:focus::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.995' height='13.944' viewBox='0 0 16.995 13.944'%3E%3Cpath id='arrow_copy' data-name='arrow copy' d='M1283.617,3182.91l-6.07,5.809a1.249,1.249,0,0,1-1.716,0,1.127,1.127,0,0,1,0-1.643l4-3.826h-11.639a1.163,1.163,0,1,1,0-2.324h11.639l-4-3.827a1.127,1.127,0,0,1,0-1.643,1.252,1.252,0,0,1,1.717,0l6.07,5.809A1.128,1.128,0,0,1,1283.617,3182.91Z' transform='translate(-1266.978 -3175.117)' fill='%2356a7c7'/%3E%3C/svg%3E%0A");
    }

    a.link-primary.a-et-accent-yellow.et-arrow:hover::after,
    a.link-primary.a-et-accent-yellow.et-arrow:active::after,
    a.link-primary.a-et-accent-yellow.et-arrow:focus::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.995' height='13.944' viewBox='0 0 16.995 13.944'%3E%3Cpath id='arrow_copy' data-name='arrow copy' d='M1283.617,3182.91l-6.07,5.809a1.249,1.249,0,0,1-1.716,0,1.127,1.127,0,0,1,0-1.643l4-3.826h-11.639a1.163,1.163,0,1,1,0-2.324h11.639l-4-3.827a1.127,1.127,0,0,1,0-1.643,1.252,1.252,0,0,1,1.717,0l6.07,5.809A1.128,1.128,0,0,1,1283.617,3182.91Z' transform='translate(-1266.978 -3175.117)' fill='%23ffd772'/%3E%3C/svg%3E%0A");
    }

    a.link-primary.a-et-accent-purple.et-arrow:hover::after,
    a.link-primary.a-et-accent-purple.et-arrow:active::after,
    a.link-primary.a-et-accent-purple.et-arrow:focus::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.995' height='13.944' viewBox='0 0 16.995 13.944'%3E%3Cpath id='arrow_copy' data-name='arrow copy' d='M1283.617,3182.91l-6.07,5.809a1.249,1.249,0,0,1-1.716,0,1.127,1.127,0,0,1,0-1.643l4-3.826h-11.639a1.163,1.163,0,1,1,0-2.324h11.639l-4-3.827a1.127,1.127,0,0,1,0-1.643,1.252,1.252,0,0,1,1.717,0l6.07,5.809A1.128,1.128,0,0,1,1283.617,3182.91Z' transform='translate(-1266.978 -3175.117)' fill='%23b187d6'/%3E%3C/svg%3E%0A");
    }

    a.link-primary.a-et-accent-green.et-arrow:hover::after,
    a.link-primary.a-et-accent-green.et-arrow:active::after,
    a.link-primary.a-et-accent-green.et-arrow:focus::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.995' height='13.944' viewBox='0 0 16.995 13.944'%3E%3Cpath id='arrow_copy' data-name='arrow copy' d='M1283.617,3182.91l-6.07,5.809a1.249,1.249,0,0,1-1.716,0,1.127,1.127,0,0,1,0-1.643l4-3.826h-11.639a1.163,1.163,0,1,1,0-2.324h11.639l-4-3.827a1.127,1.127,0,0,1,0-1.643,1.252,1.252,0,0,1,1.717,0l6.07,5.809A1.128,1.128,0,0,1,1283.617,3182.91Z' transform='translate(-1266.978 -3175.117)' fill='%2349c49b'/%3E%3C/svg%3E%0A");
    }

    a.link-primary.a-et-accent-red.et-arrow:hover::after,
    a.link-primary.a-et-accent-red.et-arrow:active::after,
    a.link-primary.a-et-accent-red.et-arrow:focus::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.995' height='13.944' viewBox='0 0 16.995 13.944'%3E%3Cpath id='arrow_copy' data-name='arrow copy' d='M1283.617,3182.91l-6.07,5.809a1.249,1.249,0,0,1-1.716,0,1.127,1.127,0,0,1,0-1.643l4-3.826h-11.639a1.163,1.163,0,1,1,0-2.324h11.639l-4-3.827a1.127,1.127,0,0,1,0-1.643,1.252,1.252,0,0,1,1.717,0l6.07,5.809A1.128,1.128,0,0,1,1283.617,3182.91Z' transform='translate(-1266.978 -3175.117)' fill='%23eb5255'/%3E%3C/svg%3E%0A");
    }

    a.link-primary.et-download:hover::after,
    a.link-primary.et-download:active::after,
    a.link-primary.et-download:focus::after {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 16 19' xml:space='preserve'%3E%3Cpath class='st0' d='M7.2,15.4L1.4,9.3c-0.5-0.5-0.5-1.2,0-1.7c0.4-0.4,1.1-0.5,1.6,0c0,0,0,0,0.1,0.1l3.8,4V2 c0-0.6,0.5-1.2,1.1-1.2s1.2,0.5,1.2,1.1V2v9.6l3.8-4c0.4-0.5,1.1-0.5,1.6-0.1c0,0,0,0,0.1,0.1c0.5,0.5,0.5,1.2,0,1.7l-5.8,6.1 C8.4,15.9,7.7,15.9,7.2,15.4L7.2,15.4z M1.2,19L1.2,19C0.5,19,0,18.4,0,17.8s0.6-1.1,1.2-1.1h13.5c0.6,0,1.2,0.5,1.2,1.1 S15.4,19,14.8,19h-0.1H1.2z' fill='%233A6DC7'/%3E%3C/svg%3E%0A");
    }

    a.link-primary.a-et-red.et-download:hover::after,
    a.link-primary.a-et-red.et-download:active::after,
    a.link-primary.a-et-red.et-download:focus::after {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 16 19' xml:space='preserve'%3E%3Cpath class='st0' d='M7.2,15.4L1.4,9.3c-0.5-0.5-0.5-1.2,0-1.7c0.4-0.4,1.1-0.5,1.6,0c0,0,0,0,0.1,0.1l3.8,4V2 c0-0.6,0.5-1.2,1.1-1.2s1.2,0.5,1.2,1.1V2v9.6l3.8-4c0.4-0.5,1.1-0.5,1.6-0.1c0,0,0,0,0.1,0.1c0.5,0.5,0.5,1.2,0,1.7l-5.8,6.1 C8.4,15.9,7.7,15.9,7.2,15.4L7.2,15.4z M1.2,19L1.2,19C0.5,19,0,18.4,0,17.8s0.6-1.1,1.2-1.1h13.5c0.6,0,1.2,0.5,1.2,1.1 S15.4,19,14.8,19h-0.1H1.2z' fill='%23cb3b3d'/%3E%3C/svg%3E%0A");
    }

    a.link-primary.a-et-blue.et-download:hover::after,
    a.link-primary.a-et-blue.et-download:active::after,
    a.link-primary.a-et-blue.et-download:focus::after {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 16 19' xml:space='preserve'%3E%3Cpath class='st0' d='M7.2,15.4L1.4,9.3c-0.5-0.5-0.5-1.2,0-1.7c0.4-0.4,1.1-0.5,1.6,0c0,0,0,0,0.1,0.1l3.8,4V2 c0-0.6,0.5-1.2,1.1-1.2s1.2,0.5,1.2,1.1V2v9.6l3.8-4c0.4-0.5,1.1-0.5,1.6-0.1c0,0,0,0,0.1,0.1c0.5,0.5,0.5,1.2,0,1.7l-5.8,6.1 C8.4,15.9,7.7,15.9,7.2,15.4L7.2,15.4z M1.2,19L1.2,19C0.5,19,0,18.4,0,17.8s0.6-1.1,1.2-1.1h13.5c0.6,0,1.2,0.5,1.2,1.1 S15.4,19,14.8,19h-0.1H1.2z' fill='%233A6DC7'/%3E%3C/svg%3E%0A");
    }

    a.link-primary.a-et-accent-blue.et-download:hover::after,
    a.link-primary.a-et-accent-blue.et-download:active::after,
    a.link-primary.a-et-accent-blue.et-download:focus::after {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 16 19' xml:space='preserve'%3E%3Cpath class='st0' d='M7.2,15.4L1.4,9.3c-0.5-0.5-0.5-1.2,0-1.7c0.4-0.4,1.1-0.5,1.6,0c0,0,0,0,0.1,0.1l3.8,4V2 c0-0.6,0.5-1.2,1.1-1.2s1.2,0.5,1.2,1.1V2v9.6l3.8-4c0.4-0.5,1.1-0.5,1.6-0.1c0,0,0,0,0.1,0.1c0.5,0.5,0.5,1.2,0,1.7l-5.8,6.1 C8.4,15.9,7.7,15.9,7.2,15.4L7.2,15.4z M1.2,19L1.2,19C0.5,19,0,18.4,0,17.8s0.6-1.1,1.2-1.1h13.5c0.6,0,1.2,0.5,1.2,1.1 S15.4,19,14.8,19h-0.1H1.2z' fill='%2356a7c7'/%3E%3C/svg%3E%0A");
    }

    a.link-primary.a-et-accent-yellow.et-download:hover::after,
    a.link-primary.a-et-accent-yellow.et-download:active::after,
    a.link-primary.a-et-accent-yellow.et-download:focus::after {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 16 19' xml:space='preserve'%3E%3Cpath class='st0' d='M7.2,15.4L1.4,9.3c-0.5-0.5-0.5-1.2,0-1.7c0.4-0.4,1.1-0.5,1.6,0c0,0,0,0,0.1,0.1l3.8,4V2 c0-0.6,0.5-1.2,1.1-1.2s1.2,0.5,1.2,1.1V2v9.6l3.8-4c0.4-0.5,1.1-0.5,1.6-0.1c0,0,0,0,0.1,0.1c0.5,0.5,0.5,1.2,0,1.7l-5.8,6.1 C8.4,15.9,7.7,15.9,7.2,15.4L7.2,15.4z M1.2,19L1.2,19C0.5,19,0,18.4,0,17.8s0.6-1.1,1.2-1.1h13.5c0.6,0,1.2,0.5,1.2,1.1 S15.4,19,14.8,19h-0.1H1.2z' fill='%23ffd772'/%3E%3C/svg%3E%0A");
    }

    a.link-primary.a-et-accent-purple.et-download:hover::after,
    a.link-primary.a-et-accent-purple.et-download:active::after,
    a.link-primary.a-et-accent-purple.et-download:focus::after {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 16 19' xml:space='preserve'%3E%3Cpath class='st0' d='M7.2,15.4L1.4,9.3c-0.5-0.5-0.5-1.2,0-1.7c0.4-0.4,1.1-0.5,1.6,0c0,0,0,0,0.1,0.1l3.8,4V2 c0-0.6,0.5-1.2,1.1-1.2s1.2,0.5,1.2,1.1V2v9.6l3.8-4c0.4-0.5,1.1-0.5,1.6-0.1c0,0,0,0,0.1,0.1c0.5,0.5,0.5,1.2,0,1.7l-5.8,6.1 C8.4,15.9,7.7,15.9,7.2,15.4L7.2,15.4z M1.2,19L1.2,19C0.5,19,0,18.4,0,17.8s0.6-1.1,1.2-1.1h13.5c0.6,0,1.2,0.5,1.2,1.1 S15.4,19,14.8,19h-0.1H1.2z' fill='%23b187d6'/%3E%3C/svg%3E%0A");
    }

    a.link-primary.a-et-accent-green.et-download:hover::after,
    a.link-primary.a-et-accent-green.et-download:active::after,
    a.link-primary.a-et-accent-green.et-download:focus::after {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 16 19' xml:space='preserve'%3E%3Cpath class='st0' d='M7.2,15.4L1.4,9.3c-0.5-0.5-0.5-1.2,0-1.7c0.4-0.4,1.1-0.5,1.6,0c0,0,0,0,0.1,0.1l3.8,4V2 c0-0.6,0.5-1.2,1.1-1.2s1.2,0.5,1.2,1.1V2v9.6l3.8-4c0.4-0.5,1.1-0.5,1.6-0.1c0,0,0,0,0.1,0.1c0.5,0.5,0.5,1.2,0,1.7l-5.8,6.1 C8.4,15.9,7.7,15.9,7.2,15.4L7.2,15.4z M1.2,19L1.2,19C0.5,19,0,18.4,0,17.8s0.6-1.1,1.2-1.1h13.5c0.6,0,1.2,0.5,1.2,1.1 S15.4,19,14.8,19h-0.1H1.2z' fill='%2349c49b'/%3E%3C/svg%3E%0A");
    }

    a.link-primary.a-et-accent-red.et-download:hover::after,
    a.link-primary.a-et-accent-red.et-download:active::after,
    a.link-primary.a-et-accent-red.et-download:focus::after {
        background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 16 19' xml:space='preserve'%3E%3Cpath class='st0' d='M7.2,15.4L1.4,9.3c-0.5-0.5-0.5-1.2,0-1.7c0.4-0.4,1.1-0.5,1.6,0c0,0,0,0,0.1,0.1l3.8,4V2 c0-0.6,0.5-1.2,1.1-1.2s1.2,0.5,1.2,1.1V2v9.6l3.8-4c0.4-0.5,1.1-0.5,1.6-0.1c0,0,0,0,0.1,0.1c0.5,0.5,0.5,1.2,0,1.7l-5.8,6.1 C8.4,15.9,7.7,15.9,7.2,15.4L7.2,15.4z M1.2,19L1.2,19C0.5,19,0,18.4,0,17.8s0.6-1.1,1.2-1.1h13.5c0.6,0,1.2,0.5,1.2,1.1 S15.4,19,14.8,19h-0.1H1.2z' fill='%23eb5255'/%3E%3C/svg%3E%0A");
    }

a.link-primary.a-et-blue,
a.btn.a-et-blue,
.faq .accordion-item .card-body.a-et-blue {
    border-color: var(--et-blue) !important;
}

    a.link-primary.a-et-blue:hover,
    a.link-primary.a-et-blue:focus,
    a.link-primary.a-et-blue:active {
        color: var(--et-blue) !important;
    }

a.link-primary.a-et-red,
a.btn.a-et-red,
.faq .accordion-item .card-body.a-et-red {
    border-color: var(--et-red) !important;
}

    a.link-primary.a-et-red:hover,
    a.link-primary.a-et-red:focus,
    a.link-primary.a-et-red:active {
        color: var(--et-red) !important;
    }

a.link-primary.a-et-accent-blue,
a.btn.a-et-accent-blue,
.faq .accordion-item .card-body.a-et-accent-blue {
    border-color: var(--et-accent-blue) !important;
}

    a.link-primary.a-et-accent-blue:hover,
    a.link-primary.a-et-accent-blue:focus,
    a.link-primary.a-et-accent-blue:active {
        color: var(--et-accent-blue) !important;
    }

a.link-primary.a-et-accent-yellow,
a.btn.a-et-accent-yellow,
.faq .accordion-item .card-body.a-et-accent-yellow {
    border-color: var(--et-accent-yellow) !important;
}

    a.link-primary.a-et-accent-yellow:hover,
    a.link-primary.a-et-accent-yellow:focus,
    a.link-primary.a-et-accent-yellow:active {
        color: var(--et-accent-yellow) !important;
        filter: brightness(0.95);
    }
a.link-primary.a-et-accent-purple,
a.btn.a-et-accent-purple,
.faq .accordion-item .card-body.a-et-accent-purple {
    border-color: var(--et-accent-purple) !important;
}

    a.link-primary.a-et-accent-purple:hover,
    a.link-primary.a-et-accent-purple:focus,
    a.link-primary.a-et-accent-purple:active {
        color: var(--et-accent-purple) !important;
    }

a.link-primary.a-et-accent-green,
a.btn.a-et-accent-green,
.faq .accordion-item .card-body.a-et-accent-green {
    border-color: var(--et-accent-green) !important;
}

    a.link-primary.a-et-accent-green:hover,
    a.link-primary.a-et-accent-green:focus,
    a.link-primary.a-et-accent-green:active {
        color: var(--et-accent-green) !important;
    }

a.link-primary.a-et-accent-red,
a.btn.a-et-accent-red,
.faq .accordion-item .card-body.a-et-accent-red {
    border-color: var(--et-accent-red) !important;
}

    a.link-primary.a-et-accent-red:hover,
    a.link-primary.a-et-accent-red:focus,
    a.link-primary.a-et-accent-red:active {
        color: var(--et-accent-red) !important;
    }

a.btn.bg-et-red:hover,
a.btn.bg-et-red:focus,
a.btn.bg-et-red:active,
a.btn.bg-et-blue:hover,
a.btn.bg-et-blue:focus,
a.btn.bg-et-blue:active,
a.btn.bg-et-accent-blue:hover,
a.btn.bg-et-accent-blue:focus,
a.btn.bg-et-accent-blue:active,
a.btn.bg-et-accent-yellow:hover,
a.btn.bg-et-accent-yellow:focus,
a.btn.bg-et-accent-yellow:active,
a.btn.bg-et-accent-purple:hover,
a.btn.bg-et-accent-purple:focus,
a.btn.bg-et-accent-purple:active,
a.btn.bg-et-accent-green:hover,
a.btn.bg-et-accent-green:focus,
a.btn.bg-et-accent-green:active,
a.btn.bg-et-accent-red:hover,
a.btn.bg-et-accent-red:focus,
a.btn.bg-et-accent-red:active
{
    background-color: var(--et-text-navy) !important;
}

a.text-et-red:hover,
a.text-et-red:focus,
a.text-et-red:active,
a.text-et-blue:hover,
a.text-et-blue:focus,
a.text-et-blue:active,
a.text-et-accent-blue:hover,
a.text-et-accent-blue:focus,
a.text-et-accent-blue:active,
a.text-et-accent-yellow:hover,
a.text-et-accent-yellow:focus,
a.text-et-accent-yellow:active,
a.text-et-accent-purple:hover,
a.text-et-accent-purple:focus,
a.text-et-accent-purple:active,
a.text-et-accent-green:hover,
a.text-et-accent-green:focus,
a.text-et-accent-green:active,
a.text-et-accent-red:hover,
a.text-et-accent-red:focus,
a.text-et-accent-red:active,
.pricing-page .price-table a:hover,
.pricing-page .price-table a:focus,
.pricing-page .price-table a:active,
p a:hover,
p a:focus,
p a:active {
    filter: brightness(0.7);
}

.bg-dot.bg-dot-et-red {
    background-image:radial-gradient(var(--et-red) 2px, transparent 2.5px);
}

.bg-dot.bg-dot-et-blue {
    background-image: radial-gradient(var(--et-blue) 2px, transparent 2.5px);
}

.bg-dot.bg-dot-et-accent-blue {
    background-image: radial-gradient(var(--et-accent-blue) 2px, transparent 2.5px);
}

.bg-dot.bg-dot-et-accent-yellow {
    background-image: radial-gradient(var(--et-accent-yellow) 2px, transparent 2.5px);
}

.bg-dot.bg-dot-et-accent-purple {
    background-image: radial-gradient(var(--et-accent-purple) 2px, transparent 2.5px);
}

.bg-dot.bg-dot-et-accent-green {
    background-image: radial-gradient(var(--et-accent-green) 2px, transparent 2.5px);
}

.bg-dot.bg-dot-et-accent-red {
    background-image: radial-gradient(var(--et-accent-red) 2px, transparent 2.5px);
}

.add-shadow {
    filter: drop-shadow(0px 0px 10px rgba(91,107,122,0.3));
    -webkit-filter: drop-shadow(0px 0px 10px rgba(91,107,122,0.3));
}

.add-shadow-hov {
    transition: box-shadow 0.3s ease-in-out;
}

.add-shadow-hov:hover {
    box-shadow: 0px 0px 15px rgba(91,107,122,0.2);
}

@media(min-width:768px){
    .add-shadow {
        filter: drop-shadow(0px 0px 15px rgba(91,107,122,0.4));
        -webkit-filter: drop-shadow(0px 0px 15px rgba(91,107,122,0.4));
    }  
}

.wrapper {
    position:relative;
}

.anchor {
    width:0px;
    height:0px;
    position:absolute;
    top:-100px;
}

.banner-img {
    max-height:450px;
}

.home-banner-bg {
    background-size: cover !important;
    background-color: #f7f9fb;
    /*background-image: url('../img/hero-texture.png');*/
}

@media (max-width:768px) {
    .home-banner-bg {
        background-image: none;
        background-color: #f6f7f9;
    }
}

.home-banner-bg h1.display-1, .lead {
    filter: drop-shadow(0px 0px 10px #f2f8fb) drop-shadow(0px 0px 10px #f2f8fb) drop-shadow(0px 0px 10px #f2f8fb) drop-shadow(0px 0px 10px #f2f8fb) drop-shadow(0px 0px 15px #f2f8fb);
}

.industry-detail .home-banner-bg {
    background-color: var(--et-subtle-blue);
    background-image:none;
}

.btn-red {
    background: var(--et-red);
    box-shadow: 0px 7px 40px #00000033;
    border-radius: 5px;
    opacity: 1;
}

.btn.rounded {
    border-radius:5px !important;
}

.banner-right-image {
    margin-top: 132px !important;
    margin-left: -50px;
}

.banner-right-center {
    margin-left: 15%;
}

.banner-bottom-image {
    margin-top: -10px;
    margin-left: 5%;
}

.cta-bar .card .card-body h2,
.cta-bar-section .card .card-body h2 {
    color: #ffffff;
}

.cta-bar .card, .cta-bar-section .card {
    background-image: url('../img/eturns-cta-bg.jpg');
    background-blend-mode: luminosity;
}

    .cta-bar .card.bg-et-red .card-body, .cta-bar-section .card.bg-et-red .card-body {
        background-color: rgba(0,0,0,0.15);
        border-radius:inherit;
    }
    .cta-bar .card.bg-et-accent-yellow, .cta-bar-section .card.bg-et-accent-yellow {
        background-blend-mode: color-burn;
        
    }
    .cta-bar .card.bg-et-accent-yellow .card-body, .cta-bar-section .card.bg-et-accent-yellow .card-body {
        background-color: rgba(255,255,155,0.5);
        border-radius: inherit;
    }
        .cta-bar .card.bg-et-accent-yellow .card-body h2,
        .cta-bar-section .card.bg-et-accent-yellow .card-body h2,
        .cta-bar .card.bg-et-accent-yellow .card-body a,
        .cta-bar-section .card.bg-et-accent-yellow .card-body a {
            text-shadow: 0px 0px 5px #cf9b17, 0px 0px 10px #e6ac19, 0px 0px 25px #e6ac19;
        }

        .cta-bar .card.bg-et-accent-yellow .card-body a,
        .cta-bar-section .card.bg-et-accent-yellow .card-body a {
            box-shadow: 0px 0px 5px #cf9b17, 0px 0px 10px #e6ac19, 0px 0px 25px #e6ac19;
        }

            .cta-bar .card.bg-et-accent-yellow .card-body a:hover,
            .cta-bar .card.bg-et-accent-yellow .card-body a:focus,
            .cta-bar .card.bg-et-accent-yellow .card-body a:active,
            .cta-bar-section .card.bg-et-accent-yellow .card-body a:hover,
            .cta-bar-section .card.bg-et-accent-yellow .card-body a:focus,
            .cta-bar-section .card.bg-et-accent-yellow .card-body a:active {
                text-shadow: none;
            }

.cta-bar {
    margin-top: -57px;
}
.cta-bar h2, .cta-bar-section h2 {
    font-weight:700;
}

    .cta-bar h6 {
        text-align: left;
        opacity: 1;
    }

.btn-white-border {
    border: 3px solid #FFFFFF;
    border-radius: 5px;
    opacity: 1;
    color: #FFFFFF;
    box-shadow:none;
}

    .btn-white-border:hover {
        box-shadow: none;
        transform:none;
        background-color:#ffffff;
        color:var(--et-blue);
    }

.cta-bar-section a.btn-white-border:hover {
    filter: none !important;
}

.footer-top-section {
    border-top: solid 1px #eee;
}

.footer-section {
    background: var(--et-subtle-gray);
    padding-top: 23px;
    padding-bottom: 23px;
}

.footermainBody {
    min-height: 464px;
}

.footermainBody > .row {
    justify-content:space-between;
}

.formcallout {
    background: var(--et-subtle-blue) !important;
}
.spotlight-testimonial-carousel {
    margin-bottom:2rem;
}

.spotlight-inner {
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}

.spotlight-testimonial-carousel .carousel-inner {
    overflow: hidden;
}

.spotlight-testimonial-carousel .carousel-caption {
    color: var(--et-text-navy);
    text-align: left;
    background: var(--et-subtle-green) 0% 0% no-repeat padding-box;
    border-radius: 16px;
    margin-right: 0;
    margin-left: 0;
    padding: 1.25rem;
    position: unset;
}

.spotlight-testimonial-carousel .carousel-indicators {
    position: relative;
}

    .spotlight-testimonial-carousel .carousel-indicators [data-bs-target] {
        background: var(--et-subtle-gray);
    }

    .spotlight-testimonial-carousel .carousel-indicators button.active {
        background: var(--et-accent-green);
    }

.testimonial-quote {
    text-align: left;
    color: var(--et-accent-green);
    font-family: Georgia, serif;
    font-size: 120px;
    font-weight: bold;
    top: -30px;
    left: 5px;
    position: absolute;
}

@media (max-width: 991.98px) {
    .spotlight-order-1 {
        order: 1;
    }

    .spotlight-order-2 {
        order: 2;
    }

    .dropdown-item {
        white-space: break-spaces;
    }
}

.footer-logo {
    margin-top: 45px;
    margin-bottom: 15px;
    display: inline-block;
}

.addressbar {
    padding-bottom: 20px;
}

.badgeclass {
    padding-top: 10px;
    padding-bottom:20px;
}

    .badgeclass span {
        padding-right: 20px;
    }
        .badgeclass span:last-of-type {
            padding-right: 0px;
        }
    .badgeclass img {
        -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.2) 100%);
        height:70px;
    }

    @media(min-width:768px){
        .badgeclass {
            padding-top: 48px;
            padding-bottom:0px;
        }
        .badgeclass img {
            -webkit-box-reflect: below 0px linear-gradient(to bottom, rgba(0,0,0,0.0) 0%,rgba(0,0,0,0.0) 50%, rgba(0,0,0,0.2) 100%);
            height: 80px;
        }
    }

.form-floating textarea {
    height: 150px !important;
}

.field-validation-error {
    color: var(--et-red) !important;
}

.checkbox-item {
    padding:0px 15px;
}

.checkbox-item input {
    margin-right:5px;
}

.copysection p {
    text-align: center !important;
}

.carousel-item {
    transition: transform .8s ease-in-out;
}


.navbar-collapse::-webkit-scrollbar {
    width: 5px;
}

.navbar-collapse::-webkit-scrollbar-track {
    background: #1e2228;
}

.navbar-collapse::-webkit-scrollbar-thumb {
    background-color: var(--et-red);
    border-radius: 10px;
    border: 2px solid var(--et-red);
}

.bullet-text p, .copy-4,
.feature-body .basic-copy .copy-3,
.featureInclude a.bullet-text {
    line-height: 1.5;
    font-size: 0.828rem;
}

    .featureInclude a.bullet-text {
        padding-right: 25px;
        font-weight: 600;
        padding-top: 1px;
    }

    .featureInclude a.bullet-text:before {
        margin-right: 8px;
    }

    .featureInclude a.bullet-text:hover {
        color: var(--et-text-navy);
    }

    .bullet-text p {
        margin-top: -25px;
        margin-left: 30px;
    }
    

.bullet-text p.copy-2 {
    margin-top: -26px;
    font-size:1rem;
    margin-bottom:10px;
}

.faq .accordion-item .card-body {
    border-left: 3px solid var(--et-blue);
    padding: 5px 15px;
    margin-left: 38px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.faq .accordion-item .card-body {
    margin-left: 15px;
}

@media (min-width:1200px){
    .faq .accordion-item .card-body {
        margin-left: 38px;
    }
}

button.bullet-text p {
    margin-bottom: 0px;
}

button.bullet-text.collapsed p {
    margin-bottom: 20px;
}

button.bullet-text.collapsed p.copy-2 {
    margin-bottom: 13px;
}

.faq .accordion-item .card-body p {
    margin-left: 0px;
}

.faq .accordion-item .card-body p:last-of-type {
    margin-bottom: 4px;
}

.faq .accordion-item button {
    border: none !important;
    background: transparent !important;
    text-align: left;
}

    .faq .accordion-item button p {
        font-weight: 500;
        color: var(--et-text-navy);
    }

.bullet-text::before {
    content: "" !important;
    height: 22px;
    width: 22px;
    border-radius: 11px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: var(--et-med-accent-green);
    background-repeat: no-repeat;
    margin-bottom: 1px;
}

.faq-accordion .faq .accordion-item button::before {
    margin-bottom: 0px;
    margin-top: 15px;
}

.et-check .bullet-text::before {
    background-image: url('../img/icons/checkmark-et-accent-green.svg');
    background-size: 11px;
    background-position: 5.5px 7px;
}

.et-chevron .bullet-text::before {
    background-color: var(--et-med-blue);
    background-image: url('../img/icons/chevron-et-blue.svg');
    background-size: 13px;
    background-position: 4.5px 8px;
    transform: rotate(180deg);
}

.et-chevron .collapsed::before {
    transform: rotate(0deg);
}

.feature-body .basic-copy {
    padding-left:0px;
    padding-right:0px;
}

.feature-body .basic-copy .display-3 {
    font-family: 'Maven Pro';
    font-weight: 500 !important;
    word-spacing: normal !important;
    letter-spacing: normal !important;
    font-size: calc(1.285rem + .42vw);
    line-height: 1.25;
}

.feature-body .body-block {
    padding-left: 0px;
    padding-right: 0px;
}

@media (min-width: 1200px) {
    .feature-body .basic-copy .display-3 {
        font-size: 1.6rem;
    }
    .alt-img-call h1 {
        font-size: 2rem;
    }

    .alt-img-call, .copy-3 {
        font-size: 0.9rem;
    }
}

.banner-with-image-overlay {
    object-fit: fill;
}

.banner-with-image-overlay h1 {
    text-align: center;
}

.banner-with-image-overlay .rte {
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0px;
    color: var(--et-text-gray);
    opacity: 1;
}

.btn-blue {
    background: #3A6DC7 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
}

    .btn-blue:hover, .btn-gray:hover {
        background: #3A496D 0% 0% no-repeat padding-box;
        border-radius: 5px;
        border-color: #3A496D;
    }

.banner-with-image-overlay img {
    width: 100%;
    object-fit: fill;
}

.two-col-step-track .step-num {
    margin: -15px 0 0 -15px;
}

.two-col-step-track .card-body .rte p {
    margin-bottom: 0px;
}

.banner-with-image-overlay span {
    margin: 0 0 0 15px;
}

.nf h4 {
    font-size: 1rem;
}

.two-col-step-track .card-body h4 span {
    color: var(--et-blue);
}

.white-text {
    color: #ffffff !important;
}

@media (max-width: 424px) {
    .d-flex {
        flex-wrap: wrap;
    }

    .banner-with-image-overlay span {
        margin: 0 0 1rem 0;
    }
}

.bg-blue {
    background: var(--et-blue) 0% 0% no-repeat padding-box;
}

.image-wrapper.bg-image {
    background-size: cover;
    background-position:center center;
}
.image-wrapper.bg-image.banner-with-image-overlay {
    background-position:center top;
}
.banner-with-image-overlay.fade-out::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 300px;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    z-index: -1;
}

@media (max-width: 991px) {
    .counter-row .col-lg-3.col-md-6 {
        margin-top: 2rem !important;
    }
}

.counter-row .count-list p {
    line-height:1.2rem;
    padding-left:17%;
    padding-right:17%;
    margin: auto;
}

.counter-row h3, .counter-row h3 span {
    font-size: 3.45rem !important;
    line-height:1;
}

.counter-row {
    text-shadow: 0px 0px 40px var(--et-blue), 0px 0px 16px var(--et-blue), 0px 0px 8px var(--et-blue);
}

@media (max-width: 767px) {
    .counter-row .count-list p {
        width: 100%;
    }
}

.testimonial-call-content blockquote {
    border: none;
    font-size: 1rem;
    margin-bottom: 0px;
}

.testimonial-call-content {
    margin-left: auto;
    margin-right: auto;
}

.testimonial-call-content.has-image {
    margin-top: -20px;
    margin-left:0px;
    margin-right:0px;
}

.testimonial-call-content .testimonial-outer {
    padding-top: 65px;
    padding-bottom: 20px;
}

.testimonial-call-content.has-image .testimonial-outer {
    padding-top: 0px;
    padding-bottom: 0px;
}

.testimonial-callout-img {
    padding-left:30px;
    padding-right:30px;
    height:260px;
}

.testimonial-callout .testimonial-call-content .testimonial-quote {
    left: auto;
    top: -30px;
    -webkit-text-stroke: 0.5px var(--et-subtle-blue);
}

.testimonial-callout .testimonial-call-content.has-image .testimonial-quote {
    top: -80px;
}

.testimonial-call-content blockquote .blockquote-details {
    justify-content: space-between;
    align-items: end;
}

.testimonial-call-content blockquote .blockquote-details .info {
    margin-bottom:-5px;
}

.testimonial-call-content .card-body {
    padding: 30px;
}

p.testimonial {
    margin-bottom:15px;
}

@media (min-width:768px) {
    .testimonial-call-content.has-image {
        margin-top: -50px;
    }
    .testimonial-callout-img {
        padding-left: 50px;
        padding-right: 50px;
        height:360px;
    }
    .testimonial-call-content .card-body {
        padding: 2rem 2rem;
    }
    p.testimonial {
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    .testimonial-call-content, .testimonial-call-content.has-image {
        margin-top: 0px;
    }

    .testimonial-call-content .testimonial-outer {
        padding-top: 65px;
        padding-bottom: 40px;
    }

    .testimonial-call-content.has-image .testimonial-outer {
        padding-top: 35px;
        padding-bottom: 10px;
    }

    .testimonial-call-content .testimonial {
        margin-bottom: 0px;
    }

    .testimonial-callout .testimonial-call-content .testimonial-quote,
    .testimonial-callout .testimonial-call-content.has-image .testimonial-quote {
        left: auto;
        top: -30px;
        -webkit-text-stroke: unset;
    }

    .rounded.testimonial-callout-img, .rounded.testimonial-callout-img img {
        border-radius: 16px !important;
    }

    .testimonial-callout.regular .testimonial-callout-img {
        padding-right: 2%;
        padding-left: 0px;
    }

    .testimonial-callout.flipped .testimonial-callout-img {
        order: 2;
        padding-right: 0px;
        padding-left: 2%;
    }

    .testimonial-callout-img {
        z-index: 2;
        padding-top: 60px;
        padding-bottom: 60px;
        display: block;
        height:unset;
        min-height:480px;
    }

    .testimonial-call-content .card, .testimonial-call-content.has-image .card {
        height: 100%;
    }

    .testimonial-callout.regular .testimonial-call-content.has-image {
        margin-left: -25%;
        padding-left: 9%;
        padding-right: 0px;
    }

    .testimonial-callout.flipped .testimonial-call-content.has-image {
        margin-right: -25%;
        padding-left: 0px;
        padding-right: 9%;
    }

    .testimonial-call-content.has-image .img-left {
        padding-left: 19%;
    }

    .testimonial-call-content.has-image .img-right {
        padding-right: 19%;
    }
        .testimonial-call-content blockquote .blockquote-details {
            padding-bottom: 15px;
            position: relative;
        }

        .testimonial-call-content blockquote .blockquote-details .info {
            margin-bottom: 0px;
        }
}

@media (min-width: 1200px) {
  
}

.price-table {
    overflow-x:auto;
}

.pricing-page .price-table-body,
.pricing-page .tab-pane,
.pricing-page .header-block .text-secondary {
    line-height: 20px;
}

.pricing-page .header-block .display-7 {
    line-height:30px;
    margin-bottom:5px;
}

.price-table-nav {
    flex-grow:4;
}

.pricing-page .price-table .row {
    padding:0px;
    margin:0px;
}

.price-table .price-table-body .row:nth-of-type(odd) {
    background-color: #f8f8fa;
}
.price-table .price-table-body {
    color: var(--et-text-gray);
}

.price-table .price-table-body .row {
    padding-top:14px;
    padding-bottom:16px;
}

.price-table .price-table-body .price-row-header {
    padding-top: 19px;
    padding-bottom: 21px;
    color:var(--et-text-navy);
}

.price-row > div, .price-row-header > div {
    justify-content:center;
}

.price-col {
    align-items: center;
}

.pricing-page .et-check {
    background-repeat: no-repeat;
    height: 20px;
    width: 26px;
    background-size: cover;
    padding: 0px;
    margin: 0px;
}

.pricing-page .price-disclaimer {
    font-size:12px;
    line-height:13px;
    margin-top:5px;
    max-width:100px;
    text-align:center;
}

.w-250 {
    width: 250px !important;
}

.pricing-page .tab-content .tab-pane.active {
    display: flex;
}

.pricing-page .nav, .pricetableDiv .nav {
    justify-content: center;
}

.pricing-page .nav-item, .pricetableDiv .nav-item {
    border-radius: unset
}

    .pricing-page .nav-item a, .pricetableDiv .nav-item a {
        margin-right: 0 !important;
        border-radius: unset;
        background-color: var(--et-subtle-gray);
    }

    .pricing-page .nav-item:first-child a, .pricetableDiv .nav-item:first-child a {
        border-top-left-radius: 0.8rem;
        border-bottom-left-radius: 0.8rem;
        padding: 0.45rem 0.65rem 0.45rem 0.95rem;
    }

    .pricing-page .nav-item:last-child a, .pricetableDiv .nav-item:last-child a {
        border-top-right-radius: 0.8rem;
        border-bottom-right-radius: 0.8rem;
        padding: 0.45rem 0.95rem 0.45rem 0.65rem;
    }

.mw-150 {
    min-width: 150px;
}

.feature-callout-grid .two-cal-link-icon {
    left: 1.3rem;
}

.mt-section {
    margin-top: 3.5rem;
}

.mb-section {
    margin-bottom: 3.5rem;
}

.scroll_text {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 0px 15px;
}

@media(min-width:992px) {
    .scroll_text {
        max-height: calc(100vh - 220px);
    }
}

@media(min-height:1080px){
    .scroll_text {
        max-height: 860px;
    }
}
    /*    .scroll_text a:hover featureCol {
        background-color: var(--et-blue);
        color: #fff;
    }*/

    .scroll_text::-webkit-scrollbar {
        width: 8px;
    }

    .scroll_text::-webkit-scrollbar-track {
        background-color: #E7E7E7;
        border-radius: 10px;
    }

    .scroll_text::-webkit-scrollbar-thumb {
        background-color: var(--et-text-gray);
        border: 1px solid rgba(92, 92, 92, 0.5);
        border-radius: 10px;
    }

/*.scroll_text::-webkit-scrollbar-thumb:hover {
            background-color: #000;
        }  */


.featureCol {
    border-top: solid 1px #e5e5e5;
    padding: 10px;
    margin: 0px;
    width: 100%;
}

    .featureCol:not(.active-feature):hover {
        background-color: #f5f5f5;
    }

        .featureCol:not(.active-feature):hover .featureName {
            color: var(--et-text-navy);
        }

.feature-link:last-of-type .featureCol, .active-feature {
    border-bottom: solid 1px #e5e5e5;
}

.featureArrow {
    display: none;
}

.active-feature .featureArrow {
    display:block;
    transform:rotate(90deg);
}

.active-clicked .active-feature .featureArrow {
    transform:rotate(-90deg);
}

.featureCol .eturns-icon {
    height:44px;
    width:auto;
}

    .featureCol .featureName {
        color: var(--et-text-gray);
        font-size: 16px;
        font-weight:600;
        line-height: 1;
        padding-left:8px;
        padding-right:10px;
    }

    .featureCol .featureArrow {
        color: var(--et-text-gray);
        font-size: 25px;
        margin-left: -15px;
    }

.featureIcon {
    padding: 0 25px;
}

.featureCTAImg {
    position: relative;
    margin-top: -50px;
    margin-bottom: -50px;
    width:100%;
}

.featureCTAImg img {
    width:100%;
}


@media(min-width:992px) {
    .featureArrow {
        display: block;
    }

    .active-feature .featureArrow,
    .active-clicked .active-feature .featureArrow {
        transform: rotate(0deg);
    }

    .active-feature {
        border-bottom: none;
    }
    .active-feature {
        background-color: var(--et-blue);
    }

    .active-feature .featureName {
        color: #ffffff;
    }

    .active-feature .featureArrow {
        color: #ffffff;
    }

    .active-feature .eturns-icon .icon-bg {
        fill: rgba(255,255,255,0.1);
    }

    .active-feature .eturns-icon .icon-stroke {
        fill: #ffffff;
    }

    .active-feature .eturns-icon .icon-fill {
        fill: rgba(255,255,255,0.4) !important;
    }

    .active-feature .eturns-icon .icon-fill-white {
        fill: rgba(255,255,255,0.25);
    }

    .active-feature .eturns-icon .icon-fill-gray {
        fill: rgba(255,255,255,0.6);
    }
}

@media (max-width:1200px) {
    .featureIcon {
        padding: 0px 15px;
    }
}

@media (max-width:992px) {
    .featureIcon {
        padding: 0px 65px;
    }
}

@media (max-width:768px) {
    .featureIcon {
        padding: 0px 35px;
    }

    .featureCTAImg {
        text-align: center;
        position: unset;
        margin: 0;
        padding-top: 30px;
    }

        .featureCTAImg img {
            width:auto;
            height: 250px;
        }
}

@media (max-width:426px) {
    .featureIcon {
        padding: 0px 35px;
    }
}

.tab-pane p.text-secondary {
    line-height: 1;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.header-block {
    vertical-align: baseline;
}

.two-col-feature-callout .card a,
.feature-callout-grid .card a{
    color: var(--et-text-navy);
    padding: 10px;
}

    .two-col-feature-callout .card a:hover {
        color: var(--et-text-navy);
    }

    .two-col-feature-callout .card a i {
        font-size: 40px;
        line-height:49px;
    }

.two-col-feature-callout .card .card-header {
    margin-left: 5px;
    text-align: left;
    padding: 0px;
    font-size: 17px;
    line-height:20px;
    font-weight: 600;
}

.feature-callout-grid .card {
    box-shadow: none;
    border-radius: 0;
}

.faq.accordion-wrapper .card {
    margin-bottom: 0px;
    box-shadow: none;
}

.faq.accordion-wrapper .card-body {
    margin-bottom:1.25rem;
}

.feature-callout-grid .card .card-inside,
.two-col-feature-callout .card .card-inside {
    border: 1px solid #e5e5e5;
    transition: border-color 0.3s ease-in-out;
}

    .feature-callout-grid .card .card-inside:hover,
    .two-col-feature-callout .card .card-inside:hover {
        border-color: #fff;
    }

.feature-callout-grid div.eturns-icon,
.two-col-feature-callout div.eturns-icon {
    width: 60px;
    height: 50px;
}

.feature-callout-grid svg.eturns-icon,
.two-col-feature-callout svg.eturns-icon {
    width: auto;
    height: 50px;
    overflow:visible;
}

@media (min-width:1200px){
    .two-col-feature-callout .card .card-header {
        font-size: 20px;
        line-height:22px;
    }
    .two-col-feature-callout .card a,
    .feature-callout-grid .card a {
        padding: 10px 10px 10px 20px;
    }
    .two-col-feature-callout .eturns-icon {
        width: auto;
        height: 60px;
    }
    .feature-callout-grid div.eturns-icon,
    .two-col-feature-callout div.eturns-icon {
        width: auto;
        height: 60px;
    }
    .feature-callout-grid svg.eturns-icon,
    .two-col-feature-callout svg.eturns-icon {
        height: 60px;
    }
}

.feature-body {
    padding-left:0px;
    padding-right:0px;
}


@media (min-width: 992px) {
    .feature-body {
        padding-right: var(--bs-gutter-x, 0.75rem);
    }
}

.includeList {
    font-weight: 600;
    font-size: 19px;
    padding-right: 10px;
    margin-left:0px;
    padding-top:1px;
}

@media (min-width:992px){
    .feature-body {
        padding-left: 65px;
    }
}

.BoxShadow-main {
    margin-top: var(--bs-gutter-y);
}

.alt-vid-call .BoxShadow {
    bottom: -20px;
    left: -5px;
    width: 90%;
    height: 90%;
}

@media (min-width:1200px){
    .alt-vid-call .BoxShadow {
        bottom: -25px;
        left: -15px;
        width: 95%;
        height: 95%;
    }
}

.simple-image-wrapper {
    max-height:600px;
    text-align:center;
}
.simple-image-wrapper img {
    max-width:100%;
    width:auto;
}


@media (max-width: 575.99px) {
    .awardImg {
        width: 50%;
    }
}

.resource .sidebar {
    border-left: 1px solid #eee;
}

.awardImg {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-around;
}

    .awardImg img {
        padding: 20px;
        max-height: 160px;
    }

.awards-text {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.customer-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

    .customer-grid .awardImg {
        width: 16.66%;
    }

@media (max-width: 991.99px) {
    .customer-grid .awardImg {
        width: 25%;
    }
}

@media (max-width:767.99px) {
    .customer-grid .awardImg {
        width: 33.33%;
    }
}

@media (max-width:575.99px) {
    .customer-grid .awardImg {
        width: 50%;
    }
}

@media (max-width:767.99px) {
    .footermainBody {
        text-align: center;
    }
}

span.blog-cat {
    bottom:6px;
    z-index:1;
}

    span.blog-cat a:hover,
    span.blog-cat a:focus,
    span.blog-cat a:active {
        filter: none;
    }

@media(min-width:768px) {
    span.blog-cat {
        bottom: -12px;
    }
}

.listImg {
    width:800px;
    max-width:100%;
}

.post img {
    border-radius: 15px;
    max-width:100%;
}

@media (min-width: 768px) {
    .contact-us .pb-md-20 {
        padding-bottom: 8rem !important;
    }

    .contact-us .pt-md-14 {
        padding-top: 3.6rem !important;
    }
}

.pricing-feature .h2 {
    font-size:1.65rem;
    margin-bottom:-5px;
}

.pricing-feature .card-body {
    padding: 1.25rem;
    position: relative;
    margin-left: unset;
    margin-right: unset;
}

.pricing-feature .price {
    font-size: 2.6rem;
    color: var(--et-blue);
}

@media(min-width:998px){
    .pricing-feature .plans-count-4 .card-body {
        padding: 1rem 0.85rem;
    }
    .pricing-feature .h2 {
        font-size:1.5rem;
    }
    .pricing-feature .price {
        font-size:2.4rem;
    }    
}

@media(min-width:1200px) {
    .pricing-feature .plans-count-4 .card-body {
        padding: 1.25rem;
    }
    .pricing-feature .h2 {
        font-size: 1.65rem;
    }
    .pricing-feature .price {
        font-size: 2.6rem;
    }
}

.pricing-feature .card-body .text-secondary {
    color: var(--et-text-gray);
    font-size:0.65rem;
    line-height:0.825rem;
}

/*.pricing-feature .card-body .h2 {
    position:relative;
}*/
.pricing-feature .card-body ul {
    text-align: left;
    font-size: 0.75rem;
    line-height:0.9rem;
    padding-top:25px;
    padding-bottom: 30px;
    margin-bottom:0px;
    color:var(--et-text-navy);
}

.pricing-feature .card-body ul.emphasize-first li:first-of-type {
    font-weight:600;
    color:var(--et-blue);
    font-size:0.8rem;
}

    .pricing-feature .card-body ul.emphasize-first.icon-list.bullet-bg li:first-of-type i {
        font-size: 1.5rem;
        top: -0.27rem;
    }

.pricing-feature .tab-pane .row {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
}

    .pricing-feature .tab-pane .row > [class*='col-'] {
        display: flex !important;
        flex-direction: column;
    }

.pricing-feature .pricing.card {
    height: 100%;
}

.pricing-feature .card-body a {
    text-align: center;
    width:100%;
    margin-top:auto;
}

.pricing-feature .card-body a:hover {
    background-color:var(--et-text-navy);
}

.b-border {
    width: 40px;
    height: 2px;
    display: block;
    background: var(--et-blue);
    margin-left: auto;
    margin-right: auto;
    border-radius: 1px;
    opacity: 0.3;
    margin-top: 0.6rem;
}


.pricing .icon-list.bullet-soft-primary i {
    font-weight: 600;
}

.pricing-page .tab-content {
    justify-content: center;
    margin-top:20px;
    min-width:930px;
}

.btn-gray {
    background: var(--et-text-gray) 0% 0% no-repeat padding-box;
    border-radius: 5px;
    opacity: 1;
    color: #ffffff;
}

@media (max-width: 768px) {
    .banner-with-image-overlay [data-cue=slideInDown], [data-cues=slideInDown] > * {
        margin: 10px 0;
    }
}

.search-page h2 a {
    color: var(--et-text-navy);
}

.search-page h2 a:hover {
    color: var(--et-red);
}

blockquote.icon {
    display: flex;
    flex-direction: column;
}

.blockquote-details {
    margin-top: auto;
}

.blockquote-logo {
    width:4rem;
    height:4rem;
    display:flex;
    justify-content:center;
    flex-direction:column;
    padding:4px;
    border:1px solid var(--et-subtle-gray);
    margin-right:1rem;
}
.blockquote-logo img {
    width:100%;
}

.dropdown-toggle::after {
    content: "";
    width: 12px;
    height: 12px;
    margin-left: .375rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 160 384.03 224'%3E%3Cpath d='M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z' fill='%2360697B'%3E%3C/path%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.navbar-expand-lg .navbar-collapse .nav-link.active,
.navbar-expand-lg .navbar-collapse .nav-link:hover,
.navbar-expand-lg .navbar-collapse .nav-link:focus {
    color: var(--et-red) !important;
}

.dropdown-toggle:hover::after, .dropdown-toggle:focus::after, .dropdown-toggle:active::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 160 384.03 224'%3E%3Cpath d='M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z' fill='%23CB3B3D'%3E%3C/path%3E%3C/svg%3E");
}


    footer {
        background-color: #F5F5F5;
    }

.footermainBody {
    padding-top:30px;
    padding-bottom:80px;
}

footer a {
    font-weight: 500;
    color: var(--et-text-gray);
}

.footermainBody a {
    padding-right: 20px;
}
.footermainBody li {
    line-height:20px;
    margin-top:18px !important;
}

    footer .overline {
        margin-top:40px !important;
        color:var(--et-text-navy);
    }

        footer a:hover {
            color: var(--et-red);
        }

    footer .social a:not([class*="link-"]):not(.btn-circle) .uil[class*="facebook"],
    footer .social a:not([class*="link-"]):not(.btn-circle) .uil[class*="youtube"],
    footer .social a:not([class*="link-"]):not(.btn-circle) .uil[class*="twitter"],
    footer .social a:not([class*="link-"]):not(.btn-circle) .uil[class*="linkedin"] {
        color: var(--et-text-navy);
    }

th {
    font-weight: 400;
}

td.option {
    font-weight: 500;
}

.header-tel, .list-header {
    font-weight: 600;
}

.carousel-caption p {
    padding: 10px 0 0 10px;
    font-weight:500;
    margin-bottom:0px;
}

    .carousel-caption p.testimonial-author {
        font-weight: 400;
    }

.search-term {
    font-size: 1.8rem;
}

.card-body .search-wrapper.active {
    right: 0;
    position: relative;
    min-height: 50px;
}

    .card-body .search-wrapper.active .input-holder {
        width: 100% !important;
    }

.faq .accordion-item {
    border-radius: 0;
}

.faq-accordion .faq .accordion-item {
    border-top: 1px solid #E5E5E5;
}

.faq-accordion .faq .accordion-item:last-of-type {
    border-bottom: 1px solid #E5E5E5;
}

.faq.accordion-wrapper .card-header button {
    padding: 0;
}

    .faq.accordion-wrapper .card-header button:before {
        top: 14px;
        right: 0;
        left: auto;
        content: "";
        width: 12px;
        height: 12px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 160 384.03 224'%3E%3Cpath d='M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z' fill='%233A6DC7'%3E%3C/path%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(180deg);
    }

    .faq.accordion-wrapper .card-header button.collapsed:before {
        content: "";
        transform: rotate(0);
    }

.sidebar .accordion-wrapper {
    margin: 1.25rem 0 2.5rem;
}

.sidebar .card {
    box-shadow: 0 0 30px #5B6B7A33;
}

.sidebar .accordion-wrapper .card-header {
    background-color: var(--et-text-gray);
}

    .sidebar .accordion-wrapper .card-header.collapsed-parent {
        background-color: white;
    }

.sidebar .card-header.collapsed-parent:first-child {
    border-radius: 0.4rem;
}

.sidebar .accordion-wrapper .card-header button,
.sidebar .accordion-wrapper .card-header button:hover,
.sidebar .accordion-wrapper .card-header button.collapsed {
    color: white;
}

.sidebar .accordion-wrapper .card-header.collapsed-parent button,
.sidebar .accordion-wrapper .card-header.collapsed-parent button:hover,
.sidebar .accordion-wrapper .card-header.collapsed-parent button.collapsed {
    color: var(--et-blue);
}

.sidebar .accordion-wrapper .card-header button {
    padding: 0;
    font-weight: 600;
    padding: 0.625rem 1rem;
}

    .sidebar .accordion-wrapper .card-header button::before {
        top: 24px;
        right: 1rem;
        left: auto;
        content: "";
        width: 12px;
        height: 12px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 160 384.03 224'%3E%3Cpath d='M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z' fill='white'%3E%3C/path%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transform: rotate(180deg);
    }

.sidebar .accordion-wrapper .card-header.collapsed-parent button::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 160 384.03 224'%3E%3Cpath d='M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z' fill='%233A6DC7'%3E%3C/path%3E%3C/svg%3E");
}

.sidebar .accordion-wrapper .card-header button.collapsed::before {
    content: "";
    transform: rotate(0);
}

.sidebar .accordion-wrapper .card-header {
    padding: 0px;
}

.sidebar .accordion-item .card-body {
    padding: .5rem 1rem 0.75rem;
}

.sidebar .accordion-item .card-body > div {
    padding-top:3px;
    padding-bottom:3px;
}

    .sidebar .accordion-item .card-body a {
        font-weight: 500;
        color: var(--et-blue) !important;
    }

.sidebar p {
    line-height: 1.3;
}

#search-posts {
    color: var(--et-text-gray);
    background-color: white;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M500.3 443.7l-119.7-119.7c27.22-40.41 40.65-90.9 33.46-144.7C401.8 87.79 326.8 13.32 235.2 1.723C99.01-15.51-15.51 99.01 1.724 235.2c11.6 91.64 86.08 166.7 177.6 178.9c53.8 7.189 104.3-6.236 144.7-33.46l119.7 119.7c15.62 15.62 40.95 15.62 56.57 0C515.9 484.7 515.9 459.3 500.3 443.7zM79.1 208c0-70.58 57.42-128 128-128s128 57.42 128 128c0 70.58-57.42 128-128 128S79.1 278.6 79.1 208z' fill='%2360697B'/%3E%3C/svg%3E");
    background-position: calc(100% - 16px) center;
    background-repeat: no-repeat;
    background-size: 16px;
    border-color: var(--et-subtle-gray);
    box-shadow: none;
}

.blog .search-wrapper.active .input-holder:focus-within {
    border: 1px solid var(--et-text-gray);
}
.right-resource form{
    position:relative;
}

.right-resource .search-btn {
    position: absolute;
    top: 13px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: none;
    opacity: 0;
}

.faq.accordion-wrapper .card-header button::before {
    transform: rotate(180deg);
}

.faq.accordion-wrapper .card-header button.collapsed::before {
    transform: rotate(0);
}

.faq.accordion-wrapper .card.plain .card-header button {
    padding-left: 30px;
    color: var(--et-text-navy);
    font-weight: 500;
}

.faq.accordion-wrapper .card.plain .card-body {
    padding-left: 30px;
}

.testimonial-grid blockquote .quote {
    font-size:0.9rem;
}

.icon-grid {
    padding-left:15px;
    padding-right:15px;
    padding-top:15px;
}

.icon-grid h4{
    font-size:1.1rem;
}

.icon-grid div.eturns-icon{
    margin-top:-15px;
    margin-right:8px;
}

.icon-grid p {
    margin:0px;
}

@media(min-width:1200px){
    .home-hero-text {
        padding-right:5rem;
    }
}

.carousel-indicators{
    margin-top:20px;
    margin-bottom:5px;
}

.post-header {
    padding-left:35px;
    padding-right:35px;
}

.post-title {
    font-weight:600 !important;
    margin-bottom:7px;
}

.overlap-2 .overlap-inner > div:first-of-type {
    margin-right: -5%;
    z-index: 1;
}

.overlap-3 .overlap-left {
    margin-right: -3%;
}

.overlap-2 .overlap-inner > div:last-of-type,
.overlap-3 .overlap-right {
    margin-left: -3%;
}

    .tile-3 {
        margin-left:auto;
        margin-right:auto;
    }

    .tile-3 .tile-left, .tile-3 .tile-right {
        padding:5px;
    }

    .tile-3 .tile-left, .tile-3 .tile-left .row > div:last-of-type, .tile-right {
        margin-top: 10px;
    }

    @media (min-width:768px) {
        /*.overlap-3 .overlap-left {
            margin-right: -3%;
        }

        .overlap-2 .overlap-inner > div:last-of-type,
        .overlap-3 .overlap-right {
            margin-left: -3%;
        }*/
    }

    @media (min-width:998px) {
        .overlap-3 .overlap-left {
            margin-right: -5%;
        }

        .overlap-2 .overlap-inner > div:last-of-type,
        .overlap-3 .overlap-right {
            margin-left: -5%;
        }

        .tile-3 {
            margin-left: calc(-0.5 * var(--bs-gutter-x));
            margin-right: calc(-0.5 * var(--bs-gutter-x));
        }

        .tile-3 .tile-left, .tile-3 .tile-right {
            padding-top: 0px;
            padding-bottom: 0px;
            padding-left: calc(var(--bs-gutter-x) * 0.5);
            padding-right: calc(var(--bs-gutter-x) * 0.5);
        }

        .tile-3 .tile-left, .tile-3 .tile-left .row > div:last-of-type, .tile-right {
            margin-top: 25px;
        }
    }


    .carousel .testimonial-quote {
        font-size:80px;
    }

.contact-us .spotlight-testimonial-carousel .carousel-caption {
    background-color:var(--et-subtle-blue);
}

.contact-us .spotlight-testimonial-carousel .testimonial-quote {
    color: var(--et-blue);
}

.contact-us .card.counter-wrapper {
    background-color: #f5f5f5;
    box-shadow:unset;
}

.form-control-feedback {
    background-color: white;
    border: #fff;
    background-size: 16px;
    position: absolute;
    top: 7px;
    right: 5px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.callout-image {
    height:260px;
}

.callout-video {
    height: 260px;
    margin-left:auto;
    margin-right:auto;
}

.callout-video-body.order-1 {
    margin-bottom: 50px;
}

.callout-video-body.order-2 {
    margin-top: 50px;
}

@media(min-width:576px) {
    .callout-video {
        height: 340px;
    }
}

@media(min-width:768px) {
    .callout-image {
        height: 360px;
    }
    .callout-video {
        height: 180px;
    }
    .callout-video-body.order-1 {
        padding-right: 25px;
        margin-bottom: 0px;
    }
    .callout-video-body.order-2 {
        margin-top: 0px;
    }
}

.video-thumb{
    z-index:2;
}

.blog-thumb {
    height:200px;
}

.callout-image img, .blog-thumb img, .testimonial-callout-img img, .callout-video img {
    position: absolute;
    object-fit: cover;
    object-position: center;
}

.frame-left img {
    object-position:left;
}

.frame-center img {
    object-position:center;
}

.frame-right img {
    object-position: right;
}

.callout-body {
    margin-top:0px;
}

.spotlight-testimonial-carousel .carousel-caption {
    overflow-y: auto;
}

@media(min-width:768px) {
    .blog-thumb {
        height: 160px;
    }
}

@media(min-width:992px) {
    .callout-image {
        height:unset;
        min-height:380px;
    }
    .callout-video {
        height: 245px;
    }
    .callout-video-body.order-1 {
        padding-right: 40px;
    }
    .callout-body {
        margin-top: 1.25rem;
        margin-top: var(--bs-gutter-y);
        padding-left: 15px;
    }
        .callout-body.order-1 {
            padding-left: calc(var(--bs-gutter-x) * 0.5);
            padding-right: 15px;
        }
    .spotlight-testimonial-carousel .carousel-caption {
        height: 290px;
    }
}
@media(min-width:1200px) {
    .callout-video {
        height: 235px;
    }
    .callout-video-body.order-1 {
        padding-right: 0px;
    }
}

@media(min-width:1400px) {
    .callout-video {
        height: 275px;
    }
}

@media(max-width:1024px) {

    .spotlight-testimonial-carousel .carousel-caption {
        height: 350px;
    }
}

@media(max-width:991px) {

    .spotlight-testimonial-carousel .carousel-caption {
        height: 230px;
    }
}

@media(max-width:500px) {

    .spotlight-testimonial-carousel .carousel-caption {
        height: 280px;
    }
}

@media(max-width:320px) {

    .spotlight-testimonial-carousel .carousel-caption {
        height: 350px;
    }
}

.text-muted {
    color: #4d5462 !important;
}

.nav-tabs.nav-pills .nav-link {
    color: rgb(45 49 58 / 70%);
}

.wrapper.angled.upper-end:before {
    border-top-width:1rem;
    top:-1rem;
}

@media(min-width:768px){
    .wrapper.angled.upper-end:before {
        border-top-width: 4rem;
        top: -4rem;
    }
}

.tagged-in {
    border-top:1px solid #eee;
}
.tagged-in .badge {
    font-weight:600;
    margin-bottom:0.5rem;
}

.rte-cta {
    background-color: var(--et-med-blue);
    background: linear-gradient(178deg, rgba(232,243,252,0.7) 0%, rgba(214,227,246,0.7)100%);
    padding: 12px 25px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    font-size: 1.15em;
}

    .rte-cta a {
        font-weight: 600;
        border-bottom: 2px solid var(--et-blue);
        padding-bottom: 2px;
    }

.callout-video .btn.btn-circle.btn-play {
    animation: pulse 2s infinite;
}

    .callout-video .btn.btn-circle.btn-play:hover {
        animation: none;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255,255,255, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 1);
        box-shadow: 0 0 0 0 rgba(255,255,255, 1);
    }

    70% {
        -moz-box-shadow: 0 0 0 15px rgba(255,255,255, 0);
        box-shadow: 0 0 0 15px rgba(255,255,255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}
.dropdowm-subitem::after {
    background-image: url() !important
}

ul.dropdown-menu.subitemmenu{
    width:350px;
}

@media(max-width:991.22px) {
    .subitemmenu {
        display: none !important;
    }
        .subitemmenu.show {
            display: block !important;
        }
}

div.anchorHeader {
    position: absolute;
    margin-top: -95px;
}

.tesimonialItem {
    border-radius:16px;
    padding:15px 30px;
    position:relative;
}

.indent a::before {
    content: "— ";
}
.resources-block .row {
    row-gap:50px;
}

.resources-sec {
    display: inline-flex;
}
.resources-sec img {
    border-radius: 16px;
}
.resources-sec .link-dark {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}
/*.resources-sec p {
    -webkit-line-clamp: 3;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}*/

.resources-sec .ellipsis-more {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media(min-width:1200px) {
    .resources-sec .col-md-3 {
        width: 180px;
        height: 140px;
    }
    .resources-sec img {
        width: 180px;
        height: 140px;
    }
}

@media(max-width:767.9px) {
    .resources-sec {
        display: block;
    }
   
    .post-header{
        padding:0;
    }
}
.formcallout-alt {
    background-image: url('/media/pdmobmp5/dynamic-bg.png') !important;
    background-size: cover !important;
}

.info-note {
    border-radius:0.4rem;
}

.info-note:not(.info-note-sm) {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
}

.info-note-inner {
    display: flex;
    gap: 8px;
}

.info-note.info-note-sm svg {
    margin-top: 1px;
    width: 18px;
    height: 18px;
}

.info-note h6, .info-note p, .info-note .h6, .info-note .h6 p {
    margin: 0;
    font-weight: 500;
    line-height:1.1rem;
}

.info-note.info-note-sm h6, .info-note.info-note-sm p,
.info-note.info-note-sm .h6, .info-note.info-note-sm .h6 p {
    color: var(--et-text-gray);
    line-height: 1rem;
}

.price-row-header {
    row-gap:8px;
}

    .price-row-header .info-note {
        width: 100%;
        max-width: calc(100vw - (var(--bs-gutter-x)*1.5));
    }

@media(min-width:576px) {
    .price-row-header .info-note {
        max-width: 510px;
    }
}

    @media(min-width:768px){
        .price-row-header .info-note {
            max-width:690px;
        }
        .info-note:not(.info-note-sm) {
            padding: 0.75rem 1rem;
        }
    }

@media(min-width:992px) {
    .price-row-header .info-note {
        max-width: 930px;
    }
    .pricing-wrapper .info-note-inner {
        align-items: center;
        justify-content: center;
    }
}

@media(min-width:1200px) {
    .info-note:not(.info-note-sm) {
        padding: 0.75rem 1.125rem;
    }

    .info-note-inner {
        align-items: center;
        justify-content: center;
    }

    .price-row-header .info-note {
        max-width:unset;
        width:80%;
    }
}
@media(min-width:1400px){
    .info-note:not(.info-note-sm) {
        margin-bottom: 0rem;
    }
}

.faq_item .featureCol {
    cursor:pointer;
}
@media(min-width:992px) {
    .faq_item .featureCol.active-feature {
        border-top: none
    }
}

.youtube-video {
    aspect-ratio: 16 / 9;
    border-radius: 15px;
}

.industry-ssh {
    display: block;
    color: #60697B;
    font-family: "Maven Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}