/* Load Fonts */

@font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/MuseoSans_300-webfont.eot');
    src: url('../fonts/MuseoSans_300-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans_300-webfont.woff') format('woff'), url('../fonts/MuseoSans_300-webfont.ttf') format('truetype'), url('../fonts/MuseoSans_300-webfont.svg#MuseoSans300') format('svg');
    font-weight: normal;
    font-style: normal;
}
  
  @font-face {
    font-family: 'Museo Sans';
    src: url('../fonts/MuseoSans_900-webfont.eot');
    src: url('../fonts/MuseoSans_900-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/MuseoSans_900-webfont.woff') format('woff'), url('../fonts/MuseoSans_900-webfont.ttf') format('truetype'), url('../fonts/MuseoSans_900-webfont.svg#MuseoSans900') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* Resets and Normalization */

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: sans-serif;
	height: 100%;
}

a {
	background: transparent;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong,
.strong {
	font-weight: 700;
}

dfn,
em,
.em {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	border: 0;
	border-top: 1px dotted #6C6F70;
	box-sizing: content-box;
	display: block;
	height: 0;
	margin: 2em auto 3em;
	width: 161px;
}

/*
p {
	-epub-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}
*/

pre {
	margin: 0;
	white-space: pre-wrap;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

q {
	quotes: \201C \201D \2018 \2019;
}

q:before,
q:after {
	content: none;
}

small,
.small {
	font-size: 75%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

dl,
menu,
ol,
ul {
	margin: 1em 0;
}

menu {
	padding: 0 0 0 40px;
}

ol,
ul {
	list-style-type: none;
	padding: 0;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

img {
	border: 0;
	max-width: 100%;
}

.responsive-video {
	height: 0;
	max-width: 100%;
	padding: 25px 0 56.25%;
	position: relative;
}

.responsive-video iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	line-height: 1.5em;
	max-width: 100%;
	min-height: 120px;
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	box-sizing: border-box;
}

.image-replacement,
.ir {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.clearfix,
.cf,
.comment-respond {
	zoom: 1;
}

.clearfix:before,
.clearfix:after,
.cf:before,
.comment-respond:before,
.cf:after,
.comment-respond:after {
	content: "";
	display: table;
}

.clearfix:after,
.cf:after,
.comment-respond:after {
	clear: both;
}

.last-col {
	float: right;
	padding-right: 0!important;
}

.alert-help,
.alert-info,
.alert-error,
.alert-success {
	border: 1px solid;
	margin: 10px;
	padding: 5px 18px;
}

.alert-help {
	background: #ebe16f;
	border-color: #e8dc59;
}

.alert-info {
	background: #d5edf8;
	border-color: #bfe4f4;
}

.alert-error {
	background: #fbe3e4;
	border-color: #f8cdce;
}

.alert-success {
	background: #e6efc2;
	border-color: #deeaae;
}

.blue-btn,
.comment-reply-link,
#submit {
	background-color: #00b3be;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: "Museo Sans", Arial, sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 34px;
	padding: 0 24px;
	position: relative;
	text-decoration: none;
	transition: background-color .14s ease-in-out;
}

.blue-btn:hover,
.comment-reply-link:hover,
#submit:hover,
.blue-btn:focus,
.comment-reply-link:focus,
#submit:focus {
	background-color: #00a0aa;
	color: #fff;
	text-decoration: none;
}

.blue-btn:active,
.comment-reply-link:active,
#submit:active {
	background-color: #009ba5;
	top: 1px;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
	background-color: #e7eaee;
	border: none;
	border-radius: 3px;
	box-shadow: none;
	color: #898989;
	display: block;
	font-family: "Museo Sans", Arial, sans-serif;
	font-size: 1em;
	height: 40px;
	line-height: 40px;
	margin-bottom: 14px;
	max-width: 400px;
	padding: 0 12px;
	transition: all .25s ease;
	width: 100%;
}

input[type="text"]:focus,
input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
	background-color: #f7f9fa;
	outline: none;
}

input[type="text"].error,
input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
	background-color: #fff;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
	background-position: 99% center;
	background-repeat: no-repeat;
	border-color: #fbe3e4;
	color: #fbe3e4;
	outline-color: #fbe3e4;
}

input[type="text"].success,
input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
	background-color: #fff;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
	background-position: 99% center;
	background-repeat: no-repeat;
	border-color: #e6efc2;
	color: #e6efc2;
	outline-color: #e6efc2;
}

input[type="text"][disabled],
input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
	border-color: #cfcfcf;
	cursor: not-allowed;
	opacity: 0.6;
}

input[type="text"][disabled]:focus,
input[type="text"][disabled]:active,
input[type="text"].is-disabled:focus,
input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
	background-color: #d5edf8;
}

input[type="password"] {
	letter-spacing: .3em;
}

select {
	-webkit-appearance: none;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
	background-position: 97.5% center;
	background-repeat: no-repeat;
}

