@charset "UTF-8";

/**************************
	PALETTE
	
		Green
			#125E52
		Magenta
			#9D466C

 **************************/

/*********************************************  UNIVERSAL SYTLES  ****************************************************/

:root {
    --page-width: 100vw;
    --edge-width1280: calc((100vw - 1200px) / 2);
    --edge-width1440: calc((100vw - 1380px) / 2);
}

body {
}
body,div,p,li,a,input,select,textarea {
    font-family: HoeflerText-Roman,Georgia,Cambria,Times New Roman,Times,serif;
}
a {
    color: #125E52;
}
textarea {
    overflow-y: scroll;
}

a:focus,input:focus,select:focus,textarea:focus,button:focus,
a:active:focus,input:active:focus,select:active:focus,textarea:active:focus,button:active:focus,
a.active:focus,input.active:focus,select.active:focus,textarea.active:focus,button.active:focus {
    outline: 1px solid #eeeeee;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 1px auto #eeeeee;
    color: white;
}


#loading-wait {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff url('../imgD/eh_survey/loading.gif') center center no-repeat;
    opacity: 0.8;
    z-index: 1000;
}

.survey-cell-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}

@media (min-width: 768px) {
    .rotated {
        font-size: 14px;
    }
}


/*********************************************  TOPBAR  *******************************************************/

.top-bar {
    background: url('../imgD/eh_survey/decor_line.png') repeat-x;
    position: relative;
    z-index: 500;
}
.top-bar h2 {
    margin: 0;
    outline: none;
}

/*********************************************  MISC  *******************************************************/
/* IE 6-8 FIXES */
.lt-ie9 #page-header-image-container {
    margin-bottom: -20px;
}
.lt-ie9 #page-header-image #page-header-image-inner img {	/* IE8+ - must be on one line, unfortunately */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.9848077530122081, M12=0.17364817766692991, M21=-0.17364817766692991, M22=0.9848077530122081, SizingMethod='auto expand')";
}
.lt-ie8 #page-header-image #page-header-image-inner img {	/* IE6 and 7 */
    filter: progid:DXImageTransform.Microsoft.Matrix( M11=0.9848077530122081, M12=0.17364817766692991, M21=-0.17364817766692991, M22=0.9848077530122081, SizingMethod='auto expand' );
}
.lt-ie9 #page-header-image #page-header-image-inner {
    overflow: visible;
}
.lt-ie9 #page-header-image #page-header-image-inner img {
    margin: -35px 0 0 -10px;
    border: 6px solid #fff;
    /*
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=-3, OffY=5, Color=#333333);
    */
}
.lt-ie9 #page-header-image #page-header-pictureframe {
    display: none;
}


.callout {
    font-family: Hoefler, "HoeflerText-Italic", HoeflerText-Roman,Georgia,Cambria,Times New Roman,Times,serif;
    font-style:italic;
    font-weight:bold;
    color:#125E52;
    text-align:center;
    margin-bottom: 12px;
    line-height: 150%;
    padding: 20px;
}
.callout hr {
    text-align: left;
    width: 40%;
    margin: 15px auto;

}

/*************************  COLUMNS  *************************/

#three-columns {
    margin: 25px 0;
    overflow: hidden;
    position: relative;
}
#three-columns .column {
    position: relative;
    float: left;
    padding: 10px 0;
    margin: 0 0 0 9px;
    width: 192px;
    overflow: hidden;
    background: #FFF;
    border: 1px solid #125E52;

    /*
    behavior: url('css/border-radius.htc');
    */
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
}
#three-columns .column:first-child {
    margin: 0;
}
#three-columns .column h3 {
    text-align: center;
    margin: 10px 5px;
    font-family: HoeflerText-Roman,Georgia,Cambria,Times New Roman,Times,serif;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: normal;
}
#three-columns .column img {
    display: block;
    margin: 0px auto;
}
#three-columns .column p {
    padding: 5px 10px 10px 15px;
    margin: 0;
    color: #5C443C;
    font-size: 12px;
}
#three-columns .column:hover {
    background: #c8ce6a;
    border: 1px solid #5c4639;
}
#three-columns .column:hover h3 {
    color: #5c4639 !important;
}

/*************************  survey-box  *************************/

