﻿#outlook a {
    padding: 0;
}

#backgroundTable {
    height: 100% !important;
    margin: 0;
    padding: 10px;
    width: 100% !important;
}

.backgroundTable {
    background-color: rgba(235,235,235,0.59);
}

.preheaderContent div {
    color: #fff;
    font-family: Open Sans,Arial;
    font-size: 10px;
    line-height: 100%;
    text-align: left;
}

    .preheaderContent div a:link, .preheaderContent div a:visited {
        color: #00A1C0;
        font-weight: normal;
        text-decoration: underline;
    }

    .preheaderContent div img {
        height: auto;
        max-width: 600px;
    }

#templateContainer {
    background: white;
}

#templateHeader {
    background-color: #FFFFFF;
    border-bottom: 0;
    max-width: 520px;
    width: 100%;
}

.themeBack {
    max-width: 600px;
    padding: 36px 0 189px 0;
    background: no-repeat center auto 100%;
}

.headerContent {
    color: #000;
    font-family: Open Sans, Arial;
    font-size: 11px;
    font-weight: bold;
    line-height: 100%;
    padding: 30px 20px 0px 20px;
    vertical-align: middle;
}

    .headerContent a:link, .headerContent a:visited {
        color: #00A1C0;
        font-weight: normal;
        text-decoration: underline;
    }

.bodyContent {
    background-color: #fff;
}

    .bodyContent .bodyContentArea {
        margin: 50px 20px 0px 20px;
        padding-bottom: 30px;
        color: #000;
        font-family: Open Sans,Arial;
        font-size: 12px;
        line-height: 150%;
        text-align: left;
        border-bottom: 1px solid #EBEBEB;
    }

        .bodyContent .bodyContentArea a:link, .bodyContent .bodyContentArea a:visited {
            color: #00A1C0;
            font-weight: normal;
            text-decoration: underline;
        }

    .bodyContent img {
        display: inline;
        margin-bottom: 10px;
        max-width: 100%;
        max-height: 100%;
    }

    .bodyContent li {
        color: #00A1C0;
        padding-bottom: 5px;
        padding-top: 5px;
    }

        .bodyContent li span {
            color: #222222;
        }

    .bodyContent .btn {
        border: 1px solid #00A1C0;
        padding: 10px;
        text-align: center;
    }

    .bodyContent .bodyContentArea .btn a:link, .bodyContent .bodyContentArea .btn a:visited {
        text-decoration: none;
    }

    .bodyContent .btn span {
        color: #00A1C0;
        text-transform: uppercase;
        margin: 0 20px;
        font-size: 14px;
        font-family: Open Sans,Arial;
    }

    .bodyContent .btnOuterDark .btn {
        background: #00A1C0;
    }

        .bodyContent .btnOuterDark .btn span {
            color: white;
        }

#templateFooter {
    border-top: 0;
}

.footerContent div {
    color: rgba(235,235,235,0.59);
    font-family: Open Sans, Arial;
    font-size: 12px;
    line-height: 125%;
    text-align: left;
}

    .footerContent div a:link, .footerContent div a:visited {
        color: #00A1C0;
        font-weight: normal;
        text-decoration: underline;
    }

.footerContent img {
    display: inline;
}

#learnMore {
    background-color: #fff;
    color: #000;
}

    #learnMore div {
        color: #000;
        font-size: 10px;
        line-height: 165%;
        text-align: center;
    }

#social {
    background-color: #fff;
    padding: 0 0 20px 0;
}

    #social img {
        padding: 0 4px;
    }

#addressArea {
    border-top: 1px solid #F5F5F5;
    background: #f2f2f2;
}

    #addressArea div {
        text-align: center;
        color: #606060;
        font-family: Open Sans, Arial;
        font-size: 10px;
        line-height: 165%;
    }

        #addressArea div a:link, #addressArea div a:visited {
            color: #404040;
            font-weight: normal;
            text-decoration: underline;
            font-family: Open Sans,Arial;
        }

.bodyContent .bodyContentArea .usefullLinks {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

    .bodyContent .bodyContentArea .usefullLinks a:link, .bodyContent .bodyContentArea .usefullLinks a:visited {
        text-decoration: none;
    }

@media only screen and (min-device-width: 480px) {
    #learnMore div {
        padding: 0 30px;
    }
}