@font-face {
font-family: snell;
src: url(../fonts/SnellRoundhandLTStd-Scr.otf);
}

a {
	color: #50A061;
}

a:hover {
	color: #50A061;
}

body {
	background-color: #EEEEEE;
	padding-top: 25px;
}



h1,h2,h3 {
	padding: 0;
	margin: 0;
}

h2 {
	font-family: 'Georgia';
	font-size: 23px;

}

h3 {
	color: #50A061;
	font-size: 20px;
	font-family: 'Arial';
	padding-bottom: 8px;
	font-weight: bold;
}

h4 {
	color: #478E58;
	font-size: 13px;
	font-family: 'Arial';
	font-weight: bold;

}


p {
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
	color: #666666;
	font-family: 'Arial';
}

hr {
	border-color: #BDBDAE;
	background-color: #BDBDAE;
	color: #BDBDAE;

	margin-top: 40px;
	margin-bottom: 40px;
}


ul, ol {
	color: #666666;
	margin:10px 0px 10px -15px;
}


/* ============== HEADER === */
header.masthead {

	color: white;
	height: 130px;
	padding-left: 30px;
	padding-top: 30px;
	position: relative;
}



header.masthead h1 {
	font-family: 'snell', cursive;
	font-size: 60px;
	margin-top: 20px;

}

header.masthead p {
	color: white;
	font-weight: normal;
}

header.masthead aside {
	position: absolute;
	right: 30px;
	top: 30px;
}


header.masthead aside button {
	width: 150px;
	margin-right: 5px;

}

.page-content header {

}



/* ============== NAV === */
.navbar {
	border-radius: 0;

}

.navbar-default {
	border: none;
	border-bottom: 1px solid #BDBDAE;
}

nav ul {display:inline-block;width:100%;margin:0;padding:0; overflow: hidden;}
nav ul li{display:inline-block;width:145px;margin:0;padding:0;text-align:center;float:left}

.navbar-nav>li {
	height: 50px;
	border-right: 1px solid #BDBDAD;
}

.navbar-default .navbar-nav>li>a {

	color: #444444;
	font-family: 'Georgia';
	color: #444;
}

.navbar-nav>li:last-child {
	border-right: none;
	width: 130px;
}



.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: white;
	background-color: #4C9F5F;
}

.carousel {
	margin-bottom: 50px;
}

.carousel-indicators {
	bottom: -45px;
}

.carousel-indicators .active {
	background-color: #BBBBBB;
}

.carousel-indicators li {
	background-color: #DFDDD8;
	border: none;
	width: 12px;
	height: 12px;
	margin: 0;
}



/* =============== FOOTER === */
footer {
	border-top: 4px solid #48A05C;
}

footer section {
	padding-top: 25px;
	height: 70px;
	color: #ddd;
}

footer address {
	color: #666;
	background-color: #ECEAE7;
	padding-top: 35px;
	padding-bottom: 35px;
	border-bottom: 4px solid #356A43;
	font-weight: bold;
}

footer address a {
	color: #666;
}

footer address a:hover {
	color: #666;
}

footer ul {
	display: inline;
}

footer ul li {
	display: inline;
	padding-right: 15px;
}

footer section {
	font-size: 12px;
}

/* =============== PAGE CONTENT === */
.page-content {
	padding-top: 35px;
	padding-bottom: 55px;
}

.page-content h2 {
	color: white;
	padding-top: 20px;
	margin-bottom: 45px;
}



.page-index {
	padding-top: 0px;
}

.staff-listing p {
	font-family: 'Arial';
	font-size: 13px;
	color: #666;
	font-weight: normal;
	padding: 0;
	margin: 0;
}



.affiliates h3 {
	width: 120px;

	padding-top: 6px;
	margin-left: 30px;

	font-size: 16px;
	line-height: 25px;
	float: left;
}


.affiliates ul {
	padding: 0;
	list-style-type: none;
	float: right;


}


.affiliates ul li {
	display: inline;
	padding-right:50px;
}

