/* FONTS
noto serif
open sans
*/

/* COLORS
purple:     #874fb2
--shade:    #7a47a1

--tint:     #e6f0f4
-tint:      #b6d8e4
teal:       #008aab
--shade:    #00738f

--tint:     #ece9f5
-tint:      #b9aac8
ag purple:  #532d6d
--shade:    #3d214f

grey:       #3d3935
*/

#ohq-main {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
}
#ohq-main.hidden { display: none; }

#ohq-main > .ng-scope {
    position: relative;
    height: 100vh;
}

#ohq-container {
    background: #fff;
    box-shadow: 0 .2rem 1rem #222;
    height: 70vh;
    overflow-y: auto;
    padding: 4vw;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    margin: 0 auto;
    transition: all 1s ease-in-out;
}

#ohq-main .active {
    display: block;
}

/* wp workaround style */
#ohq-main .page-header {
    float: none !important;
    border-top-color: #fff;
    border-top-style: none;
    border-top-width: 0px;
}

/******************************************************************
ANIMATIONS
******************************************************************/

#ohq-main #form-views {
    width: auto;
}

/* basic styling for entering and leaving */
/* left and right added to ensure full width */
#ohq-main #form-views.ng-enter,
#ohq-main #form-views.ng-leave {
    left: 30px;
    position: absolute;
    right: 30px;
    transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
}

/* enter animation */
#ohq-main #form-views.ng-enter {
    -webkit-animation: slideInRight 0.5s both ease;
    -moz-animation: slideInRight 0.5s both ease;
    animation: slideInRight 0.5s both ease;
}

/* leave animation */
#ohq-main #form-views.ng-leave {
    -webkit-animation: slideOutLeft 1s both ease;
    -moz-animation: slideOutLeft 1s both ease;
    animation: slideOutLeft 1s both ease;
}

/* slide out to the left */
@keyframes slideOutLeft {
    to {
        transform: translateX(-200%);
    }
}

@-moz-keyframes slideOutLeft {
    to {
        -moz-transform: translateX(-200%);
    }
}

@-webkit-keyframes slideOutLeft {
    to {
        -webkit-transform: translateX(-200%);
    }
}

/* slide in from the right */
@keyframes slideInRight {
    from {
        transform: translateX(200%);
    }

    to {
        transform: translateX(0);
    }
}

@-moz-keyframes slideInRight {
    from {
        -moz-transform: translateX(200%);
    }

    to {
        -moz-transform: translateX(0);
    }
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translateX(200%);
    }

    to {
        -webkit-transform: translateX(0);
    }
}



/*---------------------------*/

/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700|Open+Sans:400,700'); */


/******************************************************************
GLOBAL STYLES
******************************************************************/

* #ohq-main {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

#ohq-main {
    font-family: 'Open Sans' !important;
    color: #3d3935;
}

#ohq-main button,
#ohq-main a {
    display: block;
    box-shadow: none;
    border-radius: 0px;
}

#ohq-main h1,
#ohq-main h2,
#ohq-main h3,
#ohq-main h4,
#ohq-main h5,
#ohq-main h6 {
    color: #532d6d;
    font-family: 'Noto Serif' !important;
    font-weight: 400;
    text-transform: uppercase;
}

#ohq-main a {
    text-decoration: none !important;
}

#ohq-main h1 {
    font-size: 200% !important;
}

#ohq-main h2 {
    font-size: 150% !important;
}

#ohq-main h3 {
    font-size: 137% !important;
}

#ohq-main input {
    border: 1px solid #666;
    color: #666;
    display: block;
    font-size: 120%;
    margin: 2rem auto 1rem auto;
    padding: 1rem;
    text-align: center;
}

#ohq-main .visible {
    display: block;
}

#ohq-main input:focus::-webkit-input-placeholder {
    color: transparent;
}

#ohq-main input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
#ohq-main input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
#ohq-main input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */

#ohq-main sup {
    font-size: 50%;
}


/******************************************************************
LAYOUT ELEMENTS
******************************************************************/

#ohq-main .active {
    background: #008aab !important;
    color: #fff !important;
    font-weight: 700 !important;
}

#ohq-main .agx-hearing-logo {
    display: block;
}


#ohq-main #agx-ohq {
    background: none;
    width: 100%;
    height: 100%;
    text-align: center;
}

