﻿.background-seal {
    background-image: url('images/seal-paper.png');
    background-size: contain;
    /*background-position: center;*/
    background-repeat: repeat-y;
    opacity: .15;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 750px;
    background-position: 50% 0;
    z-index: 0;
}

.business-card a, a:hover, a:focus {
    color: #30a5ff;
}

@media print {
    .background-seal {
        background-image: url('images/seal-paper.png');
        background-size: contain;
        /*background-position: center;*/
        background-repeat: repeat-y;
        opacity: .05;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        min-height: 11in;
    }

    .row {
        display:inherit    
    }

    .underline{
        text-decoration:none !important;
        border-bottom:1px solid;
        text-align:center;
    }

    body{
        background-image:none !important;
    }

    .col-print-1 { padding:0 5px;}
    .col-print-2 { padding:0 5px;}
    .col-print-3 { padding:0 5px;}
    .col-print-4 { padding:0 5px;}
    .col-print-5 { padding:0 5px;}
    .col-print-6 { padding:0 5px;}
    .col-print-7 { padding:0 5px;}
    .col-print-8 { padding:0 5px;}
    .col-print-9 { padding:0 5px;}
    .col-print-10 { padding:0 5px;}
    .col-print-11 { padding:0 5px;}
    .col-print-12 { padding:0 5px;}

    .print-header{
        background-color:rgba(150,150,150,1);
        color:#fff;
        padding:5px;
        text-align:center;
        width:100%;
    }
}


:root {
    --dark-blue: #1B3F5C;
    --red: #B02442;
    --blue: #46BFD2;
    --light-blue: #c7d2da;
    --green: #80913E;
    --yellow: #FECC0F;
    --offwhite: #EFE9E4;
    --white: #fff;
    --text: #222;
    --body-text: 14px;
    --grey: #444;
    --mid-grey: #808080;
    --light-grey: #ccc;
    --header-text: 25px;
    --thicc: 600;
    --dummy-thicc: 900;
    --quick-fade: all ease-in-out .2s;
    --dash-text: 14px;
    --navbar-color: #1B3F5C;
}

.checkbox-tooltip-area {
    line-height: 30px;
    height: 30px;
    width: calc(100% - 50px);
    float: right;
}

html {
    font-size: 10px;
}

input[type=text] {
    width:100%;
}

.yes-no input[type="radio"] {
    display: block;
    margin: 0 auto;
}

.yes-no label:has(input) {
    margin-right: 1em;
}

.player-icon{
    font-size:24px;
    line-height:24px;
    margin:5px 0;
    background-color:rgba(0,0,0,.1);
    padding:16px;
    border:1px solid rgb(100,100,100);
}

.player-icon:hover {
    background-color: rgba(0,0,0,.4);
    color: var(--dark-blue);
    cursor:pointer;
}

.player-icon-selected {
    color: #fff;
    background-color: #000;
    border: 1px solid var(--dark-blue);
}

.largeSlideshowText {
    font-size:60px;
}

.slideshow-img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 140px);
    margin-top:-14px;
}

.slideshow-text-container {
    display: grid;
    align-items: center;
    height: calc(100vh - 140px);
    margin-top: -14px;
}

.slideshow-fadeIn {
    animation: fadeIn ease 3s;
    -webkit-animation: fadeIn ease 3s;
    -moz-animation: fadeIn ease 3s;
    -o-animation: fadeIn ease 3s;
    -ms-animation: fadeIn ease 3s;
}

.slideshow-fadeOut {
    animation: fadeOut ease 3s;
    -webkit-animation: fadeOut ease 3s;
    -moz-animation: fadeOut ease 3s;
    -o-animation: fadeOut ease 3s;
    -ms-animation: fadeOut ease 3s;
}

.slideshow-container {
    min-height: 60vh;
}

.slideshow-container-fullscreen {
    position:absolute;
    left:5%;
    bottom:5%;
    right:5%;
    top:5%;
}

.mobile-hide {
    display: none;
}

.tribal-ID-req {
    padding: 15px;
    background: rgb(255 255 255 / 60%);
    box-shadow: 0 8px 32px 0 rgb(142 142 142 / 37%);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 7.0px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
}

.register-spans {
    color: var(--red);
}

.required-things {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
}

.account-info {
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: stretch;
}

.account-info-title {
    font-weight: 600;
    font-size: var(--header-text);
    text-transform: uppercase;
    color: var(--dark-blue);
    text-align: center;
}

.account-text {
    font-size: var(--body-text);
    color: var(--text);
}

.effect-16,
.effect-17,
.effect-18 {
    border: 0;
    padding: 4px 0;
    border-bottom: 1px solid var(--light-grey);
    background-color: transparent;
    width: 100%;
}

    .effect-16 ~ .focus-border {
        position: absolute;
        bottom: 0;
        left: 15px;
        width: 0;
        height: 2px;
        background-color: var(--dark-blue);
        transition: 0.4s;
    }

    .effect-16:focus ~ .focus-border,
    .has-content.effect-16 ~ .focus-border {
        width: 93%;
        transition: 0.4s;
    }

    .effect-16 ~ label {
        position: absolute;
        left: 17px;
        width: 100%;
        top: 38px;
        color: #2f2f2f;
        transition: 0.3s;
        z-index: -1;
        letter-spacing: 2px;
        font-weight: 400;
        text-transform: uppercase;
        font-size: 12px;
    }

    .effect-16:focus ~ label, .has-content.effect-16 ~ label {
        top: -16px;
        font-size: 12px;
        color: var(--dark-blue);
        transition: 0.3s;
    }

.memberID-title {
    font-weight: 600;
    font-size: var(--header-text);
    text-transform: uppercase;
    color: var(--dark-blue);
}

.member-inputs {
    margin-top: -20px;
    width: 100%;
}

.register-alert {
    display: inline-flex;
    color: var(--red);
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0px 10px;
    margin-top: 5px;
}

.vt-flag {
    display: inline-block;
    color: var(--red);
    padding: 5px;
    font-size: 15px;
}

.vt-nav-logo {
    display: inline-flex;
    text-align: left;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5px;
}

.vt-nav-logo-welcome {
    display: inline-flex;
    align-items: center;
}

.vt-nav-h3-welcome {
    font-size: 2.8rem;
    font-weight: 800;
    margin: 0;
    color: var(--text);
}

.vt-nav-h3 {
    display: inline-flex;
    font-size: 2.8rem;
    font-weight: 800;
    margin: 0;
    color: var(--offwhite);
}

.vt-dash-welcome-text {
    font-size: 1.2em;
    color: var(--grey);
}

.profile-marriage {
    font-weight: var(--thicc);
    text-transform: uppercase;
    font-size: 0.9em !important;
    margin:0;
}

.modal-comments-wrap {
    border-left: 3px black solid;
}

.dropcap {
    color: var(--red);
    float: left;
    font-size: 3.5em;
    line-height: 47px;
    padding-top: 0px;
    padding-right: 3px;
    padding-left: 0px;
}

.rg-alert-text {
    display: inline-block;
    padding: 0px 10px;
    color: var(--text);
}

.tribal-id-note {
    font-size: 1.8em;
    padding: 0 0px;
    color: var(--red);
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.notice {
    font-size: 15px;
}

.new-account {
    color: var(--dark-blue);
    font-size: var(--header-text);
    font-weight: var(--thicc);
    text-transform: uppercase;
    margin: 0px 0px 10px 0px;
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-10px); }
    50% { transform: translateX(10px); }
    75% { transform: translateX(-10px); }
    100% { transform: translateX(0); }
}

.shake {
    animation: shake 0.5s;
}

.register-box {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 15px;
    -webkit-transform: translate(-50%, -18%);
    transform: translate(-50%, -18%);
    width: 90%;
    max-width: 1200px;
}

.tribal-id-disc {
    width: 100%;
    left: 0%;
    font-size: var(--body-text);
    color: var(--text);
}

input {
    width: auto;
}

.vt-logo {
    display: inline-flex;
    text-align: left;
    flex-direction: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5px;
    width:300px; /*Fix for boostrap version change*/
}

.vt-h3 {
    display: inline-flex;
    font-size: 2.8rem;
    font-weight: 800;
    margin: 0;
    color: var(--text);
}

.vt-large {
    display: inline-flex;
    vertical-align: middle;
    width: 18%;
    margin: 0;
    max-height: 80px;
}

.vt-hr {
    margin-top: 5px;
    margin-bottom: 20px;
}

.login-box {
    /*display: block;*/ /*Fix for boostrap version change*/
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 15px 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -48%);
    width: 90%;
    max-width: 1200px;
}

.login-body {
    background-color: var(--offwhite);
    overflow-x: hidden;
    color: var(--text);
}

.login-container {
    background: rgb(255 255 255 / 40%);
    box-shadow: 0 8px 32px 0 rgb(142 142 142 / 37%);
    backdrop-filter: blur( 2px );
    -webkit-backdrop-filter: blur( 7.0px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 2% 3%;
    margin: 5px 0px 15px 0px;
    display: flex;
    flex-direction: column;
    max-height: 525px;
    height: 497px;
}

.vt-back {
    position: absolute;
    top: 0px;
    right: 0px;
}

.vt-dash-container {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 15px 0;
    width: 90%;
    max-width: 1200px;
}

.vt-dash-container-rolls {
    display: block;
    margin: 15px 0;
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.vt-dash-button-container {
    background: rgb(255 255 255 / 4%);
    box-shadow: 0 8px 32px 0 rgb(142 142 142 / 37%);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 7.0px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 2% 2%;
    margin: 5px 0px 15px 0px;
    margin-bottom:100px;
}


.vt-button-container {
    position: relative;
    /*width: 8vw;
    min-width: 75px;
    max-width: 160px;
    height: 8vw;
    min-height: 75px;
    max-height: 160px;*/
    margin: 1% 0;
    border-radius: 10px;
    transition: var(--quick-fade);
    cursor: pointer;
    max-height: 125px;
}

.vt-button-content {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .vt-button-content a {
        width: 100%;
        height: 100%;
        font-size: 2em;
        text-align: left;
        color: var(--grey);
        border-radius: 10px;
        background: rgba(255,255,255,.4);
        transition: var(--quick-fade);
        text-decoration: none;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: flex-start;
        justify-content: flex-start;
        align-items: center;
        min-height: 125px;
    }

.vt-sub-title {
    font-size: 1em;
    color: var(--dark-blue);
    font-weight: var(--thicc);
    margin: 0px;
    text-transform: uppercase;
}

.vt-summary-h3 {
    margin: 0px 0px 15px 0px;
    font-size: 1.4em !important;
    font-weight: 500;
    color: var(--grey);
}

.arpa-alert {
    font-weight: var(--thicc);
    color: var(--red);
    font-size: 2em;
}

.centered-radio {
    display: flex;
    align-items: center;
    padding: 10px 0px;
}

.eligibility-question {
    font-weight: 600;
    color: var(--dark-blue);
    font-size: 1.2em;
}

.profile-email {
    font-size: 1.3em;
    font-weight: var(--thicc);
    color: var(--grey);
    margin: 0px;
    padding-left: 3px;
}

.program-overview {
    padding-top: 15px;
}

.profile-phone {
    font-size: 1.3em;
    font-weight: var(--thicc);
    color: var(--red);
    margin: 0px;
    padding-left: 3px;
}

.vt-icon-title {
    font-size: var(--header-text);
    font-weight: var(--thicc);
    margin-bottom: 0px;
    text-transform: uppercase;
}

.vt-icon-summary {
    font-size: 0.5em;
    font-weight: 500;
    margin-top: 0px;
    padding: 0px;
}

.vt-icon {
    font-size: 2em;
    float: left;
    height: 100%;
    padding: 15px;
    width: 100px;
}
/*vt-dash-icon is for images used inside the dashboard icon layout*/
.vt-dash-icon {
    width: 60px;
    filter: grayscale(1) brightness(0.5);
    display: flex;
}

.vt-card-info {
    text-align: left;
}

.form-group input {
    font-size: 1.5rem;
}

@media screen and (max-width: 610px) {
    .vt-button-content a {
        /*font-size: 45px;*/
    }
}

.vt-button-content a:hover {
    background: rgba(255,255,255,.45);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    transform: scale(1.005);
    color: var(--dark-blue);
    transition: var(--quick-fade);
}

    .vt-button-content a:hover + .vt-button-bg {
        top: -25%;
        left: -25%;
        width: 150%;
        height: 150%;
    }

.dash-profile {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 6%;
    max-width: 150px;
    width: 135px;
    height: 180px;
    margin-top: -20px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
}

.vt-dash-welcome {
    /*    position: absolute;
    top: 45px;
    left: 50%;
    transform: translate(-50%, 0%);*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.vt-dash-welcome-title {
    font-size: 2.5em;
    text-transform: uppercase;
    font-weight: var(--thicc);
    margin-top: -15px;
}

.vt-member-name {
    position: relative;
    top: -15px;
    font-size: 1em;
    color: var(--red);
}

.vt-dash-account-settings {
    color: var(--offwhite);
    font-size: 12px;
    margin-top: -10px;
    text-align: center;
}

.vt-dash-my-account {
    padding: 5px 10px;
    background-color: var(--red);
    border-radius: 7px;
    margin-bottom: 3px;
    cursor: pointer;
    transition: var(--quick-fade);
}

    .vt-dash-my-account:hover {
        background-color: var(--dark-blue);
        transition: var(--quick-fade);
    }

.vt-dash-settings {
    padding: 5px 10px;
    background-color: var(--grey);
    border-radius: 7px;
}

.vt-dash-brand {
    width: 100%;
    height: 100%;
    display: flex;
    max-width: 215px;
}

.vt-row {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
}

.vt-username {
    display: none;
}


.login-header {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

    .login-header h1 {
        color: #fff;
        font-weight: 600;
        letter-spacing: 20px;
    }

.btn-login {
    background-color: var(--dark-blue);
    padding: 10px 15px;
    border: var(--dark-blue) 2px solid;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    color: var(--white);
    transition: var(--quick-fade);
}

    .btn-login:hover {
        color: var(--light-grey);
        transition: var(--quick-fade);
    }

.long {
    width: 100% !important;
}

.btn-alt-login {
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    width: 100%;
    text-align: left;
    padding: 0;
    height: 45px;
    border: 0px
}

.google-blue {
    background-color: #4285F4 !important;
    color: #fff !important;
    border-radius: 5px;
}

.facebook-blue {
    background-color: #4267B2 !important;
    color: #fff !important;
}

.login-icon {
    text-align: center;
    width: 45px;
    border-right: 1px solid rgb(0 0 0 / 29%);
    background-color: rgba(0,0,0,.4);
    padding: 10px 15px;
    float: left;
    border-radius: 5px;
}

.login {
    width: 48%;
}

.register {
    width: 50%;
    background-color: var(--red);
    border: 2px var(--red) solid;
}

.vt-label {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 30px !important;
    font-size: 1.8rem;
}

.vt-check {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0px !important;
    padding-left: 3px;
    width: 25px;
}

.flex {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.vt-check-block {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:15px;
}

.vt-alert-button {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    float: right;
    margin-top:15px;
}

.vt-yellow {
    color: var(--light-grey);
    font-size: 1.9rem;
}

.icon-filler {
    background-color: var(--red);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 2px;
    z-index: -1;
    left: 16px;
}

.separator {
    display: flex;
    text-align: center;
    padding: 0px 0 15px 0;
    align-items: center;
    font-weight: 600;
    font-size: 10px;
    color: var(--grey);
}

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #c3b9b3;
        ;
    }

    .separator:not(:empty)::before {
        margin-right: .65em;
    }

    .separator:not(:empty)::after {
        margin-left: .65em;
    }

.forgotten-password {
    color: var(--grey);
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    top: 15px;
}

.forgotten-password:hover { 
    color: var(--grey);
}
.login-alt-text {
    padding: 10px 15px;
    text-align: center;
    float: left;
}

.feather {
    position: fixed;
    top: 20%;
    right: -8%;
    opacity: 0.04;
    background-image: url(images/feather.png);
    background-repeat: no-repeat;
    height: 780px;
    width: 1000px;
    overflow: hidden;
    z-index: -100;
}

.modal-backdrop {
    display: none !important;
}

.modal-video {
    width: 100%;
    /*height: 530px;*/
    border: none;
    background-color: rgb(0 0 0 / 79%);
}

.modal-imp-title {
    font-weight: var(--thicc);
    text-transform:uppercase;
    font-size: 2em;
    padding: 10px 5px;
}

.vt-modal-dialog {
    margin-top: 80px;
    margin: 0 auto;
    position: relative;
    width: auto;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0, -35%);
    -ms-transform: translate(0, -35%);
    -o-transform: translate(0, -35%);
    transform: translate(0, -35%);
}

.vt-modal-content {
    border-radius: 5px;
    border: none;
    position: relative;
    background: rgb(255 255 255 / 87%);
    box-shadow: 0 8px 32px 0 rgb(142 142 142 / 37%);
    backdrop-filter: blur( 2px );
    -webkit-backdrop-filter: blur( 7.0px );
    border-radius: 10px;
    border: 3px solid #172d44c2;
}

.vt-modal-body {
    padding: 15px 30px 15px 30px;
}

.disclaimer-text {
    color: var(--text);
}

.disclaimer-btn {
    display: inline-flex;
    color: var(--white) !important;
    background-color: var(--red);
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

body {
    background: var(--offwhite);
    font-size: var(--body-text);
    color: var(--text);
    font-family: "Neutra Text", Helvetica, Arial, sans-serif;
    background-position-y: 60px;
    background-image: url('https://res.cloudinary.com/dzlbb8rlo/image/upload/v1629319016/VirtualTribe/vt-bg_fosgqt.png');
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: fixed;
}


p {
    color: var(--grey);
}


.sidebar-footer a.noHover:hover, .sidebar-footer a.noHover:focus {
    color: #172D44;
    background-color: #172D44;
}

a, a:hover, a:focus {
    color: #fff;
}



h1, h2, h3, h4, h5, h6 {
    color: var(--grey);
}

h1, h2, h3, h4 {
    font-weight: 400;
}

h1 {
    font-size: 40px;
}

h2 {
    margin-bottom: 20px;
}

.large {
    font-size: 2em;
}

.text-muted {
    color: #c5c7cc;
}

.color-gray {
    color: #444444;
}

.color-blue {
    color: #30a5ff;
}

.color-teal {
    color: #1ebfae;
}

.color-orange {
    color: #ffb53e;
}

.color-red {
    color: #f9243f;
}

.no-padding {
    padding: 0;
    margin: 0;
}

.address-box {
    padding: 5px 10px !important;
}

.fa-xl {
    font-size: 2em;
}

input.form-control {
    border: 1px solid #ddd;
    box-shadow: none;
    height: 46px;
}

.control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}

label {
    display: inline-block;
    max-width: 100%;
    // Force IE8 to wrap long content (see https://github.com/twbs/bootstrap/issues/13141) margin-bottom: 5px;
    font-weight: bold;
}

.bootstrap-table input.form-control {
    height: 34px;
}

.input-group-btn .btn {
    height: 46px;
}

.form-control:focus {
    border: 1px solid #30a5ff;
    outline: 0;
    box-shadow: inset 0px 0px 0px 1px #30a5ff;
}

.has-success .form-control, .has-success .form-control:focus {
    border: 1px solid #8ad919;
}

.has-warning .form-control, .has-warning .form-control:focus {
    border: 1px solid #ffb53e;
}

.has-error .form-control, .has-error .form-control:focus {
    border: 1px solid #f9243f;
}

.navbar-custom {
    background: var(--navbar-color);
    height: 50px;
    z-index: 2000;
}

.navbar-header .navbar-brand {
    color: var(--offwhite);
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    height: 50px;
    padding-top: 18px;
}

    .navbar-header .navbar-brand span {
        color: #E1C87E;
    }

        .navbar-header .navbar-brand span:hover {
            color: #c5b586;
        }

.navbar-toggle {
    background: rgba(255, 255, 255, 0.1);
    padding: 12px;
    margin-top: 10px;
}

    .navbar-toggle:hover {
        background: rgba(255, 255, 255, 0.05);
    }

.icon-bar {
    background: #fff;
}

.dropdown {
    background: rgba(255, 255, 255, 0.1);
    float: left;
    margin: 10px 8px;
    padding: 0px;
    border-radius: 4px;
}

    .dropdown a.dropdown-toggle {
        color: #fff;
        height: 40px;
        width: 40px;
        padding-top: 11px;
        padding-left: 9px;
    }

    .dropdown:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.2);
    }

    .dropdown .label {
        top: -4px;
        left: 22px;
        padding-top: 4px;
        padding-bottom: 4px;
        position: absolute;
        border-radius: 9999px;
    }

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.nav > li > a:hover, .nav > li > a:focus, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.2);
    background: none;
}

.dropdown-messages {
    border: 1px solid #fff;
    width: 360px;
    background: rgba(255, 255, 255, 0.9);
    color: #444;
    font-size: 0.9em;
}

    .dropdown-messages img {
        margin: 5px 10px;
        float: left;
    }

    .dropdown-messages .message-body {
        margin: 5px;
        float: left;
        width: 280px;
    }

.dropdown small {
    color: #999;
}

.dropdown em {
    margin: 0 5px;
}

.dropdown-menu > li > a {
    padding: 5px 10px;
    font-size: 1.5rem;
}

.dropdown-menu li .message-body a {
    color: #444;
}

.dropdown-menu li a:hover {
    color: #30a5ff;
    text-decoration: none;
    background: none;
}

.divider, .clear {
    clear: both;
}

.dropdown-alerts {
    border: 1px solid #fff;
    width: 260px;
    background: rgba(255, 255, 255, 0.9);
    color: #444;
    font-size: 0.9em;
}

.all-button a {
    text-align: center;
    color: #444;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
}

a.btn:hover, button:hover {
    opacity: 0.8;
}

a.btn:active, button:active {
    box-shadow: inset 0px 0px 500px rgba(0, 0, 0, 0.1);
    opacity: 1;
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default, .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    background-color: #e9ecf2;
    border-color: #e9ecf2;
    color: #1b3548;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    background-color: #30a5ff;
    border-color: #30a5ff;
}

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success, .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    background-color: #8ad919;
    border-color: #8ad919;
}

.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning, .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    background-color: #ffb53e;
    border-color: #ffb53e;
}

.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger, .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    background-color: #f9243f;
    border-color: #f9243f;
}

.btn-link, .page-link, .text-primary {
    color: #30a5ff !important;
}

    .btn-link:focus, .btn-link:hover, .page-link:focus, .page-link:hover, a.text-primary:focus, a.text-primary:hover {
        color: #50b3ff !important;
    }

.bg-primary {
    color: #1b3548;
    background-color: #e9ecf2;
}

