﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

:root {
    --colour-border: #e5e5e5;
    --colour-background: #fafafa;
    --colour-grey: #F0F0F0;
    --colour-highlight: #CABEA8;
    --colour-twitter: #00acee;
    --colour-facebook: #3b5998;
    --colour-instagram: #C13584;
    --colour-email: #833AB4;
    --colour-green: rgb(107, 221, 9);
    --colour-green-transparent: rgb(107, 221, 9, 0.25);
    --colour-orange: rgb(255, 181, 0);
    --colour-orange-transparent: rgba(255, 181, 0, 0.25);
    --colour-red: rgb(225, 17, 17);
    --colour-red-transparent: rgba(225, 17, 17, 0.25);
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.dropdown-menu {
    border: none !important;
    box-shadow: 0px -4px 0px 0 rgba(255, 255, 255, 1), 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
}

.dropdown-subitem {
    padding-left: 3rem;
}

div.social div {
    display: inline-block;
}

div.social div {
    margin-left: 0.5rem;
}

.print-copyright, .print-video {
    display: none;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
    scroll-padding-top: 100px;
}


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 120px;
    /* Margin top for menu */
    margin-top: 83px;
    background-color: var(--colour-background);
}

.container {
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* TODO: temp styles*/

div.editable {
    margin: 40px 0;
}

div + p {
    margin-top: 20px;
}

h1, h2, h3, h4, #feature-modal-header {
    font-weight: 300;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3, #feature-modal-header {
    font-size: 1.5rem;
}

h4 {
    font-size: 1.25rem;
}

.headerReplacement {
    margin: auto;
    text-indent: -9999px;
    width: 499px;
    height: 301px;
    background: url(../images/logos/logo-large-rectangle-reverse-transparent.png) no-repeat;
}

video {
    width: 100% !important;
    height: auto !important;
}

input[type=submit] {
    margin-top: 25px;
}

input[type=checkbox] + span {
    margin-left: 35px;
}

input[type=checkbox].form-control {
    display: inline-block;
}

.checkbox {
    cursor: pointer;
}

    .checkbox > input {
        height: 25px;
        width: 25px;
        -webkit-appearance: none;
        -moz-appearance: none;
        outline: none;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        cursor: pointer;
        position: absolute;
    }

        .checkbox > input:checked::before {
            content: '\2713';
            display: block;
            text-align: center;
            position: absolute;
            left: 0.3rem;
            top: -0.2rem;
            font-size: 1.2rem;
        }

        .checkbox > input:active {
            border: 2px solid #aeb735;
        }

textarea {
    height: 200px !important;
}

div.image-half-width {
    width: 50%;
    margin-left: 25%;
}

div.image-full-width {
    width: 100%;
    margin-left: 0;
}

    div.image-full-width img, div.image-half-width img {
        width: 100%;
    }

span.text-danger {
    display: block;
    margin-top: 5px;
}

#mission-statement {
    font-size: 2rem;
    text-align: center;
}

.bg-white {
    background-color: white;
}

/*---------------------*/
/*----Feature boxes----*/
/*---------------------*/
.feature-boxes {
    display: grid;
    column-gap: 25px;
    row-gap: 20px;
    margin: 0 10px;
    position: relative;
}

section.feature-box {
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
    background-color: white;
    border: 1px solid var(--colour-border);
    height: 100%;
}

    section.feature-box > h3 {
        border-bottom: 1px solid var(--colour-border);
        padding: 20px;
    }

    section.feature-box > image {
        width: 100%;
    }

    section.feature-box > div:first-of-type, section.feature-box > a:first-of-type {
        -webkit-print-color-adjust: exact;
    }

