.GoogleDfpAd { min-height: 1px; }

// Login Block Styles
#loginBlock {
	text-align: center;
}
#loginBlock .hideInitial, .activateWidget .hideInitial {
	display: none;
}
#loginBlock a {
	text-decoration: underline;
}
#loginBlock label, .activateWidget label {
	font-size: 22px;
	font-weight: bold;
	padding-right: 20px;
	min-width: 150px;
	text-align: left;
}
#loginBlock input.input-field, .activateWidget input.input-field {
	width: 240px;
}
#loginBlock .loginForm {
	width: 35%;
	margin: 0px auto;
}
#loginBlock .forgotPW, .activateWidget .activateLabel {
	font-size: 16px;
	color: #ff0000;
}
#loginBlock .boldRed, #loginBlock .boldRed a, .activateWidget .boldRed, .activateWidget .boldRed a {
	color: #ff0000;
	font-weight: bold;
}
#loginBlock .boldBlue, #loginBlock .boldBlue a, .activateWidget .boldBlue, .activateWidget .boldBlue a {
	color: #135fd8;
	font-weight: bold;
}
#loginBlock .sub-activate {
	border-top: solid 2px #000000;
	padding-top: 10px;
	margin-top: 10px;
	font-size: 16px;
	color: #ff0000;
	text-align: center;
}
#loginBlock .sub-activate a {
	color: #ff0000;
}
@media only screen and (max-width: 568px) {
	#loginBlock .loginForm {
		width: 100%;
	}
}

// Activation Widget Styles
.activateWidget .modal-header {
	display: block;
}
.activateWidget a {
	text-decoration: underline;
}

/* Subscriber Services Menu */
#sub-services {
    position: fixed;
    bottom: -120px;
    width: 100%;
    height: 120px;
    font-family: Montserrat, serif;
    font-size: 13px;
	z-index: 10;
}
#sub-services .clear {
	clear: both;
}
#sub-services a {
    color: #ffffff;
    text-decoration: none;
}
#sub-services a:hover {
	text-decoration: underline;
}
#sub-services .menu-tab {
    background-color: #6d6d6d;
    color: #ffffff;
    position: relative;
    top: 0px;
    left: 20px;
    display: inline-block;
    padding: 10px;
    height: 40px;
    font-size: 16px;
}
#sub-services .menu {
    background-color: #6d6d6d;
    color: #ffffff;
    height: 80px;
    padding: 10px 30px;
}
#sub-services .menu .menu-left {
	width: 60%;
	color: #ffffff;
    font-family: Montserrat, serif;
    font-size: 13px;
}
#sub-services .menu .menu-left a {
    font-family: Montserrat, serif;
    font-size: 13px;
}
#sub-services .menu .menu-left .menu-row {
    height: 30px;
    line-height: 30px;
    display: block;
    width: 100%;
	clear: left;
}
#sub-services .welcome, #sub-services .account-term, #sub-services .menu-left, #sub-services .menu-left ul, #sub-services .menu-right {
	float: left;
}
#sub-services .welcome, #sub-services .account-term {
	width: 170px;
}
#sub-services .menu-left ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#sub-services .menu-left ul li {
    display: inline-block;
    padding-right: 20px;
}
#sub-services .menu-right {
    float: right;
    width: 40%;
	color: #ffffff;
}
#sub-services .menu-right a {
	font-family: Montserrat, serif;
    font-size: 13px;
}
#sub-services .clear {
	clear: both;
}