@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
.box-link{
	border-color: #014bef;
	border-width:2px 1px;
	border-style:solid;
	text-decoration:none;
	background-color:white;
	color:#014bef;
	font-family:'An';
}
.box-link:hover{
	background-color:#DDE7FF;
	color:#014bef;
	text-decoration:none !important;
}
a .box-link:hover{
	text-decoration:none!important;
}
.border-b1{
	border-bottom: solid 1px white;
}
.border-t1{
	border-top: solid 1px white;
}
.sticky-top{
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
.float-r{
	float:right;
}
.wrap100{
	width:100%;
}
footer hr{
	border-top-color:#afc4f5;
}

.v-top{
	vertical-align:top;
}
.mar-r10{
	margin-right:10px;
}
.mar-r5{
	margin-right:5px;
}
.dib{
	display:inline-block;
}
.ph3{
	padding-left: 1rem;
	padding-right: 1rem;
}
.pt2{
	padding-top: .5rem;
}
.mt3{
	margin-top:1rem;
}
.mt2{
	margin-top:.5rem;
}
.mb0{
	margin-bottom:0;
}

.jz-form-check{
	justify-content:left !important;
	padding-left:20px !important;
}

.sidenav{
	display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    background-color: #014beff7;
    overflow-x: hidden;
    padding-top: 79px;
    transition: 0.5s;
}
.sidenav .closebtn{
	position: absolute;
    top: 20px;
    right: 35px;
    font-size: 2.5rem;
    margin-left: 50px;
}
.sidenav a{
	padding: 21px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    display: block;
    transition: 0.3s;
	font-family: 'An';
	text-transform:uppercase;
	text-align:left;
	
}

.jz-navbar-lg{
	background-color:white;
	color:#012B89 !important;

}
.jz-navbar-lg a{
	text-transform:uppercase;
	font-family:'An';
	font-weight:600;
	color:#012B89 !important;
	padding-top:13px;
	font-size:16px;
}
.jz-navbar-lg a:hover{
	text-decoration:none;
	color: pink;
}
.dark-blue-bg a{
	color:white;
	text-decoretion:none;
}
.dark-blue-bg a:hover{
	color:#dde7ff;
	text-decoretion:underline;
}

.dib{
	display:inline-block;
}
.mar-r40{
	margin-right:40px;
}
.mar-b5{
	margin-bottom:5px !important;
}
.light-blue-bg{
	background-color: #F9FBFF;
}
.med-blue-bg{
	background-color: #DDE7FF;
}
.bg-light-grey{
	background-color: #F8F8F8;
}
.dark-blue-bg{
	background-color: #00226E;
	color:white !important;
}
.pad-5030{
	padding:50px 30px;
}
.mar-b20{
	margin-bottom:20px;
}
.mar-b10{
	margin-bottom:10px;
}
.mar-t20{
	margin-top:10px;
}
.profile-tab-content{
	#border:solid 1px #dee5ff;
	#padding: 45px;
	min-height: 450px;
}
.profile-tabs.nav-pills>li.active>a, .profile-tabs.nav-pills>li.active>a:focus, .profile-tabs.nav-pills>li.active>a:hover{
	background-color: #014bef;
	color:white;
	border-radius:0px;
	border-color: #014bef;
}
.profile-tabs.nav-pills>li>a{
	border-radius:0px;
	border:solid 1px #dee6ff;
	color: #022b89;
}
.profile-tabs .badge{
	background-color:white;
	border: solid 1px #022b89;
	color:#022b89;
	margin-top:-2px;
}

.nav-pills>.active>a>.badge{
	background-color:#024bed !important;
	color:white !important;
	border-color: white;
	
}
.box-shadow{
	box-shadow: 0 2px 22px 0 rgba(98,95,95,0.18);
}
h1, h2, h3, h4,h5, p{
	margin-top:0;
	line-height:1.2;
	font-family: 'Open Sans'
}
h2{
	font-size:35px;
	font-weight:600;
	color:#012B89;
}
.h2-caption{
	color:#616161;
	font-family:'An';
	font-size: 19px;
}
h3{
	color:#012B89;
	font-weight:600;
	font-size:26px;
}
.h3-caption{
	font-size:18px;
	font-family:'An';
	color:#012B89;
}

p{
	font-size:16px;
	margin-bottom: 1rem;
	line-height:1.5;
}
body{
	line-height:1.5;

}

.blue-dot li::before {
  content: "\2022";
  color: #004AEF;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
  float:left;
}

#home-bg-img{
	background-image:linear-gradient(4.34deg, rgba(17,26,45,0.62) 0%, rgba(0,74,239,0.47) 100%), url(img/home-hero-banner.jpg);
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
	color:white !important;
}
h1{
	font-size: 48px;
	font-family:'Open Sans';
	font-weight:600;
}
#home-bg-img .h1-caption, p.h1-caption{
	font-size: 24px;
	font-family:'An';
	padding:5px 0px;
}
.affix{
	top: 10px;
    position: fixed;
}

