/* compiled by scssphp v0.3.2 on Mon, 30 Jan 2023 23:19:15 +0000 (0.0929s) */

/* !Start Variables */
/* Defaults */
body, html {
  -webkit-overflow-scrolling: touch;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625rem;
  overflow-x: hidden;
  color: #838d8f;
  font-family: "lato", arial, sans-serif;
}
.container-semi-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}
.pad {
  padding: 6rem 0;
}
.no-pad {
  padding: 0;
}
.relative {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #96b553;
  opacity: 0.6;
}
.bg-img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
}
.smudge {
  background: url(/files/smudge.jpg);
  background-size: 1000px;
  background-repeat: no-repeat;
  background-position: 120% 150%;
}
.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%;
}
.scrim {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.gradient {
  background: #a1c33a;
  background: -moz-linear-gradient(left, #aecc6f 1%, #96b553 100%);
  background: -webkit-linear-gradient(left, #aecc6f 1%, #96b553 100%);
  background: linear-gradient(to right, #aecc6f 1%, #96b553 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$accentColor', endColorstr='$accentColorDark',GradientType=1);
}
img.responsive, .img-responsive {
  padding-left: 0;
  padding-right: 0;
}
img.responsive.pull-left, .img-responsive.pull-left {
  padding-left: 0;
  padding-right: 15px;
}
img.responsive.pull-right, .img-responsive.pull-right {
  padding-left: 15px;
  padding-right: 0;
}
.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;
  color: rgba(255, 255, 255, 0.84);
}
.alert.alert-danger {
  background-color: #f44336;
}
.alert.alert-success {
  background-color: #4caf50;
}
.alert.alert-info {
  background-color: #03a9f4;
}
.alert.alert-warning {
  background-color: #ff5722;
}
address span {
  display: block;
}
address span a {
  color: #838d8f;
  font-size: 1.25rem;
  font-weight: 300;
}
address span .fa {
  color: #838d8f;
  width: 1.5rem;
}
.code svg {
  width: 100%;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: #4c4a47;
  font-weight: 500;
  clear: both;
  line-height: 1.1;
  padding: 1em 0 0.75em 0;
  margin: 0;
  font-family: "lato", arial, sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-size: inherit;
  color: inherit;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  display: block;
  font-weight: 300;
  margin-top: 0.5em;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: 900;
  background: #aecc6f;
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.9em;
  padding: 10px 15px;
  color: #fff;
  font-family: "lato", arial, sans-serif;
}
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title, h1.listing-title, h2.listing-title, h3.listing-title, h4.listing-title, h5.listing-title, h6.listing-title {
  margin-top: 0;
}
h1 {
  font-size: 2.6rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.4rem;
}
h4 {
  font-size: 1.4rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
p, .section li {
  font-size: 1.15rem;
  line-height: 1.5 !important;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 1.5em;
  font-family: "lato", arial, sans-serif;
  color: #838d8f;
}
p a, .section li a {
  letter-spacing: 0;
}
p:last-child, .section li:last-child {
  margin-bottom: 0;
}
.content ul:not(.pagination), .content ol:not(.pagination) {
  margin: 1em 0;
}
.content ul:not(.pagination) li, .content ol:not(.pagination) li {
  margin-bottom: 0;
  font-weight: 500;
}
.content ul:not(.pagination).col-2, .content ol:not(.pagination).col-2 {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}
.content ul:not(.pagination).col-3, .content ol:not(.pagination).col-3 {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
}
.content ul:not(.pagination) ol, .content ol:not(.pagination) ol, .content ul:not(.pagination) ul, .content ol:not(.pagination) ul {
  margin: 0;
}
.content ul:not(.pagination) ol li, .content ol:not(.pagination) ol li, .content ul:not(.pagination) ul li, .content ol:not(.pagination) ul li {
  font-size: 0.9em;
}
.content ul:not(.pagination) ol li:before, .content ol:not(.pagination) ol li:before, .content ul:not(.pagination) ul li:before, .content ol:not(.pagination) ul li:before {
  color: #cecece;
}
.content ul:not(.pagination) {
  list-style: none;
  padding-left: 1em;
}
.content ul:not(.pagination) li:before {
  content: '\f105';
  display: inline-block;
  font-family: fontAwesome;
  color: #aecc6f;
  font-weight: 900;
  margin-right: 0.5rem;
}
a {
  color: #aecc6f;
  transition: all 0.3s;
  font-weight: 700;
}
a:hover, a:focus {
  text-decoration: none;
  color: #96b553;
}
blockquote {
  border: none;
  padding: 0;
}
blockquote small {
  color: #838d8f;
  font-weight: 600;
  margin: 0.5em 0 0 1em;
}
blockquote p span {
  font-size: 6em;
  float: left;
  font-family: tahoma;
  color: #aecc6f;
  font-weight: 100;
  line-height: 0.5;
  margin: 15px 0.1em -2rem 0;
}
/* BTN */
.btn {
  border-radius: 0;
  padding: 1em 3em;
  font-size: 1.1rem;
  border: 2px #4c4a47 solid;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.95rem;
  /*&:before {
   content: '';
   border: 2px $primaryLightColor solid;
   position: absolute;
   top: 5px;
   bottom: 5px;
   right: 5px;
   left: 5px;
   }*/
}
.btn-small {
  font-size: 0.9rem;
  padding: 0.5em 2em;
}
.btn-radius {
  border-radius: 35px;
}
.btn-primary {
  background-color: #96b553;
  color: #fff;
  border-color: #96b553;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #aecc6f;
  border-color: #aecc6f;
}
.btn-secondary {
  background-color: #fff;
  color: #838d8f;
  border-color: #fff;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #fff;
  border-color: #fff;
}
.btn-ghost {
  border-color: #fff;
  color: #4c4a47;
  background: #fff;
}
.btn-ghost:hover, .btn-ghost:focus {
  background: #4c4a47;
  color: #fff;
  border-color: #4c4a47;
}
.btn-black {
  background-color: #363430;
  color: #fff;
  border-color: #363430;
}
.btn-black:hover, .btn-black:focus {
  background-color: #272521;
  border-color: #272521;
  color: #fff;
}
.btn-stripped {
  padding: 0;
  color: #4c4a47;
  border: none;
}
/* Header */
header {
  z-index: 9;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 2rem;
  width: 100%;
  left: 0;
  right: 0;
  padding: 0;
}
header .logo {
  /* margin: -1.5rem 0;
   max-width: 150px;
   background: $primaryLightColor;
   padding: 1rem;*/
  max-width: 155px;
  padding: 1em 0;
}
/* Navigation */
.navbar-default {
  background-color: transparent;
  border: none;
  margin: 1.1em 0 0 0;
  min-height: 0;
}
.navbar-default .navbar-nav {
  padding: 10px 0;
}
.navbar-default .navbar-nav > li > a {
  color: #4c4a47;
  font-size: 0.9rem;
  font-weight: 200;
  padding: 1.4em 10px;
  /*border: 1px transparent solid;
   border-bottom: none;*/
  font-family: "lato", arial, sans-serif;
}
.navbar-default .navbar-nav > li > a span {
  /*margin-bottom: -5px;
   position: relative;
   bottom: -10px;*/
  padding: 0 0.5em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 400;
  z-index: 9999;
}
.navbar-default .navbar-nav > li > a span:before {
  /*content: '';
   width: 100%;
   height: 5px;
   background: $primaryLightColor;
   position: absolute;
   display: block;
   bottom: 4px;
   z-index: -1;*/
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #4c4a47;
  border-color: transparent;
}
.navbar-default .navbar-nav > li.active > a {
  background-color: transparent;
  color: #4c4a47;
  /*border-color: $primaryDarkColor; */
  font-weight: 600;
  /*&:before {
   content: '';
   display: block;
   position: absolute;
   left: 0;
   height: 1px;
   background: $primaryDarkColor;
   bottom: 0;
   width: 15%;
   }
   &:after {
   content: '';
   display: block;
   position: absolute;
   right: 0;
   height: 1px;
   background: $primaryDarkColor;
   bottom: 0;
   width: 15%;
   }*/
}
.navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus {
  background-color: transparent;
  color: #4c4a47;
}
.navbar-default .navbar-toggle {
  background-color: #aecc6f;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 1.8rem 1.5rem;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #96b553;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.nav-pills > li {
  margin: 0 0 2px 0;
}
.nav-pills > li > a {
  border-radius: 0;
  background: #ececec;
  font-size: 1rem;
  padding: 0.5em 0.75em;
  color: #838d8f;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
  background: #f3f3f3;
}
.nav-pills > li.active > a {
  background-color: #aecc6f;
}
.nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  background-color: #96b553;
}
.pagination > li > a {
  font-size: 1rem;
  color: #838d8f;
}
.pagination > li > a:hover, .pagination > li > a:focus {
  background-color: #ececec;
  color: #838d8f;
}
.pagination > li:last-child > a, .pagination > li:first-child > a {
  border-radius: 0;
}
.pagination > .active > a {
  background-color: #aecc6f;
  border-color: #aecc6f;
}
.pagination > .active > a:hover, .pagination > .active > a:focus {
  background-color: #aecc6f;
  border-color: #aecc6f;
}
/* Dropdown */
.dropdown-menu {
  right: auto !important;
  margin-top: 9px !important;
  border: none;
  background: #aecc6f;
  border-radius: 0;
  padding: 0;
}
.dropdown-menu > li > a {
  padding: 0.5em 1em;
  font-size: 0.9rem;
  background: transparent;
  color: #fff;
  transition: all 0.3s;
  font-family: "lato", arial, sans-serif;
  border-bottom: 1px #96b553 solid;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background: #96b553;
  color: #fff;
}
> .dropdown-menu > li:last-child > a {
  border-bottom: none;
}
.dropdown-menu:before {
  content: '';
  display: block;
  border: 8px transparent solid;
  border-bottom-color: #aecc6f;
  position: absolute;
  top: -16px;
  left: 25px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu:hover .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 0;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  border-radius: 0;
}
.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: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
/* MM Menu */
.mm-menu {
  background-color: #4c4a47;
}
.mm-menu > .mm-list {
  padding: 0;
  margin-top: 0 !important;
}
.mm-menu > .mm-list > li a {
  font-weight: 400;
  font-family: "lato", arial, sans-serif;
  color: #fff;
  padding: 0.75em 1em !important;
  border: none;
}
.mm-menu > .mm-list > li a.mm-subclose {
  background: #aecc6f;
  color: #fff;
  margin: 0;
}
.mm-menu > .mm-list > li a.mm-subclose:before {
  border-color: #fff;
  bottom: 75%;
}
.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  margin-left: 0;
  border-color: #363430;
  opacity: 0.5;
}
.mm-menu > .mm-list .mm-subopen {
  background: #aecc6f;
}
.mm-menu > .mm-list .mm-subopen:after {
  border-color: #fff !important;
}
/* Carousel */
.carousel img {
  width: 100%;
}
.carousel .carousel-caption {
  left: auto;
  right: auto;
  text-align: center;
  bottom: auto;
  top: 40%;
  bottom: 0;
  padding: 0;
  text-shadow: none;
}
.carousel .carousel-caption h3 {
  font-size: 9vh;
  font-weight: 600;
  color: #fff;
  line-height: 1;
  font-family: "lato", arial, sans-serif;
  margin: 0 0 0.25em 0;
  text-transform: uppercase;
}
.carousel .carousel-caption p {
  color: #fff;
  font-weight: 100;
  font-size: 1.4rem;
  line-height: 1.2 !important;
}
.carousel .carousel-caption p span {
  background: #aecc6f;
  padding: 0.1em 0.5em;
}
.carousel .carousel-caption .btn {
  position: relative;
  padding-right: 3.5em;
}
.carousel .carousel-caption .btn .fa {
  position: absolute;
  margin-top: 4px;
  margin-left: 8px;
}
.carousel .carousel-indicators {
  top: 45%;
  right: auto;
  width: auto;
  margin: 0;
  left: 15px;
  bottom: auto;
}
.carousel .carousel-indicators li {
  width: 21px;
  height: 20px;
  border: none;
  margin: 5px;
  border: 2px transparent solid;
  margin: auto;
  float: none;
  display: block;
  border-radius: 0;
}
.carousel .carousel-indicators li span {
  width: 5px;
  height: 5px;
  border: none;
  background: #fff;
  display: block;
  text-align: left;
  margin: 5px auto;
  border-radius: 0;
}
.carousel .carousel-indicators li.active {
  border: 2px #fff solid;
  background: transparent;
}
/* Intro */
.intro {
  /*text-align: right;*/
  text-align: center;
}
.intro .text-pad {
  padding: 3rem 0;
}
.intro h1 {
  font-size: 3.5rem;
  color: #4c4a47;
  font-weight: 400;
  font-family: "lato", arial, sans-serif;
  margin-top: 0;
}
.intro h1 small {
  font-family: "lato", arial, sans-serif;
}
/* Home Search */
.home-search {
  background: #aecc6f;
  padding: 1.5rem 15px;
  position: relative;
}
.home-search:after {
  border: 2px #fff solid;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  content: '';
  display: block;
}
.home-search h5 {
  margin: 0 0 0.5rem 0;
  padding: 0;
  font-weight: 600;
}
.home-search input, .home-search select {
  margin: 0;
  display: block;
  float: left;
  height: 40px;
  border: 1px #aecc6f solid;
  padding: 0 10px;
  font-size: 0.9rem;
  font-family: "lato", arial, sans-serif;
  position: relative;
  z-index: 999;
  width: 100%;
}
.home-search input:focus, .home-search select:focus {
  outline: none;
  border-color: #96b553;
  box-shadow: none;
}
.home-search input[type=submit] {
  background: #96b553;
  color: #fff;
  text-transform: uppercase;
}
.home-search .first input, .home-search .first select {
  width: 25%;
}
.home-search .second input, .home-search .second select {
  width: 16.666%;
}
/* Team */
.team .item {
  margin-bottom: 4rem;
}
.team .item:last-child {
  margin-bottom: 0;
}
/* Shoutouts */
.shoutout {
  padding-bottom: 6rem;
}
.shoutout .item a {
  height: 20rem;
  width: 20rem;
  border-radius: 50%;
  background: #aecc6f;
  display: block;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  /*&:before {
   content: '';
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   border-radius: 50%;
   border: 5px $primaryLightColor solid;
   opacity: .5;
   transition: $trans;
   }*/
}
.shoutout .item a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.8;
}
.shoutout .item a h3 {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5vw;
  font-weight: 400;
  z-index: 999;
}
.shoutout .item a:after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  border-radius: 50%;
  border: 2px #fff solid;
}
.shoutout .item a:hover, .shoutout .item a:focus {
  background: #96b553;
}
.shoutout .item a:hover img, .shoutout .item a:focus img {
  opacity: 0.2;
}
/* Listings */
.listing .item {
  margin-bottom: 2em;
}
.listing .item h2.title {
  margin-bottom: 0.25em;
  font-size: 1.3rem;
}
.listing .item h3.price {
  margin: 0.5em 0;
  font-weight: 900;
}
.listing .item img {
  margin-bottom: 1em;
}
.listing .item .info {
  margin-bottom: 1em;
}
.listing .item .info span {
  margin-right: 1em;
  position: relative;
  font-weight: 500;
  font-size: 0.8em;
}
.listing .item .info span .fa {
  font-size: 0.8rem;
  bottom: 4px;
  color: #aecc6f;
}
.listing .item .mls {
  position: absolute;
  top: 5px;
  left: 5px;
  background: #fff;
  color: #4c4a47;
  padding: 5px 1em;
  line-height: 1;
  font-size: 0.8rem;
}
.listing .item .mls.status {
  background: #dc3e3e;
  color: #fff;
  font-weight: 800;
}
.listing .item.visible-admin-only .img-wrap img {
  border: 2px red solid;
}
.listing .attributes span {
  display: block;
  font-weight: 500;
}
/* Gallery */
.gallery {
  padding: 0 13px;
  margin-top: 2rem;
}
.gallery .no-pad {
  padding: 1px;
}
.gallery .item {
  padding: 0;
  margin: 0;
}
.gallery .item img {
  padding: 1px;
  margin: 0;
}
/* Blog */
.blog-post {
  padding-bottom: 2rem;
}
.blog-image {
  min-height: 400px;
  background-size: cover !important;
  background-position: center;
}
.blog-snippet h3 small {
  font-weight: 500;
  color: #aecc6f;
}
/* Footer */
footer .section:first-child {
  background: #ececec;
  padding: 2rem 0;
  color: #aecc6f;
  border: 1px #dcdcdc solid;
  border-left: none;
  border-right: none;
}
footer .section:first-child h3 {
  color: #838d8f;
}
footer .section:first-child .social {
  text-align: right;
}
footer .section:first-child .social .fa {
  color: #aecc6f;
  font-size: 2.5rem;
  margin: 0.25em 0 0 0.25em;
  transition: all 0.3s;
}
footer .section:first-child .social .fa:hover, footer .section:first-child .social .fa:focus {
  color: #96b553;
}
footer .section:first-child a {
  z-index: 9;
  position: relative;
}
footer .section:first-child .btn {
  font-size: 1.4rem;
  font-weight: 300;
  padding: 0.4em 2em;
  text-transform: none;
}
footer .section:first-child .btn:hover, footer .section:first-child .btn:focus {
  background: #bbb;
  border-color: #bbb;
}
footer .section:last-child {
  padding: 1rem 0;
}
footer .section:last-child p {
  font-size: 0.8em;
}
footer .section:last-child p a {
  color: inherit;
  text-decoration: underline;
  font-weight: inherit;
}
/* Media Queries*/
@media (min-width: 1200px) {
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 25%;
  }
  .navbar-default .navbar-nav > li > a {
    padding: 1.1rem 5px;
  }
}
@media (max-width: 1199px) {
  .navbar-default .navbar-nav > li > a {
    padding: 0.75rem 5px;
  }
  .carousel .carousel-caption h3 {
    font-size: 8vh;
  }
}
@media (max-width: 991px) {
  .pad {
    padding: 3rem 0;
  }
  header .logo {
    padding: 1rem;
    max-width: 120px;
  }
  .carousel .carousel-caption {
    padding: 0 2rem;
    top: auto;
    bottom: 15px;
  }
  .carousel .carousel-caption h3 {
    font-size: 5vh;
  }
  .carousel .carousel-caption .btn {
    font-size: 0.9rem;
  }
  .navbar-default {
    margin: 0.75em 0 0 0;
  }
  .navbar-default .navbar-nav > li > a {
    border: none;
    font-size: 0.8rem;
  }
  .navbar-default .navbar-nav > li > a span {
    position: static;
    margin: 0;
    bottom: 0;
    padding: 0;
  }
  .navbar-default .navbar-nav > li > a:before, .navbar-default .navbar-nav > li > a:after {
    display: none;
    content: none;
  }
  .navbar-default .navbar-nav > li.active > a:before, .navbar-default .navbar-nav > li.active > a:after {
    display: none;
    content: none;
  }
  .shoutout {
    padding-bottom: 3rem;
  }
  .shoutout .item a {
    max-width: 100%;
    height: 13.5rem;
  }
  footer {
    text-align: center;
  }
  footer .text-right {
    text-align: center;
  }
  footer .section:first-child .social {
    margin: 1.5em auto 0;
    text-align: center;
  }
  footer .section:first-child .social .fa {
    margin: 5px 0.25em 0 0.25em;
  }
  .intro h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  header {
    background: transparent;
    top: 0;
    padding-top: 15px;
  }
  header .logo {
    margin: 0;
  }
  .navbar-default {
    margin: 0;
  }
  .navbar-default .navbar-toggle {
    padding: 1.25rem 1rem;
  }
  .carousel .scrim {
    display: none;
  }
  .carousel .carousel-caption {
    position: static;
    padding: 2.5rem 15px;
    text-align: left;
  }
  .carousel .carousel-caption h3 {
    color: #96b553;
    text-transform: none;
    font-size: 2rem;
    font-weight: 400;
  }
  .carousel .carousel-caption p {
    color: #838d8f;
  }
  .carousel .carousel-indicators {
    display: none;
  }
  .carousel.blog .carousel-caption {
    padding-bottom: 0;
  }
  .shoutout .item {
    margin-bottom: 15px;
  }
  .shoutout .item a {
    height: 20rem;
  }
  .shoutout .item a h3 {
    font-size: 1.75rem;
  }
  .blog-image {
    background: transparent !important;
    min-height: 0;
  }
}
@media (max-width: 480px) {
  header {
    position: static;
    padding: 0;
  }
  header .logo {
    max-width: 80px;
  }
  .navbar-default .navbar-toggle {
    position: fixed;
    top: 13px;
    z-index: 9999999;
  }
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.75rem;
  }
  h4 {
    font-size: 1.5rem;
  }
  h5, h6 {
    font-size: 1.25rem;
  }
  .shoutout .item a {
    width: 18rem;
    height: 18rem;
  }
  .home-search .first select, .home-search .second select, .home-search .first input, .home-search .second input {
    width: 100%;
  }
}
@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 #cecece;
  }
  #no-more-tables td {
    border: none;
    border-bottom: 1px solid #cecece;
    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;
  }
  #no-more-tables td:before {
    content: attr(data-title);
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .code {
    position: relative;
    padding-bottom: 120%;
  }
  .code svg {
    position: absolute;
    height: 100%;
    width: 100%;
  }
}
