/* line 6, ../sass/base/_typography.scss */
h1 {
  font-size: 56px;
  color: #789A5B;
  font-family: "eb-garamond", serif;
}

/* line 11, ../sass/base/_typography.scss */
h2 {
  font-size: 50px;
  color: #952F2B;
  font-family: "eb-garamond", serif;
}

/* line 16, ../sass/base/_typography.scss */
h3 {
  font-size: 48px;
  color: #D6AC6F;
  font-family: "eb-garamond", serif;
}

/* line 21, ../sass/base/_typography.scss */
h4 {
  font-size: 42px;
  color: #789A5B;
  font-family: "eb-garamond", serif;
}

/* line 26, ../sass/base/_typography.scss */
h5 {
  font-size: 36px;
  color: #952F2B;
  font-family: "eb-garamond", serif;
}

/* line 31, ../sass/base/_typography.scss */
h6 {
  font-size: 30px;
  color: #D6AC6F;
  font-family: "eb-garamond", serif;
}

/* line 36, ../sass/base/_typography.scss */
a {
  color: #789A5B;
  text-decoration: none;
}
/* line 39, ../sass/base/_typography.scss */
a:hover {
  color: #789A5B;
}

/* line 43, ../sass/base/_typography.scss */
#main li a,
p a {
  color: #789a5b;
}
/* line 46, ../sass/base/_typography.scss */
#main li a:hover,
p a:hover {
  color: #789a5b;
}

/* line 50, ../sass/base/_typography.scss */
body {
  font-size: 17px;
  color: #414642 !important;
  background: transparent !important;
  font-family: "georgiapro", sans-serif;
}

/* line 56, ../sass/base/_typography.scss */
#main .node__content,
#main {
  font-size: 17px;
}

/* line 1, ../sass/modules/_header.scss */
.path-frontpage #main-wrapper {
  display: none;
}

/* line 4, ../sass/modules/_header.scss */
.header {
  background: #F5F5F5;
  padding: 20px 80px;
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: center;
  background-image: none;
}

/* line 13, ../sass/modules/_header.scss */
.region-branding a {
  color: #414642;
  font-size: 30px;
  font-family: "eb-garamond", serif;
}

/* line 18, ../sass/modules/_header.scss */
.site-name-slogan {
  color: #949B9C;
  font-family: "eb-garamond", serif;
  font-weight: normal;
  position: absolute;
  left: 135px;
  margin-top: 35px;
}

/* line 1, ../sass/modules/_header_menu.scss */
.block-headermenu {
  width: 85%;
  float: left;
  text-align: right;
}
/* line 5, ../sass/modules/_header_menu.scss */
.block-headermenu .nav {
  float: right;
}
/* line 7, ../sass/modules/_header_menu.scss */
.block-headermenu .nav .calendar-menu {
  background: url("/sites/eliwhitney.oneeach.org/files/Group.png");
  background-repeat: no-repeat;
  background-position: 4px;
  padding-right: 10px;
  padding-left: 22px;
  background-size: 16px;
  font-size: 20px;
  color: #292C2A;
  font-family: "georgiapro", sans-serif;
  text-transform: capitalize;
  font-weight: bold;
}
/* line 20, ../sass/modules/_header_menu.scss */
.block-headermenu .nav .newsletter-menu {
  background-repeat: no-repeat !important;
  background-position: 4px !important;
  padding-right: 20px;
  padding-left: 22px;
  background-size: auto !important;
  font-size: 20px;
  color: #292C2A;
  font-family: "georgiapro", sans-serif;
  text-transform: capitalize;
  font-weight: bold;
  background: url("/sites/eliwhitney.oneeach.org/files/bi_newspaper.png");
}

/* line 35, ../sass/modules/_header_menu.scss */
.block-headermenu, .block-search {
  display: block;
}

/* line 38, ../sass/modules/_header_menu.scss */
.block-headermenu-mobile, .block-search-mobile {
  display: none;
}

/* line 41, ../sass/modules/_header_menu.scss */
.block-search img {
  width: 19px;
  height: auto;
  margin-top: -6px;
  padding: 0px 3px 0px 0px !important;
}

/* line 47, ../sass/modules/_header_menu.scss */
#block-searchblock {
  margin-left: -8px;
}

/* line 1, ../sass/modules/_menu.scss */
.main-menu {
  background: #A8B5BA;
  padding: 0px 65px;
}
/* line 5, ../sass/modules/_menu.scss */
.main-menu .nav li:hover {
  border-bottom: 0px;
}
/* line 8, ../sass/modules/_menu.scss */
.main-menu .nav li a {
  color: #292C2A;
  font-size: 20px;
  font-family: "georgiapro", sans-serif;
  text-transform: capitalize;
}
/* line 13, ../sass/modules/_menu.scss */
.main-menu .nav li a:hover {
  color: #952F2B;
  border-bottom: 3px solid #952F2B;
  padding-bottom: 8px !important;
}

/* line 21, ../sass/modules/_menu.scss */
.oe-mega-main-menu .nav-level-1.nav.navbar-nav {
  display: inline-block;
}
/* line 23, ../sass/modules/_menu.scss */
.oe-mega-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 {
  display: inline-block;
  padding: 10px;
}
/* line 26, ../sass/modules/_menu.scss */
.oe-mega-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 a {
  text-decoration: none;
  padding: 5px;
}
/* line 30, ../sass/modules/_menu.scss */
.oe-mega-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 .nav.dropdown-menu.row-level-2.row {
  display: none;
  position: absolute;
  top: 50px;
  background: #A8B5BA;
  opacity: 88%;
  border-radius: 0px;
  /* -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
   -moz-box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
   box-shadow: 2px 2px 10px rgba(0,0,0,0.5);*/
  min-width: 250px;
  /*border-radius: 3px;*/
  left: -38px;
}
/* line 45, ../sass/modules/_menu.scss */
.oe-mega-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2.open .nav.dropdown-menu.row-level-2.row {
  display: block;
}

/* line 49, ../sass/modules/_menu.scss */
.dropdown.open .nav-level-3:hover {
  background: #949B9C;
  border: none !important;
}

/* line 53, ../sass/modules/_menu.scss */
.dropdown.open .nav-level-4:hover {
  background: #949B9C;
  border: none !important;
}

/* line 57, ../sass/modules/_menu.scss */
.dropdown.open .nav-level-3 a:hover {
  color: #292C2A;
}

/* line 60, ../sass/modules/_menu.scss */
.main-menu .dropdown.open li.nav-level-3:hover {
  border-bottom: none !important;
}

/* line 63, ../sass/modules/_menu.scss */
.main-menu__dropdown.is-expanded {
  padding: 0px;
}

/* line 68, ../sass/modules/_menu.scss */
.dropdown-menu li a {
  padding: 5px 22px !important;
}

/* line 71, ../sass/modules/_menu.scss */
nav.tabs {
  margin-top: 20px;
}

/* line 74, ../sass/modules/_menu.scss */
.main-menu__dropdown.is-expanded li a:hover {
  border-bottom: 0px !important;
  padding-bottom: 0px !important;
}

/* line 1, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views_slideshow_cycle_teaser_section, .front-page-rotor-banner .field-content.scaleUp.animation {
  height: 700px;
}

/* line 5, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views_slideshow_cycle_slide {
  background-color: transparent !important;
  width: 100% !important;
}
/* line 9, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-field.views-field-nothing {
  width: 50%;
  position: absolute;
  top: 50%;
  text-align: left;
  height: 50%;
  background: #789A5B;
  float: right;
  right: 0%;
  padding: 20px;
  opacity: 90%;
}
/* line 20, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-field.views-field-nothing .field-content {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  max-width: 520px;
  margin: 0 20px;
  padding: 25px;
}
/* line 29, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-field.views-field-nothing .title a {
  font-family: "georgiapro", sans-serif;
  font-size: 56px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
/* line 36, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-field.views-field-nothing .body p {
  font-family: "georgiapro", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
}
/* line 44, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-slideshow-controls-bottom .item-list {
  position: absolute;
  z-index: 9;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 50, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-slideshow-controls-bottom .item-list .views-slideshow-pager-bullets {
  display: block;
  left: 110px;
  position: relative;
  bottom: 110px;
}

/* line 58, ../sass/modules/_banner.scss */
.banner {
  padding: 0px;
}
/* line 60, ../sass/modules/_banner.scss */
.banner img {
  width: 100%;
  height: auto;
}

