#newsletter-dob-info {
	margin: 0 5px 0 5px;
	cursor: pointer;
}

#newsletter-dob-info-exapnd {
    display: none;
    position: absolute;
    z-index: 999999;
    background: #e5e5e5;
    font-size: 10px;
    color: #553d94;
    width: 269px;
    padding: 7px;
}

.newsletter-modal {
    align-items: center;
    display: none;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 4000;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.4);
}

.newsletter-container {
	position: relative;
 	margin: 0 auto;
    width: 701px;
    overflow: auto;
    position: static;
    z-index: 10002;
    margin: auto;
    overflow-x: hidden !important;
    height: 626px;
    flex-direction: column;
    background-image: url(../images/newsletter/email-pop-up-bkg-01.png);
    background-repeat: no-repeat;
	overflow: hidden;
}

.newsletter-content {
    border-radius: 6px;
    color: #4a4a4a;
    display: block;
    padding: 0 35px;
    height: 647px;
}

@media only screen and (max-width: 600px) {
  .newsletter-modal {
  	display: none;
  }
}

#newsletter-promo {
    height: 100%;
    width: 50%;
    display: flex;
    margin-left: 265px;
    flex-direction: column;
}

.newsletter-message {
	display: flex;
    justify-content: center;
    margin-top: 10px;
    font-family: Muli, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.70rem;
    line-height: 1em;
    width: 100%;
}

#newsletter-general-error {
  	display: none;
}

.newsletter-error {
	color: #e0142c !important;
}

#newsletter-general-error, #newsletter-dob-error {
  display: none;
}

#newsletter-already-signedup-message {
	display: none;
	color: #553d94;
}

.newsletter-two-columns-row {
	display: flex;
}

.checkboxfirst {
    width:7%;
    float:left;
    vertical-align: text-top;
    text-align:center;
}

.labelfirst {
    width:93%;
    float:left;
}

.labelsecond {
    width:93%;
    float:left;
}

.checkboxsecond {
    width:7%;
    float:left;
    vertical-align: text-top;
    text-align:center;
}

.newsletter-checkboxes input[type="checkbox"] + label {
    height: 25px;
    font-size: 10px;
	border: none;
	margin-bottom: 0 !important;
	background-color: transparent;
    width: 90%;
}

#newsletter-checkbox-error {
    line-height: 2em;
    color: #e0142c !important;
    width: 100%;
    font-family: Muli, Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 0.6875rem;
}

#newsletter-button {
    background-color: #553d94;
    color: #fff !important;
    padding: 0.6875rem 40px !important;
    font-size: 0.875rem !important;
}

#newsletter-button:hover {
    background-color: #7f64c7;
}

#newsletter-form-button {
    display: flex;
    align-items: center;
}

#newsletter-form-button input[type="submit"] {
	margin-right: auto;
}

#newsletter-no-thanks {
	color: #553d94;
    margin-right: auto;
    text-decoration: underline;
    text-decoration-color: #553d94;
    cursor: pointer;
}

#signup input[type="submit"] {
    cursor: pointer;
}

#signup input[type="submit"]:hover {
    background-color: #7f64c7;
}

@media only screen and (max-width: 750px) {
    .newsletter-container {
      background-image: url(../images/newsletter/Claires-Email-popup-mobile.png);
    }
}

.newsletter-container {
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-box-orient: horizontal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}

.nowrap  {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

#newsletter-item {
	display: flex;
    padding: 0 5px 0 5px;
    color: white;
    font-weight: bold;
    font-size: 2em;
    width: 50%;
    margin-left: auto;
    margin-right: 0 !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-left: 20px;
}

#newsletter-close-text {
	font-size: 12px;
    margin-top: 8px;
    font-weight: 700;
    text-decoration: underline;
}

#close-newsletter-icon:hover {
    color: #7f64c7;
}

.fieldLabel {
    float: left;
    min-width: 145px;
    height: 38px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    height: 15px;
    color: #553d94;
    font-size: 12px;
    margin-botom: 0 !important;
}

.day.error,
.month.error,
.year.error {
    float: right;
    line-height: 2em;
    color: #e0142c !important;
}

#form-errors {
    display: none;
}

.newsletter-form-row {
    padding-right: 5px;
    margin: .5rem 0 1rem;
    margin-bottom: 0;
    margin-left: auto;
    width: 100%;
}

.newsletter-form-row span {
    display: none !important;
    align-items: center;
    float: left;
}

.newsletter-form-row input[type="text"] {
    color: #908dc6;
    font-size: 12px;
    font-weight: 700;
    height: 35px;
    width: 85%;
}

.newsletter-form-row input[type="email"] {
    color: #908dc6;
    font-size: 12px;
    font-weight: 700;
    height: 35px;
    width: 90%;
}

.date-dropdowns {
	display: flex;
    width: 90%;
}

.date-dropdowns select {
	display: flex;
    margin-left: auto;
    height: 32px;
    border: 1px solid #e2e2e2;
    color: #553d94;
    margin-right: 5px;
}

.date-dropdowns .day {
    width: 50%;
}

.date-dropdowns span.error {
	display: flex;
}

.newsletter-country-selector {
	width: 50%;
}

.newsletter-form-row select {
  width: 81%;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  color: #553d94;
  font-size: 12px;
  background-color: #fff;
  height: 32px;
}

#newsletter-details {
    margin: 0px 25px 0 25px;
    background: #cdc8e4;
}

#newsletter-expand {
    text-decoration: underline;
	cursor: pointer;
	font-size: 12px;
}

#newsletter-more-details {
	display: none;
}

#newsletter-more-details p {
	text-decoration: none;
    font-size: 8px;
}

#newsletter-details-container {
    width: 100%;
    text-align: center;
    height: 100px;
}

#close-newsletter-form, #footer-close-newsletter-form {
    display: flex;
    margin-left: auto;
	margin-top: 45px;
    margin-right: 45px;
    font-size: 34px;
    color: #553d94;
    float: right;
    cursor: pointer;
    justify-content: flex-end;
}

@media only screen and (max-width: 750px) {
	.newsletter-container {
	    margin: auto;
	    overflow: auto;
        height: 535px !important;
        width: 335px !important;
	}
	.newsletter-container #close-newsletter-form {
        margin-right: 10px;
    }
    .newsletter-container #newsletter {
        width: 100% !important;
        height: 100%;
        margin-left: 0;
    }
    .newsletter-container .newsletter-content {
        width: 315px;
    }
    .newsletter-container #newsletter-item {
        margin: 0;
        width: 100%;
    }
    .date-dropdowns select {
        display: flex;
        margin-left: auto;
        height: 32px;
        border: 1px solid #e2e2e2;
        color: #553d94;
        margin-right: 5px;
        font-size: 11px;
    }
	#newsletter-dob-info-exapnd {
		width: 264px;
		position: static;
	}
    .newsletter-form-row input [type="text"],
    .newsletter-form-row input [type="email"] {
        width: 95%;
    }
	.fieldLabel {
		float: left;
		min-width: 145px;
		height: 38px;
		margin-right: 10px;
		display: flex;
		align-items: center;
		height: 15px;
		color: #553d94;
		font-size: 10px;
		margin-botom: 0 !important;
	}
}
