/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
	font-size: 16px;
}

p {
	font-size: 16px;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.nav-panel,
.social-network,
.section-map .places,
.section-finance ul.graph,
.section-finance ul.color,
.chart-legend ul.chart-list,
.section-style02 .text-hold .science-list,
.section-style02 ul.grants,
.guiding-list,
.section-programs .programs-info .programs-list,
.involved-list,
#footer .footer-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.social-network:after,
.holder:after,
.section-map .places:after,
.section-map .places .popup:after,
.section-finance ul.graph:after,
.section-finance ul.color:after,
.section-style02 ul.grants:after,
.section-guiding:after,
.section-programs:after,
.section-forward:after,
.more-info:after {
	content: "";
	display: block;
	clear: both;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"],
.top-panel .logo-nav,
.social-block,
.visit,
.social-network a,
.section-heading .scroll-view,
.video-wrap a,
.stLarge,
.learn-more,
.guiding-list a img,
.section-programs .programs-info .programs-list li a .text-holder,
.section-programs .programs-info .programs-list li a img,
.involved-list li .over,
.involved-list li .over img,
.involved-list li .over .icon-holder,
.involved-list li .over:hover:before,
#footer .footer-links li a,
#footer address a,
.follow .social-network li a,
.gallery .btn-prev,
.gallery .btn-next {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	/*max-height: 1000000px;*/
}

body {
	color: #4b4f52;
	background: #fff;
	font: 15px/2 "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 44px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #39f;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="search"], 
input[type="password"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: none !important;
    padding: 11px 130px 11px 11px;
    font-size: 18px;
    width: 100%;
    font-weight: 600;
    background: rgba(255, 255, 255, .3);
    color: #fff;
    outline: none;
    border-radius: 2px !important;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #333;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="file"], 
input[type="submit"] {
	-webkit-appearance: none;
    -webkit-border-radius: 0;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 13px 34px 11.5px 21px !important;
    background: #fff !important;
    border: none;
    text-transform: uppercase;
    font-size: 13px !important;
    line-height: 1.4 !important;
    color: #c8502a !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 0 !important;
    border-bottom-right-radius: 2px !important;
    border-top-right-radius: 2px !important;
    background: #fff url('../images/submit-button-arrow.png') 83px 18px no-repeat !important;
    background-size: 13px !important;
}

button i,
input[type="button"] i,
input[type="reset"] i,
input[type="file"] i,
input[type="submit"] i {
	font-size: 22px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 3px 2px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="file"]:hover,
input[type="submit"]:hover {
	opacity: .75;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?yjda8t");
	src: url("../fonts/icomoon.eot?yjda8t#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?yjda8t") format("truetype"), url("../fonts/icomoon.woff?yjda8t") format("woff"), url("../fonts/icomoon.svg?yjda8t#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-bridge:before {
	content: "\e902";
}

.icon-hand:before {
	content: "\e903";
}

.icon-medic:before {
	content: "\e904";
}

.icon-since:before {
	content: "\e909";
}

.icon-play .path1:before {
	content: "\e90b";
	color: rgba(0, 0, 0, .3);
}

.icon-play .path2:before {
	content: "\e90d";
	margin-left: -1em;
	color: white;
}

.icon-play .path3:before {
	content: "\e90e";
	margin-left: -1em;
	color: white;
}

.icon-facebook:before {
	content: "\e90c";
}

.icon-twitter:before {
	content: "\e90a";
}

.icon-linkendin:before {
	content: "\e911";
}

.icon-arrow-left2:before {
	content: "\e604";
}

.icon-arrow-right2:before {
	content: "\e60a";
}

.icon-close-icon:before {
	content: "\e90f";
}

.icon-arrow-right:before {
	content: "\e905";
}

.icon-arrow-left:before {
	content: "\e906";
}

.icon-arrow-down:before {
	content: "\e907";
}

.icon-arrow-up:before {
	content: "\e908";
}

.icon-instagram:before {
	content: "\e900";
}

.icon-maximize:before {
	content: "\e901";
}

.icon-mail:before {
	content: "\e606";
}

/***************************
  pie google chart styles start
***************************/

#piechart .google-visualization-tooltip {
	text-align: center;
	padding: 5px;
	line-height: 16px;
}

/***************************
  pie google chart styles end
***************************/

.nav-panel .invisible {
	display: none !important;
}

.gallery .time-stack {
	width: 100%;
	display: inline-block;
}

.timeline-pager {
	list-style: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	height: 16px;
	letter-spacing: -4px;
	outline: none;
}

.timeline-pager li {
	letter-spacing: 0;
	display: inline-block;
	color: black;
	height: 16px;
	position: relative;
	cursor: pointer;
}

.timeline-pager li span {
	display: inline-block;
}

.timeline-pager li {
	display: inline-block;
}

.timeline-pager li .label {
	position: absolute;
	left: 0;
	bottom: -62px;
	color: #aeadaf;
	font-size: 14px;
}

.timeline-pager li .label:before {
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	width: 2px;
	height: 16px;
	background: #aeadaf;
}

.gallery .pagination {
	position: relative;
	margin: 30px 20px 30px 0;
}

.pagination .corner {
	position: absolute;
	top: 0;
	left: 100%;
	width: 20px;
	height: 100%;
	margin-left: -1px;
	padding-left: 1px;
	height: 16px;
}

.ui-slider-handle {
	position: absolute;
	top: -17px;
	bottom: -10px;
	width: 22px;
	height: 52px;
    background: url(../images/handle.png) no-repeat 50% 50%;
    background: url(../images/Handle.svg) no-repeat 50% 50%;
	margin: 0;
	z-index: 2;
	outline: none;
	cursor: pointer;
}

.hover-tooltip {
	background: #fff;
	z-index: 2;
	color: #333;
	font-size: 16px;
	padding: 4px 14px 5px;
	font-weight: bold;
	line-height: 1;
	position: relative;
}

.hover-tooltip:before {
	content: "";
	position: absolute;
	bottom: 0;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 8px;
	border-color: #fff transparent transparent transparent;
}

.drag-pager-slider .ui-slider-handle:before,
.drag-pager-slider .ui-slider-handle:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 9999px;
	background: transparent;
}

.drag-pager-slider .ui-slider-handle:after {
	right: auto;
	left: 100%;
}

.container {
	position: relative;
	-webkit-transition: left .3s;
	transition: left .3s;
	padding: 0;
	left: 0;
}

.nav-active {
	left: 0;
	padding: 0 66px 0 0;
}

#nav {
	position: absolute;
	right: 0;
	top: 0;
    z-index: 9999;
}

.nav-hold {
	background: #fff;
	width: 217px;
	right: 0;
	position: fixed;
	z-index: 50;
	overflow-x: hidden;
	overflow-y: auto;
	border-left: 1px solid #e2e2e2;
	top: 0;
	-webkit-transition: right .3s;
	transition: right .3s;
	bottom: 0;
}

.nav-active .nav-hold {
	/*right: -138px;*/
	right: -151px;
}

.mobile-open {
	display: none;
	width: 31px;
	height: 31px;
	background: #000;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 35px;
	right: 25px;
	border-radius: 3px;
	text-indent: -9999px;
	z-index: 10;
	overflow: hidden; /* 	.nav-active & {
	@include media('<tablet') {
		right: 190px;
		transition: all .3s;
	}
} */
}

.mobile-open:before,
.mobile-open:after,
.mobile-open span {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 16px;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px; /* height/2 */
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.mobile-open:before,
.mobile-open:after {
	content: "";
	top: 10px;
}

.mobile-open:after {
	top: 22px;
}

/* close button transition */

.close-btn span,
.active .mobile-open span {
	opacity: 0;
}

.mobile-open:hover {
	opacity: .9;
}

.close-btn:after,
.close-btn:before,
.active .mobile-open:after,
.active .mobile-open:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 16px;
	left: 15%;
	right: 15%;
}

.close-btn:after,
.active .mobile-open:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.top-panel {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	background: #e2e2e2;
	padding: 11px 3px 11px 16px;
}

.top-panel .logo-nav {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	width: 20%;
	margin: 0 15px 0 0;
	outline: none;
}

.top-panel .logo-nav:hover {
	opacity: .7;
}

.top-panel .title-nav {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	width: 69%;
	color: #3c5c6b;
	position: relative;
	right: 0;
}

.nav-active .title-nav {
	right: -14px;
}

.nav-panel {
	position: relative;
	padding: 20px 20px 0 14px;
	margin: 0 0 56px;
}

.nav-panel:before {
	position: absolute;
	top: 25px;
	bottom: 10px;
	left: 33px;
	content: "";
	width: 1px;
	background: #c9cbcf;
	z-index: -1;
}

.nav-panel li {
	padding-left: 51px;
}

.nav-panel li:last-child {
	margin: 0;
}

.nav-panel li.big {
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	margin: 0 0 12px;
}

.nav-panel li.big a {
	text-decoration: none;
	color: #4595a0;
	position: relative;
}

.nav-panel li.big a:before {
	background: #fff;
	left: -37px;
	top: 5px;
	border-radius: 50%;
	position: absolute;
	height: 12px;
	width: 12px;
	content: "";
	border: 2px solid #4595a0;
}

.nav-panel li.big a:hover:before {
	background: #4595a0;
}

.nav-panel li.small {
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	margin: 0 0 16px;
}

.nav-panel li.small a {
	text-decoration: none;
	color: #b1b1b1;
	position: relative;
}

.nav-panel li.small a:before {
	background: #fff;
	left: -35px;
	top: 6px;
	border-radius: 50%;
	position: absolute;
	height: 7px;
	width: 7px;
	content: "";
	border: 1px solid #d4d3d3;
}

.nav-panel li.small a:hover {
	color: #4595a0;
}

.nav-panel li.small a:hover:before {
	background: #4595a0;
	border-color: #4595a0;
}

.nav-panel li.anchor-active a {
	color: #4595a0;
}

.nav-panel li.anchor-active a:before {
	background: #4595a0;
	border-color: #4595a0;
}

.social-block {
	padding: 13px 10px 13px 40px;
	border-top: 1px solid #e2e2e2;
	font-size: 14px;
	line-height: 15px;
	position: relative;
	right: 0;
}

.nav-active .social-block {
	right: -80px;
}

.social-block .share {
	display: block;
	margin: 0 0 10px;
	font-weight: 600;
	color: #b1b1b1;
}

.visit {
	text-decoration: none;
	display: block;
	margin: 0 0 15px;
	padding: 0 0 0 40px;
	width: 148px;
	outline: none;
	position: relative;
	right: 0;
}

.nav-active .visit {
	right: -80px;
}

.visit:hover {
	opacity: .7;
}

.social-network li {
	float: left;
	margin: 0 6px 0 0;
}

.social-network li:last-child {
	margin: 0;
}

.social-network a {
	display: block;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	position: relative;
	background: #4595a0;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

.social-network a:hover {
	background: #86bac1;
}

.social-network a .icon {
	font-size: 12px;
	position: absolute;
	top: 49%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#wrapper {
	overflow: hidden;
	position: relative;
}

.light-bg {
	background: #f5f5f5;
}

.holder {
	max-width: 986px;
	margin: 0 auto;
	padding: 0 15px;
}

.nav-active .holder {
	max-width: 1170px;
}

.logo {
	position: fixed;
	z-index: 5;
	top: 24px;
	left: 27px;
}

.logo a {
	display: block;
}

.logo-gray {
	display: none;
}

.dark-logo .logo-gray {
	display: block;
}

.dark-logo .logo-light {
	display: none;
}

h1.title {
	text-align: center;
	font-size: 37px;
	font-weight: 400;
	line-height: 1;
	padding-bottom: 17px;
	position: relative;
	margin: 0 0 16px;
}

h1.title:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 1px;
	background: #fff;
	width: 140px;
}

.bg-holder {
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}
@media (min-width: 2000px) {
	.bg-holder {
		background-size: 120% auto !important;
		background-position: center top -100px !important;	
	}
	.section-first15 .block {
		max-width: 50%;
	}
}

.bg-holder .paralax-image {
    height: auto;
    position: absolute;
    width: auto;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: none;
}

.fallback-class {
	background-size: cover;
}

html.loader .section-heading .loader-images {
	opacity: 1;
	visibility: visible;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	-webkit-transition: all .3s;
	transition: all .3s;
}

html.loader .section-heading .bg-holder {
	overflow: hidden;
}

html.loader .section-heading .bg-holder,
html.loader .section-heading .holder {
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
}

html.loader.loaded .section-heading .loader-images {
	opacity: 0;
	visibility: hidden;
}

html.loader.loaded .section-heading .bg-holder,
html.loader.loaded .section-heading .holder {
	opacity: 1;
	visibility: visible;
}

.section-heading {
	text-align: center;
	background-size: cover;
	background-position: 50% 0;
	position: relative;
}

.section-heading .title-block {
	width: 65%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.section-heading .title-block .main-logo {
	width: 178px;
	margin: 0 0 57px;
	display: inline-block;
}

.section-heading h1 {
    font-weight: 400;
    font-size: 44px;
    line-height: 52px;
    color: #fff;
    margin: 0 auto 200px;
    text-shadow: 1px 2px 0 #000;
    text-shadow: 1px 2px 0 rgba(0,0,0,0.35);
}

.section-heading .scroll-txt {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 1.2em;
	position: relative;
}

.section-heading .scroll-txt:after {
	position: absolute;
	top: -15px;
	width: 136px;
	height: 2px;
	background: #4595a0;
	content: "";
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-heading .scroll-view {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	border: 2px solid #fff;
	position: relative;
	text-decoration: none;
	color: #fff;
    background: #000;
    background: rgba(0,0,0,0.35);
	margin: 0 0 32px;
	outline: none;
}

.section-heading .scroll-view:hover {
	color: #4595a0;
	border-color: #4595a0;
}

.section-heading .scroll-view .icon {
    font-size: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 37px;
    height: 28px;
}

.two-cols {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	position: relative;
}

.two-cols .col {
	display: inline-block;
    vertical-align: top;
	letter-spacing: 0;
	width: 50%;
	height: 100% !important;
}

.section-style01 .hold {
	padding: 102px 70px 120px 65px;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 0;
}

.section-style01 .hold.inn {
	padding: 96px 50px 145px 65px;
}

.section-style01 .hold .name {
	line-height: 1.1;
	display: block;
	font-weight: bold;
}

.section-style01 .hold .position {
	display: block;
	line-height: 1.1;
	margin: 0 0 15px;
	font-style: italic;
}

.section-style01 .hold .moore-link {
	color: #4595a0;
}

.section-style01 .title-block {
	overflow: hidden;
	margin: 0 0 9px;
}

.section-style01 .img-hold {
	float: left;
	padding-right: 40px;
	margin: 0 -22px 0 0;
}

.section-style01 h1 {
	border-left: 2px solid #4595a0;
	overflow: hidden;
	padding: 23px 13px;
	font-weight: 400;
	font-size: 42px;
	line-height: 42px;
	margin: 0;
	color: #3c5c6b;
}

.section-style01 h1.inn {
	font-size: 37px;
	border: none;
	padding: 12px 0;
	margin: 0 0 20px;
	position: relative;
	text-align: left;
	overflow: visible;
}

.section-style01 h1.inn:after {
	content: "";
	position: absolute;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	left: 10px;
	top: 100%;
	height: 1px;
	background: #4595a0;
	width: 90px;
}

.section-style01 h2 {
	font-weight: 600;
	font-size: 22px;
	line-height: 1;
	margin: 0 0 6px;
	color: #5e5e5e;
}

.section-style01 h3 {
	display: block;
	color: #4b4f52;
	font-weight: 700;
	font-size: 15px;
	line-height: 1;
	margin: 0 0 12px;
}

.section-style01 p {
	margin: 0 0 26px;
}

.section-style01 .img-full {
	height: 100%;
	overflow: hidden; /* margin-right: -22px; */
}
@media (min-width: 1000px) {
	.section-style01 {
		min-height: 800px;
		position: relative;
	}
	.section-first15 {
		position: relative;
		z-index: 0;
	}
}

.section-style01 .img-full img {
	width: 100%;
	max-width: none;
	margin-top: -30px !important;
	height: auto !important;
	max-width: 800px;
}
@media (min-width: 980px) {
	.section-style01#the-next-15 .img-full img {
		min-width: 995px;
		max-width: none;
	}
}

.section-style01 .video-wrap {
	width: 70%;
}

.section-style01 .capture {
	position: absolute;
	bottom: 14px;
	left: 0;
	width: 50%;
	text-align: right;
	display: block;
	font-size: 13px;
	font-style: italic;
	line-height: 1;
	padding: 0 23px;
}

.video-wrap {
	position: relative;
}

.video-wrap a {
	display: block;
}

.video-wrap a:hover {
	opacity: .75;
}

.video-wrap .icon-play {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 50px;
}

.section-first15 {
	position: relative;
	background-size: cover;
	background-position: 50% 0;
	text-align: center;
}

.section-first15 .block {
	color: #fff;
	width: 70%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.section-first15 .block .title {
	text-shadow: 0 4px 5px rgba(0, 0, 0, .5);
}

.section-first15 .txt {
	display: block;
	font-size: 24px;
	line-height: 42px;
	margin: 0 0 30px;
	text-shadow: 0 4px 5px rgba(0, 0, 0, .5);
}

.section-first15 .description {
	color: #fff;
	position: absolute;
	bottom: 14px;
	right: 0;
	width: 50%;
	text-align: right;
	display: block;
	font-size: 12px;
	font-style: italic;
	line-height: 1;
	padding: 0 23px;
}

.section-timeline {
	padding: 50px 0 90px;
	background-size: cover;
	background-position: 50% 0;
	position: relative;
	z-index: 1;
}

.section-timeline h1.title {
	color: #fff;
	margin: 0 0 20px;
}

.section-timeline h1.title:after {
	background: #4595a0;
}

.section-timeline .info {
	font-size: 16px;
	line-height: 23px;
	display: block;
	max-width: 625px;
	color: #fff;
	margin: 0 auto 50px;
	position: relative;
}

.section-timeline .box-slide {
	display: block;
	text-decoration: none;
}

.section-timeline .box-slide .hold-img img {
	display: block;
	width: 100%;
	height: 100%;
}

.section-timeline .box-slide:hover .hold-txt-full,
.section-timeline .box-slide:hover .hold-txt {
	opacity: 1;
}

.section-timeline .box-slide .hold-txt-full,
.section-timeline .box-slide .hold-txt {
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	color: #fff;
	padding: 20px;
	font-size: 16px;
	line-height: 18px;
	position: relative;
	opacity: .9;
}

.section-timeline .box-slide .hold-txt-full:hover,
.section-timeline .box-slide .hold-txt:hover{
    opacity: 1;
}

.section-timeline .box-slide .hold-txt-full.time-start,
.section-timeline .box-slide .hold-txt.time-start {
    opacity: 1;
}

.section-timeline .box-slide .hold-txt-full:after,
.section-timeline .box-slide .hold-txt:after {
	content: "\e901";
	position: absolute;
	right: 6px;
	bottom: 6px;
	font-size: 18px;
	font-family: "icomoon";
	z-index: 2;
}

.section-timeline .box-slide .hold-txt-full.time-start:after,
.section-timeline .box-slide .hold-txt.time-start:after {
	display: none;
}

.section-timeline .box-slide .hold-txt-full .hidden,
.section-timeline .box-slide .hold-txt .hidden {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 20px;
	visibility: hidden;
	z-index: -1;
}

.section-timeline .box-slide .first {
	margin: 0 0 4px;
}

.section-timeline .box-slide .first img {
	height: 100%;
}

@media (min-width: 1400px) {
	.section-timeline .box-slide img {
		max-height: 180px;
	}
}

.section-timeline .box-slide .hold-txt {
	position: relative;
}

.section-timeline .box-slide img {
	width: 100%;
}

.section-timeline .box-slide h2 {
	font-weight: 400;
	font-size: 28px;
	line-height: 29px;
	margin: 0 0 11px;
}

.section-timeline .box-slide p {
	margin-bottom: 0;
}

.section-timeline .box-slide span.synopsis {
	display: block;
}

.section-timeline .box-slide .year {
	font-style: italic;
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin: 0 0 21px;
	position: relative;
}

.section-timeline .box-slide .year:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	content: "";
	background: #fff;
	height: 1px;
}

.section-timeline .holder {
	padding: 0 39px;
}

.section-map {
	padding: 25px 0 15px;
	background: #f5f5f5;
	position: relative;
}

.section-map .map-title {
	color: #3c5c6b;
	line-height: 23px;
	margin: 0 0 20px;
}

.section-map .map-title .info {
	max-width: 730px;
	margin: 0 auto;
	display: block;
	text-align: left;
	font-size: 16px;
}

.section-map h1 {
	text-align: center;
	color: #3c5c6b;
	font-weight: 400;
	font-size: 37px;
	line-height: 1;
}

.section-map h1:after {
	background: #4595a0;
}

.section-map .map-holder {
	position: relative;
}

.section-map .map-holder img {
	vertical-align: top;
	width: 100%;
}

.section-map .places li {
	position: absolute;
	cursor: pointer;
}

.section-map .places li a.open {
	pointer-events: none;
}

.section-map .places li.n01 {
	top: 28.3%;
	left: 15.8%;
}

.section-map .places li.n02 {
	top: 26%;
	left: 15%;
}

.section-map .places li.n03 {
	top: 32.6%;
	left: 13.8%;
}

.section-map .places li.n04 {
	top: 40.7%;
	left: 25%;
}

.section-map .places li.n05 {
	top: 50.9%;
	left: 31.9%;
}

.section-map .places li.n06 {
	top: 45.7%;
	left: 29.3%;
}

.section-map .places li.n07 {
	top: 51%;
	left: 28.8%;
}

.section-map .places li.n08 {
	top: 61%;
	left: 35%;
}

.section-map .places li.n09 {
	top: 59.4%;
	left: 31.7%;
}

.section-map .places li.n10 {
	top: 16.8%;
	left: 1.4%;
}

.section-map .places li.n11 {
	top: 26.4%;
	left: 29.6%;
}

.section-map .places li.n12 {
	top: 19.7%;
	left: 48.7%;
}

.section-map .places li.n13 {
	top: 41.5%;
	left: 59.5%;
}

.section-map .places li.n14 {
	top: 60%;
	left: 62.2%;
}

.section-map .places li.n15 {
	top: 90.7%;
	left: 53.3%;
}

.section-map .places li.n16 {
	top: 92.1%;
	left: 1%;
}

.section-map .places li.n17 {
	top: 29.6%;
	left: 21.1%;
}

.section-map .places li.n18 {
	top: 51%;
	left: 70.5%;
}

.section-map .places li.n19 {
	top: 31.4%;
	left: 76.1%;
}

.section-map .places li.n20 {
	top: 51%;
	left: 83%;
}

.section-map .places li.n21 {
	top: 14.8%;
	left: 95.1%;
}

.section-map .places li.n22 {
	top: 32%;
	left: 87.9%;
}

.section-map .places li.n23 {
	top: 59%;
	left: 8%;
}

.section-map .places li.n24 {
	top: 71.6%;
	left: 90.3%;
}

.section-map .places li.n25 {
	top: 65%;
	left: 30%;
}

.section-map .places li.n26 {
	top: 37%;
	left: 21%;
}

.section-map .places li.n27 {
	top: 20%;
	left: 14%;
}

.section-map .places li.n28 {
	top: 54%;
	left: 28%;
}

.section-map .places li a.open {
	content: "";
	background: #c7502a;
	display: block;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	border: 2px solid #fff;
}

.section-map .places li.hover a.open,
.section-map .places li.always-visible a.open {
	border-color: #c7502a;
}

.section-map .places li.left-side .popup {
	bottom: auto;
	top: 50%;
	left: 220%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-map .places li.left-side .popup:after {
	left: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 12px 0;
	border-color: transparent #fff transparent transparent;
}

.section-map .places li.right-side .popup {
	left: auto;
	bottom: auto;
	top: 50%;
	right: 220%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-map .places li.right-side .popup:after {
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 12px;
	border-color: transparent transparent transparent #fff;
}

.section-map .places li.top .popup {
	left: 50%;
	top: 220%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	right: auto;
	bottom: auto;
}

.section-map .places li.top .popup:after {
	left: 50%;
	top: auto;
	bottom: 100%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	right: auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 12px;
	border-color: transparent transparent #fff transparent;
}

.section-map .places .hover .popup,
.section-map .places .always-visible .popup {
	visibility: visible;
}

.section-map .places .popup {
	visibility: hidden;
	width: 225px;
	height: 75px;
	padding: 6px;
	background: #fff;
	color: #333;
	position: absolute;
	bottom: 220%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-size: 13px;
	line-height: 16px;
	font-weight: 600;
	z-index: 10;
}

.section-map .places .popup:after {
	position: absolute;
	top: 100%;
	left: 50%;
	content: "";
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 12px;
	border-color: #fff transparent transparent transparent;
}

.section-map .places .popup:before {
	position: absolute;
	top: -25px;
	left: -25px;
	right: -25px;
	bottom: -25px;
	content: "";
}

.section-map .places .popup img {
	float: left;
	width: 30%;
}

.section-map .places .popup .txt-popup {
	float: left;
	overflow: hidden;
	height: 50px;
	width: 70%;
	padding: 0 7px;
	margin-top: -4px;
}

.section-map .places .popup .more {
	color: #438b91;
	position: absolute;
	bottom: 5px;
	right: 10px;
	text-decoration: none;
}

.section-map .places .popup .more:hover {
	color: #3c5c6b;
}

.section-finance {
	padding: 45px 0;
	background: #f5f5f5;
}

.section-finance h1.title {
	margin: 0 0 21px;
	color: #3c5c6b;
}

.section-finance h1.title:after {
	background: #74afb7;
}

.section-finance h2 {
	font-weight: 600;
	font-size: 26px;
	line-height: 1;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 3px solid #ccccc7;
	color: #5e5e5e;
	padding: 0 20px 12px;
	margin: 0 0 30px;
}

.section-finance h2.inn {
	text-align: left;
	padding: 0 20px 12px;
	margin: 0 0 46px;
}

.section-finance h2 span {
	font-size: 22px;
	text-transform: none;
	font-weight: 300;
}

.section-finance .info {
	display: block;
	max-width: 770px;
	margin: 0 auto 52px;
    font-size: 16px;
}

.section-finance ul.graph {
	margin: 0 -15px;
}

.section-finance ul.graph li {
	float: left;
	width: 50%;
	padding: 0 15px;
	margin: 0 0 80px;
	text-align: center;
}

.section-finance ul.graph li:last-child {
	margin: 0 0 10px;
}

.section-finance ul.graph .graph-hold img {
	width: 100%;
}

.section-finance .holdin {
	text-align: center;
}

.section-finance ul.color {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
	margin: 0 0 32px;
}

.section-finance ul.color li {
	float: left;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	margin: 0 20px;
}

.section-finance ul.color li.color-steelblue .ico {
	background: #3d5c6a;
}

.section-finance ul.color li.color-blue .ico {
	background: #4a949e;
}

.section-finance ul.color li.color-red .ico {
	background: #c8502a;
}

.section-finance ul.color li.color-yellow .ico {
	background: #e2d266;
}

.section-finance ul.color li.color-gray .ico {
	background: #b0b7bc;
}

.section-finance ul.color li .ico {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
}

.section-finance ul.color li .txt {
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	padding: 0 10px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
}

.section-finance .time-figure {
	font-weight: 400;
	font-style: italic;
	font-size: 15px;
	line-height: 1;
	display: block;
	color: #5e5e5e;
	margin: 0 0 40px;
}

.chart-legend {
	z-index: 1;
}

.chart-legend ul.chart-list {
	position: absolute;
	left: 110px;
	top: 15px;
	z-index: 9999;
}

.chart-legend ul.chart-list li {
	display: block;
	float: none;
	margin: 0;
	width: 100%;
	padding: 0;
	color: #5a8395;
	font-size: 10px;
	text-align: left;
}

.chart-legend ul.chart-list li:last-child .color-list {
	background: #3d5c6a;
}

.chart-legend ul.chart-list li .color-list {
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: middle;
	background: #4a949e;
	margin: 0 8px 0 0;
}

.total .total-title {
	text-align: center;
	display: block;
	line-height: 1;
	position: absolute;
	top: 49%;
	left: 48%;
	z-index: 100;
	-webkit-transform: translate(-48%, -49%);
	-ms-transform: translate(-48%, -49%);
	transform: translate(-48%, -49%);
	font-size: 17px;
}

.total .total-title .current {
	padding: 3px 0 0 0;
	display: block;
	font-weight: normal;
}

.section-style02 {
	padding: 38px 0 0;
}

.section-style02 .two-cols {
	margin: 0 0 8px;
}

.section-style02 .col {
	vertical-align: top;
}

.section-style02 h1 {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	margin: 0 0 20px;
	padding: 0 20px 0 65px;
}

.section-style02 h1 .icon,
.section-style02 h1 .txt {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
}

.section-style02 h1 .icon {
	background: #c6d6e0;
	color: #fff;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	position: relative;
}

.section-style02 h1 .icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	font-size: 38px;
}

.section-style02 h1 .txt {
	font-size: 42px;
	line-height: 1;
	font-weight: 600;
	color: #3c5c6b;
	padding: 0 0 0 13px;
}

.section-style02 h2 {
	font-weight: 600;
	color: #5e5e5e;
	font-size: 22px;
	line-height: 1;
	margin: 0 0 8px;
}

.section-style02 p {
	margin: 0 0 30px;
}

.section-style02 p:last-child {
	margin: 0;
}

.section-style02 .text-hold {
	padding: 26px 20px 26px 65px;
	color: #5e5e5e;
	font-size: 15px;
	line-height: 2;
	letter-spacing: 0;
	position: relative;
}

.section-style02 .text-hold:before {
	position: absolute;
	top: 0;
	left: 20px;
	right: 0;
	height: 2px;
	content: "";
	background: #ccccc6;
}

.section-style02 .text-hold .science-list li {
	position: relative;
	padding: 0 0 0 10px;
    font-size: 16px;
}

.section-style02 .text-hold .science-list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #333;
	width: 4px;
	height: 4px;
	margin: 13px 0 0 0;
	border-radius: 50%;
}

.section-style02 .img-hold {
	padding: 0 0 0 30px;
	margin: 0 -22px 0 0;
}

.section-style02 .img-hold img {
	width: 100%;
}

.section-style02 .hold-num {
	text-align: center;
	margin: 0 0 30px;
}

.section-style02 ul.grants {
	max-width: 880px;
	margin: 0 auto 34px;
}

.section-style02 ul.grants li {
	width: 33.333%;
	padding: 0 15px;
	float: left;
}

.section-style02 ul.grants .num {
	display: block;
	font-weight: 300;
	font-size: 89px;
	line-height: 1;
	border-bottom: 2px solid #ccccc6;
	margin: 0 0 5px;
}

.section-style02 ul.grants .num:after {
	display: none;
}

.section-style02 ul.grants .num sup {
	font-size: 50px;
}

.section-style02 ul.grants .num.one {
	color: #c7502a;
}

.section-style02 ul.grants .num.two {
	color: #49939e;
}

.section-style02 ul.grants .num.three {
	color: #e1d266;
}

.section-style02 ul.grants .inform {
	display: block;
	font-size: 15px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: 600;
}

.section-style02 ul.grants .inform i {
	font-weight: 300;
	font-style: normal;
}

.section-style02 .time-figure {
	color: #5e5e5e;
	font-style: italic;
	display: block;
}

#bar-chart,
#bar-chart2,
#piechart,
#linechart {
	width: 100%;
	height: 100%;
}

.stLarge {
	background-image: none !important;
	background-repeat: no-repeat;
	width: 27px !important;
	height: 27px !important;
	border-radius: 50%;
}

.stLarge:hover {
	background-position: 0 !important;
}

.stButton {
	margin: 0 !important;
}

.st_twitter_large .stLarge {
	background-image: url("../images/twitter.svg") !important;
}

.st_facebook_large .stLarge {
	background-image: url("../images/facebook.svg") !important;
}

.st_linkedin_large .stLarge {
	background-image: url("../images/linkedin.svg") !important;
}

.st_email_large .stLarge {
	background-image: url("../images/email.svg") !important;
}

.spotlight {
	padding: 55px 0 35px;
	position: relative;
	background: -webkit-linear-gradient(top, #e2e2e0 0%, #e4e4e2 1%, #e3e3e1 5%, #e5e5e3 6%, #e9e9e9 27%, #eaeae8 37%, #ebebeb 38%, #ebebe9 43%, #ececec 46%, #ebebeb 53%, #ededed 54%, #f0f0f0 100%, #f6f6f6 100%);
	background: linear-gradient(to bottom, #e2e2e0 0%, #e4e4e2 1%, #e3e3e1 5%, #e5e5e3 6%, #e9e9e9 27%, #eaeae8 37%, #ebebeb 38%, #ebebe9 43%, #ececec 46%, #ebebeb 53%, #ededed 54%, #f0f0f0 100%, #f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e0', endColorstr='#f6f6f6',GradientType=0 );
}

.spotlight:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15px 14.5px 0 14.5px;
	border-color: #f5f5f5 transparent transparent transparent;
}

.spotlight .two-columns {
	word-spacing: -5px;
}

.spotlight .two-columns .col {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	word-spacing: normal;
	padding: 0 15px 0 0;
}

.spotlight .two-columns .col:last-child {
	padding: 0 0 0 65px;
}

.spotlight .two-columns .col .image-holder {
	margin: 0 0 10px;
	padding: 0 0 0 65px;
}

.spotlight .two-columns .col .image-holder img {
	display: block;
	width: 100%;
}

.spotlight .two-columns .col .image-caption {
	font-style: italic;
	font-size: 12px;
	line-height: 1.4;
	display: block;
	padding: 0 0 0 65px;
}

.cols {
	word-spacing: -5px;
}

.cols .column {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	word-spacing: normal;
	position: relative;
}

.cols .column:last-child {
	display: none;
	width: 50%;
}

.cols .column img {
	width: 100%;
}

.spotlight-info {
	color: #3c5c6b;
}

.spotlight-info p {
	margin: 0 0 9px;
}

.spotlight-info .title {
	color: #46949f;
	font-size: 20px;
	font-weight: normal;
	line-height: 1;
	display: inherit;
	margin: 0 0 5px;
}

.spotlight-info h2 {
	font-size: 27px;
	line-height: 1.2;
	color: #3c5c6b;
	font-weight: 600;
}

.spotlight-info .social-network {
	margin: 0 0 55px;
}

.spotlight-info .social-network li a {
	width: 21px;
	height: 21px;
}

.spotlight-info .social-network li a .icon {
	font-size: 10px;
	top: 48%;
	left: 49%;
}

.spotlight-info .learn-more {
	padding: 10px 7px 7px 13px;
	line-height: 1.3;
}

.section-guiding {
	background: #3c5c6b;
	padding: 50px 0 60px;
}

.section-guiding h1 {
	color: #fff;
	margin: 0 0 60px;
}

.section-guiding h1:after {
	background: #4595a0;
}

.section-guiding .guiding-info {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 2;
	color: #fff;
	padding: 0 0 0 65px;
}

.section-guiding .guiding-info h2 {
	font-weight: 600;
	font-size: 22px;
	margin: 0 0 7px;
	line-height: 1;
}

.section-guiding .guiding-info p {
	margin: 0 0 32px;
}

.section-guiding .two-columns {
	word-spacing: -5px;
}

.section-guiding .two-columns .col {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px 0 0;
	word-spacing: normal;
}

.section-guiding .two-columns .col:last-child {
	padding: 0 65px 0 20px;
}

.section-finance .learn-more {
	margin: 0 10px;
}

.learn-more {
	color: #fff;
	padding: 9px 24px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.5;
	text-transform: uppercase;
	background: #46949f;
	border-radius: 24px;
	text-decoration: none;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
	text-align: center;
}

.learn-more i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 2px;
}

.learn-more:hover {
	opacity: .8;
}

.guiding-list li {
	margin: 0 0 10px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}

.guiding-list li .list-txt {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 5px 11px;
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 600;
	z-index: 10;
}

.guiding-list a {
	text-decoration: none;
}

.guiding-list a img {
	width: 100%;
	display: block;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.guiding-list a:hover img {
	opacity: .2;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.guiding-list a:hover .over {
	opacity: 1;
}

.guiding-list .over {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0;
	margin: 0 auto;
	z-index: 2;
	white-space: normal;
	opacity: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 1.2;
	max-width: 420px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	overflow: hidden;
}

.guiding-list .over:before {
	content: "";
	height: 100%;
	width: 1px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -5px;
}

.guiding-list .over .over-txt {
	display: inline-block;
	vertical-align: middle;
}

.integrity .list-txt {
	background: #49939e;
}

.impact .list-txt {
	background: #c7502a;
}

.disciplined .list-txt {
	background: #e1d265;
}

.collaboration .list-txt {
	background: #779929;
}

.section-programs {
	background: #3c5c6b;
	padding: 50px 0 60px;
}

.section-programs h1 {
	color: #fff;
	margin: 0 0 14px;
}

.section-programs h1:after {
	background: #4595a0;
}

.section-programs .programs-info {
	max-width: 760px;
	margin: 0 auto;
	font-size: 16px;
	color: #fff;
}

.section-programs .programs-info .programs-list {
	word-spacing: -4px;
	margin: 0 -30px 0 0;
}

.section-programs .programs-info .programs-list li {
	display: inline-block;
	vertical-align: middle;
	word-spacing: normal;
	width: 50%;
	margin: 0 0 30px;
	padding: 0 30px 0 0;
}

.section-programs .programs-info .programs-list li a {
	position: relative;
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	overflow: hidden;
	outline: none;
}

.section-programs .programs-info .programs-list li a .text-holder {
	position: absolute;
	bottom: 20px;
	right: 0;
	left: 0;
	opacity: 0;
}

.section-programs .programs-info .programs-list li a .text-holder .txt {
	font-size: 11px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding: 0 0 5px;
	font-weight: 600;
	font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.section-programs .programs-info .programs-list li a img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.section-programs .programs-info .programs-list li a:hover img {
	opacity: .5;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.section-programs .programs-info .programs-list li a:hover .text-holder {
	opacity: 1;
}

.icon-list {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	white-space: nowrap;
}

.icon-list:before {
	content: "";
	height: 100%;
	width: 1px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -5px;
	overflow: hidden;
}

.icon-list .icon-holder {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
}

.icon-list .icon-holder .icon {
	display: block;
	font-size: 36px;
	line-height: 1;
	width: 70px;
	height: 70px;
	background: #acc1cd;
	position: relative;
	border-radius: 50%;
	z-index: 2;
	opacity: .9;
	margin: 0 auto 15px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .23);
}

.icon-list .icon-holder .icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
	color: #fff;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
}

.icon-list .icon-holder .txt {
	position: absolute;
	top: 65%;
	left: 50%;
	font-size: 24px;
	display: block;
	max-width: 170px;
	letter-spacing: 1px;
	font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-shadow: 0 2px 2px rgba(0, 0, 0, .23);
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

.section-forward {
	background: #3c5c6b;
	padding: 50px 0;
}

.section-forward h1 {
	color: #fff;
	margin: 0 0 20px;
}

.section-forward h1:after {
	background: #4595a0;
}

.section-forward .comment {
	word-spacing: -4px;
	margin: 0 0 42px;
}

.section-forward .comment .image-holder {
	display: inline-block;
	vertical-align: middle;
	word-spacing: normal;
	padding: 0 35px 0 0;
}

.section-forward .comment .image-holder img {
	overflow: hidden;
	border-radius: 50%;
	border: 8px solid #516b79;
}

.section-forward .comment blockquote {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    word-spacing: normal;
    max-width: 535px;
    font-size: 16px;
}

.section-forward .comment blockquote cite {
	position: relative;
}

.section-forward .comment blockquote cite:before {
	content: "";
	position: absolute;
	top: -12px;
	left: 0;
	width: 12px;
	height: 1px;
	background: #fff;
}

.comment-holder {
	max-width: 710px;
	margin: 0 auto;
	font-size: 15px;
	color: #fff;
}

.section-involved {
	background: #f5f5f5;
	padding: 30px 0 110px;
}

.section-involved h1 {
	color: #3c5c6b;
	margin: 0 0 30px;
}

.section-involved h1:after {
	background: #97c2c8;
}

.section-involved .involved-info {
	max-width: 750px;
	margin: 0 auto 70px;
	color: #5e5e5e;
}

.involved-list {
	word-spacing: -5px;
	margin: 0 -32px 0 0;
}

.involved-list li {
	display: inline-block;
	vertical-align: middle;
	word-spacing: normal;
	padding: 0 30px 0 0;
	margin: 0 0 30px;
	width: 25%;
}

.involved-list li .over {
	display: block;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	outline: none;
}

.involved-list li .over:hover .text-holder {
	opacity: 1;
}

.involved-list li .over:hover .icon-holder {
	z-index: -2;
}

.involved-list li .over a {
	color: #fff;
	text-decoration: underline;
}

.involved-list li .over a:hover {
    color: #ffffff ;
    opacity: 0.7;
}

.involved-list li .over .text-holder {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
	font-size: 19px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0;
	z-index: 2;
	white-space: normal;
	opacity: 0;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	line-height: 1.3;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	overflow: hidden;
	width: 235px;
}

.involved-list li .over .text-holder:before {
	content: "";
	height: 100%;
	width: 1px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 -5px;
}

.involved-list li .over .text-holder .txt {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 0;
    border: 0;
    text-align: left;
    font-size: 18px;
}

.involved-list li .over img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.involved-list li .over:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.involved-list li .over:hover .icon-holder {
	opacity: 0;
}

.involved-list li .over .icon-holder {
	opacity: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	width: 102px;
	height: 102px;
	background: rgba(255, 255, 255, .6);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
}

.involved-list li .over .icon-holder .icon {
	color: #fff;
	top: 45%;
	left: 50%;
	font-size: 54px;
	text-shadow: 0 4px 4px rgba(0, 0, 0, .23);
	font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	line-height: 1;
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
}

.involved-list li .over:hover:before {
	content: "";
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 2;
	position: absolute;
	background: rgba(60, 92, 107, .7);
}

.section-updated {
	background: url(../images/img25.jpg) no-repeat 50% 50%;
	padding: 35px 0 90px;
	min-height: 377px;
	background-size: cover;
	position: relative;
	overflow: hidden;
	background-attachment: fixed !important;
}

.section-updated h1 {
	color: #fff;
	margin: 0 0 42px;
}

.section-updated .updated-info {
	max-width: 435px;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 600;
	color: #fff;
}

.section-updated .updated-info p {
	margin: 0 0 30px;
}

.email-form .form-holder {
	max-width: 417px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

/* placeholder input styles */

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	opacity: 1;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

#footer {
	font-size: 15px;
	color: #46949f;
	padding: 30px 0 10px;
	background: #d7d7d7;
	text-align: center;
}

#footer .copyright {
	display: inline-block;
	vertical-align: middle;
}

#footer .footer-links {
	display: inline-block;
	vertical-align: middle;
	word-spacing: -5px;
}

#footer .footer-links li {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 0 2px 0 3px;
	padding: 0 2px 0 5px;
	word-spacing: normal;
}

#footer .footer-links li:before {
	content: "";
	background: #46949f;
	height: 15px;
	width: 1px;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
}

#footer .footer-links li:first-child {
	padding: 0;
	margin: 0 2px 0 0;
}

