﻿
.colorBackgraound {
    background-color: rgb(72,173,165);
    background: rgb(72,173,165);
}











.card--media .card-image {
    height: 100%;
    position: relative;
    width: 100%;
}

    .card--media .card-image video,
    .card--media .card-image img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
       /* position: absolute;*/
        width: 100%;
    }

.card--media .card-image {
    position: relative;
}

    .card--media .card-image:after {
        background: rgba(0, 0, 0, 0.5);
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.card, .card[data-interactive*="flip"] .card-flip-content {
    display: flex;
    flex-direction: column;
    position: relative;
    color: #424242;
    text-decoration: none;
}

    .card:hover, .card[data-interactive*="flip"] .card-flip-content:hover {
        color: #424242;
    }

.card-group-module {
    padding: 100px 0;
}

.layout.t2 .card-group-module {
    padding-bottom: 0;
}

.layout--article .card-group-module {
    background: #fff;
    position: relative;
    z-index: 2;
    margin-left: -15px;
    margin-right: -15px;
}

@media (min-width: 768px) {
    .layout--article .card-group-module {
        margin-left: auto;
        margin-right: -50%;
    }
}

@media (min-width: 992px) {
    .layout--article .card-group-module {
        margin-left: -15%;
        margin-right: -44%;
    }
}

@media (min-width: 1200px) {
    .layout--article .card-group-module {
        margin: 0 -30%;
    }
}

@media (max-width: 767.98px) {
    .card-group-module {
        padding: 50px 0;
    }
}

.card-group-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .card-group-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .card-group-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .card-group-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .card-group-container {
        max-width: 1140px;
    }
}

.layout.t2 .card-group-container {
    padding: 0;
}

.card-image {
    margin: 0;
}

    .card-image img {
        width: 100%;
    }

.card-header {
    margin-bottom: 15px;
}

.card-heading {
    margin-bottom: 0;
    font-family: "Rubik", sans-serif;
    color: #142554;
}

.card-heading {
    font-size: 18px;
}

@media (min-width: 575px) {
    .card-heading {
        font-size: calc(18px + 4 * (100vw - 575px) / 1025);
    }
}

@media (min-width: 1600px) {
    .card-heading {
        font-size: 22px;
    }
}

.card-subtitle {
    display: block;
    margin-bottom: 0;
    color: gray;
}

.card-subtitle {
    font-size: 14px;
}

.card-footer {
    padding-top: 15px;
}

    .card-footer .btn {
        margin-bottom: 0;
    }

.card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 22px 0;
    font-family: "Rubik", sans-serif;
}

.card-date {
    font-size: 12px;
}

@media (min-width: 575px) {
    .card-date {
        font-size: calc(12px + 2 * (100vw - 575px) / 1025);
    }
}

@media (min-width: 1600px) {
    .card-date {
        font-size: 14px;
    }
}

.card-link-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

    .card-link-list li,
    .card-link-list div {
        margin: 10px 0;
        font-size: 16px;
    }

        .card-link-list li:first-child,
        .card-link-list div:first-child {
            margin-top: 0;
        }

        .card-link-list li:last-child,
        .card-link-list div:last-child {
            margin-bottom: 0;
        }

        .card-link-list li a,
        .card-link-list div a {
            text-decoration: none;
        }

            .card-link-list li a:after,
            .card-link-list div a:after {
                content: "\f10a";
                font-family: "icons" !important;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                display: inline-block;
                vertical-align: middle;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                font-size: 10px;
                padding-left: 10px;
                transition: .25s ease;
                display: inline-block;
            }

            .card-link-list li a:hover, .card-link-list li a:focus,
            .card-link-list div a:hover,
            .card-link-list div a:focus {
                text-decoration: underline;
            }

                .card-link-list li a:hover:after, .card-link-list li a:focus:after,
                .card-link-list div a:hover:after,
                .card-link-list div a:focus:after {
                    padding-left: 20px;
                }

