/***************************
	Colors
***************************/
/***************************
	Font
***************************/
/***************************
	Forms
***************************/
/***************************
	Widths & Margins
***************************/
label {
  display: block;
  margin-bottom: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input,
textarea,
.select2 .select2-selection,
.file-upload {
  font-size: 17px;
  font-size: 1rem;
  line-height: 140%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  color: #393939;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  margin-bottom: 1rem;
  outline: 0 none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea,
.select2 .select2-selection,
.file-upload {
  background-color: #ffffff;
  border: 1px solid #747474;
  min-width: 100%;
  max-width: 100%;
  padding: 8px 12px;
  width: 100%;
}
input[type="text"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.select2 .select2-selection:focus,
.file-upload:focus,
input[type="text"]:hover,
input[type="url"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
textarea:hover,
.select2 .select2-selection:hover,
.file-upload:hover {
  border-color: #747474;
}
::-webkit-input-placeholder {
  color: #393939;
  opacity: 1;
}
::-moz-placeholder {
  color: #393939;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #393939;
  opacity: 1;
}
input:-moz-placeholder {
  color: #393939;
  opacity: 1;
}
textarea {
  min-height: 224px;
  overflow: auto;
  resize: vertical;
}
.file-upload {
  height: 41.5px;
  overflow: hidden;
  position: relative;
}
.file-upload > span.upload {
  border-left: 1px solid #393939;
  color: #393939;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 8px;
}
.file-upload input[type="file"] {
  cursor: pointer;
  filter: alpha(opacity=0);
  height: 41.5px;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 20;
}
.select2-container,
.select2-container--default {
  display: block;
  width: 100% !important;
}
.select2-container .select2-selection,
.select2-container--default .select2-selection,
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single {
  height: auto;
  padding-left: 0;
  padding-right: 0;
}
.select2-container .select2-selection .select2-selection__rendered,
.select2-container--default .select2-selection .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #393939;
  line-height: 140%;
  padding: 0 40px 0 12px;
}
.select2-container .select2-selection .select2-selection__arrow,
.select2-container--default .select2-selection .select2-selection__arrow,
.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 0;
  top: 0;
  width: auto;
}
.select2-container .select2-selection .select2-selection__arrow b,
.select2-container--default .select2-selection .select2-selection__arrow b,
.select2-container .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container .select2-selection .select2-selection__arrow::before,
.select2-container--default .select2-selection .select2-selection__arrow::before,
.select2-container .select2-selection--single .select2-selection__arrow::before,
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
  font-size: 17px;
  font-size: 1rem;
  line-height: 1;
  content: '\f107';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  box-sizing: border-box;
  display: block;
  margin-right: 0;
  padding: 8px 12px;
  padding-bottom: 12px;
  padding-top: 12px;
  width: 100%;
}
.select2-container .select2-selection .select2-selection__placeholder,
.select2-container--default .select2-selection .select2-selection__placeholder,
.select2-container .select2-selection--single .select2-selection__placeholder,
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #393939;
}
.select2-container .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  border-color: #747474 !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice::before,
.select2-container--default .select2-selection--multiple .select2-selection__choice::before,
.select2-container .select2-selection--multiple .select2-search--inline::before,
.select2-container--default .select2-selection--multiple .select2-search--inline::before {
  display: none;
}
.select2-container .select2-selection--multiple .select2-search__field,
.select2-container--default .select2-selection--multiple .select2-search__field {
  margin: 0;
  max-width: 100%;
  min-width: 1px;
  width: 150px !important;
}
.select2-container .select2-selection--multiple .select2-selection__clear,
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-top: 0;
}
.select2-container .select2-selection--multiple .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  padding-right: 12px;
}
.select2-container .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #b32b31;
  border: none;
  color: #ffffff;
  margin-top: 0;
}
.select2-container .select2-selection--multiple .select2-selection__choice:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background-color: #f38f00;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #ffffff;
  margin-right: 6px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}
.select2-container .select2-dropdown,
.select2-container--default .select2-dropdown {
  border: 1px solid #747474;
  border-radius: 0;
  padding: 12px 0;
}
.select2-container .select2-results__options .select2-results__option,
.select2-container--default .select2-results__options .select2-results__option {
  padding: 8px 12px;
}
.select2-container .select2-results__options .select2-results__option::before,
.select2-container--default .select2-results__options .select2-results__option::before {
  display: none;
}
.select2-container .select2-results__options .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__options .select2-results__option[aria-selected="true"],
.select2-container .select2-results__options .select2-results__option.select2-results__option--highlighted,
.select2-container--default .select2-results__options .select2-results__option.select2-results__option--highlighted {
  background: #b32b31;
  color: #ffffff;
}
.select2-container--open .select2-selection .select2-selection__arrow::before,
.select2-container--open .select2-selection--single .select2-selection__arrow::before {
  content: '\f106';
}
input[type="checkbox"],
input[type="radio"] {
  display: none;
}
input[type="checkbox"] + span,
input[type="radio"] + span,
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}
input[type="checkbox"] + span:hover,
input[type="radio"] + span:hover,
input[type="checkbox"] + label:hover,
input[type="radio"] + label:hover {
  cursor: pointer;
}
input[type="checkbox"] + span::before,
input[type="radio"] + span::before,
input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  background-color: #ffffff;
  content: "";
  cursor: pointer;
  display: block;
  position: absolute;
}
input[type="checkbox"] + span::before,
input[type="checkbox"] + label::before {
  border: 1px solid #747474;
  height: 20px;
  left: 0;
  text-align: center;
  top: -1px;
  width: 20px;
}
input[type="checkbox"]:checked + span::before,
input[type="checkbox"]:checked + label::before {
  font-size: 13px;
  font-size: 0.765rem;
  line-height: 1;
  content: '\f00c';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 21px;
}
input[type="radio"] + span::before,
input[type="radio"] + label::before {
  background-color: #ffffff;
  border-radius: 11px;
  box-shadow: 0 0 0 5px #ffffff, 0 0 0 6px #747474;
  height: 10px;
  left: 6px;
  top: 5px;
  width: 10px;
}
input[type="radio"]:checked + span::before,
input[type="radio"]:checked + label::before {
  background-color: #393939;
}
button,
input[type="submit"] {
  font-size: 17px;
  font-size: 1rem;
  line-height: 140%;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #b32b31;
  border: none;
  color: #ffffff;
  font-weight: bold;
  margin: 1rem 0;
  padding: 8px 12px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  clear: both;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
}
button:hover,
input[type="submit"]:hover {
  background-color: #b32b31;
  cursor: pointer;
  opacity: 0.9;
}
button:focus,
input[type="submit"]:focus {
  outline: none;
}
form {
  margin-bottom: 1rem;
  position: relative;
}
form fieldset {
  border: none;
}
form fieldset > legend {
  display: none;
}
form .cs-row > [class^="cs-col-"],
form .cs-row > [class*=" cs-col-"] {
  margin-bottom: 0 !important;
}
span.wpcf7-list-item {
  margin-left: 0;
  display: block;
}
.wpcf7-form label {
  font-weight: 700;
  margin-bottom: 0;
}
.wpcf7-form .wpcf7-list-item label {
  font-weight: 400;
}
div.wpcf7-response-output {
  margin: 0 0 20px 0;
  padding: 15px;
}