#ohq-main .answerGrid {
    display: table;
    width: 100%;
}

#ohq-main .freq-2000hz {
    background: #e6f0f4
}

#ohq-main .freq-4000hz {
    background: #e6f0f4
}

#ohq-main .freq-6000hz {
    background: #e6f0f4
}

#ohq-main .freq-8000hz {
    background: #e6f0f4
}

#ohq-main .freq-10000hz {
    background: #e6f0f4
}

#ohq-main .header {
    margin: 0 auto;
    text-align: center;
}

#ohq-main .hidden {
    display: none;
}

#ohq-main .lead-text,
#ohq-main .quiz-question-text,
#ohq-main p {
    font-size: 120%;
    margin: .5rem 1rem;
    text-align: center;
}

#ohq-main .logo-intro {
    margin: 0 auto 2rem auto;
    max-width: 15rem;
    width: 30vw;
}

#ohq-main .ohq-modal {

    /*display: none;*/
}

#ohq-main .ohq-modal-active {
    display: block;
}

#ohq-main .nav {
    display: table;
    width: 100%;
}





#ohq-main [class*='prog-bar-'] {
    display: block;
    height: .5rem;
    margin: .2rem auto 2rem auto;
    text-align: center;
    width: 100%;
}

#ohq-main .page-header {
    position: relative;
}

#ohq-main .prog-bubble {
    background-color: #b9aac8;
    border-radius: 100%;
    display: inline-block;
    height: .5rem;
    margin: 0 .3rem;
    width: .5rem;
}

#ohq-main .prog-current {
    background-color: #532d6d;
    border-radius: 100%;
    display: inline-block;
    height: .5rem;
    margin: 0 .3rem;
    width: .5rem;
}

#ohq-main .quiz-environments {
    margin-top: 1rem;
}

#ohq-main .environments-intro,
#ohq-main .score {
    display: none;
}

#ohq-main .results-row {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    overflow: hidden;
}

#ohq-main .results-col {
    background: #e6f0f4;
    flex: 1;
    margin-right: .4rem;
    padding: 1rem;
    position: relative;
}

#ohq-main .results-col:last-of-type {
    margin-right: 0;
}

#ohq-main .results-summary {
    align-items: center;
    background: #ece9f5;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin: 0;
    overflow: hidden;
    padding: .8rem 1rem;
    text-align: center;
}

#ohq-main .summary-col {
    flex: 1;
}

#ohq-main .summary-col p {
    font-size: 2rem !important;
    margin: .25rem 0 0 0;
}

#ohq-main .score {
    background: #fff;
    border: .2rem solid #b6d8e4;
    border-radius: 100%;
    height: 6rem;
    margin: 1rem auto 0 auto;
    padding: 0;
    position: relative;
    width: 6rem;
}

#ohq-main [class*='stage-'] {
    height: 100%;
    padding: 1rem;
    position: relative;
}

#ohq-main #stepNavBar {
    border-radius: 100rem;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin: 1rem auto .5rem auto;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

#ohq-main .stepNavItem {
    background: #b6d8e4;
    color: #555;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    justify-content: center;
    padding: .5rem;
    text-align: center;
    width: 20%;
}

#ohq-main .tone-test-frequencies {
    color: #888;
    margin: 1.5rem 0;
    text-align: center;
}

#ohq-main .tone-test-frequencies p {
    font-size: 150%;
    margin: 0;
}

#ohq-main .totals-container {
    background: #ece9f5;
    margin: 1rem 0;
    padding: 1rem;
}

#ohq-main .totals-divider {
    background: #555;
    height: 1px;
    margin: 1rem auto 0 auto;
}

#ohq-main .vol-text {
    color: #532d6d;
    font-size: 120%;
    font-weight: 700;
}


/******************************************************************
OBJECT ELEMENTS
******************************************************************/

#ohq-main #calVol {

    color: #532d6d;
    text-align: center;
    font-size: 120%;
}

#ohq-main .calib-body {
    margin: 2rem auto;
}

#ohq-main [class*='calib-side-'] {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}

#ohq-main .calib-side-l {
    left: 30%;
}

#ohq-main .calib-side-r {
    right: 30%;
}

#ohq-main [class*='calib-tone-'] {
    border-radius: 10rem;
    color: #888;
    font-size: 80%;
    margin: .5rem 0;
    padding: .2rem;
    text-align: center;
}