section#why-pick-us h2 {
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	font-family: 'Arial';
	margin-bottom: 25px;
}

section#why-pick-us h3 {
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 15px;
}

section#why-pick-us {
	padding-left: 40px;
	padding-right: 40px;
}

section#why-pick-us .row {
	padding-bottom: 35px;
}

section#why-pick-us .row:last-child {
	padding-bottom: 0;
}

section#why-pick-us p {
	font-weight: bold;
	font-size: 12px;
	line-height: 17px;
}

section#why-pick-us aside {
	width: 65%;
	float: right;
}

section#why-pick-us img {
	padding-left: 15px;
}

.page-our-services img {
	width: 468px;
}

.page-our-services button {
	font-weight: bold;
	font-family: 'Arial';
	font-size: 13px;
	border-radius: 6px;
	width: 135px;
	height: 45px;
	margin-top: 15px;
}

/*.page-our-services h3 {
	font-size: 25px;
	margin-bottom: 20px;
}*/

.table {
	text-align: center;
	font-weight: bold;
	width: 525px;
}

.table>tbody>tr {
	border: 1px solid #4C9F5F;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	border: none;
}

.table>tbody>tr>td {
	border: 1px solid #4C9F5F;
	height: 70px;
	color: #545454;
	font-family: 'Arial';
	font-weight: 'bold';
	font-size: 13px;

	padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;

	width: 175px;
}

.table>tbody>tr>td a {
	font-size: 16px;
	display: block;
	padding-top: 25px;
	height: 65px;
	color: #777777;
}

.table>tbody>tr>td:hover a,
.table>tbody>tr>td:hover {
	background-color: #4C9F5F;
	color: white;
	text-decoration: none;
}

.table>tbody>tr>td.open-escrow a, .table>tbody>tr>td.download-pdf a {
	color: #50A061;
}

.table>tbody>tr>td.open-escrow a:hover, .table>tbody>tr>td.download-pdf a:hover {
	color: white;
	text-decoration: none;
}

.table>tbody>tr>td.open-escrow:hover {
	color: white;

}

table th {
	text-align: center;
	color: white;
	height: 40px;

}

table i {
	padding-right: 5px;
}

.page-news h3 {
	padding: 0;
}

.page-news h4 {
	padding-bottom: 15px;
}



.page-news article {

}

.page-contact-us p {
	/*line-height: 12px;*/
}

.page-contact-us h3 {
	padding-bottom: 15px;
}

.page-contact-us address {
	margin-bottom: 30px;
}

.page-contact-us button {
	margin-top: 8px;
}

.page-contact-us form {
	width: 90%;
}

.page-contact-us form textarea {
   resize: none;
}


#escrow-agent-dropdown select {
   background: transparent url('../img/dropdown-arrow-bg.png')no-repeat 95% center;
   padding: 11px 10px 5px 12px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 45px;
   -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
	color:#468D58;
	border:#468D58 1px solid;
	font-size:14px;
	font-weight:bold;
	margin-top:30px;

   }
   #escrow-agent-dropdown + .btn.btn-green.pull-right {float:none !important;}