body {
	color: #545759;
	font-family: "Museo Sans", Arial, sans-serif;
	font-size: 100%;
	height: 100%;
	line-height: 1.5;
	margin: 0;
	overflow-x: hidden;
}

.parallax-window {
	background: transparent;
	min-height: 400px;
}

.wrap {
	margin: 0 auto;
	width: 96%;
}

.exception {
	min-height: 0!important;
}

.bcg {
	background-position: 50% 0!important;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	min-height: 620px;
	width: 100%;
}

.bcg .blockcontainer {
	display: block!important;
}

.bcg .hsContainer {
	height: 100%;
	opacity: 1;
	position: relative;
	width: 100%;
}

.bcg .hsContainer .hsContent {
	color: #ebebeb;
	display: table-cell;
	margin: 0 auto;
	max-width: 450px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.bcg .hsContainer .hsContent h1 {
	color: #fff;
	font-family: "Museo Sans", Arial, sans-serif;
	font-size: 55px;
	text-shadow: 0 0 20px #000000;
}

.title-group {
	position: relative;
    width: 100%;
    z-index: 0;
}

.title-container {
	bottom: 0;
	position: absolute;
	width: 100%;
}

.title-content {
	bottom: 0;
	margin: 0;
	position: absolute;
}

.title-container .title {
	bottom: 0;
	padding: 30px 60px 0;
	position: absolute;
	z-index: 90;
}

.title-container .title h1 {
	color: #fff;
	font-weight: bold;
}

.fan-effect {
	bottom: 0;
	position: absolute;
	width: 100%;
}

.fan-effect img {
	margin: 0 0 -7px;
	width: 100%;
}

.fan-effect-white-top {
	background-image: url(../images/b-fan-top-white.png);
	height: 158px;
	margin: -50px 0 0;
	width: 100%;
}

.swoosh-effect-blue-top {
	background-image: url(../images/blue-swoosh.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	height: 520px;
	margin: 0;
	width: 100%;
	z-index: 1;
}

.fan-effect-top {
	background-image: url(../images/b-fan-top.png);
	height: 158px;
	margin: -158px 0 0;
	width: 100%;
}

.fan-effect-bottom {
	background-image: url(../images/b-fan-bottom.png);
	height: 158px;
	margin: 0;
	width: 100%;
}

.swoosh-effect-white {
    position: absolute;
    bottom: 0;
	background-image: url(../images/white-swoosh.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	height: 520px;
	margin: 0;
	width: 100%;
	z-index: 1;
}

.video-window {
	background: #ffffff;
	padding: 0!important;
	z-index: 50;
}

.section-header{
	display: block;
	width: 100%;
	height: 70px;
	margin: 0 0 40px;;
	text-align: center;
	background: #f7f9fa;
}

.section-header h2{
	margin: 0;
	font-size: 28px;
	line-height: 70px;
	color: #808083;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: .08em;
}

.section-header h2 strong{
	color: #00b3be;
	font-weight: 900;
}

.metrics .section-header{
	margin-bottom: 0;
}

.introduction {
	font-size: 1.25em;
}

#slide-1 .bcg {
	background-image: url(../images/banner-wide.jpg);
}

#slide-2 {
	margin: 0;
	position: relative;
}

#slide-3 {
	margin: 0;
	position: relative;
	z-index: -2;
}

#slide-5 .bcg {
    background-image: url(../images/counselling-manroop.jpg);
}

#slide-7 .bcg {
	background-image: url(../images/counselling-denis-2.jpg);
}

#slide-8 .bcg {
	background-image: url(../images/father-and-son-at-lake.jpg);
}

.bottom-fix {
	margin: 0 0 -7px;
	overflow: hidden;
}

.body-wrap{
    position: relative;
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
    border: 1px solid #eee;
    border-top: 0;
    border-bottom: 0;
    overflow-x: hidden;
	z-index: 0;
}

.main-content {
	background: #fff;
	margin: auto;
}

.shadow-image,
.shadow-image-right {
	display: block;
	height: 317px;
	opacity: .1;
	width: 30px;
}

.shadow-image {
	background: url(../images/shadow.png);
	float: left;
	margin: 0;
	position: relative;
	z-index: 50;
}

.shadow-image-right {
	-ms-filter: FlipH;
	background: url(../images/shadow.png);
	filter: FlipH;
	float: left;
	margin: 0;
	transform: scaleX(-1);
}

.long article {
	width: calc(100%-60px);
}

.short article {
	max-width: 745px;
	width: calc(100%-60px);
}

.above {
	position: relative;
	z-index: 66;
}

.right .article-container {
	float: right!important;
}

.center .article-container {
	float: none!important;
	margin: auto!important;
}

.overlay {
	z-index: 60;
}

picture,
picture img {
	height: auto;
	width: 100%;
}

.generic .hsContainer {
	min-height: 1000px;
}

.generic .messages {
	width: 100%;
}

.generic .messages .full {
	float: none;
	width: 100%!important;
}

#slide-7 .shadow-image,
#slide-7 .shadow-image-right {
	margin-top: -30px;
}