#ohq-main .calib-ui {
    height: 10rem;
    margin: 2rem auto;
    position: relative;
}

#ohq-main .active-calib-tone {
    background: #b9aac8;
    color: #000;
    font-weight: 700;
}

#ohq-main [class*='calib-label-'] {
    background: #b6d8e4;
    border-radius: 100%;
    font-size: 120%;
    height: 4rem;
    line-height: 320%;
    margin: .5rem 0;
    text-align: center;
    width: 4rem;
}

#ohq-main .active-calib-label {
    background: #008aab;
    color: #fff;
}

#ohq-main .calib-vol {
    background: #e6f0f4;
    border-radius: 100%;
    display: inline-block;
    height: 10rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10rem;
}

#ohq-main .vol-icons {
    position: absolute;
    right: 12%;
    top: 50%;
    transform: translateY(-50%);
}

#ohq-main .active-freq {
    background: #b6d8e4;
    color: #532d6d;
    font-weight: 700;
}

#ohq-main .disclaimer {
    color: #666;
    font-size: 80%;
    margin: 3rem auto 0 auto;
    text-align: center;
}

#ohq-main .summary-score {
    color: #532d6d;
    font-size: 120%;
}

#ohq-main .mobile-summary-score {
    color: #532d6d;
    font-weight: 700;
}

#ohq-main [class*='score-'] {
    color: #532d6d;
    font-size: 220%;
    left: 50%;
    line-height: 105%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

#ohq-main .results-head {
    color: #532d6d;
    font-size: 100%;
    font-weight: 700;
}

#ohq-main .environments-intro {
    margin: 1.5rem 0 1rem 0;
}

#ohq-main .environment {
    font-size: 100%;
}

#ohq-main [id*='ans'] {
    display: inline-block;
}

/* Score Progress Circle */
#ohq-main .radial-progress {
    background-color: #d6dadc;
    border-radius: 50%;
    margin: 0;
    position: relative;
    z-index: 0;
}

#ohq-main .total-circle-col {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-grow: 1;
}

#ohq-main #totalCircle h2 {
    margin-top: 38%;
}

#ohq-main #quizCircle,
#ohq-main #toneCircle,
#ohq-main #speechCircle {
    height: 9vw;
    margin: .5rem auto;
    width: 9vw;
}

#ohq-main #quizCircle h2,
#ohq-main #toneCircle h2,
#ohq-main #speechCircle h2 {
    margin-top: 32%;
}

#ohq-main .circle,
#ohq-main .mask.full,
#ohq-main .fill,
#ohq-main .fill.fix,
#ohq-main .mask.half,
#ohq-main .shadow,
#ohq-main .fillFixContainer,
#ohq-main .outerfixclip {
    backface-visibility: hidden;
    border-radius: 50%;
    height: 100%;
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden;
}

#ohq-main .radial-progress .circle .shadow {
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2) inset;
    z-index: 1000;
}

#ohq-main .radial-progress .circle .mask {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

#ohq-main .radial-progress .circle .mask .fill {
    background-color: #97a71d;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

#ohq-main .fill.fix {
    background-color: orange;
    clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
    transform: rotate(2deg);
    transition: transform 2s, background-color 1s;
    z-index: 1000;
    -ms-transition: transform 2s, background-color 1s;
    -webkit-backface-visibility: hidden;
    -webkit-clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
    -webkit-transition: transform 2s, background-color 1s;
}

#ohq-main .fillFixContainer {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}

#ohq-main .outerfixclip {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    transition: transform 2s, background-color 1s;
    z-index: 10;
    -ms-transition: transform 2s, background-color 1s;
    -webkit-backface-visibility: hidden;
    -webkit-clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    -webkit-transition: transform 2s, background-color 1s;
}

#ohq-main .radial-progress .inset {
    background-color: #fbfbfb;
    border-radius: 50%;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
    height: 80%;
    margin-left: 10%;
    margin-top: 10%;
    position: absolute;
    text-align: center;
    width: 80%;
    z-index: 1000;
}

#ohq-main .radial-progress .circle .mask,
#ohq-main .radial-progress .circle .fill {
    backface-visibility: hidden;
    transition: transform 2s, background-color 1s;
    -ms-transition: transform 2s, background-color 1s;
    -webkit-backface-visibility: hidden;
    -webkit-transition: transform 2s, background-color 1s;
}

