/*For the Help/Contact type pages */
#widerContent
{
	width: auto;
	margin: 0 auto;
}

#helpSection
{
	padding-top: 30px;
}

.bottomMargin
{
	margin-bottom: 10px;
}

.placeholder
{
	color: #222;
}

.bottomSmallMargin
{
	margin-bottom: 10px;
	clear: left;
}

.extrasHeader
{	
	height: auto;
	font-size: 32px;
	color: #fff;
	font-weight: 400;
	margin-top: 10px;
}

.extrasParagraphs
{
	color: #ece6fe;
	font-size: 14px;
	text-align: left;

}

.contactSuccess
{
	font-size: 22px;
 	text-align: center;
}

.contactFeedback
{
	padding:  0 0 20px 0;
	font-size: 18px;
}

.helpContent
{
	padding-left: 5px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #A6A3D5;
	line-height: 120%;
}
li.helpBullet
{
	letter-spacing: 1px;
	font-size: 14px;
	color: #fff;
	margin: 5px 0px;	
}
ul.helpBullet
{
	margin-left: 0px;
	padding-left: 0px;
	list-style-position: inside;
}

.friendlyTosBox
{
	background: rgba(0,0,0,0.1);
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.16);
	box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.1);
	margin-bottom: 20px;
	padding-bottom: 20px;
	clear: left;
}

.friendlyTosBox h2
{
	text-align: center;
	font-size: 26px;
	color: #fff;
	padding: 15px 0 5px 0;
}

.friendlyTosBox p
{
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	color: #ccc;
	padding: 10px 0 0 0 ;
}

.infoPara ul
{
	padding-left: 0px;
	list-style-position: inside;
}

.suggest
{
	background-image: url('/img/forms/light-bulb.svg') !important;
	background-size: 16px 16px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	padding: 10px 10px 10px 45px;
}

iframe a[src^="about:blank"]
{
	display: none;
}

/* iframe {display:none !important;} */
header iframe,
section iframe,
footer iframe,
div iframe { display:inline; }

#cookieMonster
{
	display: none;
}
