/** =================== MONTSERRAT =================== **/
/** Montserrat Regular **/
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/Montserrat-Regular.ttf") format("truetype");
  font-display: block;
}

/** Montserrat Regular-Italic **/
/** Montserrat Medium **/
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: url("/static/fonts/Montserrat-Medium.ttf") format("truetype");
  font-display: block;
}

/** Montserrat Bold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("/static/fonts/Montserrat-Bold.ttf") format("truetype");
  font-display: block;
}

/** =================== Abril Fatface-Regular =================== **/
@font-face {
  font-family: "Abril Fatface";
  font-weight: 400;
  font-style: normal;
  src: url("/static/fonts/AbrilFatface-Regular.ttf") format("truetype");
  font-display: block;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html,
body {
  height: 100%;
}

html {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #1D1D1B;
}

html:not(.noscroll) {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html:not(.noscroll) {
    scroll-behavior: auto;
  }
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

a {
  text-decoration: none;
  color: inherit;
}

.container,
.content {
  position: relative;
  width: 100%;
  min-width: 300px;
  max-width: 1920px;
  margin: 0 auto;
}

.container {
  padding: 0 80px;
}

@media (max-width: 1279px) {
  .container {
    padding: 0 65px;
  }
}

@media (max-width: 1024px) {
  .container {
    padding: 0 60px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 40px;
  }
}

@media (max-width: 640px) {
  .container {
    padding: 0 25px;
  }
}

@media (max-width: 320px) {
  .container {
    padding: 0 15px;
  }
}

.content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.simple-header-content {
  padding-top: 75px;
}

@media (max-width: 1024px) {
  .simple-header-content {
    padding-top: 65px;
  }
}

.color-red {
  color: red !important;
}

/* Modals */
#video-submission-modal {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#video-submission-modal .modal-bg {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  max-width: unset;
}

#video-submission-modal .modal-bg .modal {
  position: relative;
  margin: 80px auto;
  padding: 30px 50px;
  width: 100%;
  max-width: 900px;
  background-color: white;
  box-shadow: 3px 7px 18px rgba(0, 0, 0, 0.19);
}

#video-submission-modal .modal-bg .modal .close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

#video-submission-modal .modal-bg .modal .close:before {
  content: url("/static/img/icons/close.svg");
  height: 14px;
  height: 14px;
  padding: 14px;
  box-sizing: content-box;
}

@media (max-width: 1279px) {
  #video-submission-modal .modal-bg .modal {
    margin: 65px auto;
  }
}

@media (max-width: 1024px) {
  #video-submission-modal .modal-bg .modal {
    margin: 60px auto;
  }
}

@media (max-width: 768px) {
  #video-submission-modal .modal-bg .modal {
    margin: 40px auto;
  }
}

@media (max-width: 640px) {
  #video-submission-modal .modal-bg .modal {
    margin: 25px auto;
    padding: 30px;
  }
}

@media (max-width: 480px) {
  #video-submission-modal .modal-bg .modal {
    padding: 30px 15px;
  }
}

@media (max-width: 320px) {
  #video-submission-modal .modal-bg .modal {
    margin: 15px auto;
  }
}

#video-submission-modal .modal-bg .modal .title {
  font-family: Abril Fatface;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 65px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 20px;
  line-height: 100%;
}

@media (max-width: 768px) {
  #video-submission-modal .modal-bg .modal .title {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  #video-submission-modal .modal-bg .modal .title {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  #video-submission-modal .modal-bg .modal .title {
    font-size: 20px;
  }
}

#video-submission-modal .modal-bg .modal .wrap {
  width: 490px;
  max-width: 100%;
  margin: 0 auto;
}

#video-submission-modal .modal-bg .modal .wrap .subtitle {
  width: 100%;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #333333;
  border-bottom: 1px solid #333333;
  padding-bottom: 0.5em;
  margin-bottom: 2em;
}

#video-submission-modal .modal-bg .modal .wrap .subtitle.bold {
  font-weight: bold;
}

#video-submission-modal .modal-bg .modal .wrap .subtitle.no-underline {
  border-bottom: none;
  padding-bottom: 0;
}

@media (max-width: 640px) {
  #video-submission-modal .modal-bg .modal .wrap .subtitle {
    font-size: 16px;
  }
}

#video-submission-modal .modal-bg .modal .wrap form {
  width: 400px;
  max-width: inherit;
  margin: inherit;
}

#video-submission-modal .modal-bg .modal .wrap form figure:not(:last-of-type) {
  margin-bottom: 1.5em;
}