.sticky-cta{
	padding: 5px !important;
	width:100%;
	margin-top: 25px!important;
}
.single-listing-heading{
	color: #012B89;
	text-transform:uppercase;
	font-size: 25px;
	font-weight:600;
	padding:70px 0px 20px 0px;
	font-family:'An';
	letter-spacing:1.5px;
}
p.percentage{
	font-size:70px;
	font-weight:500;
	font-family:'An';
	line-height:70px;
	margin:0px;
}
.p-description, .img-caption{
	font-family: 'An';
}
.img-caption{
	font-size:16px;
	margin-top:10px;
	margin-bottom:0px;
}
.p-summary-1{
	font-size:14px;
	font-family: 'An';
	color:#454545;
	text-transform:uppercase;
	letter-spacing: .8px;
	margin-bottom:5px;
}
.p-summary-2{
	font-size:25px;
	font-family: 'An';
	line-height:22px;
	color:#004AEF;
	margin-bottom:40px;
	font-weight: 400;
}
.list-group-item.active{
	background-image: none !important;
	border:none;
	text-shadow:none;
}
.list-group-item.active:hover{
	text-shadow:none;
}
.info-box img{
	padding-bottom:20px;
	width:60%;
	height:auto;
	}
.listing-box, .info-box, .sticky-cta{
  	background-color: #FFFFFF;
	margin:0px;

}
.listing-box{
	padding:0px !important;
}

.padding-top-bottom{
	padding-top: 50px;
	padding-bottom:70px;
}
.property-info{
	padding:20px 13px 15px 20px;
}
.p-address{
  	color: #454545;
  	font-family: 'An';
  	font-size: 22px;
  	font-weight: 500;
	margin-bottom:0px;
}
.p-city-state{
	text-transform:uppercase;
	color: #454545;
	font-family: 'An';
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 15px;
}
.p-price{
  	color: #012B89;
  	font-family: 'An';
  	font-size: 30px;
  	font-weight: 600;
	margin-top:15px;
	margin-bottom: 0px;
}
.p-bed-bath{
    color: #454545;
    font-family: 'An';
    font-size: 14px;
    letter-spacing: 0.39px;
    line-height: 17px;
	margin-bottom:0px;
}

.jzModal .modal-content{
	padding:15px;
}
.jzModal .modal-body{
	padding-left:15px;
	padding-right:15px;
}
.jzModal .modal-header{
	padding:10px;
}
.jzModal .checkbox {
	margin-top:0px;
	margin-bottom:0px;
	padding-left: 5px;
}
.jzModal .check-box label{
	font-family:'An';
}
.jz-radio .btn.active{
	background-color:#014bef;
	color:white;
}


#single-family{
	background-image:url(img/single-family-up.png);
}
#single-family:hover{
	background-image:url(img/single-family-over.png);
}

p.jz-modal-title{
	font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #022b89 !important;
    font-size: 23px;
	padding-top:45px;
	padding-bottom: 10px;
	font-family:'An';
}
.jz-signinModal p{
	font-family:'An';
	color:#6f6e6e;
}
.jz-signinModal a{
	color:#004aef;
	text-decoration:none;
}
.jz-signinModal a:hover{
	
	text-decoration:underline;
}
.no-border{
	border:none !important;
}

.border-blue{ 
	border-color:#014bef;
	padding: 10px 16px;
	background-image:none;
	color:#00226E;
	box-shadow:none!important;
}
.btn.border-blue:hover{
	background-color:#014bef;
	color:white;
	border-color:#014bef;
	text-shadow:none;
}
.modal-heading{
	text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
	color:#00226E;
}

/*Modal custom checkbox*/
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #e4ecfe;
  margin-right:30px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #014bef;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #014bef;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 10px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);

}

.checkbox-container p{
	padding: 0px 0px 0px 15px;
	margin:0px;
	font-size:14px;
}
a.no-ul:hover{
	text-decoration:none;
}

