
/*----------DETAILED SEARCH----------------------------*/
.column5 {display:inline-block; width:100%; margin:1% .15%;}
.column5_last {display:inline-block; width:100%; margin:1% .15%;}
.column5 select {width: 100%; height: 40px; font-size: 16px; padding: 0 8px; border: 1px solid #ddd;}

.detailed-search-wrap {
	font-family: 'Montserrat', sans-serif; 
	padding: 2em;
	margin: 1em auto;
	float: right;
	width: 45%;
	max-width: 475px;
	display: inline-block;
	position: relative;
	background: #ddd;
	letter-spacing: 1px;
}

.content {
	width: 100%;
	margin: 0 auto;
}
.detailed-search-wrap h4 { 
	color: #000;	
	font-family: 'Montserrat', sans-serif; 
	font-weight:400;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.detailed-form {
	margin: auto;
}
.clear {
	clear: both;
}
.detailed-row {
	width: 100%;
	display: inline-block;
}
.last {
	padding-right: 0px;
}

.detailed-search input[type='submit'] {
	background: #233d7f;
	width: 100%;
	height: 40px;
	padding-top:5px;
	margin-top: 0px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 0 !important;
	outline: none;
	border: none;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-webkit-appearance: none;
	font-family: 'Montserrat', sans-serif;
	font-size:14px;
	font-weight: 700;
	cursor: pointer;
}
.detailed-search input[type='submit']:hover{
	background: #000;
	color: #fff;
}

.detailed-search input[type='text'] {
	width: 100%;
	margin: 2px 0;
	padding: 0 8px;
	font-size: 16px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	border-radius: 0;
}
.detailed-search-wrap h3 span {
	color: #d7d7d7;
}

.detailed-search-wrap section {
  display: none;
  padding: 20px 0;
}

.detailed-search-wrap label {
	display: inline-block;
    padding: 6px !important;
    text-align: center;
    position: relative;
    z-index: 4;
    color: #fff;
    font-family: 'Montserrat', sans-serif; 
    line-height: 25px;
	font-weight: 700;
	background:#000;
	font-size: 12px;
	width: 49%;
	-webkit-transition: .4s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
}

.detailed-search-wrap label:before {
  font-family: FontAwesome;
  font-weight: normal;
  margin-right: 10px;
}

.detailed-search-wrap label:hover {
    background: #262626;
	color: #fff;
	cursor: pointer;
}

.detailed-search-wrap input:checked + label {
  color: #fff;
  background: #233d7f;

}

label#title {
	width: 100%;
	background:none; 
	color:#233d7f;
	font-size:16px;
	font-weight: 800;
	text-align:center;
	display: block;
	margin: 0 auto;
	font-family: 'Montserrat', sans-serif; 
	padding:0!important;
	margin-bottom: 20px;
}

label#title .fas {
	margin-right: 5px;
	vertical-align: middle;
	font-size: 20px;
}

label#title:hover {
	cursor: default;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3 {
  display: block;
}

/************* MEDIA QUERIES (RWD)
*********************************/
@media screen and (max-width: 1050px) {	
	.column5 {width:100%!important; margin:.25% auto;}
	.detailed-search-wrap label {width: 100%;}
}

@media screen and (max-width: 800px) {
	.detailed-search-wrap {width: 100%; max-width: none;}
}