:root {
    --tf-blue: #050537;
    --tf-grey-light: #acacac;
    --tf-grey-dark: #8e8e8e;
    --tf-grey-darker: #363636;
    --tf-grey-darkest: #1e1e1e;
    --page-width: 1120px;
    --highlight: #f14a2a;
    --font-alt: Montserrat, sans-serif;
    --site-color: var(--tf-blue);
}
* {
    box-sizing: border-box;
    letter-spacing: 0.2px;
}
html, body {
    margin: 0;
    padding: 0;
	scroll-behavior: smooth;
}
body {
    font-family: 'Open Sans', sans-serif;
    background: url(/img/dots.png);
    background-size: 100%;
    background-color: #F4F4F4;
    font-size: 14px;
}
.page-width {
    width: 100%;
    width: var(--page-width);
    margin: 0 auto;
}
p {
    line-height: 1.8;
	min-height: 100px;
}
p.text { color: #2b2b2b; }
.subheading {
    text-transform: uppercase;
    font-size: 25px;
    margin: 0;
    font-family: var(--font-alt);
    font-weight: 500;
}
p.intro-text {
    font-size: 16px;
    margin: 5px 0 40px 0;
    letter-spacing: 0.5px;
    line-height: 1.6;
    text-align: left;
}
a.intro-button {
    font-family: var(--font-alt);
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    color: var(--highlight);
    font-weight: 800;
    font-size: 16px;
    border: 2px solid var(--highlight);
    letter-spacing: 0.5px;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    /* display: block; */
}
a.intro-button.alt-intro {
    display: inline-block;
    margin-top: 1em;
}
a.intro-button.filled,
a.intro-button:hover {
    background: var(--highlight);
    color: #fff;
}
a.intro-button.filled:hover {
    background: #fff;
    color: var(--highlight);
}
a.intro-button.with-icon {
    text-transform: none;
    font-size: 22px;
    padding: 19px 30px;
}
a.intro-button.with-icon i {
    display: inline-block;
    margin-left: 20px;
    font-size: 50px;
    vertical-align: middle;
    margin-top: -6px;
}
a.intro-button.low {
    font-size: 16px;
    display: inline-flex;
    padding: 10px 15px;
    border-width: 1px;
}
a.intro-button img.button-icon {
    height: 1em;
    margin-left: 1em;
    vertical-align: middle;
}
a.intro-button.blue {
    color: var(--tf-blue);
    border-color: var(--tf-blue);
}
a.intro-button.blue.filled,
a.intro-button.blue:hover {
    background: var(--tf-blue);
    color: #fff;
}
a.intro-button.blue.filled:hover {
    background: #fff;
    color: var(--tf-blue);
}
a.grey {
    color: var(--tf-grey-dark);
}
h1 {
    font-size: 55px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    color: var(--tf-blue);
    /* transform: scaleX(1.05) */
    font-family: var(--font-alt);
}
h2 {
    font-size: 45px;
    font-weight: 800;
    margin: 40px 0;
    color: var(--tf-blue);
    font-family: var(--font-alt);
}
h3 {
    font-size: 25px;
    font-weight: 900;
    margin: 40px 0;
}
form {
    margin: 0;
}
header {margin: 0;}
footer {

}
footer p {
    margin: 40px 0
}
footer > section {
    padding: 60px 0;
}
footer section.end {
    background: #e5e5e5;
    padding-top: 30px;
}
footer section.contact {
    background: #ebebeb;
    font-size: 14px;
    /* flex-basis: 10px; */
    /* width: 20px; */
}
footer h3 {
    margin: 50px 0 60px 0;
}
.wrapper.cols-3 {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}
.wrapper.cols-3 .contact-form {
    flex-basis: 32%;
}
section.contact-info p,
section.billing p {
    color: var(--tf-grey-dark)
}
section.contact-info p {
    margin: 20px 0;
}
section.contact-info h3:not(:first-child) {
    margin: 30px 0 -10px 0;
}
section.contact-info a,
section.billing a {
    color: inherit;
    text-decoration: none;
}
section.contact-info span.post {
    text-transform: uppercase;
    font-weight: bold;
}

.contact-form.success {
    text-align: center;
    color: #00A939;
    font-weight: 700;
    font-size: 18px;
    padding-top: 15px;
}
.contact-form label {
    display: block;
    color: var(--tf-grey-dark);
    font-size: inherit;
    font-weight: 500;
}
.contact-form textarea {
    resize: vertical;
    max-width: 100%;
    min-height: 30px;
}
.contact-form .fields {
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px 40px;
}
.contact-form .fields > div {
    position: relative;
}
.contact-form .fields .grid-fullw {
    width: 100%;
    /* grid-column: span 2; < same, but which one to use*/
    grid-column: 1 / -1;
}
.contact-form .form-submit {
    justify-content: start;
    height: auto;
    align-items: start;
    margin: 0;
    grid-column: span 2;
}
form .error-box p {
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 5px #f00;
}
.form-gdpr {
    position: relative;
    padding-right: 60px;
    text-align: justify;
    margin: 0;
    line-height: 1.5;
    font-size: 14px;
}
.form-gdpr.revealed {
    padding-right: 0;
}
.night .form-gdpr .short-tos { color: rgba(255, 255, 255, 0.6); }
.form-gdpr .short-tos {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
}
.form-gdpr .reveal-tos {
    position: absolute;
    display: block;
    top: -1px;
    right: 0px;
    cursor: pointer;
    color: var(--highlight);
}
.form-gdpr .reveal-tos:hover {
    text-decoration: underline;
}
.form-gdpr.revealed .reveal-tos { display: none; }
.form-gdpr.revealed .short-tos {
    white-space: normal;
    text-overflow: initial;
    font-weight: normal;
}







.material-input {
    display: block;
    width: 100%;
    background: transparent;
    border: none;
    position: relative;
    font-family: inherit;
    font-size: inherit;
    padding: 20px 0 5px 0;
}
.material-input:-webkit-autofill,
.material-input:-webkit-autofill:hover,
.material-input:-webkit-autofill:focus {
    transition: background 1s linear 99999s, color 1s linear 99999s !important;
    font-family: inherit !important;
    /* -webkit-box-shadow: 0 0 0 30px #ebebeb inset !important; */
}
.material-input:focus {
    outline: none;
}
.material-input + span {
    position: absolute;
    content: '';
    display: block;
    width: 0;
    height: 1px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--tf-grey-light);
    overflow: hidden;
}
.material-input + span::after {
    display: block;
    content: '';
    width: 0;
    height: 100%;
    background: var(--tf-blue);
    transition: width .2s ease-in-out;
    margin: 0 auto;
}
.material-input:focus + span::after {
    width: 100%;
}
input[type="submit"] {
    background: var(--tf-blue);
    color: #fff;
    border: none;
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 800;
    padding: 10px 30px;
    border-radius: 10px;
    font-size: 18px;
    letter-spacing: 0.5px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="submit"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
input[type="submit"]:focus {
    box-shadow: 0 0 10px 0px var(--highlight);
    outline: none;
}

.fancycheckbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    color: #4e4e4e;
}
.fancycheckbox input {
    position: absolute;
    opacity: 0;
}
.fancycheckbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
    margin-top: 1px;
    cursor: pointer;
    border-radius: 5px;
    border: 1px solid #000;
}
.fancycheckbox:hover input ~ .checkmark,
.fancycheckbox input:focus + .checkmark { background-color: #ccc; }
.fancycheckbox input:checked ~ .checkmark {
    background-color: transparent;
    box-shadow: none;
}
.fancycheckbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.fancycheckbox input:checked ~ .checkmark:after { display: block; }
.fancycheckbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 4px;
    height: 9px;
    border: solid var(--highlight);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.logo-brand {
    display: inline-block;
}
.logo-brand img {
    width: 175px;
}
header .logo-brand,
footer .logo-brand {
    padding: 30px;
    margin-left: -30px;
}

nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
nav.main-menu ul {
    display: flex;
    justify-content: flex-end;
}
nav.main-menu ul li {
    margin-left: 25px;
    text-align: center;
}
@media (min-width: 1120px) {
    nav.main-menu ul li:last-child a { padding-right: calc(min(30px, abs(1120px - 100vw))); }
}
nav.main-menu ul li a {
    display: block;
    width: 100%;
    text-transform: uppercase;
    color: var(--tf-grey-darkest);
    font-weight: 800;
    text-decoration: none;
    padding: 30px;
}
nav.main-menu ul li a:hover,
nav.main-menu ul li a.active {
    text-decoration: underline;
}
.logo-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-menu nav {
    min-width: 70%;
}
footer p.copyright {
    color: var(--tf-grey-dark);
    font-size: 12px;
    margin: 30px 50px 40px 10px;
}
header {
    padding: 55px 0;
}
main.contact {
    font-size: 18px;
}
main.contact .content {
    display: grid;
    width: 100%;
    grid-template-columns: 370px 750px;
    grid-template-rows: auto;
    margin-bottom: 110px;
}
main.contact .content > .composition-img {
    grid-row: 1 / span 2;
    grid-column: 2;
    align-self: center;
    margin-left: auto;
    margin-right: 50px;
}
main.contact section.contact-info { grid-row: 2; }
main.contact .contact-form .fields {
    margin-top: 70px;
}
main.contact section.billing {grid-row: 3;margin-bottom: 30px;}
main.contact section.sites {
    grid-row: 3 / span 4;
    grid-column: 2;
    width: 605px;
    margin-left: auto;
    order: 60;
}
main.contact section.sites h3 { font-size: 40px; }
main.contact h1 {
    margin-top: 80px;
    margin-bottom: 50px;
}
main.contact h3 {
    font-size: 35px;
    margin-bottom: 20px;
}
main.contact nav.site-list {
    background: #fff;
    border-radius: 20px;
    margin-top: 50px;
    padding: 10px 65px 10px 35px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
}
main.contact nav.site-list li {
    margin: 10px 0;
}
main.contact nav.site-list li a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    padding: 35px 0;
    font-size: 20px;
    align-items: center;
}
main.contact nav.site-list span.name {
    color: var(--tf-grey-darker);
    font-weight: 800;
}
main.contact nav.site-list .view-site-button {
    width: 45%;
    margin-left: 20px;
}
.view-site-button {
    color: #fff;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 800;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    background: var(--site-color);
    text-align: center;
}
.view-site-button i {
    font-size: 16px;
    margin-right: 5px;
}
section.intro {
    position: relative;
    min-height: 530px;
}
section.intro .content {
    position: relative;
}
section.intro h1 {
    margin-bottom: 10px;
}
main.pricing section.intro h1,
main.jobs section.intro h1,
main.reports section.intro h1 {
    margin-top: 240px;
}
main.reports p.intro-text {
    max-width: 230px
}
main.home section.intro h1 {
    margin-top: 240px;
}
main.pricing,
main.home,
main.jobs,
main.reports {
    max-width: 100%;
    overflow-x: hidden;
}
section.intro img.part-bg {
    position: absolute;
    pointer-events: none;
    left: 420px;
}
main.home section.intro img.part-bg {
    /* right: 100px; */
    top: -180px;
    max-width: 1007px;
}
main.pricing section.intro img.part-bg {
    top: -55px;
    right: -120px;
}
section.small-info .content {
    width: 990px;
    display: flex;
    margin: 0 auto;
    color: #717171;
    margin-right: -100px;
    margin-top: 10px;
}
p.side-text {
    font-size: 14px;
    line-height: 2;
    margin-top: 0;
    margin: 0 0 30px 0;
}
section.small-info img {
    margin-left: 3vw;
	margin-top: .5vh;
    object-fit: contain;
    display: block;
}
section.small-intro {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}
section.small-intro img.part-bg {
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
}
section.small-intro > div {
    flex-basis: 375px;
    flex-shrink: 0;
    margin-top: 150px;
    margin-left: 50px;
}
section.small-intro p.intro-text {
    margin-right: 65px;
}
section.small-intro h2 {
    margin-bottom: 5px;
}
p.inline-separated-list {
    overflow: hidden;
    margin-left: -5px;
    margin: 0 0 20px -5px;
    line-height: 1.4;
    font-size: 16px;
    font-weight: 500;
}
p.inline-separated-list span {
    display: inline-block;
    margin-right: 10px;
}
p.inline-separated-list span::before {
    content: '|';
    display: inline-block;
    width: 10px;
    margin-left: -8px;
    margin-right: 2px;
}
section.wide-text {
    text-align: center;
    margin-bottom: 65px;
}
main.pricing section.wide-text { margin-bottom: 130px; }
section.wide-text p.subheading {
    font-size: 16px;;
}
section.wide-text h2 {
    margin-bottom: 15px;
    font-size: 35px;
}