.card-contact-list {
    list-style: none;
    padding-left: 0;
}

    .card-contact-list li {
        position: relative;
        display: flex;
        margin-bottom: 10px;
        padding-left: 30px;
    }

        .card-contact-list li:last-child {
            margin-bottom: 0;
        }

        .card-contact-list li:before {
            position: absolute;
            left: 0;
            -ms-grid-row-align: center;
            align-self: center;
        }

        .card-contact-list li.contact-list-phone:before {
            content: "\f125";
            font-family: "icons" !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            display: inline-block;
            vertical-align: middle;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .card-contact-list li.contact-list-email:before {
            content: "\f11d";
            font-family: "icons" !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            display: inline-block;
            vertical-align: middle;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

    .card-contact-list .contact-list-info {
        display: flex;
        flex-direction: column;
    }

        .card-contact-list .contact-list-info .contact-list-title {
            color: #424242;
        }

        .card-contact-list .contact-list-info .contact-list-title {
            font-size: 16px;
        }

            .card-contact-list .contact-list-info .contact-list-title a {
                color: #424242;
            }

        .card-contact-list .contact-list-info .contact-list-subtitle {
            color: #666666;
        }

        .card-contact-list .contact-list-info .contact-list-subtitle {
            font-size: 14px;
        }

.card--media {
    display: flex;
}

    .card--media .card-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .card--media .card-header .card-heading {
        color: #fff;
    }

    .card--media .card-content {
        color: #fff;
        position: relative;
        flex-grow: inherit;
        margin: auto 0;
        z-index: 1;
    }

.card--callout {
    color: #fff;
    background-color: #142554;
    display: flex;
}

    .card--callout .card-header .card-heading {
        color: #fff;
    }

    .card--callout .card-image {
        display: none;
    }

    .card--callout .card-content {
        color: #fff;
        position: relative;
        flex-grow: inherit;
        margin: auto 0;
    }

        .card--callout .card-content a:not(.btn) {
            color: #fff;
        }

    .card--callout[data-interactive*="flip"] .card-front {
        background-color: #142554;
    }

.card[data-interactive*="shadow"], .card[data-interactive*="flip"] .card-flip-content[data-interactive*="shadow"] {
    transition: all 0.25s ease-in-out;
}

.prefers-reduced-motion .card[data-interactive*="shadow"], .prefers-reduced-motion .card[data-interactive*="flip"] .card-flip-content[data-interactive*="shadow"], .card[data-interactive*="flip"] .prefers-reduced-motion .card-flip-content[data-interactive*="shadow"] {
    transition: none;
}

/*.card[data-interactive*="shadow"]:hover, .card[data-interactive*="flip"] .card-flip-content[data-interactive*="shadow"]:hover {
    box-shadow: 0 0 10px gray;
}*/

.card[data-interactive*="scale"], .card[data-interactive*="flip"] .card-flip-content[data-interactive*="scale"] {
    transition: all 0.25s ease-in-out;
}

.prefers-reduced-motion .card[data-interactive*="scale"], .prefers-reduced-motion .card[data-interactive*="flip"] .card-flip-content[data-interactive*="scale"], .card[data-interactive*="flip"] .prefers-reduced-motion .card-flip-content[data-interactive*="scale"] {
    transition: none;
}

/*.card[data-interactive*="scale"]:hover, .card[data-interactive*="flip"] .card-flip-content[data-interactive*="scale"]:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px gray;
}*/

.card[data-interactive*="shift"], .card[data-interactive*="flip"] .card-flip-content[data-interactive*="shift"] {
    transition: all 0.25s ease-in-out;
}

.prefers-reduced-motion .card[data-interactive*="shift"], .prefers-reduced-motion .card[data-interactive*="flip"] .card-flip-content[data-interactive*="shift"], .card[data-interactive*="flip"] .prefers-reduced-motion .card-flip-content[data-interactive*="shift"] {
    transition: none;
}

/*.card[data-interactive*="shift"]:hover, .card[data-interactive*="flip"] .card-flip-content[data-interactive*="shift"]:hover {
    box-shadow: 0 5px 10px gray;
    transform: translateY(-5px);
}*/

.card[data-interactive*="flip"], .card[data-interactive*="flip"] .card-flip-content[data-interactive*="flip"] {
    background-color: transparent;
    color: inherit;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    perspective: 1000px;
}

    .card[data-interactive*="flip"] .card-flip-content {
        width: 100%;
        height: 100%;
        transition: transform 0.5s ease-in-out;
        transform-style: preserve-3d;
        transform-origin: center center;
    }

    .prefers-reduced-motion .card[data-interactive*="flip"] .card-flip-content, .card[data-interactive*="flip"] .prefers-reduced-motion .card-flip-content[data-interactive*="flip"] .card-flip-content {
        transition: none;
    }

    .card[data-interactive*="flip"] .card-front {
        position: relative;
        display: block;
        width: 100%;
        padding: 0;
        overflow: hidden;
        display: flex;
        position: relative;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .card[data-interactive*="flip"] .card-front:before {
            content: "";
            display: block;
            padding-top: 100%;
        }

        .card[data-interactive*="flip"] .card-front-item,
        .card[data-interactive*="flip"] .card-front embed,
        .card[data-interactive*="flip"] .card-front object,
        .card[data-interactive*="flip"] .card-front video,
        .card[data-interactive*="flip"] .card-front iframe {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border: 0;
        }

    .card[data-interactive*="flip"] .card-back {
        display: flex;
        flex-direction: column;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background: #000;
        color: #fff;
        overflow-y: auto;
        transform: rotateY(-180deg);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .card[data-interactive*="flip"].is-active, .card[data-interactive*="flip"] .card-flip-content[data-interactive*="flip"].is-active {
        z-index: 1;
    }

        .card[data-interactive*="flip"].is-active .card-flip-content, .card[data-interactive*="flip"] .card-flip-content[data-interactive*="flip"].is-active .card-flip-content {
            transform: rotateY(180deg);
            transition: transform 0.5s ease-in-out;
        }

    .prefers-reduced-motion .card[data-interactive*="flip"].is-active .card-flip-content, .prefers-reduced-motion .card[data-interactive*="flip"] .card-flip-content[data-interactive*="flip"].is-active .card-flip-content, .card[data-interactive*="flip"] .prefers-reduced-motion .card-flip-content[data-interactive*="flip"].is-active .card-flip-content {
        transition: none;
    }

    .card[data-interactive*="flip"] .show-card-front,
    .card[data-interactive*="flip"] .show-card-back {
        position: absolute;
        z-index: 1;
        right: 20px;
        bottom: 20px;
        width: 50px;
        height: 50px;
        border-radius: 25px;
        padding: 0;
    }

        .card[data-interactive*="flip"] .show-card-front:before,
        .card[data-interactive*="flip"] .show-card-back:before {
            content: "\f102";
            font-family: "icons" !important;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            display: inline-block;
            vertical-align: middle;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            font-size: 25px;
        }

        .card[data-interactive*="flip"] .show-card-front:before {
            transform: rotate(45deg);
        }

@-webkit-keyframes slideOne {
    0% {
        opacity: .75;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slideOne {
    0% {
        opacity: .75;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes slideTwo {
    0% {
        opacity: .5;
        transform: translate3d(-20px, 0, -50px);
    }

    100% {
        opacity: 1;
        transform: translate3d(-40px, 10px, -100px);
    }
}

@keyframes slideTwo {
    0% {
        opacity: .5;
        transform: translate3d(-20px, 0, -50px);
    }

    100% {
        opacity: 1;
        transform: translate3d(-40px, 10px, -100px);
    }
}

@-webkit-keyframes slideThree {
    0% {
        opacity: .5;
        transform: translate3d(-40px, 10px, -100px);
    }

    100% {
        opacity: 1;
        transform: translate3d(-80px, 20px, -200px);
    }
}

@keyframes slideThree {
    0% {
        opacity: .5;
        transform: translate3d(-40px, 10px, -100px);
    }

    100% {
        opacity: 1;
        transform: translate3d(-80px, 20px, -200px);
    }
}

@media (min-width: 1200px) {
    @-webkit-keyframes slideTwo {
        0% {
            opacity: .5;
            transform: translate3d(-25px, 0, -50px);
        }

        100% {
            opacity: 1;
            transform: translate3d(-50px, 10px, -100px);
        }
    }

    @keyframes slideTwo {
        0% {
            opacity: .5;
            transform: translate3d(-25px, 0, -50px);
        }

        100% {
            opacity: 1;
            transform: translate3d(-50px, 10px, -100px);
        }
    }

    @-webkit-keyframes slideThree {
        0% {
            opacity: .5;
            transform: translate3d(-50px, 10px, -100px);
        }

        100% {
            opacity: 1;
            transform: translate3d(-100px, 20px, -200px);
        }
    }

    @keyframes slideThree {
        0% {
            opacity: .5;
            transform: translate3d(-50px, 10px, -100px);
        }

        100% {
            opacity: 1;
            transform: translate3d(-100px, 20px, -200px);
        }
    }
}

@media (max-width: 991.98px) {
    @-webkit-keyframes slideTwo {
        0% {
            opacity: .5;
            transform: translate3d(-15px, 0, -50px);
        }

        100% {
            opacity: 1;
            transform: translate3d(-30px, 10px, -100px);
        }
    }

    @keyframes slideTwo {
        0% {
            opacity: .5;
            transform: translate3d(-15px, 0, -50px);
        }

        100% {
            opacity: 1;
            transform: translate3d(-30px, 10px, -100px);
        }
    }

    @-webkit-keyframes slideThree {
        0% {
            opacity: .5;
            transform: translate3d(-30px, 10px, -100px);
        }

        100% {
            opacity: 1;
            transform: translate3d(-60px, 20px, -200px);
        }
    }

    @keyframes slideThree {
        0% {
            opacity: .5;
            transform: translate3d(-30px, 10px, -100px);
        }

        100% {
            opacity: 1;
            transform: translate3d(-60px, 20px, -200px);
        }
    }
}

.stacked-cards {
    perspective: 1000px;
    position: relative;
    padding-left: 50px;
}

    .stacked-cards .card, .stacked-cards .card[data-interactive*="flip"] .card-flip-content, .card[data-interactive*="flip"] .stacked-cards .card-flip-content {
        width: 450px;
        height: 450px;
        transform: translateY(0) scale(1);
        opacity: 1;
        transition: all 0.4s ease;
    }

    .stacked-cards .card--media .card-image:after {
        opacity: 0.92;
        background: linear-gradient(217deg, rgba(0, 0, 0, 0) 39%, #000 100%);
    }

    .stacked-cards .card--media .card-header .card-heading {
        font-family: "Merriweather", serif;
        font-weight: 400;
    }

    .stacked-cards .card--media .card-header .card-heading {
        font-size: 24px;
    }

@media (min-width: 575px) {
    .stacked-cards .card--media .card-header .card-heading {
        font-size: calc(24px + 10 * (100vw - 575px) / 1025);
    }
}

@media (min-width: 1600px) {
    .stacked-cards .card--media .card-header .card-heading {
        font-size: 34px;
    }
}

.stacked-cards .card--media .card-content {
    margin-bottom: 0;
    padding: 20px 28px;
}

.stacked-cards .card:nth-of-type(2), .stacked-cards .card[data-interactive*="flip"] .card-flip-content:nth-of-type(2), .card[data-interactive*="flip"] .stacked-cards .card-flip-content:nth-of-type(2) {
    transform: translate3d(-40px, 10px, -100px);
}

.stacked-cards .card:nth-of-type(3), .stacked-cards .card[data-interactive*="flip"] .card-flip-content:nth-of-type(3), .card[data-interactive*="flip"] .stacked-cards .card-flip-content:nth-of-type(3) {
    transform: translate3d(-80px, 20px, -200px);
}

.stacked-cards .card:nth-of-type(4), .stacked-cards .card[data-interactive*="flip"] .card-flip-content:nth-of-type(4), .card[data-interactive*="flip"] .stacked-cards .card-flip-content:nth-of-type(4) {
    transform: translate3d(-120px, 30px, -300px);
}

.stacked-cards .card:nth-of-type(5), .stacked-cards .card[data-interactive*="flip"] .card-flip-content:nth-of-type(5), .card[data-interactive*="flip"] .stacked-cards .card-flip-content:nth-of-type(5) {
    transform: translate3d(-160px, 40px, -400px);
}

@media (min-width: 1200px) {
    .stacked-cards .card, .stacked-cards .card[data-interactive*="flip"] .card-flip-content, .card[data-interactive*="flip"] .stacked-cards .card-flip-content {
        width: 550px;
        height: 550px;
    }

        .stacked-cards .card:nth-of-type(2), .stacked-cards .card[data-interactive*="flip"] .card-flip-content:nth-of-type(2), .card[data-interactive*="flip"] .stacked-cards .card-flip-content:nth-of-type(2) {
            transform: translate3d(-50px, 10px, -100px);
        }

        .stacked-cards .card:nth-of-type(3), .stacked-cards .card[data-interactive*="flip"] .card-flip-content:nth-of-type(3), .card[data-interactive*="flip"] .stacked-cards .card-flip-content:nth-of-type(3) {
            transform: translate3d(-100px, 20px, -200px);
        }

        .stacked-cards .card:nth-of-type(4), .stacked-cards .card[data-interactive*="flip"] .card-flip-content:nth-of-type(4), .card[data-interactive*="flip"] .stacked-cards .card-flip-content:nth-of-type(4) {
            transform: translate3d(-150px, 30px, -300px);
        }

        .stacked-cards .card:nth-of-type(5), .stacked-cards .card[data-interactive*="flip"] .card-flip-content:nth-of-type(5), .card[data-interactive*="flip"] .stacked-cards .card-flip-content:nth-of-type(5) {
            transform: translate3d(-200px, 40px, -400px);
        }
}

@media (max-width: 991.98px) {
    .stacked-cards .card, .stacked-cards .card[data-interactive*="flip"] .card-flip-content, .card[data-interactive*="flip"] .stacked-cards .card-flip-content {
        width: 350px;
        height: 350px;
    }

        .stacked-cards .card:nth-of-type(2), .stacked-cards .card[data-interactive*="flip"] .card-flip-content:nth-of-type(2), .card[data-interactive*="flip"] .stacked-cards .card-flip-content:nth-of-type(2) {
            transform: translate3d(-30px, 10px, -100px);
        }

        .stacked-cards .card:nth-of-type(3), .stacked-cards .card[data-interactive*="flip"] .card-flip-content:nth-of-type(3), .card[data-interactive*="flip"] .stacked-cards .card-flip-content:nth-of-type(3) {
            transform: translate3d(-60px, 20px, -200px);
        }

        .stacked-cards .card:nth-of-type(4), .stacked-cards .card[data-interactive*="flip"] .card-flip-content:nth-of-type(4), .card[data-interactive*="flip"] .stacked-cards .card-flip-content:nth-of-type(4) {
            transform: translate3d(-90px, 30px, -300px);
        }

        .stacked-cards .card:nth-of-type(5), .stacked-cards .card[data-interactive*="flip"] .card-flip-content:nth-of-type(5), .card[data-interactive*="flip"] .stacked-cards .card-flip-content:nth-of-type(5) {
            transform: translate3d(-120px, 40px, -400px);
        }
}

.stacked-cards .card:nth-of-type(1), .stacked-cards .card[data-interactive*="flip"] .card-flip-content:nth-of-type(1), .card[data-interactive*="flip"] .stacked-cards .card-flip-content:nth-of-type(1) {
    z-index: 3;
}

.stacked-cards .card:nth-of-type(2), .stacked-cards .card[data-interactive*="flip"] .card-flip-content:nth-of-type(2), .card[data-interactive*="flip"] .stacked-cards .card-flip-content:nth-of-type(2) {
    z-index: 2;
}

.stacked-cards .card:nth-of-type(3), .stacked-cards .card[data-interactive*="flip"] .card-flip-content:nth-of-type(3), .card[data-interactive*="flip"] .stacked-cards .card-flip-content:nth-of-type(3) {
    z-index: 1;
}

.stacked-cards .card:nth-of-type(n + 2), .stacked-cards .card[data-interactive*="flip"] .card-flip-content:nth-of-type(n + 2), .card[data-interactive*="flip"] .stacked-cards .card-flip-content:nth-of-type(n + 2) {
    position: absolute;
    top: 0;
    left: 50px;
    overflow: hidden;
}

@media (max-width: 991.98px) {
    .stacked-cards .card:nth-of-type(n + 2), .stacked-cards .card[data-interactive*="flip"] .card-flip-content:nth-of-type(n + 2), .card[data-interactive*="flip"] .stacked-cards .card-flip-content:nth-of-type(n + 2) {
        left: 30px;
    }
}

.stacked-cards .card:nth-of-type(n + 4), .stacked-cards .card[data-interactive*="flip"] .card-flip-content:nth-of-type(3), .card[data-interactive*="flip"] .stacked-cards .card-flip-content:nth-of-type(3) {
    visibility: hidden;
}

.stacked-cards-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1340px;
}

@media (max-width: 767.98px) {
    .stacked-cards-container {
        background: #ffb81c;
    }
}

@media (min-width: 768px) {
    .stacked-cards-inner {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: .5fr 15px 1fr;
        grid-template-columns: .5fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-gap: 15px;
    }

        .stacked-cards-inner > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .stacked-cards-inner > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }
}

@media (min-width: 992px) {
    .stacked-cards-inner {
        -ms-grid-columns: 1fr 15px 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

        .stacked-cards-inner > *:nth-child(1) {
            -ms-grid-row: 1;
            -ms-grid-column: 1;
        }

        .stacked-cards-inner > *:nth-child(2) {
            -ms-grid-row: 1;
            -ms-grid-column: 3;
        }
}

.stacked-cards-links {
    margin: 0 0 34px;
    padding: 0;
    list-style-type: none;
}

    .stacked-cards-links li {
        margin: 40px  0;
        counter-increment: carouselLinks;
    }

        .stacked-cards-links li a {
            font-family: "Merriweather", serif;
            color: white;
            text-decoration: none;
            padding-left: 30px;
            position: relative;
            display: inline-block;
        }

        .stacked-cards-links li a {
            font-size: 24px;
        }

@media (min-width: 575px) {
    .stacked-cards-links li a {
        font-size: calc(24px + 2 * (100vw - 575px) / 1025);
    }
}

@media (min-width: 1600px) {
    .stacked-cards-links li a {
        font-size: 26px;
    }
}

.stacked-cards-links li a:before {
    content: counter(carouselLinks);
    font-size: 12px;
    font-family: "Rubik", sans-serif;
    position: absolute;
    left: 0;
    top: 50px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    z-index: 2;
    transition: all 0.3s ease;
}

.stacked-cards-links li a:after {
    content: " ";
    display: block;
    background: #142554;
    position: absolute;
    bottom: 19px;
    left: 8px;
    height: 0;
    width: 0;
    z-index: 1;
    transition: left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), height 0s ease 0.2s;
}

.stacked-cards-links li a.active:before {
    background: #142554;
    color: #fff;
    left: -120px;
}

.stacked-cards-links li a.active:after {
    left: -94px;
    width: 103px;
    height: 2px;
    transition: left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1), width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.stacked-cards-links li a:hover {
    text-decoration: underline;
}

@media (min-width: 1900px) {
    .stacked-cards-links li a {
        font-size: 29px;
    }
}

@media (min-width: 1200px) {
    .stacked-cards-links li a.active:before {
        left: -219px;
    }

    .stacked-cards-links li a.active:after {
        left: -194px;
        width: 203px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .stacked-cards-links li a {
        font-size: 20px;
    }

        .stacked-cards-links li a:before {
            top: 1px;
        }

        .stacked-cards-links li a:after {
            bottom: 12px;
        }
}

@media (max-width: 767.98px) {
    .stacked-cards-links li a.active:before {
        background: transparent;
        color: #142554;
        left: 0;
    }

    .stacked-cards-links li a.active:after {
        display: none;
    }
}

.stacked-cards-links li:nth-child(-n+9) a:before {
    content: "0" counter(carouselLinks);
}

.stacked-cards-links li:last-of-type {
    margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .stacked-cards-links li {
        margin: 10px 0;
    }
}

.stacked-cards-links-wrapper {
    background: #006f43;
    padding: 70px 18px 60px;
    position: relative;
}

    .stacked-cards-links-wrapper:after {
        content: '';
        background: #006f43;
        width: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        right: -100%;
        z-index: -1;
    }

@media (min-width: 768px) {
    .stacked-cards-links-wrapper {
        padding: 70px 0 60px 45px;
        order: 2;
    }
}

@media (min-width: 992px) {
    .stacked-cards-links-wrapper {
        padding: 70px 18px 60px 50px;
    }
}

@media (min-width: 1200px) {
    .stacked-cards-links-wrapper {
        padding: 83px 38px 30px 80px;
    }
}

.stacked-cards-links-title {
    margin-bottom: 34px;
    color: white;
    font-weight: 500;
}

.stacked-cards-links-title {
    font-size: 24px;
}

@media (min-width: 575px) {
    .stacked-cards-links-title {
        font-size: calc(24px + 8 * (100vw - 575px) / 1025);
    }
}

@media (min-width: 1600px) {
    .stacked-cards-links-title {
        font-size: 32px;
    }
}

@media (min-width: 1900px) {
    .stacked-cards-links-title {
        font-size: 40px;
    }
}

.stacked-cards-wrapper {
    overflow: hidden;
}

.stacked-cards-content-wrapper {
    padding: 137px 0 89px 0;
    justify-self: flex-end;
    margin-right: -46px;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .stacked-cards-content-wrapper {
        display: none;
    }
}

.stacked-cards.animated .card:nth-of-type(2), .stacked-cards.animated .card[data-interactive*="flip"] .card-flip-content:nth-of-type(2), .card[data-interactive*="flip"] .stacked-cards.animated .card-flip-content:nth-of-type(2) {
    -webkit-animation: slideTwo .6s ease forwards;
    animation: slideTwo .6s ease forwards;
}

.stacked-cards.animated .card:nth-of-type(3), .stacked-cards.animated .card[data-interactive*="flip"] .card-flip-content:nth-of-type(3), .card[data-interactive*="flip"] .stacked-cards.animated .card-flip-content:nth-of-type(3) {
    -webkit-animation: slideThree .6s ease forwards;
    animation: slideThree .6s ease forwards;
}

@media (max-width: 991.98px) {
    .stacked-cards {
        padding-left: 25px;
    }
}

.featured-card {
    position: relative;
}

    .featured-card figure {
        position: relative;
    }

        .featured-card figure img {
            max-width: initial;
            width: 100%;
        }

        .featured-card figure:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            opacity: 0.92;
            background: linear-gradient(217deg, rgba(0, 0, 0, 0) 39%, #000 100%);
        }

.featured-card-title {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
    font-family: "Rubik", sans-serif;
}

@media (min-width: 1900px) {
    .featured-card-title {
        font-size: 20px;
    }
}

.featured-card-content {
    text-align: center;
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 73px;
}

.featured-card-content-title {
    color: #fff;
    font-weight: 500;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.7);
}

.featured-card-content-title {
    font-size: 28px;
}

@media (min-width: 575px) {
    .featured-card-content-title {
        font-size: calc(28px + 22 * (100vw - 575px) / 1025);
    }
}

@media (min-width: 1600px) {
    .featured-card-content-title {
        font-size: 50px;
    }
}

@media (min-width: 1900px) {
    .featured-card-content-title {
        font-size: 70px;
    }
}

@media (max-width: 991.98px) {
    .featured-card-content {
        bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .featured-card-content {
        bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .featured-card {
        margin: 0 -15px;
    }
}

.news-card {
    border-bottom: 1px solid #f0ede5;
    font-family: "Rubik", sans-serif;
    padding: 34px 0 38px;
}

.right-rail .news-card {
    padding: 16px 0;
}

.news-card-title {
    letter-spacing: -0.66px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #00205b;
}

.news-card-title {
    font-size: 22px;
}

@media (min-width: 575px) {
    .news-card-title {
        font-size: calc(22px + 6 * (100vw - 575px) / 1025);
    }
}

@media (min-width: 1600px) {
    .news-card-title {
        font-size: 28px;
    }
}

.news-card-title a {
    color: #00205b;
    text-decoration: none;
}

    .news-card-title a:hover {
        text-decoration: underline;
    }

@media (min-width: 1900px) {
    .news-card-title {
        font-size: 32px;
    }
}

.right-rail .news-card-title {
    font-size: 16px;
}

@media (min-width: 575px) {
    .right-rail .news-card-title {
        font-size: calc(16px + 2 * (100vw - 575px) / 1025);
    }
}

@media (min-width: 1600px) {
    .right-rail .news-card-title {
        font-size: 18px;
    }
}

.right-rail .news-card-title p {
    display: none;
}

@media (min-width: 1900px) {
    .right-rail .news-card-title {
        font-size: 25px;
    }
}

.news-card-tags {
    padding: 0;
    margin: 14px 0 0;
    list-style-type: none;
    color: #00205b;
}

    .news-card-tags li {
        display: inline-block;
        padding: 6px 8px;
        background: #ebf2ff;
        margin-right: 5px;
        margin-bottom: 5px;
        font-size: 12px;
    }

        .news-card-tags li a {
            color: #00205b;
            text-decoration: none;
        }

            .news-card-tags li a:hover {
                text-decoration: underline;
            }

@media (min-width: 1900px) {
    .news-card-tags li {
        font-size: 15px;
    }
}

.news-card figure {
    margin-bottom: 23px;
}

    .news-card figure img {
        max-width: initial;
        width: 100%;
    }

    .news-card figure a {
        display: block;
        position: relative;
    }

        .news-card figure a:after {
            content: '';
            border: 0 solid #ffb81c;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            transition: all 0.25s ease;
        }

        .news-card figure a:hover:after {
            border: 20px solid #ffb81c;
        }

.is-tabbing .news-card figure a:focus:after {
    border: 20px solid #ffb81c;
}

.right-rail .news-card figure {
    margin-bottom: 15px;
}

.news-card.video {
    border-bottom: 0;
}

    .news-card.video figure a:before {
        content: '';
        background: url("../../www.pitt.edu/assets/img-pittwire-video-play.html");
        background-size: cover;
        width: 73px;
        height: 73px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

@media (max-width: 767.98px) {
    .news-card.video figure a:before {
        width: 40px;
        height: 40px;
    }
}

.news-card.image {
    border-bottom: 0;
}

.right-rail .news-card.image {
    padding: 0 0 20px;
}

@media (max-width: 767.98px) {
    .right-rail .news-card.image {
        padding: 0 0 40px;
    }
}

@media (max-width: 767.98px) {
    .news-card.image + .pittwire-heading {
        margin-top: 10px;
    }
}

.news-card + .pittwire-heading {
    margin-top: 50px;
}

@media (max-width: 767.98px) {
    .news-card {
        padding: 30px 0 25px;
    }
}

.callout-card {
    position: relative;
    padding-bottom: 39px;
    border-bottom: 1px solid #f0ede5;
    margin-bottom: 39px;
}

    .callout-card a {
        display: block;
        position: relative;
    }

        .callout-card a:after {
            content: '';
            border: 0 solid #ffb81c;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            transition: all 0.25s ease;
        }

        .callout-card a:hover:after {
            border: 18px solid #ffb81c;
        }

.is-tabbing .callout-card a:focus:after {
    border: 20px solid #ffb81c;
}

.callout-card figure {
    position: relative;
}

    .callout-card figure:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
    }

    .callout-card figure img {
        max-width: initial;
        width: 100%;
    }

.callout-card-content {
    color: #fff;
    position: absolute;
    bottom: 66px;
    left: 20px;
    right: 20px;
    font-family: "Rubik", sans-serif;
}

.callout-card-content {
    font-size: 12px;
}

@media (min-width: 575px) {
    .callout-card-content {
        font-size: calc(12px + 2 * (100vw - 575px) / 1025);
    }
}

@media (min-width: 1600px) {
    .callout-card-content {
        font-size: 14px;
    }
}

.callout-card-content-title {
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 0 0 6px #000;
}

.callout-card-content-title {
    font-size: 16px;
}

@media (min-width: 575px) {
    .callout-card-content-title {
        font-size: calc(16px + 2 * (100vw - 575px) / 1025);
    }
}

@media (min-width: 1600px) {
    .callout-card-content-title {
        font-size: 18px;
    }
}

@media (min-width: 1900px) {
    .callout-card-content-title {
        font-size: 22px;
    }
}

.callout-card-content p {
    margin-bottom: 0;
    text-shadow: 0 0 6px #000;
}

@media (min-width: 1900px) {
    .callout-card-content {
        font-size: 18px;
    }
}


.top-nav {
    font-family: 'DM Sans', sans-serif !important;
    /* background: linear-gradient(233.19deg, #fbd700 -256.88%, #026e32 -167.3%, #036e32 -81.23%, #fbd700 -2.2%, #006d33 80.36%);*/
    /*background: rgb(72,173,165);*/
    padding: 0 0;
    z-index: 9999;
    position: relative;
    font-size: 16px;
    height: auto;
    font-weight: 300;
    transition-duration: .3s;
    border-bottom: none;
}

    .top-nav .time {
        float: left;
        color: #fff;
        text-decoration: none;
        padding: 5px 0
    }

        .top-nav .time i {
            font-size: 14px
        }

    .top-nav ul {
        margin: 0
    }

        .top-nav ul.pwdarea li a img {
            width: 25px 
        }

    .top-nav li {
        list-style-type: none;
        float: left
    }

        .top-nav li a:hover {
            text-decoration: none
        }

    .top-nav .btn-xs {
        padding: 3px 4px;
        line-height: 1.5;
        border-radius: 0;
        border: solid 1px rgba(255,255,255,.5);
        background-color: #fff;
        color: #333;
        font-weight: 700
    }

    .top-nav .btn-black {
        padding: 3px 6px;
        font-size: 10px;
        line-height: 1.5;
        border-radius: 0;
        border: solid 1px #fff;
        background-color: rgba(255,255,255,.1);
        color: #fff
    }

    .top-nav .btn-blue {
        padding: 4px 8px;
        font-size: 12px;
        line-height: 1.1;
        border-radius: 0;
        border: solid 0 #000;
        background-color: #00b9be;
        color: #fff
    }

    .top-nav .btn-yellow {
        padding: 4px 6px;
        font-size: 12px;
        line-height: 1.1;
        border-radius: 0;
        border: solid 0 #d8470e;
        background-color: #f57d57;
        color: #fff
    }

    .top-nav .input-sm {
        height: 21px;
        margin: 0;
        padding: 0 10px;
        border-radius: 0
    }

    .top-nav .navbar-right {
        float: right !important;
        margin-bottom: 0;
        margin-right: -15px;
        margin-top: -1px
    }

    .top-nav .defTheme {
        color: #fff;
        padding: 3px 6px;
    }

.hi-btn {
    background-color: #d9d9d9;
    color: #000 !important;
    padding: 6px 12px;
    display: block;
}

.search-open {
    color: #000 !important;
    padding: 6px 12px;
    display: block;
}

.searchbox {
    width: 200px
}

.stylish-input-group .input-group-addon {
    background-color: #fe5900;
    border: 1px solid #fe5900;
    color: #fff;
    padding: 4px 0;
    border-radius: 0
}

.stylish-input-group .form-control {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: transparent;
    border-radius: 0;
    height: 25px
}

.stylish-input-group button {
    border: 0;
    background: 0 0
}

.top-nav ul.pwdarea {
    text-align: right;
    float: right;
    margin-right: 0px;
    margin-bottom: 0px;
}

    .top-nav ul.pwdarea li a {
        color: #393939
    }

   /* .top-nav ul.pwdarea li:hover {
        -moz-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -webkit-transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }*/
    .top-nav ul.pwdarea li {
        padding: 1px 1px 0 6px;
        font-weight: 400;
        position: relative;
        top: 0px;
        margin: 0px 4px;
    }

.pwdarea li .fontresize {
    display: block;
    border-radius: 50%;
    border: 1px solid #eee;
    box-sizing: border-box;
    text-align: center;
    height: 25px;
    width: 25px;
    line-height: 22px;
    background-color: #fff;
}

.pwdarea li .theame {
    display: block;
    border-radius: 50%;
    border: 0px solid #eee;
    box-sizing: border-box;
    text-align: center;
    height: 25px;
    width: 25px;
    line-height: 18px;
    background-color: white;
    color: black !important;
}

.pwdarea li .contrast {
    background-color: white;
}

.top-nav ul.topleft_menu {
    text-align: left;
    padding: 0;
    margin: 0;
    min-height: auto;
}

    .top-nav ul.topleft_menu li {
        font-weight: 400;
    }

        .top-nav ul.topleft_menu li a {
            padding: 2px 6px;
            display: block;
            color: white;
            font-size: 15px;
        }
 

.top-nav ul.topleft_menu li a:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 1px;
    background-color: #006f43;
    width: 0%;
    transition-duration: .3s;
}

.top-nav ul.topleft_menu li a:hover::before a {
    width: 100%
}





/*.top-nav ul.topleft_menu li a:hover {
    background-color: #fff;
    color: #006f43;
}*/

.top-nav ul.topleft_menu li:last-child a {
    border-right: 0 solid #3e3d3d
}

.top-nav ul.topleft_menu .dropdown li {
    float: none;
}

.top-nav ul.pwdarea li:nth-child(4) {
    padding-right: 4px
}

.top-nav ul.pwdarea li:nth-child(5) {
    padding-right: 4px;
    padding-left: 4px
}

.top-nav ul.pwdarea li:nth-child(6) {
    padding-left: 4px
}

.top-nav ul.pwdarea li:nth-child(7) {
    padding-right: 3px
}

.top-nav ul.pwdarea li:nth-child(8) {
    padding-left: 3px
}

.top-nav ul.pwdarea li:nth-child(9) {
    padding-top: 3px;
    padding-right: 0px;
}

.top-nav ul.pwdarea li:nth-child(10) {
    padding: 0px
}

    /*header {
        position: relative;
        display: block;
        z-index: 100;*/
        /*max-width: 1347px;*/
        /*margin: 0 auto;
        display: block
    }

        header .navbar-inverse {
            background-color: transparent;
            border: 0
        }

    .primarymenu {
        margin: 0 auto;
        bottom: 0;
        background: #006f43;
        position: relative;
        padding: 0px;
    }

        .primarymenu .navbar-nav {*/ /* float:none; */ /* display:table; */ /* margin:0px auto; */
        /*}

    .navborder {
        position: absolute;
        left: 0;
        width: 32%;
        background: #fff;
        z-index: 9999;
        padding: 6px 0
    }

        .navborder:before {
            border-bottom: 49px solid #007c7c;
            border-left: 45px solid transparent;
            content: "";
            height: 0;
            right: 0;
            position: absolute;
            top: 0;
            width: 0
        }*/

.logo-section {
    background-image: url('../img/header_photo.jpg');
    background-position: center;
}

.services-link > li {
    border-bottom: 0px dotted #dad3d3 !important;
}

ul.services-link li {
    padding: 4px 0px 2px 16px !important;
    margin-top: 10px !important;
}

.services-btn {
    margin: 0 17px 0 -29px !important;
    display: block !important;
    background: #14a555 !important;
    border: 0px !important;
    padding: 14px 8px !important;
}

ul.services-link {
    list-style: none;
    margin: 0px 16px 0px -29px !important;
    padding: 8px 0px 8px 6px !important;
    background: #fff;
    border: 1px solid #ccc;
    min-height: 311px;
}

.servbox {
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin: 12px 10px 0px -20px;
    background: #fff;
    font-size: 0.85em;
    min-height: 397px;
    position: relative;
}

    .servbox h4 {
        font-family: 'Roboto Slab', serif;
        margin: 0px 0px 15px 0px;
        color: #192f59;
        text-align: center;
        font-size: 1.5em;
        font-weight: bold;
    }

    .servbox ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .servbox ul li {
            position: relative;
            padding: 3px 0px 3px 16px;
        }

            .servbox ul li:before {
                font-family: 'FontAwesome';
                content: "\f192";
                color: #14a555;
                position: absolute;
                left: 0px;
                font-size: 12px;
                top: 3px;
            }

    .servbox .services-btn2 {
        white-space: inherit;
        position: relative;
        position: absolute;
        margin: 0px auto;
        left: 10px;
        right: 10px;
        bottom: 10px;
        background-color: #14a555;
        border-color: #00863c;
    }


.toprightbg {
    background-color: #006f43;
}

    .toprightbg:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 33px solid #006f43;
        border-left: 35px solid transparent;
        position: absolute;
        left: -35px;
    }

.li_round {
    display: block;
    border-radius: 50%;
    border: 1px solid #eee;
    box-sizing: border-box;
    text-align: center;
    height: 25px;
    width: 25px;
    line-height: 22px;
    background-color: #fff;
}

    .li_round a {
        margin-left: -5px;
    }

.toprightbg:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 33px solid #006f43;
    border-left: 35px solid transparent;
    position: absolute;
    left: -35px;
}


@import url('../../cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');

/* Chatbot */
.botIcon {
    bottom: 15px;
    right: 15px;
    position: fixed;
    z-index: 9999;
}


.botIcons {
    bottom: 15px;
    right: 15px;
    position: fixed;
    z-index: 9999;
}

.iconInner {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center; 
    background-position: 50%;
    background-size: 300%;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.7em;
    height: 3em;
    justify-content: center;
    width: 3em;
}

.botSubject, .messages, .showBotSubject .botIconContainer, .showMessenger .botIconContainer {
    display: none;
}
/* .showBotSubject .botSubject {display: block;}
.showMessenger .messages {display: block;}
.botSubject {position: relative;width: 300px;}
.botIcon .messages {background: none;border: none;border-radius: 0;bottom: 0;box-shadow: 0px 0px 30px -5px #000;min-height: 250px;max-height: 50vh;margin: 0;padding: 0;position: relative;right: 0;width: 300px;}
.screen {background-color: #fff;position: absolute;height: 100%;overflow: hidden;width: 100%;}
.botIcon .messages .body {box-sizing: border-box;height: calc(100% - 40px);overflow-y: auto;padding: 0px 12px 6px;}
.botIcon .messages .body .msg {-webkit-animation: msg 1s;-moz-animation: msg 1s;-ms-animation: msg 1s;-o-animation: msg 1s;animation: msg 1s;background-color: #1666af;border-radius: 0px 10px 10px 10px;box-sizing: border-box;clear: both;color: #fff;margin-top: 10px;opacity: 1;display: block;overflow: hidden;padding: 10px 10px;width: 100%;float: left;width: auto;}
.messages .body .msg.user {background-color: #fff;box-shadow: 0 0 4px rgba(0, 0, 0 , .5);border-radius: 10px 0px 10px 10px;color: #000;float: right;width: auto;}
.botIcon .messages .footer, .botSubject > form {box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);bottom: 0;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;padding: 0;position: absolute;width: 100%;z-index: 100;}
.botSubject > form {background-color: #fff;padding: 20px 15px;position: static;}
.botIcon .messages .footer input, .botSubject input {border-width: 0px;box-sizing: border-box;font-size: 1em;margin: 0;padding-left: 10px;}
.botIcon .messages .footer input[type="text"], .botSubject input[type="text"] {border: 1px solid;width: calc(100% - 70px);}
.botIcon .messages .footer input[type="submit"], .messages .footer input[type="button"], .messages .footer button, .botSubject input[type="submit"], .botSubject input[type="button"], .botSubject button {width: 60px;}
.botIcon .messages .footer input, .messages .footer button, .botSubject input, .botSubject button {height: 40px;}
.botIcon .messages .footer button, .botSubject button {background-color: #123123;border: 0px solid black;color: white;width: 70px;margin: 0px;outline: none;}
.botIcon .messages .footer button:hover, .botSubject button:hover {opacity: 0.7;}
.botIcon .btn.btn-default.buyc_btn {border-radius: 0 !important;color: #fff;margin: 0;padding: 0;}
.botIcon .btn.btn-default.buyc_btn:hover {padding: 0;}
.closeBtn {background: #a64bf4;background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background: -moz-linear-gradient(right,#00dbde, #fc00ff, #00dbde,#fc00ff);background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);background-position: 50%;background-size: 300%;border-radius: 50%;height: 30px;position: absolute;right: 0;top: 0;-webkit-transform: translate(50%, -50%);-ms-transform: translate(50%, -50%);transform: translate(50%, -50%);width: 30px;z-index: 999;}
.closeBtn::before, .closeBtn::after {background-color: #fff;content: "";display: block;height: 2px;left: 50%;position: absolute;top: 50%;-webkit-transform: translate(-50%, -50%) rotate(45deg);-ms-transform: translate(-50%, -50%) rotate(45deg);transform: translate(-50%, -50%) rotate(45deg);width: 20px;}
.closeBtn::after {-webkit-transform: translate(-50%, -50%) rotate(-45deg);-ms-transform: translate(-50%, -50%) rotate(-45deg);transform: translate(-50%, -50%) rotate(-45deg);}

@-webkit-keyframes msg {
	0% {opacity: 0;-webkit-transform: translateY(20px);}
	100% {opacity: 1;-webkit-transform: translateY(0px);}
}
@-o-keyframes msg {
	0% {opacity: 0;-o-transform: translateY(20px);}
	100% {opacity: 1;-o-transform: translateY(0px);}
}
@-moz-keyframes msg {
	0% {opacity: 0;-moz-transform: translateY(20px);}
	100% {opacity: 1;-moz-transform: translateY(0px);}
}
@-ms-keyframes msg {
	0% {opacity: 0;-ms-transform: translateY(20px);}
	100% {opacity: 1;-ms-transform: translateY(0px);}
}
@keyframes msg {
	0% {opacity: 0;transform: translateY(20px);}
	100% {opacity: 1;transform: translateY(0px);}
}

@media only screen and (max-width: 412px) {
	.botSubject, .botIcon .messages {width: 280px;}
} */

.botIcon .Messages, .botIcon .Messages_list {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.chat_close_icon {
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    right: 12px;
    z-index: 9;
}

.chat_on {
    background-color: #8a57cf;
    bottom: 20px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 45px;
    padding: 9px;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 45px;
    z-index: 10;
}

.chat_on_icon {
    color: #fff;
    font-size: 25px;
    text-align: center;
}

.botIcon .Layout {
    -webkit-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
    -ms-animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
    animation: appear .15s cubic-bezier(.25, .25, .5, 1.1);
    -webkit-animation-fill-mode: forwards;
    -ms-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    background-color: rgb(63, 81, 181);
    bottom: 20px;
    border-radius: 10px;
    box-shadow: 5px 0 20px 5px rgba(0, 0, 0, .1);
    box-sizing: content-box !important;
    color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-height: 30px;
    max-width: 300px;
    min-width: 50px;
    opacity: 0;
    pointer-events: auto;
    position: fixed;
    -webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
    -ms-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
    transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1), min-width .2s cubic-bezier(.25, .25, .5, 1), max-width .2s cubic-bezier(.25, .25, .5, 1), min-height .2s cubic-bezier(.25, .25, .5, 1), max-height .2s cubic-bezier(.25, .25, .5, 1), border-radius 50ms cubic-bezier(.25, .25, .5, 1) .15s, background-color 50ms cubic-bezier(.25, .25, .5, 1) .15s, color 50ms cubic-bezier(.25, .25, .5, 1) .15s;
    z-index: 999999999;
}

.botIcon .Layout-open {
    border-radius: 10px;
    color: #fff;
    height: 500px;
    max-height: 500px;
    max-width: 300px;
    overflow: hidden;
    -webkit-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
    -ms-transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
    transition: right .1s cubic-bezier(.25, .25, .5, 1), bottom .1s cubic-bezier(.25, .25, .5, 1.1), min-width .2s cubic-bezier(.25, .25, .5, 1.1), max-width .2s cubic-bezier(.25, .25, .5, 1.1), max-height .2s cubic-bezier(.25, .25, .5, 1.1), min-height .2s cubic-bezier(.25, .25, .5, 1.1), border-radius 0ms cubic-bezier(.25, .25, .5, 1.1), background-color 0ms cubic-bezier(.25, .25, .5, 1.1), color 0ms cubic-bezier(.25, .25, .5, 1.1);
    width: 100%;
}

.botIcon .Layout-expand {
    display: none;
    height: 400px;
    max-height: 100vh;
    min-height: 300px;
}

.showBotSubject.botIcon .Layout-expand {
    display: block;
    right: 100px;
}

.botIcon .Layout-mobile {
    bottom: 10px
}

    .botIcon .Layout-mobile.Layout-open {
        min-width: calc(100% - 20px);
        width: calc(100% - 20px);
    }

    .botIcon .Layout-mobile.Layout-expand {
        border-radius: 0 !important;
        bottom: 0;
        height: 100%;
        min-height: 100%;
        min-width: 100%;
        width: 100%;
    }

.botIcon .Messenger_messenger {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.botIcon .Messenger_header, .botIcon .Messenger_messenger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.botIcon .Messenger_header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #006f43;
    color: rgb(255, 255, 255);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 40px;
    padding-left: 10px;
    padding-right: 40px;
}

    .botIcon .Messenger_header h4 {
        -webkit-animation: slidein .15s .3s;
        -ms-animation: slidein .15s .3s;
        animation: slidein .15s .3s;
        -webkit-animation-fill-mode: forwards;
        -ms-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        font-size: 16px;
        opacity: 0;
        color: gold;
    }

.botIcon .Messenger_prompt {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.botIcon .Messenger_content {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 80px;
}

.botIcon .Messages {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px;
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.botIcon .Input {
    background-color: #fff;
    border-top: 1px solid #e6ebea;
    color: #96aab4;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-bottom: 15px;
    padding-top: 17px;
    position: relative;
    width: 100%;
}

.botIcon .Input-blank .Input_field {
    max-height: 20px;
}

.botIcon .Input_field {
    background-color: transparent;
    border: none;
    outline: none;
    padding-left: 20px;
    padding-right: 45px;
    resize: none;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    min-height: 20px !important;
}

.botIcon .Input_button-emoji {
    right: 45px;
}

.botIcon .Input_button {
    background-color: transparent;
    border: none;
    bottom: 15px;
    cursor: pointer;
    height: 25px;
    outline: none;
    padding: 0;
    position: absolute;
    width: 25px;
}

.botIcon .Input_button-send {
    right: 15px;
}

.botIcon .Input-emoji .Input_button-emoji .Icon, .botIcon .Input_button:hover .Icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

    .botIcon .Input-emoji .Input_button-emoji .Icon path, .botIcon .Input_button:hover .Icon path {
        fill: #2c2c46;
    }

.Icon svg {
    height: auto;
    width: 100%;
}

.msg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

    .msg.user {
        -webkit-box-direction: row-reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .msg + .msg {
        margin-top: 15px;
    }

span.responsText {
    color: #000;
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    max-width: calc(100% - 50px);
}

.msg.user span.responsText {
    margin-left: 0;
    margin-right: 10px;
}

span.avtr {
    display: inline-block;
    width: 30px;
}

    span.avtr figure {
        background-color: #ccc;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 50%;
        display: block;
        margin: 0;
        padding-bottom: 100%;
    }

@-webkit-keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes appear {
    0% {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes appear {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes slidein {
    0% {
        opacity: 0;
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
/*   29, 02, 41, 98
    74, 57, 96, 43
    79, 52, 91, 48
    24, 07, 46, 94





    25, 37, 94
    26,, 38, 95
    27, 00, 39, 96
    28, 01, 40, 97
    29, 02, 41, 98
    30, 03, 42, 99
    31, 04, 43, 00
    32, 05, 44,
    33, 06, 45,*/
@keyframes slidein {
    0% {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media only screen and (max-width: 412px) {
    .botIcon .Layout-open {
        width: 250px;
    }
}

