body {
    background: #C0DEED;
    margin: 0;
    font-family: "futura-pt", sans-serif;
    letter-spacing: 0;
    overflow-x: hidden;
}

a, img {
    border:none;
    outline:none
}
a{cursor: pointer; color: #000;}
a:visited{color: #00427A;}

h1{
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
    margin-bottom: 5px;
    color: #000;
}
h2{
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px;
    color: #B3B3B3;
}
.pageHomeInner h2{
    margin-bottom: 25px;
}

h3{
    font-family: "futura-pt", sans-serif;
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    font-size: 13px;
    margin: 5px 0;
    color: #000;
}
h4{
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 13px;
    margin: 0;
    color: #000;
    line-height: normal;
}

p, li{
    font-family: "futura-pt", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    letter-spacing: 0.04em;
}

p, ul, ol {margin: 0 0 15px;}

strong{font-weight: bold;}
i {font-style: italic;}

li{margin: 0 0 0 35px;}

.bold{
    font-weight: bold;
}
#targetBox p, #targetBox li{font-size: 16px;}

.recommendation{
    background: #ccc;
    margin: 20px 0 0;
    padding: 15px 20px 5px;
}

.removeMargin{margin: 0 !important;}
.padding{padding: 10px;}

textarea:focus, input:focus{
    outline: none;
}

*:focus {
    outline: none;
}

#social{
    display: block;
    float: left;
    margin-left: 42px;
    margin-top: 5px;
    width: 200px;
}


#navWrapper{
    position: relative;
    width: 960px;
    margin: 0 auto;
    display: block;
    height: 40px;
    position: relative;
}

#nav{
    position: absolute;
    bottom: -4px;
    right: 44px;
    width: 170px;
    max-width: 315px;
}

#nav img{
    width: 80px;
    height: 30px;
}

#nav ul{
    padding: 0;
    margin: 0;
}

#nav li{
    float: left;
    list-style: none outside none;
    margin: 0 0 0 5px;
    text-align: center;
}

.next, .back, .framework, .LearnMore{
    -webkit-transition: all .2s ease; /* Safari and Chrome */
    -moz-transition: all .2s ease; /* Firefox */
    -ms-transition: all .2s ease; /* IE 9 */
    -o-transition: all .2s ease; /* Opera */
    transition: all .2s ease;
}

@keyframes fade {
    from { transform: scale(1); }
    50% { transform: scale(1.1);}
    to { transform: scale(1);}
}

@-webkit-keyframes fade {
    from { -webkit-transform: scale(1);}
    50% { -webkit-transform: scale(1.1);}
    to { -webkit-transform: scale(1);}
}

.blink {
    animation:fade 2000ms infinite;
    -webkit-animation:fade 2000ms infinite;
    z-index: 20 !important;
}

.blink:hover{animation: none;}

.next:hover, .back:hover, .framework:hover, .LearnMore:hover {
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.1);
}

#contentWrapper {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    clear: both;
}

#infoGraphic{
    box-shadow: 0 5px 10px #77787B;
    position: relative;
    background: #fff;
    margin: 0 auto 25px;
    max-width: 960px;
    width: 100%;
    overflow: hidden;
    text-align: left;
}
#graphicWrapper{
    overflow: hidden;
    position: relative;
    width: 960px;
}
.guideWrapper{
    border: 25px solid #B5D66C;
    width: 910px;
    height: 100%;
    position: relative;
}
.pageWrapper{
    border: 50px solid #fff;
    width: 860px;
    height: 540px;
    position: relative;
}
#pageHome{
    background: url('../images/homeBG.png');
    background-repeat: no-repeat;
    padding: 50px 50px 0;
    height: 590px;
    width: 860px;
}
#presentation{
    padding: 50px 50px 0;
    width: 860px;
    /*border: 4px solid #333333;*/
}

.pageHomeInner{
    padding: 180px 0px 0;
}
.pageInner{
    padding: 15px 25px;
    overflow: hidden;
}