#video-submission-modal .modal-bg .modal .wrap form figure:last-of-type {
  margin-bottom: 2em;
}

#video-submission-modal .modal-bg .modal .wrap form label {
  padding-bottom: 0.5em;
}

#video-submission-modal .modal-bg .modal .wrap form input[type='text'],
#video-submission-modal .modal-bg .modal .wrap form input[type='password'],
#video-submission-modal .modal-bg .modal .wrap form input[type='email'],
#video-submission-modal .modal-bg .modal .wrap form textarea,
#video-submission-modal .modal-bg .modal .wrap form .select2-container,
#video-submission-modal .modal-bg .modal .wrap form select {
  height: 40px;
  width: 100%;
  border: 1px solid #333333;
  border-radius: 0;
  box-shadow: none;
  background-color: white;
  -webkit-appearance: none;
}

#video-submission-modal .modal-bg .modal .wrap form .select2-container span {
  height: 100%;
}

#video-submission-modal .modal-bg .modal .wrap form .select2-selection {
  border-radius: 0;
  border: none;
}

#video-submission-modal .modal-bg .modal .wrap form input[type='text'],
#video-submission-modal .modal-bg .modal .wrap form input[type='password'],
#video-submission-modal .modal-bg .modal .wrap form input[type='email'] {
  padding: 0 10px;
}

#video-submission-modal .modal-bg .modal .wrap form input[type='text']::-webkit-input-placeholder, #video-submission-modal .modal-bg .modal .wrap form input[type='password']::-webkit-input-placeholder, #video-submission-modal .modal-bg .modal .wrap form input[type='email']::-webkit-input-placeholder, #video-submission-modal .modal-bg .modal .wrap form textarea::-webkit-input-placeholder {
  color: #828282;
  font-style: italic;
}

#video-submission-modal .modal-bg .modal .wrap form input[type='text']::-moz-placeholder, #video-submission-modal .modal-bg .modal .wrap form input[type='password']::-moz-placeholder, #video-submission-modal .modal-bg .modal .wrap form input[type='email']::-moz-placeholder, #video-submission-modal .modal-bg .modal .wrap form textarea::-moz-placeholder {
  color: #828282;
  font-style: italic;
}

#video-submission-modal .modal-bg .modal .wrap form input[type='text']:-ms-input-placeholder, #video-submission-modal .modal-bg .modal .wrap form input[type='password']:-ms-input-placeholder, #video-submission-modal .modal-bg .modal .wrap form input[type='email']:-ms-input-placeholder, #video-submission-modal .modal-bg .modal .wrap form textarea:-ms-input-placeholder {
  color: #828282;
  font-style: italic;
}

#video-submission-modal .modal-bg .modal .wrap form input[type='text']::-ms-input-placeholder, #video-submission-modal .modal-bg .modal .wrap form input[type='password']::-ms-input-placeholder, #video-submission-modal .modal-bg .modal .wrap form input[type='email']::-ms-input-placeholder, #video-submission-modal .modal-bg .modal .wrap form textarea::-ms-input-placeholder {
  color: #828282;
  font-style: italic;
}

#video-submission-modal .modal-bg .modal .wrap form input[type='text']::placeholder,
#video-submission-modal .modal-bg .modal .wrap form input[type='password']::placeholder,
#video-submission-modal .modal-bg .modal .wrap form input[type='email']::placeholder,
#video-submission-modal .modal-bg .modal .wrap form textarea::placeholder {
  color: #828282;
  font-style: italic;
}

#video-submission-modal .modal-bg .modal .wrap form input[type='radio'] {
  cursor: pointer;
}

#video-submission-modal .modal-bg .modal .wrap form input[type='radio'] + label {
  cursor: pointer;
}

#video-submission-modal .modal-bg .modal .wrap form textarea {
  padding: 10px 10px 0;
  resize: vertical;
  min-height: 40px;
  max-height: 200px;
}

#video-submission-modal .modal-bg .modal .wrap form select {
  cursor: pointer;
  padding: 0 40px 0 10px;
}

@media (max-width: 480px) {
  #video-submission-modal .modal-bg .modal .wrap form textarea {
    min-height: 100px;
  }
}

#video-submission-modal .modal-bg .modal .wrap form .autoComplete_wrapper {
  display: inline-block;
  position: relative;
}