.generic .messages .finance-article {
	margin: -10px 0 0;
	padding: 0 40px 40px;
	width: 100%;
}

.generic .messages .finance-article h2 {
	margin: 0;
	text-align: center;
}

.generic .messages .finance {
	font-size: 1em;
	width: 100%;
}

.generic .messages article {
	color: #545759;
	float: left;
	margin: 0;
	padding: 0 60px 40px;
	position: relative;
	z-index: 50;
}

.generic .messages article header h2 {
	font-size: 3em;
	font-weight: 900;
	margin: 0 0 25px;
}

.generic .messages article h2 {
	color: #6C6F70;
	margin: 20px 0;
	text-align: left;
}

.generic .messages .sidebar {
	float: left;
	margin: 30px 0 175px;
	width: 35%;
}

.generic .messages .quote {
	background: #fff;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	color: #797979;
	margin: auto;
/* 	max-width: 385px; */
	padding: 20px;
	width: 80%;
}

.generic .messages .quote h5 {
	font-size: 14px;
	line-height: 1.2em;
	margin: 0 0 10px;
	text-transform: none;
}

.generic .messages .quote h6 {
	font-size: 12px;
	margin: 0;
	text-align: right;
}

.generic .photo-name {
    background: rgba(0,173,190,.7);
	color: #fff;
	font-weight: normal;
    margin: -60px 0 10px 60px;
    padding: 3px 5px;
	position: absolute;
	text-align: left;
}

.generic .mid-break {
	height: 640px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.generic .mid-break img {
	height: auto;
	margin: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.below-video {
	margin: 0 0 0 3%;
	width: 62%!important;
}

.paralax-title {
	color: #fff;
	text-align: center;
	text-shadow: 0 0 20px rgba(0, 25, 26, 0.58);
}

.paralax-title .center-container {
	color: #fff;
	height: 25%;
	margin: auto;
	padding: 13% 0;
	position: relative;
	text-align: center;
	width: 570px;
}

.paralax-title .center-container div {
	background: url(../images/annual-report-title.png);
	height: 412px;
	width: 570px;
}

.paralax-title .center-container h2 {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	font-size: 25px;
	font-weight: 100;
	margin: 0 auto;
	width: 350px;
}

.paralax-title .center-container h1 {
	font-size: 6.5em;
	font-weight: 900;
	line-height: .8em;
	margin: 15px 0;
}

.section-boxes {
	height: 202px;
	margin: -175px 0 0;
	overflow: hidden;
}

.section-boxes .box-top,
.section-boxes .box-middle,
.section-boxes .box-bottom {
	height: 215px;
	transform: rotate(-3deg);
	width: 150%;
}

.section-boxes .box-top {
	background: rgba(0, 179, 190, 0.3);
	margin: 32px -50px 0 0;
}

.section-boxes .box-middle {
	background: rgba(0, 179, 190, 0.6);
	margin: -190px -50px 0 0;
}

.section-boxes .box-bottom {
	background: #00b3be;
	margin: -190px -50px 0 0;
}

.section-boxes-bottom {
	height: 235px;
	margin: -50px 0 0 -20px;
	overflow: hidden;
}

.section-boxes-bottom .box-top,
.section-boxes-bottom .box-middle,
.section-boxes-bottom .box-bottom {
	height: 215px;
	transform: rotate(-4deg);
	width: 150%;
}

.section-boxes-bottom .box-top {
	background: rgba(0, 179, 190, 0.3);
	margin: -100px -50px 0 0;
}

.section-boxes-bottom .box-middle {
	background: rgba(0, 179, 190, 0.6);
	margin: -200px -50px 0 0;
}

.section-boxes-bottom .box-bottom {
	background: #00b3be;
	margin: -250px -50px 0 0;
}

.quote {
	color: #fff;
	font-family: "Museo Sans", Arial, sans-serif;
	font-size: .9em;
	line-height: 1.7;
	margin: 0;
}

.quote .center-container {
	color: #fff;
	height: 25%;
	margin: auto;
	padding: 5% 0;
	position: relative;
	text-align: center;
	width: 500px;
}

.generic .messages article.team-people{
	padding-top: 30px;
}

.divider {
	border-bottom: 2px solid #eaedf2;
	border-top: 2px solid #eaedf2;
	padding: 0 !important;
	text-transform: uppercase;
}

.divider h2 {
	margin: 10px 0;
	font-size: 28px;
	letter-spacing: .08em;
}

figure .divider{
	margin-bottom: 30px;
}

figure .divider h2{
	font-size: 20px;
}

.directors {
	margin: 45px 0 0;
	padding: 0!important;
}

.directors ul li {
	float: left;
	margin: 0 0 1em;
	width: 33.33333%;
}

.directors ul li h3 {
	font-weight: 300;
	margin: 0;
}

.directors ul li h4 {
	font-size: 1em;
	font-style: italic;
	font-weight: 100;
	margin: 0;
}

.team {
	margin: 30px 0 0;
	padding: 0!important;
}

.team ul li {
	float: left;
	width: 20%;
}

.team ul li div {
	-webkit-border-radius: 100%;
	border: 2px solid #eaedf2;
	border-radius: 100%;
	height: 110px;
	margin: 0 25px 25px;
	width: 110px;
}

.team ul li h3 {
	font-size: 3em;
	font-weight: 900;
	line-height: 1.2;
	margin: 10px 0 0;
	text-align: center;
}

.team ul li h4 {
	font-size: .8em;
	font-style: italic;
	font-weight: 300;
	line-height: 1;
	margin: auto;
	text-align: center;
	width: 68px;
}

.volunteers li h3 {
	font-size: 3em;
	font-weight: 900;
	margin: 0;
	text-align: center;
}

.volunteers li h4 {
	font-weight: 300;
	margin: 0;
	text-align: center;
}

.messages article.ourpeople {
	border-top: 1px solid #fcfdfe;
	box-shadow: none;
}

.ourpeople p {
	-moz-column-count: 2;
	-moz-column-gap: 25px;
	-webkit-column-count: 2;
	-webkit-column-gap: 25px;
	column-count: 2;
	column-gap: 25px;
	margin: 25px 0 50px;
}

.com-text ul,
.research .article-container ul {
	list-style: disc inside;
}

.com-text ul li,
.research .article-container ul li {
	margin-left: 1em;
	padding-left: 2em;
	text-indent: -1.36em;
}

.funders-section {
	margin-top: 80px;
}

.funders-section p {
	font-size: 1.25em;
	margin: 0 auto 15px;
	max-width: 65%;
	text-align: center;
}

#funders-group {
	display: flex;
	flex-wrap: wrap;
}

#funders-group>div {
	box-sizing: border-box;
	color: #545759;
	flex: 1 1 auto;
	font-weight: 700;
	letter-spacing: .1em;
	margin: 25px 0;
	padding: 40px;
	text-align: center;
	text-transform: uppercase;
	width: 33.33333%;
}