.feature-box > a:first-of-type, .feature-box > div:first-of-type:not(.inner) {
    display: block;
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.feature-box > a.align-right:first-of-type, .feature-box > div.align-right:first-of-type:not(.inner) {
    background-position: center right !important;
}

.feature-boxes.beetle-shadows .feature-box > div:first-of-type:not(.inner) {
    height: 470px !important;
}

.feature-box .inner {
    padding: 20px;
    text-decoration: none;
}

.feature-boxes.beetle-shadows .feature-box .inner {
    text-align: center;
}

.feature-box .feature-content {
    display: none;
}

.feature-boxes.connect-grid {
    grid-gap: 0px;
    margin: 0;
}

    .feature-boxes.connect-grid div.feature-box {
        aspect-ratio: 1 / 1;
    }

        .feature-boxes.connect-grid div.feature-box.twitter {
            background-color: var(--colour-twitter);
        }

        .feature-boxes.connect-grid div.feature-box.facebook {
            background-color: var(--colour-facebook);
        }

        .feature-boxes.connect-grid div.feature-box.instagram {
            background-color: var(--colour-instagram);
        }

        .feature-boxes.connect-grid div.feature-box.email {
            background-color: var(--colour-email);
        }

    .feature-boxes.connect-grid a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-size: 150px;
        color: white;
    }

@supports not (aspect-ratio: 1 / 1) {
    .feature-boxes.connect-grid div.feature-box a {
        transform: translateY(35%);
    }

    .feature-boxes.connect-grid div.feature-box::before {
        float: left;
        padding-top: 100%;
        content: "";
    }

    .feature-boxes.connect-grid div.feature-box::after {
        display: block;
        content: "";
        clear: both;
    }
}
/*----Feature boxes----*/
/*---------end---------*/
/*---------------------*/
/*-Cookie Notification-*/
/*---------------------*/
@-webkit-keyframes slideInFromBottom {
    0% {
        bottom: -100px
    }

    100% {
        bottom: 0
    }
}

@keyframes slideInFromBottom {
    0% {
        bottom: -100px
    }

    100% {
        bottom: 0
    }
}

.cookies-bar {
    background-color: white;
    padding: 10px;
    padding: 10px;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
    display: -ms-grid;
    display: grid;
    visibility: visible;
    opacity: 1;
    bottom: 0;
    height: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    z-index: 10000;
    -webkit-animation: 1.5s ease-out 0s 1 slideInFromBottom;
    animation: 1.5s ease-out 0s 1 slideInFromBottom;
    border-top: 1px solid black;
    font-size: 1.1rem;
    align-items: center;
}

    .cookies-bar.hide {
        opacity: 0 !important;
        display: none !important;
        visibility: hidden !important;
    }

    .cookies-bar div:first-child {
        display: -ms-grid;
        display: grid;
        text-align: center;
        padding: 0 20px;
    }

    .cookies-bar a {
        padding: 10px;
        color: white;
        background-color: black;
        min-width: 120px;
        display: inline-block;
        text-align: center;
        font-weight: normal;
        border: 1px solid black;
    }

        .cookies-bar a:hover {
            color: white !important;
        }

        .cookies-bar a:first-child {
            color: black;
            background-color: transparent;
        }

            .cookies-bar a:first-child:hover {
                color: black !important;
            }

        .cookies-bar a + a {
            margin-left: 10px;
        }
/*-Cookie Notification-*/
/*---------end---------*/


