@charset "UTF-8";
/*CSS Document*/


* { box-sizing: border-box; }

html, body {
    width: 100%;
    height: 100%;
    font-family: Myriad-Reg;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #cde2ea;
    background: -moz-linear-gradient(rgb(205, 226, 234), rgb(255, 255, 255), rgb(234, 226, 205), rgb(255, 255, 255), rgb(205, 226, 234));
    background: -webkit-linear-gradient(rgb(205, 226, 234), rgb(255, 255, 255), rgb(234, 226, 205), rgb(255, 255, 255), rgb(205, 226, 234));
    background: -o-webkit-linear-gradient(rgb(205, 226, 234), rgb(255, 255, 255), rgb(234, 226, 205), rgb(255, 255, 255), rgb(205, 226, 234));
    background: linear-gradient(rgb(205, 226, 234), rgb(255, 255, 255), rgb(234, 226, 205), rgb(255, 255, 255), rgb(205, 226, 234));
}

.wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
    min-height: 100%;
    height: auto !important;
}

.main_container {
    position: relative;
    width: 90%;
    margin: 0 auto 3px;
    height: 99%;
    min-height: 500px;
    background-color: #fff;
    border-bottom: solid 4px #369;
    box-shadow: 2px 2px 4px #666;
    overflow: hidden;
}

.page_container {
    float: left;
    position: relative;
    width: 100%;
    padding: 80px 3%;
}


.masthead {
    background-color: #2c70d3;
	background-image: url('/views/images/sand-tile-bkg.jpg');
    background-repeat: repeat;
    box-shadow: 0 3px 3px 3px, #333;
    padding:0 20px 0 0;
    box-shadow: 0 2px 3px #666;
    z-index: 10;
    height: auto;
    min-height: 129px;
    position: sticky;
    margin: 0;
}

.masthead_subtitle {
    font-family: Myriad-Reg;
    font-size: 30px;
    line-height: 20px;
    margin:0;
}


    .titleText {
        color: #369;
        font-size: 36px;
        font-family: ComicSans;
        text-align: left;
        text-shadow: 1px 1px 5px #666;
    }

    .searchTitle {
        width: 100%;
        font-family: Myriad-Bold;
        font-size: 28px;
        text-align: center;
        color: rgb(255, 245, 190);
        padding-top: 15px;
    }
    .journey_text{
        padding: 20px 0 0 0;
        color: #369;
        font-size: 24px;
        line-height: 24px;
        margin: 0;
        font-family: Myriad-Reg;
        text-shadow: 1px 1px 6px #666;

    }
    .level3title{
        color: #fff8d1;
    }
        .level3title a {
            color: #fff8d1;
        }
    .level4title {
        color: #ffe552;
    }


.sticky {
    position: fixed;
    float: left;
    top: 0px;
    width: 100%;
}


.menuContainer{
    float: left;
    position: relative;
    background-color: #c8e1f4;
    z-index: 100;
    box-shadow: 0 2px 3px #666;
    width: 100%;
    padding: 6px 30px 6px 30px;
    position: sticky;
    font-family: Myriad-Reg;
}

.menuContainer select{
    background-color: #369;
    border: none;
    color: #e1eeef;
    font-weight: bold;
    font-size: 14px;
}
.menuLevel1 {
    position: relative;
    float: left;
    width: 20%;
    z-index: 50;
    border-bottom: solid 1px #036;
    background-color: #c8e1f4;
    height: auto;
}

    .btn_l_1 {
        background-color: #c8e1f4;
        color: #036;
        text-align: center;
        width: 100%;
        font-size: 11px;
        border: none;
        height: auto;
        white-space: normal; /* makes words wrap on fixed-width buttons */
        margin: 0;
    }
    .btn_l_1:hover {
        background-color: #369;
        color: #fff;
    }
