/*
Theme Name: New Theme
Author: Hum Creative
Author URI: http://humcreative.com

*/

/* basics */

* {
	margin: 0;	
}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	overflow-y: scroll;
}

.clear {
	clear: both;	
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
}

p {
	margin: 0 0 10px 0;
}

img:not(.nostretch) {
	border: 0;
	width: 100%;
	height: auto;
}

a {
	color: #3a3a3a;
	text-decoration: underline;
}

/* lists... */

.content ul:not(.menu):not(.vmenu) {
	list-style: disc;
	padding-left: 0;
	margin: 15px 0 15px 15px;
}

ol.big-number {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  *list-style-type: decimal; /* targets IE6 and IE7 only */
}

ol.big-number > li {
  counter-increment: customlistcounter;
  margin-bottom: 70px;
  position: relative;
}

ol.big-number > li:before {
  color: #c2cc38;
  font-size: 35px;
  font-weight: 700;
  border: 2px solid #c2cc38;
  content: counter(customlistcounter) " ";
  position: relative;
  left: -95px;
  top: -9px;
  width: 60px;
  height: 60px;
  line-height: 55px;
  text-indent: 2px;
  border-radius: 50%;
  vertical-align: middle;
  float: left;
  clear: left;
  text-align: center;
  position: absolute;

}

ol.big-number > li:first-child {
  counter-reset: customlistcounter;
}

ol.less-spacing > li {
	margin-bottom: 40px;
}

ol.blue-numbers > li:before {
	color: #0065b1;
	border-color: #0065b1;
}

.social-icons,
.vmenu,
.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

.menu > li {
	margin: 0 .6em 0 0;
	padding: 0;
	display: inline-block;
}

.menu-4n > li:nth-child(4n+4),
.menu-3n > li:nth-child(3n+3),
.menu > li:last-child {
	margin-right: 0;
}

.social-icons,
.vmenu > li {
	margin: 0;
	padding: 0;
	display: block;
}


.vmenu > li > a,
.menu > li > a {
	text-decoration: none;
}

.flexmenu > li {
	margin: 0 .3em !important;
}

.widemenu > li {
	margin-right: 2em;
}

.widemenu > li:last-child {
	margin-right: 0;
}

.social-icons > li a {
	width: 21px;
	height: 21px;
	background: url(images/sprites-social-2x.png) 0 0 no-repeat;
	background-size: 100% auto;
	display: inline-block;
}

.social-icons > li a:hover {
	background-image: url(images/sprites-social-on-2x.png);
}

.social-icons > li.social-email a {			background-position: 0 3px;	}
.social-icons > li.social-twitter a {		background-position: 0 -37px;	}
.social-icons > li.social-facebook a {		background-position: 0 -78px;	}
.social-icons > li.social-instagram a {		background-position: 0 -118px;	}
.social-icons > li.social-linkedin a {		background-position: 0 -158px;	}

.side-text {
	position: absolute !important;
	top: 0;
	left: 0;
	text-align: center;
	width: 0;
	height: 100%;
	line-height: 100%;
}

.side-text span {
	display: block;
	position: absolute !important;
	top: 50%;
	width: 100px;
	margin-top: -25px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* ---- Clearfixes ---- */

.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}
.row:after,.clearfix:after{clear:both}
.row,.clearfix{zoom:1}


/* ---- GRID Layout ---- */

*{box-sizing:border-box; -ms-box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
body{margin:0 auto;}
.grid{margin:0 auto; width:100%; padding-left: 54px;} 
.row{width:100%; max-width:91600px; margin:0 auto; position: relative;}
.c1{width:8.33%;}
.c2{width:16.66%;}
.c3{width:25%;}
.c4{width:33.33%;}
.c5{width:41.66%;}
.c6{width:50%;}
.c7{width:58.33%;}
.c8{width:66.66%;}
.c9{width:75%;}
.c10{width:83.33%;}
.c11{width:91.66%;}
.c12{width:100%; min-height:1px; float:left; position:relative; padding-left: 10px;padding-right: 10px;}
.c1-5{width:20%;}/* This column can be used as a one fifth of the row */
.c1-8{width:12.5%;}/* This column can be used as a one eigth of the row */ 
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c1-5,.c1-8 {min-height:1px; float:left; padding-left:10px; padding-right:10px; position:relative;}
.c1.first,.c2.first,.c3.first,.c4.first,.c5.first,.c6.first,.c7.first,.c8.first,.c9.first,.c10.first,.c11.first,.c1-5.first,.c1-8.first {
  padding-left: 0; position:relative;
}
.c1.last,.c2.last,.c3.last,.c4.last,.c5.last,.c6.last,.c7.last,.c8.last,.c9.last,.c10.last,.c11.last,.c1-5.last,.c1-8.last {
  padding-right: 0; position:relative;
}

/* ---- Alignments ---- */
.half {width:50%; width: calc(50% - 10px);}
.twothirds { width: 66%;}
.third { width: 25%;}

.thirds .col {
	width: 25%;
	margin-right: 11%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}
.thirds .col:nth-child(3n) {
	margin-right: 0;
}
.fourths .col {
	width: 22%;
	margin-right: 1.5%;
	display: inline-block;
	vertical-align: top;
}
.fourths .col:nth-child(4n+3) {
	margin-right: 0;
}
.sixths .col {
	display: inline-block;	
	width: 14%;
	margin-right: 1.3%;
	vertical-align: top;
}
.sixths .col:nth-child(6n+5) {
	margin-right: 0;
}

.bottomright {
	position: absolute !important;
	bottom: 20px;
	right: 20px;	
}
.bottomrightnopadding {
	position: absolute;
	bottom: 0px;
	right: 20px;	
}
.bottomleft {
	position: absolute;
	bottom: 10px;
	left: 10px;		
}
.topleft {
	position: absolute !important;
	top: 40px;
	left: 40px;		
}

.centered{float: none; margin: auto;}
.left {float: left; clear:left; clear: right; margin-left:0px;}
.right {float: right;}
.halfwidth{width:50%; min-width:520px;}
.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-justify {text-align: justify;}
.valign-middle {display:table;width:100%;height:100%;}
.valign-middle > div {display:table-cell; vertical-align:middle;}

.padding-right {	padding-right: 50px;	}
.padding-left {		padding-left: 50px;		}
.padding-right10 {	padding-right: 10px;	}
.padding-left10 {		padding-left: 10px;		}
.nopadding { padding: 0 !important;}

.margin-right15 {		margin-right: 15px;	}
.margin-left15 {		margin-left: 15px;		}

.margin-top5 {margin-top: 5px;}
.margin-bot5 {margin-bottom: 5px !important;}
.margin-top10 {margin-top: 10px;}
.margin-bot10 {margin-bottom: 10px !important;}
.margin-top20 {margin-top: 20px;}
.margin-bot20 {margin-bottom: 20px;}
.margin-top25 {margin-top: 25px;}
.margin-bot25 {margin-bottom: 25px;}
.margin-top30 {margin-top: 30px;}
.margin-bot30 {margin-bottom: 30px;}
.margin-top40 {margin-top: 40px;}
.margin-bot40 {margin-bottom: 40px !important;}
.margin-top60 {margin-top: 60px;}
.margin-bot60 {margin-bottom: 60px;}
.margin-top75 {margin-top: 75px;}
.margin-bot75 {margin-bottom: 75px;}
.margin-top90 {margin-top: 90px;}
.margin-bot90 {margin-bottom: 90px;}
.margin-top120 {margin-top:120px;}
.margin-bot120 {margin-bottom:120px;}
.margin-top200 {margin-top:200px;}
.margin-bot200 {margin-bottom:200px;}
.margin-top250 {margin-top:250px;}
.margin-bot250 {margin-bottom:250px;}
.margin-top300 {margin-top:300px;}
.margin-bot300 {margin-bottom:300px;}



/* ---- Styles ---- */

body {
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	text-shadow: none; 
	font-size: 18px;
	line-height: 30px;
	color: #3a3a3a;
	background: #F5F5F5;
	font-family: 'Source Sans Pro', sans-serif;
}

.page-template-p-home-php #page-wrapper {
	background: #3a3a3a;
}

.size25 {
	font-size: 191px;
	line-height: 1.1em;
}

.size20 {
	font-size: 127px;
	line-height: 1.1em;
}

.size15 {
	font-size: 114px;
	line-height: 117px;
}

.size14 {
	font-size: 100px;
	line-height: 104px;
}
.size13 {
	font-size: 81px;	
	line-height: 81px;	
}
.size12 {
	font-size: 72px;	
	line-height: 74px;	
}

.size10 {
	font-size: 52px;	
	line-height: 52px;	
	font-weight: 700;
}

.size8 {
	font-size: 40px;
	line-height: 42px;
	font-weight: 700;
}

.size7 {
	font-size: 34.5px;
	line-height: 38px;
	font-weight: 700;
}

.size6 {
	font-size: 26px;
	line-height: 31px;	
}

.size6_5 {
	font-size: 24px;
	line-height: 28px;	
}

