﻿section.splash {
    float: left;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    height: auto;
    background: #5195ce;
    background: url(../../images/gensplash/customprints/wallpaper.png);
    background: -webkit-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url(../../images/gensplash/customprints/wallpaper.png) repeat;
    background: -moz-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url(../../images/gensplash/customprints/wallpaper.png) repeat;
    background: -o-radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url(../../images/gensplash/customprints/wallpaper.png) repeat;
    background: radial-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url(../../images/gensplash/customprints/wallpaper.png);
}

article.begin {
    float: none;
    width: 100%;
    height: 100%;
    max-width: 1024px;
    min-width: 300px;
    margin-top: 0px;
    padding: 1.5em;
    font-size: 1.2em;
    line-height: 1.2em;
    margin-left: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
}

    article.begin div.controls {
        float: left;
        width: 100%;
        color: #ffffff;
        padding: 0.5em 0 0.5em 0;
        display: inline-block;
    }

    article.begin h1.controls_title {
        padding: 0 0 0 0;
        float: left;
        margin: 0;
        width: 100%;
        text-align: center;
        font-size: 260%;
        line-height: 120%;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-margin-before: 0px;
        -webkit-margin-after: 0px;
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
        text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
        font-weight: bold;
        text-transform: uppercase;
        word-break: keep-all;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    article.begin h2.controls_desc {
        padding: 0.3em 0 0 0;
        float: left;
        margin: 0;
        width: 100%;
        text-align: center;
        font-size: 1em;
        line-height: 150%;
        font-weight: normal;
        text-shadow: 0px 1px 3px rgba(0, 0, 0, 1);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    article.begin div.btn {
        float: left;
        width: 100%;
        height: auto;
        text-align: center;
        padding-top:1.3em;
        position: relative;
    }

        article.begin div.btn a {
            float: none;
            display: inline-block;
            height: auto;
            width: auto;
            /*max-width:250px;*/
            text-decoration: none;
            padding: 0 3em 0 3em;
            margin: 0;
            background-color: #0dab05;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            transition: all 1s ease;
            border-radius: 3px;
            cursor: pointer;
            box-sizing: border-box;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
            font-size: 0.9em;
            line-height: 1em;
            position: relative;
            box-shadow: 0 0 5px rgba(0,0,0,0.1);
            -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
            -moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
        }

div.btn a img {
    float: none;
    width: 18px;
    height: 18px;
    overflow: hidden;
    text-align: center;
    margin: 0;
    font-size: 1px;
    line-height: 1px;
    display: inline-block;
    position: relative;
    margin: -8px 0 -3px 0;
    padding: 0px;
    border: none;
}

article.begin div.btn a span {
    float: none;
    width: auto;
    text-align: center;
    padding: 0.8em 0 0.8em 0;
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    display: inline-block;
}

article.begin div.btn a:hover {
    background-color: #008900;
}

article.begin div.btn a.off {
    background: #eeeeee;
}

    article.begin div.btn a.off:hover {
        background: #eeeeee;
        cursor: progress;
    }

    article.begin div.btn a.off span {
        text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
    }

    article.begin div.btn a.off::before {
        content: "";
        width: 0;
        height: 0;
    }

div.login_link {
    width: 100%;
    line-height: 1em;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding-top: 1.5em;
    font-size: 0.8em;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
}

    div.login_link a {
        width: auto;
        float: none;
        text-align: center;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        font-weight:bold;
        cursor: pointer; 
    }

    div.login_link a:hover {
        text-decoration:underline;
    }

section.support_section {
    float: left;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #f9f9f9;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
}

article.support_article {
    float: none;
    text-align: center;
    width: 100%;
    font-size: 1em;
    line-height: 1em;
    display: inline-block;
    max-width: 1024px;
    min-width: 300px;
    padding: 2.5em 2em 2.5em 2em;
    margin: 0 0 0 0;
    margin-left: 0 auto;
    margin-right: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

    article.support_article h1 {
        float: left;
        width: 100%;
        text-align: center;
        color: #313131;
        line-height: 1em;
        padding: 0 0 0.5em 0px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 250%;
        line-height: 100%;
    }

    article.support_article h2 {
        float: left;
        width: 100%;
        text-align: center;
        color: #313131;
        padding: 0em 0 1.5em 0px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 125%;
        line-height: 1.5em;
        font-weight: normal;
    }

div.support_btn_wrap {
    float: left;
    width: 100%;
    padding: 1em 0 1em 0;
}

    div.support_btn_wrap a {
        float: none;
        height: auto;
        width: 20%;
        text-decoration: none;
        padding: 1em 0em 1em 0em;
        background-color: #5195ce;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1.1em;
        line-height: 1em;
        display: inline-block;
    }

        div.support_btn_wrap a:first-of-type {
            margin-right: 1em;
        }

        div.support_btn_wrap a:last-of-type {
            margin-left: 1em;
        }

        div.support_btn_wrap a img {
            float: none;
            width: 18px;
            height: 18px;
            overflow: hidden;
            text-align: center;
            margin: 0;
            font-size: 1px;
            line-height: 1px;
            display: inline-block;
            position: relative;
            margin: -5px 5px -3px 0;
            padding: 0px;
            border: none;
        }

        div.support_btn_wrap a span {
            float: none;
            width: auto;
            position: relative;
            text-align: center;
            padding: 0;
            color: #fff;
            text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
            font-weight: bold;
            display: inline-block;
        }

        div.support_btn_wrap a:hover {
            background-color: #3d83ba;
        }

        div.support_btn_wrap a.off {
            background-color: #eeeeee;
        }

            div.support_btn_wrap a.off:hover {
                background-color: #eeeeee;
                cursor: progress;
            }

            div.support_btn_wrap a.off span {
                text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
            }

div.faq_btn_wrap {
    float: left;
    width: 100%;
    padding: 2em 0 4em 0;
}

    div.faq_btn_wrap a {
        float: none;
        height: auto;
        width: auto;
        text-decoration: none;
        padding: 1em 3em 1em 3em;
        background-color: #5195ce;
        -webkit-transition: background-color 0.3s ease;
        -moz-transition: background-color 0.3s ease;
        -o-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        cursor: pointer;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1.3em;
        line-height: 1em;
    }

        div.faq_btn_wrap a span {
            float: none;
            width: auto;
            text-align: center;
            padding: 0;
            color: #fff;
            text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
            font-weight: bold;
        }

        div.faq_btn_wrap a:hover {
            background-color: #3d83ba;
        }

        div.faq_btn_wrap a.off {
            background-color: #eeeeee;
        }

            div.faq_btn_wrap a.off:hover {
                background-color: #eeeeee;
                cursor: progress;
            }

            div.faq_btn_wrap a.off span {
                text-shadow: 0px 1px 0px rgba(0, 0, 0, 0);
            }

section.faqs {
    float: left;
    width: 100%;
    background: #ffffff;
    height: auto;
    margin-top: 0px;
    font-size: 1em;
    line-height: 1em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 1.5em;
}

    section.faqs div.faq_content {
        float: none;
        width: 100%;
        text-align: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        padding-top:3em;
    }

    section.faqs h1 {
        float: left;
        width: 100%;
        text-align: center;
        font-size: 2.5em;
        color: #313131;
        line-height: 1em;
        padding: 1.2em 0px 1.2em 0px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #f1f1f1;
        margin-bottom: 1em;
    }

    section.faqs article.faq {
        float: none;
        width: 100%;
        padding: 0 3em 0 3em;
        text-align: center;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }

        section.faqs article.faq span.faq_title {
            float: left;
            width: 100%;
            padding: 0 0 0 0;
            margin-top: 0px;
            font-size: 1.4em;
            line-height: 1.5em;
            color: #313131;
            text-align: left;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-weight: 600;
        }

       

        section.faqs article.faq div.faq_desc {
            float: left;
            width: 100%;
            padding: 0 0 2.5em 0;
            margin-top: 0px;
            font-size: 1.1em;
            line-height: 1.6em;
            color: #515151;
            text-align: left;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            section.faqs article.faq div.faq_desc img {
                width: 100%;
                padding: 1em 0 0 0;
                margin-top: 0px;
                background: transparent;
                box-sizing: border-box;
                text-decoration: none;
            }

            section.faqs article.faq div.faq_desc p {
                padding: 1em 0 0 0;
                margin: 0;
            }

                section.faqs article.faq div.faq_desc p code {
                    background: #f8f8f8;
                    border: 1px solid #d6d6d6;
                    -moz-border-radius: 4px;
                    -webkit-border-radius: 4px;
                    border-radius: 4px;
                    padding: 0.4em 0.8em 0.4em 0.8em;
                    color: #ff69b4;
                    font-family: Verdana, sans-serif;
                    font-size: 0.6em;
                    text-transform: uppercase;
                    font-style: normal;
                    margin: 0 2px 0 2px;
                    line-height: 1em;
                    font-weight: bold;
                }

                section.faqs article.faq div.faq_desc p a {
                    color: #5195ce;
                    text-decoration: none;
                    display: inline;
                    /* These are technically the same, but use both */
                    overflow-wrap: break-word;
                    word-wrap: break-word;
                    -ms-word-break: break-all;
                    /* This is the dangerous one in WebKit, as it breaks things wherever */
                    word-break: break-all;
                    /* Instead use this non-standard one: */
                    word-break: break-word;
                    /* Adds a hyphen where the word breaks, if supported (No Blink) */
                    -ms-hyphens: auto;
                    -moz-hyphens: auto;
                    -webkit-hyphens: auto;
                    hyphens: auto;
                }

                    section.faqs article.faq div.faq_desc p a:hover {
                        color: #313131;
                    }

        section.faqs article.faq table {
            width: 100%;
            border-collapse: collapse;
            margin: 0;
            float: left;
            table-layout: fixed;
            margin-top:1.5em;
        }

        section.faqs article.faq table, section.faqs article.faq th, section.faqs article.faq td {
            border: 1px solid #d9d9d9;
        }

        section.faqs article.faq th, section.faqs article.faq td {
            padding: 0.6em;
            text-align: left;
            line-height: 1.3em;
        }

        section.faqs article.faq tr {
            background: #f9f9f9;
        }

            section.faqs article.faq tr:nth-child(2n+0) {
                background: #f1f1f1;
            }

        section.faqs article.faq th {
            background: #ffffff;
            font-size: 0.8em;
        }

            section.faqs article.faq th.faq_table_product_column {
                width: 50%;
            }

            section.faqs article.faq th.faq_table_product_column {
                width: 50%;
            }

        section.faqs article.faq span.tos_title {
            float: left;
            width: 100%;
            padding: 0 0 0 0;
            margin-top: 0px;
            font-size: 1.2em;
            line-height: 1.5em;
            color: #313131;
            text-align: center;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-weight: 600;
        }

        section.faqs article.faq div.tos_desc {
            float: left;
            width: 100%;
            padding: 0 0 2.5em 0;
            margin-top: 0px;
            font-size: 1em;
            line-height: 1.6em;
            color: #515151;
            text-align: left;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            section.faqs article.faq div.tos_desc p {
                padding: 1em 0 0 0;
                margin: 0;
            }



.deal_link {
    color: #5195ce;
    text-decoration: none;
    display: inline;
}

.deal_link:hover {
    color: #313131;
}


@media (max-width: 960px) {
    article.begin h1.controls_title {
        font-size: 200%;
    }

    article.begin h2.controls_desc {
        font-size: 100%;
    }

    article.begin div.controls {
        padding: 1.5em 0 1.5em 0;
    }
}

@media (max-width:900px) {
    div.support_btn_wrap a {
        width: 25%;
        font-size: 1em;
    }
}

@media (max-width: 780px) {
    article.begin h1.controls_title {
        font-size: 250%;
    }

    article.begin h2.controls_desc {
        padding: 1em 15% 0 15%;
        font-size: 120%;
    }

    article.begin div.controls {
        padding: 1.5em 0 1.5em 0;
        width: 100%;
    }

    article.begin div.btn a {
        width: 50%;
        float: none;
    }
    
    article.support_article h1 {
        font-size: 200%;
    }

    article.support_article h2 {
        padding: 0em 1em 1.5em 1em;
        font-size: 100%;
    }

    section.faqs h1 {
        font-size: 200%;
    }

    section.faqs article.faq span.faq_title {
        width: 100%;
        padding: 1em 0 0 0;
        font-size: 1.4em;
    }

    section.faqs article.faq div.faq_desc {
        width: 100%;
        padding: 0 0 2.5em 0;
        font-size: 1em;
        line-height: 1.8em;
    }

    section.faqs article.faq span.tos_title {
        width: 100%;
        padding: 1em 0 0 0;
        font-size: 1.2em;
    }

    section.faqs article.faq div.tos_desc {
        width: 100%;
        padding: 0 0 2.5em 0;
        font-size: 0.8em;
        line-height: 1.8em;
    }

    div.support_btn_wrap a {
        width: 30%;
        font-size: 1em;
    }
}

@media (max-width: 675px) {
    article.begin h2.controls_desc {
        padding: 1em 10% 0 10%;
    }

    article.begin div.btn a {
        width: 60%;
    } 
}

@media (max-width: 575px) {
    article.begin h1.controls_title {
        font-size: 200%;
    }

    article.begin h2.controls_desc {
        font-size: 100%;
    }

    article.begin div.controls {
        margin-top: 0;
    }

    article.begin div.btn a {
        width: 70%;
    } 

    section.faqs h1 {
        font-size: 145%;
    }

    div.support_btn_wrap {
        padding: 2em 0 0em 0;
    }

        div.support_btn_wrap a {
            width: 90%;
            font-size: 1em;
        }

            div.support_btn_wrap a:first-of-type {
                margin-bottom: 1em;
                margin-right: 0em;
            }

            div.support_btn_wrap a:last-of-type {
                margin-top: 1em;
                margin-left: 0em;
            }

    section.faqs article.faq td {
        font-size: 0.8em;
    }
}

@media (max-width: 475px) {
    article.begin h1.controls_title {
        font-size: 180%;
    }

    article.begin h2.controls_desc {
        font-size: 100%;
    }

    article.begin div.controls {
        padding: 0.5em 0 1.5em 0;
        width: 100%;
    }

    article.begin div.btn {
        padding-top: 1.5em;
    }

        article.begin div.btn a {
            width: 100%;
        }  
}

@media (max-width: 400px) {
    article.support_article h1 {
        font-size: 160%;
    }

    section.faqs h1 {
        font-size: 110%;
    }

    article.begin h1.controls_title {
        font-size: 150%;
    }

    article.begin div.btn a {
        width: 100%;
    } 
}
