/* compiled by scssphp v0.3.2 on Wed, 16 Nov 2022 16:59:26 +0000 (0.092s) */

/* !Start Variables */
/* Site Wide */
body, html {
  -webkit-overflow-scrolling: touch;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.625rem;
  overflow-x: hidden;
  color: #346661;
}
#locations h4 {
  font-size: 1.25rem;
}
.container-semi-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}
.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;
}
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;
}
.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));
}
.flex {
  display: flex;
  align-items: center;
}
.flex.flex-center {
  justify-content: center;
}
.pad, .padded, .padding {
  padding: 6rem 0;
}
.no-pad {
  padding: 0;
}
.relative {
  position: relative;
}
.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #475661;
  opacity: 0.75;
}
.bg-img {
  background-size: cover;
  background-position: center;
}
.gradient {
  background: #e51b24;
  background: -moz-linear-gradient(-45deg, #e51b24 0%, #4a1be5 100%);
  background: -webkit-linear-gradient(-45deg, #e51b24 0%, #4a1be5 100%);
  background: linear-gradient(135deg, #e51b24 0%, #4a1be5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$accentColor', endColorstr='$accentColorAlt',GradientType=1);
}
.gradient.primary {
  background: #e51b24;
  background: -moz-linear-gradient(-45deg, #e51b24 0%, #aa0c13 100%);
  background: -webkit-linear-gradient(-45deg, #e51b24 0%, #aa0c13 100%);
  background: linear-gradient(135deg, #e51b24 0%, #aa0c13 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$accentColor', endColorstr='$accentColorDark',GradientType=1);
}
.gradient.secondary {
  background: #4a1be5;
  background: -moz-linear-gradient(-45deg, #4a1be5 0%, #240caa 100%);
  background: -webkit-linear-gradient(-45deg, #4a1be5 0%, #240caa 100%);
  background: linear-gradient(135deg, #4a1be5 0%, #240caa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$accentColorAlt', endColorstr='$accentColorAltDark',GradientType=1);
}
.gradient.light {
  background: #fff;
  background: -moz-linear-gradient(-45deg, #fff 0%, #e2e2e2 100%);
  background: -webkit-linear-gradient(-45deg, #fff 0%, #e2e2e2 100%);
  background: linear-gradient(135deg, #fff 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primaryLightColor', endColorstr='$secondaryLightColor',GradientType=1);
}
.gradient.dark {
  background: #475661;
  background: -moz-linear-gradient(-45deg, #475661 0%, #2e3b44 100%);
  background: -webkit-linear-gradient(-45deg, #475661 0%, #2e3b44 100%);
  background: linear-gradient(135deg, #475661 0%, #2e3b44 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$primaryDarkColor', endColorstr='$secondaryDarkColor',GradientType=1);
}
.well {
  background: #e2e2e2;
  border: solid 1px #c6c6c6;
  box-shadow: none;
  padding: 1.5rem;
  border-radius: 0;
}
.item {
  margin-bottom: 2rem;
}
.social .fa {
  font-size: 1.25rem;
}
address ul, address .fa-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
address ul li .fa, address .fa-ul li .fa {
  padding-right: 0.5em;
}
.formOpen {
  display: block;
}
.formClosed {
  display: none;
}
blockquote p {
  font-size: 1.2em;
}
blockquote {
  border-color: #b8dce1;
}
.section.alt {
  background: #b9dce1;
}
.suggestion img {
  margin: 0 auto;
}
.sponsor img {
  margin: 0 auto 15px auto;
}
/* Tables */
table, .table {
  width: 100%;
  margin: 2rem 0;
}
table tr th, .table tr th, table tr td, .table tr td {
  vertical-align: middle !important;
}
table tr th, .table tr th, table tr td:first-child, .table tr td:first-child {
  background: #e51b24;
  color: #fff;
  font-size: 1.25rem;
}
table tr td, .table tr td {
  border: 1px #c6c6c6 solid;
  font-size: 1rem;
  padding: 1rem 1.5rem;
  line-height: 1.3;
}
table tr td strong, .table tr td strong {
  color: #e51b24;
}
table > thead > tr > th, .table > thead > tr > th {
  border-bottom-color: #aa0c13;
}
table > tbody > tr > th, .table > tbody > tr > th, table > tbody > tr > td:first-child, .table > tbody > tr > td:first-child {
  border-color: #aa0c13;
}
table.table-striped > tbody > tr:nth-child(odd), .table.table-striped > tbody > tr:nth-child(odd) {
  background-color: #e2e2e2;
}
/* Typography */
h1, h2, h3, h4, h5, h6 {
  color: #475661;
  margin: 1em 0 0.5em 0;
  font-family: "aktiv-grotesk-std", sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  /*
   font-weight: inherit;
   color: inherit;
   font-size: inherit;
   */
}
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 {
  font-size: 2.25rem;
  color: #475661;
  margin: 1em 0 0.5em 0;
  font-family: "aktiv-grotesk-std", sans-serif;
}
h2 {
  font-size: 2.3em;
  letter-spacing: -1px;
  line-height: 1.2em;
  font-weight: 600;
  text-shadow: -2px 2px 1px rgba(255, 255, 255, .6);
}
h3 {
  font-size: 2.25rem;
}
h4 {
  font-size: 1.4rem;
}
h5 {
  font-size: 1em;
  line-height: 1.7em;
  color: #808080;
  text-shadow: -1px 1px 1px rgba(255, 255, 255, .6);
}
h6 {
  font-size: 1rem;
}
p, ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination), ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1em;
}
p big, ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) big, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) big, p .lead, ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) .lead, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) .lead {
  font-size: 1.2em;
  font-weight: 500;
  letter-spacing: -0.03em;
}
ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul) li, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) li {
  margin-bottom: 0;
}
ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul) li a, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) li a {
  color: #475661;
}
ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul) li a:hover, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) li a:hover, ol:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul) li a:focus, ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination) li a:focus {
  color: #e51b24;
}
ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination):not(.wufoo) {
  list-style: none;
  padding-left: 1rem;
}
ul:not(.navbar-nav):not(.dropdown-menu):not(.fa-ul):not(.pagination):not(.wufoo) li:before {
  content: '\f105';
  display: inline-block;
  font-family: fontAwesome;
  color: #e51b24;
  font-weight: 900;
  margin-right: 0.5rem;
}
a {
  color: #6dbcdb;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s;
}
a:hover, a:focus {
  text-decoration: none;
  color: #428bca;
}
a h4:hover {
  color: #6dbcdb;
}
/* Buttons */
.btn {
  padding: 0.75em 2em;
  font-size: 0.8rem;
  border: 2px #475661 solid;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
.btn .fa {
  margin-left: 0.5rem;
  font-weight: 900;
}
.btn-small, .btn-sm {
  font-size: 0.6rem;
}
.btn-large, .btn-lg, .btn-lrg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  border-color: #d9534f;
  text-transform: none;
}
.btn-danger {
  color: #fff;
  margin-bottom: 5px;
  font-weight: 400;
}
.btn-default {
  background-color: #475661;
  color: #fff;
  border-color: #475661;
}
.btn-default:hover, .btn-default:focus {
  background-color: #2e3b44;
  color: #fff;
  border-color: #2e3b44;
}
.btn-primary {
  background-color: #e51b24;
  color: #fff;
  border-color: #e51b24;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #aa0c13;
  color: #fff;
}
.btn-secondary {
  background-color: #4a1be5;
  color: #fff;
  border-color: #4a1be5;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #240caa;
  color: #fff;
  border-color: #240caa;
}
.btn-ghost {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn-ghost:hover, .btn-ghost:focus {
  background-color: #fff;
  color: #346661;
  border-color: #fff;
}
.btn-inverse {
  background-color: #fff;
  color: #346661;
  border-color: #fff;
}
.btn-inverse:hover, .btn-inverse:focus {
  background-color: #e2e2e2;
  color: #346661;
  border-color: #e2e2e2;
}
/* Header */
header {
  padding: 0 0 1rem 0;
  background: url('/img/waves-alt.jpg');
  background-position: bottom;
  border-color: #e7e7e7;
}
.toplogos {
  padding-bottom: 2rem;
}
/* Navigation */
.navbar-default {
  background-color: transparent;
  border: none;
  margin-bottom: 0px;
}
.navbar-default .navbar-nav {
  margin-top: 5px;
}
.navbar-default .navbar-nav > li > a {
  color: #2e3b44;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  background-color: transparent;
  color: #e51b24;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.navbar-default .navbar-nav > .active > a {
  background-color: transparent;
  color: #e51b24;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: transparent;
  color: #e51b24;
}
.navbar-default .navbar-nav > .open > a {
  background-color: transparent;
  color: #e51b24;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #e51b24;
}
.navbar-default .navbar-nav.navbar-right .dropdown-menu {
  right: auto;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #475661;
}
.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: #e2e2e2;
  margin-top: 5px;
  margin-right: -10px;
}
/* MM Menu */
.mm-slideout {
  box-shadow: none !important;
}
.mm-menu {
  background-color: #fff;
}
.mm-menu .mm-panel {
  border: none;
  border-radius: 0;
}
.mm-menu .mm-panel.mm-highest {
  box-shadow: none;
}
.mm-menu > .mm-list {
  padding: 0;
  margin-top: 0 !important;
}
.mm-menu > .mm-list > li {
  width: 100%;
  border-left: 5px #fff solid;
}
.mm-menu > .mm-list > li a {
  font-weight: 300;
  font-family: 'arial', sans-serif;
  color: #346661;
  padding: 1em 1.5em !important;
  border: none;
  font-size: 1rem;
}
.mm-menu > .mm-list > li a .fa {
  display: none;
}
.mm-menu > .mm-list > li a:hover, .mm-menu > .mm-list > li a:focus {
  background: transparent;
}
.mm-menu > .mm-list > li:hover, .mm-menu > .mm-list > li:focus {
  background: #fff;
  border-left-color: #e51b24;
}
.mm-menu > .mm-list > li:hover a, .mm-menu > .mm-list > li:focus a {
  color: #e51b24;
}
.mm-menu > .mm-list > li:hover a:hover, .mm-menu > .mm-list > li:focus a:hover, .mm-menu > .mm-list > li:hover a:focus, .mm-menu > .mm-list > li:focus a:focus {
  background: transparent;
}
.mm-menu > .mm-list > li:hover .mm-subopen:hover, .mm-menu > .mm-list > li:focus .mm-subopen:hover, .mm-menu > .mm-list > li:hover .mm-subopen:focus, .mm-menu > .mm-list > li:focus .mm-subopen:focus {
  background: #aa0c13;
}
.mm-menu > .mm-list > li a.mm-subclose {
  background: #e51b24;
  color: #fff;
  margin: 0;
}
.mm-menu > .mm-list > li a.mm-subclose:before {
  border-color: #fff;
  bottom: 70%;
}
.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  margin-left: 0;
  border-color: #2e3b44;
  opacity: 0.5;
}
.mm-menu > .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  border-color: #e2e2e2;
  opacity: 0.7;
}
.mm-menu > .mm-list > li.mm-selected.open {
  border-color: #e51b24;
}
.mm-menu > .mm-list > li.mm-selected > a:not(.mm-subopen) {
  background: transparent;
  color: #e51b24;
  border-color: #e51b24;
}
.mm-menu > .mm-list > li.mm-selected > a.mm-subopen {
  background: #e51b24;
}
.mm-menu > .mm-list > li.active {
  border-color: #e51b24;
}
.mm-menu > .mm-list > li.active > a {
  color: #e51b24;
}
.mm-menu > .mm-list > li.mm-subtitle {
  border-color: #e51b24;
  transition: all 0.3s;
}
.mm-menu > .mm-list > li.mm-subtitle:hover, .mm-menu > .mm-list > li.mm-subtitle:focus {
  border-color: #aa0c13;
}
.mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:hover, .mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:hover, .mm-menu > .mm-list > li.mm-subtitle:hover .mm-subclose:focus, .mm-menu > .mm-list > li.mm-subtitle:focus .mm-subclose:focus {
  background: #aa0c13;
}
.mm-menu > .mm-list .mm-subopen {
  background: #e51b24;
}
.mm-menu > .mm-list .mm-subopen:after {
  border-color: #fff !important;
  right: 45%;
}
.mm-menu > .mm-list .mm-subopen:hover, .mm-menu > .mm-list .mm-subopen:focus {
  background: #aa0c13;
}
/* Carousel */
.carousel .carousel-caption {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  padding: 0;
  margin-top: 5%;
}
.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 h2 {
  color: #346661;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, .9);
  text-align: center;
}
.carousel .carousel-caption h5 {
  font-size: 1.1em;
  color: #346661;
  line-height: 1.7em;
}
.carousel .carousel-caption p {
  text-align: center;
  color: #346661;
  font-size: 1em;
  line-height: 1.7em;
  text-shadow: -1px 1px 1px rgba(255, 255, 255, .6);
  font-weight: 400;
}
.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;
}
/* Shoutout */
.shoutout .item {
  margin-bottom: 0;
}
/* Blog */
.blog-image {
  display: block;
  background-color: #e2e2e2;
  background-position: center;
  background-origin: border-box;
  background-size: cover;
  width: 100%;
  height: 350px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
/* CTA */
.cta {
  text-align: center;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.3) inset;
}
.cta h4 {
  color: #fff;
}
.cta p {
  color: #fff;
}
.cta .overlay {
  opacity: 0.85;
}
.cta.light h4 {
  color: #475661;
}
.cta.light p {
  color: #346661;
}
.cta.no-photo .overlay {
  opacity: 1;
}
/* Child Pages */
/* Special Content */
.spec-content .item {
  margin-bottom: 0;
  /* Main styles for all layouts */
  /* Layouts */
}
.spec-content .item h3 {
  color: #fff;
}
.spec-content .item h3 small {
  color: #475661;
}
.spec-content .item p {
  color: #fff;
}
.spec-content .item.secondary h3 small {
  color: #fff;
}
.spec-content .item.dark {
  background-color: #475661;
}
.spec-content .item.dark h3 {
  color: #e51b24;
}
.spec-content .item.dark h3 small {
  color: #fff;
}
.spec-content .item.light {
  background-color: #e2e2e2;
}
.spec-content .item.light h3 {
  color: #e51b24;
}
.spec-content .item.light p {
  color: #346661;
}
.spec-content .item.white {
  background-color: #fff;
}
.spec-content .item.white h3 {
  color: #e51b24;
}
.spec-content .item.white h3 small {
  color: #475661;
}
.spec-content .item.white p {
  color: #346661;
}
.spec-content .item.reg.primary, .spec-content .item.bg-img .overlay.primary {
  background-color: #e51b24;
}
.spec-content .item.reg.secondary, .spec-content .item.bg-img .overlay.secondary {
  background-color: #4a1be5;
}
.spec-content .item.reg.dark, .spec-content .item.bg-img .overlay.dark {
  background-color: #475661;
}
.spec-content .item.reg.light, .spec-content .item.bg-img .overlay.light {
  background-color: #e2e2e2;
}
.spec-content .item.reg.white, .spec-content .item.bg-img .overlay.white {
  background-color: #fff;
}
.spec-content .item .overlay {
  opacity: 0.85;
}
/* FAQ */
.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: #346661;
  font-weight: 400;
  border-bottom: 1px solid #e2e2e2;
}
.faq a:hover, .faq a:hover::after {
  cursor: pointer;
  color: #e51b24;
}
.faq a:hover::after {
  border: 1px solid #e51b24;
}
.faq a::after {
  font-family: FontAwesome;
  content: '\f067';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 0.8rem;
  color: #346661;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #346661;
  text-align: center;
}
.faq a.active {
  color: #e51b24;
  border-bottom: 1px solid #e51b24;
}
.faq a.active::after {
  font-family: 'FontAwesome';
  content: '\f068';
  color: #e51b24;
  border: 1px solid #e51b24;
}
.faq .content {
  display: none;
  padding: 1rem;
  border-bottom: 1px solid #e2e2e2;
  overflow: hidden;
}
/* Gallery */
.gallery .item {
  margin: 0;
  padding: 2px;
}
/* Footer */
footer.footer {
  background: #475661;
}
footer.footer a {
  color: #fff;
}
footer.footer .fa-ul {
  margin: 0;
  padding: 0;
}
#promotion p {
  color: #919191;
  font-size: 0.9em;
}
/* Media Queries */
@media (min-width: 1200px) {
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 25%;
  }
}
@media (min-width: 768px) {
  header .container {
    margin-bottom: 6rem;
  }
}
@media (max-width: 1199px) {
  body, html {
    font-size: 16px;
  }
  .btn {
    font-size: 0.7rem;
  }
}
@media (max-width: 991px) {
  .pad {
    padding: 4rem 0;
  }
  body, html {
    font-size: 14px;
  }
  header .logo {
    margin: 0 auto;
  }
  .navbar-default {
    text-align: center;
  }
  .navbar-default .navbar-nav {
    float: none !important;
    margin: 0 auto;
    display: inline-block;
  }
  div#volunteerForm iframe {
    height: 1100px;
  }
}
@media (max-width: 767px) {
  .content-body {
    margin-top: 86px;
  }
  .logo {
    max-width: 250px;
    width: 100%;
    padding-right: 25px;
  }
  .same {
    height: auto !important;
  }
  .flex {
    display: block !important;
  }
  .pad {
    padding: 2rem 0;
  }
  .navbar-default .navbar-toggle {
    border: none;
  }
  .item, .shoutout .item {
    margin-bottom: 2rem;
  }
  header.hidden-print {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    padding: 0;
    background: #b9dce2;
  }
  header.hidden-print .logo {
    margin: 0;
    max-width: 7rem;
  }
  .carousel {
    margin-top: 50px;
  }
  .carousel .carousel-caption {
    position: static;
    background: #b9dce2;
    display: block;
    text-shadow: none;
    margin-top: 0;
  }
  .carousel .carousel-caption.left, .carousel .carousel-caption.right, .carousel .carousel-caption.center {
    text-align: left;
  }
  .carousel .carousel-caption h3 {
    color: #475661;
    font-size: 2.25rem;
    margin-bottom: 0;
  }
  .carousel .carousel-caption h2 {
    font-size: 1.8em;
  }
  .carousel .carousel-caption p {
    color: #346661;
  }
  .scrim, .carousel-control, .carousel-indicators {
    display: none;
  }
  .cta {
    text-align: left;
  }
  .spec-content .item .bg-img, .spec-content .item.bg-img {
    background-image: none !important;
  }
  .spec-content .item .overlay {
    display: none;
  }
  #drop_location_form .wufoo li {
    width: 100% !important;
  }
  div#drop_location_form iframe {
    height: 900px;
  }
}
@media (max-width: 595px) {
  div#volunteerForm iframe {
    height: 1250px;
  }
}
@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 #e2e2e2;
  }
  #no-more-tables td {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    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);
  }
}
.hidden {
  display: none;
}
.mobile {
  display: none;
}
.button-pad {
  padding: 1.2em 2em;
  font-size: 1.2em;
}
.button-large {
  font-size: 1.2em;
}
#registerReceive {
  height: 4266px !important;
}
@media (max-width: 767px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  #registerReceive {
    height: 4566px !important;
  }
}
@media (max-width: 580px) {
  #registerReceive {
    height: 4866px !important;
  }
}
@media (max-width: 480px) {
  #registerReceive {
    height: 5066px !important;
  }
}
@media (max-width: 474px) {
  #registerReceive {
    height: 5366px !important;
  }
}
@media (max-width: 420px) {
  #registerReceive {
    height: 6466px !important;
  }
}
@media (max-width: 401px) {
  #registerReceive {
    height: 6866px !important;
  }
}
@media (max-width: 386px) {
  #registerReceive {
    height: 7066px !important;
  }
}
@media (max-width: 340px) {
  #registerReceive {
    height: 7466px !important;
  }
}
