#ballot {
    margin-top: 0;
}

h2, h3 {
    line-height: normal;
}

h2 {
    margin-bottom: 25px;
}

h5 {
    width: auto;
}

.bg1 {
    background-color: #01426A;
}

.hov1:hover {
    background-color: #4B92DB;
}

.radius-0 {
    border-radius: 0;
}

.s2-txt2 {
    color: #fff !important;
}

.preheader-image {
    position: relative;
}

header::before {
    content: '';
    top: 0;
    right: 0;
    background: url('../../../assets/img/triangle-slider.png');
    width: 451px;
    height: 464px;
    position: absolute;
    display: block;
}

.hero-header {
    height: 95px;
    background-color: #01426A;
    opacity: 0.8;
}

.logo {
    padding: 25px 0;
    margin: 0;
    float: none;
    top: auto;
}

.hero-btn {
    float: none;
    margin: 0;
}

.hero {
    background-size: cover !important;
    background: none;
    min-width: 100%;
    height: auto;
}

.hero-text {
    height: calc(100% - 95px);
    position: relative;
}

.hero-text h1 {
    margin-top: 0;
    margin-left: 0;
}

.hero-text h1 small {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

section.body-section {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}

section.body-section::before {
    content: '';
    display: block;
    top: 0;
    left: 0;
    background-size: contain !important;
    background: url('../../../assets/img/body-accent-01.png') no-repeat;
    width: 25vw;
    height: 100%;
    position: absolute;
}

section.body-section p {
    font-family: 'proxima-nova';
    font-size: 16px;
    margin-bottom: 15px;
}

section.body-section ul {
    display: block;
    padding-left: 40px;
}

section.body-section ul li {
    display: list-item;
}

button.submit-add {
    width: auto;
    padding: 0 60px;
    height: 45px;
    border-radius: 0;
    background-color: #01426A;
    margin-bottom: 25px;
}

button.submit-add:hover {
    background-color: #4B92DB;
}

#career-form p {
    font-family: 'proxima-nova';
    font-size: 16px;
}

#career-form label {
    font-family: 'proxima-nova';
    text-transform: uppercase;
    font-weight: 600;
    color: #01426A;
}

#career-form .wrap-input100 {
    border: 2px solid #01426A;
    border-radius: 0;
}

#career-form input {
    border: none;
}

#career-form input::placeholder {
    color: #01426A;
    font-family: 'proxima-nova';
    font-weight: 500;
}

.jcf-list-content ul {
    display: block;
}

.jcf-select .jcf-select-text, .jcf-select-drop-content .jcf-list .jcf-option {
    font-family: 'proxima-nova';
    font-weight: 500;
    color: #01426A;
}

.jcf-select-drop .jcf-selected, .jcf-select-drop .jcf-hover {
    background: rgba(75, 146, 219, 0.15);
}

.focus-input100 {
    border: 2px solid #4B92DB;
}

ul.default {
    padding-left: 40px;
    display: block;
}

ul.default li {
    display: block;
    font-size: 16px;
    font-family: 'proxima-nova';
}

ul.default li:before {
    background: #01426A;
}

.footer-btm {
    padding: 20px;
}

.footer-logos img {
    width: 200px;
    margin: 20px;
}

fieldset {
    padding-bottom: 0;
}

fieldset p label {
    font-family: 'proxima-nova';
}

fieldset button {
    border-radius: 0 !important;
}

.form-loading {
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    margin-left: 5px;
    margin-top: 2px;
}

.alert-validate::before {
    right: 24px;
}

.alert-validate::after {
    right: 36px;
}

@media (min-width: 1366px) {
    .container.custom-width {
        max-width: 1280px;
    }
}

@media (min-width: 1600px) {
    .container.custom-width {
        max-width: 1440px;
    }
    .hero {
        background-position-y: -55px;
    }
}

@media (min-width: 1800px) {
    .container.custom-width {
        max-width: 1620px;
    }
}

@media screen and (max-device-width: 480px) {
    .logo {
        padding: 0;
        max-width: 150px;
        height: auto;
    }
}