/* Nav Dropdowns */

.navContent ul li ul a {
    white-space: normal !important;
    overflow: visible !important;
}

@media only screen and (min-width: 768px) {
    .navContent ul li ul {
        min-width: 250px !important;
        right: auto !important; 
    }
}



/* Full Width Gallery Images in Mobile */

@media only screen and (max-width: 767px) {
    .blockContent.cols3 .imgGridItem {
        width: 100%;
        margin: 0;
        padding: 10px;
    }
}
 /********************
ACCORDION BASE STYLES
-edit look of accordion here
********************/
.mwd-header {
    font-size: 30px;
  }
  
  .mwd-accordion {
    margin: 30px 0;
  }
  
  .mwd-accordion .mwd-accordion-item {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-title {
    font-size: 24px;
    background: #000000;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion-content {
    color: white;
    padding: 20px 20px 0 20px;
  }
  .mwd-accordion .mwd-accordion-item .mwd-accordion p {
    margin: 0;
  }
  
  /********************
  BASE +/- STYLES
  ********************/
  .mwd-accordion-content {
    display: block;
    overflow: hidden;
    max-height: 100%;
    transition: all 0.3s ease-in-out;
  }
  
  .mwd-accordion-title > :first-child {
    max-width: 90%;
  }
  
  .mwd-accordion-title {
    position: relative;
  }
  .mwd-accordion-title .mwd-accordion-icon {
    position: absolute;
    background: white;
    width: 20px;
    height: 3px;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  .mwd-accordion-title .mwd-accordion-icon:after {
    content: "";
    position: absolute;
    background: white;
    width: 3px;
    height: 20px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
  }
  
  .active .mwd-accordion-icon:after {
    transform: translateY(-50%) rotate(90deg);
  }
  
  /* 5050 Responsive Padding */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_a6eafc47251d450cb4a278821ab9942e .blockText{
      padding: 0 25px 25px 25px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_a6eafc47251d450cb4a278821ab9942e .contentTitle{
      padding-top: 25px;
  }
}

/* 5050 Responsive Padding */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_efc53a06d64d40269d409dcbba5696ee .blockText  {
      padding: 0 25px 25px 25px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_efc53a06d64d40269d409dcbba5696ee .contentTitle  {
      padding-top: 25px;
  }
}
/* 5050 Responsive Padding */

/* This block targets Mobile */
@media only screen and (max-width: 767px) {
  .block_f89bfdd2c347468e9c802e7c1655200b .blockText  {
      padding: 0 25px 25px 25px;
  }
}

/* This block targets Tablet */
@media only screen and (width: 768px) {
  .block_f89bfdd2c347468e9c802e7c1655200b .contentTitle  {
      padding-top: 25px;
  }
}

/* Equalize Simple List Blocks - events page, mau*/

/* Change item class here */
.items_ff996e8fe6864409a5c552355c97e019 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_ff996e8fe6864409a5c552355c97e019 > .item {
	display: flex;
	flex-direction: column;
}


/* Equalize Simple List Blocks - events page, playa*/

/* Change item class here */
.items_db559fb2a3d74f0f9e4e926dc06b2976 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_db559fb2a3d74f0f9e4e926dc06b2976 > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks - events page, kavo*/

/* Change item class here */
.items_b16a79aaab3c42af95dcfdaa9cd37510 { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b16a79aaab3c42af95dcfdaa9cd37510 > .item {
	display: flex;
	flex-direction: column;
}

/* Popup Styles */

.dismiss{
    cursor: pointer;
}

.fancybox-skin {
 padding:30px !important;
 background-color: #111111;
    }
/* Delete code below this line to inherit sitewide styles for text and button */
.popupTitle {
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 15px;
    line-height: 1.3;
    padding-bottom: 0;
}
/* End Popup Styles */