@font-face {
  font-family: "DinPro";
  src:  url("/public/styles/fonts/DINPro-Regular.WOFF") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "DinPro";
  src:  url("/public/styles/fonts/DINPro-Bold.WOFF") format("woff");
  font-weight: bold;
}

@font-face {
  font-family: "DinPro";
  src:  url("/public/styles/fonts/DINPro-Black.WOFF") format("woff");
  font-weight: black;
}
@font-face {
  font-family: "DinPro";
  src:  url("/public/styles/fonts/DINPro-Light.WOFF") format("woff");
  font-weight: light;
}
/*! normalize.css v8.0.0 | 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;
}

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #ffffff;
font-family: DinPro, sans-serif;
  margin: 0;
overflow-x: visible;
}
body,
html {
  font-size: 100%;
    font-family: DinPro, sans-serif;
 }
 section {
   display: block;
 }
a {
  background: transparent;
 }
 a:active,
 a:hover {
   outline: 0;
 }
 h1 {
   font-size: 2em;
   margin: 0.67em 0;
 }
   dd,
   fieldset,
   figure,
   h1,
   h2,
   h3,
   h4,
   h5,
   h6,
   hr,
   ol,
   p,
   pre,
   table,
   ul {
     margin-top: 0;
     margin-bottom: 16px; }
table {
  margin-bottom: 0px;
}
   h1,h2,h3,h4,h5,h6 {
     background: none;
     text-indent: 0;
     color:#244B80;
     font-weight: 800;
    font-style: normal;
   }
   article,
   aside,
   details,
   figcaption,
   figure,
   footer,
   header,
   hgroup,
   main,
   nav,
   section,
   summary {
     display: block;
   }
   img {
     border: 0;
   }
   button,
   html input[type="button"],
   input[type="reset"],
   input[type="submit"] {
     -webkit-appearance: button;
     /* 2 */
     cursor: pointer;
     /* 3 */
   }
   input {
     line-height: normal;
   }
   ul, ol, dd,
   p, figure,
   pre, table, fieldset, hr {
     margin-top: 0;
   }

   html {
     background-color: #FEFEFE;
   }

   .grid {
    margin-left: -20px;
    text-align: left;
    overflow: hidden;
}

.grid .col-1,
.grid .col-10,
.grid .col-11,
.grid .col-12,
.grid .col-2,
.grid .col-3,
.grid .col-4,
.grid .col-5,
.grid .col-6,
.grid .col-7,
.grid .col-8,
.grid .col-9 {
    box-sizing: border-box;
    display: inline-block;
    margin-right: -4px;
    padding-left: 0px;
    min-height: 1px;
    vertical-align: top
}

.grid .col-1 {
    width: 8.33333%
}

.grid .col--push-1 {
    margin-left: 8.33333%
}

@media screen and (max-width:992px) {
    .grid .col--l-1 {
        width: 8.33333%
    }
}

@media screen and (max-width:768px) {
    .grid .col--m-1 {
        width: 8.33333%
    }
}

@media screen and (max-width:640px) {
    .grid .col--s-1 {
        width: 8.33333%
    }
    .grid .col--s-2 {
        width: 16.66667%
    }
}

.grid .col-2 {
    width: 16.66667%
}

.grid .col--push-2 {
    margin-left: 16.66667%
}

@media screen and (max-width:992px) {
    .grid .col--l-2 {
        width: 16.66667%
    }
}

@media screen and (max-width:768px) {
    .grid .col--m-2 {
        width: 16.66667%
    }
    .grid .col--m-3 {
        width: 25%
    }
}

.grid .col-3 {
    width: 25%
}

.grid .col--push-3 {
    margin-left: 25%
}

@media screen and (max-width:992px) {
    .grid .col--l-3 {
        width: 25%
    }
}

@media screen and (max-width:640px) {
    .grid .col--s-3 {
        width: 25%
    }
    .grid .col--s-4 {
        width: 33.33333%
    }
}

.grid .col-4 {
    width: 33.33333%
}

.grid .col--push-4 {
    margin-left: 33.33333%
}

@media screen and (max-width:992px) {
    .grid .col--l-4 {
        width: 33.33333%
    }
}

@media screen and (max-width:768px) {
    .grid .col--m-4 {
        width: 33.33333%
    }
    .grid .col--m-5 {
        width: 41.66667%
    }
}

.grid .col-5 {
    width: 41.66667%
}

.grid .col--push-5 {
    margin-left: 41.66667%
}