#ohq-main mask.full fill {
    z-index: 0;
}

#ohq-main .totalResults {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
}

#ohq-main #totalCta {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-grow: 1.5;
    font-size: 1.8rem;
    margin: .5rem;
    text-align: center;
}

/* Score Progress Circle END*/


/******************************************************************
BUTTONS
******************************************************************/

#ohq-main .btn-exit {
    background: #fff;
    border: 1px solid #bdc3c7;
    border-radius: 100%;
    color: #bdc3c7;
    width: 2rem;
    height: 2rem;
    outline: none;
    position: absolute;
    right: .5rem;
    top: .5rem;
    width: 2rem;
    padding: 0rem;
    line-height: 2rem;
    white-space: nowrap;
    text-align: center;
    box-sizing: content-box;
    font-family: 'Open Sans';
    font-weight: 100;
}

#ohq-main .btn-exit:hover {
    background: #288dc2 !important;
    color: #fff !important;
}

#ohq-main .btn-modal,
#ohq-main .btn-submit {
    width: 30%;
    background: #008aab;
    border: none;
    color: #fff;
    display: block;
    font-size: 120%;
    font-weight: 200;
    letter-spacing: .05em;
    margin: auto;
    margin-bottom: 2rem;
    margin-top: 1rem;
    outline: none;
    padding: 1rem 1.5rem;
    position: relative;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

#ohq-main .btn-modal:hover,
#ohq-main .btn-submit:hover {
    background: #532d6d;
}

#ohq-main .btns-yn {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}

#ohq-main [class*='btn-yn-'] {
    border: none;
    display: inline-block;
    font-size: 120%;
    font-weight: 200;
    letter-spacing: .05em;
    margin: .5rem;
    outline: none;
    padding: 1rem 2rem;
    width: 8rem;
}

#ohq-main .btn-yn-yes {
    background: #532d6d;
    color: #fff;
}

#ohq-main .btn-yn-no,
#ohq-main .btn-yn-no[disabled],
#ohq-main .btn-yn-no[disabled]:hover,
#ohq-main .btn-yn-no[disabled]:active {
    background: #008aab;
    color: #fff;
}

#ohq-main .btn-yn-yes:hover {
    background: #3d214f;
}

#ohq-main .btn-yn-no:hover {
    background: #00738f;
    border: none;
}

#ohq-main .speechBtn:hover {
    background: #afa0bd;
    border: 2px solid #afa0bd;
}


#ohq-main .speechBtn:active {
    background: #3d214f;
    border: none;
    box-shadow: none;
    color: #fff;
    top: 0;
    margin-bottom: -2px;
}

#ohq-main .speechBtn {
    border: 2px solid #e0e0e0;
    background: #fff;
    color: #3d3935;
    border-radius: 10rem;
    box-shadow: 1px 1px 3px grey;
    display: table-cell;
    font-size: 100%;
    font-weight: 200;
    height: 6vh;
    letter-spacing: .05em;
    margin: 1.25%;
    outline: none;
    position: relative;
    top: -2px;
    width: 30% !important;
    padding: 0px;
}

#ohq-main .speechBtn[disabled],
#ohq-main .speechBtn[disabled]:hover,
#ohq-main .speechBtn[disabled]:active {
    border: 2px solid #e0e0e0;
    background: #fff;

    border-radius: 10rem;
    box-shadow: 1px 1px 3px grey;
    display: table-cell;
    font-size: 100%;
    font-weight: 200;
    height: 6vh;
    letter-spacing: .05em;
    margin: 1.25%;
    outline: none;
    position: relative;
    top: -2px;
    width: 30% !important;
}

#ohq-main .speechBtn[disabled],
#ohq-main .btn-yn-no[disabled],
#ohq-main .btn-yn-no[disabled]:hover,
#ohq-main .btn-yn-no[disabled]:active,
#ohq-main .speechBtn[disabled]:hover,
#ohq-main .speechBtn[disabled]:active {
    opacity: 0.5;
    filter: blur(3px);
}

#ohq-main .btn-submit[disabled],
#ohq-main .btn-submit[disabled]:hover,
#ohq-main .btn-submit[disabled]:active {
    background: #008aab;
    opacity: 0.5;
    filter: blur(3px);
}

#ohq-main #toneAnswer {
    margin-top: .25rem;
    padding: 1rem;
    width: 12rem;
}

