body.bg-body-tertiary {
    background-color:#fff !important;
}
.checkbox .form-check {
    padding-left:0px;
}
.range-form-control {
    width: 100%;
}
body {
    font-size:19px;
}
body {
    background-color:#fff;
    font-family: "Lato", sans-serif;
}

footer {
    margin-top:3rem !important;
    padding-bottom:1rem !important;
    color:#fff;
}
footer, .site-footer {
    background-color: #FFFFFF;
    color:#000000;
}
footer.text-small p{
    font-size: 12px;
}
.site-footer-strapline {
    background-color:#1483CE;
    color:#fff;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 25px 0px 25px 0px;
}

.site-footer h3 {
    font-size:22px;
    font-style:normal;
    font-weight:500;
}
.site-footer-main {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    border-color: rgb(32, 77, 119);
    border-width: 25px 0px 0px;
    border-style: solid;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 65px 0px 0px 0px;
}
.site-footer-main h2 {
    font-size:18px;
    font-style:normal;
    font-weight:500;
}
.navbar {
    background-color:#1483CE !important;
    color:#fff;
}
.navbar-company-logo {
    width:280px;
    height:auto;
}
.navbar-brand {
    color:#fff;
}
.nav-link.link-body-emphasis {
    color:#fff !important;
}


.vertical-tab-header {
    background-color: #1483CE !important;
    color: #fff;
    padding:20px 10px;
    margin:5px 0px 10px;
}
.vertical-tab-header:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.error {
    color:#ff0000;
}
.previous-claim-details-holder {
    display:none;
    border:none;
    padding:8px 0px;
}
.previous-claim-details-holder fieldset.userformsgroup {
    border:none;
    padding:8px 0px;
}
.previous-claim-details-holder fieldset.userformsgroup .middleColumn {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.previous-claim-details-holder fieldset.userformsgroup .middleColumn>* {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
ul.step-buttons {
    padding-left:0px;
}
.step-navigation {
    margin-top:60px;
}
.premium-summary .middleColumn {
    width:50%;
}
.premium-summary .middleColumn p {
    border-top: 1px solid #f0f0f0;
    padding-bottom:5px;
    padding-top:10px;
    display:none;
}
.premium-summary .middleColumn p:first-child {
    border-top:0px;
}
.premium-summary .middleColumn p span {
    text-align:right;
    float:right;
    width:25%;
}
#termsAccept .form-check .form-check-input {
    margin-left:0px;
    margin-right:15px;
}
.checkbox.requiredField{
    margin-left:0px;
    margin-right:15px;
}
.userformsgroup {
    border:none;
}
.termsConditions p {
    /*font-size: 12px;*/
}
.premium-summary .middleColumn p span.summary_note {
    text-align:left;
    width:100%;
    padding-bottom:15px;
}
.processing_notification {
    top:0;
    position:fixed;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.6);
    z-index:1000;
    padding-top:20%;
    text-align: center;
    display:none;
}
.processing_notification i {
    color:#fff;
    font-size:60px;
}

/* form error */
input.error {
    border-color: #d4351c;
    border-width: 2px;
}

.inline-radio-group {
    display:flex;
    justify-content: center;
    flex-wrap: nowrap;
    flex-basis: 100%;
    max-width: 100%;
}
.inline-radio-group input {
    position: absolute;
    opacity: 0;
    left: 50%;
    top: calc(100% - 20px);
}
.form-control, .form-select, #travelDatesContainer .searchControlBtn {
    border: 2px solid #0b0c0c;
}
.form-control:focus, .form-select:focus {
    outline: 3px solid #fd0;
    outline-offset: 0;
    box-shadow: inset 0 0 0 2px;
    border-color: #0b0c0c;
}
#userform-progress {
    margin-bottom:30px;
}
h2, .h2 {
    font-size: 2.25rem;
    margin-bottom: 30px;
    line-height: 1.1111111111;
    font-weight: 700;
}
h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 20px;
}
.form-label {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
    font-weight: 400;
    margin-bottom: 15px;
}
.form-control {
    margin-bottom:15px;
}
.date-picker-wrapper {
    background-color:#ffffff;
    color:#000000;
    width:calc(100% - 30px);
    font-size:16px;
}
.SearchControlButton_label {
    font-size:16px !important;
}
.premium_display {
    font-weight:700;
}
.form-check {
    display: block;
    float: none;
    clear: left;
    position: relative;
    padding: 0 0 0 45px;
    margin-bottom: 10px;
}

.form-check [type=checkbox] + label::before {
    content: "";
    border: 2px solid;
    background: transparent;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    left: 0;
}

.form-check [type=checkbox] + label::after {
    content: "";
    border: solid;
    border-width: 0 0 5px 5px;
    background: transparent;
    border-top-color: transparent;
    width: 20px;
    height: 12px;
    position: absolute;
    top: 8px;
    left: 9px;
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    zoom: 1;
    filter: alpha(opacity = 0);
    opacity: 0;
}

.form-check label {
    padding-left: 50px;
}
.form-check input:checked + label::after {
    zoom: 1;
    filter: alpha(opacity = 100);
    opacity: 1;
}

.form-check input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    z-index: 1;
    margin: 0;
    zoom: 1;
    filter: alpha(opacity = 0);
    opacity: 0;
}
.form-group.dropdownclass {
    padding-top:25px;
}
.pulse-logo-header img{
    height:60px;
    width: auto !important;
}

/* radio styling */
.radio.form-check {
    padding: 0 0 0 0px;
}
.radio.form-check input[type="radio"] {
    z-index: 1;
    width: 44px;
    height: 44px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    position:relative;
}
.radio.form-check label {
    align-self: center;
    max-width: calc(100% - 74px);
    margin-bottom: 0;
    padding: 7px 15px;
    cursor: pointer;
    touch-action: manipulation;
}
.radio.form-check .form-check-label:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 40px;
    height: 40px;
    border: 2px solid;
    border-radius: 50%;
    background: transparent;
}

.radio.form-check .form-check-label:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 0;
    height: 0;
    border: 10px solid;
    border-radius: 50%;
    opacity: 0;
    background: currentcolor;
}
input[type="radio"]:checked+.form-check-label:after {
    content: "";
    position: absolute;
    top: 12px;
    left: 12px;
    width: 0;
    height: 0;
    border: 10px solid;
    border-radius: 50%;
    opacity: 0;
    background: currentcolor;
}

input[type="radio"]:checked+.form-check-label:after {
    opacity: 1;
}


.policy-option-fields .form-label {
    font-size: 1.1875rem;
    line-height: 1.3157894737;
    font-weight: 900;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-bottom: 25px;
    margin-top:30px;
}
.policy-option-fields .form-text {
    margin-bottom:20px;
    color:#000;
}
.message.bad {
    color: #ff0000;
    font-weight: bold;
    border: 3px solid #ff0000;
    border-radius: 10px;
    padding: 20px;
}
#main-content {
    padding:50px 0px;
}
