/** ARCHIVE VIDEO **/
.node-type-media-video #main-content {
  padding-top: 0;
  max-width: 100%;
  width: 100%;
}

.node-type-media-video #video-player-wide-wrapper {
  background-color: #000;
}

.node-type-media-video #video-player-wrapper {
  margin: 0 auto;
  max-width: 720px;
}

.node-type-media-video #video-player-wrapper .video-container {
  padding-bottom: 56.25%;
}

.node-type-media-video #media-video--video {
  margin: 0 auto;
  max-width: 720px;
}

.node-type-media-video #video-content {
  margin: 0 auto;
  max-width: 1064px;
}

.media-video--still {
  max-height: 79px;
  max-width: 140px;
}
#media-video--video video {
  max-width: 720px;
  width: 100%;
}

@media screen and (min-width: 750px) {
  .media-video--still {
    float: left;
    margin-right: 1em;
  }
  .media-video--text {
    overflow: auto;
  }
  .media-video--text h3 {
    margin-top: 0;
  }
}

/** KIMBIA FORM **/
.donate-content {
  overflow: auto;
}
.donate-content h3 {
  
}
.donate-content h3 a {
  background: #1e549c linear-gradient(to right bottom, #1e549c, #56a1d4) repeat scroll 0 0;
  background-color: #1e549c;
  background-size: 350%;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  height: 60px;
  line-height: 60px;
  margin: auto;
  text-align: center;
  transition: background .5s;
    -webkit-transition: background-size .5s;
  width: 80%;
}
.donate-content h3 a:hover,
.donate-content h3 a:focus {
  background-size: 100%;
  text-decoration: none;
}
@media screen and (min-width: 750px) {
  .donate-content h3 {
    float: left;
    width: 30%;
  }
  .donate-content h3 a {
    
  }
  .donate-content h3 a:hover,
  .donate-content h3 a:focus {
    background-size: 100%;
    text-decoration: none;
  }
}

/** IMAGE GALLERIES **/
.image-grid--image img {
  height: auto;
  width: 100%;
}
.image-grid-1 .image-grid--image {
  width: 100%;
  margin-right: 0;
}
.image-grid-1 .image-grid--still {
  margin-right: 2em;
  text-align: center;
  width: 100%;
}
.image-grid-1 .image-grid--image-text {
  width: 100%;
}
.image-gallery-overlay-nav-div {
  height: 100px;
  position: absolute;
  top: calc(50% - 50px);
  width: calc(100% - 2em);
}
.image-gallery-overlay-nav-div .overlay-nav-next,
.image-gallery-overlay-nav-div .overlay-nav-prev {
  background-size: 100% 100%;
  display: block;
  height: 0;
  overflow: hidden;
  padding: 50px 25px;
  width: 0;
}
.image-gallery-overlay-nav-div .overlay-nav-next span,
.image-gallery-overlay-nav-div .overlay-nav-prev span {
  visibility: hidden;
}
.image-gallery-overlay-nav-div .overlay-nav-prev {
  background-image: url(../images/image_gallery/left-arrow.png);
  float: left;
}
.image-gallery-overlay-nav-div .overlay-nav-next {
  background-image: url(../images/image_gallery/right-arrow.png);
  float: right;
}

.image-grid--pager {
  text-align: center;
}
a.image-grid--pager--number {
  background-color: #003F6A;
  color: #FFFFFF;
  display: inline-block;
  margin: 0 .25em;
  padding: .5em;
}
a.image-grid--pager--number:hover {
  background-color: #FFFFFF;
  color: #003F6A;
  text-decoration: none;
}
a.image-grid--pager--number.current {
  background-color: #FFFFFF;
  color: #003F6A;
}
a.image-grid--pager--number.current:hover {
  cursor: auto;
}

@media screen and (min-width: 500px) {
  .image-grid--image {
    float: left;
    margin-right: 1em;
    width: calc(50% - 1em);
  }
  .image-grid--image.even {
    clear: both;
  }
}

@media screen and (min-width: 900px) {
  .image-grid {
    
  }
  .image-grid--page {
    display: none;
  }
  .image-grid--page.current {
    display: block;
  }
  .image-grid--page-row {
    overflow: auto;
    padding: 0 0 2em;
  }
  .image-grid--image {
    margin-right: 2em;
  }
  .image-grid--image.even {
    clear: none;
  }
  .image-grid-2 .image-grid--image,
  .image-grid-4 .image-grid--image {
    width: calc(50% - 2em);
  }
  .image-grid-3 .image-grid--image,
  .image-grid-5 .image-grid--image,
  .image-grid-6 .image-grid--image {
    width: calc(33.33% - 2em);
  }
  .image-grid--image-heading {
    font-size: 1.5em;
    line-height: 1.2em;
  }
}
/** VIDEO GALLERIES **/
.video-grid {
  
}
.video-grid--video {
  
}
.video-grid--video img {
  height: auto;
  width: 100%;
}
.video-grid-1 .video-grid--video {
  width: 100%;
  margin-right: 0;
}
.video-grid-1 .video-grid--still {
  margin-right: 2em;
  text-align: center;
  width: 100%;
}
.video-grid-1 .video-grid--video-text {
  width: 100%;
}

.video-grid--pager {
    text-align: center;
  }
  a.video-grid--pager--number {
    background-color: #003F6A;
    color: #FFFFFF;
    display: inline-block;
    margin: 0 .25em;
    padding: .5em;
  }
  a.video-grid--pager--number:hover {
    background-color: #FFFFFF;
    color: #003F6A;
    text-decoration: none;
  }
  a.video-grid--pager--number.current {
    background-color: #FFFFFF;
    color: #003F6A;
  }
  a.video-grid--pager--number.current:hover {
    cursor: auto;
  }

@media screen and (min-width: 800px) {
  .video-grid--video {
    float: left;
    margin-right: 1em;
    width: calc(50% - 1em);
  }
  .video-grid--video.even {
    clear: both;
  }
}

@media screen and (min-width: 1000px) {
  .video-grid {
    
  }
  .video-grid--page {
    display: none;
  }
  .video-grid--page.current {
    display: block;
  }
  .video-grid--page-row {
    overflow: auto;
    padding: 0 0 2em;
  }
  .video-grid--video {
    margin-right: 2em;
  }
  .video-grid--video.even {
    clear: none;
  }
  .video-grid-2 .video-grid--video,
  .video-grid-4 .video-grid--video {
    width: calc(50% - 2em);
  }
  .video-grid-3 .video-grid--video,
  .video-grid-5 .video-grid--video,
  .video-grid-6 .video-grid--video {
    width: calc(33.33% - 2em);
  }
  .video-grid--video-heading {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  
}

/** CULTURAL CALENDAR EVENTS **/
#pane-fm-cultural-calendar {
  clear: both;
}
.cultural-calendar-event {
  border: 3px solid #eee;
  margin-bottom: 1em;
  padding: .5em;
}
.cultural-calendar-event--title {
  font-size: 1.2em;
  font-weight: bold;
}
.cultural-calendar-event--body {
  clear: both;
}
@media screen and (min-width: 750px) {
  .cultural-calendar-event {
    border: 0;
    height: auto;
    overflow: auto;
    padding: 0;
    position: relative;
  }
  .cultural-calendar-event--date {
    background-color: #003f6a;
    color: #FFFFFF;
    height: 100%;
    float: left;
    padding: 1em;
    position: absolute;
    width: 250px;
  }
  .cultural-calendar-event--text {
    border: solid #eee;
    border-width: 2px 2px 2px 0;
    left: 250px;
    padding: 0 1em;
    position: relative;
    width: calc(100% - 250px);
  }
}