﻿.content, .masonry-template .masonry-item, .stripes-view {
    box-sizing: border-box;
}

.align-center {
    text-align: center;
}

    .align-center.cke_widget_element {
        margin: 10px 0 !important;
    }

.align-left {
    float: left;
    z-index: 1;
    margin: 10px 18px 10px 2px;
}

.align-right {
    float: right;
    z-index: 1;
    margin: 10px 2px 10px 18px;
}

.s59videoFrame {
    height: 100%;
}

a {
    cursor: pointer;
}

.app, .container, body, html {
    margin: 0;
    height: 100% !important;
    word-wrap: normal;
}

.loader-align-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.content {
    padding: 10px 20px 0;
}

    .content .faq-header {
        position: relative;
        margin-bottom: 30px;
        padding-top: 15px;
    }

        .content .faq-header .faq-title {
            word-wrap: normal;
            width: 62%;
        }

        .content .faq-header .search-label, .content .faq-header .search-no-results {
            margin-top: 25px;
        }

    .content .categories {
        margin: 20px 0 30px;
        padding: 10px 10px 10px 0;
    }

    .basic-view .question-answer-text, .content .social-icons {
        margin-top: 20px;
    }

    .content .categories .category {
        display: inline-block;
        opacity: .6;
        cursor: pointer;
        padding-right: 40px;
    }

        .content .categories .category.category-selected {
            opacity: 1;
            font-weight: 900;
        }

    .content .ckeditor-answer:after {
        display: block;
        clear: both;
        visibility: hidden;
        height: 0;
        font-size: 0;
        content: ' ';
    }

    .content .social-icons > * {
        margin-right: 8px;
        cursor: pointer;
    }

.classic-colors .content .categories, .classic-colors .content .faq-header {
    margin-bottom: 0;
}

.search-and-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

    .search-and-title .search-box {
        display: inline-block;
        position: relative;
        width: 249px;
        height: 26px;
    }

        .search-and-title .search-box .search-input {
            position: absolute;
            top: 0;
            right: 0;
            transition: width .4s cubic-bezier(0,.795,0,1);
            z-index: 0;
            outline: 0;
            border: 0;
            background: 0;
            cursor: pointer;
            padding: 0 28px 0 0;
            width: 0;
            height: 26px;
            line-height: 18px !important;
            font-size: 16px !important;
        }

            .search-and-title .search-box .search-input::-webkit-input-placeholder {
                opacity: .7;
                line-height: 18px !important;
                color: inherit;
                font: inherit;
                font-size: 16px !important;
            }

            .search-and-title .search-box .search-input::-moz-placeholder {
                opacity: .7;
                line-height: 18px !important;
                color: inherit;
                font: inherit;
                font-size: 16px !important;
            }

            .search-and-title .search-box .search-input:-ms-input-placeholder {
                opacity: .7;
                line-height: 18px !important;
                color: inherit;
                font: inherit;
                font-size: 16px !important;
            }

            .search-and-title .search-box .search-input::placeholder {
                opacity: .7;
                line-height: 18px !important;
                color: inherit;
                font: inherit;
                font-size: 16px !important;
            }

            .search-and-title .search-box .search-input::-ms-clear {
                display: none;
            }

            .search-and-title .search-box .search-input:hover ~ .search-icon {
                opacity: .6;
            }

            .search-and-title .search-box .search-input.active {
                z-index: 2;
                border-bottom: 1px solid;
                cursor: text;
                width: 280px;
            }

        .search-and-title .search-box .search-icon {
            position: absolute;
            top: -1;
            right: 0;
            transition: opacity .4s ease;
            z-index: 1;
            cursor: pointer;
        }

question-classic-view {
    display: block;
    overflow: hidden;
}

.classic-view .question-container {
    position: relative;
    border-bottom: 2px solid;
    padding: 25px 0 25px 10px;
}

.classic-view .question-title-box {
    position: relative;
    cursor: pointer;
}

    .classic-view .question-title-box .arrow-down {
        position: absolute;
        top: 49%;
        right: 10px;
        transition: -webkit-transform 1s;
        transition: transform 1s;
    }

        .classic-view .question-title-box .arrow-down.up-side-down-icon {
            -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
        }

.classic-view .question-title {
    display: block;
    padding-right: 40px;
}

.classic-view .question-answer-box {
    transition: height .4s,opacity .23s;
    opacity: 0;
}

.classic-view .question-answer-box-expanded {
    transition: all .4s;
    opacity: 1;
}

.classic-view .question-answer-box .social-icons {
    padding-bottom: 5px;
}

.classic-view .question-answer-text {
    display: inline-block;
    padding-top: 15px;
    padding-right: 50px;
    width: 100%;
    box-sizing: border-box;
}