/*---------------------*/
/*--Newsletter button--*/
/*---------------------*/
.newsletterEmail {
    float: left;
    border-radius: 0;
    width: 270px;
    border-right: none;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.newsletterButton {
    border-radius: 0;
    float: left;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.newsletterGroup:after {
    content: "";
    display: table;
    clear: both;
}

.help-block {
    clear: both;
    margin-top: 15px;
    color: red;
}


/*--Newsletter button--*/
/*---------end---------*/

/*--------------------*/
/*-General Formatting-*/
/*--------------------*/
.call-out {
    border: 1px solid var(--colour-border);
    margin: 0 10px 1rem 10px;
    padding: 20px;
    background-color: white;
}

    .call-out p:last-child {
        margin-bottom: 0;
    }

.acronym {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    column-gap: 25px;
}

    .acronym img {
        width: 100%;
        height: auto;
    }

    .acronym a {
        display: block;
        font-size: 5rem;
        line-height: 0.9;
    }

        .acronym a:first-letter {
            font-size: 7rem;
        }


div#bookbutton {
    display: flex;
    justify-content: center;
    background-color: var(--colour-highlight);
    margin-right: 20px;
}

    div#bookbutton a {
        flex-grow: 1;
    }

        div#bookbutton a > div {
            padding: 10px;
            display: flex;
            align-items: center;
            color: white !important;
            justify-content: center;
        }

            div#bookbutton a > div:hover {
                background-color: black !important;
            }

            div#bookbutton a > div div {
                display: inline-block;
            }

            div#bookbutton a > div i {
                margin-left: 10px;
                float: right;
                font-size: 23px;
            }


div.nextbutton {
    display: flex;
    justify-content: center;
}

    div.nextbutton a > div {
        border: 1px solid #0366d6;
        padding: 10px;
        min-width: 300px;
        display: flex;
        align-items: center;
    }

        div.nextbutton a > div div {
            display: inline-block;
            width: calc(100% - 33px);
        }

        div.nextbutton a > div i {
            margin-left: 10px;
            float: right;
            font-size: 23px;
        }

/*-General Formatting-*/
/*---------end--------*/

/*---------------------*/
/*----Feature Modal----*/
/*---------------------*/
/* The Modal (background) */
.feature-modal {
    display: none; /* Hidden by default */
    justify-content: center;
    align-items: center;
    position: fixed; /* Stay in place */
    z-index: 2030; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.feature-modal-dialog {
    background-color: var(--colour-background);
    padding: 20px;
    border: 1px solid #888;
    min-height: 300px;
    width: 50%;
    position: absolute;
    display: grid;
    grid-template-columns: auto 20px;
    grid-template-rows: auto 1fr;
    row-gap: 25px;
    max-height: 90vh;
}

/* The Close Button */
.feature-modal-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
}

    .feature-modal-close:hover,
    .feature-modal-close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }

#feature-modal-content {
    grid-column: span 2;
    overflow: auto;
}

/*----Feature Modal----*/
/*---------end---------*/


.bios {
    display: grid;
    column-gap: 25px;
}

.bio img {
    width: 100%;
}

.bios > div:not(.bio) {
    padding-top: 40px;
}

/* TODO: template styles*/
.copyright {
    font-size: .8rem;
    margin-bottom: .5rem;
}

.full-page {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
}

div.full-page {
    height: calc(0.565625 * 100vw - 10px);
}

#hero-mask {
    background-color: black;
    opacity: 0.5;
}

#hero-title {
    color: white;
    display: grid;
    align-items: center;
    justify-items: center;
    text-align: center;
}

#hero-content {
    margin-top: calc(0.565625 * 100vw + 100px);
}

h1 {
    padding-top: 40px;
}

div.editable + h1 {
    padding-top: 0;
}

h2 {
    font-weight: 300;
}

.videoWrapper {
    position: relative;
    padding-bottom: 51%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.button.icon {
    position: relative;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 4rem;
    text-indent: 4rem;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    /*    display: inline-block;*/
    margin-top: 50px;
    box-shadow: inset 0 0 0 2px #ffffff;
    color: #ffffff !important;
    display: inline-block;
}

    .button.icon:before {
        /*position: absolute;*/
        display: block;
        /*top: 0; */
        /*left: 0; */
        width: inherit;
        /*height: inherit; */
        /*line-height: inherit; */
        font-size: 1.25rem;
        /*margin-right: 0; */
        /*text-align: center; */
        text-indent: 0;
    }

a.button {
    text-decoration: none;
}

#hero-image {
    display: none;
}

video {
    object-fit: cover;
}

.header-image {
    width: 100%;
}

