/* Custom Styles */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #000;
}
.row-table {
  border-bottom: 1px solid #e8e5de;
}
a[href ^="http"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f35d";
  font-size: 8px;
  padding-left: 3px;
}
/*
a[href^="tel:"]::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  font-size: 8px;
  padding-left: 3px;
}
*/
/* --- Font Styles --- */
.a-title {
  font-size: 20px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
/* --- Button --- */
button.btn {
  min-width: 105px;
  height: 40px;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  border: 1px solid #2e1b46;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 40px;
  color: #2e1b46;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s;
  background-color: #ffffff;
}
button.btn.btn-next:hover,
button.btn.btn-next:focus, 
button.btn.btn-next:active:focus, 
button.btn.btn-next.active:focus {
  background: #2e1b46;
  color: #fff;
}
/* --- Custom Margins --- */
.margin-0 {
  margin-bottom: 0 !important;
}
.margin-10 {
  margin-bottom: 10px !important;
}
.margin-15 {
  margin-bottom: 15px !important;
}
.margin-20 {
  margin-bottom: 20px !important;
}
.margin-30 {
  margin-bottom: 30px !important;
}
.margin-40 {
  margin-bottom: 40px !important;
}
.margin-50 {
  margin-bottom: 50px !important;
}
.margin-60 {
  margin-bottom: 60px !important;
}
.margin-70 {
  margin-bottom: 70px !important;
}
.margin-80 {
  margin-bottom: 80px !important;
}
.margin-90 {
  margin-bottom: 90px !important;
}
.margin-100 {
  margin-bottom: 100px !important;
}
.top-margin {
  margin-top: 7%;
}
/* --- Custom Padding --- */
.pad-10 {
  padding: 10px;
}
.pad-10-t {
  padding: 0px 10px 10px 10px;
}
.pad-t-30 {
  padding-top: 30px;
}
/* --- MVC Brand Colors --- */
.palm {
  color: #009687;
}
.stone {
  color: #5f5f5f;
}
.sand {
  color: #c5b783;
}
.clay {
  color: #e8e5de;
}
.citrus {
  color: #ffcd5a;
}
.sky {
  color: #c9e9e6;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
/* --- Restore Bootstrap 3 "hidden" utility classes --- */
/* Breakpoint XS */
@media (max-width: 575px) {
  .hidden-xs-down, .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, .hidden-xs-up, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
    display: none !important;
  }
}
/* Breakpoint SM */
@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm-down, .hidden-md-down, .hidden-lg-down, .hidden-xl-down, .hidden-xs-up, .hidden-sm-up, .hidden-unless-xs, .hidden-unless-md, .hidden-unless-lg, .hidden-unless-xl {
    display: none !important;
  }
}
/* Breakpoint MD */
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md-down, .hidden-lg-down, .hidden-xl-down, .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-lg, .hidden-unless-xl {
    display: none !important;
  }
}
/* Breakpoint LG */
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg-down, .hidden-xl-down, .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-xl {
    display: none !important;
  }
}
/* Breakpoint XL */
@media (min-width: 1200px) {
  .hidden-xl-down, .hidden-xs-up, .hidden-sm-up, .hidden-md-up, .hidden-lg-up, .hidden-xl-up, .hidden-unless-xs, .hidden-unless-sm, .hidden-unless-md, .hidden-unless-lg {
    display: none !important;
  }
}