/*
	hacklocal.it - Merged & optimized CSS
	Based on Spectral by HTML5 UP (html5up.net | @ajlkn)
	Custom by M4SS for HACKLOCAL
*/

/* pt-mono-latin-400-normal */
@font-face {
    font-family: "PT Mono";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src:
        url("../fonts/pt-mono-latin-400-normal.woff2") format("woff2"),
        url("../fonts/pt-mono-latin-400-normal.woff") format("woff");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
        U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122,
        U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* pt-mono-latin-ext-400-normal */
@font-face {
    font-family: "PT Mono";
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src:
        url("../fonts/pt-mono-latin-ext-400-normal.woff2") format("woff2"),
        url("../fonts/pt-mono-latin-ext-400-normal.woff") format("woff");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7,
        U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F,
        U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F,
        U+A720-A7FF;
}

/* Font Awesome 4.7.0 (minimal - only used icons) */

@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot");
    src:
        url("../fonts/fontawesome-webfont.eot") format("embedded-opentype"),
        url("../fonts/fontawesome-webfont.woff2") format("woff2"),
        url("../fonts/fontawesome-webfont.woff") format("woff"),
        url("../fonts/fontawesome-webfont.ttf") format("truetype"),
        url("../fonts/fontawesome-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.fa-envelope-o:before {
    content: "\f003";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-instagram:before {
    content: "\f16d";
}

/* ========================================================================
   Reset
   ======================================================================== */

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

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

mark {
    background-color: transparent;
    color: inherit;
}

/* ========================================================================
   Basic
   ======================================================================== */

html {
    box-sizing: border-box;
}

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

body {
    background: #2e3842;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
    animation: none !important;
    transition: none !important;
}

body,
input,
select,
textarea {
    color: #fff;
    font-family: "PT Mono", monospace, Helvetica, sans-serif;
    font-size: 15pt;
    font-weight: 400;
    letter-spacing: 0.075em;
    line-height: 1.65em;
}

@media screen and (max-width: 1680px) {
    body,
    input,
    select,
    textarea {
        font-size: 13pt;
    }
}

@media screen and (max-width: 1280px) {
    body,
    input,
    select,
    textarea {
        font-size: 12pt;
    }
}

@media screen and (max-width: 736px) {
    body,
    input,
    select,
    textarea {
        font-size: 11pt;
        letter-spacing: 0.0375em;
    }
}

a {
    transition:
        color 0.2s ease,
        border-bottom-color 0.2s ease;
    border-bottom: dotted 1px;
    color: inherit;
    text-decoration: none;
}

a:hover {
    border-bottom-color: transparent;
}

strong,
b {
    color: #fff;
    font-weight: 600;
}

em,
i {
    font-style: italic;
}

p {
    margin: 0 0 2em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.225em;
    line-height: 1em;
    margin: 0 0 1em 0;
    text-transform: uppercase;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    text-decoration: none;
}

h2 {
    font-size: 1.35em;
    line-height: 1.75em;
}

@media screen and (max-width: 736px) {
    h2 {
        font-size: 1.1em;
        line-height: 1.65em;
    }
}

h3 {
    font-size: 1.15em;
    line-height: 1.75em;
}

@media screen and (max-width: 736px) {
    h3 {
        font-size: 1em;
        line-height: 1.65em;
    }
}

h4 {
    font-size: 1em;
    line-height: 1.5em;
}

h5 {
    font-size: 0.8em;
    line-height: 1.5em;
}

h6 {
    font-size: 0.7em;
    line-height: 1.5em;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.8em;
    position: relative;
    top: -0.5em;
}

hr {
    border: 0;
    border-bottom: solid 2px #fff;
    margin: 3em 0;
}

blockquote {
    border-left: solid 4px #fff;
    font-style: italic;
    margin: 0 0 2em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: rgba(144, 144, 144, 0.25);
    border-radius: 3px;
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    letter-spacing: 0;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    font-family: "Courier New", monospace;
    font-size: 0.9em;
    margin: 0 0 2em 0;
}

pre code {
    display: block;
    line-height: 1.75em;
    padding: 1em 1.5em;
    overflow-x: auto;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/* ========================================================================
   Row / Grid
   ======================================================================== */

.row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch;
}

.row > * {
    box-sizing: border-box;
    margin-bottom: 1em;
}

.row.gtr-uniform > * > :last-child {
    margin-bottom: 0;
}

.row.aln-left {
    justify-content: flex-start;
}
.row.aln-center {
    justify-content: center;
}
.row.aln-right {
    justify-content: flex-end;
}
.row.aln-top {
    align-items: flex-start;
}
.row.aln-middle {
    align-items: center;
}
.row.aln-bottom {
    align-items: flex-end;
}

.row > .imp {
    order: -1;
}

.row > .col-1 {
    width: 8.3333333333%;
}
.row > .off-1 {
    margin-left: 8.3333333333%;
}
.row > .col-2 {
    width: 16.6666666667%;
}
.row > .off-2 {
    margin-left: 16.6666666667%;
}
.row > .col-3 {
    width: 25%;
}
.row > .off-3 {
    margin-left: 25%;
}
.row > .col-4 {
    width: 33.3333333333%;
}
.row > .off-4 {
    margin-left: 33.3333333333%;
}
.row > .col-5 {
    width: 41.6666666667%;
}
.row > .off-5 {
    margin-left: 41.6666666667%;
}
.row > .col-6 {
    width: 50%;
}
.row > .off-6 {
    margin-left: 50%;
}
.row > .col-7 {
    width: 58.3333333333%;
}
.row > .off-7 {
    margin-left: 58.3333333333%;
}
.row > .col-8 {
    width: 66.6666666667%;
}
.row > .off-8 {
    margin-left: 66.6666666667%;
}
.row > .col-9 {
    width: 75%;
}
.row > .off-9 {
    margin-left: 75%;
}
.row > .col-10 {
    width: 83.3333333333%;
}
.row > .off-10 {
    margin-left: 83.3333333333%;
}
.row > .col-11 {
    width: 91.6666666667%;
}
.row > .off-11 {
    margin-left: 91.6666666667%;
}
.row > .col-12 {
    width: 100%;
}
.row > .off-12 {
    margin-left: 100%;
}

.row {
    margin-top: 0;
    margin-left: -1.5em;
}

.row > * {
    padding: 0 0 0 1.5em;
}

.row.gtr-uniform {
    margin-top: -1.5em;
}

.row.gtr-uniform > * {
    padding-top: 1.5em;
}

@media screen and (max-width: 480px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch;
    }

    .row > * {
        box-sizing: border-box;
    }

    .row > .imp-xsmall {
        order: -1;
    }

    .row > .col-1-xsmall {
        width: 8.3333333333%;
    }
    .row > .off-1-xsmall {
        margin-left: 8.3333333333%;
    }
    .row > .col-2-xsmall {
        width: 16.6666666667%;
    }
    .row > .off-2-xsmall {
        margin-left: 16.6666666667%;
    }
    .row > .col-3-xsmall {
        width: 25%;
    }
    .row > .off-3-xsmall {
        margin-left: 25%;
    }
    .row > .col-4-xsmall {
        width: 33.3333333333%;
    }
    .row > .off-4-xsmall {
        margin-left: 33.3333333333%;
    }
    .row > .col-5-xsmall {
        width: 41.6666666667%;
    }
    .row > .off-5-xsmall {
        margin-left: 41.6666666667%;
    }
    .row > .col-6-xsmall {
        width: 50%;
    }
    .row > .off-6-xsmall {
        margin-left: 50%;
    }
    .row > .col-7-xsmall {
        width: 58.3333333333%;
    }
    .row > .off-7-xsmall {
        margin-left: 58.3333333333%;
    }
    .row > .col-8-xsmall {
        width: 66.6666666667%;
    }
    .row > .off-8-xsmall {
        margin-left: 66.6666666667%;
    }
    .row > .col-9-xsmall {
        width: 75%;
    }
    .row > .off-9-xsmall {
        margin-left: 75%;
    }
    .row > .col-10-xsmall {
        width: 83.3333333333%;
    }
    .row > .off-10-xsmall {
        margin-left: 83.3333333333%;
    }
    .row > .col-11-xsmall {
        width: 91.6666666667%;
    }
    .row > .off-11-xsmall {
        margin-left: 91.6666666667%;
    }
    .row > .col-12-xsmall {
        width: 100%;
        margin: 1em 0;
    }
    .row > .off-12-xsmall {
        margin-left: 100%;
    }

    .row {
        margin-top: 0;
        margin-left: 0;
    }

    .row > * {
        padding: 0;
    }

    .row.gtr-uniform {
        margin-top: -1.5em;
    }

    .row.gtr-uniform > * {
        padding-top: 1.5em;
    }
}

/* ========================================================================
   Section/Article
   ======================================================================== */

section.special,
article.special {
    text-align: center;
}

header p {
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    top: -0.25em;
}

header h3 + p {
    font-size: 1.1em;
}

header h4 + p,
header h5 + p,
header h6 + p {
    font-size: 0.9em;
}

header.major {
    margin: 0 0 3.5em 0;
}

header.major h2,
header.major h3,
header.major h4,
header.major h5,
header.major h6 {
    border-bottom: solid 2px #fff;
    display: inline-block;
    padding-bottom: 1em;
    position: relative;
}

header.major h2:after,
header.major h3:after,
header.major h4:after,
header.major h5:after,
header.major h6:after {
    content: "";
    display: block;
    height: 1px;
}

header.major p {
    color: #fff;
    top: 0;
}

@media screen and (max-width: 736px) {
    header.major {
        margin: 0 0 2em 0;
    }
}

@media screen and (max-width: 980px) {
    header br {
        display: none;
    }
}

/* ========================================================================
   Icon
   ======================================================================== */

.icon {
    text-decoration: none;
    border-bottom: none;
    position: relative;
}

.icon:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

.icon > .label {
    display: none;
}

/* ========================================================================
   List
   ======================================================================== */

ol {
    list-style: decimal;
    margin: 0 0 2em 0;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}

ul {
    list-style: disc;
    margin: 0 0 2em 0;
    padding-left: 1em;
}

ul li {
    padding-left: 0.5em;
}

dl {
    margin: 0 0 2em 0;
}

/* ========================================================================
   Icons (ul.icons)
   ======================================================================== */

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0;
}

