*, *:before, *:after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    @-ms-viewport {
        width: device-width;
    }

    body {
        -ms-overflow-style: scrollbar;
    }

    @media screen and (max-width: 480px) {

        html, body {
            min-width: 320px;
        }

    }

    body {
        background: #ffffff;
    }

        body.is-loading *, body.is-loading *:before, body.is-loading *:after {
            -moz-animation: none !important;
            -webkit-animation: none !important;
            -ms-animation: none !important;
            animation: none !important;
            -moz-transition: none !important;
            -webkit-transition: none !important;
            -ms-transition: none !important;
            transition: none !important;
        }
    

        @media screen and (max-width: 1680px) {

            body, input, select, textarea {
                font-size: 14pt;
            }

        }

        @media screen and (max-width: 1480px) {

            body, input, select, textarea {
                font-size: 12pt;
            }

        }

    a {
        -moz-transition: border-bottom-color 0.2s ease, color 0.2s ease;
        -webkit-transition: border-bottom-color 0.2s ease, color 0.2s ease;
        -ms-transition: border-bottom-color 0.2s ease, color 0.2s ease;
        transition: border-bottom-color 0.2s ease, color 0.2s ease;
        text-decoration: none;
        color: #585858;
        
    }

        a:hover {
            border-bottom-color: transparent;
            color: rgb(244,0,0) !important;
        }

    strong, b {
        font-weight: 900;
    }

    em, i {
        font-style: italic;
    }

    p {
        margin: 0 0 2em 0;

        
    }

    .content p{
        background-color: rgba(255, 255, 255, 0.6);

    }

    h1 {
        font-size: 2.75em;
        font-weight: 700;
        line-height: 1.3;
        margin: 0 0 1em 0;
        letter-spacing: -0.035em;
    }

        h1 a {
            color: inherit;
        }

        @media screen and (max-width: 736px) {

            h1 {
                font-size: 2em;
                margin: 0 0 1em 0;
            }

        }

        @media screen and (max-width: 360px) {

            h1 {
                font-size: 1.75em;
            }

        }

    h2, h4, h5, h6 {
        font-weight: 900;
        line-height: 1.5;
        margin: 0 0 0em 0;
        text-transform: uppercase;
        \\letter-spacing: 0.35em;
        text-align: center;
    }

        h2 a, h3 a, h4 a, h5 a, h6 a {
            color: inherit;
        }

    h2 {
        font-size: 1.1em;
    }

    h3 {
        font-size: 1em;
    }

    h4 {
        font-size: 0.8em;
    }

    h5 {
        font-size: 0.8em;
    }

    h6 {
        font-size: 0.8em;
    }

    @media screen and (max-width: 980px) {

        h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
            display: none;
        }

    }

    @media screen and (max-width: 736px) {

        h2 {
            font-size: 1em;
        }

        h3 {
            font-size: 0.8em;
        }

    }

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

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

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

    code {
        background: rgba(144, 144, 144, 0.075);
        border-radius: 4px;
        border: solid 1px #c9c9c9;
        font-family: "Courier New", monospace;
        font-size: 0.9em;
        margin: 0 0.25em;
        padding: 0.25em 0.65em;
    }

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

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

    hr {
        border: 0;
        border-bottom: solid 1px #c9c9c9;
        margin: 2em 0;
    }

        hr.major {
            margin: 3em 0;
        }

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

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

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




            .icon.style2:before {
                font-size: 1.1em;
            }

            .icon.style2:hover {
                color: #f2849e;
                border-color: #f2849e;
            }

            .icon.style2:active {
                background-color: rgba(242, 132, 158, 0.1);
            }

    .tiles {
        display: -moz-flex;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        -moz-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        postiion: relative;
        margin: -2.5em 0 0 -2.5em;
    }

        .tiles article {
            -moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
            -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
            -ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
            transition: transform 0.5s ease, opacity 0.5s ease;
            position: relative;
            width: calc(33.33333% - 2.5em);
            margin: 2.5em 0 0 2.5em;
        }

            

                .tiles article > .image img {
                    display: block;
                    width: 100%;
                }

                .tiles article > .image:before {
                    -moz-pointer-events: none;
                    -webkit-pointer-events: none;
                    -ms-pointer-events: none;
                    pointer-events: none;
                    -moz-transition: background-color 0.5s ease, opacity 0.5s ease;
                    -webkit-transition: background-color 0.5s ease, opacity 0.5s ease;
                    -ms-transition: background-color 0.5s ease, opacity 0.5s ease;
                    transition: background-color 0.5s ease, opacity 0.5s ease;
                    content: '';
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    opacity: 1.0;
                    z-index: 1;
                    opacity: 0.8;
                }

                

            .tiles article > a {
                display: -moz-flex;
                display: -webkit-flex;
                display: -ms-flex;
                display: flex;
                -moz-flex-direction: column;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                -moz-align-items: center;
                -webkit-align-items: center;
                -ms-align-items: center;
                align-items: center;
                -moz-justify-content: center;
                -webkit-justify-content: center;
                -ms-justify-content: center;
                justify-content: center;
                -moz-transition: background-color 0.5s ease, -moz-transform 0.5s ease;
                -webkit-transition: background-color 0.5s ease, -webkit-transform 0.5s ease;
                -ms-transition: background-color 0.5s ease, -ms-transform 0.5s ease;
                transition: background-color 0.5s ease, transform 0.5s ease;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                padding: 1em;
                border-radius: 4px;
                border-bottom: 0;
                color: #ffffff;
                text-align: center;
                text-decoration: none;
                z-index: 3;
            }

                .tiles article > a > :last-child {
                    margin: 0;
                }

                .tiles article > a:hover {
                    color: #ffffff !important;
                }

                .tiles article > h2 {
                    margin: 0;
                    background-color: rgba(255, 255, 255, 0.3);
                    border-radius: 30px;
                    text-align: center;
                }

                .tiles article > a .content {
                    -moz-transition: max-height 0.5s ease, opacity 0.5s ease;
                    -webkit-transition: max-height 0.5s ease, opacity 0.5s ease;
                    -ms-transition: max-height 0.5s ease, opacity 0.5s ease;
                    transition: max-height 0.5s ease, opacity 0.5s ease;
                    width: 100%;
                    max-height: 0;
                    line-height: 1.5;
                    margin-top: 0.35em;
                    opacity: 0;
                }

                    

            .tiles article.style1 > .image:before {
                background-color: #f2849e;
            }

            .tiles article.style2 > .image:before {
                background-color: #7ecaf6;
            }

            .tiles article.style3 > .image:before {
                background-color: #7bd0c1;
            }

            .tiles article.style4 > .image:before {
                background-color: #c75b9b;
            }

            .tiles article.style5 > .image:before {
                background-color: #ae85ca;
            }

            .tiles article.style6 > .image:before {
                background-color: #8499e7;
            }

            

                


            body:not(.is-touch) .tiles article:hover .content {
                max-height: 15em;
                opacity: 1;
            }

        

        

        

        @media screen and (max-width: 1480px) {

            .tiles {
                margin: -1.25em 0 0 -1.25em;
            }

                .tiles article {
                    width: calc(33.33333% - 1.25em);
                    margin: 1.25em 0 0 1.25em;
                }

        }

        @media screen and (max-width: 980px) {

            .tiles {
                margin: -2.5em 0 0 -2.5em;
            }

                .tiles article {
                    width: calc(50% - 2.5em);
                    margin: 2.5em 0 0 2.5em;
                }

        }

        @media screen and (max-width: 736px) {

            .tiles {
                margin: -1.25em 0 0 -1.25em;
            }

                .tiles article {
                    width: calc(50% - 1.25em);
                    margin: 1.25em 0 0 1.25em;
                }

                    .tiles article:hover > .image {
                        -moz-transform: scale(1.0);
                        -webkit-transform: scale(1.0);
                        -ms-transform: scale(1.0);
                        transform: scale(1.0);
                    }

        }

        @media screen and (max-width: 480px) {

            .tiles {
                margin: 0;
            }

                .tiles article {
                    width: 100%;
                    margin: 1.25em 0 0 0;
                }

        }


    #wrapper > * > .inner {
        width: 100%;
        max-width: 68em;
        margin: 7% auto;
        padding: 0 2.5em;
    }

        @media screen and (max-width: 1440px) {

            #wrapper > * > .inner {
                padding: 0 1.25em;
                margin-top: initial;
            }

        }


        #content-wrapper {
                background: #f7f7f7;
                border-top: solid 1px #fff;
                padding: 45px 0 45px 0;
            }





/* Content */

            #content section {
                background: #fff;
                padding: 40px 30px 45px 30px;
                box-shadow: 2px 2px 2px 1px rgba(128, 128, 128, 0.1);
                margin: 0 0 10% 0;
            }

            #content h2 {
                font-size: 1.8em;
                color: #373f42;
                margin: 0 0 0.25em 0;
            }

            #content h3 {
                color: #96a9b5;
                font-size: 1.25em;
            }

            #content a {
                color: #ED391B;
            }

            #content header {
                margin: 0 0 2em 0;
            }