#footer .footer-links li:first-child:before {
	display: none;
}

#footer .footer-links li a {
	color: #46949f;
	text-decoration: none;
}

#footer .footer-links li a:hover {
	color: #c8502a;
}

#footer address {
	font-style: normal;
	margin: 0 0 15px;
}

#footer address a {
	color: #46949f;
	text-decoration: none;
}

#footer address a:hover {
	color: #c8502a;
}

.footer-panel {
	line-height: 1;
	margin: 0 0 2px;
}

.follow {
	text-align: center;
	padding: 14px 0;
	border-top: 1px solid #cacaca;
}

.follow h3 {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}

.follow .social-network {
	display: inline-block;
}

.follow .social-network li {
	margin: 0 5px;
}

.follow .social-network li a {
	background: #5a7989;
	text-decoration: none;
}

.follow .social-network li a:hover {
	opacity: .7;
}

.follow .social-network li a .icon {
	top: 48%;
	left: 49%;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.video-hold {
	width: 100%;
	height: 100%;
}

.img-holder {
	width: 100%;
}

.img-holder img {
	width: 100%;
}

.inn .two-cols {
	font-size: 16px;
	line-height: 1;
	border-bottom: 1px solid #d7d7d7;
}

.inn .two-cols .col {
	vertical-align: top;
	width: 49%;
}

.inn .two-cols .col:last-child {
	width: 51%;
}

.inn .two-cols .col .logo-lightbox {
	margin: 0 0 53px;
}

.inn .two-cols .col .logo-lightbox .icon {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	margin: 0 0 0 15px;
}

.inn .two-cols .col dl {
	margin: 0;
}

.inn .two-cols .col dl dt {
	font-size: 12px;
	font-weight: bold;
	color: #afb9be;
	text-transform: uppercase;
	display: block;
	margin: 0 0 8px;
}

.inn .two-cols .col dl dd {
	display: block;
	margin: 0 0 41px;
	font-size: 24px;
	font-weight: 600;
	color: #46949f;
}

.inn .two-cols .col dl dd:last-child {
	margin: 0 0 27px;
}

.inn .two-cols .col .img-holder {
	text-align: right;
}

.inn .two-cols .col .img-holder img {
	width: 100%;
	margin: 0 0 5px;
}

.inn .two-cols .col .img-holder .img-capture {
	font-size: 12px;
	font-style: italic;
	display: inline-block;
	padding: 0 8px 0 0;
}

.inn .two-cols .col h1 {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.inn .two-cols .col h1 .icon,
.inn .two-cols .col h1 .txt {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
}

.inn .two-cols .col h1 .icon {
	background: #c6d6e0;
	color: #fff;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	position: relative;
}

.inn .two-cols .col h1 .icon i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
	font-size: 28px;
}

.inn .two-cols .col h1 .txt {
	font-size: 24px;
	line-height: 1;
	font-weight: 600;
	color: #46949f;
	padding: 0 0 0 10px;
}

.inn .lightbox-info {
	line-height: 1.4;
	font-size: 16px;
	padding: 15px 0 0 0;
}

.inn .lightbox-info h2 {
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	color: #46949f;
}

.more-info .learn-more {
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 8px 6px 13px;
}

.more-info .learn-more:hover {
	opacity: .8;
}

.more-info .social-network {
	margin: 6px 0 0 0;
	float: right;
}

.more-info .social-network li a {
	width: 22px;
	height: 22px;
}

.more-info .social-network li a .icon {
	font-size: 9px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
	width: 620px !important;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	padding: 45px 16px 25px 25px !important;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden !important;
	width: 100% !important;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

.fancybox-close {
	background-image: none !important;
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background: none;
	text-decoration: none;
}

.fancybox-close:before {
	content: "\e90f";
	position: absolute;
	right: 33px;
	top: 28px;
	font-family: "icomoon";
	color: #999;
	font-size: 14px;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url("../images/fancybox/blank.gif"); /* helps IE */
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

.gallery {
	position: relative;
}

.gallery .mask {
	overflow: hidden;
	width: 100% !important;
	white-space: nowrap;
	letter-spacing: -4px;
	margin: 0 0 6px;
}

.gallery .slideset {
	width: 100% !important;
	white-space: nowrap;
	letter-spacing: -4px;
}

.gallery .slide {
	padding: 0 2px;
	display: inline-block;
	vertical-align: top;
	float: none;
	letter-spacing: 0;
	width: 33.333332% !important;
	white-space: normal;
}

.gallery .btn-prev {
	position: absolute;
	text-decoration: none;
	color: #fff;
    opacity: 0.8;
	top: 50%;
	left: -40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 56px;
	z-index: 1;
	outline: none;
}

.gallery .btn-prev:hover,
.gallery .btn-next:hover{
    /* color: #b1b1b1; */
    opacity: 1;
}

.gallery .btn-next {
	position: absolute;
	text-decoration: none;
    opacity: 0.8;
    color: #fff;
	top: 50%;
	right: -40px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 56px;
	outline: none;
}

.gallery .disabled {
	color: #b1b1b1;
	pointer-events: none;
}

/*
* Edits 8-5-16
*-----------------*/
#mc_embed_signup .button {
    height: 100% !important;
    margin: 0 auto !important;
}

#mc_embed_signup button, 
#mc_embed_signup input[type="button"], 
#mc_embed_signup input[type="submit"] {
    background-position: 82px 18px;
}
#mc_embed_signup #mce-success-response {
	color: #fff;
}