#survey-box {
    overflow: hidden;
    padding: 4px 0 0 0;
    position: relative;
    margin: 10px 0 20px 0;
    min-width: 300px;
}
#survey-box-inner1 {
    overflow: hidden;
    padding: 0 0 4px 0;
}
#survey-box-inner2 {
    overflow: hidden;
    padding: 8px 0 0 0;
}

#survey-box .title-image {
    padding: 5px 20px;
    background-color: #125E52;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.title-image-logo {
    float:left;width:20%;max-height:100%;
}
.title-image-header {
    float:left;width:70%;margin: 0px 10px 0 5%;
}
@media (min-width: 768px) {
    .title-image-header {
        width:50%;margin-top: 20px;
    }
}

#survey-box .box-slides {
    line-height: 175%;
    font-size: 14px;
}
#survey-box .box-slide {
    overflow: hidden;
    display: none;
}

#survey-box .box-slide th {
    vertical-align: middle;
    padding-bottom: 0;
    border: none;
}
#survey-box .box-slide th:first-child {
    border-bottom: none;
}
#survey-box .box-slide th, #survey-box .box-slide td {
    text-align: center;
    border: none;
    padding: 0;
}
#survey-box .box-slide td {
    vertical-align: middle;
}

.input-container .help-block {
    display: none;
}

.error-container td {
    margin :0;
    padding: 0;
    text-align: center;
    display: none;
}
#survey-box .has-error td,
#survey-box .error-container td,
.help-block.filled {
    background-color: #FCC;
}
#survey-box .box-slide:first-child {
    display: block;
}
#survey-box .box-title {
    padding: 20px 0 30px;
    font-size: 10px;
    color: #fff;
    font-family: HoeflerText-Roman,Georgia,Cambria,Times New Roman,Times,serif;
    background-color: #125E52;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
#survey-box .box-title a {
    color: #fff;
}
#survey-box .box-slide p .initial-cap,
#survey-box .box-slide-layout-3 p.submitted {
    font-family: HoeflerText-Roman,Georgia,Cambria,Times New Roman,Times,serif;
    font-size: 36px;
    margin-right: 5px;
}


#survey-box .box-title.footer {
    position: relative;
    overflow: visible;
    padding-top: 50px;
    margin-bottom: 15px;
}
.survey-page .box-title.footer:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 68px;
    height: 60px;
    margin-left: -34px;
    margin-top: -10px;
    background-image: url(/imgD/eh_survey/heart-white.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.survey-page p {
    font-family: HoeflerText-Roman,Georgia,Cambria,Times New Roman,Times,serif;
    font-size: 20px;
    font-weight: 400;
}
@media (min-width: 768px) {
    #survey-box .box-title.footer {
        margin-bottom: 15px;
        padding-top: 10px;
    }
}

/*** LAYOUTS ***/
/* Welcome */
#survey-box .box-slide-layout-1 {
    padding: 0;
}
#survey-box .box-slide-layout-1 .front-img {
    margin-top: -145px;
    margin-right: 10px;
    margin-left: -20px;
    width: 30%;
}
#survey-box .box-slide-layout-1 .front-img-2 {
    margin-top: -145px;
    float: right;
    margin-left: 15px;
    width: 30%;
}
#survey-box .box-slide-layout-1 p {
    padding: 20px 20px 0 20px;
    margin: 0;
}

/* Survey */
#survey-box .box-slide-layout-2 p { /* Form Section Titles */
    padding: 10px 15px;
    margin: 0;
}
#survey-box .box-slide-layout-2 h3 {
    text-align: center;
    font-style: italic;
    font-family: HoeflerText-Roman,Georgia,Cambria,Times New Roman,Times,serif;
    padding: 20px;
    font-size: 36px;
}

td label {
    width: 100%;
    height: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}
/* Contact Modal */
#contact-modal .modal-content {
    background: #fff;
    color: #000;
    line-height: 175%;
    font-size: 12px;
    opacity: 0.95;
}
#contact-modal .btn {
    background: #9D466C;
    padding: 5px 25px;
    color: #FFF;
    border: 1px solid #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin: 12px 10px 0px;
    font-family: HoeflerText-Roman,Georgia,Cambria,Times New Roman,Times,serif;
    text-transform: lowercase;
    font-style: italic;
    font-weight: normal;
}