.pointer:hover{
	cursor:pointer;
}
.input-icon-right{
	position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.form-inline .input-group{
	width:100%;
}
.f16{
	font-size:16px!important;
}
.btn, input{
	font-family: 'An'!important;
}
input:focus, textarea:focus, select:focus, a:focus{
	outline:none !important;
}
.btn-il{
	border-radius: 0px .25rem .25rem 0px;
}
.btn-primary{
	color: white !important;
    background-color: #004AEF!important;
	background-image:none;
	box-shadow:none;
	border-color:#004AEF;
}
.btn-primary:hover{
    background-color: #007bff!important;
	border-color:#004AEF;
}
.btn-padding{
	padding:1.5rem 8rem;
}
.pad-2215{
	padding: 22px 15px;
	font-family:'An';
}
.btn-outline-primary{
	color: #012B89 !important;
    font-size: 18px;
    border: 2px solid #004AEF!important;
	letter-spacing:2px;
}
.btn-outline-primary:hover, .btn-outline-secondary:hover{
	color: white !important;
	background-color:#004AEF!important;
}
.btn-outline-secondary{
	color: #012B89 !important;
	border: 1px solid #004AEF!important;
	padding:10px 19px 6px 19px!important;
	font-size:16px;
	font-family: 'An' !important;
}
.no-br{
	border-radius:0px;
}

.list-group-item{
	color: #616166;
	background-color:white;
	border-color:#dde6ff;
	font-family: 'Open Sans';
	font-size:16px;
	border-radius:0px !important;
}
.list-group-item:hover{
	background-color:#fafbff;
}

.list-group-item.active{
	color: #022b89;
	background-color:#dde6ff;
	border-color:#dde6ff;
	font-weight:600;
}
.list-group-item.active:hover{
	background-color:#dde6ff;
}



.spacer-30{
	margin-top:30px;
}

.h2-caption-2{
	color: #00226E;
    font-family: 'An';
    font-size: 25px;
    line-height: 40px !important;
}

.blue-cross img{
	height:auto;
	padding-bottom: 20px;
}
.quote-box{
	background-image: url(img/quote-marks.png);
	background-position: left 30%;
	background-size:contain;
	background-repeat:no-repeat;
}
.quote-box p{
	color: #00226E;
    font-family: "Open Sans";
	font-style:italic;
}

#home-bg-img .form-inline .input-group{
	width:100%;
}

.heart{
	text-align:right;
	margin-top:-30px;
	padding-right:10px;
	font-size: 25px;
	color: #545454;
}