ul.icons li:last-child {
    padding-right: 0 !important;
}

ul.icons.major {
    padding: 1em 0;
}

ul.icons.major li {
    padding-right: 3.5em;
}

@media screen and (max-width: 736px) {
    ul.icons.major li {
        padding: 0 1em !important;
    }
}

/* ========================================================================
   Spotlight
   ======================================================================== */

.spotlight {
    display: block;
    padding: 1em;
}

.spotlight .content {
    padding: 4em 3em 2em 3em;
    max-width: none;
    text-align: center;
    width: 100%;
}

.spotlight:nth-child(1) {
    background-color: rgba(0, 0, 0, 0.075);
}
.spotlight:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.15);
}
.spotlight:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.225);
}
.spotlight:nth-child(4) {
    background-color: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 980px) {
    .spotlight {
        display: block;
    }

    .spotlight br {
        display: none;
    }

    img.white_box {
        width: 90%;
    }
}

@media screen and (max-width: 736px) {
    .spotlight .content {
        padding: 3em 2em 1em 2em;
    }
}

@media screen and (max-width: 480px) {
    .spotlight {
        padding: 0;
    }

    .spotlight .row > * {
        text-align: center;
    }
}

/* ========================================================================
   Wrapper
   ======================================================================== */

.wrapper {
    padding: 6em 0 4em 0;
}

