.map-container {
    width: 100%;
    margin: 0 auto;
}

#map-container {
    position: relative;
}

#map {
    height: 0;
    overflow: hidden;
    padding-bottom: 22.25%;
    padding-top: 22.25%;
    position: relative;
}

.row.agency-list-header, .row.job-list-header {
    background-color: #a22930;
    font-weight: bold;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.row.agency-row {
    background-color: white;
    font-size: 0.8em;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .row.agency-row:nth-of-type(odd) {
        background-color: #f7f7f9;
        font-size: 0.8em;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .row.agency-row:hover {
        background-color: #F2FBFF;
    }

.directions {
    font-size: 89% !important;
    text-decoration: underline
}

.info-window {
    font-size: 0.7em;
}

.find-agent-form fieldset {
    margin-top: 4%
}

.find-agent-form .form-group {
    margin-left: 2%
}

.results-summary {
    font-size: 1em;
    margin: 2% 0 2% 0
}

#search, #apply {
    text-transform: uppercase;
    font-weight: bold;
}

.formscontainer .btn {
    background: #002e5d !important;
    border: 1px solid #002e5d !important;
    color: #fff;
}

.alert {
    padding-top: 10px;
    margin-top: 10px;
}

    .alert ul {
        margin-bottom: 2px;
        margin-top: 2px;
    }

#content ul {
    margin-bottom: 0;
}

.sizeFive {
    size: 5;
    size: 5;
}

.pagination .active a, .pagination .active a:focus, .pagination .active a:hover, .pagination .active span, .pagination .active span:focus, .pagination .active span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #a22930;
    border-color: #a22930;
}

.pagination li a, .pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #a22930;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination li .page-link:hover {
    color: #a22930;
}

#show-paged-list {
    display: none;
}

#results-warning {
    display: none;
}

.hr-search {
    margin: 3% 0;
    margin-bottom: 0px;
}

.showing-text {
    display: none;
}

#show-all {
    display: none;
}


label.job-label {
    font-weight: bold;
    color: #000000;
}

.job-detail-box {
    font-size: 0.8em;
    padding-bottom: 0px !important;
}

.row.job-list-header {
    background-color: #a22930;
    font-weight: bold;
    color: #fff;
}

.row.job-row {
    background-color: white;
    font-size: 0.85em;
}

    .row.job-row:nth-of-type(odd) {
        background-color: #f7f7f9;
        font-size: 0.85em;
    }

.formscontainer a {
    color: #000000;
}

.address-city, .agency {
    text-transform: capitalize;
}

.agency-wrapper {
    padding: 1px;
}

.agency {
    font-weight: bold;
}

/* Begin common CSS*/
.section-heading {
    font-weight: bold;
}

label {
    font-weight: bold;
    color: #333;
}

.requiredField:after {
    content: "*";
    color: #a22930;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
}

.form-control {
    padding: 4px !important;
    height: 30px;
}

div.formscontainer .col-sm-12 {
    padding-left: 0px !important;
}

div.formscontainer .col-sm-11 {
    padding-left: 0px !important;
}

div.formscontainer .col-sm-9 {
    padding-left: 0px !important;
}

div.formscontainer .col-sm-3 {
    padding-left: 0px !important;
}

.emailus-form-data-container .row {
    padding-top: 1em;
}

.emailus-form {
    list-style: none;
}

.emailus-nextstep {
    margin-top: .5em;
}

.formscontainer select {
    font-weight: bold !important;
}

.ControlWidth {
    width: 50% !important;
}

.max-width-120px {
    max-width: 120px;
}

.min-width-100px {
    min-width: 100px;
}

.max-width-85% {
    max-width: 85%;
}

.ufg-addy {
    margin-bottom: 1em;
}

.width25 {
    width: 25%;
    min-width: 50px;
}

.width30 {
    width: 30%;
    min-width: 50px
}

.width45 {
    width: 45%;
}

.width50 {
    width: 50%;
}

.city-input {
    width: 99%;
}

.thank-you-container {
    display: none;
}

label.error {
    color: red;
    margin-left: 3px;
}

.stateDropDownMax {
    max-width: 250px;
}

.reportclaim-header {
    font-weight: bold;
    margin-top: 1em;
}

.reportclaim-subtype-list {
    margin-left: 2%;
}

.reportclaim-subtype {
    margin-top: 1em;
}

.subtype-header {
    font-weight: bold;
    margin-bottom: .5em;
}

.reportclaim-assist a {
    text-decoration: underline;
}

.showPandC {
    display: none;
}

.showLife {
    display: none;
}

.showForm {
    display: none;
}

/*label.error {
    color: red;
}*/

.helper {
    color: #707070;
    font-style: italic;
}

.disabled {
    color: grey;
}

    .disabled #SelectedFilteredTopic {
        color: lightgray;
    }