#funders-group img {
	display: inline;
	max-height: 100px;
	max-width: 70%;
}

.row {
	display: inline-block;
	padding-bottom: 30px;
	padding-top: 30px;
}

.row.grey {
	background-color: #f7f9fa;
	background: linear-gradient(#f7f9fa 0%, #ffffff 100%);
}

.row.blue {
	background-color: #00b3be;
	background: linear-gradient(#0099a8 0%, #00b3be 100%);
}

.row.has-border{
	border-bottom: 1px solid #eee;
}

.row.blue .com-text {
	color: #fff;
}

.row.com-section {
	padding-bottom: 0;
	padding-top: 0;
}

.com-section {
	height: 400px;
	overflow: hidden;
}

.com-section .white {
	background: #fff!important;
	color: #000!important;
}

.com-section img {
	position: relative;
}

.com-image {
	float: left;
	text-align: center;
	width: 45%;
}

.com-image .white {
	background: #fff;
}

.com-image img {
	max-width: 100%!important;
}

.com-right {
	float: right;
	width: 45%;
}

.com-text {
	float: left;
	line-height: 400px;
	min-height: 400px;
	width: 55%;
}

.com-text span {
	display: inline-block;
	line-height: 1.5;
	padding: 0 85px;
	vertical-align: middle;
}

a,
a:visited {
	color: #00b3be;
}

a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
	color: #0099a8;
}

a:link,
a:visited:link {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
	text-rendering: optimizelegibility;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
	text-decoration: none;
}

h1,
.h1 {
	font-size: 4em;
	line-height: 1;
}

h2,
.h2 {
	font-size: 1.75em;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: .375em;
}

h3,
.h3 {
	font-size: 1.125em;
}

h4,
.h4 {
	font-size: 1.1em;
	font-weight: 700;
}

h5,
.h5 {
	font-size: .846em;
	font-weight: 400;
	line-height: 1.3333em;
	text-transform: uppercase;
}

.header {
	background-color: #fff;
	position: fixed;
	width: 100%;
	z-index: 50;
}

.header-wrap {
    display: block;
    max-width: 1400px;
    margin: 0 auto;
	height: 70px;
	padding: 5px 30px;
}

.logo img {
	float: left;
	height: 42px;
	margin: 8px 2em 8px 8px;
}

.logo h2 {
	float: left;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .125em;
	margin: 20px 0;
	text-transform: uppercase;
}

.nav-background{
    background: #e8ecec;
    display: block;
    height: 50px;
    width: 100%;
}

.nav-wrap {
    max-width: 1400px;
    margin: 0 auto;
	padding: 5px 30px;
	position: relative;
}

.nav {
	border-bottom: none;
	font-size: 16px;
	margin: 0;
	position: absolute;
	right: 30px;
}

.nav li {
	float: left;
	position: relative;
}

.nav li a {
	color: #545759;
	display: block;
	margin: 0;
	padding: 0 15px;
	text-decoration: none;
	transition: all .1s ease;
}

.nav > li > a {
	letter-spacing: .05em;
	line-height: 40px;
	text-transform: uppercase;
}

.nav li ul.sub-menu{
	box-shadow: 0 4px 4px rgba(0,10,20,.1);
}

.nav li ul.children{
	border-left: 1px solid #a8acac;
	border-right: 1px solid #a8acac;
}

.nav li ul.sub-menu,
.nav li ul.children {
	background: #e8ecec;
	margin-top: 0;
	padding: 5px 7px 10px;
	position: absolute;
	visibility: hidden;
	z-index: 8999;
}

.nav li ul.sub-menu li a,
.nav li ul.children li a {
	border-radius: 2px;
	border-right: 0;
	display: block;
	padding: 4px;
	transition: none;
	width: 180px;
}

.nav li ul.sub-menu li a:hover,
.nav li ul.sub-menu li a:focus,
.nav li ul.children li a:hover,
.nav li ul.children li a:focus {
	background: #F0F0F0;
	border-color: #F0F0F0;
}

.nav li ul.sub-menu li:last-child a,
.nav li ul.children li:last-child a {
	border-bottom: 0;
}

.nav li ul.sub-menu li ul,
.nav li ul.children li ul {
	left: 100%;
	top: 0;
}

.nav li:hover>ul {
	top: auto;
	visibility: visible;
}

#mobilenav .slicknav_menu {
	background: #ffffff;
	border-bottom: 1px solid #f8f9fa;
}

