/*!
  Theme Name: Daily Bread
  Theme URI: http://dailybread.ca
  Author: Iain M Campbell
  Author URI: https://iainmc.ca
  Description:
  Version: 0.0.2
  */
/*

  Colours

  */

.header,
.module.heromain,
.module.blockquote,
.module.announcement {
  /* padding: 40px 40px; */
}
.col-green .header,
.col-green .module.heromain,
.col-green .module.blockquote,
.col-green .module.announcement{
  background: #55ba7d;
  
}

.col-teal .header,
.col-teal .module.heromain,
.col-teal .module.blockquote,
.col-teal .module.announcement{
  background: #44becb;
}

.col-yellow .header,
.col-yellow .module.heromain,
.col-yellow .module.blockquote,
.col-yellow .module.announcement{
  background: #fed766;
}

.col-red.header,
.col-red.module.heromain,
.col-red.module.blockquote,
.col-red.module.announcement{
  background: #dd5d4b;
}

.col-purple.header,
.col-purple.module.heromain,
.col-purple.module.blockquote,
.col-purple.module.announcement{
  background: #a38bc1;
}

.col-green.header,
.col-green.module.heromain,
.col-green.module.blockquote,
.col-green.module.announcement{
  background: #55ba7d;
}

.col-teal.header,
.col-teal.module.heromain,
.col-teal.module.blockquote,
.col-teal.module.announcement{
  background: #44becb;
}

.col-yellow.header,
.col-yellow.module.heromain,
.col-yellow.module.blockquote,
.col-yellow.module.announcement{
  background: #fed766;
}

.col-red.header,
.col-red.module.heromain,
.col-red.module.blockquote,
.col-red.module.announcement{
  background: #dd5d4b;
}

.col-purple.header,
.col-purple.module.heromain,
.col-purple.module.blockquote,
.col-purple.module.announcement{
  background: #a38bc1;
}

.col-christmas-red.header,
.col-christmas-red.module.heromain,
.col-christmas-red.module.blockquote,
.col-christmas-red.module.announcement{
  background: #ED1B24;
}

.col-blue.header,
.col-blue.module.heromain,
.col-blue.module.blockquote,
.col-blue.module.announcement{
  background: #2faab2;
}

.header-menu-item-link {
  color: #fff;
}

.text-grey {
  color: #999 !important;
}

.text-green { 
  color: #55ba7d !important;
}

.text-teal { 
  color: #44becb !important;
}

.text-yellow { 
  color: #fed766 !important;
}

.text-red { 
  color: #dd5d4b !important;
}

.text-purple { 
  color: #a38bc1 !important;
}

.text-christmas-red { 
  color: #dd5d4b !important;
}
.col-green .text h3, .text .col-green h3 {
  color: #55ba7d;
}

.col-teal .text h3, .text .col-teal h3 {
  color: #44becb;
}

.col-yellow .text h3, .text .col-yellow h3 {
  color: #fed766;
}

.col-red .text h3, .text .col-red h3 {
  color: #dd5d4b;
}

.col-purple .text h3, .text .col-purple h3 {
  color: #a38bc1;
}

.col-christmas-red .text h3, .text .col-christmas-red h3 {
  color: #dd5d4b;
}

.text h3.col-green {
  color: #55ba7d;
}

.text h3.col-teal {
  color: #44becb;
}

.text h3.col-yellow {
  color: #fed766;
}

.text h3.col-red {
  color: #dd5d4b;
}

.text h3.col-purple {
  color: #a38bc1;
}

.text h3.col-christmas-red {
  color: #dd5d4b;
}

.bg-green {
  background-color: #55ba7d;
}

.bg-teal {
  background-color: #44becb;
}

.bg-yellow {
  background-color: #fed766;
}

.bg-red {
  background-color: #dd5d4b;
}

.bg-purple {
  background-color: #a38bc1;
}

.bg-christmas-red {
  background-color: #dd5d4b;
}

/*

  Breakpoints

  */
/*

  Layout

  */
#wrapper, .footer, .module.heromain {
  max-width: 1200px;
  margin: 0 auto;
}

.header-menu-mobile, .footer .footer-inner, .module, .module.blockquote {
  max-width: 1200px;
  padding: 0 10px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .header-menu-mobile, .footer .footer-inner, .module, .module.blockquote {
    padding: 0 50px;
  }
}

@media (min-width: 900px) {
  .header-menu-mobile, .footer .footer-inner, .module, .module.blockquote {
    padding: 0 100px;
  }
}


/*

  Typography (%styles for use with @extend)

  */
@font-face {
  font-family: "Avenir Next";
  src: local("sans-serif"),  url("./fonts/AvenirNext-Bold.woff") format("woff"), url("./fonts/AvenirNext-Bold.woff2") format("woff2");
  font-display: swap;
  font-weight: 700;
  font-style: "normal";

}

@font-face {
  font-family: "Avenir Next";
  src: local("sans-serif"),  url("./fonts/AvenirNext-Medium.woff") format("woff"), url("./fonts/AvenirNext-Medium.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: "normal";
}

@font-face {
  font-family: "Avenir Next";
  src: local("sans-serif"),  url("./fonts/AvenirNext-Regular.woff") format("woff"), url("./fonts/AvenirNext-Regular.woff2") format("woff2");
  font-display: swap;
  font-weight: 400;
  font-style: "normal";
}

@font-face {
  font-family: "Knockout";
  src: local("sans-serif"),  url("./fonts/Knockout-HTF70-FullWelterwt.woff") format("woff"), url("./fonts/Knockout-HTF70-FullWelterwt.woff2") format("woff2");
  font-display: swap;
  font-weight: 500;
  font-style: "normal";
}

html {
  font-size: 20px;
  line-height: 1.35;
  font-family: 'Avenir Next', sans-serif;
  color: #2c383f;
}

a {
  text-decoration: none;
  color: inherit;
}

p a {
  border-bottom: 1px solid inherit;
}

.text .caption, .mostneeded, div.search form .search-input, .header-menu-item .header-menu-item-mega .mega-item .mega-item-excerpt, .footer, .footer-colophon .footer-colophon-item.mod-copyright, .module.herosub .herosub-title {
  font-size: 14px;
}

.header-titlebar-item, .header-menu-item, .header-menu-item .header-menu-item-mega .mega-item .mega-item-title {
  font-size: 16px;
  font-weight: 500;
}

.text h1, .header-menu-item .header-menu-item-mega .mega-image {
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
  font-size: 45px;
  line-height: 1.1;
}

.text h2 {
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.1;
}

.text h3, .accordion .accordion-title {
  font-family: 'Knockout', sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #f6f7f7;
}

#wrapper {
  /*min-height: 80vh;*/
  margin-top: 164px;
}

