html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/*.roboto-condensed-<uniquifier > {
    font-family: "Roboto Condensed", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}*/

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
    height: 100%;
}

body {
    margin-bottom: 60px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

    body > .container {
        flex-grow: 1;
    }

h2 {
    margin-top: 34px;
    margin-bottom: 10px;
}

h3 {
    margin-top: 20px;
}

h4 {
    margin-top: 16px;
}

.pointer {
    cursor: pointer;
}

.form-button-row {
    padding-top: 20px;
    padding-bottom: 20px;
}

.row h3, .row h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

ul.indented-list li {
    margin-left: 15px;
    padding-left: 5px;
}

form .control-label {
    font-weight: 500;
    margin-bottom: 3px;
}

form .form-group {
    margin-bottom: 10px;
}

.table {
    margin-left: 10px;
    margin-right: 0;
    width: 98.5%;
    margin-bottom: 0;
}

    .table th {
        padding-left: 0;
    }

table th a:link,
table th a:visited {
    color: #636363;
}

table th a:hover {
    color: #3b3b3b;
}

footer {
    margin-top: 50px;
    clear: both;
}

.main-footer {
    clear: both;
    padding: 40px 0;
}

    .main-footer h2 {
        margin: 0;
        font-size: 1.8rem;
        font-weight: 700;
        line-height: 1.1;
    }

.secondary-footer {
    padding: 15px 0;
}

.bg-hhdarkgray {
    background-color: #2F2F2F;
}

.bg-hhmediumdarkgray {
    background-color: #555555;
}

header,
header button,
header .btn {
    font-size: 20px;
    font-weight: bold;
}

.navbar-light .navbar-nav a.nav-link,
.navbar-light .navbar-nav .btn,
.navbar-light .navbar-nav a.nav-link:visited,
.navbar-light .navbar-nav .btn:visited,
a.text-hhgray:visited,
.text-hhgray {
    color: #979797;
}

    .navbar-light .navbar-nav a.nav-link:hover,
    .navbar-light .navbar-nav .btn:hover {
        color: #fff;
    }

.text-hhgreen {
    color: #4FBFA8;
}

.btn-primary,
.background-hhgreen {
    background-color: #4FBFA8 !important;
    border-color: #4FBFA8 !important;
    outline-color: #4FBFA8 !important;
}

    .btn-primary:hover,
    .btn-primary:visited,
    .btn-primary:focus,
    .background-hhgreen:hover {
        background-color: #4bb09b !important;
        border-color: #4bb09b !important;
        outline-color: #4bb09b !important;
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #4bb09b;
    }

.text-hhorange {
    color: #F39A22;
}

a.text-hhorange,
a.text-hhorange:visited,
a.text-hhorange:active {
    color: #F39A22 !important;
    text-decoration: none;
}

    a.text-hhorange:hover {
        color: #fff;
        text-decoration: none;
    }

.btn-template-outlined-white {
    background: none;
    border: 1px solid #fff !important;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

    .btn-template-outlined-white:hover, .btn-template-outlined-white:focus {
        background: #fff;
    }

/* Home Page */
.home-rollover-image .image {
    position: relative;
    margin-bottom: 15px;
}

.home-rollover-image .overlay {
    width: 100%;
    height: 100%;
    background: #4FBFA8;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.home-rollover-image:hover .overlay {
    opacity: .8;
}

.home-rollover-image .overlay a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.home-rollover-image:hover .overlay a {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.gray-box-container {
    background-color: #F0F0F0;
    padding: 5px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .gray-box-container {
        min-height: 400px;
    }
}


/* Feedback */

.feedback-navigation {
    position: relative;
    margin-bottom: -90px;
    margin-top: 50px;
    z-index: 1;
    text-align: right;
}


.assessment-feedback-section {
    margin-top: 105px;
}

@media (min-width: 770px) {
    .assessment-feedback-section {
        margin-top: 60px;
    }
}

.assessment-feedback-header {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid black;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.assessment-feedback-category {
    font-weight: bold;
    font-size: 24px;
    margin-right: 20px;
}

.assessment-feedback-percentile {
    padding: 6px 20px;
    border-radius: 15px;
    font-weight: bold;
    opacity: 80%;
    color: white;
}

.assessment-feedback-details {
    display: flex;
}

.assessment-feedback-copy {
    order: 1;
    margin-right: 20px;
    width: 60%;
}

.assessment-feedback-sample {
    font-style: italic;
    order: 2;
    width: 40%;
    padding: 0 20px 10px 20px;
    background-color: #ECECEC;
    border-radius: 5px;
    color: #636363;
}

@media (max-width: 767px) {
    .assessment-feedback-details {
        flex-direction: column-reverse;
    }

    .assessment-feedback-copy,
    .assessment-feedback-sample {
        width: auto;
    }

    .assessment-feedback-sample {
        margin-bottom: 15px;
    }
}

.assessment-feedback-sample .sample-header {
    font-style: normal;
    font-weight: bold;
    margin-bottom: 5px;
    color: black;
}

.assessment-feedback-prescription {
    border: 1px solid #979797;
    margin: 30px 5%;
    padding: 15px 20px;
}

    .assessment-feedback-prescription .assessment-feedback-prescription-title {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .assessment-feedback-prescription .assessment-feedback-prescription-body-action p {
        padding: 0;
        margin: 0;
    }

    .assessment-feedback-prescription .assessment-feedback-prescription-body-action,
    .assessment-feedback-prescription .assessment-feedback-prescription-body-action ol li {
        font-style: italic;
        font-weight: bold;
    }
