body {
    font-size: 1rem;
    font-weight: 400;
    color: #0033A1;
}
a {
    font-size: 1rem;
    font-weight: 400;
    color: #007bff;
}
a:hover {
    font-size: 1rem;
    font-weight: 400;
    color: #0056b3;
}
button {
    font-size: 1rem;
    font-weight: 400;
    color: #0033A1;
}

small a,
small a:hover {
    font-size: 100%;
}

a:focus {
    outline: none;
}

.dropdown-menu {
    z-index: 1020;
}




.cms-heading-band h1, .cms-heading-band h2, .cms-heading-band h3, .cms-heading-band h4 { margin: 0; }
.heading-default.cms-heading-band h1,
.heading-default.cms-heading-band h2,
.heading-default.cms-heading-band h3,
.heading-default.cms-heading-band h4 {
    font-weight: 500;
    padding: 0 10px 0 10px;
}

.heading-default.cms-heading-band .cms-band-font-size {
    font-size: 16px!important;
}

.heading-default.cms-heading-band .cms-band-text-transform {
    text-transform: uppercase!important;
}

.heading-default.cms-heading-band .cms-band-height {
    line-height: 46px!important;
}

.heading-default.cms-heading-band .cms-band-primary-color {
    color: #ffffff!important;
}

.heading-default.cms-heading-band .cms-band-text-align {
    text-align: left!important;
}

.heading-default.cms-heading-band .cms-heading-inner h1 .cms-icon-left {
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
    margin-bottom: 2px;
}

.heading-default.cms-heading-band .heading_colored_bottom_line h2 {
    display: inline-block;
    padding: 0;margin: 0;
}

.heading-default.cms-heading-band .cms-heading-inner h1 .cms-icon-left img {
    height: 24px;
    width: auto
}
.heading-default.cms-heading-band .cms-heading-inner h1 .cms-icon-left i {
    font-size: 14px;
}
.heading-default.cms-heading-band .cms-heading-inner h1 .cms-icon-right {
    float: right;
}
.heading-default.cms-heading-band .cms-heading-inner h1 .cms-icon-right img {
    width: 16px;
    height: 16px;
}
.heading-default.cms-heading-band .cms-heading-inner h1 .cms-icon-right i {
    font-size: 14px;
}
.heading-default.cms-heading-band .cms-heading-inner h1 .cms-icon-right a {
    color: #ffffff;
}


.heading-default.cms-heading-band .cms-band-primary-color,
.heading-default.band_breadcrumb_heading .breadcrumb > li + li:before {
    color: #ffffff!important;
    font-size: 14px;
}

.heading-default.cms-heading-band .cms-white-background-with-bottom-line .cms-heading-inner h1.cms-band-primary-color {
    color: #ffffff}


.heading-default.cms-heading-band .cms-centered-text-with-lines-on-sides .cms-band-secondary-color {
    border-left: 1px solid rgba(226, 31, 38, 1);
    border-right: 1px solid rgba(226, 31, 38, 1)}

.heading-default.cms-heading-band .cms-white-background-with-bottom-line .cms-band-secondary-color,
.heading-default.cms-heading-band .heading_colored_bottom_line .cms-band-secondary-color {
    border-bottom: 1px solid rgba(226, 31, 38, 1)}

.heading-default.cms-heading-band .cms-background-color .cms-band-secondary-color {
    background: rgba(226, 31, 38, 1)}

.heading-default.cms-heading-band .heading_side_line_text_middle .cms-band-secondary-color,
.heading-default.cms-heading-band .cms-centered-text-with-lines-on-sides .cms-band-secondary-color {
    background: rgba(226, 31, 38, 1);
}

.heading-default.cms-heading-band .heading_side_line_text_middle .cms-band-secondary-color,
.heading-default.cms-heading-band .cms-white-background-with-bottom-line .cms-band-secondary-color {
    background: rgba(226, 31, 38, 1);
}

.heading-default.cms-heading-band .cms-parallax .cms-band-secondary-color {
    background: rgba(226, 31, 38, 1)}

.heading-default.band_breadcrumb_heading .breadcrumb.cms-band-secondary-color li.active {
    color: rgba(226, 31, 38, 1)}

.heading-default.cms-heading-band .heading_colored_bottom_line.cms-band-third-color {
    border: none!important;
}

.heading-default.cms-heading-band .cms-white-background-with-bottom-line .cms-band-border-height {
    border-bottom-style: solid;
}


@media (max-width: 1024px) {
    .heading-default.cms-heading-band .cms-heading-inner h1.cms-band-font-size {
        font-size: 12.8px;
    }
    .heading-default.cms-heading-band .cms-heading-inner h1.cms-band-height {
        line-height: 36.8px;
    }
}
@media (max-width: 768px) {
    .heading-default.cms-heading-band .cms-heading-inner h1.cms-band-font-size {
        font-size: 11.2px;
    }
    .heading-default.cms-heading-band .cms-heading-inner h1.cms-band-height {
        line-height: 32.2px;
    }
}
@media (max-width: 500px) {
    .heading-default.cms-heading-band .cms-heading-inner h1.cms-band-font-size {
        font-size: 14px;
    }
    .heading-default.cms-heading-band .cms-heading-inner h1.cms-band-height {
        line-height: 30px;
    }
}




ul.nav  ul.nav {
    margin-left: 1rem;
}

.rotate-90 {
    transform: rotate(-90deg)
}

.text-top-to-bottom {
    width: 1rem;
    word-wrap: break-word;
    line-height: .9;
    text-align: center;
    font-weight: 600;
}

.hide-before-build {
    display: none !important;
}

/* select2 bug fix */
.select2-container,
.select2-container li:only-child,
.select2-container input:placeholder-shown {
    width: 100% !important;
}