/* Emoji icons */
.img-emoji {
    max-width: 50px;
    width: 90%;
    margin: auto;
}

/* Survey Radio Buttons */
#survey-box .box-slide-layout-2 .radio {
    width: 20px;
    height: 20px;
    min-height: 20px;
    padding: 0 5px 0 0;
    background: url('../imgD/eh_survey/radio_buttons_4.png') no-repeat;
    display: inline-block;
    clear: left;
    margin: 4px 0 0;
}

.survey-progress-bar {
    height: 12px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
}

.progress-bar-done {
    background-color: #005E52;
    height: 100%;
    width: 20%;
    margin-right: 3px;
}

.progress-bar-pending {
    background-color: #eeeeee;
    height: 100%;
    width: 20%;
    margin-right: 3px;
}

.progress-bar-first {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.progress-bar-last {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* Thank You */
#survey-box .box-slide-layout-3 .front-img {
    margin-top: -60px;
}
#survey-box .box-slide-layout-3 p {
    margin: 10px 0 30px;
}
#survey-box .box-slide-layout-3 p.submitted {
    text-align: center;
    color: #9D466C;
    font-style: italic;
    font-family: HoeflerText-Roman,Georgia,Cambria,Times New Roman,Times,serif;
    margin-bottom: 5px;
}

/* Privacy Policy */
#survey-box .box-slide-layout-4 h2 {
    font-family: inherit;
    font-weight: bold;
    font-size: 13px;
    color: inherit;
}

#survey-box .box-slide-layout-4 h3 {
    text-decoration: underline;
    font-weight: bold;
    font-size: 13px;
}


/* Bootstrap Adjustments */
#survey-box p.omega,
#survey-box div.omega {
    padding-right:	0;
}
#survey-box p.alpha,
#survey-box div.alpha {
    padding-left:	0;
}

tr.has-error td,
div.has-error label {
    font-weight: bold;
}

td.edge-cell, th.edge-cell {
    display: none;
    border: none;
}

td.question-cell, th.question-cell {
    min-width: var(--page-width);
    max-width: var(--page-width);
    width: var(--page-width);
    border: none;
}

td.question-cell-yn, th.question-cell-yn {
    min-width: calc(var(--page-width) - 60px);
    max-width: calc(var(--page-width) - 60px);
    width: calc(var(--page-width) - 60px);
    border: none;
}

th.radio-cell-2, td.radio-cell-2 {
    min-width: calc(var(--page-width) / 2);
    max-width: calc(var(--page-width) / 2);
    width: calc(var(--page-width) / 2);
    border: none;
}

td.radio-cell-5, th.radio-cell-5 {
    width: calc(var(--page-width) / 5);
    min-width: calc(var(--page-width) / 5);
    max-width: calc(var(--page-width) / 5);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    border: none;
}

td.radio-cell-6, th.radio-cell-6 {
    width: calc(var(--page-width) / 6);
    min-width: calc(var(--page-width) / 6);
    max-width: calc(var(--page-width) / 6);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    border: none;
}

td.question-cell, td.radio-cell-2, td.radio-cell-5, td.radio-cell-6, td.edge-cell {
    background-color: #eeeeee;
}


/*********************************************  H5BP  *******************************************************/

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/*********************************************  iPad  *******************************************************/


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    #survey-box {
        /*
        background: rgba(113,132,61,0.95);
        */
    }
    #survey-box-inner1 {
        /*
        background: none;
        */
    }
    #survey-box-inner2 {
        /*
        background: none;
        */
    }
    #branch-box {
        background: rgba(158,79,118,0.95);
    }
    #branch-box-inner1 {
        background: none;
    }
    #branch-box-inner2 {
        background: none;
    }
    body {
        background-image:none;
    }

}

.survey-page-5 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: var(--page-width);
}

.survey-header {
    background-color: #005E52;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#survey-masthead {
    width: 325px;
}

.survey-hero {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    background-color: #000000;
    margin-top: 140px;
    text-align: right;
    padding-right: 5%;
}

.survey-hero img {
    width: 130%;
    vertical-align: middle;
}

.survey-top-message {
    background-color: #333333;
    height: 140px;
}

.survey-top-message-ty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #333333;
    height: 190px;
}

