.form-control {
    display: block;
    width: 100%;
    height: 2.875rem;
    padding: 0.875rem 1.375rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
    color: #c9c8c8;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.required{
    position:relative;
    float:left;
    color:#FF2400;
    font-size:14px;
    font-weight:400;
}
.clearfix h3{
    text-align: center;
    margin: 10px;
    color:#FF2400;
}
.clearfix p{
    text-align: center;
    margin: 10px;

}
.centered{
    width: 100%;
}
.feeds-toggle-title {
    border: 1px solid #ddd;
    color: #5b6167;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: normal;
    line-height: 40px;
    margin: 0 !important;
    padding: 0 0 0 15px;
    position: relative;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
    border-radius: 7px;
}
.feeds-toggle-title i{
    position: absolute;
    right: 10px;
    margin: 10px;
}
.feeds-toggle-content {
    background-color: #FF2400;
    color: #fff;
    padding: 10px;
}
.feeds-toggle-content a {
    color: #5b6167;
}
.feeds-toggle {
    margin-bottom: 15px;
}
.feeds-auto-container p {
    text-align: center;
    margin-bottom: 30px;
}
.feeds-auto-container h3 {
    text-align: center;
    margin-bottom: 15px;
}
.feeds-auto-container {
    background: #fff;
    padding-bottom: 35px;
}