.wrapper > .inner {
    width: 60em;
    margin: 0 auto;
}

@media screen and (max-width: 1280px) {
    .wrapper > .inner {
        width: 90%;
    }
}

@media screen and (max-width: 980px) {
    .wrapper > .inner {
        width: 100%;
    }
}

.wrapper.alt {
    padding: 0;
}

.wrapper.style2 {
    background-color: #2e3842;
}

@media screen and (max-width: 980px) {
    .wrapper {
        padding: 4em 3em 2em 3em;
    }
}

@media screen and (max-width: 736px) {
    .wrapper {
        padding: 3em 2em 1em 2em;
    }
}

@media screen and (max-width: 480px) {
    .wrapper {
        padding: 2em 0;
    }
}

/* ========================================================================
   Page Wrapper + Menu
   ======================================================================== */

#page-wrapper {
    transition: opacity 0.5s ease;
    opacity: 1;
    padding-top: 3em;
}

#page-wrapper:before {
    background: rgba(0, 0, 0, 0);
    content: "";
    display: block;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001;
}

#menu {
    transform: translateX(20em);
    transition: transform 0.5s ease;
    background: #21b2a6;
    color: #ffffff;
    height: 100%;
    max-width: 80%;
    overflow-y: auto;
    padding: 3em 2em;
    position: fixed;
    right: 0;
    top: 0;
    width: 20em;
    z-index: 10002;
}

