<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('reset.css');
@import url('simple-grid.css');
@import url('jquery-jscrollpane.css');
@import url('fonts.css');
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);



/************************************************************ BOTH ***********************************************************/


/* general */

html,
body {
	position:relative;
	height:100%;
	min-height:100%;
	font-family: "Open Sans", arial,sans-serif;
	background-color:#ededed;
}

body {
	overflow-x:hidden;
}

.before-list {
	margin-bottom:0 !important;
}




/* fonts */

.item__title h2,
.solid__title h3,
.content h1,
.vid-teaser h2,
.vid-btn,
.callout p,
.header__title p { 
	font-family: "FuturaBold", arial,sans-serif;
	text-transform:uppercase;
	font-weight:100;
}

.content .grid .grid-figure {
	font-family: "FuturaCondensedBold", arial,sans-serif;
	text-transform:uppercase;
}





/* button */

.content .button {
	position:relative;
	display:inline-block;
	color:#000;
	border:1px solid #000;
	font-size:12px;
	line-height:1.4em;
	letter-spacing:.1em;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	margin:0 5px 5px 0;
	padding:7px 20px;
}

.content .button:after {
	position:absolute;
	content:"";
	opacity:0;
	top:5px;
	right:5px;
	width:10px;
	height:10px;
	background:url('/~/media/Images/president/reports/2014/ui/button-arrow.png') no-repeat center center;
}

.content .button:hover {
	text-indent: 10px;
	padding-right:30px;
	border-color:#666;
}

.content .button:hover:after {
	opacity:1;
}

.content .button--big {
	display:block;
	width:50%;
	border:10px solid #000;
	margin:40px auto;
	padding:20px 40px;
}

.content .button--big:hover {
	text-indent: 0;
	padding:20px 40px;
}

.content--financials .button--big {
	margin:40px 0;
}






/* nav button */

.nav-btn {
	position:relative;
	display:inline-block;
	width:auto;
	height:40px;
	border:1px solid #ccc;
	vertical-align:top;
	margin:0 0 5px 5px;
	padding:0 3px;
}

.nav-btn:hover {
	background-color:#ebebeb;
}

.nav-btn--menu.active {
	background-color:#ebebeb;
}

.nav-btn--home img {
	margin-top:5px;
}

.nav-btn--menu img {
	margin-top:7px;
}

.nav-btn--pres,
.nav-btn--stat {
	width:120px;
	color:#006298;
	text-decoration:none;
	padding:0 10px;
}

.nav-btn--pres p,
.nav-btn--stat p {
	font-size:13px;
	text-transform:uppercase;
	text-align:center;
	margin-top:6px;
}

.nav-btn--pres:before,
.nav-btn--stat:before {
	position:absolute;
	content:'';
	top:1px;
	left:1px;
	width:0;
	height:0;
    border-style: solid;
    border-width: 10px 10px 0 0;
	border-color: #006298 transparent transparent;
}


















/************************************************************ HOME ONLY ***********************************************************/

.site-wrap-home {
	background-color:#fff;
}

/* home header */

.home-header {
	position:absolute;
	width:100%;
	padding:20px 0;
	z-index:100;
}

.home-header .logo {
	position:absolute;
	width:260px;
	height:auto;
	top:20px;
	left:20px;
}

.home-header .header__title {
	width:350px;
	color:#07294D;
	font-size:40px;
	text-transform:uppercase;
	text-align:center;
	margin:3px auto 0 auto;
}

.home-header .header__title h1 {
	font-size:20px;
}

.home-header .header__title span {
	-webkit-animation: color2014-animation 3s 1 linear forwards;
	-moz-animation: color2014-animation 3s 1 linear forwards;
	-ms-animation: color2014-animation 3s 1 linear forwards;
	animation: color2014-animation 3s 1 linear forwards;
}

.home-header .main__navigation {
	position:absolute;
	top:20px;
	right:20px;
}

.site-wrap-home .nav-btn {
	width:130px;
	height:60px;
}

.site-wrap-home .nav-btn p {
	font-size:14px;
	margin-top:15px;
}