footer .nav-link{
	text-transform:uppercase;
	padding:0px 0px 10px 15px;
}
footer a, footer h3, footer .nav-link, footer p{
	color:#00226E !important;
	font-family:"An";
}
footer h3{
	padding-top:32px;
	font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.med-blue-bg img{
	width:90%;
	height:auto;
	margin-top:-20px;
}
.no-padding{
	padding:0px !important;
}
.sell-banner{
	background-image:url(img/sell-banner-bg.jpg);
	background-position:center;
	background-size:cover;
	background-repeat: no-repeat;
	color: #012B89;
	
}
.sell-white-box{
	padding:45px;
	background-color: #ffffffe3;
	box-shadow: 0 2px 22px 0 rgba(98,95,95,0.18);
}
.advantage-banner{
	background-image:linear-gradient(4.34deg, rgba(217, 229, 255, 0.34) 0%, rgba(255, 255, 255, 0.88) 100%), url(img/advantage-banner.jpg);
	background-position:left;
	background-size:cover;
	background-repeat:no-repeat;
	color:#022b89;
}

.info-box-blue{
	background-color: #F9FBFF;

}
table{
	font-family:'An';
}
.table-listing-info th{
	width:35%;
	
}
table.table-listing-info th, table.table-listing-info td{
	padding-bottom:20px !important;
	border-top:none !important;
	font-size: 16px;
	font-weight:500;
}
.sort-link{
	font-size: 16px;
	font-family:'An';
	color: #012B89;
	padding-top:6px;
}
.sort-float{
	float:right;
}



/*---FONTS --*/ 
@font-face{
	font-family:'An';
	src: url(fonts/AvenirNextLTPro-Bold.otf);
	font-style:normal;
	font-weight:700;
}
@font-face{
	font-family:'An';
	src: url(fonts/AvenirNextLTPro-Demi.otf);
	font-style:normal;
	font-weight:600;
}
@font-face{
	font-family:'An';
	src: url(fonts/AvenirNextLTPro-DemiIt.otf);
	font-style:italic;
	font-weight:600;
}
@font-face{
	font-family:'An';
	src: url(fonts/AvenirNextLTPro-It.otf);
	font-style:italic;
	font-weight:500;
}
@font-face{
	font-family:'An';
	src: url(fonts/AvenirNextLTPro-Regular.otf);
	font-style:normal;
	font-weight:500;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}


/*---Media Queries --*/ 


/*---Extra small devices (portrait phones, less than 576px)--*/
@media (max-width: 575.98px) {
	.blue-cross{
		background-image:none;
	}
}

/*---Small devices (landscape phones, less than 768px)--*/
@media (max-width: 767.98px) {
	

	.quote-box{
		padding: 0px 30px;
		text-align:center;
		font-size:20px;
	}
	.quote-box p{
		font-weight: 500;
		font-size: 18px;
		line-height: 27px;
	}
	
	.sell-banner{
		padding:25px 0px;
	}
	.advantage-banner{
		padding:25px 0px;
	}
	.sell-white-box {
		margin-left:0px;
	}
	.jz-navbar-lg{
		padding-top: 0px;
		max-height:64px;
	}

}


/*---Extra small devices (portrait phones, less than 576px)--*/
@media (max-width: 575.98px) {

	.pad-25{
		padding:10px;
	}
}

/*---Smaller devices (991px and less)--*/
@media (max-width: 991px)  {
	.profile-tabs{
		border-bottom: solid #024bee 3px;
	}
	.profile-tabs.nav-pills>li>a{
		border-bottom:none;
	}
	ul.nav-stacked.profile-tabs>li{
		float:left;
	}
	.nav-stacked>li+li{
		margin-top:0px;
		margin-left:5px;
	}
	.jzModal .spacer-30{
		margin-top:20px;
	}
	.btn-outline-primary{
		font-size:14px;
	}
	.btn-padding{
		padding:1rem 5rem;
	}
	.info-box img{
		max-width:163px;
	}
	.sort-float{
	float:left;
	}
	.remove-mobile-pt{
		padding-top:0px !important;
	}
	.remove-mobile-pb{
		padding-bottom:0px !important;
	}
	.pad-25{
		padding:15px;
	}
	.pad-5030{
	padding:10px;
	}
	.box-shadow.pad-5030, .light-blue-bg.pad-5030{
	padding:50px 30px;
	}
	.spacer-30{
		margin-top: 20px;
	}
	
	.container{
		padding-left:20px;
		padding-right:20px;
	}
	
	.padding-top-bottom{
		padding-top:30px;
		padding-bottom:30px;
	}
	.single-listing-heading{
		padding-top: 40px;
		padding-bottom:10px;
	}
	hr{
		margin:0px;
	}
	footer hr{
		margin-bottom: 15px;
		margin-top:15px;
	}
	#home-bg-img{
		padding: 150px 0px;
	}
	#home-bg-img h1{
		font-size:52px;
		text-align: left;
	}
	#home-bg-img .h1-caption{
		font-size:24px;
		text-align: left;
		text-shadow:2px 2px 13px #091a29;
	}
	
	h1{
		font-size:30px;
	}
	.h1-caption,p.h1-caption{
		font-size:18px;
		font-family: 'An';
	}
	
	h2{
		font-size:26px;
	}
	.h2-caption-2{
		font-size:18px;
		line-height:24px !important;
	}
	
	h3{
		font-size:20px;
	}
	.h3-caption{
		font-size:16px;
	}
	p{
		font-size:16px;
	}
	.p-summary-1{
		font-size:14px;
	}
	.p-summary-2{
		font-size:20px;
		margin-bottom:25px;
	}
	.p-address{
		font-size:18px;
	}
	.listing-box .p-address{
		font-size:22px;
	}
	
	.sell-white-box{
		padding:25px;
	}
}

/*---Medium devices (tablets, 768px (992 old) and up)--*/
@media (min-width: 768px)  {
	.blue-cross{
		background-image: url(img/bg-cross.png);
		background-position: center;
		background-repeat: no-repeat;
		}
	.quote-box{
		background-image: url(img/quote-marks.png);
		background-position: left 30%;
		background-size:contain;
		background-repeat:no-repeat;
		padding: 50px 60px 0px 60px;
		}
	.quote-box p{
		font-weight: 500;
		font-size: 24px;
		line-height: 37px;
		}
	#home-bg-img{
		padding: 300px 0px;
		}
	.sell-banner{
		padding:150px 0px;
	}
	.advantage-banner{
		padding:100px 0px;
	}
	.jz-navbar-lg{
		padding:20px 0px;
		max-height:100px;
	}
	.mar-t45{
		margin-top:45px;
	}
	.pad-25{
			padding:25px;
		}

}

/*---Large devices (desktops, 1200px and up)--*/
@media (min-width: 1200px)  {
	.sell-white-box {
		margin-left:32px;
	}
	.single-listing-col1{
		width: 100%; 
		max-width: 680px;
		float:right; 
		padding: 0px 50px 0px 15px;
	}
	.single-listing-col2{
		max-width: 425px;
		width:100%;
	}
	
	.pad-0550{
		padding-right:50px !important;
		padding-left:50px !important;
	}
	.pad-r35{
		padding-right:35px !important;
	}
	


}




/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}