/* line 65, ../sass/modules/_banner.scss */
.views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  cursor: default;
  background: url(/sites/eliwhitney.oneeach.org/files/Gear-Widget-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-color: transparent;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

/* line 75, ../sass/modules/_banner.scss */
.views-slideshow-controls-bottom .views-slideshow-pager-bullets li.active {
  cursor: default;
  background: url(/sites/eliwhitney.oneeach.org/files/Gear-Widget.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-color: transparent;
}

/* line 82, ../sass/modules/_banner.scss */
.views-slideshow-controls-bottom .views-slideshow-pager-bullets li:hover {
  background: url(/sites/eliwhitney.oneeach.org/files/Gear-Widget-white.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-color: transparent;
}

/* line 88, ../sass/modules/_banner.scss */
.views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  padding: 0 8px;
  margin: 0.5em;
  line-height: 17px;
}

/* line 93, ../sass/modules/_banner.scss */
.views-slideshow-controls-bottom {
  text-align: right;
  position: absolute;
  z-index: 9;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/* line 101, ../sass/modules/_banner.scss */
.views_slideshow_controls_text {
  display: block;
  right: 65px;
  position: relative;
  bottom: 100px;
}

/* line 107, ../sass/modules/_banner.scss */
.views_slideshow_controls_text_pause {
  display: none;
}

/* line 110, ../sass/modules/_banner.scss */
.views_slideshow_controls_text_previous a {
  background-image: url("https://eliwhitney.oneeach.org/sites/eliwhitney.oneeach.org/files/arrow-left.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  color: transparent;
  width: 60px;
  display: inline-block;
  height: 60px;
  background: #fff;
  border-radius: 40px;
}

/* line 121, ../sass/modules/_banner.scss */
.views_slideshow_controls_text_previous:hover {
  text-decoration: none;
}

/* line 124, ../sass/modules/_banner.scss */
.views_slideshow_controls_text_next a {
  background-image: url("https://eliwhitney.oneeach.org/sites/eliwhitney.oneeach.org/files/Icon(1).png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  color: transparent;
  width: 60px;
  display: inline-block;
  height: 60px;
  background: #fff;
  border-radius: 40px;
}

/* line 135, ../sass/modules/_banner.scss */
.views_slideshow_controls_text_next:hover {
  text-decoration: none;
}

/* line 138, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views_slideshow_cycle_teaser_section, .front-page-rotor-banner .field-content .scaleUp.animation {
  height: 700px;
  display: block;
}

/* line 142, ../sass/modules/_banner.scss */
.front-page-rotor-banner .views-slideshow-controls-bottom .item-list .views-slideshow-pager-bullets {
  display: block;
  left: 71px;
}

/* line 1, ../sass/modules/_event.scss */
.events {
  background: #D6AC6F;
}

/* line 4, ../sass/modules/_event.scss */
.block-left {
  padding: 30px 100px;
}

/* line 8, ../sass/modules/_event.scss */
.region-events h2 {
  font-family: "georgiapro", sans-serif;
  font-size: 42px;
  color: #292C2A;
  text-decoration: none;
  font-weight: bold;
  line-height: 46px;
  margin-bottom: 30px;
}
/* line 18, ../sass/modules/_event.scss */
.region-events .view-events .views-row {
  margin-bottom: 35px;
}
/* line 21, ../sass/modules/_event.scss */
.region-events .view-events .views-field-field-event-start-date-value {
  background: url("/sites/eliwhitney.oneeach.org/files/Calendar-Gear.png");
  background-repeat: no-repeat;
  background-size: auto;
  float: left;
  padding-right: 20px;
  height: 100%;
  background-position: 0px 1px;
  width: 80px;
  text-align: center;
  padding-top: 13px;
  color: #952F2B;
  font-family: "georgiapro", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
}
/* line 38, ../sass/modules/_event.scss */
.region-events .view-events .views-field-title a {
  color: #292C2A;
  font-size: 24px;
  text-decoration: none;
  font-family: "georgiapro", sans-serif;
  line-height: 34px;
  font-weight: bold;
  background: url("https://eliwhitney.oneeach.org/sites/eliwhitney.oneeach.org/files/Icon(1).png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
  padding: 0px 22px 0px 0px;
}
/* line 51, ../sass/modules/_event.scss */
.region-events .view-events .field-content {
  font-size: 15px;
}
/* line 54, ../sass/modules/_event.scss */
.region-events .view-events .views-field-body p {
  color: #414642;
  font-size: 20px;
  text-decoration: none;
  font-family: "georgiapro", sans-serif;
  line-height: 30px;
  font-weight: bold;
}
/* line 62, ../sass/modules/_event.scss */
.region-events .view-events .view-footer {
  float: right;
}
/* line 64, ../sass/modules/_event.scss */
.region-events .view-events .view-footer a {
  background: #952F2B;
  font-family: "georgiapro", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  padding: 10px 20px;
  text-decoration: none;
}

/* line 77, ../sass/modules/_event.scss */
.path-frontpage .region-events .views-field-field-subject-1 .field-content {
  display: flex;
  word-wrap: anywhere;
}

/* line 2, ../sass/modules/_visit.scss */
.promo-banner-block .views-row {
  position: relative;
}
/* line 5, ../sass/modules/_visit.scss */
.promo-banner-block .views-field.views-field-nothing {
  position: absolute;
  width: 100%;
  top: 0px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  padding: 0px 150px 0px 100px;
  display: flex;
  flex-direction: column;
  color: #fff;
}
/* line 16, ../sass/modules/_visit.scss */
.promo-banner-block .views-field.views-field-nothing:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
}
/* line 21, ../sass/modules/_visit.scss */
.promo-banner-block .views-field.views-field-nothing .field-content {
  align-items: center;
  margin-bottom: auto;
  margin-top: auto;
  text-align: center;
}
/* line 28, ../sass/modules/_visit.scss */
.promo-banner-block .views-field.views-field-nothing .pb-title a {
  color: white;
  font-size: 56px;
}
/* line 34, ../sass/modules/_visit.scss */
.promo-banner-block .views-field.views-field-nothing .pb-link a {
  color: white;
  border: 2px solid;
  padding: 10px 25px;
  margin: 15px;
  display: inline-block;
}
/* line 40, ../sass/modules/_visit.scss */
.promo-banner-block .views-field.views-field-nothing .pb-link a:hover {
  background: #952F2B;
  border: 2px solid #952F2B;
}

/* line 49, ../sass/modules/_visit.scss */
.block-right {
  padding: 0px;
}

/* line 54, ../sass/modules/_visit.scss */
.region-map .view-front-page-promo-banner .view-footer {
  position: absolute;
  z-index: 9;
  margin: 0 auto;
  left: 0;
  right: 0;
}
/* line 60, ../sass/modules/_visit.scss */
.region-map .view-front-page-promo-banner .view-footer a {
  background: #952F2B;
  font-family: "georgiapro", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  padding: 10px 20px;
  text-decoration: none;
}
/* line 70, ../sass/modules/_visit.scss */
.region-map .view-front-page-promo-banner .view-footer p {
  display: block;
  position: relative;
  bottom: 63px;
  text-align: right;
  padding-right: 65px;
}
/* line 79, ../sass/modules/_visit.scss */
.region-map .views-field-field-promo-image img {
  width: 100%;
  height: auto;
}

/* line 1, ../sass/modules/_pages.scss */
.oe-mega-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 a,
.oe-mega-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 .nav.dropdown-menu.row-level-2.row .main-menu__dropdown.is-expanded .nav-level-3.col-md-12.col-lg-12 a {
  color: #232624;
}

/* line 6, ../sass/modules/_pages.scss */
.field--name-field-event-start-date,
.field--node-field-staff-instructor,
.field--name-field-instructor-name {
  margin: 0px;
}
/* line 10, ../sass/modules/_pages.scss */
.field--name-field-event-start-date .field__items,
.field--node-field-staff-instructor .field__items,
.field--name-field-instructor-name .field__items {
  display: inline-block;
}
/* line 13, ../sass/modules/_pages.scss */
.field--name-field-event-start-date .field-label,
.field--node-field-staff-instructor .field-label,
.field--name-field-instructor-name .field-label {
  font-weight: bold;
  color: #952F2B;
  display: inline-block;
}

/* line 21, ../sass/modules/_pages.scss */
#edit-tid {
  width: 185px;
}

/* line 24, ../sass/modules/_pages.scss */
.view-events .view-empty {
  text-align: center;
  padding-top: 40px;
}

/* line 28, ../sass/modules/_pages.scss */
.view-events #edit-type {
  width: 170px;
}

/* line 31, ../sass/modules/_pages.scss */
.block-events-filter .views-field-field-event-start-date-value-1 {
  font-size: 15px;
}

/* line 34, ../sass/modules/_pages.scss */
.front-page-rotor-banner .views-field.views-field-nothing .field-content {
  max-width: 100%;
}

/* line 37, ../sass/modules/_pages.scss */
.page-node-35 .view-summer-program-camp-block .key {
  display: inline-block;
  margin-right: 25px;
}

/* line 41, ../sass/modules/_pages.scss */
.page-node-35 .view-summer-program-camp-block .key a {
  padding: 0px 15px 1px;
  width: 90px;
  text-align: center;
  border-radius: 20px;
  margin: 0px 2px;
  color: #fff;
  display: inline-block;
}

/* line 50, ../sass/modules/_pages.scss */
.page-node-35 .view-summer-program-camp-block .key a[href="/taxonomy/term/2"] {
  background: #789A5B !important;
}

/* line 53, ../sass/modules/_pages.scss */
.page-node-35 .view-summer-program-camp-block .key a[href="/taxonomy/term/3"] {
  background: #952F2B !important;
}

/* line 56, ../sass/modules/_pages.scss */
.page-node-35 .view-summer-program-camp-block .key a[href="/taxonomy/term/4"] {
  background: #5E9DD1 !important;
}

/* line 59, ../sass/modules/_pages.scss */
.page-node-35 .view-summer-program-camp-block .key a[href="/taxonomy/term/6"] {
  background: #D6AC6F !important;
}

/* line 62, ../sass/modules/_pages.scss */
.page-node-35 .view-summer-program-camp-block .key a[href="/taxonomy/term/13"] {
  background: #9E81BA !important;
}

/* line 65, ../sass/modules/_pages.scss */
#edit-types-fieldset,
#edit-lang-fieldset {
  display: none;
}

/* line 69, ../sass/modules/_pages.scss */
.node--type--workshop .field.field--name-field-age-group-new {
  display: none;
}

/* line 72, ../sass/modules/_pages.scss */
.node--type--workshop .key.gl {
  display: block;
}

/* line 75, ../sass/modules/_pages.scss */
.withImage .t-outer .pTitle h1.title p {
  margin-top: 15px;
  font-family: "eb-garamond",serif !important;
}

/* line 79, ../sass/modules/_pages.scss */
.front-page-rotor-banner .views-field.views-field-nothing .title a {
  font-size: 60px;
}

/* line 82, ../sass/modules/_pages.scss */
.region-events .view-events .view-footer a,
.promo-banner-block .views-field.views-field-nothing .pb-link a {
  border-radius: 10px;
}

/* line 86, ../sass/modules/_pages.scss */
.region-map .views-field-field-promo-image img {
  padding: 0px;
  border-radius: 0px;
}

/* line 91, ../sass/modules/_pages.scss */
table tr th, table tr th a, table tr th a:hover, table tr th a:focus {
  color: #952f2b;
}

/* line 95, ../sass/modules/_pages.scss */
.region-events .view-events .views-field-field-event-start-date-value {
  height: 62px;
}

/* line 99, ../sass/modules/_pages.scss */
.field--name-body img {
  height: auto;
}

/* line 103, ../sass/modules/_pages.scss */
.container-fluid {
  padding: 0px;
}

/* line 106, ../sass/modules/_pages.scss */
.bImage .scaleUp.animation {
  height: 350px;
  width: 100%;
}

/* line 111, ../sass/modules/_pages.scss */
.bImage {
  position: relative;
}

/* line 114, ../sass/modules/_pages.scss */
.withImage .t-outer {
  width: 50%;
  position: absolute;
  text-align: left;
  float: right;
  right: 0%;
  padding: 20px;
  opacity: 90%;
  margin-top: -115px;
}

/* line 124, ../sass/modules/_pages.scss */
.withImage .t-outer .pTitle {
  position: absolute;
  bottom: -75px;
  background: #789A5B;
  padding: 20px;
  border-radius: 10px 0px 0px 0px;
}

/* line 131, ../sass/modules/_pages.scss */
.withImage .t-outer .pTitle h1 {
  color: #fff;
  font-size: 60px;
  text-align: center !important;
}

@media screen and (min-width: 1025px) {
  /* line 137, ../sass/modules/_pages.scss */
  .menu-warp {
    display: none;
  }

  /* line 140, ../sass/modules/_pages.scss */
  .mobile-menu-icon {
    display: none;
  }
}
/* line 144, ../sass/modules/_pages.scss */
.withOutImage h1.title {
  padding: 22px;
  color: #789A5B;
  margin-top: 10px;
  text-align: center;
  display: inline-block;
}

/* line 151, ../sass/modules/_pages.scss */
.node--type-summer-programs .paragraph--type--program-summer .field__item a {
  background: #789A5B;
  color: #292C2A;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  font-family: "georgiapro", sans-serif;
  border-radius: 30px;
  width: 75px;
  position: relative;
  display: block;
  text-align: center;
  float: left;
  margin-right: 20px;
}

/* line 166, ../sass/modules/_pages.scss */
.node--type-summer-programs .paragraph--type--program-summer .field--name-field-program-name {
  font-size: 22px;
  line-height: 34px;
  color: #952F2B;
  font-weight: bold;
  font-family: "georgiapro", sans-serif;
  margin: 20px;
}

/* line 174, ../sass/modules/_pages.scss */
.contextual-region .contextual .contextual-links a, .contextual-region .contextual .contextual-links a:hover {
  text-decoration: none;
  color: #000 !important;
  font-size: 13px !important;
  font-weight: normal !important;
}

/* line 180, ../sass/modules/_pages.scss */
.page-node-32 .main-content, .page-node-36 .main-content, .page-node-33 .main-content {
  display: none;
}

/* line 183, ../sass/modules/_pages.scss */
.page-node-32.withImage .t-outer .pTitle {
  background: #D6AC6F !important;
  font-size: 18px !important;
  line-height: 28px !important;
}

/* line 188, ../sass/modules/_pages.scss */
.page-node-32.withImage .t-outer .pTitle h1 {
  font-size: 60px;
  color: #292C2A !important;
  text-align: center;
}

/* line 196, ../sass/modules/_pages.scss */
nav[aria-label="Page navigation"] {
  margin: 0 auto;
  display: table;
}

/* line 200, ../sass/modules/_pages.scss */
#block-summer2023camp {
  padding: 35px 0px;
}

/* line 203, ../sass/modules/_pages.scss */
.page-node-35 article {
  display: none;
}

/* line 206, ../sass/modules/_pages.scss */
.block-view-summer-programs .views-row {
  padding: 25px  0px;
}

/* line 209, ../sass/modules/_pages.scss */
.form-select {
  background-image: url("/sites/eliwhitney.oneeach.org/files/bi_caret-down-fill.png");
}

/* line 212, ../sass/modules/_pages.scss */
#edit-combine {
  background-image: url("/sites/eliwhitney.oneeach.org/files/bi_search.png");
  background-repeat: no-repeat;
  background-position: 275px;
}

/* line 217, ../sass/modules/_pages.scss */
a[href="/taxonomy/term/4"] {
  background-color: #949B9C !important;
}

/* line 220, ../sass/modules/_pages.scss */
a[href="/taxonomy/term/3"] {
  background-color: #D6AC6F !important;
}

/* line 223, ../sass/modules/_pages.scss */
.mobile-search-block img {
  width: 18px;
  height: auto;
  margin-top: -6px;
  padding: 0px 3px 0px 0px !important;
}

/* line 229, ../sass/modules/_pages.scss */
.page-node-31.withImage .t-outer .pTitle h1 {
  text-align: left !important;
}

/* line 232, ../sass/modules/_pages.scss */
.page-node-31.withImage .t-outer .pTitle h1.title p {
  text-align: left !important;
  color: #fff !important;
  padding-right: 40px;
  font-family: "georgiapro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
}

/* line 242, ../sass/modules/_pages.scss */
.page-node-22 .node__content .field--name-body {
  /*background: #E7E7E7;*/
  background: transparent !important;
}

/* line 246, ../sass/modules/_pages.scss */
.page-node-22 .block-page-title-block h1.title {
  margin-top: 650px !important;
}

/* line 249, ../sass/modules/_pages.scss */
.field--name-body img {
  padding: 10px;
}

/* line 252, ../sass/modules/_pages.scss */
.main-content {
  padding-bottom: 50px;
}

/* line 255, ../sass/modules/_pages.scss */
.toolbar .toolbar-tab-responsive-preview.toolbar-tab .responsive-preview-options .responsive-preview-device {
  color: #0074bd !important;
}

/* line 258, ../sass/modules/_pages.scss */
.dialog-off-canvas-main-canvas {
  overflow-x: hidden;
}