.survey-top-message-content {
    max-width: 815px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 15px;
}

.survey-top-message-content p {
    color: white;
    font-family: HoeflerText-Roman,Georgia,Cambria,Times New Roman,Times,serif;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
}

.survey-top-message-icons,
.survey-strive-five-box {
    display: none;
}

.survey-start {
    margin: 40px 0 35px 0;
}

.survey-start a,
.survey-start a:active,
.survey-start a:visited,
.survey-start a:focus {
    background-color: #005E52;
    color: white;
    font-family: HoeflerText-Roman,Georgia,Cambria,Times New Roman,Times,serif;
    font-size: 16px;
    font-style: italic;
    line-height: 23px;
    border: 2px solid #FFFFFF;
    border-radius: 24.5px;
    padding: 6px 32px;
}

.survey-start a:hover {
    background-color: #0c3e36;
    color: white;
}

.survey-brand {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 15px 30px 15px;
}

.survey-brand .brand-svg {
    max-width: 220px;
    margin-left: calc(50% - 110px);
}

.survey-table-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: white;
    position: fixed;
    top: 140px;
    left: 0;
    width: 100%;
    z-index: 999;
}

.survey-table-body {
    color: #333333;
    font-size: 8px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

.survey-col-1 {
    min-width: 8%;
    max-width: 8%;
}

.survey-col-6 {
    min-width: 50%;
    max-width: 50%;
}

.survey-happiness-row {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    right: 0;
}

.survey-happiness-row-ty {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    z-index: 900;
    right: 0;
}

.header-container {
    width: 100%;
    padding-top: 20px;
}

.survey-header-labels {
    /*padding-left: 15px;
    padding-right: 15px;*/
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: end;
    width: 100%;
    color: #333333;
    font-size: 8px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    /*max-width: 1380px;*/
}

.survey-question {
    text-align: center;
    padding: 15px;
}

p.survey-instructions {
    color: #005E52;
}

.survey-footer-2 {
    margin-top: 10px;
}

.survey-footer-2 .footer-legal,
.survey-footer-2 .footer-links {
    text-align: center;
    color: #005E52;
}

.survey-footer-2 a:link,
.survey-footer-2 a:hover,
.survey-footer-2 a:visited  {
    color: #333333;
    padding-top: 10px;
    text-decoration: underline;
}

.input-container {
    background-color: #eee;
}

.input-container td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.row-spacer td {
    height: 10px;
    background-color: white;
}

.question-label {
    padding-left: 40px;
}

.survey-nav-button,
.survey-nav-button:active,
.survey-nav-button:visited {
    background-color: #005E52;
    color: white;
    font-family: HoeflerText-Roman,Georgia,Cambria,Times New Roman,Times,serif;
    font-size: 16px;
    font-style: italic;
    line-height: 23px;
    border: 2px solid #FFFFFF;
    border-radius: 24.5px;
    padding: 6px 32px;
}

.survey-nav-button:hover {
    background-color: #0c3e36;
    color: white;
}

.progress-bar-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 30px;
}

.progress-bar-row a,
.progress-bar-row a:active,
.progress-bar-row a:visited,
.progress-bar-row a:focus {
    background-color: #005E52;
    color: white;
    font-family: HoeflerText-Roman,Georgia,Cambria,Times New Roman,Times,serif;
    font-size: 16px;
    font-style: italic;
    line-height: 23px;
    border: 2px solid #FFFFFF;
    border-radius: 24.5px;
    padding: 6px 32px;
}

.progress-bar-row a:focus {
    outline: 1px auto #005e52;
}

.progress-bar-row a:hover {
    background-color: #0c3e36;
    color: white;
}

#pb-back-button {
    order: 2;
}

#pb-center {
    order: 1;
    margin-bottom: 20px;
}

#pb-next-button {
    order: 3;
}

#problem_fields {
    margin-bottom: 50px;
}

/*#problem_fields_contact {*/
/*    width: 100%;*/
/*    padding-left: 15px;*/
/*    padding-right: 15px;*/
/*}*/

.survey-text-entry {
    background-color: #eeeeee;
    border: none;
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 21px;
}

.survey-text-entry-phone {
    background-color: #eeeeee;
    border: none;
    width: 100%;
    height: 100%;
    padding: 15px 20px;
    font-family: Perpetua, serif;
    font-size: 18px;
    line-height: 21px;
}

