body {
    margin: 0px auto;
    padding: 0px;
}

body, input, select, textarea {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 12pt;
}

header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #FFFFFF;
    border-bottom: solid 1px #D6EFF5;
    z-index: 50;
}

    header > .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /*margin-top: 20px;*/
    }

        header > .container .logo {
            width: 200px;
            height: auto;
            display: inline-block;
        }

        header > .container i {
            font-size: 18pt;
            margin-left: 5px;
            margin-right: 5px;
            cursor: pointer;
        }

        header > .container .icons {
            display: inline-block;
            margin-left: 5px;
        }

        header > .container .icons img {
            width: 40px;
            height: auto;
            cursor: pointer;
        }

nav {
    background-color: #FFFFFF;
    border-bottom: solid 1px #D6EFF5;
    z-index: 1;
}

    nav > .container {
        display: flex;
        justify-content: center;
        padding: 0px;
        height: 400px;
    }

    nav .menu-leftmost {
        padding: 0px;
        width: 250px;
    }

        nav .menu-leftmost li {
            list-style: none;
            padding: 3px 9px;
            cursor: pointer;
        }

        nav .menu-leftmost li:hover {
            background-color: #D6EFF5;
        }

        nav .menu-leftmost li.selected {
            background-color: #D6EFF5;
        }

    nav .menu-rightmost {
        margin: 0px;
        padding: 20px;
        background-color: #D6EFF5;
        width: 250px;
    }

        nav .menu-rightmost li {
            list-style: none;
            padding: 3px;
        }

main {
    border-bottom: solid 1px #D6EFF5;
}

footer {
    background-color: #5CC5C9;
}

    footer .container {
        text-align: center;
    }

    footer p {
        color: #FFFFFF;
    }

    footer a {
        color: #FFFFFF;
    }

.links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

