body {
    background: #fff;
    margin: 0;
    font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B';
    letter-spacing: 0;
}

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

h1{
    font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B';
    font-weight: 700;
    font-style: normal;
    font-size: 27px;
    letter-spacing: 0.12em;
    margin-bottom: 5px;
    color: #00427A;
}
h2{
    font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B';
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0.05em;
    margin-top: 5px;
    color: #00427A;
}
.pageInner h2{
    margin-bottom: 25px;
}
h2.gray{font-size: 20px; text-transform: uppercase; letter-spacing: .25em;}
#pageFour h2, #pageSix h2{margin-top: 40px;}
#pageTwo div.copyContainer, #pageSix div.copyContainer{margin-top: -20px;}
h3{
    font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B';
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    font-size: 14px;
    margin: 5px 0;
    letter-spacing: 0.18em;
    color: #000;
}
p{
    font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B';
    font-weight: 400;
    font-style: normal;
    font-size: 17px;
    line-height: 28px;
    color: #00427A;
}

.bold{
    color: #00427A;
    font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B';
    font-weight: 700;
    font-style: normal;
    font-size: 19px;
    line-height: 28px;
}
.targetMessage p{
    color: #00427A;
    font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B';
    font-weight: 500;
    line-height: 20px;
    font-style: normal;
    font-size: 14px;
}

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

.text1{
    font-family: "Gotham Rounded SSm A","Gotham Rounded SSm B";
    font-size: 8.5px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 11px;
    position: absolute;
    text-transform: uppercase;
    color: #919396;
}
.text2{
    font-family: "Gotham Rounded SSm A","Gotham Rounded SSm B";
    font-size: 8.5px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 11px;
    position: absolute;
}
.text3{
    font-family: "Gotham Rounded SSm A","Gotham Rounded SSm B";
    font-size: 8.5px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 11px;
    position: absolute;
}




.target1 img, .target2 img, .button img {
    width: 100%; height: 100%;
    -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 { opacity: 1.0; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(1.1);}
    to { opacity: 1.0; transform: scale(1);}
}

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

@keyframes magnify {
    from { transform: scale(1); }
    50% { transform: scale(.6);}
    to { transform: scale(1);}
}

@-webkit-keyframes magnify {
    from { -webkit-transform: scale(1);}
    50% { -webkit-transform: scale(.6);}
    to { -webkit-transform: scale(1);}
}

.blink, .startBlink1, .startBlink2 {
    animation:fade 2000ms infinite;
    -webkit-animation:fade 2000ms infinite;
}

.blink:hover, .startBlink1:hover, .startBlink2:hover{animation: none;}

.magBlink {
    animation:magnify 2000ms infinite;
    -webkit-animation:magnify 2000ms infinite;
}
.magBlink:hover{animation: none;}
#magGlass{
    position: absolute;
    bottom: 69px;
    left: 407px;
}

.button:hover img {
    -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;
}

#pageWrapper{
    border-style: solid;
    border-width: 50px 50px 0;
    border-color: #fff;
    overflow: hidden;
    position: relative;
    width: 860px;
}

.page{
    width: 860px;
    height: 540px;
    position: relative;
}
#pageHome, #pageNine{
    background: url('../images/vertGradBG.png');
    background-repeat: repeat-x;
}
#pageOne, #pageFive, #pageEight{
    background: #E3E6F0;
}
#pageTwo, #pageSeven{
    background: #f1e9f1;
}
#pageThree{
    background: #E3EACF;
}
#pageFour, #pageSix{
    background: url('../images/horGradBG.png');
    background-repeat: repeat-y;
}
#imgOne{
    bottom: 32px;
    position: absolute;
    left: 233px;
}
#imgTwo{
    bottom: 0;
    right: 0;
    position: absolute;
}
#imgFour{
    left: 10px;
    bottom: 13px;
    position: absolute;
}
#imgSix{
    bottom: 45px;
    position: absolute;
    right: 40px;
    width: 360px;
}
#imgSeven{
    bottom: 16px;
    position: absolute;
}
#imgNine{
    bottom: 90px;
    position: absolute;
}

.pageInner{
    padding: 85px 50px;
}

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

#start1,#start2{
    cursor: pointer;
    color: #781E77;
    font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    text-decoration: underline;
}
.nextButton{
    position: absolute;
    bottom: 10px;
    right: 20px;
    cursor: pointer;
    color: #781E77;
    font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    text-decoration: underline;
}

.backButton{
    position: absolute;
    left: 20px;
    top: 10px;
    cursor: pointer;
    color: #00427A;
    font-family: 'Gotham Rounded SSm A', 'Gotham Rounded SSm B';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    text-decoration: underline;
}

#footer{text-align: center; width: 100%; height: 45px; padding: 5px 0 0;}




/* btn */
.menu {
    position: absolute;
    display:  inline-block;
    width: 30px;
    height: 30px;
    margin: 12px;
    z-index: 15;
    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: #781E77;
    display: block;
}
.menu span:before {
    margin-top: -10px;
}
.menu span:after {
    margin-top: 10px;
}
/* --- btn --- */



/* 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: #e7dfeb;
    color: #781E77;
    width: 520px;
    position: absolute;
    top: 0;
    right: -520px;
    height: 640px;
    z-index: 14;
}
#navPanel ul{padding: 100px 50px 0;}
#navPanel li{
    border-bottom: 3px solid #781E77;
    list-style: none;
    line-height: 40px;
    font-weight: 700;
    font-size: 17px;
}

.navNum{float: right;}
.pageNum{
    font-size: 14px;
    position: absolute;
    color: #781E77;
    bottom: -25px;
    font-weight: 700;
}

.targetMessage{
    position: absolute;
    top: 30px;
    left: 15px;
    background: #fff;
    border: solid 3px #00427a;
    border-radius: 15px;
    padding: 5px 20px;
    width: 785px;
    box-shadow: 0 10px 15px #898989;
    z-index: 9;
    color: #000 !important;
}

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

#target1{
    height: 135px;
    left: 112px;
    top: 207px;
    width: 135px;
}
#target2{
    height: 135px;
    left: 291px;
    top: 207px;
    width: 135px;
}
#target3{
    height: 135px;
    left: 112px;
    top: 394px;
    width: 135px;
}
#target4{
    height: 135px;
    left: 291px;
    top: 394px;
    width: 135px;
}
#target5{
    height: 135px;
    left: 505px;
    top: 302px;
    width: 135px;
}
#target6{
    height: 170px;
    left: 695px;
    top: 302px;
    width: 135px;
}
#target7{
    height: 121px;
    left: 613px;
    top: 143px;
    width: 50px;
}
#target8{
    height: 121px;
    left: 519px;
    top: 293px;
    width: 49px;
}
#target9{
    height: 131px;
    left: 701px;
    top: 291px;
    width: 60px;
}
#target10{
    height: 121px;
    left: 459px;
    top: 369px;
    width: 45px;
}
#target11{
    height: 134px;
    left: 573px;
    top: 365px;
    width: 61px;
}
#target12{
    height: 123px;
    left: 650px;
    top: 367px;
    width: 40px;
}
#target13{
    height: 132px;
    left: 761px;
    top: 366px;
    width: 65px;
}
#target14{
    height: 44px;
    left: 597px;
    top: 262px;
    width: 74px;
}

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