a.bg-primary:hover {
    background-color: #e9ecf2;
}

.bg-success, .bg-green {
    color: #fff;
    background-color: #8ad919;
}

a.bg-success:hover, a.bg-green:hover {
    background-color: #8ad919;
}

.bg-success a, .bg-green a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-teal {
    color: #fff;
    background-color: #1ebfae;
}

a.bg-teal:hover {
    background-color: #1ebfae;
}

.bg-teal a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-info, .bg-blue {
    color: #fff;
    background-color: #30a5ff;
}

a.bg-info:hover, a.bg-blue:hover {
    background-color: #30a5ff;
}

.bg-info a, .bg-blue a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-warning, .bg-orange {
    color: #fff;
    background-color: #ffb53e;
}

a.bg-warning:hover, a.bg-orange:hover {
    background-color: #ffb53e;
}

.bg-warning a, .bg-orange a {
    color: rgba(255, 255, 255, 0.75);
}

.bg-danger, .bg-red {
    color: #fff;
    background-color: #f9243f;
}

a.bg-danger:hover, a.bg-red:hover {
    background-color: #f9243f;
}

.bg-danger a, .bg-red a {
    color: rgba(255, 255, 255, 0.75);
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

.label-default {
    background-color: #777;
}

    .label-default[href]:hover, .label-default[href]:focus {
        background-color: #5e5e5e;
    }

.label-primary {
    color: #1b3548;
    background-color: #e9ecf2;
}

    .label-primary[href]:hover, .label-primary[href]:focus {
        background-color: #e9ecf2;
    }

.label-success {
    background-color: #8ad919;
}

    .label-success[href]:hover, .label-success[href]:focus {
        background-color: #8ad919;
    }

.label-info {
    background-color: #30a5ff;
}

    .label-info[href]:hover, .label-info[href]:focus {
        background-color: #30a5ff;
    }

.label-warning {
    background-color: #ffb53e;
}

    .label-warning[href]:hover, .label-warning[href]:focus {
        background-color: #ec971f;
    }

.label-danger {
    background-color: #f9243f;
}

    .label-danger[href]:hover, .label-danger[href]:focus {
        background-color: #f9243f;
    }

.panel {
    border: 0;
}

.panel-container {
    padding-top: 20px;
}

.panel-heading .fa-toggle-up, .panel-heading .fa-toggle-down {
    font-size: 17px;
}

.panel-primary > .panel-heading {
    background-color: #30a5ff;
    color: #fff;
    border: none;
}

.panel-success > .panel-heading {
    background-color: #8ad919;
    color: #fff;
    border: none;
}

.panel-info > .panel-heading {
    background-color: #30a5ff;
    color: #fff;
    border: none;
}

.panel-warning > .panel-heading {
    background-color: #ffb53e;
    color: #fff;
    border: none;
}

.panel-danger > .panel-heading {
    background-color: #f9243f;
    color: #fff;
    border: none;
}

.panel-primary .panel-settings, .panel-primary .panel-toggle, .panel-success .panel-settings, .panel-success .panel-toggle, .panel-info .panel-settings, .panel-info .panel-toggle, .panel-warning .panel-settings, .panel-warning .panel-toggle, .panel-danger .panel-settings, .panel-danger .panel-toggle {
    border: none;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
}

    .panel-primary .panel-settings:hover, .panel-primary .panel-toggle:hover, .panel-success .panel-settings:hover, .panel-success .panel-toggle:hover, .panel-info .panel-settings:hover, .panel-info .panel-toggle:hover, .panel-warning .panel-settings:hover, .panel-warning .panel-toggle:hover, .panel-danger .panel-settings:hover, .panel-danger .panel-toggle:hover {
        border: none;
        color: #fff;
        background-color: rgba(255, 255, 255, 0.4);
    }

.panel-blue {
    background: #30a5ff;
    color: #fff;
}

.panel-teal {
    background: #1ebfae;
    color: #fff;
}

.panel-orange {
    background: #ffb53e;
    color: #fff;
}

.panel-red {
    background: #f9243f;
    color: #fff;
}

.dark-overlay {
    background: rgba(0, 0, 0, 0.05);
}

.panel-blue p, .panel-teal p, .panel-orange p, .panel-red p {
    color: rgba(255, 255, 255, 0.75);
}

.panel-heading {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.025em;
    height: 60px;
    line-height: 38px;
}

.panel-default .panel-heading {
    background: #fff;
    border-bottom: 1px solid #e9ecf2;
    color: #444444;
}

.panel-footer {
    background: #fff;
    border-top: 1px solid #e9ecf2;
}

.panel-widget {
    padding: 10px 0;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    background: none;
    text-align: center;
    color: #333;
}

    .panel-widget .panel-footer {
        border: 0;
        text-align: center;
    }

.panel-footer .input-group {
    padding: 0px;
    margin: 0 -5px;
}

.panel-footer .input-group-btn:last-child > .btn, .panel-footer .input-group-btn:last-child > .btn-group {
    margin: 0;
}

.panel-widget .panel-footer a {
    color: #999;
}

    .panel-widget .panel-footer a:hover {
        color: #666;
        text-decoration: none;
    }

.panel-widget .text-muted {
    margin-top: -6px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8em;
}

.panel-widget .large {
    color: #373b45;
    font-size: 3em;
}

.panel-settings {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .panel-settings .dropdown a.dropdown-toggle, .panel-settings a {
        padding: 0;
        background: none;
        color: #7c7c7c;
    }

    .panel-settings a, .panel-toggle {
        width: 40px;
        padding: 2px 0 0 0;
    }

        .panel-settings:hover, .panel-toggle:hover, .panel-settings .dropdown a.dropdown-toggle:hover, .panel-settings:active, .panel-toggle:active, .panel-settings .dropdown a.dropdown-toggle:active, .panel-settings:focus, .panel-toggle:focus, .panel-settings .dropdown a.dropdown-toggle:focus {
            background: #f1f4f7;
            color: #444444;
        }

.panel-settings, .panel-toggle {
    display: inline-block;
    margin: -1px -5px 0 15px !important;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #e9ecf2;
    color: #7c7c7c;
    background: #fff;
    width: 42px;
}

.panel-settings {
    width: 42px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .panel-settings li.dropdown {
        margin: 0;
        padding: 0;
    }

.dropdown-settings {
    border: 1px solid #fff;
    width: 220px;
    font-size: 0.9em;
    padding: 0;
}

    .dropdown-settings li {
        list-style: none;
        padding: 0 10px;
        width: 220px;
        height: 26px;
        line-height: 26px;
    }

    .dropdown-settings .divider {
        margin: 7px 0;
    }

    .dropdown-settings li a {
        padding: 0;
        margin: 0;
        display: inline-block;
        width: 100%;
        color: #444444;
    }

.clickable {
    cursor: pointer;
}

.panel-heading span {
    margin: 0px;
    font-size: 14px;
}

.panel-button-tab-right {
    margin-left: 4px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.panel-button-tab-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.border-top {
    border-top: 1px solid #dadbda;
}

.border-right {
    border-right: 1px solid #dadbda;
}

.border-bottom {
    border-bottom: 1px solid #dadbda;
}

.border-left {
    border-left: 1px solid #dadbda;
}

.panel .border-top, .panel .border-right, .panel .border-bottom, .panel .border-left {
    border-color: #e9ecf2;
}

.article {
    padding: 10px 0;
}

    .article:first-child {
        padding: 0 0 10px 0;
    }

    .article h4 {
        margin-bottom: 10px;
    }

    .article .date {
        text-align: center;
        margin: 5px auto;
        display: block;
    }

        .article .date .text-muted {
            margin-top: -5px;
        }

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 2px;
        background-color: #e9ecf2;
        left: 25px;
        margin-right: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before, .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: calc( 100% - 65px );
            float: right;
            border: 1px solid #edeeed;
            border-radius: 2px;
            padding: 10px 20px;
            position: relative;
            box-shadow: none;
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                left: -11px;
                display: inline-block;
                border-top: 11px solid transparent;
                border-right: 11px solid #edeeed;
                border-left: 0 solid #edeeed;
                border-bottom: 11px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                left: -10px;
                display: inline-block;
                border-top: 10px solid transparent;
                border-right: 10px solid #fff;
                border-left: 0 solid #fff;
                border-bottom: 10px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 46px;
            height: 46px;
            line-height: 51px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 0px;
            margin-right: -25px;
            background-color: #999999;
            z-index: 100;
            border-radius: 9999px;
        }

.timeline-badge.primary {
    background-color: #30a5ff !important;
}

.timeline-badge.success {
    background-color: #8ad919 !important;
}

.timeline-badge.warning {
    background-color: #ffb53e !important;
}

.timeline-badge.danger {
    background-color: #f9243f !important;
}

.timeline-badge.info {
    background-color: #30a5ff !important;
}

.progress {
    height: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f2f3f2;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #30a5ff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-success {
    background-color: #8ad919;
    background-image: none;
}

.progress-bar-info, .progress-bar-blue {
    background-color: #30a5ff;
    background-image: none;
}

.progress-bar-warning, .progress-bar-orange {
    background-color: #ffb53e;
    background-image: none;
}

.progress-bar-danger, .progress-bar-red {
    background-color: #f9243f;
    background-image: none;
}

.progress-bar-teal {
    background-color: #1ebfae;
    background-image: none;
}

.jumbotron {
    background: #fff;
    border-bottom: 1px solid #e9ecf2;
    color: #444444;
}

.panel .tabs {
    margin: 0;
    padding: 0;
}

.nav-tabs {
    background: #f2f3f2;
    border: 0;
}

    .nav-tabs li a:hover {
        background: #fff;
    }

    .nav-tabs li a, .nav-tabs li a:hover, .nav-tabs li.active a, .nav-tabs li.active a:hover {
        border: 0;
        padding: 15px 20px;
    }

    .nav-tabs li.active a {
        color: #30a5ff;
    }

    .nav-tabs li a {
        color: #999;
    }

.nav-pills {
    padding: 15px;
    padding-bottom: 0;
}

    .nav-pills li a, .nav-pills li a:hover, .nav-pills li.active a, .nav-pills li.active a:hover {
        border: 0;
        padding: 7px 15px;
    }

        .nav-pills li.active a, .nav-pills li.active a:hover {
            background: #30a5ff;
        }

.tab-content {
    padding: 15px;
}

.navbar {
    border: 0;
}

    .navbar input {
        border: 0;
        background: #444;
        color: #fff;
    }

        .navbar input:focus {
            color: #fff;
            background: #555;
            border: 1px solid #30a5ff;
            outline: 0;
            box-shadow: inset 0px 0px 0px 1px #30a5ff;
        }

.user-menu {
    display: inline-block;
    margin-top: 14px;
    margin-right: 10px;
    float: right;
    list-style: none;
    padding: 0;
}

    .user-menu a {
        color: #fff;
    }

        .user-menu a:hover, .user-menu a:focus {
            text-decoration: none;
        }

.sidebar {
    display: block;
    padding: 0;
    display: none;
    box-shadow: none;
    background-color: #282828;
    width: 12.666667%;
}

    .sidebar ul {
        margin: 0 0 20px 0px;
        padding-bottom: 29px;
    }

    .sidebar form {
        padding: 10px 0 0 0;
        margin: 10px 10px 20px 10px;
    }

@media (min-width: 768px) {
    .sidebar {
        display: block;
        position: fixed;
        top: 60px;
        bottom: 0;
        left: 0;
        display: block;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .navbar-header {
        width: 100%;
    }
}

.sidebar ul.nav a:hover, .sidebar ul.nav li.parent ul li a:hover {
    text-decoration: none;
    background-color: #404040;
    color: #fff;
    transition: all .3s ease-in-out;
}

.sidebar ul.nav .active a, .sidebar ul.nav li.parent a.active, .sidebar ul.nav .active > a:hover, .sidebar ul.nav li.parent a.active:hover, .sidebar ul.nav .active > a:focus, .sidebar ul.nav li.parent a.active:focus {
    color: #E7E7E7;
    background-color: #172d44;
}

.menu-icons {
    font-size: 21px;
    width: 40px;
    text-align: center;
    vertical-align: middle;
}

.sub-menu-icons {
    font-size: 14px;
}

.sidebar ul.nav ul, .sidebar ul.nav ul li {
    list-style: none;
    list-style-type: none;
}

.sidebar ul.nav li a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1em;
    color: #E7e7e7;
    border-bottom: #171717 solid 1px;
    border-top: 1px solid #3a3a3a;
    transition: all .3s ease-in-out;
    padding: 5px 10px;
}

.last-menu-item {
    border-bottom: none !important;
    cursor: pointer;
}

.group-button h1 {
    color: var(--dark-blue)
}

.group-button:hover{
    cursor:pointer;
    background-color:#fff;
}

.group-button-disabled{
    background-color:#444 !important;
}

.group-button-sub {
    opacity:.5
}

    .group-button-disabled h3 {
        color: #fff !important;
    }
    .group-button-disabled h1 {
        color: #fff !important;
    }

.group-button-good {
    background-color: rgba(0, 255,0, .1) !important;
}

.group-button-bad {
    background-color: rgba(255, 0,0, .1) !important;
}

    .menu-title {
        cursor: pointer;
        font-weight: 700;
        letter-spacing: 2px;
        padding: 15px 0px 3px 2px;
        margin-left: 10px;
        border-bottom: 1px #3b3b3b solid;
        background: rgb(224,193,122); /* Old browsers */
        background: -moz-linear-gradient(left, rgba(224,193,122,1) 0%, rgba(172,145,84,1) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(224,193,122,1) 0%,rgba(172,145,84,1) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(224,193,122,1) 0%,rgba(172,145,84,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0c17a', endColorstr='#ac9154',GradientType=1 ); /* IE6-9 */
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.sidebar ul.nav ul.children {
    width: auto;
    padding: 0;
    margin: 0;
    background: #f9f9f9;
}

    .sidebar ul.nav ul.children li a {
        background: #f1f4f7;
        color: #444444;
        padding: 5px 10px;
    }


.sidebar ul.nav li.current a {
    background-color: #30a5ff;
    color: #fff !important;
}

.sidebar ul.nav li.parent ul li a {
    border: none;
    display: block;
    padding-left: 30px;
    line-height: 28px;
    border-radius: 0;
}

.sidebar ul.nav li.divider {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0px 0;
}

.profile-sidebar {
    padding: 10px 0;
    border-bottom: 2px solid rgb(184, 156, 93);
}

.indicator {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 9999px;
    margin-right: 5px;
}

.profile-userpic img {
    float: left;
    margin: -5px 0px 0px 15px;
    width: 60px;
    height: 60px;
    border-radius: 9999px !important;
}

.profile-usertitle {
    float: left;
    text-align: left;
    margin: 10px 0 0 12px;
}

.profile-usertitle-name {
    font-size: 20px;
    margin-bottom: 0px;
}

.profile-usertitle-status {
    text-transform: uppercase;
    color: #AAA;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.breadcrumb {
    border-radius: 0;
    padding: 10px 15px 10px 15px;
    background: var(--light-blue);
    margin: 0;
    font-size: 1em;
    position:relative;
    padding-left:30px;
}

h1.page-header {
    margin-top: 20px;
    border-bottom: 0;
}

.main-chart {
    background: #fff;
}

.easypiechart-panel {
    text-align: center;
    padding: 1px 0;
    margin-bottom: 20px;
}

.placeholder h2 {
    margin-bottom: 0px;
}

.donut {
    width: 100%;
}

.easypiechart {
    position: relative;
    text-align: center;
    width: 120px;
    height: 120px;
    margin: 20px auto 10px auto;
}

    .easypiechart .percent {
        display: block;
        position: absolute;
        font-size: 26px;
        top: 38px;
        width: 120px;
    }

#easypiechart-blue .percent {
    color: #30a5ff;
}

#easypiechart-teal .percent {
    color: #1ebfae;
}

#easypiechart-orange .percent {
    color: #ffb53e;
}

#easypiechart-red .percent {
    color: #ef4040;
}

#calendar, .datepicker-inline {
    width: 100%;
}

    #calendar table {
        width: 100%;
    }

.datepicker-switch {
    font-size: 16px;
    height: 46px !important;
}

.datepicker table tr td.old, .datepicker table tr td.new {
    color: #c5c7cc;
}

.datepicker table tr td {
    padding: 10px !important;
}

    .datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:focus, .datepicker table tr td.active:hover:focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover:focus, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .open .dropdown-toggle.datepicker table tr td.active, .open .dropdown-toggle.datepicker table tr td.active:hover, .open .dropdown-toggle.datepicker table tr td.active.disabled, .open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
        color: #ffffff;
        background-color: #30a5ff;
        text-shadow: none;
        border-color: #285e8e;
    }

    .datepicker table tr td span:hover, .datepicker thead tr:first-child th:hover, .datepicker tfoot tr th:hover, .datepicker table tr td.day:hover, .datepicker table tr td.day.focused {
        background: rgba(0, 0, 0, 0.05);
    }

.todo-list {
    padding: 0;
    margin: -15px;
    background: #fff;
    color: #444444;
}

    .todo-list .checkbox input[type=checkbox] {
        margin: 0;
    }

    .todo-list .checkbox {
        display: inline-block;
        margin: 0px;
    }

.panel-body input[type=checkbox]:checked + label {
    text-decoration: line-through;
    color: #777;
}

.todo-list-item {
    list-style: none;
    line-height: 0.9;
    padding: 14px 15px 8px 15px;
}

    .todo-list-item:hover, a.todo-list-item:focus {
        text-decoration: none;
        background-color: #f6f6f6;
    }

.todo-list .fa-trash {
    color: #444444;
}

    .todo-list .fa-trash:hover {
        color: #ef4040;
    }

.chat .panel-body ul {
    list-style: none;
    margin: -15px;
    padding: 15px;
}

    .chat .panel-body ul li {
        margin-bottom: 10px;
        padding: 15px 5px;
        border-bottom: 1px solid #e9ecf2;
    }

.chat ul li.left .chat-body {
    margin-left: 80px;
}

.chat ul li.right .chat-body {
    margin-right: 80px;
}

.chat ul li .chat-body p {
    margin: 0;
}

.chat .panel-body {
    overflow-y: scroll;
    height: 300px;
}

.chat-body small {
    margin-left: 5px;
}

.table {
    background: #fff;
}

.fixed-table-container {
    border: 1px solid #e9ecf2;
}

    .fixed-table-container thead th {
        background: #f7f7f8;
        border-color: #ddd;
        color: #444444;
        font-weight: 300;
        font-size: 16px;
    }

    .fixed-table-container tbody td {
        border: 1px solid #e9ecf2;
    }

        .fixed-table-container tbody td:last-child {
            border-right: none;
        }

.table > thead > tr > th {
    border-bottom: 1px solid #e6e7e8;
    vertical-align: middle;
    height: 50px;
    border-radius: 10px;
}

.fixed-table-pagination .pagination {
    margin-top: 10px;
    margin-bottom: 0px;
}

.fixed-table-pagination .pagination-detail {
    margin-top: 20px;
}

p.back-link {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;
    text-transform: uppercase;
}


@media (max-width:1023px) {
    .login-header h1 {
        letter-spacing: 5px;
        font-size: 34px;
    }

    .btn-login {
        width: 100%;
        margin-bottom: 5px;
    }

    .login-alt-text {
        font-size: 14px;
        line-height: 25px;
    }
}

.tree-bookmark-background {
    width: 45px;
    height: 20px;
    display: inline-block;
    background-color: #9a2024;
    position: absolute;
    left: calc(50% - 62px);
    margin-top: -5px;
    border-radius: 5px;
}

.tree-bookmark {
    width: 45px;
    /*height: 200px;
	*/
    display: inline-block;
    background-color: #b3585b;
    position: absolute;
    left: calc(50% - 45px);
    margin-top: -5px;
    border-top-right-radius: 5px;
    z-index: 101;
    color: #fff;
    box-shadow: -5px 5px 5px rgb(0, 0, 0, 50%);
    font-weight: 700;
    font-size: 12px;
}

.messaging-container {
    bottom: 16px;
    right: 16px;
}

.messaging-friends {
    position: absolute;
    bottom: calc(1% - 1px);
    right: calc(1% - 1px);
    color: rgba(0,0,0,.5);
    border: 1px solid #ed8323;
    border-radius: 5px;
    min-height: 10px;
    background-color: rgb(225,225,225);
    transition: all .5s ease-in-out;
    padding: 15px;
    max-height: 600px;
    overflow-y: scroll;
    width: 300px;
}

