.samples-container { width:820px; margin:0 auto; padding-top:100px; }

.samples-container div, p, .form-text, .text-field, label { font-family: 'Apercu Pro', sans-serif; }

.samples-high-damage-repair-title { color:#784eb6; font-size:26px; font-weight:bold; display:block; margin:30px auto 5px auto; }
.samples-high-damage-repair-subtitle { color:#784eb6; font-size:22px; font-weight:bold; display:block; margin-bottom:10px; }
.samples-paragraph { font-size:18px; line-height:24px; padding-left:65px; padding-right:65px; margin-bottom:20px; }

.samples-info-title {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #d14e96;
    color: #d14e96;
    padding: 0 20px 10px 20px;
    display: inline-block;
    margin: 30px auto 10px auto;
	text-align:center;
}

.samples-column { float:left; width:400px; margin-right:20px}

.samples-column-last { float:left; width:400px}

.samples-inner-column { float:left; width:190px; margin-right:20px;}

.samples-inner-column-last { float:left; width:190px; }

.samples-field { width:400px; }

.samples-inner-3-column { float:left; width:120px; margin-right:20px;}

.samples-inner-3-column-last { float:left; width:120px}

.form-text { font-size:16px; margin-bottom:10px;}
.text-field { width:100%; height:34px; font-size:15px; padding:0 10px;}

.samples-more-info-container { margin-bottom:20px; }

/* Customize the label (the radio-container) */
.radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top:3px;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
  background-color: #d14e96;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/* The checkbox-container */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top:3px;
  margin-bottom: 16px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkbox-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkbox-checkmark {
  background-color: #d14e96;
}

/* Create the checkbox-checkmark/indicator (hidden when not checked) */
.checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkbox-checkmark when checked */
.checkbox-container input:checked ~ .checkbox-checkmark:after {
  display: block;
}

/* Style the checkbox-checkmark/indicator */
.checkbox-container .checkbox-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.samples-submitted { margin:20px auto; font-size:20px; line-height:26px; display:block;}
/* Mobile */

@media only screen and (max-width : 768px) {
 
.samples-container { width:100%; padding:80px 20px; }

.samples-column { float:none; width:90%; margin:10px auto}

.samples-column-last {  float:none; width:90%; margin:10px auto}

.samples-inner-column {  float:none; width:100%; margin:10px auto}

.samples-inner-column-last {  float:none; width:100%; margin:10px auto}

.samples-field {  width:100%; margin:10px auto} 

.samples-inner-3-column {  float:none; width:100%; margin:10px auto}

.samples-inner-3-column-last {  float:none; width:100%; margin:10px auto}

.mobile-3-column { float:left; width:30%; margin-right: 5%; margin-bottom:15px; }

.mobile-3-column-last { float:left; width:30%;  margin-bottom:15px;  }
	
.form-text-mobile-spacing-bottom { margin:30px auto 10px auto; }

.form-text-mobile-spacing-top { margin-top:30px; }
	
.samples-more-info-container { width:90%; margin:0 auto}
	
}