﻿/*
#### Landing page layout ####
*/

.hero-image img {
    border-radius: 10px 10px 0 0;
}
.portrait .top-section {
    padding: 0 10px;
}
.info-graphic {
    max-width: 450px;
    font-size: 12px;
    line-height: 16px;
    color: var(--body-gray);
    margin-top: 25px;
    text-transform: uppercase;
}
.phone .info-graphic .columns {
    width: 300px;
}
.info-graphic img {
    max-width: 53%;
    border-radius: 100%;
    margin-bottom: 3px;
}

.phone .info-graphic img {
    margin-bottom: 0;
}
.info-graphic .col-1 img,
.info-graphic .col-2 img,
.info-graphic .col-3 img {
    background-color: #cddee4;
    border: 1px solid rgba(0,0,0,0.07);
}
.info-graphic .columns-item > div {
    position: relative;
}
.info-graphic .col-1:after,
.info-graphic .col-2:after,
.info-graphic .col-3:after {
    content: url(/DirectDigitalApplication/img/processflowarrows.png?555);
    position: absolute;
    top: 21px;
    left: 95px;
}
.phone .info-graphic .col-1:after,
.phone .info-graphic .col-2:after,
.phone .info-graphic .col-3:after {
    top: 12px;
    left: 56px;
}
.info-graphic .col-4 img {
    background-color: var(--mid-green);
}
.phone .info-graphic .col-4 > div {
    max-width: 70px;
}
.entry-form {
    background-color: #5f6a7d;
    /*height: 120px;*/
    width: 106%;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    margin: 30px 0;
    margin-left: -3%;
    color: white;
    display: flex;
}
.entry-form.top {
    position: relative;
    top: -40px;
    margin-bottom: -40px;
}
.portrait .entry-form {
    height: auto;
    padding: 5px 0 0;
    width: 100%;
    margin-left: 0;
    border-radius: 0;
}
.entry-form .form-wrapper {
    width: 100%;
    /*padding: 0 40px 20px;*/
    padding-left: 0;
    justify-content: center;
}
.entry-form .form-wrapper .Is_Secondary {
    margin: 0;
}
.portrait .form-wrapper {
    flex-wrap: wrap;
    padding: 10px 20px 20px;
}
.entry-form [class^="col-"]{
    align-self: center;
    padding: 20px 4%;
    line-height: 32px;
}
.portrait .entry-form [class^="col-"]{    
    padding: 10px 2%;
}
.entry-form .col-1 {
    width: 15%;
    position: relative;
    padding-bottom: 7px;
    font-size: 19px;
    font-weight: bold;
}
.portrait .col-1 {
    width: 100%;
}
.entry-form .col-1::after {
    content: url(/DirectDigitalApplication/img/chevron2.png?391&555);
    position: absolute;
    top: 2px;
}
.entry-form .col-2 {
    width: 48%;
}
.portrait .entry-form .col-2 {
    width: 100%;
}
.entry-form .col-3 {
    width: 0;
}
.portrait .entry-form .col-3 {
    width: 48%;
    margin-right: 3%;
}
.entry-form .col-4 {
     width: 27%;
}
.portrait .entry-form .col-4 {
    width: 48%;
}
.entry-form label {
    color: white;
    font-family: DINOT;
    font-size: 12px;
    line-height: inherit;
}
.entry-form .input,
.entry-form .Button {
    height: 40px;
}
.portrait .entry-form .input,
.portrait .entry-form .Button {
    /*height: 48px;*/
}
.entry-form .input {
    box-shadow: none;
    font-size: 14px;
    border-radius: 6px;
}
.entry-form .input::placeholder {
    font-size: 14px;
}
.entry-form .Button {
    width: 100%;
    font-size: 18px;
}
input+.ValidationMessage {
    margin-top: -3px;
    color: white;
    font-weight: bold;
}
.input.Not_Valid {
    border: var(--border-size-s) solid #e10094;
    background-color: #f3e3ed;
}
.info-subhead,
.about-section {
    margin: auto;
    max-width: 760px;
    padding: 0 30px;
}
.about-section {
    margin-top: 50px;
}
.landing-newsfeed {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.landing-newsfeed > div {
    flex: 0 30%;
    margin-bottom: 2%;
    text-align: center;
}
.phone .landing-newsfeed {
    flex-direction: column;
}
.info-graphics {
    padding: 0 75px;
}
.info-graphics > div {
    padding: 0 10px;
}
.portrait .info-graphics {
    flex-direction: column;
}
/* tablet/mobile */
.tablet .info-graphics,
.phone .info-graphics {
    padding: 0 20px;
}
.info-graphics img {
    width: 50px;
}
.info-graphic-header {
    font-family: 'Rokkitt';
    color: var(--body-gray);
}
.info-graphic-copy {
    font-size: 18px;
    margin: 10px 0 40px;
    /*max-width: 220px;*/
}
.secondary-hero {
    max-width: 750px;
    margin: 25px auto;
    background-color: #309ba1;
    height: 322px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    justify-content: space-between;
}
/* tablet/mobile */
.phone .secondary-hero {
    flex-direction: column-reverse;
    height: auto;
    width: 100%;
    margin-left: 0;
    border-radius: 0;
    box-shadow: none;
}
.secondary-hero .Button {
    height: 40px;
    font-size: 18px;
    margin-top: 20px;
}
.phone .secondary-hero .Button {
    width: 100%;
}
.secondary-hero .left {
    position: relative;
    padding: 30px 0 0 35px;
    width: 47%;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}
/* tablet/mobile */
.phone .secondary-hero .left {
    width: 100%;
    padding: 25px;
}
.secondary-hero .copy {
    color: white;
    font-family: 'Rokkitt';
    font-size: 44px;
    line-height: 40px;
}
.secondary-hero .cite {
    color: white;
    width: 100%;
    font-size:20px;
}
.tablet .secondary-hero .copy,
.phone .secondary-hero .copy {
    font-size: 36px;
    line-height: 33px;
}
.secondary-hero .right {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 322px;
    width: 53%;
    border-radius: 0 12px 12px 0;
    position: relative;
}
/* tablet/mobile */
.phone .secondary-hero .right {
    height: 400px;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}
.secondary-hero .right::before {
    position: absolute;
    background-image: url(/DirectDigitalApplication/img/triangle.svg);
    background-size: 100% 100%;
    content: '';
    top: 0px;
    left: -43%;
    height: 100%;
    width:100%;
}
.ie11 .secondary-hero .right::before {
    left: -7%;
    width: 24%;
}
/* tablet/mobile */
.phone .secondary-hero .right::before {
    background-image: url(/DirectDigitalApplication/img/trianglemobile.svg);
    top: 180px;
    left: 0;
    height: 100%;
    width: 100%;
    transform: scaleX(1.2);
}
.entry-form.secondary {
    margin-top: 0;
    display: none;
}
.portrait .entry-form.secondary {
    margin-top: 0;
    display: inherit;
}
.help-wrapper {
    justify-content: flex-end;
    margin-right: 30px;
    position: relative;
    top: 50px;
    z-index: 1;   
}
.portrait .help-wrapper {
    display: none;   
}
.help-wrapper .Button {
    height: 30px;
    font-size: 18px;
}
.mobile-help {
    display: none;
    padding: 15px;   
}
.portrait .mobile-help {
    display: inherit;
}