.size5 {
	font-size: 21px;
	line-height: 26px;	
}

.size4 {
	font-size: 19px;
	line-height: 22px;	
}

.size3 {
	font-size: 18px;
	line-height: 21px;
}

.size2 {
	font-size: 15px;
	line-height: 18px;
}

.size1 {
	font-size: 14px;
	line-height: 17px;
}

.size0 {
	font-size: 12px;
	line-height: 15px;
}

.regular { font-weight: 400;	}
.bold {		font-weight: 700;		}
.semibold {		font-weight: 600;		}
.light {	font-weight: 300;		}
.italic {	font-style: italic;		}
.caps {		text-transform: uppercase;	}
.nocaps {		text-transform: none !important;	}
.underline,
.underline * {text-decoration:underline !important;}
.nounderline,
.nounderline * {text-decoration: none;}

.two-col {
    -webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;    		
}

input[type=button],
input[type=submit],
button,
.btn {
	 -webkit-appearance: none;
	background: #c2cc38;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	/* text-transform: uppercase; */
	padding: 17px 15px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	font-weight: 600;
	letter-spacing: .1em;
	margin-bottom: 13px;
	cursor: pointer;
}

.btn-blue {			background-color: #0065b1;	}
.btn-green {		background-color: #c2cc38;	}
.btn-orange {		background-color: #fcb651;	}
.btn-grey2  {		background-color: #e6e7e8; }
.btn-purple {		background-color: #474794;	}
.btn-clear {
	background-color: transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.btn-clear.selected,
.btn-clear:hover {
	background-color: #ffffff;
	color: #c2cc38;
}
.bg-dark-blue .btn-clear.selected,
.bg-dark-blue .btn-clear:hover {
	color: #0065b1;	
}
.bg-orange .btn-clear.selected,
.bg-orange .btn-clear:hover {
	color: #fcb651;	
}
.btn-clear-green {
	background-color: transparent;
	border: 2px solid #c2cc38;
	color: #c2cc38;
}
.btn-clear-green:hover,
.selected .btn-clear-green {
	background-color: #c2cc38;
	color: #ffffff;
}
.btn-clear-orange {
	background-color: transparent;
	border: 2px solid #fcb651;
	color: #fcb651;
}
.btn-clear-orange:hover,
.selected .btn-clear-orange {
	background-color: #fcb651;
	color: #ffffff;
}

.btn-blue:hover {		background-color: #80b2d8;	}
.btn-green:hover {		background-color: #e1e69c;	}
.btn-orange:hover {		background-color: #fedba8;	}
.btn-grey2:hover  {		cursor:default; }
.btn-purple:hover {		background-color: #a3a3ca;	}


.btn-size0 {
	padding-left: 0;
	padding-right: 0;	
	width: 120px;
}

.btn-size1 {
	padding-left: 0;
	padding-right: 0;	
	width: 216px;
}

.btn-size2 {
	padding-left: 0;
	padding-right: 0;
	width: 290px;
}

.round {
    border-radius: 50%;	
}

.round-square {
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
  	background-repeat: no-repeat;
    border-radius: 50%;	
}
.round-square span {
	padding-top: 100%;
	display: block;
}

.circle-icon {
	margin: auto;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	line-height: 120px;
	text-align: center;
}

.circle-icon img {
	height: 60px;
	width: auto;
	vertical-align: middle;
}

.headline-row {
	background: #2d2d2d;
}

.headline-row > .row {
	max-width: 92200px;
}

.headline-row > .row,
.headline-row > .row > div {
	height: 575px !important;
}


.c6.bg-cover,
.headline-row .bg-cover {
	background-position: center 20%;
}

.widerow {
	max-width: 92200px;
}

.bg-cover {
  display: block;
	/* add grey? */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-top {
	background-position: top center !important;
}

.bg-shaded {
	position: relative;
}

.bg-shaded:after {
  content: "";
  background: rgba(0,0,0,.5);
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1; 	
  width: 100%;
  height: 100%;
}

.bg-shaded * {
	z-index: 2;
	position: relative;
}
.bg-shaded .emptycol {
	z-index: 0;
}	

.bg-white {	background-color: #ffffff;	}
.bg-black {  background-color: #2d2d2d;	}
.bg-grey {  background-color: #f1f2f2;	}
.bg-grey2 { background-color: #e6e7e8; }
.bg-dark-grey { background-color: #888888; }
.bg-dark-blue {	background-color: #0065b1;	}
.bg-blue {	background-color: #19b0e6;	}
.bg-green { background-color: #c2cc38;	}
.bg-gold { background-color: #FFAD00; }
.bg-light-green { background-color: #e1e6ac; }
.bg-black { background-color: #2d2d2d;	}
.bg-purple { background-color: #474794; }
.bg-orange { background-color: #fcb651;}
.bg-light-blue { background-color: #92cbe4; }
.bg-pink { background-color: #d3145a; }
.bg-maroon { background-color: #5C0F40; }

.half-bg-grey-white {
	background:linear-gradient(to right,  #f1f2f2 0%,#f1f2f2 50%,#ffffff 50%,#ffffff 100%);	
}
.half-bg-blue-grey {
	background:linear-gradient(to right,  #19b0e6 0%,#19b0e6 50%,#f1f2f2 50%,#f1f2f2 100%);
}
.half-bg-light-blue-white {
	background:linear-gradient(to right,  #92cbe4 0%,#92cbe4 50%,#ffffff 50%,#ffffff 100%);
}
.half-bg-grey-green {
	background:linear-gradient(to right,  #f1f2f2 0%,#f1f2f2 50%,#c2cc38 50%,#c2cc38 100%);	
}
.half-bg-purple-grey {
	background:linear-gradient(to right,  #474794 0%,#474794 50%,#f1f2f2 50%,#f1f2f2 100%);	
}

.white {    color: #ffffff;		}
.green {	color: #c2cc38; 	}
.black { 	color: #3a3a3a;		}
.blue  {    color: #0065b1;		}
.light-blue  {    color: #92cbe4;		}
.green {	color: #c2cc38; 	}
.grey  {    color: #aeaeae;		}
.purple  {    color: #474794;		}

.white-links a {
	color: #ffffff;
}

.white-links a:not(.btn):hover {
	opacity: .6;
}

.content {
	width: 100%;
	max-width: 700px;
	min-width: 320px;
	margin-left: auto;
	margin-right: auto;
}

.content iframe {
	max-width: 100%;
}

.content.width60 {
	max-width: 60% !important;
}

.content-size2 {
	width: 100%;
	max-width: 900px;
	min-width: 320px;
	margin-left: auto !important;
	margin-right: auto !important;	
}

.content-size2-half {
	width: 100%;
	max-width:450px;
	min-width: 160px;
}

.half-box {
	width: 100%;
	max-width: 380px;
	margin-left: auto;
	margin-right: auto;
}

.js-tabs {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.js-tabs > li {
	display: none;
}

.js-tabs > li.selected {
	display: block;
}

.spacer {
	padding-top: 75%;
}

.spacer-landscape {
	padding-top: 54%;
}

/* forms */

input[type=text],
input[type=email] {
	border: 0;
	padding: 10px;
	line-height: 24px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
}

input[type=button],
input[type=submit] {
	border: 0;
}

.gform_heading {
	display: none;
}

.gform_wrapper .gf_progressbar {
	background-image: none !important;
}

.gform_wrapper .gf_progressbar {
	background-color: #cccccc !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.gform_wrapper .percentbar_blue {
	background: #0065b1 !important;
}

.gf_progressbar_percentage span {
	display: none !important;
}

.gform_wrapper input[type=text] {
	text-decoration: none;
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	color: #ffffff;
	padding: 8px 6px !important;
	border-radius: 3px;
	font-weight: 600;
	letter-spacing: .1em;
	margin-bottom: 0;
	cursor: pointer;
	border: 2px solid #3a3a3a;	
	color: #3a3a3a;
}

.gform_wrapper select {
	border: 2px solid #3a3a3a;	
	color: #3a3a3a;
	padding: 7px 6px !important;
	border-radius: 3px;	
}

.gform_wrapper .ginput_container {
	margin-top: 20px;
}

.gform_wrapper .gfield {
	margin-bottom: 25px !important;
}

.gform_wrapper .ginput_container {
	margin-top: 0 !important;
}

.gform_wrapper input[type=text] + label {
	margin-top: 0;
}

.gform_wrapper input[type=button],
.gform_wrapper input[type=submit] {
	background-color: #0065b1;
}

.gform_wrapper input[type=button]:hover,
.gform_wrapper input[type=submit]:hover {
	background-color: #80b2d8;
}

.gform_wrapper .sidefield label {
	width: 120px;
	display: inline-block;
	float: left;
	margin-top: 6px !important;
}

.gform_wrapper .sidefield {
	margin-bottom: 20px !important;	
	clear: both;
	height: 30px;
}

.gform_wrapper .sidefield input {
	width: 100% !important;
}

.gform_wrapper .ginput_product_price {
	color: #3a3a3a;
}

.gform_wrapper .sidefield .ginput_container {
	float: left;
	display: inline-block;
}

.gform_confirmation_wrapper {
	margin-top: 2em;
}

.gform_confirmation_message {
	font-size: 1.666em;
	line-height: 1.125em;
	font-weight: 700;
	color: #0065b1;
}

@media only screen and (max-width:640px){
	.gform_wrapper select {
		padding: 13px 6px !important;
	}
}

/* header */

body {
	border-top: 81px solid #2d2d2d;
}

#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 200;
	padding: 0 20px;
	/*background: #2d2d2d;*/
	pointer-events: none;
	height: 77px;
}
#header > .grid {
	position: relative;
	z-index: 1;
}
#header::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background-color: rgba(0,0,0,0);
	transition: background-color .5s ease-in-out;
	z-index: 0;
}
@media screen and (max-width:1024px){
	#header {
		padding:0;
	}
}

#header a {
	pointer-events: auto !important;
}

#header .grid {
	max-width: 2330px;
	margin-top: 16px;
	margin-left: auto;
	padding-left: 56px;
	border: none;
}

#header a {
	z-index: 2000;
	position: relative;
}

body.tax-department,
body.post-type-archive-careers,
body.page-template-p-team,
body.page-template-p-resources-php,
body.page-template-p-youth-resources-php,
body.single-events,
body.page-template-p-events-php,
body.home,
body.overlay-header {
	border-top: 0;
}

#logo {
	background: url(images/logo-2x.png) no-repeat;
	background-size: auto 100%;
	height: 41px;
	line-height: 41px;
	min-width: 35px;
}

#logo a {
	display: inline-block;	
	height: 41px;
	min-width: 35px;
}

#logo img {
	vertical-align: middle;
	height: 34px;
	margin-left: 40px;
	opacity: 1;
	-webkit-transition: opacity .25s;
	-moz-transition: opacity .25s;
	transition: opacity .25s;
}

.page-template-p-get-involved-php.fixed-page-nav #header-donate {
	background-color: transparent;
	border: 2px solid #ffffff;
}

.page-template-p-get-involved-php.fixed-page-nav #header-donate:hover {
	background: #ffffff;
	color: #0065b1;
}

/* page nav */

.page-nav {
	height: 77px;
	z-index: 201;
	position: relative;
}

.page-nav .btn {
	margin: 13px 3px 13px;
}

.scrolled-down #logo img {
	opacity: 0;
}
.scrolled-down:not(.fixed-page-nav) #header::after {
	background-color: rgba(45,45,45,.85);
}
.scrolled-down:not(.fixed-page-nav) #logo img {
	opacity: 1;
}

.scrolled-down #header .page-nav ul.menu {
	background: transparent;
	position: fixed;
	z-index: 204;
	top: 0;
	left: 27px;
	text-align: center;
	width: 100%;
}

.scrolled-down #header .page-nav {
	height: auto;
	background: transparent;
}

.scrolled-down #nav + .page-nav {
	visibility: hidden;
}

.fixed-page-nav #main {
	margin-top: 77px;
}

.fixed-page-nav #logo img {
	display: none;
}



/* nav */

body #nav {
	position: fixed;
	left: -500px;
	top: 0;
	width: 554px;
	background: #292929;
	height: 100%;
	z-index: 300;
	transition: left .5s;
	-moz-transition: left .5s;
}

body:not(.menu-visible) #nav {
	cursor: pointer;
}

#nav .mc_embed_signup,
#nav #nav-logo,
#nav #menu-main-menu,
#nav #menu-second-menu {
	display: none;
}

#nav #menu-button {
	position: absolute;
	top: 30px;
	right: 15px;
	cursor: pointer;
	z-index: 1002;
}

#mobile-menu-button {
	display: none;
}

#nav #menu-button .hamburger {
	display: block;
	width: 25px;
	height: 23.5px;
	background: url(images/hamburger-2x.png) center center no-repeat;
	background-size: 100% 100%;
}

#nav #menu-button .menu-text:after {
	display: block;
	content: "Menu";
	font-weight: 700;
	text-decoration: none;
	color: #ffffff;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	position: absolute;
	top: 52px;
	left: -9px;
}

#nav .social-icons {
	display: block;
	position: absolute;
	bottom: 40px;
	right: 6px;
	height: auto;
	width: 34px;
}

#nav .social-icons li {
	margin: 0 0 12px 0;
}

.menu-visible #nav .nav-main {
	left: 5%;
	width: 95%;
	top: 0;
	position: absolute;
	height: 100%;
	z-index: 1001;
	transition: opacity .25s;
	opacity: 1;
	overflow-y: scroll;

	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu-visible #nav .nav-main::-webkit-scrollbar {
    background-color: rgba(0,0,0,0);
}
.menu-visible #nav .nav-main::-webkit-scrollbar-track {
    background-color: rgba(0,0,0,.05);
}

.menu-visible #nav .nav-main::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.1);
    /*border: 1px solid #000;*/
}

.menu-animating #nav .nav-main {
	/* opacity: 0; */

}

.menu-visible #nav #menu-button .menu-text:after {
	content: "Close";
}

.menu-visible #nav #menu-button .hamburger {
	background-image: url(images/close-x-2x.png);
}

#nav #menu-main-menu {
	display: block;
	/*
	position: absolute;
	left: 0;
	top: 30px;
	*/
	margin-top: 30px;
}

.nav-main-bottom {
	
	/*
	position: absolute;
	bottom: 20px;
	left: 0;
	*/
	margin-top: 60px;
	padding-bottom: 30px;
	width: 100%;
	-webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

#nav #menu-main-menu li {
	margin-bottom: .8em;
}
#nav #menu-main-menu li:last-child {
	margin-bottom: 0;
}

#nav .mc_embed_signup,
#nav #menu-second-menu {
	display: block;
}

.mc_embed_signup {
	position: relative;
	height: 44px;
}
.mc_embed_signup.mc_embed_signup--page {
	height: auto;
}

.mc_embed_signup.mc_embed_signup--footer {
	margin-bottom: 36px;
}

.mc_embed_signup input[type=submit] {
	padding-top: 15px;
	padding-bottom: 14px;
	margin-left: 10px;
	margin-bottom: 0;
}

.mc-embedded-subscribe-form .mc-feedback {
	display: none;
}

.mc-embedded-subscribe-form .loader {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 2em;
	width: 1em;
	height: 1em;
}

.mc-embedded-subscribe-form .loader path {
	fill: #fff;
}

.mc-embedded-subscribe-form.mc-embedded-subscribe-form--processing input[type=submit] {
	opacity: .25;
}

.mc-embedded-subscribe-form.mc-embedded-subscribe-form--processing .loader {
	display: block;
}

.mc-embedded-subscribe-form .mc-fields {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.mc-field-error {
	display: none;
	color: #cc0000;
	font-size: .777em;
}
.mc-field-group--error .mc-field-error {
	display: block;
}

/* PAGE FORM */
.mc-embedded-subscribe-form--page  {
	background-color: #ffffff;
	padding: 40px;
}
.mc-embedded-subscribe-form--page .mc-fields {
	flex-wrap: wrap;
}

.mc-embedded-subscribe-form--page .mc-field-group {
	width: 100%;
	margin-bottom: 18px;
}
.mc-embedded-subscribe-form--page .mc-field-group:last-child {
	margin-bottom: 0
}
.mc_embed_signup.mc_embed_signup--page label {
    font-size: 16px;
    color: rgb(101, 101, 101);
    word-break: break-word;
    word-break: normal;
}

.mc_embed_signup.mc_embed_signup--page input[type="submit"] {
	margin-left: 0;
	padding-left: 30px;
	padding-right: 30px;
}

.mc_embed_signup.mc_embed_signup--page input[type="text"], .mc_embed_signup.mc_embed_signup--page input[type="email"], .mc_embed_signup.mc_embed_signup--page select {
	width: 100%;
	border: 1px solid #dbdbdb;
	border-radius: 3px;
}
.mc_embed_signup.mc_embed_signup--page select {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	line-height: 24px;
	padding: 13px 10px;
	color: #767676;
}


.mc-embedded-subscribe-form .mc-fields .mc-fields-column {
	position: relative;
}

.mc-embedded-subscribe-form.mc-embedded-subscribe-form--success .mc-fields {
	display: none;
}

.mc-embedded-subscribe-form.mc-embedded-subscribe-form--success .mc-feedback {
	display: block;

}

.mc-embedded-subscribe-form.mc-embedded-subscribe-form--success .mc-feedback .mc-feedback-heading {
	color: #c2cc38;
	font-size: 1.333em;
	padding-top: 0.25em;
}
.mc-embedded-subscribe-form.mc-embedded-subscribe-form--success .mc-feedback .mc-feedback-content {
	font-size: 1em;
	padding-top: 0.5em;
}

.mc-embedded-subscribe-form .mc-error {
	display: none;
	color: #c00;
	font-size: 0.7em;
	line-height: 1em;
	padding-top: .5em;
}

.mc-embedded-subscribe-form.mc-embedded-subscribe-form--error .mc-error {
	display: block;
}

.menu-visible #nav .social-icons {
	margin-top: 30px;
	right: auto;
	position: static;
	width: 100%;
}

.menu-visible #nav .social-icons li {
	display: inline-block;
	margin: 0 6% 0 0;
}

.menu-visible #nav .social-icons li a {
	background-image: url(images/sprites-social-on-2x.png);
}

.menu-visible #nav .social-icons li a:hover {
	background-image: url(images/sprites-social-2x.png);
}

