.navbar-brand-full {
    display: block;

}

.navbar-brand-minimized {
    display: none;
    height: 40px
}

.mobile-nav .link-btn, .nav-menu .link-btn {
    display: block;
    position: relative;
    color: #124265;
    margin: 0;
    border: 0;
    background: 0 0
}

.nav-menu .link-btn {
    transition: .3s;
    font-size: 14px;
    font-family: "Open Sans",sans-serif;
    padding: 0
}

    .nav-menu .active > .link-btn, .nav-menu .link-btn:hover, .nav-menu li:hover > .link-btn {
        color: #2487ce
    }

.mobile-nav .link-btn {
    padding: 10px 20px;
    font-weight: 500;
    outline: 0
}

#main.no-hero {
    margin-top: 81px;
    min-height: 100%
}

label.required::after {
    content: "*";
    font-weight: 700;
    color: #cf0000;
    margin-left: 6px
}

.identity .end-actions, .identity .login-actions {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.contact .message-form button.message-submit {
    background: #2487ce;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: .4s;
    border-radius: 4px
}

    .contact .message-form button.message-submit:hover {
        background: #3194db
    }

.contact .php-email-form .message-sent {
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600
}

.field-hint {
    font-weight: 400;
    line-height: 1.2;
    font-style: italic
}

.field-hint, .validation-summary-errors {
    font-size: .9rem
}

.back-to-top {
    right: 15px;
    bottom: 80px
}

section.full-article {
    padding: 150px 0 80px
}

    section.full-article .section-title {
        text-align: center;
        padding-bottom: 50px
    }

.width-auto-responsive {
    width: auto !important;
    max-width: 100% !important
}

.height-auto-responsive, .size-auto-responsive {
    height: auto !important;
    max-height: 100% !important
}

.size-auto-responsive {
    width: auto !important;
    max-width: 100% !important
}

.mobile-video-portrait {
    max-height: 800px
}

@media (min-width:1024px) {
    #hero {
        height: auto
    }
}

@media (max-width:1023px) {
    .navbar-brand-full {
        display: none
    }

    .navbar-brand-minimized {
        display: block
    }
}

@media (min-width:992px) and (max-width:1199px) {
    #header .container {
        padding-right: 0;
        padding-left: 0;
        margin-left: 5px;
        margin-right: 5px
    }
}

@media (max-width:768px) {
    .mobile-nav-toggle {
        line-height: 30px
    }

    .get-started-btn {
        margin: 0 68px 0 0
    }
}

@media (min-width:481px) {
    .identity .card {
        padding: 24px
    }

    .identity .login-actions {
        width: 50%
    }

        .identity .login-actions.extra {
            text-align: right !important
        }

    .identity .end-actions {
        text-align: right
    }
}

@media (max-width:480px) {
    #main.no-hero {
        margin-top: 71px
    }

    .identity .container-fluid {
        padding: 0 15px
    }

    .identity .card.mx-4 {
        margin: 0 !important
    }

    .identity .login-actions.extra {
        margin-top: 15px
    }
}

.article-separator {
    margin: 48px 0 72px
}
.nav .nav-dropdown-items > .nav-item > .nav-link {
    padding-left: 2rem !important; /* !important helps beat CoreUI defaults */
}