.virtualtour {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.messaging-icon {
    font-size: 1.2em;
    background-color: #ed8323;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    transition: all .5s ease-in-out;
    padding: 4px 8px;
    font-weight: 900;
    margin-top: 10px;
    width: 35px;
    height: 35px;
    float: right;
    clear: both;
}

.messaging-window {
    float: right;
    color: rgba(0,0,0,.5);
    border: 1px solid #ed8323;
    border-radius: 5px;
    min-height: 10px;
    background-color: rgb(225,225,225);
    transition: all .5s ease-in-out;
    padding: 15px;
    max-height: 600px;
    overflow-y: scroll;
    position: relative;
    clear: both;
}

.messaging-icon:hover {
    background-color: #fff;
    cursor: pointer;
    color: #ed8323;
}

.messaging-round-image {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #000;
}

.messaging-menu-button {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

    .messaging-menu-button:hover {
        cursor: pointer;
        color: red;
    }

.messaging-header {
    padding: 5px;
    background-color: #fff;
    color: #000;
    line-height: 32px;
    font-weight: bold;
    font-size: 20px;
}

.messaging-header-focus {
    padding: 5px;
    background-color: #000;
    color: #fff;
    line-height: 32px;
    font-weight: bold;
    font-size: 20px;
}

.message-pulse {
    animation-name: message-pulse-animation;
    animation-duration: 4.0s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    animation-play-state: running;
}

@keyframes message-pulse-animation {
    0% {
        background-color: #000;
        color: #fff;
    }

    50% {
        background-color: #fff;
        color: #000;
    }

    100% {
        background-color: #000;
        color: #fff;
    }
}

.message-textarea {
    position: absolute;
    bottom: 5px;
    left: 5px;
    min-height: 50px;
    max-height: 50px;
    width: calc(100% - 60px);
}

.message-conversation-container {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 60px;
    overflow-y: scroll;
    height: calc(100% - 100px);
}

.message-conversation-left {
    width: 80%;
    margin: 5px 5%;
    padding: 5px 15px;
    border: 1px solid #000;
    border-radius: 27px;
    text-align: left;
    position: relative;
    float: left;
    background-color: #ed8323;
    border-bottom-left-radius: 0px;
}

.message-conversation-right {
    width: 80%;
    margin: 5px 5%;
    padding: 5px 15px;
    border: 1px solid #000;
    border-radius: 27px;
    text-align: left;
    position: relative;
    float: right;
    background-color: #fff;
    border-bottom-right-radius: 0px;
}

.message-time {
    width: 100%;
    text-align: right;
    font-size: 12px;
}

.message-text {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}

.message-send-button {
    position: absolute;
    right: 5px;
    bottom: 5px;
    height: 50px;
    width: 50px;
    background-color: #000;
    font-size: 32px;
    color: #ed8323;
    line-height: 50px;
    text-align: center;
}

.message-education-icon {
    position: relative;
    left: -26px;
    top: -26px;
    font-size: 20px;
    width: 0;
    color: #000;
    transform: rotate( 15deg );
}

.message-conversation-left-icon {
    position: absolute;
    bottom: -15px;
    left: -15px;
    background-color: #fff;
}

.message-conversation-right-icon {
    position: absolute;
    bottom: -15px;
    right: -15px;
    background-color: #fff;
}

.message-conversation-overview {
    padding: 10px;
    margin: 10px;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #ed8323;
    border-radius: 10px;
    color: #000;
    cursor: pointer;
}

.message-send-button:hover {
    font-size: 42px;
    background-color: rgba(0,0,0,.5);
    cursor: pointer;
    transition: .5s all ease-in-out;
}

.pedigree-icon {
    width: 100%;
}

.waterfall-table {
    display: table-cell;
    text-align: center;
    vertical-align: baseline;
    position: relative;
}

.waterfall-td {
    padding:0px 5px;
	
    position: relative;
}

.waterfall-table-bar-start {
    min-width: 30%;
    height: 20px;
    position: absolute;
    top: 220px;
    left: -14px;
    background-color: #212121;
}

.waterfall-table-bar-end {
    min-width: 25%;
    height: 20px;
    position: absolute;
    top: 220px;
    right: -2px;
    background-color: #212121;
}

.archive-thumbnail-container {
    min-height: 100px;
    background-color: #9A2024;
    text-align: center;
    margin: 0 5px 5px 5px;
    cursor: pointer;
    color: #fff
}

    .archive-thumbnail-container:hover {
        background-color: #9A2024;
        box-shadow: rgba(250,250,250,.85) 0px 0px 11px 1px;
    }

    .archive-thumbnail-container.active {
        background-color: #9A2024;
    }

.document-checked {
    color: green;
    margin-left: 30px;
}

.document-unchecked {
    color: red;
    margin-left: 30px;
}


.s_menu {
    line-height: 13px;
    position: absolute;
    right: 10px;
    top: -5px;
    z-index: 1;
}

    .s_menu a {
        color: var(--offwhite) !important;
        text-decoration: none;
        transition: 0.2s;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .s_menu a:hover {
            color: #fff !important;
            transition: 0.2s;
        }

.s_menu_item {
    margin: 0px 0px;
    font-weight: 600;
    font-size: 1em;
    padding-bottom: 10px;
    font-family: 'Neutra Text';
    height: 100%;
    cursor: pointer;
}

#genesnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#genesnav > ul > li {
    display: inline-block;
    padding: 0 6px;
}

#genesnav ul li {
    position: relative;
    float: left;
}

.header #genesnav > ul > li > a {
    line-height: 100px;
}

#genesnav > ul > li > a {
    position: relative;
    display: block;
    text-transform: uppercase;
    color: #222;
    text-decoration: none;
    font-size: 14px;
    margin: 0 15px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#genesnav ul.submenu-2 {
    position: absolute;
    right: 0;
    top: 130%;
    width: clamp(30ch, 10em, 10vw);
    text-align: left;
    background-color: #0f0f0f;
    font-family: 'Neutra Text';
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    z-index: 9999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    padding: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    #genesnav ul.submenu-2 li:first-child {
        border-top: none;
    }

    #genesnav ul.submenu-2 > li {
        border-top: none;
        float: none;
    }

#genesnav ul li ul li {
    margin-left: 0;
}

#genesnav ul.submenu-2 > li > a {
    display: block;
    color: #000;
    font-size: 1em;
    line-height: 15px;
    text-decoration: none;
    padding: 0 0 0 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 35px;
    line-height: 40px !important;
}

.menu-profile {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 90px;
    max-width: 50px;
    width: 40px;
    height: 40px;
    margin-top: -4px;
    margin-right: 10px;
    display: inline-block;
    position: relative;
    top: 14px;
}

#genesnav ul.submenu-2 > li:hover {
    background-color: hsl(0, 0%, 26%);
    border-radius: 5px;
}

#genesnav ul li:hover > ul.submenu-2 {
    top: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 2px 4px rgba(8, 35, 48, 0.5);
    border-radius: 5px;
}

.potawatomiName {
    -webkit-animation: fadeinout 5s linear forwards;
    animation: fadeinout 5s linear forwards;
}

@-webkit-keyframes fadeinout {
    0%,100% {
        opacity: 0;
    }

    10%,90% {
        opacity: 1;
    }
}

@keyframes fadeinout {
    0%,100% {
        opacity: 0;
    }

    10%,90% {
        opacity: 1;
    }
}

.tree-add {
    float: right;
    font-size: 28px;
    color: #c1c1c1;
    position: relative;
    top: 0;
    margin-left: 0;
    right: 3px;
}

.tree-collapse-parent {
    float: left;
    font-size: 28px;
    color: #c1c1c1;
    position: relative;
    top: 177px;
    margin-left: 0;
    width: 100%;
}

.pedigree .tree-collapse-parent {
    float: left;
    font-size: 28px;
    color: #c1c1c1;
    position: relative;
    top: 2px;
    left: 158px;
    margin-left: 0;
    width: 100%;
}

.document-unchecked {
    color: red;
}

.dashboard-btn {
    margin-bottom: 45px !important;
    margin-top: 45px !important;
}

dashboard-btn-covid {
    margin-bottom: 15px !important;
    margin-top: 5px !important;
}

.btn-row {
    display: inline-block;
    padding-top: 15px;
}

.section-text {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    width: 100vw;
}

.add-some-padding {
    margin-top: 7%;
}

#family-tree-children {
    transition: all ease-in-out 1s;
}

.section-text-lower {
    position: fixed;
    top: 45%;
    left: 0;
    right: 0;
    padding: 0 5%;
}

.scroll {
    overflow: auto;
}

.marriage-padding {
    padding-right: 30px;
}

.tree-toolbar {
    background: rgba(255,255,255,1);
    position: absolute;
    top: 75px;
    right: 30px;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    padding: 10px;
    font-size: 32px;
    max-width: 75px;
    z-index: 110;
}

.tree-collapse {
    float: left;
    font-size: 28px;
    color: #c1c1c1;
    position: relative;
    top: 164px;
    margin-left: 10px;
    width: 100%;
}

.tree-collapse-parent {
    float: left;
    font-size: 28px;
    color: #c1c1c1;
    position: relative;
    top: 177px;
    margin-left: 0;
    width: 100%;
}

.tree-collapse-parent {
    float: left;
    font-size: 28px;
    color: #c1c1c1;
    position: relative;
    top: 177px;
    margin-left: 0;
    width: 100%;
}

.pedigree .tree-collapse-parent {
    float: left;
    font-size: 28px;
    color: #c1c1c1;
    position: relative;
    top: 2px;
    left: 158px;
    margin-left: 0;
    width: 100%;
}

.tree-toolbar i {
    cursor: pointer;
    width: 100%;
}

    .tree-toolbar i:hover {
        color: rgba(224,193,122,1);
        transition: .5s ease-in;
    }

.family-tree-vline {
    height: 15px;
    margin-left: 50%;
    border-left: 2px solid;
    z-index: 100;
}

.family-tree-hline {
    width: calc(100% + 15px);
    border-bottom: 2px solid;
    z-index: 100;
    margin: 0 auto;
    margin-left: -13px;
}

.new-member {
    width: 125px;
    height: 205px;
    border: 10px dashed #2c2c2c;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    margin: 0 22px;
    text-align: center;
    color: #2c2c2c;
    cursor: pointer;
    transition: ease-in 0.3s;
}

.member-search {
    width: 30%;
    height: 50px;
    background-color: transparent;
    border: none;
    border-bottom: 5px solid #232323;
    margin-left: 5px;
    font-size: 40px;
    font-weight: 600;
    padding-left: 60px;
}

.member-search-block {
    margin-bottom: 40px;
    margin-left: 15px;
}

.member-search:focus {
    outline: none;
}

.new-member:hover {
    background-color: #414141;
    border: 10px dashed #676767;
    color: #676767;
    transition: ease-in 0.3s;
}

.family-tree-member-blank {
    width: 260px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
    padding: 5px 2.5px 0 2.5px;
}

.family-tree-member-placeholder {
    width: 125px;
    height: 205px;
    text-align: center;
    margin: 0 auto;
    padding: 5px 2.5px 0 2.5px;
    display: block;
    position: relative;
}

.family-tree-member {
    /*border: 2px solid #373636;
	*/
    border-radius: 5px;
    background-color: #dcdcdc;
    width: 125px;
    height: 205px;
    text-align: center;
    margin: 0 auto;
    padding: 5px 2.5px 0 2.5px;
    cursor: pointer;
    z-index: 100;
    display: block;
    position: relative;
    transition: .5s ease-in;
    box-shadow: #101010 3px 3px 11px 1px
}

    .family-tree-member:hover {
        background-color: rgb(179, 179, 179);
        color: #000;
        transition: .5s ease-in;
        box-shadow: #101010 3px 3px 11px 1px;
    }

.tree-name {
    font-weight: 600;
    font-size: 11px;
    color: #313131;
    margin-top: 5px;
    padding: 0px 3px;
    text-transform: uppercase;
}

.research {
    background-color: transparent !important;
}

    .research a {
        color: #e6e6e6 !important;
    }

        .research a:hover {
            color: #cd5a5a !important;
        }

    .research .pagination > .active > a {
        color: #cd5a5a !important;
    }

    .research .pagination > .disabled > a {
        background-color: transparent;
    }

.tree-date {
    font-size: 13px;
    font-weight: 600;
    color: #868686;
}

.family-tree-settings {
    position: absolute;
    top: 0px;
    right: -30px;
    color: #fff;
    z-index: -1;
    width: 30px;
    padding: 0px 1px;
    border-radius: 0px 4px 4px 0px;
    background-color: #000;
}

.family-tree-settings-child {
    position: relative;
    top: -5px;
    right: -80%;
    color: #c1c1c1;
    width: 30px;
}

.grow {
    transition: height 3s linear;
}

.rotate180 {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
}

.rotate-back {
    display: inline-block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
}

.child-settings {
    position: relative;
    top: -30px;
    right: -26px;
    background: #000;
    z-index: -1;
    border-radius: 0px 3px 3px 0px;
}

.research-body {
    background-color: #373636;
    padding: 40px 15px;
    width: 103%;
    position: relative;
    top: -20px;
    left: -15px;
    box-shadow: inset 0 0 11px 4px #151515;
}

.member-info-tree {
    position: absolute;
    top: 125px;
    height: 80px;
    left: 0px;
    width: 125px;
    border-radius: 0px 0px 5px 5px;
    background: #dcdcdc;
    text-align: center;
    transition: 0.5s ease-in
}

    .family-tree-member:hover, .member-info-tree:hover {
        background-color: rgb(179, 179, 179);
        color: #000;
        transition: .5s ease-in;
    }

}

.family-tree-marriage {
    z-index: 90;
}

.family-tree-focus {
    box-shadow: #b3ffb3 0px 0px 11px 1px;
    color: #000;
}

.family-tree-member p {
    margin-bottom: 2px;
}

