/*! 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 */
  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;
}

/*  Fonts
-------------------- */
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v20-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v20-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-300.woff2") format("woff2"), url("../fonts/roboto-v20-latin-300.woff") format("woff"), url("../fonts/roboto-v20-latin-300.ttf") format("truetype"), url("../fonts/roboto-v20-latin-300.svg#Roboto") format("svg");
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v20-latin-regular.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v20-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v20-latin-regular.woff") format("woff"), url("../fonts/roboto-v20-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v20-latin-regular.svg#Roboto") format("svg");
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto Medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v20-latin-500.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-v20-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-500.woff2") format("woff2"), url("../fonts/roboto-v20-latin-500.woff") format("woff"), url("../fonts/roboto-v20-latin-500.ttf") format("truetype"), url("../fonts/roboto-v20-latin-500.svg#Roboto") format("svg");
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto Bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v20-latin-700.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v20-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v20-latin-700.woff2") format("woff2"), url("../fonts/roboto-v20-latin-700.woff") format("woff"), url("../fonts/roboto-v20-latin-700.ttf") format("truetype"), url("../fonts/roboto-v20-latin-700.svg#Roboto") format("svg");
}
/*  Typography
-------------------- */
html {
  font-size: 16px;
}

html {
  /* stylelint-disable */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  /* stylelint-enable */
}

body {
  color: #333;
  font-family: "Roboto Regular", sans-serif;
  font-weight: 400;
  line-height: 1.45;
}

p {
  margin-bottom: 1.25rem;
}

h1, h2, h3, h4, h5 {
  font-weight: 400;
  line-height: 1.15;
  margin: 2.75rem 0 1rem;
}

h1 {
  font-size: 2.488rem;
  margin-top: 0;
}

h2 {
  font-size: 2.074rem;
}

h3 {
  font-size: 1.728rem;
}

h4 {
  font-size: 1.44rem;
}

h5 {
  font-size: 1.2rem;
}

small, .text_small {
  font-size: 0.833rem;
}

@keyframes aboutWheelSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes floatY {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes animateY {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(100px);
  }
}
.blob {
  display: none;
}
@media (min-width: 1200px) {
  .blob {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
  }
  .blob .blob_img {
    height: 90px;
    mix-blend-mode: multiply;
    opacity: 0.35;
    width: 90px;
  }
}

.blob-2 {
  display: none;
}
@media (min-width: 1200px) {
  .blob-2 {
    display: block;
    position: absolute;
    right: 80px;
    top: 15px;
    z-index: 3;
  }
  .blob-2 .blob_img {
    height: 40px;
    mix-blend-mode: multiply;
    opacity: 0.5;
    width: 40px;
  }
}

.blob-3 {
  display: none;
}
@media (min-width: 1200px) {
  .blob-3 {
    display: block;
    position: absolute;
    right: 500px;
    top: 10px;
    z-index: 3;
  }
  .blob-3 .blob_img {
    height: 50px;
    mix-blend-mode: multiply;
    opacity: 0.25;
    width: 30px;
  }
}

.blob-4 {
  display: none;
}
@media (min-width: 1200px) {
  .blob-4 {
    display: block;
    position: absolute;
    right: 500px;
    top: 5px;
    z-index: 3;
  }
  .blob-4 .blob_img {
    height: 50px;
    mix-blend-mode: multiply;
    opacity: 0.25;
    width: 50px;
  }
}

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

html, body {
  height: 100%;
}

body {
  background-position: 0 -3px;
  color: #414042;
  padding: 0 2rem;
}
@media (min-width: 1200px) {
  body {
    background-image: url("../images/virgo-bg.svg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0;
  }
  body _:-ms-fullscreen, body :root {
    background-image: none;
  }
}
@media (min-width: 2000px) {
  body {
    background-position: 3px -3px;
  }
}

@media all and (-ms-high-contrast: none) {
  body {
    background-image: url("../images/ie-back.png");
  }

  /* IE10 */
  *::-ms-backdrop, body {
    background-image: url("../images/ie-back.png");
  }

  /* IE11 */
}
.wrapper {
  height: 100%;
  width: 100%;
}

.page {
  margin: 0 auto 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .page {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 1140px;
  }
}

a {
  color: #880035;
  text-decoration: none;
}

/* Header
------------------------------ */
@media all and (-ms-high-contrast: none) {
  .header {
    height: 150px;
  }

  /* IE10 */
  *:-ms-backdrop, .header {
    height: 150px;
  }

  /* IE11 */
}
@media (min-width: 1200px) {
  .header {
    margin-top: 5rem;
  }
}
@media (min-width: 1700px) {
  .header {
    margin-top: 9rem;
  }
}
@media (min-width: 2000px) {
  .header {
    margin-top: 12rem;
  }
}

.header__logo img {
  margin-top: 2rem;
  max-width: 65%;
}
@media (min-width: 768px) {
  .header__logo img {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    width: 450px;
  }
}

.main {
  display: flex;
  flex-direction: column;
  min-height: 40vh;
}

.main__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .main__content {
    flex-direction: row;
  }
}