.links > li {
    font-size: 18pt;
    list-style: none;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.links > li.selected {
    border-bottom: solid 2px #5CC5C9;
}

.vertical-middle > * {
    vertical-align: middle;
    line-height: normal;
}

.container {
    margin: 0px auto;
    padding: 15px;
    max-width: 1100px;
}

.jumbo {
    background-color: #D6EFF5;
    padding-top: 30px;
    padding-bottom: 30px;
}

    .jumbo h1 {
        font-size: 30pt;
        font-weight: normal;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .jumbo h2 {
        font-size: 18pt;
        font-weight: normal;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .jumbo > .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .jumbo > .container > div {
            display: inline-block;
        }

.icon-section {
    display: flex;
    justify-content: center;
    min-height: 720px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.icon-section .vertical-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 48pt;
    display: inline-block;
}

    .icon-section .grid {
        display: flex;
        flex-wrap: wrap;
        max-width: 1010px;
    }

        .icon-section .grid .box {
            width: 200px;
            height: 200px;
            border: solid 1px #FFFFFF;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

            .icon-section .grid .box:hover {
                border: solid 1px #e6e6e6;
            }

            .icon-section .grid .box .content {
                text-align: center;
            }

                .icon-section .grid .box .content .placeholder {
                    width: 80px;
                    height: 80px;
                    background-color: #5CC5C9;
                }

                .icon-section .grid .box .content img {
                    width: 100px;
                    height: auto;
                }

                .icon-section .grid .box .content h1 {
                    margin: 8px 0px 2px 0px;
                    font-size: 16pt;
                    font-weight: normal;
                    visibility: hidden;
                }

                .icon-section .grid .box:hover .content h1 {
                    visibility: visible;
                }

                .icon-section .grid .box .content h2 {
                    margin: 0px;
                    font-size: 11pt;
                    font-weight: normal;
                    visibility: hidden;
                }

                .icon-section .grid .box:hover .content h2 {
                    visibility: visible;
                }

.section {
    margin-top: 30px;
    margin-bottom: 30px;
}

    .section h1 {
        font-weight: normal;
        border-bottom: solid 1px #5CC5C9;
        padding-bottom: 3px;
    }

    .section .buttons {
        text-align: right;
    }

.clear {
    clear: both;
    height: 1px;
}

.special-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    pointer-events: none;
}

.top-logon {
    display: flex !important;
}

.body-logon {
    display: none !important;
    margin-bottom: 50px;
}

.logon-button {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.logon-button img {
    width: 30px;
    padding-right: 5px;
}

.logon {
    display: flex;
    justify-content: space-between;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: solid 2px #5CC5C9;
    user-select: none;
    pointer-events: all;
}

    .logon.hidden {
        display: none;
    }

    .logon a {
        text-decoration: none;
    }

    .logon a:hover {
        text-decoration: none;
    }

    .logon .top-left {
        position: absolute;
        left: 20px;
        top: 20px;
    }

    .logon .icon {
        width: 28px;
        height: auto;
        cursor: pointer;
    }

    /*.logon .message {
        background-color: #FFEAA8;
        border: solid 1px #FFC237;
        border-radius: 2px;
        margin: 10px 20px;
        padding: 3px 6px;
        text-align: center;
        display: none;
        font-size: 10pt;
    }*/

    .logon .field {
        display: flex;
        align-items: center;
        position: relative;
        margin: 10px;
    }

        .logon .field > * {
            vertical-align: middle;
            line-height: normal;
        }

        .logon .field img {
            margin-right: 10px;
        }

        .logon .field input {
            width: 220px;
        }

    .logon .buttons {
        display: flex;
        justify-content: space-between;
        margin-right: 10px;
    }

    .logon .buttons img {
        margin: 0px 3px;
    }

.logon-overlay {
    padding: 5px;
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: solid 2px #5CC5C9;
    user-select: none;
    pointer-events: all;
    z-index: 100;
}

    .logon-overlay .icon {
        width: 28px;
        height: auto;
        cursor: pointer;
    }

    .logon-overlay .buttons {
        display: flex;
        justify-content: space-between;
    }

    .logon-overlay .buttons img {
        margin: 0px 3px;
    }

.shopping > iframe {
    border: none;
}

.loading {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #C6C6C6;
    opacity: 0.2;
    display: none;
    z-index: 100;
    justify-content: center;
    align-items: center;
}

.read-more-button {
    color: #FFFFFF;
    background-color: #5CC5C9;
    padding: 5px 10px;
    display: inline-block;
    cursor: pointer;
}

.bar {
    background-color: #D6EFF5;
    padding: 8px 16px;
    font-size: 12pt;
}

    .bar span {
        cursor: pointer;
    }

.brochure {
    display: flex;
    flex-direction: column;
}

    .brochure .content {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-grow: 1;
    }

        .brochure .content img {
            margin: 20px;
            max-width: 450px;
        }

/*.banner {
    height: 40px;
    background-color: #D6EFF5;
}*/

.section-header {
    font-size: 16pt;
    font-weight: bold;
    border-bottom: solid 1px #5CC5C9;
    padding-left: 15px;
    padding-bottom: 5px;
}

.text-section {
    padding: 15px;
}

    .text-section a, .text-section a:visited {
        color: #5CC5C9;
    }

    .text-section h1 {
        font-size: 14pt;
        text-transform: uppercase;
        margin: 0px 0px 10px 0px;
    }

        .text-section h1 > span {
            text-transform: none;
            font-size: 12pt;
            font-weight: normal;
        }

    .text-section h2 {
        font-size: 12pt;
        margin: 0px 0px 10px 0px;
    }

    .text-section p:last-of-type {
        margin-bottom: 0px;
    }

    .text-section ul:last-of-type {
        margin-bottom: 0px;
    }

    .text-section:last-of-type {
        margin-bottom: 0px;
    }

.text-section.alt {
    background-color: #D6EFF5;
}

/* Responsive */

@media (max-width: 1150px) {
    .icon-section .grid {
        max-width: 810px;
    }
}

@media (max-width: 1050px) {
    .top-logon {
        display: none !important;
    }

    .body-logon {
        display: flex !important;
    }

    .jumbo > .container {
        flex-direction: column-reverse;
    }

    .shopping {
        margin-bottom: 50px;
    }

    .icon-section .grid {
        max-width: 610px;
    }

    .icon-section .grid .box .content h1 {
        visibility: visible;
    }

    .icon-section .grid .box .content h2 {
        visibility: visible;
    }
}

@media (max-width: 750px) {
    .icon-section .grid {
        max-width: 410px;
    }

    .jumbo > .container img {
        width: 75%;
    }
}

@media (max-width: 700px) {
    .special-box {
        align-items: start;
        padding-top: 100px;
    }
}

@media (max-width: 550px) {
    .icon-section .grid {
        max-width: 210px;
    }
}

@media (max-width: 450px) {
    header > .container .icons {
        display: none;
    }
}

@media (max-width: 420px) {
    .jumbo > .container .panels {
        display: none;
    }
}

@media (max-width: 330px) {
    .logon-button {
        display: none;
    }
}