.CenturySchoolbook {
    font-family: CenturySchoolbook;
    font-weight: normal;
    font-style: normal;
}
.CenturySchoolbook-Bold {
    font-family: CenturySchoolbook-Bold;
    font-weight: normal;
    font-style: normal;
}
.FuturaBT-Bold {
    font-family: FuturaBT-Bold;
    font-weight: normal;
    font-style: normal;
}
.FestivoLettersNo19 {
    font-family: FestivoLettersNo19;
    font-weight: normal;
    font-style: normal;
}

body {
    background: #fff;
    margin: 0;
    font-family: CenturySchoolbook;

}

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

h1{
    font-family: FestivoLettersNo19;
    font-weight: normal;
    font-style: normal;
    font-size: 30px;
    margin: 2px 0 4px;
    color: #000;
    text-align: center;
}
h2{
    font-family: FuturaBT-Bold;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.15em;
    margin-top: 0;
    margin-bottom: 5px;
    color: #000;
    margin-bottom: 14px;
    text-align: center;
}
h3{
    font-family: FuturaBT-Bold;
    font-weight: normal;
    font-style: bold;
    font-size: 11px;
    letter-spacing: 0.15em;
    margin-top: 0;
    margin-bottom: 5px;
    color: #000;
    margin-bottom: 14px;
    text-transform: uppercase;
}

p{
    font-family: CenturySchoolbook;
    font-weight: normal;
    font-style: normal;
    font-size: 12px;
    line-height: 1.3;
    color: #000;
    margin: 0;
}

strong{font-family: CenturySchoolbook-Bold}
sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
sub {
    top: 0.4em;
}
#navKey{
    background-image: url("../images/key.png");
    bottom: 10px;
    font-size: 11px;
    height: 88px;
    left: 15px;
    position: absolute;
    width: 526px;
}
#navKey ul {
    float: left;
    list-style: outside none none;
    margin: 32px 0 0;
    padding: 0 0 0 19px;
    width: 155px;
}
#navKey li{clear: both; height: 24px;}
#navKey img{
    position: absolute;}
#navKey span{
    cursor: pointer;
    margin: 3px 0 0 25px;
    position: absolute;
}

#note{
    bottom: 20px;
    position: absolute;
    right: 20px;
    width: 255px;
}
#note p, #startLink p{font-size: 8px; line-height: 10px;}

#startLink{
    bottom: 11px;
    position: absolute;
    left: 50px;
    width: 265px;
    text-align: left;
}
#BGWrapper{
    height: 377px;
    position: absolute;
    top: 162px;
    width: 860px;
}

.bold{
    font-family: CenturySchoolbook-Bold;
}
.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;
}

#instructions{
    margin-top: 30px;
    padding: 5px 20px;
}
.targetPlus:hover{z-index: 20 !important;}

.next, .back, .framework, .LearnMore{
    -webkit-transition: all .2s ease; /* Safari and Chrome */
    -moz-transition: all .2s ease; /* Firefox */
    -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);}
}

@keyframes plus {
    from { transform: scale(1); }
    50% { transform: scale(1.4);}
    to { transform: scale(1);}
}

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

.startBlink1 {
    animation:fade 2000ms infinite;
    -webkit-animation:fade 2000ms infinite;
    z-index: 20 !important;
}
.blink, .plusBlink, .startBlink2 {
    animation:plus 2000ms infinite;
    -webkit-animation:plus 2000ms infinite;
    z-index: 20 !important;
}

.blink:hover, .startBlink1:hover, .startBlink2:hover, .plusBlink: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;
    max-width: 960px;
    width: 100%;
    overflow: hidden;
    text-align: left;
}

@keyframes sunrise {
    from { background-position: 0 0; }
    to { background-position: 0 -800px; }
}

@-webkit-keyframes sunrise {
    0% { background-position: 0 0; }
    100% { background-position: 0 -800px; }
}

#infoGraphicBG{
    background-image: url("../images/sunriseBG.png");
    background-repeat: repeat-x;
    width: 859px;
    height: 539px;
    position: absolute;
    left: 51px;
    top: 50px;
    -webkit-animation: 4s linear sunrise;
    animation: 4s linear sunrise;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes sunAnim {
    from { top: 215px; }
    to { top: 25px; }
}

@-webkit-keyframes sunAnim {
    0% { top: 215px; }
    100% { top: 25px; }
}
#sun{
    position: absolute;
    right: 122px;
    -webkit-animation: 4s ease-out sunAnim;
    animation: 4s ease-out sunAnim;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cloud1 {
    from { left: -200px; }
    to { left: 12px; }
}

@-webkit-keyframes cloud1 {
    0% { left: -200px; }
    100% { left: 12px; }
}
#cloud1{
    position: absolute;
    top: 18px;
    -webkit-animation: 4s ease-out cloud1;
    animation: 4s ease-out cloud1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes cloud2 {
    from { right: -156px; }
    to { right: 16px; }
}

@-webkit-keyframes cloud2 {
    0% { right: -156px; }
    100% { right: 16px; }
}
#cloud2{
    position: absolute;
    top: 38px;
    -webkit-animation: 4s ease-out cloud2;
    animation: 4s ease-out cloud2;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#graphicWrapper{
    background: rgba(0, 0, 0, 0) url("../images/homeBG.png") no-repeat scroll 0 163px;
    border: 50px solid #fff;
    border-radius: 60px;
    overflow: hidden;
    position: relative;
    width: 860px;
}
.pageWrapper{
    width: 860px;
    height: 540px;
    position: relative;
}
#pageHome{
    height: 540px;
    width: 860px;
}

.pageInner{
    overflow: hidden;
    padding: 25px 40px 0;
}
.pageInner2{
    overflow: hidden;
    padding: 20px 20px 0;
}

.copyContainer{
    vertical-align: top;
    padding: 0 10px 0 0;
}
.openingCopy{margin-top: 30px;}

.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;}


#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{cursor: pointer;}

.startButton{
    position: absolute;
    bottom: 7px;
    right: 50px;
    cursor: pointer;
}
.LearnMore{
    position: absolute;
    bottom: 8px;
    right: 50px;
    cursor: pointer;
    z-index: 10;
}

.backButton{
    position: absolute;
    left: 50px;
    bottom: 8px;
    cursor: pointer;
    z-index: 15;
}

#footer{position: absolute; bottom: 0; text-align: center; width: 100%; height: 45px; padding: 5px 0 0;}
.endCopy{
    bottom: 20px;
    position: absolute;
    width: 800px;
}

#plusIntro{
    left: 86px;
    position: absolute;
    top: 26px;
}

#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{
    z-index: 30;
}
#targetMessage1 ul{
    margin: 10px 0;
    position: relative;
    padding: 0 20px;
}

.targetMessage img{
    float: left;
    margin-right: 5px;
}

.target {cursor: pointer; position: absolute; z-index: 8;}

#numHash{
    height: 21px;
    left: 176px;
    position: absolute;
    top: 104px;
    width: 21px;
}
#target1{
    height: 21px;
    left: 258px;
    top: 338px;
    width: 21px;
}
#target2{
    height: 21px;
    left: 495px;
    top: 220px;
    width: 21px;
}
#target3{
    height: 21px;
    left: 521px;
    top: 408px;
    width: 21px;
}
#target4{
    height: 21px;
    left: 690px;
    top: 268px;
    width: 21px;
}
#target5{
    height: 21px;
    left: 822px;
    top: 424px;
    width: 21px;
}

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


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