.main__intro {
  font-family: "Roboto Regular", sans-serif;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .main__intro {
    flex: 1.5;
    margin: 0 4rem 0 0;
  }
}
.main__intro p:nth-of-type(2) {
  font-family: "Roboto Medium", sans-serif;
  font-size: 0.9rem;
}

hr {
  background: #999;
  border: 0;
  border-bottom: 1px dashed #ccc;
}

.main__downloads {
  height: 0%;
  margin: 0;
}
@media (min-width: 768px) {
  .main__downloads {
    flex: 1;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .main__downloads {
    position: relative;
    top: -30px;
  }
}
.main__downloads .faux_title {
  color: #414042;
  font-family: "Roboto Bold", sans-serif;
  font-size: 2.75rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 1200px) {
  .main__downloads .faux_title {
    color: #fff;
    left: 25%;
    line-height: 0;
    position: absolute;
    top: -15px;
  }
}
.main__downloads ul:nth-of-type(1) {
  background: #fff;
  box-shadow: -1px 1px 70px 27px rgba(0, 0, 0, 0.13);
  display: block;
}
.main__downloads ul {
  border-radius: 12px;
  margin: 0;
  padding: 1.5rem;
}
.main__downloads ul li {
  border-bottom: 1px solid rgba(209, 209, 209, 0.5);
  list-style: none;
  padding: 1.25rem 0 1.25rem 0;
}
.main__downloads ul li:first-child {
  padding-top: 0;
}
.main__downloads ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.main__downloads a {
  color: #4f4f4f;
  font-family: "Roboto Bold", sans-serif;
  text-decoration: none;
}
.main__downloads a span {
  float: right;
}
.main__downloads a span svg {
  fill: #881637;
  height: 25px;
  transition: 0.25s linear;
}
.main__downloads a span svg:hover {
  fill: #000;
}
.main__downloads ul:nth-of-type(2) {
  margin: 2rem 0 0 0;
  padding: 0;
}
.main__downloads ul:nth-of-type(2) li {
  padding: 0.5rem 0;
}
.main__downloads ul:nth-of-type(2) svg {
  fill: #880035;
  height: 30px;
  margin-right: 0.25rem;
  transition: 0.25s linear;
  vertical-align: middle;
  width: 30px;
}
.main__downloads ul:nth-of-type(2) svg:hover {
  fill: #000;
}
.main__downloads ul:nth-of-type(2) a {
  color: #880035;
  transition: 0.25s linear;
}
.main__downloads ul:nth-of-type(2) a span {
  float: none;
}
.main__downloads ul:nth-of-type(2) a span:hover {
  color: #000;
}

.footer {
  flex: 1;
}
.footer__logo {
  margin: 3rem 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .footer__logo {
    text-align: right;
  }
}
.footer__info {
  border-top: 1px solid #880035;
  color: #880035;
  font-size: 0.8rem;
  text-align: center;
}
.footer__info span {
  font-family: "Roboto Bold", sans-serif;
}

.tutorial {
  float: left;
  width: 100%;
}
@media (min-width: 1024px) {
  .tutorial {
    width: 95%;
    word-break: normal;
  }
}
@media (min-width: 1024px) {
  .tutorial {
    padding-right: 4rem;
    width: 80%;
  }
}
@media (min-width: 1200px) {
  .tutorial {
    padding-right: 2rem;
  }
}
.tutorial h1 {
  font-family: "Roboto Bold", sans-serif;
  font-size: 2rem;
  margin: 2rem 0 0 0;
}
.tutorial h2 {
  font-family: "Roboto Bold", sans-serif;
  font-size: 1.5rem;
}
.tutorial p {
  margin: 0;
  padding: 0.5rem 0;
}
.tutorial blockquote {
  background: rgba(0, 0, 0, 0.03);
  border-left: 0.25em solid #880035;
  color: #484b4e;
  padding: 0 1em;
}
@media (min-width: 1024px) {
  .tutorial ul {
    padding-bottom: 2rem;
    padding-left: 3.5rem;
  }
}
.tutorial .author {
  margin-top: 1.25rem;
}
.tutorial .author,
.tutorial .email {
  font-family: "Roboto Medium", sans-serif;
  padding: 0;
}
.tutorial .tutorial_intro {
  margin-top: 1.5rem;
}
.tutorial pre, .tutorial code {
  white-space: pre;
}
.tutorial pre {
  background-color: #272829;
  border-radius: 3px;
  color: #fff;
  font-size: 85%;
  line-height: 1.45;
  overflow: auto;
  word-wrap: normal;
}

.long_sentences {
  word-break: break-all;
}
@media (min-width: 768px) {
  .long_sentences {
    word-break: normal;
  }
}

.home_link {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-name: animateY;
  animation-timing-function: ease-in-out;
  background: #880035;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 3;
}
.home_link svg path {
  fill: #fff;
}
.home_link a {
  display: block;
  padding: 1rem;
}
@media (min-width: 1200px) {
  .home_link {
    background: #fff;
    transition: 0.25s linear;
  }
  .home_link svg path {
    fill: #880035;
  }
  .home_link:hover {
    background: #880035;
  }
  .home_link:hover svg path {
    fill: #fff;
  }
}

.tutorial_download {
  margin: 0 0 0 0;
  text-align: center;
}
.tutorial_download a {
  background: #880035;
  border: 1px solid #880035;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-family: "Roboto Medium", sans-serif;
  padding: 0.25rem 0.5rem;
  text-decoration: none;
  transition: 0.25s linear;
}
.tutorial_download a:hover {
  background: none;
  border: 1px solid #880035;
  color: #880035;
}
.tutorial_download a svg {
  fill: #fff;
}
.tutorial_download a:hover svg {
  fill: #880035;
}

#error_dialog_box {
  background: #ff0019;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #fff;
  display: flex;
  font-weight: bold;
  width: 100%;
}
#error_dialog_box ul {
  list-style: none;
  margin: 0;
  padding: 1.5rem;
}
#error_dialog_box li:before {
  content: "\f06a";
  font-family: FontAwesome;
  margin-right: 0.4rem;
  opacity: 0.8;
}