a.pointer-link {
    border: 1px solid var(--tf-grey-darker);
    color: var(--tf-grey-darker);
    text-decoration: none;
    font-weight: 800;
    padding: 10px 20px;
    border-radius: 100px;
    margin: 30px 0;
    display: inline-block;
    font-size: 15px;
    transition: all .2s ease-in-out;
}
a.pointer-link.filled,
a.pointer-link:hover {
    background: var(--tf-grey-darker);
    color: #fff;
}
a.pointer-link.filled:hover {
    color: var(--tf-grey-darker);
    background: #fff;
}
a.pointer-link.button-link {
    border-radius: 7px;
    font-size: 17px;
    text-transform: uppercase;
    padding: 10px 30px;
    font-family: var(--font-alt);
}
a.pointer-link i {
    margin-left: 0.5em;
    vertical-align: middle;
}

.tile-slider-part h2 { text-align: center; }
.tile-slider {
    overflow-y: visible;
    overflow-x: scroll;
    white-space: nowrap;
    display: flex;
    padding-bottom: 50px;
    margin: 0 auto;
    margin-bottom: -20px;
    max-width: 1050px;
}
.tile-slider:after {
    content: '';
    flex: 0 0 1px;
}
.tile-slider-wrapper {
    margin-top: 70px;
    overflow: hidden;
    position: relative;
}
.tile-slider-wrapper .slide-button {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    cursor: pointer;
    padding: 0 20px;
    transition: all .2s ease-in-out;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    user-select: none;
    -webkit-user-select: none;
}
.tile-slider-wrapper .slide-button:hover {
    transform: scale(1.1);
}
.tile-slider-wrapper .slide-right {
    right: 0;
}
figure.site-tile {
    display: inline-block;
    width: 270px;
    flex-basis: 270px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 7px 7px 30px rgba(0, 0, 0, 0.075);
    padding: 23px;
    white-space: normal;
    font-size: 14px;
    margin: 0 40px;
    flex-shrink: 0;
    color: var(--site-color);
    max-width: 100%;
}
figure.site-tile h3 {
    margin: 25px 0 5px 0;
    font-size: 18px;
}
figure.site-tile .icon {
    font-size: 48px;
    display: block;
}
figure.site-tile .icon::after {
    content: '';
    display: block;
    width: 50px;
    height: 1px;
    background: var(--tf-grey-light);
    margin-top: 30px;
}
figure.site-tile .site-desc {
    color: #898a8b;
    margin-top: 0;
}
figure.site-tile .site-social-link {
    color: #000;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    padding: 10px 0;
    margin: 0 0 15px 0;
}
figure.site-tile .site-social-link i {
    margin-right: 5px;
    font-size: 1.25em;
    vertical-align: middle;
}
figure.site-tile .view-site-button {
    margin-bottom: 10px;
}
main.jobs section.intro img.part-bg,
main.reports section.intro img.part-bg {
    top: -50px;
    left: 480px;
}
main.reports section.intro img.part-bg {
    top: -20px;
    right: 50px;
}
main.jobs section.intro a.intro-button { text-transform: none; }
main.jobs section.intro h1 { width: 300px; }
main.jobs section.intro p.intro-text { margin: 10px 0 30px 0; }

