
/*===========NEW HOMEPAGE FORM REVISIONS============*/

#home-form #checkRate {
	width:350px;
	margin:0px auto;
	display:block;
	padding-left:80px;
	
}
			
#home-form input.homeAppField {
  background-color:#D3DFE5;
  border-color:#9BA8AE #D3DFE5 #D3DFE5 #9BA8AE;
  border-style:solid;
  border-width:1px;
  color:#064A68;
  font-family:FranklinGothicFSBookRegular, MS, Arial, sans-serif;
  /* font-size:14px;
  height:18px;
	width:188px;
	 */
	font-size:16px;
	/* font-weight: bold; */
  height:32px;
  padding:4px 4px 4px 20px;
  width:250px;
}

#home-form p.clear {
	clear: both;
}

#home-form p.homeAppTitle {
  color:#FFFFFF;
  font-family:FranklinGothicFSMedRegular, MS, Arial, sans-serif;
  font-size:27px;
  height:30px;
  line-height:110%;
  /* padding-left:74px; */
  text-align:left;
	margin-top:30px;
	margin-bottom:0px;
}

#home-form p.checkRateSlogan {
  color:#FFFFFF;
  font-family:FranklinGothicFSMedRegular, MS, Arial, sans-serif;
  font-size:15px;
  /* height:30px; */
  /* line-height:110%; */
  /* padding-left:74px; */
	margin-top:4px;
  text-align:left;
}

#home-top-container,
#home-form {
  overflow:visible;
}

#home-photo {
	overflow:hidden;
	height:400px;
}

#home-form input#crAmountRequested,
#home-form input#crEstimatedHouseValue {
	box-shadow: rgba(211,223,229, 0.1) 0px 0px 8px;  
	-moz-box-shadow: rgba(211,223,229, 0.1) 0px 0px 8px;  
	-webkit-box-shadow: rgba(211,223,229, 0.1) 0px 0px 8px; 
	background: -webkit-gradient(linear, left top, left 7, from(#D3DFE5), color-stop(10%, #8E9CA4), to(#D3DFE5));  
	background: -moz-linear-gradient(top, #D3DFE5, #8E9CA4 1px, #D3DFE5 7px);  
	border-radius: 6px;
}

#home-form input#crAmountRequested,
#home-form input#crEstimatedHouseValue {   
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;  
		background: -webkit-gradient(linear, left top, left 7, from(#D3DFE5), color-stop(10%, #D3DFE5), to(#D3DFE5));  
		background: -moz-linear-gradient(top, #D3DFE5, #D3DFE5 1px, #D3DFE5 7px);
		border: 1px solid #FFF;
    }

#home-form input#form-submit-button {
	color: #ffffff;
	text-shadow: 1px 1px 1px #A26006;
	font-size: 20px;
	font-weight:bold;
	text-transform:uppercase;
  background-color: #F68D0B;
  background-image: -moz-linear-gradient(top, #FFBD6B, #F68D0B);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FFBD6B), to(#F68D0B));
  background-image: -webkit-linear-gradient(top, #FFBD6B, #F68D0B);
  background-image: -o-linear-gradient(top, #FFBD6B, #F68D0B);
  background-image: linear-gradient(to bottom, #FFBD6B, #F68D0B);
  background-repeat: repeat-x;
	/* height: 32px; */
	/* width: 150px; */
	padding: 9px 40px;
	text-align:center;
	border: 2px solid #F68B0B;
	border-radius: 6px;
	margin-top: 0px;
	
}

#home-form input#form-submit-button:hover {
	background-color: #FFBD6B;
  background-image: -moz-linear-gradient(top, #F68D0B, #FFBD6B);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F68D0B), to(#FFBD6B));
  background-image: -webkit-linear-gradient(top, #F68D0B, #FFBD6B);
  background-image: -o-linear-gradient(top, #F68D0B, #FFBD6B);
  background-image: linear-gradient(to bottom, #F68D0B, #FFBD6B);
  background-repeat: repeat-x;
	/* margin-top: 2px; */
}



/*
 * jquery.selectBoxIt.css 3.3.0
 * Author: @gregfranko
 */

/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/

/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font: 16px Helvetica, Arial;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap;
}

.selectboxit-container {
	box-shadow: rgba(0,0,0, 0.3) 0px 2px 5px;  
	-moz-box-shadow: rgba(0,0,0, 0.3) 0px 2px 5px;  
	-webkit-box-shadow: rgba(0,0,0, 0.3) 0px 2px 5px;
}

/* Button */
.selectboxit-container .selectboxit {
  width: 290px; /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  /* padding: 0; */
	/* padding: 4px 4px 4px 20px; */
	padding: 0px;
  border-radius: 6px;
  overflow: hidden;
  display: block;
  position: relative;
	color:#064A68;
}

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 40px; /* Height of the drop down */
  line-height: 30px; /* Vertically positions the drop down text */
  display: block;
}

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0;
}

/* Disabled Mouse Interaction */
.selectboxit-disabled {
  cursor: default;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
	padding: 4px 20px 10px 20px;
	
	
}

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px;
}

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;  /* Minimum Width of the dropdown list box options */
	min-width: 220px;
  /* *width: 100%; */
	width: 244px;
	*width: 240px;
	max-width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  border-radius: 0px;
  text-align: left;
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; 
}

/* Individual options */
 .selectboxit-option .selectboxit-option-anchor{
  /* padding: 0 2px; */
	/* padding: 4px 4px 4px 20px; */
	padding: 0px 20px;
}

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none;
}

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px; /* Horizontal Positioning of the select box option text */
  margin: 0;
}

/* The first Drop Down option */
.selectboxit-option-first {
  /* border-top-right-radius: 6px;
  border-top-left-radius: 6px; */
	border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

/* The last Drop Down option */
.selectboxit-option-last {
  /* border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px; */
	border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold;
}

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default;
}

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
	height: 40px;
  position: absolute;
  right: 0;
	/* background-color:#789AAB; */
	background: -webkit-gradient(linear, left top, left 25, from(#60889B), color-stop(10%, #789AAB), to(#60889B));  
	background: -moz-linear-gradient(top, #60889B, #789AAB 1px, #60889B 25px);
}

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
}

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left;
}

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left;
}

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit;
}

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #D3DFE5;
  /* background-image: -moz-linear-gradient(top, #9BA8AE, #D3DFE5);
  background-image: -webkit-gradient(linear, 0 0, 0 50%, from(#9BA8AE), to(#D3DFE5));
  background-image: -webkit-linear-gradient(top, #9BA8AE, #D3DFE5);
  background-image: -o-linear-gradient(top, #9BA8AE, #D3DFE5);
  background-image: linear-gradient(to bottom, #9BA8AE, #D3DFE5);
  background-repeat: repeat-x; */
  border: 1px solid #cccccc;
  border-color: #9BA8AE #9BA8AE #9BA8AE;
  /* border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); */
  border-bottom-color: #9BA8AE;
}

