﻿body {
    margin: 0;
    padding: 0;
    color: blue;
    text-align: center;
    font-family: Helvetica;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.4em;
}

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

body > div {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

body::-webkit-scrollbar {
    -webkit-appearance: none;
}

    body::-webkit-scrollbar:vertical {
        width: 11px;
    }

    body::-webkit-scrollbar:horizontal {
        height: 11px;
    }

body::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 1px solid white; /* should match background, can't be transparent */
    background-color: rgba(0, 0, 0, .5);
}

body::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px;
}


#wrapper {
    overflow: hidden;
    position: relative;
    margin: -10px 0 -20px 10px;
}

    #wrapper ul {
        list-style: none;
        margin: 0;
        padding: 0;
        -webkit-transition: -webkit-transform 0.3s linear;
        display: none;
    }

        #wrapper ul li {
            float: left;
        }

            #wrapper ul li img {
                -webkit-backface-visibility: hidden;
                -webkit-perspective: 1000px;
            }

.page-indicators {
    padding: 0;
    margin-bottom: 5px;
    margin-top: -35px;
    z-index: 1;
}

    .page-indicators li {
        background: #808080;
        background-size: 13px 13px;
        width: 13px;
        height: 13px;
        display: inline-block;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .page-indicators .active {
        background: #0ea33a;
    }

input[type="button"].yellow, input[type="submit"].yellow {
    font-size: 18px;
    padding: 5px 22px;
    border-radius: 5px;
    border: 1px solid #ffaa22;
    line-height: 1.5em;
    margin: 2px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    background: #fda417; /* Old browsers */
    background: -moz-linear-gradient(top, #fee54c 0%, #fd9e12 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee54c), color-stop(100%,#fd9e12)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fee54c 0%,#fd9e12 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fee54c 0%,#fd9e12 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fee54c 0%,#fd9e12 100%); /* IE10+ */
    background: linear-gradient(to bottom, #fee54c 0%,#fd9e12 100%); /* W3C */
    -pie-background: linear-gradient(top, #fee54c 0%,#fd9e12 100%); /*  W3C */
    behavior: url(/javaScripts/polyfills/PIE.htc); /*(Required by IE) Note: this path is relative to the HTML file being viewed, not the CSS file it is called from.*/
    z-index: 0;
    vertical-align: top;
}

.lightbox.csc input[type="button"].yellow, .lightbox.csc input[type="submit"].yellow {
    color: #FFFFFF;
    border: 1px solid #0085d0;
    background: #00639b;
    background: -moz-linear-gradient(top, #00639b 0%, #00446a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00639b), color-stop(100%,#00446a));
    background: -webkit-linear-gradient(top, #00639b 0%,#00446a 100%);
    background: -o-linear-gradient(top, #00639b 0%,#00446a 100%);
    background: -ms-linear-gradient(top, #00639b 0%,#00446a 100%);
    background: linear-gradient(to bottom, #00639b 0%,#00446a 100%);
    -pie-background: linear-gradient(top, #00639b 0%,#00446a 100%);
}

.ie7 input[type="button"].yellow, input[type="submit"].yellow {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie8 input[type="button"].yellow, input[type="submit"].yellow {
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.ie7 input[type='button'].buttons {
    padding: 3px 12px 2px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
}

.ie9compatibility input[type='button'].buttons {
    padding: 5px 12px 5px;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
}

.lightbox .title {
    background: #595959;
    border-style: solid;
    border-color: #e7a20d;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.lightbox.csc .title {
    background: #ffffff;
    border-color: #00446a;
}


.laflogo {
    width: 45%;
    padding-top: 10px;
}
.csclogo {
    padding-top: 10px;
}

.icon-block {
    padding: 0;
}

.icons {
    width: 50px;
    float: left;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 6px;
}

.main-header {
    font-family: Myriad Pro, Calibri, Helvetica, Arial, sans-serif;
    font-size: 29px;
    font-weight: bold;
    color: #3b3b3b;
    text-align: center;
    line-height: 100%;
    margin: 14px 10px 10px 10px;
}

.sub-header {
    font-family: Myriad Pro, Calibri, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #3b3b3b;
    text-align: center;
    margin: -3px auto 10px auto;
    line-height: 100%;
    width: 290px;
}

.bullet-point {
    font-family: Myriad Pro, Calibri, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #3b3b3b;
    text-align: left;
    margin-bottom: -12px;
    padding-top: 5px;
}

.bullet-description {
    font-family: Myriad Pro, Calibri, Helvetica, Arial, sans-serif;
    color: #3b3b3b;
    text-align: left;
    font-size: 14px;
    margin-bottom: 3px;
}

.button-block {
    display: inline-block;
}

.button-block-container {
    width: 350px;
    margin: 0px auto;
    overflow: auto;
}

.hidden-page, li.noVisible {
    display: none;
}

.ls {
    
}


/*Extra Small Devices, Phones*/
@media only screen and (max-width : 373px) {
    .main-header {
        font-size: 24px;
    }

    .sub-header {
        font-size: 15px;
    }

    .bullet-point {
        font-size: 17px;
        margin-bottom: -14px;
        margin-top: 5px;
    }

    .bullet-description {
        font-size: 12px;
        margin-bottom: 16px;
        line-height: 19px;
    }

    .icons {
        width: 40px;
    }

    #wrapper {
        height: 300px !important;
    }

        #wrapper ul {
            height: 300px !important;
        }

            #wrapper ul li {
                height: 300px !important;
            }

    input[type="button"].yellow, input[type="submit"].yellow {
        font-size: 16px;
        padding: 5px 13px;
        border-radius: 5px;
        border: 1px solid #ffaa22;
        line-height: 1.5em;
        margin: 5px;
        cursor: pointer;
        font-family: Arial, Helvetica, sans-serif;
        background: #fda417; /* Old browsers */
        background: -moz-linear-gradient(top, #fee54c 0%, #fd9e12 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fee54c), color-stop(100%,#fd9e12)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #fee54c 0%,#fd9e12 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #fee54c 0%,#fd9e12 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #fee54c 0%,#fd9e12 100%); /* IE10+ */
        background: linear-gradient(to bottom, #fee54c 0%,#fd9e12 100%); /* W3C */
        -pie-background: linear-gradient(top, #fee54c 0%,#fd9e12 100%); /*  W3C */
        behavior: url(/javaScripts/polyfills/PIE.htc); /*(Required by IE) Note: this path is relative to the HTML file being viewed, not the CSS file it is called from.*/
        z-index: 0;
        vertical-align: top;
    }

    .button-block-container {
        width: auto;
        margin: 0px auto;
        overflow: auto;
    }
}

.icon-block {
	-webkit-perspective: 1px;
}

@media screen and (orientation:landscape) {

    #wrapper {
        margin: auto;
        width: 360px !important;
        top: -7px;
    }

    .laflogo {
        width: 25%;
        padding-top: 5px;
    }

    .csclogo {
        padding-top: 3px;
        padding-bottom: 3px;
        height: 28px;
    }

    .main-header {
        font-size: 18px;
        margin-top: 5px;
    }

    .sub-header {
        font-size: 12px;
        width: 400px;
    }

    .bullet-point {
        font-size: 15px;
        margin-bottom: -14px;
        margin-top: 5px;
    }

    .bullet-description {
        font-size: 12px;
        margin-bottom: 16px;
        line-height: 16px;
    }

    .icons {
        width: 40px;
    }

    .ls {
        display: none;
    }

    .ls.noVisible {
        display: list-item;
    }

    .page-indicators .ls.noVisible {
        display: inline-block;
    }

    .button-block-container {
        margin-top: -10px;
    }

    input[type="button"].yellow, input[type="submit"].yellow {
        font-size: 14px;
        padding: 5px 13px;
    }
}