/*-- ---- ---- GLOBAL ---- ---- --*/
body {
  margin: 0px;
  -webkit-text-size-adjust: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  line-height: 1.4em;
}
* {
  box-sizing: border-box;
}
img {
  border: 0;
}
.scalable {
  max-width: 100% !important;
  height: auto !important;
}
a:link, a:active, a:visited {
  color: #009CDE;
  text-decoration: none;
  transition: all .2s ease-out;
}
a:hover {
  text-decoration: none;
}
*:focus, a:focus {
  /*WEB COMPLIANCE*/
  outline: #3d9cfc auto 2px;
/*
  font-size: large;
  line-height: normal;
*/
}
input[type="button"], input[type="submit"], input[type="reset"] { /* remove for standard buttons */
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
}
.skip-to-content {
	position: absolute;
	z-index: 1;
	top: 30px;
	width: 90%;
	left: 0px;
	padding: 9px 5% 7px;
	font-size: .9em;
	line-height: 1em;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	text-align: center;
	background-color: rgba(0,35,90,1);
	color: #ffffff !important;
	opacity: 0;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
}
.skip-to-content:focus {
	top: 60px;
	opacity: 1;
}
.imgover {
  cursor: pointer
}
.imagefit img {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.table {
  display: table;
  border-collapse: collapse;
  padding: 0px;
  margin: 0px auto 0px auto;
  border: 0px;
}
.row {
  display: table-row;
  margin: 0px;
  padding: 0px;
}
.cell {
  display: table-cell;
  vertical-align: middle;
}
.clearfix {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
h1 {
  font-size: 2.4em;
  line-height: 1em;
  font-weight: 400;
  letter-spacing: .01em;
}
h2 {
  font-size: 1.15em;
  line-height: 1em;
  font-weight: 800;
  letter-spacing: .05em;
  margin-top: 5px;
  text-transform: uppercase;
}
.white-background {
  background-color: #ffffff !important;
}
.blue-txt {
  color: #5d90d0 !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.lowercase {
  text-transform: lowercase;
  display: inline-block;
  width: auto;
}
/*-- ---- ---- HEADER ---- ---- --*/
header {
  position: fixed;
  z-index: 9999999999;
  top: 0px;
  left: 0px;
  width: 100%;
}
.header-top {
  width: 100%;
  padding: 20px 0px 20px;
  background-color: #ffffff;
  margin: 0px auto;
  box-shadow: 0px 1px 3px 0px rgba(0, 61, 166, .3);
}
.header-top-inner {
  width: 90%;
  max-width: 1500px;
  margin: 0px auto;
  text-align: left;
  position: relative;
  font-size: 1.5em;
  line-height: 1em;
  font-weight: 400;
}
.header-logo {}
.header-logo span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #006ab0;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: .01em;
}
.header-logo img {
  width: 170px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px 0px 0px;
}
.header-top-right {
  position: absolute;
  right: 0;
  top: 43%;
  transform: translateY(-50%);
}
.shareThis {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
 color: #161860;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .1em;
  padding-top: 1px;
}
.share-this-icons {
  display: inline-block;
}
.share-this-icons > div {
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  color: rgba(60,60,67,1);
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: .05em;
  margin-top: 5px;
}
.share-this-icons ul {
  padding: 0;
  margin: 0;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}
.share-this-icons ul li {
  display: inline-block;
  margin: 0 1px;
  height: 20px;
  width: 20px;
  position: relative;
  border-radius: 100%;
}
.share-this-icons ul li a {
  background-color: rgb(244 244 245);
  display: inline-block;
  height: 18px;
  width: 18px;
  padding: 0;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: none;
  border-radius: 100%;
  border: 1px solid #696a6c;
}
.share-this-icons ul li a:hover {
  background-color: #696a6c !important;
}
.share-this-icons ul li a.share-facebook {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath d='M35.8,16.26h-7.64v-5.01c0-1.88,1.25-2.32,2.13-2.32h5.39V.65l-7.43-.03c-8.25,0-10.12,6.17-10.12,10.12v5.52h-4.77v8.53h4.77v24.14h10.03V24.79h6.77l.88-8.53Z' fill='%23000'/%3E%3C/svg%3E");
}
.share-this-icons ul li a.share-twitter {
  background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath  d='M43.29,15.62c0,.4,0,.81,0,1.22,0,12.47-9.5,26.85-26.85,26.85h0A26.71,26.71,0,0,1,2,39.45a21.23,21.23,0,0,0,2.25.14A19,19,0,0,0,16,35.54,9.46,9.46,0,0,1,7.15,29a9.3,9.3,0,0,0,4.26-.16,9.44,9.44,0,0,1-7.57-9.25v-.12a9.31,9.31,0,0,0,4.28,1.18A9.46,9.46,0,0,1,5.2,8a26.77,26.77,0,0,0,19.45,9.86,9.45,9.45,0,0,1,16.09-8.6,19.21,19.21,0,0,0,6-2.29,9.52,9.52,0,0,1-4.15,5.22A19.22,19.22,0,0,0,48,10.73,19.21,19.21,0,0,1,43.29,15.62Z' fill='%23000'/%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-linkedin {
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve' fill='%23000'%3E%3Cg%3E%3Cpath d='M4.9,18h8.3v26.4H4.9V18z'/%3E%3Cpath d='M8.9,5.6c-3,0-5,2-5,4.6c0,2.6,1.9,4.6,4.9,4.6h0.1c3.1,0,5-2,5-4.6C13.8,7.5,11.9,5.6,8.9,5.6L8.9,5.6z'/%3E%3Cpath d='M35.7,17.8c-4.7,0-7.7,2.6-8.2,4.4V18h-9.3c0.1,2.2,0,26.4,0,26.4h9.3V30.2c0-0.8,0-1.6,0.2-2.2c0.6-1.6,2-3.2,4.5-3.2 c3.2,0,4.7,2.4,4.7,6v13.7h9.4V29.8C46.2,21.6,41.6,17.8,35.7,17.8L35.7,17.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-email {
  background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23000'%3E%3Cpath d='M24 24.2l21.2-13.8C44.5 9 43 8 41.3 8H6.7c-1.8 0-3.3 1-4 2.4L24 24.2z'/%3E%3Cpath d='M24.9 27.2c-.3.2-.6.3-.9.3s-.6-.1-.9-.3L2.4 13.8V36c0 2.2 1.9 4 4.3 4h34.5c2.4 0 4.3-1.8 4.3-4V13.8L24.9 27.2z'/%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-facebook:hover {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg  xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath d='M35.8,16.26h-7.64v-5.01c0-1.88,1.25-2.32,2.13-2.32h5.39V.65l-7.43-.03c-8.25,0-10.12,6.17-10.12,10.12v5.52h-4.77v8.53h4.77v24.14h10.03V24.79h6.77l.88-8.53Z' fill='%23fff'/%3E%3C/svg%3E");
}

.share-this-icons ul li a.share-twitter:hover {
  background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cpath  d='M43.29,15.62c0,.4,0,.81,0,1.22,0,12.47-9.5,26.85-26.85,26.85h0A26.71,26.71,0,0,1,2,39.45a21.23,21.23,0,0,0,2.25.14A19,19,0,0,0,16,35.54,9.46,9.46,0,0,1,7.15,29a9.3,9.3,0,0,0,4.26-.16,9.44,9.44,0,0,1-7.57-9.25v-.12a9.31,9.31,0,0,0,4.28,1.18A9.46,9.46,0,0,1,5.2,8a26.77,26.77,0,0,0,19.45,9.86,9.45,9.45,0,0,1,16.09-8.6,19.21,19.21,0,0,0,6-2.29,9.52,9.52,0,0,1-4.15,5.22A19.22,19.22,0,0,0,48,10.73,19.21,19.21,0,0,1,43.29,15.62Z' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-linkedin:hover {
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50;' xml:space='preserve' fill='%23fff'%3E%3Cg%3E%3Cpath d='M4.9,18h8.3v26.4H4.9V18z'/%3E%3Cpath d='M8.9,5.6c-3,0-5,2-5,4.6c0,2.6,1.9,4.6,4.9,4.6h0.1c3.1,0,5-2,5-4.6C13.8,7.5,11.9,5.6,8.9,5.6L8.9,5.6z'/%3E%3Cpath d='M35.7,17.8c-4.7,0-7.7,2.6-8.2,4.4V18h-9.3c0.1,2.2,0,26.4,0,26.4h9.3V30.2c0-0.8,0-1.6,0.2-2.2c0.6-1.6,2-3.2,4.5-3.2 c3.2,0,4.7,2.4,4.7,6v13.7h9.4V29.8C46.2,21.6,41.6,17.8,35.7,17.8L35.7,17.8z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.share-this-icons ul li a.share-email:hover {
  background-image: url("data:image/svg+xml,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='%23fff'%3E%3Cpath d='M24 24.2l21.2-13.8C44.5 9 43 8 41.3 8H6.7c-1.8 0-3.3 1-4 2.4L24 24.2z'/%3E%3Cpath d='M24.9 27.2c-.3.2-.6.3-.9.3s-.6-.1-.9-.3L2.4 13.8V36c0 2.2 1.9 4 4.3 4h34.5c2.4 0 4.3-1.8 4.3-4V13.8L24.9 27.2z'/%3E%3C/svg%3E%0A");
}


/*-- ---- ---- NAVIGATION ---- ---- --*/
.accordion-section-title-nav {
  display: none;
}
nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px auto;
  text-align: center;
  background-color: rgba(0, 105, 177, 0);
  transition: all .35s ease;
}
nav li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
}
nav li a {
  padding: 0px 22px 0px 17px;
  color: #ffffff !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 12px;
  letter-spacing: .04em;
  border-right: 3px solid #009CDE;
}
nav .last-item a {
  border-right: 0px solid #009CDE;
}
.mobile-nav-link {
  display: none;
}
/*-- ---- ---- HEADER-SCROLL ---- ---- --*/
.navfix nav ul {
  padding: 5px 0px 9px;
  /*  background-color: rgba(0, 105, 177, .85);*/
}
/*-- ---- ---- BANNER ---- ---- --*/
.banner-area {
  background-color: #ffffff;
  padding-bottom: 0%;
  /*  height: calc(80vh - 100px);*/
  position: relative;
  margin-top: 130px;
  height: 700px;
}
.banner-area-sub {
  background-color: #161860;
  padding: 5% 0;
  margin-top: 130px;
  text-align: center !important;
  position: relative;
  background-image: url(../images/main/slider/logo-slider.png);
  background-repeat: no-repeat;
  background-size: 15%;
  background-position: 83% center;
}
.banner-area-sub-inner {
  width: 90%;
  margin: 0 auto;
  display: block;
  max-width: 1300px;
  text-align: center;
  color: #ffffff !important;
}
.banner-area-sub-inner h1 {
  font-size: 50px !important;
  line-height: normal !important;
  color: #ffffff !important;
  display: block;
  text-align: left;
  letter-spacing: -0.025em;
  text-transform: none;
}
.banner-area-sub-inner .section-header-large {
  font-size: 50px;
  line-height: normal;
  color: #ffffff !important;
  display: block;
  text-align: left;
  letter-spacing: -0.025em;
  text-transform: none;
}
/*-- ---- ---- ---- ---- CONTENT ---- ---- ---- ---- --*/
.sub-content section .inside {
  width: 90%;
  max-width: 1500px;
  margin: 0px auto;
}
section {
  width: 100%;
  margin: 0px auto;
}
.section-header-large {
  font-size: 38px;
  line-height: 1.1em;
  max-width: 90%;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0px auto 0px auto;
  display: block;
  letter-spacing: 0em;
  padding-top: 0px;
}
/*--Search Ma Jobs--*/
.searchhomes {
  width: 100%;
  background-color: #000000;
  padding: 2% 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}
.searchhomes .inner {
  width: 96%;
	padding: 1% 2%;
  text-align: center;
  margin: 0px auto;
  color: #ffffff;
	border: 1px dotted #ffffff;
}
.searchhomes .inner h1 {
  font-size: 25px !important;
  line-height: 1.2em !important;
  margin: 0px 3% !important;
	font-weight: 700;
	vertical-align: middle;
	display: inline-block;
}
.searchhomes a {
  color: #000000;
  display: inline-block;
	vertical-align: middle;
  margin: 0px auto;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 400;
  border-radius: 50px;
  letter-spacing: -.05px;
  padding: 10px 20px 10px 20px;
  background-color: rgba(242, 214, 180, 1) !important;
  background-image: none;
  background-size: 20px 20px;
  background-position: 83% 48.5%;
  background-repeat: no-repeat;
  transition: all 300ms ease 0ms;
}
.searchhomes a:hover {
  background-image: url("../images/global/accordion-arrow-white-thin.png");
  padding: 10px 30px 10px 20px;
  background-position: 90% 48.5%;
  background-color: rgba(247, 147, 30, .9);
  transition: all 300ms ease 0ms;
}
/*-- ---- Intro Area - Main Pg ---- --*/
.intro-main-pg {
  width: 100%;
  background-color: #164a8c;
  padding: 50px 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}
.intro-main-pg .inner {
  width: 80%;
  max-width: 1350px;
  text-align: center;
  margin: 0px auto 0px auto;
  color: #ffffff;
}
.intro-main-pg .inner h1 {
  font-size: 25px !important;
  line-height: 30px !important;
  margin: 10px auto 0px !important;
}
.intro-main-pg .inner p strong {
  font-weight: 800;
}
.intro-main-pg .inner .section-header-large {
  margin-left: 0px;
  max-width: 100%;
}
.map-holder .inner {
  width: 90%;
  max-width: 800px;
  margin: 0px auto;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
 
}
.map-holder {
  width:100%;
  margin:2em 0;
  background-color: #ffffff !important;
}
.map-holder h2 {
  font-size: 2em;
  line-height: 1.2em;
  font-weight: 600;
  letter-spacing: -.0em;
  margin: .5em auto .5em;
  text-transform: none;
  text-align: center;
  width:60%;
  
}
.map-holder .footnote {
  font-size: .75em;
  line-height: 1.2em;
  font-weight: 400;
  letter-spacing: -.0em;
  margin: .5em auto .5em;
  text-transform: none;
  text-align: center;
  width:80%;
  
}
/*-- ---- License Bar - Main Pg ---- --*/
.license-banner {
  width: 100%;
  background-color: #161860;
  padding: 20px 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}
.license-banner .inner {
  width: 60%;
  max-width: 1350px;
  text-align: center;
  margin: 0px auto 0px auto;
  color: #ffffff;
}
.license-banner .inner p {
  font-size: 40px;
  line-height: 40px;
  margin: 0px auto 0px;
  text-transform: uppercase;
}
.license-banner .inner p strong {
  font-weight: 800;
}
.license-banner .inner .section-header-large {
  margin-left: 0px;
  max-width: 100%;
}
/*-- ---- Featured Listings SECTION ---- --*/
.featured-listings {
  width: 100%;
  color: #000000;
  padding-top: 3%;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 3%;
  background-color: #ffffff;
}
.featured-listings-inside {
  width: 90%;
  max-width: 1300px;
  padding: 3% 2%;
  margin: 0px auto 0px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 14px 2px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 1px 1px 14px 2px rgba(0, 0, 0, 0.26);
  box-shadow: 1px 1px 14px 2px rgba(0, 0, 0, 0.26);
}
.featured-listings h2 {
  display: block;
  font-weight: 800;
  margin: 0px auto 15px;
  font-size: 40px;
  line-height: 1.1em;
  letter-spacing: 0px;
  text-align: center;
  text-transform: none;
  max-width: 1200px;
  top: auto;
  color: #161860;
}
.featured-listings-inside .price {
  font-size: 1.2em;
  line-height: 1.4em;
  color: #1663c7;
  display: block;
  margin: 2% 0 0;
  font-weight: 600;
}
.featured-listings-inside ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.featured-listings-inside li {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin: 1% .5%;
  font-size: 1.3em;
  line-height: 1.2em;
  font-weight: 800;
  color: #000000;
}
.featured-listings-inside .icon {
  width: 95%;
  padding-bottom: 55%;
  margin: 0px auto 1em;
  background-image: url(../images/main/featured-listings/fl-image-01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
	position: relative;
}
.featured-listings-inside ul li:nth-child(1) .icon {
	background-image: url(../images/main/featured-listings/fl-photo-318-stpaul.jpg);
}
.featured-listings-inside ul li:nth-child(2) .icon {
	background-image: url(../images/main/featured-listings/fl-photo-229-church.jpg);
}
.featured-listings-inside ul li:nth-child(3) .icon {
	background-image: url("../images/main/featured-listings/fl-photo-10-hazel.jpg");
}
.featured-listings-inside li a {
  color: #000000;
  display: block;
  max-width: 75%;
  margin: 10px auto 0;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 400;
  border-radius: 50px;
  letter-spacing: -.025em;
  padding: 15px 30px 15px 30px;
  background-color: rgba(242, 214, 180, 1) !important;
  background-image: none;
  background-size: 20px 20px;
  background-position: 83% 48.5%;
  background-repeat: no-repeat;
  transition: all 300ms ease 0ms;
}
.featured-listings-inside li a:hover {
  background-image: url("../images/global/accordion-arrow-white-thin.png");
  padding: 15px 40px 15px 30px;
  background-position: 90% 48.5%;
  background-color: rgba(247, 147, 30, .9);
  transition: all 300ms ease 0ms;
}
/*-- ---- AREAS - Main Pg ---- --*/
.areas-main-pg {
  width: 100%;
  color: #000000;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 3%;
  background-color: #ffffff;
}
.areas-main-pg-inside {
  width: 90%;
  max-width: 1300px;
  padding: 3% 2%;
  margin: 0px auto 0px;
  text-align: center;
  -webkit-box-shadow: 1px 1px 14px 2px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 1px 1px 14px 2px rgba(0, 0, 0, 0.26);
  box-shadow: 1px 1px 14px 2px rgba(0, 0, 0, 0.26);
}
.areas-main-pg-inside .featured-jobs-bottom {
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}
.areas-main-pg-inside .featured-jobs-bottom > div {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0% 1.5%;
  padding-bottom: 2%;
  border: 1px solid #333333;
  min-height: 33em;
  position: relative;
}
.areas-main-pg-inside .featured-jobs-bottom > div:first-child {
  margin: 0% 1.5% 0% 0%;
}
.areas-main-pg-inside .featured-jobs-bottom > div:last-child {
  margin: 0% 0% 0% 1.5%;
}
#houselogic-container {
  position: absolute;
  top: 60%;
  transform: translate(-50%, -60%);
  left: 50%;
  width: 300px;
  height: 320px;
  display: block;
  z-index: 99999;
}
.featured-jobs-bottom h4 {
  font-size: 22px;
  width: 96%;
  line-height: 1em;
  letter-spacing: -.02em;
  display: block;
  margin: 6% auto 4%;
  min-height: 1.5em;
  color: rgba(0, 0, 0, 1);
  font-weight: 800;
}
.featured-jobs-bottom p {
  width: 90%;
  display: block;
  margin: 4% auto 4%;
  min-height: 6em;
}
.military-photo {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
#veterans-info a, #mls-search a {
  color: #000000;
  display: block;
  max-width: 50%;
  margin: 30px auto 0;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 400;
  border-radius: 50px;
  letter-spacing: -.05px;
  padding: 10px 20px 10px 20px;
  background-color: rgba(242, 214, 180, 1) !important;
  background-image: none;
  background-size: 20px 20px;
  background-position: 83% 48.5%;
  background-repeat: no-repeat;
  transition: all 300ms ease 0ms;
}
#veterans-info a:hover, #mls-search a:hover {
  background-image: url("../images/global/accordion-arrow-white-thin.png");
  padding: 10px 30px 10px 20px;
  background-position: 90% 48.5%;
  background-color: rgba(247, 147, 30, .9);
  transition: all 300ms ease 0ms;
}
/*-- ---- The Team - Main Pg ---- --*/
.the-team {
  width: 100%;
  background-color: #161860;
  padding: 40px 0px;
  margin: 10px auto 0px;
}
.the-team .inner {
  width: 85%;
  max-width: 1350px;
  text-align: center;
  margin: 0px auto 0px auto;
  color: #ffffff;
}
.the-team .inner p {
  font-size: 25px;
  line-height: 30px;
  margin: 10px auto 0px;
}
.the-team .inner p strong {
  font-weight: 800;
}
.the-team .inner .section-header-large {
  margin-left: 0px;
  max-width: 100%;
  font-size: 50px;
}
/*-- ---- Your Path to Success ---- --*/
.path-to-success {
  width: 100%;
  padding: 42px 0px;
  background-color: #161860;
}
.path-to-success .section-header-large {
  margin: 0px auto 20px;
  width: 100%;
  font-size: 50px;
  line-height: normal;
  text-align: center;
  color: rgba(242, 218, 180, 1);
}
.path-to-success p {
  margin: 20px auto 20px;
  width: 90%;
  font-size: 20px;
  line-height: normal;
  text-align: center;
  color: rgba(242, 218, 180, 1);
}
.path-to-success ul {
  width: 98%;
  max-width: 1535px;
  margin: 0px auto 0px auto;
  list-style: none;
  padding: 0px;
  text-align: center;
}
.path-to-success li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 15%;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 25%;
  position: relative;
  margin: 9px 20px;
  overflow: hidden;
}
.path-to-success li:nth-child(3) {
  width: 15%;
  padding-bottom: 20%;
  margin: 9px 10px;
}
#dd-shape {}
/*
.path-to-success li:first-child {
    width: 15%;
  padding-bottom: 15%;
}
.path-to-success li:last-child {
    width: 15%;
  padding-bottom: 15%;
}
*/
.career-path-section-head span strong {
  font-weight: 800;
}
.dd-photo {
  background-image: url("../images/main/dd-photo.png");
}
.angie-photo {
  background-image: url(../images/main/angie-photo.jpg);
}
.janet-photo {
  background-image: url(../images/main/janet-photo.jpg);
}
.shirley-photo {
  background-image: url(../images/main/shirley-photo.jpg);
}
.randy-photo {
  background-image: url(../images/main/randy-photo.jpg);
}
.career-path-label {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding: 10px 0px;
  transition: all .5s ease;
  font-size: 18px;
}
.angie-photo .career-path-label {
  background-color: rgba(0, 156, 221, 1);
}
.janet-photo .career-path-label {
  background-color: rgba(0, 156, 221, 1);
}
.shirley-photo .career-path-label {
  background-color: rgba(0, 156, 221, 1);
}
.randy-photo .career-path-label {
  background-color: rgba(0, 156, 221, 1);
}
.path-to-success li:hover .career-path-label {
  padding: 85% 0;
}
.path-to-success li .career-path-label span {
  width: 100%;
  transition: all .35s ease;
}
.path-to-success li:hover .career-path-label span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.path-to-success li:hover .career-path-label span.lowercase {
  position: static;
  display: inline-block;
  width: auto;
}
.path-to-success .angie-photo:hover .career-path-label {
  background-color: rgba(0, 156, 221, .5) !important;
}
.path-to-success .janet-photo:hover .career-path-label {
  background-color: rgba(0, 156, 221, .5) !important;
}
.path-to-success .shirley-photo:hover .career-path-label {
  background-color: rgba(0, 156, 221, .5) !important;
}
.path-to-success .randy-photo:hover .career-path-label {
  background-color: rgba(0, 156, 221, .5) !important;
}
/*ABOUT US PAGE*/
.about-us-info {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}
#service-intro {
  padding: 3% 0px 0px !important;
}
#service-intro .about-us-info .inner p:last-child {
  margin-bottom: 0px !important;
}
.about-us-info .inner {
  width: 85%;
  max-width: 1350px;
  text-align: center;
  margin: 0px auto 0px auto;
  color: #000000;
}
.about-us-info .inner p {
  font-size: 20px;
  line-height: 30px;
  width: 90%;
  margin: 10px auto 25px;
  font-weight: 400;
}
.about-us-info .inner p strong {
  font-weight: 800;
}
.about-us-info .inner .section-header-large {
  max-width: 100%;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 3%;
  letter-spacing: -.04em;
  color: #164a8c;
  text-transform: none;
}
.bldg-image {
  width: 60%;
  padding-bottom: 30%;
  margin: 30px auto 40px;
  border: 10px solid #FFFFFF;
  -webkit-box-shadow: 7px 10px 21px 2px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 7px 10px 21px 2px rgba(0, 0, 0, 0.45);
  box-shadow: 7px 10px 21px 2px rgba(0, 0, 0, 0.45);
  background-image: url(../images/sub/bldg-photo.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.dd-divider {
  width: 100%;
  margin: 30px 0px;
}
/*Our Services PAGE*/
.our-services-info {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 0px 0px !important;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}
.our-services-info .inner {
  width: 85%;
  max-width: 1350px;
  text-align: center;
  margin: 0px auto 0px auto;
  color: #000000;
}
.our-services-info .inner p {
  font-size: 20px;
  line-height: 30px;
  width: 90%;
  margin: 10px auto 25px;
  font-weight: 400;
}
.our-services-info .inner p strong {
  font-weight: 800;
  font-size: 26px;
}
.our-services-info .inner .section-header-large {
  max-width: 100%;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 3%;
  letter-spacing: -.04em;
  color: #164a8c;
  text-transform: none;
}
/*FEATURED LISTINGS PAGE*/
.featured-listings-sub {
  width: 100%;
  background-color: #ffffff;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  border-bottom: 1px dotted #164a8c;
  padding: 2% 0px;
}
.featured-listings-sub-inner {
  width: 90%;
  max-width: 1350px;
  text-align: center;
  margin: 0px auto;
  color: #000000;
  position: relative;
}
.featured-listings-sub-inner-left {
  width: 65%;
  margin: 0px 5% 0px 0;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  float: left;
}
#featured-listings-sub-inner-rt {
  width: 350px;
  margin: 0;
  display: inline-block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  position: absolute;
}
.featured-listings-sub-inner p {
  font-size: 15px;
  line-height: 1.3em;
  width: 100%;
  margin: 10px auto 0;
  font-weight: 400;
}
.featured-listings-sub-inner p strong {
  font-weight: 800;
}
.featured-listings-sub-inner .section-header-large {
  max-width: 100%;
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
  color: #164a8c;
  margin: 0 0 10px;
  letter-spacing: -.04em;
  text-transform: none;
}
.featured-listings-sub-inner .section-header-small {
  max-width: 100%;
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  margin: 0 0 10px;
  letter-spacing: -.02em;
  color: #000000;
  text-transform: none;
}
.featured-listings-sub-inner .price {
  max-width: 100%;
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  margin: 0 0 10px;
  letter-spacing: -.02em;
  color: #000000;
  text-transform: none;
}
#bayliss{
}
#halcyon{
}
#sutton-L10{
}
.featured-listings-sold {
  width: 100%;
  background-color: #ffffff;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  border-bottom: 1px dotted #164a8c;
  padding: 1% 0px;
}
.featured-listings-sold-inner {
  width: 90%;
  max-width: 1350px;
  text-align: center;
  margin: 0px auto;
  color: #000000;
  position: relative;
}
.featured-listings-sold-inner h2 {
	max-width: 100%;
	font-size: 35px;
	line-height: 1em;
	font-weight: 700;
	color: #164a8c;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 25px;
	letter-spacing: -0.025em;
	text-transform: none;
	text-align: left;
}
.sold-listing {
  width: 100%;
  background-color: rgb(234 249 255);
  padding:  0;
  margin: 0px 0 10px;
  color: #000000;
  display: flex;
  flex-direction: row;
 align-items: center;
	text-align: left;
}
.margin-btm-thirty{
  margin: 0px 0 30px;
}
.sold-listing-info{
	padding: 1% 2%;
    width: 91%;
    font-size: 20px;
    line-height: 1.1em;
    font-weight: 500;
    color: #000000;
	
}
.sold-listing-photo{
	width:15%;
}
.sold-listing-photo img{
	border:0;
	margin:0;
	padding:0;
	display: block;
}
.blue {
  color: #1663c7;
}
/* Column container */
.row2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f1f1f1;
}
/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
  flex: 35%;
  padding: 20px;
  align-items: center;
}
.side h5 {
  text-align: center;
  text-transform: none;
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  padding: 3%;
  background-color: rgba(0, 156, 221, 1);
}
/* Main column */
.main {
  flex: 65%;
  padding: 20px;
  text-align: left;
}
.main p {
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 0px;
}
.main h2 {
  text-align: Left;
  text-transform: none;
  font-size: 28px;
  line-height: 1em;
  font-weight: 700;
  color: #164a8c;
  margin-bottom: 10px;
  letter-spacing: -.025em;
}
.main h5 {
  font-size: 20px;
  line-height: 1.3em;
  margin: 5px 0;
  font-weight: 600;
  color: #000000;
}
.main ul {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  width: 100%;
}
.main li {
  display: inline-block;
  background-color: #dcdbdb;
  vertical-align: middle;
  padding: 2px 4px 2px 4px;
  font-size: 15px;
  line-height: 1.4em;
  margin: 0px 0 5px;
}
/* Fake image, just for this example */
.fakeimg {
  width: 100%;
  padding: 0;
  margin: 0;
	position: relative;
}
.swipe {
	right: 0;
	display: block;
	background-color: red;
	color: #fff;
	font-size: 14px;
	line-height: 1em;
	padding: 3% 2%;
	z-index: 9999;
	position: absolute;
	width: 100px;
	top: 10%;
	text-transform: uppercase;
}
/*Our Services*/
.sellers-info {
  width: 100%;
  background-color: #ffffff;
  padding: 0px 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
  padding: 1% !important;
}
.sellers-info .inner {
  width: 85%;
  max-width: 1350px;
  text-align: center;
  margin: 0px auto 0px auto;
  color: #000000;
}
.sellers-info .inner p {
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  margin: 10px auto 25px;
  font-weight: 400;
  text-align: left !important;
}
.sellers-info .inner p strong {
  font-weight: 800;
}
.sellers-info .inner .section-header-large {
  max-width: 100%;
  font-size: 30px;
  line-height: 1em;
  font-weight: 600;
  margin: 0 0 20px;
  letter-spacing: -.04em;
  background-color: #164a8c;
  padding-top: 10px;
  padding-right: 2%;
  padding-left: 2%;
  padding-bottom: 10px;
  color: #ffffff;
  text-transform: uppercase;
}
.sellers-info .inner .section-header-small {
  max-width: 100%;
  padding-bottom: 2%;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 2%;
  letter-spacing: -.04em;
  color: #164a8c;
  text-transform: none;
  border-bottom: 1px solid #4D7EBB;
}
.sellers-info .inner ul {
  list-style: square !important;
  padding: 2%;
  margin: 0px auto 20px;
  text-align: left;
  width: 100%;
  background-color: rgba(242, 218, 180, 1);
}
.sellers-info .inner li {
  font-size: 20px;
  line-height: 26px;
  padding: 0px;
  margin: 0px 0px 15px 40px;
  font-weight: 600;
}
/*CONTACT US PAGE*/
.contact-us {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}
.contact-us .inner {
  width: 85%;
  max-width: 1350px;
  text-align: center;
  margin: 0px auto 0px auto;
  color: #000000;
}
.contact-us .inner p {
  font-size: 20px;
  line-height: 30px;
  width: 90%;
  margin: 10px auto 25px;
  font-weight: 400;
}
.contact-us .inner p strong {
  font-weight: 800;
}
.contact-us .inner .section-header-large {
  max-width: 100%;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 20px;
  letter-spacing: -.04em;
  color: #164a8c;
  text-transform: none;
}
.contact-us .inner .section-header-small {
  max-width: 100%;
  font-size: 30px;
  line-height: 30px;
  font-weight: 600;
  padding: 2% 2%;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  letter-spacing: -.0em;
  background-color: #5091E3;
  color: #ffffff;
  text-transform: uppercase;
}
.contact-us .inner ul {
  list-style: none;
  padding: 3% 0px;
  margin: 0px auto 0px;
  text-align: center;
  background-color: #eef6ff;
}
.contact-us .inner li {
  display: block;
  vertical-align: middle;
  padding: 0px;
  margin: 0px 0px 30px;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
}
.contact-us .inner li:last-child {
   margin: 0px 0px 0px;
 }