/* line 261, ../sass/modules/_pages.scss */
.field--name-bp-text img {
  padding: 10px;
}

/* line 264, ../sass/modules/_pages.scss */
.button, .btn, button {
  display: inline-block;
  vertical-align: baseline;
  text-decoration: none;
  color: #ffffff !important;
  padding: 10px 20px;
  transition: all 0.3s linear 0s;
  line-height: 23px;
  background: #952F2B;
  border: 1px solid #952F2B;
  font-size: 24px;
  font-family: "eb-garamond",serif;
  text-transform: capitalize;
}

/* line 278, ../sass/modules/_pages.scss */
.button-content {
  padding: 100px 0px 100px 80px;
}

/* line 281, ../sass/modules/_pages.scss */
.button-content button {
  text-transform: nonmobile-visit-blocke;
  display: block;
  padding: 12px 20px;
  border: none;
  width: 75%;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
}

/* line 291, ../sass/modules/_pages.scss */
.page-node-22 #main-wrapper .container {
  padding: 0px;
  margin: 0 auto;
}

/* line 295, ../sass/modules/_pages.scss */
.btn:hover, button:hover, .button:hover {
  background-color: #789a5b;
  border-color: #789a5b;
}

/* line 299, ../sass/modules/_pages.scss */
.field--name-field-publication .field__label, .field--name-field-description .field__label, .field--name-field-scrapbook- .field__label, .field--name-field-ja-meta-tags .field__label, .field--name-field-date-text .field__label {
  display: inline-block;
  font-weight: bold;
  color: #871721;
}

/* line 304, ../sass/modules/_pages.scss */
.field--name-field-publication .field__label::after, .field--name-field-description .field__label::after, .field--name-field-scrapbook- .field__label::after, .field--name-field-ja-meta-tags .field__label::after, .field--name-field-date-text .field__label::after {
  content: ":";
}

/* line 307, ../sass/modules/_pages.scss */
.field--name-field-publication .field__item, .field--name-field-description .field__item, .field--name-field-scrapbook- .field__item, .field--name-field-ja-meta-tags .field__item, .field--name-field-date-text .field__item {
  display: inline-block;
}

/* line 5, ../sass/modules/_workshop.scss */
.block-vacation-programs, .block-fantasy-game-night {
  background: #A8B5BA;
}

/* line 8, ../sass/modules/_workshop.scss */
.block-vacation-programs, .block-school-programs, .block-birthday-parties, .block-fantasy-game-night {
  padding: 70px 100px !important;
}

/* line 11, ../sass/modules/_workshop.scss */
.block-vacation-programs h2, .block-school-programs h2, .block-birthday-parties h2, .block-fantasy-game-night h2 {
  color: #292C2A;
  font-family: "georgiapro", sans-serif;
  font-size: 42px;
  line-height: 46px;
  font-weight: 700;
}

/* line 18, ../sass/modules/_workshop.scss */
.block-vacation-programs .slick__slide, .block-school-programs .slick__slide, .block-birthday-parties .slick__slide, .block-fantasy-game-night .slick__slide {
  background: #EEF3F5;
  padding: 20px;
  float: left;
  width: 48%;
  margin: 0px 11px;
}

/* line 25, ../sass/modules/_workshop.scss */
.block-vacation-programs .title a, .block-school-programs .title a, .block-birthday-parties .title a, .block-fantasy-game-night .title a {
  color: #952F2B;
  font-family: "georgiapro", sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  text-decoration: none;
}

/* line 33, ../sass/modules/_workshop.scss */
.block-vacation-programs .body, .block-school-programs .body, .block-birthday-parties .body, .block-fantasy-game-night .body {
  color: #414642;
  font-family: "georgiapro", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

/* line 40, ../sass/modules/_workshop.scss */
.block-vacation-programs .views-field-field-summer-image, .block-school-programs .views-field-field-school-image, .block-birthday-parties .views-field-field-birthday-image, .block-fantasy-game-night .views-field-field-game-image {
  float: left;
  padding: 10px;
}

/* line 44, ../sass/modules/_workshop.scss */
.block-vacation-programs .key, .block-school-programs .key, .block-birthday-parties .key, .block-fantasy-game-night .key, .block-vacation-programs .key1, .block-school-programs .key1, .block-birthday-parties .key1, .block-fantasy-game-night .key1 {
  background: #9E81BA;
  border-radius: 30px;
  float: left;
  padding: 0px 20px;
  font-size: 20px;
  margin-right: 5px;
  margin-top: 15px;
}

/* line 53, ../sass/modules/_workshop.scss */
.block-vacation-programs .key2, .block-school-programs .key2, .block-birthday-parties .key2, .block-fantasy-game-night .key2 {
  background: #A8B5BA;
  border-radius: 30px;
  float: left;
  padding: 0px 20px;
  font-size: 20px;
  margin-right: 5px;
  margin-top: 15px;
}

/* line 62, ../sass/modules/_workshop.scss */
.block-vacation-programs .more, .block-school-programs .more, .block-birthday-parties .more, .block-fantasy-game-night .more {
  float: right;
  position: relative;
  bottom: 20px;
  background: #952F2B;
  padding: 8px;
  right: 0px;
  left: 20px;
  color: transparent;
}

/* line 72, ../sass/modules/_workshop.scss */
.block-vacation-programs .more a, .block-school-programs .more a, .block-birthday-parties .more a, .block-fantasy-game-night .more a {
  background: url(/sites/eliwhitney.oneeach.org/files/bi_arrow-right.png);
  color: transparent;
  background-position: 3px;
}

/* line 77, ../sass/modules/_workshop.scss */
.block-vacation-programs .view-footer, .block-school-programs .view-footer, .block-birthday-parties .view-footer, .block-fantasy-game-night .view-footer {
  text-align: center;
  padding: 20px;
  margin-top: 20px;
}

/* line 82, ../sass/modules/_workshop.scss */
.block-vacation-programs .view-footer a, .block-school-programs .view-footer a, .block-birthday-parties .view-footer a, .block-fantasy-game-night .view-footer a {
  background: #952F2B;
  color: #fff;
  padding: 15px 20px;
  font-family: "georgiapro", sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  text-decoration: none;
}

/* line 92, ../sass/modules/_workshop.scss */
.slick-prev {
  background: url(https://eliwhitney.oneeach.org/sites/eliwhitney.oneeach.org/files/arrow-left.png);
  background-color: #fff;
  border: 1px solid #789A5B;
  border-radius: 50%;
  font-size: 0px;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 103, ../sass/modules/_workshop.scss */
.slick-prev:hover {
  background-color: #789A5B;
  border: 1px solid #789A5B;
}

/* line 107, ../sass/modules/_workshop.scss */
.slick-next {
  background: url(https://eliwhitney.oneeach.org/sites/eliwhitney.oneeach.org/files/Icon.png);
  background-color: #789A5B;
  border: 1px solid #789A5B;
  border-radius: 50%;
  font-size: 0px;
  width: 56px;
  height: 56px;
  background-repeat: no-repeat;
  background-position: center;
}

/* line 118, ../sass/modules/_workshop.scss */
.slick-next:hover {
  background-color: #fff;
  border: 1px solid #789A5B;
}

/* line 122, ../sass/modules/_workshop.scss */
.slick__arrow {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
  width: 85%;
  text-align: right;
  margin-top: -280px;
}

/* line 132, ../sass/modules/_workshop.scss */
.block-vacation-programs .view-header, .block-school-programs .view-header, .block-birthday-parties .view-header, .block-fantasy-game-night .view-header {
  padding-bottom: 30px;
}

/* line 135, ../sass/modules/_workshop.scss */
.block-vacation-programs .row, .block-school-programs .row, .block-birthday-parties .row, .block-fantasy-game-night .row {
  padding-top: 30px;
}

/* line 145, ../sass/modules/_workshop.scss */
.view-school-programs-new .view-filters {
  background: #A8B5BA;
  float: left;
  width: 33%;
  padding: 65px 20px 65px 78px;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 152, ../sass/modules/_workshop.scss */
  .view-school-programs-new .view-filters {
    width: 100% !important;
    padding: 65px 20px 65px 20px !important;
  }
}
/* line 158, ../sass/modules/_workshop.scss */
.path-workshop.withOutImage .t-outer {
  width: 50%;
  position: absolute;
  text-align: left;
  float: right;
  right: 0%;
  padding: 20px;
  opacity: 90%;
  margin-top: -115px;
}

/* line 168, ../sass/modules/_workshop.scss */
.path-workshop.withOutImage .t-outer .pTitle {
  position: absolute;
  bottom: -75px;
  background: #789A5B;
  padding: 20px;
}

/* line 174, ../sass/modules/_workshop.scss */
.path-workshop #main.container {
  max-width: 100%;
  padding: 0px;
}

/* line 178, ../sass/modules/_workshop.scss */
.path-workshop .main-content {
  padding: 0px 10px;
}

/* line 181, ../sass/modules/_workshop.scss */
.slick-track {
  width: 100% !important;
}

/* line 184, ../sass/modules/_workshop.scss */
.path-workshop .view-archive .view-content {
  padding: 0px 93px;
}

/* line 190, ../sass/modules/_workshop.scss */
.path-workshop .view-workshop .view-content {
  padding: 0px 93px;
}
/* line 193, ../sass/modules/_workshop.scss */
.path-workshop .view-workshop .views-row {
  background: #EEF3F5;
  padding: 20px;
  float: left;
  width: 43%;
  margin: 20px 11px;
}
/* line 199, ../sass/modules/_workshop.scss */
.path-workshop .view-workshop .views-row .views-field-field-school-image {
  float: left;
  padding: 10px;
}
/* line 204, ../sass/modules/_workshop.scss */
.path-workshop .view-workshop .views-row .views-field-nothing .more {
  float: right;
  position: relative;
  bottom: 20px;
  background: #952F2B;
  padding: 0px;
  right: 0px;
  left: 20px;
  color: transparent;
}
/* line 213, ../sass/modules/_workshop.scss */
.path-workshop .view-workshop .views-row .views-field-nothing .more a {
  background-position: center !important;
  background-size: 28px;
  background-repeat: no-repeat;
  background: url(/sites/eliwhitney.oneeach.org/files/bi_arrow-right.png);
  color: transparent;
}
/* line 221, ../sass/modules/_workshop.scss */
.path-workshop .view-workshop .views-row .views-field-nothing .title a {
  color: #952F2B;
  font-family: "georgiapro", sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  text-decoration: none;
}

/* line 233, ../sass/modules/_workshop.scss */
.path-workshop .view-workshop .views-row .views-field-nothing .key, .path-workshop .view-workshop .views-row .views-field-nothing .key1, .path-workshop .view-workshop .views-row .views-field-nothing .key2 {
  background: #9E81BA;
  border-radius: 30px;
  float: left;
  padding: 0px 20px;
  font-size: 20px;
  margin-right: 5px;
  margin-top: 15px;
}

/* line 242, ../sass/modules/_workshop.scss */
.path-workshop.withOutImage h1.title {
  padding: 22px;
  color: #fff !important;
}

/* line 246, ../sass/modules/_workshop.scss */
.view-workshop .views-field-field-birthday-image {
  float: left;
  padding-right: 10px;
}

/* line 250, ../sass/modules/_workshop.scss */
.views-field-field-grade .field-content {
  background: #789A5B;
  border-radius: 30px;
  float: left;
  padding: 0px 20px;
  font-size: 20px;
  margin-right: 5px;
  margin-top: 15px;
}

/* line 259, ../sass/modules/_workshop.scss */
.views-field-field-next-gen-sci-standard .field-content {
  background: #A8B5BA;
  border-radius: 30px;
  float: left;
  padding: 0px 20px;
  font-size: 20px;
  margin-right: 5px;
  margin-top: 15px;
}

/* line 268, ../sass/modules/_workshop.scss */
.views-field-field-common-core .field-content {
  background: #D6AC6F;
  border-radius: 30px;
  float: left;
  padding: 0px 20px;
  font-size: 20px;
  margin-right: 5px;
  margin-top: 15px;
}

/* line 277, ../sass/modules/_workshop.scss */
.path-workshop .view-workshop .views-row .views-field-nothing .key, .path-workshop .view-workshop .views-row .views-field-nothing .key1, .path-workshop .view-workshop .views-row .views-field-nothing .key2 {
  background: transparent !important;
}

/* line 280, ../sass/modules/_workshop.scss */
.views-field-field-age {
  display: inline-block;
}

/* line 283, ../sass/modules/_workshop.scss */
.taxonomy-term {
  display: inline-block;
}

/* line 286, ../sass/modules/_workshop.scss */
#taxonomy-term-6 a {
  text-align: center;
  font-size: 18px;
  color: #fff;
  width: auto;
  display: block;
  background-color: #d6ac6f;
  padding: 5px 15px;
  border-radius: 20px;
}

/* line 296, ../sass/modules/_workshop.scss */
#taxonomy-term-3 a {
  text-align: center;
  font-size: 18px;
  color: #fff;
  width: auto;
  display: block;
  background-color: #952f2b !important;
  padding: 5px 15px;
  border-radius: 20px;
}

/* line 306, ../sass/modules/_workshop.scss */
#taxonomy-term-13 a {
  text-align: center;
  font-size: 18px;
  color: #fff;
  width: auto;
  display: block;
  background-color: #9e81ba;
  padding: 5px 15px;
  border-radius: 20px;
}

