﻿body {
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
}

.ac-row {
    float: left;
}

.panel-content {
    float: left;
    padding: 0 15px 0 15px;
}

.wrapper {
    margin: 0 auto;
    width: 70%;
}

    .wrapper ul li {
        list-style-type: disc;
        text-align: left;
        font-size: 16px;
        padding: 5px;
        line-height: 1.6em
    }

div.content {
    margin: 25px 0 0 0;
    padding: 0;
    float: left;
    width: 100%;
    font-size: 16px;
}

h1 {
    font-size: 35px;
    margin: 0 0 20px 0;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
    margin: 0;
}

p {
    line-height: 1.6em;
    font-size: 16px;
}

.accordion-p {
    padding: 15px;
}

.accordion-ul {
    padding-bottom: 5px;
    font-size: 16px;
}

.accordion-blue {
    float: left;
    width: 100%;
    background-color: #002F70;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border: 1px solid #333;
    text-align: left;
    font-size: 20px;
    transition: 0.4s;
    font-weight: bold;
    margin-bottom: -2px;
    line-height: 1.4em;
    text-decoration: none;
    height: auto;
}

    .acc-active, .accordion-blue:hover {
        background-color: #002F70;
        border: 1px solid #333;
        text-decoration: none;
    }

    .accordion-blue:after {
        content: '\002B';
        color: #fff;
        font-weight: bold;
        float: right;
        margin: 8px 0 0 0;
        padding: 0;
    }

.acc-active:after {
    content: "\2212";
}

.accordion-blue:hover {
    background-color: #002354;
}

.panel-blue {
    padding: 0;
    margin: 0 0 20px 0;
    background-color: #DFE3EB;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: solid 1px #333;
}

button {
    text-decoration: none;
}

    button:hover {
        text-decoration: none;
    }

    button:focus {
        outline: 3px solid #00C0ED;
        outline-offset: 5px;
    }

.accordion-orange {
    float: left;
    width: 100%;
    background-color: #BF8605;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border: 1px solid #333;
    text-align: left;
    font-size: 20px;
    transition: 0.4s;
    font-weight: bold;
    margin-bottom: -2px;
    line-height: 1.4em;
    text-decoration: none;
    height: auto;
}

    .accordion-orange:after {
        content: '\002B';
        color: #fff;
        font-weight: bold;
        float: right;
        margin: 10px 0 0 0;
        padding: 0;
        text-decoration: none;
    }

.acc-active-orange:after {
    content: "\2212";
    margin: 10px 0 0 0;
    padding: 0;
}

.accordion-orange:hover {
    background-color: #A27000;
}

.panel-orange {
    padding-bottom: 0;
    margin: 0 0 20px 0;
    background-color: #F5ECD8;
    border: solid 1px #BF8605;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

img {
    margin: 0px 10px 0 10px;
    padding: 0;
    display: inline;
    vertical-align: middle;
    float: none;
}

.button-show-hide {
    float: right;
    padding: 15px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    border-radius: 10px;
    background-color: #007988;
    margin: 0 0 20px 0;
    border: 1px solid #007988;
}

    .button-show-hide:hover {
        color: #fff;
        background-color: #333;
        border: 1px solid #333;
    }

body .page-validation {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 16px;
    line-height: 1.6em;
}

.page-validation-success {
    margin: 20px 0 20px;
    padding: 10px 10px 10px 60px;
    background-image: url("/ac/ac-icon-success-bg.svg");
    background-repeat: no-repeat;
    background-position: center left;
    height: auto;
    width: 100%;
    float: left;
    border-radius: 10px;
    border: 4px solid #348216;
    min-width: 375px;
}

.page-validation-alert {
    margin: 20px;
    padding: 10px 10px 10px 60px;
    background-image: url("/ac/ac-icon-alert-bg.svg");
    background-repeat: no-repeat;
    background-position: center left;
    height: auto;
    border-radius: 10px;
    border: 4px solid #FF0505;
    min-width: 375px;
    width: auto;
}

.page-validation-notice {
    margin: 20px;
    padding: 10px 10px 10px 60px;
    background-image: url("/ac/ac-icon-notice-bg.svg");
    background-repeat: no-repeat;
    background-position: center left;
    height: auto;
    border-radius: 10px;
    border: 4px solid #00BDE7;
    min-width: 375px;
}

.page-validation-warning {
    margin: 20px;
    padding: 10px 10px 10px 60px;
    background-image: url("/ac/ac-icon-warning-bg.svg");
    background-repeat: no-repeat;
    background-position: center left;
    height: auto;
    border-radius: 10px;
    border: 4px solid #BF8605;
    min-width: 375px;
}

P.ac-heading {
    font-size: 23px;
    font-weight: 500;
    margin: 10px 0 10px 0
}

P {
    margin: 0;
}

.ac-bold {
    font-weight: bold;
    line-height: 1.6em;
}

.ac-left {
    z-index: 1;
    border: solid 1px red;
    padding: 20px;
}

table .ac-table {
    padding: 10px 0 10px 0;
}

.ac-pad {
    margin: 20px 0 20px 0;
    padding: 10px 0 10px 0;
}
