/*----------------------------------------*\

    2019 Build Nathaniel Winningham

    LAMP CSS Globals

\*----------------------------------------*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    /* min-width: 300px; */
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    /* scroll-behavior: smooth; */
}

body {
    /* min-width: 300px; */
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    font-size: .9rem;
    background-color: #000000;
    background-color: #eaeaea;
    background-color: #ffffff;
    /* background-color: #333333; */
    color: #5d5d5d;
    overflow-x: hidden;
    
    width: 100%;
    /* overflow-y: scroll; */
}

body.autologout {
    overflow: hidden;
}



.hidden {
    display: none !important;
}










h1, h2, h3, h4, h5, h6 {
    color: #812990;
}

h1 {
    font-size: 280%;
    font-weight: 200;
}

h2 {
    font-size: 220%;
    font-weight: 400;
}

h3 {
    font-size: 170%;
    font-weight: 400;
}

h4 {
    font-size: 160%;
    font-weight: 400;
}

h5 {
    font-size: 150%;
    font-weight: 600;
}

h6 {
    font-size: 130%;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    h1 {
        font-size: 240%;
    }
    h2 {
        font-size: 200%;
    }
    h3 {
        font-size: 165%;
    }
    h4 {
        font-size: 140%;
    }
    h5 {
        font-size: 130%;
    }
    h6 {
        font-size: 115%;
    }
}

@media (max-width: 575.98px) {
    h1 {
        font-size: 210%;
    }
    h2 {
        font-size: 185%;
    }
    h3 {
        font-size: 155%;
    }
    h4 {
        font-size: 135%;
    }
    h5 {
        font-size: 125%;
    }
    h6 {
        font-size: 110%;
    }
}



p {
    font-size: 17px;
    color: #777777;
}

li {
    font-size: 17px;
    color: #777777;
}


.max-width-container {
    max-width: 1200px;
}

.auto-margin {
    margin: 0 auto;
}

.auto-padding {
    padding: 0 40px;
}


#back-to-top-button {
    position: fixed;
    width: 40px;
    height: 40px;
    background: #efefef99;
    border-radius: 100px;
    bottom: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d71cd;
    z-index: 999;
}




















#prcs_header div#prcs_header_drop_menu_right.drop_menu span {
    line-height: 1.4 !important;
}

#superglobal-container.autologout {
    filter: blur(10px);
}

#super-autologout-modal {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(99, 99, 99, 0.7);
    z-index: 2147483647;
}

#super-autologout-modal.autologout {
    display: flex;
    align-items: center;
    justify-content: center;
}

#super-autologout-modal > div {
    min-width: 280px;
    width: 100%;
    max-width: 400px;
    /* min-height: 300px; */
    /* height: 100%; */
    max-height: 400px;
    border-radius: 5px;
    background: #fdfdfd;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: 10px;
}

#super-autologout-modal-timer {
    font-size: 400%;
    font-weight: 300;
    color: #000;
}

.super-autologout-modal-sm-p {
    font-size: 150%;
    /* color: #660077; */
}

#super-autologout-modal-buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#super-autologout-modal-buttons button {
    width: 100%;

    /* background: transparent;
    color: #660077; */
    min-width: 120px;
    height: 50px;
    margin: 5px;
    padding: 10px;
    transition: 200ms ease-out;
    /* border: solid 1px #660077; */
    font-size: 110%;
    font-weight: 600;
}

button#super-autologout-modal-continue {
    background: transparent;
    color: #00beff;
    border: solid 1px #00beff;
}

button#super-autologout-modal-continue:hover {
    background: #00beff;
    color: #fff;
}

button#super-autologout-modal-logout {
    background: transparent;
    color: #660077;
    border: solid 1px #660077;
}

button#super-autologout-modal-logout:hover {
    background: #660077;
    color: #fff;
}

img {
    display: block;
}

br {
    user-select: none;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ellipsis-wrap {
    text-overflow: ellipsis;
    overflow: hidden;
}

.text-center {
    text-align: center;
}

button {
    border: none;
    border-radius: 5px;
    outline: none;
    user-select: none;
    cursor: pointer;
    background: #fdfdfd;
    color: #5d5d5d;
    transition: 200ms ease-out;
}

button:hover,
button:focus,
button:active {
    border: none;
    outline: none;
    user-select: none;
    cursor: pointer;
    background: #f7f7f7;
    color: #5d5d5d;
    /* box-shadow: none; */
}

button.accounts-card-button {
    background: #fdfdfd;
    /* border: solid 2px transparent; */
    /* transition: none; */
    transition: 200ms;
}

button.accounts-card-button:hover,
button.accounts-card-button:focus,
button.accounts-card-button:active {
    /* background: #fdfdfd;
    border: solid 2px #81288f;
    transition: none; */

    background: #fdfdfd !important;
    /* border: solid 2px #81288f; */
    /* transition: none; */
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1) !important;
}