/* line 316, ../sass/modules/_workshop.scss */
#taxonomy-term-4 a {
  text-align: center;
  font-size: 18px;
  color: #fff;
  width: auto;
  display: block;
  background-color: #a8b5ba;
  padding: 5px 15px;
  border-radius: 20px;
}

/* line 326, ../sass/modules/_workshop.scss */
#taxonomy-term-2 a {
  text-align: center;
  font-size: 18px;
  color: #fff;
  width: auto;
  display: block;
  background-color: #789a5b;
  padding: 5px 15px;
  border-radius: 20px;
}

/* line 336, ../sass/modules/_workshop.scss */
.color_field__swatch {
  display: none;
}

/* line 2, ../sass/modules/_school_programs.scss */
.view-school-programs .view-filters {
  background: #A8B5BA;
  float: left;
  width: 33%;
  padding: 65px 20px 65px 78px;
}
/* line 9, ../sass/modules/_school_programs.scss */
.view-school-programs form label {
  display: inline-block;
  font-family: "georgiapro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
/* line 17, ../sass/modules/_school_programs.scss */
.view-school-programs form .mb-3 {
  width: 100%;
  margin-bottom: 35px !important;
}
/* line 21, ../sass/modules/_school_programs.scss */
.view-school-programs form select {
  border: 2px solid #952F2B;
  border-radius: 0px;
  padding: 0.5rem;
}
/* line 26, ../sass/modules/_school_programs.scss */
.view-school-programs form button {
  background: #952F2B;
  border: 1px solid #952F2B;
  border-radius: 0px;
  font-family: "georgiapro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 20px;
}
/* line 37, ../sass/modules/_school_programs.scss */
.view-school-programs .views-row {
  background: #EEF3F5;
  padding: 20px;
  float: left;
  width: 43%;
  margin: 20px 11px;
}
/* line 43, ../sass/modules/_school_programs.scss */
.view-school-programs .views-row .views-field-field-school-image {
  float: left;
  padding: 10px;
}
/* line 48, ../sass/modules/_school_programs.scss */
.view-school-programs .views-row .views-field-nothing .title a {
  color: #952F2B;
  font-family: "georgiapro", sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  text-decoration: none;
}
/* line 56, ../sass/modules/_school_programs.scss */
.view-school-programs .views-row .views-field-nothing .key {
  background: #9E81BA;
  border-radius: 30px;
  float: left;
  padding: 0px 20px;
  font-size: 20px;
  margin-right: 5px;
  margin-top: 15px;
}
/* line 65, ../sass/modules/_school_programs.scss */
.view-school-programs .views-row .views-field-nothing .more {
  float: right;
  position: relative;
  bottom: 20px;
  background: #952F2B;
  padding: 0px;
  right: 0px;
  left: 20px;
  color: transparent;
}
/* line 74, ../sass/modules/_school_programs.scss */
.view-school-programs .views-row .views-field-nothing .more a {
  background: url(/sites/eliwhitney.oneeach.org/files/bi_arrow-right.png);
  color: transparent;
  background-position: center;
  background-size: 28px;
  background-repeat: no-repeat;
}

/* line 85, ../sass/modules/_school_programs.scss */
.view-school-programs form button:hover {
  background: #789A5B;
  border: 1px solid #789A5B;
}

/* line 89, ../sass/modules/_school_programs.scss */
.node--type-school-programs.field--name-field-grade, .node--type-school-programs .field--name-field-newprice, .node--type-school-programs .field--name-field-theme, .node--type-school-programs .field--type-text-with-summary, .node--type-school-programs .field--name-field-standards, .node--type-school-programs .field--name-field-subject-sp, .node--type-school-programs .field--name-field-common-core, .node--type-school-programs .field--name-field-next-gen-sci-standard {
  margin-bottom: 20px;
}

/* line 92, ../sass/modules/_school_programs.scss */
.node--type-school-programs .field--name-field-grade .field__label, .node--type-school-programs .field--name-field-newprice .field__label, .node--type-school-programs .field--name-field-theme .field__label, .node--type-school-programs .field--type-text-with-summary .field__label, .node--type-school-programs .field--name-field-standards .field__label, .node--type-school-programs .field--name-field-subject-sp .field__label, .node--type-school-programs .field--name-field-common-core .field__label, .node--type-school-programs .field--name-field-next-gen-sci-standard .field__label, .node--type-school-programs .field--name-field-birthday-arty .field__label {
  color: #952F2B;
  font-weight: bold;
}

/* line 96, ../sass/modules/_school_programs.scss */
.node--type-school-programs .field--name-field-grade .field__item::after {
  content: ',';
}

/* line 99, ../sass/modules/_school_programs.scss */
.node--type-school-programs .field--name-field-grade .field__label::after, .node--type-school-programs .field--name-field-newprice .field__label::after, .node--type-school-programs .field--name-field-theme .field__label::after, .node--type-school-programs .field--type-text-with-summary .field__label::after, .node--type-school-programs .field--name-field-subject-sp .field__label::after, .node--type-school-programs .field--name-field-common-core .field__label::after, .node--type-school-programs .field--name-field-next-gen-sci-standard .field__label::after, .node--type-school-programs .field--name-field-birthday-arty .field__label::after {
  content: ':';
}

/* line 102, ../sass/modules/_school_programs.scss */
.node--type-school-programs .field--name-field-grade .field__label, .node--type-school-programs .field--name-field-subject-sp .field__label, .node--type-school-programs .field--name-field-common-core .field__label, .node--type-school-programs .field--name-field-next-gen-sci-standard .field__label, .node--type-school-programs .field--name-field-standards .field__label {
  float: left;
  padding-right: 5px;
}

/* line 106, ../sass/modules/_school_programs.scss */
.node--type-school-programs .field--name-field-school-image {
  float: left;
  margin: 0 1em 0 0;
}

/* line 110, ../sass/modules/_school_programs.scss */
article.node--type-school-programs .field--type-text-with-summary {
  display: inline-block;
}

/* line 1, ../sass/modules/_summer_programs.scss */
.left-content {
  float: left;
  width: 60%;
  padding-right: 30px;
}
/* line 5, ../sass/modules/_summer_programs.scss */
.left-content a {
  color: #952F2B;
  font-family: "georgiapro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: underline;
}

/* line 14, ../sass/modules/_summer_programs.scss */
.right-content {
  padding-left: 30px;
  display: flex;
}
/* line 17, ../sass/modules/_summer_programs.scss */
.right-content button {
  background: #952F2B;
  color: #fff;
  border: 1px solid #952f2b;
  padding: 10px 20px;
  font-family: "georgiapro", sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  text-decoration: none;
}

/* line 30, ../sass/modules/_summer_programs.scss */
.view-summer-programs-block .view-content.row {
  display: inline-block;
}
/* line 33, ../sass/modules/_summer_programs.scss */
.view-summer-programs-block .views-row {
  float: left;
  width: auto;
  padding: 8px 0px;
}
/* line 37, ../sass/modules/_summer_programs.scss */
.view-summer-programs-block .views-row .views-field-title a {
  background: #952F2B;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  font-family: "georgiapro", sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  text-decoration: none;
}

/* line 50, ../sass/modules/_summer_programs.scss */
.block-view-summer-programs .views-field-title a {
  color: #292C2A;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  text-decoration: none;
  font-family: "georgiapro", sans-serif;
}

/* line 59, ../sass/modules/_summer_programs.scss */
.views-field-field-program-details .field--type-entity-reference {
  float: left;
  padding-right: 20px;
  margin-top: 21px !important;
}
/* line 63, ../sass/modules/_summer_programs.scss */
.views-field-field-program-details .field--type-entity-reference .field__item a {
  background: #789A5B;
  color: #292C2A;
  font-size: 14px;
  line-height: 30px;
  text-decoration: none;
  font-family: "georgiapro", sans-serif;
  border-radius: 30px;
  width: 75px;
  position: relative;
  display: block;
  text-align: center;
}
/* line 77, ../sass/modules/_summer_programs.scss */
.views-field-field-program-details .field--name-field-program-name {
  font-size: 22px;
  line-height: 34px;
  color: #952F2B;
  font-weight: bold;
  font-family: "georgiapro", sans-serif;
  margin: 20px;
}

/* line 86, ../sass/modules/_summer_programs.scss */
.paragraph--type--program-summer {
  border-bottom: 2px solid #949B9C;
}

/* line 89, ../sass/modules/_summer_programs.scss */
.block-requestbooking {
  padding: 40px 0px;
}
/* line 91, ../sass/modules/_summer_programs.scss */
.block-requestbooking p {
  color: #292C2A;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  font-family: "georgiapro", sans-serif;
}
/* line 99, ../sass/modules/_summer_programs.scss */
.block-requestbooking button {
  background: #952F2B;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 30px;
  font-family: "georgiapro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

/* line 2, ../sass/modules/_archives.scss */
.view-archive .view-filters {
  background: #A8B5BA;
  float: left;
  width: 33%;
  padding: 65px 20px 65px 78px;
}
/* line 8, ../sass/modules/_archives.scss */
.view-archive .view-header {
  float: right;
  width: 66%;
  padding: 30px 78px 0px 0px;
}
/* line 13, ../sass/modules/_archives.scss */
.view-archive .views-row {
  background: #EEF3F5;
  padding: 20px;
  float: left;
  width: 43%;
  margin: 20px 11px;
  background-image: url("/sites/eliwhitney.oneeach.org/files/Group%2097.png");
  position: relative;
  z-index: 9;
  background-repeat: no-repeat;
  background-position: -24px -23px;
}
/* line 25, ../sass/modules/_archives.scss */
.view-archive .views-row .views-field-nothing .title a {
  color: #952F2B;
  font-family: "georgiapro", sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  text-decoration: none;
}
/* line 33, ../sass/modules/_archives.scss */
.view-archive .views-row .views-field-nothing .key {
  background: #9E81BA;
  border-radius: 30px;
  float: left;
  padding: 0px 14px;
  font-size: 14px;
  margin-right: 5px;
  margin-top: 15px;
}
/* line 42, ../sass/modules/_archives.scss */
.view-archive .views-row .views-field-nothing .more {
  float: right;
  position: relative;
  bottom: 20px;
  background: #952F2B;
  padding: 0px;
  right: 0px;
  left: 20px;
  color: transparent;
}
/* line 51, ../sass/modules/_archives.scss */
.view-archive .views-row .views-field-nothing .more a {
  background: url(/sites/eliwhitney.oneeach.org/files/bi_arrow-right.png);
  color: transparent;
  background-position: center !important;
  background-size: 28px;
  background-repeat: no-repeat;
}
/* line 63, ../sass/modules/_archives.scss */
.view-archive form .mb-3 {
  width: 100%;
  margin-bottom: 35px !important;
}
/* line 67, ../sass/modules/_archives.scss */
.view-archive form label {
  display: inline-block;
  font-family: "georgiapro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
/* line 75, ../sass/modules/_archives.scss */
.view-archive form input {
  border: 2px solid #952F2B;
  border-radius: 0px;
  padding: 0.5rem;
}
/* line 80, ../sass/modules/_archives.scss */
.view-archive form button {
  background: #952F2B;
  border: 1px solid #952F2B;
  border-radius: 0px;
  font-family: "georgiapro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 20px;
}
/* line 89, ../sass/modules/_archives.scss */
.view-archive form button:hover {
  background: #789A5B;
  border: 1px solid #789A5B;
}

/* line 96, ../sass/modules/_archives.scss */
.view-archive .views-row .views-field-field-school-image, .view-archive .views-row .views-field-field-summer-image, .view-archive .views-row .views-field-field-birthday-image, .view-archive .views-row .views-field-field-game-image {
  float: left;
}

/* line 99, ../sass/modules/_archives.scss */
.view-archive .views-row .views-field-field-school-image img, .view-archive .views-row .views-field-field-summer-image img, .view-archive .views-row .views-field-field-birthday-image img, .view-archive .views-row .views-field-field-game-image img {
  padding-right: 10px;
  height: auto;
}

/* line 103, ../sass/modules/_archives.scss */
.view-archive .view-header h2 {
  font-family: "georgiapro", sans-serif !important;
}

/* line 106, ../sass/modules/_archives.scss */
.view-archive .views-field-title a {
  color: #952F2B;
  font-family: "georgiapro", sans-serif;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
  text-decoration: none;
}

/* line 2, ../sass/modules/_calendar.scss */
.view-events .view-filters {
  background: #949B9C;
  padding: 70px 80px;
}
/* line 7, ../sass/modules/_calendar.scss */
.view-events form label {
  display: inline-block;
  font-family: "georgiapro", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
}
/* line 15, ../sass/modules/_calendar.scss */
.view-events form input, .view-events form select {
  border: 2px solid #952F2B;
  border-radius: 0px;
  padding: 0.5rem;
}
/* line 20, ../sass/modules/_calendar.scss */
.view-events form .mb-3 {
  margin: 0px 15px !important;
}
/* line 23, ../sass/modules/_calendar.scss */
.view-events form button {
  background: #952F2B;
  border: 1px solid #952F2B;
  border-radius: 0px;
  font-family: "georgiapro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 20px;
  margin-top: 20px;
}
/* line 33, ../sass/modules/_calendar.scss */
.view-events form button:hover {
  background: #789A5B;
  border: 1px solid #789A5B;
}

/* line 41, ../sass/modules/_calendar.scss */
.featured-event-block, .all-events-block {
  padding: 80px 100px;
}

/* line 45, ../sass/modules/_calendar.scss */
.featured-event-block h2 {
  color: #292C2A;
  font-family: "georgiapro", sans-serif;
  font-size: 42px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 40px;
}
/* line 53, ../sass/modules/_calendar.scss */
.featured-event-block .view-events {
  background: #EEF3F5;
}
/* line 56, ../sass/modules/_calendar.scss */
.featured-event-block .views-field-field-event-image {
  float: left;
  padding-right: 20px;
}
/* line 60, ../sass/modules/_calendar.scss */
.featured-event-block .views-field-nothing {
  padding: 40px;
}
/* line 62, ../sass/modules/_calendar.scss */
.featured-event-block .views-field-nothing .title a {
  color: #292C2A;
  font-family: "georgiapro", sans-serif;
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  text-decoration: none;
}
/* line 70, ../sass/modules/_calendar.scss */
.featured-event-block .views-field-nothing .body {
  color: #414642;
  font-family: "georgiapro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  margin-top: 20px;
}
/* line 79, ../sass/modules/_calendar.scss */
.featured-event-block .views-field-nothing .subject {
  margin-bottom: 20px;
  background: url("/sites/eliwhitney.oneeach.org/files/Vector(1).svg");
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
  padding: 0px 45px 0px 0px;
  display: table;
  color: #952F2B;
  font-size: 32px;
  font-weight: bold;
}
/* line 91, ../sass/modules/_calendar.scss */
.featured-event-block .views-field-nothing .start_date {
  font-family: "georgiapro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #952F2B;
  font-weight: 700;
  float: left;
  padding-right: 10px;
}
/* line 100, ../sass/modules/_calendar.scss */
.featured-event-block .views-field-nothing .end_date {
  font-family: "georgiapro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #952F2B;
  font-weight: 700;
}
/* line 107, ../sass/modules/_calendar.scss */
.featured-event-block .views-field-nothing .button {
  text-align: right;
}
/* line 109, ../sass/modules/_calendar.scss */
.featured-event-block .views-field-nothing .button a {
  background: #952F2B;
  border: 1px solid #952F2B;
  border-radius: 0px;
  font-family: "georgiapro", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
}
/* line 120, ../sass/modules/_calendar.scss */
.featured-event-block .views-field-nothing .button a:hover {
  background: #789A5B;
  border: 1px solid #789A5B;
}

/* line 129, ../sass/modules/_calendar.scss */
.block-events-filter form {
  margin: 0 auto;
  width: 1170px;
}

/* line 133, ../sass/modules/_calendar.scss */
.block-events-filter .view-events form .form-actions {
  width: 100%;
  text-align: right;
  margin: 0px 53px !important;
}

/* line 139, ../sass/modules/_calendar.scss */
.all-events-block h2 {
  color: #292C2A;
  font-family: "georgiapro", sans-serif;
  font-size: 42px;
  line-height: 46px;
  font-weight: 700;
  margin-bottom: 40px;
}
/* line 147, ../sass/modules/_calendar.scss */
.all-events-block .views-field-field-event-image img {
  width: 100%;
  height: auto;
}
/* line 151, ../sass/modules/_calendar.scss */
.all-events-block .views-view-grid .views-col {
  float: left;
  margin: 15px;
  background: #EEF3F5;
  width: 30.5% !important;
}
/* line 157, ../sass/modules/_calendar.scss */
.all-events-block .views-field-nothing {
  padding: 20px;
}
/* line 159, ../sass/modules/_calendar.scss */
.all-events-block .views-field-nothing .title a {
  color: #292C2A;
  font-family: "georgiapro", sans-serif;
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  text-decoration: none;
}
/* line 167, ../sass/modules/_calendar.scss */
.all-events-block .views-field-nothing .body {
  color: #414642;
  font-family: "georgiapro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}
/* line 175, ../sass/modules/_calendar.scss */
.all-events-block .views-field-nothing .subject {
  margin-bottom: 20px;
  background: url("/sites/eliwhitney.oneeach.org/files/Vector(1).svg");
  background-repeat: no-repeat;
  background-position: right;
  background-position: right;
  background-size: 23px;
  display: table;
  padding: 0px 30px 0px 0px;
  color: #952F2B;
  font-weight: bold;
}
/* line 187, ../sass/modules/_calendar.scss */
.all-events-block .views-field-nothing .start_date {
  font-family: "georgiapro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #414642;
  font-weight: 400;
  float: left;
  padding-right: 10px;
}
/* line 196, ../sass/modules/_calendar.scss */
.all-events-block .views-field-nothing .end_date {
  font-family: "georgiapro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #414642;
  font-weight: 400;
}
/* line 203, ../sass/modules/_calendar.scss */
.all-events-block .views-field-nothing .more {
  float: right;
  position: relative;
  background: #952F2B;
  padding: 8px;
  right: 0px;
  left: 20px;
  color: transparent;
}
/* line 211, ../sass/modules/_calendar.scss */
.all-events-block .views-field-nothing .more a {
  background: url(/sites/eliwhitney.oneeach.org/files/bi_arrow-right.png);
  color: transparent;
  background-position: 3px;
}

/* line 220, ../sass/modules/_calendar.scss */
._all-events-block .e-date {
  font-size: 12px;
  line-height: initial;
  padding-top: 0px;
  display: flex;
  align-items: center;
  text-align: center;
  word-break: break-word;
}

/* line 231, ../sass/modules/_calendar.scss */
.featured-event-block .e-date span,
.all-events-block .e-date span {
  margin: 0 auto;
  padding: 0 6px;
}

/* line 237, ../sass/modules/_calendar.scss */
.featured-event-block ._views-field-field-event-start-date-value-1,
.featured-event-block .e-date,
.all-events-block ._views-field-field-event-start-date-value-1,
.all-events-block .e-date {
  background: url("/sites/eliwhitney.oneeach.org/files/Calendar-Gear.png");
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 20px;
  background-position: 0px 1px;
  width: 80px;
  color: #952F2B;
  font-family: "georgiapro", sans-serif;
  font-weight: bold;
  position: absolute;
  z-index: 9;
  margin: 25px;
  height: 65px;
  font-size: 12px;
  line-height: initial;
  padding-top: 0px;
  display: flex;
  align-items: center;
  text-align: center;
  word-break: break-word;
}

/* line 262, ../sass/modules/_calendar.scss */
.block-events-filter form #edit-combine {
  background-image: url("https://eliwhitney.oneeach.org/sites/eliwhitney.oneeach.org/files/bi_search.png");
  background-repeat: no-repeat;
  background-position: 400px;
}

/* line 267, ../sass/modules/_calendar.scss */
.block-events-filter form .form-item-combine {
  width: 37%;
}

/* line 270, ../sass/modules/_calendar.scss */
.page-link {
  margin: 0px 5px;
  border-radius: 3px;
}

/* line 274, ../sass/modules/_calendar.scss */
.page-link:hover {
  background: #952F2B;
  border: 1px solid #952F2B;
  color: #fff;
}

/* line 279, ../sass/modules/_calendar.scss */
.page-item a:hover, .page-item span:hover, .page-item:hover {
  color: #fff !important;
}

/* line 283, ../sass/modules/_calendar.scss */
.block-events-filter .views-view-grid .views-col {
  float: left;
  margin: 15px;
  background: #EEF3F5;
  width: 30.5% !important;
}
/* line 289, ../sass/modules/_calendar.scss */
.block-events-filter .views-field-field-event-start-date-value-1 {
  background: url("/sites/eliwhitney.oneeach.org/files/Calendar-Gear.png");
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 20px;
  background-position: 0px 1px;
  width: 80px;
  text-align: center;
  padding-top: 13px;
  color: #952F2B;
  font-family: "georgiapro", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  position: absolute;
  z-index: 9;
  margin: 25px;
  height: 65px;
}
/* line 308, ../sass/modules/_calendar.scss */
.block-events-filter .views-field-field-event-start-date-value-1 {
  text-align: center;
  color: #952F2B;
  font-family: "georgiapro", sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
}
/* line 316, ../sass/modules/_calendar.scss */
.block-events-filter .views-field-field-event-image img {
  width: 100%;
  height: auto;
}
/* line 320, ../sass/modules/_calendar.scss */
.block-events-filter .views-field-nothing {
  padding: 20px;
}
/* line 322, ../sass/modules/_calendar.scss */
.block-events-filter .views-field-nothing .title a {
  color: #292C2A;
  font-family: "georgiapro", sans-serif;
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  text-decoration: none;
}
/* line 330, ../sass/modules/_calendar.scss */
.block-events-filter .views-field-nothing .subject {
  background: url("https://eliwhitney.oneeach.org/sites/eliwhitney.oneeach.org/files/Vector(1).svg");
  background-repeat: no-repeat;
  background-position: right;
  background-position: right;
  background-size: 23px;
  display: table;
  padding: 0px 30px 0px 0px;
  color: #952F2B;
  font-weight: bold;
}
/* line 341, ../sass/modules/_calendar.scss */
.block-events-filter .views-field-nothing .start_date {
  font-family: "georgiapro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #414642;
  font-weight: 400;
  float: left;
  padding-right: 10px;
}
/* line 350, ../sass/modules/_calendar.scss */
.block-events-filter .views-field-nothing .more {
  float: right;
  position: relative;
  background: #952F2B;
  padding: 8px;
  right: 0px;
  left: 20px;
  color: transparent;
}
/* line 358, ../sass/modules/_calendar.scss */
.block-events-filter .views-field-nothing .more a {
  background: url(/sites/eliwhitney.oneeach.org/files/bi_arrow-right.png);
  color: transparent;
  background-position: 3px;
}
/* line 365, ../sass/modules/_calendar.scss */
.block-events-filter .view-content.row {
  padding: 80px 100px;
}

/* line 1, ../sass/modules/_search.scss */
#searchr {
  width: 60% !important;
  margin: auto !important;
  height: 500px;
}

/* line 6, ../sass/modules/_search.scss */
#searchr {
  background: #789A5B;
  opacity: 90%;
}

/* line 10, ../sass/modules/_search.scss */
.search.closed {
  max-height: 50% !important;
  padding-top: 9% !important;
}

/* line 14, ../sass/modules/_search.scss */
.search {
  text-align: center;
  transition: all 0.9s ease-in-out 0s;
  max-height: 0px;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(242, 242, 242, 0.95);
  z-index: 999;
}
/* line 28, ../sass/modules/_search.scss */
.search #block-searchblockclose {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  text-align: right;
}
/* line 34, ../sass/modules/_search.scss */
.search #block-searchblockclose a {
  color: #fff;
  font-size: 24px;
}
/* line 39, ../sass/modules/_search.scss */
.search form#search-block-form {
  max-width: 500px;
  margin: 0 auto;
  display: block;
  padding-top: 0px;
}