.references {
    padding-top: 20px;
    font-size: 0.7rem;
    border-top: 1px solid var(--colour-border);
}

    .references ol {
        counter-reset: list;
    }

        .references ol > li {
            list-style: none;
        }

            .references ol > li:before {
                content: "[" counter(list) "] ";
                counter-increment: list;
            }

.reference:not(:first-of-type) {
    margin-top: 10px;
}

span.reference-number {
    font-size: 0.8rem;
    vertical-align: super;
}

.faq {
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr;
}


button.collapsible {
    background-color: var(--colour-grey);
    color: black;
    cursor: pointer;
    padding: 15px 0 15px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    display: grid;
    grid-template-columns: auto 50px;
    align-items: center;
    justify-items: center;
    margin-top: 20px;
}

    button.collapsible div {
        width: 100%;
    }


    button.collapsible.active, button.collapsible:hover {
        background-color: var(--colour-highlight);
    }

.faq .content div {
    margin-top: 15px;
    margin-bottom: 0;
}

    .faq .content div.faq-author {
        margin-top: 0;
        margin-bottom: 15px;
    }

.faq .faq-author {
    text-align: right;
    font-style: italic;
    margin-bottom: 5px;
}

button.collapsible div.faq-expand {
    text-align: center;
}

    button.collapsible div.faq-expand:after {
        content: '\02795'; /*Unicode character for "plus" sign (+) */
        color: white;
        float: right;
        margin-right: 15px;
    }

button.collapsible.active .faq-expand:after {
    content: "\2796"; /*Unicode character for "minus" sign (-) */
}

.content {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.dung-grid {
    display: grid;
    column-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}

    .dung-grid div:first-of-type {
        grid-column: 1 / span 2;
    }

    .dung-grid div:last-of-type {
        align-self: center;
    }

    .dung-grid img {
        width: 100%;
    }

#sally-ann:before, #claire:before, #bruce:before, #max:before {
    display: block;
    content: "";
    height: 100px;
    margin: -100px 0 0;
}

.bio > h2 {
    display: inline;
}

div.socicon {
    display: inline-block;
    float: right;
    margin-right: 20px;
}

.socicon-btn {
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 35px !important;
    background: var(--colour-grey);
    color: #282828;
    position: relative;
}

    .socicon-btn:hover {
        color: #fff;
    }

.fa-instagram:hover {
    background: var(--colour-instagram);
}

.fa-twitter:hover {
    background: var(--colour-twitter);
}

.fa-facebook:hover {
    background: var(--colour-facebook);
}

.fa-globe:hover {
    background: var(--colour-email);
}

.socicon .socicon-btn {
    top: -5px;
}

ul.sitemap {
    list-style: none;
}

:not(ul) > ul.sitemap {
    padding-inline-start: 0;
}

ul, ol {
    list-style-position: outside;
}

    ul li, ol li {
        padding-left: 10px;
    }

.lower-alpha {
    list-style-type: lower-alpha;
}

.assessment-score p {
    text-align: center;
    font-size: x-large;
}

.assessment-score div.assessment-scores {
    display: grid;
    grid-template-columns: repeat(auto-fit, 250px);
    grid-row-gap: 25px;
    grid-column-gap: 25px;
    justify-content: center;
}

    .assessment-score div.assessment-scores > div {
        border: 3px solid black;
        border-radius: 14px;
        height: 200px;
        font-size: x-large;
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column;
    }

    .assessment-score div.assessment-scores div.high {
        border-color: var(--colour-green);
    }

    .assessment-score div.assessment-scores div.moderate {
        border-color: var(--colour-orange);
    }

    .assessment-score div.assessment-scores div.low {
        border-color: var(--colour-red);
    }

    .assessment-score div.assessment-scores div a {
        flex: 1;
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column;
        row-gap: 25px;
    }

        .assessment-score div.assessment-scores div a span {
            right: 0;
            bottom: 0;
        }

    .assessment-score div.assessment-scores div.low a:hover {
        background-color: var(--colour-red-transparent);
    }

    .assessment-score div.assessment-scores div.moderate a:hover {
        background-color: var(--colour-orange-transparent);
    }

    .assessment-score div.assessment-scores div.high a:hover {
        background-color: var(--colour-green-transparent);
    }

    .assessment-score div.assessment-scores div.low a span {
        color: var(--colour-red);
    }

    .assessment-score div.assessment-scores div.moderate a span {
        color: var(--colour-orange);
    }

    .assessment-score div.assessment-scores div.high a span {
        color: var(--colour-green);
    }

