

/*
	CSS Migrated from Jetpack:
*/

/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.sideBarRow {
	clear: both;
}

.container form#wpForm>div {
	margin-bottom: 3px;
}

.container form .floatLeft {
	float: left;
	width: 45%;
	margin-right: 5px;
	margin-bottom: 0;
}

.container form#wpForm input[type='email'],.container form#wpForm input[type='company'],.container form#wpForm input[type='tel'],.container form#wpForm input#company {
	width: 93%;
}

.container form#wpForm input:focus {
	outline: none;
	border-color: #389ADC !important;
}

.container form .floatLeft input[type='text'] {
	width: 93%;
}

.container form#wpForm h4 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
}

.container form#wpForm label {
	color: #389ADC;
	font-size: 13px;
}

.container form#wpForm input:not([type="submit"]), .container form#wpForm select {
	box-sizing: border-box;
	height: 34px;
	padding: 0 10px;
	border: 1px solid #c0c3b4;
	background-color: #FFF;
	transition: all .15s;
	border-radius: 0 !important;
	box-shadow: none;
}

::-webkit-input-placeholder {
/* Chrome/Opera/Safari */
	color: #CCC;
	font-size: 14px;
}

::-moz-placeholder {
/* Firefox 19+ */
	color: #CCC;
	font-size: 14px;
}

:-ms-input-placeholder {
/* IE 10+ */
	color: #CCC;
	font-size: 14px;
}

:-moz-placeholder {
/* Firefox 18- */
	color: #CCC;
	font-size: 14px;
}

.container form .selectWrapper select {
	box-shadow: none;
	width: 93%;
	padding: 8px 4px 8px 12px !important;
	-webkit-appearance: none;
	font-size: 13px;
	color: #666;
}

.container form .selectWrapper {
	position: relative;
}

.container form .selectWrapper:after {
	content: url('https://www.lawgeex.com/images/icons/down-caret.svg');
	position: absolute;
	right: 9%;
	top: calc(50% - 14px);
	display: block;
	height: 16px;
	width: 16px;
}

.buttonContainer {
	padding-bottom: 20px;
}

.blueBtn {
	border: 0;
	background-color: rgba(56,154,220,.8);
	color: #fff;
	text-decoration: none;
	display: inline-block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 300;
	position: relative;
	cursor: pointer;
	line-height: 1em;
	padding: .5rem 1rem;
	opacity: 1;
	box-shadow: 2px 2px 2px rgba(0,0,0,.25);
	-webkit-transition: all .15s;
	transition: all .15s;
}

.blueBtn:hover {
	background-color: #fa9e2c;
}