@charset "utf-8";

/* START - OVERRIDING CSS IN THEME WAR */
@media (min-width:768px){.container{width:auto;}}
@media (min-width:992px){.container{width:auto;}}
@media (min-width:1200px){.container{width:auto;}}


/* END - OVERRIDING CSS IN THEME WAR */


/* START styles.css stylesheet entries */

.marginLeftMinus15{
	margin-left:-15px;
}

#userRegistrationForm td{
	padding-bottom: 2px;
}

.form_button {
	float: right;
}

a:hover {
  text-decoration:underline;
}

.errorMessagesList {
	padding-left: 33px;
	font-size: 11px;
}

.errorHeader {
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	color: white;
	background-color: #c00;
}
.errorContent {
	border-top: #636563 3px solid;
	color: #636563;
	border-bottom: #636563 1px solid;
	background-color: #fff
}
.hyperlinkRed {
	color: #ba0c2f !important;
}

/* easylogin component styling */
.divider {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.bar-separator {
	height: 0;
	width: 100%;
	border: 1px ridge rgba(0, 0, 0, 0.2);
	flex-grow: 1;
}

.divider > div:not(.bar-separator) {
	margin: 0 10px;
	white-space: nowrap;
}

.cl-easylogin-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.cl-easylogin-link {
	max-width: max-content;
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	margin-bottom: 20px;
}

.cl-easylogin-link:hover {
	text-decoration: none;
}

.easy-login-button {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 46px;
	margin-right: 0px;
	padding: 10px 25px;
	border-radius: 2px;
	background-color: #ba0c2f;
	box-shadow: 0 2px 14px -4px rgba(0, 0, 0, 0.4);
	font-family: Source Sans Pro, sans-serif;
	line-height: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: white;
	border: 0;
	text-decoration: none;
	cursor: pointer;
	margin-right: 10px;
}

.easy-login-button:hover {
	background-color: #e72341;
}

.easy-login-img {
	width: 145px;
}

.custom-bullets {
	font-size: 20px;
}