.tree-non-member-male {
    background-image: url('images/no-member-male.jpg');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

.tree-no-name {
    background-image: url('images/no-name.jpg');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

.tree-non-member-female {
    border-color: red;
    background-image: url('images/no-member-female.jpg');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

.tree-male {
    background-image: url('images/man.jpg');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

.tree-female {
    background-image: url('images/woman.jpg');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

.tree-nonbinary {
    background-image: url('images/nonbinary.jpg');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

.tree-other {
    background-image: url('images/other.jpg');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

.tree-deceased {
    float: right;
    font-size: 18px;
    color: #c1c1c1;
    position: relative;
    top: 98px;
}

    .tree-deceased:hover {
        color: #d6bb72;
    }

.tree-remove {
    float: left;
    color: #a82121;
    font-size: 18px;
    padding: 3px 0px;
}

    .tree-remove:hover {
        color: #fff;
        transition: .25s ease-in;
    }

.tree-icon {
    margin: 6px;
    font-size: 18px;
}

    .tree-icon:hover {
        color: #d0b26e;
        transition: .25s ease-in;
    }

.member {
    width: calc(100% + 15px);
    height: 100%;
    margin-left: -10px;
    margin-right: 20px;
}

.non-member {
    width: calc(100% + 15px);
    height: 100%;
    margin-left: -10px;
    margin-right: 20px;
    background-color: rgba(255,0,0,1);
}

.pedigree {
    transform: rotate(90deg);
    margin-left: -250px;
    margin-top: 75px;
    margin-bottom: 50px;
    z-index: 100;
}

.pedigree-with-marriage {
    margin-left: -190px;
    padding-top: 60px;
    margin-top: 12.5px;
}

.pedigree .family-tree-member-placeholder {
    width: 300px;
    height: 60px;
    text-align: center;
    margin: 2.5px auto;
    padding: 5px 2.5px 0 2.5px;
    display: block;
    position: relative;
}

.pedigree .family-tree-member {
    border: 2px solid #373636;
    border-radius: 5px;
    background-color: #dcdcdc;
    width: 300px;
    height: 60px;
    text-align: center;
    margin: 2.5px auto;
    padding: 5px 2.5px 0 2.5px;
    cursor: pointer;
    z-index: 100;
    display: block;
    position: relative;
    transition: .5s ease-in;
}

.pedigree .member-info-tree {
    position: absolute;
    height: 54px;
    top: 0;
    left: 60px;
    width: 215px;
    border-radius: 0px 0px 5px 5px;
    background: #dcdcdc;
    text-align: center;
    transition: 0.5s ease-in;
    z-index: 1;
}

.pedigree .family-tree-marriage-container {
    height: 0
}

.pedigree .family-tree-marriage {
    /*left: -135px;
top: 60px;
*/
    position: absolute;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    top: 30px;
    left: calc(50% - 240px);
}

.pedigree .tree-deceased {
    top: 30px;
    right: 0px;
}

.pedigree .tree-date {
    margin-top: -4px;
}

.pedigree-lines .family-tree-vline {
    height: 40px !important;
    left: 50%;
    position: relative;
    margin: 0 auto;
    margin-left: -125px;
}

.pedigree-bottom-line {
    margin-bottom: 50px !important;
}

.pedigree-top-line {
    margin-top: 70px !important;
}

.pedigree-lines .family-tree-hline {
    /* width: 100%;
*/
    margin-left: -140px;
}

.pedigree-lines .family-tree-hline-first {
    width: calc(50% + 15px);
    margin-left: calc(50% - 125px);
    margin-right: 0;
}

.pedigree-lines .family-tree-hline-last {
    height: calc(50% + 15px);
    margin-left: -138px;
    margin-right: 0;
}

.pedigree-family-tree-parentage-vline {
    left: 50%;
    margin-left: -20px !important;
}

.pedigree-family-tree-parentage-hline {
    left: 50%;
    margin-left: -100px !important;
}

.pedigree-parentage {
    margin-left: -125px !important;
}

.pedigree-family-tree-parentage-hine-step {
    margin-left: calc(160% - 270px) !important;
    width: 50% !important;
    margin: 0;
    color: #9A2024;
    border-bottom: 2px solid;
}

.pedigree .tree-icon {
    margin-left: 30px;
}

.pedigree .family-tree-menu-offset {
    margin-right: 0 !important;
    margin-top: 20px;
}

.pedigree .tree-collapse {
    top: 20px;
    left: 150px
}

.pedigree .family-tree-settings-child {
    transform: rotate(90deg);
    position: relative;
    top: -10px;
    right: -265px;
}

.pedigree .family-tree-setting-icon {
    top: 120px;
    left: 65px;
    /* position: absolute;
*/
}

.pedigree .tree-icon {
    transform: rotate(-90deg);
    margin-left: 5px;
}

.pedigree .child-settings {
    position: absolute;
    top: -15px;
    right: 40px;
}

.pedigree .tree-collapse-parent {
    float: left;
    font-size: 28px;
    color: #c1c1c1;
    position: relative;
    top: 2px;
    left: 158px;
    margin-left: 0;
    width: 100%;
    z-index: 100;
}

.tree-toolbar i {
    cursor: pointer;
    width: 100%;
}

    .tree-toolbar i:hover {
        color: rgba(224,193,122,1);
        transition: .5s ease-in;
    }

.family-tree-vline {
    height: 15px;
    /*margin-left: 62.5px;
*/
    border-left: 2px solid;
    z-index: 1;
}

.family-tree-hline {
    width: calc(100%);
    border-bottom: 2px solid;
    z-index: 100;
    margin: 0 auto;
    margin-left: -13px;
}

.family-tree-hline-first {
    width: calc(50% - 11px);
    margin-left: 50%;
}

.family-tree-parentage-vine {
    height: 113px;
    margin-left: 50%;
    color: #9A2024;
    border-left: 2px solid;
    margin-bottom: 0;
}

.family-tree-parentage-hine {
    width: 60%;
    margin: 0 auto;
    color: #9A2024;
    border-bottom: 2px solid;
}

.family-tree-parentage-hine-step {
    width: 110%;
    margin: 0;
    color: #9A2024;
    border-bottom: 2px solid;
    margin-left: calc(100% - 305px) !important;
}

.family-tree-parentage-hine-sm {
    width: 50%;
    /*color: #9A2024;
*/
    border-bottom: 2px solid;
}

.family-tree-hline-last {
    width: calc(50% + 13px);
    margin-right: 50%;
}

.new-member {
    width: 125px;
    height: 205px;
    border: 10px dashed #2c2c2c;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    margin: 0 22px;
    text-align: center;
    color: #2c2c2c;
    cursor: pointer;
    transition: ease-in 0.3s;
}

.member-search {
    width: 30%;
    height: 50px;
    background-color: transparent;
    border: none;
    border-bottom: 5px solid #232323;
    margin-left: 5px;
    font-size: 40px;
    font-weight: 600;
    padding-left: 60px;
}

.member-search-block {
    margin-bottom: 40px;
    margin-left: 15px;
}

.member-search:focus {
    outline: none;
}

.new-member:hover {
    background-color: #414141;
    border: 10px dashed #676767;
    color: #676767;
    transition: ease-in 0.3s;
}

.family-tree-member-blank {
    width: 260px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
    padding: 5px 2.5px 0 2.5px;
}

.family-tree-member {
    /*border: 2px solid #373636;
*/
    border-radius: 5px;
    background-color: #dcdcdc;
    width: 125px;
    height: 205px;
    text-align: center;
    margin: 2.5px auto;
    padding: 5px 2.5px 0 2.5px;
    cursor: pointer;
    z-index: 100;
    display: block;
    position: relative;
    transition: .5s ease-in;
    box-shadow: #101010 3px 3px 11px 1px
}

    .family-tree-member:hover {
        background-color: rgb(179, 179, 179);
        color: #000;
        transition: .5s ease-in;
        box-shadow: #101010 3px 3px 11px 1px;
    }

.tree-name {
    font-weight: 600;
    font-size: 11px;
    color: #313131;
    margin-top: 5px;
    padding: 0px 3px;
    word-break: break-word;
}

.research {
    background-color: transparent !important;
}

    .research a {
        color: #e6e6e6 !important;
    }

        .research a:hover {
            color: #cd5a5a !important;
        }

    .research .pagination > .active > a {
        color: #cd5a5a !important;
    }

    .research .pagination > .disabled > a {
        background-color: transparent;
    }

.tree-date {
    font-size: 13px;
    font-weight: 600;
    color: #868686;
}

.family-tree-settings {
    position: absolute;
    top: 0px;
    right: -30px;
    color: #fff;
    z-index: -1;
    width: 30px;
    padding: 0px 1px;
    border-radius: 0px 4px 4px 0px;
    background-color: #000;
}

.family-tree-settings-child {
    position: relative;
    top: -5px;
    right: -80%;
    color: #c1c1c1;
    width: 30px;
}

.grow {
    transition: height 3s linear;
}

.rotate180 {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
}

.rotate-back {
    display: inline-block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all linear 200ms;
    transition: all linear 200ms;
}

.child-settings {
    position: relative;
    top: -30px;
    right: -26px;
    background: #000;
    z-index: -1;
    border-radius: 0px 3px 3px 0px;
}

.research-body {
    background-color: #373636;
    padding: 40px 15px;
    width: 103%;
    position: relative;
    top: -20px;
    left: -15px;
    box-shadow: inset 0 0 11px 4px #151515;
}

.member-info-tree {
    position: absolute;
    top: 125px;
    min-height: 80px;
    left: 0px;
    width: 125px;
    border-radius: 0px 0px 5px 5px;
    background: #dcdcdc;
    text-align: center;
    transition: 0.5s ease-in;
    display: table;
}

    .family-tree-member:hover, .member-info-tree:hover {
        background-color: rgb(179, 179, 179);
        color: #000;
        transition: .5s ease-in;
    }

}

.family-tree-marriage {
    z-index: 90;
}

.family-tree-focus {
    box-shadow: #b3ffb3 0px 0px 11px 1px;
    color: #000;
}

.family-tree-member p {
    margin-bottom: 2px;
}

.tree-non-member-male {
    background-image: url('images/no-member-male.jpg');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

.tree-no-name {
    background-image: url('images/no-name.jpg');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

.tree-non-member-female {
    border-color: red;
    background-image: url('images/no-member-female.jpg');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

.tree-male {
    background-image: url('images/man.jpg');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

.tree-female {
    background-image: url('images/woman.jpg');
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}

.tree-deceased {
    float: right;
    font-size: 18px;
    color: #c1c1c1;
    position: relative;
    top: 98px;
}

    .tree-deceased:hover {
        color: #d6bb72;
    }

.tree-remove {
    float: left;
    color: #a82121;
    font-size: 18px;
    padding: 3px 0px;
}

    .tree-remove:hover {
        color: #fff;
        transition: .25s ease-in;
    }

.tree-icon {
    margin: 6px;
    font-size: 18px;
}

    .tree-icon:hover {
        color: #d0b26e;
        transition: .25s ease-in;
    }

.member {
    width: calc(100% + 15px);
    height: 100%;
    margin-left: -10px;
    margin-right: 20px;
}

.non-member {
    width: calc(100% + 15px);
    height: 100%;
    margin-left: -10px;
    margin-right: 20px;
    background-color: rgba(255,0,0,1);
}

.centered-items {
    text-align: center;
    display: contents;
}

    .centered-items > div {
        float: none;
        display: inline-block
    }

.dashboard-explanation button {
    font-size: 32px !important;
    width: 100%;
    /* margin-left:-75px;
*/
}

.group-subContainer {
    background-color: rgba(255,255,255,.6);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

h1 {
    width: 100%;
}

.timer-container {
}

.group-container h3 {
    font-size: 20px;
}

.dashboard-icon {
    font-size: 100px;
    line-height: 40vh;
    transition: ease-in-out all .5s;
    text-align: center;
}

    .dashboard-icon:hover {
        font-size: 110px;
        cursor: pointer;
        text-shadow: 0px 0px 15px #E1C87E;
        color: #fff;
    }

.dashboard-item {
    border: 1px solid #6a6c6f;
    border-radius: 10px;
    min-height: 50px;
    text-align: left;
    cursor: pointer;
    transition: ease-in-out all .5s;
    display: block;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    font-size: 21px;
    padding: 0;
    line-height: 24px;
    height: calc(100% - 25px);
}

.covid-dash {
    color: #e0c77d9e;
    background-color: #222;
    border-radius: 10px;
    border: #d5be7852 1px solid;
    cursor: pointer;
    transition: ease-in-out all .5s;
    box-shadow: #00000070 2px 2px 7px 0px;
}

.document-item {
    padding: 5px;
    font-weight: 600;
    color: #b1b1b1;
}

.eligible {
    text-transform: uppercase;
}

.select-text-covid {
    font-size: 1.2em;
    position: relative;
    top: 100px;
    text-transform: uppercase;
    font-weight: 600;
    color: #98885a;
    text-shadow: #000000 2px 3px 5px;
}

.eligible-age {
    font-weight: 600;
    color: #fff;
}

.dashboard-item-contents {
    margin: 0 auto;
    line-height: 25px;
    display: inline-block;
    padding: 20px 5px 20px 70px;
    font-weight: 600;
    text-transform: uppercase;
}

.dashboard-explanation {
    /*border: 1px solid #6a6c6f;
*/
    border-radius: 10px;
    min-height: 45vh;
    text-align: center;
    transition: ease-in-out all .5s;
    display: block;
    width: 100%;
    padding: 15px;
    color: #fff !important;
    transition: all ease-in-out .5s;
}

.dashboard-item-moreinfo {
    color: #ffffffc7;
    font-weight: 600;
    font-size: 14px;
    margin-top: -3px;
}

.dashboard-item-moreinfo-selected {
    color: rgb(88, 88, 88);
    text-decoration: line-through;
}

.dashboard-item-header {
    top: 30px;
    font-size: 32px;
    font-weight: 600;
}

.dashboard-item-icon {
    position: absolute;
    display: flex;
    font-size: 32px;
    left: 35px;
    top: 0;
    color: #888;
    bottom: 0;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-bottom: 25px
}

.dashboard-item-icon-first {
    font-size: 5em;
}

.dashboard-item-selected {
    border: 1px solid #E1C87E;
    text-align: left;
    cursor: pointer;
    background-color: rgba(225, 200, 126, .2);
    color: #fff;
}

.dashboard-item:hover {
    color: #fff;
    background-color: rgba(255,255,255,.2);
    box-shadow: 0px 0px 15px #E1C87E;
}

.dashboard-item-front:hover {
    color: #fff;
    background-color: rgba(255,255,255,.2);
    box-shadow: 0px 0px 15px #E1C87E;
}

.dashboard-content {
    margin-top: 0px;
    font-size: 20px;
    width: 100%;
    padding: 30px;
    padding-top: 5px;
    margin-left: 40px;
    transition: ease-in .3s all;
}

svg {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(1);
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
}

.loading-text {
    position: absolute;
    top: calc(50vh + 50px);
    left: 0;
    right: 0;
    text-align: center;
    font-size: clamp(1.5rem, 2vw, 3rem);
    font-weight: 600;
    letter-spacing: 14px;
    color: var(--dark-blue);
    margin: 0 auto;
}

.loading-div {
    height: 90vh;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: fixed;
    top: 5vh;
    width: 100vw;
    background-image: linear-gradient(var(--offwhite), var(--offwhite), var(--offwhite), rgba(0,0,0,0));
    left: 0px;
    z-index: 10;
}


.stroke-still {
    stroke: #fff;
}

.stroke-animation {
    -webkit-animation: stroke-spacing 1.2s ease-in, stroke-color 4.8s linear;
    animation: stroke-spacing 1.2s ease-in, stroke-color 4.8s linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

@-webkit-keyframes stroke-spacing {
    0% {
        stroke-dasharray: 0 200;
    }

    45% {
        stroke-dashoffset: 0;
        stroke-dasharray: 200 200;
    }

    90% {
        stroke-dashoffset: -200;
        stroke-dasharray: 200 200;
    }

    100% {
        stroke-dashoffset: -200;
        stroke-dasharray: 200 200;
    }
}

@keyframes stroke-spacing {
    0% {
        stroke-dasharray: 0 200;
    }

    45% {
        stroke-dashoffset: 0;
        stroke-dasharray: 200 200;
    }

    90% {
        stroke-dashoffset: -200;
        stroke-dasharray: 200 200;
    }

    100% {
        stroke-dashoffset: -200;
        stroke-dasharray: 200 200;
    }
}

@-webkit-keyframes stroke-color {
    0% {
        stroke: #3498DB;
    }

    24% {
        stroke: #643232;
    }

    25% {
        stroke: #327864;
    }

    49% {
        stroke: #327864;
    }

    50% {
        stroke: #32326e;
    }

    74% {
        stroke: #32326e;
    }

    75% {
        stroke: #78325a;
    }

    99% {
        stroke: #78325a;
    }
}

@keyframes stroke-color {
    0% {
        stroke: #3498DB;
    }

    24% {
        stroke: #643232;
    }

    25% {
        stroke: #327864;
    }

    49% {
        stroke: #327864;
    }

    50% {
        stroke: #32326e;
    }

    74% {
        stroke: #32326e;
    }

    75% {
        stroke: #78325a;
    }

    99% {
        stroke: #78325a;
    }
}

label {
    margin-top: 5px;
}

.btn-livehelp {
    width: 100%;
    background-color: #44bfd1;
    color: #fff;
    font-weight: 800;
    font-size: 32px;
    text-transform: uppercase;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.4);
}

.faq-title-container {
}

    .faq-title-container:hover {
        text-decoration: none;
        font-weight: 500;
    }

    .faq-title-container:visited {
        text-decoration: none;
    }

    .faq-title-container:active {
        text-decoration: none;
    }

    .faq-title-container:focus {
        text-decoration: none;
    }

nav li a {
    color: #E1C87E !important;
    height: 60px;
    padding: 0 10px !important;
    line-height: 60px !important;
    font-size: 18px;
}

    nav li a:hover {
        transition: all .5s;
    }

.file-confirmed:before {
    content: '\2714 FILE SELECTED' !important;
    background-color: #c0e1f2 !important;
    border-color: #81c3e4 !important;
    color: #81c3e4 !important;
}

.file-uploaded:before {
    content: '\2714 FILE UPLOADED' !important;
    background-color: #c0e1f2 !important;
    border-color: #81c3e4 !important;
    color: #81c3e4 !important;
}

.file-uploading:before {
    content: '\2609 UPLOADING...' !important;
    background-color: #ffad99 !important;
    border-color: #ff704d !important;
    color: #ff704d !important;
}

.center-checkboxes {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.checkbox-text {
    font-weight: 500;
}

.active-breadcrumb-complete {
    background-color: #E1C87E !important;
}

.active-breadcrumb {
    background-color: #FCF9E4;
    font-weight: 500;
}

    .active-breadcrumb:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #FCF9E4;
        clear: both;
        position: absolute;
        top: 0;
        right: -20px;
        z-index: 10;
    }

    .active-breadcrumb:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #000;
        clear: both;
        position: absolute;
        top: 0;
        right: -20px;
        z-index: 10;
    }

.complete-breadcrumb {
    background-color: var(--green);
    color: var(--offwhite);
    font-weight: var(--thicc);
}

    .complete-breadcrumb:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid var(--green);
        clear: both;
        position: absolute;
        top: 0;
        right: -20px;
        z-index: 10;
    }

    .complete-breadcrumb:before {
        content: '';
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #000;
        clear: both;
        position: absolute;
        top: 0;
        right: -20px;
        z-index: 10;
    }

.active-breadcrumb-last {
    background-color: #FCF9E4;
}

.breadcrumb {
    cursor: pointer;
    height: 40px;
    line-height: 20px;
}

.au-alert {
    border-color: #E6D55B;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    align-items: center;
    font-weight: 400;
    /* font-size: 18px;
*/
    color: #5B5B5B;
    /* line-height: 18px;
*/
    border: 2px solid #CCC;
    /* box-shadow: 0 10px 20px -10px rgba(0,0,0,.2), inset 0 1px 0 0 rgba(255,255,255,.7), inset 0 -1px 2px 0 rgba(0,0,0,.1);
*/
    border-radius: 4px;
    /* margin: 1.5rem 0 0;
*/
    padding: 0 16px 20px;
    text-align: center;
    position: relative;
    font-style: italic;
    background-color: #FCF9E4;
    border-color: #E6D55B;
}

.input-effect {
    position: relative; /*Fix for boostrap version change*/
    margin-top: 35px;
}

.inthemiddle {
    margin-left: 40px !important;
    margin-right: 40px !important;
    margin-top: 20px;
}

.info-block {
    border: 1px solid #6c6640;
    padding: 20px 0 0px 0;
    margin: 10px;
}

.info-title-summary {
    font-size: 18px;
    background-color: #252525;
    padding: 0 20px;
    color: #d0c156;
    text-transform: uppercase;
    font-weight: 600;
    width: 240px;
    text-align: left;
    position: relative;
    top: -34px;
    left: 15px;
}

.info-title-qualification {
    font-size: 18px;
    background-color: #252525;
    padding: 0 20px;
    color: #d0c156;
    text-transform: uppercase;
    font-weight: 600;
    width: 335px;
    text-align: left;
    position: relative;
    top: -34px;
    left: 15px;
}

.info-title-benefit {
    font-size: 18px;
    background-color: #252525;
    padding: 0 20px;
    color: #d0c156;
    text-transform: uppercase;
    font-weight: 600;
    width: 120px;
    text-align: left;
    position: relative;
    top: -34px;
    left: 15px;
}

.info-title-documents {
    font-size: 18px;
    background-color: #252525;
    padding: 0 20px;
    color: #d0c156;
    text-transform: uppercase;
    font-weight: 600;
    width: 306px;
    text-align: left;
    position: relative;
    top: -34px;
    left: 15px;
}

.info-desc {
    position: relative;
    top: -27px;
    width: 95%;
    left: 3%;
    font-size: 16px;
    color: #888;
    text-align: left;
}

.footer-title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 3px;
}

.alerticon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
    background: #FFF;
    border: 2px solid;
    border-radius: 100%;
    position: relative;
    font-size: 24px;
    width: 45px;
    height: 45px;
    margin: -22.5px calc(50% - 22.5px) 0;
    padding: 0;
    text-align: center;
    border-color: #E6D55B;
}

.application-checkbox-container {
    text-align: center;
    padding: 6px 15px;
    background: rgb(255 255 255 / 50%);
    backdrop-filter: blur( 7px );
    -webkit-backdrop-filter: blur( 7.0px );
    color: var(--text);
    margin: 5px;
    border-radius: 10px;
    min-height: 175px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.application-checkbox-title {
    color: var(--dark-blue);
    font-size: 1.6em;
    font-weight: var(--thicc);
    text-transform: uppercase;
}

.application-checkbox {
    height: 30px;
    width: 30px;
    margin-top: 39px;
}

.profile-photo {
    width: 100%;
    height: 100vh;
    max-height: 200px;
    border-radius: 5%;
    border-color: #00c7d9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 0 auto;
}


.feather {
    position: fixed;
    top: 20%;
    right: 5%;
    opacity: 0.04;
    background-image: url(images/feather.png);
    background-repeat: no-repeat;
    height: 780px;
    width: 1000px;
    overflow: hidden;
    z-index: -100;
}

.timer-count {
    font-size: 62px;
    font-weight: 600;
}

.modal {
    opacity: 1;
    padding-top: 12vh;
}

.membership-article-item {
    padding: 5px;
    float: left;
    font-weight: 500;
    color: var(--text);
}

.article-item {
    font-weight: var(--thicc);
    color: var(--red);
}

.potawatomiword {
    font-size: 2em;
    line-height: 27px;
    margin-left: 0px;
}

    .potawatomiword a {
        color: var(--text);
        transition: var(--quick-fade);
    }

        .potawatomiword a:hover {
            text-decoration: none;
            color: var(--red);
            transition: var(--quick-fade);
        }

.potawatomitrans {
    font-size: 17px;
    margin-left: 0px;
}

.speaker-icon {
    color: var(--text);
    transition: var(--quick-fade);
    font-size: 2em;
    cursor: pointer;
    margin-left: 5px;
    position: relative;
    top: 4px;
}

    .speaker-icon:hover {
        text-decoration: none;
        color: var(--red);
        transition: var(--quick-fade);
    }

.btnBlue {
    background-color: #668cb2 !important;
    color: rgba(0,0,0,1) !important;
    border: none;
}

.btnRed {
    background-color: #f9243f !important;
    color: rgba(255,255,255,1) !important;
    border: none;
}

.btnGreen {
    background-color: rgb(105, 140, 98) !important;
    color: rgba(255,255,255,1) !important;
    border: none;
}

.btnYellow {
    background-color: #fdbf44 !important;
    color: rgba(0,0,0,1) !important;
    border: none;
}

.w2-container {
    border: 1px solid black;
}

    .w2-container label {
        font-size: 10px;
    }

    .w2-container .employee-address {
        padding-right: 0;
        padding-bottom: 12px;
        height: 224px
    }

@media print {
    .w2-container label {
        font-size: 7px;
    }

    .w2-container p {
        font-size: 10px;
    }

    .w2-container .employee-address {
        padding-right: 0;
        padding-bottom: 12px;
        height: 206px
    }
}

.first {
    background-color: #fdbf44;
}

.second {
    background-color: #f9243f;
    color: white;
}

.third {
    background-color: #3f4c17;
    color: white;
}

.fourth {
    background-color: #275d8b;
}

.fifth {
    background-color: #261e1b;
    color: white;
}

.sixth {
    background-color: #668cb2;
    color: white;
}

@media print {
    body {
        background-color: rgba(255,255,255,1);
        overflow: hidden;
    }

    .background-image {
        background-image: none !important;
        background-color: rgba(255,255,255,1);
    }

    .container-fluid {
        padding: 0;
    }
}

.reg-list {
    width: 60%;
}

.reg-label {
    position: relative !important;
    top: 70px !important;
    left: 0px !important;
    font-weight: 600 !important;
    color: #000 !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
}

.registerd {
    background-color: rgba(0,200,0,.25);
}

.not-registerd {
}

.register-warning {
    background-color: rgba(200,0,0,.25);
}

.col-md-1-and-half {
    width: calc(12.499999999999vw - 16.875px);
    width: 12.5%;
    flex: 0 0 12.5%;
    position: relative;
    float: left;
}

.video-mute {
    position: relative;
    bottom: 40px;
    left: 10px;
    font-size: 30px;
    color: #fff;
    float: left;
}

    .video-mute:hover {
        color: #E1C87E;
        /*font-size: 34px;
*/
    }

.video-kill {
    position: relative;
    bottom: 40px;
    margin-right: 10px;
    float: right;
    font-size: 30px;
    color: #fff;
}

    .video-kill:hover {
        color: #E1C87E;
        /*font-size: 34px;
*/
    }

.popover.top {
    z-index: 200000;
}

.popover {
    background-color: #282828;
    border: none;
    color: #fff !important;
}

.popover-title {
    background-color: #111;
    border: none;
}

.popover-content {
    background-color: #282828;
    color: #fff !important;
}

    .popover-content p {
        color: #fff !important;
    }

.red-text {
    color: rgba(255,0,0,1);
}

.registry-guest-button {
    background-color: #CF5050;
    border-color: #CF5050;
    color: #fff;
}

    .registry-guest-button:hover {
        background-color: #fffb9b;
        border-color: #ffc148;
    }

    .registry-guest-button:active {
        background-color: #fffb9b;
        border-color: #ffc148;
        opacity: .8;
    }

.btn-checkIn {
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
    font-size: 24px;
}

.employeeIDLabel {
    text-align: center;
    padding: 0;
    font-weight: 700;
    color: rgba(200,0,0,1);
    position: absolute;
    top: 25px;
    left: 123px;
    font-size: 18px;
}

.id-card-back-horizontal {
    width: 3.375in;
    height: 2.125in;
    border: 1px solid black;
    background: rgba(255,255,255,1);
    overflow: hidden;
}

.member-subtitle {
    font-weight: 800;
    font-size: 12px;
    color: #282828;
    text-transform: uppercase;
}

.cemetary-name {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.cemetary-location {
    font-weight: 400;
    font-size: 18px;
    text-align: left;
    line-height: 18px;
}

.member-info {
    font-size: 23px;
}

.member-info2 {
    font-size: 19px;
}

.membership-memberid {
    font-weight: 600;
    font-size: 29px;
    color: #d61f3c;
}

.ancestor-member {
    font-size: 20px;
    font-weight: 400;
}

.id-card-back-vertical {
    width: 2.125in;
    height: 3.375in;
    border: 1px solid black;
    background: rgba(255,255,255,1);
}

.id-card-front-horizontal {
    width: 3.375in;
    height: 2.125in;
    border: 1px solid black;
    background: rgba(255,255,255,1);
}

.id-card-front-vertical {
    width: 2.125in;
    height: 3.375in;
    border: 1px solid black;
    background: rgba(255,255,255,1);
}

.id-card-back-horizontal .id-barcode {
    text-align: center;
    margin: 0;
    padding: 0;
}

.id-card-back-vertical .id-barcode {
    margin: 0;
    padding: 0;
    text-align: center;
}

.id-card-back-horizontal .disclaimer {
    margin: 0;
    padding: 0;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 10px;
    color: #172d44;
    font-weight: 700;
}

.id-card-back-vertical .disclaimer {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 10px;
    color: #172d44;
    font-weight: 700;
}

.id-card-back-horizontal .signature {
    margin: 0;
    padding: 0;
    text-align: center;
}

.signature p {
    font-size: 12px;
    color: #172d44;
    line-height: 14px;
    font-weight: 700;
    margin: 0;
}

.id-card-back-vertical .signature {
    margin: 0;
    padding: 0;
    text-align: center;
}

.id-card-back-horizontal .seal {
    padding: 0;
    margin: 0;
    text-align: left;
    padding-right: 20px;
}

.id-card-back-vertical .seal {
    padding: 0;
    margin: 0;
    text-align: center;
}

.navbar-brand {
    width: calc(50% + 50px);
}

.panel-file-full {
    max-width: 100%;
    max-height: 65vh;
    cursor: pointer;
    margin: 0 auto;
    display: block;
}

.search-input {
    padding: 6px;
    border: 1px solid #261e1b;
    border-radius: 4px;
    width: 100%;
    margin-right: -4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.nav-search-btn {
    width: 38px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    vertical-align: top;
}

.modal-warning {
    min-height: 75vh;
}

.bold {
    font-weight: 900;
}

@font-face {
    font-family: 'Lovelyn';
    src: url('../fonts/Lovelyn/lovelyn_free_personal_use_0-webfont.eot');
    src: url('../fonts/Lovelyn/lovelyn_free_personal_use_0-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Lovelyn/lovelyn_free_personal_use_0-webfont.woff2') format('woff2'), url('../fonts/Lovelyn/lovelyn_free_personal_use_0-webfont.woff') format('woff'), url('../fonts/Lovelyn/lovelyn_free_personal_use_0-webfont.ttf') format('truetype'), url('../fonts/Lovelyn/lovelyn_free_personal_use_0-webfont.svg#lovelynregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.personal-info {
    padding-top: 30px;
}

.reg-button {
    border-radius: 0px;
    background-color: #000;
    border: none;
    font-size: 25px;
    padding: 10px 65px;
    color: #fff;
    margin-bottom: 25px;
}

.viewport canvas {
    position: absolute;
    top: 77px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}

.ng-modal-overlay {
    /* A dark translucent div that covers the whole screen */
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.8;
}

modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
    display: block;
    height: calc(20vh - 1rem);
    content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
        max-height: none;
    }

    .modal-dialog-centered.modal-dialog-scrollable::before {
        content: none;
    }
/*@media (min-width: 576px) {
.modal-dialog-centered {
min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
height: calc(100vh - 3.5rem);
}
}
*/
.ng-modal-dialog {
    /* A centered div above the overlay with a box shadow. */
    z-index: 10000;
    position: absolute;
    width: 50%;
    /* Default */
    /* Center the dialog */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,.9);
    min-width: 100%;
    min-height: 100%;
}

.ng-modal-dialog-content {
    padding: 10px;
    text-align: center;
}

    .ng-modal-dialog-content select {
        font-size: 30px;
        line-height: 32px;
        background: none !important;
        border-bottom: 2px solid rgb(224,193,122);
        color: #fff;
        border-top: none;
        border-right: none;
        border-left: none;
        outline: none;
        text-align: center;
        max-width: 50%;
    }

.ng-modal-close {
    position: fixed;
    top: 15px;
    right: 15px;
    font-weight: 100;
    color: #b3b3b3;
    opacity: 1;
    font-size: 100px;
    transition: all .5s ease-in-out;
    text-shadow: none;
}

    .ng-modal-close:hover {
        color: rgb(224,193,122);
        transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform-origin: center;
        -moz-transform-origin: center;
        -webkit-transform-origin: center;
        transition: transform 1.0s ease all;
        -moz-transition: -moz-transform 1.0s ease all;
        -webkit-transition: -webkit-transform 1.0s ease all;
    }

.menu-icons {
    font-weight: 400;
}

.signature canvas {
    background-color: rgba(255,255,255,1);
}

.ancestor {
    padding: 0;
}

.button-item-container {
    max-width: 100%;
}

.pull-left {
    max-width: 100%;
    float: left !important;
}

.pull-right {
    float: right !important;
}

.btn-lg {
    white-space: normal;
    word-break: break-word;
    margin-bottom: 5px;
    font-size: 2rem;
}

.bio img {
    max-height: 300px;
    max-width: 90%;
    margin: 0 auto;
    display: block;
}

.bio {
    text-align: left;
    word-break: break-word;
}

.offspring {
    padding: 0;
}

.field {
    font-size: 16px;
    color: #444444;
    line-height: 24px;
    padding: 5px 0;
}

.photo-container {
    display: grid;
    margin: auto;
}

.panel-footer-container {
    display: grid;
}

.footer-copyright1 {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

.assistance {
    background-color: #535353;
    color: #cdcdcd;
    font-size: 15px;
    padding: 5px 10px;
    border-radius: 4px;
    margin-left: 10px;
    text-decoration: none;
    transition: ease-in 0.3s;
}

    .assistance:hover {
        background-color: #222;
        color: #fff;
        text-decoration: none;
        transition: ease-in 0.3s;
    }

.redacted {
    /*background-color: rgba(0,0,0,1);
*/
    padding: 0px 5px;
    margin-right: 5px;
    text-shadow: #000 0px 0px 11px;
    color: transparent;
    font-weight: 400;
    text-transform: lowercase;
    border-radius: 20px;
    font-size: 26px;
    letter-spacing: -2px;
}

.ssn {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -2px;
}

.btn.btn-lg.redacted {
    padding: 10px 16px;
}

.tab-button {
    font-weight: 700;
    padding: 10px 25px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
}

.style-button {
    margin: 5px 5px 0 0;
    height: 45px;
    width: 45px;
    min-height: 45px;
    min-width: 45px;
    max-height: 45px;
    max-width: 45px;
    line-height: 45px;
    font-size: 30px;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

    .style-button:hover {
        color: rgb(224,193,122);
        opacity: .8;
        transition: transform 1.0s ease all;
        -moz-transition: -moz-transform 1.0s ease all;
        -webkit-transition: -webkit-transform 1.0s ease all;
    }

.shine {
    background: #D2B66A -webkit-gradient(linear, left top, right top, from(#D2B66A), to(#D2B66A), color-stop(0.5, #f0dea6)) 0 0 no-repeat;
    -webkit-background-size: 125px;
    color: rgba(255, 255, 255, 0.1);
    -webkit-background-clip: text;
    -webkit-animation-name: shine;
    -webkit-animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes shine {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top right;
    }
}

.style-button:hover {
    opacity: .9;
}

.modal-header {
    font-size: 32px;
    color: #428bca;
}

.panel-button {
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

    .panel-button:hover {
        opacity: .9
    }

.btn-general {
    color: #e7e7e7;
    background-color: #2a3f54;
}

    .btn-general:hover {
        color: #e7e7e7;
    }

.address-header {
    font-size: 17px !important;
    margin-bottom: -5px !important;
}

.group-container {
    background: rgb(255 255 255 / 4%);
    box-shadow: 0 8px 32px 0 rgb(142 142 142 / 37%);
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3.0px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 10px 20px;
    display: flow-root;
}

.group-container-address {
    background: rgb(255 255 255 / 4%);
    box-shadow: 0 8px 32px 0 rgb(142 142 142 / 37%);
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3.0px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 10px 20px;
    display: flow-root;
}

.group-container-notice {
    background: rgb(254 204 15 / 4%);
    box-shadow: 0 8px 32px 0 rgb(142 142 142 / 37%);
    backdrop-filter: blur( 3px );
    -webkit-backdrop-filter: blur( 3.0px );
    border-radius: 10px;
    border: 2px solid rgba( 176, 36, 66, 0.3 );
    padding: 10px 20px;
    display: flow-root;
    transition: var(--quick-fade);
}

    .group-container-notice p {
        color: var(--text);
    }

    .group-container-notice:hover {
        background: rgb(254 204 15 / 25%);
        backdrop-filter: blur( 4px );
        -webkit-backdrop-filter: blur( 4.0px );
        border: 2px solid rgba( 176, 36, 66, 0.8 );
        transition: var(--quick-fade);
    }

.vt-ID-text {
    color: var(--text);
    font-weight: var(--thicc);
}

.vt-popup-important {
    font-size: 1.2em;
    color: var(--red);
}

.summary-icon {
    font-size: 7em;
    margin-bottom: 0px;
    margin-top: 15px;
    color: var(--dark-blue);
    text-align: center;
}

.summary-title {
    text-transform: uppercase;
    font-weight: var(--thicc);
    margin-top: 10px;
}

.beneficiary-title {
    background-color: var(--grey);
    color: var(--offwhite);
    font-size: 1.8em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 25px 5px;
    font-weight: var(--thicc);
}

.beneficiary-name {
    font-weight: var(--thicc);
    font-size: 1.8em;
    color: var(--dark-blue);
    margin: 0;
}

.beneficiary-address {
    font-weight: 500;
    font-size: 1.2em;
    color: var(--grey);
    margin: 0;
}

.btn-dash {
    background-color: var(--dark-blue);
    border: var(--dark-blue) 1px solid;
    color: var(--offwhite);
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 1px;
    width: 100%;
    transition: var(--quick-fade);
}

    .btn-dash:hover {
        background-color: var(--red);
        border-color: var(--red);
        transition: var(--quick-fade);
        color: var(--offwhite);
    }
    
    .btn-dash:focus {
        color: var(--offwhite);
    }

.btn-dash-prev {
    background-color: var(--red);
    border: var(--red) 1px solid;
    color: var(--offwhite);
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 1px;
    width: 100%;
    transition: var(--quick-fade);
}

    .btn-dash-prev:hover {
        background-color: var(--light-grey);
        border-color: var(--light-grey);
        transition: var(--quick-fade);
        color: var(--grey);
    }

.btn-dash-small {
    background-color: var(--dark-blue);
    border: var(--dark-blue) 1px solid;
    color: var(--offwhite);
    font-weight: 600;
    font-size: 1.2em;
    letter-spacing: 1px;
    width: 100%;
    transition: var(--quick-fade);
}

    .btn-dash-small:hover {
        background-color: var(--red);
        border-color: var(--red);
        transition: var(--quick-fade);
        color: var(--offwhite);
    }

.stats-icons {
    position: relative;
    top: 0px;
    right: 0px;
}

.stat-icon {
    font-size: 25px;
    padding: 3px 6px 0 0;
}

.marital-status {
    font-size: 25px;
}

.up-bump {
    margin-top: -10px;
}

.stats-title {
    font-weight: 600;
    font-size: 14px;
    color: #656565;
}

.blood-quantum {
    font-size: 25px;
}

.gender {
    font-size: 25px;
}

.rings {
    color: #d2b66a;
}

.gender-male {
    color: #91b0e0;
}

.gender-female {
    color: #e2a0ca;
}

.gender-undefined {
    color: #82c77e;
}

.blood {
    color: #b72c2c;
}

.profile_dob {
    font-size: 14px;
    font-weight: 600;
    color: #656565;
}

.death_date {
    font-size: 22px;
    color: #282828;
    font-weight: 400;
}

.birth_date {
    font-size: 22px;
    color: #282828;
    font-weight: 400;
}

.profile_dod {
    font-size: 14px;
    font-weight: 600;
    color: #656565;
}

.group-header {
    padding: 3px 0px;
    /* background-color: #f9f6f4; */
    color: #1b3f5c;
    font-weight: 600;
    line-height: 20px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    z-index: 100;
}

.profile-name {
    font-size: 1.7em;
    color: var(--text);
    font-weight: 600;
    margin: 0;
}

.information-box {
    margin-bottom: 15px;
}

.profile-member-id {
    font-size: 1em;
    color: var(--red);
    font-weight: 600;
    margin-top: 0px;
}

.menu-edit-button {
    margin-left: 5px;
    font-size: 0.6em;
    letter-spacing: 0;
    background-color: var(--dark-blue);
    cursor: pointer;
    transition: var(--quick-fade);
    color: var(--offwhite);
    padding: 0px 5px;
    border-radius: 5px;
}

.group-header .menu-edit-button:hover {
    background-color: var(--red);
    opacity: 1;
    transition: var(--quick-fade);
    -moz-transition: var(--quick-fade);
    -webkit-transition: var(--quick-fade);
}

.menu-button {
    margin-left: 5px;
    cursor: pointer;
    transition: var(--quick-fade);
}

.group-header .menu-button:hover {
    color: var(--red);
    opacity: 1;
    transition: var(--quick-fade);
    -moz-transition: var(--quick-fade);
    -webkit-transition: var(--quick-fade);
}

td span i {
    cursor: pointer;
    transition: all .5s ease-in-out;
}

    td span i:hover {
        color: #fff;
        opacity: .8;
        transition: transform 1.0s ease all;
        -moz-transition: -moz-transform 1.0s ease all;
        -webkit-transition: -webkit-transform 1.0s ease all;
    }

.group-container .group-header {
    margin-bottom: 5px;
}

.value {
    font-size: 18px;
    font-weight: 900;
    line-height: 18px;
}

.pagination {
    margin: 5px 0;
}

.row {
    margin: 0;
    width:100%;
}

.required-mark {
    color: var(--red);
    font-weight: var(--thicc);
    animation-duration: 3s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    padding-left: 10px;
}

.less-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.required-button {
    animation-duration: 3s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
}

    .required-button:hover {
        animation-duration: 0;
        animation-iteration-count: 0;
    }

.input-row {
    margin: 0 -15px;
    padding-bottom: 15px;
    min-height: 80px;
    line-height: 26px;
    align-items: flex-end;
}

.applicant-box-text {
    font-size: 1em;
    color: var(--grey);
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

.input {
    width: 100%;
    min-height: 40px;
    padding-left: 5px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid var(--offwhite);
}

.input-checkbox {
    height: 26px;
    width: 26px;
}

.header-row {
    margin: 0 -15px;
    padding-bottom: 0;
    min-height: 26px;
    line-height: 26px;
}

.button-bar {
    width: 100%;
    padding-right: 0;
}

.ancestry-title {
    font-size: 1.5em;
    text-transform: uppercase;
    color: var(--dark-blue);
    font-weight: var(--thicc);
}

.right-button-group {
    margin-left: 0px;
    padding-right: 0;
    padding-bottom: 15px;
}

.ancestry-activetab {
    background: rgb(128 145 62 / 75%) !important;
}


.ancestry-tab {
    background: rgb(121 121 121 / 65%);
    backdrop-filter: blur( 7px );
    -webkit-backdrop-filter: blur( 7.0px );
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 20px;
    font-size: 1.8em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    margin: 5px;
    transition: var(--quick-fade);
}

.application-nav {
    margin-bottom: 25px;
}

.application-main-title {
    font-size: 2.5em;
    color: var(--red);
    font-weight: var(--thicc);
    padding: 10px;
    text-transform: uppercase;
}

.ancestry-container {
    background: rgb(255 255 255 / 60%);
    backdrop-filter: blur( 2px );
    -webkit-backdrop-filter: blur( 2.0px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 10px 20px;
    display: flow-root;
    margin: 15px 0 0 0;
}

.ancestry-tab:hover {
    background-color: var(--light-grey);
    transition: var(--quick-fade);
}

.ancestry-selector a:hover {
    text-decoration: none;
}

.summary-subtitle {
    color: var(--dark-blue);
    font-size: 1.1em !important;
    text-transform: uppercase;
    font-weight: var(--thicc);
    text-align: left;
}

.application-title {
    font-size: 1.2em;
    color: var(--dark-blue);
    padding: 10px;
    text-transform: uppercase;
    font-weight: var(--thicc);
}

.select {
    width: 100%;
    min-height: 40px;
    padding-left: 5px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 5px;
}

input {
    width: 100%;
    min-height: 30px;
    padding-left: 5px;
    font-size: 20px;
    line-height: 30px;
    border-radius: 10px;
    border: none;
}

.file-panel {
    width: 170px;
    float: left;
    margin-right: 10px;
}

.animated-panel {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.table {
    table-layout: fixed;
    background-color: rgb(27 63 92);
    color: rgba(255,255,255,1);
    margin-bottom: 0;
    border-radius: 10px;
}

    .table > :not(caption) > * > * {
        color: inherit !important;
        background-color: inherit !important;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        border-top: 1px solid #c1bbb7;
    }

th {
    background-color: rgba(0,0,0,.0);
}

.clickable-row {
    cursor: pointer;
}

    .clickable-row:nth-child(even) {
        background-color: rgba(238,238,238,.8);
        color: #282828;
        font-weight: 600;
        font-size: 17px;
    }

    .clickable-row:nth-child(odd) {
        background-color: rgba(250,250,250,.85);
        color: #282828;
        font-weight: 600;
        font-size: 17px;
    }

    .clickable-row:hover:nth-child(even) {
        background-color: rgba(255, 255, 255, 0.57)
    }

    .clickable-row:hover:nth-child(odd) {
        background-color: rgba(255, 255, 255, 0.57);
    }


@font-face {
    font-family: 'Neutra Title';
    src: url('../fonts/neutra/NeutraDisp-Titling.eot');
    src: url('../fonts/neutra/NeutraDisp-Titling.eot?#iefix') format('embedded-opentype'), url('../fonts/neutra/NeutraDisp-Titling.woff2') format('woff2'), url('../fonts/neutra/NeutraDisp-Titling.woff') format('woff'), url('../fonts/neutra/NeutraDisp-Titling.ttf') format('truetype'), url('../fonts/neutra/NeutraDisp-Titling.svg#NeutraDisp-Titling') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: 'Neutra Display';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/neutra/NeutraDisp-Bold.eot');
    src: url('../fonts/neutra/NeutraDisp-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/neutra/NeutraDisp-Bold.woff2') format('woff2'), url('../fonts/neutra/NeutraDisp-Bold.woff') format('woff'), url('../fonts/neutra/NeutraDisp-Bold.ttf') format('truetype'), url('../fonts/neutra/NeutraDisp-Bold.svg#NeutraDisp-Bold') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Neutra Text';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/neutra/NeutraText-Book.eot');
    src: url('../fonts/neutra/NeutraText-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/neutra/NeutraText-Book.woff2') format('woff2'), url('../fonts/neutra/NeutraText-Book.woff') format('woff'), url('../fonts/neutra/NeutraText-Book.ttf') format('truetype'), url('../fonts/neutra/NeutraText-Book.svg#NeutraText-Book') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Neutra Text';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/neutra/NeutraText-Light.eot');
    src: url('../fonts/neutra/NeutraText-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/neutra/NeutraText-Light.woff2') format('woff2'), url('../fonts/neutra/NeutraText-Light.woff') format('woff'), url('../fonts/neutra/NeutraText-Light.ttf') format('truetype'), url('../fonts/neutra/NeutraText-Light.svg#NeutraText-Light') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Neutra Text';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/neutra/NeutraText-Demi.eot');
    src: url('../fonts/neutra/NeutraText-Demi.eot?#iefix') format('embedded-opentype'), url('../fonts/neutra/NeutraText-Demi.woff2') format('woff2'), url('../fonts/neutra/NeutraText-Demi.woff') format('woff'), url('../fonts/neutra/NeutraText-Demi.ttf') format('truetype'), url('../fonts/neutra/NeutraText-Demi.svg#NeutraText-Demi') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Neutra Text';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/neutra/NeutraText-Bold.eot');
    src: url('../fonts/neutra/NeutraText-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/neutra/NeutraText-Bold.woff2') format('woff2'), url('../fonts/neutra/NeutraText-Bold.woff') format('woff'), url('../fonts/neutra/NeutraText-Bold.ttf') format('truetype'), url('../fonts/neutra/NeutraText-Bold.svg#NeutraText-Bold') format('svg');
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham/Gotham-ExtraLightItalic.eot');
    src: url('../fonts/Gotham/Gotham-ExtraLightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-ExtraLightItalic.woff2') format('woff2'), url('../fonts/Gotham/Gotham-ExtraLightItalic.woff') format('woff'), url('../fonts/Gotham/Gotham-ExtraLightItalic.ttf') format('truetype'), url('../fonts/Gotham/Gotham-ExtraLightItalic.svg#Gotham-ExtraLightItalic') format('svg');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham/Gotham-BookItalic.eot');
    src: url('../fonts/Gotham/Gotham-BookItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-BookItalic.woff2') format('woff2'), url('../fonts/Gotham/Gotham-BookItalic.woff') format('woff'), url('../fonts/Gotham/Gotham-BookItalic.ttf') format('truetype'), url('../fonts/Gotham/Gotham-BookItalic.svg#Gotham-BookItalic') format('svg');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham/Gotham-Medium.eot');
    src: url('../fonts/Gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-Medium.woff2') format('woff2'), url('../fonts/Gotham/Gotham-Medium.woff') format('woff'), url('../fonts/Gotham/Gotham-Medium.ttf') format('truetype'), url('../fonts/Gotham/Gotham-Medium.svg#Gotham-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham/Gotham-ExtraLight.eot');
    src: url('../fonts/Gotham/Gotham-ExtraLight.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-ExtraLight.woff2') format('woff2'), url('../fonts/Gotham/Gotham-ExtraLight.woff') format('woff'), url('../fonts/Gotham/Gotham-ExtraLight.ttf') format('truetype'), url('../fonts/Gotham/Gotham-ExtraLight.svg#Gotham-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham/Gotham-Thin.eot');
    src: url('../fonts/Gotham/Gotham-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-Thin.woff2') format('woff2'), url('../fonts/Gotham/Gotham-Thin.woff') format('woff'), url('../fonts/Gotham/Gotham-Thin.ttf') format('truetype'), url('../fonts/Gotham/Gotham-Thin.svg#Gotham-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham/Gotham-LightItalic.eot');
    src: url('../fonts/Gotham/Gotham-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-LightItalic.woff2') format('woff2'), url('../fonts/Gotham/Gotham-LightItalic.woff') format('woff'), url('../fonts/Gotham/Gotham-LightItalic.ttf') format('truetype'), url('../fonts/Gotham/Gotham-LightItalic.svg#Gotham-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham/Gotham-Light.eot');
    src: url('../fonts/Gotham/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-Light.woff2') format('woff2'), url('../fonts/Gotham/Gotham-Light.woff') format('woff'), url('../fonts/Gotham/Gotham-Light.ttf') format('truetype'), url('../fonts/Gotham/Gotham-Light.svg#Gotham-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham/Gotham-Book.eot');
    src: url('../fonts/Gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-Book.woff2') format('woff2'), url('../fonts/Gotham/Gotham-Book.woff') format('woff'), url('../fonts/Gotham/Gotham-Book.ttf') format('truetype'), url('../fonts/Gotham/Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham/Gotham-Bold.eot');
    src: url('../fonts/Gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham/Gotham-Bold.ttf') format('truetype'), url('../fonts/Gotham/Gotham-Bold.svg#Gotham-Bold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham/Gotham-Black.eot');
    src: url('../fonts/Gotham/Gotham-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-Black.woff2') format('woff2'), url('../fonts/Gotham/Gotham-Black.woff') format('woff'), url('../fonts/Gotham/Gotham-Black.ttf') format('truetype'), url('../fonts/Gotham/Gotham-Black.svg#Gotham-Black') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham/Gotham-UltraItalic.eot');
    src: url('../fonts/Gotham/Gotham-UltraItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-UltraItalic.woff2') format('woff2'), url('../fonts/Gotham/Gotham-UltraItalic.woff') format('woff'), url('../fonts/Gotham/Gotham-UltraItalic.ttf') format('truetype'), url('../fonts/Gotham/Gotham-UltraItalic.svg#Gotham-UltraItalic') format('svg');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham/Gotham-BlackItalic.eot');
    src: url('../fonts/Gotham/Gotham-BlackItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-BlackItalic.woff2') format('woff2'), url('../fonts/Gotham/Gotham-BlackItalic.woff') format('woff'), url('../fonts/Gotham/Gotham-BlackItalic.ttf') format('truetype'), url('../fonts/Gotham/Gotham-BlackItalic.svg#Gotham-BlackItalic') format('svg');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham/Gotham-MediumItalic.eot');
    src: url('../fonts/Gotham/Gotham-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-MediumItalic.woff2') format('woff2'), url('../fonts/Gotham/Gotham-MediumItalic.woff') format('woff'), url('../fonts/Gotham/Gotham-MediumItalic.ttf') format('truetype'), url('../fonts/Gotham/Gotham-MediumItalic.svg#Gotham-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham/Gotham-BoldItalic.eot');
    src: url('../fonts/Gotham/Gotham-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-BoldItalic.woff2') format('woff2'), url('../fonts/Gotham/Gotham-BoldItalic.woff') format('woff'), url('../fonts/Gotham/Gotham-BoldItalic.ttf') format('truetype'), url('../fonts/Gotham/Gotham-BoldItalic.svg#Gotham-BoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham/Gotham-ThinItalic.eot');
    src: url('../fonts/Gotham/Gotham-ThinItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-ThinItalic.woff2') format('woff2'), url('../fonts/Gotham/Gotham-ThinItalic.woff') format('woff'), url('../fonts/Gotham/Gotham-ThinItalic.ttf') format('truetype'), url('../fonts/Gotham/Gotham-ThinItalic.svg#Gotham-ThinItalic') format('svg');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham/Gotham-Ultra.eot');
    src: url('../fonts/Gotham/Gotham-Ultra.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-Ultra.woff2') format('woff2'), url('../fonts/Gotham/Gotham-Ultra.woff') format('woff'), url('../fonts/Gotham/Gotham-Ultra.ttf') format('truetype'), url('../fonts/Gotham/Gotham-Ultra.svg#Gotham-Ultra') format('svg');
    font-weight: 900;
    font-style: normal;
}

.goldStar {
    color: #FDE74c
}

.label-on-top label {
    text-align: left;
    display: block;
}

.letter {
    background-color: white;
    width: 9.5in;
    height: 11in;
    padding: .5in;
    margin-left: calc((100% - 9in)/2);
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

@import url("http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/* MARGINS & PADDINGS */
.p-xxs {
    padding: 5px !important;
}

.p-xs {
    padding: 10px !important;
}

.p-sm {
    padding: 15px !important;
}

.p-m {
    padding: 20px !important;
}

.p-md {
    padding: 25px !important;
}

.p-lg {
    padding: 30px !important;
}

.p-xl {
    padding: 40px !important;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-xxl {
    margin-top: 50px;
}

.m-t-xxxl {
    margin-top: 60px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-r-none {
    margin-right: 0;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.space-15 {
    margin: 15px 0;
}

.space-20 {
    margin: 20px 0;
}

.space-25 {
    margin: 25px 0;
}

.space-30 {
    margin: 30px 0;
}

#wrapper {
    padding-left: 0;
}

.footer {
    position: absolute !important;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.select-dict {
    height: 47px;
    background-color: transparent;
    font-size: 20px;
    font-weight: 600;
    width: 131%;
    border: none;
}

.dictionary-group {
    margin-bottom: 15px;
    margin-top: 15px;
    position:relative;
}

.modal-group {
    margin-bottom: 15px;
    margin-top: 15px;
}

#page-wrapper {
    width: 100%;
    padding: 0;
    background-color: #fff;
}

.huge {
    font-size: 50px;
    line-height: normal;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
        padding-right: 15px;
    }

    #page-wrapper {
        padding: 10px;
    }

	.application-nav > div > h4.breadcrumb:nth-of-type(1) {
		border-radius: 15px 0px 0px 15px;
	}

	.application-nav > div > h4.breadcrumb:last-child {
		border-radius: 0px 15px 15px 0px;
	}

}
/* Top Navigation */
.top-nav {
    padding: 0 15px;
}

    .top-nav > li {
        display: inline-block;
        float: left;
    }

        .top-nav > li > a {
            padding-top: 15px;
            padding-bottom: 15px;
            line-height: 20px;
            color: #999;
        }

            .top-nav > li > a:hover, .top-nav > li > a:focus, .top-nav > .open > a, .top-nav > .open > a:hover, .top-nav > .open > a:focus {
                color: #fff;
                background-color: #000;
            }

    .top-nav > .open > .dropdown-menu {
        float: left;
        position: absolute;
        margin-top: 0;
        border: 1px solid rgba(0,0,0,.15);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }

        .top-nav > .open > .dropdown-menu > li > a {
            white-space: normal;
        }

ul.message-dropdown {
    padding: 0;
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: auto;
}

.nav-button-cont {
    width: 110px;
    height: 60px;
    float: right;
}

.bug-btn {
    font-size: 26px;
    color: #d0b26e;
    background-color: transparent;
    border: none;
    border-radius: 0px;
}

.dropdown {
    background-color: transparent;
}

    .dropdown:hover {
        background-color: transparent;
    }

.bug-menu {
    position: absolute;
    top: 120%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 280px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #272727;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

li.message-preview {
    width: 275px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}

    li.message-preview > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

li.message-footer {
    margin: 5px 0;
}

ul.alert-dropdown {
    width: 200px;
}

}

.footer {
    padding: 17px 0 18px 0;
    border-top: 1px solid #000;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}
/* Side Navigation */
@media(min-width:768px) {
    .side-nav {
        position: fixed;
        top: 71px;
        left: 0;
        width: 225px;
        margin-left: 0;
        border: none;
        border-radius: 0;
        overflow-y: auto;
        background-color: #222;
        bottom: 0;
        overflow-x: hidden;
        padding-bottom: 40px;
    }

        .side-nav > li > a {
            width: 225px;
        }

        .side-nav li a:hover, .side-nav li a:focus {
            outline: none;
            background-color: #000 !important;
        }
}

.side-nav > li > ul {
    padding: 0;
}

    .side-nav > li > ul > li > a {
        display: block;
        padding: 10px 15px 10px 38px;
        text-decoration: none;
        color: #999;
    }

        .side-nav > li > ul > li > a:hover {
            color: #fff;
        }
/* Flot Chart Containers */
.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}
/* Custom Colored Panels */
.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

    .panel-green > .panel-heading {
        border-color: #5cb85c;
        color: #fff;
        background-color: #5cb85c;
    }

    .panel-green > a {
        color: #5cb85c;
    }

        .panel-green > a:hover {
            color: #3d8b3d;
        }

.panel-red {
    border-color: #d9534f;
}

    .panel-red > .panel-heading {
        border-color: #d9534f;
        color: #fff;
        background-color: #d9534f;
    }

    .panel-red > a {
        color: #d9534f;
    }

        .panel-red > a:hover {
            color: #b52b27;
        }

.panel-yellow {
    border-color: #f0ad4e;
}

    .panel-yellow > .panel-heading {
        border-color: #f0ad4e;
        color: #fff;
        background-color: #f0ad4e;
    }

    .panel-yellow > a {
        color: #f0ad4e;
    }

        .panel-yellow > a:hover {
            color: #df8a13;
        }

.float-button {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    padding: 30px;
    font-size: 40px;
    background: $warning;
    position: fixed;
    bottom: 20px;
    /* Adjust to where you want it */
    right: 90px;
    /* Adjust to where you want it */
    z-index: 9999;
}

    .float-button .height_fix {
        margin-top: 100%;
    }
/* Panels */
.hpanel > .panel-heading {
    color: inherit;
    font-weight: 600;
    padding: 10px 4px;
    transition: all .3s;
    border: 1px solid transparent;
}

.hpanel .hbuilt.panel-heading {
    border-bottom: none;
}

.hpanel > .panel-footer, .hpanel > .panel-section {
    color: inherit;
    border: 1px solid #e4e5e7;
    border-top: none;
    font-size: 90%;
    background: #f7f9fa;
    padding: 10px 15px;
}

.hpanel.panel-collapse > .panel-heading, .hpanel .hbuilt {
    background: #fff;
    border-color: #e4e5e7;
    border: 1px solid #e4e5e7;
    padding: 10px 10px;
    border-radius: 2px;
}

.hpanel .panel-body {
    background: #fff;
    border: 1px solid #e4e5e7;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.hpanel.panel-group .panel-body:first-child {
    border-top: 1px solid #e4e5e7;
}

.hpanel.panel-group .panel-body {
    border-top: none;
}

.panel-collapse .panel-body {
    border: none;
}

.hpanel {
    background-color: none;
    border: none;
    box-shadow: none;
    margin-bottom: 25px;
}

.panel-tools {
    display: inline-block;
    float: right;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.hpanel .alert {
    margin-bottom: 0;
    border-radius: 0;
    border: 1px solid #e4e5e7;
    border-bottom: none;
}

.panel-tools a {
    margin-left: 5px;
    color: #9d9fa2;
    cursor: pointer;
}

.hpanel.hgreen .panel-body {
    border-top: 2px solid #62cb31;
}

.hpanel.hblue .panel-body {
    border-top: 2px solid #3498db;
}

.hpanel.hyellow .panel-body {
    border-top: 2px solid #ffb606;
}

.hpanel.hviolet .panel-body {
    border-top: 2px solid #9b59b6;
}

.hpanel.horange .panel-body {
    border-top: 2px solid #e67e22;
}

.hpanel.hred .panel-body {
    border-top: 2px solid #e74c3c;
}

.hpanel.hreddeep .panel-body {
    border-top: 2px solid #c0392b;
}

.hpanel.hnavyblue .panel-body {
    border-top: 2px solid #34495e;
}

.hpanel.hturquoise .panel-body {
    border-top: 2px solid #00c7d9;
}

.hpanel.hbggreen .panel-body {
    background: #62cb31;
    color: #fff;
    border: none;
}

.hpanel.hbgblue .panel-body {
    background: #3498db;
    color: #fff;
    border: none;
}

.hpanel.hbgyellow .panel-body {
    background: #ffb606;
    color: #fff;
    border: none;
}

.hpanel.hbgviolet .panel-body {
    background: #9b59b6;
    color: #fff;
    border: none;
}

.hpanel.hbgorange .panel-body {
    background: #e67e22;
    color: #fff;
    border: none;
}

.hpanel.hbgred .panel-body {
    background: #e74c3c;
    color: #fff;
    border: none;
}

.hpanel.hbgreddeep .panel-body {
    background: #c0392b;
    color: #fff;
    border: none;
}

.hpanel.hbgnavyblue .panel-body {
    background: #34495e;
    color: #fff;
    border: none;
}

.hpanel.hbturquoise .panel-body {
    background: #00c7d9;
    color: #fff;
    border: none;
}

.panel-group .panel-heading {
    background-color: #f7f9fa;
}

.small-header .hpanel {
    margin-bottom: 0;
}

.small-header {
    padding: 0 !important;
}

    .small-header .panel-body {
        padding: 15px 25px;
        border-right: none;
        border-left: none;
        border-top: none;
        border-radius: 0;
    }

.panel-body h5, .panel-body h4 {
    font-weight: 600;
}

.small-header .panel-body h2 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 0 0;
}

.small-header .panel-body small {
    color: #838589;
}

.hbreadcrumb {
    padding: 2px 0px;
    margin-top: 6px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #fff;
    font-size: 11px;
}

    .hbreadcrumb > li {
        display: inline-block;
    }

        .hbreadcrumb > li + li:before {
            padding: 0 5px;
            color: #34495e;
        }

    .hbreadcrumb > .active {
        color: #9d9fa2;
    }

.wrapper {
    padding: 10px 20px;
}

.hpanel.collapsed .panel-body, .hpanel.collapsed .panel-footer {
    display: none;
}

.hpanel.collapsed .fa.fa-chevron-up:before {
    content: "\f078";
}

.hpanel.collapsed .fa.fa-chevron-down:before {
    content: "\f077";
}

.hpanel.collapsed.panel-collapse .panel-body {
    border-width: 0 1px 1px 1px;
    border-color: #e4e5e7;
    border-style: solid;
}

.hpanel.collapsed .hbuilt.panel-heading {
    border-bottom: 1px solid #e4e5e7;
}

body.fullscreen-panel-mode {
    overflow-y: hidden;
}

.hpanel.fullscreen {
    z-index: 2030;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    margin-bottom: 0;
}

    .hpanel.fullscreen .showhide {
        display: none;
    }

    .hpanel.fullscreen .panel-body {
        min-height: calc(100% - 77px);
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #e4e5e7;
    border-bottom-color: transparent;
}

.nav-tabs {
    border-bottom: 1px solid #e4e5e7;
}

.address-text {
    font-weight: 500;
    margin: 3px;
}

.name-cube {
    padding: 0px 10px 10px 10px;
}

.img-cube {
    padding: 0px 0px 5px 0px;
}

.vt-tag {
    width: auto;
    background-color: var(--red);
    margin-left: 5px;
    padding: 5px 15px;
    font-size: 2rem;
    border-radius: 5px;
    color: white;
    border: 1px solid white;
}

.vt-module-title-container {
    margin-bottom: 40px;
}

.vt-module-title {
    font-weight: 600;
    color: var(--grey);
    font-size: 2.5em;
    margin: 0px;
    text-transform: uppercase;
}

.vt-module-description {
    color: var(--grey);
    padding-left: 5px;
    position: relative;
    font-size: 1em;
    text-align: left;
}

    .vt-module-description::after {
        content: '';
        position: absolute;
        bottom: -15px;
        left: 5px;
        width: 150px;
        height: 4px;
        background-color: var(--red);
    }

.wotd {
    margin-top: 15px;
    margin-bottom: 15px;
}

.phone-number {
    color: var(--red);
}

    .phone-number:hover {
        color: var(--grey);
    }

.vt-inline-email {
    color: var(--red);
}

    .vt-inline-email:hover {
        color: var(--grey);
        text-decoration: none;
    }

.legislator-container {
    border-bottom: 2px solid var(--grey);
    margin-bottom: 15px;
}

.legislator {
    margin-bottom: 5rem;
}

.legislator-intro {
    font-size: 1em;
    color: var(--dark-blue);
    text-transform: uppercase;
    font-weight: var(--thicc);
}

.legislator-information {
    margin-bottom: 10px;
}

.legislator-image-container {
    background: url(https://res.cloudinary.com/dzlbb8rlo/image/upload/v1631214465/VirtualTribe/placeholder_uhkfef.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    border-radius: 10px;
}

.legislator-image {
    max-height: 135px;
    height: 100%;
    border-radius: 10px;
}

.district-number {
    font-size: 1.2em;
    font-weight: var(--thicc);
    color: var(--red);
    text-transform: uppercase;
    margin: 0;
}

.profile-hownikan {
    background-color: #71af5b;
    font-size: 0.8em !important;
    padding: 2px 5px;
    color: var(--offwhite);
    font-weight: var(--thicc);
    max-width: 175px;
    border-radius: 5px;
    text-align: center;
    margin-top: 3px;
}

.not-subbed {
    background-color: var(--red);
}

.legislator-state {
    font-size: 1.2em;
    font-weight: var(--thicc);
    color: var(--grey);
    text-transform: uppercase;
    margin: 0;
}

.legislator-name {
    font-size: 1.8em;
    font-weight: var(--thicc);
    color: var(--text);
    text-transform: uppercase;
    margin: 0;
}

.vt-table-cols {
    border-radius: 10px 10px 0 0;
}


.legislator-email-button {
    background: var(--red);
    color: var(--offwhite);
    font-weight: var(--thicc);
    border-radius: 10px;
    padding: 8px 10px;
    width: 100%;
    max-width: 220px;
    margin: 5px 0px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid var(--red);
    transition: var(--quick-fade);
    position:absolute;
}

    .legislator-email-button:hover {
        background: var(--offwhite);
        color: var(--red);
        border: 2px solid var(--red);
        transition: var(--quick-fade);
    }

.legislator-contact {
    margin-bottom: 10px;
}

.beneficiary-text {
    font-size: 1em;
    font-weight: var(--thicc);
    color: var(--grey);
    text-transform: uppercase;
}

.request-text {
    font-size: 1em;
    font-weight: var(--thicc);
    color: var(--grey);
    text-transform: uppercase;
}

.tabset {
    padding-top: 25px;
    width: 100%;
    z-index: 0;
}

    .tabset > input:checked + label {
        background-color: #191919;
        color: #fff;
    }

    .tabset > label::after {
        background: #8d8d8d;
        bottom: 5px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        transition: all ease-in 0.2s;
        width: 100%;
    }

    .tabset > label:hover::after,
    .tabset > input:focus + label::after,
    .tabset > input:checked + label::after {
        background: #fecc0f;
        transition: all ease-in 0.3s;
    }

.profile-tab {
    border: none;
    color: var(--text);
    cursor: pointer;
    display: inline-block;
    font-family: 'Neutra Text';
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: -2px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding: 10px 7px 8px 10px;
    position: relative;
    text-align: left;
    text-transform: uppercase;
    transition: all ease-in 0.2s;
    min-width: 18%;
    z-index: 3;
}

    .profile-tab:hover {
        color: var(--red);
        text-decoration: none;
        transition: all ease-in 0.2s;
    }

        .profile-tab:hover > div {
            border-bottom: 3px solid var(--text);
            transition: all ease-in 0.2s;
        }

.activetab {
    background: rgb(255 255 255 / 50%);
    box-shadow: 0 8px 32px 0 rgb(142 142 142 / 37%);
    backdrop-filter: blur( 2px );
    -webkit-backdrop-filter: blur( 2.0px );
    border-radius: 10px 10px 0 0;
    color: var(--green);
    text-decoration: none;
    transition: all ease-in 0.2s;
    font-size:18px
}

.inactivetab {
    background: rgb(255 255 255 / 2%);
    box-shadow: 0 8px 32px 0 rgb(142 142 142 / 37%);
    backdrop-filter: blur( 2px );
    -webkit-backdrop-filter: blur( 2.0px );
    border-radius: 10px 10px 0 0;
    color: var(--red);
    text-decoration: none;
    transition: all ease-in 0.2s;
    font-size: 18px
}

.subtitle {
    font-weight: var(--thicc);
    color: var(--green);
}


.indexz {
    border-bottom: var(--light-grey) 2px solid;
}

.inactivetab > div {
    border-bottom: 3px solid var(--text);
    transition: all ease-in 0.2s;
}

.activetab::before {
    content: "\f00c";
    font-family: 'Font Awesome 6 Pro';
    padding-right: 5px;
}

.activetab:hover {
}

.tab-panel .panel-body {
    border-top: none;
}

.tab-panel {
    overflow: unset;
    padding: 15px 0;
}

.tabs-left .tab-pane .panel-body, .tabs-right .tab-pane .panel-body {
    border-top: 1px solid #e4e5e7;
}

.nav-tabs > li a:hover {
    background: transparent;
    border-color: transparent;
}

.tabs-below > .nav-tabs, .tabs-right > .nav-tabs, .tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tabs-left .panel-body {
    position: static;
}

.tabs-left > .nav-tabs, .tabs-right > .nav-tabs {
    width: 20%;
}

.tabs-left .panel-body {
    width: 80%;
    margin-left: 20%;
}

.tabs-right .panel-body {
    width: 80%;
    margin-right: 20%;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: none;
}

.tab-content > .active, .pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs {
    border-top: 1px solid #e4e5e7;
}

    .tabs-below > .nav-tabs > li {
        margin-top: -1px;
        margin-bottom: 0;
    }

        .tabs-below > .nav-tabs > li > a {
            -webkit-border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
        }

            .tabs-below > .nav-tabs > li > a:hover, .tabs-below > .nav-tabs > li > a:focus {
                border-top-color: #e4e5e7;
                border-bottom-color: transparent;
            }

.tabs-left > .nav-tabs > li, .tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a, .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
}

    .tabs-left > .nav-tabs > li > a {
        margin-right: -1px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
        border-radius: 4px 0 0 4px;
    }

    .tabs-left > .nav-tabs .active > a, .tabs-left > .nav-tabs .active > a:hover, .tabs-left > .nav-tabs .active > a:focus {
        border-color: #e4e5e7 transparent #e4e5e7 #e4e5e7;
        *border-right-color: #ffffff;
    }

.tabs-right > .nav-tabs {
    float: right;
    margin-left: 19px;
}

    .tabs-right > .nav-tabs > li > a {
        margin-left: -1px;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
    }

        .tabs-right > .nav-tabs > li > a:hover, .tabs-right > .nav-tabs > li > a:focus {
            border-color: #eeeeee #eeeeee #eeeeee #dddddd;
        }

    .tabs-right > .nav-tabs .active > a, .tabs-right > .nav-tabs .active > a:hover, .tabs-right > .nav-tabs .active > a:focus {
        border-color: #e4e5e7 #e4e5e7 #e4e5e7 transparent;
        *border-left-color: #ffffff;
        z-index: 1;
    }

.tooltip-inner {
    background-color: #34495e;
}

.inner-border {
    border-bottom: none;
    bottom: 0px;
    box-sizing: border-box;
    left: 0px;
    position: absolute;
    transition: all ease-in 0.2s;
    width: 100%;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #34495e;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #34495e;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #34495e;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #34495e;
}

.social-board .social-profile img {
    height: 42px;
    width: 42px;
    border-radius: 50%;
}

.social-board .social-profile h5 {
    margin-top: 5px;
    margin-bottom: 0px;
}

.social-board .social-form {
    margin: 10px 0;
}

    .social-board .social-form input {
        font-size: 12px;
        padding: 2px 12px;
        height: 28px;
    }

.social-talk .social-profile img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.social-talk .text-muted {
    color: #aaacae;
}

.social-talk {
    margin-bottom: 10px;
}

    .social-talk .social-content {
        margin-top: 2px;
    }
/* Backgrounds */
.bg-white {
    background-color: #fff;
}

.bg-light-soft {
    background-color: #f1f3f6;
}

.bg-light {
    background-color: #f7f9fa;
}

.border-top {
    border-top: 1px solid #e4e5e7;
}

.border-bottom {
    border-bottom: 1px solid #e4e5e7;
}

.border-right {
    border-right: 1px solid #e4e5e7;
}

.border-left {
    border-left: 1px solid #e4e5e7;
}

.jqstooltip {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/* Notes page */
@media (min-width: 991px) {
    #notes {
        display: block;
        height: auto !important;
        visibility: visible;
    }
}

.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .desk-only {
        display: none;
    }

    .mobile-only {
        display: block;
    }
}

#notes .panel-body:first-child {
    border-top: none;
}

.note-content textarea {
    border: none;
    width: 100%;
    padding: 0;
    min-height: 360px;
}

.note-link h5 {
    margin-top: 0;
}

.note-link:hover {
    background: #f7f9fa;
}
/* Modal */
body.modal-open {
    padding-right: 0 !important;
    /*position: absolute;
*/
}

.h-modal-icon {
    font-size: 66px;
}

.inmodal .color-line {
    border-radius: 4px 4px 0 0;
}

#tagWarningModal .modal-content {
    background-color: rgba(189, 22, 22, 0.95);
    border: #fff 5px solid;
    border-radius: 0px;
    top: -75px;
}

.profile-flag {
    font-size: 65px;
    letter-spacing: 5px;
    color: #fff;
    font-weight: 800;
}

.profile-warning {
    font-weight: 600;
    letter-spacing: 65px;
    font-size: 30px;
    color: #ba1b1b;
    background-color: #fff;
    padding: 10px 10px 10px 67px;
}

.modal-content {
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}

.modal-backdrop.in {
    opacity: 0.4;
}

.modal-backdrop {
    position: fixed;
    bottom: 0;
}

.modal-dialog {
    margin-top: 80px;
    margin: 0 auto;
    max-width: 80vw;
}

.modal-title {
    font-size: 30px;
    font-weight: 300;
}

.modal-header {
    padding: 40px 30px;
    background: #f7f9fa;
}

.modal-body {
    padding: 0px 15px 15px 15px;
    display: list-item;
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-color: var(--buttonHoverColor) var(--primaryBackgroundColor);
    scrollbar-width: thin;
}

    .modal-body label {
        color: var(--text);
        text-transform: uppercase;
        margin: 0px;
    }

.modal-header small {
    color: #9d9fa2;
}

.modal-footer {
    background: #f7f9fa;
}

.hmodal-info .color-line {
    background: #3498db;
}

.hmodal-warning .color-line {
    background: #ffb606;
}

.hmodal-success .color-line {
    background: #62cb31;
}

.hmodal-danger .color-line {
    background: #c0392b;
}

.hmodal-info h4.modal-title {
    color: #3498db;
}

.hmodal-warning h4.modal-title {
    color: #ffb606;
}

.hmodal-success h4.modal-title {
    color: #62cb31;
}

.hmodal-danger h4.modal-title {
    color: #c0392b;
}

@media print {
    #wrapper {
        padding-left: 0;
    }

    body {
        margin-top: 0;
    }

    .letter {
        width: auto;
        height: auto;
        padding: 0;
        margin: 0;
    }

    input {
        border: none !important;
        text-decoration: underline;
    }

    .id-card-back-horizontal {
        border: 1px solid rgba(0,0,0,0);
        margin-top: -3px;
        margin-bottom: 3px;
        width: 100vw;
        height: 90vh;
        overflow: visible;
    }

    .id-card-back-vertical {
        border: 1px solid rgba(0,0,0,0);
        margin-top: -3px;
        margin-bottom: 3px;
        width: 100vh;
        height: 90vw;
        transform: rotate(-90deg);
        margin-left: -65px;
        overflow: visible;
    }

    .id-card-front-horizontal {
        border: 1px solid rgba(0,0,0,0);
        page-break-after: always;
        width: 100vw;
        height: 100vh;
    }

    .id-card-front-vertical {
        border: 1px solid rgba(0,0,0,0);
        transform: rotate(-90deg);
        margin-left: 50px;
        margin-top: -50px;
        page-break-after: always;
        width: 100vw;
        height: 100vh;
    }

    .employeeIDLabel {
        left: 109px;
    }
}
/*a {
cursor: pointer;
color: #34495e;
}
a:hover,a:focus {
color: #34495e;
text-decoration: none;
}
*/
@media (min-width: 768px) {
    #wrapper {
        padding-left: 12.666667%;
        padding-right: 0px;
    }

    .side-nav {
        right: auto;
        left: 0;
    }
}

@media print {
    #wrapper {
        padding-left: 0;
    }

    body {
        padding-top: 0;
        background-color: rgba(255,255,255,1);
    }

    .col-print-1 {
        width: 8%;
        float: left;
    }

    .col-print-2 {
        width: 16%;
        float: left;
    }

    .col-print-3 {
        width: 25%;
        float: left;
    }

    .col-print-4 {
        width: 33%;
        float: left;
    }

    .col-print-5 {
        width: 42%;
        float: left;
    }

    .col-print-6 {
        width: 50%;
        float: left;
    }

    .col-print-7 {
        width: 58%;
        float: left;
    }

    .col-print-8 {
        width: 66%;
        float: left;
    }

    .col-print-9 {
        width: 75%;
        float: left;
    }

    .col-print-10 {
        width: 83%;
        float: left;
    }

    .col-print-11 {
        width: 92%;
        float: left;
    }

    .col-print-12 {
        width: 100%;
        float: left;
    }
}

.sidebar-footer {
    bottom: 0;
    clear: both;
    display: block;
    padding: 3px 0 0;
    position: fixed;
    width: 12.666667%;
    background: rgb(40,40,40);
    /* Old browsers */
    z-index: 1001;
}

    .sidebar-footer a {
        padding: 7px 0 3px;
        text-align: center;
        width: 33.3333333%;
        font-size: 24px;
        display: block;
        float: left;
        background: #151515;
        cursor: pointer;
        color: #727272;
    }

        .sidebar-footer a:hover {
            background: #2A3F54;
            cursor: pointer;
        }

hr {
    border-top: 1px solid var(--light-grey);
    margin:2rem 0;
    opacity: 1;
}

.member-title {
    font-weight: 600;
    text-transform: uppercase;
    color: #8f8b8b;
    font-size: 17px;
    letter-spacing: 2px;
}

.nav-pills li.active a, .nav-pills li.active a:hover, .nav-pills > li.active > a:focus {
    background: #ffc730;
    color: #222;
    padding: 5px 30px;
    font-weight: 600;
}

.nav-pills li a, .nav-pills li a:hover, .nav-pills > li > a:focus {
    background: #333;
    color: #707070;
    padding: 5px 28px;
}

.member_name {
    font-weight: 600;
    float: left;
    font-size: 1.6em;
}

.new-edit-button {
    font-size: 14px;
    padding: 4px 3px 0 0;
    vertical-align: middle;
    float: right;
    color: #afafaf;
    cursor: pointer;
}

.edit-stats {
    float: right;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1px;
    color: #afafaf;
    cursor: pointer;
    transition: all ease-in 0.5s;
}

    .edit-stats:hover {
        text-decoration: underline;
        transition: all ease-in 0.5s;
    }

.underline {
    text-decoration: underline;
}

.memberid_Profile {
    font-weight: 600;
    color: #d71635;
}

.ancestry-father {
    padding-left: 0 !important;
}

.ancestry-mother {
    padding-left: 0 !important;
}

#genealogySearchModal .modal {
    width: 70%;
    height: 70%;
    top: 7%;
    left: 15%;
}

.success-icon {
    font-size: 7em;
    color: #69b56c;
}

.success-title {
    font-size: 2.5em !important;
    font-weight: var(--thicc);
    color: #69b56c;
    text-transform: uppercase;
    margin: 0;
}

.processing-container {
    width: 100%;
    height: 50vh;
}

.success-text {
    color: var(--text);
    font-size: 1.2em;
    padding: 0 25px;
}

    .success-text a {
        color: var(--red);
    }

        .success-text a:hover {
            text-decoration: none;
        }

.error-title {
    font-weight: 600;
    text-transform: uppercase;
    color: #8f8b8b;
    font-size: 14px;
    letter-spacing: 0px;
    padding: 0px 0px;
    border-bottom: 1px solid #3d3d3d;
}

.members {
    padding-bottom: 10px;
    padding-top: 15px;
}

.change-item {
    border-top: 1px solid #b7b7b7;
    padding: 10px;
    background-color: #d9d9d9;
    list-style-type: none;
    height: 40px;
    margin-left: -40px;
}

    .change-item:hover {
        background-color: #e5e5e5;
    }

.hasaudio {
    font-size: 55px;
    color: #444;
    transition: all ease-in 0.5s;
}

.hasimage {
    font-size: 55px;
    color: #444;
    transition: all ease-in 0.5s;
}

.audiocount {
    font-weight: 800;
    font-size: 45px;
    color: #727aa1;
    transition: all ease-in 0.5s;
}

    .audiocount:hover {
        color: #40509d;
        transition: all ease-in 0.5s;
    }

.imagecount {
    font-weight: 800;
    font-size: 45px;
    color: #727aa1;
    transition: all ease-in 0.5s;
}

    .imagecount:hover {
        transition: all ease-in 0.5s;
        color: #40509d;
    }

.settings-icon {
    font-size: 60px;
    color: #7a7a7a;
    padding: 13px;
    background-color: #fff;
    border-radius: 17px;
    height: 90px;
    width: 110px;
    margin-top: 20px;
}

.settings-text {
    color: #242424;
    font-size: 24px;
    margin: 0px;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}

.settings-button {
    text-align: center;
}

.filter-button-active {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #282828;
    text-align: center;
    white-space: no-wrap;
    vertical-align: middle;
    cursor: pointer;
    touch-action: manipulation;
    user-select: none;
    color: #fff;
    border: none;
    border-radius: 0px;
    transition: all ease-in-out 0.5s;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 5px;
}

.table-loader {
    position: relative;
    /*top: 25vh;
    left: calc(50% - 50px);*/
    text-align:center;
    width:100%;
}

.filter-button {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    text-align: center;
    white-space: no-wrap;
    vertical-align: middle;
    cursor: pointer;
    touch-action: manipulation;
    user-select: none;
    color: #282828;
    border: none;
    border-radius: 0px;
    transition: all ease-in-out 0.5s;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 5px;
}

    .filter-button:hover {
        background-color: #333;
        color: #fff;
        transition: all ease-in-out 0.5s;
    }

    .filter-button::selected {
        background-color: #333;
        color: #fff;
        transition: all ease-in-out 0.5s;
    }

.list-link {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #50acbd;
    cursor: pointer;
}

    .list-link:link {
        text-decoration: none;
        color: #23545c;
    }

.field1 {
    line-height: 55px;
}

.field0 {
    line-height: 55px;
}

.dictionarystats {
    padding-top: 10px;
    margin-bottom: -45px;
}

.itemized {
    margin-top: 5px
}

.field2 {
    line-height: 55px;
}

.changelog {
    font-weight: 600;
    font-size: 17px;
    letter-spacing: 2px;
}

.membercount {
    font-weight: 800;
    text-transform: uppercase;
    color: #ba5858;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 17px;
    padding-left: 5px;
}

#mainPhoto {
    padding-left: 0;
    padding-right: 0;
    height: 134px;
    width: auto;
    margin-bottom: 15px;
}

.home-icon {
    height: 50px;
    min-width: 50px;
    margin-top: -5px;
    display: none;
}

.pagination > li > a, .pagination > li > span {
    padding: 6px 21px;
    font-size: 24px;
    font-weight: 600;
    color: #282828;
    background-color: transparent;
    border: none;
    transition: all 0.3s ease-in;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #cd5a5a;
        background-color: transparent;
        border-color: transparent;
        transition: all 0.3s ease-in;
    }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    color: #cd5a5a;
    font-weight: 600;
    font-size: 24px;
    background-color: transparent;
    border: none;
    transition: all 0.3s ease-in;
}

.input-lg {
    font-size: 27px;
    font-weight: 600;
}

.home-title {
    margin-left: -45px;
    margin-top: -8px;
    width: 85%;
}

@media (max-width:1200px) {
    .home-title {
        margin-left: -30px;
        margin-top: -8px;
        width: 80%;
    }
}

@media (max-width:1000px) {
    .home-title {
        margin-left: 0;
        margin-top: -8px;
        width: 80%;
    }
}

.potword {
    position: relative;
    top: 10px;
}

.reg-ID {
    letter-spacing: 1px;
    font-weight: 700;
    margin-top: 25px;
}

.reg-form {
    color: #000 !important;
}
/* form starting stylings ------------------------------- */
#input-jamboree input {
    display: block;
    border: none;
    border-bottom: 3px solid #282828;
    background-color: transparent;
    font-size: 30px;
    font-weight: 600;
    width: 100%;
}

    #input-jamboree input:focus {
        outline: none;
    }

#input-jamboree textarea {
    display: block;
    border: none;
    border-bottom: 3px solid #282828;
    background-color: transparent;
    font-size: 30px;
    font-weight: 600;
    width: 100%;
}

#input-jamboree select {
    display: block;
    border: none;
    border-bottom: 3px solid #282828;
    background-color: transparent;
    font-weight: 500;
    width: 100%;
}

    #input-jamboree select:focus {
        outline: none;
    }