#video-submission-modal .modal-bg .modal .wrap form .autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  box-sizing: border-box;
  left: 0;
  right: 0;
  margin: 0.5rem 0 0 0;
  padding: 0;
  z-index: 1;
  list-style: none;
  border-radius: 0.6rem;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.07);
  box-shadow: 0 3px 6px rgba(149, 157, 165, 0.15);
  outline: none;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
}

#video-submission-modal .modal-bg .modal .wrap form .autoComplete_wrapper > ul[hidden],
#video-submission-modal .modal-bg .modal .wrap form .autoComplete_wrapper > ul:empty {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

#video-submission-modal .modal-bg .modal .wrap form .autoComplete_wrapper > ul > li {
  margin: 0.3rem;
  padding: 0.3rem 0.5rem;
  text-align: left;
  font-size: 1rem;
  color: #212121;
  border-radius: 0.35rem;
  background-color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}

#video-submission-modal .modal-bg .modal .wrap form .autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: #ff7a7a;
  font-weight: bold;
}

#video-submission-modal .modal-bg .modal .wrap form .autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(255, 122, 122, 0.15);
}

#video-submission-modal .modal-bg .modal .wrap form .autoComplete_wrapper > ul > li[aria-selected="true"] {
  background-color: rgba(255, 122, 122, 0.15);
}

#video-submission-modal .modal-bg .modal .wrap form .fieldset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#video-submission-modal .modal-bg .modal .wrap form .fieldset:last-child {
  margin-bottom: -1.5em;
}

@media (max-width: 480px) {
  #video-submission-modal .modal-bg .modal .wrap form .fieldset:last-child {
    margin-bottom: -1em;
  }
}

#video-submission-modal .modal-bg .modal .wrap form .input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 1.5em;
  position: relative;
}

#video-submission-modal .modal-bg .modal .wrap form .input.select .select-wrap {
  position: relative;
}

#video-submission-modal .modal-bg .modal .wrap form .input.select .select-wrap i {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  padding: 12px;
}

#video-submission-modal .modal-bg .modal .wrap form .input.select .select-wrap i:before {
  content: url("/static/img/icons/select-arrow.svg");
  height: 14px;
  width: 14px;
}

#video-submission-modal .modal-bg .modal .wrap form .input .error {
  display: none;
  width: 100%;
  color: red;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
}

@media (max-width: 640px) {
  #video-submission-modal .modal-bg .modal .wrap form .input {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  #video-submission-modal .modal-bg .modal .wrap form .input {
    margin-bottom: 1em;
  }
}

#video-submission-modal .modal-bg .modal .wrap form .find-button {
  width: 140px;
  color: red;
  border: 2px solid red;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
  background-color: transparent;
  text-decoration: none;
  height: 40px;
}

#video-submission-modal .modal-bg .modal .wrap form .find-button:disabled {
  pointer-events: none;
  color: #828282;
  border-color: #828282;
}

@media (max-width: 1279px) {
  #video-submission-modal .modal-bg .modal .wrap form .find-button {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  #video-submission-modal .modal-bg .modal .wrap form .find-button {
    font-size: 14px;
    line-height: 17px;
  }
}

#video-submission-modal .modal-bg .modal .wrap form .buttons-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-bottom: 1em;
}

@media (max-width: 640px) {
  #video-submission-modal .modal-bg .modal .wrap form .buttons-wrap {
    margin-bottom: 0;
  }
}

#video-submission-modal .modal-bg .modal .wrap form .buttons-wrap .submit-button {
  width: 140px;
  color: red;
  border: 2px solid red;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding: 10px;
  background-color: transparent;
  text-decoration: none;
  margin-top: 1em;
}

#video-submission-modal .modal-bg .modal .wrap form .buttons-wrap .submit-button:disabled {
  pointer-events: none;
  color: #828282;
  border-color: #828282;
}

@media (max-width: 1279px) {
  #video-submission-modal .modal-bg .modal .wrap form .buttons-wrap .submit-button {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 768px) {
  #video-submission-modal .modal-bg .modal .wrap form .buttons-wrap .submit-button {
    font-size: 14px;
    line-height: 17px;
  }
}

#video-submission-modal form .entry-id {
  width: calc(100% - 155px);
  margin-right: 15px;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  #video-submission-modal form .fieldset {
    margin-bottom: 1em;
  }
  #video-submission-modal form .entry-id {
    width: 100%;
    margin-right: 0;
  }
  #video-submission-modal form .find-button {
    margin: 1em auto 0.5em;
  }
}

/*# sourceMappingURL=video-submission.css.map */