#menu ul {
    list-style: none;
    padding: 0;
}

#menu ul > li {
    border-top: solid 1px rgba(0, 0, 0, 0.125);
    margin: 0.5em 0 0 0;
    padding: 0.5em 0 0 0;
}

#menu ul > li:first-child {
    border-top: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

#menu ul > li > a {
    border: 0;
    color: inherit;
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.225em;
    outline: 0;
    text-decoration: none;
    text-transform: uppercase;
}

@media screen and (max-width: 736px) {
    #menu ul > li > a {
        line-height: 3em;
    }
}

#menu .close {
    background-image: url("images/close.svg");
    background-position: 4.85em 1em;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: middle;
    width: 7em;
}

@media screen and (max-width: 736px) {
    #menu {
        padding: 3em 1.5em;
    }
}

body.is-menu-visible #page-wrapper {
    opacity: 0.35;
}

body.is-menu-visible #page-wrapper:before {
    display: block;
}

body.is-menu-visible #menu {
    transform: translateX(0);
}

/* ========================================================================
   Header
   ======================================================================== */

#header {
    transition: background-color 0.2s ease;
    background: #2e3842;
    height: 3em;
    left: 0;
    line-height: 3em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

#header h1 {
    transition: opacity 0.2s ease;
    height: inherit;
    left: 1.25em;
    line-height: inherit;
    position: absolute;
    top: 0;
}

#header h1 a {
    border: 0;
    display: block;
    height: inherit;
    line-height: inherit;
}

@media screen and (max-width: 736px) {
    #header h1 a {
        font-size: 0.8em;
    }
}

#header nav {
    height: inherit;
    line-height: inherit;
    position: absolute;
    right: 0;
    top: 0;
}

#header nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
}

#header nav > ul > li {
    display: inline-block;
    padding: 0;
}

#header nav > ul > li > a {
    border: 0;
    color: #fff;
    display: block;
    font-size: 0.8em;
    letter-spacing: 0.225em;
    padding: 0 1.5em;
    text-transform: uppercase;
}

#header nav > ul > li > a.menuToggle {
    outline: 0;
    position: relative;
}

#header nav > ul > li > a.menuToggle:after {
    background-image: url("images/bars.svg");
    background-position: right center;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 3.75em;
    vertical-align: top;
    width: 2em;
}

@media screen and (max-width: 736px) {
    #header nav > ul > li > a.menuToggle {
        padding: 0 2em 0 1.5em;
    }

    #header nav > ul > li > a.menuToggle span {
        display: none;
    }
}

@media screen and (max-width: 736px) {
    #header nav > ul > li > a {
        padding: 0 0 0 1.5em;
    }
}

#header nav > ul > li:first-child {
    margin-left: 0;
}

#header.alt {
    background: transparent;
}

#header.alt h1 {
    pointer-events: none;
    opacity: 0;
}

/* ========================================================================
   Banner
   ======================================================================== */

#banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: default;
    height: 100vh;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    text-align: center;
}

#banner h2 {
    transform: scale(1);
    transition:
        transform 0.5s ease,
        opacity 0.5s ease;
    display: inline-block;
    font-size: 1.75em;
    opacity: 1;
    padding: 0.35em 1em;
    position: relative;
    z-index: 1;
}

#banner h2:before {
    top: 0;
    left: 0;
}

#banner h2:after {
    bottom: 0;
    right: 0;
}

#banner p {
    letter-spacing: 0.225em;
    text-transform: uppercase;
}

#banner p a {
    color: inherit;
}

#banner .more {
    transition:
        transform 0.75s ease,
        opacity 0.75s ease;
    transition-delay: 3.5s;
    transform: translateY(0);
    border: none;
    bottom: 0;
    color: inherit;
    font-size: 0.8em;
    height: 8.5em;
    left: 50%;
    letter-spacing: 0.225em;
    margin-left: -8.5em;
    opacity: 1;
    outline: 0;
    padding-left: 0.225em;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 16em;
    z-index: 1;
}

#banner .more:after {
    background-image: url("images/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 4em;
    content: "";
    display: block;
    height: 1.5em;
    left: 50%;
    margin: 0 0 0 -0.75em;
    position: absolute;
    width: 1.5em;
}

#banner:after {
    pointer-events: none;
    transition: opacity 3s ease-in-out;
    content: "";
    background: #2e3842;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

