/*---------------------------------------------------------------------------------------------------------------------------*/
/*---------------------------------------This custom code is written by Nicolas Boileau--------------------------------------*/
/*--------------------------It may not be redistributed or reused without explicit written consent---------------------------*/
/*---------This code has been licensced to Assembly Line Technologies for use with a single client's WordPress theme.--------*/
/*------This licsence does not extend beyond the scope of this particular version of the theme for this specific client.-----*/
/*---------------------------------------------------------------------------------------------------------------------------*/

/*********************
RCM LOAN OFFICER LISTING STYLES
*********************/

.alt-plugin-rcm-loan-officer-listing-card-scroller-wrapper-row, 
.et_pb_row.alt-plugin-rcm-loan-officer-listing-card-scroller-wrapper-row {
	margin: 0px;
    width: 100%;
    max-width: none;	
}

.alt-plugin-rcm-loan-officer-listing-card-scroller.txibls.txibls-item-sroller .txibls-nav-button {
	background-color: rgba(12,113,195.75);
}

.alt-plugin-rcm-loan-officer-listing-card-scroller.txibls.txibls-item-sroller .txibls-nav-button:before,
.alt-plugin-rcm-loan-officer-listing-card-scroller.txibls.txibls-item-sroller .txibls-nav-button:after {
	border-color: rgba(12,113,195.75);	
}

.alt-plugin-rcm-loan-officer-listing-card-scroller-card {
	width: 370px;
	padding: 0px 10px 20px;
	font-family: 'TT Norms Pro Bold',Helvetica,Arial,Lucida,sans-serif; 
}

.alt-plugin-rcm-loan-officer-listing-card-scroller-card a {
	display: block;
	border-radius: 30px 10px 30px 10px;
	transition: background-color 0.5s;	
	background-color: transparent;
}

.alt-plugin-rcm-loan-officer-listing-card-scroller-card a:hover {
	background-color: #eeeeee;
}

.alt-plugin-rcm-loan-officer-listing-card-scroller-card-image {
	width: 350px;
	height: 300px;
	background-color: #dddddd;
	border-radius: 30px 10px 30px 10px;
	margin-bottom: 20px;
	border: 1px solid #cccccc;
}

.alt-plugin-rcm-loan-officer-listing-card-scroller-card h4 {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
	
}

.alt-plugin-rcm-loan-officer-listing-card-scroller-card h5 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0C71C3;
	
}

.alt-plugin-rcm-loan-officer-listing-card-scroller-card h6 {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #666666;
	
}

/*********************
RCM LOAN OFFICER STATE FILTERING RELATED STYLES
*********************/

.alt-plugin-rcm-loan-officer-listing-wrapper .alt-plugin-rcm-loan-officer-listing-card-scroller-item.altlof-filter-hide {
	display: none;
}

.alt-plugin-rcm-loan-officer-listing-wrapper select.alt-plugin-rcm-loan-officer-listing-state-filter {
	padding: 0.75em 1.25em;
	margin: 1.25rem auto;
	width: 350px;
	color: rgb(0, 122, 255);
	
	font-size: 1.1rem;
	line-height: 1.5;
	border-radius: 0.5em;
	border-width: 2px;
	border-style: solid;
	border-color: rgb(0, 122, 255);
	
	background-color: #f9f9f9;
	color: #333;
	
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath fill='gray' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1em center;
	background-size: 0.65em auto;
	
	cursor: pointer;
	transition: border-color 0.2s ease, background-color 0.2s ease;
}

.alt-plugin-rcm-loan-officer-listing-wrapper select.alt-plugin-rcm-loan-officer-listing-state-filter {
	color: rgb(0, 122, 255);
}

.alt-plugin-rcm-loan-officer-listing-wrapper select.alt-plugin-rcm-loan-officer-listing-state-filter:focus {
	outline: none;
	border-color: #666;
	background-color: #fff;
	
	border-width: 2px;
	border-style: solid;
	border-color: rgb(0, 122, 255);	
}

.alt-plugin-rcm-loan-officer-listing-wrapper select.alt-plugin-rcm-loan-officer-listing-state-filter option {
	text-align: center;
}

.alt-plugin-rcm-loan-officer-listing-state-filter-wrapper h4 {
	font-size: 24px;
	color: rgb(0, 122, 255);
    font-weight: bold;
    color: #333333;
}
