<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name:   Search Loan Officer
Theme URI:    https://www.prmg.net/
Description:  A Divi child theme 
Author:       Gary Comberiati
Author URI:   https://www.prmg.net
Template:     Divi
Version:      1.0.0
Text Domain:  divichild
*/


/****************** Search Input box *************/


.prmg_search_bar {
  display: flex;
  flex-direction: row;
  justify-content: center; 
  border-radius: 5px;
  background-color: #0c71c3 !important;
  padding: 5px;
  margin-left: 10px !important;

}

.prmg_SerchWidth h2 {
  color: #003ca6 !important;
  font-weight: 600 !important;
}

.prmg_search_field {
box-sizing: border-box;
border: 2px solid #ccc !important;
border-radius: 4px;
font-size: 16px;
background-color: white !important;
background-position: 10px 10px; 
background-repeat: no-repeat;
padding: 12px 1px 12px 1px !important;
width: 500px !important;
margin-top: 2px !important;
margin-left: 10px !important;
}

.prmg_miles {
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  /* background-image: url('searchicon.png'); */
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 11px 5px 11px 2px;
  width: 80px;
}

.prmg_find_button {
  background-color: #003CA6;
  border: none;
  color:#ffffff !important;
  padding: 15px 20px;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin-left: 10px !important;
  margin-right: 5px;
  margin-bottom: 5px;
  cursor: pointer;
  font-weight: 400 !important;
  transition: background-color 0.8s ease, color 0.8s ease !important;

}

.prmg_button2 {
	  background-color: #003CA6;
	  border: none;
	  color: white;
	  padding: 10px 20px;
	  border-radius: 5px;
	  text-align: center;
	  text-decoration: none;
	  display: inline-block;
	  margin-right: 10px;
	  margin-bottom: 10px;
	  cursor: pointer;

}


.button4:hover {	background-color: #0c71c3;}

/* this section adds a post id to make sure it reflects on dev/test/prod
/* No Results Message Formatting */
#post-27813 h2 {
  padding-top: 25px;
  text-transform: capitalize;
}




#post-27813 h3 {
  text-transform: capitalize;
}


/* Add Margins to Pagination Container */
#post-27813 .pagination {
  margin-top: 25px !important;
  margin-bottom: 50px !important;
}

/* Remove Title on Loan Officer Search Results Page */
#post-27813 h1.entry-title.main_title {
  display: none;
}

/* Search Result Info Text Formatting */
#post-27813 .prmg_SerchWidth {
  font-weight: 400 !important;
}


/******************  Start of search css ******/
.search-result {
  display: flex;
  align-items: center;
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #ccc;
  margin-top: 25px !important;
  padding-bottom: 25px !important;
}

.search-result img {
  margin-right: 20px;
  flex: 0 0 150px;
}


/* Media Queries */

/* Media query for screens with a width of 1024px or less */
@media only screen and (max-width: 1024px) {
  .prmg_search_field {
	  margin-left: 5px !important;
	  width: 80% !important;
	  }

  .prmg_find_button {
	  margin-left:0px !important;
	  margin-top: 10px !important;
	  width: 100% !important; 
  }


  }


@media screen and (max-width: 1024px) {
  .search-result {
	  flex-direction: column;
  }

  .search-result img {
	  margin-right: 0;
	  margin-bottom: 20px;
	  flex: 0 0 100%;
  }

  .search-result button {
	  flex-basis: 100%;
	  margin-right: 0;
	  margin-bottom: 10px;
  }

  .prmg_search_bar {
	  margin-left: 10px !important;
  }

}

@media screen and (max-width: 550px) {
  .search-result {
	  flex-direction: column;
	  padding-left: 1px;
  }
  .prmg_SerchWidth {
	  width: 305px !important;
	  padding-left: 1px !important;

  }
  
  .search-result img {
	  margin-right: 0;
	  margin-bottom: 20px;
	  flex: 0 0 100%;
  }

  .search-result button {
	  width: 100%;
	  margin-right: 0;
	  margin-bottom: 10px;
  }
  .prmg_search_bar {
	  flex-direction: column;
	  padding-left: 1%;
	  background-color:white;
	  margin-left: 10px !important;
  }
  .prmg_search_field {
	  margin-left: 0px !important;
	  margin-top: 5px !important;
	  width: 100% !important;
	}

  .prmg_miles {
	  width: 100%;
	}

  .prmg_find_button  {
	  width:100%;
	  margin-right:80px;
	  margin-top: 10px;
	  background-color: #003ca6 !important; 

  }

  .prmg_button2 {
	  width: 100%;
  }


}
/******************* End of LO search css */


.search_banner {
    /* background-image: url('https://www.prmg.net/wp-content/uploads/2022/06/BrokerPartners1.jpg');  */
    background-image: url('https://dev-loan-officer-search.pantheonsite.io/wp-content/uploads/2023/10/findaloanofficer.jpg');
    background-size: cover;
    background-position: center;
    background-color:transparent; 
    height: 750px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: transparent;
    font-size: 36px;
    padding: 0 20px;
}

.search_banner h2 {

    align-items: center;
    justify-content: center;
    text-align: center;
    color: transparent;
    font-size: 36px;
    padding: 0 20px;
}

 /* overlay for contact form on the search page */
 /* gray's out the background, displays overlay in an iframe with one of the marketing contact forms */
.prmg_overlay {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.prmg_overlay iframe {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	height: 80%;
	border: none;
}

.prmg_overlay .prmg_close-btn {
	position: absolute;
	top: 8%;
	right: 3%;
	font-size: 50px;
	color: #fff;
	cursor: pointer;
}    

/* css loader */
.slide-box {
	display: block;
	position: relative;
	 left: 0%;
	opacity: 1;
	/* width: 5px; */
	height: 5px;
	background: rgb(122, 119, 119);
	animation: slide 2s 1 linear forwards;

  }
  
   @keyframes slide {
	0% {
	 left: 0%;
	opacity: 1;
	}
	99% {
	  left: 99%;
	  opacity: 1;
	}
	100% {
	  left: 100%;
	  opacity: 0;
	  display: none;
	}
  }
  
  @-webkit-keyframes slide {
	0% {
	  left: 0%;
	  opacity: 1;
	}
	99% {
	  left: 99%;
	  opacity: 1;
	}
	100% {
	  left: 100%;
	  opacity: 0;
	  display: none;
	}
  }

  .pagination {
	float: right; 
	font-size:16px; 
  }

  .pagination a {
	color: #003CA6 !important;
  }</pre></body></html>