
body {
    /*background: #f7f7f7;*/
    min-height: 100vh;
    height: 100%;
}

/* ALT FONTS
body {
    font-family: 'Gill Sans', 'GillSans', 'Roboto', Arial, sans-serif;
}

h1, .title {
    font-family: 'Constantia', 'Constantia_Import', 'Georgia', serif;
}

h2, h3, h4, h5, h6, .subtitle, .button, .subheader, title.subheader {
    font-family: 'Average Sans', 'Roboto', Arial, sans-serif;
}
*/

[v-cloak] {
    display: none;
}

.nav-left {
    flex-grow: 2;
    overflow: inherit;
}

.nav {
    background-color: #395c77;
}

.container {
    width: 100%;
}

#header-search {
    width: 100%;
}

nav .nav-logo {
    height: 55px;
}


div.nav-item {
    cursor: pointer;
    display: inline-block;
}

div.nav-item .dropdown {
    margin-left: -20px;
}

.nav-item img {
    max-height: 3rem;
}

.nav-item {
    padding: 0.5rem 0.75rem;
}

nav .is-primary.search-button {
    margin-top: 0;
    background: #fff;
    border-left: 1px solid #c5c5c5;
    color: #395c77
}

nav .is-primary.search-button:hover {
    background-color: #eaeaea;
    border: 1px solid #d8d8d8;
    color: #00639c;
}

.nav-item a.has-white-text,
a.nav-item.has-white-text,
.has-white-text {
    color: #fff;
}

nav.subnav a.nav-item.is-bold,
nav.subnav .nav-item .is-bold {
    color: #fff;
    font-weight: 600;
}

nav.subnav div strong,
nav.subnav a strong {
    color: #fff;
    font-weight: 900;
}

.nav-item a, a.nav-item {
    color: #fff;
}

.nav-item a.is-tab.is-active, a.nav-item.is-tab.is-active {
    /*border-bottom: 3px solid #395c77;*/
    /*color: #395c77;*/
    border-bottom: 3px solid #f3f3f3;
    color: #fff;
}

.nav-item a.is-tab:hover, a.nav-item.is-tab:hover {
    border-bottom-color: #fff;
    color: #fff;
}

.dropdown .nav-item {
    justify-content: flex-start;
}

.dropdown .nav-item i {
    margin-right: 5px;
}

.remove-overlap-right {
    right: 15px;
}

.dropdown-settings .header-user-info {

}

.dropdown .header-user-info img {
    height: 50px;
    width: 50px;
    object-fit: cover;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.dropdown {
    box-shadow: 0 1px 3px rgba(10, 10, 10, .1);
    display: none;
    position: absolute;
    z-index: 9;
    top: 60px;
    border: 1px solid #dbdbdb;
    min-width: 200px;
    max-width: 320px;
    border-radius: 0 0 4px 4px;
}

.dropdown-manage-components {
    min-width: 250px;
    right: 5px;
}

.dropdown-provider {
    right: 8px;
    margin-top: 56px;
}

.dropdown-settings {
    right: 8px;
    margin-top: 56px;
}

.dropdown-transcripts {
    right: 150px;
    margin-top: 56px;
}

.dropdown-button > i {
    font-size: 1rem;
    padding-top: 3px;
    pointer-events: none;
    margin-top: 5px;
}

.dropdown.is-open {
    display: block;
}


.dropdown a,
.dropdown div a {
    color: #7a7a7a;
}

.registration-password-rules-popup ul {
    margin-bottom: 1em;
}

.registration-password-rules-popup {
    display: none;
    width: 320px;
    position: absolute;
    top: -10px;
    left: 100%;
    margin-left: 40px;
    background: white;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    z-index: 9;
}

label.show-password-rules-popup + div.control > #password:focus + .registration-password-rules-popup,
label.show-password-rules-popup:hover + div.control > .registration-password-rules-popup {
    display: block;
}

label.show-password-rules-popup + div.control {
    margin-bottom: 1em;
}

@media screen and (max-width: 1405px) {
    .nav-left {
        flex-grow: 1;
    }
}

@media screen and (max-width: 1000px) {
    .nav-left {
        flex-grow: 1;
    }
    .nav-right {
        flex-grow: 2;
    }
}

@media screen and (max-width: 768px) {
    .registration-password-rules-popup {
        display: block;
        position: relative;
        right: 0;
        left: 0;
        width: 100%;
        margin: 25px 0 0;
    }
    .nav-left {
        flex-grow: 5;
    }
    .nav-right {
        flex-grow: 1;
    }
    .dropdown.is-open {
        position: relative;
        box-shadow: none;
        right: auto;
        top: auto;
        width: 100%;
        margin: 10px auto;
        background: transparent;
        border: 1px solid white;
        border-radius: 5px;
        color: #fff;
    }
    .dropdown a, .dropdown div a, .dropdown div a strong, .dropdown a strong {
        color: #fff;
    }
    .dropdown.is-open .nav-item {
        border: 0;
        color: #fff;
    }
    div.nav-item .dropdown {
        margin: 0 auto;
    }
}

.hero.is-dark.is-bold {
    background-image: -webkit-linear-gradient(309deg, rgba(0, 102, 148, 1) 0%, rgba(18, 74, 99, 1) 65%, rgba(5, 47, 66, 1) 100%);
    background-image: linear-gradient(141deg, rgba(0, 102, 148, 1) 0%, rgba(18, 74, 99, 1) 65%, rgba(5, 47, 66, 1) 100%);
    background-color: transparent;
}

.button {
    border-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
    /*margin-top: 10px;*/
}

a.button.is-white {
    color: #4a4a4a;
}

.button.is-large {
    border-radius: 30px;
}

.button.is-primary,
button.is-primary,
a.is-primary {
    background: #006694;
    color: #fff;
    border-radius: 20px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    margin: auto;
    -webkit-appearance: none;
}


.button.is-primary:active, .button.is-primary.is-active,
.button.is-primary:active, .button.is-primary.is-active,
.button.is-primary:hover, .button.is-primary.is-hovered {
    border-color: #07415a;
    background: #0b72a0;
    color: #fff;
}

.checkbox-dark {
    color: #4a4a4a;
}

.message-body ul {
    margin-top: 0;
}

.hero.is-dark a.has-dark-text {
    color: #363636;
}

.is-vcentered-container {
    display: flex;
    flex-direction: column;
}

.is-vcentered {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.about-secondary-header {
    font-size: 1.5rem;
    font-weight: 300;
}

.popup-message {
    position: fixed;
    z-index: 10;
    margin: 0;
    width: 30%;
    bottom: 50px;
    right: 50px;
    min-width: 200px;
    padding: 20px 15px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.54);
    border-radius: 3px;
    font-size: 1rem;
}

.popup-message.is-success > .message-body,
.popup-message.is-success {
    background: #10652e;
}

.popup-message.is-error > .message-body,
.popup-message.is-error {
    background: #b11616;
}

.popup-message.is-warning > .message-body,
.popup-message.is-warning {
    background: #e8ab47;
}

.popup-message > .message-header {
    padding-bottom: 0;
    padding-top: 0;
    font-weight: bold;
    background: transparent;
}

.popup-message > .message-body {
    padding-top: 0;
    color: #fff;
    padding-bottom: 0;
    border: 0;
}

.g-recaptcha div {
    margin: 0 auto;
}

.button.is-primary[disabled] {
    background-color: #006694;
}

#register-form {
    position: relative;
}

#skip-to-main a:focus{
    width: auto;
    height: auto;
    position: fixed;
    z-index: 1000;
    left: 3px;
    top: 3px;
}

fieldset {
    border: 0;
}