@import url("normalize.css");
@import url("foundation.min.css");

/* Foundation Overrides */

.row {
  max-width: 1200px;
}

.row.full-width {
  max-width: 100%;

}

.no-pad {
  padding: 0;
}

.no-pad-left {
  padding-left: 0;
}

.no-pad-right {
  padding-right: 0;
}

/* General Styles */

.grid-item .medium-6 .columns {
  clear: left;
}

html,
body,
#map {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: #000000;
  font-family: "nimbus-sans", sans-serif !important;
}

a,
a:visited,
a:active {
  color: #d20014;
}

a:hover {
  color: #999999;
}

h2 {
  color: #d20014;
  font-size: 1.9rem;
  padding-top: 15px;
}

h3 {
  font-size: 1.2rem;
  font-weight: 600;
}

ul {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: 700;
}

p {
  font-size: 1.1rem;
}

.box {
  background-color: #b1b3b5;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  padding: 8px 18px;
  font-size: 1rem;
  outline: none;
}

.box.red,
.box.active,
.box:hover,
.box:focus {
  background-color: #d20014;
  color: #ffffff;
}

.box.white {
  background-color: #ffffff;
  color: #d20014;
}

.box.black {
  background-color: #000000;
}

.box.gray {
  background-color: #b1b3b5;
}

a.box.active:hover,
a.box.red:hover,
.box.active:hover,
.box.red:hover {
  background-color: #000000;
  color: #ffffff;
}

a.box.red.static:hover,
.box.red.static:hover {
  background-color: #d20014 !important;
  color: #ffffff !important;
}

a.top {
  color: #d20014;
  text-transform: uppercase;
  text-align: center;
  padding: 45px 0 0 0;
  font-size: 1.4rem;
  font-weight: 700;
}

.nav-list-horiz li {
  display: inline-block;
  list-style: none;
}

.nav-list-vertical li {
  display: block;
  list-style: none;
}

.dad-highlight {
  color: #ffffff;
  float: left;
}

.dad-highlight p {
  background-color: #000000;
  margin-left: 67px;
  margin-bottom: 0;
  padding: 15px 15px 15px 0;
  width: 250px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 125%;
}

.mobile-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: none;
  background: rgba(0, 0, 0, 1);
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.mobile-menu.active {
  display: block;
}

.mobile-menu img.logo {
  float: left;
  max-width: 100px;
  position: absolute;
  z-index: 100;
}

.mobile-menu nav {
  float: right;
  padding-right: 15px;
  text-align: right;
}

.mobile-menu nav button {
  margin-bottom: 75px;
  z-index: 100;
}

