/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *::after, *::before {
        content: '';
    }


@import url('https://fonts.googleapis.com/css?family=Gill-Sans:300,400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Gill-Sans:300,400,400i,700,700i|Source+Sans+Pro:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway');

address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, div, section, summary {
    display: block;
}

html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
    margin: 0;
    padding: 0;
    border: 0;
    /*font: inherit;*/
}

a,
a:hover,
a:active {
    text-decoration: none;
}

    a.btn {
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'Gill Sans', Arial;
    }

body {
    font-family: "Gill-Sans", Arial;
    width: 100%;
    color: black;
    margin: 0 auto;
    position: relative;
    /*background: #000;*/
    /*font-weight: normal;*/
    font-style: normal;
    line-height: 1.5;
}






@media only screen and (min-width: 768px) {
    body::after {
        display: none;
    }
}

a {
    color: #000000;
    text-decoration: none;
}

/* -------------------------------- 

Main components 

-------------------------------- */
header {
    position: relative;
    height: 180px;
    line-height: 180px;
    text-align: center;
    background-color: #000000;
}

    header h1 {
        color: #ffffff;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 20px;
        font-size: 1.25rem;
    }

@media only screen and (min-width: 1024px) {
    #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler {
        display: none;
    }

    #main-navigation-wrapper .navbar-nav .dopdown-nav-toggler {
        display: none;
    }

    header {
        height: 240px;
        line-height: 240px;
    }

        header h1 {
            font-size: 36px;
            font-size: 2.25rem;
            font-weight: 300;
        }
}

.cd-faq {
    width: 95%;
    /*min-width: 1024px;*/
    margin: 2em auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

    .cd-faq:after {
        content: "";
        display: table;
        clear: both;
    }



@media only screen and (min-width: 300px) {
    .cd-faq {
        position: relative;
        /*margin: 1em auto;*/
        /*margin-left:1em;*/
        margin-top: -90px;
        margin-right: 0;
        box-shadow: none;
    }
}

.cd-faq-categories a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    padding: 0 28px 0 16px;
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    white-space: nowrap;
    border-bottom: 1px solid #555b61;
    text-overflow: ellipsis;
}

    .cd-faq-categories a::before, .cd-faq-categories a::after {
        /* plus icon on the right */
        position: absolute;
        top: 50%;
        right: 100px;
        display: inline-block;
        height: 1px;
        width: 10px;
        background-color: #7f868e;
    }

    .cd-faq-categories a::after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

.cd-faq-categories li:last-child a {
    border-bottom: none;
}



@media only screen and (min-width: 768px) {
    .cd-faq-categories {
        width: 20%;
        float: right;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    }

        .cd-faq-categories a {
            font-size: 13px;
            font-size: 0.8125rem;
            font-weight: 600;
            padding-right: 24px;
            padding: 0 24px;
            -webkit-transition: background 0.2s, padding 0.2s;
            -moz-transition: background 0.2s, padding 0.2s;
            transition: background 0.2s, padding 0.2s;
        }

            .cd-faq-categories a::before, .cd-faq-categories a::after {
                display: none;
            }

    .no-touch .cd-faq-categories a:hover {
        background: #555b61;
    }

    .no-js .cd-faq-categories {
        width: 100%;
        margin-bottom: 2em;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-faq-categories {
        position: absolute;
        top: 0;
        right: 0;
        width: 280px;
        z-index: 2;
    }

        .cd-faq-categories a::before {
            /* decorative rectangle on the right visible for the selected item */
            display: block;
            top: 0;
            left: auto;
            right: 0;
            height: 100%;
            width: 3px;
            background-color: #555b61;
            opacity: 0;
            -webkit-transition: opacity 0.2s;
            -moz-transition: opacity 0.2s;
            transition: opacity 0.2s;
        }

        .cd-faq-categories .selected {
            background: #C33B32 !important;
            font-size: 16px;
            font-weight: 400;
        }



            .cd-faq-categories .selected::before {
                opacity: 1;
            }


        .cd-faq-categories .selected1 {
            background: #C33B32 !important;
            font-size: 16px;
            font-weight: 500;
            height: 300px;
        }



            .cd-faq-categories .selected1::before {
                opacity: 1;
            }




        .cd-faq-categories.is-fixed {
            /* top and right value assigned in jQuery */
            position: fixed;
        }

    .no-js .cd-faq-categories {
        position: relative;
    }
}

.cd-faq-items {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    padding: 0 5% 1em;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) translateX(100%);
    -moz-transform: translateZ(0) translateX(100%);
    -ms-transform: translateZ(0) translateX(100%);
    -o-transform: translateZ(0) translateX(100%);
    transform: translateZ(0) translateX(100%);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s;
}

    .cd-faq-items.slide-in {
        -webkit-transform: translateZ(0) translateX(0%);
        -moz-transform: translateZ(0) translateX(0%);
        -ms-transform: translateZ(0) translateX(0%);
        -o-transform: translateZ(0) translateX(0%);
        transform: translateZ(0) translateX(0%);
    }

.no-js .cd-faq-items {
    position: static;
    height: auto;
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}