.row-no-padding {
    padding: 0px !important;
}

.row-top-padding {
    padding-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.phoneNumber {
    width: 120px;
}

.input-validation-error {
    border: 1px solid #a94442;
}

.field-validation-error {
    font-size: 12px;
}

.notRequiredField:after {
    content: " ";
    color: #a22930;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
    vertical-align: top;
}

.requiredField.input-group-addon {
    border: 0px !important;
    background-color: #ffffff !important;
    padding: 2px !important;
}

.requiredField.form-control {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.notRequiredField.input-group-addon {
    border: 0px !important;
    background-color: #ffffff !important;
    padding: 2px !important;
}

.notRequiredField.form-control {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.formscontainer .btn.btn-apply {
    background: #337ab7 !important;
    border: 1px solid #000000 !important;
    color: #fff;
}

.field-section {
    margin-bottom: 1em;
}

.policy-search-label {
    color: #000000;
    font-weight: normal;
}

.policy-search-container {
    padding-bottom: 20px;
}

.normal-weight-label {
    font-weight: 400;
    margin-bottom: 0;
    display: block;
    line-height: 1.4;
}

.modal .normal-weight-label {
    margin: 10px 0 20px 0;
}

.modal {
    display: block;
    max-width: 800px;
    height: fit-content;
    position: fixed;
    z-index: 501;
    left: 0;
    right: 0;
    top: 20%;
    background-color: white;
    padding: 2rem 0;
    box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.9);
    border-radius: 4px;
    margin: 0 auto;
    color: #333;
}

.modal .btn-primary {
    background-color: #002e5d;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    background: rgba(0, 0, 0, 0.6);
}

.modal .hide,
.modal-overlay .hide {
    display: none;
}

.modal p {
    margin-bottom: 10px;
}

.modal .modal-title-container {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 10px;
}

.modal .modal-title-container .modal-title {
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}

.modal .warning,
.modal .alert {
    background: #dbedff;
    border: 1px solid #b5d4f2;
    border-radius: 6px;
    color: #0054a8;
    display: flex;
    min-height: 47px;
    padding: 10px 20px;
    margin: 0 10px;
}

.modal .warning p,
.modal .alert p {
    margin: 0;
}

.modal .alert {
    background: #fff5d9;
    border: 1px solid #f2e1b3;
    color: #8d6800;
}

.apeTermsAndConditions__modal .ape-terms-and-conditions {
    max-height: 320px;
    overflow-y: scroll;
    background-color: #f9f9f9;
    padding: 10px;
    margin: 10px;
    color: #333;
    border: 1px solid #dddddd;
    border-radius: 3px;
}

.apeTermsAndConditions__modal label[for="acceptApeTerms"] {
    display: inline-block;
}

.apeTermsAndConditions__modal p.heading {
    font-size: 16px;
    color: #333;
    font-weight: 700;
}

.onetimepayment-form, .automaticpaymentenrollment-form {
    border: 1px solid #dddddd;
    padding: 15px;
    display: flex;
    flex-flow: column;
    flex: 1;
}

.onetimepayment-form > div, .automaticpaymentenrollment-form > div {
    display: flex;
    flex: 1;
}

.onetimepayment-form .formscontainer, .automaticpaymentenrollment-form .formscontainer {
    display: flex;
    flex: 1;
    flex-flow: column;
    width: 100%;
}

.onetimepayment-form .row, .automaticpaymentenrollment-form .row {
    margin-bottom: 10px;
}

#one-time-payment-form {
    display: flex;
    flex: 1;
    flex-flow: column;
}

#automatic-payment-enrollment-form {
    display: flex;
    flex: 1;
    flex-flow: column;
}

.accept-terms {
    display: flex;
    line-height: 36px;
    min-height: 36px;
    gap: 10px;
}

#acceptApeTerms {
    margin: 0;
    height: 50px;
    width: 50px;
}

#acceptApeTerms:checked {
    border: 1px solid #002e5d;
    background-color: #002e5d;
}


.onetimepayment-form > .container-fluid, .automaticpaymentenrollment-form > .container-fluid {
    flex: 1;
    display: flex;
    flex-flow: column;
}

.onetimepayment-form .input-group, .automaticpaymentenrollment-form .input-group {
    width: 100%;
}

.bill-pay-row {
    display: flex;
}

.bill-pay-row > div {
    display: flex;
    flex: 1;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.payment-button {
    margin-top: auto;
}

#automatic-payment-enrollment-form a, #one-time-payment-form a {
    color: #b7312c;
    background-color: #ffffff;
}

#automatic-payment-enrollment-form input, #one-time-payment-form input {
    height: 36px;
}

.onetimepayment-form .alert, .automaticpaymentenrollment-form .alert {
    margin-left: 10px;
    margin-right: 10px;
}