/* line 46, ../sass/modules/_search.scss */
.search-block-form {
  width: 500px !important;
  margin: 0 auto;
  text-align: center;
}
/* line 50, ../sass/modules/_search.scss */
.search-block-form .content {
  display: block;
}
/* line 53, ../sass/modules/_search.scss */
.search-block-form .form-type-search {
  display: block;
}

/* line 57, ../sass/modules/_search.scss */
.search-warp form#search-block-form .form-search, .search-warp form#search-block-form #edit-search-block-form {
  height: 60px;
  font-size: 20px;
  border-radius: 0px;
  height: 42px !important;
}

/* line 63, ../sass/modules/_search.scss */
#block-searchform .button {
  background: #F2B046 !important;
  padding: 12px 20px !important;
  border: #F2B046 !important;
  border-radius: 5px !important;
  margin-top: 20px !important;
  color: #0A4680 !important;
  width: auto !important;
  margin: 0 auto;
  margin-top: 0px;
}

/* line 74, ../sass/modules/_search.scss */
.block-search {
  float: right;
  text-align: left;
  width: 15%;
  margin-top: 7px;
  padding-left: 0px;
}
/* line 80, ../sass/modules/_search.scss */
.block-search a {
  font-size: 20px;
  color: #292C2A;
  font-family: "georgiapro", sans-serif;
  text-transform: capitalize;
  font-weight: bold;
  text-decoration: none;
}

