﻿div.bodycontent fieldset {
    border-width: 0px;
    border-style: none;
}

    div.bodycontent fieldset div {
        clear: both;
        margin-bottom: 5px;
    }

        div.bodycontent fieldset div label {
            float: left;
            width: 130px;
            display: block;
        }

/*#MainContent {
    background-color: #2A3168;
    color: white;
    text-align: center;
    margin: 0 auto;
    min-width: 100%;
}*/

table {
    margin: 0 auto;
}

.firstBox {
    margin-top: 2px !important;
}

.form-control.ContactTXB {
    font-size: 18px;
    margin-top: 12px;
    font-weight: bolder;
    margin-bottom: 12px;
    padding: 10px !important;
    border: 1px solid #2A3168;
    border-radius: 0 !important;
    transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    height: 48px;
}

.ContactTXB:focus {
    outline: none !important;
    /*color: #9CCB44 !important;*/
    border-color: #9CCB44 !important;
    box-shadow: none !important;
}

/*.captchaContainer {
    max-width: 510px;
    margin-bottom: 10px;
    margin-top: 12px;
}*/

#left {
    padding-right: 0 !important;
    padding-left: 0 !important;
    max-width: 200px;
}

#right {
    padding-left: 0 !important;
}

#message {
    margin-top: 50px;
    margin-bottom: 50px;
}

#info {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 0 !important;
    padding-left: 90px !important;
}

.info-box {
    width: 65%;
    margin: 0 auto;
}

.btn-container {
    margin-top: 18px;
    margin-bottom: 25px;
}

.submit {
    padding: 9px 15px 9px 15px;
    transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
}

    .submit:focus {
        outline: none !important;
        box-shadow: none !important;
    }

/*.submit {
    border: 3px solid #9CCB44 !important;
    background-color: white !important;
    color: #9CCB44 !important;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
}

    .submit:hover {
        color: white !important;
        background-color: #9CCB44 !important;
    }*/

.thankBtn {
    width: 100%;
    font-size: 24px;
    margin-top: 12px;
    margin-bottom: 12px;
    border: 3px solid #242568 !important;
    background-color: #242568 !important;
    color: white !important;
    transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
}

    .thankBtn:hover {
        color: white !important;
        background-color: #96CB48 !important;
        border-color: #96CB48 !important;
    }

.contact {
    display: flex;
    width: 85%;
}


.thankText {
    text-align: center;
    font-size: 28px;
    color: #242568;
    font-weight: bolder;
}

#check {
    width: 100%;
    text-align: center;
    font-size: 85px;
    margin-top: 85px;
    margin-bottom: 25px;
    color: #96CB48;
}

.ddSub option {
    color: #242568;
}

#check:hover {
    background-color: transparent !important;
}

.social:hover {
    text-decoration: none !important;
}

.social:focus {
    text-decoration: none !important;
}

i {
    transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
}

    i:hover {
        background-color: #2A3168 !important;
    }

#twitter {
    position: relative;
    font-size: 35px !important;
    background-color: #9CCB44;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    color: white;
}

    #twitter:before {
        position: absolute;
        padding-left: 14px;
        padding-top: 13px;
    }

#facebook {
    position: relative;
    font-size: 35px !important;
    background-color: #9CCB44;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    color: white;
}

    #facebook:before {
        position: absolute;
        padding-left: 20px;
        padding-top: 13px;
    }

#instagram {
    position: relative;
    font-size: 40px !important;
    background-color: #9CCB44;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    color: white;
}

    #instagram:before {
        position: absolute;
        padding-left: 13px;
        padding-top: 10px;
    }

#linkedin {
    position: relative;
    font-size: 35px !important;
    background-color: #9CCB44;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    color: white;
}

    #linkedin:before {
        position: absolute;
        padding-left: 15px;
        padding-top: 13px;
    }

@media (max-width: 991px) {
    /*.captchaContainer {
        margin: 0 auto !important;
        max-width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }*/

    #left {
        margin: 0 auto !important;
        text-align: center !important;
    }

    #right {
        max-width: 304px;
        margin: 0 auto !important;
        text-align: center !important;
    }

    #bump {
        display: none !important;
    }

    h2 {
        text-align: center !important;
    }

    p {
        text-align: center !important;
    }

    #info {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-top: 90px !important;
    }

    #socialRow {
        width: 220px !important;
        margin: 0 auto !important;
        padding-left: 15px !important;
    }
}





.bolding {
    font-weight: bold;
}

sup {
    color: red;
}