section.job-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 200px;
    margin-bottom: 90px;
}
article.job p.side-text {
    color: #717171;
}
article.job .icon {
    font-size: 40px;
    display: block;
    margin-bottom: 25px;
}
article.job time::before {
    display: inline-block;
    width: 3px;
    height: 1em;;
    background: #717171;
    content: '';
    margin-bottom: -0.2em;
    margin-right: 10px;
}
article.job time {
    display: block;
    font-family: var(--font-alt);
}
article.job h2 {
    margin: 30px 0;
}
article.job h2 .sep {
    font-size: 20px;
    font-weight: 400;
    vertical-align: middle;
}
article.job h2 .site {
    font-size: 20px;
    text-decoration: none;
    color: var(--site-color);
}
article.job .subheading {
    margin: 10px 0
}


a.download-button {
    font-family: var(--font-alt);
    border-radius: 8px;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    border: 2px solid var(--tf-blue);
    letter-spacing: 0.5px;
    padding: 8px 30px;
    transition: all .2s ease-in-out;
    text-align: center;
    margin-left: 20px;
}
a.download-button.filled,
a.download-button:hover {
    background: var(--tf-blue);
    color: #fff;
}
a.download-button.filled:hover {
    background: #fff;
    color: var(--tf-blue);
}
a.download-button.with-icon i {
    display: inline-block;
    margin-left: 20px;
    font-size: 35px;
    vertical-align: middle;
    margin-top: -3px;
}