/* line 89, ../sass/modules/_search.scss */
#edit-submit {
  display: inline-block;
  vertical-align: baseline;
  text-decoration: none !important;
  color: #ffffff !important;
  padding: 10px 20px;
  transition: all 0.3s linear 0s;
  line-height: 23px;
  background: #952F2B;
  border: 1px solid #952F2B;
  font-family: "georgiapro", sans-serif;
  font-size: 20px !important;
  text-transform: capitalize !important;
}

/* line 3, ../sass/modules/_calendar_page.scss */
.path-calendar-page .view-events .views-view-grid .views-col {
  float: left;
  margin: 15px;
  background: #EEF3F5;
  width: 30.5% !important;
}
/* line 9, ../sass/modules/_calendar_page.scss */
.path-calendar-page .view-events .views-field-field-event-image img {
  width: 100%;
  height: auto;
}
/* line 13, ../sass/modules/_calendar_page.scss */
.path-calendar-page .view-events .views-field-nothing {
  padding: 20px;
}
/* line 15, ../sass/modules/_calendar_page.scss */
.path-calendar-page .view-events .views-field-nothing .title a {
  color: #292C2A;
  font-family: "georgiapro", sans-serif;
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  text-decoration: none;
}
/* line 23, ../sass/modules/_calendar_page.scss */
.path-calendar-page .view-events .views-field-nothing .subject {
  margin-bottom: 20px;
}
/* line 26, ../sass/modules/_calendar_page.scss */
.path-calendar-page .view-events .views-field-nothing .start_date {
  font-family: "georgiapro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #414642;
  font-weight: 400;
  float: left;
  padding-right: 10px;
}
/* line 35, ../sass/modules/_calendar_page.scss */
.path-calendar-page .view-events .views-field-nothing .end_date {
  font-family: "georgiapro", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #414642;
  font-weight: 400;
}
/* line 42, ../sass/modules/_calendar_page.scss */
.path-calendar-page .view-events .views-field-nothing .more {
  float: right;
  position: relative;
  background: #952F2B;
  padding: 8px;
  right: 0px;
  left: 20px;
  color: transparent;
}
/* line 50, ../sass/modules/_calendar_page.scss */
.path-calendar-page .view-events .views-field-nothing .more a {
  background: url(/sites/eliwhitney.oneeach.org/files/bi_arrow-right.png);
  color: transparent;
  background-position: 3px;
}

/* line 59, ../sass/modules/_calendar_page.scss */
.fc-body tr {
  background: #fff !important;
}

/* line 62, ../sass/modules/_calendar_page.scss */
.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td {
  border-color: #ddd !important;
}

/* line 65, ../sass/modules/_calendar_page.scss */
thead tr {
  border-bottom: none !important;
}

/* line 68, ../sass/modules/_calendar_page.scss */
table {
  margin: 0px 0;
}

/* line 71, ../sass/modules/_calendar_page.scss */
.fc-event {
  background-color: #789A5B;
  border: 1px solid #789A5B;
}

/* line 1, ../sass/modules/_footer.scss */
.site-footer {
  background: #F5F5F5;
  padding: 0px;
  background-image: url("/sites/eliwhitney.oneeach.org/files/eli-whitney-signature-footer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* line 10, ../sass/modules/_footer.scss */
.block-footer-logo img {
  float: left;
  margin-right: 10px;
}
/* line 14, ../sass/modules/_footer.scss */
.block-footer-logo p {
  color: #414642;
  font-size: 16px;
  font-family: "georgiapro", sans-serif;
  margin-bottom: 0px;
}
/* line 19, ../sass/modules/_footer.scss */
.block-footer-logo p a {
  color: #414642 !important;
  font-size: 16px;
  font-family: "georgiapro", sans-serif;
  margin-bottom: 0px;
}

/* line 27, ../sass/modules/_footer.scss */
#block-joinonmailinglist {
  text-align: center;
}
/* line 29, ../sass/modules/_footer.scss */
#block-joinonmailinglist .field--name-body {
  display: inline-flex;
}
/* line 31, ../sass/modules/_footer.scss */
#block-joinonmailinglist .field--name-body p {
  float: left;
  padding: 0px 5px;
  margin-bottom: 0px;
}
/* line 36, ../sass/modules/_footer.scss */
#block-joinonmailinglist .field--name-body a {
  color: #952F2B;
  font-size: 16px;
  font-family: "georgiapro", sans-serif;
  text-decoration: none;
}

/* line 44, ../sass/modules/_footer.scss */
.region-copyright p {
  color: #414642;
  font-family: "georgiapro", sans-serif;
  font-weight: normal;
}

/* line 49, ../sass/modules/_footer.scss */
.site-footer .block {
  margin: 20px 0 0px;
}

/* line 52, ../sass/modules/_footer.scss */
#block-copyrightblock {
  text-align: right;
}

/* line 55, ../sass/modules/_footer.scss */
#block-joinonmailinglist .field--name-body img {
  padding: 0px;
}

