/**
 * Designed and developed by Namanyay Goel
 * http://namanyayg.com/ | @namanyayg
 */
/* normalize.css v2.1.2 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* Sympl.css v3.0.0 sympl.namanyayg.com |
Namanyay Goel | www.namanyayg.com | @namanyayg */
body {
  margin: 0;
  padding: 0;
  background: none;
}
body,
input,
textarea,
button,
form,
select {
  font-size: 100%;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  color: #310b07;
}
a,
a:link,
a:visited {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #e24638;
}
a:hover,
a:active,
a:focus {
  color: #c52b1d;
}
p {
  margin: 0;
}
p + p {
  margin-top: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
/* Set defaults for all headings here,
    you might want to change fonts or sizes */
  font-weight: 100;
  color: #333;
}
h1 {
  font-size: 2em;
  line-height: 1.5;
  margin: 0.375em 0;
}
h2 {
  font-size: 1.5em;
  line-height: 1;
  margin: 0.5em 0;
}
h3 {
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0.6em 0;
}
h4 {
  font-size: 1.125em;
  line-height: 1.333333;
  margin: 0.666666em 0;
}
h5,
h6 {
  font-size: 1em;
  line-height: 1.5;
  margin: 0.75em 0;
  text-transform: uppercase;
}
.stack {
/* A set of grid items must be in a stack.
  Use sympl-stack when you want a margin at the bottom */
  clear: both;
  margin: 0 0 0 -1.5em;
}
.stack--sympl {
  padding-bottom: 1.5em;
}
.stack--clean {
  padding-bottom: 0;
  padding-top: 1.5em;
}
.stack--clean .sympl {
  padding-bottom: 1.5em;
}
.sympl {
/* Each grid item should have the sympl class, along with at least one class for size */
  float: left;
  padding: 0 0 0 1.5em;
  box-sizing: border-box;
}
.stack:before,
.stack:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}
.stack:after {
  clear: both;
}
.full {
  width: 100%;
}
.half,
.twoquarters,
.threesixths {
  width: 50%;
}
.onethird,
.twosixths {
  width: 33.333333%;
}
.twothirds,
.foursixths {
  width: 66.666666%;
}
.quarter {
  width: 25%;
}
.three-quarters {
  width: 75%;
}
.onefifth {
  width: 20%;
}
.twofifths {
  width: 40%;
}
.threefifths {
  width: 60%;
}
.fourfifths {
  width: 80%;
}
.onesixth {
  width: 16.666666%;
}
.fivesixths {
  width: 83.333333%;
}
@media (max-width: 60em) {
  .l-full {
    width: 100%;
  }
  .l-half,
  .l-twoquarters,
  .l-threesixths {
    width: 50%;
  }
  .l-onethird,
  .l-twosixths {
    width: 33.333333%;
  }
  .l-twothirds,
  .l-foursixths {
    width: 66.666666%;
  }
  .l-quarter {
    width: 25%;
  }
  .l-three-quarters {
    width: 75%;
  }
  .l-onefifth {
    width: 20%;
  }
  .l-twofifths {
    width: 40%;
  }
  .l-threefifths {
    width: 60%;
  }
  .l-fourfifths {
    width: 80%;
  }
  .l-onesixth {
    width: 16.666666%;
  }
  .l-fivesixths {
    width: 83.333333%;
  }
  .hide-l-and-below {
    display: none;
    visibility: hidden;
  }
  .show-l-and-below {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 60em) and (min-width: 45em) {
  .hide-on-l {
    display: none;
    visibility: hidden;
  }
  .show-on-l {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 45em) {
  .m-full {
    width: 100%;
  }
  .m-half,
  .m-twoquarters {
    width: 50%;
  }
  .m-onethird {
    width: 33.333333%;
  }
  .m-twothirds {
    width: 66.666666%;
  }
  .m-quarter {
    width: 25%;
  }
  .m-three-quarters {
    width: 75%;
  }
  .hide-m-and-below {
    display: none;
    visibility: hidden;
  }
  .show-m-and-below {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 45em) and (min-width: 30em) {
  .hide-on-m {
    display: none;
    visibility: hidden;
  }
  .show-on-m {
    display: block;
    visibility: visible;
  }
}
@media (max-width: 30em) {
  .sympl {
    width: 100%;
  }
  .s-full {
    width: 100%;
  }
  .s-half,
  .s-twoquarters {
    width: 50%;
  }
  .s-onethird {
    width: 33.333333%;
  }
  .s-twothirds {
    width: 66.666666%;
  }
  .hide-on-s {
    display: none;
    visibility: hidden;
  }
  .show-on-s {
    display: block;
    visibility: visible;
  }
}
input,
textarea {
/* Use for styling text based form elements, like name, email, password.
  Button/submit specific styles below, those will override */
  font-weight: 400 !important;
}
input[type='button'],
input[type='submit'],
button,
.button {
  border: none;/*
  background: transparent;*/
  line-height: 1;
  cursor: pointer;
}
input[type='button']:hover,
input[type='submit']:hover,
button:hover,
.button:hover {
  box-shadow: inset 0 0 10em rgba(0,0,0,0.1);
}
input[type='button']:focus,
input[type='submit']:focus,
button:focus,
.button:focus,
input[type='button']:active,
input[type='submit']:active,
button:active,
.button:active {
  box-shadow: inset 0 0 10em rgba(0,0,0,0.2);
}
.plyr input[type=range]:focus,
.plyr:focus {
  outline: 0;
}
.plyr .plyr__video-embed iframe,
.plyr__tooltip {
  pointer-events: none;
}
.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
  direction: ltr;
}
.plyr,
.plyr *,
.plyr::after,
.plyr::before {
  box-sizing: border-box;
}
.plyr a,
.plyr button,
.plyr input,
.plyr label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.plyr audio,
.plyr video {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}
.plyr input[type=range] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  background: 0 0;
}
.plyr input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}
.plyr input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.15);
  box-sizing: border-box;
}
.plyr input[type=range]::-moz-range-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
  user-select: none;
}
.plyr input[type=range]::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.15);
  box-sizing: border-box;
}
.plyr input[type=range]::-ms-track {
  height: 8px;
  background: 0 0;
  border: 0;
  color: transparent;
}
.plyr input[type=range]::-ms-fill-upper {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
}
.plyr input[type=range]::-ms-fill-lower {
  height: 8px;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
  background: #3498db;
}
.plyr input[type=range]::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background 0.2s ease, border 0.2s ease, -webkit-transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease;
  transition: background 0.2s ease, border 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15), 0 0 0 1px rgba(0,0,0,0.15);
  box-sizing: border-box;
  margin-top: 0;
}
.plyr input[type=range]::-ms-tooltip {
  display: none;
}
.plyr input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr input[type=range].tab-focus:focus {
  outline-offset: 3px;
}
.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #3498db;
  border-color: #fff;
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
.plyr input[type=range]:active::-moz-range-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}
.plyr input[type=range]:active::-ms-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}
.plyr--video input[type=range].tab-focus:focus {
  outline: rgba(255,255,255,0.5) dotted 1px;
}
.plyr--audio input[type=range].tab-focus:focus {
  outline: rgba(86,93,100,0.5) dotted 1px;
}
.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute !important;
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
}
.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}
.plyr__video-embed {
  padding-bottom: 56.25%;
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
}
.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.plyr__video-embed>div {
  position: relative;
  padding-bottom: 200%;
  -webkit-transform: translateY(-35.95%);
          transform: translateY(-35.95%);
}
.plyr video::-webkit-media-text-track-container {
  display: none;
}
.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0,0,0,0.7);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 150%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}
.plyr--hide-controls .plyr__captions {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
@media (min-width: 1024px) {
  .plyr--fullscreen-active .plyr__captions {
    font-size: 32px;
  }
}
.plyr::-webkit-media-controls {
  display: none;
}
.plyr__controls {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  line-height: 1;
  text-align: center;
}
.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls>button {
  margin-left: 5px;
}
.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child,
.plyr__controls>button:first-child {
  margin-left: 0;
}
.plyr__controls .plyr__volume {
  margin-left: 5px;
}
.plyr__controls [data-plyr=pause] {
  margin-left: 0;
}
.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: 0 0;
  border-radius: 3px;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
  color: #575757;
}
.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: #575757;
}
.plyr__controls button:focus {
  outline: 0;
}
.plyr__controls .icon--captions-on,
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted {
  display: none;
}
@media (min-width: 480px) {
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time,
  .plyr__controls>button {
    margin-left: 10px;
  }
}
.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}
.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 50px 10px 10px;
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  transition: opacity 0.3s ease;
}
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
  background: #3498db;
  color: #fff;
}
.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #000;
  border: 1px solid #dbe3e8;
  color: #565d64;
}
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
  background: #3498db;
  color: #000;
}