.pot-label {
    top: 35px;
}
/* LABEL ======================================= */
#input-jamboree label {
    color: #999;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
/* active state */
#input-jamboree input:focus ~ label, #input-jamboree input:valid ~ label {
    top: -13px;
    left: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
/* active state */
#input-jamboree select:focus ~ label, #input-jamboree select:valid ~ label {
    top: -13px;
    left: 15px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.modal-input {
    font-size: 30px !important;
    line-height: 32px;
    color: #282828;
    width: 100%;
    background: none !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 2px solid rgb(224,193,122);
    outline: none;
    margin-top: -3px;
    text-align: center;
}

    .modal-input:hover {
        outline: none;
    }

.modal-body select {
    border-bottom: 2px solid var(--dark-blue);
    color: var(--text);
    text-align-last: left;
    background: none !important;
    border-top: none;
    border-left: none;
    border-right: none;
    line-height: 32px;
    font-size: 30px;
    outline: none;
    min-height: 35px;
}

.last-updated {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #dbc177;
}

.retake {
    position: absolute;
    top: 0px;
    right: 7px;
    color: #fff;
    font-size: 2em;
    opacity: 0.5;
    cursor: pointer;
    text-shadow: #000 3px 2px 6px;
}

    .retake:hover {
        opacity: 1;
    }