.menu-visible #nav #nav-logo {
	margin-top: 50px;	
	display: block;
	width: 46px;
	height: 63px;
	background: url(images/nav-logo-2x.png) center center no-repeat;
	background-size: 100%;
}


/* content */

.bg-pie {
	background:url(images/content/about-financial-pie-2x.png) 90% center no-repeat #e1e6ac;	
	background-size: auto 50%;
}

#financials-pies img {
	padding: 0 15%;
}


/* team */

.page-template-p-team #main {
	position: relative;
}

#team-bio,
.team {
	min-height: 230px;
	height: auto;
}

.team {
	margin-bottom: 40px !important;
	-ms-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	transition: opacity .5s;
}

.bio-active .team {
	opacity: .1;
}

.bio-active .team.selected {
	opacity: 1;
}

.bio-active .js-bio-expand {
	visibility: hidden;
}

.team .bio {
	display: none;
}

#team-bio {
	visibility: hidden;
	opacity: 0;
	background: #f6f6f6;
	text-align: center;
	padding: 30px 120px;
	position: absolute;
	left: 0;
	width: 100%;
	margin: -40px auto 0;
	z-index: 40;
	transition: opacity .2s;
}

#team-bio .content {
	padding: 0 40px;
	background: url(images/close-x-black-2x.png) right top no-repeat;
	background-size: 19px 86.5px;
	min-height: 120px;
	max-width: 500px;
	position: absolute;
	top: 0;
	font-size: 16px;
	line-height: 20px;
}