.subMenuBox {
    position: relative;
    float: left;
    width: 100%;
}
.menuLevel2 {
    position: absolute;
    top: 18px;
    left: 15px;
    width: 90%;
    border: solid 1px #369;
    box-shadow: 1px 1px 2px #333;
    text-align: left;
    background-color: #c8f0f4;
    z-index: 200;
}
    .btn_l_2{
        background-color: #c8f0f4;
        border: none;
        text-align: left;
        width: 100%;
        height: auto;
        padding: 1px 0 1px 1px;
        font-size: 10px;
        line-height: 12px;
        white-space: normal;
    }
    .btn_l_2:hover {
        background-color: #369;
        color: #fff;
    }
.menuLevel3{
    position: absolute;
    background-color: #e5f4f6;
    top: 0px;
    left: 100%;
    width: 90%;
    border: solid 1px #369;
    border-top: solid 2px #369;
    box-shadow: 1px 1px 2px #333;
    text-align: left;
    z-index; inherit;
}

    .btn_l_3 {
        background-color: #e5f4f6;
        border: none;
        text-align: left;
        width: 100%;
        height: auto;
        padding: 1px 0 1px 1px;
        font-size: 10px;
        line-height: 11px;
        white-space: normal;
    }
    .btn_l_3:hover {
        background-color: #369;
        color: #fff;
    }
.menuLevel4{
    position: absolute;
    background-color: #f2fafc;
    top: 0px;
    left: 90%;
    width: 90%;
    border: solid 1px #369;
    border-top: solid 2px #369;
    z-index: 600;
    box-shadow: 1px 1px 2px #666;
}

    .btn_l_4 {
        background-color: #f2fafc;
        border: none;
        text-align: left;
        width: 100%;
        height: auto;
        padding: 1px 0 1px 1px;
        font-size: 10px;
        line-height: 12px;
        white-space: normal;
    }
    .btn_l_4:hover {
        background-color: #369;
        color: #fff;
    }

.hover {
    background-color: #369;
    color: #fff;
}
@media only screen and (max-width: 400px){

    [class*="col-"] {
        width: 100%;
    }
    .masthead_subtitle {
        font-family: Myriad-Reg;
        font-size: 20px;
        line-height: 20px;
        margin:0;
        padding:0 20px 0 0;
    }

    .masthead {
        max-height: 90px;
        min-height: 60px;
    }
    .masthead img {
        max-width: 90%;
        border: none;
    }
    .titleText {
        position: absolute;
        top: 14px;
        right: 20px;
        text-align: right;
        color: #369;
        font-size: 18px;
        line-height: 18px;
        font-family: ComicSans;
        text-shadow: 0 0 5px #fff;
        transition: top 2s;
        transition: left 2s;
    }
    .journey_text{
        padding: 6px 0 0 0;
        color: #369;
        font-size: 14px;
        line-height: 14px;
        margin: 0;
    }

    .menuContainer{
        float: left;
        position: relative;
        background-color: #c8e1f4;
        z-index: 100;
        box-shadow: 0 2px 3px #666;
        width: 100%;
        padding: 6px 20px;
        position: sticky;
        font-family: Myriad-Reg;
    }
    .menuContainer select {
        font-size: 10px;
    }
}

@media only screen and (min-width: 400px){
    
    .masthead_subtitle {
        font-family: Myriad-Reg;
        font-size: 20px;
        line-height: 20px;
        margin:0;
    }
    .masthead img {
        max-width: 90%;
        max-height: 98%;
        border: none;
    }

    .masthead {
        max-height: 90px;
        min-height: 60px;
    }
    .titleText {
        position: absolute;
        top: 40px;
        right: 20px;
        text-align: right;
        color: #369;
        font-size: 16px;
        line-height: 16px;
        font-family: ComicSans;
        text-shadow: 1px 1px 5px #666;
        transition: top 2s;
        transition: right 2s;
    }
    .journey_text{
        padding: 10px 0 0 0;
        color: #369;
        font-size: 14px;
        line-height: 14px;
        margin: 0;
    }

    .menuContainer{
        float: left;
        position: relative;
        background-color: #c8e1f4;
        z-index: 100;
        box-shadow: 0 2px 3px #666;
        width: 100%;
        padding: 6px 20px;
        position: sticky;
        font-family: Myriad-Reg;
    }
    .menuContainer select {
        font-size: 11px;
    }

    .graphic_fl_rt {
        position: relative;
        float: left;
        width: auto;
        text-align: left;
        margin-left: 0;
        max-width: 100%;
    }

    .graphic_fl_rt img {
        max-width: 100%;
    }
    .graphic_fl_lt{
        position: relative;
        float: left;
        width: auto;
        text-align: left;
        margin-right: 0;
        max-width: 100%;
    }

    .graphic_fl_lt img {
        max-width: 100%;
    }


}