.survey-problem-description {
    height: 280px;
}

.survey-text-label {
    font-size: 24px;
    font-weight: normal;
    line-height: 35px;
}

.survey-yn-header {
    margin-top: 30px;
}

.container-intro,
.container.footer-container,
.container.progress-bar-container,
.container.ty-container {
    width: var(--page-width);
}

.privacy-message {
    background-color: #F6F6F6;
    padding: 20px 30px;
    margin-top: 70px;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.footer-container {
    padding-bottom: 15px;
}

.row-question-ta {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.container-question-ta {
    width: var(--page-width);
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
}

.parsley-required {
    font-size: 14px;
}

.ultimate-success-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-bottom: 20px;
}

.ultimate-success {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
}

.ultimate-success h2 {
    font-size: 25px;
    color: #005e52;
    line-height: 1.4;
    padding-bottom: 20px;
}

.ultimate-success p {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    padding-bottom: 20px;
}

.google-reviews {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 50px;
    padding-top: 30px;
    border-bottom: 1px solid #eeeeee;
}

.google-reviews img {
    width: 275px;
}

.ty-images {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    max-height: 460px;
    overflow-y: hidden;
}

.ty-images img {
    width: 100%;
}

.submitted-checkmark {
    width: 50px;
}

.submitted-text {
    font-size: 35px;
    font-family: Perpetua, serif;
    font-style: italic;
    color: #caa77a;
}

.end-image {
    display: none;
}

.bfm-pictures {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.bfm-pictures img {
    width: 90%;
}

.image-tooltip {
    position: relative;
}

/* Tooltip text */
.image-tooltip .image-tooltip-text {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    font-size: 12px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.image-tooltip:hover .image-tooltip-text {
    visibility: visible;
}

@media (min-width: 768px) {
    #survey-masthead {
        width: 400px;
    }

    .survey-hero {
        justify-content: flex-end;
    }

    .survey-hero img {
        width: 90%;
        margin-left: unset;
    }

    .survey-group {
         padding-left: 15px;
         padding-right: unset;
    }

    .header-container {
        padding-top: 30px;
    }

    .survey-brand .brand-svg {
        margin-left: unset;
    }

    .survey-top-message-icons {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        height: 140px;
    }

    .survey-top-message-content {
        padding-right: 30px;
        padding-left: unset;
        max-width: unset;
    }

    p.survey-instructions {
        padding-bottom: 0;
    }

    .input-container {
        height: 140px;
    }

    .survey-question {
        text-align: left;
        padding: 0 0 0 15px;
    }

    .survey-strive-five-box {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        height: 140px;
        padding-left: 20px;
    }

    .survey-strive-five-top {
        height: 40px;
        margin-top: 80px;
    }

    .survey-highly-satisfied-top {
        height: 200px;
        margin-left: -30px;
        margin-top: -20px;
        transform: rotate(12deg);
    }

    .survey-cell-content {
        font-size: 12px;
    }

    td.question-cell, th.question-cell {
        display: table-cell;
        width: calc(var(--page-width) / 2);
        min-width: calc(var(--page-width) / 2);
        max-width: calc(var(--page-width) / 2);
    }

    td.question-cell-yn, th.question-cell-yn {
        display: table-cell;
        width: calc(var(--page-width) - (var(--page-width) / 5));
        min-width: calc(var(--page-width) - (var(--page-width) / 5));
        max-width: calc(var(--page-width) - (var(--page-width) / 5));
    }

    td.radio-cell-5, th.radio-cell-5, th.radio-cell-2, td.radio-cell-2 {
        width: calc((var(--page-width) - 30px) / 10);
        min-width: calc((var(--page-width) - 30px) / 10);
        max-width: calc((var(--page-width) - 30px) / 10);
    }

    td.radio-cell-6, th.radio-cell-6 {
        width: calc((var(--page-width) - 30px) / 12);
        min-width: calc((var(--page-width) - 30px) / 12);
        max-width: calc((var(--page-width) - 30px) / 12);
    }

    .survey-problem-description {
        height: 395px;
    }

    .survey-footer-2 .footer-legal {
        text-align: left;
    }

    .survey-footer-2 .footer-links {
        text-align: right;
        text-decoration: none;
    }

    .google-reviews img {
        width: 388px;
    }

    .submitted-checkmark {
        width: 95px;
    }

    .submitted-text {
        font-size: 55px;
    }

    .end-image {
        display: block;
    }
}

@media (min-width: 992px) {
    #pb-back-button {
        order: 1;
    }

    #pb-center {
        order: 2;
        margin-bottom: unset;
    }

    #pb-next-button {
        order: 3;
    }

    .img-emoji {
        max-width: 97px;
        width: 90%;
    }

    .privacy-message {
        text-align: left;
        width: 85%;
    }
}