.selectboxit-btn:hover,
.selectboxit-btn:focus,
.selectboxit-btn:active {
  /* color: #333333;
  background-color: #e6e6e6; */
	color: #064A68;
  background-color: #D3DFE5;
	background-image: -moz-linear-gradient(top, #FFFFFF, #D3DFE5);
  background-image: -webkit-gradient(linear, 0 0, 0 10%, from(#FFFFFF), to(#D3DFE5));
  background-image: -webkit-linear-gradient(top, #FFFFFF, #D3DFE5);
  background-image: -o-linear-gradient(top, #FFFFFF, #D3DFE5);
  background-image: linear-gradient(to bottom, #FFFFFF, #D3DFE5);
  background-repeat: repeat-x;
}

.selectboxit-btn:hover,
.selectboxit-btn:focus {
  /* color: #333333; */
	color: #064A68;
  text-decoration: none;
  background-position: 0 -15px;
}

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  /* border-top: 4px solid #000000; */
	border-top: 6px solid #FFFFFF;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
	
  /* border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); */
}

.selectboxit-list > li > a {
  /* color: #333333; */
	color: #064A68;
}

.selectboxit-list > .selectboxit-focus > a,
.selectboxit-list > .selectboxit-focus > a:hover,
.selectboxit-list > .selectboxit-focus > a:focus {
  color: #ffffff;
  background-color: #37708E;
  /* background-image: -moz-linear-gradient(top, #D3DFE5, #9BA8AE);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#D3DFE5), to(#9BA8AE));
  background-image: -webkit-linear-gradient(top, #D3DFE5, #9BA8AE);
  background-image: -o-linear-gradient(top, #D3DFE5, #9BA8AE);
  background-image: linear-gradient(to bottom, #D3DFE5, #9BA8AE);
  background-repeat: repeat-x; */
}

.selectboxit-list > .selectboxit-disabled > a {
  color: #064A68;
}

.selectboxit-list > .selectboxit-disabled > a:hover,
.selectboxit-list > .selectboxit-disabled > a:focus {
  background-color: transparent;
  background-image: none;
}

			