#mobilenav .slicknav_menu .slicknav_menutxt {
	text-shadow: none;
}

#mobilenav .slicknav_nav {
	font-size: .8em;
}

#mobilenav .slicknav_nav a {
	color: #898989;
	margin: 2px 0;
	text-decoration: none;
}

#content {
	margin-top: 1.5em;
}

/* REWRITE START */

.footer {
    clear: both;
    padding: 100px 0 30px;
}

.footer #inner-footer {
	padding: 25px 0;
}

.footer #inner-footer .mail-list {
	background: #fff;
	float: none;
	margin: 0 auto 70px;
	max-width: 1250px;
	padding: 50px;
	width: calc(100%-60px);
}

.footer #inner-footer .mail-list h3 {
	border-bottom: 1px solid #a8a7a7;
	border-top: 1px solid #a8a7a7;
	font-size: 1.6em;
	margin: 5px auto;
	text-align: center;
	width: 574px;
}

.footer #inner-footer .mail-list form {
	margin: 0 auto;
	width: 65%;
}

.footer #inner-footer .mail-list .short {
	font-size: 1.1em;
	margin: 15px 0 0;
	text-align: center;
}

.footer #inner-footer .mail-list .required {
	font-size: 12px;
	font-style: italic;
	margin: 0 0 5px;
	text-align: right;
}

.footer #inner-footer .mail-list .email-input {
	border-radius: 5px;
	color: #000;
	max-width: 100%;
	text-align: center;
	width: 100%;
}

.footer #inner-footer .mail-list .text-input {
	border-radius: 5px;
	float: left;
	max-width: 49%;
	width: 49%;
}

.footer #inner-footer .mail-list .name-input {
	border-radius: 5px;
	float: left;
	margin: 0 0 0 2%;
	max-width: 49%;
	width: 49%;
}

.footer #inner-footer .mail-list .submit {
	margin: 30px auto 0;
	width: 200px;
}

.footer #inner-footer .mail-list .submit input[type=submit] {
	background: #00b3be;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	height: 40px;
	transition: all ease .25s;
	width: 200px;
}

.footer #inner-footer .mail-list .submit input[type=submit]:hover {
	background: #f7f9fa;
	color: #00b3be;
}

.footer #inner-footer .footer-nav {
	margin: 0;
	text-align: center;
}

.footer #inner-footer .footer-nav li {
	display: inline;
	margin-right: .25em;
	padding-right: .25em;
}

.footer #inner-footer .footer-nav li a {
	color: #00b3be;
	text-decoration: none;
}

.footer #inner-footer .footer-nav li a:hover,
.footer #inner-footer .footer-nav li a:focus {
	text-decoration: underline;
}

.footer #inner-footer #footer-info p {
	font-size: .8em;
	text-align: center;
}

/* REWRITE END */

.lower-wrap{
    max-width: 1200px;
    margin: 0 auto;
}

.subscribe{
    padding: 60px 0;
    background: #f7f9fa;
}

.subscribe h2,
.subscribe h5{
    text-align: center;
    max-width: 14em;
    margin: 1em auto;
    line-height: 1;
}

.subscribe h2{
    font-weight: bold;
    font-size: 3em;
}

.subscribe p{
    text-align: center;
}

.subscribe #mc_embed_signup_scroll{
    max-width: 640px;
    margin: 15px auto;
}

.subscribe .mc-field-wrapper{
    position: relative;
    max-width: 380px;
    margin: auto;
}