@media only screen and (min-width: 660px){
    .titleText{
        text-align: left;
        left: 130px;
    }
    .graphic {
        position: relative;
        width: 100%;
    }
}

@media only screen and (min-width: 700px){

    .btn_l_1 {
        font-size: 13px;
    }
    .btn_l_2{
        font-size: 12px;
    }
    .btn_l_3{
        font-size: 11px;
    }
    .btn_l_4 {
        font-size: 11px;
    }

    .masthead {
        min-height: 110px;
        padding:0 20px 0 0;
    }
    .masthead img{
        position: relative;
        float: left;
        text-align: left;
        border: none;
        max-width: 33%;
        max-height: 98%;
    }
    .titleText {
        position: absolute;
        top: 30px;
        left: 100px;
        color: #369;
        font-size: 28px;
        line-height: 28px;
        font-family: ComicSans;
        text-align: left;
        text-shadow: 1px 1px 5px #666;
        transition: top 2s;
        transition: left 2s;
    }
    .journey_text{
        padding: 10px 0 0 0;
        color: #369;
        font-size: 22px;
        line-height: 22px;
        margin: 0;
    }
    .menuContainer{
        float: left;
        position: relative;
        background-color: #c8e1f4;
        z-index: 100;
        box-shadow: 0 2px 3px #666;
        width: 100%;
        padding: 6px 30px 6px 30px;
        position: sticky;
        font-family: Myriad-Reg;
    }
    .menuContainer select {
        font-size: 12px;
    }

    .graphic_centre {
        position: relative;
        width: auto;
        margin: 0 auto;
        text-align: center;
    }


    .graphic_fl_rt {
        position: relative;
        float: right;
        width: auto;
        max-width: 75%;
        text-align: right;
        margin-left: 10px;
    }
    .graphic_fl_lt{
        position: relative;
        float: left;
        width: auto;
        max-width: 75%;
        text-align: left;
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1000px) {

    .btn_l_1 {
        font-size: 14px;
    }
    .btn_l_2{
        font-size: 13px;
    }
    .btn_l_3{
        font-size: 12px;
    }
    .btn_l_4 {
        font-size: 12px;
    }
    .masthead {
        min-height: 130px;
    }
    .titleText {
        position: absolute;
        top: 40px;
        left: 320px;
        color: #369;
        font-size: 32px;
        line-height: 32px;
        font-family: ComicSans;
        text-align: left;
        text-shadow: 1px 1px 5px #666;
        transition: top 2s;
        transition: left 2s;
    }


    .graphic_fl_rt {
        position: relative;
        float: right;
        width: auto;
        text-align: right;
        margin-left: 10px;
    }
    .graphic_fl_lt{
        position: relative;
        float: left;
        width: auto;
        text-align: left;
        margin-right: 10px;
    }
}

img {
    border: solid 2px #000;
}



.search_box {
    width: 100%;
    position: relative;
    float: left;
    background-color: #e1edf4;
    background: -webkit-linear-gradient(rgb(225, 237, 244), rgb(195, 219, 233)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgb(225, 237, 244), rgb(195, 219, 233)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgb(225, 237, 244), rgb(195, 219, 233)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgb(225, 237, 244), rgb(195, 219, 233)); /* Standard syntax (must be last) */
    padding: 10px;
}
.index_item {
    margin: 6px 0 0 0;
    padding: 0 0 0 20px;
    text-indent: -20px;
}

.source{
    font-weight: bold;
    font-size: 11px;
    color: #369;
    padding: 0 4px;
}