/*BEGIN Responsive Video */

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}

/*END Responsive Video */

/*BEGIN Home page*/



.cedhars-wrapper {
  max-width: 80em;
  margin: 2em auto;
  padding: 1% 10% 2% 10%;
}

.gray-fullwidth-bg {
  background: #f4f5f5;
  padding: 0.5em 0;
}

.cedhars-banner-mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .cedhars-banner-mobile {
    display: block;
  }

  .cedhars-banner-full {
    display: none;
  }
}

/*END Home page*/
/*BEGIN Art Profile */
@media only screen and (max-width: 968px) {
  .cedhars-art-profile_page .item-page .item-image.pull-right {
    max-width: 100% !important;
  }
}

.cedhars-art-profile {
  border-bottom: 2px solid #eee;
  padding: 0 0 2em 0;
  min-height: 480px;
}

.cedhars-art-profile__content {
  padding: 10px 0;
}

.cedhars-art-profile__title {
  color: #1e6b52;
  font-family: proxima-nova, sans-serif !important;
  font-size: 28px;
}

@media screen and (max-width: 598px) {
  .cedhars-art-profile__title {
    margin-top: 0;
  }
}

/*Art Profile */

/*BEGIN Responsive Video Container */

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*END Responsive Video Container */

/*BEGIN Video Container and Transcript*/

.cedhars-video-container {
  background: #f3f3f3;
  padding: 2em 2em;
  margin-top: 3em;
}

.cedhars-video-container h2 {
  text-align: center;
  margin: 0 0 1em 0;
  font-size: 1.5rem;
}

.transcript-container {
  max-width: 400px;
  background: #231f20;
  margin: 1em 0;
  display: flex;
  flex-direction: row;
  padding: 0.5em 1em;
  gap: 1em;
  border-radius: 5px;
  align-items: center;
  text-align: center;
}

button.transcript-accordion {
  width: 100%;
  text-align: left;
  padding: 0.5em 1em !important;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.2s linear;
  background: #eee !important;
  border-radius: 0 !important;
  color: #444 !important;
  text-shadow: none !important;
  font-weight: 600;
  border:none;
}

button.transcript-accordion:after {
  content: "\f067";
  font-family: "fontawesome";
  font-size: 18px;
  float: right;
  color: #1e6b52;
}

button.transcript-accordion.is-open:after {
  content: "\f068";
}

button.transcript-accordion:hover,
button.transcript-accordion.is-open {
  background-color: #eee;
  color: #1e6b52;
}

.transcript-accordion-content {
  background-color: white;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .cedhars-video-container {
    padding: 2em 6em;
  }

  .cedhars-video-container h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 268px) {
  .transcript-container {
    flex-direction: column;
    gap: 0em;
  }
}

/*END Video Container and Transcript*/


/*END Widgetkit Buttons */
/*BEGIN Two column content*/
.cedhars--twoCol-container {
  display: flex;
  gap: 3em;
}

.cedhars--twoCol-container div {
  flex-basis: 50%;
}

@media screen and (max-width: 968px) {
  .cedhars--twoCol-container {
    flex-direction: column;
    gap: 0;
  }
}

@media (max-width: 868px) {
  .image--mobile-full-width {
    width: 100% !important;
    float: none !important;
    margin: 0.5em 0 !important;
  }
}


/*BEGIN Hide image in director notes page */

.cedhars-hide-feed-image img {
  display:none;
}


/*END Hide image in director notes page */