.site-wrap-home .nav-btn--pres:before,
.site-wrap-home .nav-btn--stat:before {
    border-width: 15px 15px 0 0;
}





/* grid */

.wrap {
	width:1900px;
	overflow:hidden;
	margin:0 auto;
}

.wrap-inner {
	position:relative;
	left:-1.1%;
	width:103.5%;
	height:100%;
	margin:0 auto;
	padding:150px 0 50px 0;
}

.row {
	position:relative;
	height:450px;
	overflow:hidden;
	margin:0 0 50px 0;
	
	-webkit-transform: rotate(-4deg);
  	-moz-transform:    rotate(-4deg);
 	-ms-transform:     rotate(-4deg);
 	-o-transform:      rotate(-4deg);
 	transform:         rotate(-4deg);
}

.s-coll-3 .item {
	width:33.333%;
}

.s-coll-4 .item {
	width:25%;
}

.item {
	position:relative;
	left:-200px;
	float:left;
	height:500px;
	overflow:hidden;
	opacity:0;
	margin:-25px 0 0 0;
	
	-webkit-transform: translateZ(0);
	
	-webkit-transform: rotate(4deg) scale(1.4);
  	-moz-transform:    rotate(4deg) scale(1.4);
 	-ms-transform:     rotate(4deg) scale(1.4);
 	-o-transform:      rotate(4deg) scale(1.4);
 	transform:         rotate(4deg) scale(1.4);
}

.item a .item__title {
	position:absolute;
	top:0;
	display:table;
	width:80%;
	height:100%;
	opacity:1;
	z-index:2;
	
	-webkit-transform: translateZ(0);
}

.item a:hover .item__title {
	top:-15px;
	opacity:0;
}

.item__title h2 {
	display:table-cell;
	vertical-align:middle;
	font-size:22px;
	line-height:1.1em;
	text-align:center;
	color:#fff;
	padding:0 80px;
}

.item__info {
	position:absolute;
	left:-100%;
	display:table;
	width:80%;
	height:100%;
	background:rgba(0,0,0,.7);
	padding:15%;
	z-index:3;
	
	-webkit-transform: translateZ(0);
}

.item__info--orange {
	background:#FF8F1C;
	background:rgba(255,143,28,.7);
}

.item__info--green {
	background:#B7BF10;
	background:rgba(183,191,16,.7);
}

.item__info--blue {
	background:#6CACE4;
	background:rgba(108,172,228,.7);
}

.item__info--red {
	background:#D14124;
	background:rgba(209,65,36,.7);
}

.s-coll-3 .item .item__title,
.s-coll-3 .item a:hover .item__info {
	left:-4%;
}

.s-coll-3 .item:first-of-type .item__title,
.s-coll-3 .item:first-of-type a:hover .item__info {
	left:0;
}

.s-coll-3 .item img {
	left:-6%;
}

.s-coll-4 .item .item__title,
.s-coll-4 .item a:hover .item__info {
	left:-7%;
}

.s-coll-4 .item:first-of-type .item__title {
	left:-3%;
}

.s-coll-4 .item:first-of-type a:hover .item__info {
	left:-2%;
}

.s-coll-4 .item img {
	left:-25%;
}

.item__info p {
	display:table-cell;
	vertical-align:middle;
	color:#fff;
	font-size:14px;
	line-height:1.4em;
	text-align:center;
	color:#fff;
}

.item a .go-btn {
	position:relative;
	top:15px;
	left:1%;
	width:20px;
	height:auto;
	opacity:0;
	visibility:hidden;
	margin:5px;
}

.item a:hover .go-btn {
	top:0;
	opacity:1;
	visibility:visible;
}

.item a .item__cover {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.5);
	opacity:1;
	visibility:visible;
	z-index:1;
}

.item a:hover .item__cover {
	opacity:0;
	visibility:hidden;
}

.item img {
	position:relative;
	top:11%;
	width:auto;
	height:80%;
	
	-webkit-transform: scale(1);
  	-moz-transform:    scale(1);
 	-ms-transform:     scale(1);
 	-o-transform:      scale(1);
 	transform:         scale(1);
}