#sect13 .two-cols .col {
    vertical-align: bottom;
}

/*
* Edits 8-16-16
*-----------------*/
.scroll-view-report-wrap {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 150px;
    max-width: 100%;
    bottom: 32px;
}

/*
* Media
*-------------------------*/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading,
	.fancybox-close,
	.fancybox-prev span,
	.fancybox-next span {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 769px) {
	body {
		padding: 0 217px 0 0;
	}
}

@media (min-width: 1401px) {
	.holder {
		max-width: 1170px;
	}
}

@media (max-width: 1399px) {
	.section-style01 .hold {
		padding: 26px 15px 26px 0;
	}

	.section-style01 .hold.inn {
		padding: 26px 15px 26px 0;
	}

	.section-style01 .capture {
		padding: 0 10px;
	}

	.section-timeline .box-slide .hold-txt-full,
	.section-timeline .box-slide .hold-txt {
		padding: 17px;
	}

	.section-timeline .box-slide .hold-txt-full .hidden,
	.section-timeline .box-slide .hold-txt .hidden {
		padding: 0 17px;
	}

	.section-map h1 {
		font-size: 30px;
		margin: 0 0 20px;
	}

	.section-finance h2.inn {
		text-align: center;
	}

	.section-finance ul.graph {
		text-align: center;
	}

	.section-finance ul.graph li {
		margin: 0 0 0px;
		float: none;
		display: inline-block;
	}

	.chart-legend ul.chart-list {
		left: 90px;
	}

	.section-style02 h1 {
		padding: 0;
	}

	.section-style02 .text-hold {
		padding: 25px 0;
	}

	.spotlight .two-columns .col .image-holder {
		padding: 0;
	}

	.spotlight .two-columns .col .image-caption {
		padding: 0 0 0 145px;
	}

	.section-guiding .two-columns .col:last-child {
		padding: 0 20px;
	}

	.involved-list {
		padding: 0;
	}

	.involved-list li .over .text-holder {
		font-size: 16px;
		width: 200px;
	}

	.gallery {
		padding: 0 25px;
	}

	.gallery .slide {
		width: 50% !important;
	}

	.gallery .btn-prev {
		left: -10px;
		font-size: 45px;
	}

	.gallery .btn-next {
		right: -10px;
		font-size: 45px;
	}

	.gallery .pagination {
		margin: 30px 0 10px -23px;
	}
}

