.contact-us-container{
    margin-top:150px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.dropdown .svg-container {
    display: inline-block;
    position: absolute;
    right: 2%;
    bottom: 25%;
}

select::-ms-expand {
    display: block;   
}

select {
    color: gray !important;
}

.contact-form {
    background: #00205B;
}

.contact-form form iframe{
    width: 100% !important;
    margin-top:0.5rem !important;
    margin-left:0.5rem !important;
}

.contact-form input[type=submit]{
    margin-top: 1.5rem !important;
}

.form-control {
    border-radius: 0rem !important;
}

.form-submit-button {
    border: 2px solid #FFFFFF;
    width: 100%;
    border-radius: 0rem !important;
}

h4 {
    color:#00205B;
}

a{
    color: #0077C8;
}

.formwidget-submit-text {
    color: white !important;
    font-size: 15px !important;
    line-height: 180% !important;
    font-family: roboto !important;
}