/* compiled by scssphp v0.3.2 on Wed, 02 Aug 2023 18:12:49 +0000 (0.0859s) */

body, html {
  -webkit-overflow-scrolling: touch;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625rem;
  overflow-x: hidden;
  color: #7b7b7b;
  font-family: 'sofia-pro', sans-serif;
}
.container-semi-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
  width: 100%;
}
.clear {
  clear: both;
}
.contact h2.title {
  color: #9e4d30;
}
.flex {
  display: flex;
  align-items: center;
}
.flex.flex-center {
  justify-content: center;
}
.pad, .padded, .padding {
  padding: 4rem 0;
}
.extra-pad {
  padding: 6rem 0;
}
.extra-pad-bottom {
  padding-bottom: 12rem;
}
.extra-pad-top {
  padding-top: 8rem;
}
.pad-top {
  padding-top: 4rem;
}
.extra-text-pad {
  padding: 7rem 4rem;
}
.pad-bottom {
  padding-bottom: 4rem;
}
.halfpad-bottom {
  padding-bottom: 2rem;
}
.no-pad {
  padding: 0;
}
.no-pad-top {
  padding-top: 0;
}
.neg-margins {
  margin: -4rem 0 -10rem;
}
.relative {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #292929;
  opacity: 0.75;
}
.link-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
img {
  border-radius: 5px;
}
.bg-img {
  background-size: cover;
  background-position: center;
}
.stripe-bg {
  background-image: url(/img/stripe.png);
  background-position: -25%;
}
.swish {
  position: absolute;
  bottom: 100%;
  margin-bottom: -1px;
  left: -1px;
  right: -1px;
  min-width: 105%;
  z-index: 9;
}
.swish-bottom {
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: -1px;
  right: -1px;
  min-width: 105%;
  z-index: 9;
}
.well {
  background: #c9d8c5;
  border: solid 1px #e4dccb;
  box-shadow: none;
  padding: 1.5rem;
  border-radius: 0;
}
.slant {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  height: 250px;
  left: -25%;
  right: -25%;
  bottom: 0;
  top: auto;
  transform: skewY(2deg) translate(0px, 50%);
}
.slant.slant-top {
  transform: skewY(2deg) translate(0px, -50%);
  bottom: auto;
  top: 0;
}
img.responsive, .img-responsive {
  padding-left: 0;
  padding-right: 0;
}
img.responsive.pull-left, .img-responsive.pull-left {
  padding: 2rem 2rem 2rem 0;
}
img.responsive.pull-right, .img-responsive.pull-right {
  padding: 2rem 0 2rem 2rem;
}
.full-width {
  width: 100%;
}
.intro {
  background: #c9d8c5;
  z-index: 999;
}
.intro .title {
  color: #292929;
  font-weight: 600;
  font-size: 2.5rem;
  margin: 0;
}
.intro .title small {
  color: #67a09c;
  font-size: 1.75rem;
  font-weight: 600;
  margin-top: 0.5em;
}
.intro p {
  color: #292929;
}
.embed-responsive.embed-responsive-16by9 {
  margin-bottom: -5.3rem;
}
@media (min-width: 1200px) {
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 28% !important;
  }
}
@media (max-width: 767px) {
  .same {
    height: auto !important;
  }
  .flex {
    display: block !important;
  }
  .pad {
    padding: 2rem 0;
  }
}
h1, h2, h3, h4, h5, h6 {
  color: #292929;
  margin: 1em 0 0.5em 0;
  font-family: 'freight-sans-compressed-pro', sans-serif;
  line-height: 1;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
  color: inherit;
  text-decoration: none;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  display: block;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title {
  margin-top: 0;
}
h1.uppercase, h2.uppercase, h3.uppercase, h4.uppercase, h5.uppercase, h6.uppercase {
  text-transform: uppercase;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p, ul li, ol li {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 1em;
}
p big, ul li big, ol li big, p .lead, ul li .lead, ol li .lead {
  font-size: 1.2em;
}
p a, ul li a, ol li a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  transition: all 0.3s;
  position: relative;
}
p a:hover, ul li a:hover, ol li a:hover, p a:focus, ul li a:focus, ol li a:focus {
  text-decoration: none;
  color: #292929;
}
p:last-of-type, ul li:last-of-type, ol li:last-of-type {
  margin-bottom: 0;
}
ol li, ul li {
  margin-bottom: 0;
}
ol li a, ul li a {
  color: #7b7b7b;
  border-bottom: 1px #c9d8c5 solid;
}
ol li a:hover, ul li a:hover, ol li a:focus, ul li a:focus {
  color: #9e4d30;
}
ul {
  list-style: none;
  padding-left: 1rem;
}
ul li:before {
  content: '\f111 ';
  font-family: FontAwesome;
  color: #9e4d30;
  font-size: 0.4rem;
  margin-right: 0.5rem;
  position: relative;
  top: -0.5em;
}
hr {
  border-width: 2px;
}
@media (max-width: 1199px) {
  body, html {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body, html {
    font-size: 14px;
  }
}
.btn {
  border-radius: 5px;
  padding: 0.5em 1.5em;
  font-size: 1rem;
  border: 2px #292929 solid;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: all 0.3s;
  font-family: 'freight-sans-compressed-pro', sans-serif;
}
.btn .fa {
  margin-left: 0.5rem;
  font-weight: 900;
}
.btn:after {
  content: none;
  display: none;
}
.btn-small, .btn-sm {
  font-size: 0.6rem;
}
.btn-large, btn-lg, .btn-lrg {
  font-size: 1rem;
}
.btn-default {
  background-color: #292929;
  color: #fff;
  border-color: #292929;
}
.btn-default:hover, .btn-default:focus {
  background-color: #101010;
  color: #fff;
  border-color: #101010;
}
.btn-primary {
  background-color: #9e4d30;
  color: #fff;
  border-color: #9e4d30;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #834028;
  color: #fff;
  border-color: #834028;
}
.btn-secondary {
  background-color: #67a09c;
  color: #fff;
  border-color: #67a09c;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #578c88;
  color: #fff;
  border-color: #578c88;
}
.btn-ghost {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-ghost:hover, .btn-ghost:focus {
  background-color: #fff;
  color: #7b7b7b;
  border-color: #fff;
}
.btn-inverse {
  background-color: #fff;
  color: #7b7b7b;
  border-color: #fff;
}
.btn-inverse:hover, .btn-inverse:focus {
  background-color: #c9d8c5;
  color: #7b7b7b;
  border-color: #c9d8c5;
}
.btn-stripped {
  background: none;
  color: #292929;
  border: none;
  border-bottom: 1px #292929 solid;
  border-radius: 0;
  padding: 0 0 0.25em 0;
}
.btn-stripped:hover, .btn-stripped:focus {
  color: #292929;
  border-color: #292929;
}
@media only screen and (max-width: 800px) {
  #no-more-tables table, #no-more-tables thead, #no-more-tables tbody, #no-more-tables th, #no-more-tables td, #no-more-tables tr {
    display: block;
  }
  #no-more-tables thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #no-more-tables tr {
    border: 1px solid #c9d8c5;
  }
  #no-more-tables td {
    border: none;
    border-bottom: 1px solid #c9d8c5;
    position: relative;
    padding-left: 50%;
    white-space: normal;
    text-align: right;
    width: 100%;
  }
  #no-more-tables td:before {
    position: absolute;
    top: 15px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    content: attr(data-title);
  }
}
.form-group.date {
  overflow: hidden;
}
.form-group.date label {
  display: block;
}
.form-group.date select.form-control {
  width: 33.33%;
  float: left;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
header .logo {
  max-height: 150px;
  margin: 0.5rem 0;
}
/*.main_h {
 position: fixed;
 max-height: 70px;
 z-index: 9999;
 width: 100%;
 padding: 0;
 background: $secondaryLightColor;
 opacity: 0;
 top: -100px;
 left: 0;
 right: 0;
 transition: $trans;
 border-top: 1px $accentColorAlt solid;
 &.sticky {
 opacity: 1;
 top: 0;
 }
 .logo {
 max-height: 70px;
 padding: 2px 0;
 }
 .navbar-default {
 background-color: transparent;
 margin: 0;
 .navbar-nav {
 margin: 14px 0;
 float: right !important;
 >li {
 a {
 color: $primaryDarkColor;
 padding: 10px 15px;
 border: none;
 &:hover, &:focus {
 color: $accentColorAlt;
 }
 }
 }
 >.active {
 >a {
 background-color: $accentColorAlt;
 color: $primaryLightColor;
 &:hover, &:focus {
 background-color: $accentColorAlt;
 color: $primaryLightColor;
 }
 }
 }
 >.open {
 >a {
 background-color: transparent;
 color: $accentColorAlt;
 &:hover, &:focus {
 background-color: transparent;
 color: $accentColorAlt;
 }
 }
 }
 }
 }
 }*/
@media (max-width: 991px) {
  header .logo {
    margin: 0 auto;
  }
}
.navbar-default {
  border: none;
  margin: 0;
  border-radius: 0;
  background: transparent;
  position: fixed;
  right: 15px;
  z-index: 9999;
}
.navbar-default .navbar-nav {
  background: #9e4d30;
  border-radius: 0 0 5px 5px;
  padding: 0.5rem 1rem;
}
.navbar-default .navbar-nav > li:before {
  content: none;
}
.navbar-default .navbar-nav > li a {
  color: #fff;
  font-size: 1rem;
  font-family: 'freight-sans-compressed-pro', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 500;
  border: none;
}
.navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus {
  background-color: transparent;
  color: #fff;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  border: none;
  right: 0 !important;
  border-radius: 5px;
  box-shadow: none;
  padding: 1.5em;
  background: #834028;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li:before {
  content: none;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li a {
  color: #fff;
  padding: 0.25em 0;
  border: none;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li a:focus {
  color: #fff;
}
.navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  color: #fff;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #fff;
}
.navbar-default .navbar-nav > .open > a {
  background-color: transparent;
  color: #fff;
  border-color: #67a09c;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
  border-color: #67a09c;
}
.navbar-default .navbar-nav.navbar-right .dropdown-menu {
  right: auto;
}
.navbar-default .navbar-toggle {
  background-color: #9e4d30;
  border: none;
  margin: 0;
  padding: 1.75rem 2rem 1.25rem;
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #834028;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #c9d8c5;
  margin-top: 5px;
  margin-right: -10px;
}
/* MM Menu */
.mm-slideout {
  box-shadow: none !important;
}
#mobile-menu.mm-menu {
  background-color: #fff;
}
#mobile-menu.mm-menu .mm-panel {
  border: none;
  border-radius: 0;
}
#mobile-menu.mm-menu .mm-panel.mm-highest {
  box-shadow: none;
}
#mobile-menu.mm-menu > .mm-list {
  padding: 0;
  margin-top: 0 !important;
}
#mobile-menu.mm-menu > .mm-list > li {
  width: 100%;
}
#mobile-menu.mm-menu > .mm-list > li:before {
  content: none;
}
#mobile-menu.mm-menu > .mm-list > li a {
  font-weight: 300;
  font-family: 'sofia-pro', sans-serif;
  color: #7b7b7b;
  padding: 1em 1.5em !important;
  border: none;
  font-size: 1rem;
}
#mobile-menu.mm-menu > .mm-list > li a .fa {
  display: none;
}
#mobile-menu.mm-menu > .mm-list > li a:hover, #mobile-menu.mm-menu > .mm-list > li a:focus {
  background: transparent;
}
#mobile-menu.mm-menu > .mm-list > li:hover, #mobile-menu.mm-menu > .mm-list > li:focus {
  background: #fff;
  border-left-color: #9e4d30;
}
#mobile-menu.mm-menu > .mm-list > li:hover a, #mobile-menu.mm-menu > .mm-list > li:focus a {
  color: #9e4d30;
}
#mobile-menu.mm-menu > .mm-list > li:hover a:hover, #mobile-menu.mm-menu > .mm-list > li:focus a:hover, #mobile-menu.mm-menu > .mm-list > li:hover a:focus, #mobile-menu.mm-menu > .mm-list > li:focus a:focus {
  background: transparent;
}
#mobile-menu.mm-menu > .mm-list > li:hover .mm-subopen:hover, #mobile-menu.mm-menu > .mm-list > li:focus .mm-subopen:hover, #mobile-menu.mm-menu > .mm-list > li:hover .mm-subopen:focus, #mobile-menu.mm-menu > .mm-list > li:focus .mm-subopen:focus {
  background: #834028;
}
#mobile-menu.mm-menu > .mm-list > li a.mm-subclose {
  background: #9e4d30;
  color: #fff;
  margin: 0;
}
#mobile-menu.mm-menu > .mm-list > li a.mm-subclose:before {
  border-color: #fff;
  bottom: 70%;
}
#mobile-menu.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  margin-left: 0;
  border-color: #101010;
  opacity: 0.5;
}
#mobile-menu.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  border-color: #c9d8c5;
  opacity: 0.7;
}
#mobile-menu.mm-menu > .mm-list > li.mm-selected.open {
  border-color: #9e4d30;
}
#mobile-menu.mm-menu > .mm-list > li.mm-selected > a:not(.mm-subopen) {
  background: transparent;
  color: #9e4d30;
  border-color: #9e4d30;
}
#mobile-menu.mm-menu > .mm-list > li.mm-selected > a.mm-subopen {
  background: #9e4d30;
}
#mobile-menu.mm-menu > .mm-list > li.active {
  border-color: #9e4d30;
}
#mobile-menu.mm-menu > .mm-list > li.active > a {
  color: #9e4d30;
}
#mobile-menu.mm-menu > .mm-list > li.mm-subtitle {
  border-color: #9e4d30;
  transition: all 0.3s;
}
#mobile-menu.mm-menu > .mm-list > li.mm-subtitle:hover, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:focus {
  border-color: #834028;
}
#mobile-menu.mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:hover, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:hover, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:focus, #mobile-menu.mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:focus {
  background: #834028;
}
#mobile-menu.mm-menu > .mm-list .mm-subopen {
  background: #9e4d30;
}
#mobile-menu.mm-menu > .mm-list .mm-subopen:after {
  border-color: #fff !important;
  right: 45%;
}
#mobile-menu.mm-menu > .mm-list .mm-subopen:hover, #mobile-menu.mm-menu > .mm-list .mm-subopen:focus {
  background: #834028;
}
#mobile-menu.mm-menu > .mm-list > li a {
  margin-right: 0;
}
#mobile-menu.mm-menu > .mm-list .mm-subopen {
  background: transparent !important;
  width: 100%;
  color: #fff !important;
}
#mobile-menu.mm-menu > .mm-list .mm-subopen:after {
  border-color: #fff !important;
  right: 22px;
}
#mobile-menu.mm-menu > .mm-list .dropdown-toggle:after {
  content: '';
  background: #9e4d30;
  position: absolute;
  color: #fff !important;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
}
footer.footer {
  background: #9e4d30;
  position: relative;
  margin-top: 7rem;
  z-index: 99;
}
footer.footer .line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: -1px;
}
footer.footer .fa-ul > li {
  color: #fff;
  font-size: 0.8rem;
  margin-bottom: 0;
}
footer.footer .fa-ul > li:before {
  content: none;
}
footer.footer .fa-ul > li strong {
  color: #292929;
  font-family: 'freight-sans-compressed-pro', sans-serif;
  font-size: 1rem;
}
footer.footer .fa-ul > li a {
  border: none;
}
footer.footer .fa-ul > li a:hover, footer.footer .fa-ul > li a:focus {
  color: inherit;
}
footer.footer address .fa-ul > li {
  margin-bottom: 0.5em;
}
footer.footer address .fa-ul > li.Address {
  margin-bottom: 0;
}
footer.footer h4 {
  color: #292929;
  font-weight: 600;
}
footer.footer .copyright {
  padding: 0.5rem;
  background: #834028;
}
footer.footer .copyright p {
  margin: 0;
  font-size: 0.6rem;
  color: #292929;
}
footer.footer .copyright p a {
  color: inherit;
  font-weight: inherit;
}
footer.footer .copyright p a:after {
  content: none;
  display: none;
}
footer.footer .social {
  padding: 1rem 0;
}
.social .fa {
  font-size: 1rem;
  color: #fff;
  transition: all 0.3s;
  background: #67a09c;
  width: 2em;
  height: 2em;
  text-align: center;
  line-height: 2em;
  border-radius: 5px;
}
.social .fa:hover, .social .fa:focus {
  color: #fff;
}
.fa-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fa-ul li {
  margin: 0 0 0.5em 0;
}
.fa-ul li:before {
  content: none;
}
.fa-ul li .fa {
  padding-right: 0.5em;
}
.fa-ul li strong {
  display: block;
  color: #292929;
}
.fa-ul li a {
  color: inherit;
  font-weight: inherit;
}
.fa-ul li.Address {
  margin-bottom: 0;
}
.carousel {
  background: #292929;
}
.carousel img {
  width: 100%;
  border-radius: 0;
}
.carousel .carousel-caption {
  top: auto;
  right: 0;
  bottom: 4rem;
  left: 0;
  text-align: left;
  padding: 0;
  text-shadow: none;
}
.carousel .carousel-caption.left {
  text-align: left;
}
.carousel .carousel-caption.right {
  text-align: right;
}
.carousel .carousel-caption.center {
  text-align: center;
  justify-content: center;
}
.carousel .carousel-caption h3 {
  margin: 0 0 1rem 0;
  font-size: 3.25vw;
  color: #fff;
  font-weight: 700;
  line-height: 0.9;
}
.carousel .carousel-caption h3 span {
  color: #c9d8c5;
}
.carousel .carousel-caption p {
  font-size: 1.2rem;
  line-height: 1.3;
}
.carousel .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  margin: 0 1px !important;
  border-width: 2px;
}
.carousel .carousel-control {
  background: transparent;
  width: 8%;
}
.carousel .carousel-control.left .fa {
  right: 100%;
}
.carousel .carousel-control.right .fa {
  left: 100%;
}
.carousel .carousel-control .fa {
  position: absolute;
  top: 48%;
  z-index: 5;
  display: inline-block;
  font-size: 3rem;
  text-shadow: none;
  transition: all 0.3s;
}
.carousel .carousel-control:hover.left .fa, .carousel .carousel-control:focus.left .fa {
  right: 50%;
}
.carousel .carousel-control:hover.right .fa, .carousel .carousel-control:focus.right .fa {
  left: 50%;
}
.carousel .carousel-inner .item {
  margin-bottom: 0;
}
.carousel.home .carousel-caption {
  bottom: 6rem;
}
.carousel.secondary .carousel-caption {
  bottom: 5rem;
}
.carousel.secondary .carousel-caption h3 {
  color: #fff;
}
.scrim {
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
.scrim.scrim-alt {
  top: 0;
  bottom: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
}
@media (max-width: 767px) {
  .carousel .carousel-caption, .carousel.secondary .carousel-caption {
    position: static;
    background: #fff;
    display: block;
    text-shadow: none;
    padding: 2rem 0;
  }
  .carousel .carousel-caption.left, .carousel.secondary .carousel-caption.left, .carousel .carousel-caption.right, .carousel.secondary .carousel-caption.right, .carousel .carousel-caption.center, .carousel.secondary .carousel-caption.center {
    text-align: left;
  }
  .carousel .carousel-caption h3, .carousel.secondary .carousel-caption h3 {
    color: #292929;
    font-size: 2rem;
  }
  .carousel .carousel-caption h3 span, .carousel.secondary .carousel-caption h3 span {
    color: #834028;
  }
  .carousel .carousel-caption p, .carousel.secondary .carousel-caption p {
    color: #7b7b7b;
  }
  .carousel.home .carousel-caption {
    padding-bottom: 4rem;
  }
  .carousel.secondary .carousel-caption {
    background: #c9d8c5;
  }
  .scrim, .carousel-control, .carousel-indicators {
    display: none;
  }
  .extra-pad-top {
    padding-top: 4rem;
  }
}
/* Shoutout */
.shoutout .item {
  margin-bottom: 0;
  overflow: hidden;
}
.shoutout .item .bg-img {
  min-height: 550px;
  position: relative;
}
.shoutout .item h3 {
  font-size: 2rem;
  position: absolute;
  bottom: 15px;
  color: white;
  font-weight: 300;
  left: 15px;
  margin: 0;
  z-index: 9;
}
.shoutout .item h3 span {
  color: #9e4d30;
}
.shoutout .item .btn {
  color: #67a09c;
  border-color: #67a09c;
}
.shoutout .item .card {
  padding: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #c9d8c5;
  z-index: 99;
  transition: all 0.3s;
  transform: translate(0, 120%);
}
.shoutout .item .card h4.title {
  font-weight: 300;
  font-size: 1.75rem;
  position: relative;
}
.shoutout .item .card h4.title span {
  color: #9e4d30;
}
.shoutout .item .card .slant {
  height: 50px;
  background: #c9d8c5;
  left: 0;
  right: 0;
}
.shoutout .item:nth-child(2) {
  margin-top: 3rem;
}
.shoutout .item:hover .card, .shoutout .item:focus .card {
  opacity: 1;
  transform: translate(0, 0);
}
.shoutout .intro h2 {
  font-weight: 900;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin: 0 0 1em 0;
}
.cta h4 {
  color: #c9d8c5;
  font-size: 3rem;
  text-transform: uppercase;
}
.cta p {
  color: #fff;
}
.cta .overlay {
  opacity: 0.65;
}
.cta.accentColor, .cta.accentColor .overlay {
  background: #9e4d30;
}
.cta.accentColorAlt, .cta.accentColorAlt .overlay {
  background: #67a09c;
}
.cta.primaryDarkColor, .cta.primaryDarkColor .overlay {
  background: #292929;
}
.cta.primaryLightColor, .cta.primaryLightColor .overlay {
  background: #fff;
}
.cta.primaryLightColor h4, .cta.primaryLightColor .overlay h4 {
  color: #292929;
}
.cta.primaryLightColor p, .cta.primaryLightColor .overlay p {
  color: #7b7b7b;
}
.cta.secondaryLightColor, .cta.secondaryLightColor .overlay {
  background: #c9d8c5;
}
.cta.secondaryLightColor h4, .cta.secondaryLightColor .overlay h4 {
  color: #292929;
}
.cta.secondaryLightColor p, .cta.secondaryLightColor .overlay p {
  color: #7b7b7b;
}
.cta.none, .cta.none .overlay {
  background: none;
}
.cta.none.no-photo h4, .cta.none .overlay.no-photo h4 {
  color: #9e4d30;
}
.cta.none.no-photo p, .cta.none .overlay.no-photo p {
  color: #7b7b7b;
}
.cta.no-photo .overlay {
  opacity: 0;
  display: none;
}
@media (max-width: 767px) {
  .cta {
    text-align: left;
  }
}
.flash {
  padding: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
}
.flash.alert {
  margin-bottom: 0;
}
.alert {
  border-radius: 0;
  border: none;
  color: #fff;
}
.alert.alert-danger {
  background-color: #f44336;
}
.alert.alert-success {
  background-color: #4caf50;
}
.alert.alert-info {
  background-color: #03a9f4;
}
.alert.alert-warning {
  background-color: #ff5722;
}
.spec-content {
  position: relative;
  z-index: 99;
}
.spec-content h3.title {
  font-weight: 700;
  line-height: 0.9;
}
.spec-content h6.title {
  text-transform: uppercase;
  line-height: 0.9;
}
.spec-content.normal-content .item {
  margin-bottom: 0;
}
.spec-content.normal-content .item h3.title {
  font-size: 2.5rem;
}
.spec-content.normal-content .item .text-pad {
  padding: 4rem 0;
}
.spec-content.spec-bg h3.title {
  font-size: 4rem;
}
.spec-content.spec-bg h6.title {
  font-size: 1.25rem;
}
.spec-content.spec-bg p {
  color: #fff;
}
.spec-content.spec-bg .overlay {
  opacity: 0.6;
}
.spec-content.spec-bg .extra-pad {
  padding: 8rem 0;
}
.spec-content.accentColor.spec-bg .overlay, .spec-content.accentColor.normal-content.bgColor {
  background-color: #9e4d30;
}
.spec-content.accentColor.spec-bg h3.title {
  color: #292929;
}
.spec-content.accentColor.spec-bg h6.title {
  color: #292929;
}
.spec-content.accentColor.normal-content h3.title {
  color: #292929;
}
.spec-content.accentColor.normal-content h6.title {
  color: #fff;
}
.spec-content.accentColor.normal-content p, .spec-content.accentColor.normal-content li {
  color: #fff;
}
.spec-content.accentColorAlt.spec-bg .overlay, .spec-content.accentColorAlt.normal-content.bgColor {
  background-color: #67a09c;
}
.spec-content.accentColorAlt.spec-bg h3.title {
  color: #fff;
}
.spec-content.accentColorAlt.spec-bg h6.title {
  color: #fff;
}
.spec-content.accentColorAlt.normal-content h3.title {
  color: #292929;
}
.spec-content.accentColorAlt.normal-content h6.title {
  color: #fff;
}
.spec-content.accentColorAlt.normal-content p, .spec-content.accentColorAlt.normal-content li {
  color: #fff;
}
.spec-content.primaryDarkColor.spec-bg .overlay, .spec-content.primaryDarkColor.normal-content.bgColor {
  background-color: #292929;
}
.spec-content.primaryDarkColor.spec-bg h3.title, .spec-content.primaryDarkColor.spec-bg h1, .spec-content.primaryDarkColor.spec-bg h2, .spec-content.primaryDarkColor.spec-bg h3, .spec-content.primaryDarkColor.spec-bg h4, .spec-content.primaryDarkColor.spec-bg h5, .spec-content.primaryDarkColor.spec-bg h6 {
  color: #c9d8c5;
}
.spec-content.primaryDarkColor.spec-bg h6.title {
  color: #9e4d30;
}
.spec-content.primaryDarkColor.spec-bg p, .spec-content.primaryDarkColor.spec-bg li {
  color: #fff;
}
.spec-content.primaryDarkColor.normal-content h3.title {
  color: #fff;
}
.spec-content.primaryDarkColor.normal-content h6.title {
  color: #fff;
}
.spec-content.primaryDarkColor.normal-content p, .spec-content.primaryDarkColor.normal-content li {
  color: #fff;
}
.spec-content.primaryLightColor.spec-bg .overlay, .spec-content.none.spec-bg .overlay, .spec-content.primaryLightColor.normal-content.bgColor, .spec-content.none.normal-content.bgColor {
  background-color: #fff;
}
.spec-content.primaryLightColor.spec-bg h3.title, .spec-content.none.spec-bg h3.title {
  color: #292929;
}
.spec-content.primaryLightColor.spec-bg h6.title, .spec-content.none.spec-bg h6.title {
  color: #b95a38;
  opacity: 1;
}
.spec-content.primaryLightColor.spec-bg p, .spec-content.none.spec-bg p {
  color: #292929;
}
.spec-content.primaryLightColor.normal-content h3.title, .spec-content.none.normal-content h3.title {
  color: #9e4d30;
}
.spec-content.primaryLightColor.normal-content p, .spec-content.none.normal-content p, .spec-content.primaryLightColor.normal-content li, .spec-content.none.normal-content li {
  color: #7b7b7b;
}
.spec-content.secondaryLightColor.spec-bg .overlay, .spec-content.secondaryLightColor.normal-content.bgColor {
  background-color: #c9d8c5;
}
.spec-content.secondaryLightColor.spec-bg h3.title, .spec-content.secondaryLightColor.normal-content h3.title {
  color: #9e4d30;
}
.spec-content.secondaryLightColor.spec-bg h3.title {
  color: #9e4d30;
}
.spec-content.secondaryLightColor.spec-bg h6.title {
  color: #292929;
}
.spec-content.secondaryLightColor.spec-bg p {
  color: #292929;
}
.spec-content.none .overlay {
  display: none;
}
.spec-content + footer.footer {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .spec-content .item .bg-img, .spec-content .item.bg-img {
    background-image: none !important;
  }
  .spec-content .item .overlay {
    display: none;
  }
}
.faq a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7b7b7b;
  font-weight: 400;
  border-bottom: 1px solid #c9d8c5;
}
.faq a:hover, .faq a:hover::after {
  cursor: pointer;
  color: #9e4d30;
}
.faq a:hover::after {
  border: 1px solid #9e4d30;
}
.faq a::after {
  font-family: FontAwesome;
  content: '\f067';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 0.8rem;
  color: #7b7b7b;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #7b7b7b;
  text-align: center;
}
.faq a.active {
  color: #9e4d30;
  border-bottom: 1px solid #9e4d30;
}
.faq a.active::after {
  font-family: 'FontAwesome';
  content: '\f068';
  color: #9e4d30;
  border: 1px solid #9e4d30;
}
.faq .content {
  display: none;
  padding: 1rem;
  border-bottom: 1px solid #c9d8c5;
  overflow: hidden;
}
.gallery .item {
  margin: 0;
  padding: 2px;
}
.news-feed .item {
  margin-bottom: 2rem;
}
.news-feed .swish {
  z-index: 999;
}
.news-feed .main-title {
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  margin: 0 0 1em 0;
  font-size: 3.25rem;
  font-weight: 700;
}
.news-feed .item .title {
  font-size: 2.25rem;
  color: #67a09c;
}
.news-feed .text-pad {
  padding: 6rem;
}
.team .item {
  margin-bottom: 2rem;
}
.team .item .name {
  font-size: 2rem;
}
.team .item .name small {
  font-size: 1.5rem;
  color: #9e4d30;
}
.resources .item .text-pad {
  padding: 6rem 4rem;
}
.resources .item .text-pad .title {
  font-size: 3rem;
}
.resources .item:nth-child(odd) .bg-img {
  float: right;
}
.resources .item:last-child .text-pad {
  padding-bottom: 8rem;
}
.noNameBox {
  display: block;
  position: fixed;
  width: 350px;
  padding: 1.5rem;
  bottom: -100%;
  right: 1rem;
  z-index: 100;
  background: #f1f1f1;
  border: 1px #e2e2e2 solid;
  transition: all 0.6s;
}
.noNameBox.visible {
  bottom: 0;
}
.pagination > li:before {
  content: none;
}
.pagination > li > a {
  font-size: 0.8em;
  color: #292929;
  border: 1px #c9d8c5 solid;
}
.pagination > li > a:after {
  content: none;
  display: none;
}
.pagination > li > a:hover, .pagination > li > a:focus {
  background: #c9d8c5;
  color: #292929;
}
.pagination > li.active > a {
  background: #9e4d30;
  border-color: #9e4d30;
}
.pagination > li.active > a:hover, .pagination > li.active > a:focus {
  background: #9e4d30;
  border-color: #9e4d30;
}
.pagination > li:last-child > a, .pagination > li:first-child > a {
  border-radius: 0;
}
@media (max-width: 1199px) {
  header .logo {
    max-height: 100px;
  }
  .carousel.home .carousel-caption {
    bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .spec-content.spec-bg .extra-pad {
    padding: 5rem 0;
  }
}
@media (max-width: 767px) {
  header {
    padding: 1rem 0;
    margin: 0;
    position: static;
    background: #9e4d30;
  }
  header .logo {
    margin: 0;
    max-height: 80px;
  }
  .neg-margins {
    margin-top: -2rem;
  }
  .text-center, .text-right {
    text-align: left;
  }
  .spec-content + footer.footer {
    margin-top: 0rem;
  }
  .intro .title {
    font-size: 2rem;
  }
  .intro .title small {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .spec-content.spec-bg h3.title {
    font-size: 2.5rem;
  }
  .resources .item .text-pad {
    padding: 2rem 30px;
  }
  .resources .item .text-pad .title {
    font-size: 2rem;
  }
}