@media (max-width: 1399px) and (max-width: 767px) {
	.gallery {
		padding: 0 20px;
	}
}

@media (max-width: 1199px) {
	.section-finance ul.color li {
		margin: 0 10px;
	}

	.section-finance ul.color li {
		margin: 0 3px;
	}

	.section-finance ul.color li .txt {
		font-size: 14px;
	}

	.spotlight .two-columns .col .image-caption {
		padding: 0;
	}

	.section-guiding .guiding-info {
		padding: 0;
	}

	.guiding-list li .list-txt {
		font-size: 12px;
		padding: 4px 8px;
	}

	.guiding-list .over {
		font-size: 13px;
	}

	.involved-list li .over .text-holder {
		font-size: 13px;
		width: 160px;
	}
}

@media (max-width: 1023px) {
	.timeline-pager li:nth-child(2) .label {
		left: 15px;
	}

	.timeline-pager li .label {
		font-size: 10px;
	}

	h1.title {
		font-size: 32px;
	}

	.bg-holder {
		background-position: 50%;
		background-size: cover;
		background-attachment: scroll;
	}

	.bg-holder .paralax-image {
		opacity: 0;
	}

	.section-heading h1 {
		font-size: 36px;
		line-height: 42px;
	}

	.section-style01 .img-hold img {
		width: 60px;
		height: 60px;
	}

	.section-style01 h1 {
		font-size: 36px;
		line-height: 42px;
		padding: 10px;
	}

	.section-style01 h1.inn {
		font-size: 30px;
		line-height: 38px;
		padding: 0;
	}

	.section-style01 .video-wrap {
		width: 100%;
	}

	.section-style01 .capture {
		padding: 10px;
		text-align: left;
		position: relative;
		bottom: auto;
		left: auto;
		width: auto;
	}

	.section-style01 .two-cols .col {
		width: 100%;
	}

	.section-style01 .two-cols .col:last-child {
		display: none;
	}

	.section-first15 .txt {
		font-size: 20px;
		line-height: 30px;
		text-align: left;
	}

	.section-map .map-title {
		line-height: 1.2;
	}

	.section-map h1 {
		margin: 0 0 10px;
		padding: 0 0 10px;
	}

	.section-map .places li a.open {
		width: 14px;
		height: 14px;
	}

	.section-finance h2 {
		font-size: 20px;
	}

	.section-finance ul.color li .txt {
		font-size: 12px;
		padding: 0 3px;
	}

	.chart-legend ul.chart-list {
		left: 110px;
	}

	.total .total-title {
		font-size: 14px;
	}

	.section-style02 .col {
		width: 100%;
	}

	.section-style02 h1 .icon {
		width: 50px;
		height: 50px;
	}

	.section-style02 h1 .icon i {
		font-size: 30px;
	}

	.section-style02 h1 .txt {
		font-size: 30px;
		line-height: 30px;
	}

	.section-style02 h2 {
		font-size: 18px;
	}

	.section-style02 .text-hold:before {
		left: 0;
	}

	.section-style02 .img-hold {
		padding: 0;
		margin: 0;
	}

	.section-style02 ul.grants .num {
		font-size: 60px;
	}

	.section-style02 ul.grants .num sup {
		font-size: 30px;
	}

	.spotlight .two-columns .col {
		padding: 0;
		width: 100%;
		margin: 0 0 25px;
	}

	.spotlight .two-columns .col:last-child {
		padding: 0;
		margin: 0;
	}

	.cols .column {
		width: 50%;
		padding: 0 10px;
	}

	.cols .column:last-child {
		display: inline-block;
	}

	.section-guiding .two-columns .col {
		width: 100%;
		margin: 0 0 25px;
		padding: 0;
	}

	.section-guiding .two-columns .col:last-child {
		padding: 0;
	}

	.guiding-list li .list-txt {
		font-size: 18px;
	}

	.guiding-list .over {
		font-size: 19px;
	}

	.section-programs {
		padding: 50px 0;
	}

	.section-forward .comment blockquote {
		max-width: 515px;
	}

	.section-involved {
		padding: 30px 0 50px;
	}

	.involved-list li {
		width: 50%;
	}

	.involved-list li .over .text-holder {
		font-size: 16px;
		width: 200px;
	}
}

