body {
  margin: 0;
  padding: 0;
  font-family: 'Adobe Garamond Pro', 'Times New Roman', Times, serif;
  line-height: 1.55;
  color: #474747;
}
#wrapper {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Starting position */
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  /* Apply animation to this element */
  -moz-animation: body 120s linear 1;
  -webkit-animation: body 120s linear 1;
  animation: body 120s linear 1;
  -webkit-animation-delay: 3s;
  /* Safari 4.0 - 8.0 */
  animation-delay: 3s;
}

/* Move it (define the animation) */

@-moz-keyframes body {
  0% {
    -moz-transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
  }
}
@-webkit-keyframes body {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes body {
  0% {
    -moz-transform: translateY(0);
    /* Firefox bug fix */
    -webkit-transform: translateY(0);
    /* Firefox bug fix */
    transform: translateY(0);
  }
  100% {
    -moz-transform: translateY(-100%);
    /* Firefox bug fix */
    -webkit-transform: translateY(-100%);
    /* Firefox bug fix */
    transform: translateY(-100%);
  }
}
audio {
  width: 150px;
  height: auto;
  overflow: visible;
  display: block;
  position: fixed;
  z-index: 999999;
  top: 1%;
  right: 1%;
  background-color: #ffffff;
}
#wrapper-overlay {
  background-image: url('https://arccwebstorage.blob.core.windows.net/media/3676/snow-transparent.gif');
  width: 100%;
  height: 5800px;
  background-position: bottom;
  background-repeat: repeat;
  overflow: visible;
  position: absolute;
  z-index: 9998;
  margin: 0;
  padding: 0;
}
p {
  font-family: 'Adobe Garamond Pro', 'Times New Roman', Times, serif;
  font-weight: 700;
  margin: 0.47em 0;
  color: #0d2e41
}
.hdg {
  font-family: 'Century Gothic', Arial, sans-serif;
  font-weight: 700;
  color: #0194d3;
  text-align: center;
}
.hdg_1 {
  font-size: 72px;
  font-weight: 700;
}
.hdg_2 {
  font-size: 40px;
  color: #000000;
  font-weight: 300;
}
.hdg_3 {
  font-size: 40px;
  color: #0194d3;
  font-weight: 700;
}

#container {
  width: 100%;
}
section {
  padding: 2% 10%;
  margin: 0 auto;
  position: relative;
  z-index: 101;
}
.full-width-img {
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}
.partners-left-img {}
.partners-right-img {
  padding: 20px 0;
}
.partnerlist {
  overflow: hidden;
  height: 500px;
  width: 100%;
  position: relative;
  z-index: 9999;
}
.col1 {
  position: relative;
  left: 0;
  width: 250px;
  height: 500px;
  line-height: 20px;
  text-align: center;
  /* Starting position */
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  /* Apply animation to this element */
  -moz-animation: col1 60s linear infinite;
  -webkit-animation: col1 60s linear infinite;
  animation: col1 60s linear infinite;
}

/* Move it (define the animation) */

@-moz-keyframes col1 {
  0% {
    -moz-transform: translateY(-1000px);
  }
  100% {
    -moz-transform: translateY(500px);
  }
}
@-webkit-keyframes col1 {
  0% {
    -webkit-transform: translateY(-1000px);
  }
  100% {
    -webkit-transform: translateY(500px);
  }
}
@keyframes col1 {
  0% {
    -moz-transform: translateY(-1000px);
    /* Firefox bug fix */
    -webkit-transform: translateY(-1000px);
    /* Firefox bug fix */
    transform: translateY(-1000px);
  }
  100% {
    -moz-transform: translateY(500px);
    /* Firefox bug fix */
    -webkit-transform: translateY(500px);
    /* Firefox bug fix */
    transform: translateY(500px);
  }
}
.col2 {
  position: relative;
  width: 250px;
  height: 100%;
  line-height: 20px;
  text-align: center;
  /* Starting position */
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  /* Apply animation to this element */
  -moz-animation: col2 60s linear infinite;
  -webkit-animation: col2 60s linear infinite;
  animation: col2 60s linear infinite;
}

/* Move it (define the animation) */

@-moz-keyframes col2 {
  0% {
    -moz-transform: translateY(-1000px);
  }
  100% {
    -moz-transform: translateY(500px);
  }
}
@-webkit-keyframes col2 {
  0% {
    -webkit-transform: translateY(-1000px);
  }
  100% {
    -webkit-transform: translateY(500px);
  }
}
@keyframes col2 {
  0% {
    -moz-transform: translateY(-1000px);
    /* Firefox bug fix */
    -webkit-transform: translateY(-1000px);
    /* Firefox bug fix */
    transform: translateY(-1000px);
  }
  100% {
    -moz-transform: translateY(500px);
    /* Firefox bug fix */
    -webkit-transform: translateY(500px);
    /* Firefox bug fix */
    transform: translateY(500px);
  }
}
.col1 p, .col2 p {
  color: #80c9e9;
}
.clearfix {
  clear: both;
}

.caption {
  font-size: 12px;
  font-style: italic;
  z-index: 9999999;
  position: relative;
  display: block;
}

@media (max-width: 1100px) {
  .partners-left-img img, .partners-right-img img {
    width: 400px;
    float: none;
    padding: 0;
    margin: 0;
  }
  .col1 {
    margin-left: 15%;
  }
}
@media (max-width: 800px) {
  .partners-left-img img, .partners-right-img img {
    display: none;
  }
  .col1 {
    margin-left: 15%;
  }
  .yearbook-img img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .hdg {
    font-size: 24px;
  }
  .col1 {
    margin-left: 0;
    width: 50%;
    float: left;
  }
  .col2 {
    float: right;
    width: 50%;
  }
}