.sumome-share-client-wrapper {
	display: none;
}

h2.post-title {
	text-align: center;
	margin-top: -50px;
}

#body-content {
    z-index: -1;
}

#content {
	height: 100%;
	max-width: 1200px;
    font-family: 'museo-slab';
    background-color: #f7f7f7 !important;
    border: 10px solid transparent;
    margin: 60px auto 60px auto!important;
    border-radius: 10px;
    overflow: hidden;
}

#newsltr {
    display: block;
    max-width: 1200px;
    border-width: 0px;
}

.newsltr h4 {
	width: 100%;
	text-align: left;
	padding-left: 10px;
	color: #828282;
}

.newsltr p {
	padding: 0 25px 0;
}

._mcerrors {
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	overflow: hidden;
	text-align: right;
	color: #757575 !important;
}

.top { 
	width: auto;
	overflow: hidden;
	padding: 0 10px 10px 10px;
	text-align: center;
	font-size: 50px;
	color: #aa0000;
}

.welcome {
	width: auto;
	color: #828282;
	font-size: 25px;
	text-align: center;
	padding: 10px 20px 10px;
	border-top: 1px solid #E7E7E7;
	margin-bottom: 10px;
}

.videoWrapper {
	overflow: hidden;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	margin: 0 0 20px 10px;
	height: 0;
}

.videoWrapper iframe {
	top: 0;
	left: 5;
	width: 95%;
	height: 100%;
	position: absolute;
}

.newsltr .mcnl_label {
	width: auto;
	padding: 20px;
	display: block;
	color: #750000;
	font-size: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.newsltr .mcnl_label2 {
	width: auto;
	float: left;
	color: #444444;
	font-size: 30px;
	padding: 20px 0 20px 0;
}

.newsltr .mcnl_label_msg {
	width: auto;
	padding: 20px;
	display: block;
	color: #444444;
	font-size: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


/* Mobile Phones Portrait || Mobile Phones Landscape || Mobile Phones Portrait or Landscape || iPhone 4+ Portrait or Landscape */
@media screen and (max-device-width: 480px) and (orientation: portrait), screen and (max-device-width: 640px) and (orientation: landscape), screen and (max-device-width: 640px) {
	.newsltr .mcnl_half {
		width: auto;
		height: auto;
		overflow: hidden;
		padding: 5px;
	}
}

/* Desktops || Tablets Portrait or Landscape */
@media screen and (min-width: 1024px), screen and (min-device-width: 768px) and (max-device-width: 1024px){
	.newsltr .mcnl_half {
		width: 50%;
		float: left;
		overflow: hidden;
		min-height: 200px;
	}
}

/*Max 767 defaults shared*/
@media (max-width: 767px) {
	footer {
		position: initial;
	}
}

.newsltr .mcnl_half_in {
	width: auto;
	text-align: right;
	padding: 30px;
	font-size: 20px;
	color: #750000;
}

.newsltr .mcnl_clear {
	top: 0;
	left: 0;
	visibility: hidden;
	position: absolute;
	height: 0;
	width: 0;
}

.newsltr #mcnl_subscribe, .newsltr #mcnl_download {
	padding: 10px 15px 10px 5px;
	height: 100%;
}

.newsltr #mcnl_preview {
	margin: 20px;
}

/* Input fields */
#content input,
#content textarea {
	width: 98%;
	font-size: 18px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing : border-box;‌​
    -moz-box-sizing : border-box;
    box-sizing : border-box;
	padding: 10px 12px 10px;
	border-radius: 2px;
	color: #750000;
	margin: 10px;
}

#content input[type=hidden] {
	padding: 0;
	height: 0;
	width: 0;
}

#content textarea {
	width: 100%;
}

#content input:focus,
#content textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}

/* Buttons */
#content button,
#content .button,
#content input[type="button"],
#content input[type="reset"],
#content input[type="submit"] {
	width: 100%;
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	background-color: #aa0000;
	padding: 10px 30px 11px;
	text-transform: uppercase;
	vertical-align: bottom;
	border-radius: 2px;
	font-weight: 700;
	color: #fff;
	border: 0;
}

#content button:hover,
#content button:focus,
#content .button:hover,
#content .button:focus,
#content input[type="button"]:hover,
#content input[type="button"]:focus,
#content input[type="reset"]:hover,
#content input[type="reset"]:focus,
#content input[type="submit"]:hover,
#content input[type="submit"]:focus {
	background-color: #C10000;
	color: #fff;
}

#content button:active,
#content .button:active,
#content input[type="button"]:active,
#content input[type="reset"]:active,
#content input[type="submit"]:active {
	background-color: #750000;
}

