body, html {
  height: 100%;
}

body {
	font-size: 110%;
	color: #000;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	min-width:280px;
}


#ctaconf {
	display:none;
}

#ctaconf.showconf {
	display:block!important;
}

#ctaform.hideform {
	display:none!important;
}

#enewspopup {
	width:100%;
}

#enewspopup  p {
	margin: 0;
}

#enewspopup  a {
	color:#f28d49;
	text-decoration:underline;
}

#enewspopup input, #enewspopup select, #enewspopup textarea {
	width:48%;
	height:35px;
	border: 1px solid #cbdee9!important;
	padding:1%;
	margin:1%!important;
	font-size:13px;
	font-family: 'Montserrat', sans-serif;
	float:left;
	box-sizing:border-box;
	color:#000;
}

#enewspopup .disabled {
	background-color:#f5f7f9;
	color:#c5c6c6;
}

#enewspopup textarea {
	width:98%;
	height:45px;
}

#enewspopup  .err span {
	color:#F00;
	display:none;
}

#enewspopup input.err, #enewspopup select.err {
	border: 1px solid #fc3b3b!important;
	background-color:#F99;
	color:#666;
}

#enewspopup input.conf, #enewspopup select.conf {
	border: 1px solid #fc7e7e;
	background-color:#F99;
}


#enewspopup {
	text-align:center;
	padding:0;
	max-width:500px;
	box-sizing:border-box;
}

#enewspopup #weddingdate {
	cursor:pointer;
	background-image:url(/images/icons/calendar.png);
	background-position:center right;
	background-repeat:no-repeat;
}

#popuphead {
	background-color:#ebeff3;
	padding:14px;
	text-align:left;
}

#enewspopup h1 {
	font-size:1.2em;
	padding:15px 0 0;
	margin:0 0 5px 0;
	font-weight:800;
}

#enewspopup img {
	float:left;
	margin-right:20px;
}

@media screen and (max-width:500px) {
#enewspopup img {
	display:none;
}
#popuphead {
	padding-top:0;
}
}

#enewspopup form {
	margin:0;
	padding:20px 10px;
}

#enewspopup input[type=button] {
	border-radius: 20px;
	color:#fff;
	text-transform:uppercase;
	font-size:1em;
	font-weight:600;
	background-color:#1fa168;
	border: 1px solid #197c51;
	width:98%;
	cursor:pointer;
	padding-top: 2px;
	height:40px;
	box-sizing:border-box;
	font-weight:400;
}

.form-checkbox,.form-radio { font-size:1.6em; margin:6px 6px 0 6px; float:left; width:20px; cursor:pointer; color:#f6a549; }
.form-checkbox:hover,.form-radio:hover { color:#d28023; }

.custcb em { margin:7px 0 0 5px; font-size:14px; font-style:normal; float:left; width:calc(100% - 37px); display:block; text-align:left; }

.custcb i { font-size:1.6em; }

.errp, .errp .form-checkbox, .errp .form-radio, .errp a {
	color:#F00!important;
}

.permstate {
	max-width:580px;
	color:#949494;
	font-size:0.6em;
	clear:both;
}


