

/*===================================================================================*/
/*	GENERAL
/*===================================================================================*/
html{ font-size:18px; }

body {font-family:"upgrade-lights", sans-serif; font-size:1rem; font-weight:500; line-height: 2.4rem; color: #000000; }
main {}
section {padding-top: 40px; padding-bottom: 40px;}

/*===================================================================================*/
/*	FONTS
/*===================================================================================*/
h1          { font-size: 35px; line-height: 35px;font-weight: 700; margin-bottom: 24px;}

h3      {font-size: 22px; line-height: 26px; font-weight: 400; margin-bottom: 24px; color: #1D184D; margin-top: 24px;}
h4      {font-size: 20px; line-height: 24px; font-weight: 400; margin-bottom: 24px; color: #1D184D; margin-top: 24px;}
p, ul li       { font-size: 16px; line-height: 22px; margin-bottom: 20px; }
ul,
ol      {margin-bottom: 10px;}
li      {}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
#content p:last-child, 
p:last-child,
ul:last-child, 
ol:last-child, 
li:last-child {margin-bottom: 0;}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child {margin-top: 0;}
a       {transition: all .3s ease; color: #76BC28; text-decoration: underline;}
a:hover,
a:active,
a:focus { color: #76BC28; text-decoration: none;}

/*--- FONT COLOR CLASSES ---*/
.text-white {color: #ffffff;}
.text-blue {color:#00819A;}
.text-orange { color:#DB3700; }

/*===================================================================================*/
/*	HEADER
/*===================================================================================*/

.top-bar {
    height: 10px;
    background-color: #004E59;
}

.header-inner {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    padding: 28px 0;
    gap: 30px;
}

.header-logo img {
    max-width: 320px;
    height: auto;
}

.header-links {
    color: #4A4A4A;
    text-align: right;
    line-height: 1.5;
}

.header-links a {
    color: #76BC28;
    text-decoration: underline;
}

.header-links a:hover {
    color: #76BC28;
    text-decoration: none;
}
.header-links a:visited {
    color: #76BC28;
    
}

/*====================================================
    MOBILE
====================================================*/

@media (max-width: 768px) {

    .header-inner {
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        text-align: center;
    }

    .header-logo {
        text-align: center;
    }

    .header-links {
        text-align: center;
        font-size: 16px;
    }

    .header-logo img {
        max-width: 260px;
    }

}

/*===================================================================================*/
/*	PAGE STYLES
/*===================================================================================*/

main { background-color:#F8F9FA; }

.note {font-size:88rem; }
.references {font-size:.7777rem; margin-top:30px; }

/*===================================================================================*/
/*	FOOTER
/*===================================================================================*/
footer { padding:50px 0; color:#ffffff; background-color: #004E59; }
footer p { color:#FFFFFF; font-size:.78rem; margin-top:0;}
footer.gray-footer { background-image: url(../media/raih35kc/footer-gray-bkgd.svg);}

#footerLogo {width:130px;}

/*===================================================================================*/
/*	HERO
/*===================================================================================*/
.hero-wrapper { background-color:#004E59;}
.hero-wrapper .hero-copy{ padding-top:50px;padding-bottom:50px;}
.hero-wrapper h1, .hero-wrapper p { color:#FFFFFF; }
.hero-wrapper h1 {font-size:1.56rem !important; }
.hero-wrapper p {font-size:1.33rem !important; line-height:1.56rem!important; }


/*====================================================
    FORM
====================================================*/
.form-wrapper { background-color:#ffffff; box-shadow:rgba(0, 0, 0, 0.05) 0px 3px 9px 0px; padding:60px; }
.form-wrapper h2 {color:#004E59; font-size:1.33333rem; font-weight:600; margin-bottom:30px;}
.form-intro {
    margin-bottom: 4rem;
}

.form-question {
    margin-bottom: 2rem;
}

.question-label {
    display: block;
    font-size: 1.11rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: .5rem;
   
}

.form-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    /*margin-bottom: 1.25rem !important;*/
}

.form-check-input {
    margin-top: 4px !important;
    flex-shrink: 0;
}

.form-check-label {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.form-control {
    max-width: 500px;
    height: 52px;
    font-size: 1rem;
    border-radius: 0;
    font-family:"upgrade-light", sans-serif; 
}

input.form-control {border-radius:8px; }

.text-danger {
    display: block;
    margin-top: .5rem;
    font-size: 1rem;
    line-height:1.2rem;
}

.btn-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 120px;
    height: 48px;
    padding: 0 32px;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(90deg, #005B73 0%, #8DC63F 100%);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .03em;
    text-decoration: none;
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
    transition: all .2s ease;
}

.btn-submit:hover {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 5px 12px rgba(0,0,0,.2);
}

.btn-submit:active {
    transform: translateY(0);
    color: #ffffff;
}

/*====================================================
    MOBILE
====================================================*/

@media (max-width: 768px) {

    .form-wrapper {
        padding: 4rem 0;
    }

    .question-label {
        font-size: 2rem;
    }

    .form-check-label {
        font-size: 1.7rem;
    }

}


/*===================================================================================*/
/*	ISI
/*===================================================================================*/
.isi { background-color:#ffffff; }
.isi h3 { color:#004F59; font-family: "upgrade", Sans-serif; font-size: .8888888888888889rem; font-weight: 600; line-height: 1.33rem; margin-bottom: 10px; margin-top:0;}

.isi li, .isi  p{ font-size: .8888888888888889rem; font-weight: 600;line-height: 1.33rem;}
.isi  p strong { font-family: "upgrade", Sans-serif;}
.isi a { color:#0a6a27 !important;}

.isi ul {
    margin: 0 0 1.5rem 1.0rem;
    padding: 0;
}

.isi li {
    margin-bottom: 0;
}

.isi ul li::marker {
    color: #76BC28 !important;
}

/* Nested lists */
.isi ul ul {
    margin-top: 0;
    margin-bottom: 0;
}

.isi ul ul li::marker {
    color: #B7D98C !important;
}

/* Inline side effects list */
.side-effects-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-left: 1.5rem;
}

/*===================================================================================*/
/*	ADMIN
/*===================================================================================*/

.admin-main h2 { font-size:1.5rem;}
.admin-main .form-label {margin-bottom:0; line-height: 1rem; }

.nav-item {margin-bottom:0; }
.nav-link {padding:0;}

logout-form {
    margin: 0;
}

.logout-link {
    background: none;
    border: 0;
    padding: 0;
    color: #76BC28;
    text-decoration: none;
    cursor: pointer;
    font: inherit;
    text-decoration: underline;
}

.logout-link:hover {
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #004E59;
    border-color: #004E59;
}