@media (max-width: 768px) {
	.container {
		padding: 0;
		left: 0;
	}

	.nav-active .container {
		left: 0;
	}

	.nav-hold {
		right: -217px;
	}

	.nav-active .nav-hold {
		right: 0;
	}

	.mobile-open {
		display: block;
	}

	.nav-active .social-block {
		right: 0;
	}

	.nav-active .visit {
		right: 0;
	}

	.two-cols .col {
		width: 100%;
		height: 100% !important;
	}

	.section-timeline {
		min-height: auto !important;
		height: 100% !important;
	}

	.section-finance ul.graph li {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.timeline-pager li .label {
		display: none;
	}

	h1.title {
		font-size: 26px;
	}

	.section-heading .title-block .main-logo {
		width: 140px;
		margin: 0 0 30px;
	}

	.section-heading h1 {
		font-size: 26px;
		line-height: 32px;
		margin: 0 auto 10px;
	}

	.section-style01 .hold {
		padding: 25px 0;
	}

	.section-style01 .hold.inn {
		padding: 25px 0;
	}

	.section-style01 .img-hold img {
		width: 40px;
		height: 40px;
	}

	.section-style01 h1 {
		font-size: 26px;
		line-height: 32px;
		padding: 5px 10px;
	}

	.section-style01 h1.inn {
		font-size: 26px;
		line-height: 32px;
	}

	.section-style01 h2 {
		font-size: 18px;
	}

	.section-style01 h3 {
		text-align: center;
	}

	.video-wrap {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.section-first15 {
		height: auto !important;
		padding: 30px 0;
	}

	.section-first15 .block {
		position: static;
		-webkit-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		width: 100%;
	}

	.section-first15 .txt {
		font-size: 16px;
		line-height: 20px;
	}

	.section-first15 .description {
		width: 100%;
	}

	.section-timeline .box-slide h2 {
		font-size: 20px;
		line-height: 1;
	}

	.section-timeline .holder {
		padding: 0 19px;
	}

	.section-map {
		display: none;
	}

	.section-finance h2 {
		font-size: 16px;
	}

	.section-finance h2.inn {
		padding: 30px 0 12px;
	}

	.section-finance h2 span {
		font-size: 15px;
	}

	.section-finance ul.graph {
		margin: 0 -15px 30px;
	}

	.section-finance ul.color {
		text-align: left;
		display: block;
	}

	.section-finance ul.color li {
		float: none;
		margin: 0 0 5px;
	}

	.chart-legend ul.chart-list {
		left: 76px;
		top: 7px;
	}
	
	.section-finance .learn-more {
		margin: 0 auto 15px;
		display: block;
		max-width: 300px;
	}

	.total .total-title {
		font-size: 16px;
	}

	.section-style02 {
		padding: 20px 0;
	}

	.section-style02 h1 .icon {
		width: 40px;
		height: 40px;
	}

	.section-style02 h1 .icon i {
		font-size: 23px;
	}

	.section-style02 h1 .txt {
		font-size: 19px;
		line-height: 20px;
	}

	.section-style02 h2 {
		font-size: 15px;
	}

	.section-style02 ul.grants li {
		width: 100%;
	}

	.section-style02 ul.grants .num {
		font-size: 40px;
		border: none;
		position: relative;
	}

	.section-style02 ul.grants .num:after {
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 280px;
		content: "";
		height: 2px;
		background: #ccccc6;
	}

	.section-style02 ul.grants .num sup {
		font-size: 18px;
	}

	.section-style02 ul.grants .inform {
		font-size: 12px;
	}

	.spotlight .two-columns .col {
		width: 100%;
		margin: 0 0 25px;
		padding: 0;
	}

	.spotlight-info .social-network {
		margin: 0 0 25px;
	}

	.section-guiding .guiding-info h2 {
		font-size: 19px;
	}

	.section-guiding .guiding-info p {
		margin: 0 0 20px;
	}

	.guiding-list .over {
		font-size: 17px;
	}

	.section-programs .programs-info .programs-list {
		margin: 0;
	}

	.section-programs .programs-info .programs-list li {
		width: 100%;
		padding: 0;
	}

	.section-forward .comment {
		text-align: center;
		margin: 0 0 30px;
	}

	.section-forward .comment .image-holder {
		display: block;
		padding: 0;
		margin: 0 0 15px;
	}

	.section-forward .comment blockquote {
		max-width: none;
		width: 100%;
		text-align: left;
	}

	.involved-list li {
		width: 100%;
	}

	.section-updated {
		padding: 35px 0;
	}

	#footer .copyright {
		margin: 0 0 5px;
	}

	#footer .footer-links {
		display: block;
	}

	iframe {
		width: 100%;
		height: auto;
	}

	.gallery .slide {
		width: 100% !important;
	}
}