.bio-active #team-bio {
	visibility: visible;
	opacity: 1;
}


/* events */

.vborder li {
	border-bottom: 1px solid #dfdfdf;
	padding: 10px 0;
}

.vborder li:last-child {
	border-bottom: none;
}

.other-events-menu li,
.other-events-menu li:after  {
	clear: both;
}
.other-events-menu li a {
	display: flex;
	align-items: center;
}
.other-events-menu li .date {
	display: inline-block;
	margin-right: 20px;
}
.other-events-menu li .date:empty {
	display: none;
}


#event-form {
	display: none;
	border-bottom: 1px solid #dfdfdf;
}

.js-show-event-form {
	opacity: 1;
	transition: opacity .25s;
}

.event-form-visible .js-show-event-form {
	opacity: 0;
}


/* timeline */

#timeline-line {
	height: 1000px;
	background: #c2cc38;
	width: 2px;
	position: absolute;
	left: 25px;
	top: 170px;
}

#timeline-line:after {
	content: ' ';
	display: block;
	position: absolute;
	bottom: -5px;
	left: -9px;
	width: 20px;
	height: 27.5px;
	background: url(images/arrow-down-green-2x.png) center center no-repeat;
	background-size: 20px 27.5px;
}

.decade-year {
	position: absolute;
	left: -30px;
	top: 150px;
	padding: 0 30px;
	background: #f5f5f5;
	font-size: 21px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* youth access */

.menu-shapes li {
	display: inline-block;
	width: 162px;
	height: 163px;
	background-size: 100% auto;
	margin: 0 15px;
}

.menu-shapes li a {
	padding: 15px;
	text-decoration: none;
	color: #fcb651;
	display: inline-block;
}

.menu-shapes li.selected a,
.menu-shapes li:hover a {
	color: #ffffff;
}

.menu-shapes li:nth-child(1) {		background-image: url(images/content/youth-tabs-open-1.gif);		}
.menu-shapes li:nth-child(2) {		background-image: url(images/content/youth-tabs-open-2.gif);		}
.menu-shapes li:nth-child(3) {		background-image: url(images/content/youth-tabs-open-3.gif);		}

.menu-shapes li.selected:nth-child(1),
.menu-shapes li:nth-child(1):hover {		background-image: url(images/content/youth-tabs-closed-1.gif);		}
.menu-shapes li.selected:nth-child(2),
.menu-shapes li:nth-child(2):hover {		background-image: url(images/content/youth-tabs-closed-2.gif);		}
.menu-shapes li.selected:nth-child(3),
.menu-shapes li:nth-child(3):hover {		background-image: url(images/content/youth-tabs-closed-3.gif);		}

.tweets {
	position: relative;
}

.tweets .tweet {
	width: 100%;
	height: 250px;
	padding: 0 20%;
	margin-top: 80px;
	margin-bottom: 80px;
}

.tweets .side-text+.c6 .tweet {
	border-right: 1px solid #474794;
	position: relative;
	left: 10px;
}

.tweets .tweet a {
	color: #ffffff;
	text-decoration: none;
}

.tweets .tweet a:hover {
	color: #3a3a3a;
}

.tweets .tweet .size0 {
	margin-top: 30px;

}

.tweets .text {
	font-size: 28px;
	line-height: 1.1em;
}

.tweets .big .text {
	font-size: 35px;
}

.tweets .tiny .text {
	font-size: 20px;
}

/* skew shapes */

.page-template-p-resources #main,
.page-template-p-home #main,
.page-template-p-youth-resources #main,
.page-template-p-youth-access #main {
	position: relative;
/*	max-width: 2560px; */
	overflow: hidden;
}

.page-template-p-resources #main > .row > div,
.page-template-p-home #main > .row > div,
.page-template-p-youth-resources #main > .row,
.page-template-p-youth-access #main > .row {
	position: relative;
}

.page-template-p-resources #main .row > div > *:not(.skew),
.page-template-p-home #main .row > div > *:not(.skew),
.page-template-p-youth-resources #main .row > *:not(.skew),
.page-template-p-youth-access #main .row > *:not(.skew) {
	z-index: 100;
	position: relative;
}

.skew:before {
  margin-left: 54px;
  content: ' ';
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: initial;	
  max-width: 2560px;
}

#home-skew1:before {
  top: -120px;
  left: 0;
  margin-left: 0;
  background: url(images/content/youth-bg-top.jpg) #474794 center center;
 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
  overflow: visible;
  height: 500px;
  z-index: 99;
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
}

#ya-skew1:before {
  top: 400px;
  overflow: visible;
  height: 200px;
  background: #474794;
  -webkit-transform: skewY(4deg);
  -moz-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  transform: skewY(4deg);
}

#ya-skew2:before {
  top: -120px;
  overflow: visible;
  height: 200px;
  background: #474794;
  -webkit-transform: skewY(-3.5deg);
  -moz-transform: skewY(-3.5deg);
  -ms-transform: skewY(-3.5deg);
  -o-transform: skewY(-3.5deg);
  transform: skewY(-3.5deg);
  margin-left: 0;
}


#ya-skew3:before {
  top: -30px;
  overflow: visible;
  height: 200px;
  background: #fcb651;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  margin-left: 0;
}

#ya-skew4:before {
  top: -200px;
  overflow: visible;
  height: 300px;
  background: #fcb651;
  -webkit-transform: skewY(4deg);
  -moz-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  transform: skewY(4deg);
  margin-left: 0;
}

#ya-skew5:before {
  top: -160px;
  overflow: visible;
  height: 300px;
  background: #F5F5F5;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
  margin-left: 0;
}

#yar-skew1:before {
  top: 500px;
  overflow: visible;
  height: 200px;
  background: #474794;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
}

#yar-skew2:before {
  top: -130px;
  overflow: visible;
  height: 200px;
  margin-left: 0;
  background: #474794;
  -webkit-transform: skewY(4deg);
  -moz-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  transform: skewY(4deg);
}

#yar-skew3:before {
  top: -100px;
  overflow: visible;
  height: 200px;
  margin-left: 0;
  background: #f1f2f2;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
}

#resources-skew1:before {
  top: -130px;
  overflow: visible;
  height: 200px;
  margin-left: 0;
  background: #F5F5F5;
  -webkit-transform: skewY(3deg);
  -moz-transform: skewY(3deg);
  -ms-transform: skewY(3deg);
  -o-transform: skewY(3deg);
  transform: skewY(3deg);
}


/* get involved */

.logos li {
	height: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 30px 30px 30px;
	line-height: 90px;
	vertical-align: middle;
}

.logos li img {
	height: auto;
	width: auto;
	vertical-align: middle;
}


/* post */

.post-preview-large .btn,
.post-preview-medium .btn {
	margin: auto;
	width: 140px;
	display: block;
}

.content img {
	margin: 1.2em 0;
	width: auto;
	max-width: 100%;
}

.content .wp-caption.extended,
.content img.extended {
	max-width: 9999em;
}

.content img + .wp-caption-text {
	margin-top: -1.8em;
	margin-bottom: 1.2em;
}

.content .wp-caption.extended img {
	width: 100%;
	height: auto;
}

