﻿body{
    font-size: 100% !important;
}

.my-container {
    margin-left: auto;
    margin-right: auto !important;
    align-items: center;
}

.required:after {
    content: " *";
    color: red;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ye-button {
    border: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f1b71b;
    color: #fafafa;
    transition: color 0.2s, border-color 0.2s, background-color 0.2s, background-image 0.2s;
    transition-timing-function: linear;
}

    .ye-button:hover {
        border: 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-color: #f1b71b;
        color: #424242;
        transition: color 0.2s, border-color 0.2s, background-color 0.2s, background-image 0.2s;
        transition-timing-function: linear;
    }

.error {
    color: red;
    float: left;
    width: 100%;
    font-weight: bold;
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.me-1 {
    margin-right: 1rem;
}

.me-2 {
    margin-right: 2rem;
}

.me-3 {
    margin-right: 3rem;
}

.ms-1 {
    margin-left: 1rem;
}

.ms-2 {
    margin-left: 2rem;
}

.ms-3 {
    margin-left: 3rem;
}

.pt-1 {
    padding-top: 1rem;
}

.pt-2 {
    padding-top: 2rem;
}

.pt-3 {
    padding-top: 3rem;
}

.pb-1 {
    padding-bottom: 1rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.pb-3 {
    padding-bottom: 3rem;
}


.form-wrapper {
    margin: 0 auto 5rem auto;
}

.form-label {
    margin-top: 3px;
    font-weight: bold;
    width: 25%;
    float: left;
}

.form-control {
    width: 70%;
    float: left;
    line-height: 1.5rem;
    float: left;
}

.dollar-form-control {
    width: 67%;
    float: left;
    line-height: 1.5rem;
    float: left;
}

.dollar-sign {
    width: 3%;
    font-size: 1.25rem;
    float: left;
    border: 1px solid rgb(118, 118, 118);
    padding: 3px 0;
    font-weight: normal;
    background-color: #F9F3B7;
    color: #1246ac;
    text-align: center;
}

btn {
    display: flow;
    width: 100%;
    margin-bottom: 0;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    padding: 16px;
    line-height: 1;
    background-image: none;
    background-color: #0078c1;
    color: #ffffff;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    text-transform: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    border: 1px solid #0078c1;
}

.btn-primary {
    display: flow;
    line-height: 35px;
    text-align: center;
    background: #b22222;
    border: 1px solid #b22222;
}

    .btn-primary:hover {
        background-color: #f77fbe;
        border: 1px solid #f77fbe;
    }

.btn-secondary {
    display: flow;
    line-height: 35px;
    text-align: center;
    color: #1246ac;
    font-size: 18px;
    font-weight: 300;
    background: #F9F3B7;
    border: 1px solid #F9F3B7;
}

    .btn-secondary:hover {
        background-color: #F6B01A;
        border: 1px solid #F6B01A;
    }


.row .my-row {
    padding-bottom: 35px;
    width: 100%;
}

.center {
    text-align: center;
}

ul.side-nav {
    padding-left: 20px;
}

h6 {

    font-size: 48px;
    font-weight: 100;
    line-height: 70%;
    margin-bottom: 0px;
}