/*###################################
			Contact Styles
	################################### */

.contact .centered-content .column {
  margin: 90px auto;
  max-width: none;
  width: 94%;
}

#contact-sidebar {
	float: left;
	min-width: 424px;
	padding-right: 3%;
	width: 39%;
}

#contact-sidebar .col {
  float: left;
  margin: 0 2.5% 30px;
  max-width: 475px;
  width: 100%;
}
#contact-sidebar .col .teamcard {
  border: 1px solid #666;
  cursor: default;

  -moz-box-shadow: 0 0 0px #ccc;
  -webkit-box-shadow: 0 0 0px #ccc;
  box-shadow: 0 0 0px #ccc;
}
#contact-sidebar .col .teamcard h1 {
  color: #000;
  font-family: "serif",serif;
  font-weight: lighter;
  letter-spacing: normal;
  line-height: 1em;
  text-transform: none;
  display: block;
  margin: 6% 0px 4% 55%;
}

#contact-sidebar .col .teamcard p.note {
  color: #666;
  font-family: freight-display-pro, "serif", serif;
  font-size:19px;
  font-size: 1.4vh;
  font-weight: lighter;
  letter-spacing: +0px;
  line-height: 1.25em;
  display: block;
  margin: 0 4% 0% 54%;
  text-transform: none;
  text-align: left;
  position: absolute;
  bottom: 12%;
}

#contact-sidebar .col .teamcard p.note a {
 color: #000;
 text-decoration: underline;
}

#contact-form {
	float: right;
	max-width: calc(96% - 424px);
	width: 59%;
}

#contact-form fieldset {
  border: 0px solid #CBCBCB;
  padding: 0;
}

.contact #contact-form .full-box {
	overflow: hidden;
	margin-bottom: 30px;
  width: 100%;
}

.contact #contact-form .half-box {
	float: left;
	overflow: hidden;
  width: 50%;
}

.contact #contact-form .two-thirds-box {
	float: left;
	margin-top:4px;
	overflow: hidden;
  width: 67%;
}

.contact #contact-form .two-thirds-box .half-box{
	float: left;
	overflow: hidden;
	padding: 0 0 0 15px;
  width: 50%;
}
.contact #contact-form .two-thirds-box input {
	color: #333;
  font-size: 18px;
  font-family: aaux-next, "sans-sarif", sans-serif;
  font-weight: bold;
	width: 100%;
}
.contact #contact-form textarea, input#ssTestValue {
	color: #333;
  font-size: 18px;
  font-family: aaux-next, "sans-sarif", sans-serif;
  font-weight: bold;
}

.contact #contact-form .two-thirds-box .half-box {
	padding-right:15px;
}

.contact #contact-form .full-box .third-box {
	float: left;
	padding: 0 15px;
  width: calc(33.333% - 5px);
}

.contact #contact-form .full-box .third-box:first-of-type {
	padding: 0 15px 0 0px;
	width: calc(33.333% - 5px);
}

.contact #contact-form .full-box .third-box:last-of-type {
	padding: 0 0px 0 15px;
	width: calc(33.333% - 5px);
}

.contact #contact-form .full-box .third-box input.full-input {
	width: 100%;
}

.contact #contact-form .full-box .third-box input.full-input{
  border: 0 none;
  background-color: #fff;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid #333;
  color: #333;
  font-size: 18px;
  font-family: aaux-next, "sans-sarif", sans-serif;
  font-weight: bold;
}
.contact #contact-form .faux-label{
	color:#333;
	font-family: freight-display-pro, "serif", serif;
	font-size:19px;
	font-weight: 500;
	 text-transform: none;
 }
  .contact #contact-form label {
	color:#333;
	font-family: aaux-next, "sans-sarif", sans-serif;
	font-size:16px;
	font-weight: 500;
	text-transform: none;
 }

.contact #contact-form textarea {
  border: 1px solid #666;
  background-color: #fff;
  background-color: transparent;
  box-shadow: none;
  margin-bottom: 25px;
  width:100%;
}

.contact input, .contact input:focus, .contact textarea:focus {
  background-color: #fff;
  border-bottom: 1px solid #666;
  box-shadow: none;
}
.contact #contact-form .btn {
  float: none;
  font-family: aaux-next, "sans-sarif", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: +3px;
  padding: 16px 7vw;
  text-transform: uppercase;
}