.col-lg-25 {
    width: 20%;
}

.crop {
    position: absolute;
    bottom: 13px;
    left: 5px;
    color: #fff;
    font-size: 2em;
    opacity: 0.5;
    cursor: pointer;
    text-shadow: #000 3px 2px 6px;
}

.upload {
    position: absolute;
    bottom: 14px;
    right: 5px;
    color: #fff;
    font-size: 2em;
    opacity: 0.5;
    cursor: pointer;
    text-shadow: #000 3px 2px 6px;
}

.crop:hover {
    opacity: 1;
}

.upload:hover {
    opacity: 1;
}

.modal-body select option {
    color: rgb(0,0,0);
}

#modal-textarea {
    margin-top: 35px;
    color: #282828;
    width: 100%;
}

    #modal-textarea label {
        top: -25px;
        left: 15px;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }

#input-jamboree.modal-body input {
    border-bottom: 2px solid rgb(224,193,122);
}

#input-jamboree.modal-body select {
    border-bottom: 2px solid rgb(224,193,122);
    color: #fff;
    text-align-last: center;
}

    #input-jamboree.modal-body select option {
        color: rgb(0,0,0);
    }

.modal {
    background-color: hsla(120, 0%, 20%, 0.8);
    backdrop-filter: blur(3px);
    z-index: 2000;
    -webkit-backdrop-filter: blur( 7.0px );
}