.copyContainer{
    vertical-align: top;
    padding: 0 10px 0 0;
}
.openingCopy{width: 48%;}
.firstColumn{float: left;}
.secondColumn{float: right;}
.ui-1-4{width: 25%; float: left;}
.ui-1-3{width: 33%; float: left;}
.ui-1-2{width: 50%; float: left;}
.ui-3-5{width: 60%; float: left;}
.ui-2-3{width: 66%; float: left;}
.ui-3-4{width: 75%; float: left;}
.ui-45{width: 45%; float: left;}


.introLink{
    left: 6%;
    position: absolute;
    top: 75%;
    width: 18%;
    z-index: 3;
}

#topCopy{top: 25px; left: 240px; width: 530px; position: absolute;}
#topCopy p, .targetMessage p, #introMessage p{margin: 0;}

#closingMessage{
    border: solid 5px #fff;
    border-radius: 10px;
    box-shadow: 0 10px 15px #898989;
    left: 30.25%;
    width: 37.5%;
    position: absolute;
    top: 7%;
    z-index: 15;
    background: #fff;
}

.info{
    position: absolute;
}
.info img{width: 100%;}

.center{text-align: center !important;}

.hidden{display: none;}

.button, .navLink, .toggleNotes{cursor: pointer;}

#toggle{color: #1159A7; text-align: right;}
.toggle-box{margin-top: 20px;}

#start1,#start2{
    cursor: pointer;
    color: #781E77;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    text-decoration: underline;
}
.startButton{
    bottom: 50px;
    right: 50px;
}

.backButton{
    top: 20px;
    left: 25px;
}
.button{
    position: absolute;
    color: #1159A7;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 13px;
    z-index: 15;
    border: solid 4px #1159A7;
    padding: 8px 12px;
    letter-spacing: 0.06em;
}

#bottomSpacer{height: 50px; width: 100%;}
#footer{
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 45px;
    padding: 10px 0;
    left: 0;
}

/* btn */
.menu {
    position: absolute;
    display:  inline-block;
    width: 30px;
    height: 30px;
    margin: 12px;
    z-index: 51;
    right: 0;
    top:0;
}
.menu span {
    margin: 0 auto;
    position: relative;
    top: 12px;
}
.menu span:before, .menu span:after {
    position: absolute;
    content: '';
}
.menu span, .menu span:before, .menu span:after {
    width: 30px;
    height: 5px;
    background-color: #000;
    display: block;
}
.menu span:before {
    margin-top: -10px;
}
.menu span:after {
    margin-top: 10px;
}
/* --- btn --- */

.arrow-up{
    display: block;
    float: right;
    height: 12px;
    margin: 2px 5px;
    width: 12px; background: url("../images/arrowUp.png");
}
.arrow-down{
    display: block;
    float: right;
    height: 12px;
    margin: 2px 5px;
    width: 12px; background: url("../images/arrowDown.png");
}
.arrow-left{
    display: block;
    float: left;
    height: 12px;
    margin: 3px 5px 0 0;
    width: 12px;
    background: url("../images/arrowLeft.png");
}
.arrow-right{
    display: block;
    float: right;
    height: 12px;
    margin: 3px 0 0 5px;
    width: 12px;
    background: url("../images/arrowRight.png");
}

/* nav Icon */
.navIcon span {
    -webkit-transition-duration: 0s; transition-duration: 0s;
    -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.navIcon.open span {
    background-color: rgba(0,0,0,0.0);
    -webkit-transition-delay: 0.2s; transition-delay: 0.2s;
}
.navIcon span:before {
    -webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
    -webkit-transition-duration: 0.2s; transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.navIcon.open span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg); transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.navIcon span:after {
    -webkit-transition-property: margin, -webkit-transform; transition-property: margin, transform;
    -webkit-transition-duration: 0.2s; transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.navIcon.open span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg); transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}