/* =============== UTILS === */
.form-control::-webkit-input-placeholder { color: #666; }

.container {
	width: 1000px;
}

.form-control {
	border-color: #4C9F5F;
	border-radius: 0;
}

.input-form header {
	height: 40px;
}

.collapsed-form label {
	width: 220px;
	background-color: #EEEEEE;
	text-align: right;
	padding-right: 8px;
	height: 40px;
	font: 'Arial';
	font-weight: bold;
	font-size: 14px;
	color: #468D58;
	padding-top: 10px;
	float: left;
	margin: 0;

}

.collapsed-form input {
	float: left;
	border: none;
	width: 150px;
	height: 40px;
	margin: 0;
	width: 225px;
	background-color: white;
}

.collapsed-form input.form-input-wide {
	width: 580px;
}

.collapsed-form label.form-col-2 {
	width: 160px;
}

.collapsed-form input.form-col-2 {
	width: 190px;
}


.collapsed-form .form-group {
	border: 1px solid #499B5C;
	border-top: 0;
	padding: 0;
	margin: 0;
}

.collapsed-form button {
	width: 135px;
	height: 45px;
	color: white;
	font-family: 'Arial';
	font-weight: bold;
	font-size: 13px;
	margin-top: 30px;
	-webkit-box-shadow: 2px 2px 1px 1px #C7C7C7;
box-shadow: 2px 2px 1px 1px #C7C7C7;
}


ul.list-o-links {
	font-size: 18px;
	font-family: 'Arial';
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.list-o-links li {
	margin-top: 8px;
}

ul.list-o-links a {
	color: #509F60;

}

.img-grn-border {
	padding: 10px;
	border: 1px solid #4C9F5F;
}

#header-highlight {
	position: absolute;
	width: 900px;
	height: 60px;
}

.page-content {
	background-color: white;
}

.btn {
	border: none;
	color: white;
}


.btn:hover {
	color: white;
}

.btn-blue {
	background: #2693FF;
	background: -moz-linear-gradient(top,  #2693FF 0%, #524AAC 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2693FF), color-stop(100%,#524AAC));
	background: -webkit-linear-gradient(top,  #2693FF 0%,#524AAC 100%);
	background: -o-linear-gradient(top,  #2693FF 0%,#524AAC 100%);
	background: -ms-linear-gradient(top,  #2693FF 0%,#524AAC 100%);
	background: linear-gradient(to bottom,  #2693FF 0%,#524AAC 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2693FF', endColorstr='#524AAC',GradientType=0 );
}

.btn-green {
	background: #4F9E61;
	background: -moz-linear-gradient(top,  #4F9E61 0%, #4A815A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4F9E61), color-stop(100%,#4A815A));
	background: -webkit-linear-gradient(top,  #4F9E61 0%,#4A815A 100%);
	background: -o-linear-gradient(top,  #4F9E61 0%,#4A815A 100%);
	background: -ms-linear-gradient(top,  #4F9E61 0%,#4A815A 100%);
	background: linear-gradient(to bottom,  #4F9E61 0%,#4A815A 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4F9E61', endColorstr='#4A815A',GradientType=0 );
}

.gray-gradient {
	background: #dcd9d4;
background: -moz-linear-gradient(top,  #dcd9d4 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcd9d4), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top,  #dcd9d4 0%,#ffffff 100%);
background: -o-linear-gradient(top,  #dcd9d4 0%,#ffffff 100%);
background: -ms-linear-gradient(top,  #dcd9d4 0%,#ffffff 100%);
background: linear-gradient(to bottom,  #dcd9d4 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dcd9d4', endColorstr='#ffffff',GradientType=0 );

}

.grn-gradient {
	background: #4F9E61;
	background: -moz-linear-gradient(top,  #4F9E61 0%, #4A815A 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4F9E61), color-stop(100%,#4A815A));
	background: -webkit-linear-gradient(top,  #4F9E61 0%,#4A815A 100%);
	background: -o-linear-gradient(top,  #4F9E61 0%,#4A815A 100%);
	background: -ms-linear-gradient(top,  #4F9E61 0%,#4A815A 100%);
	background: linear-gradient(to bottom,  #4F9E61 0%,#4A815A 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4F9E61', endColorstr='#4A815A',GradientType=0 );
}

.outer-glow-gray {
	-webkit-box-shadow: 0 0 10px 5px #C4C4C4;
	box-shadow: 0 0 10px 5px #C4C4C4;
}

.no-padding{
	padding: 0;
}

.no-margin {
	margin: 0;
}

.ol-r {
	outline: 1px solid red;
}

.ol-b {
	outline: 1px solid blue;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
	left: 19px;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
	right: 19px;
}

.sm-margin-left {
	margin-left: 15px;
}

.md-margin-left {
	margin-left: 30px;
}

.txt-small {
	font-size: 13px;
}