/*.modal-dialog {
width: 100%;
margin: 0 auto;
}
*/
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    background: rgb(255 255 255 / 90%);
    box-shadow: 0 8px 32px 0 rgb(142 142 142 / 37%);
    border-radius: 10px;
    border: 3px solid #1b3f5c;
}

.modal-header {
    background: none !important;
    border-bottom: none !important;
    color: var(--dark-blue);
    text-align: left;
    padding: 15px;
    justify-content: space-between;
    font-weight: var(--thicc);
    font-size: var(--header-text);
    text-transform: uppercase;
/*    height: 60px;*/
}

    .modal-header .edit-button {
        color: #fff;
    }

.edit-button {
    float: left;
    margin: 15px 15px 0 0;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

    .edit-button:hover {
        color: rgb(255,255,255);
        opacity: .8;
        transition: transform 1.0s ease all;
        -moz-transition: -moz-transform 1.0s ease all;
        -webkit-transition: -webkit-transform 1.0s ease all;
    }

    .edit-button:disabled {
        color: rgb(100,100,100);
    }

.modal-header .close {
    position: relative;
    top: 3%;
    right: 2%;
    font-weight: 100;
    color: var(--grey);
    opacity: 1;
    font-size: 1.2em;
    transition: all .5s ease-in-out;
    text-shadow: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    margin-top: -10px;
    border: 0;
}

#dictionarySearchModal .modal-header .close {
    top: 29%;
}

#personModal .modal-header .close {
    top: 33%;
}

#aliasModal .modal-header .close {
    top: 38%;
}

#birthModal .modal-header .close {
    top: 50%;
}

#deathModal .modal-header .close {
    top: 50%;
}

#identifierModal .modal-header .close {
    top: 38%;
}

#noteModal .modal-header .close {
    top: 20%;
}

#membershipModal .modal-header .close {
    top: 23%;
}

#photoModal .modal-header .close {
    top: 10%;
}

#allotmentModal .modal-header .close {
    top: 33%;
}

#censusRecordModal .modal-header .close {
    top: 5%;
}

#tagModal .modal-header .close {
    top: 38%;
}

#documentGroupModal .modal-header .close {
    top: 7%;
}

#marriageModal .modal-header .close {
    top: 6%;
}

#childModal .modal-header .close {
    top: 6%;
}

#noteViewModal .modal-header .close {
    top: 36%;
}

#documentGroupViewModal .modal-header .close {
    top: 7%;
}

#birthModal .modal-content {
    position: absolute;
    top: 100px;
}

#documentGroupViewModal .modal-content {
    top: -110px;
}

#photoModal .modal-content {
    top: -95px;
}

#marriageModal .modal-content {
    top: -115px;
}

#childModal .modal-content {
    top: -115px;
}

#parentModal .modal-content {
    top: -115px;
}

#relationshipModal .modal-content {
    top: -115px;
}

#deathModal .modal-content {
    position: absolute;
    top: 100px;
}

#censusRecordModal .modal-content {
    top: -125px;
}

#documentGroupModal .modal-content {
    top: -100px;
}

.modal-header .close:hover {
    color: var(--red);
/*    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transition: transform 1.0s ease all;
    -moz-transition: -moz-transform 1.0s ease all;
    -webkit-transition: -webkit-transform 1.0s ease all;*/
}

#input-jamboree .modal-body label {
    font-size: 13px;
}

[uib-typeahead-popup].dropdown-menu {
    width: 100%;
    max-width: 350px;
    white-space: normal;
    overflow-wrap: break-word;
    z-index:10000;
}

.uib-tag {
    margin-top: -30px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

#modal-file input[type=file] {
    border: none !important;
}

#modal-file-selected input[type=file] {
    border: none !important;
}

#membershipSearchModal .dropdown-menu {
    text-align: center;
    background-color: #282828;
    width: 40%;
    font-size: 30px;
    left: 30% !important;
}

#membershipSearchModal .modal-header {
    letter-spacing: 10px;
    font-size: 41px;
    font-weight: 300;
    text-transform: uppercase;
}

#membershipSearchModal .modal-body input {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 2px solid rgb(224,193,122);
    width: 100%;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 110px;
    color: #fff;
    font-size: 88px;
    background: #131313 !important;
    max-height: 110px;
    text-align: center;
    margin-bottom: 25px;
}

#membershipSearchModal .modal-header .close {
    top: 29%;
}

#membershipSearchModal .dropdown-menu > li > a {
    color: #ababab;
    border-bottom: 1px solid #313131;
}

.modal-body input {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: 2px solid var(--dark-blue);
    width: 100%;
    line-height: 35px;
    color: var(--text);
    font-size: var(--header-text);
    background: transparent;
    text-align: left;
    max-height: 35px;
}

.modal-description {
    padding: 0px 0px 10px 0px;
}

.form-item {
    padding-bottom: 15px;
}

.form-item-long {
    padding-bottom: 15px;
}

.form-item-large {
    padding-bottom: 5px;
}

.long-label {
    margin-top: -10px !important;
}

.search-button {
    font-weight: 400 !important;
    letter-spacing: 3px !important;
    padding: 0px;
    text-transform: uppercase;
}

.modal-body input:focus {
    outline: none;
}

.modal-body .input-row {
}

    .modal-body .input-row button {
        letter-spacing: 1px;
        -webkit-transition: all linear 0.5s;
        transition: all linear .5s;
        padding: 10px 10px;
        width: 80%;
        font-size: 1.75em;
    }

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    background-color: var(--light-grey);
    color: var(--text);
}

.modal-body .input-row button span {
    -webkit-transition: all linear 0.5s;
    transition: all linear .5s;
}

.modal-body .input-row button:hover {
    border: 1px solid rgb(154, 148, 148);
}

.modal-body .input-row button.active {
    background-color: rgba(89, 255, 84, 0.3);
}

    .modal-body .input-row button.active:hover {
        color: #fff;
    }

.potawatomi-word {
    font-size: 65px !important;
    line-height: 67px;
    color: #282828;
    width: 100%;
}

.audio-title {
    background-color: none;
}

.icons-lines {
    font-size: 17px;
    line-height: 38px;
}

.audioitem {
    border-top: 1px #fff solid;
    border-bottom: 1px #d3d3d3 solid;
}

.btn-flat {
    border-radius: 0px;
}

.username {
    line-height: 1.4;
    border: none;
    border-bottom: 2px solid #000;
    font-size: 22px;
    padding-left: 5px;
    font-weight: 600;
    background-color: #eeeeee !important;
}

.btn-back {
    background-color: #e2e2e2;
    color: #000;
    border-radius: 0px;
}

.btn-create {
    background-color: #000;
    color: #fff;
    border-radius: 0px;
}

    .btn-create:hover {
        color: #fff;
    }

.audio-files {
    font-size: 18px;
    font-weight: 500;
}

.general-source {
    color: #282828;
    width: 100%;
}

.active-icon {
    font-size: 25px;
    color: #50994a;
    text-align: center;
}

.inactive-icon {
    font-size: 30px;
    color: #c82424;
    text-align: center;
}

.btn-access {
    background-color: #d1d1d1;
    border: none;
}

.btn-access-applied {
    background-color: #50994a;
    color: #fff;
    border: none;
}

    .btn-access-applied:focus {
        background-color: #50994a;
        color: #fff;
        border: none;
    }

.modal-body .input-row .scanner-button {
    width: 32px;
    padding: 0;
    line-height: 32px;
    float: right;
    border: none;
    -webkit-transition: all linear 0.5s;
    transition: all linear .5s;
}

    .modal-body .input-row .scanner-button:hover {
        border: none;
        color: rgb(224,193,122);
    }

.page-title-text {
    font-family: 'Lovelyn';
    font-size: 25px;
    letter-spacing: 4px;
    transition: 1s all ease-in-out;
}

    .page-title-text:hover {
        transition: 1s all ease-in-out;
    }

.welcome-title {
    font-size: 90px;
    font-weight: 100;
}

.welcome-text {
    font-weight: 300;
    font-size: 20px;
}

.dashboard-widget {
}

.widget-hr {
    margin-top: 30px;
    margin-bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    height: 1px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.widget-icon {
    color: #d0b26e;
    padding-right: 5px
}

.membership-box {
    background: none;
    color: #9d9d9d;
    font-weight: 600;
    padding-left: 0px;
    padding-bottom: 5px;
}

.executive {
    margin-bottom: 10px;
}

    .executive a:hover {
        text-decoration: none;
    }

.executive-image {
    width: 100%;
}

.executive-image-container {
}

.executive-contact {
    color: var(--grey);
}

    .executive-contact:hover {
        color: var(--grey);
    }

.executive-name {
    font-size: var(--header-text);
    margin-top: 7px;
    margin-bottom: 3px;
    font-weight: var(--thicc);
    color: var(--text);
    text-decoration: none;
    transition: var(--quick-fade);
}

    .executive-name:hover {
        color: var(--red);
        text-decoration: none;
        transition: var(--quick-fade);
    }

    .executive-name a:hover {
        text-decoration: none;
    }

.executive-title {
    margin-top: 3px;
    font-weight: var(--thicc);
    color: var(--red);
}

.trans {
    z-index: 100;
    margin-bottom: 15px;
    padding-left: 15px;
    background-color: rgb(238, 238, 238);
}

.delete-icon {
    margin-right: 10px;
    max-width: 100%;
    color: #ccc;
    font-size: 25px;
    cursor: pointer;
    transition: all .2s ease-in;
}

    .delete-icon:hover {
        color: #d35e5e;
        transition: all .2s ease-in;
    }

.pointer {
    cursor: pointer;
}

.question-icon {
    cursor: pointer;
    transition: var(--quick-fade);
}

    .question-icon:hover {
        color: var(--red);
        transition: var(--quick-fade);
    }

.delete-icon-m {
    margin-right: 5px;
    vertical-align: middle;
    max-width: 100%;
    color: var(--red);
    font-size: 22px;
    cursor: pointer;
    transition: all .2s ease-in;
}

    .delete-icon-m:hover {
        color: #e62121;
        transition: all .2s ease-in;
    }

.btn-tag {
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.btn-tag-del {
    border-radius: 30px;
    background-color: #d03737;
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.culture {
    margin-right: 5px;
    max-width: 100%;
    font-size: 18px;
    font-weight: 500;
}

.tag-del-i {
    color: #949494;
    transition: all .2s ease-in;
}

.tag-del {
    color: #fff;
    transition: all .2s ease-in;
}

.delete-icon-s {
    margin-right: 10px;
    max-width: 100%;
    color: #ccc;
    font-size: 18px;
    cursor: pointer;
    transition: all .2s ease-in;
}

    .delete-icon-s:hover {
        color: #d35e5e;
        transition: all .2s ease-in;
    }

.translation {
    margin-right: 5px;
    max-width: 100%;
    font-size: 31px;
    font-weight: 600;
    width: 100%;
}

.indent-alot {
    margin-left: 60px;
    width: 100%;
}

.new-button {
    padding: 5px 10px;
    background-color: #d2b569;
    color: #fff;
    transition: all .3s ease-in;
    cursor: pointer;
    position: relative;
    top: -9px;
}

    .new-button:hover {
        background-color: #fff;
        color: #282828;
        transition: all .3s ease-in;
    }

#dictionary-image input[type=file] {
    cursor: pointer;
    width: 100%;
    height: 90px;
    overflow: hidden;
}

    #dictionary-image input[type=file]:before {
        width: 100%;
        height: 90px;
        font-size: 40px;
        line-height: 40px;
        font-weight: 700;
        content: '+ SELECT YOUR FILE';
        display: inline-block;
        background: #dadada;
        border: 7px dashed #cacaca;
        border-radius: 7px;
        padding: 18px 5px 5px 5px;
        text-align: center;
        color: #adadad;
        font-family: Gotham, Arial, sans-serif;
    }

    #dictionary-image input[type=file]::-webkit-file-upload-button {
        visibility: hidden;
    }