.item a:hover img {
	-webkit-transform: scale(.9);
  	-moz-transform:    scale(.9);
 	-ms-transform:     scale(.9);
 	-o-transform:      scale(.9);
 	transform:         scale(.9);
}






/* transitions */

.item a .item__cover,
.item img,
.button,
.button:after {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.item a .item__title {
	-webkit-transition: all .4s ease-in-out .4s;
	-moz-transition: all .4s ease-in-out .4s;
	-o-transition: all .4s ease-in-out .4s;
	-ms-transition: all .4s ease-in-out .4s;
	transition: all .4s ease-in-out .4s;
}

.item__info {
	-webkit-transition: all .5s ease-in-out .95s;
	-moz-transition: all .5s ease-in-out .95s;
	-o-transition: all .5s ease-in-out .95s;
	-ms-transition: all .5s ease-in-out .95s;
	transition: all .5s ease-in-out .95s;
}

.item a .go-btn {
	-webkit-transition: all .5s ease-in-out 2.3s;
	-moz-transition: all .5s ease-in-out 2.3s;
	-o-transition: all .5s ease-in-out 2.3s;
	-ms-transition: all .5s ease-in-out 2.3s;
	transition: all .5s ease-in-out 2.3s;
}





/* big width */

@media all and (max-width: 1900px) {

.wrap {
	width:100%;
}

}






/* mid-big width */

@media all and (max-width: 1600px) {

.s-coll-3 .item .item__img {
    left: -13%;
}

.s-coll-4 .item .item__img {
    left: -35%;
}

}






/* mid width */

@media all and (max-width: 1300px) {

.row {
	height:300px;
}

.item {
	height:350px;
}

.item__title h2 {
	font-size:16px;
	padding:0 60px;
}

.item__info p {
	font-size:12px;
}

}







/* small width */

@media all and (max-width: 900px) {

.home-header {
	margin:0;
	padding:20px;
}

.home-header .logo {
	width:210px;
	height:auto;
	margin:0 0 10px 0;
}

.home-header .header__title {
	width:auto;
	font-size:34px;
	text-align:left;
	margin:0 0 10px 0;
}

.home-header .header__title h1 {
	font-size:20px;
}

.home-header .logo,
.home-header .header__title,
.home-header .main__navigation {
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	margin:0 0 20px 0;
}

.site-wrap-home .nav-btn {
	width:110px;
}

.site-wrap-home .nav-btn p {
	font-size:10px;
	margin-top:20px;
}

.wrap {
	padding-top:120px;
}

.row {
	height:auto;
	margin:0;
	
	-webkit-transform: rotate(0deg);
  	-moz-transform:    rotate(0deg);
 	-ms-transform:     rotate(0deg);
 	-o-transform:      rotate(0deg);
 	transform:         rotate(0deg);
}

.item {
	left:0px !important;
	opacity:1;
	
	-webkit-transform: rotate(0deg) scale(1);
  	-moz-transform:    rotate(0deg) scale(1);
 	-ms-transform:     rotate(0deg) scale(1);
 	-o-transform:      rotate(0deg) scale(1);
 	transform:         rotate(0deg) scale(1);
}

.s-coll-3 .item,
.s-coll-4 .item {
	width:50%;
	margin:0 0 40px 0;
}

.row--solid {
	margin:0 0 40px 0;
}

.solid__item {
	margin-left:auto;
	height:auto;
}

.solid__info {
	float:none;
	width:100%;
	margin:0 0 20px 0;
}

.s-coll-3 .item .item__title,
.s-coll-3 .item a:hover .item__info,
.s-coll-4 .item .item__title,
.s-coll-4 .item a:hover .item__info,
.s-coll-3 .item:first-of-type .item__title,
.s-coll-3 .item:first-of-type a:hover .item__info,
.s-coll-4 .item:first-of-type .item__title,
.s-coll-4 .item:first-of-type a:hover .item__info {
	left:0;
}

.item a .item__title {
	width:100%;
}

.item a .item__img,
.item a:hover .item__img {
	-webkit-transform: scale(1.3);
  	-moz-transform:    scale(1.3);
 	-ms-transform:     scale(1.3);
 	-o-transform:      scale(1.3);
 	transform:         scale(1.3);
}

.item a .item__img {
	left:-5%;
}

.s-coll-3 .item:last-child {
	width:100%;
}

.s-coll-3 .item:last-child .item__img {
	top:180px;
	left:120px;
}

.s-coll-3 .item:last-child .item__img,
.s-coll-3 .item:last-child a:hover .item__img {
	-webkit-transform: scale(2.7);
  	-moz-transform:    scale(2.7);
 	-ms-transform:     scale(2.7);
 	-o-transform:      scale(2.7);
 	transform:         scale(2.7);
}

.s-coll-3 .item .item__img,
.s-coll-4 .item .item__img {
    left: 0;
}

.item__info {
	width:100%;
}

.item__info p,
.solid__info p {
	font-size:14px;
	line-height:1.4em;
}

}






/* mobile width */

@media all and (max-width: 500px) {

.s-coll-3 .item,
.s-coll-4 .item {
	width:100%;
}

.item a .item__img,
.item a:hover .item__img {
	-webkit-transform: scale(1.5);
  	-moz-transform:    scale(1.5);
 	-ms-transform:     scale(1.5);
 	-o-transform:      scale(1.5);
 	transform:         scale(1.5);
}

.s-coll-3 .item:last-child .item__img,
.s-coll-3 .item:last-child a:hover .item__img {
	top:10%;
	left:-5%;
	-webkit-transform: scale(1.5);
  	-moz-transform:    scale(1.5);
 	-ms-transform:     scale(1.5);
 	-o-transform:      scale(1.5);
 	transform:         scale(1.5);
}

}





























/************************************************************ INNER ONLY ***********************************************************/

/* inner header */

.inner-header {
	position:fixed;
	top:0;
	width:100%;
	height:50px;
	overflow:hidden;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	z-index:100;
}

.inner-header .logo,
.inner-header .header__title {
	float:left;
}

.inner-header .logo {
	width:auto;
	height:40px;
	margin:5px 20px 0 20px;
}

.inner-header .header__title {
	font-size:30px;
	text-transform:uppercase;
	color:#07294D;
	margin:5px 20px 0 0;
}

.inner-header .header__title h1 {
	font-size:12px;
}

.inner-header .header__title span {
	-webkit-animation: color2014-animation 3s 1 linear forwards;
	-moz-animation: color2014-animation 3s 1 linear forwards;
	-ms-animation: color2014-animation 3s 1 linear forwards;
	animation: color2014-animation 3s 1 linear forwards;
}

.inner-header .main__navigation {
	float:right;
	margin:5px 20px 0 0;
}






/* inner nav */

.inner-nav-wrap {
	position:fixed;
	top:-230px;
	width:100%;
	height:220px;
	background-color:#fff;
	z-index:50;
}

.inner-nav-wrap.active {
	top:50px;
}

.inner-nav {
	height:220px;
	overflow-y:hidden;
	overflow-x:scroll;
}

.inner-nav li {
	position:relative;
	float:left;
	margin:5px 0 0 5px;
}

.inner-nav a {
	display:block;
	background-color:#000;
}

.inner-nav a:hover img {
	opacity:1;
}

.inner-nav a:hover .inner-nav-item-title {
	opacity:0;
	margin-top:-5px;
}

.inner-nav-item-title {
	position:absolute;
	top:0;
	display:table;
	width:100%;
	height:200px;
	padding:0 20px;
	z-index:51;
}

.inner-nav h2 {
	display:table-cell;
	vertical-align:middle;
	text-transform:uppercase;
	color:#fff;
	font-size:16px;
	line-height:1.1em;
	text-align:center;
}

.inner-nav img {
	width:auto;
	height:200px;
	vertical-align:middle;
	opacity:.4;
}

.inner-nav .active {
	cursor:default;
	background-color:#fff;
}

.inner-nav .active:hover img,
.inner-nav .active img {
	opacity:.25;
}

.inner-nav .active .inner-nav-item-title {
	display:none;
}






/* vid teaser */

.vid-teaser {
	position:absolute;
	top:50px;
	width:100%;
	padding:40px;
	z-index:6;
}

.vid-teaser h2 {
	position:relative;
	top:0;
	width:70%;
	font-size:48px;
	line-height:1.1em;
	color:#fff;
	text-align:center;
	margin:0 auto 20px auto;
}

.vid-teaser p {
	position:relative;
	top:0;
	width:50%;
	font-size:30px;
	line-height:1.3em;
	color:#fff;
	text-align:center;
	margin:0 auto 20px auto;
}






/* vid */

.vid {
	position:relative;
	width:100%;
	background-color:#000;
	z-index:1;
}

.vid-inner {
	position:absolute;
	width:100%;
	height:95%;
	top:5%;
}






/* vid btn */

.vid-btn {
	position:absolute;
	display:none;
	width:100px;
	height:100px;
	font-size:18px;
	line-height:1.3em;
	text-align:center;
	opacity:.5;
	color:#000;
	background-color:#FFF;
	text-decoration:none;
	z-index:10;
	padding-top:27px;
	
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.vid-btn:hover {
	text-decoration:none;
	opacity:1;
	color:#ccc;
	background-color:#000;
	-webkit-box-shadow: 0px 0px 0px 15px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 15px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 15px rgba(255,255,255,1);
}

.vid-btn:after {
	position:absolute;
	content:"";
	right:20px;
	width:30px;
	height:30px;
}

/* down */

.vid-btn__down {
	bottom:100px;
	left:50%;
	margin:0 0 0 -50px;
}

.vid-btn__down:after {
	bottom:-20px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 20px solid #FFF;
}

.vid-btn__down:hover:after {
	bottom:-35px;
}

/* up */

.vid-btn__up {
	position:fixed;
	display:none;
	top:90px;
	right:150px;
	color:#fff;
	background-color:#000;
}

.vid-btn__up:hover {
	color:#000;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 0px 15px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 0px 15px rgba(0,0,0,1);
	box-shadow: 0px 0px 0px 15px rgba(0,0,0,1);
}

.vid-btn__up:after {
	top:-20px;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 20px solid #000;
}

.vid-btn__up:hover:after {
	top:-35px;
}





/* content */

.content {
	position:relative;
	/*display:none;*/
	width:1650px;
	overflow:hidden;
	background-color:#fff;
	margin:0 auto;
}

.content .content__headings {
	position:absolute;
	left:-999999px;
}

.content h1 {
	width:50%;
	font-size:40px;
	line-height:1.1em;
	margin:-50px 0 40px 60px;
	z-index:5
}

.content h2 {
	font-size:30px;
}

.content h3 {
	font-size:24px;
}

.top-img {
	position:relative;
	width:100%;
	overflow:hidden;
}

.top-img:after {
	position:absolute;
	content:"";
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100px;
	
	border-top: 150px solid transparent;
    border-left: 1700px solid #fff;
}

.top-img img {
	width:100%;
	height:auto;
}

.content__info {
	position:relative;
	width:80%;
	margin:80px auto 40px auto;
	z-index:5;
}

.content p {
	width:75%;
	font-size:18px;
	line-height:1.7em;
	color:#333;
	margin:0 auto 20px auto;
}

.content a {
	color:#999;
}

.content a:hover {
	color:#666;
}

#mainform .content .center-text {
	text-align:center;
}

.content .grid p {
	width:100%;
}

.first-paragraph:first-letter { 
	float:left; 
	font-size:80px; 
	padding:10px 10px 5px 0;
}

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

.callout p {
	width:100%;
	font-size:28px;
	line-height:1.3em;
	color:#ccc;
	text-align:center;
}




/* read more */

.read-more {
	width:60%;
	margin:0 auto 60px auto;
}

.read-more p {
	width:100%;
	margin-bottom:5px;
}

.read-more .read-more__title {
	text-transform:uppercase;
}

.read-more ul {
	width:100%;
	overflow:auto;
}

.read-more li {
	float:left;
	width:50%;
	border:1px solid #ebebeb;
}

.read-more li:nth-child(even) { 
	border-left:0;
}

.read-more li a {
	display:block;
	float:left;
	width:100%;
	min-height:100px;
	color:#999;
	font-size:14px;
	line-height:1.4em;
	text-decoration:none;
	padding:20px;
}

.read-more li a:hover {
	background-color:#999;
	color:#fff;
}

.content--financials .read-more {
	width:100%;
}






/* aside */

.content aside {
	position:relative;
	width:100%;
	background-color:#ccc;
	color:#fff;
}

.content .aside__title {
	position:absolute;
	top:-25px;
	left:40px;
	font-size:20px;
	color:#DE7C00;
}

.aside__full {
	width:100%;
}

.aside__copy {
	float:left;
	width:70%;
}

.aside__copy-inner {
	padding:30px;
}

.content aside h3 {
	font-size:40px;
	margin:0 0 20px 0;
}

.content aside h4 {
	font-size:20px;
	text-transform:uppercase;
	margin:20px 0 5px 0;
}

.content aside p {
	width:100%;
	font-size:16px;
	line-height:1.3em;
	color:#fff;
	margin:0 0 15px 0;
}

.content aside a {
	color:#fff;
}

.content aside a:hover {
	color:#ccc;
}

.content aside ul {
	margin:0 0 15px 40px;
}

.content aside li {
	font-size:16px;
	line-height:1.3em;
	list-style:square;
	margin:0 0 10px 0;
}

.content aside .grid img {
	width:100%;
	height:auto;
}

.content .grid .grid-figure {
	font-size:80px;
	line-height:1em;
	text-align:center;
	margin:0 0 5px 0;
}

.content .grid .grid-figure sup {
	position:relative;
	font-size:30px;
	top:-33px;
}

.content .grid .grid-figure-description-center {
	text-align:center;
}

.aside__img {
	float:left;
	width:30%;
	overflow:hidden;
}

.content aside .aside__img img {
	position:relative;
	top:-5%;
	left:-20%;
	max-width:800px;
	width:auto;
	height:auto;
	vertical-align:middle;
}





/* colors */

.content--orange .callout p,
.content--orange .first-paragraph:first-letter,
.content--orange .read-more .read-more__title {
	color:#FF8F1C;
}
.content--orange aside,
.content--orange .diagonal-bar {
	background:#FF8F1C;
}

.content--green .callout p,
.content--green .first-paragraph:first-letter,
.content--green .read-more .read-more__title  {
	color:#B7BF10;
}
.content--green aside,
.content--green .diagonal-bar {
	background:#B7BF10;
}

.content--blue .callout p,
.content--blue .first-paragraph:first-letter,
.content--blue .read-more .read-more__title  {
	color:#6CACE4;
}
.content--blue aside,
.content--blue .diagonal-bar {
	background:#6CACE4;
}

.content--red .callout p,
.content--red .first-paragraph:first-letter,
.content--red .read-more .read-more__title  {
	color:#D14124;
}
.content--red aside,
.content--red .diagonal-bar {
	background:#D14124;
}






/* financials page */

.content--financials {
	display:block;
	padding-top:30px;
}

.content--financials .grid .grid-figure {
	text-align:left;
}

.content--financials .grid .grid-figure--title {
	width:80%;
	font-size:40px;
	color:#6CACE4;
	margin:0 0 20px 0;
}

.diagonal-bar {
	width:80%;
	-webkit-transform: skew(-20deg);
	-moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	margin:0 auto 40px auto;
	padding:100px 0;
}

.diagonal-bar .button {
	-webkit-transform: skew(20deg);
	   -moz-transform: skew(20deg);
	     -o-transform: skew(20deg);
}

.diagonal-bar .button:hover {
	border-color:#fff;
}







/* transitions */

.nav-btn,
.inner-nav-wrap,
.vid-btn,
.inner-nav-item-title,
.inner-nav img,
.read-more li a {
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.vid-btn:after {
	-webkit-transition: all .05s ease-in-out 0s;
	-moz-transition: all .05s ease-in-out 0s;
	-o-transition: all .05s ease-in-out 0s;
	-ms-transition: all .05s ease-in-out 0s;
	transition: all .05s ease-in-out 0s;
}

.inner-nav-item-title {
	-webkit-transition: all .3s ease-in-out .5s;
	-moz-transition: all .3s ease-in-out .5s;
	-o-transition: all .3s ease-in-out .5s;
	-ms-transition: all .3s ease-in-out .5s;
	transition: all .3s ease-in-out .5s;
}


/* 2014 animation */

@keyframes color2014-animation {
	0%   {color:#07294D;}
	85%   {color:#07294D;}
	100% {color:#006298;}
}

@-webkit-keyframes color2014-animation {
	0%   {color:#07294D;}
	85%   {color:#07294D;}
	100% {color:#006298;}
}

@-moz-keyframes color2014-animation {
	0%   {color:#07294D;}
	85%   {color:#07294D;}
	100% {color:#006298;}
}






/* big width */

@media all and (max-width: 1900px) {

.content {
	width:85%;
}

}





/* mid width */

@media all and (max-width: 1200px) {

.inner-nav-wrap,
.inner-nav {
	height:160px;
}

.inner-nav-item-title,
.inner-nav img {
	height:140px;
}

.content__info {
	width:90%;
}

.content .grid .grid-figure {
	font-size:60px;
}

.content--financials .grid .grid-figure--title {
	font-size:40px;
}

.content .grid .grid-figure sup {
	top:-20px;
}

}






/* small width */

@media all and (max-width: 800px) {
	
.vid-btn {
	display:none !important;
}
	
.inner-header {
	position:relative;
	height:auto;
	margin:0;
	padding:20px;
}

.inner-header .logo {
	width:210px;
	height:auto;
	margin:0 0 20px 0;
}

.inner-header .header__title {
	font-size:34px;
	margin:0 0 20px 0;
}

.inner-header .header__title h1 {
	font-size:20px;
}

.inner-header .main__navigation {
	margin:0;
}
	
.inner-header .logo,
.inner-header .header__title,
.inner-header .main__navigation {
	float:none;
}

.inner-nav-wrap,
.nav-btn--menu {
	display:none;
}

.nav-btn--pres, 
.nav-btn--stat {
    width: 100px;
}

.nav-btn--pres p, 
.nav-btn--stat p {
	font-size:10px;
	margin-top:10px;
}

.content {
	display:block;
	width:100%;
}

.content__info {
	width:100%;
	margin:20px 0 0 0 !important;
	padding:20px;
}

.content p,
.content aside p,
.content aside li {
	width:100%;
	font-size: 16px;
    line-height: 1.6em;
}

.content aside p,
.content aside li {
    line-height: 1.3em;
}

.first-paragraph:first-letter {
	font-size:90px;
}

.callout p {
	font-size:20px;
	line-height:1.3em;
}

.top-img:after {
	display:none;
}

.content aside h3 {
	font-size:24px;
}

.content aside h4 {
	font-size:16px;
}

.content aside .aside__img {
	width:100%;
	float:none;
	height:auto !important;
	margin:0 auto;
	padding:20px 20px 40px 20px;
}

.content aside .aside__img img {
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	bottom:auto;
	width:100%;
	max-width:100%;
	height:auto;
	
}

.aside__copy {
	float:none;
	width:100%;
}

.aside__copy-inner {
	padding:20px;
}

.read-more li:nth-child(even) { 
	border:1px solid #ebebeb;
	border-top:0;
}

.read-more li {
	float:left;
	width:100%;
}

.content--financials .grid .grid-figure--title {
	width:100%;
	font-size:40px;
}

.content--financials .button--big {
	width:100%;
}

}

</pre></body></html>