.yd1-modal-outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 100000000000;
    display: none;
}
.yd1-modal-inner {
    height: auto;
    min-width: 300px;
    background-color: rgb(237,236,231);
    margin: 5% auto 0;
    border: 10px solid #fff;
    position: relative;
    max-width: 500px;
}
.yd1-modal-close {
    font-weight: bold;
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.yd1-modal-inner h1 {
    text-align: center;
    margin: 25px 0 15px;
}
.yd1-modal-blurb {
    margin: 0 35px;
    font-size: 16px;
    text-align: left;
	color: #4A4F53;
}
.yd1-email-input {
    height: 45px;
    border-radius: 4px;
    border: 2px solid #D8D3C8;
    padding-left: 5px;
    /* min-width: 280px; */
    /* max-width: 480px; */
    margin: 15px auto 0;
    /* display: block; */
    font-size: 20px;
    margin-right: 1%;
    max-width: 98%;
    min-width: 98%;
    margin-left: 1%;
}
.left-col {
	display: inline-block;
    margin-right: .5%;
    float: left;
	margin-left: 0;
    max-width: 49.5%;
    min-width: 49.5%;
}
.right-col {
    display: inline-block;
    margin-left: .5%;
	margin-right: 0;
    max-width: 49.5%;
    min-width: 49.5%;
}
#yd1-first-name,
#yd1-last-name {
	max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-left: 0;
}
#yd1-email {
	max-width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-left: 0;
}
.yd1-error,
.yd1-error-first-name,
.yd1-error-last-name {
    font-size: 14px;
    /* text-align: center; */
    color: red;
    display: none;
	/* width: 48%; */
	margin: 0 0 0 1%;
}
.yd1-modal-submit {
    background: #439BA4;
    font-size: 17px;
    border: 0px;
    border-radius: 4px;
    height: 45px;
    color: #ffffff !important;
    margin: 15px auto;
    display: block;
    /* min-width: 280px; */
    /* max-width: 480px; */
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	width: 100%;
}
.yd1-modal-submit:hover,
.yd1-modal-submit:focus,
.yd1-modal-close-btn:hover,
.yd1-modal-close-btn:focus {
    background-color: #006c73;
}
.yd1-modal-close-btn {
    background: #439BA4;
    font-size: 17px;
    border: 0px;
    border-radius: 4px;
    color: #ffffff;
    margin: 15px auto;
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    width: 280px;
    text-align: center;
    padding: 12px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.yd1-modal-completed {
    display: none;
}
#yd1-email-signup {
	margin: 0 35px;
}
.text-center {
    text-align: center;
}
.margin-b-15 {
    margin-bottom: 15px;
}
/* footer styles */
.footer--top .footer--newsletter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
/* 
#cons_first_name,
#cons_last_name {
	flex-grow: 1;
	padding: 0 15px;
}

#cons_last_name {
	margin-right: 0;
} */

#yd1-email-signup-btn {
    background: #009ca6;
    color: #fff;
    border: none;
    text-transform: uppercase;
    font-family: Gill-Sans-Bold,Calibri,sans-serif;
    font-size: 1.6rem!important;
    padding: 0 15px!important;
    border-radius: 8px;
    margin-right: 0!important;
    width: 100%!important;
    max-width: 300px!important;
    height: 65px;
}
#yd1-email-signup-btn:hover,
#yd1-email-signup-btn:focus {
    background: #006c73;
}
#cons_email {
    padding: 0 15px;
}
@media (max-width: 980px) {
    .footer--top .footer--newsletter {
        text-align: center;
        margin-top: 15px;
    }
}
@media (max-width: 600px) {
    #yd1-email-signup-btn {
        max-width: 100%!important;
        margin-top: 15px!important;
    }
}