@media screen and (max-width: 736px) {
    #banner {
        padding: 7em 3em 5em 3em;
        height: auto;
        min-height: 0;
    }

    #banner h2 {
        font-size: 1.25em;
    }

    #banner br {
        display: none;
    }

    #banner .more {
        display: none;
    }
}

body.is-preload #banner h2 {
    transform: scale(0.95);
    opacity: 0;
}

body.is-preload #banner h2:before,
body.is-preload #banner h2:after {
    width: 0;
}

body.is-preload #banner .more {
    transform: translateY(8.5em);
    opacity: 0;
}

body.is-preload #banner:after {
    opacity: 1;
}

/* ========================================================================
   Main
   ======================================================================== */

#main > header {
    padding: 12em 0 10em 0;
    background-image:
        linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../../images/banner.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

#main > header h2 {
    font-size: 1.75em;
    margin: 0 0 0.5em 0;
}

#main > header p {
    color: inherit;
    letter-spacing: 0.225em;
    text-transform: uppercase;
    top: 0;
}

#main > header p a {
    color: inherit;
}

@media screen and (max-width: 1680px) {
    #main > header {
        padding: 10em 0 8em 0;
    }
}

@media screen and (max-width: 1280px) {
    #main > header {
        padding: 8em 3em 6em 3em;
    }
}

@media screen and (max-width: 980px) {
    #main > header {
        padding: 10em 3em 8em 3em;
    }
}

@media screen and (max-width: 736px) {
    #main > header {
        padding: 5em 3em 3em 3em;
    }

    #main > header h2 {
        font-size: 1.25em;
        margin: 0 0 1em 0;
    }
}

body.is-mobile #main > header {
    background-attachment: scroll;
}

/* ========================================================================
   Footer
   ======================================================================== */

#footer {
    padding: 6em 0 4em 0;
    background-color: #1d242a;
    text-align: center;
}

#footer .icons {
    font-size: 1.25em;
}

#footer .icons a {
    color: rgba(255, 255, 255, 0.5);
}

#footer .icons a:hover {
    color: #fff;
}

#footer .copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.8em;
    letter-spacing: 0.225em;
    list-style: none;
    padding: 0;
    text-transform: uppercase;
}

#footer .copyright li {
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    display: inline-block;
    line-height: 1em;
    margin-left: 1em;
    padding-left: 1em;
}

#footer .copyright li:first-child {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

#footer .copyright li a {
    color: inherit;
}

#footer .copyright li a:hover {
    color: #fff;
}

@media screen and (max-width: 480px) {
    #footer .copyright li {
        border: 0;
        display: block;
        line-height: 1.65em;
        margin: 0;
        padding: 0.5em 0;
    }
}

@media screen and (max-width: 980px) {
    #footer {
        padding: 4em 3em 2em 3em;
    }
}

@media screen and (max-width: 736px) {
    #footer {
        padding: 3em 2em 1em 2em;
    }
}

/* ========================================================================
   Landing
   ======================================================================== */

body.landing #page-wrapper {
    background-image:
        linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../../images/banner.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0;
}

body.landing #footer {
    background-color: rgba(29, 36, 42, 0.9);
}

body.is-mobile.landing #page-wrapper {
    background: none;
}

body.is-mobile.landing #footer {
    background-color: #1d242a;
}