/*

  Text styles for wsywig field

  */
.text p, .text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  margin-bottom: 1rem;
}

.text .caption {
  font-weight: 500;
}
.text ul,
.text ol {
  margin: 1rem 0 1rem 1.5rem;;
}
.text ol li {
  margin: 1rem 0;
}

.header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background: #999fa2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 250ms ease-in-out;
}

/*

  ###### #### ###### ##    ###### ######   #####  #####
    ##    ##    ##   ##    ##     ##   ## ##   ## ##  ##
    ##    ##    ##   ##    #####  ######  ####### #####
    ##    ##    ##   ##    ##     ##   ## ##   ## ##  ##
    ##   ####   ##   ##### ###### ######  ##   ## ##  ##

  (top-most section, header-titlebar.twig)

  */
.nav-up {
  top: -54px;
}

.header-titlebar {
  width: 100%;
  background: #fff;
  height: 54px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.header-titlebar-item {
  width: auto;
  height: 100%;
  line-height: 54px;
  margin: 0 0.5rem;
}

.header-titlebar-item.mod-edit {
  flex-grow: 1;
  margin-left: 0;
  display: none;
}

@media (min-width: 900px) {
  .header-titlebar-item.mod-edit {
    display: block;
  }
}

.header-titlebar-item:last-item {
  margin-right: 0;
}

.mostneeded {
  line-height: 1.2;
  display: flex;
  align-items: center;
  height: 54px;
}

.mostneeded a {
  display: flex;
  align-items: center;
}

.mostneeded a img {
  width: 25px;
  margin-right: 8px;
}

.titlebaredit {
  width: auto;
  height: 54px;
  line-height: 54px;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}

.titlebaredit a {
  display: inline-block;
  background: #d7d9db;
  padding: 0 1em;
  color: #2c383f;
}

.titlebaredit a:hover {
  color: #f6f7f7;
  background: #2c383f;
}

div.search {
  position: relative;
  width: 50px;
  height: 100%;
  overflow: hidden;
  transition: width 500ms ease-in-out;
}

div.search .search-inner {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  width: 250px;
}

div.search.is-open {
  width: 350px;
}

div.search form {
  position: relative;
}

div.search form .search-input {
  flex-grow: 1;
  outline: none;
  border: none;
  height: 30px;
  margin: 10px;
  border-bottom: 1px solid #2c383f;
}

  div.search.is-open form .search-input {
    width: 290px;
  }

div.search form .submit-search {
  height: 30px;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 10px;
  background: #838a8e;
  color: #fff;
  border: none;
  padding: 0px 8px;
  font-weight: 700;
  font-size: 20px;
}

div.search .search-icon {
  width: 28px;
  height: 28px;
  margin: 13px;
  cursor: pointer;
}

div.search .search-icon img {
  display: block;
  width: 100%;
  height: auto;
}

/*

  ###  ### ###### ###  ## ##   ##
  ######## ##     #### ## ##   ##
  ## ## ## #####  ## #### ##   ##
  ##    ## ##     ##  ### ##   ##
  ##    ## ###### ##   ##  #####

  header-menu.twig

  */
.header-menu {
  width: 100%;
  height: 110px;
  position: relative;
}

@media (min-width: 1200px) {
  .header-menu {
    padding-left: 100px;
    padding-right: 60px;
  }
}

.header-menu .header-menu-items {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  display: none;
}

@media (min-width: 1200px) {
  .header-menu .header-menu-items {
    display: flex;
  }
}

.header-menu-item {
  position: relative;
  height: 100%;
  line-height: 110px;
}

.header-menu-item.is-active {
  font-weight: bold;
}

.header-menu-item .current-menu-ancestor {
  font-weight: bold;
}

.header-menu-item:first-child {
  margin-left: 0;
}

.header-menu-item:last-child {
  margin-right: 0;
}

.header-menu-item.mod-title {
  flex-grow: 1;
}

.header-menu-item .header-menu-item-link a {
  display: block;
  height: 100%;
  padding: 0 1em;
}

.header-menu-item .header-menu-item-triangle {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  border-bottom: 1rem solid #fff;
  z-index: 999;
  display: none;
}

.header-menu-item:hover .header-menu-item-link a {
  color: #fff;
}

.header-menu-item:hover .header-menu-item-triangle {
  display: block;
}

.header-menu-item:hover .header-menu-item-mega {
  opacity: 1;
  pointer-events: all;
}

.header-menu-item .header-menu-item-mega {
  position: fixed;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 300px;
  max-width: 1000px;
  background: #fff;
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
}

.header-menu-item .header-menu-item-mega .mega-image {
  display: block;
  width: 25%;
  background: #d7d9db;
  padding: 1rem;
}

.header-menu-item .header-menu-item-mega .mega-image.mod-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header-menu-item .header-menu-item-mega.mod-teal .mega-image {
  background-color: #44becb;
}

.header-menu-item .header-menu-item-mega.mod-yellow .mega-image {
  background-color: #fed766;
}

.header-menu-item .header-menu-item-mega.mod-red .mega-image {
  background-color: #dd5d4b;
}

.header-menu-item .header-menu-item-mega.mod-purple .mega-image {
  background-color: #a38bc1;
}

.header-menu-item .header-menu-item-mega.mod-green .mega-image {
  background-color: #55ba7d;
}

.header-menu-item .header-menu-item-mega .mega-items {
  width: 75%;
  padding: 1rem;
  padding-top: 0.5rem;
  column-count: 3;
  max-height: 300px;
}

.header-menu-item .header-menu-item-mega .mega-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.header-menu-item .header-menu-item-mega .mega-item .mega-item-title {
  font-weight: bold;
  display: block;
  min-width: 146px;
}

.header-menu-item .header-menu-item-mega .mega-item .third-tier .third-tier-child {
  font-size: 12px;
  line-height: 1.17;
  font-weight: 500;
  color: #838a8e;
  margin-top: 0;
  margin-bottom: 10px;
  display: block;
}

.header-menu-item .header-menu-item-mega .mega-item .mega-item-excerpt {
  font-weight: normal;
  display: block;
}

.header-item-logo {
  height: 100%;
  display: flex;
  align-items: center;
}

.sitelogo {
  width: 175px;
  height: 47px;
  background-image: url(assets/daily-bread-logo-white-3x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  text-indent: -9999px;
}

.sitelogo.mod-footer {
  width: 145px;
  height: 39px;
  background-image: url(assets/daily-bread-logo-offwhite-3x.png);
}

/*

  ###  ###  ######  ######  #### ##    ######
  ######## ##    ## ##   ##  ##  ##    ##
  ## ## ## ##    ## ######   ##  ##    #####
  ##    ## ##    ## ##   ##  ##  ##    ##
  ##    ##  ######  ######  #### ##### ######

  */
.header-menu-mobile {
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .header-menu-mobile {
    display: none;
  }
}

.header-menu-hamburglar {
  width: 40px;
  height: 40px;
  background-image: url("./assets/hamburger.png");
  background-repeat: no-repeat;
  background-size: 40px 40px;
  background-position: center center;
  margin-right: 10px;
}

.mobile-header-menu {
  display: none;
  position: fixed;
  z-index: 1000;
  background: #ffffff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  overflow-y: scroll;
  text-align: center;
  padding: 40px;
}

body.mobile-menu {
  overflow-y: hidden;
}

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

.mobile-menu .mobile-header-menu .menu-item {
  margin-bottom: 10px;
}

.mobile-menu .mobile-header-menu .menu-item:hover {
  opacity: 0.8;
}

.mobile-menu .mobile-header-menu-item {
  margin-bottom: 20px;
}

.mobile-menu .mobile-header-menu-item-link {
  font-weight: 700;
  text-transform: uppercase;
}

.mobile-menu .mobile-mega-item {
  font-size: 16px;
}

.mobile-menu .mobile-mega-item.nav-big-type a {
  font-size: 16px;
}

.mobile-menu .mobile-mega-item .third-tier {
  margin-bottom: 20px;
  margin-top: 5px;
}

  .mobile-menu .mobile-mega-item-title {
    font-weight: bold; 

  }
.mobile-menu .mobile-mega-item .third-tier .third-tier-child {
 font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #838a8e;
  margin-top: 0;
 display: block;
}

.mobile-menu .current_page_ancestor {
  text-decoration: underline;
}

.mobile-menu .current_page_parent {
  text-decoration: underline;
}

.mobile-menu .mobile-header-menu .current_page_item {
  color: #55ba7d;
  font-weight: 500;
}

#mobile-x {
  position: fixed;
  top: 10px;
  right: 50px;
  font-size: 50px;
  color: #888888;
  cursor: pointer;
}

.header-menu-hamburglar:hover {
  cursor: pointer;
}

.footer {
  width: 100%;
  max-width: 1200px;
  background: #2c383f;
  color: #ecedee;
}

.footer-cols {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem 0;
}

@media (min-width: 930px) {
  .footer-cols {
    flex-direction: row;
    padding: 1rem 0;
    padding-top: 3rem;
    border-bottom: 1px solid #838a8e;
  }
}

.footer-cols .footer-col {
  width: 100%;
  padding: 1rem 0;
}

@media (min-width: 930px) {
  .footer-cols .footer-col {
    width: 25%;
    border-right: 1px solid #838a8e;
    padding: 0 1rem;
  }
  .footer-cols .footer-col:first-child {
    padding-left: 0;
  }
  .footer-cols .footer-col:last-child {
    border-right: none;
    padding-right: 0;
  }
  .footer-cols .footer-col.mod-donate {
    flex-grow: 1;
    text-align: right;
  }
}

.footer-menu .footer-menu-item {
  line-height: 2;
}

.footer-menu .footer-menu-item:last-child {
  margin-bottom: 0;
}

.certifications {
  line-height: 2;
  width: 180px;
}

.certifications img {
  width: 100%;
  height: auto;
  margin-top: 1rem;
}

.footer-colophon {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (min-width: 600px) {
  .footer-colophon {
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

.footer-colophon .footer-colophon-item.mod-copyright {
  color: #fff;
  flex-grow: 1;
  text-align: center;
}

@media (min-width: 600px) {
  .footer-colophon .footer-colophon-item {
    order: 0;
  }
}

@media (max-width: 600px) {
  .footer-colophon .footer-colophon-item {
    padding-bottom: 1rem;
  }
  .footer-colophon .footer-colophon-item.mod-links {
    order: 1;
  }
  .footer-colophon .footer-colophon-item.mod-logo {
    order: 2;
  }
  .footer-colophon .footer-colophon-item.mod-copyright {
    order: 3;
  }
}

.links {
  display: flex;
  flex-direction: row;
}

.links .links-link {
  width: 22px;
  height: 22px;
  margin: 0 6px;
}

.links .links-link:last-child {
  margin-right: 0;
}

.links .links-link img {
  width: 100%;
  height: 100%;
}

.module {
  margin-top: 40px;
  margin-bottom: 40px;
}
.modules .module:last-child {
  margin-bottom: 0;
}

/*

  Hero (sub-page)

  */
.module.herosub {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: 0;
  margin-bottom: 50px;
  padding: 0;
  min-height: 1px;
}

.module.herosub.no-image {
  height: 1px;
  margin-bottom: 100px;
}
  .module.herosub.no-image .herosub-inner {
    top: 50px;
  }

.module.herosub .herosub-inner {
  position: relative;
  width: 100%;
}

.module.herosub .herosub-inner img {
  display: block;
  width: 100%;
  height: auto;
}

.module.herosub .herosub-title {
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
  background: #fed766;
  padding: 0.5em 1em;
  left: 10px;
}

@media (min-width: 600px) {
  .module.herosub .herosub-title {
    left: 50px;
  }
}

@media (min-width: 900px) {
  .module.herosub .herosub-title {
    left: 100px;
  }
}

.module.herosub .herosub-title strong {
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 0.25em;
}

/*

  Hero (main page)

  */
.module.heromain {
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  padding-top: 20px;
  /* background: #aaa; */
}

@media (min-width: 600px) {
  .module.heromain {
    display: flex;
    flex-direction: row;
  }
}

.module.heromain .heromain-col {
  width: 100%;
}

@media (min-width: 600px) {
  .module.heromain .heromain-col {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

@media all and (min-width: 600px) and (-ms-high-contrast: none) {
  .module.heromain .heromain-col {
    flex-direction: row;
  }
}

@media (min-width: 600px) {
  .module.heromain .heromain-col:first-child {
    padding-right: 10px;
  }
  .module.heromain .heromain-col:last-child {
    padding-left: 10px;
  }
}

.module.heromain .heromain-image-layers {
  position: relative;
}

.module.heromain .heromain-image-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 300ms;
  opacity: 0;
}

.module.heromain .heromain-image-layer.is-first {
  position: relative;
  width: auto;
  height: auto;
}

.module.heromain .heromain-image-layer.is-visible {
  opacity: 1;
}

.module.heromain .heromain-image-layer img {
  width: 100%;
  height: auto;
  display: block;
}
.module.heromain .heromain-image {
  display: flex;
  justify-content: space-around;

}
.module.heromain .heromain-image .circle-hero {
 width: 100%; 
 border-radius: 100%;
 overflow: hidden;
 max-width: 385px;
}
.module.heromain .heromain-image .circle-hero img{
  width: 100%;
  display: block;
}

@media (max-width: 599px) {

  .module .heromain-col .heromain-image {
    display: none;
  }
}
/*

  One Column

  */
/*

  Two Column

  */
.module.twocol {
  display: flex;
  flex-direction: column;
}

@media (min-width: 900px) {
  .module.twocol {
    flex-direction: row;
  }
}

.module.twocol .twocol-col {
  width: 100%;
  margin-bottom: 20px;
}

.module.twocol .twocol-image {
  width: 100%;
}

.module.twocol .twocol-image img {
  width: 100%;
  height: auto;
  display: block;
}

@media (min-width: 900px) {
  .module.twocol .twocol-col {
    margin-bottom: 0;
  }
  .module.twocol .twocol-col:first-child {
    padding-right: 20px;
  }
  .module.twocol .twocol-col:last-child {
    padding-left: 20px;
  }
  .module.twocol.mod-50-50 .twocol-col {
    width: 50%;
  }
  .module.twocol.mod-33-66 .twocol-col:first-child {
    width: 33.3%;
  }
  .module.twocol.mod-33-66 .twocol-col:last-child {
    width: 66.6%;
  }
  .module.twocol.mod-66-33 .twocol-col:first-child {
    width: 66.6%;
  }
  .module.twocol.mod-66-33 .twocol-col:last-child {
    width: 33.3%;
  }
}

/*THREE COLUMN*/

.module.threecol {
  flex-direction: column;
}

@media (min-width: 900px) {
  .module.threecol {
    display: flex;
    flex-direction: row;
  }
}

.module.threecol .event-image {
  height: 6.5rem;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0.8rem;
}
.module.threecol .event-text {
  font-size: 0.8rem;
}

.module.threecol .threecol-col {

  margin-bottom: 20px;
}

.module.threecol .threecol-image {
  width: 100%;
}

.module.threecol .threecol-image img {
  width: 100%;
  height: auto;
  display: block;
}

.module.threecol {
  flex-direction: row;
}

@media (min-width: 900px) {
  .module.threecol .threecol-col {
    margin-bottom: 0;
    width: 33%;
  }
  .module.threecol .threecol-col.first {
    padding-right: 20px;
  }
  .module.threecol .threecol-col.last {
    padding-left: 20px;
  }

}

/* TEXT THREE COLUMN*/

.text.threecol {
  flex-direction: column;
}

@media (min-width: 900px) {
  .text.threecol {
    display: flex;
    flex-direction: row;
  }
}

.text.threecol .event-image {
  height: 6.5rem;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0.8rem;
}
.text.threecol .event-text {
  font-size: 0.8rem;
}

.text.threecol .threecol-col {

  margin-bottom: 20px;
}

.text.threecol .threecol-image {
  width: 100%;
}

.text.threecol .threecol-image img {
  width: 100%;
  height: auto;
  display: block;
}

.text.threecol {
  flex-direction: row;
}

@media (min-width: 900px) {
  .text.threecol .threecol-col {
    margin-bottom: 0;
    width: 33%;
  }
  .text.threecol .threecol-col.first {
    padding-right: 20px;
  }
  .text.threecol .threecol-col.last {
    padding-left: 20px;
  }

}



/* DONOR THREE COLUMN*/

.donor {
  font-size: 0.8em;
}

.donor.threecol {
  flex-direction: column;
}

@media (min-width: 900px) {
  .donor.threecol {
    display: flex;
    flex-direction: row;
  }
}

.donor.threecol .event-image {
  height: 6.5rem;
  background-size: cover;
  background-position: center center;
  margin-bottom: 0.8rem;
}
.donor.threecol .event-text {
  font-size: 0.8rem;
}

.donor.threecol .threecol-col {

  margin-bottom: 20px;
}

.donor.threecol .threecol-image {
  width: 100%;
}

.donor.threecol .threecol-image img {
  width: 100%;
  height: auto;
  display: block;
}

.donor.threecol {
  flex-direction: row;
}
.donor.threecol {
  padding: 20px 0;
  align-items: center;
  text-align: center;
}
.donor.threecol.top {
  align-items: normal;
}
.donor.threecol .threecol-col img {
  width: auto;
height: auto;
max-width: 80%;
max-height: 50px;


}
.donor.threecol .threecol-col.taller img {
  
max-height: 80px;
}
.donor ul {
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}
.donor ul.twoCol {
      -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.donor ul.threeCol {
      -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.donor ul li {
  margin: 0px 0 20px;
}

@media (min-width: 900px) {
  .donor.threecol .threecol-col {
    margin-bottom: 0;
    width: 33%;
  }
  .donor.threecol .threecol-col.first {
    padding-right: 20px;
  }
  .donor.threecol .threecol-col.last {
    padding-left: 20px;
  }

}
/*

  Block Quote

  */
.module.blockquote {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #999fa2;
}
.module blockquote {
  font-size: 1.4rem;
  text-align: center;
  font-style: italic;
  padding: 20px 0;
}
.module blockquote cite{
  font-size: 0.8rem;
  font-weight: bold;
  font-style: normal;

}

@media (min-width: 600px) {
  .module.blockquote {
    flex-direction: row;
  }
}

.module.blockquote .blockquote-image {
  position: relative;
  width: 100%;
}

@media (min-width: 600px) {
  .module.blockquote .blockquote-image {
    width: 50%;
    padding-right: 20px;
  }
}

.module.blockquote .blockquote-image img {
  display: block;
  width: 100%;
  height: auto;
}

.module.blockquote .blockquote-quote {
  width: 100%;
  padding: 20px 0;
}

@media (min-width: 600px) {
  .module.blockquote .blockquote-quote {
    width: 50%;
    padding-left: 20px;
    display: flex;
    align-items: center;
  }
}

.module.blockquote .blockquote-quote .caption {
  color: #fff;
}

/*

  Sections

  */
.module.sections {
  display: flex;
  flex-direction: row;
}

.module.sections .sections-nav {
  width: 33.3%;
  padding-right: 10px;
}

.module.sections .sections-nav .sections-nav-links {
  position: sticky;
  top: 164px;
}

.module.sections .sections-nav .sections-nav-link {
  padding: 1rem;
  border-left: 1px solid #999fa2;
}

.module.sections .sections-nav .sections-nav-link.is-active, .module.sections .sections-nav .sections-nav-link:hover {
  border-left-color: #44becb;
  border-left-width: 3px;
}

.module.sections .sections-inner {
  width: 66.6%;
  padding-left: 10px;
}

.module.sections .sections-inner .section {
  padding: 2rem 0;
  border-bottom: 1px solid #d7d9db;
}

.module.sections .sections-inner .section:last-child {
  border-bottom: none;
}

.module.sections .sections-inner .section h3 {
  padding-top: 1rem;
}

/*

  Geolocation/Map module

  */
.module.geo {
  padding-left: 0;
  padding-right: 0;
}

.module.geo .geo-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 40%;
  background: red;
}

.module.geo .geo-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*

  Misc: tiny modules

  */
.donatenow-header {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 1rem;
}

.donatenow {
  display: inline-block;
  width: auto;
  height: 54px;
  line-height: 54px;
  background: #fed766;
  color: #2c383f;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}

.donatenow:hover {
  background: #2c383f;
  color: #fed766;
}

.donatenow.mod-titlebar {
  display: flex;
}

.donatenow.mod-titlebar a {
  display: flex;
  line-height: 1;
  align-items: center;
}

.donatenow a {
  display: block;
  padding: 0 1em;
  height: 100%;
}

/*

  Button shortcode

  */
.button {
  display: inline-block;
  width: auto;
  height: 54px;
  line-height: 54px;
  background: #fed766;
  color: #2c383f;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
  border-radius: 25px;
  margin-bottom: 10px;
}
.button.red {
  background: #e61e40;
  color: #fff;
}
.button.blue {
  background: #2faab2;
  color: #fff;
}

.button:hover {
  background: #2c383f;
  color: #fed766;
}
.button.grey {
  background: #2c383f;
  color: #fff;
}

.button a {
  display: block;
  padding: 0 1em;
  height: 100%;
  text-decoration: none !important;
}

/*

  Download shortcode

  */
.download {
  display: block;
  font-weight: 700;
  position: relative;
  padding-left: 30px;
}

.download:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  margin-right: 0.5rem;
  background: url("./assets/download-icon.png") no-repeat center;
  background-size: contain;
}

.bouncingarrow {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
}

/*

  Accordion shortcode

  */
.accordion {
  border: 1px solid #d7d9db;
  border-radius: 8px;
  padding: 0px;
  padding-bottom: 10px;
  background-image: url("./assets/plus.PNG");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: right 30px top 30px;
}

.accordion:hover {
  border: 1px solid #838a8e;
}

.accordion.open {
  border: 1px solid #44becb;
  background-image: url("./assets/minus.PNG");
}

.accordion .accordion-title {
  padding: 30px;
  padding-bottom: 20px;
  outline: none;
}

.accordion:hover {
  cursor: pointer;
}

.accordion .accordion-content {
  padding: 30px;
  padding-top: 0px;
  display: none;
}

/*

  Accordion Events shortcode

  */
.accordion-event {
  border: 1px solid #d7d9db;
  border-left: 10px solid red;
  border-radius: 8px;
  padding: 0px;
  margin-bottom: 15px;
  background-image: url("./assets/plus.PNG");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: right 30px top 45px;
}

.accordion-event:hover {
  border: 1px solid #838a8e;
  border-left: 10px solid red;
  cursor: pointer;
}

.accordion-event.open {
  border: 1px solid #44becb;
  border-left: 10px solid red;
  background-image: url("./assets/minus.PNG");
}

.accordion-event .accordion-event-title {
  padding: 30px;
  padding-bottom: 20px;
  outline: none;
}

.accordion-event .accordion-event-title span {
  display: block;
}

.accordion-event .accordion-event-date {
  padding: 30px;
  padding-bottom: 20px;
  outline: none;
  color: red;
  float: left;
}

.accordion-event .accordion-event-date .month {
  font-size: 20px;
}

.accordion-event .accordion-event-date .number {
  font-size: 30px;
}

.accordion-event .accordion-event-date span {
  display: block;
}

.accordion-event .accordion-event-content {
  padding: 30px;
  padding-top: 0px;
  display: none;
}



/*

  404

  */
/*

  last minute mobile stuff

  */
@media (max-width: 1199px) {
  .button {
    margin-bottom: 20px;
  }
  .module.heromain .heromain-image-layer img {
    margin-bottom: 20px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .accordion .accordion-title {
    padding-right: 65px;
  }
  .accordion-event-title {
    padding-right: 65px;
  }

}

@media (max-width: 799px) {
  .sections-nav {
    display: none;
  }
  .module.sections .sections-inner {
    width: 100%;
    padding-left: 0px;
  }
}

@media (max-width: 599px) {
  .module.blockquote {
    display: block;
  }
}

/* responsive iframes */
.iframewrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 20px;
}

@media (min-width : 699px) and ( max-width: 1199px) {
.iframewrapper {

  padding-bottom: 38.25%;
  /* 16:9 */

  height: 0;

}


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

/* gallery of reports */
.report-gallery {
  display: inline-block;
  text-align: center;
  margin-left: -5px;
  margin-right: -5px;
}

.report-gallery-item {
  width: 198px;
  display: inline-block;
  height: 242px;
  padding: 5px;
}

.report-gallery-item .report-gallery-inner {
  width: 100%;
  height: 100%;
  display: block;
  background-color: #838a8e;
  background-repeat: no-repeat;
  background-size: cover;
}

.report-gallery-item .report-gallery-inner .report-gallery-inner-inner {
  background: black;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 250ms;
  position: relative;
  width: 100%;
  height: 100%;
}

.report-gallery-item .report-gallery-inner .report-gallery-inner-inner:hover {
  opacity: 1;
}

.report-gallery-item .report-gallery-inner .report-gallery-inner-inner .report-gallery-links {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

.report-gallery-item .report-gallery-inner .report-gallery-inner-inner .report-gallery-links a {
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 7px 23px;
  display: block;
  color: #fff;
  font-size: 20px;
  text-align: center;
  margin: 10px 20px;
  transition: transform 250ms;
}

.report-gallery-item .report-gallery-inner .report-gallery-inner-inner .report-gallery-links a:hover {
  transform: scale(1.1);
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}


/* SLICKSLIDER PLUGIN*/

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â';
    color:  #000;
}
[dir='rtl'] .slick-prev:before
{
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢';
}
[dir='rtl'] .slick-next:before
{
    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    top: 100%;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 5px;
    height: 5px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: 'ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/* BEGIN 2018 CUSTOM STYLES - Jason Jang */

.no-margin-bottom {
  margin-bottom: 0 !important;
  /*padding-bottom: 0 !important;*/
}
figure.responsive-img img,
img.responsive-img,
video.responsive-video,
.post-content img {
  max-width: 100%;
  height: auto;
}

figure.wp-block-image {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}
figure.wp-block-image figcaption {
  text-align: center;
  font-size: 0.8rem;  
}
.sidebar-post {
  margin-bottom: 20px;
  font-size: 0.8rem;

}

.post-category {
  background: #ccc;
  font-weight: bold;
  padding: 2px 10px;
  border-radius: 10px;
  color: #111 !important;
  font-size: 0.9rem;
}
  .post-list-post .post-category-wrap{
    line-height: 1.7rem;
  }
  .post-list-post .post-category {
    font-size: 0.8rem;
  }

.center {
  text-align: center;
}
.container {
  background: #fff;
}







.col-cards {
  margin: 0 0 5%;
  text-align: center;
  margin-left: 65px;
  margin-right: 65px;
}
.col-cards .card{
  text-align: left;
}
.col-cards .card.card-1 {
  width: 50%;
  margin: 0 auto;
}
.col-cards .card.card-2{
  width: 43%;
  display: inline-block;
  padding: 0;
  margin: 0 3%;
  vertical-align: top;
}
.col-cards .card.card-3{
  width: 31%;
  display: inline-block;
  padding: 0 3%;
  margin: 0;
  vertical-align: top;
}
.col-cards .card.card-4{
  width: 23.5%;
  display: inline-block;
  padding: 0 1.75%;
  margin: 0;
    vertical-align: top;
  
}
.col-cards .card.card-5{
  width: 19.5%;
  display: inline-block;
  padding: 0 1%
}


.col-cards .card .card-image img {
width: 100%;


}
.col-cards .card .card-image.card-image-circle {
 border-radius: 100% 100%;
  width: 150px;
  height: 150px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.col-cards .card .card-image.card-image-circle-large {
  width: 225px;
  height: 225px;
}
.col-cards .card .card-image.card-image-circle img {
  width: auto;  
  height: 100%;
}

.col-cards .card .card-content {
  font-size: 0.85rem;
  margin: 5% 0%;
}

.col-cards-cta {
  display: flex;
  padding: 2% 0;
}
  .col-cards-cta .card.card-3 {
    width: 38%;
  }
  .col-cards-cta .card .card-image.card-image-circle {
    width: 10vw;
    height: 10vw;
  }
  .col-cards-cta .card .card-content {
    margin: 6% 0;
   
  }

/*.herosub-inner {
  background: #55ba7d;
  padding-left: 5%;
  padding-right: 15%;
  padding-top: 2%;
  padding-bottom: 2%;
}
.herosub-inner img {
 -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
   clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);  
}
.module.herosub {
  margin-bottom: 0;
}*/


/*.herosub-inner {
  background: #999fa2;
  padding-left: 0%;
  padding-right: 35%;
  padding-top: 0%;
  padding-bottom: 0%;
  position: relative;
}
.herosub-fade {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-bottom: 5px solid #fed766
}
.herosub-fade:after {
  content: ' ';
  position: absolute;
  right: 0;
  background: #fed766;
  width: 35%;
  height: 100%;
  top: 0;
      background-color: #fed766;
    box-shadow: 0 0 50px 50px #fed766;


}
.module.herosub {
  margin-bottom: 0;
}*/

.video-container {
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.video-container iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.photo-gallery {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}
.photo-gallery a {
  display: block;
  width: 18%;
  max-height: 55px;
  overflow: hidden;

}

.photo-gallery a img {
  width: 100%;
  height: auto;
  display: block;
}

.text a:link,
.text a:visited,
.text a:active,
.text a:hover {
  text-decoration: underline;
}

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}


.read-more {
  overflow: hidden;
  display: block;
  position: relative;
}
.read-more.active {
  height: 200px;

}
.read-more.active:before {
  content  : "";
  position : absolute;
  z-index  : 1;
  bottom   : 0;
  left     : 0;
  pointer-events   : none;
  background-image : linear-gradient(to bottom, 
                    rgba(255,255,255, 0), 
                    rgba(255,255,255, 1) 90%);
  width    : 100%;
  height   : 4em;
}
.module.announcement {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 0.85rem;
}
   .module.announcement .button {
    background: #999fa2;
    color: #fff;
    font-weight: 500;
    float: right;
    line-height: 34px;
    height: 33px;
    margin-top: -6px;

  }
  .module.announcement a:hover {
    text-decoration: underline;
  }

  
 .tool-pagination {
   margin: 0 auto;
   width: 100%;
   text-align: center;
   padding: 10px 0;
 }

 .tool-pagination .pages .prev,
 .tool-pagination .pages .next,
 .tool-pagination .pages ,
 .tool-pagination .pages li {
   display: inline-block;

 }

 .tool-pagination a,
 .tool-pagination span{
   padding: 5px 10px; 
 }
.tool-pagination a,
.tool-pagination .prev,
.tool-pagination .next {
  background: #fed766;
   
}
 .tool-pagination li .current {
  border: 3px solid #fed766;
  padding; 5px 10px;
  display: inline-block;

 }
.module-carousel img,
.module-carousel-nav img {
  width: 100%;
  height: auto;
 }
.slick-next:before,
 .slick-prev:before {
   color: #000;
 }

 .module-carousel-nav .slick-slide {
  opacity:0.5;
  transition: all 1s;
}
.module-carousel-nav .slick-current {
  opacity:1;
  transition: all 1s;
}

.mod-sub_navigation {
  margin: 0;
  position: relative;
  top: -50px;
  border-top: 4px solid #fed766;
  z-index: 1;
  text-align: right;
  margin-bottom: -50px;
  padding-top: 10px;
}
  .mod-sub_navigation.nav-grey {
    border-top-color: #aaa;
  }
  .mod-sub_navigation.nav-grey .button {
    background: #aaa;
    color: #000;

  }

.mod-sub_navigation .button {
  line-height: 44px;
  height: 44px;
}
.herosub-title {
  z-index: 5;
}


.threecol-col {

}
.threecol-col h2 {
  font-size: 1.4rem;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.threecol-col:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.threecol-col {
  padding-left: 5px;
  padding-right: 5px;
}
.threecol-col:last-child {
  padding-left: 10px;
  padding-right: 0px;
}
.threecol-col .text img {
  width: 100%;
  height: auto;
}
.twocol-col .text iframe {
  width: 100%;
  height: 20vw;
  min-height:200px;
  
}
.text img.full-width {
  width: 100%;
}
.btn-show-download {}
.btn-show-download.hide {
  display: none;
}
.show-download {}
.show-download.hide {
  display: none;
}


/* DAILY BREAD LOCATIONS - MAP */

#map_wrapper {
    height: 600px;
    border: 2px solid #999fa2;
    margin-bottom: 30px;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.legend span {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-width: 8px;
  border-style: solid;
  background: #ccc;
  border-radius: 50%;
  position: relative;
  top: 3px;
}
.legend ul {
  list-style: none;
  margin: 20px 0;
}
.legend ul li {
  display: inline-block;
  margin-right: 10px;
}
.legend .food-bank {
  border-color: #55ba7d;
}
.legend .meal {
 border-color: #a38bc1; 
}
.legend .snack {
  border-color: #44becb;
}
.legend .tenant {
  border-color: #2faab2;
}
.legend .closed {
  border-color: #dd5d4b;
}


/*Footer Subscribe Form Overrides*/
#mc_embed_signup input {
   border:1px solid #999;
   -webkit-appearance:none;
   width: 100% !important;
   }

#mc_embed_signup .button {
  background: #fed766 !important ;
  border-radius: 0 !important;
  padding: 5px 15px !important;
  width: auto !important;
  height: auto !important;
  color: #2c383f !important;
  font-weight: 700 !important;
}






.parent-category-list ,
.sub-category-list {
  display: flex;
  margin: 15px 0;
  font-weight: bold;
}
.sub-category-list span {
  font-weight: normal;
  font-weight: 0.7rem;
}
  @media (min-width: 600px) {
    .sub-category-list span {
      min-height: 42px;
      display: inline-block;
    }
  }
  .parent-category-list li,
  .sub-category-list li {
    list-style: none;
  
  }
  .parent-category-list a{
    padding: 5px 10px;
    font-size: 0.7rem;
    border: 1px solid #aaa;
    border-radius: 2px;
    margin: 5px;
  }
  .parent-category-list a.active{
    background: #44becb;
    border-color: #44becb;
    font-weight: bold;
    color: #fff;
  }

.sub-category-list {
  display: none;
}
  .sub-category-list.active {
    display: flex;
  }

.sub-category-list a{
  padding: 5px 10px;
  font-size: 0.8rem;
  text-align: center;
  border: 1px solid #ccc;
  display: block;
  margin: 5px;
}
  .sub-category-list a.active {
    background: #fed766;
    border-color: #fed766;
  }

.donorContent-donor {
  display: none;
}
  .donorContent-donor.active {
    display: block;
  }
  .donorContent-donor ul {
    list-style: none;
    display: block;
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
  .donorContent-donor li {
    width: 45%;
    flex-grow: 1;
    margin: 2%;
    font-size: 0.85rem;
    border: 1px solid #eee;
    border-radius: 2px;
    padding: 10px;

  }
  .donorContent-donor li img {
      width: auto;
      height: auto;
      max-width: 80%;
      max-height: 80px;

  }

@media only screen and (max-width: 600px) {
  .parent-category-list {
    display: block;
    margin-bottom: 10px;
  }
  .parent-category-list li a {
  display:block;
  text-align: center;
  }
  
  .sub-category-list {
    border-top: 2px solid #aaa;
    margin-top: 5px;
    padding-top: 5px;
  }
  .sub-category-list.active {
    display: block;

  }
}

#locations .heading {
  font-weight: bold;
}
#locations td {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  font-size: 0.9rem;
}
#locations .name {
  width: 50%;
}
#locations .address{
  width: 35%;
}
#locations .distance {
width: 15%;
text-align: right;
}
#locations a {
  text-decoration: underline;
}


.post-content .read-more {
  margin: ;
}

.covid-sidebar {
  background: #55ba7d;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 0.8rem;
}
.covid-past-posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.covid-past-posts .single-post {
  flex: 0 48%;
  margin-bottom: 2%;
}
.covid-past-posts .single-post .date{
  margin: 5px 0;
  font-size: 0.7rem;
  color: #666;
  
}
.covid-past-posts .read-more,
.post-content .read-more {
  margin: 10px 0 ;
  text-decoration: underline;
  
}

.twitter-wrapper {
  overflow: scroll;
  max-height: 800px;
}


.covid-preview {
  max-height: 400px;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}
  .covid-preview:after {
    content: '';
    position: absolute;
    background: black;
    width: 100%;
    height: 200px;
    bottom: 0;
    left: 0;
    background: rgb(255,255,255);
background: linear-gradient(6deg, rgba(255,255,255,1) 0%, rgba(0,0,0,0) 100%);

  }

    #legend {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 3px solid #000;
  }
    /* Always set the map height explicitly to define the size of the div
    * element that contains the map. */
    
    
    #infowindow-content .title {
      font-weight: bold;
    }

    #infowindow-content {
      display: none;
    }

    #map #infowindow-content {
      display: inline;
    }

    .pac-card {
      margin: 10px 10px 0 0;
      border-radius: 2px 0 0 2px;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      outline: none;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
      background-color: #fff;
      font-family: Roboto;
    }

    #pac-container {
      padding-bottom: 12px;
      margin-right: 12px;
    }

    .pac-controls {
      display: inline-block;
      padding: 5px 11px;
    }

    .pac-controls label {
      font-family: Roboto;
      font-size: 13px;
      font-weight: 300;
    }

    #pac-input {
      background-color: #fff;
      top: 10px !important;
      font-size: 20px;
      font-weight: 300;
      margin-left: 12px;
      padding: 6px;
      text-overflow: ellipsis;
      width: 400px;
    }

    #pac-input:focus {
      border-color: #4d90fe;
    }

    #title {
      color: #fff;
      background-color: #4d90fe;
      font-size: 25px;
      font-weight: 500;
      padding: 6px 12px;
    }
    #target {
      width: 345px;
    }
    .info_content a {
      color: blue;
      text-decoration: underline;
    }