/* line 3, ../sass/modules/_program_banner.scss */
.program-banner-block {
  margin-top: 50px;
}
/* line 5, ../sass/modules/_program_banner.scss */
.program-banner-block .views-row {
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 5, ../sass/modules/_program_banner.scss */
  .program-banner-block .views-row {
    margin-bottom: 15px;
  }
}
/* line 10, ../sass/modules/_program_banner.scss */
.program-banner-block .views-row .views-field.views-field-nothing {
  position: absolute;
  top: 0;
  width: calc(100% - 24px);
  height: 100%;
  padding: 25px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
/* line 23, ../sass/modules/_program_banner.scss */
.program-banner-block .views-row .views-field.views-field-nothing .field-content {
  align-items: center;
  margin-bottom: auto;
  margin-top: auto;
  text-align: center;
}
/* line 29, ../sass/modules/_program_banner.scss */
.program-banner-block .views-row .views-field.views-field-nothing:hover {
  background: transparent;
}
/* line 31, ../sass/modules/_program_banner.scss */
.program-banner-block .views-row .views-field.views-field-nothing:hover .n-link,
.program-banner-block .views-row .views-field.views-field-nothing:hover .n-body {
  display: block;
}
/* line 38, ../sass/modules/_program_banner.scss */
.program-banner-block .views-row .n-title a {
  color: #fff;
  font-size: 26px;
  text-decoration: none;
}
/* line 45, ../sass/modules/_program_banner.scss */
.program-banner-block .views-row .n-body {
  display: none;
  color: #fff;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 52, ../sass/modules/_program_banner.scss */
.program-banner-block .views-row .n-link {
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 56, ../sass/modules/_program_banner.scss */
.program-banner-block .views-row .n-link a {
  border: 1px solid #952F2B;
  padding: 7px 35px;
  border-radius: 6px;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  background: #952F2B;
  display: inline-block;
  margin-top: 15px;
}
/* line 67, ../sass/modules/_program_banner.scss */
.program-banner-block .views-row .n-link a:hover {
  border: 1px solid #789A5B;
  color: #fff !important;
  background: #789A5B;
}
/* line 76, ../sass/modules/_program_banner.scss */
.program-banner-block .views-field.views-field-field-image-program img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* line 2, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row {
  position: relative;
  overflow: hidden;
  padding: 0px;
  max-width: 275px;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 9, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row img {
  width: 100%;
  height: auto;
  padding: 0px !important;
}
/* line 14, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row .views-field.views-field-title, .view-board-of-directors .views-row .views-field.views-field-title a {
  position: absolute;
  bottom: 30px;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-shadow: 0px 0px 1px #333;
  text-decoration: none;
}
/* line 26, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row .views-field-view-node a, .view-board-of-directors .views-row .views-field.views-field-nothing {
  position: absolute;
  padding-top: 26%;
  text-align: center;
  background: rgba(0, 96, 175, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  font-size: 40px;
  color: #fff;
  transform: translateY(100%);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
/* line 39, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row .views-field-view-node a:hover, .view-board-of-directors .views-row .views-field.views-field-nothing:hover {
  transform: translateY(0%);
}
/* line 44, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row:hover .views-field-view-node a, .view-board-of-directors .views-row:hover .views-field.views-field-nothing {
  transform: translateY(0%);
}
/* line 48, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row .views-field.views-field-nothing {
  padding: 19% 1% 1% 1%;
  font-size: 14px;
  background: #952F2B;
}
/* line 52, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row .views-field.views-field-nothing .name {
  font-size: 20px;
  font-weight: bold;
}
/* line 55, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row .views-field.views-field-nothing .name a {
  color: #fff;
  text-decoration: none;
}
/* line 60, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row .views-field.views-field-nothing .bio a {
  color: rgba(255, 255, 255, 0.6);
  transition: all .3s linear 0s;
  font-size: 13px;
  text-decoration: none;
}
/* line 65, ../sass/pages/_bod.scss */
.view-board-of-directors .views-row .views-field.views-field-nothing .bio a:hover {
  color: #fff;
}

@media (min-width: 0px) and (max-width: 640px) {
  /* line 74, ../sass/pages/_bod.scss */
  .view-board-of-directors .views-row {
    width: 290px !important;
    margin: 1% auto !important;
    float: none !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* line 82, ../sass/pages/_bod.scss */
  .view-board-of-directors .views-row .views-field.views-field-title a {
    left: 18px !important;
    font-size: 15px !important;
  }
}
/* line 3, ../sass/pages/_archived.scss */
.path-archives .view-archives .views-row {
  margin-bottom: 20px;
}
/* line 5, ../sass/pages/_archived.scss */
.path-archives .view-archives .views-row .archived-tag.yes {
  display: block !important;
}
/* line 8, ../sass/pages/_archived.scss */
.path-archives .view-archives .views-row .archived-tag {
  display: none;
  background: #d9d9d9;
  color: #232624;
  padding: 0px 5px;
  position: absolute;
  left: -29px;
  transform: rotate(-45deg);
  top: 17px;
  width: 116px;
  text-align: center;
}
/* line 19, ../sass/pages/_archived.scss */
.path-archives .view-archives .views-row .archived-tag span {
  display: none;
}
/* line 23, ../sass/pages/_archived.scss */
.path-archives .view-archives .views-row .views-field.views-field-nothing {
  padding: 20px;
  background: #F5F5F5;
  height: 100%;
  position: relative;
  overflow: hidden;
}
/* line 29, ../sass/pages/_archived.scss */
.path-archives .view-archives .views-row .views-field.views-field-nothing .archive-image {
  width: 100px;
  height: 100px;
  background: #d9d9d9;
  float: left;
  margin: 0px 20px 0px 0px;
}
/* line 37, ../sass/pages/_archived.scss */
.path-archives .view-archives .views-row .views-field.views-field-nothing .archive-title a {
  color: #952F2B;
  font-weight: bold;
}

/* line 3, ../sass/pages/_archived_projects.scss */
.page-view-archived-projects .view-archived-projects .views-row {
  margin-bottom: 20px;
}
/* line 5, ../sass/pages/_archived_projects.scss */
.page-view-archived-projects .view-archived-projects .views-row .archived-tag.yes {
  display: block !important;
}
/* line 8, ../sass/pages/_archived_projects.scss */
.page-view-archived-projects .view-archived-projects .views-row .archived-tag {
  display: none;
  background: #d9d9d9;
  color: #232624;
  padding: 0px 5px;
  position: absolute;
  left: -29px;
  transform: rotate(-45deg);
  top: 17px;
  width: 116px;
  text-align: center;
}
/* line 19, ../sass/pages/_archived_projects.scss */
.page-view-archived-projects .view-archived-projects .views-row .archived-tag span {
  display: none;
}
/* line 23, ../sass/pages/_archived_projects.scss */
.page-view-archived-projects .view-archived-projects .views-row .views-field.views-field-nothing {
  padding: 20px;
  background: #F5F5F5;
  height: 100%;
  position: relative;
  overflow: hidden;
}
/* line 29, ../sass/pages/_archived_projects.scss */
.page-view-archived-projects .view-archived-projects .views-row .views-field.views-field-nothing .archive-image {
  width: 100px;
  height: 100px;
  background: #d9d9d9;
  float: left;
  margin: 0px 20px 0px 0px;
}
/* line 37, ../sass/pages/_archived_projects.scss */
.page-view-archived-projects .view-archived-projects .views-row .views-field.views-field-nothing .archive-title a {
  color: #952F2B;
  font-weight: bold;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 2, ../sass/layouts/_mobile.scss */
  #block-headermenu-2 ul {
    display: block ruby;
  }

  /* line 5, ../sass/layouts/_mobile.scss */
  .region-map .view-footer p {
    text-align: center;
    padding-right: 0px;
  }

  /* line 9, ../sass/layouts/_mobile.scss */
  .block-left {
    padding: 30px;
  }

  /* line 12, ../sass/layouts/_mobile.scss */
  .region-events .view-events .views-field-title a {
    font-size: 18px;
  }

  /* line 15, ../sass/layouts/_mobile.scss */
  .region-events .view-events .views-field-body {
    display: none;
  }

  /* line 18, ../sass/layouts/_mobile.scss */
  .region-events .view-events .view-footer {
    float: none;
    text-align: center;
  }

  /* line 22, ../sass/layouts/_mobile.scss */
  .front-page-rotor-banner .views-field.views-field-nothing {
    width: 100%;
  }

  /* line 25, ../sass/layouts/_mobile.scss */
  .front-page-rotor-banner .views-field.views-field-nothing .field-content {
    padding: 8px;
  }

  /* line 28, ../sass/layouts/_mobile.scss */
  .front-page-rotor-banner .views-slideshow-controls-bottom .item-list .views-slideshow-pager-bullets {
    left: 28px;
    bottom: 110px;
    text-align: left;
  }

  /* line 33, ../sass/layouts/_mobile.scss */
  .views_slideshow_controls_text {
    right: 35px !important;
  }

  /* line 36, ../sass/layouts/_mobile.scss */
  .path-frontpage .region-events .views-field-field-subject-1 .field-content {
    display: flex;
    font-size: 15px;
    word-wrap: anywhere;
  }

  /* line 41, ../sass/layouts/_mobile.scss */
  .block-vacation-programs, .block-school-programs, .block-birthday-parties, .block-fantasy-game-night {
    padding: 70px 30px !important;
  }

  /* line 44, ../sass/layouts/_mobile.scss */
  .block-vacation-programs .slick__slide, .block-school-programs .slick__slide, .block-birthday-parties .slick__slide, .block-fantasy-game-night .slick__slide {
    width: 100% !important;
    margin: 10px 0px !important;
  }

  /* line 48, ../sass/layouts/_mobile.scss */
  .block-vacation-programs .title a, .block-school-programs .title a, .block-birthday-parties .title a, .block-fantasy-game-night .title a {
    font-size: 18px !important;
    line-height: 32px !important;
  }

  /* line 52, ../sass/layouts/_mobile.scss */
  .block-vacation-programs .key, .block-school-programs .key, .block-birthday-parties .key, .block-fantasy-game-night .key, .block-vacation-programs .key1, .block-school-programs .key1, .block-birthday-parties .key1, .block-fantasy-game-night .key1 {
    font-size: 14px !important;
  }

  /* line 55, ../sass/layouts/_mobile.scss */
  .block-vacation-programs .key2, .block-school-programs .key2, .block-birthday-parties .key2, .block-fantasy-game-night .key2 {
    font-size: 14px !important;
  }

  /* line 58, ../sass/layouts/_mobile.scss */
  .block-vacation-programs .view-footer a, .block-school-programs .view-footer a, .block-birthday-parties .view-footer a, .block-fantasy-game-night .view-footer a {
    display: block;
  }

  /* line 61, ../sass/layouts/_mobile.scss */
  .view-school-programs .view-filters {
    width: 100% !important;
    padding: 65px 20px 65px 20px !important;
  }

  /* line 65, ../sass/layouts/_mobile.scss */
  .view-school-programs .view-content.row {
    padding: 20px 30px !important;
  }

  /* line 68, ../sass/layouts/_mobile.scss */
  .view-school-programs .views-row {
    width: 100% !important;
    margin: 20px 0px !important;
  }

  /* line 72, ../sass/layouts/_mobile.scss */
  .view-school-programs .views-row .views-field-nothing .more {
    bottom: 20px !important;
  }

  /* line 75, ../sass/layouts/_mobile.scss */
  .left-content {
    width: 100% !important;
    padding-right: 0px !important;
  }

  /* line 79, ../sass/layouts/_mobile.scss */
  .right-content {
    padding-left: 0px !important;
    display: block !important;
    text-align: center !important;
  }

  /* line 84, ../sass/layouts/_mobile.scss */
  .views-field-field-program-details .field--name-field-program-name {
    font-size: 16px !important;
  }

  /* line 87, ../sass/layouts/_mobile.scss */
  .block-view-summer-programs .views-field-title a {
    font-size: 20px !important;
  }

  /* line 90, ../sass/layouts/_mobile.scss */
  .view-archive .view-header {
    float: none !important;
    width: 100% !important;
    padding: 20px !important;
  }

  /* line 95, ../sass/layouts/_mobile.scss */
  .view-archive .view-filters {
    width: 100% !important;
    padding: 65px 20px 65px 20px !important;
  }

  /* line 99, ../sass/layouts/_mobile.scss */
  .view-archive .view-content.row {
    padding: 20px !important;
  }

  /* line 102, ../sass/layouts/_mobile.scss */
  .image-style-featured-event {
    width: 100% !important;
    height: auto !important;
  }

  /* line 106, ../sass/layouts/_mobile.scss */
  .view-events .view-filters {
    background: #949B9C !important;
    padding: 70px 20px !important;
  }

  /* line 110, ../sass/layouts/_mobile.scss */
  .block-events-filter form {
    margin: 0 auto !important;
    width: 100% !important;
  }

  /* line 114, ../sass/layouts/_mobile.scss */
  .block-events-filter .view-events form .form-actions {
    width: 100% !important;
    text-align: center !important;
    margin: 0px 15px !important;
    padding-top: 15px !important;
  }

  /* line 120, ../sass/layouts/_mobile.scss */
  .featured-event-block, .all-events-block {
    padding: 80px 40px !important;
  }

  /* line 123, ../sass/layouts/_mobile.scss */
  .featured-event-block .views-field-nothing {
    padding: 15px !important;
  }

  /* line 126, ../sass/layouts/_mobile.scss */
  .featured-event-block .views-field-field-event-image {
    padding-right: 0px !important;
  }

  /* line 129, ../sass/layouts/_mobile.scss */
  .featured-event-block .views-field-nothing .title a {
    font-size: 22px !important;
    line-height: 34px !important;
  }

  /* line 133, ../sass/layouts/_mobile.scss */
  .featured-event-block .views-field-nothing .subject {
    background-size: 23px !important;
    padding: 0px 30px 0px 0px !important;
    display: table;
    color: #952F2B;
    font-size: 20px !important;
  }

  /* line 140, ../sass/layouts/_mobile.scss */
  .all-events-block .views-view-grid .views-col {
    float: left;
    margin: 15px 0px !important;
    background: #EEF3F5;
    width: 100% !important;
  }

  /* line 146, ../sass/layouts/_mobile.scss */
  .footer-right, .footer-middle {
    width: 50% !important;
    float: left;
  }

  /* line 150, ../sass/layouts/_mobile.scss */
  #block-joinonmailinglist .field--name-body a {
    font-size: 15px !important;
  }

  /* line 153, ../sass/layouts/_mobile.scss */
  #block-joinonmailinglist .field--name-body p {
    padding: 0px 2px !important;
  }

  /* line 156, ../sass/layouts/_mobile.scss */
  .withImage .t-outer {
    width: 100% !important;
    text-align: center !important;
    float: none !important;
    right: auto !important;
    padding: 20px 0px !important;
  }

  /* line 163, ../sass/layouts/_mobile.scss */
  .path-calendar-page .view-events .views-view-grid .views-col {
    float: left;
    margin: 15px 0px !important;
    background: #EEF3F5;
    width: 100% !important;
  }

  /* line 169, ../sass/layouts/_mobile.scss */
  .block-vacation-programs .view-header p, .block-school-programs .view-header p, .block-birthday-parties .view-header p, .block-fantasy-game-night .view-header p {
    padding-right: 0% !important;
    padding-bottom: 20%;
  }

  /* line 173, ../sass/layouts/_mobile.scss */
  .page-node-22 .block-page-title-block h1.title {
    position: relative !important;
    float: none !important;
    width: 100% !important;
    margin-top: 0px !important;
    z-index: 9 !important;
    right: 0px !important;
    opacity: 90% !important;
    text-align: center !important;
  }

  /* line 183, ../sass/layouts/_mobile.scss */
  .page-node-22 .block-page-title-block {
    position: relative;
    width: 100%;
  }

  /* line 187, ../sass/layouts/_mobile.scss */
  .page-node-22 .block-page-title-block h1.title {
    position: relative !important;
    float: none !important;
    width: 100% !important;
    margin-top: 0px !important;
    z-index: 9 !important;
    right: 0px !important;
    opacity: 90% !important;
    text-align: center !important;
  }

  /* line 197, ../sass/layouts/_mobile.scss */
  .page-node-22 .block-page-title-block {
    position: relative;
    width: 100%;
  }

  /* line 201, ../sass/layouts/_mobile.scss */
  .view-archive .views-row {
    width: 100% !important;
    margin: 10px 0px !important;
  }

  /* line 205, ../sass/layouts/_mobile.scss */
  .view-archive .views-row .views-field-nothing .title a {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  /* line 209, ../sass/layouts/_mobile.scss */
  .page-node-31.withImage .t-outer .pTitle h1 {
    text-align: center !important;
  }

  /* line 212, ../sass/layouts/_mobile.scss */
  .page-node-31.withImage .t-outer .pTitle p {
    text-align: center !important;
    padding-right: 0px !important;
  }

  /* line 216, ../sass/layouts/_mobile.scss */
  .path-workshop.withOutImage .t-outer {
    width: 100% !important;
    padding: 20px 0px !important;
  }

  /* line 220, ../sass/layouts/_mobile.scss */
  .block-events-filter form #edit-combine {
    background-image: url("https://eliwhitney.oneeach.org/sites/eliwhitney.oneeach.org/files/bi_search.png");
    background-repeat: no-repeat;
    background-position: 275px !important;
  }

  /* line 225, ../sass/layouts/_mobile.scss */
  .block-events-filter form .form-item-combine {
    width: 100% !important;
  }

  /* line 228, ../sass/layouts/_mobile.scss */
  .block-events-filter form #edit-combine {
    background-image: url("https://eliwhitney.oneeach.org/sites/eliwhitney.oneeach.org/files/bi_search.png");
    background-repeat: no-repeat;
    background-position: right !important;
  }

  /* line 233, ../sass/layouts/_mobile.scss */
  .block-events-filter form .form-item-combine {
    width: 100% !important;
  }

  /* line 236, ../sass/layouts/_mobile.scss */
  .block-events-filter .views-view-grid .views-col {
    width: 100% !important;
  }

  /* line 239, ../sass/layouts/_mobile.scss */
  .block-events-filter .view-content.row {
    padding: 20px !important;
  }

  /* line 242, ../sass/layouts/_mobile.scss */
  .block-events-filter .views-view-grid .views-col {
    width: 100% !important;
  }

  /* line 245, ../sass/layouts/_mobile.scss */
  .block-events-filter .view-content.row {
    padding: 20px !important;
  }

  /* line 248, ../sass/layouts/_mobile.scss */
  .view-events form .mb-3 {
    margin: 10px 15px !important;
  }

  /* line 251, ../sass/layouts/_mobile.scss */
  .path-workshop .view-archive .view-content {
    padding: 10px !important;
  }

  /* line 254, ../sass/layouts/_mobile.scss */
  .path-workshop .view-workshop .view-content {
    padding: 10px !important;
  }

  /* line 257, ../sass/layouts/_mobile.scss */
  .path-workshop .view-workshop .views-row {
    background: #EEF3F5;
    padding: 20px;
    float: left;
    width: 100% !important;
    margin: 20px 11px;
  }

  /* line 264, ../sass/layouts/_mobile.scss */
  .page-node-22 .block-page-title-block h1.title {
    margin-top: 0px !important;
  }

  /* line 267, ../sass/layouts/_mobile.scss */
  .mobile-visit-block .image-content {
    overflow-x: scroll;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 272, ../sass/layouts/_mobile.scss */
  .button-content {
    padding: 0px;
  }

  /* line 275, ../sass/layouts/_mobile.scss */
  .button-content button {
    width: 100%;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 280, ../sass/layouts/_mobile.scss */
  .view-workshop .views-field-field-birthday-image {
    float: none !important;
    padding-right: 10px;
  }
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  /* line 286, ../sass/layouts/_mobile.scss */
  .field--name-field-school-image {
    float: none !important;
    margin: 0 1em 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 2, ../sass/layouts/_tab.scss */
  .front-page-rotor-banner .views-field.views-field-nothing {
    width: 80% !important;
  }

  /* line 5, ../sass/layouts/_tab.scss */
  .block-left {
    padding: 35px !important;
    width: 100% !important;
  }

  /* line 9, ../sass/layouts/_tab.scss */
  .block-right {
    width: 100% !important;
  }

  /* line 12, ../sass/layouts/_tab.scss */
  .block-vacation-programs, .block-school-programs, .block-birthday-parties, .block-fantasy-game-night {
    padding: 70px 40px !important;
  }

  /* line 15, ../sass/layouts/_tab.scss */
  .block-vacation-programs .slick__slide, .block-school-programs .slick__slide, .block-birthday-parties .slick__slide, .block-fantasy-game-night .slick__slide {
    width: 46.5% !important;
    margin: 0px 11px !important;
  }

  /* line 19, ../sass/layouts/_tab.scss */
  .view-school-programs .view-filters {
    width: 100%;
    padding: 65px 20px 65px 20px;
  }

  /* line 23, ../sass/layouts/_tab.scss */
  .view-school-programs .view-content.row {
    padding: 20px 30px;
  }

  /* line 26, ../sass/layouts/_tab.scss */
  .view-school-programs .views-row {
    width: 46% !important;
    margin: 20px 14px !important;
  }

  /* line 30, ../sass/layouts/_tab.scss */
  .view-school-programs .views-row .views-field-nothing .more {
    bottom: 20px !important;
  }

  /* line 33, ../sass/layouts/_tab.scss */
  .view-archive .view-header {
    float: none !important;
    width: 100% !important;
    padding: 20px !important;
  }

  /* line 38, ../sass/layouts/_tab.scss */
  .view-archive .view-filters {
    width: 100% !important;
    padding: 65px 20px 65px 20px !important;
  }

  /* line 42, ../sass/layouts/_tab.scss */
  .view-archive .view-content.row {
    padding: 20px !important;
  }

  /* line 45, ../sass/layouts/_tab.scss */
  .view-events .view-filters {
    background: #949B9C;
    padding: 70px 20px;
  }

  /* line 49, ../sass/layouts/_tab.scss */
  .view-events form .mb-3 {
    margin: 0px 15px !important;
    width: 29% !important;
  }

  /* line 53, ../sass/layouts/_tab.scss */
  .block-events-filter form {
    margin: 0 auto !important;
    width: 100% !important;
  }

  /* line 57, ../sass/layouts/_tab.scss */
  .block-events-filter .view-events form .form-actions {
    width: 100% !important;
    text-align: left !important;
    margin: 0px 15px !important;
    padding-top: 15px !important;
  }

  /* line 63, ../sass/layouts/_tab.scss */
  .featured-event-block, .all-events-block {
    padding: 80px 40px !important;
  }

  /* line 66, ../sass/layouts/_tab.scss */
  .featured-event-block .views-field-field-event-image {
    padding-right: 20px !important;
  }

  /* line 69, ../sass/layouts/_tab.scss */
  .featured-event-block .views-field-nothing .title a {
    font-size: 28px !important;
  }

  /* line 72, ../sass/layouts/_tab.scss */
  .featured-event-block .views-field-nothing .subject {
    font-size: 25px !important;
  }

  /* line 75, ../sass/layouts/_tab.scss */
  .all-events-block .views-view-grid .views-col {
    width: 28.5% !important;
  }

  /* line 78, ../sass/layouts/_tab.scss */
  .footer-right, .footer-middle {
    width: 25% !important;
  }

  /* line 81, ../sass/layouts/_tab.scss */
  #block-joinonmailinglist .field--name-body a {
    font-size: 15px !important;
  }

  /* line 84, ../sass/layouts/_tab.scss */
  #block-joinonmailinglist .field--name-body p {
    padding: 0px 2px !important;
  }

  /* line 87, ../sass/layouts/_tab.scss */
  .footer-left {
    width: 46% !important;
  }

  /* line 90, ../sass/layouts/_tab.scss */
  .footer-left p, .footer-left p a {
    font-size: 14px !important;
  }

  /* line 93, ../sass/layouts/_tab.scss */
  .withImage .t-outer {
    right: 2% !important;
  }

  /* line 96, ../sass/layouts/_tab.scss */
  #block-joinonmailinglist .field--name-body p {
    float: left;
    padding: 0px 2px !important;
  }

  /* line 100, ../sass/layouts/_tab.scss */
  .block-events-filter form #edit-combine {
    background-image: url("/sites/eliwhitney.oneeach.org/files/bi_search.png");
    background-repeat: no-repeat;
    background-position: right !important;
  }

  /* line 105, ../sass/layouts/_tab.scss */
  .block-events-filter form .form-item-combine {
    width: 100% !important;
  }

  /* line 108, ../sass/layouts/_tab.scss */
  .block-events-filter .view-content.row {
    padding: 20px !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  /* line 113, ../sass/layouts/_tab.scss */
  .visit-block {
    display: none !important;
  }

  /* line 116, ../sass/layouts/_tab.scss */
  .mobile-visit-block {
    display: block !important;
    background: transparent !important;
  }

  /* line 120, ../sass/layouts/_tab.scss */
  .mobile-visit-block .image-content {
    overflow-x: scroll;
  }
}
@media screen and (min-width: 0px) and (max-width: 1024px) {
  /* line 2, ../sass/layouts/_mobile_menu.scss */
  .header {
    padding: 20px 0px !important;
    padding-bottom: 0px !important;
  }

  /* line 6, ../sass/layouts/_mobile_menu.scss */
  .header .col-2, .header .col-10 {
    width: 50% !important;
    padding: 0px 35px 10px 35px;
  }

  /* line 10, ../sass/layouts/_mobile_menu.scss */
  .header .mobile-menu-icon {
    text-align: right;
  }

  /* line 13, ../sass/layouts/_mobile_menu.scss */
  .region-branding a {
    font-size: 15px !important;
  }

  /* line 16, ../sass/layouts/_mobile_menu.scss */
  .block-headermenu {
    display: none !important;
  }

  /* line 19, ../sass/layouts/_mobile_menu.scss */
  .block-headermenu-mobile, .block-search-mobile {
    display: block !important;
  }

  /* line 22, ../sass/layouts/_mobile_menu.scss */
  .site-name-slogan {
    left: 72px !important;
    margin-top: 30px !important;
    font-size: 17px !important;
  }

  /* line 27, ../sass/layouts/_mobile_menu.scss */
  .mobile-menu-icon img {
    cursor: pointer;
  }

  /* line 30, ../sass/layouts/_mobile_menu.scss */
  #menuwarp.active {
    max-height: 700px;
    transition: max-height 1.25s ease-in;
  }

  /* line 34, ../sass/layouts/_mobile_menu.scss */
  #menuwarp {
    overflow: hidden;
    max-height: 0px;
    transition: max-height 1.15s ease-out;
  }

  /* line 39, ../sass/layouts/_mobile_menu.scss */
  #menuwarp .row.region.region-mmenu {
    padding: 0px 12px;
    border-top: 2px solid #949B9C;
  }

  /* line 43, ../sass/layouts/_mobile_menu.scss */
  #block-searchblock {
    display: none !important;
  }

  /* line 46, ../sass/layouts/_mobile_menu.scss */
  .main-menu {
    display: none;
  }

  /* line 49, ../sass/layouts/_mobile_menu.scss */
  .mobile-main-menu {
    background: #A8B5BA;
    padding-right: 0px !important;
    padding-left: 0px;
  }

  /* line 54, ../sass/layouts/_mobile_menu.scss */
  .mobile-header-menu-block {
    width: auto;
    float: left;
    text-align: right;
    padding-right: 0px;
  }

  /* line 60, ../sass/layouts/_mobile_menu.scss */
  .mobile-header-menu-block .calendar-menu {
    background: url("/sites/eliwhitney.oneeach.org/files/Group.png");
    background-repeat: no-repeat;
    background-position: 4px;
    padding-right: 10px;
    padding-left: 22px;
    background-size: 16px;
    font-size: 18px;
    color: #292C2A;
    font-family: "georgiapro", sans-serif;
    text-transform: capitalize;
    font-weight: bold;
  }

  /* line 73, ../sass/layouts/_mobile_menu.scss */
  .mobile-header-menu-block .newsletter-menu {
    background-repeat: no-repeat !important;
    background-position: 4px !important;
    padding-right: 10px;
    padding-left: 22px;
    background-size: auto !important;
    font-size: 18px;
    color: #292C2A;
    font-family: "georgiapro", sans-serif;
    text-transform: capitalize;
    font-weight: bold;
    background: url("/sites/eliwhitney.oneeach.org/files/bi_newspaper.png");
  }

  /* line 86, ../sass/layouts/_mobile_menu.scss */
  .mobile-search-block {
    float: right;
    text-align: left;
    width: 30%;
    margin-top: 7px;
  }

  /* line 92, ../sass/layouts/_mobile_menu.scss */
  .mobile-search-block a {
    font-size: 18px;
    color: #292C2A;
    font-family: "georgiapro", sans-serif;
    text-transform: capitalize;
    font-weight: bold;
    text-decoration: none;
  }

  /* line 100, ../sass/layouts/_mobile_menu.scss */
  .mobile-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 a {
    color: #292C2A;
    font-size: 24px;
    font-family: "georgiapro", sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    text-decoration: none;
  }

  /* line 108, ../sass/layouts/_mobile_menu.scss */
  .mobile-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 span {
    background: url(https://eliwhitney.oneeach.org/sites/eliwhitney.oneeach.org/files/chevron-down.png);
    background-repeat: no-repeat;
    background-size: 30px;
    color: transparent !important;
    font-size: 30px;
    position: absolute;
    right: 10px;
    top: 3px;
    height: 30px;
    width: 30px;
    z-index: 99;
    cursor: pointer;
  }

  /* line 122, ../sass/layouts/_mobile_menu.scss */
  #searchr {
    width: 100% !important;
    margin: 0px !important;
    height: 100% !important;
    overflow: hidden;
  }

  /* line 128, ../sass/layouts/_mobile_menu.scss */
  .block-search {
    margin-top: 200px;
    padding-left: 12px;
  }

  /* line 132, ../sass/layouts/_mobile_menu.scss */
  .search-block-form {
    width: 100% !important;
  }

  /* line 135, ../sass/layouts/_mobile_menu.scss */
  .mobile-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2 {
    padding: 10px;
    border-bottom: 1px solid #949B9B7D;
  }

  /* line 139, ../sass/layouts/_mobile_menu.scss */
  .mobile-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2.expended {
    position: static;
    background: #949B9C;
    border: none;
    border-radius: 0px;
  }

  /* line 145, ../sass/layouts/_mobile_menu.scss */
  .mobile-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2.expended span {
    background: url("https://eliwhitney.oneeach.org/sites/eliwhitney.oneeach.org/files/Icon(2).png");
    background-repeat: no-repeat;
    background-size: 18px;
    color: transparent !important;
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 160px;
    height: 30px;
    width: 30px;
    z-index: 99;
    cursor: pointer;
  }

  /* line 159, ../sass/layouts/_mobile_menu.scss */
  .navbar-nav .dropdown-menu {
    position: static;
    background: transparent;
    border: none;
  }

  /* line 164, ../sass/layouts/_mobile_menu.scss */
  .mobile-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2.expended .dropdown-menu a {
    font-size: 20px !important;
    font-weight: 400 !important;
    color: #292C2A;
  }

  /* line 169, ../sass/layouts/_mobile_menu.scss */
  .mobile-main-menu .nav-level-1.nav.navbar-nav .dropdown.nav-level-2.expended a {
    color: #952F2B;
  }

  /* line 172, ../sass/layouts/_mobile_menu.scss */
  .dropdown.expended .dropdown-menu {
    display: block !important;
  }

  /* line 175, ../sass/layouts/_mobile_menu.scss */
  .search #block-searchblockclose {
    top: 40px !important;
  }

  /* line 178, ../sass/layouts/_mobile_menu.scss */
  .search.closed {
    max-height: 100% !important;
    padding-top: 30% !important;
  }

  /* line 182, ../sass/layouts/_mobile_menu.scss */
  .dropdown-menu li {
    padding: 6px 0px;
  }

  /* line 185, ../sass/layouts/_mobile_menu.scss */
  .dropdown-menu li a {
    padding: 5px 10px !important;
  }

  /* line 188, ../sass/layouts/_mobile_menu.scss */
  .withImage .t-outer .pTitle h1 {
    color: #fff;
    font-size: 56px !important;
  }
}