.contact #contact-form input[type="checkbox"], input[type="radio"] {
  background-color: white;
  border: 1px solid #666;
  border-radius: 50%;
  cursor: pointer;
	float: left;
  height: 20px;
  margin: 2px 1em 0 0;
  outline: none;
  vertical-align: middle;
  width: 20px !important;

  -webkit-appearance: none;
}
.contact #contact-form input[type="checkbox"]:checked, input[type="radio"]:checked {
	background-color: #333;
  border: 1px solid #666;
  border-radius: 50%;
  cursor: pointer;
	float: left;
  height: 20px;
  margin: 2px 1em 0 0;
  outline: none;
  vertical-align: middle;
  width: 20px !important;

  -webkit-appearance: none;
}

.contact #contact-form h1 {
	color: #333;
	font-family: freight-display-pro, "serif", serif;
	font-size: 67px;
	font-weight: 500;
	margin-top: -20px;
}

.sidebar-capital {
	margin: 0 2.5% 30px;
  overflow: hidden;
}
#contact-sidebar p.note {
  margin-top: 0;
}
.contact #contact-sidebar h4 {
	color: #666;
	float: left;
  font-family: aaux-next, "sans-sarif", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: +2px;
  margin-left: 2.5%;
  width: 100%;
}
.contact #contact-sidebar .sidebar-capital .half-box {
	color:#333;
	font-family: freight-display-pro, "serif", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.35em;
	width:50%;
}
.contact #contact-sidebar .sidebar-capital h4 {
	margin-left: 0;
}
.contact #contact-sidebar .sidebar-capital .half-box.contact {
	float: left;
}
.contact #contact-sidebar .sidebar-capital .half-box.hours {
	float: right;
}


@media screen and (max-width: 1315px) {

	#contact-sidebar {
		padding-right: 0%;
		width: 96%;
	}

	#contact-sidebar .col {
    float: left;
    margin: 0 2.5% 30px;
    max-width: 100%;
  }

  #contact-sidebar .col .teamcard h1 {
    font-size: 3vw;
	}

  #contact-sidebar .col .teamcard p.note {
		font-size: 2vw;
	}

	#contact-form {
		float: left;
		max-width: none;
    margin: auto 0 auto 3%;
    width: 95%;
	}
	.contact #contact-form input[type="checkbox"], input[type="radio"] {
		min-width: 20px;
	}
	.contact #contact-sidebar h4 {
		margin-left: 2.5%;
	}

}

@media screen and (max-width: 1200px) {

  #contact-sidebar .col .teamcard h1 {
    font-size: 4vw;
	}

  #contact-sidebar .col .teamcard p.note {
		font-size: 2.5vw;
	}

}

@media screen and (max-width: 900px) {

	#contact-sidebar {
		min-width: 96%;
		padding-right: 0%;
		width: 96%;
	}

	#contact-sidebar .col {
    float: left;
    margin: 0 2.5% 30px;
    max-width: 100%;
  }

  #contact-sidebar .col .teamcard h1 {
    font-size: 5.5vw;
	}

  #contact-sidebar .col .teamcard p.note {
		font-size: 3vw;
	}

	#contact-form {
		float: left;
		max-width: none;
    margin: auto 0 auto 3%;
    width: 95%;
	}
	.contact form .full-box .third-box, .contact form .full-box .third-box:first-of-type, .contact form .full-box .third-box:last-of-type {
    padding: 0 0 0 0;
    width: 100%;
	}

}

@media screen and (max-width: 725px) {

	.contact #contact-form .half-box {
    width: 96%;
	}

	.contact #contact-form .full-box .third-box, .contact #contact-form .full-box .third-box:first-of-type, .contact #contact-form .full-box .third-box:last-of-type {
    padding: 0 15px 0 0px;
    width: 100%;
	}
	.contact #contact-form .two-thirds-box {
    width: 100%;
	}
	.contact #contact-form .two-thirds-box .half-box {
		width: 100%;
	}
	.btn.autosize {
    width: 100%;
	}
	input#ssTestValue {
		min-width: 50px;
	}
	.faux-label  {
		margin-bottom: 20px;
	}

}


@media screen and (max-width: 525px) {

	.contact #contact-sidebar .sidebar-capital .half-box {
		width:100%;
	}
	.contact #contact-sidebar .sidebar-capital .half-box:first-of-type {
		margin-bottom:30px;
	}

	.contact #contact-form h1 {
    font-size: 45px;
    margin-top: 0px;
	}

}