.plyr--audio .plyr__play-large,
.plyr--playing .plyr__controls [data-plyr=play],
.plyr__controls [data-plyr=pause] {
  display: none;
}
.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}
.plyr--playing .plyr__controls [data-plyr=pause] {
  display: inline-block;
}
.plyr--captions-active .plyr__controls .icon--captions-on,
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted {
  display: block;
}
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr--captions-active .plyr__controls .icon--captions-on+svg,
.plyr--fullscreen-active .icon--exit-fullscreen+svg,
.plyr--muted .plyr__controls .icon--muted+svg {
  display: none;
}
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}
.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  opacity: 0;
  background: rgba(0,0,0,0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
          transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  transition: opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease, -webkit-transform 0.2s 0.1s ease;
}
.plyr__tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0,0,0,0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}
.plyr button.tab-focus:focus .plyr__tooltip,
.plyr button:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
}
.plyr button:hover .plyr__tooltip {
  z-index: 3;
}
.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}
.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
          transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}
.plyr__progress {
  position: relative;
  display: none;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
}
.plyr__progress input[type=range]::-moz-range-track {
  background: 0 0;
}
.plyr__progress input[type=range]::-ms-fill-upper {
  background: 0 0;
}
.plyr__progress .plyr__tooltip {
  left: 0;
}
.plyr .plyr__progress {
  display: inline-block;
}
.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 100px;
}
.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: 0 0;
}
.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}
.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}
.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}
.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #3498db;
  background: 0 0;
  transition: none;
}
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}
.plyr__progress--buffer::-webkit-progress-value {
  transition: width 0.2s ease;
}
.plyr__progress--buffer::-moz-progress-bar {
  transition: width 0.2s ease;
}
.plyr__progress--buffer::-ms-fill {
  transition: width 0.2s ease;
}
.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255,255,255,0.25);
}
.plyr--video .plyr__progress--buffer {
  color: rgba(255,255,255,0.25);
}
.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198,214,219,0.66);
}
.plyr--audio .plyr__progress--buffer {
  color: rgba(198,214,219,0.66);
}
.plyr--loading .plyr__progress--buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0,0,0,0.15) 25%, transparent 25%, transparent 50%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0.15) 75%, transparent 75%, transparent);
  color: transparent;
}
.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255,255,255,0.25);
}
.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198,214,219,0.66);
}
.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.plyr__time+.plyr__time {
  display: none;
}
@media (min-width: 768px) {
  .plyr__time+.plyr__time {
    display: inline-block;
  }
}
.plyr__time+.plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}
.plyr__volume {
  display: none;
}
.plyr .plyr__volume {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  position: relative;
}
.plyr .plyr__volume input[type=range] {
  position: relative;
  z-index: 2;
}
@media (min-width: 480px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}
@media (min-width: 768px) {
  .plyr .plyr__volume {
    max-width: 100px;
  }
}
.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr=mute] {
  display: none !important;
}
.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0 !important;
}
.plyr--fullscreen-active video {
  height: 100%;
}
.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}
.plyr--fullscreen-active .plyr__video-embed {
  overflow: visible;
}
.plyr--fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
a.logo,
img,
legend {
  border: 0;
}
a,
h1,
h2 {
  color: #3498db;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
small,
summary {
  display: block;
}
body,
figure,
li,
ul {
  margin: 0;
}
[hidden],
template {
  display: none;
}
li,
nav ul,
ul {
  list-style: none;
  padding: 0;
}
legend,
li,
nav ul,
ul {
  padding: 0;
}
.btn__bar,
sub,
sup {
  position: relative;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  background: 0 0;
  text-decoration: none;
/*border-bottom: 1px dotted currentColor;*/
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
.btn__bar,
nav li {
  white-space: nowrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: Avenir;
  src: url("//cdn.plyr.io/fonts/avenir-medium.woff2") format("woff2"), url("//cdn.plyr.io/fonts/avenir-medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Avenir;
  src: url("//cdn.plyr.io/fonts/avenir-bold.woff2") format("woff2"), url("//cdn.plyr.io/fonts/avenir-bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
html {
  font-size: 100%;
  height: 100%;
  background: fixed #f2f5f7;
}
body {
  font-family: Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
  color: #55646b;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  padding: 10px;
}
h1,
h2 {
  letter-spacing: -0.025em;
  margin: 0 0 10px;
  line-height: 1.2;
  font-weight: 700;
}
h1 {
  font-size: 64px;
  font-size: 4rem;
}
p,
small {
  margin: 0 0 20px;
}
small {
  padding: 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
a:focus,
a:hover {
  color: #343f4a;
  border-bottom-color: transparent;
}
a:focus {
  outline: #343f4a dotted thin;
  outline-offset: 1px;
}
.color--vimeo {
  color: #19b7ed;
}
.color--youtube {
  color: #cc181e;
}
*,
::after,
::before {
  box-sizing: border-box;
}
.btn__bar ul,
nav li {
  display: inline-block;
}
header {
  padding: 20px;
  margin-bottom: 20px;
}
header p {
  font-size: 18px;
  font-size: 1.125rem;
}
section {
  max-width: 1200px;
  margin: 0 auto 20px;
}
@media (min-width: 480px) {
  header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section {
    margin-bottom: 40px;
  }
}
.icon {
  fill: currentColor;
  width: 18px;
  height: 18px;
  vertical-align: -3px;
}
.btn,
.btn__count,
.error main,
video {
  vertical-align: middle;
}
a svg,
button svg,
label svg {
  pointer-events: none;
}
.btn .icon,
a .icon {
  margin-right: 10px;
}
.btn:not(.btn-large) .icon {
  width: 16px;
  height: 16px;
}
nav ul {
  margin: 0;
  font-size: 0;
}
nav li {
  margin-top: 10px;
  font-size: 16px;
  font-size: 1rem;
}
nav li+li {
  margin-left: 20px;
}
.btn__bar {
  margin: 0 auto 20px;
  max-width: 1200px;
}
.btn__bar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #dbe3e8;
}
.btn__bar ul {
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn__bar li {
  margin: 0;
}
.btn__bar li:first-child .btn {
  border-radius: 4px 0 0 4px;
}
.btn__bar li:last-child .btn {
  border-radius: 0 4px 4px 0;
}
.btn__bar li+li .btn {
  margin-left: -1px;
}
.btn__bar li.active .btn {
  position: relative;
  z-index: 1;
}
.btn__bar li.active .btn .icon {
  color: inherit;
}
.btn__bar li.active+li .btn:hover {
  z-index: 0;
}
.btn__bar .btn {
  position: relative;
  display: block;
  border-radius: 0;
}
.btn__bar .btn:focus,
.btn__bar .btn:hover {
  z-index: 1;
}
@media (min-width: 560px) {
  .btn__bar {
    margin-bottom: 40px;
  }
}
.btn,
.btn__count {
  display: inline-block;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 700;
}
.btn {
  padding: 15px 60px;
  color: #fff;
  background: #39f;
  border: none;
  font-weight: 400;
  transition: background 0.1s ease, color 0.1s ease;
  font-size: 1.2em;
}

.btn {
  padding: 15px 60px;
  color: #fff;
  background: #39f;
  border: none;
  font-weight: 400;
  transition: background 0.1s ease, color 0.1s ease;
  font-size: 1.2em;
}

.btn:focus,
.btn:hover {
  outline: 0;
}
.btn--large {
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1rem;
}
.btn--primary,
.btn__bar li.active .btn {
  background-image: linear-gradient(#3498db, #258cd1);
  background-color: #3498db;
  border-color: #217dbb;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
  color: #fff;
}
.btn--primary:focus,
.btn--primary:hover {
  color: #fff;
  border-color: #196090;
}
.btn--youtube .icon {
  color: #cc181e;
}
.btn--vimeo .icon {
  color: #19b7ed;
}
.btn--twitter .icon {
  color: #4baaf4;
}
.btn__count {
  position: relative;
  margin-left: 10px;
  padding: 10px 15px;
  background: #fff;
  border: 1px solid #cbd0d3;
}
.btn__count::before,
.plyr__video-wrapper::after {
  content: "";
  position: absolute;
}
.btn__count::before {
  display: block;
  width: 8px;
  height: 8px;
  left: 1px;
  top: 50%;
  margin-top: -4px;
  background: inherit;
  border: inherit;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}
.error body,
html.error {
  height: 100%;
}
.error body {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.error main {
  display: table-cell;
  width: 100%;
}
video {
  max-width: 100%;
}
.plyr {
  margin: 0 auto;
  border-radius: 6px;
}
.plyr--audio {
  max-width: 520px;
}
.plyr__video-wrapper::after {
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: inherit;
}
.plyr__cite {
  display: none;
  margin-top: 20px;
}
.plyr__cite .icon {
  margin-right: 5px;
}
.plyr--audio~ul .plyr__cite--audio,
.plyr--video:not(.plyr--youtube):not(.plyr--vimeo)~ul .plyr__cite--video,
.plyr--vimeo~ul .plyr__cite--vimeo,
.plyr--youtube~ul .plyr__cite--youtube {
  display: block;
}
body {
  background-color: #f6f6f6;
  border: none;
  font-family: "Nimbus Sans Cond", "Nimbus Sans Condensed", "nimbus-sans-condensed", sans-serif !important;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
input,
button {
  font-family: "AlternateGotNo3d";
}
hr {
  width: 100%;
}
h1,
h2,
h3 {
  font-family: AlternateGotNo3d, "alternate-gothic-no-3-d", sans-serif !important;
  text-transform: uppercase;
  font-weight: 100;
}
h1 {
  font-size: 30px;
  letter-spacing: 4px;
}
p {
  color: #333;
}
a {
  color: #39f;
}
.plyr--video .plyr__controls {
  background: none;
}
.plyr,
.plyr *,
.plyr ::after,
.plyr ::before {
  background: rgba(0,0,0,0);
}
.plyr--video,
.plyr ::after,
.plyr ::before {
  border: none !important;
  border-radius: 0;
}
.plyr__sr-only {
  font-size: 8px;
  display: inline;
}
.vjs-custom {
  display: none;
}
.body-text {
  text-align: center;
}
.gform_wrapper {
  margin-top: 0px;
}
#field_2_1 {
  margin-top: 0px;
}
a.link-no-blue {
  color: #333;
}
.home-border {
  border-bottom: 1px solid #333 !important;
  padding: 20px 10px 20px 0;
}
.home-border h3 {
  font-size: 30px;
  letter-spacing: 2px;
}
.contact-home p {
  padding-top: 16px;
  font-size: 18px;
}
.contact-home em {
  padding-right: 6px;
}
.jane-name {
  letter-spacing: 3px;
}
.gform_wrapper {
  margin: 0 !important;
  padding: 0;
}
#input_2_1_3_container,
#input_2_1_6_container,
#input_2_2 {
  width: 100%;
  float: none;
  background: #f6f6f6;
  margin: 0;
  padding: 0;
  font-size: 0.7em;
}
#input_2_1_3,
#input_2_1_6,
#input_1_3,
#input_2_2 {
  background-color: #f6f6f6;
  width: 100%;
  padding: 10px;
  height: 50px;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  background-color: #39f;
}
@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ==========================================================================

    LET'S GET STARTED!

   ========================================================================== */
body {
  padding: 0;
  overflow-x: hidden;
}
video {
  -o-object-fit: cover;
     object-fit: cover;
}
*::-webkit-media-controls-panel,
*::-webkit-media-controls-play-button,
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.foot {
  background-color: #2c2c2c;
  padding: 60px 0;
}
.page_feat {
  max-width: 1000px;
}
p.copy {
  color: #888;
  margin: 0;
  text-align: left;
  font-size: 0.75em;
  font-family: 'Helvetica';
}
.page__title {
  padding: 60px 0 0;
  color: #333;
}
p.subtext {
  font-size: 1em;
}
.home-border {
  padding: 0 !important;
  margin: 40px 10px;
  height: 1px;
  background: #333;
  border: none;
}
.contact-home {
  text-align: left;
  max-width: 480px;
}
.em--contact {
  font-family: 'Adobe Caslon Pro';
  font-weight: 600;
}
.h3--contact {
  margin: 0 0 40px;
}
.row--contact {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.row--sponsors {
  display: flex;
  justify-content: center;
}
form input,
form button {
  font-size: 0.875em;
  width: 80%;
  padding: 20px;
  margin: 0 0 20px;
  border: thin solid #b4b4b4;
  background: none;
}
.form input {
  display: block;
  width: 80%;
}
.form button {
  display: block;
  margin: 0;
}
.logo {
  padding: .8em;
}
a.link-blue {
  color: #39f;
}


/* Casey edit: Fixes issue */

.plyr__play-large {
  position: absolute;
  top: 31%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-family: nimbus-sans-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 6px 11px 5px !important;
  height: auto;
  text-transform: uppercase;
  border-radius: 0;
  content: "Play Trailer";
  z-index: 1;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
  display: inline-block;
  border-width: .5px;
  border-style: solid;
  border-color: currentColor;
  display: flex;
}

.plyr__play-large:focus {
  outline: rgba(255,255,255,0.5) dotted 1px;
}


.plyr__play-large svg {
  width: 1rem;
  height: 1rem;
  margin-left: 6px;
  fill: currentColor;
  align-self: center;
}

@media screen and (max-width: 800px){
  .plyr__play-large {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 640px){
  .plyr__play-large {
    font-size: .8rem;
    padding: 4px 9px 3px !important;
  }
  .plyr__play-large svg {
    width: .8rem;
    height: .8rem;
  }
}

@media screen and (max-width: 460px){
  .plyr__play-large {
    font-size: .6rem;
    padding: 2px 7px 1px !important;
  }
  .plyr__play-large svg {
    width: .5rem;
    height: .5rem;
    margin-left: 3px;
  }
}

/* End Casey edit */


@media (max-width: 523px) {
  .body-text {
    text-align: left;
  }
}
@media (max-width: 75em) {

}
@media (max-width: 60em) {
  .plyr button {
    padding: 2px 6px;
  }
    .row--sponsors {
    justify-content: normal;
}
@media (max-width: 50em) and (min-width: 30em) {
  .h3--contact {
    margin: 40px 0 40px 0;
  }
  .row--sponsors {
    justify-content: normal;
}
@media (max-width: 30em) {

  .plyr button {
    font-size: 0.625em !important;
  }
  .h3--contact {
    margin: 40px 0 20px;
  }
  .plyr__video-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #000;
  }
  .plyr video,
  .plyr__video-wrapper {
    height: 500px;
  }
}

@media (max-width: 10em) {
 .plyr button {
    font-size: 0.625em !important;
  }
}
