@charset "utf-8";

/* Typography */

body {
    font-size: 16px;
    color: #000000;
    line-height: 1.618em;
}
h1 {
    font-size: 2.2rem;
    line-height: 1.1em;
}
h3 {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* Not Typography */

.aspNetHidden, #__asptrace {
	display: none;
}
html{
    background: #091c33;
    cursor: default;
    background-size: cover;
}
html, body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main-container {
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main {
    width: 800px;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, .35););
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}
.main img {
    max-width: 75%;
    margin-bottom: 10px;
}
.main__section {
    flex-basis: 100%;
    flex-grow: 1;
}
.main__section--first-panel {
    flex-basis: 40%;
    padding: 35px 25px 25px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}
.first-panel__header,
.first-panel__footer,
.second-panel__footer,
.second-panel__header {
    flex: 0 1 auto;
}
.first-panel__body,
.second-panel__body {
    flex: 1 1 auto;
}
.first-panel__header > div {
    margin-top: 0;
    margin-bottom: 35px;
}
.first-panel__body {
    display: flex;
}
.first-panel__body > div {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.first-panel__body .letter-header {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-between;
}
.first-panel__body .letter-header h3 {
    margin: 0;
}
.first-panel__body .letter-header span {
    border-bottom: 1px solid #777;
    padding-bottom: 1px;
}
.first-panel__body h3 {
    color: #777;
    margin: 0 0 15px 0;
}
.first-panel__body .letter-header .edit-link {
    text-decoration: none;
    color: #777;
    font-size: 0.6rem;
}
.target-list {
    margin: 0 0 25px 0;
    padding: 0;
}
.target-list li {
    list-style: none none;
}
.first-panel__body .target-list li {
    font-size: 0.75rem;
    font-style: italic;
}
.second-panel__body .target-list li {
    font-size: inherit;
    font-style: normal;
}
.first-panel__body .letter-top,
.first-panel__body .letter-bottom {
    font-size: 0.75rem;
    font-style: italic;
    line-height: 1.4;
}
.first-panel__body textarea {
    border: 0;
    border: 1px solid transparent;
    /* background: rgba(255, 255, 255, .15); */
    background: rgba(0, 0, 0, .05);
    border-radius: 4px;
    color: #ffffff;
    font-style: italic;
    resize: none;
    padding: .75rem;
    font-size: 0.75rem;
    line-height: 1.4;
    max-height: 450px;
    overflow-y: scroll;
}
.first-panel__body textarea:focus {
    border: 1px solid rgba(0, 0, 0, .4);
    background: #ffffff;
    font-style: normal;
    color: #000000;
}
.first-panel__footer {
    margin-top: 25px;
}
.footer__copyright {
    margin: 0;
    color: #777;
    font-size: 0.6rem;
    line-height: 1.4;
}
.footer__copyright p {
    margin: 0;
}
.main__section--second-panel {
    flex-basis: 60%;
    padding: 35px 40px 25px 40px;
    background-color: #ffffff;
}
.second-panel__header {
    margin-bottom: 35px;
}
.second-panel__body fieldset {
    border-width: 0;
    padding: 0;
}

.content_instructions {
    font-size: .9rem;
    line-height: 1.4em;
    margin-top: 0;
}
.grid-x {
    margin: 0 -.3rem;
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
}
.fields--checkbox > div {
    padding: .8rem .8rem .8rem 0;
}
.fields--checkbox div [type="checkbox"],
.fields--checkbox label {
    display: inline;
}
.fields--checkbox div [type="checkbox"],
.fields--checkbox div [type="radio"] {
    width: auto;
}
.fields--checkbox label {
    color: #000000;
    font-size: 100%;
    font-weight: 700;
    font-family: sans-serif;
}
.registration__fields--partial {
    display: flex;
    flex-wrap: wrap;
}
.registration__fields--partial > * {
    flex: 1 1 100%;
}
input, select {
    font-family: sans-serif;
    font-size: .9rem;
    line-height: 1;
    margin: .3rem;
    padding: .8rem;
    border: 1px solid #d2d2d2;
    color: #444;
    font-weight: 700;
    display: inline-block;
    flex: 1 1 auto;
    display:block;
    width:0;
    background-color: #ffffff;
}
textarea {
    box-sizing: border-box;
    resize: vertical;
}
textarea:invalid {
    background-color: #ffffff;
}
input[type="submit"], a.button {
    text-decoration: none;
    color: #ffffff;
    border: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: .45em;
    line-height: 1.368;
    font-family: AvantGardeLT-Bold,sans-serif;
    font-size: 1.35938rem;
    width: 300px; 
    margin: 1.5em auto;
    cursor: pointer;
}
input[type="submit"]:hover, a.button:hover {
    opacity: 0.85;
}
select {
    color: #bbb;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #bbb;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #888;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #888;
}
:-moz-placeholder { /* Firefox 18- */
  color: #888;
}
.second-panel__footer {
    text-align: center;
}
.second-panel__footer a {
    font-size: 0.7rem;
    padding: 0 7px;
}
.second-panel__footer ul,
.followup-panel__footer ul {
    margin: 0;
    padding: 0;
}
.second-panel__footer ul li,
.followup-panel__footer ul li {
    list-style: none none;
    display: inline-block;
    padding: 1px 2px;
}
.second-panel__footer ul li:first-child,
.followup-panel__footer ul li:first-child {
    border-left: 0;
}
.followup-panel__footer ul li {
    border-left-color: #ffffff;
}
.followup-panel__footer ul li a {
    color: #ffffff;
}

/*  Format 1, 4, 5, 6 */
.format-1-step-1 .main,
.format-4-step-1 .main,
.format-4-step-2 .main,
.format-5-step-1 .main,
.format-6-step-1 .main {
    flex-direction: column;
}
.format-1-step-1 .main__section--second-panel,
.format-4-step-1 .main__section--second-panel,
.format-4-step-2 .main__section--second-panel,
.format-5-step-1 .main__section--second-panel,
.format-6-step-1 .main__section--second-panel {
    order: 1;
    flex-basis: auto;
}
.format-1-step-1 .main__section--first-panel,
.format-4-step-1 .main__section--first-panel,
.format-4-step-2 .main__section--first-panel,
.format-5-step-1 .main__section--first-panel,
.format-6-step-1 .main__section--first-panel {
    order: 2;
    padding: 25px;
    flex-basis: auto;
}





.format-1-step-1 .main__section--first-panel .first-panel__header div,
.format-1-step-2 .main__section--second-panel .second-panel__header div,

.format-2-step-1 .main__section--first-panel .first-panel__header div p,
.format-2-step-1 .main__section--second-panel .second-panel__header div h1,

.format-3-step-1 .main__section--first-panel .first-panel__header div p,
.format-3-step-1 .main__section--second-panel .second-panel__header div h1,

.format-4-step-1 .main__section--first-panel .first-panel__header div,
.format-4-step-2 .main__section--first-panel .first-panel__header div,

.format-5-step-1 .main__section--first-panel .first-panel__header div,

.format-6-step-1 .main__section--first-panel .first-panel__header div {
    display: none;
}
.format-4-step-2 .letter-header span {
    display: none;
}
.format-4-step-2 .second-panel__body textarea {
    width: 100%;
    border: 1px solid #777;
    padding: 10px;
}
.format-1-step-1 .first-panel__footer p,
.format-4-step-1 .first-panel__footer p,
.format-4-step-2 .first-panel__footer p,
.format-5-step-1 .first-panel__footer p,
.format-6-step-1 .first-panel__footer p {
    text-align: center;
}
.format-1-step-1 .first-panel__footer p br,
.format-4-step-1 .first-panel__footer p br,
.format-4-step-2 .first-panel__footer p br,
.format-5-step-1 .first-panel__footer p br,
.format-6-step-1 .first-panel__footer p br {
    display: none;
}

/* Thank You Page */

body#thankyou .main {
    flex-direction: column;
    max-width: 500px;
}
body#thankyou .main__section {
    flex-basis: auto;
}
.main__section--thankyou-panel {
    background-color: #ffffff;
    padding: 35px 40px;
}
.thankyou-panel__body h3 {
    text-transform: uppercase;
}
.thankyou-panel__body p.shareyourstory-quote {
    line-height: 1.3;
    font-size: 1.4rem;
    margin: 0 auto;
    padding-left: 0.5rem;
    padding-bottom: 1rem;
}
.thankyou-panel__footer {
    /*margin-top: 35px;*/
}
.thankyou-panel__footer > div {
    display: flex;
    justify-content: space-between;
}
.thankyou-panel__footer .user-name {
    text-transform: uppercase;
    font-weight: 700;
}
.thankyou-panel__footer .shareyourstory-userpic {
    width: 75px;
    height: 75px;
}
#ResultsContainer {
    display: none;
}
.main__section--followup-panel {
    padding: 15px 40px;
}
.followup-panel__header h3 {
    color: #ffffff;
    text-transform: uppercase;
}
.followup-panel__body textarea {
    width: 100%;
    height: 140px;
    display: block;
    margin: 0 auto;
    border: 0;
    border-radius: 5px;
    padding: 10px;
}
.followup-panel__footer {
    text-align: center;
    color: #ffffff;
}
.followup-panel__footer a {
    color: #ffffff;
    font-size: 0.7rem;
    padding: 0 7px;
}
.followup-panel__footer p {
    margin: 0;
}
.fa-quote-left {
	overflow: visible;
	position: absolute;
	margin-left: -23px;
	font-size: 1.2rem;
	color: #777;
	margin-top: 5px;
}

