@media (min-width: 1200px) {
    .container {
        max-width: 1230px;
    }
}
.siteBlue {
    color: #1B75BB !important;
}
.siteGrey {
    color: #868686;
}
.siteBgColor1 {
    background-color: #F3F3F3;
}
main {
    padding-top: 3rem;
    padding-bottom: 2rem;
    background-color: #F3F3F3;
}
footer.page-footer {
    background-color: #1B75BB;
    margin-top: -1px;
}
footer .contactForm{
    color: #ffffff;
}
footer ul.list-unstyled li h5 {
    font-size: 16px;
}
footer ul.list-unstyled li {
    font-size: 12px;
}
footer input.form-control, footer textarea.form-control,footer input.form-control:focus, footer textarea.form-control:focus {
    color: #ffffff;
}
footer i.prefix {
    left: 0;
}

section.view {
    height: 100%;
}
section.reg {
    height: 169px;
    position: relative;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #1b74bb;
}
section.reg button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 60px;
    background: transparent;
    border-radius: 50px;
    padding: 6px 10%;
    border: 2px solid #ffffff;
    margin: auto;
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 300;
}

.extra-margins {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
    .navbar {
            background-color: transparent;
    }
    .navbar ul{
        display: block;
    }
    .navbar .fa {
        color: #acacac;
        font-size: 2em;
    }
}
@media (max-width: 768px) {
    .display-1 {
        font-size: 4rem;
    }

}

.spacing {
    letter-spacing: 3px;
}

@media (max-width: 740px) {
    .full-height,
    .full-height body,
    .full-height header,
    .full-height header .view {
        height: 700px;
    }
}

.navbar {
    min-height: 120px;
    box-shadow: none;
}
.navbar ul{
    width: 100%;
}
.navbar .img-logo{
    max-height: 80px;
}
.container div.videoDiv {
    margin-top: 0 !important;
    }
img.icons1 {
    height: 81px;
    margin: auto;
    margin-top: 23px;
}
img.icons1.i1 {
    width: 81px;
}
img.icons1.i2 {
    width: 68px;
}
img.icons1.i3 {
    width: 42px;
}
img.icons2 {
    height: 50px;
    margin: auto;
    margin-top: 23px;
}
img.icons3 {
    height: 60px;
    margin: auto;
    margin-top: 23px;
}
img.icons3.i1 {
    width: 67px;
}
img.icons3.i2 {
    width: 86px;
}
img.icons3.i3 {
    width: 80px;
}
.card {
    background-color: #FBFBFB;
    border: 1px solid #B9B9B9 !important;
    border-style: solid !important;
    border-radius: 0;
    box-shadow: none !important;
}
.mh190{
    min-height: 190px;
}
.card .card-body h4 {
    font-size: 20px;
    font-weight: 300;
}
.infoBox1 {
    min-height: 616px;
    background-size: auto;
    padding-top: 46px;
}
.infoBox1 h2{
    font-weight: 300;
    font-size: 30px;
}
.infoBox1 ul li{
    font-size: 22px;
}
.infoBox2 {
    min-height: 680px;
    padding-top: 46px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
.infoBox2 h2{
    font-weight: 300;
    color: #FA0000;
    font-size: 30px;
}
.infoBox2 ul li{
    font-size: 22px;
}
.infoBox3 {
    min-height: 680px;
    padding-top: 46px;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
.infoBox3 h2{
    font-weight: 300;
    font-size: 30px;
}
.infoBox3 ul li{
    font-size: 22px;
}
.infoBox4{
    background-color: #ffffff;
    padding-top: 50px;
    padding-bottom: 10px;
}
.subscriptions{
    min-height: 370px;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #1B75BB;
    color: #ffffff;
    margin-top: 30px;
    border-bottom: 1px solid #1B75BB;
    font-size: 30px;
    border-radius: 0!important;
    text-align: center;
}
/*Forms*/
[type=checkbox]+label, [type=radio]+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}
[type=checkbox], [type=radio] {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
[type=checkbox]+label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    z-index: 0;
    border: 1.5px solid #8a8a8a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: .2s;
    transition: .2s;
}
.form-light [type="radio"] + label,
.form-light [type="checkbox"] + label {
    font-size: 0.8rem; }

.form-light [type="checkbox"] + label:before {
    top: 2px;
    width: 15px;
    height: 15px; }

.form-light input[type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    z-index: 0;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    transition: 0.2s; }

.form-light input[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -3px;
    width: 12px;
    height: 22px;
    border-style: solid;
    border-width: 2px;
    border-color: transparent #EB3573 #EB3573 transparent;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%; }
.modal-dialog.cascading-modal {
    margin-top: 40px;
}
.pac-container {
    z-index: 9999;
}