#ohq-main .vol-icons button {
    background: #532d6d;
    border: none;
    border-radius: 100%;
    color: #fff;
    display: block;
    font-size: 120%;
    height: 2rem;
    margin: 1rem 0;
    outline: 0;
    position: relative;
    width: 2rem;
}

#ohq-main .vol-icons button:hover {
    background: #3d214f;
}

#ohq-main .vol-minus:active {
    top: .05rem;
}

#ohq-main .vol-plus:active {
    top: .1rem;
}

#ohq-main #ohq-tag-x-restart {
    background-color: white;
    border: lightgrey 1px solid;
    box-shadow: none;
    color: lightgray;
    font-size: 80%;
    outline: none;
    padding: .75rem;
    position: absolute;
    right: .5rem;
    top: 1rem;
}

#ohq-main #ohq-tag-x-restart:hover {
    border-style: none;
    background-color: white;
    color: #288dc2;
    border: #288dc2 1px solid;
    outline: none;
    box-shadow: none;
}

#ohq-main #ohq-tag-x-restart:active {
    background-color: #288dc2;
    border: #288dc2 1px solid;
    box-shadow: none;
    color: white;
    outline: none;
}


/******************************************************************
RESPONSIVE STYLES
******************************************************************/

@media (min-width: 200px) and (max-width: 1000px) {

    #ohq-main #ohq-tag-x-restart {
        top: 0rem;
        font-size: 1.25rem;
    }


    #ohq-main {
        font-size: 80%;
    }

    #ohq-main #ohq-container {
        height: 90vh !important;
    }

    #ohq-main html {
        font-size: 80%;
    }

    #ohq-main input {
        width: 100%;
    }

    #ohq-main .btn-submit {
        width: 100%;
    }

    #ohq-main .quiz-window {
        height: 80%;
        max-height: 40rem;
        min-height: 35rem;
        width: 90%;
    }

    #ohq-main .logo-stage {
        margin: 0 0 0 .5rem;
        width: 7rem;
    }

    #ohq-main [class*='step-'] {
        height: 3.5rem;
    }

    #ohq-main .steps {
        height: 3rem;
    }

    #ohq-main .stepNavItem {
        font-size: 60%;
    }

    #ohq-main .intro-body,
    #ohq-main .quiz-body,
    #ohq-main .volume-body,
    #ohq-main .tone-test-body {
        margin: 2rem auto 4rem auto;
    }

    #ohq-main .speech-test-body {
        margin: 0 auto;
    }

    #ohq-main .tone-test-frequencies p {
        display: block;
        margin: .5rem auto;
        text-align: center;
        vertical-align: top;
    }

    #ohq-main .freq-2000hz {
        min-height: 2.5rem;
        padding-top: .2rem;
        width: 25vw;
    }

    #ohq-main .freq-4000hz {
        min-height: 2.5rem;
        padding: .2rem 0rem;
        width: 32vw;
    }

    #ohq-main .freq-6000hz {
        min-height: 2.5rem;
        padding: .2rem 0rem;
        width: 39vw;
    }

    #ohq-main .freq-8000hz {
        min-height: 2.5rem;
        padding: .2rem 0rem;
        width: 46vw;
    }

    #ohq-main .freq-10000hz {
        min-height: 2.5rem;
        padding: .2rem 0rem;
        width: 53vw;
    }

    #ohq-main .results-summary {
        flex-direction: column;
    }

    #ohq-main .mobile-summary-score {
        display: block;
    }

    #ohq-main .results-row {
        flex-direction: column;
    }

    #ohq-main .results-col {
        float: none;
        height: auto;
        margin-right: .4rem;
        margin-top: .5rem;
        padding: 1rem;
        text-align: left;
        width: 100%;
    }

    #ohq-main .results-head {
        margin: 1rem 0;
    }

    #ohq-main .score {
        height: 4rem;
        margin: 0 0 0 0;
        padding: 0;
        position: absolute;
        right: 1rem;
        top: 1rem;
        width: 4rem;
    }

    #ohq-main .environment {
        margin: 1rem 0;
    }

    #ohq-main .totalResults {
        flex-direction: column;
        text-align: center;
    }

    .results-summary {
        font-size: 2rem;
    }

    .mobile-summary-score {
        padding: 0px;
        margin: 0px;
        margin-top: -1rem !important;
        font-size: 3rem !important;
        font-family: 'Noto Serif';
        font-weight: bold !important;
    }

    #ohq-main .totals-divider {
        width: 90%
    }

    #ohq-main #totalCircle {
        width: 6rem;
        height: 6rem;
    }

    #ohq-main #quizCircle,
    #ohq-main #toneCircle,
    #ohq-main #speechCircle {
        display: none;

    }

    .results-summary {
        font-size: 150%;
    }
}


