<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-image: linear-gradient(to right, #999999, #cccccc, #999999);
}
article {
    background: #ffffff url('../media/images/seal.png') no-repeat;
    box-shadow: 2px 2px 4px #666666;
    margin: 10px auto;
    max-width: 991px;
    min-height: 600px;
    padding: 20px 80px 40px 80px;
}
h1 {
    font-size: 2rem;
    margin: 1.5rem 0rem !important;
}
h2 {
    font-size: 1.75rem;
    margin-bottom: 1rem !important;
}
h3 {
    font-size: 1.5rem;
}
a {
    color: #095540;
    text-decoration: underline;
}
a:hover {
    color: #095540;
}
label {
    margin-bottom: 0.1rem;
}
label.required:after {
    color: #990000;
    content: '*';
}
ul {
  list-style-type: square;
}
#alert {
    display: none;
}

/* Accordions */

.accordion .card {
    border-width: 1px 0px;
    border-radius: 0px;
}
.accordion .card:first-child {
    border-top: 0px;
}
.accordion .card:last-child {
    border-bottom: 0px;
}
.accordion .card-header {
    background-color: transparent;
    border-bottom: none;
    padding-left: 0px;
    padding-right: 0px;
}
.accordion .card-header button {
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
}
.accordion .card-body {
    background-color: transparent;
    padding-top: 0px;
}

/* Buttons */

.btn-stetson {
    background-color: #095540;
    border-color: #095540;
    color: #ffffff;
}
.btn-stetson:hover {
    background-color: #095540;
    border-color: #095540;
    color: #ffffff;
}
.btn-link {
    color: #095540 !important;
    padding-left: 30px !important;
    text-indent: -12px;
}
.btn-outline-secondary {
    border-color: #ced4da;
}
.btn-outline-secondary:hover {
    color: #6c757d;
    background-color: #ffffff;
    border-color: #ced4da;
}
.input-group-append {
    margin-left: 0px;
}
.g-recaptcha {
    margin: 40px 0px;
}

/* Mobile */

@media (max-width: 767px) {
    article {
      margin: 0px auto;
      padding: 20px;
    }
}

/* Second Style Sheet */
/* @author Andrew Polemeni */


html {
    scroll-behavior: smooth;
}
#tooltip-routing {
    max-width: 100%;
}
#tooltip-account {
    max-width: 100%;
}
a:link {
    text-decoration: none;
    color: black
}
.nav-pills .nav-link.active, .nav-pills .show&gt;.nav-link {
    background-color: #095540;
}
.card-footer {
    background-color: transparent;
    padding: 0px;
    border-top: none;
}

article {
    border-radius: .2rem;
}

/* Display nones */

.second-page {
    display: none;
}
.second-page-panel {
    background-color: #e8eaec;
    color:black;
}
.g-recaptcha {
    display: none;
}
.second-page-font {
    color: white;
}
#back {
    margin: -15px;
}
.tooltip.show {
    opacity: 1;
}
#side-2 {
    display: none;
}

/* Remove X from form validation */
.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
}

/* Spinner loader */
#loader {
    display: none;
}

.sk-cube-grid {
width: 40px;
height: 40px;
margin: 100px auto;
}

.sk-cube-grid .sk-cube {
width: 33%;
height: 33%;
background-color: #095540;
float: left;
-webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
                transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
                transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
                transform: scale3D(1, 1, 1);
    } 35% {
        -webkit-transform: scale3D(0, 0, 1);
                transform: scale3D(0, 0, 1);
    }
}

@media only screen and (max-width: 768px) {
    .grecaptcha-badge { visibility: hidden; }
}

/* Turn Off Number Spinners */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}</pre></body></html>