.aligncenter {
	margin: auto;
}

.alignleft {
	margin: 0 1em 1em 0;
	float: left;
}

.alignright {
	margin: 0 0 1em 1em;
	float: right;
}

.alignleft img,
.alignleft img,
.aligncenter img {
	margin-top: .5em;
} 

.wp-caption {
	max-width: 100%;
}

.wp-caption-text {
	font-size: 16px;
	line-height: 19px;
	color: #a6a6a6;
	font-weight: normal;
}

.bg-green .wp-caption-text {
	color: #888f39;
}

blockquote {
	line-height: 38px;
	text-align: center;
	font-weight: 700;
	color: #c2cc38;
	margin: 50px 0;
}

.bg-green blockquote {
	color: #ffffff;
}

blockquote + .wp-caption-text {
	margin-top: -40px;
	display: block;
	text-align: center;
	margin-bottom: 40px;
}

.video-preview {
	display: block;
	position: relative;
	line-height: 0;
	margin: 1.2em 0;
}

.video-preview img {
	margin: 0 auto;
}

.content .video-preview + .wp-caption-text {
	margin-top: -1.2em;
	margin-bottom: 1.2em;	
}

.video-preview .overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:  0px;
	left: 0px;
	background: url(images/play-button-2x.png) no-repeat center center rgba(45,45,45,.5);
	background-size: 75px 75px;
	transition: background .2s;
}

.video-preview:hover .overlay {
	background-color: rgba(45,45,45,.7);
}

/* programs / colleges map */

#collegesmap {
	position: relative;
	max-width: 1000px;
	margin: auto;
}
#collegesmap .location {
	position: absolute;		
	height: 8px;
	width: 8px;
	margin: -4px 0 0 -4px;
    border-radius: 8px;
    border: 2px solid #c2cc38;
}

#collegesmap .location:hover {
	background-color: #c2cc38;
	cursor: pointer;
}

#collegesmap-tooltip {
	position: absolute;
	width: 180px;
	height: 14px;
	margin-left: -90px;
	background: url(images/content/programs-map-triangle.png) center center no-repeat;
	margin-top: -24px;
	background-size: 33px 14px;
	display: none;

}

#collegesmap-tooltip .inner {
	border-radius: 5px;
	position: absolute;
	background: #c2cc38;
	width: 180px;
	left: 0;
	bottom: 14px;
	min-height: 50px;
	z-index: 99;
	text-align: center;
	padding: 10px;		
}

#collegesmap-tooltip .title {
	font-size: 15px;
	line-height: 18px;
	color: #000000;
}
#collegesmap-tooltip .description {
	font-size: 11px;
	line-height: 17px;
	margin-top: 3px;
	color: #ffffff;
	/*text-transform: uppercase;*/
}

.tooltip-visible #collegesmap-tooltip {
	display: block;
}


/* slideshow */

.cycle-slideshow,
.cycle-slideshow .slide {
	height: 500px;
}

.slideshow-container {
	position: relative;
	font-size: 14px;
	color: #a6a6a6;
	margin-top: 1.2em;
	margin-bottom: 70px;
}

.cycle-slideshow .slide {
	width: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.slideshow-container img {
	left:-999999em;
	position: absolute;
}

.slide-caption {
	position: absolute;
	bottom: -40px;
	left: 0;
	line-height: 17px;
	vertical-align: bottom;
}

.slideshow-container .cycle-pager {
	position: absolute;
	bottom: -40px;
	right: 0px;
	z-index: 1000;
}

.slideshow-container .cycle-pager span {
	margin-left: 5px;
	display: inline-block;
	color: #a6a6a6;
	cursor: pointer;

}

.cycle-pager-active {
	text-decoration: underline;
}


/* footer */
#footer {
	overflow-x: hidden;
}

#footer > .grid {
	padding-top: 90px;
	padding-bottom: 90px;
}

#menu-footer-menu li {
	margin-bottom: .4em;
}

#footer-logo {
	margin-right: 20px;
}
.footer-logos {
	width: calc(100% + 50px);
	display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 20px 30px -70px;
}
@media only screen and (min-width:769px) and (max-width:1080px){
	.footer-logos {
		flex-wrap: wrap;
		justify-content: end;
		width: 100%;
		margin: 50px 0 0 -10px;
	}
	div.footer-logos a:not(:first-child) {
		margin-left: 0;	
	}
	div.footer-logos a:not(:last-child) {
		margin-right: 0;
		margin-bottom: 10px;	
	}
	img.footer-logos__img {
		max-height: 70px;
	}
}
@media only screen and (min-width:1081px) and (max-width:1440px){
	.footer-logos {
		margin: 30px 20px 30px -80px;
	}
}
@media only screen and (max-width:768px){
	.footer-logos {
		margin: 30px 0;
		justify-content: flex-start;
	}
}
.footer-logos a:not(:first-child) {
	margin-left: 10px;	
}
.footer-logos a:not(:last-child) {
	margin-right: 10px;	
}
.footer-logos__img {
	display: block;
	width: auto;
	max-height: 80px;
}

#footer-buttons-container {
	position: relative;
	z-index: 100;
}

.footer-charity-logo {
	width: 125px; 
	margin-top: 40px;
	max-width:125px;
	    margin-right: 5px !important;
}

#back-to-top {
	margin: 0 20px;
	width: fit-content;
	background: url(images/arrow-up-2x.png) top center no-repeat;
	background-size: 20px 20px;
	padding-top: 26px;
}

/* Homepage Notice (Added for COVID-19) */
#notice.headline-row {
	background-color: #fff;
}
#notice.headline-row > .row, 
#notice.headline-row > .row > div {
	height: 300px !important;
}
#notice div.copy {
	max-width:60%;
	margin-left:auto;
	margin-right:auto;
}
@media only screen and (max-width:480px){
	#notice.headline-row > .row,
	#notice.headline-row > .row > div{
		height: 400px !important;
	}
	#notice div.copy {
		max-width:unset;
	}
}
/* COVID-19 page */
@media only screen and (max-width:480px){
	#leftGrid {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
	}
	#leftGrid .c6:first-of-type {
		order: 2;
	}
	#leftGrid .c6:last-of-type {
		order: 1;
	}
}/* Financials */
#financePdfs .menu > li {
	display:block;
	margin: 0;
	text-align:center;
}
#financePdfs .menu > li .btn {
	min-width:200px;
}
@media screen and (max-width:480px){
	#financePdfs .menu > li .btn {
		min-width:240px;
	}
}
@media screen and (max-width:960px){
	#financePdfs ul.menu {
		margin-bottom: 20px;
	}
}
@media screen and (min-width:760px) and (max-width:960px){
	#financePdfs .row .c4 {
		padding:0;
		width:33%;
	}
}

/* new donate button */
iframe.fun-widget {
	cursor: pointer;
	position: relative;
	z-index: 2000;
}

/* donate 2020 template */

body.page-template-page-donate2020.hide_donate_header #header-donate {
	display:none;
}

#donateBg {
	background-color:#70bae3;
}
#donateForm {
	background-color:#fff;
	color:#231f20;
	margin:30px 0;
	max-width:450px;
	padding:20px 0;
}
#donateForm #embedForm {
    align-content: center;
    align-items: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
	min-height:490px;
	position: relative;
	z-index: 0;
	text-align: center;
}
#donateForm .inner {
	padding:0 16px;
}
#donateForm h2.header {
	color:#0164af;
}
#donateForm .main {
	font-size:19px;
	line-height:26px;
}
#donateForm .paragraph {
	font-size:16px;
	line-height:24px;
}
#donateForm .paragraph.paragraph--last p:last-of-type {
	margin-bottom:0;
}

#donateForm .subheader {
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	text-transform:uppercase;
}
@media screen and (min-width:480px){
	#donateBg {
		padding:70px 0;
	}
	#donateForm {
		margin:0 auto;
		padding:40px 0;
	}
	#donateForm .inner {
		padding:0 50px;
	}
}
@media screen and (max-width:767px){
	#donateBg {
		background-image:none!important;
	}
}
@media screen and (min-width:768px) {
	#donateBg {
		background-image:url(https://picsum.photos/1920/1080);
		background-position-y: top;
		background-size:cover;
	}
	#donateBg.donateBg--left {
		background-position-x: left;
	}
	#donateBg.donateBg--center {
		background-position-x: center;
	}
	#donateBg.donateBg--right {
		background-position-x: right;
	}
	#donateBg.donateBg--top {
		background-position-y: top;
	}
	#donateBg.donateBg--middle {
		background-position-y: center;
	}
	#donateBg.donateBg--bottom {
		background-position-y: bottom;
	}
}
@media screen and (min-width:768px) and (max-width:1500px){
	body.page-template-page-donate2020 .row .c4 {
		width:unset;
	}
}

/* CSS Loader */

.sk-chase {
width: 40px;
height: 40px;
/* position: relative; */
position:absolute;
animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0; 
animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
content: '';
display: block;
width: 25%;
height: 25%;
background-color: #0164af;
border-radius: 100%;
animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
	50% {
	transform: scale(0.4); 
	} 
	100%, 0% {
		transform: scale(1.0); 
	} 
}

