﻿.newline_spacer {
    height: 15px;
}

.stepControl {
    margin: 50px 10px;
}

.ratePanel {
    padding: 5px 10px 10px 10px;
    margin: 10px 0px 0px 0px;
    border: #ff9e1b solid 1px
}

.rateTitle {
    padding: 5px;
    margin: 10px 0px 0px 0px;
    background-color: #ff9e1b;
    vertical-align: center;
    color: black;
}

.rateHeader {
    margin: 25px 50px 10px 0px
}

.rateItems {
    margin: 0px 50px 10px 0px
}

.sy_ddrInfo {
    margin: 20px 20px 20px 20px
}

.declarationTitle {
    margin: 10px 5px 20px 0px;
    font-weight: bold;
}
.declarationItem {
    margin: 5px 5px 5px 10px
}

.rateItem {
}

.form_checkbox {

}
.bluebg {
    background-color: #212d65;
    text-align: center;
    color: #ffffff;
    border-bottom:2px solid #ffffff;
}

a.blue {
    color: #142355;
}
a.white {
    color: #ffffff;
}
div.bluebg {
    background-color: #212d65 !important;
}
div.banner {
    background-image: url("../../../../images/Org/hero-banner.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #212d65;
    text-align: center;
    height: 450px;
    max-height: 450px;
    background-size: cover;
}
@media (max-width: 1024px) 
{
    div.banner {
        background-size: contain;
        height:350px;
    }
 }
@media (max-width: 811px) {
    div.banner {
        background-size: contain;
        height: 250px;
    }
}
@media (max-width: 500px) {
    div.banner {
        background-size: contain;
        height: 170px;
    }
}

@media (max-width: 413px) {
    div.banner {
        background-size: contain;
        height: 150px;
    }
}


@media (max-width: 376px) {
    div.banner {
        background-size: contain;
        height: 120px;
    }
}




h1 {
    line-height: 1.2 !important;
    /* text-align:center;*/
}

.form-check-input {
    width: 1.5em;
    height: 1.5em
}
.btn-primary {
    background-color: #142355 !important;
}

.redBorder {
    border: solid 1px red;
}
.redBackground {
    background-color: red;
}

.bs_checkbox {
    margin: 15px 0px 15px 0px
}

.EmploymentTypeInfo {
    margin: 15px 0px 15px 0px;
    border: solid 1px #142355;
    padding: 15px;
    border-radius: 5px;
    background-color: #dae1f7
}