@media (max-width: 479px) {
	input[type="text"]::-webkit-input-placeholder,
	input[type="tel"]::-webkit-input-placeholder,
	input[type="email"]::-webkit-input-placeholder,
	input[type="search"]::-webkit-input-placeholder,
	input[type="password"]::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		font-size: 16px;
	}

	input[type="text"]::-moz-placeholder,
	input[type="tel"]::-moz-placeholder,
	input[type="email"]::-moz-placeholder,
	input[type="search"]::-moz-placeholder,
	input[type="password"]::-moz-placeholder,
	textarea::-moz-placeholder {
		font-size: 16px;
	}

	input[type="text"]:-moz-placeholder,
	input[type="tel"]:-moz-placeholder,
	input[type="email"]:-moz-placeholder,
	input[type="search"]:-moz-placeholder,
	input[type="password"]:-moz-placeholder,
	textarea:-moz-placeholder {
		font-size: 16px;
	}

	input[type="text"]:-ms-input-placeholder,
	input[type="tel"]:-ms-input-placeholder,
	input[type="email"]:-ms-input-placeholder,
	input[type="search"]:-ms-input-placeholder,
	input[type="password"]:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		font-size: 16px;
	}

	input[type="text"].placeholder,
	input[type="tel"].placeholder,
	input[type="email"].placeholder,
	input[type="search"].placeholder,
	input[type="password"].placeholder,
	textarea.placeholder {
		font-size: 16px;
	}

	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="file"]:hover,
	input[type="submit"]:hover {
		border-color: #fff;
	}

	.logo {
		top: 34px;
	}

	.logo img {
		width: 80px;
		height: auto;
	}

	.section-heading .title-block {
		width: 86%;
	}

	.chart-legend ul.chart-list {
		left:75px;
		top: 5px;
	}
	.section-finance h2.inn {
		text-align: left;
		margin: 0 0 24px;
		padding: 35px 20px 12px;
	}
	.chart-legend ul.chart-list li {
		margin-right: 5px;
		display: inline;
	}

	.total .total-title {
		font-size: 14px;
		top: 100%;
	}

	.spotlight {
		padding: 35px 0 20px;
	}

	.cols .column {
		width: 100%;
		padding: 0;
		margin: 0 0 15px;
	}

	.cols .column:last-child {
		width: 100%;
	}

	.spotlight-info .title {
		font-size: 17px;
	}

	.spotlight-info h2 {
		font-size: 23px;
	}

	.section-guiding {
		padding: 30px 0;
	}

	.guiding-list li .list-txt {
		font-size: 12px;
		top: 5px;
		left: 5px;
		padding: 2px 5px;
	}

	.guiding-list .over {
		font-size: 14px;
		max-width: 280px;
	}

	.section-programs .programs-info .programs-list li {
		margin: 0 0 15px;
	}

	.section-programs .programs-info .programs-list li a .text-holder {
		bottom: 10px;
	}

	.section-programs .programs-info .programs-list li a .text-holder .txt {
		font-size: 10px;
		padding: 0 0 2px;
	}

	.icon-list .icon-holder .icon {
		font-size: 32px;
	}

	.icon-list .icon-holder .txt {
		font-size: 16px;
		top: 70%;
	}

	.section-forward .comment .image-holder img {
		width: 120px;
		border-width: 4px;
	}

	.involved-list li {
		margin: 0 0 15px;
	}

	.involved-list li .over .text-holder {
		font-size: 16px;
		width: 220px;
	}

	.involved-list li .over .icon-holder {
		width: 70px;
		height: 70px;
	}

	.involved-list li .over .icon-holder .icon {
		font-size: 44px;
	}

	.email-form .form-holder input[type="email"] {
		padding: 11px;
   		margin: 0 0 0;
		width: 85%;
	}

	.email-form .form-holder button {
		padding: 11px 16px 7px 24px;
		position: relative;
		width: 85%;
	}

	#footer .footer-links li {
		display: block;
		margin: 0 0 8px;
		padding: 0;
	}

	#footer .footer-links li:before {
		display: none;
	}

	#footer .footer-links li:first-child {
		margin: 0 0 8px;
	}

	#footer address {
		line-height: 1.5;
	}
}