/* new home template 2020 */
#home__hero {
	height:600px;
	background-repeat:no-repeat;
	background-position:top center;
	position:relative;
}
#home__hero--inner {
	bottom:0;
	padding:0;
	position:absolute;
}
#home__hero--inner h2 {
	padding:0 10px;
}
#home__hero--content {
	padding:30px 20px;
}

#home__statistics .c6 {
	padding:0;
}

#home__statistics #home__statistics--left {
	padding:60px 20px;
}
#home__statistics #home__statistics--num {
	display:block;
	color:#70bae3;
	font-size:112px;
	font-weight:700;
	padding:40px 0 70px;
}
@media screen and (max-width:375px){
	#home__statistics #home__statistics--num {
		font-size:95px;
	}
}
#home__statistics--left .home__statistics--inner p {
	line-height:30px;
}
#home__statistics--right .home__statistics--inner {
	padding:50px 20px;
}
#home__statistics--right .home__statistics--inner p {
	line-height:38px;
}
.home__icons .row {
	padding:50px 30px;
}
.home__icons .row .home__icons--single {
	margin-bottom:15px;
	padding:0;
}
.home__icons--single .home__icons--img,
.home__icons--single .home__icons--title {
	display:inline-block;
}
.home__icons--single .home__icons--img {
	width:60px;
	height:60px;
	margin-bottom:0;
	margin-right:20px;
}
.home__icons--single .mobile {
	align-items:center;
	display:flex;
	flex-direction:row;
	margin-bottom:20px;
}
.home__icons--single .home__icons--copy {
	padding:0 10px;
}
.home__overlay.bg-cover.bg-right{
	background-position-x:right;
}
.home__overlay.bg-cover.bg-left{
	background-position-x:left;
}
.home__overlay .home__overlay--inner {
	padding-top:35px;
	padding-bottom:40px;
}
#home__hero #home__hero--content {
	align-items:center;
	display:flex;
	flex-direction:column;
	justify-content:center;
	max-width:700px;
	margin:0 auto;
}
#home__subhero {
	background-color:#393a3b;
}
#home__subhero #home__subhero--content {
	margin:0 auto;
	max-width:824px;
	padding: 30px 0 40px;
}
#home__statistics .c6,
.home__overlay .c6 {
	align-items:center;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.home__full-title {
	padding: 40px 0;
}
.home__icons--single .home__icons--copy,
.home__icons--single .home__icons--title {
	color:#3a3a3a;
}
.home__overlay--inner .home__overlay--copy {
	margin-bottom:35px;
}
.home__overlay--inner .btn {
	margin-bottom:0;
}
.home__icons--single .home__icons--title {
	font-size:23px;
	font-weight:bold;
	line-height:30px;
	margin-bottom:0;
	padding-right:20px;
}
.home__icons--single .home__icons--copy {
	font-size:18px;
	font-weight:600;
	line-height:30px;
}

/* Accordions */

.home__icons--hidden {
	display: none;
}
.home__icons--content {
	height:0;
	overflow-y:hidden;
	transition: all .3s ease-in-out;
}
label.home__icons--toggle {
	position: relative;
	display: block;
}
label.home__icons--toggle:after {
	color:#5c0f40;
	font-family:'FontAwesome';
	font-weight:900;
	content:"\f067";
	position:absolute;
	right:0;
}
.home__icons--hidden:checked + label.home__icons--toggle:after {
	content: "\f068";
}
.home__icons--hidden:checked ~ .home__icons--content {
	height: 150px;
	transition: all .3s ease-in-out;
}
.home__icons--hidden:checked ~ .home__icons--content.home__icons--content-short {
	height: 100px;
}
.home__icons--hidden:checked ~ .home__icons--content.home__icons--content-long {
	height: 200px;
}

.home__instagram.row {
	margin:0 auto;
	max-width:1304px!important;
	padding-top:80px;
	text-align:center;
}
.home__instagram.row h3 {
	color:#3a3a3a;
	font-size:35px;
	line-height:1.2;
	font-weight:bold;
	padding-top:20px;
    padding-left:15px;
	padding-right:15px;
}
.home__instagram.row #instaIcon {
	margin:0 auto;
}
.home__instagram.row #instaIcon,
.home__instagram.row #instaIcon img {
	display:block;
	height:60px;
	width:60px;
}
.home__instagram #igWrapper {
	display:block;
	min-height:420px;
	margin-top:40px;
	margin-bottom:35px;
	position:relative;
}
.home__instagram #igBackground {
	height:100%;
	position:absolute;
	width:100%;
	z-index:0;
}
.home__instagram div#loader {
    align-items: center;
    display: flex;
    flex-direction: column;
	height: 100%;
	justify-content: center;
	position:relative;
}
.home__instagram.row #instafeed {
	align-items:center;
	background-color:#f5f5f5;
    clear: both;
	display: flex;
	flex-direction:row;
	flex-wrap:wrap;
    float: unset;
	justify-content: space-between;
	position:relative;
	z-index:5;
}

.home__instagram.row #instaFade {
	display:none;
	position:relative;
	z-index:5;
}
.home__instagram #instafeed .instagram-feed__item {
	background-size:cover;
	display:flex;
	flex-direction:column;
	justify-content:center;
	margin-bottom:15px;
	position: relative;
	transition:.3s all ease-in-out;
	text-decoration:none;
}
.home__instagram #instafeed .instagram-feed__item-content--hover {
	opacity:0;
	transition:.3s all ease-in-out;
	z-index:5;
}
.home__instagram #instafeed .instagram-feed__item:before {
	content:'';
	background-color:transparent;
	height:100%;
	position:absolute;
	width:100%;
	transition:.3s all ease-in-out;
}
.home__instagram #instafeed .instagram-feed__item:hover:before {
	background-color:rgba(0,101,177,.85);
	transition:.3s all ease-in-out;
}
.home__instagram #instafeed .instagram-feed__item:hover .instagram-feed__item-content--hover {
	opacity:1;
	transition:.3s all ease-in-out;
}
.home__instagram #instafeed .instagram-feed__item .instagram-feed__item-info {
	color:#fff;
}
.home__instagram #instafeed .instagram-feed__item-info .icon svg {
	fill:#fff;
    height: 1.25rem;
    width: 1.25rem;
}
.home__instagram #instafeed .instagram-feed__item-info span.text {
	padding: 0 10px;
}

@media screen and (min-width:768px){
	/* .home__instagram #instafeed .instagram-feed__item {
		height:311px;
		width:311px;
	} */
	.home__instagram.row h3 {
		padding-left:0;
		padding-right:0;
	}
}

/* pure css loader - loading.io */
.lds-spinner {
	color: official;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .lds-spinner div {
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #c2cc38;
  }
  .lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
  }
  @keyframes lds-spinner {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
  }  

@media screen and (min-width:768px){
	#home__hero,
	#home__hero #home__hero--content {
		height:575px;
	}
	#home__hero #home__hero--content {
		background-color:transparent!important;
	}
	.home__icons .home__icons--single {
		text-align:center;
	}
	.home__icons--single .home__icons--img, 
	.home__icons--single .home__icons--title {
		margin-bottom:15px;
	}
	.home__icons .home__icons--single {
		padding: 50px 20px;
	}
	.home__icons--single .mobile {
		margin-bottom:0;
	}
	input.home__icons--hidden {
		display:none;
	}
	.home__icons .row {
		box-sizing: border-box;
		display:flex;
		justify-content:space-between;
		max-width:1320px;
	}
	.home__icons .row:before,
	.home__icons .row:after {
		content:unset;
	}
	.home__icons .home__icons--single {
		max-width:300px;
	}
	.home__icons--single .home__icons--img {
		margin:0 0 15px 0;
		padding:0;
	}
	.home__icons--single label.home__icons--toggle {
		display:flex;
		flex-direction:column;
	}
	.home__icons--single label.home__icons--toggle:after,
	.home__icons--hidden:checked + label.home__icons--toggle:after  {
		content:'';
	}
	.home__icons--single .home__icons--content,
	.home__icons--hidden:checked ~ .home__icons--content {
		height:auto;
		overflow-y:visible;
		transition:all .3s ease-in-out;
	}
	.home__icons--single .home__icons--title {
		padding-right:0;
	}
	.home__overlay--inner {
		max-width:358px;
	}
}
@media screen and (max-width:768px){
	#home__hero {
		background-size:116%;
	}
	#home__st1atistics .c6,
	.home__overlay .c6 {
		clear:both;
		float:none;
	}
	.home__overlay.row .home__overlay--inner {
		width:100%;
	}
	.home__overlay--inner h3.size10 {
		font-size:33px;
		line-height:36px;
	}
}
@media screen and (min-width:769px) and (max-width:1024px){
	.home__overlay.row,
	#home__statistics .c6,
	.home__overlay .c6 {
		height:400px;
	}
	#home__hero {
		background-position: center right;
	}
}
@media screen and (max-width:1024px){
	.home__instagram #instafeed .instagram-feed__item {
		flex:0 0 48%;
	}
}
@media screen and (min-width:1024px){
	.home__overlay.row,
	#home__statistics .c6,
	.home__overlay .c6 {
		height:400px;
	}
	#home__statistics .home__statistics--inner {
		width:400px;
	}
	#home__statistics #home__statistics--num {
		font-size:135px;
	}
	.home__overlay .home__overlay--inner {
		width:360px;
	}
	.home__instagram #igWrapper {
		min-height:200px;
	}
	.home__icons .row {
		padding-left:0;
		padding-right:0;
	}
	.home__instagram #instafeed .instagram-feed__item {
		flex-grow: 1;
		flex-basis: 0;
		margin-right:15px;
		margin-bottom:0;
	}
	.home__instagram #instafeed .instagram-feed__item:last-of-type {
		margin-right:0;
	}
}
@media screen and (min-width:1400px){
	.home__instagram #instafeed .instagram-feed__item {
		width:311px;
	}
	.home__instagram #igWrapper {
		height:311px;
		margin-bottom:70px;
	}

}