@media (max-width: 600px) {
  #pac-input {
    left: 0;
    top: 62px !important;
    width: 300px;
    font-size: 14px;
  }
}
.covid-header {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  background: #fed766;
  font-size: 0.8rem;
}
.aligncenter {
  text-align: center;
}
img.aligncenter {
  margin: 0 auto;
  display: block;
}
.has-text-align-right {
  text-align: right;
}

.wp-block-columns {
  display: flex;
}

.wp-block-column {
  flex: 1;
}
.btn-mailto span {
  font-size: 2rem;
    text-decoration: none;
    line-height: 50px;
    margin: 0 10px;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }



 .white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  margin: 20px auto;
}


 
  .white-popup {
   position: relative;
   background: #FFF;
   padding: 20px;
   width: auto;
   margin: 20px auto;
 }


  .white-popup {
   position: relative;
   background: #FFF;
   padding: 20px;
   width: auto;
   margin: 20px auto;
 }


/*HOLIDAY POPUP 2020*/

 .white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  margin: 20px auto;
}


 .white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  margin: 20px auto;
}

.holiday-popup-2020 {
    background: #FFD457 ;
    background-image: url(./assets/snowflake.png);
    
    max-width: 800px;
    background-repeat: no-repeat;
    background-position:left bottom;
    background-size: 250px;
    color: #191919
}