button.accounts-push-button {
    min-width: 260px;
    height: 50px;
    border-radius: 5px;
    margin: 20px auto;
    font-size: 150%;
    font-family: inherit;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00beff;
    box-shadow: 0px 10px 7px -12px rgba(0, 0, 0, 0.78);
    transition: 300ms;
    color: #ffffff;
}

@media (max-width: 320px) {
    button.accounts-push-button {
        min-width: 100%;
    }
}

button.accounts-push-button:hover,
button.accounts-push-button:focus {
    /* background: #69d7fc; */
    /* background: #a1e8ff; */
    background: #54d4ff;
}

button.accounts-push-button:active {
    transform: translateY(3px);
    box-shadow: none;
}

button.accounts-push-button:disabled {
    transition: 200ms;
    background: #69d9ff;
    cursor: not-allowed;
}

.accounts-push-button svg {
    animation: rotate 700ms ease-in-out infinite;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

select.accounts-standard-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: 7px;
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
}

select.accounts-standard-select::-ms-expand {
    display: none;
}

@-moz-document url-prefix() {
    select.accounts-standard-select {
        text-indent: -2px;
    }
}

input.accounts-standard-input,
select.accounts-standard-select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    width: 100%;
    height: 40px;
    font-size: 100%;
    font-family: inherit;
    border: solid 1px rgba(51, 51, 51, 0.2);
    border-radius: 5px;
    outline: none;
    padding: 0 15px;
    margin: 0;
    color: #5d5d5d;
    /* background: linear-gradient(45deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.45)); */
    background-color: #ffffff;
    box-shadow: 0px 15px 7px -13px rgba(0, 0, 0, 0.027);
    transition: box-shadow 700ms ease;
}

input.accounts-standard-input:focus,
input.accounts-standard-input:active,
select.accounts-standard-select:focus,
select.accounts-standard-select:active {
    /* box-shadow: 0px 4px 5px -3px #8fddfc; */
    border: solid 1px #77ddff;
}

form.submitted input.accounts-standard-input:invalid,
form.submitted select.accounts-standard-select:invalid {
    border: solid 1px #ff0000;
}

label.accounts-standard-label {
    margin-bottom: 0;
    font-size: 70%;
    font-weight: 600;
    /* font-style: italic; */
    text-transform: uppercase;
    /* margin-left: 7px; */
    user-select: none;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.recpatcha-legal-message-holder {
    /* position: absolute; */
    bottom: 10px;
    /* max-width: 430px; */
    width: 100%;
    text-align: center;
    padding: 0 10px;
}

.recpatcha-legal-message {
    margin: 0;
    font-size: 60%;
    color: #bbbbbb;
}

.recpatcha-legal-message a {
    color: #b0c7da;
}

.accounts-guest-main-container {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 40px);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #eaeaea;
}

