/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.nw-header__skip {
    position:absolute;
    top:-100px;
    overflow:hidden;
    opacity:0;
    left:50%;
    margin-left:-100px;
    width:200px;
    z-index:15000;
    text-align:center;
    background-color:#fff;
    border:1px solid #bcbdbc;
    padding:5px 0;
    -webkit-transform:translate3d(0,-10px,0);
    transform:translate3d(0,-10px,0);
    opacity:0;
    -webkit-transition:opacity .2s ease-out,top 0s .2s,-webkit-transform .2s ease-out;
    transition:opacity .2s ease-out,top 0s .2s,-webkit-transform .2s ease-out;
    transition:transform .2s ease-out,opacity .2s ease-out,top 0s .2s;
    transition:transform .2s ease-out,opacity .2s ease-out,top 0s .2s,-webkit-transform .2s ease-out
}

.nw-header__skip:focus{
    top:10px;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    opacity:1;
    -webkit-transition:opacity .2s ease-out,-webkit-transform .2s ease-out;
    transition:opacity .2s ease-out,-webkit-transform .2s ease-out;
    transition:transform .2s ease-out,opacity .2s ease-out;
    transition:transform .2s ease-out,opacity .2s ease-out,-webkit-transform .2s ease-out
}

.nw-main-content-anchor{
    display:block;
    width:100%;
    text-align:center;
    height:0;
    overflow:hidden
}

/* Consent Bar */
#consent_blackbar {
    position: absolute;
    left: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
    max-width: 1260px;
    margin: auto !important;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html{
    /*background-image: linear-gradient(to right, rgb(37,55,70), rgb(0,59,92), rgb(37,55,70));*/
   /*font-family:'proxima-nova';*/
   font-family: "HCo Gotham", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
}

body{
    width:100%;
    margin:0 auto;
    font-size: 20px;
    line-height: 1.4;    
}

header{
    width:100%;
}

main{
    width:100%;
    display: block;
}

#mainHeader .nationwide__logo {
    padding: 2rem 0 2rem 2rem;
}

.icons-nwHeaderLogo-large, .icons-nfHeaderLogo-large {
    display: block;
    background-position: 0 -2721px;
    height: 61px;
    width: 217px;
    text-indent: -9999px;
    overflow: hidden;
    background-image: url(../cps-images/NF-DestinationFreedom-icons2.png);
    background-repeat: no-repeat;
}

.legacy-intro-wrapper {
    display: grid;
    grid-template-columns: 580px 1fr 1fr;
    grid-template-rows: 1fr .1fr;
    margin-bottom: 4rem;
}

.legacy-intro-wrapper .hero-img-intro{
    grid-column: 1/4;
    grid-row: 1/2;
    width: 100%;
}

.legacy-intro-wrapper .legacy-intro-overlay {
	grid-column: 1/4;
    grid-row: 1/2;
    align-self: end;
}

.legacy-intro-wrapper .legacy-intro-text {
    background-color: #0047bb;
    color: #ffffff;
    padding: 2rem; 
}

.legacy-intro-wrapper .legacy-intro-text h1 {
    text-align: center;
}

.legacy-intro-wrapper .legacy-intro-text p {
    text-align: left;
}

.legacy-intro-wrapper .lead-copy {
    max-width: 1260px;
    width: 100%;
    padding-top: 2%;
    grid-column: 1/4; 
    grid-row: 2/3;
}

.legacy-intro-wrapper .lead-copy p {
    width:100%; 
    max-width: 970px;
    margin: 0 auto 26px auto;
    display: block;
}

.legacy-intro-wrapper .lead-copy button {
    display: block;
    margin: auto;
}

.quiz .section {
    max-width: 1280px;
    margin: auto;
}

.quiz .section.section-1,
.quiz .section.section-2,
.quiz .section.section-3,
.quiz .section.section-4,
.quiz .section.section-results {
    display: none;
}

.one-result,
.multi-result {
    display: none;
}

.quiz .section.section-results {
    width: 100%;
}

.quiz .section.section-results .growth-result-container {
    background-color: #F4F4F5;
}

.quiz .section.section-results .growth-result-wrapper {
    width: 1000px;
    max-width: 90%;
    margin: auto;
    padding: 2rem;
}

.quiz .section.section-results .growth-result-wrapper h3 {
    text-align: center;
    margin-bottom: 2rem;
}

.quiz .section.section-results .growth-result-wrapper .in-the-works,
.quiz .section.section-results .growth-result-wrapper .needs-attention {
    display: none;
}

.quiz .section h2 {
    margin-bottom: 2rem;
    text-align: center;
}

.quiz .section button {
    display: block;
    margin: 2rem auto;
}

.show-persona {
    display: block;
}

.hide-results {
    display: none;
}

.show-results {
    display: block;
}

.question-container {
    max-width: 905px;
    margin: 0 auto 3rem auto;
}

.question-answers{
    display:flex;    
    flex-flow: row wrap;
}

.title {
    max-width:1000px; 
    margin:0 auto; 
    width:100%;
    display: block; 
    font-size: 1.6rem; 
    font-weight: bold;
}

