@charset "UTF-8";
/* CSS Document */
form { width: 100%; }
table {
    width: 90%;
    margin: 0 auto;
}
#ContentWrap {
    width: 99%;
    max-width: 1040px;
    margin: 20px auto 0;
    float: none;
    min-height: 900px;
}
label:not(.checkdebug) {
    width: 20%;
    text-align: right;
    float: left;
    font-weight: normal;
    margin-right: 2px;
}
fieldset label {
    width: 40%;
}
h4 {
    margin-top: 0;    
}
h5 {
    text-align: center;
}
.shortLabel {
    width: 10%;
}
.tinytext, .lineGroup .tinytext {
    font-size: 9px;
}
.inlineLabel {
    width: auto;
    max-width: unset;
}
.lineGroup {
    clear: both;
    float: left;
    margin-bottom: 8px;
    width: 100%;
}
input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select,
.shadowBox {
    background: none repeat scroll 0 0 #f7f7f7;
    border: 1px solid #65798a;
    border-radius: 4px;
    box-shadow: 0 1px rgba(255, 255, 255, 0.4), 0 1px 4px #bdbdbd inset;
    color: #515c5a;
    font-size: 90%;
    font-weight: 700;
    letter-spacing: -0.25px;
    margin-bottom: 1px;
    margin-right: 4px;
    padding: 6px;
    text-align: left;
    float: left;
    width: 64%;
}
input[type="text"]:hover,
input[type="text"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
textarea:hover,
textarea:focus,
.eC_ShoppingCart {
    border: 1px solid #03396C;
}
input.readOnlyText, input.readOnlyText:hover, input.readOnlyText:focus {
    /*background: #005B96;*/
    color: #000000;
    border-color: #005B96;
    box-shadow: none;
    border-radius: 0;
    cursor: not-allowed;
    background-size: 2px 2px !important;
    background-image: linear-gradient(-45deg, transparent 46%, #005B96 49%, #005B96 51%, transparent 55%);
}
.radiusBox {
    border: 1px solid #ccc;
    border-radius: 4px;
}
.greyBox {
	background: #F8F8F8;
	padding: 6px;
    overflow: hidden;
}
.shadowBox {
    float: none;
    margin: auto;
}
.blueBorder, #BoxMeter, #AddressBox, #LogInContainer, #LogOutContainer/*, #UserUpdateContainer*/, #RegistrationContainer/*, #HistoryContainer*/, #ForgotPWContainer {
    border: 1px solid #082378;    
}
#LogInContainer, #UserUpdateContainer, #RegistrationContainer/*, #HistoryContainer*/, #ForgotPWContainer, #MemberSection {
    margin: 0 2% 2%;
    padding: 2%;
    min-height: 80px;
}
#LogInContainer, #RegistrationContainer, #ForgotPWContainer, #RegistrationPopupContainer {
    margin: 0 auto;
    width: 60%;
    float: none;
}
#LogInContainer label, #ForgotPWContainer label {
    float: left;
    padding-top: 4px;
    width: 75px;
}
#LogInContainer .lineGroup span:first-of-type, #UserUpdateContainer .lineGroup span:first-of-type, #RegistrationContainer .lineGroup span:first-of-type, #ForgotPWContainer .lineGroup span:first-of-type, #RegistrationPopupContainer .lineGroup span:first-of-type {
    float: none;
    padding-right: 0;
}
select {
    width: auto;
}
.captchaContainer {
    text-align: left;
}
input.centerInput {
    text-align: center;
    /*float:none;*/
}
input.readonly {
    background: none repeat scroll 0 0 #dedede;
    border: 1px solid #999;
    color: #888;
}
input.small {
    width: 20%;
}
input.medium {
    width: 40%;
}
input.large, textarea.large, select.large {
    width: 50%;
}
input.xlarge, textarea.xlarge {
    width: 75%;
}
.lineGroup fieldset {
    width: 50%;
    float: left;
    border: none;
}
.fieldsetInline {
    color: #005B96;
    width: auto;
}
.requiredIndicator {
    float: right;
    /*display: block;*/
    color: #005B96;
    width: auto;
}
.currency:after {
    content: "$";
    position: absolute;
    right: 0;
}
.fieldsetDescription {
    float: left;
    font-weight: 600;
    padding: 0 0 0 4px;
    text-align: right;
    color: #005B96;
}
.formContainer {
    padding: 2%;
    margin: 0 auto;
    width: 50%;
}
#UserInfo ul {
    margin-left: 8%;
}
.bulleted {
    list-style: inside none disc;
    padding-left: 10%;
    text-align: left;
}
.Captcha {
    margin-left: 5px;
    margin-top: 0;
    margin-right: 0;
}
/*end User*/
/*BUTTONS*/
.buttonsLeftWrap /*was .buttonFieldGroup*/ {
    float: left;
    text-align: left;
    margin-left: 24%;
}
.buttonsRightWrap /*was eC_ButtonWrapper*/ {
    text-align: right;
}
.eC_CheckoutFormBody .buttonsRightWrap {
    width: 90%;
    background: yellow;
}
.formButton, .eC_FormButton, .linkButton {
    font-weight: 600;
    border: 1px solid #000;
    border-radius: 4px;
    text-transform: uppercase;
    margin: 8px;
    padding: 8px;
    width: auto;
    /*min-width: 120px;*/
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}
.deleteImage input {
    font-size: 80%;
    padding: 2px 4px;
    text-transform: capitalize;
}
.greyButton {
    background-color: #DDDDDD;
    color: #333333;
}
.blueButton {
    background-color: #082378;
}
.redButton {
    background-color: #005B96;
}
#Login {
    position: absolute;
    right: 1%;
    bottom: -38px;
}
#Login .linkButton {
    background: #77694a;
    color: #fffaee;
    font-size: 12px;
    margin: 4px 0 0 4px;
    float: right;
    min-width: auto;
}
#Login .cartButton {
    position: relative;
    background: #77694a url(../images/2018/cd-cart.svg) no-repeat scroll 8px center;
    padding-left: 40px;
}
/*END BUTTONS*/
.privacyAgreement a {
    display: inline-block;
}
.actionNeeded p {
    text-align: center;    
}
/*BEGIN REACTIVE FORM*/
.registrationHeader {
    width: 60%;
    margin: 0 auto 40px;
}
.reveal-if-active, .reveal-if-active2 {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    font-size: 16px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    transition: 0.5s;
}
.reveal-if-active label, .reveal-if-active2 label {
    display: block;
    margin: 0 0 3px 0;
}
input[type="radio"]:checked ~ .reveal-if-active, input[type="checkbox"]:checked ~ .reveal-if-active, input[type="radio"]:checked ~ .reveal-if-active2, input[type="checkbox"]:checked ~ .reveal-if-active2 {
    opacity: 1;
    max-height: 600px;
    padding: 10px 20px;
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: visible;
}
.reactiveForm {
    max-width: 600px;
    margin: 20px auto;
}
.reactiveForm > div {
    margin: 0 0 20px 0;
}
.reactiveForm > div > div {
    padding: 5px;
}
.reactiveForm .togglemessage {
	text-align: left;
	background: #FF7F7F;
	padding: 8px;
	width: 100%;
	border-radius: 4px;
}
.reactiveForm > h4 {
    color: #005B96;
    font-size: 20px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #005B96;
    float: left;
}
.reactiveGroup label {
    width: auto;
    float: none;
    display: inline-block;
    max-width: none;
}
.reactiveGroup .mainLabel {
    font-weight: 600;
}
.reactiveGroup, .reactiveGroup label {
    text-align: left;
}
.reactiveGroup.activeGroup {
    padding: 8px;
    border: solid 1px #ddd;
    border-radius: 4px;
    background: #FFFFFF;
}
#RegistrationContainer .reactiveGroup input[type="text"],
#RegistrationContainer .reactiveGroup input[type="url"],
#RegistrationContainer .reactiveGroup input[type="tel"],
#RegistrationContainer .reactiveGroup input[type="email"],
#RegistrationContainer .reactiveGroup input[type="password"],
.reactiveGroup select {
    width: 25%;
    float: none;
}
.reactiveForm a {
    /*text-decoration: underline;*/
    font-style: italic;
}
.myMessage {
    font-size: 11px;
    margin-left: 30px;
    padding: 8px;
    border-radius: 4px;
}
.postToList {
    /*float: left;*/
    /*padding-left: 15%;*/
    font-size: 90%;
}
.postToList li {
    text-align: left;
    line-height: 1.75em;
    color: #515c5a;
    display: inline-block;
    font-weight: 700;
    width: 100%;
}
.postToList li label {
    margin: 0 10px 0 0;
    padding: 0;
    width: 20%;
    color: #000000;
    font-weight: 500;
    clear: left;
}
.steps .eC_FormButton {
    font-weight: 500;
    border-color: #515c5a;
    padding: 4px;
    margin: 2px 2px 0 0;
}
.notification {
    text-align: center;
    color: #930;
    font-weight: 600;
    padding-bottom: 1em;
}
/*END REACTIVE FORM*/
@media only screen and ( max-width: 568px ) {
.formContainer, .formContainer .column55, .lineGroup fieldset {
  width: 96%;
}
input[type="text"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  width: 90%!important;
}
.postToList li label {
    width: 42%;
}
.requiredIndicator, label:not(.checkdebug) {
    float: none;
    text-align: left;
}
}