.subscribe input[type=email]{
    position: relative;
    background: #fff;
    width: 70%;
    height: 40px;
    padding: 1em;
    border-radius: 8px 0 0 8px;
}

.subscribe input[type=submit]{
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 40px;
    background: #00b3be;
    color: #fff;
    border: 0;
    border-radius: 0 8px 8px 0;
}

.subscribe input[type=submit]:hover{
    opacity: .8;
}

.footer-nav{
    padding-top: 30px;
    text-align: center;
}

.footer-nav a{
    text-decoration: none;
}

.footer-nav li{
    display: inline;
    padding: 0;
    list-style: none;
}

footer{
    background: #545759 url('../images/footer-shapes.png') center top no-repeat;
    background-size: cover;
    min-height: 187px;
}

footer .lower-wrap{
    padding: 15px 0;
    color: #fff;
}

td {
	padding: .4em;
}

th {
	background: #797979;
	color: #fff;
	padding: .3em 0;
}

tr:nth-child(odd) td {
	background: #E7E7E7;
}

td.number{
    text-align: right;
    font-variant-numeric: tabular-nums;
}

tr:nth-child(odd) .number:nth-child(even) {
	background: #CDCDCD;
}

tr:nth-child(odd) .number:nth-child(odd) {
	background: #D2D2D2;
}

tr:nth-child(even) td {
	background: #F0F0F0;
}

tr:nth-child(even) .number:nth-child(even) {
	background: #DDDDDD;
}

tr:nth-child(even) .number:nth-child(odd) {
	background: #EFEFEF;
}

.td-subtitle {
	background: #cccccc!important;
	border-bottom: 1px solid #9d9a9a;
	border-top: 1px solid #9d9a9a;
	font-weight: 900;
}

.tr-total {
	border-bottom: 1px solid #9d9a9a;
	border-top: 1px solid #9d9a9a;
	font-weight: 900;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
.i1,
.i5,
.desktop-v {
	display: block;
}

[hidden],
template,
.i1m,
.i5m,
.mobile-v,
.slicknav_menu {
	display: none;
}

dd,
figure,
#slide-4,
.generic,
.generic .messages .quote h6 p {
	margin: 0;
}

svg:not(:root),
.overflow {
	overflow: hidden;
}

legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.right .sidebar,
.generic .messages .left,
.logo {
	float: left;
}

.center,
.generic .messages .center {
	float: none;
}

.generic .messages .right,
.com-right img {
	float: right;
}

.generic .messages .center .article-container,
.generic .messages .article-container {
	float: left;
	width: 65%;
}

.below-video article,
.below-video .shadow-image,
.below-video .shadow-image-right {
	margin: 0!important;
}

.blue,
#mobilenav .slicknav_btn {
	background: #00b3be;
}

.logo h2 span,
.nav li a:hover,
.nav li a:focus {
	color: #00b3be;
}

@media (max-width: 767px) {
	.m-all {
		float: left;
		padding-right: 0;
		width: 100%;
	}
	.m-1of2 {
		float: left;
		padding-right: .75em;
		width: 50%;
	}
	.m-1of3 {
		float: left;
		padding-right: .75em;
		width: 33.33%;
	}
	.m-2of3 {
		float: left;
		padding-right: .75em;
		width: 66.66%;
	}
	.m-1of4 {
		float: left;
		padding-right: .75em;
		width: 25%;
	}
	.m-3of4 {
		float: left;
		padding-right: .75em;
		width: 75%;
	}
}

@media (min-width: 768px) and (max-width: 1029px) {
	.t-all {
		float: left;
		padding-right: 0;
		width: 100%;
	}
	.t-1of2 {
		float: left;
		padding-right: .75em;
		width: 50%;
	}
	.t-1of3 {
		float: left;
		padding-right: .75em;
		width: 33.33%;
	}
	.t-2of3 {
		float: left;
		padding-right: .75em;
		width: 66.66%;
	}
	.t-1of4 {
		float: left;
		padding-right: .75em;
		width: 25%;
	}
	.t-3of4 {
		float: left;
		padding-right: .75em;
		width: 75%;
	}
	.t-1of5 {
		float: left;
		padding-right: .75em;
		width: 20%;
	}
	.t-2of5 {
		float: left;
		padding-right: .75em;
		width: 40%;
	}
	.t-3of5 {
		float: left;
		padding-right: .75em;
		width: 60%;
	}
	.t-4of5 {
		float: left;
		padding-right: .75em;
		width: 80%;
	}
}