.question{
    display:grid;
    grid-template-columns: 9rem 1fr; 
    grid-template-rows: 1fr 1fr;       
}

.question .number-container {
    grid-column: 1/2;
    grid-row: 1/3;
    justify-self: center;
    align-content: center;
}

.question .content {
    grid-row: 1/2;
    align-self: end;
}

.question .question-answers {
    grid-row: 2/3;
    align-items: center;
}

.question .content,
.question .question-answers {
    grid-column: 2/3;
}

.question .number-container img {
    width: 50px;
}

.question .question-answers input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: #0047bb;
    background-color: blue !important;
}

.section-score {
    background-color: #F4F4F5;
    padding: 2rem 0;
    text-align: center;
    margin-bottom: 3rem;
}

.understand-quiz-score-wrapper {
    text-align: center;
    padding: 0 2rem 2rem 2rem;
    margin-bottom: 26px;
}

.understand-quiz-score-wrapper.points {
    padding: 0;
}

.understand-quiz-score-wrapper.main h3,
.understand-quiz-score-wrapper h4 {
    margin-bottom: 3rem;
}

.average-score-desc {
    max-width: 370px;
    margin: auto;
}

.understand-quiz-score-wrapper .points-categories-wrapper {
    justify-content: space-around;
}

.understand-quiz-score-wrapper .points-categories-wrapper.rules {
    display: flex;
}

.understand-quiz-score-wrapper .points-categories-wrapper .point-category {
    flex: 1 1 0;
    max-width: 585px;
    text-align: left;
}

.understand-quiz-score-wrapper .points-categories-wrapper .point-category p {
    margin-bottom: 0;
}

.results,
.results .result,
.points-categories-wrapper {
    display:none;
}

.results.active{
    display:flex;
    margin-bottom:60px;
}

.header-nw-logo{
    top:10px;
    left:20px;
    position: absolute;
    height:100px;
    width:100px;
}

.retake-quiz {
    color: white;
}

.retake-quiz:focus, .retake-quiz:hover {
    color: rgba(255, 255, 255, .68);
}

a.button.hollow.nw-button--hollow-blue-light {
    margin-bottom: 26px;
}

svg.header-nw-logo path {
    fill:#fff;
}

* {
 box-sizing: border-box; 
}

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

@media screen and (max-width: 1200px) {
    .question {
        grid-template-rows: .5fr 1fr;
    }

}

@media screen and (max-width: 1100px) {

    .quiz .section {
        width: 90%;
    }

    .legacy-intro-wrapper .lead-copy {
        width: 90%;
        margin: auto;
    }

    .legacy-intro-wrapper .lead-copy p br {
        display: none;
    }

    .question .question-answers {
        align-items: unset;
    }
       
    #holistic, #eager, #opportunity, #idealistic{
        font-size: 16px;
    }

    .learn-more-links {
       text-align: center;
    }

    .learn-more-links a{
        font-size: 12px; 
        text-align: center;
    }

    .result-header-subtext{
        text-align: center; 
        padding-top: 1%; 
        max-width: 70%; 
        margin: 0 auto; 
        font-size: 18px;
         margin-bottom: 2%;
    }

    .question-answers .answer {      
        background-position: 50% 10px;
        background-repeat: no-repeat;
        margin-bottom: 2%;
        font-size: 14px;
       
    } 

    .understand-quiz-score-wrapper .points-categories-wrapper.rules {
        flex-direction: column;
    }

    .understand-quiz-score-wrapper .points-categories-wrapper .point-category p:last-of-type {
        margin-bottom: 26px;
    }
    
}
    

@media screen and (max-width: 900px) { 

    .question .content {
        font-size: 18px;
        margin-left: 0px;
    }

    .promo-text {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }

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

    .question-container .question{
        width: 800px;
        max-width:100%;
        margin:0 auto; 
    }

    .result-header-subtext{
        text-align: center; 
        padding-top: 1%; 
        max-width: 80%; 
        margin: 0 auto; 
        font-size: 18px; 
        margin-bottom: 2%;
    }

    .learn-more-links a {
        font-size: 10px;
        text-align: center;
    }
}

@media screen and (max-width: 820px){
    .legacy-intro-wrapper {
        grid-template-rows: 1fr .1fr;
    }

    .legacy-intro-wrapper img {
        margin-bottom: 2rem;
    }

    .legacy-intro-wrapper .legacy-intro-overlay {
        grid-column: 1/4;
        grid-row: 2/3;
    }

    .legacy-intro-wrapper .lead-copy {
        grid-row: 3/4;
    }

    .result-box .result-row .result-col{
       margin: auto;
    }
}

@media screen and (max-width:700px){

    .question {
        grid-template-rows: .2fr 1fr;    
    }

    .question .question-answers {
        display: grid;
        justify-items: center;
        grid-template-columns: max-content;
        grid-template-rows: repeat(5, 1fr);
    }

    .question .question-answers label {
        grid-column: 2/3;
        justify-self: start;
    }
}

