@import url(https://use.typekit.net/rip3xso.css);
@font-face {
    font-family: Monorale;
    font-weight: 400;
    font-style: normal;
    src: url(https://assets-js.deeper.com/production_62e0bbe12e623f536314f2c54718f0842cba64ce/fonts/fbd50651219002dbddace9975d3e6251.woff) format('woff');
}

@font-face {
    font-family: Monorale;
    font-weight: 400;
    font-style: italic;
    src: url(https://assets-js.deeper.com/production_62e0bbe12e623f536314f2c54718f0842cba64ce/fonts/fe48f5fa5652f72b480e84420b0f6135.woff) format('woff');
}

@font-face {
    font-family: Monorale;
    font-weight: 700;
    font-style: normal;
    src: url(https://assets-js.deeper.com/production_62e0bbe12e623f536314f2c54718f0842cba64ce/fonts/62804d538096fcb85c44b190f2f616af.woff) format('woff');
}

@font-face {
    font-family: Monorale;
    font-weight: 700;
    font-style: italic;
    src: url(https://assets-js.deeper.com/production_62e0bbe12e623f536314f2c54718f0842cba64ce/fonts/14f467249f10d2939aac976d224475a3.woff) format('woff');
}

@font-face {
    font-family: Monorale;
    font-weight: 800;
    font-style: normal;
    src: url(https://assets-js.deeper.com/production_62e0bbe12e623f536314f2c54718f0842cba64ce/fonts/33432f377bf629efbafe1b9c89c9d201.woff) format('woff');
}

@font-face {
    font-family: Monorale;
    font-weight: 800;
    font-style: italic;
    src: url(https://assets-js.deeper.com/production_62e0bbe12e623f536314f2c54718f0842cba64ce/fonts/e652eed898746cdc76debc74b951bf5f.woff) format('woff');
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

svg {
    -webkit-box-sizing: unset;
    -moz-box-sizing: unset;
    box-sizing: unset;
}

.basicLightbox h1,
.basicLightbox h2,
.basicLightbox h3 {
    color: black;
    font-family: "Monorale", "open sans", sans-serif, Helvetica, Arial;
}

#xvid_code {
    display: block;
    margin: 20px auto 0;
}

#xvid_resend_button {
    border: 0;
    background: none;
    text-decoration: underline;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 10px;
    cursor: pointer;
    color: #0000EE
}

#xvid_submit_button {
    background-color: rgb(0, 215, 94);
    background-size: 200%;
    border: medium none;
    color: rgb(249, 249, 249);
    font-size: 1.8rem;
    font-weight: 400;
    min-width: 10rem;
    padding: 0.8rem 4rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color 0.1s ease-in-out 0s;
    white-space: nowrap;
    font-family: "Monorale", "open sans", sans-serif, Helvetica, Arial;
    user-select: none;
    opacity: 1;
    cursor: pointer;
}