/* right navigation */
#navPanel {
    display: block;
    background: #333333;
    color: #B3B3B3;
    width: 420px;
    position: absolute;
    top: 0;
    right: -420px;
    height: 100%;
    z-index: 50;
}
#navPanelInner{
    border: solid 4px #333333;
    height: 99%;
    background: #fff;
}
#navPanelScroller{
    height: 100%;
    padding: 60px 0 40px;
}
#navPanel ul{
    overflow: auto;
    height: 92%;
    padding: 0 25px;
}

#navPanel li{
    margin: 10px 0;
    list-style: none;
    clear: both;
    overflow: hidden;
}
#navPanel li span{
    float: left;
    font-weight: 700;
    font-size: 20px;
    margin: 70px 15px 0 0;
    color: #b3b3b3;
}
#navPanel li img{
    border: 2px solid #333;
    float: right;
}
.navNum{float: right;}

#introMessage{
    background: #fff none repeat scroll 0 0;
    border: 3px solid #000;
    box-shadow: 0 10px 15px #898989;
    color: #000 !important;
    padding: 5px 20px;
    position: absolute;
    right: 15px;
    top: 120px;
    width: 300px;
    z-index: 10;
}

.targetMessage{
    background: #fff none repeat scroll 0 0;
    border: 3px solid #000;
    box-shadow: 0 10px 15px #898989;
    color: #000 !important;
    padding: 5px 20px;
    position: absolute;
    right: 15px;
    top: -30px;
    width: 600px;
    z-index: 30;
}

.target1, .target2, .targetPlus {cursor: pointer; position: absolute; z-index: 8;}

#circleCover1{
    height: 10px;
    left: 246px;
    position: absolute;
    top: 229px;
    width: 28px;
    z-index: 10;
}
#circleCover2{
    height: 28px;
    left: 382px;
    position: absolute;
    top: 111px;
    width: 14px;
    z-index: 10;
}
#circleCover3{
    height: 25px;
    left: 411px;
    position: absolute;
    top: 281px;
    width: 22px;
    z-index: 10;
}

#target1{
    height: 131px;
    left: 17px;
    top: 153px;
    width: 251px;
    z-index: 6;
}
#target2{
    height: 136px;
    left: 245px;
    top: 106px;
    width: 151px;
    z-index: 10;
}
#target3{
    height: 194px;
    left: 383px;
    top: 111px;
    width: 87px;
    z-index: 9;
}
#target4{
    height: 98px;
    left: 246px;
    top: 233px;
    width: 187px;
    z-index: 10;
}
#target5{
    height: 135px;
    left: 446px;
    top: 151px;
    width: 254px;
    z-index: 7;
}
#target6{
    height: 31px;
    left: 684px;
    top: 204px;
    width: 150px;
    z-index: 5;
}
#target7{
    height: 18px;
    left: 151px;
    top: 346px;
    width: 18px;
}
#target8{
    height: 18px;
    left: 286px;
    top: 346px;
    width: 18px;
}
#target9{
    height: 18px;
    left: 403px;
    top: 346px;
    width: 18px;
}
#target10{
    height: 18px;
    left: 518px;
    top: 346px;
    width: 18px;
}
#target11{
    height: 18px;
    left: 643px;
    top: 346px;
    width: 18px;
}
#target12{
    height: 18px;
    left: 816px;
    top: 346px;
    width: 18px;
}
#target13{
    height: 70px;
    left: 76px;
    top: 280px;
    width: 54px;
}
#target14{
    height: 70px;
    left: 170px;
    top: 280px;
    width: 54px;
}
#target15{
    height: 70px;
    left: 264px;
    top: 280px;
    width: 54px;
}

#target16{
    left: 25px;
    top: 81px;
}
#target17{
    left: 204px;
    top: 81px;
}
#target18{
    left: 560px;
    top: 76px;
}
#target19{
    left: 17px;
    top: 330px;
}



.pageDetail{
    position: absolute;
    color: #00427A;
    font-size: 14px;
}
#page1Detail-1{bottom: 159px; left:116px;}
#page1Detail-2{bottom: 117px; right:69px;}