/* About 2020 */
@media screen and (max-width:767px){
	#home__hero.about2020 #home__hero--content h2 {
		margin-bottom:0;
		font-size: 33px;
		line-height:36px;
	}
	.about__history .about__history--right {
		height:215px!important;
	}
}
#home__hero.about2020 {
	height:400px;
	background-size:102%;
}
#home__hero.about2020 #home__hero--content {
	max-width:100%;
	padding:35px 15px;
}
#home__subhero.about2020 {
	background-color:#fff;
}
#home__subhero.about2020 #home__subhero--content {
	color: #3A3A3A;
	padding-bottom:35px;
}
#home__subhero.about2020 #home__subhero--content p {
	margin-bottom:0;
}

.about__cta {
	padding-top:32px;
	padding-bottom:40px;
}
.about__cta .margin-medium.top {
	margin-bottom: 0;
	margin-top: 21px;
}
@media screen and (min-width:1024px){
	.about__cta {
		padding-top:76px;
		padding-bottom:60px;
	}
}

.about__video {
	padding: 40px 0;
	text-align: center;
}
.about__video .video--inner {
	align-items:center;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
	min-height: 255px;
	margin: 0 auto;
	max-width: 700px;
	position:relative;
}
.about__video .video--wrapper {
	height:30vh;
	max-height: 394px;
	width: 100%;
}
.about__video .video--wrapper iframe {
	display:block;
	height:100%;
	width:100%;
}
@media screen and (min-width:768px){
	.about__video {
		padding: 60px 0;
	}
	.about__video .video--inner {
		height:500px;
	}
	.about__video .video--wrapper {
		max-width: 700px;
		height: 394px;
	}
	.about__video .video--wrapper iframe {
		height: 100%;
	}
}


#featured-wrapper,
.about__history .row,
.about__featured .row,
.about__charts .row,
.about__charts .demo__inner {
	align-items:center;
	display:flex;
	flex-direction: column;
	justify-content:center;
	margin:0 auto;
}
.about__history .c6 {
	padding-left:0;
	padding-right:0;
}
.about__history .about__history--left{
	min-height:320px;
}
.about__history .about__history--inner h3 {
	margin-bottom:28px;
}
.about__history .about__history--inner p {
	margin-bottom:0;
}
.about__history .about__history--inner .btn {
	margin-top:35px;
	margin-bottom:0;
}
.about__history .about__history--left {
	align-items: center;
	display:flex;
	flex-direction: column;
    justify-content: center;
	padding-left:20px;
	padding-right:20px;
}
.about__history .about__history--right {
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
}
.about__history .about__history--right img {
	display:block;
}
.about__featured #featured-wrapper {
	padding-left:20px;
	padding-right:20px;
}
.about__featured {
	background-color:#F1F2F2;
}
.about__featured .about__featured-header,
.about__charts .about__charts-header {
	color: #3A3A3A;
	font-family: "Source Sans Pro";
	font-size: 33px;
	font-weight: 900;
	letter-spacing: -0.5px;
	line-height: 36px;
	text-align: center;
	padding:40px 20px;
}
#featured-wrapper .card {
	background-color:#fff;
	margin-bottom:20px;
	max-width:400px;
	padding:35px 25px;
	text-align:left;
}
#featured-wrapper .card h3 {
	color: #0164AF;
	font-size:23px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom:10px;
}
#featured-wrapper .card p {
	color: #231F20;
	font-size: 16px;
	letter-spacing:0;
	line-height:21px;
	margin-bottom:0;
}
.about__charts {
	margin-bottom:25px;
}
.about__charts .about__chart-col {
	display:inline-block;
	text-align:center;
}
.about__charts .about__chart-col.about__chart-col--left,
.about__charts .about__chart-col.about__chart-col--right {
	padding:0 45px;
}
.about__charts .about__charts-header {
	margin:0 auto;
	max-width:915px;
	text-align:left;
}
.about__charts h4.about__charts-label {
	color: #3A3A3A;
	font-family: "Source Sans Pro";
	font-size: 23px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom:40px;
	text-align: center;
}
.about__charts .demo__inner {
	align-items:center;
	justify-content:space-between;
}
.about__charts .about__chart-col {
	width:100%;
}
.about__charts .about__chart-col--gutter {
	height:55px;
}
.about__charts .row img.about__charts-img--left,
.about__charts .row img.about__charts-img--right {
	max-width:280px;
}
.about__charts .row img.about__charts-img--right {
	margin-bottom:30px;
}
.about__charts .demo__inner ul.demo__list{
	display:flex;
	flex-direction:column;
	flex:1;
	justify-content:space-between;
	list-style-type:none;
	margin:0;
	max-width:400px;
	padding:0;
	width:100%;
}
.about__charts .demo__list-item {
	align-items:flex-start;
	display:flex;
	margin-bottom:12px;
	justify-content: space-between;
}
.about__charts .demo__list-item .demo__name {
	color:#231F20;
	font-size:16px;
	flex: 1;
	text-align:left;
    text-indent: 10px;
}
.about__charts .demo__list-item .demo__stat {
	display:inline-block;
	color:#3a3a3a;
	font-weight:bold;
	font-size:18px;
	min-width:35px;
	text-align:left;
}
.about__divider {
	height:178px;
}

@media screen and (min-width:768px){
	#home__hero.about2020 {
		background-position:center;
		background-size:cover;
	}
	#home__hero.about2020,
	#home__hero.about2020 #home__hero--content {
		height:calc(575px - 81px);
	}
	.about__featured #featured-wrapper,
	#featured-wrapper {
		align-items:flex-start;
		flex-direction:row;
		justify-content:space-between;
	}
	.about__featured #featured-wrapper .card:nth-of-type(2) {
		margin-left:20px;
		margin-right:20px;
	}
	.about__featured .about__featured-header,
	.about__charts .about__charts-header {
		text-align:center;
		margin:0 auto;
		max-width:600px;
	}
	.about__history .about__history--left,
	.about__history .about__history--right {
		max-height:400px;
		min-height:unset;
		height:400px;
	}
	.about__history .about__history--inner {
		max-width:360px;
	}
	.about__history .about__history--right {
		background-position:20% 50%;
	}
	.about__charts .about__chart-col.about__chart-col--left,
	.about__charts .about__chart-col.about__chart-col--right {
		padding-left:0;
		padding-right:0;
	}
	.about__charts .demo__inner ul.demo__list {
		max-width:285px;
	}
	.about__divider {
		height:310px;
	}
}

@media screen and (min-width:1024px){
	#home__hero.about2020,
	#home__hero.about2020 #home__hero--content {
		height:575px;
	}
	#home__hero.about2020 {
		background-position:center 20%;
		background-size:cover;
	}
	.about__history .about__history--inner {
		margin:0 auto;
		max-width:360px;
		padding: 60px 0 80px;
	}
	.about__history .about__history--right {
		background-position:center;
	}
	body.page-template-p-about-2020 .about__featured .about__featured-header,
	body.page-template-p-about-2020 .about__charts .about__charts-header {
		color: #3A3A3A;
		font-family: "Source Sans Pro";
		font-size: 52px;
		font-weight: 900;
		letter-spacing: -0.5px;
		line-height: 52px;
		max-width:unset;
		padding:60px 0 50px 0;
		text-align: center;
	}
	body.page-template-p-about-2020 .about__charts .about__charts-header {
		max-width:915px;
	}
	body.page-template-p-about-2020 #featured-wrapper {
		justify-content:space-between;
		flex-direction:row;
		max-width:1295px;
		padding-bottom:60px;
	}
	#featured-wrapper .card {
		margin-bottom:0;
		min-height:316px;
		padding-top:50px;
		padding-bottom:0;
	}
	#featured-wrapper .card p {
		padding-bottom:20px;
	}
	.about__charts {
		margin-bottom:60px;
	}
	.about__charts .row {
		flex-direction: row;
	}
	.about__charts .about__chart-col {
		width:auto;
	}
	.about__charts .about__chart-col.about__chart-col--left {
		max-width:414px;
	}
	.about__charts .about__chart-col.about__chart-col--right {
		width:626px;
	}
	.about__charts .about__chart-col.about__chart-col--gutter {
		width:65px;
	}
	.about__charts .demo__inner {
		flex-direction:row;
	}
	.about__charts .row img.about__charts-img--right,
	.about__charts .row img.about__charts-img--left {
		display:inline-block;
		margin-bottom:0;
		max-height:295px;
		max-width:unset;
	}
	.about__divider {
		height:658px;
	}
}
@media screen and (min-width:1300){
	.about__charts .about__chart-col.about__chart-col--gutter {
		width:130px;
	}
}
.about__charts .demo__list-item .demo__color {
	background-color:#000;
	border-radius:25px;
	display:inline-block;
	height:25px;
	padding-right:10px;
	width:25px;
}