#info_dialog {
  background: #13ab6d;
  border-radius: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
#info_dialog ul {
  list-style: none;
  margin: 0;
  padding: 0.5rem;
}
#info_dialog li:before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 1.5rem;
  margin-right: 0.4rem;
}

.g-recaptcha {
  margin: 0.25rem 0;
}

.file_form {
  background: #fff;
  border-radius: 12px;
  box-shadow: -1px 1px 70px 27px rgba(0, 0, 0, 0.13);
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .file_form {
    margin-top: 2rem;
  }
}
@media (min-width: 1200px) {
  .file_form {
    margin: 3rem 0 0 0;
    width: 60%;
  }
}

.form {
  margin: 0;
  padding: 0.5rem 1.5rem 0.75rem 1.5rem;
}

@media (min-width: 768px) {
  .first {
    margin-right: 15px;
  }
}

.first {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .first {
    margin-bottom: 0;
  }
}

.form__control {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0 0 1rem 0;
}
@media (min-width: 768px) {
  .form__control {
    flex-direction: row;
  }
}
.form__control input {
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  color: #666;
  outline: none;
  padding: 0.65rem;
}

.form__control div {
  display: flex;
  flex: 1;
  flex-direction: column;
}

.form__control label {
  font-family: "Roboto Bold", sans-serif;
  font-size: 0.8rem;
}

.form__control input[type=submit] {
  background: #58595b;
  color: #fff;
  font-family: "Roboto Bold", sans-serif;
  width: 200px;
}
.form__control input[type=submit]:hover {
  color: #ff0;
  cursor: pointer;
}