/* Error and Content Pages */

body#error .main,
body[id^="content"] .main {
    margin: 10px;
    max-width: none;
    background-color: #ffffff;
    flex-direction: column;
}
body#error .main {
    padding: 35px 40px;
}
body#error .main img,
body[id^="content"] .main img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}

/* Additional Info Page ?aitestmode=true */
body#additionalinfo input[type="text"],
body#additionalinfo input[type="tel"],
body#additionalinfo select {
    width: 100%;
    box-sizing: border-box;
    margin: 0.5em 0;
}
body#additionalinfo input[type="radio"],
body#additionalinfo input[type="checkbox"] {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}
body#additionalinfo .FormRowContainer {
    margin: 0.7em 0;
}

@media only screen and (max-width: 980px) {
    .main-container {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 820px) {
    .main {
        flex-direction: column;
        width: auto;
    }
    .main__section--second-panel {
        order: 1;
        flex-basis: auto;
    }
    .main__section--first-panel {
        order: 2;
        flex-basis: auto;
    }
    .format-1-step-2 .main__section--second-panel .second-panel__header div,
    .format-2-step-1 .main__section--second-panel .second-panel__header div,
    .format-3-step-1 .main__section--second-panel .second-panel__header div,
    .format-4-step-2 .main__section--second-panel .second-panel__header div,
    .format-2-step-1 .main__section--second-panel .second-panel__header div h1,    
    .format-3-step-1 .main__section--second-panel .second-panel__header div h1 {
        display: block;
    }
    .format-1-step-2 .main__section--first-panel .first-panel__header div,
    .format-2-step-1 .main__section--first-panel .first-panel__header div,
    .format-3-step-1 .main__section--first-panel .first-panel__header div,
    .format-4-step-2 .main__section--first-panel .first-panel__header div {
        display: none;
    }
    .first-panel__footer p {
        text-align: center;
    }
    .first-panel__footer p br {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    .thankyou-panel__footer .shareyourstory-userpic {
        /*width: 25%;
        height: 25%;*/
    }
}
@media only screen and (max-width: 550px) {
    .main__section--second-panel,
    .main__section--first-panel,
    .main__section--thankyou-panel,
    .main__section--followup-panel {
        padding: 20px;
    }
    .first-panel__body textarea {
        border: 1px solid #abacac;
        background: #ffffff;
        font-style: normal;
        color: #000000;
    }
    .edit-link {
        display: none;
    }
    .fa-quote-left {
        font-size: .6rem;
        margin-left: -7px;
    }
}
@media only screen and (max-width: 500px) {
    input[type="text"], select, input[type="email"], input[type="tel"], input[type="number"] {
        margin: .3rem 0;
    }
    .fields--prefix-fname-lname,
    .fields--city-state-zip,
    .fields--zip-email {
        flex-wrap: wrap;
    }
    .fields--prefix-fname-lname > *,
    .fields--city-state-zip > *,
    .fields--zip-email > * {
        flex: 1 1 inherit;
        width: 100%;
    }
    input[type="submit"], a.button {
        width: 100%;
    }
}