.accounts-guest-main-container-inner {
    min-width: 410px;
    width: 410px;
    max-width: 410px;
    padding: 30px 20px;
    margin-bottom: 50px;
    background: #fdfdfd;
    border-radius: 5px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 500px) {
    .accounts-guest-main-container {
        background: #fdfdfd;
    }
    .recpatcha-legal-message {
        color: #dadada;
    }
    .recpatcha-legal-message a {
        color: #c1d3e2;
    }
    .accounts-guest-main-container-inner {
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 10px 0 0 0 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
}

.accounts-main-logo-form-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accounts-main-logo-form {
    height: 37px;
    user-select: none;
}

.accounts-guest-info-header {
    font-size: 100%;
    font-weight: 600;
    user-select: none;
    margin-top: 15px;
    margin-bottom: 16px;
    line-height: 1.2;
    border-radius: 5px;
    padding: 4px 7px 3px 7px;
    text-align: center;
    border: solid 1px rgba(0, 0, 0, 0);
}

button.accounts-push-button.accounts-guest-form-submit-button {
    min-width: 100%;
    width: 100%;
    margin: 20px auto 0px auto;
}

.accounts-form-flex-row {
    width: 100%;
    display: flex;
}

.accounts-form-grid-row {
    display: -ms-flexbox;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 20px;
}

.grid-span-1 { grid-column: span 1; }
.grid-span-2 { grid-column: span 2; }
.grid-span-3 { grid-column: span 3; }
.grid-span-4 { grid-column: span 4; }
.grid-span-5 { grid-column: span 5; }
.grid-span-6 { grid-column: span 6; }

@media (max-width: 650px) {
    .accounts-form-grid-row {
        column-gap: 10px;
    }

    .grid-span-1 { grid-column: span 6; }
    .grid-span-2 { grid-column: span 6; }
    .grid-span-3 { grid-column: span 6; }
    .grid-span-4 { grid-column: span 6; }
    .grid-span-5 { grid-column: span 6; }
    .grid-span-6 { grid-column: span 6; }

    .grid-span-1-m { grid-column: span 1 !important; }
    .grid-span-2-m { grid-column: span 2 !important; }
    .grid-span-3-m { grid-column: span 3 !important; }
    .grid-span-4-m { grid-column: span 4 !important; }
    .grid-span-5-m { grid-column: span 5 !important; }
    .grid-span-6-m { grid-column: span 6 !important; }
}

.accounts-form-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.accounts-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accounts-flex-column {
    display: flex;
    flex-direction: column;
}

.accounts-form-p {
    font-size: 150%;
    font-weight: 400;
    margin: 20px 0 10px 0;
    user-select: none;
}

.accounts-form-super-p {
    font-size: 200%;
    font-weight: 400;
    user-select: none;
}

.accounts-validation-error {
    display: none;
    margin: 2px 0 0 0;
    font-size: 90%;
    font-weight: 300;
    color: #ff3434;
}

.accounts-required-field-indicator {
    color: #ff0000;
}

.accounts-dotted-info-button {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: dashed 1px rgba(0, 0, 0, 0.122);
    background: transparent;
}

.accounts-dotted-info-button:hover {
    background: rgba(0, 0, 0, 0.09);
    border: solid 1px rgba(0, 0, 0, 0.122);
    color: #000000;
}

.accounts-dotted-info-button:focus, .accounts-dotted-info-button:active {
    background: rgba(0, 0, 0, 0.027);
    border: solid 1px rgba(0, 0, 0, 0.122);
}

/*----------------------------------------*\

    Accounts Custom Checkboxes

\*----------------------------------------*/

.accounts-checkmark-box {
    position: relative;
    margin-bottom: 10px;
}

/* Base for label styling */
.accounts-checkmark-box [type="checkbox"]:not(:checked), .accounts-checkmark-box [type="checkbox"]:checked {
    position: absolute;
    left: 6px;
    top: 15px;
    opacity: 0;
}

.accounts-checkmark-box [type="checkbox"]:not(:checked)+label, .accounts-checkmark-box [type="checkbox"]:checked+label {
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    margin-bottom: 0;
    user-select: none;
    font-weight: 500;
}

/* checkbox aspect */
.accounts-checkmark-box [type="checkbox"]:not(:checked)+label:before, .accounts-checkmark-box [type="checkbox"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 4px;
    border: solid 1px rgba(51, 51, 51, 0.2);
    box-shadow: 0px 5px 7px -3px #0000000f;
}

/* checkbox aspect */
form.submitted .accounts-checkmark-box [type="checkbox"]:required:invalid:not(:checked)+label:before {
    border: solid 1px rgb(255, 0, 0);
}

/* checked mark aspect */
.accounts-checkmark-box [type="checkbox"]:not(:checked)+label:after, .accounts-checkmark-box [type="checkbox"]:checked+label:after {
    content: '\2713';
    position: absolute;
    top: 1px;
    left: 5px;
    font-size: 20px;
    line-height: 1;
    color: #09ad7e;
    color: #812990;
    transition: all .2s;
    font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

/* checked mark aspect changes */
.accounts-checkmark-box [type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.accounts-checkmark-box [type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

/* disabled checkbox */
.accounts-checkmark-box [type="checkbox"]:disabled:not(:checked)+label:before, .accounts-checkmark-box [type="checkbox"]:disabled:checked+label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
    cursor: not-allowed;
}

.accounts-checkmark-box [type="checkbox"]:disabled:checked+label:after {
    color: #999;
    cursor: not-allowed;
}

.accounts-checkmark-box [type="checkbox"]:disabled+label {
    color: #aaa;
    cursor: not-allowed;
}

/* accessibility */
.accounts-checkmark-box [type="checkbox"]:not(:checked):focus+label:before {
    /* box-shadow: 0px 0px 4px 1px #8fddfc; */
    border: solid 1px #77ddff;
}

/*----------------------------------------*\

    Accounts Custom Toggle Switch

\*----------------------------------------*/

.mdc-toggle-input-custom {
    height: 40px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.mdc-toggle-input input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
}

.mdc-toggle-input label {
	cursor: pointer;
	text-indent: -9999px;
	width: 60px;
	height: 24px;
	background: rgba(0, 0, 0, 0.09);
	display: block;
	border-radius: 100px;
	position: relative;
}

.mdc-toggle-input label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 4px;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 100px;
	transition: 0.3s;
}

.mdc-toggle-input input:checked + label {
    background: #00beff;
}

.mdc-toggle-input input:checked + label:after {
	left: calc(100% - 4px);
	transform: translateX(-100%);
}

.mdc-toggle-input label:active:after {
	width: 30px;
}




@media (max-width: 575.98px) {
    .auto-padding {
        padding: 0 20px;
    }
}



