body, h1, h2, h3, h4, h5, h6, a {
  font-family: "Raleway", sans-serif; }

body {
  overflow-x: hidden;
  opacity: 0; }
  body p {
    font-family: "Raleway", sans-serif; }

.bg_wrap {
  width: 100%;
  background: black;
  color: white;
  padding: 20px 0; }
  .bg_wrap .bg_header {
    margin-top: 15px; }

.quote_text {
  padding-top: 70px;
  font-size: 1.9em;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 1px;
  line-height: 1.8em; }

.quote_auth {
  font-size: 1.2em;
  text-align: center;
  color: black; }

.quote_source {
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  padding-bottom: 70px; }

.space {
  padding: 20px 0;
  width: 100%; }

.space_small {
  padding: 10px 0;
  width: 100%; }

.centered {
  text-align: center; }

.border_medium {
  width: 100px;
  border-top: 3px solid black;
  margin: auto; }

.border_left {
  width: 90px;
  border-top: 4px solid black; }

.no_margin {
  margin: 0; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.btn {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .btn:hover {
    background: black;
    color: white; }

/* HOME */
@media (min-width: 750px) {
  .prod_section .four {
    width: 32.666667%; }
  .prod_section .columns {
    margin-left: 1%; }
    .prod_section .columns:first-child {
      margin-left: 0; } }
.prod_item {
  position: relative;
  text-align: center;
  margin-bottom: 14px; }
  .prod_item img {
    display: block;
    width: 100%;
    margin: auto; }
  .prod_item .prod_title {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .prod_item .prod_title h4 {
      margin-top: 20%; }
    .prod_item .prod_title:hover {
      opacity: 1; }

/* PRODUCTIONS */
.prod-top {
  display: inherit;
  /*box-shadow: 0 6px 6px #232323;*/ }

.prod-wrap {
  background: #444; }

.prod-content {
  padding: 40px 20px;
  background: #444;
  color: white; }

/* NEWS */
#sched-section .tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  width: 100%; }
  #sched-section .tabs li {
    width: 32%;
    line-height: 42px;
    color: white;
    display: inline-block;
    padding: 10px 0;
    cursor: pointer;
    text-align: center;
    background: #bfa94b;
    font-size: 1.2em; }
  #sched-section .tabs .current {
    background: black; }
#sched-section .acc_content {
  display: none; }
#sched-section .arrows {
  max-width: 27px;
  margin-left: 40px;
  margin-top: 3px;
  position: inherit;
  float: right; }
@media (min-width: 550px) {
  #sched-section .acc_heading {
    font-size: 2.3em; }
  #sched-section .arrows {
    float: none;
    position: absolute; } }
#sched-section .acc_heading {
  font-size: 2em; }
#sched-section .fa-chevron-down {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
#sched-section .tab_content {
  display: none;
  background: black;
  padding-top: 10px;
  padding-bottom: 40px;
  color: white; }
  #sched-section .tab_content p {
    color: white; }
  #sched-section .tab_content .tab_item {
    width: 90%;
    margin: auto;
    padding: 30px 8px; }
#sched-section .tab_content.current {
  display: inherit; }

/* CALENDAR */
.cal_year h1 {
  float: left;
  position: absolute;
  background: white;
  width: 20%;
  min-width: 250px;
  font-size: 7em;
  font-weight: 300;
  padding: 0;
  padding-left: 20px; }
.cal_year .cal_border {
  border-top: 2px solid black;
  float: right;
  width: 80%;
  margin-top: 63px;
  padding: 0; }

.cal_section {
  margin-top: 50px; }

.cal_content {
  padding: 0 10px; }

/*# sourceMappingURL=styles.css.map */

/* ================
   ADDED BY MICHAEL
   ================ */

  img {
    vertical-align: middle; 
  }
  
  .aspect-ratio {
    height: 0;
    position: relative;
  }
  
  .aspect-ratio--6x4 {
    padding-bottom: 66.6%;
  }
  
  .aspect-ratio--object {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* z-index: 100; */
  }

  .press-kit-link {
    display: flex;
    /* align-items: center; */
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: rgb(34, 34, 34);
  }

  .press-kit-link:hover {
    color: rgb(191, 169, 75);
  }