.holiday-popup-2020 .module {
    margin: 0
}

.button.button-holiday-2020 {
    margin: 5px;
    background: #2EAAB1;
    color: #E5E5E5;
    font-size: .7rem;
    height: 40px;
    line-height: 40px;
    border-radius: 5px
}

.button.button-holiday-2020.fixed-width {
    width: 80%;
    text-align: center;
    margin: 5px auto
}

.holiday-popup-2020 h2 {
    color: #191919;
}

.holiday-popup-2020 br {
    margin: 10px 0;
    border: 1px solid #000;
    background: #000;
    height: 1px;
    display: block
}

.holiday-popup-2020 .module {
    padding: 0
}

@media all and (max-width: 600px) {
    .holiday-popup-2020 {
        max-width:300px;
        font-size: 0.8rem!important
    }

    .holiday-popup-2020 h2 {
        font-size: 1.5rem
    }

    .holiday-popup-2020 .button.button-holiday-2020.fixed-width {
        width: 100%
    }
}

.max-width-image {
  width: 100%;
  height: auto;
}

.highlight-textbox {
  border: 10px solid #fed766;
  padding: 30px;
  width: 40%;
  float: right;
  margin: 0 30px 30px;
  font-weight: bold;

}

@media all and (max-width: 600px) { 
  .highlight-textbox {
    margin: 0 0 30px;;
    width: 100%;


}

}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;

}

.alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}


.header-menu-item .header-menu-item-mega .mega-item a:hover {
  text-decoration: underline;
}
.header-menu-item .header-menu-item-mega .mega-item .third-tier a.third-tier-child:hover {
  text-decoration: underline;
}
.footer-menu-item a:hover {
  text-decoration: underline;
}

div.search-404 {
  width: 350px;
  height: inherit;
  margin-bottom: 20px;
}

div.search-404 .search-input {
  margin-left: 0 !important;
  padding: 10px;
 font-size: 16px;
 width: 310px;


}


.heromain-col .text p {
  font-weight: 500 !important;
}


#mc-embedded-subscribe.button {
  border-radius: 25px !important;
}

.header-menu-item .header-menu-item-mega.mega-menu-16941 {
  display: none;
}



.modules .module.onecol:first-child {
  padding-top: 50px;

}

.header-menu-item-mega.mega-menu-15 {
  height: 350px;
}