* {
  margin: 0;
}
html,
body {
  height: 100%;
}
body {
  font-family: 'Muli', sans-serif !important;
  color: #555555 !important;
}
.fa {
  color: #cccccc;
}
/* Set padding to keep content from hitting the edges */
.body-content {
  padding-left: 15px;
  padding-right: 15px;
}
/* styles for validation helpers */
.field-validation-error {
  color: #b94a48;
}
.field-validation-valid {
  display: none;
}
input.input-validation-error {
  border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error {
  border: 0 none;
}
.validation-summary-errors {
  color: #b94a48;
}
.validation-summary-valid {
  display: none;
}
.wide-dash {
  background: #000 none repeat scroll 0 0;
  display: inline-block;
  height: 1px;
  margin: 0 10px;
  position: relative;
  top: -4px;
  width: 18px;
}
.title {
  font-size: 26px;
  font-weight: 300;
  margin: 0 0 28px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
p {
  line-height: 2;
}
.description {
  font-size: 20px;
  font-style: italic;
  font-weight: lighter;
  margin: 0 0 28px;
  line-height: 1.5;
}
.separator {
  background: #e5e5e5 none repeat scroll 0 0;
  display: block;
  height: 100%;
  left: -70px;
  position: absolute;
  top: 0;
  width: 1px;
}
.intro-top {
  padding-top: 150px;
}
.logo {
  margin-top: 70px;
  width: 80%;
}
a.underline {
  transition: color 0.12s ease 0s;
}
a.underline {
  position: relative;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
a.underline .u {
  transition: background 0.12s ease 0s;
}
a.underline .u {
  background: #e5e5e5 none repeat scroll 0 0;
  bottom: -6px;
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
a.underline:hover .u {
  background: #2a2a2a none repeat scroll 0 0;
}
a {
  color: #2a2a2a !important;
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
}
.links a {
  margin-right: 10px;
  color: #baa079 !important;
}
.links a.tel {
  color: #403c38 !important;
}
.links a:hover {
  color: #403c38 !important;
}
.links a.about {
  margin: 0 20px 0 0;
}
.top-line {
  border-top: solid 1px #e5e5e5;
}
.space {
  padding-top: 40px;
}
.retract {
  top: 0;
  cursor: pointer;
  position: relative;
  float: right;
  margin-top: -30px;
}
.pr-10 {
  padding-right: 10px;
}
.list-icons,
.list {
  list-style: outside none none;
  padding: 0;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.has-feedback {
  position: relative;
}
.form-group {
  margin-bottom: 15px;
}
.sr-only {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
label {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 5px;
  max-width: 100%;
}
.gray-bg .form-control,
.header-top-dropdown .form-control,
#footer.light .form-control {
  background-color: #fff;
  border-color: #f1f1f1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.12) inset;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input {
  line-height: normal;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
.form-control {
  background-color: #ffffff;
  background-image: none;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #efefef !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #555555;
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.form-control-feedback {
  height: 40px;
  line-height: 42px !important;
  top: 0;
  width: 40px;
}
.fancy {
  font-family: 'Noto Serif', serif;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -30px;
  /* the bottom margin is the negative value of the footer's height */
}
footer,
.push {
  height: 30px;
  /* .push must be the same height as .footer */
}
.collapse {
  margin-bottom: 30px;
}
.roles {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.copyright {
  color: #cccccc;
}