#modal-file input[type=file] {
    cursor: pointer;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
}

    #modal-file input[type=file]:before {
        width: 100%;
        height: 90px;
        font-size: 40px;
        line-height: 40px;
        font-weight: 700;
        content: '+ SELECT YOUR FILE';
        display: inline-block;
        background: #dadada;
        border: 7px dashed #cacaca;
        border-radius: 7px;
        padding: 18px 5px 5px 5px;
        text-align: center;
        color: #adadad;
        font-family: Gotham, Arial, sans-serif;
    }

    #modal-file input[type=file]::-webkit-file-upload-button {
        visibility: hidden;
    }

#modal-file-selected input[type=file] {
    cursor: pointer;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
}

    #modal-file-selected input[type=file]:before {
        width: 100%;
        height: 90px;
        font-size: 40px;
        line-height: 40px;
        font-weight: 700;
        content: 'FILE SELECTED';
        display: inline-block;
        background: #dadada;
        border: 7px dashed #cacaca;
        border-radius: 7px;
        padding: 18px 5px 5px 5px;
        text-align: center;
        color: #adadad;
        font-family: Gotham, Arial, sans-serif;
    }

    #modal-file-selected input[type=file]::-webkit-file-upload-button {
        visibility: hidden;
    }

.small-header-title {
    font-size: 13px;
    text-transform: uppercase;
    color: #9d9d9d;
}

.word-image {
    background-color: transparent;
    width: 100%;
    padding-bottom: 10px;
}

.caption-text {
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #282828;
    font-size: 16px;
    font-weight: 500;
}

    .caption-text:focus {
        outline: none;
    }

.dictionary-titles {
    background: #e5e5e5;
    color: #9d9d9d;
    font-weight: 600;
    font-size: 16px;
    padding-left: 15px;
    padding-bottom: 5px;
}

.full-width1 {
    width: 100%;
}

.englishphrase {
    font-style: italic;
    font-weight: 400;
}

.potawatomiphrase {
    margin-right: 10px;
    width: 100%;
    font-weight: 500;
}

.headroom {
    padding-top: 5px;
}

.examples {
    margin-right: 5px;
    cursor: default;
    max-width: 100%;
}

.literally {
    font-size: 18px;
    font-weight: 500;
}

.settings {
    background: #282828;
    color: #fff;
    font-weight: 600;
    padding-left: 20px;
    padding-bottom: 5px;
}

.page-title {
    font-weight: 300;
    letter-spacing: 4px;
    transition: 1s all ease-in-out;
    color: #fff !important;
}

    .page-title:hover {
        transition: 1s all ease-in-out;
        color: #
    }

@media only screen and (min-width: 1024px) and (max-width: 1280px) {
    #wrapper {
        padding-left: 160px;
        padding-right: 0px;
    }

    .profile-userpic {
        display: none;
    }

    .sidebar-footer {
        width: 162px;
    }

        .sidebar-footer a {
            font-size: 18px;
        }

    .sidebar ul.nav li a {
        font-size: 9px;
        padding-left: 10px;
    }

    .menu-title {
        font-size: 10px;
        cursor: pointer;
    }

    .profile-usertitle-name {
        font-size: 16px;
    }

    .sub-menu-text {
        font-size: 13px !important;
    }

    .add-text {
        font-size: 17px !important;
    }

    .add-icon {
        font-size: 24px !important;
    }
}

.btn-pad {
    padding: 4px 10px;
    border-radius: 0px;
}

.btn-main {
    color: #e7e7e7;
    background-color: #282828;
    border-color: #282828;
    /*font-weight: 700;
*/
    padding: 10px 25px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 0px;
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    transition: all .5s ease-in-out;
    border-radius: 5px;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.4);
}

.other-dept {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

.contact-block {
    text-align: center;
    margin-top: 10px;
    background-color: #c8c8c8;
    padding: 10px;
}

.member-active {
    margin-top: -15px;
    margin-bottom: 12px;
    padding: 10px;
    background-color: #6bca78;
    border: 3px solid #299538;
    letter-spacing: 10px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
}

.member-inactive {
    margin-top: -15px;
    margin-bottom: 12px;
    padding: 10px;
    background-color: #d24848;
    border: 3px solid #a92121;
    letter-spacing: 10px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
}

.member-pending {
    margin-top: -15px;
    margin-bottom: 12px;
    padding: 10px;
    background-color: #cabd6b;
    border: 3px solid #b1ab2a;
    letter-spacing: 10px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
}

.can-contact {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.cannot-contact {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.btn-main:hover {
    background-color: #fff;
    text-decoration: none;
    color: #282828;
    transition: all .5s ease-in-out
}

.btn-main:active {
    background-color: #172d44;
    text-decoration: none;
    color: #e7e7e7;
}

.btn-user {
    color: #e7e7e7;
    background-color: #313131;
    border: none;
    font-weight: 600;
    padding: 7px;
    font-size: 16px;
    line-height: 0.8;
    border-radius: 0px;
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
}

    .btn-user:hover {
        background-color: #fff;
        text-decoration: none;
        color: #313131;
    }

    .btn-user:active {
        background-color: #172d44;
        text-decoration: none;
        color: #e7e7e7;
    }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}

.plain .btn-info {
    color: rgb(48, 48, 48) !important;
    background-color: #fff !important;
    border-color: transparent !important;
    border-radius: 0px;
    -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
    padding: 10px 25px;
}

    .plain .btn-info:hover {
        color: rgb(78, 78, 78) !important;
        text-decoration: none;
        background-color: #a7a7a7 !important;
        -webkit-transition: opacity 2s ease-in;
        -moz-transition: opacity 2s ease-in;
        -o-transition: opacity 2s ease-in;
        -ms-transition: opacity 2s ease-in;
        transition: opacity 2s ease-in;
    }

    .plain .btn-info a {
        text-transform: none;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

.btn-item {
    color: #e7e7e7;
    background-color: #2a3f54;
    border-color: #172d44;
    font-weight: 700;
    padding: 10px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    display: inline-block;
    margin-bottom: 0px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
}

    .btn-item:hover {
        background-color: #172d44;
        text-decoration: none;
        color: #e7e7e7;
    }

    .btn-item:active {
        background-color: #172d44;
        text-decoration: none;
        color: #e7e7e7;
    }

.meeting-date {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 14px !important;
}

.button-icon {
    font-size: 22px;
    padding-right: 5px;
}

::-webkit-scrollbar-button {
    display: block;
    height: 13px;
    border-radius: 0px;
    background-color: #172d44;
}

    ::-webkit-scrollbar-button:hover {
        background-color: #172d44;
    }

::-webkit-scrollbar-thumb {
    background-color: #172d44;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #172d44;
    }

::-webkit-scrollbar-track {
    background-color: #2A3F54;
}

    ::-webkit-scrollbar-track:hover {
        background-color: #2A3F54;
    }

::-webkit-scrollbar {
    width: 0px;
}

.shrink {
    transition: all .2s ease-in-out;
}

    .shrink:hover {
        transform: scale(0.98);
    }

.table-id {
    font-size: 15px;
    font-weight: 700;
    padding-left: 15px !important;
}

.user-id {
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px !important;
}

.user-access {
    font-size: 16px;
    font-weight: 600;
    padding-left: 15px !important;
}

.member-id {
    font-size: 15px;
    font-weight: 700;
}

.client-name {
    font-size: 15px;
    font-weight: 700;
}

.eligibility {
    font-size: 15px;
    font-weight: 700;
}

.vendor-name {
    font-size: 14px;
    font-weight: 700;
    padding-left: 15px !important;
}

.profile-usertitle {
    text-align: left;
    float: none;
    margin: 1px 0 0 20px;
}

.profile-usertitle-name {
    color: #e7e7e7;
    font-weight: 400;
}

.vendor-address {
    font-size: 14px;
    font-weight: 700;
}

.vendor-city {
    font-size: 14px;
    font-weight: 700;
}

.vendor-state {
    font-size: 14px;
    font-weight: 700;
}

.vendor-zip {
    font-size: 14px;
    font-weight: 700;
}

.vendor-notes {
}

.vendor-inhouse {
    font-size: 14px;
    font-weight: 700;
}

.min-title {
    font-size: 22px;
    font-weight: 300;
}

@media only screen and (min-width: 1538px) and (max-width: 1746px) {
    .sidebar-footer {
        width: 221px;
    }

    #wrapper {
        padding-left: 225px;
    }

    .add-text {
        font-size: 25px !important;
    }

    .profile-usertitle {
        margin: 14px 0 0 20px !important;
    }
}

@media only screen and (min-width: 1747px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1281px) and (max-width: 1537px) {
    .sidebar-footer {
        width: 194px;
    }

    .menu-title {
        font-size: 13px;
    }

    #wrapper {
        padding-left: 195px;
    }

    .add-text {
        font-size: 21px !important;
    }

    .profile-usertitle {
        margin: 14px 0 0 20px !important;
    }
}

.panel-body {
    background-color: #fff;
}

h1 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.top-row {
    padding-top: 25px;
    padding-bottom: 15px;
}

.line-graphbox {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
}

.dashboard-quicknav {
    padding-right: 0px;
    padding-bottom: 15px;
}

.add-setting-button {
    background-color: #282828;
    padding: 15px 15px;
    text-align: center;
    margin-bottom: 5px;
}

    .add-setting-button:hover {
        background-color: #404040;
    }

.settings-button {
    min-height: 172px;
}

.add-client-button {
    background-color: #2a3f54;
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 5px;
}

    .add-client-button:hover {
        background-color: #172d44;
    }

.add-meeting-button {
    background-color: #3a7932;
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 5px;
}

    .add-meeting-button:hover {
        background-color: #175218;
    }

.add-vendor-button {
    background-color: #bb6b2a;
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 5px;
}

    .add-vendor-button:hover {
        background-color: #965520;
    }

.add-text {
    color: #e7e7e7;
    font-size: 24px;
    margin: 0px;
}

.add-icon {
    padding-right: 10px;
    font-size: 35px;
}

.add-device-button {
    background-color: #3ba29d;
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 5px;
}

    .add-device-button:hover {
        background-color: #2d7b78;
    }

.add-category-button {
    background-color: #512a54;
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 5px;
}

    .add-category-button:hover {
        background-color: #361c38;
    }

.add-service-button {
    background-color: #282828;
    padding: 15px 15px;
    text-align: center;
    margin-bottom: 5px;
}

    .add-service-button:hover {
        background-color: #404040;
    }

.quicknav-left {
    padding-right: 0px;
    padding-left: 0px;
}

.quicknav-right {
    padding-left: 5px;
    padding-right: 0px;
}

.button-link {
}

    .button-link:hover {
        text-decoration: none;
    }

#notfound {
    position: relative;
    height: 100vh;
}

    #notfound .notfound-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url('images/bg.jpg');
        background-size: cover;
    }

        #notfound .notfound-bg:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background-color: rgba(255, 0, 36, 0.4);
        }

    #notfound .notfound {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.notfound {
    max-width: 910px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

    .notfound .notfound-404 {
        position: relative;
        height: 110px;
    }

        .notfound .notfound-404 h1 {
            font-family: 'Montserrat', sans-serif;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 125px;
            font-weight: 900;
            margin: 0px;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 10px;
        }

    .notfound h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 22px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .notfound .home-btn, .notfound .contact-btn {
        font-family: 'Montserrat', sans-serif;
        display: inline-block;
        font-weight: 700;
        text-decoration: none;
        background-color: transparent;
        border: 2px solid transparent;
        text-transform: uppercase;
        padding: 13px 25px;
        font-size: 18px;
        border-radius: 40px;
        margin: 7px;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .notfound .home-btn:hover, .notfound .contact-btn:hover {
            opacity: 0.9;
        }

    .notfound .home-btn {
        color: rgba(255, 0, 36, 0.7);
        background: #fff;
    }

    .notfound .contact-btn {
        border: 2px solid rgba(255, 255, 255, 0.9);
        color: rgba(255, 255, 255, 0.9);
    }

.notfound-social {
    margin-top: 25px;
}

    .notfound-social > a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        width: 40px;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.9);
        margin: 0px 6px;
        -webkit-transition: 0.2s all;
        transition: 0.2s all;
    }

        .notfound-social > a:hover {
            color: rgba(255, 0, 36, 0.7);
            background-color: #fff;
            border-radius: 50%;
        }

@media only screen and (max-width: 767px) {
    .notfound .notfound-404 h1 {
        font-size: 182px;
    }
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 {
        height: 146px;
    }

        .notfound .notfound-404 h1 {
            font-size: 146px;
        }

    .notfound h2 {
        font-size: 16px;
    }

    .notfound .home-btn, .notfound .contact-btn {
        font-size: 14px;
    }
}

.preload-spinner {
    position: absolute;
    top: 64%;
    left: 50%;
    animation-delay: 4s;
    animation-name: fadeIn;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.preloaded-name {
    font-family: 'Lovelyn';
    font-size: 55px;
    letter-spacing: 21px;
    text-align: center;
    padding-left: 22px;
    padding-top: 35px;
    width: 700px;
    margin-left: -150px;
}

.withshine-t {
    animation-name: fadeIn;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 3s;
    animation-iteration-count: 1;
}

.withshine-i {
    animation-name: fadeIn;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-delay: 1s;
    animation-iteration-count: 1;
}

.vignette {
    position: relative;
    height: 400px;
    display: block;
    background-size: cover;
    z-index: 99999;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle, transparent 25%, black 115%);
    height: 1200px;
    width: 100%;
}

.preloaded-large {
    width: 400px;
    height: 400px;
}

.preload-logo {
    position: absolute;
    top: 20%;
    left: 41%;
}

.preload-body {
    height: 1200px;
    width: 100%;
    background-color: #1f1f1f;
    background-image: url('images/bg/bg5.png');
    background-repeat: repeat;
    position: absolute;
    top: -90px;
    left: 0px;
    z-index: 9999;
    transition: ease-in 3s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

.lds-grid {
    display: inline-block;
    position: relative;
    width: 128px;
    height: 128px;
}

    .lds-grid div {
        position: absolute;
        width: 25px;
        height: 25px;
        border-radius: 0%;
        background: rgb(224,193,122);
        /* Old browsers */
        animation: lds-grid 1.2s linear infinite;
    }

        .lds-grid div:nth-child(1) {
            top: 6px;
            left: 6px;
            animation-delay: 0s;
        }

        .lds-grid div:nth-child(2) {
            top: 6px;
            left: 35px;
            animation-delay: -0.4s;
        }

        .lds-grid div:nth-child(3) {
            top: 6px;
            left: 64px;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(4) {
            top: 35px;
            left: 6px;
            animation-delay: -0.4s;
        }

        .lds-grid div:nth-child(5) {
            top: 35px;
            left: 35px;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(6) {
            top: 35px;
            left: 64px;
            animation-delay: -1.2s;
        }

        .lds-grid div:nth-child(7) {
            top: 64px;
            left: 6px;
            animation-delay: -0.8s;
        }

        .lds-grid div:nth-child(8) {
            top: 64px;
            left: 35px;
            animation-delay: -1.2s;
        }

        .lds-grid div:nth-child(9) {
            top: 64px;
            left: 64px;
            animation-delay: -1.6s;
        }

@keyframes lds-grid {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.onoffswitch {
    position: relative;
    width: 117px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-top: 10px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 41px;
        padding: 0;
        line-height: 41px;
        font-size: 25px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "YES";
        padding-left: 14px;
        background-color: #3d3d3d;
        color: #aeaeae;
    }

.sex-offender {
    margin-top: 25px;
}

.sex-switch {
    font-size: 14px;
    line-height: 26px;
    font-weight: 800;
    color: #6a6c6f;
}

.onoffswitch-inner:after {
    content: "NO";
    padding-right: 14px;
    background-color: #3d3d3d;
    color: #aeaeae;
    text-align: right;
}

.onoffswitch-switch {
    display: block;
    width: 45px;
    height: 45px;
    margin: 1px;
    background: #2B2B2B;
    position: absolute;
    top: -1px;
    bottom: 0;
    right: 71px;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    background-color: #E1C87E;
}

.label-switch {
    font-size: 14px;
    line-height: 26px;
    font-weight: 800;
    color: #6a6c6f;
}

.menu-chevron {
    display: block;
    float: right;
    margin-right: 15px;
    cursor: pointer;
}

@media(max-width:768px) {
    .navbar-brand {
        width: 70%;
    }

    .navbar-right {
        width: 33%;
        float: right;
        margin-top: 0px;
    }

    .dashboard-item {
        font-size: 18px;
        line-height: 48px;
        min-height: 48px;
    }

    .dashboard-explanation button {
        font-size: 18px !important;
    }

    .dashboard-content {
        font-size: 14px;
        margin-top: 0;
        min-height: 0;
    }

    .dashboard-explanation {
        padding: 0;
    }

    .home-icon {
        height: 50px;
        min-width: 50px;
        margin-top: -12px;
        margin-left: -10px;
    }

    .page-title-text {
        display: none;
    }

    .page-title {
        width: 50%;
        position: fixed;
        top: 7px;
        left: 55px;
    }

    .container-fluid {
        padding: 0;
    }

    .group-container h3 {
        font-size: 14px;
    }

    .modal-content h3 {
        font-size: 18px;
    }

    .group-container h4 {
        font-size: 20px;
    }

    .group-container h1 {
        font-size: 22px;
    }

    .group-container h4 {
        font-size: 16px;
    }

    .group-container ul {
        font-size: 12px;
    }

    .timer-container {
        min-height: 0;
    }

    .panel-heading {
        padding-top: 0;
    }

    .btn-livehelp {
        font-size: 18px;
    }
}

.early-access-title {
    margin: 0 auto;
    font-weight: 600;
    font-family: 'Neutra Text';
    letter-spacing: 5px;
    font-size: 0.8em;
    padding: 6px;
    color: #fecc0f;
    transition: all ease-in-out 0.2s;
}

    .early-access-title:hover {
        text-shadow: #fecc0f 0px 0px 5px;
        transition: all ease-in-out 0.2s;
    }

.early-access {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    border-top: #fecc0f solid 1px;
    border-bottom: #fecc0f solid 1px;
    width: 15em;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}

    .early-access:hover {
        box-shadow: inset -1px 13px 13px -15px #fecc0f, inset #fecc0f 0px -13px 9px -15px, #fecc0f 0px 0px 10px 0px;
        transition: all ease-in-out 0.2s;
    }

.EA-span {
    color: #fff;
}

.early-access-title:hover > .EA-span {
    text-shadow: #fff 0px 0px 5px;
    transition: all ease-in-out 0.2s;
}zz

.mezodanek {
    width: 0.88em;
    padding-bottom: 13px;
}

.scrollable{
    overflow:auto;
}
.scrollable::-webkit-scrollbar {
    width:10px;
}
.scrollable::-webkit-scrollbar-track {
    background: rgba(200,200,200,.85)
}
.return_home {
    display: none;
}
.ytPlayer {
    max-height: 720px;
    max-width: 1280px;
    aspect-ratio: 16 / 9;
}
#iframeContainer {
    display: flex;
    justify-content: center;
}


/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {
    .register-box {
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -14%) !important;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .vt-large {
        width: 12% !important;
    }

    .home-icon {
        display: inline-block;
    }

    .vt-username {
        display: unset;
    }


    .register-box {
        -webkit-transform: translate(-50%, -50%) !important;
        transform: translate(-50%, -50%) !important;
    }

    .vt-register-57 {
        display: flex;
        flex-basis: 60%;
        flex-direction: column;
        padding-right: 20px;
        border-right: 1px solid var(--light-grey);
    }

    .tribal-ID-req {
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        margin-top: 5px;
        align-items: flex-start !important;
    }

    .account-info {
        flex-direction: column !important;
        flex-wrap: wrap !important;
        align-content: flex-start !important;
        flex-basis: 40%;
        padding-left: 20px !important;
    }
    .return_home {
        display: inline-block;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {



    .email-label {
        margin-left: 2px;
    }

    .password-label {
        margin-left: 2px;
    }

    .login-box {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .vt-logo {
        position: absolute;
        top: -6%;
        left: 0px;
    }

    .login-container {
        border-radius: 10px 0px 0px 10px !important;
        /*max-height: 496px;*/
        height: 497px;
    }

    .mobile-hide {
        display: inline-flex;
    }

    .vt-login-img-block {
        display: flex;
        box-shadow: 0 8px 32px 0 rgb(142 142 142 / 37%);
        background-image: url(https://res.cloudinary.com/dzlbb8rlo/image/upload/v1629236452/VirtualTribe/vt-eagle_n6wagw.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 100%;
        margin: 5px 0 15px 0;
        padding: 0;
        min-height: 500px;
        max-height: 500px;
    }

    .vt-welcome {
        opacity: 0.3;
        width: 100%;
        height: 100%;
        min-height: 500px;
        max-height: 500px;
    }

    .vt-welcome-title {
        position: absolute;
        bottom: 15%;
        right: 0px;
        font-family: 'Neutra Title';
        font-size: 4em;
        padding: 0px 20px;
        text-align: right;
        color: var(--yellow);
    }

    .vt-welcome-text {
        position: absolute;
        bottom: 0px;
        right: 0px;
        font-size: 1.4em;
        line-height: 1em;
        padding: 20px 20px 35px 20px;
        text-align: right;
        color: var(--white);
    }

    .tribal-ID-req {
        margin-top: -5px !important;
    }
    .ytPlayer {
        height: 360px;
        width: 640px;
        aspect-ratio: 16 / 9;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {


    .vt-login-img-block {
        min-height: 497px;
        max-height: 497px;
    }

    .vt-welcome {
        min-height: 497px;
        max-height: 497px;
    }
}
@media (min-width: 1200px) {
    .legislator {
        margin-bottom: 1rem;
    }
}
