/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */
 
.custom-logo {
	display: inline-block;
	width: 300px;
	height: 105px;
	background: url(../../../images/yootheme/FraudOrgLogo_gradientcolor.jpg) 50% 50% no-repeat;
	background-size: contain;
	
}

/* Only Phones (Portrait) */
@media (max-width: 479px) {
.custom-logo {
	height: 60px;
}
}
/* Custom Widgets */

p.fraud-alert-signup {
	color: #546C77;
	text-transform: uppercase;
	padding: 0 15px;
	margin: 8px 0;
	font-size:13px;
}
.fraud-alert-input {
	height: 30px;
	color: #333;
	font-size: 14px;
	height: 15px;
	background-color: white;
	font-size: 14px;
	-webkit-box-shadow: inset 0px 0px 6px 0px rgba(50, 50, 50, .75);
	-moz-box-shadow: inset 0px 0px 6px 0px rgba(50, 50, 50, .75);
	box-shadow: inset 0px 0px 6px 0px rgba(50, 50, 50, .75);
	padding: 0 5px;
}
/********* SPECIAL CIRCUMSTANCE OF WIDGETS ON HOMEPAGE *******/
.red-widget-home {
	border: solid 1px #7B0C13;
	background-color: #B82F2B;
	margin: -15px 0 20px -15px;
	padding: 0 15px;
	display: inline-block;
	color: #ECEAE4;
	width: 100%;
}
.tan-widget-home {
	border: solid 1px #CFCFC1;
	background-color: #EEECE6;
	width: 100%;
	margin: 0 0 0 -15px;
	padding: 0 15px;
	display: inline-block;
}
/********* WIDGETS STYLING *******/
.red-widget {
	border: solid 1px #7B0C13;
	background-color: #B82F2B;
	color: #ECEAE4;
}
.tan-widget {
	border: solid 1px #CFCFC1;
	background-color: #EEECE6;
}
.purple-widget {
	border: solid 1px #3B203B;
	background-color: #756275;
	color: #ECEAE4;
}
.purple-widget a {
	color: #B8A2C4;
}
.purple-widget a:hover {
	text-decoration: underline;
}
 

.green-widget {
	background-color: #556C77;
	color: #ECEAE4;
}
.green-widget a {
	color: #89A0AD
}
.green-widget a:hover {
	text-decoration: underline;
}
#top-a .width33 .mod-line {
	border: none;
	border-bottom-color: #FFF;
	box-shadow: none;
}
.twitter-widget {
	border: none !important;
	box-shadow: none !important;
	padding: 0; /*removing 0 padding will default 15px padding around widget*/
}
/*.home-feature {
	min-height: 350px !important;
}*/

/*.slideset-container {width:200px; background-color:#89A0AD;}*/