@media (min-width: 600px) {

    #ohq-main input {
        min-width: 80%;
        width: auto;
    }

    #ohq-main .logo-stage {
        margin: 0 auto 1rem auto;
        width: 8rem;
    }

    #ohq-main [class*='step-'] {
        height: 2rem;
    }

    #ohq-main .steps {
        height: 2rem;
    }

    #ohq-main .stepNavItem {
        font-size: 70%;
    }

    #ohq-main .results-summary {
        flex-direction: row;
    }

    #ohq-main .mobile-summary-score {
        display: none;
    }

    #ohq-main .results-row {
        flex-direction: row;
    }

    #ohq-main .results-head {
        margin: 2rem 0;
    }

    #ohq-main .totalResults {
        flex-direction: row;
        margin: 0 auto;
        text-align: initial;
        width: 90%;
    }

    #ohq-main .total-circle-col {
        margin-right: 1rem;
    }

    #ohq-main #totalCircle {
        width: 8rem;
        height: 8rem;
    }

    #ohq-main #quizCircle,
    #ohq-main #toneCircle,
    #ohq-main #speechCircle {
        display: block;
        font-size: 1.5vw;
    }

    .results-summary {
        font-size: 100%;
    }

    #ohq-main .summary-col p {
        font-size: 1.75rem !important;
        margin: .25rem 0 0 0;
    }
}


@media (min-width: 1000px) {

    #ohq-main html {
        font-size: 100%;
    }

    #ohq-main #ohq-main input {
        min-width: 60%;
        width: auto;
    }

    #ohq-main .lead-text,
    #ohq-main .quiz-question-text {
        font-size: 120%;
    }



    #ohq-main .btn-submit {
        min-width: 12rem;
    }

    #ohq-main .quiz-window {
        height: 30rem;
        width: 50rem;
    }

    #ohq-main .quiz-body,
    #ohq-main .volume-body .tone-test-body {
        margin: 3rem auto;
    }

    #ohq-main .speech-test-body {
        margin: 0 auto;
    }

    #ohq-main .tone-test-frequencies p {
        display: inline-block;
        vertical-align: middle;
    }

    #ohq-main .freq-2000hz {
        min-height: 2.5rem;
        padding: .2rem 0rem;
        width: 15%
    }

    #ohq-main .freq-4000hz {
        min-height: 3rem;
        padding: .45rem 0rem;
        width: 15%
    }

    #ohq-main .freq-6000hz {
        min-height: 3.5rem;
        padding: .7rem 0rem;
        width: 15%
    }

    #ohq-main .freq-8000hz {
        min-height: 4rem;
        padding: .95rem 0rem;
        width: 15%
    }

    #ohq-main .freq-10000hz {
        min-height: 4.5rem;
        padding: 1.2rem 0rem;
        width: 15%
    }

    #ohq-main .results-col {
        float: left;
        margin-right: .4rem;
        margin-top: 0;
        padding: 1rem;
        text-align: center;
        width: calc((100% / 3) - .275rem);
    }

    #ohq-main .results-col:last-of-type {
        margin-right: 0;
    }

    #ohq-main .results-head {
        margin: 0;
    }

    #ohq-main .score {
        float: none;
        height: 6rem;
        margin: 1rem auto 0 auto;
        padding: 0;
        position: relative;
        right: 0;
        top: 0;
        width: 6rem;
    }

    #ohq-main .environment {
        margin: 1rem 0;
    }

    #ohq-main .totalResults {
        width: 80%;
    }

    #ohq-main .totals-divider {
        width: 80%
    }

    .results-summary {
        font-size: 150%;
    }

    #ohq-main #quizCircle,
    #ohq-main #toneCircle,
    #ohq-main #speechCircle {
        display: block;
        font-size: 1.5vw;
    }

    #ohq-main .summary-col p {
        font-size: 2rem !important;
        margin: .25rem 0 0 0;
    }

}