.fa-twitter:hover {
    background: none;
}

/*-------------------*/
/*---Download Grid---*/
/*-------------------*/

.file-icon {
    width: 50px;
}

.download-grid {
    display: grid;
    row-gap: 50px;
    column-gap: 50px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

    .download-grid div {
        display: grid;
        grid-template-columns: 1fr;
        justify-items: center;
    }

        .download-grid div a {
            width: fit-content
        }

/*---Download Grid---*/
/*--------end--------*/


/*@media only screen and (max-device-width: 413px) and (-webkit-min-device-pixel-ratio: 3) {
*/
@media (max-device-width: 413px) {
    div .full-page {
        height: calc(0.565625 * 100vw);
    }

    #hero-title br {
        display: none;
    }

    .feature-boxes.connect-grid a {
        font-size: 100px;
    }
}

@media (max-width: 576px) {

    .headerReplacement {
        width: 125px !important;
        height: 76px !important;
        background: url(../images/logos/logo-small-rectangle-reverse-transparent.png) no-repeat !important;
    }

    #hero-title div {
        max-width: calc(80vw);
    }

    .display-4 {
        font-size: 2rem;
    }

    h1 {
        font-size: 1.75rem !important;
    }

    h2 {
        font-size: 1.25rem !important;
    }

    h3, #feature-modal-header {
        font-size: 1rem !important;
    }

    h4 {
        font-size: 0.8rem !important;
    }
}

@media (max-width: 767px) {
    body {
        margin-top: 80px;
    }

        body.home .fixed-top {
            position: absolute !important;
            top: calc(0.565625 * 100vw - 10px) !important;
        }

    .button.icon {
        display: none;
    }

    .navbar-collapse {
        padding-left: 15px;
    }

    div.social {
        margin: 10px 0;
    }

        div.social div:first-of-type {
            margin-left: 0;
        }

    .acronym {
        grid-template-columns: 1fr;
    }

        .acronym a {
            font-size: 6rem;
        }

            .acronym a:first-letter {
                font-size: 7rem;
            }

    .dung-grid div:last-of-type {
        margin: 0;
    }

    .dropdown-menu {
        box-shadow: none !important;
    }

    .bios, .feature-boxes {
        grid-template-columns: 1fr;
    }

        .feature-boxes.connect-grid {
            grid-template-columns: repeat(2, 1fr);
        }

        .feature-boxes.beetle-shadows .feature-box > div:first-of-type:not(.inner) {
            height: 670px !important;
        }

    .company .feature-box > a:first-of-type, .company .feature-box > div:first-of-type:not(.inner) {
        height: 210px;
    }

    .cookies-bar {
        display: block;
    }

        .cookies-bar div {
            text-align: center;
        }

            .cookies-bar div:first-child {
                margin-bottom: 15px;
            }

    .faq {
        padding: 0;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    h1 {
        font-size: 2rem !important;
    }

    h2 {
        font-size: 1.5rem !important;
    }

    h3, #feature-modal-header {
        font-size: 1.1rem !important;
    }

    h4 {
        font-size: 1rem !important;
    }

    .dung-grid div:last-of-type {
        margin: 0 25%;
    }

    .feature-boxes.beetle-shadows .feature-box > div:first-of-type:not(.inner) {
        height: 280px !important;
    }

    .company .feature-box > a:first-of-type, .company .feature-box > div:first-of-type:not(.inner) {
        height: 300px;
    }

    .acronym a {
        font-size: 3rem;
    }

        .acronym a:first-letter {
            font-size: 4rem;
        }

    div#bookbutton {
        display: none;
    }
}

