﻿.toast-container {
background: #d9e8e2 !important;
}
.toast {
    width: 900px !important;
    max-width: 100% !important;
    background-image: url(/images/tradeshow-image.png);
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 1px 1px 11px 3px rgba(0,0,0,0.2);
}

.toast-header {
    position: relative;
    margin-bottom: -32px;
    z-index: 99;
    background: transparent;
    border-bottom: none !important;
}
.highlighted {
    color: #ffffff;
    background: #213b34;
    padding: 8px 24px;
    font-size: 1.2em;
    display: inline-block;
    font-weight: 900;
}
.toast-body {
    padding: 2em 0;
}

.toast h2 {
    font-family: Termina;
    font-weight: 600;
    font-size: 2.5em;
    line-height: 1.2em;
}
.toast p {
    font-size: 1.2em;
}
.toast-inner {
    padding: 0 2em;
}
.toast-header .btn-close {
    font-size: 1.3em;
}
    /*.toast-inner h2, .toast-inner p {
        padding: 0 1rem;
    }*/

/*.toast-btn {
    line-height: 1.2em;
    background: #ffffff;
    padding: 1.3em 1em 0.8em 2em;
    margin-bottom: 1em;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}*/

/*.toast-chev {
    padding: 0.5em 0;
    transition: 0.5s;
}*/

/*.toast-btn:hover {
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}

    .toast-btn:hover .toast-chev {
        padding: 0.5em;
        transition: 0.5s;
    }

    .toast-btn:hover .tool-title {
        color: #000000;
    }

.toast .vwht-btn {
    background: #ffffff;
    color: #2c612c;
    font-family: "FSIndustrie-Bold";
    text-transform: uppercase;
    border: none;
    border-radius: 50px;
    padding: 16px 36px 15px;
    font-size: 1em;
    text-decoration: none;
    transition: 0.5s;
    white-space: nowrap;
}

    .toast .vwht-btn:hover {
        color: #000000;
    }

.tool-title {
    font-family: "Termina";
    color: #006325;
    font-size: 1.4em;
    font-weight: 600;
}

.tool-desc {
    font-size: 0.8em;
    color: #333333;
}

.toast-footer {
    width: 100%;
    margin: 0;
    padding: 1.5em 2em 0.5em;
    background-image: linear-gradient(#006325, #213B34);
}*/