@media only screen and (min-width: 300px) {

    .cd-faq-items {
        position: static;
        height: auto;
        width: 100%;
        float: left;
        overflow: visible;
        -webkit-transform: translateZ(0) translateX(0);
        -moz-transform: translateZ(0) translateX(0);
        -ms-transform: translateZ(0) translateX(0);
        -o-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        padding: 0;
        background: transparent;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-faq-items {
        float: none;
        width: 100%;
        padding-right: 50px;
    }

    .no-js .cd-faq-items {
        padding-right: 0;
    }
}

.cd-close-panel {
    position: fixed;
    top: 5px;
    left: -100%;
    display: block;
    height: 40px;
    width: 40px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: left 0.4s;
    -moz-transition: left 0.4s;
    transition: left 0.4s;
}

    .cd-close-panel::before, .cd-close-panel::after {
        /* close icon in CSS */
        position: absolute;
        top: 16px;
        right: 20px;
        display: inline-block;
        height: 3px;
        width: 18px;
        background: #6c7d8e;
    }

    .cd-close-panel::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .cd-close-panel::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .cd-close-panel.move-right {
        left: 2%;
    }

@media only screen and (min-width: 768px) {
    .cd-close-panel {
        display: none;
    }
}

.cd-faq-group {
    /* hide group not selected */
    display: none;
}

    .cd-faq-group.selected {
        display: block;
    }

    .cd-faq-group .cd-faq-title {
        background: transparent;
        box-shadow: none;
        margin: 1em 0;
    }

.no-touch .cd-faq-group .cd-faq-title:hover {
    box-shadow: none;
}

.cd-faq-group .cd-faq-title h2 {
    text-transform: uppercase;
    font-size: 22px;
    /*font-size: 1.5rem;*/
    font-weight: 600;
    color: #C33B32;
}

.cd-faq-group .cd-faq-title h3 {
    text-transform: uppercase;
    font-size: 18px;
    /*font-size: 1.2rem;*/
    font-weight: 400;
    color: #aaaaad;
}


.cd-faq-group .cd-faq-title h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
    color: #aaaaad;
}

.no-js .cd-faq-group {
    display: block;
}

@media only screen and (min-width: 300px) {
    .cd-faq-group {
        /* all groups visible */
        display: block;
    }

        .cd-faq-group > li {
            background: #ffffff;
            margin-bottom: 6px;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
            -webkit-transition: box-shadow 0.2s;
            -moz-transition: box-shadow 0.2s;
            transition: box-shadow 0.2s;
        }

    .no-touch .cd-faq-group > li:hover {
        box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
    }

    .cd-faq-group .cd-faq-title {
        margin: 2em 0 1em;
    }

    .cd-faq-group:first-child .cd-faq-title {
        margin-top: 0;
    }
}

.cd-faq-trigger {
    position: relative;
    display: block;
    margin: 1.6em 0 .4em;
    line-height: 1.2;
}

@media only screen and (min-width: 300px) {
    .cd-faq-trigger {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 300;
        margin: 0;
        padding: 24px 72px 24px 24px;
    }

        .cd-faq-trigger::before, .cd-faq-trigger::after {
            /* arrow icon on the right */
            position: absolute;
            right: 24px;
            top: 50%;
            height: 2px;
            width: 13px;
            background: #CCCCCC;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transition-property: -webkit-transform;
            -moz-transition-property: -moz-transform;
            transition-property: transform;
            -webkit-transition-duration: 0.2s;
            -moz-transition-duration: 0.2s;
            transition-duration: 0.2s;
        }

        .cd-faq-trigger::before {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            right: 32px;
        }

        .cd-faq-trigger::after {
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

    .content-visible .cd-faq-trigger::before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .content-visible .cd-faq-trigger::after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.cd-faq-content p {
    font-size: 14px;
    /*font-size: 1rem;*/
    line-height: 1.4;
    color: #000;
    margin-bottom: 14px;
}

.cd-faq-content small {
    font-size: 90%;
}

.cd-faq-content h7 {
    font-size: 78%;
}

@media only screen and (min-width: 300px) {
    .cd-faq-content {
        display: none;
        padding: 0 24px 30px;
    }

        .cd-faq-content p {
            line-height: 1.6;
        }

    .no-js .cd-faq-content {
        display: block;
    }
}


/*FAQ*/
.arrowsidemenu {
    width: 280px; /*width of menu*/
    border-style: solid solid none solid;
    position: fixed;
    right: 0;
    top: 30%;
    /*border-color: #000;*/
    /*border-size: 1px;*/
    /*border-width: 1px;*/
}

    .arrowsidemenu div a { /*header bar links*/
        font: bold 16px 'Varela Round','Work Sans','Kanit', sans-serif;
        display: block;
        background: transparent url(arrowgreen.gif) 100% 0;
        height: 40px; /*Set to height of bg image-padding within link (ie: 32px - 4px - 4px)*/
        padding: 8px 0 4px 10px;
        line-height: 24px; /*Set line-height of bg image-padding within link (ie: 32px - 4px - 4px)*/
        text-decoration: none;
    }

        .arrowsidemenu div a:link, .arrowsidemenu div a:visited {
            color: #FFF;
            background: #000;
            font-weight: 500;
        }

        .arrowsidemenu div a:hover {
            background-position: 100% -32px;
            background: #de2c10;
        }

    .arrowsidemenu div.unselected a { /*header that's currently not selected*/
        color: #FFF;
        font-weight: 500;
    }


    .arrowsidemenu div.selected a { /*header that's currently selected*/
        color: #FFF;
        background-position: 100% -64px !important;
        background: #de2c10;
        /*font-weight: 600;*/
    }

    .arrowsidemenu div.menucontents a { /*header that's currently selected*/
        color: #FFF;
        background-position: 100% -64px !important;
        background: #de2c10;
        font-weight: 600;
    }

    .arrowsidemenu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .arrowsidemenu ul li {
            border-bottom: 1px solid #ccc;
        }


            .arrowsidemenu ul li a { /*sub menu links*/
                position: relative;
                display: block;
                font-family: 'Varela Round','Work Sans','Kanit', sans-serif;
                font-size: 14px;
                /*font-weight: 600;*/
                text-decoration: none;
                color: black;
                padding: 5px 0;
                padding-left: 10px;
            }

                .arrowsidemenu ul li a:hover {
                    background: #FFF;
                }