.contact-us .inner li strong {
   font-weight:800;
}
.contact-us .inner li a:hover {
  text-decoration: underline;
  color: #164a8c;
}
.agent-links{
	width: 40%;
	padding: 2%;
	background-color: #161860;
	display: block;
	margin: 20px auto 10px;
	font-size: 18px !important;
  line-height: 22px !important;
}
 a .agent-links{
	color: rgba(242, 218, 180, 1) !important;
	background-color: #161860;
}
 a:hover .agent-links{
	color: #ffffff !important;
	background-color: #161860;
}
.agent-contact-photo{
	width: 20%;
	display: block;
	margin: 20px auto 10px;
	border: 2px solid #5091E3;
}
.agent-contact-photo img{
	display: block;
}
/*Testimonials PAGE*/
.testimonials {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}
.testimonials .inner {
  width: 85%;
  max-width: 1350px;
  text-align: center;
  margin: 0px auto 0px auto;
  color: #000000;
}
.testimonials .inner p {
  font-size: 20px;
  line-height: 30px;
  width: 90%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
  font-weight: 400;
}
.testimonials .inner .subhead {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 25px;
  padding-bottom: 30px;
  font-weight: 400;
  border-bottom: 1px dotted #4D7EBB;
}
.testimonials .inner p strong {
  font-weight: 800;
}
.testimonials .inner .section-header-large {
  max-width: 100%;
  font-size: 40px;
  line-height: 50px;
  font-weight: 600;
  margin: 0 0 30px;
  letter-spacing: -.04em;
  color: #164a8c;
  text-transform: none;
}
/*BIO PAGES*/
.divers.wellness {
  width: 100%;
  text-align: center;
  background-color: #164a8c;
  color: #ffffff;
  margin: 0 0 0;
}
.divers.wellness .cell-image {}
.divers.intro {
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  color: #00000;
}
.divers.wellness a {
  color: rgba(242, 218, 180, 1);
text-decoration: none;
}
.divers.wellness a:hover {
text-decoration: underline;
}
.divers.intro .cell-image {
  width: 22%;
  margin: 4%;
}
.divers .cell {
  /*  width: 50%;*/
}
.divers .cell-text {
  width: 70%;
  padding: 0 5% 0;
  text-align: left;
}
.divers p {
  font-size: 20px;
  line-height: 26px;
  margin: 20px auto 0px;
}
.divers p strong {
  font-weight: 800;
}
.diversity a {
  color: #ffffff !important;
  text-decoration: none;
  font-weight: 900;
}
.divers a:hover, .divers a:focus {
  color: #ffffff !important;
  text-decoration: underline;
}
.divers .section-header-large {
  margin-left: 0px;
  margin-bottom: 20px;
  max-width: 100%;
  font-weight: 400 !important;
  letter-spacing: -0.03em;
  text-transform: none;
}
.divers .section-header-large strong {
  color: rgba(242, 218, 180, 1);
}
.divers .sub-title {
  margin: 10px 0px;
  font-size: 25px;
  line-height: 28px;
  font-weight: 600 !important;
  letter-spacing: -0.03em;
  text-transform: none;
}
.bio-contact {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0px;
}
.bio-contact .inner {
  width: 85%;
  max-width: 1350px;
  text-align: center;
  margin: 0px auto 0px auto;
  color: #000000;
}
#devrieswebsite {
  text-align: center !important;
}
#devrieswebsite a {
  color: #000000;
  display: block;
  width: 55%;
  margin: 30px 0 0;
  text-transform: none;
  font-size: 1.5em;
  font-weight: 600;
  border-radius: 50px;
  letter-spacing: -.01px;
  padding: 20px 20px 20px 20px;
  background-color: rgba(242, 214, 180, 1) !important;
  background-image: none;
  background-size: 20px 20px;
  background-position: 83% 48.5%;
  background-repeat: no-repeat;
  transition: all 300ms ease 0ms;
}
#devrieswebsite a:hover {
  background-image: url("../images/global/accordion-arrow-white-thin.png");
  padding: 20px 30px 20px 20px;
  background-position: 90% 48.5%;
  background-color: rgba(247, 147, 30, .9);
  transition: all 300ms ease 0ms;
  color: #000000 !important;
  text-decoration: none !important;
}
.testimonials .inner p {
  font-size: 20px;
  line-height: 30px;
  width: 90%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
  font-weight: 400;
}
.bio-contact .inner .subhead {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 25px;
  padding-bottom: 30px;
  font-weight: 400;
  border-bottom: 1px dotted #4D7EBB;
}
.bio-contact .inner p strong {
  font-weight: 800;
}
.bio-contact .inner .section-header-large {
  max-width: 100%;
  font-size: 35px;
  line-height: 50px;
  font-weight: 600;
  margin: 0 0 20px;
  letter-spacing: -.04em;
  color: #164a8c;
  text-transform: none;
}
.bio-contact .inner ul {
  list-style: none;
  padding: 0px;
  margin: 0px auto 20px;
  text-align: center;
}
.bio-contact .inner li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  margin: 0px 30px 0px;
  font-size: 25px;
  line-height: 32px;
  font-weight: 400;
}
.bio-contact .inner li:first-child {
  padding: 0 30px 0 0;
  margin: 0px 30px 0px 0;
  border-right: 2px solid #4D7EBB;
}
.bio-contact .inner li:last-child {
  margin: 0;
}
.bio-contact .inner li strong {
  font-size: 26px;
}
.bio-contact .inner li a:hover {
  text-decoration: underline;
  color: #164a8c;
}
/*-- ---- ---- FOOTER ---- ---- --*/
footer {
  padding: 3% 0px;
  color: #ffffff;
  background-color: #164a8c;
  text-align: center;
  line-height: 1.4em;
  font-weight: 400;
}
.footer-logos {
  max-width: 1500px;
  width: 90%;
  margin: 0px auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  vertical-align: top;
  text-align: center;
}
.footer-logos ul {
  list-style: none;
  padding: 18px 0px;
  margin: 0px auto;
  text-align: center;
  transition: all .35s ease;
}
.footer-logos li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  margin: 0px 1%;
  width: 80px;
}
.footer-legal {
  font-size: 16px;
  line-height: 1em;
  width: 96%;
  margin: 25px auto 0px;
  color: rgba(255, 255, 255, 1) !important;
}
.footer-contact-us {
  max-width: 1500px;
  width: 90%;
  margin: 0px auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  vertical-align: top;
  text-align: center;
}
.footer-contact-us li {
  display: inline-block;
  padding: 0px 17px 0px 13px;
  border-right: 3px solid rgba(255, 255, 255, .4);
  font-weight: 400;
  font-size: 25px;
  line-height: 1em;
  letter-spacing: -.5px;
}
.footer-contact-us li:last-child {
  border-right: 0px solid #99D6EA;
}
.footer-contact-us li a {
  color: #f2dab4 !important;
  text-decoration: none;
}
.footer-contact-us li a:hover {
  color: #ffffff !important;
  text-decoration: underline;
}
.footer-contact-us ul {
  list-style: none;
  margin: 2%;
  padding: 0px;
  text-align: center;
}
.content-inner-holder {
  width: 90%;
  max-width: 1500px;
  margin: 50px auto;
  text-align: left;
}
.utility-btn {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.1rem;
  font-weight: 800;
  text-align: center;
  padding: 13px 30px;
  background: #ffffff;
  color: #0069B1 !important;
  border: 2px solid #0069B1;
  border-radius: 0px;
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px 10px 0;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  transition: all 0.2s ease;
  overflow: hidden;
}
.utility-btn:before {
  background-color: #0069B1;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  transition: all 0.2s ease;
  border-radius: 0px;
}
.utility-btn:hover, .utility-btn:focus, .utility-btn:active {
  color: #ffffff !important;
}
.utility-btn:hover:before, .utility-btn:focus:before, .utility-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  color: #ffffff;
}
.utility-btn:hover {
  color: #ffffff !important;
}
.job-details-btns form {
  display: inline-block;
  vertical-align: middle;
}
#page-name {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.sub-banner-inner {
  width: 90%;
  max-width: 1550px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
}
.hero-copy {
  width: 45%;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
}
.hero-copy h1 {
  font-size: 5em;
  font-weight: 800;
  line-height: .95em;
  letter-spacing: -.01em;
  margin: 0px 0px 5px;
}
.hero-copy .page-sub-title {
  font-size: 2.4em;
  line-height: 1.1em;
  font-weight: 400;
}
.who-we-are {
  background-image: url(../images/sub/who-we-are/who-we-are-banner.jpg);
}
.sub-content section {
  padding: 3% 0px;
  width: 100%;
  margin: 0px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sub-content section .inside {
  width: 90%;
  max-width: 1500px;
  margin: 0px auto;
}
.dd-nav-bar {
  background-color: rgba(242, 218, 180, 1);
  padding: 20px 0px 20px;
  width: 100%;
  text-align: center;
}
.dd-nav-bar a {
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.3em;
  line-height: 1.2em;
}
.dd-nav-bar a:hover, .dd-nav-bar a:focus {
  text-decoration: none !important;
  color: #164a8c;
}
.dd-nav-bar ul {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  width: 98%;
}
.dd-nav-bar li {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 12px 1px 10px;
  border-right: 1px solid #000000;
}
.dd-nav-bar li:last-child {
  border-right: 0px solid #000000;
}
.mobile-internal {
  font-size: .85em;
  padding: 1.2em 5% 1.2em 5%;
}
a.mobile-internal:hover {
  background-color: rgba(0, 150, 220, .5);
  padding: 1.2em 5% 1.2em 7.5% !important;
}
/*-- ---- ---- ---- Minimalist Slider Styles ---- ---- ---- --*/
#new-carousel2 {
  width: 50%;
  position: absolute;
  overflow: hidden;
  outline: none;
  top: 0px;
  bottom: 0px;
  right: 0;
  list-style: none;
  margin: 0px;
  padding: 0px;
  transform: translateX(0%);
}
.slide {
  position: absolute;
  top: 0;
  left: 0%;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  transition: all .5s ease;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.slide.live {
  position: absolute;
  z-index: 99;
  opacity: 1;
  transition: all .5s ease;
}
.lower-controls {
  position: absolute;
  z-index: 999999;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.dot {
  height: 15px;
  width: 15px;
  margin: 7px 2px;
  background-color: rgba(255, 255, 255, .75);
  border-radius: 50%;
  display: block;
  transition: all 0.1s ease;
  border: 2px solid #ffffff;
  cursor: pointer;
}
.dot:hover {
  background-color: rgba(255, 255, 255, .5);
  cursor: pointer;
}
.dot.active {
  background-color: rgba(255, 255, 255, 1);
  cursor: pointer;
}
#Slide1 {
  background-image: url("../images/sub/working-here/slides/slide1.jpg");
}
#Slide2 {
  background-image: url("../images/sub/working-here/slides/slide2.jpg");
}
#Slide3 {
  background-image: url("../images/sub/working-here/slides/slide3.jpg");
}
#Slide4 {
  background-image: url("../images/sub/working-here/slides/slide4.jpg");
}
#31floyd, #229church, #10hazel{
	scroll-margin-top: 150px;
}