﻿
/* IMPORT CSS*/
@import url("/Themes/Default/Content/formpopup.css");

.emailform {
    width: 60%;
    margin: 0 auto;
    padding: 35px;
}

.emailform .sectiontitle {
    clear: both;
    font-size: 36px;
    line-height: 39px;
    font-weight: 200;
    padding-top: 25px;
    text-transform: uppercase;
    letter-spacing: .08em;
    border-bottom: 1px solid #ffffff;
}

.emailform .sectioncol {
    float: left;
    width: 50%; 
}

.emailform .formelement {
    display: block;
    padding-top: 10px; 
}

.emailform .formelement label {
    padding-top: 10px; 
    font-size: 16px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.emailform .formelement input, .emailform .formelement select  {
    width: 90%;
    padding: 10px;
    color: #006B90;
    position: relative;
    font-family: Arial, Sans-Serif; 
    font-size: 16px;
    background-color: #ffffff;
    border: solid 1px #1AA3BE;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    letter-spacing: .05em;
    -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.45),0 0 2px rgba(74, 139, 217, 0),0 -1px 0 rgba(0, 0, 0, 0.02),inset 0 1px 0 rgba(0, 0, 0, 0.04),inset 0 2px 0 rgba(0, 0, 0, 0.02),inset 1px 0 0 rgba(0, 0, 0, 0.04),inset -1px 0 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 1px 1px rgba(255,255,255,0.45),0 0 2px rgba(74,139,217,0),0 -1px 0 rgba(0,0,0,0.02),inset 0 1px 0 rgba(0,0,0,0.04),inset 0 2px 0 rgba(0,0,0,0.02),inset 1px 0 0 rgba(0,0,0,0.04),inset -1px 0 0 rgba(0,0,0,0.04);
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.45),0 0 2px rgba(74, 139, 217, 0),0 -1px 0 rgba(0, 0, 0, 0.02),inset 0 1px 0 rgba(0, 0, 0, 0.04),inset 0 2px 0 rgba(0, 0, 0, 0.02),inset 1px 0 0 rgba(0, 0, 0, 0.04),inset -1px 0 0 rgba(0, 0, 0, 0.04);
    -webkit-transition: border-color .3s ease;
    -moz-transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    transition: border-color .3s ease;
}

.emailform .formelement select {
    width: 89% !important;
    text-transform: uppercase;
    cursor: pointer;
}

.emailform .formelement input[type=checkbox] {
    display: inline-block;
	width: 30px;
    font-size: 14px !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important; 
    letter-spacing: .02em;
}

.checklist {
    clear: both;
    padding-bottom: 5px !important;
}

.formchecks {
    width: 50%;
    float: left;
    font-size: 13px !important;
    text-transform: none !important;
}

.formchecks label {
    font-size: 14px !important;
    line-height: 22px;
    text-transform: none !important;
}

.checklist label:first-child {
    line-height: 44px;
    text-transform: uppercase;
}

.checklist label span {
    text-transform: none;
}



.joinemail {
    padding-top: 20px !important;
}

.submitbutton {
   clear:  both;
   padding-top: 20px;

}

.submitbutton button {
	position: relative;
	display: inline-block;
    width: 150px;
    text-align: left;
	margin: 0;
    padding: 0;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .125em;
	font-weight: 200 !important;
	font-size: 13px;
    background-image: none;
    border: none;
}

.submitbutton button:hover,
.submitbutton button:focus {
	outline: none;
    cursor: pointer;
}

.thankyou {
    font-size: 24px;
    line-height: 28px;
    font-weight: 200;
    color: #ffffff;
    display: block;
    padding: 85px 35px 35px 35px;
    display: none;
}

.thankyou a {
    color: #002D61;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.thankyou a:hover {
    color: #ffffff;
}

.thankyoutext {
    padding-top: 6px;
}