.container, article {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}
.foild-crm input:not(.inline) {
    width: 100%;
}

.foild-crm optgroup {
    font-weight: bold;
}

.foild-crm h1 {
    text-align: center;
}
.material-icons {
    color: #3e9aa0 !important;
}
.foild-crm .inline {
    width: auto !important;
    display: inline-block;
}
.foild-crm select:not(.full-width) {
    height: auto !important;
    width: auto !important;
}
#main > .wf-wrap {
    padding: 0 !important;
}

input.parsley-error {
    border: 1px solid #dc0d0d !important;
    color: #dc0d0d !important;
    margin-bottom: 0 !important;
}

.parsley-errors-list {
    list-style-type: none !important;
    font-size: 12px;
    color: #dc0d0d;
}

input.parsley-success {
    border: 1px solid #0d920d;
}


#top-menu {
    background: #f7c842;
    width: 100%;
    height: 4.0625rem;
    margin: 20px 0;
}

#top-menu ul li {
    display: inline-block;
}

#top-menu ul {
    list-style-type: none;
    margin: 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
}

#top-menu ul li a {
    display: block;
    line-height: 4.0625rem;
    font-weight: bold;
}

#top-menu ul li:hover a {
    color: #34356c;
}

#top-menu a {
    color: #4a4b9a;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}


@media screen and (min-width: 40em) {
#top-menu ul li a {
    font-size: 2.6vw;
    padding: 0 0.9375rem;
}
}

@media screen and (min-width: 64em) {
#top-menu ul li a {
    font-size: 1.625rem;
    padding: 0 1.5625rem;
}
}


.contact-form-minimal input[type=text], .contact-form-minimal input[type=tel], .contact-form-minimal input[type=url], .contact-form-minimal input[type=email], .contact-form-minimal input[type=number], .contact-form-minimal input[type=date], .contact-form-minimal input[type=range], .contact-form-minimal input[type=password], .contact-form-minimal select, .contact-form-minimal textarea, .form-message {
    margin-bottom: 0 !important;
}

.next-button, .prev-button, .apply-button {
    background: #49bdec !important;
    font-weight: normal !important;
    min-width: 100px;
    font-size: 16px !important;
}

.next-button, .apply-button {
    float: right;
}

.prev-button {
    float: left;
}

.next-button:hover, .prev-button:hover, .apply-button:hover {
    background: #87ceea !important;
    box-shadow: none !important;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-top-10 {
    margin-top:10px;
}

.margin-top-20 {
    margin-top:20px;
}

.no-padding {
    padding: 0;
}

.hidden {
    display: none;
}

input.error, select.error {
    border: 2px solid #FF0000 !important;
}

#agreedtoterms {
    height: 14px !important;
    width: 14px !important;
    margin-top: 7px !important;
}

.checkbox-error {
    outline: 2px solid #FF0000;
}

.error-message {
    color: #FF0000;
}

@media (max-width: 767px) {
.input-group-addon.visible-xs {
    display: table-cell!important;
}
}


.button-radios .list-none {
    list-style-type: none !important;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
    margin: 0 0 10px 0 !important;
}

.button-radios label {
    margin-bottom: 0 !important;
    width: 100%;
    border-radius: 0 !important;
}

// .button-radios li:first-child label {
//     border-radius: 4px 4px 0px 0px !important;
// }

// .button-radios li:last-child label {
//     border-radius: 0px 0px 4px 4px !important;
// }

.button-radios input {
    visibility: hidden;
    display: none;
}

.button-radios input[type="radio"]:checked+label{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.button-radios input[type="radio"]:checked+label:active{
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.button-radios.single-col li {
    width: 100%;
    float: left;
}

.button-radios.two-col li {
    width: 50%;
    float: left;
}

.button-radios.three-col li {
    width: 33.3%;
    float: left;
}

.button-radios.four-col li {
    width: 25%;
    float: left;
}

@media (max-width: 767px) {
.button-radios.two-col li, .button-radios.four-col li, .button-radios.three-col li {
    width: 100%;
  }
}