/* ========================================================================
   Custom overrides (JAZZO for HACKLOCAL)
   ======================================================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1em;
    text-transform: none;
}

#header {
    background-color: rgb(97, 255, 157);
}

#header h1 {
    color: #9e00ff;
    margin: 0 0 0 5px;
    line-height: normal;
    height: auto;
    position: relative;
}

#header h1.first-row {
    margin-top: 5px;
}

#header h1.second-row {
    letter-spacing: 0.07em;
}

#header.alt .special {
    background-color: #fff;
    margin: 25px;
    border: 4px solid #000;
}

#header.alt nav > ul > li > a {
    color: #000;
}
#header.alt nav > ul > li > a.menuToggle:after {
    background-image: url(images/bars_black.svg);
}

#banner {
    background-color: rgb(97, 255, 157);
    background-image: url("images/sfondo_200.png");
    background-repeat: repeat;
}

#main > header {
    background-color: rgb(97, 255, 157);
    background-image: url("images/sfondo_200.png");
    background-repeat: repeat;
    background-size: auto;
    background-position: inherit;
}

#banner:after {
    background-color: rgb(97, 255, 157);
}

.banner_white_box {
    background-color: #fff;
    color: #000;
    padding: 30px;
    border: 6px solid #000;
    margin: 0 auto 3em auto;
    text-align: center;
    width: 60%;
}

#banner h1,
#banner h2 {
    color: #9e00ff;
    margin-bottom: 0;
}

#banner h1 {
    margin: 10px 0 25px 0;
    line-height: 0.5;
    font-size: 56px;
    font-weight: bold;
}

#banner h2 {
    margin-top: 5px;
    font-size: 1.8em;
    line-height: 0.5;
    letter-spacing: 0.05em;
}

#banner h3 {
    font-size: 25px;
    margin: 0 0 3px 0;
    color: #404040;
    font-weight: 400;
    font-style: normal;
    position: relative;
    top: -0.5em;
}

#banner h4 {
    font-size: 18px;
    color: #404040;
    font-weight: 400;
    font-style: normal;
}

#banner h5 {
    font-size: 16px;
    color: #404040;
    font-weight: 400;
    font-style: normal;
}

#banner p {
    letter-spacing: 0;
    margin-bottom: 0;
}

#banner #countdown_ms {
    color: rgb(0, 0, 0, 0.5);
    font-size: 14px;
    letter-spacing: 0;
    position: relative;
    top: -9px;
}

.wrapper header.major h2,
.wrapper header.major h3,
.wrapper header.major h4,
.wrapper header.major h5,
.wrapper header.major h6 {
    border: none;
}

.wrapper.style_nero {
    background-color: rgb(0, 0, 0);
}

.wrapper.style_giallo {
    background-color: rgb(255, 255, 87);
}

.wrapper.style_verde {
    background-color: rgb(97, 255, 157);
}

.wrapper.style_azzurro {
    background-color: rgb(144, 255, 255);
}

.wrapper h1,
.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6 {
    color: #9e00ff;
    font-size: xx-large;
    text-decoration: underline;
    letter-spacing: -1px;
    margin: 1em 0 0.5em 0;
}

.wrapper h1:first-of-type {
    margin-top: 0;
}

.wrapper strong,
.wrapper b {
    color: #000;
    text-decoration: underline;
}

.wrapper p {
    margin: 0 0 1em 0;
}

.wrapper header.major p {
    color: #000;
}

.wrapper > .inner {
    margin: 0 auto;
    padding: 0;
}

img.white_box {
    background-color: #fff;
    border: 5px solid #000;
    margin: 0 auto;
    padding: 0;
}

div.white_box,
div.no_box {
    width: 80%;
    margin: 0 auto;
    background-color: #fff;
    color: #000;
    padding: 30px;
    border: 5px solid #000;
    text-align: left;
    letter-spacing: 0;
    line-height: normal;
}

div.no_box {
    background-color: #000;
    color: #fff;
}

div.no_box strong {
    color: #fff;
}

.spotlight h2 {
    font-size: x-large;
}

@media screen and (max-width: 480px) {
    div.white_box,
    div.no_box {
        width: 90%;
    }

    img.white_box {
        width: 90%;
        height: auto;
    }

    #header h1 a {
        font-size: 1.1em;
    }

    #banner {
        padding: 0;
        height: 100vh;
        min-height: 0;
    }

    #banner h3 {
        font-size: 25px;
    }

    #banner h2 {
        padding: 0;
        font-size: 1.6em;
        letter-spacing: normal;
    }

    #banner h1 {
        font-size: 2.8em;
    }

    #banner #countdown_ms {
        font-size: 12px;
    }

    .banner_white_box {
        width: 90%;
    }

    .spotlight h2 {
        margin-left: 0.5em;
    }
}

@media screen and (max-width: 320px) {
    #banner h3 {
        font-size: 20px;
    }
    #banner h4,
    #banner h5 {
        font-size: 14px;
    }
    .banner_white_box {
        margin: 0 auto 1em auto;
    }
    .banner_white_box h3,
    .banner_white_box h4,
    .banner_white_box h5 {
        margin: 0;
    }
}

/* ========================================================================
   Noscript fallback
   ======================================================================== */

body.is-preload #banner h2 {
    transform: none;
    opacity: 1;
}

body.is-preload #banner h2:before,
body.is-preload #banner h2:after {
    width: 100%;
}

body.is-preload #banner .more {
    transform: none;
    opacity: 1;
}

body.is-preload #banner:after {
    opacity: 0;
}