@media screen and (max-width:600px){
    .legacy-intro-wrapper {
        grid-template-rows: .5fr .1fr .75fr;
        grid-template-columns: 1fr;
    }
    .result-row {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width:499px){
    .legacy-intro-wrapper .legacy-intro-text h1 {
        width: unset;
    }
}

/* ------------------------------Footer styles------------------------------------------ */

.nw-text-sm {
    font-size: 14px;
    /*font-size: 1.4rem;*/
    line-height: 1.4;
}

.nw-footer {
    background-color: #222;
    color: #c9cac8;
}

@media screen and (min-width: 64em){
    .nw-container {
        padding-left: 0;
        padding-right: 0;
    }
}

.nw-container {
    max-width: 1024px;
    padding-left: 22px;
    padding-right: 22px;
}
.nw-container, .nw-container-article {
    margin: 0 auto;
    position: relative;
}
.nw-inner-bun {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.nw-footer__top {
    overflow: hidden;
}

.nw-outer-bottom {
    margin-bottom: 20px !important;
}

.nw-footer p {
    margin-bottom: 26px;
    font-size: inherit;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

.partnerLinksText {
    margin-bottom: 0;
}

.nw-footer a, 
.nw-footer a:visited, 
.nw-footer a:active {
    color: #fff !important;
}

footer .nw-outer-bottom span:last-child:after, 
footer .business-partners-links span:last-child:after, 
footer .nw-footer-secondary-links span:last-child:after {
    content: "";
}

footer .nw-outer-bottom span:after, 
footer .business-partners-links span:after, 
footer .nw-footer-secondary-links span:after {
    display: inline-block;
    content: "|";
    padding: 0 5px;
}

.row {
    max-width: 102.4rem;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.row.collapse > .column, 
.row.collapse > .columns {
    padding-right: 0;
    padding-left: 0;
}

@media print, screen and (min-width: 40.625em){
    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media print, screen and (min-width: 50em){
    .large-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media print, screen and (min-width: 40.625em){
    .medium-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.small-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media print, screen and (min-width: 40.625em){
    .column, .columns {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

.column, .columns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    padding-right: 1rem;
    padding-left: 1rem;
    min-width: initial;
}

footer .nw-outer-bottom a:first-child, footer .nw-fg-white a:first-child, footer .nw-footer-secondary-links a:first-child {
    padding-left: 0;
}

.nw-footer a, .nw-footer a:visited, .nw-footer a:active {
    color: #fff !important;
}

@media print, screen and (min-width: 40.625em){
    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media print, screen and (min-width: 50em){
    .large-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media print, screen and (min-width: 40.625em){
    .medium-order-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
@media print, screen and (min-width: 40.625em){
    .medium-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.small-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media print, screen and (min-width: 40.625em){
    .nw-footer__third-party {
        text-align: right;
    }
}

.nw-footer__third-party {
    text-align: center;
}

.nw-footer__third-party svg {
    max-height: 44px;
    width: 100px;
}

.nw-footer__third-party a {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
}

.nw-footer__third-party a {
    margin: 0 10px;
}

.nw-footer svg {
    fill: #fff;
}


.nw-footer__logo svg {
    height: 45px;
    max-width: 175px;
}

@media screen and (min-width: 20.0625em){
    .nw-footer__logo svg {
        height: 55px;
    }
}

@media print, screen and (min-width: 40.625em){
    .nw-footer__logo svg {
        height: 65px;
    }
}

.nw-footer__logo a, .nw-footer__social svg {
    display: block;
}

@media print, screen and (min-width: 40.625em){
    .nw-footer__social svg {
        height: 40px;
        width: 40px;
    }
}
.nw-footer__social svg {
    width: 30px;
    height: 30px;
    fill: #87898b;
}

@media print, screen and (min-width: 40.625em){
    .nw-footer__phone {
        text-align: right;
    }
}

.nw-footer__phone {
    margin-top: 25px;
    margin-bottom: 30px;
}

.nw-footer__social li {
    float: left;
    padding: 5px;
    margin: 0 10px;
}

@media print, screen and (min-width: 40.625em){
    .nw-footer__social {
        float: right;
    }
}

.nw-footer__social {
    list-style: none;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.nw-footer__logo:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

@media print, screen and (min-width: 40.625em){
    .nw-footer__logo {
        float: left;
    }
}
.nw-footer__logo {
    padding: 5px;
}

.nw-footer a {
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}

.nw-footer a:hover{
    text-decoration: underline;
}

.nw-footer p.partnerLinksText {
    margin-bottom: 0;
}

.nw-footer__social a:hover, .nw-footer__social a:focus {
    background-color: #333;
}

.nw-footer a:hover {
    text-decoration: underline;
}

.nw-footer__social a:hover svg, .nw-footer__social a:focus svg {
    fill: #fff;
    cursor: pointer;
}

.nw-footer__third-party a:hover, .nw-footer__third-party a:focus, .nw-footer__third-party a:active {
    background-color: #333;
}

.nw-footer__third-party svg {
    max-height: 44px;
    width: 100px;
}

@media screen and (max-width:600px){
    .contest-entry-form-error, .contest-entry-form-error-email{
        font-size:18px;
    }
}