section.download-list {
    font-family: var(--font-alt);
    margin-bottom: 90px;
}
section.download-list .entry {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 25px;
    border-bottom: 1px solid #929292;
    margin-top: 25px;
    padding-bottom: 25px;
}
section.download-list .entry:last-child {
    border: none;
}
section.download-list h2 {
    text-align: center;
}



article.wide-slide {
    margin: 0;
    display: flex;
    position: relative;
    transform: translateZ(0);
    will-change: filter;
}
article.wide-slide img.site-screenshot {
    position: absolute;
    top: calc(50% + 20px);
    left: 610px;
    transform: translate(0, -50%);
    height: auto;
}
article.wide-slide .site-symbol {
    flex-grow: 1;
    /* width: 44vw; */
    background: var(--site-color-area);
    right: 0;
    display: flex;
    justify-content: flex-start;
    padding-left: 390px;
    align-items: center;
    font-size: 240px;
    color: #fff;
}
article.wide-slide .site-symbol i::before {
    color: inherit;
}
article.wide-slide .site-main-number {
    margin: 30px 0 10px 0;
}
article.wide-slide .site-main-number .number {
    font-size: 40px;
    display: block;
    font-weight: 800;
    line-height: 1;
    color: var(--site-color);
}
article.wide-slide .site-main-number .desc {
    font-size: 14px;
}
article.wide-slide .decor-line {
    width: calc(100% - 175px);
    background: #cfcfcf;
    height: 1px;
    margin: 30px auto;
}
article.wide-slide .site-info {
    text-align: center;
    margin-right: 200px;
}
article.wide-slide .site-info .heading {
    margin-left: 20px;
}
article.wide-slide .site-info .site-domain {
    font-size: 25px;
    margin: 0;
    text-align: left;
    color: var(--site-color);
}
article.wide-slide .site-info .site-domain a {
    color: inherit;
    text-decoration: none;
}
article.wide-slide p.intro-text {
    font-size: 14px;
    max-width: 320px;
}