#page2Detail-1{top:141px; right:190px;}
#page2Detail-2{top:224px; right:10px;}
#page2Detail-3{top:247px; right:19px;}
#page2Detail-4{bottom:104px; right:17px;}
#page2Detail-5{bottom: 47px; right: 20px;}
#page2Detail-6{bottom: 133px; left: 155px;}
#page2Detail-7{bottom: 85px; left: 155px;}
#page2Detail-8{bottom: 15px; left: 155px;}

.purple{color: #781E77;}
.gray{color: #808184;}
.blue{color: #00427A;}
.green{color: #006838;}
.right{float: right;}
.left{float: left;}

/*----------------- EXAMPLE -------------*/

.example{
    background: #fff;
    height: 450px;
    width: 790px;
    border-bottom: 10px solid #000;
    border-right: 10px solid #000;
    border-left: 10px solid #000;
    margin-top: 15px;
}
.example p{margin-top: 0;}
.exampleLeft{float: left; width: 394px; border-right: 1px dashed #B3B3B3; height: 450px; position: relative;}
.exampleRight{float: Right; width: 395px; height: 450px; position: relative;}
.exampleHeader{height: 40px; border-bottom: 1px dashed #B3B3B3; padding: 8px 15px 0;}
.exampleHeader h4{margin-top: 8px;}
.exampleBody{padding: 10px 15px;}
.exampleFooter{position: absolute; height: 60px; width: 395px; border-top: 1px dashed #B3B3B3; bottom: 0px;}

.framework{float: left; width: 197px; height: 100%; cursor: pointer; border: medium none;}
.framework img {
    float: left;
    height: 20px;
    padding: 22px 0 0 19px;
    width: 18px;
}
.framework h4 {
    font-size: 11px;
    font-weight: 700;
    padding: 24px 0 0;
    text-align: center;
    text-decoration: underline;
    text-transform: none;
}
.exampleFooterRight{float: right; width: 197px; height: 60px; border-left: 1px dashed #B3B3B3;}
.exampleFooterRight img {padding: 8px 19px;}

/*----------------- Jquery Accordion -------------*/

.ui-accordion{margin: 15px 0 0;}
.accordionWidth{margin: 60px auto 0; width: 100%;}
#accordion img{
    max-width: 645px;
    width: 100%;
    margin: 30px 0;
}

.ui-accordion-header-active{color: #1159A7 !important;}

#accordion .ui-accordion-content {
    height: auto;
}

.ui-accordion .ui-accordion-header {
    cursor: pointer;
    position: relative;
    padding: 10px 0;
    zoom: 1;
    border-bottom: 4px solid #1159A7;
}
.ui-accordion .ui-accordion-li-fix {
    display: inline;
}
.ui-accordion .ui-accordion-header a {
    display: block;
    font-size: 1em;
    padding: 10px;
}
/* IE7-/Win - Fix extra vertical space in lists */
.ui-accordion a {
    zoom: 1;
}
.ui-accordion-icons .ui-accordion-header a {
    padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
    padding: 10px 0;
    border-top: 0;
    margin-top: -2px;
    position: relative;
    top: 1px;
    margin-bottom: 2px;
    display: none;
    zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
    display: block;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-icons {
    padding-right: 2.2em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
    padding-right: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    right: .5em;
    top: 50%;
    margin-top: -8px;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url('../images/ui-icons.png');
}
.ui-widget-header .ui-icon {
    background-image: url('../images/ui-icons.png');
}
.ui-state-default .ui-icon {
    background-image: url('../images/arrowRight.png');
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url('../images/arrowDown.png');
}
.ui-state-active .ui-icon {
    background-image: url('../images/arrowDown.png');
}
.ui-state-highlight .ui-icon {
    background-image:url('../images/ui-icons.png');
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url('../images/ui-icons.png');
}

/* Slider */

*{margin:0;padding:0;}

.content{
    margin: 1em 2em;
}
.content ul, .content ol{
    margin: .8em 1em .8em 2em;
}
span.code{
    font-family: "futura-pt", sans-serif;
    color: #999;
}
.gist{
    margin: 1em 1em 2em 2em;
}
ol .gist{
    margin: 1em 0 2em 0;
}

.slideHolder{
    width: 100%;
    margin: 40px auto 0;
}

.ocLink{
    margin: 25px 0 85px;
    color: #1159A7;
    text-decoration: underline;
}

footer{
    color: #ccc;
    font-size: .8em;
    font-style: italic;
    text-align: center;
    background: #000;
    padding: 1.5em 0 .5em 0;
    margin-top: 5em;
}
footer span{
    font-size: 1.3em;
    color: #fff;
}
@media screen and (max-width: 830px){
    h1{
        font-size: 1.3em;
    }
    .desc{
        display: none;
    }
}

@media screen and (max-width: 400px){
    h1{
        font-size: 1.1em;
    }
    header span{
        display: none;
    }
    .gist{
        width: 100%;
    }
}

.oc-slides{
    position: relative;
    display: block;
}
.oc-slides:focus{
    outline: 0;
}
.oc-slides figure{
    position: absolute;
    top: 0;
    width: 100%;
}
.oc-slides figure:first-child{
    position: relative;
}
.oc-slides figure img{
    opacity: 0;
    -webkit-transition: opacity 1.2s;
    transition: opacity 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.oc-slides .oc-show{
    z-index: 2;
}
.oc-slides .oc-show img{
    opacity: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
}

.oc-slides figcaption{
    position: absolute;
    font-family: "futura-pt", sans-serif;
    font-size: .8em;
    bottom: .75em;
    right: .35em;
    padding: .25em;
    color: #fff;
    background: #000;
    background: rgba(0,0,0, .25);
    border-radius: 2px;
    opacity: 0;
    -webkit-transition: opacity 1.2s;
    transition: opacity 1.2s;
}
.oc-slides .oc-show figcaption{
    z-index: 3;
    opacity: 1;
}
.oc-slides figcaption a{
    color: #fff;
}
.oc-next, .oc-prev{
    color: #fff;
    position: absolute;
    background: #1159a7;
    top: 45%;
    z-index: 4;
    font-size: 2em;
    opacity: .3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.oc-next:hover, .oc-prev:hover{
    cursor: pointer;
    opacity: 1;
}
.oc-next{
    right: 0px;
    padding: 15px 5px 15px 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.oc-prev{
    left: 0;
    padding: 15px 10px 15px 5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.oc-fullscreen{
    display: block;
    width: 32px;
    height: 32px;
    background: rgba(0,0,0,.4) url(../images/arrows-alt.png);
    -webkit-background-size: contain;
    background-size: contain;
    position: absolute;
    top: 5px;
    left: 5px;
    cursor: pointer;
    opacity: .3;
    z-index: 100;
}
.oc-fullscreen:hover{
    opacity: .8;
}
:-webkit-full-screen .oc-fullscreen{
    background: rgba(0,0,0,.4) url(../images/compress.png);
    -webkit-background-size: contain;
    background-size: contain;
}
:-moz-full-screen .oc-fullscreen{
    background: rgba(0,0,0,.4) url(../images/compress.png);
    background-size: contain;
}
:-ms-fullscreen .oc-fullscreen{
    background: rgba(0,0,0,.4) url(../images/compress.png);
    background-size: contain;
}
:full-screen .oc-fullscreen{
    background: rgba(0,0,0,.4) url(../images/compress.png);
    -webkit-background-size: contain;
    background-size: contain;
}
:-webkit-full-screen .oc-fullscreen{
    background: rgba(0,0,0,.4) url(../images/compress.png);
    -webkit-background-size: contain;
    background-size: contain;
}
:-moz-full-screen .oc-fullscreen{
    background: rgba(0,0,0,.4) url(../images/compress.png);
    background-size: contain;
}
:-ms-fullscreen .oc-fullscreen{
    background: rgba(0,0,0,.4) url(../images/compress.png);
    background-size: contain;
}
:fullscreen .oc-fullscreen{
    background: rgba(0,0,0,.4) url(../images/compress.png);
    -webkit-background-size: contain;
    background-size: contain;
}