@media screen and (max-width:992px) {
    .grid .col--l-5 {
        width: 41.66667%
    }
}

@media screen and (max-width:640px) {
    .grid .col--s-5 {
        width: 41.66667%
    }
    .grid .col--s-6 {
        width: 50%
    }
}

.grid .col-6 {
    width: 50%
}

.grid .col--push-6 {
    margin-left: 50%
}

@media screen and (max-width:992px) {
    .grid .col--l-6 {
        width: 50%
    }
}

@media screen and (max-width:768px) {
    .grid .col--m-6 {
        width: 50%
    }
    .grid .col--m-7 {
        width: 58.33333%
    }
}

.grid .col-7 {
    width: 58.33333%
}

.grid .col--push-7 {
    margin-left: 58.33333%
}

@media screen and (max-width:992px) {
    .grid .col--l-7 {
        width: 58.33333%
    }
}

@media screen and (max-width:640px) {
    .grid .col--s-7 {
        width: 58.33333%
    }
    .grid .col--s-8 {
        width: 66.66667%
    }
}

.grid .col-8 {
    width: 66.66667%
}

.grid .col--push-8 {
    margin-left: 66.66667%
}

@media screen and (max-width:992px) {
    .grid .col--l-8 {
        width: 66.66667%
    }
}

@media screen and (max-width:768px) {
    .grid .col--m-8 {
        width: 66.66667%
    }
    .grid .col--m-9 {
        width: 75%
    }
}

.grid .col-9 {
    width: 75%
}

.grid .col--push-9 {
    margin-left: 75%
}

@media screen and (max-width:992px) {
    .grid .col--l-9 {
        width: 75%
    }
}

@media screen and (max-width:640px) {
    .grid .col--s-9 {
        width: 75%
    }
    .grid .col--s-10 {
        width: 83.33333%
    }
}

.grid .col-10 {
    width: 83.33333%
}

.grid .col--push-10 {
    margin-left: 83.33333%
}

@media screen and (max-width:992px) {
    .grid .col--l-10 {
        width: 83.33333%
    }
}

@media screen and (max-width:768px) {
    .grid .col--m-10 {
        width: 83.33333%
    }
    .grid .col--m-11 {
        width: 91.66667%
    }
}

.grid .col-11 {
    width: 91.66667%
}

.grid .col--push-11 {
    margin-left: 91.66667%
}

@media screen and (max-width:992px) {
    .grid .col--l-11 {
        width: 91.66667%
    }
}

@media screen and (max-width:640px) {
    .grid .col--s-11 {
        width: 91.66667%
    }
    .grid .col--s-12 {
        width: 100%
    }
}

.grid .col-12 {
    width: 100%
}

.grid .col--push-12 {
    margin-left: 100%
}

@media screen and (max-width:992px) {
    .grid .col--l-12 {
        width: 100%
    }
}

@media screen and (max-width:1280px) {
    .grid .col--m-12 {
        width: 100%
    }
}

.grid .col--centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.col-20 {
    box-sizing: border-box;
}
@media screen and (max-width:640px) {
    .col-20 {
        width: 100%;
        margin-bottom: 16px
    }
}

@media screen and (min-width:768px) {
    .col-20 {
        width: 50%;
        float: left;
        padding-right: 20px;
        margin-bottom: 16px
    }
}

@media screen and (max-width:768px) {
    .col-20 {
        margin-bottom: 16px
    }
    .col-20:last-child {
        width: 100%
    }
}

@media screen and (min-width:992px) {
    .col-20 {
        width: 20%
    }
}



/*------SV------*/

#header {
  background: url("https://svite-league-apps-content.s3.amazonaws.com/7192/8598/1cd5be33-4b07-48ab-93ae-a4ec1b5e264d.png");
text-align: center;
background-size: cover;
background-repeat: no-repeat;
background-position: center right;}
#logo img {
  padding: 100px 0px;
}
#content {
  margin-top:-70px;
  margin-bottom: 100px;
}
#content .wrap {
    padding: 0;
    max-width: 980px;
    padding: 40px;
box-shadow: 0px 2px 34px #00000042;
}
.wrap {
    background: #fff;
    margin: 0 auto;
    padding: 0 0;
    max-width: 980px;
}
@media screen and (max-width:640px) {
h1, h2, h3, h4, h5, h6 {
  font-size: 22px;
}
}
@media screen and (max-width:980px) {
#content .wrap {
box-shadow: none;
}
}