.number-squares {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    font-family: var(--font-alt);
    justify-content: center;
}
.number-square {
    background: #fff;
    width: 175px;
    height: 175px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #141414;
    position: relative;
    filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.08));
    padding: 5px;
}
.number-square::before {
    content: '';
    position: absolute;
    left: 50%;
    top: -36px;
    width: 8px;
    height: 8px;
    margin-left: -5px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #cfcfcf;
}
.number-square.highlighted::before {
    border-color: var(--site-color);
}
.number-square::after {
    bottom: 100%;
    left: 50%;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    margin-left: -8px;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    border-color: transparent transparent #fff transparent;
}
.number-square span.number {
    font-weight: 800;
    font-size: 1.6em;
    margin-bottom: 3px;
}
.number-square.highlighted {
    background: var(--grad-start);
    background: linear-gradient(to bottom, var(--grad-start), var(--grad-end));
    color: #fff;
}
.number-square.highlighted::after {
    border-bottom-color: var(--grad-start);
}
article.wide-slide .social-info {
    margin: 30px 0;
    font-size: 14px;
    min-height: 47px;
    display: block;
}
.social-info-site {
    display: inline-block;
    padding: 12px 40px 12px 30px;
    border: 2px solid var(--site-color);
    border-radius: 7px;
    position: relative;
    font-size: 14px;
    color: inherit;
    text-decoration: none;
    transition: all .2s ease-in-out;
}
.social-info-site:hover {
    --site-color: var(--highlight);
}
.social-info-site .icon {
    position: absolute;
    top: -0.85em;
    right: -0.85em;
    font-size: 22px;
    color: #fff;
    padding: 0.35em;
    border-radius: 2em;
    background: var(--site-color);
    transition: inherit;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15);
}
article.wide-slide a.button-link {
    margin: 0;
}
section.site-show {
    width: calc(var(--page-width) + (100vw - var(--page-width)) / 2);
    max-width: 100%;
    margin: 0 auto;
    margin-right: 0;
    position: relative;
}
section.site-show .content {
    position: relative;
}
section.site-show .content article.wide-slide:first-child {
    position: relative;
}
section.site-show .content article.wide-slide {
    position: absolute;
    top: 0;
    filter: opacity(0);
    pointer-events: none;
    width: 100%;
    transition: filter .4s ease-in-out;
}
section.site-show .content article.wide-slide.active {
    filter: opacity(1);
    pointer-events: all;
}
.show-controls {
    margin-left: 670px;
    display: inline-block;
    user-select: none;
    -webkit-user-select: none;
    white-space: nowrap;
}
.show-controls.top {
    margin-top: 82px;
	padding-top: 18px;
    margin-bottom: 40px;
}
.show-controls.bottom {
    margin-top: 30px;
    margin-bottom: 70px;
}
.show-controls i {
    padding: 0.5em;
    font-size: 36px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-right: 25px;
    display: inline-block;
}
.show-controls i:last-child {
    margin-right: 0;
}

