#newsletterSubscribeDiv{
	display:none;
	float: left;
    z-index: 9999;
    position: fixed;
	bottom: 35px;
	right: 35px;
	margin-top: 0px;	
	margin-left: 0px;
	text-align: left;
	font-size:14px;
	width: 386px;
	min-height: 358px;
	color: #CCCCCC !important;
}
#newsletterSubscribeDiv h1{
	font-size: 1.5em;
	color: #ffffff;
	text-shadow: 2px 2px #444444;
	letter-spacing: 1px;
	font-weight: 300;
	margin: -45px 0px 0px 0px;
	text-align: left;
	line-height: 36px;
	text-transform: uppercase;
}
#newsletterSubscribeDiv p{
	font-size: 1em;
	color: #FFFFFF;
	/*text-shadow: 2px 2px #444444;*/
	text-align: left;
	letter-spacing: 1px;
	font-weight: 300;
	margin: 10px 0px 0px 10px;
}

#newsDivSubheading
{
    margin: 0px 10px;
	min-height: 100px;
}
#newsDivSubheading h2
{
	font-size: 13px;
	color:#ccc;
	font-weight:300;
	line-height:0px;
	text-align: center;
}
.newsletterDivSubheading
{
	padding: 10px;
	background: rgba(0, 0, 0, 0.7);
}
.newsletterDivSubheading h2
{
    font-size: 1.2em;
    color: #ccc;
    letter-spacing: 1px;
    font-weight: 300;
    text-align: left;
    line-height: 0px;
    /*margin: 20px 0px 19px 3px;*/
    text-transform: uppercase;
}
.newsletterDivSubheading strong
{
    color: #ccc;
	text-align: left;
}
#newsletterClosePopup {
    position: absolute;
    top: -9px;
    right: -11px;
    padding: 9px;
    line-height: 0px;
    height: 30px;
    border-radius: 15px;
    z-index: 9999;
    font-weight: bold;
}

#newsletterClosePopup:hover {
    cursor: pointer;
}

table#newsletterPopupTable td {
	color: #ccc;
	padding: 5px 8px 5px 0px;
}

.newsletterInput {
	border-radius: 3px;
	font-size: 16px;
	font-family: 'Titillium Web', sans-serif; 
}
.mobilecityFrm
{
	width: 10%;
}

.nameleftFrm
{
	float:left;
	position:relative;
	margin-right:15px;
	text-align: left;
}
.namerightFrm
{
	text-align: left;
    position:relative;
}
#newsSignUpMSG {
	font-size: 25px;
	color: #ffffff;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: left;
	line-height: 36px;}
#newsletterForm fieldset
{
	border: none;
	text-align: center;
}
#newsletterForm fieldset:not(:first-of-type)
{
	display: none;
}
#NEWS_FIRST_NAME, #NEWS_LAST_NAME
{
	width: 138px;
	margin-bottom: 10px;
}
#NEWS_EMAIL
{
	border: none;
	height: 32px;
	width: 100%;
}
.formDiv
{
	position: relative;
	text-align: left;
}
.formDivCity
{
	float: left;
	margin: 5px;
	text-align: left;
}
.formDivMobile
{
	position: relative;
	text-align: left;
	padding-bottom: 15px;
	float: left;
	width: 100%;
}
#signupchoiceDiv
{
	padding:10px 0px;
	text-align: left;
}
#nextBtn
{
	margin-right:10px;
}
.formGroup {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
}
#opt-in-details, #opt-in-form-details {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 4px;
}
#opt-in-form-details[hidden]{
	display: none;
}
#opt-in-details > p, #opt-in-form-details > p {
	margin: 0;
}
.formDivOptIn{
    position: relative;
    text-align: left;
    padding-bottom: 15px;
    float: left;
    width: 100%;
}

.orangeButton {
    cursor: pointer;
    font-size: 1.2em;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
    padding: 6px 30px;
}
.orangeButton:hover {
	cursor: pointer;
}