@media (min-width: 1030px) {
	.d-all {
		float: left;
		padding-right: 0;
		width: 100%;
	}
	.d-regular {
		margin: auto;
		padding: 0;
		width: 1250px;
	}
	.d-1of2 {
		float: left;
		padding-right: .75em;
		width: 50%;
	}
	.d-1of3 {
		float: left;
		padding-right: .75em;
		width: 33.33%;
	}
	.d-2of3 {
		float: left;
		padding-right: .75em;
		width: 66.66%;
	}
	.d-1of4 {
		float: left;
		padding-right: .75em;
		width: 25%;
	}
	.d-3of4 {
		float: left;
		padding-right: .75em;
		width: 75%;
	}
	.d-1of5 {
		float: left;
		padding-right: .75em;
		width: 20%;
	}
	.d-2of5 {
		float: left;
		padding-right: .75em;
		width: 40%;
	}
	.d-3of5 {
		float: left;
		padding-right: .75em;
		width: 60%;
	}
	.d-4of5 {
		float: left;
		padding-right: .75em;
		width: 80%;
	}
	.d-1of6 {
		float: left;
		padding-right: .75em;
		width: 16.66667%;
	}
	.d-1of7 {
		float: left;
		padding-right: .75em;
		width: 14.28571%;
	}
	.d-2of7 {
		float: left;
		padding-right: .75em;
		width: 28.57143%;
	}
	.d-3of7 {
		float: left;
		padding-right: .75em;
		width: 42.85714%;
	}
	.d-4of7 {
		float: left;
		padding-right: .75em;
		width: 57.14286%;
	}
	.d-5of7 {
		float: left;
		padding-right: .75em;
		width: 71.42857%;
	}
	.d-6of7 {
		float: left;
		padding-right: .75em;
		width: 85.71429%;
	}
	.d-1of8 {
		float: left;
		padding-right: .75em;
		width: 12.5%;
	}
	.d-1of9 {
		float: left;
		padding-right: .75em;
		width: 11.11111%;
	}
	.d-1of10 {
		float: left;
		padding-right: .75em;
		width: 10%;
	}
	.d-1of11 {
		float: left;
		padding-right: .75em;
		width: 9.09091%;
	}
	.d-1of12 {
		float: left;
		padding-right: .75em;
		width: 8.33%;
	}
}

@media all and (max-width: 1240px) {
	.com-section .white span {
		padding: 0 90px 0 45px !important;
	}
	.com-text span {
		padding: 0 45px 0 90px;
	}
}

@media all and (max-width: 1080px) {
	.wrap {
		width: 1040px;
	}
	.generic .hsContainer {
		min-height: 800px;
	}
	.center .article-container {
		width: 95%!important;
	}
	.center .article-container article {
		max-width: 1000px;
	}
	.com-section .white {
		width: 60%;
	}
	.com-section .white span {
		padding: 0 25px 0 45px !important;
	}
	.top-coms {
		margin: 0;
	}
	.com-right {
		width: 40%;
	}
	.com-text {
		line-height: 350px;
		min-height: 350px;
	}
	.com-text span {
		font-size: 14px;
	}
	.directors ul li {
		width: 50%;
	}
	.directors ul li h3 {
		font-size: 13px;
	}
	.directors ul li h4 {
		font-size: 12px;
	}
	.com-section,
	.com-section img {
		height: 350px;
	}
}

@media all and (max-width: 900px) {
	.logo h2 {
		margin: 20px 0 20px 15px;
	}
	.nav {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	.com-section .white {
		width: 60%;
	}
	.com-section .white span {
		padding: 0 25px!important;
	}
	.com-section span {
		line-height: 1.3;
	}
	.top-coms {
		margin: 0;
	}
	.com-text {
		line-height: 250px;
		min-height: 250px;
		width: 60%;
	}
	.com-text span {
		font-size: 14px;
		padding: 0 25px;
	}
	.generic .messages .article-container {
		width: 100%;
	}
	.generic .messages .sidebar {
		margin: 25px;
		width: 100%;
	}
	.team ul li {
		width: 33.33333%;
	}
	.below-video {
		margin: 0;
		width: 100%!important;
	}
	.paralax-title .center-container {
		padding: 18% 0;
	}
	.paralax-title .center-container div {
		background: url(../images/ar-logo-m1-white.png);
		height: 302px;
		margin: auto;
		width: 321px;
	}
	.com-section,
	.com-section img {
		height: 250px;
	}
	.com-right,
	.com-image {
		width: 40%;
	}
}

@media all and (max-width: 768px) {
	.i5m {
		display: block;
	}
	#funders-group>div {
		width: 50%;
	}
	#funders-group img {
		max-width: 100%;
	}
	.mobile-v {
		display: block;
		height: auto!important;
		width: 100%;
	}
	.com-section {
		height: auto;
	}
	.com-section .white span {
		padding: 0 25px;
	}
	.com-section span {
		line-height: 1.2;
	}
	.com-section img {
		height: 200px;
	}
	.top-coms {
		margin: 0;
	}
	.com-right {
		float: none;
		margin: 0 auto;
		width: 80%;
	}
	.com-text {
		line-height: 200px;
		min-height: 200px;
		width: 100%;
	}
	.com-text span {
		font-size: 13px;
		padding: 0 25px;
	}
	.com-text h3 {
		font-size: 1.75em;
	}
	.main-content {
		width: 95%;
	}
	.ourpeople p {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.footer {
		padding: 50px 0 30px;
	}
	.footer #inner-footer .mail-list {
		padding: 25px;
		width: 95%;
	}
	.footer #inner-footer .mail-list h3 {
		width: 90%;
	}
	.footer #inner-footer .text-input {
		max-width: 100%!important;
		text-align: center;
		width: 100%!important;
	}
	.footer #inner-footer .name-input {
		margin: 0!important;
		max-width: 100%!important;
		text-align: center;
		width: 100%!important;
	}
	.i5,
	.desktop-v {
		display: none;
	}
	.com-section .white,
	.com-image {
		width: 100%;
	}
}