@media (max-width: 991px) {

    .headerReplacement {
        width: 250px;
        height: 151px;
        background: url(../images/logos/logo-medium-rectangle-reverse-transparent.png) no-repeat;
    }

    .dung-grid {
        grid-template-columns: 1fr;
    }

        .dung-grid div:first-of-type {
            grid-column: span 1;
        }

        .dung-grid div:nth-child(2) {
            order: 3;
        }

        .dung-grid div:last-of-type {
            margin-bottom: 10px;
        }

    .feature-boxes.connect-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-modal-dialog {
        width: 80vw;
    }

    div.image-half-width {
        width: 80% !important;
        margin-left: 10% !important;
    }
}


@media (min-width: 992px) {

    .bios, .feature-boxes {
        grid-template-columns: repeat(2, 1fr);
    }

    .feature-boxes-1 {
        grid-template-columns: 1fr !important;
    }

    .feature-boxes-2 {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .feature-boxes-3 {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .company .feature-box > a:first-of-type, .company .feature-box > div:first-of-type:not(.inner) {
        height: 220px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .feature-boxes.beetle-shadows .feature-box > div:first-of-type:not(.inner) {
        height: 390px !important;
    }

    .acronym a {
        font-size: 4rem;
    }

        .acronym a:first-letter {
            font-size: 5rem;
        }
}

@media (min-width: 1200px) {

    .feature-boxes-4 {
        grid-template-columns: repeat(4, 1fr) !important;
    }

    .company .feature-box > a:first-of-type, .company .feature-box > div:first-of-type:not(.inner) {
        height: 250px;
    }
}

@media print {

    video, #hero-mask, #hero-image, .nextbutton {
        display: none !important;
    }

    #hero-title {
        color: black;
    }

        #hero-title .headerReplacement {
            background: url(../images/logos/logo-large-rectangle.jpg) no-repeat !important;
            -webkit-print-color-adjust: exact;
            width: 500px;
            height: 278px;
            margin-top: 150px;
        }

        #hero-title a {
            display: none;
        }

    #hero-content {
        margin-top: 450px !important;
    }

    .print-copyright, .print-video {
        display: block;
    }

    .print-copyright {
        color: red;
        margin-bottom: 20px;
    }

    .print-video {
        font-style: italic;
        margin: 20px 0;
        padding: 20px;
        border: 1px solid black;
    }

    .feature-boxes.beetle-shadows {
        page-break-before: always;
    }

        .feature-boxes.beetle-shadows .feature-box > div:first-of-type:not(.inner) {
            height: 600px !important;
        }

    .feature-boxes-1 {
        grid-template-columns: 1fr !important;
        break-inside: avoid;
    }

    .feature-boxes-2, .bios {
        grid-template-columns: repeat(2, 1fr) !important;
        break-inside: avoid;
    }

    .feature-boxes-3 {
        grid-template-columns: repeat(3, 1fr) !important;
        break-inside: avoid;
    }

    div.faq div.content {
        max-height: fit-content;
    }

        div.faq div.content img {
            break-inside: avoid;
        }

    #faq-6 {
        page-break-before: always;
    }

    div.faq button {
        font-weight: bold;
    }

    div.faq .faq-expand {
        display: none;
    }
}
/*TODO*/

/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {

    #hero-image {
        display: block;
        background-image: url('../images/content/aphodiine-beetles-mobile.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    #hero-video {
        display: none;
    }
}*/

/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {

    #hero-image {
        display: block;
        background-image: url('../images/content/aphodiine-beetles-mobile.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }

    #hero-video {
        display: none;
    }
}*/