@media (min-width: 1024px) {
    .survey-page p {
        font-size: 28px;
    }

    #survey-masthead {
        width: 500px;
    }

    .survey-top-message-content p {
        color: white;
        font-family: HoeflerText-Roman,Georgia,Cambria,Times New Roman,Times,serif;
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 0;
    }

    .survey-cell-content {
        font-size: 14px;
    }

    .survey-strive-five-box {
        height: 140px;
        padding-left: 0;
    }

    .survey-strive-five-top {
        height: 50px;
        margin-top: 70px;
        margin-bottom: unset;
    }

    td.edge-cell, th.edge-cell {
        display: none;
    }

    td.radio-cell-5, th.radio-cell-5, th.radio-cell-2, td.radio-cell-2, td.radio-cell-6, th.radio-cell-6 {
        font-size: 14px;
    }

    /*#problem_fields_contact {*/
    /*    width: 900px;*/
    /*}*/

    .container-question-ta {
        width: 900px;
        padding-left: unset;
        padding-right: unset;
    }

    .ultimate-success h2 {
        font-size: 35px;
    }

    .ultimate-success p {
        font-size: 28px;
    }
}

@media (min-width: 1280px) {
    td.edge-cell, th.edge-cell {
        width: var(--edge-width1280);
        display: table-cell;
    }

    td.question-cell, th.question-cell {
        display: table-cell;
        width: calc(1200px / 2);
        min-width: calc(1200px / 2);
        max-width: calc(1200px / 2);
    }

    td.question-cell-yn, th.question-cell-yn {
        display: table-cell;
        width: calc(1200px - (1380px / 5));
        min-width: calc(1200px - (1380px / 5));
        max-width: calc(1200px - (1380px / 5));
    }

    td.radio-cell-5, th.radio-cell-5, th.radio-cell-2, td.radio-cell-2 {
        width: calc(1200px / 10);
        min-width: calc(1200px / 10);
        max-width: calc(1200px / 10);
    }

    td.radio-cell-6, th.radio-cell-6 {
        width: calc(1200px / 12);
        min-width: calc(1200px / 12);
        max-width: calc(1200px / 12);
    }

    .container-intro,
    .container.footer-container,
    .container.progress-bar-container,
    .container.ty-container {
        width: 1200px;
    }

    /*#problem_fields_contact {*/
    /*    width: 900px;*/
    /*}*/
}

@media (min-width: 1440px) {
    td.edge-cell, th.edge-cell {
        display: table-cell;
        width: var(--edge-width1440);
    }

    td.question-cell, th.question-cell {
        display: table-cell;
        width: calc(1380px / 2);
        min-width: calc(1380px / 2);
        max-width: calc(1380px / 2);
    }

    td.question-cell-yn, th.question-cell-yn {
        display: table-cell;
        width: calc(1380px - (1380px / 5));
        min-width: calc(1380px - (1380px / 5));
        max-width: calc(1380px - (1380px / 5));
    }

    td.radio-cell-5, th.radio-cell-5, th.radio-cell-2, td.radio-cell-2 {
        width: calc(1380px / 10);
        min-width: calc(1380px / 10);
        max-width: calc(1380px / 10);
    }

    td.radio-cell-6, th.radio-cell-6 {
        width: calc(1380px / 12);
        min-width: calc(1380px / 12);
        max-width: calc(1380px / 12);
    }

    .container-intro,
    .container.footer-container,
    .container.progress-bar-container,
    .container.ty-container {
        width: 1380px;
    }

    /*#problem_fields_contact {*/
    /*    width: 900px;*/
    /*}*/
}