@media all and (max-width: 600px) {
	.paralax-title .center-container {
		padding: 120px 0 0;
	}
	.main-content {
		width: 100%;
	}
	.generic .messages article {
		margin: 0;
		padding: 0 25px;
		width: 100%!important;
	}
	.generic .messages article h2 {
		font-size: 1.2em;
		margin: 10px 0;
		text-align: center;
	}
	.generic .messages .sidebar {
		margin: 25px 0;
		width: 100%;
	}
	.generic .messages .finance-article {
		font-size: 14px;
		padding: 10px;
	}
	.generic .messages .quote {
		border-bottom: none;
		border-radius: 0;
		box-shadow: none;
		padding: 0 20px;
		width: 100%;
	}
	.generic .messages .quote h5 {
		font-size: 13px;
	}
	.shadow-image,
	.shadow-image-right {
		display: none;
	}
	.quote .center-container {
		font-size: 15px;
		padding: 25px;
		width: 100%;
	}
	.video-window {
		margin: 0 2.5%;
		width: 95%!important;
	}
	.team ul li {
		width: 50%;
	}
	.team ul li div {
		margin: 5px auto;
	}
	.team ul li h3 {
		margin: 20px 0 0;
	}
	.directors {
		margin: 10px 0 0;
	}
	.directors ul li {
		text-align: center;
		width: 100%;
	}
	.footer #inner-footer .mail-list {
		padding: 20px 10px;
	}
	.footer #inner-footer .mail-list .short {
		margin: 15px 0;
	}
	.bcg,
	.generic .hsContainer {
		min-height: 500px;
	}
	.com-text span,
	.com-section .white span {
		padding: 25px!important;
	}
}

@media all and (max-width: 300px) {
	.header {
		max-height: 55px;
		padding: 0;
	}
	.logo img {
		margin: 7px 8px;
		width: 120px;
	}
	.generic .hsContainer {
		min-height: 600px;
	}
	.generic .messages .finance-article {
		padding: 25px 8px;
	}
	.generic .messages .finance {
		font-size: .8em;
	}
	.generic .messages article {
		margin: 0;
		padding: 10px;
		width: 100%;
	}
	.generic .messages .sidebar {
		margin: 0;
		width: 100%;
	}
	.generic .messages .quote .center-container {
		padding: 20px;
		width: 100%;
	}
	.generic .mid-break {
		margin: auto;
		width: 100%;
	}
	.generic .mid-break img {
		margin: 0;
	}
	.divider {
		margin: 25px 0;
	}
	.team ul li {
		margin: 8px;
		width: 116px;
	}
	.ourpeople p {
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	.entry-content .alignleft,
	.entry-content img.alignleft {
		display: inline;
		margin-right: 1.5em;
	}
	.entry-content .alignright,
	.entry-content img.alignright {
		display: inline;
		margin-left: 1.5em;
	}
	.entry-content .aligncenter,
	.entry-content img.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.nav,
	.logo h2,
	.shadow-image,
	.shadow-image-right {
		display: none;
	}
	.generic .messages,
	.generic .messages .article-container {
		width: 100%;
	}
	.generic .messages .finance .number,
	.generic .messages article h2 {
		text-align: center;
	}
}

@media all and (max-height: 600px) {
	.generic .hsContainer,
	.bcg {
		min-height: 300px;
	}
	#slide-1 .bcg,
	#slide-2 .bcg,
	#slide-3 .bcg,
	#slide-4 .bcg,
	#slide-5 .bcg,
	#slide-6 .bcg,
	#slide-7 .bcg,
	#slide-8 .bcg {
		background-position: 50% 0!important;
	}
}

@media all and (max-height: 400px) {
	.generic .hsContainer,
	.bcg {
		min-height: 250px;
	}
}

@media print {
	* {
		-ms-filter: none!important;
		background: transparent!important;
		color: black!important;
		filter: none!important;
		text-shadow: none!important;
	}
	a,
	a:visited {
		color: #444!important;
		text-decoration: underline;
	}
	a:after,
	a:visited:after {
		content: " (" attr(href) ")";
	}
	a abbr[title]:after,
	a:visited abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100%!important;
    }
    
	@page{
		margin: .5cm;
    }
    
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
    }
    
	h2,
	h3 {
		page-break-after: avoid;
    }
    
	.sidebar,
	.page-navigation,
	.wp-prev-next,
	.respond-form,
	nav {
		display: none;
	}
}