﻿.sw-block1 {
    text-align: center;
    background-color: #002663;
    max-width: 692px;
    padding: 20px;
    margin: 0 auto;
}

    .sw-block1 h1 {
        color: white;
        font-size: 34px;
        margin-bottom: 0;
    }

    .sw-block1 h2 {
        color: #269FDA;
        font-size: 34px;
        margin-top: 0;
    }

    .sw-block1 p {
        color: #fff;
        font-size: 14px;
        margin: 0;
    }

.sw-block2 {
    max-width: 692px;
    margin: 0 auto;
    padding: 15px;
}

.sw-modal h3 {
    color: #002663;
    font-size: 18px;
    font-weight: bold;
}

.sw-block3 {
    max-width: 692px;
    min-height: 412px;
    background-color: #DCE6F2;
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
}

    .sw-block3 button {
        margin-top: 30px;
        background-color: #FCBF2C;
        color: #002663;
        padding: 8px 20px 8px 20px;
        text-transform: uppercase;
        border: none;
        font-weight: bold;
    }

    .sw-block3 div h3 {
        color: #002663;
        font-size: 20px;
        font-weight: bold;
    }

    .sw-block3 div ul {
        text-align: left;
        margin-left: 17px;
    }

.sw-block4-wrap {
    margin-top: 30px;
}

.sw-block4 {
    margin: 0 auto;
    background-position: top left;
    background-repeat: no-repeat;
    max-width: 692px;
}

.inquiries {
    font-size: 13px;
    padding-left: 65px;
}

.phone-number {
    color: #002663;
    font-size: 20px;
    padding-left: 65px;
    margin-bottom: 40px;
    font-weight: bold;
}

.footer-disclaimers ol {
    padding-left: 15px;
}

    .footer-disclaimers ol li {
        font-size: 10px;
    }

.sw-modal-copy {
    position: absolute;
}

.sw-modal h3 {
    color: #002663;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
}

.sw-fields {
    top: 255px;
    width: 90%;
    position: absolute;
    left: 5%;
}

.sw-form button {
    background-color: #FCBF2C;
    color: #002663;
    padding: 8px 15px 8px 15px;
    border: none;
    font-weight: bold;
    float: right;
}

.sw-label {
    width: 25%;
    float: left;
    margin-bottom: 15px;
    color: #002663;
    font-weight: bold;
}

    .sw-label select {
        padding: 5px 0 5px 0;
    }

.sw-input {
    width: 70%;
    float: right;
    margin-bottom: 15px;
}

    .sw-input input {
        width: 100%;
        padding: 5px 0 5px 0;
    }

/*.modal-dialog {
    width: 580px !important;
    height: 410px;
    background-color: #fff;
}*/

.sw-modal-close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 100;
}

.sw-modal button:hover, .sw-block3 button:hover {
    background-color: #ffe29e;
}