.about__charts .demo__list-item .demo__color.blue {
	background-color:#0164AF;
}
.about__charts .demo__list-item .demo__color.light-blue {
	background-color:#70BAE3;
}
.about__charts .demo__list-item .demo__color.pink {
	background-color:#D3145A;
}
.about__charts .demo__list-item .demo__color.gold {
	background-color:#FFAD00;
}
.about__charts .demo__list-item .demo__color.maroon {
	background-color:#5C0F40;
}
.about__charts .demo__list-item .demo__color.orange {
	background-color:#F66A65;
}
.about__divider .about__divider--img {
	background-size:cover;
	background-position:center top;
	height:inherit;
}

.about__divider.about__divider--img {
  /* Position the pseudo-element to fill the parent */
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  
  /* Scale the image to full */
  background-size: cover;
  
  /* Move the element back then scale the element, it helps to appears more slowly */
  transform: translateZ(-1px) scale(1.7);
  
  /* Set the parallax section before the other elements. */
  z-index: -1;
}


/* Popup Maker Plugin  */
.pum-content.popmake-content img {
  display: block;
}
html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal="true"]) {
	padding-right: 0!important;
}

.pum-close.popmake-close {
	margin: 0;
  bottom: 100%!important;
  left: 100%!important;
  top: auto!important;
  transform: translate(-50%,50%);
}

@media screen and (max-width:740px){
	.pum-close.popmake-close {
		transform: translate(-85%,80%);
	}
}




.financial-charts {
	background-color: #fff;
}
.financial-chart__legend-item {
	display: flex;
	align-items: center;
}
.financial-chart__columns {
	justify-content: space-between;
}
.financial-charts__items {
	margin-top: 40px;
}
.financial-chart h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
}

.financial-chart__legend {
	text-align: left;
}
.financial-chart__legend-item {
	display: flex;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
}
.financial-chart__legend-item:not(:last-child) {
	margin-bottom: 10px;
}
.financial-chart__color {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 10px;
	flex: 0 0 auto;
}
.financial-chart__label {
	flex: 1;
	font-weight: 700;
	padding-right: 10px;
}
.financial-chart__value {
	width: 40px;
}
@media screen and (min-width:768px){
	.financial-charts__items {
		display: flex;
		justify-content: space-between;
	}
	.financial-chart {
		width: calc(50% - 20px);
	}
}
@media screen and (max-width:959px){
	.financial-charts {
		padding: 40px 20px;
	}
	.financial-chart:not(:last-child) {
		margin-bottom: 50px;
	}
	.financial-chart__image, .financial-chart__legend {
		
		margin-left: auto;
		margin-right: auto;
	}
	.financial-chart__image {
		max-width: 260px;
		margin-bottom: 20px;
	}		
	.financial-chart__legend {
		max-width: 340px;
	}
}
@media screen and (min-width:960px){
	.financial-charts {
		padding: 60px 80px;
	}
	.financial-chart__columns {
		display: flex;
		align-items: center;
	}
	.financial-chart {
		width: calc(50% - 40px);
	}
	.financial-chart__image, .financial-chart__legend {
		width: calc(50% - 10px);
	}
	.financial-chart__color {
		width: 24px;
		height: 24px;
	}
}



/* blocks */

.image--square {
	aspect-ratio: 1/1;
	object-fit: cover;
}
.video-wrapper {
	position: relative;
}
.video-wrapper--widescreen {
	padding-bottom: 56.25%;
}
.video-wrapper iframe, .video-wrapper video {
	width: 100%;
}
.video-wrapper--widescreen iframe, .video-wrapper--widescreen video {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
  height: 100%;
}
.cyan-blue {
	color: rgb(6, 147, 227);
}
.relative {
	position: relative;
}
.background-image:not(.nostretch) {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.resource-list {
	margin-top: 16px;
}
.resource-list__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.resource-list__item:not(:first-child) {
	padding-top: 16px;
}
.resource-list__item:not(:last-child) {
	padding-bottom: 16px;
}
.resource-list__content {
	padding-right: 20px;
}
.resource-list__description {
	font-size: 15px;
	line-height: 1.5em;
}
.resource-list__item p, .resource-list__item .btn {
	margin-bottom: 0;
}
.resource-list__item:not(:last-child) {
	border-bottom: 1px solid #d0d0d0;
}
.block-section .content img {
	margin-top: 0;
	margin-bottom: 0;
}
#main .block-section:first-child {
	margin-top: 100px;
}
#main .block-section[class*="margin-bot"]:last-child {
	margin-bottom: 120px;
}
@media only screen and (max-width:768px){
	.block-section {
	  padding-left: 20px;
	  padding-right: 20px;
	}
}

.block-headings, .block-three-cards, .block-success-stories {
	padding: 60px 30px 60px 30px;
	text-align: center;
}

.block-headings .content {
	max-width: 824px;
}

.block-section--colored {
	color: #fff;	
}

.block-headings .content a {
	color: #fff;
	text-decoration-color: rgba(255, 255, 255, 0.25);
}
.block-headings .content a:hover {
	text-decoration-color: rgba(255, 255, 255, 1);
}
.block-three-cards__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 1260px;
}
.block-three-cards__content--1080 {
	max-width: 1080px;
}
.block-three-cards__card {
	background-color: #fff;
}
.block-three-cards__card--padded {
	padding: 35px 25px;	
}
.block-three-cards__card h3 {
	color: #0164AF;
  font-size: 23px;
  font-weight: bold;
  line-height: 30px;
}
.block-three-cards__card h3:not(:last-child) {
  margin-bottom: 10px;
}
.block-three-cards__card p, .block-three-cards__card .btn {
	margin-bottom: 0;
}
.block-three-cards__card .success-stories-image {
	display: block;
	aspect-ratio: 1/1;
	object-fit: cover;
}
@media only screen and (max-width:749px) {
	.block-three-cards__card {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	.block-three-cards__card:not(:last-child) {
		margin-bottom: 20px;
	}
}
@media only screen and (min-width:750px){
	.block-three-cards__items {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 20px;
	}
	.block-three-cards__card {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
	}
}


/* Events page */

.events {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	padding: 20px;
	background-color: #e1e1e1;
}

.events__item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	/*padding: 40px 40px;	
	color: #fff;*/
	text-decoration: none;
	padding: 20px;
	background-color: #fff;
}
.events__item .btn {
	margin-bottom: 0;
}
.events__item img {
	display: block;
	aspect-ratio: 1 / .5625;
	object-fit: cover;
}

@media only screen and (min-width: 680px) and (max-width: 1023px) {
	.events {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (min-width: 1024px) {
	.events {
		grid-template-columns: repeat(var(--per-row), 1fr);	
	}
	.events__item {
		flex: 1 0 auto;
		box-shadow: 0 0 20px rgba(0,0,0,0);
		transition: all .15s ease-in-out;
	}
	.events__item:hover {
		transform: scale(1.03);
		box-shadow: 0 0 20px rgba(0,0,0,.25);
	}
}

@media only screen and (min-width: 1366px) {
	.events {
		padding: 50px 40px;
	}
}


/* Page Hero */

.block-image {
	display: block;
}
.page-hero {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: #2d2d2d;
	min-height: 320px;	
}
.page-hero--full {
	min-height: auto;
}
.page-hero--image-with-content {
	min-height: auto;
}
.page-hero--large, .page-hero--compact {
	padding: 40px 20px;
}
.page-hero--large img, .page-hero--compact img, .page-hero--overlay:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}
.page-hero img {
	display: block;
	object-fit: cover;
	object-position: center var(--pos);
	z-index: 0;
}
.page-hero--overlay:after {
  content: "";
  background: rgba(0,0,0,.5);
  opacity: 0.5;
  position: absolute;
  z-index: 1; 	
}
.page-hero__contents {
	position: relative;
	z-index: 2;
	text-align: center;
	width: 100%;
}
@media only screen and (min-width: 480px) {
	.page-hero--compact {
		min-height: 350px;
	}
	.page-hero--large {
		min-height: 500px;
	}
}
@media only screen and (min-width: 750px) {
	.page-hero__contents {
		width: 66.6%;
	}
}