header.menu-open nav.main-menu {
    filter: opacity(0);
    pointer-events: none;
}

.onlymobile {
    display: none !important;
}

@media (max-width: 1920px) {

    article.wide-slide img.site-screenshot {
        max-width: 25vw;
    }

    article.wide-slide .site-symbol {
        font-size: min(240px, 14vw);
        padding-left: 14vw;
        justify-content: center;
    }
}

@media (max-width: 1180px) {
    :root {
        --page-width: calc(100vw - 60px);
    }
    main.contact .content > .composition-img {
        width: auto;
        margin-right: 0;
        margin-left: 0;
        display: block;
        max-width: 100%;
        height: auto;
    }
    main.contact .content {
        grid-template-columns: 370px auto;
    }
    main.contact section.sites {
        width: auto;
        margin-left: 50px;
    }
    main.contact nav.site-list {
        padding-right: 30px;
    }
}

@media (max-width: 818px) {
    .onlymobile {
        display: block !important;
    }
    .onlydesktop {
        display: none !important;
    }

    h2 {
        font-size: 32px;
    }
    section.intro h1 {
        font-size: 45px;
        margin-top: 0 !important;
    }
    .subheading {
        line-height: 1.4;
        font-size: 20px;
        margin: 15px 0
    }
    section.small-intro h2 {
        margin-bottom: 15px;
    }
    section.wide-text h2 {
        font-size: 23px;
    }
    section.wide-text p.subheading {
        font-size: 14px;
    }
    footer > section {
        padding: 0 0 50px 0;
    }
    footer p.copyright {
        margin: 10px 0;
        font-size: 12px;
    }
    .wrapper.cols-3 {
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .wrapper.cols-3 > * {
        width: 100%;
    }
    .wrapper.cols-3 section.billing {
        margin-top: 30px;
    }
    .wrapper.cols-3 .contact-form {
        flex-basis: 100%;
        width: 100%;
    }
    footer h3 {
        margin: 25px 0 30px 0;
    }
    .contact-form h3 {
        margin-bottom: 40px;
    }
    footer p {
        margin: 20px 0;
    }
    main.home section.intro img.part-bg,
    section.intro img.part-bg {
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        right: auto;
        margin-top: 60px;
        pointer-events: all;
        width: 115vw;
        max-height: 75vh;
        object-fit: contain;
        height: auto;
    }

    img.part-bg {}

    /***** MOBILE MENU *****/
    footer nav.main-menu {
        display: none;
    }
    header.page-width {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        position: relative;
        transition: background .4s ease-in-out;
        padding-top: 30px;
    }
    header .logo-brand {
        margin-left: 0;
    }
    header nav.main-menu {
        position: absolute;
        background: #f4f4f4;
        height: 100vh;
        width: 100vw;
        top: 100%;
        display: block;
        font-size: 24px;
        box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2);
        background: #f4f4f4;
        z-index: 1000;
        pointer-events: none;
        transition: filter .4s ease-in-out;
        filter: opacity(0);
    }
    nav.main-menu ul {
        flex-direction: column;
    }
    header.menu-open {
        background: #f4f4f4;
    }

    header.menu-open nav.main-menu {
        filter: opacity(1);
        pointer-events: all;
    }
    nav.main-menu ul li {
        margin-left: 0;
    }

    .menu-burger {
        /* padding: 0 15px; */
        /* vertical-align: middle; */
        /* max-width: 65px; */
        /* margin-right: -15px; */
    }
    .mobile-burger {
        flex-grow: 1;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 20px 30px 20px 0;
    }
    .menu-burger .burger-icon {
        display: inline-flex;
        flex-direction: column;
        justify-content: space-between;
        width: 39px;
        height: 26px;
        position: relative;
    }
    .menu-burger .burger-icon .bar {
        width: 100%;
        height: 2px;
        background: #000;
        border-radius: 3px;
        opacity: 1;
        transform: translateY(0px) rotate(0);
        transition:
                opacity .4s ease-in-out,
                transform .4s cubic-bezier(0.5, 0.2, 0.2, 1),
                background .4s ease-in-out;
    }
    .night .menu-burger .burger-icon .bar {
        background: #fff;
    }
    .menu-burger .bar:nth-of-type(2) {
        position: absolute;
        top: calc(50% - 1px);
    }
    .menu-open .bar:nth-of-type(1) {
        opacity: 0;
        transform: translateY(15px) rotateY(90deg);
    }
    .menu-open .bar:nth-of-type(2) {
        transform: rotate(45deg);
    }
    .menu-open .bar:nth-of-type(3) {
        transform: rotate(-45deg);
    }
    .menu-open .bar:nth-of-type(4) {
        opacity: 1;
        transform: translateY(-15px) rotateY(90deg);
    }

    section.small-info .content {
        display: block;
        width: auto;
        margin-left: 0;
        margin-right: 0;
        margin-top: 60px;
    }

    section.small-info img {
        display: block;
        margin: 40px auto 0 auto;
        max-width: 100%;
    }

    section.small-intro {
        display: block;

    }
    section.small-intro > div {
        flex-basis: auto;
        margin-left: 0;
        margin-top: 60px;
    }
    section.small-intro img.part-bg {
        max-width: 100%;
        margin: 0 auto;
        height: auto;
    }
    p.intro-text {
        font-size: 14px;
    }
    section.small-intro p.intro-text {
        margin-right: 0;
        max-width: 350px;
    }


    .tile-slider {
        display: block;
        overflow: visible;
        padding-bottom: 0;
        margin-bottom: 60px;
    }
    figure.site-tile {
        display: block;
        margin: 0 auto 50px auto;
    }

    .tile-slider-wrapper {
        overflow: visible;
        margin-top: 50px;
    }

    .tile-slider-wrapper .slide-button {
        display: none;
    }

    section.wide-text {
        margin-bottom: 50px;
    }

    section.site-show {
        width: 100%;
        margin-top: 100px;
    }
    article.wide-slide {
        display: block;
    }
    article.wide-slide .site-info {
        margin-right: 0;
    }
    article.wide-slide .site-symbol {
        min-height: 320px;
        margin-left: calc(22.5vw - 30px);
        font-size: 30vw;
        padding-left: 27vw;
        margin-top: 120px;
    }

    article.wide-slide img.site-screenshot {
        position: absolute;
        bottom: 220px;
        width: 45vw;
        height: auto;
        max-width: 100%;
        left: 5vw;
        transform: none;
        bottom: 80px;
        top: auto;
    }
    .show-controls {
        display: block;
        margin-left: 0;
        text-align: center;
    }
    .show-controls.top {
        width: 100%;
        left: 0;
        bottom: 430px;
        margin: 0 auto;
        position: absolute;
        z-index: 700;
    }
    .show-controls i {
        font-size: 28px;
    }
    .show-controls.bottom {
        margin-top: 20px;
        margin-bottom: 70px;
    }

    .number-squares {
        max-width: 100%;
        display: flex;
        /* font-size: 3vw */
    }
    .number-square {
        margin-right: 20px;
        height: 120px;
    }
    .number-square:first-child {
        margin-left: 20px;
    }
    .number-square span.number {
        font-size: 1.2em;
    }
    main.contact .content {
        display: flex;
        flex-direction: column;
    }
    main.contact h1 {
        margin-top: 30px;
    }
    main.contact .contact-form {
        order: 40;
        margin-bottom: 50px;
    }
    main.contact section.contact-info {
        order: 30;
    }
    main.contact section.billing {
        order: 35;
    }

    /* main.pricing section.intro h1,
    main.jobs section.intro h1,
    main.reports section.intro h1,
    main.home section.intro h1 {
        margin-top: 0;
    } */

    section.intro {
        min-height: 0;
    }

    main.pricing section.intro img.part-bg {
        top: 0;
        right: 0;
        margin-top: 40px;
        width: 100%;
    }

    main.jobs section.intro img.part-bg,
    main.reports section.intro img.part-bg {
        top: auto;
        right: auto;
        left: auto;
        width: 100%;
    }
    section.job-list {
        display: block;
        margin-top: 90px;
    }
    section.job-list article.job {
        margin-top: 70px;
    }
    main.reports section.intro h1,
    main.jobs section.intro h1 {
        width: auto;
        font-size: 35px;
    }

    a.intro-button {display: inline-block;}



    main.contact .content > .composition-img {
        max-width: 100%;
        height: auto;
    }

    main.contact section.sites {
        width: auto;
        margin: 0;
    }
    main.contact nav.site-list {
        max-width: 100%;
        padding: 20px;
    }
    main.contact nav.site-list li a,
    .view-site-button {
        font-size: 16px;
    }

    section.download-list .entry {
        display: block;
        font-size: 18px;
    }
    section.download-list .entry span {
        display: inline-block;
    }
    section.download-list .entry a.download-button {
        display: inline-block;
        margin-top: 15px;
        padding: 8px 20px;
    }
    a.download-button.with-icon i {
        font-size: 25px;
    }
    section.download-list h2 {
        text-align: left;
    }
}

@media (min-width: 819px) and (max-width: 1120px) {
    article.wide-slide .site-info {
        margin-right: 100px;
    }
    article.wide-slide img.site-screenshot {
        left: 560px;
    }
    .show-controls {
        margin-left: 560px;
    }
}