.mobile-menu nav ul .subnav-container {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.mobile-menu nav ul .subnav-container ul {
  margin: 0;
  padding: 150px 15px 0 0;
  height: 100%;
}

.mobile-menu nav ul.primary li a {
  color: #ffffff;
  font-size: 1.5rem;
}

.mobile-menu nav ul.primary li ul li a {
  font-size: 1.2rem;
}

.mobile-menu nav ul.primary li ul li a .fa {
  font-size: 2rem;
  margin-bottom: 10px;
}

.mobile-menu nav ul.utility li a {
  color: #999999;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.header {
  height: 100px;
  width: 100%;
  position: fixed;
  z-index: 1001;
}

.header .main-nav {
  background-color: #ffffff;
  float: right;
  padding: 15px;
  height: 100px;
  position: relative;
}

.header .main-nav ul.primary,
.header .main-nav ul.utility {
  display: none;
}

.header .main-nav ul.utility li a {
  color: #999999;
  font-weight: 700;
  padding: 0 15px;
  text-transform: uppercase;
}

.header .main-nav ul.utility li a.active {
  color: #d20013;
}

.header .main-nav ul.utility li.social {
  display: none;
}

.header .main-nav ul.utility li.social a {
  color: #d20013;
  padding: 0 5px;
}

.header .main-nav ul.primary {
  margin-top: 10px;
}

.header .main-nav ul.primary > li a {
  color: #d20013;
  margin: 0 15px;
  padding-bottom: 14px;
  font-size: 0.9rem;
  line-height: 1.6;
}
@media screen and (min-width: 925px) {
  .header .main-nav ul.primary > li a {
    font-size: 1.3rem;
  }
}

.header .main-nav ul.primary > li a:hover,
.header .main-nav .primary > li.current > a,
.header .main-nav ul.primary > li a.active {
  border-bottom: 6px solid #feb258;
}

.header .main-nav ul.primary > li:before {
  content: "+";
  color: #d20013;
}

.header .main-nav ul.primary > li:first-of-type:before {
  content: " ";
  margin-left: 30px;
}

.header .main-nav ul.primary .subnav-container {
  position: absolute;
  top: 80px;
  left: 0;
  display: none;
  padding-top: 30px;
  background: transparent;
}

.header .main-nav ul.primary ul.subnav {
  width: 100%;
  margin: 0;
  padding: 15px 30px 15px 60px;
}

.header .main-nav ul.primary ul.subnav {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.header .main-nav ul.primary ul.subnav li {
  display: block;
}

.header .main-nav ul.primary ul.subnav li a {
  color: #ffffff;
  font-size: 1rem;
  display: inline-block;
  padding-bottom: 0;
}

.header .main-nav ul.primary ul.subnav li a:hover {
  border: 0 none;
  color: #f0f0f0;
}

.header .main-nav ul.primary > li:hover .subnav-container {
  display: block;
}

.header .main-nav ul.mobile li {
  line-height: 70px;
}

.header .main-nav ul.mobile li a {
  display: block;
  padding: 0 10px;
  font-size: 1.5rem;
}

.header .logo {
  max-width: 100px;
  float: left;
  z-index: 100;
}

.header .row:first-of-type {
  background-color: #ffffff;
}

.footer {
  background-color: #d20013;
  margin-top: 45px;
  padding: 30px;
  color: #ffffff;
}

.footer p {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.footer a {
  color: #ffffff;
}

.footer span {
  white-space: nowrap;
}

.footer .copyright {
  padding: 0 20px;
  text-align: center;
}

.footer .sponsors {
  text-align: center;
  margin-bottom: 1rem;
}

.footer .sponsor {
  display: inline-block;
  font-size: 1.2rem;
}

.footer .sponsor:after {
  display: inline-block;
  content: " | ";
  font-size: 22px;
  font-weight: 100;
}

.footer .sponsors .sponsor:last-child:after {
  content: none;
}

.footer .sponsor img {
  width: auto;
  max-height: 128px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}

.sidenav {
  position: absolute;
  left: 0;
  top: 205px;
  z-index: 98;
  display: none;
}

.sidenav li,
.search-icon-btn {
  background-color: #d20013;
  margin-bottom: 5px;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
}

.sidenav li:hover,
.search-icon-btn:hover {
  background-color: #000000;
}

.sidenav li a {
  color: #ffffff;
  display: block;
  padding-top: 5px;
}

.sidenav li a i,
.search-icon-btn i {
  color: #ffffff;
  font-size: 26px;
}

.search-container {
  position: relative;
  width: 51px;
}

.search-input {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.search-input input.search-bar {
  border: 1px solid #ccc;
  height: 40px;
  padding: 0;
  width: 40px;
}

.search-input input.search-bar:focus {
  padding-left: 60px;
  padding-right: 10px;
  width: 200px;
}

.search-input input.search-bar,
.search-icon-btn {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.search-container:hover > .search-input input.search-bar {
  padding-left: 60px;
  padding-right: 10px;
  width: 200px;
}

.search-icon-btn {
  height: 40px;
  padding-top: 6px;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  z-index: 2;
}

.masthead {
  position: relative;
}

.masthead .row:last-of-type {
  position: relative;
}

.masthead .page-title {
  text-align: right;
  padding-bottom: 15px;
  position: relative;
}

.masthead .page-title h1 {
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  line-height: 100%;
  background-color: #ffffff;
  padding: 15px 15px 0 15px;
}

.masthead .page-title h1 span {
  background-color: #ffffff;
  padding: 0;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

.masthead .page-title p.date-info,
.masthead .page-title ul.filters {
  background-color: #ffffff;
  color: #0094b3;
  padding: 5px 15px 5px 30px;
  font-size: 1.3rem;
  display: inline-block;
  margin: 0;
}

.masthead .page-title p.date-info {
  margin-top: -15px;
  display: block;
  text-align: right;
}

.masthead .page-title ul.filters {
  padding: 5px 12px 30px 15px;
  line-height: 100%;
}

.masthead .page-title ul.filters li a {
  padding: 0 3px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  color: #0094b3;
}

.masthead .page-title .excerpt {
  display: block;
  margin: 0;
  max-width: 100%;
}

.masthead .page-title .excerpt p {
  background-color: #ffffff;
  padding: 5px 15px 5px 20px;
  font-size: 1rem;
  display: inline-block;
  font-weight: 600;
  margin: 0;
}

.masthead .page-title .box {
  margin-right: 30px;
  position: absolute;
  top: -40px;
  right: 0;
}

.masthead .page-title .box.red,
.masthead .page-title .box.active,
.masthead .page-title .box:hover,
.box:focus {
  color: #ffffff;
}

.masthead .page-title .inner-wrapper {
  background-color: #ffffff;
}

.masthead .page-title .box:hover {
  background-color: #ffffff;
  color: #d20013;
}

.masthead .gallery-item {
  overflow: hidden;
}

.masthead .gallery-item img {
  width: 100%;
}

.masthead h1 span {
  color: #d20014;
  text-align: right;
  display: block;
}

/* Initial Load Fixes */

.slides .gallery-item {
  display: none;
}

.slides .gallery-item.primary {
  display: block !important;
}

.slides.slick-initialized .gallery-item {
  display: block;
  position: relative;
}

.slides-box:after {
  content: "\a";
  white-space: pre;
}

/* ------------------ */

.masthead a.gallery-lightbox {
  position: absolute;
  bottom: 9px;
  font-size: 0.9rem;
  color: #ffffff;
  text-transform: uppercase;
  display: none;
}

.masthead a.gallery-lightbox:hover {
  color: #d20013;
}

.masthead .slick-slider .slick-arrow {
  position: absolute;
  z-index: 98;
  color: #ffffff;
  font-size: 2.5rem;
  bottom: 0;
  display: none !important;
}

.masthead .slick-slider .slick-arrow:hover {
  cursor: pointer;
}

.masthead .slick-slider .fa-long-arrow-left {
  left: 40px;
}

.masthead .slick-slider .fa-long-arrow-right {
  right: 40px;
}

.masthead .slick-dots {
  position: absolute;
  bottom: 5px;
  left: 140px;
}

.masthead .slick-dots li,
.masthead .slick-dots li button {
  background-color: #ffffff;
  width: 14px;
  height: 14px;
  line-height: 100%;
  padding: 0;
  margin: 0;
}

.masthead .slick-dots li {
  margin-right: 7px;
  display: inline-block;
}

.masthead .slick-dots li button {
  display: block;
}

.masthead .slick-dots li.slick-active,
.masthead .slick-dots li.slick-active button {
  background-color: #d20013;
  color: #d20013;
}

.masthead .page-title + .slick-dots {
  right: 30px;
  left: auto;
}

.masthead .page-title + .slick-dots li.slick-active,
.masthead .page-title + .slick-dots li.slick-active button {
  background-color: #ffffff;
  color: #ffffff;
}

.masthead a.gallery-popup {
  bottom: 8px;
  color: #ffffff;
  font-size: 5rem;
  font-weight: 100;
  left: 30px;
  line-height: 40px;
  position: absolute;
}

.masthead .slick-track {
  margin-top: 100px !important;
}

.masthead .noslides {
  position: relative;
  overflow: hidden;
}

.masthead .noslides .gallery-item {
  margin-top: 100px;
}

.single .masthead .noslides + div h1 {
  color: #d20014;
}

.single .masthead .noslides + div .box.white {
  color: #000000;
}

.single-places .masthead .page-title .box {
  margin-right: 0;
  width: 100%;
}

.events-grid {
  margin-top: 45px;
}

.events-grid .grid {
  padding: 0 11px;
}

.events-grid .grid .grid-container {
  margin-left: -4px;
  margin-right: -4px;
}

.events-grid .box {
  padding: 8px 15px;
}

.events-grid h2 {
  padding-top: 0;
  margin: 0;
  line-height: 100%;
  text-align: center;
}

.events-grid nav.event-date-filter {
  text-align: left;
  margin-top: 15px;
}

.events-grid nav.event-date-filter .box {
  font-size: 0.9rem;
}

.events-grid .grid:after {
  content: "";
  display: block;
  clear: both;
}

.events-grid .grid-item,
.events-grid .mix {
  float: left;
  padding: 4px;
  overflow: hidden;
  max-height: 323px;
}

.events-grid .mix {
  display: none;
}

.events-grid .grid-item a,
.events-grid .grid-item a:hover,
.events-grid .mix a,
.events-grid .mix a:hover {
  color: #000000;
}

.events-grid .grid-item img,
.events-grid .mix img {
  width: 100%;
}

/* Styling so event meta data is always visible - SM 6/27/18 */
.events-grid .grid-item img,
.events-grid .mix img {
  min-height: 100px;
  background-color: #dd2017;
  text-indent: -9999px;
}

.events-grid .grid-item h3,
.events-grid .mix h3 {
  text-transform: uppercase;
  margin: 0;
  font-size: 0.9rem;
  line-height: 100%;
}

.events-grid .grid-item .grid-content,
.events-grid .mix .grid-content {
  position: relative;
}

.events-grid .grid-item .over-content,
.events-grid .mix .over-content {
  padding: 15px;
  background-color: rgba(210, 0, 20, 0.9);
  position: absolute;
  top: 4px;
  left: 4px;
  bottom: 4px;
  right: 4px;
  display: none;
}

.events-grid .grid-item:hover .over-content,
.events-grid .mix:hover .over-content {
  display: block;
}

.events-grid .grid-item .over-content p.over-title,
.events-grid .mix .over-content p.over-title {
  margin-bottom: 5px;
}

.events-grid .grid-item .over-filters,
.events-grid .mix .over-filters {
  display: none;
  z-index: 9999;
}

.events-grid .grid-item .over-content p,
.events-grid .grid-item .over-content a,
.events-grid .grid-item .over-content .excerpt,
.events-grid .mix .over-content p,
.events-grid .mix .over-content a,
.events-grid .mix .over-content .excerpt {
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 125%;
}

.events-grid .grid-item .over-content p.over-date {
  margin-bottom: 5px;
}

.events-grid .grid-item .over-content .excerpt a {
  text-transform: uppercase;
}

.events-grid .grid-item .over-content ul {
  margin-top: 10px;
}

.events-grid .grid-item .over-content li a {
  text-transform: uppercase;
}

.events-grid .grid-item .over-content li a:hover {
  text-decoration: underline;
}

.events-grid .grid-item .over-content h3,
.events-grid .mix .over-content h3 {
  color: #ffffff;
}

.events-grid.places .mix .over-content h3 {
  font-size: 1.4rem;
  margin: 10px 0;
}

.events-grid.places .mix .over-content p.over-title {
  font-size: 1rem;
  margin-bottom: 15px;
}

.events-grid .over-content span {
  color: #ffffff;
}

.events-grid .grid-item .event-meta,
.events-grid .mix .event-meta {
  position: relative;
  bottom: 20px;
  left: 30px;
}

.events-grid.places .mix .event-meta,
.events-grid.places .grid-item .event-meta {
  position: absolute;
}

.events-grid .grid-item .event-meta .event-date {
  font-size: 2.6rem;
  background-color: #ffffff;
  color: #dc1f18;
  width: 70px;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 14px 10px 10px;
  text-align: center;
  line-height: 100%;
}

.events-grid.resources .grid-item .event-meta .event-date {
  padding: 10px;
}

.events-grid .grid-item .event-meta .event-date .month {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
}

.events-grid .grid-item .event-meta .event-date .day {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
}

.events-grid .grid-item .event-meta .event-description {
  position: absolute;
  left: 0;
  right: 60px;
  bottom: 0;
  height: 70px;
  background-color: #ffffff;
  padding: 10px;
}

.events-grid .grid-item.single .event-meta .event-description h3 {
  font-size: 0.9rem;
}

.events-grid .grid-item .event-meta .event-description p.title-detail {
  font-size: 1rem;
  line-height: 110%;
  display: none;
}

.events-grid .grid-item .event-meta p,
.events-grid .mix .event-meta p {
  background-color: #ffffff;
  font-family: "nimbus-sans", Tahoma, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  margin-bottom: 0;
  margin-right: 15px;
  padding: 5px 20px 0 0;
}

.events-grid.places .mix .event-meta p {
  padding: 5px 20px 5px 15px;
  line-height: 100%;
}

.events-grid .button-drop {
  width: 250px;
  margin: auto;
  position: relative;
}

.events-grid .button-drop button {
  background-color: #b1b3b5;
  padding: 8px 15px;
  width: 250px;
}

.events-grid .button-drop ul.f-dropdown {
  width: 250px !important;
  left: 0 !important;
}

.events-grid .button-drop ul.f-dropdown:before,
.events-grid .button-drop ul.f-dropdown:after {
  border: 0 none;
}

.events-grid .grid-item a.box {
  display: block;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
}

.events-grid .grid-item a.box:hover {
  color: #f0f0f0;
}

.events-grid .view-more {
  padding: 0 64px;
  margin: 30px 0;
}

.events-grid .view-more button {
  padding: 0 30px;
  height: 50px;
}

.events-grid .view-more button:hover {
  background-color: #000000;
}

.events-grid .view-more button .fa,
.events-grid .view-more button span {
  line-height: 50px;
  display: inline-block;
}

.events-grid .view-more button .fa {
  font-size: 1.5rem;
  float: left;
  margin-right: 15px;
}

.events-grid a.below button {
  width: 100%;
  padding: 15px;
  margin-top: 15px;
}

.single-events article a {
  word-wrap: break-word;
}

/* Archive Grid */

.events-grid.archive {
  margin-top: 0;
  position: relative;
  background-color: #ffffff;
}

.events-grid.archive .page-title {
  margin: -25% 0 18% 15px;
  text-align: left;
}

.events-grid.archive .page-title h1 {
  display: inline-block;
  background-color: #ffffff;
  text-transform: uppercase;
  color: #d20014;
  font-size: 2.2rem;
  font-weight: 700;
  padding: 0 20px 0 20px;
}

.events-grid.archive .filter {
  display: inline-block;
  flex: 1 1 400px;
  margin-bottom: 10px;
}

.events-grid.archive .filter.all {
  text-align: right;
}

.events-grid.archive .filter.all button {
  text-align: center;
}

.events-grid.archive nav {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.events-grid.archive nav button {
  margin: 0;
  text-align: left;
  font-size: 0.9rem;
  width: 100%;
}

.events-grid.places.archive .grid {
  padding: 0;
}

.events-grid.places.archive .grid-item {
  padding: 4px 0;
}

.events-grid.places.archive .grid-item .over-content {
  top: 4px;
  left: 0;
  bottom: 4px;
  right: 0;
}

.events-grid.places.archive nav {
  margin-top: 30px;
}

.events-grid.places.archive nav ul {
  left: 15px !important;
}

.events-grid.places.archive nav .f-dropdown::before,
.events-grid.places.archive nav .f-dropdown::after {
  border: 0 none;
}

.events-grid.places.archive .page-title h1 {
  background-color: transparent;
  line-height: 150%;
  padding-right: 0;
}

.events-grid.places.archive .page-title h1 span {
  background-color: #ffffff;
  box-decoration-break: clone;
  padding: 3px 15px;
}

.events-grid.places.archive .page-title {
  position: absolute;
  top: -130px;
  margin: 0;
}

/* ------------ */

.signup-form {
  margin-top: 45px;
  padding-left: 0;
  padding-right: 0;
}

.signup-form h2 {
  text-align: center;
}

.signup-form .form-wrapper {
  display: block;
  background-color: #d20013;
  padding: 15px;
  position: relative;
}

.signup-form .field-box {
  background: transparent;
}

.signup-form .field-box input {
  text-align: center;
  width: 100%;
  height: 50px;
  border: 0 none;
  box-shadow: none;
  font-size: 1.4rem;
  font-weight: 600;
}

.signup-form .field-box button {
  background-color: #000000;
  color: #ffffff;
  width: 100%;
  height: 50px;
  border: 0 none;
  box-shadow: none;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 8px;
}

.signup-form .social {
  text-align: center;
}

.signup-form .social span {
  display: none;
}

.signup-form .social li a {
  color: #ffffff;
  padding: 0 10px;
  font-size: 2rem;
}

.map {
  margin-top: 90px;
  margin-bottom: 45px;
}

.map h2 {
  text-align: center;
}

.map .map-container {
  max-height: 553px;
  height: auto;
}

#main-map {
  height:300px;
  width: 100%;
}

@media  screen and (min-width:768px) {
  #main-map {
    height:550px;
  }
}

.map .map-content {
  clear: both;
  background-color: #d20014;
}

.map .map-filters ul {
  padding: 30px 15px 30px 30px;
}

.map .map-filters li {
  position: relative;
  list-style: none;
  line-height: 130%;
  display: inline-block;
  width: 250px;
}

.map .map-filters li .fa {
  display: none;
}

.map .map-filters li.active .fa {
  display: block;
  position: absolute;
  left: -15px;
  color: #ffffff;
  top: 5px;
  font-size: 0.8rem;
}

.map .map-filters li a {
  color: #ffffff;
}

.map .map-filters li:last-child {
  margin-top: 30px;
  text-transform: uppercase;
}

.single .map {
  padding: 0 11px;
}

.single .map h2 {
  padding: 0;
  margin: 0 0 8px 0;
}

.mobile-map img {
  width: 100%;
  max-width: 100%;
  margin: 15px 0;
}

.mobile-map a:last-of-type button {
  width: 100%;
  padding: 15px;
}

.map-menu {
  background-color: #b1b3b5;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 54px;
  padding: 0 15px;
}

.editor {
  margin: 4rem 0;
  margin: 4rem 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.editor iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* .map .wp-video {
  width: 100% !important;
} */

.map-menu:hover {
  cursor: pointer;
}

.map-menu .menu-control {
  float: right;
}

.map-menu .fa {
  font-size: 1.6rem;
  line-height: 54px;
}

.map-dropdown {
  display: none;
  background-color: #b1b3b5;
  color: #ffffff;
  margin-top: 15px;
  padding: 15px;
}

.map-menu a.map-menu-close {
  background-color: #d20014;
  float: right;
  padding: 10px 15px;
  color: #ffffff;
  margin-top: 9px;
  line-height: 100%;
}

.map-dropdown p {
  clear: both;
  text-transform: uppercase;
}

.map-dropdown ul {
  background-color: #888888;
  padding: 0;
  margin: 0;
}

.map-dropdown ul li {
  list-style: none;
  padding: 8px 15px;
  text-transform: uppercase;
}

.map-dropdown ul li:hover {
  background-color: #ffffff;
}

.map-dropdown ul a {
  color: #000000;
}

.map .leaflet-popup-tip-container {
  display: none;
}

.map .leaflet-popup-content-wrapper {
  border-radius: 0;
}

/*.map .leaflet-popup-pane { z-index: 2; }*/

.map .leaflet-container a {
  color: #000000;
  font-size: 0.8rem;
  font-weight: 600;
}

.map .map-popup-primary .leaflet-popup-content-wrapper {
  background-color: #fab05a;
}

.map .map-popup-primary a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
}

.map .map-popup-primary .leaflet-popup-content {
  min-width: 200px;
  max-width: 600px;
  font-weight: 600;
  font-size: 0.8rem;
  color: #ffffff;
}

.map .map-popup-primary .leaflet-popup-close-button {
  display: none;
}

.map .leaflet-control-attribution {
  display: none !important;
}

.color-block {
  display: inline-block;
  vertical-align: middle;
  height:1.5rem;
  width:1.5rem;
}

.color-cultural {
  background-color: #CE202A;
}

.color-commercial {
  background-color: #C11284;
}

.color-park {
  background-color: #ADDB47;
}

.map .venue-meta {
  margin-top: 30px;
  border-top: 2px solid #000000;
  padding-top: 30px;
}

.venue-container {
  display: none;
  border-bottom: 2px solid #000000;
  margin: 30px 0;
  padding-bottom: 30px;
}

.venue-container .box {
  margin-right: 15px;
}

.venue-container h3 {
  margin-top: 0;
  line-height: 100%;
  color: #d20014;
  font-size: 1.5rem;
  font-weight: 400;
}

.venue-container p {
  margin: 15px 0 20px;
}

.venue-container img {
  margin-top: 30px;
}

/* Home Page Rules. Overrides for some of the archive grid layouts */

.home-slide.row {
  position: relative;
  display: none;
}

.home-slide.row.active {
  display: block;
}

.home .masthead .slick-dots {
  display: none !important;
  /* Override slick-slider */
}

.home .events-grid.archive {
  margin-top: 0;
}

.home .events-grid h2 {
  font-size: 1.8rem;
  padding-left: 0;
}

.home .events-grid.places.archive h2 {
  padding: 120px 15px 15px 0;
  text-align: center;
  font-size: 1.9rem;
  line-height: 110%;
}

.home .events-grid.places.archive p.title-detail {
  padding-left: 10px;
  padding-top: 0;
}

.home .social-row {
  padding-top: 120px;
}

.home .social-row h2 {
  padding-left: 0;
  text-align: center;
  font-size: 1.9rem;
  padding-top: 0;
  margin-top: 0;
  line-height: 100%;
}

.home .social-row .box {
  font-size: 0.8rem;
  text-transform: none;
}

.home .social-row .facebook .social-content {
  background-color: #0094b3;
  height: 100%;
}

.home .social-row .twitter .social-content {
  background-color: #d20014;
  height: 100%;
}

.home .social-row .pinterest .social-content {
  background-color: #ff0000;
  padding: 0;
}

.home .social-row .grid.row .twitter:nth-child(2n) .social-content {
  background-color: #999999;
}

.home .social-row .grid.row .twitter:nth-child(4n) .social-content {
  background-color: #000000;
}

.home .social-row .social-content {
  color: #ffffff;
  position: relative;
  padding: 30px 30px 30px 15px;
}

.home .social-row .social-content a {
  color: #ffffff;
}

.home .social-row .social-content .fa {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #ffffff;
  font-size: 1.5rem;
}

.home .social-row .photo .social-content {
  padding: 0;
}

.home .social-row .grid.row {
  padding-top: 0;
  padding-bottom: 0;
}

.home .social-row .grid.row .columns {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  margin-bottom: 10px;
}

.home .social-row .social-filter {
  padding-left: 5px;
  padding-right: 5px;
}

.home .social-row .social-filter select {
  width: 100%;
  background-color: #999999;
  color: #ffffff;
  border: 0 none;
  height: 50px;
  font-size: 1.1rem;
}

.home .social-row img {
  width: 100%;
  max-width: 100%;
}

.home .social-row p {
  margin: 0;
  color: #ffffff;
  font-size: 0.9rem;
}

.pinterest .social-content .img {
  background-size: cover;
  height: 150px;
  width: 100%;
}

.twitter:nth-of-type(1n + 4) {
  display: none;
}

.youtube:nth-of-type(1n + 4) {
  display: none;
}

.home .map {
  padding: 0 11px;
  margin-bottom: 90px;
}

.home .map h2 {
  padding: 0;
  margin: 0 0 8px 0;
}

.home nav.map-control {
  padding: 0;
}

.home nav.map-control .filter {
  display: block;
}

.home nav.map-control .filter button {
  width: 100%;
}

.row .row.sponsor-footer-row {
  padding-left: 25px;
  padding-right: 25px;
  max-width: 1000px;
  margin: 0 auto 10px;
}

/* Single Places */

main a.more {
  text-transform: uppercase;
  font-size: 1.1rem;
}

main a.more:hover {
  color: #d20013;
}

main aside {
  margin-top: 45px;
  text-align: left;
}

main aside .box {
  margin-bottom: 25px;
}

main aside a:hover h3 {
  color: #d20013;
}

main aside h3 {
  padding-bottom: 5px;
  margin: 0;
}

main aside .related {
  margin-bottom: 15px;
}

main.event-series aside .related {
  margin-bottom: 0;
}

main.basic-page ul {
  padding-left: 45px;
}

main aside h3 span {
  font-weight: normal;
}

main aside ul.social-profiles {
  margin-bottom: 45px;
}

main aside ul.social-profiles li a {
  padding: 0 10px;
  font-size: 1.4rem;
}

main aside .description {
  display: none;
}

main aside .description p {
  margin: 0;
}

main.event {
  margin-top: 60px;
  max-width: 1600px;
}

main.event aside {
  margin-top: 0;
}

main .share {
  clear: left;
  margin: 0 15px 60px 15px;
  padding: 30px 0 60px;
  border-bottom: 1px solid #000000;
}

main .share .share-tools {
  background-color: #d20013;
  color: #ffffff;
  display: inline-block;
  padding: 5px 20px;
}

main .share-tools ul {
  display: inline-block;
  margin-left: 30px;
}

main .share-tools li {
  display: inline-block;
  list-style: none;
}

main .share-tools a {
  color: #ffffff;
  padding: 0 10px;
  font-size: 1.3rem;
}

main h2.accordion-title {
  background: #d20013 url("../img/icon-plus.png") no-repeat left center;
  color: #ffffff;
  max-width: 800px;
  margin: 0;
  padding: 12px 15px 12px 55px;
  line-height: 100%;
  font-size: 1.3rem;
}

main h2.accordion-title:hover {
  cursor: pointer;
}

main .accordion-content {
  padding: 0 90px 30px 0;
}

.single.single-places aside .box:first-of-type,
.single.single-events aside a.box {
  display: block;
  margin: 20px 0 15px 0;
  text-align: center;
  color: #ffffff;
}

.single.single-places .map,
.single.single-events .map {
  padding: 0;
  margin: 0;
}

.single.single-places .map .map-container,
.single.single-events .map .map-container {
  height: 400px;
}

/* Events */

.single-events .masthead .page-title {
  left: 0;
  right: auto;
  text-align: left;
}

.event article img {
  margin-bottom: 30px;
}

.event .filters li {
  margin-right: 5px;
  text-transform: uppercase;
}

/* Plugins */

.featherlight .featherlight-content {
  overflow: hidden;
  background: transparent;
  padding-left: 60px;
  padding-right: 60px;
}

.featherlight-previous:hover,
.featherlight-next:hover {
  background: transparent;
}

.featherlight-next span,
.featherlight-previous span {
  display: inline-block;
  text-shadow: none;
  left: 0;
  width: 100%;
}

.featherlight-previous {
  left: -10px;
  width: 60px;
}

.featherlight-next {
  right: -10px;
  width: 60px;
  left: auto;
}

.featherlight .featherlight-content .fa {
  font-size: 2.5rem;
}

.featherlight .featherlight-close-icon {
  color: #777777;
  font-size: 2rem;
  background: transparent;
}

.featherlight .featherlight-image {
  width: 100% !important;
  /* Override to fix the fitting of the image in any size window */
  max-width: 100%;
}

/* Search */

.search .result {
  margin: 45px 0 15px 0;
}

.mobile-search-bar {
  display: none;
  position: absolute;
  top: 99px;
  right: 10px;
  font-size: 1.4rem;
}

.mobile-search-bar input {
  font-size: 16px;
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  border: 5px solid #f1f1f1;
  border-top-width: 1px;
  border-bottom-color: #f0f0f0;
}

.mobile-search-bar input:focus {
  outline: none;
  border-color: #f1f1f1;
  background: #fff;
}

/* Utility Classes */

::-webkit-input-placeholder {
  color: #777777;
}

:-moz-placeholder {
  color: #777777;
}

::-moz-placeholder {
  color: #777777;
}

:-ms-input-placeholder {
  color: #777777;
}

/* Slick Slide Classes */

.slick-prev:before {
  content: "\f053";
  font-size: 1.2rem;
  font-family: inherit;
}

.slick-prev {
  left: 13px;
  width: 1.2rem;
  height: 1.2rem;
  z-index: 99999;
}

.slick-next:before {
  content: "\f054";
  font-size: 1.2rem;
  font-family: inherit;
}

.slick-next {
  right: 13px;
  width: 1.2rem;
  height: 1.2rem;
  z-index: 99999;
}
.fa-long-arrow-right:before,
.fa-long-arrow-left:before {
  text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.4);
}

/* Homepage FlipBook Marketing Section */
.flipbook-marketing {
  max-width: 1500px;
  margin: 0 auto;
}

.flipbook-footer {
  text-align: center;
}

.flipbook-footer a.box {
  font-size: 1.5rem;
  padding: 16px 28px;
  margin: 1rem auto;
}

/* Media Queries */

@media only screen and (min-width: 20.063em) {
  /* min-width 321px, medium screens */

  .events-grid .grid-item .over-filters {
    display: block;
  }
}

@media only screen and (min-width: 40.063em) {
  /* min-width 641px, medium screens */

  .masthead .gallery-item img {
    height: 400px;
  }

  h2 {
    font-size: 1.8rem;
  }

  .events-grid h2 {
    text-align: left;
  }

  .events-grid .grid-item.single .event-meta {
    bottom: 20px;
  }

  .events-grid .grid-item .over-content {
    padding-top: 30px;
  }

  /* Styling so event meta data is always visible - SM 6/27/18 */
  .events-grid .grid-item .over-filters {
    display: none;
  }

  .events-grid .grid-item img,
  .events-grid .mix img {
    min-height: 170px;
  }

  .events-grid nav.event-date-filter {
    padding: 0;
  }

  .events-grid.archive .page-title h1 {
    font-size: 3rem;
    padding-right: 150px;
  }

  .events-grid.archive .page-title {
    margin: -15% 60px 12% 60px;
    text-align: right;
  }

  .events-grid.archive nav {
    padding: 0 60px;
  }

  .events-grid.archive
    .grid-item
    .event-meta
    .event-description
    p.title-detail {
    display: block;
  }

  .events-grid.archive .filter {
    display: inline-block;
    flex: 1 1 250px;
    margin-right: 5px;
  }

  .events-grid.archive .filter:last-of-type {
    margin-right: 0;
  }

  .events-grid.places.archive .filter {
    flex: 1 1 auto;
    margin-right: 4px;
    margin-left: 4px;
  }

  .events-grid.places.archive .filter.active button {
    background-color: #000000;
  }

  .events-grid.archive .filter:nth-child(1),
  .events-grid.archive .filter:nth-child(3) {
    margin-right: 8px;
  }

  .events-grid.archive .filter:nth-child(1),
  .events-grid.archive .filter:nth-child(2) {
    margin-bottom: 8px;
  }

  .events-grid.places.archive .page-title {
    position: static;
    margin: -15% 60px 12% 60px;
  }

  .events-grid.places.archive .page-title h1 {
    background-color: #ffffff;
    line-height: inherit;
    padding-right: 60px;
  }

  .events-grid.places.archive nav {
    margin-top: 0;
    position: relative;
  }

  .events-grid.places.archive nav button {
    text-align: center;
  }

  .events-grid.places.archive nav ul {
    top: 32px !important;
    left: 60px !important;
  }

  /* Foundation dropdown overrides */

  .events-grid.places.archive .grid-item,
  .events-grid.places.archive .mix {
    padding: 4px 4px 4px 2px;
  }

  .events-grid.places.archive .grid-item .over-content,
  .events-grid.places.archive .mix .over-content {
    top: 4px;
    left: 0;
    bottom: 4px;
    right: 4px;
  }

  .events-grid .grid-item a.box {
    margin: 60px 0 0 0;
    width: 100%;
  }

  .signup-form {
    padding-left: 60px;
    padding-right: 60px;
  }

  .signup-form h2 {
    text-align: left;
  }

  .signup-form .social span {
    display: inline-block;
  }

  .signup-form .field-box {
    background-color: #ffffff;
  }

  .signup-form .field-box input {
    float: left;
    text-align: left;
    width: 55%;
    margin: 0;
    height: 50px;
    background-color: #ffffff;
    font-size: 1.4rem;
  }

  .signup-form .field-box button {
    float: right;
    width: 45%;
    margin: 0;
    height: 50px;
    background-color: #ffffff;
    color: #d20013;
    font-size: 1rem;
    font-weight: 700;
    text-align: right;
  }

  .signup-form .social {
    color: #ffffff;
    font-size: 1.2rem;
    padding-left: 0;
    /*margin: 15px 0 0 -15px;*/
    text-align: right;
  }

  .signup-form .social ul {
    display: inline-block;
  }

  .signup-form .social li a {
    padding: 0 5px;
    font-size: 1.5rem;
  }

  .signup-form .form-wrapper > div:last-child {
    position: relative;
    right: initial;
    top: initial;
    transform: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
  }

  .masthead .slick-dots {
    display: block !important;
  }

  .masthead .slick-slider .slick-arrow {
    display: inline !important;
  }

  .masthead a.gallery-lightbox {
    display: block;
  }

  .masthead .page-title {
    bottom: 55px;
    position: absolute;
    right: 0;
    padding-bottom: 0;
    margin-right: 30px;
  }

  .masthead .page-title .box {
    position: static;
    margin-right: 0;
  }

  .masthead .page-title h1 {
    line-height: 150%;
    font-size: 2.125rem;
    margin: 15px 0 0 0;
    padding: 0;
  }

  .masthead .page-title h1 span {
    padding: 3px 15px;
  }

  .masthead h1 span {
    color: #0094b3;
    text-align: left;
    display: inherit;
  }

  .masthead a.gallery-popup {
    display: none;
  }

  .masthead .page-title .excerpt {
    max-width: 460px;
    margin: 15px 0 0 auto;
    display: block;
  }

  .masthead .page-title .inner-wrapper {
    background-color: transparent;
  }

  .masthead .page-title p.date-info,
  .masthead .page-title ul.filters {
    margin-top: 15px;
    padding-bottom: 5px;
  }

  .masthead .page-title p.date-info {
    display: inline-block;
    text-align: left;
    padding-left: 15px;
  }

  .single .masthead .noslides .gallery-item {
    max-height: 370px;
  }

  .single-post .masthead .noslides .gallery-item {
    max-height: none;
  }

  .single-events .masthead .page-title {
    left: auto;
    right: 15px;
    text-align: right;
    background-color: transparent !important;
  }

  .single-places .button-grid {
    padding-left: 15px;
  }

  .single-places .masthead .page-title .box {
    margin-right: 30px;
    width: inherit;
  }

  .map .venue-meta {
    margin-top: 0;
    padding-top: 0;
    border: 0 none;
  }

  .archive .signup-form {
    padding-left: 64px;
    padding-right: 64px;
  }

  .home .social-row h2 {
    text-align: left;
    font-size: 1.9rem;
    padding-left: 0;
    margin-bottom: 15px;
  }

  .home .social-row {
    padding-left: 60px;
    padding-right: 60px;
  }

  .home .social-row .button-filter {
    flex: 1 1 110px;
    margin: 0 5px;
  }

  .home .social-row .button-filter:first-of-type {
    margin-left: 0;
  }

  .home .social-row .button-filter:last-of-type {
    margin-right: 0;
  }

  .home .social-row .button-filter button {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .home .social-filter .fa {
    font-size: 1.3rem;
  }

  /* Should these be more generic than just on .home? */

  .home .flex-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .home .events-grid {
    padding: 0 60px;
  }

  .home .events-grid .grid {
    padding: 0;
  }

  .home .events-grid nav .button-filter {
    flex: 1 1 75px;
    margin: 0 5px;
    display: inline-block;
  }

  .home .events-grid nav .button-filter button {
    width: 100%;
  }

  .home .events-grid .box {
    padding: 8px 0;
  }

  .home .events-grid.places.archive h2 {
    text-align: left;
    font-size: 1.9rem;
    font-weight: 400;
  }

  .home .events-grid a.below button {
    padding: 15px;
    margin-top: 0;
  }

  .home .events-grid nav .flex-wrapper .button-filter:nth-child(2),
  .home .events-grid nav .flex-wrapper .button-filter:nth-child(4) {
    flex: 1 1 100px;
  }

  .home .events-grid nav .flex-wrapper .button-filter:nth-child(3) {
    flex: 1 1 140px;
  }

  .home .events-grid nav .flex-wrapper .button-filter:last-of-type {
    flex: 1 1 175px;
  }

  .home .events-grid nav .flex-wrapper .button-filter:first-of-type {
    margin-left: 0;
  }

  .home .events-grid nav .flex-wrapper .button-filter:last-of-type {
    margin-right: 0;
  }

  .home a.below {
    float: right;
    margin-top: 45px;
  }

  .home a.below button {
    padding: 15px;
  }

  .home .map h2 {
    padding-left: 49px;
  }

  .home .map-category {
    color: #b1b3b5;
  }

  .home .map-category button {
    padding: 15px 75px 15px 15px;
  }

  .home nav.map-control .filter {
    display: inline-block;
  }

  .map h2 {
    text-align: left;
  }

  .venue-container {
    border-top: 2px solid #000000;
    padding-top: 30px;
  }

  .venue-container img {
    margin-top: 0;
  }

  .filter-no-results {
    margin: 60px;
  }

  .twitter:nth-of-type(1n + 4) {
    display: block;
  }

  .youtube:nth-of-type(1n + 4) {
    display: block;
  }
}

@media only screen and (min-width: 48em) {
  /* min-width 768px, medium screens */

  .header .main-nav {
    padding: 15px 24px;
  }

  .header .main-nav ul.mobile {
    display: none;
  }

  .header .main-nav ul.primary,
  .header .main-nav ul.utility {
    display: block;
  }

  .footer .copyright {
    padding: 0 60px;
  }

  .sidenav {
    display: block;
  }

  .masthead .page-title {
    right: 15px;
    left: auto;
    bottom: 100px;
  }

  .masthead .page-title h1 {
    display: block;
    background-color: transparent;
    max-width: 600px;
  }

  .masthead .page-title .box {
    margin-right: 0;
    display: inline-block;
  }

  .masthead .slick-slider .slick-arrow {
    display: inline !important;
    bottom: 30px;
  }

  .masthead .slick-dots {
    bottom: 35px;
  }

  .masthead a.gallery-lightbox {
    bottom: 39px;
  }

  .events-grid .grid-item .over-filters {
    display: block;
  }

  .events-grid.archive
    .grid-item
    .event-meta
    .event-description
    p.title-detail {
    display: block;
  }
}

@media only screen and (min-width: 64.063em) {
  /* min-width 1025px, large screens */

  .masthead .gallery-item img {
    height: auto !important;
  }

  .header .main-nav .utility li.social {
    display: inline-block;
  }

  .header .main-nav .primary ul.subnav li a {
    font-size: 1.2rem;
  }

  /*.header .logo { margin-left: 67px; }*/
  .header .logo {
    position: absolute;
    left: 0;
  }

  .header .main-nav {
    margin-right: 15px;
  }

  .header .row:first-of-type {
    background: transparent;
  }

  .masthead .page-title {
    bottom: 120px;
    padding-bottom: 60px;
    margin-right: 15rem;
  }

  .masthead .page-title h1 {
    max-width: 100%;
    font-size: 3rem;
    display: block;
  }

  .masthead .slick-track {
    margin-top: 0 !important;
  }

  .masthead .noslides + div > .page-title {
    bottom: 0;
  }

  .single-post .masthead .noslides + div > .page-title {
    bottom: 200px;
  }

  .masthead .noslides + div .page-title {
    text-align: left;
    left: 67px;
    right: auto;
  }

  .masthead .noslides .gallery-item {
    margin-top: 0;
  }

  .sidenav {
    position: fixed;
    left: 15px;
    top: 105px;
  }

  body.logged-in.admin-bar .sidenav {
    position: fixed;
    left: 28px;
    top: 135px;
  }

  .sidenav li {
    width: 40px;
    height: 40px;
  }

  .sidenav li a {
    padding-top: 5px;
  }

  main aside {
    margin-top: 75px;
    text-align: right;
  }

  main aside ul.social-profiles {
    margin-bottom: 15px;
  }

  main article.columns {
    padding-left: 70px;
  }

  main .share {
    margin: 0 15px 60px 70px;
  }

  .events-grid > .row > h2.columns {
    padding-left: 64px;
  }

  /*.events-grid .grid { padding: 0 57px; }*/

  .category .events-grid .grid {
    padding: 0 60px 0 63px;
  }

  .events-grid nav.event-date-filter {
    text-align: right;
    margin-top: 0;
    padding-right: 57px;
  }

  .events-grid .box {
    padding: 8px 10px;
  }

  /* Styling so event meta data is always visible - SM 6/27/18 */
  .events-grid .grid-item img,
  .events-grid .mix img {
    min-height: 267px;
  }

  .events-grid .grid-item.single + .double {
    clear: both;
  }

  .events-grid .grid-item .event-meta {
    bottom: 30px;
  }

  .events-grid .grid-item h3 {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }

  .events-grid .grid-item.single h3 {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .events-grid .grid-item.double .over-content p,
  .events-grid .grid-item.double .over-content a,
  .events-grid .grid-item.double .over-content .excerpt {
    font-size: 1.1rem;
  }

  .events-grid .grid-item .over-content {
    padding: 60px 60px 30px 30px;
  }

  .events-grid .grid-item.single .over-content {
    padding: 15px;
  }

  .events-grid .grid-item.single .over-filters {
    display: none;
  }

  .events-grid.archive {
    margin-top: -15rem;
  }

  .events-grid.places.archive .grid {
    padding: 0 60px;
  }

  .events-grid.archive .filter {
    flex: 1 1 240px;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .events-grid.places.archive .filter {
    flex: 1 1 auto;
  }

  .events-grid.archive .filter .f-dropdown {
    width: 100%;
    margin-top: 0;
    max-height: 400px;
    overflow-x: scroll;
  }

  .events-grid.archive .filter .f-dropdown li a {
    padding: 5px 10px;
  }

  .events-grid.archive .filter.category {
    flex: 1 1 275px;
  }

  .events-grid.archive .filter.category .f-dropdown {
    width: 100%;
    margin-top: 0;
    z-index: 1001;
  }

  .events-grid.archive .filter.all {
    flex: 1 1 100px;
    margin-right: 0;
  }

  .events-grid.places.archive .filter.all {
    flex: 1 1 auto;
    margin-right: 4px;
  }

  .single .masthead .noslides .gallery-item {
    margin-top: 0;
  }

  .signup-form {
    padding-left: 70px;
    padding-right: 15px;
  }

  .home .events-grid .grid,
  .home .events-grid.places.archive .grid,
  .home .events-grid.archive nav,
  .home .social-row .grid {
    padding: 0 11px 0 67px;
  }

  .home .events-grid.places.archive h2 {
    font-size: 1.9rem;
    padding-left: 67px;
  }

  .home .social-row .button-grid {
    text-align: right;
  }

  .home .social-row .large-5c.columns {
    width: 20%;
  }

  .home .social-row .grid.row {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
  }

  .home .social-row .social-filter {
    padding-left: 15px;
  }

  .home .social-row > div:first-of-type {
    padding-left: 68px;
  }

  .home .social-row > div:nth-child(2) {
    padding-left: 57px;
    padding-right: 11px;
  }

  .home .map h2 {
    padding-left: 0;
  }

  .home nav.map-control .filter:first-of-type {
    margin-right: 15px;
  }

  .signup-form .form-wrapper > div:last-child {
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
  }

  .single .map,
  .home .map {
    padding-left: 67px;
  }

  .single .map nav,
  .home .map nav {
    text-align: right;
    padding: 0;
    margin: 0;
  }

  .map .map-filters li {
    display: block;
    width: auto;
  }

  .filter-no-results {
    margin: 120px 60px !important;
  }

  .masthead + .map.row {
    margin-top: 275px;
  }
}

@media only screen and (min-width: 1200px) {
  /* larger screens */
  /* Styling so event meta data is always visible - SM 6/27/18 */
  .events-grid .grid-item.single img {
    min-height: 207px;
  }

  .events-grid .grid-item.double img {
    min-height: 314px;
  }
}

@media only screen and (min-width: 90.063em) {
  /* min-width 1441px, xlarge screens */

  .events-grid .grid-item.single .over-filters {
    display: block;
  }

  .events-grid .grid-item.single .over-filters {
    display: block;
  }

  .events-grid.archive {
    margin-top: -25rem;
  }

  .events-grid.archive .page-title {
    text-align: left;
  }

  .single-events .masthead .page-title {
    left: 15px;
    right: auto;
    text-align: left;
  }

  .single .masthead .noslides img {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
  }

  .single-post .masthead .noslides img {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }

  .map .map-filters li {
    line-height: 150%;
  }
}

@media only screen and (min-width: 120.063em) {
  /* min-width 1921px, xxlarge screens */

  .events-grid.archive {
    margin-top: -40rem;
  }
}

/* Priya - Map changes */
#map-legend > .columns {
  margin-top: 30px;
}

#map-legend .color-list li, 
#map-legend .icon-list li {
  list-style-type: none;
}

#map-legend .icon-list img {
  width: 1.5rem;
}

#map-legend .icon-list {
  columns: 2;
}

#map-legend h2 {
  margin-bottom:.25rem;
}

#map-legend .map-ordinal{
  list-style: none;
  margin-left: 0;
  font-size:.8rem;
}

#map-legend .map-ordinal li {
  counter-increment: custom;
  padding-bottom:.1rem;
  cursor:pointer;
}

#map-legend .map-ordinal li:first-child {
  counter-reset: custom;
}

#map-legend .map-ordinal li:before {
  content: counter(custom) " ";
  border: 1px solid #5cc0c3;
  background: #5cc0c3;
  border-radius: 50%;
  color: #ffffff;
  width: 25px;
  height:1.5rem;
  text-align: center;
  display: inline-block;
  font-size:1rem;
  margin-right: 6px;
}

@media screen and (min-width: 48em) {  

  #map-legend .map-ordinal {
    columns:3;
  }

}

#small-map {
  height:400px;
}

/* kludge targetting images in overlay layer of google map */
#small-map .gm-style div[aria-label="Map"] div[style*="z-index: 101"] img {
  left:0;
} 