.basic-view .categories {
    padding-left: 10px;
}

    .basic-view .categories .category {
        opacity: 1;
        cursor: default;
    }

.basic-view .question-container {
    border: 0;
}

    .basic-view .question-container .social-icons {
        margin-bottom: 45px;
    }

.basic-view .question-title-box {
    cursor: default;
}

.basic-view .question-title {
    padding-right: 0;
}

.stripes-view question-stripes-view:first-child .question-title-box {
    border-top: 4px solid;
}

.stripes-view question-stripes-view:last-child .question-title-box {
    border-bottom: 4px solid;
}

.stripes-view .question-title-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-top: 2px solid;
    border-bottom: 2px solid;
    cursor: pointer;
    min-height: 190px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: hidden;
}

    .stripes-view .question-title-box .arrow-box {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        cursor: pointer;
        width: 23%;
        min-height: 190px;
        font-size: 80px !important;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .stripes-view .question-title-box .arrow-box:after {
            position: absolute;
            top: 50%;
            margin-top: -15px;
            border: 15px solid transparent;
            width: 0;
            height: 0;
            content: ' ';
            pointer-events: none;
        }

    .stripes-view .question-title-box .question-title {
        margin: 30px 0;
        width: 74%;
        text-align: center;
    }

.stripes-view .question-answer-box {
    transition: height .4s,opacity .2s;
    opacity: 0;
    overflow: hidden;
}

.stripes-view .question-answer-box-expanded {
    transition: height .4s,opacity .4s;
    opacity: 1;
}

.stripes-view .question-answer {
    position: relative;
    padding: 40px;
}

    .stripes-view .question-answer .answer-header {
        margin-bottom: 17px;
    }

        .stripes-view .question-answer .answer-header .close-icon {
            position: absolute;
            top: 10px;
            right: 10px;
        }

.stripes-view .box-1 .arrow-box:after, .stripes-view .box-3 .arrow-box:after {
    left: 100%;
}

.stripes-view .box-0 .arrow-box:after, .stripes-view .box-2 .arrow-box:after {
    right: 100%;
}

.masonry-template .masonry-item {
    position: relative;
    margin-bottom: 35px;
    cursor: pointer;
    padding: 30px 20px;
    width: 293px;
}

    .masonry-template .masonry-item .masonry-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .masonry-template .masonry-item .masonry-dividers {
        position: relative;
        margin-bottom: 5px;
        border-bottom: 5px solid;
    }

    .masonry-template .masonry-item .masonry-small-label {
        position: relative;
        margin: 10px 0 25px;
    }

    .masonry-template .masonry-item .masonry-question {
        position: relative;
    }

    .masonry-template .masonry-item:hover .masonry-background {
        opacity: .6;
    }

.masonry-template .overlay-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .7;
    z-index: 2;
}

.masonry-template .masonry-popup {
    display: none;
    position: absolute;
    top: -99999px;
    right: -99999px;
    transition: opacity .6s;
    opacity: 0;
    z-index: 100;
    margin: 20px;
    padding: 20px;
    width: 92%;
}

.masonry-template .masonry-popup-active {
    display: block;
    top: 0;
    right: 0;
    opacity: 1;
}

.masonry-template .masonry-popup .close-text {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-family: Helvetica Neue,Helvetica,Arial;
    font-size: 16px;
}

.masonry-template .masonry-popup .masonry-answer-title {
    margin-bottom: 20px;
    border-bottom: 5px solid;
    padding-bottom: 5px;
}

@media (max-width:500px) {
    .s59, img {
        max-width: 100% !important;
    }

    .content {
        padding: 0;
    }

        .content .faq-header {
            margin: 0 4px 20px !important;
        }

            .content .faq-header .search-and-title {
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
            }

                .content .faq-header .search-and-title .faq-title {
                    margin-bottom: 20px;
                    width: 249px;
                    text-align: center;
                    font-size: 32px;
                }

                .content .faq-header .search-and-title .search-input {
                    margin-right: 4px;
                    border-bottom: 1px solid;
                    cursor: text;
                    width: 244px;
                }

                .content .faq-header .search-and-title .search-icon {
                    right: 4px;
                }

            .content .faq-header .search-label, .content .faq-header .search-no-results {
                margin-top: 20px;
            }

        .content .categories {
            margin: 20px 0 !important;
            text-align: center;
        }

            .content .categories .category {
                padding: 0;
                line-height: 24px;
                font-size: 18px;
            }

        .content .question-container {
            margin: 0 4px;
        }

            .content .question-container .question-title {
                line-height: 30px;
                font-size: 22px;
            }

            .content .question-container .question-answer-text {
                line-height: 16px;
                font-size: 14px;
            }
}
