

form {
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
	overflow: hidden;
	}

.wf-loading form {
	visibility: hidden;
	opacity: 0;
	}

.wf-active form, .wf-inactive form {
	visibility: visible;
	opacity: 1;
	}

.image-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	}

.image {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #303030;
	overflow: hidden;
    display: block;
	}

.image > div {
	height: 100%;
	}

.relative {
	position: relative;
	}

h4.styled {
	color: #287ba9;
	border-bottom: 2px solid #c2c8ce;
	padding-bottom: 8px;
	margin-bottom: 35px;
	}

h4.styled:before {
	color: #888fa7;
	}

.society .logo {
    width: 100%;
    max-width: 260px;
    }

iframe[name="google_conversion_frame"]  {
    display:none;
    }

.leftright {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	}


/* HEADER */

header {
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	height: 100px;
	background: #ffffff;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	}

header .bounds {
	height: 100%;
	}

header .logo {
	position: absolute;
	left: 5%;
	top: 50%;
	width: 220px;
	height: 70px;
	margin-top: -35px;
	background: url(/images/logo.png);
	background-size: 220px 70px;
	}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	header .logo {
		background-image: url(/images/logo@2x.png);
		}
	}

header nav {
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top: -15px;
	}

header nav ul {
	margin: 0;
	list-style: none;
	}

header nav > ul > li {
	position: relative;
	display: inline-block;
	}

header nav > ul > li:not(:first-child) {
	margin-left: 80px;
	}

header nav a {
	position: relative;
	display: block;
	color: #0a3262;
	}

header nav a:hover {
	position: relative;
	display: block;
	color: #21599e;
	}

header nav li.has-dropdown > a:after {
	content: "\e009";
	font-family: icons;
	position: absolute;
	left: 50%;
	bottom: -20px;
	margin-left: -7px;
	font-size: 14px;
	color: #0ba1df;
	}

header nav ul ul {
	position: absolute;
	left: -36px;
	top: 65px;
	opacity: 0;
	visibility: hidden;
	background: #01b5ed;
	padding: 20px;
	min-width: 200px;
	}

header nav .has-dropdown:last-child ul {
  left: auto;
  right: -36px;
  }

header nav ul ul:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: 35px;
	}

header nav li:hover ul {
	opacity: 1;
	visibility: visible;
	}

header nav ul ul a {
	color: #ffffff;
	font-family: 'source-sans-pro';
	text-transform: none;
	padding: 3px 0;
	}

header nav ul ul a:hover {
	color: #0a3262;
	}

header nav ul ul li:not(:last-child) a {
	border-bottom: 1px solid #01a4db;
	}



/* HERO */

.hero {
	position: relative;
	overflow: hidden;
	padding: 70px 0;
	background: #3ba7d4;
	}

.hero > .image {
	opacity: 0.5;
	}

.hero.home {
	height: 540px;
	padding: 0;
	}

header + .hero,
header + div .hero, header + .template  {
	margin-top: 100px;
	}

.hero > .heading {
	color: #ffffff;
	}

.hero > .heading h2 {
	margin: 0 0 8px;
	}

.hero > .heading h3 {
	margin: 0;
	}

.hero .text-wrapper h3 {
	margin-right: 20px;
	}

.hero .text-wrapper p {
	margin-bottom: 0;
	}

.hero .text-wrapper .button {
	margin-bottom: 1rem;
	}

.slideshow:before,
.slideshow:after {
	content: "";
	position: absolute;
	z-index: 3;
	bottom: 0;
	border-style: solid;
	border-width: 0 1200px 120px;
	border-color: transparent;
	border-bottom-color: #3ba7d4;
	}

.slideshow:before {
	right: 50%;
	}

.slideshow:after {
	left: 50%;
	}



/* CONTENT */

.section {
	position: relative;
	padding: 5% 0;
	}

.section.normal-break {
	min-height: 40vh;
	}

.section.normal-break .text::after {
	content: "";
	display: block;
	clear: both;
	}

@media screen and (min-width:1240px) {
	.section {
		padding: 62px 0;
		}
	}

@media screen and (max-width:767px) {
	.section {
		padding: 38px 0;
		}
	}

.section .text img {
	max-width: 100%;
	}

.section .text h4,
.section .text h5 {
	font-family: 'source-sans-pro', sans-serif;
	font-weight: 600;
	}

.section.stories {
	padding-top: 70px;
	}

.bg-blue {
	background-color: #3ba7d4;
	color: #ffffff;
	}

.bg-darkblue {
	background-color: #00133f;
	color: #ffffff;
	}

.section.bg-darkblue .heading {
	border-bottom-color: #3d4660;
	}

.section.kickers{
    padding-bottom: 62px;
    }

.kickers {
	padding: 20px 0 0;
	}

.kickers:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 21px;
	background: #ffffff;
	}

.kickers h2 {
	position: relative;
	margin-bottom: 0;
	padding-bottom: 25px;
	overflow: hidden;
	}

.kickers h2:before {
	content: "";
	position: absolute;
	left: 8px;
	right: 8px;
	top: 25px;
	height: 2px;
	background: #2f8bb1;
	}

.kickers h2 .arrow {
	position: absolute;
	top: 25px;
	width: 2px;
	height: 24px;
	background: #2f8bb1;
	}

.kickers h2 .arrow:after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: -8px;
	border-style: solid;
	border-width: 8px 8px 0;
	border-color: transparent;
	border-top-color: #2f8bb1;
	}

.kickers h2 .arrow.left {
	left: 8px;
	}

.kickers h2 .arrow.right {
	right: 8px;
	}

.kickers h2 .text {
	position: relative;
	display: inline-block;
	background: #3ba7d4;
	padding: 0 20px;
	}

.kickers [class*="icon-only"] {
	font-size: 70px;
	color: #174361;
	line-height: 1;
	}

.kickers h3 a {
	color: #ffffff;
	}

.kickers p {
	color: #0b223b;
	margin-bottom: 30px;
	}

.section .heading {
	position: relative;
	border-bottom: 2px solid #c2c8ce;
	padding-bottom: 30px;
	margin-bottom: 40px;
	}

.section .heading h4 {
	margin: 0;
	}

.section .heading a {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -29px;
	}

.item {
	display: block;

	}

.item h5,
.item p {
	margin: 0;
	}

.item .date {
	background: #0087c7;
	color: #ffffff;
	padding: 1px 0;
	width: 77px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	}

.item .date .month {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 3px;
	}

.item .date .day {
	font-family: 'antonioregular', sans-serif;
	font-size: 36px;
	}

.news .item {
	position: relative;
	padding-left: 88px;
	min-height: 90px;
	margin-bottom: 6px;
	}

.news .item .date {
	position: absolute;
	left: 0;
	top: 7px;
	}

.news.smaller .item {
	padding-left: 67px;
	min-height: 61px;
	margin-bottom: 20px;
	}

.news.smaller .item .date {
	width: 52px;
    padding: 11px 0;
	}

.news.smaller .item .date .month {
	font-size: 14px;
	}

.news.smaller .item .date .day {
	font-size: 22px;
	}

.item .image-wrapper {
	padding-bottom: 60%;
	}

.item .image-wrapper .date {
	position: absolute;
	left: 0;
	top: 0;
	}

.item .image-wrapper + h5 {
	margin-top: 12px;
	}

.events .event,
.blocks .block {
	width: 33.33333%;
	}

.events .event .item,
.blocks .block .item {
	margin-bottom: 40px;
	-webkit-transition: -webkit-transform 150ms;
	-moz-transition: -moz-transform 150ms;
	transition: transform 150ms;
	}

.events .event .item:hover,
.blocks .block .item:hover {
	-webkit-transform: scale(1.025);
	-moz-transform: scale(1.025);
	transform: scale(1.025);
	}

.event .label,
.block .label {
	position: relative;
	background: #ffffff;
	color: #3e465a;
	padding: 15px 36px 15px 15px;
	}

.event .label h5,
.block .label h5 {
	margin: 0;
	}

.events .label:after,
.blocks .label:after {
	content: "\e006";
	font-family: icons;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -14px;
	color: #e45438;
	}

.block.video .label {
	padding-right: 60px;
	}

.block.video .label:after {
	content: "\e010";
	font-size: 36px;
	margin-top: -31px;
	}

.section nav {
	margin-bottom: 50px;
	}

.section nav ul {
	margin: 0;
	list-style: none;
	}

.section nav li {
	border-bottom: 2px solid #ededed;
	}

.section nav a {
	position: relative;
	display: block;
	color: #984919;
	padding: 8px 0;
	}

.section nav a[class*="icon"] {
	padding: 15px 0 15px 42px;
	}

.section nav a:hover {
	color: #ce611f;
	}

.section nav a[class*="icon"]:before {
	position: absolute;
	left: 0;
	top: 13px;
	color: #4d4d4e;
	font-size: 32px;
	}

.posts {
	margin-top: 30px;
	}

.posts .item {
	background: rgba(255,255,255,0.1);
	padding: 25px;
	}

.posts .label {
	color: #c69471;
	}

.posts a {
	color: #8ed5f5;
	white-space: nowrap;
	}

.posts a:hover {
	color: #cceefd;
	}

.call-to-action {
	padding: 30px 0;
	margin: 40px 0 0;
	border-top: 2px solid #ededed;
	border-bottom: 2px solid #ededed;
	text-align: center;
	}

.column8 .text {
	padding-right: 50px;
	}

.section nav a.selectedtrue {
	color: #287ba9;
	}

.needs .row,
.results .row {
	margin-bottom: 30px;
	border-bottom: 2px solid #ededed;
	padding-bottom: 30px;
	}

.needs .row img,
.results .row img {
	margin-top: 8px;
	}

.results h5 {
	margin-bottom: 0;
	}

.results p {
	margin-bottom: 15px;
	}

.all-news {
	position: absolute;
	right: 0;
	top: 5px;
	}

.campaigns .column6 {
    margin-bottom: 30px;
    }

/* HOW TO GIVE NEW */

.section.give-page {
    position:relative;
    border-top:solid #f4f4f4 3px;
    color: #ffffff;
    }

.header + .section.give-page {
    margin-top:100px;
    }

.section.give-page > .image {
    opacity: 1;
}

.give-page .bg-media {
    color: #ffffff;
    }

.section.bg-gray{
    background: rgba(0,0,0,0.05);
    padding: 50px 0;
    }

.give-page .media {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #1d1b17;
    overflow: hidden;
    }

.give-page .subdue {
    opacity: 0.75;
    }

.give-page .video{
    margin: 20px 0;
    }

.section.give-page .padding {
    padding-top: 5%;
    }

.section.give-page .button {
    margin-right: 10px;
    }

.blue.button {
    background: #3ba7d4;
    }

.blue.button:hover {
    background: #3290b7;
    }

.section.give-page .names {
    font-family: 'antonioregular', sans-serif;
    color: #3ba7d4;
    white-space: nowrap;
    }

.section.give-page .names:not(:last-child) {
    margin-right:15px;
    }

.top.section.give-page {
    padding: 100px 0px;
    margin-top:90px;
    z-index: 2;
    }

.button.read {
    color: #0a3262;
    background:#f4f4f4;
    margin-right:0;
    position: absolute;
    top: -42px;
    margin-left:-80px;
    }

.button.read:hover {
    background:#f4f4f4;
    }

.button.read:after {
    color:#0a3262;
    }

.expandable {
    position:relative;
    z-index:1;
    background-color:#f4f4f4;
    }

.expandable p {
    color:#0a3262;
    padding-top: 30px;
    padding-bottom: 30px;
    }

.expandable .item {
    position: relative;
    cursor: pointer;
    }

.expandable .item .answer {
    display: none;
    }

.expandable .item.active p {
    margin-top:30px;
    margin-bottom:30px;
    }

.expandable .item.active:after {
    display: none;
    }

.donation-select{
    margin: 0;
	list-style: none;
	display: inline-block;
    }

.donation-select li{
    position: relative;
	display: inline-block;
    }

.donation-select a{
    position: relative;
	display: block;
	color: #fff;
	background: #e45438;
	padding: 0.5em 1.2em;
	width:270px;
	text-align: left;
    }

.donation-select ul li a{
    background: #d54f35;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    }

.donation-select a:hover {
	position: relative;
	display: block;
	color: white;
	}

.donation-select ul li a:hover{
    background: #c54931;
    }

.donation-select ul {
	position: absolute;
	left: -36px;
	top: 46px;
	opacity: 0;
	visibility: hidden;
	background: #e45438;
	padding: 0px;
	width: 270px;
	}

.donation-select li.has-dropdown > a:after {
	content: "\e009";
	font-family: icons;
	position: absolute;
	right:0;
	width:36px;
	height:46px;
	top: 0;
	line-height: 46px;
	margin-left: -7px;
	font-size: 14px;
	color: #fff;
	background: rgba(255,255,255,.2);
	text-align: center;
	}

.donation-select ul ul:before {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: 35px;
	}

.donation-select li:hover ul {
	opacity: 1;
	visibility: visible;
	}

.donation-select ul ul a {
	color: #ffffff;
	font-family: 'source-sans-pro';
	text-transform: none;
	padding: 3px 0;
	}

.donation-select ul ul a:hover {
	color: #0a3262;
	}

.donation-select ul ul li:not(:last-child) a {
	border-bottom: 1px solid #01a4db;
	}


/* PEOPLE SLIDESHOW */

.tabs {
	position: absolute;
	left: 0;
	right: 0;
	top: -30px;
	text-align: center;
	}

.tabs .tab {
	cursor: pointer;
	position: relative;
	display: inline-block;
	background: #e0e0e0;
	color: #3e465a;
	padding: 13px 20px 14px;
	}

.tabs .tab:hover {
	background: #d1d1d1;
	}

.tabs .tab.active {
	cursor: default;
	background: #3e465a;
	color: #ffffff;
	}

.section.bg-darkblue .tabs .tab.active {
	background: #47c4f1;
	color: #00133f;
	}

.tabs .tab:not(:last-child) {
	margin-right: 45px;
	}

.tabs .tab:before,
.tabs .tab:after {
	content: "";
	position: absolute;
	top: 0;
	border-style: solid;
	border-color: transparent;
	}

.tabs .tab:before {
	right: 100%;
	border-width: 30px 20px 30px 0;
	border-right-color: #e0e0e0;
	}

.tabs .tab:after {
	left: 100%;
	border-width: 30px 0 30px 20px;
	border-left-color: #e0e0e0;
	}

.section.bg-darkblue .tabs .tab.active:before {
	border-right-color: #47c4f1;
	}

.section.bg-darkblue .tabs .tab.active:after {
	border-left-color: #47c4f1;
	}

.tabs .tab:hover:before {
	border-right-color: #d1d1d1;
	}

.tabs .tab:hover:after {
	border-left-color: #d1d1d1;
	}

.tabs .tab.active:before {
	border-right-color: #3e465a;
	}

.tabs .tab.active:after {
	border-left-color: #3e465a;
	}

.officers,
.awards {
	position: relative;
	overflow: hidden;
	}

.awards,
.donor-stories {
	display: none;
	}

.people-slideshow .slide-bounds {
	position: relative;
	margin: 0 auto;
	max-width: 960px;
	padding: 0 8%;
	}

.people-slideshow .portrait {
	position: absolute;
	left: 8%;
	top: 0;
	width: 350px;
	height: 350px;
	}

.people-slideshow .portrait img {
	display: block;
	width: 350px;
	height: 350px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}

.people-slideshow .text-wrapper {
	padding-left: 400px;
	line-height: 350px;
	}

.people-slideshow .text {
	display: inline-block;
	vertical-align: middle;
	}

.people-slideshow p {
	color: #0b223b;
	}

.ss-arrow {
    position: absolute;
    top: 50%;
    width: 42px;
    height: 54px;
    background: #000000;
    text-align: center;
    margin-top: -27px;
    opacity: 0.25;
    -webkit-transition: 150ms;
    -moz-transition: 150ms;
    transition: 150ms;
    }

.ss-arrow:before {
    font-family: icons;
    line-height: 54px;
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    }

.ss-arrow:hover {
    opacity: 0.32;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
    }

.ss-arrow.ss-arrow-left {
    left: 0;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    transform: translateX(-4px);
    }

.ss-arrow.ss-arrow-left:before {
    content: "\e007";
    }

.ss-arrow.ss-arrow-right {
    right: 0;
    -webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    transform: translateX(4px);
    }

.ss-arrow.ss-arrow-right:before {
    content: "\e006";
    }

.ss-dots {
    display: none;
    }

/* POPUP */

html.popup-active {
	overflow: hidden;
	}

.site {
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	}

html.popup-active .site {
	-webkit-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
	}

.popup-wrapper {
	position: fixed;
	z-index: 9999;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(25,25,25,0.94);
	color: #ffffff;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	}

.popup-wrapper .popup-content {
	padding: 25px;
	}

.popup-wrapper.popup-page .popup-content {
  position: relative;
	padding: 40px;
	background: #ffffff;
	color: #333333;
	}

.popup-wrapper .popup-x {
	cursor: pointer;
	background:white;
	position: fixed;
	z-index: 2;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	opacity: 0;
	-webkit-transition: 150ms;
	-moz-transition: 150ms;
	-o-transition: 150ms;
	transition: 150ms;
	-webkit-transform: rotate(-90deg) scale(0.75);
	-moz-transform: rotate(-90deg) scale(0.75);
	-o-transform: rotate(-90deg) scale(0.75);
	transform: rotate(-90deg) scale(0.75);
	}

.popup-wrapper.popup-page .popup-x {
	left: auto;
	right: 0;
	width: 40px;
	height: 40px;
	}

.popup-wrapper.popup-active .popup-x {
  opacity: 0.7;
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  }

.popup-wrapper .popup-x::before,
.popup-wrapper .popup-x::after {
	content: "";
	position: absolute;
	background: #ffffff;
	left: 12px;
	right: 12px;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	}

.popup-wrapper.popup-page .popup-x::before,
.popup-wrapper.popup-page .popup-x::after {
	background: #333333;
	}

.popup-wrapper .popup-x::before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}

.popup-wrapper .popup-x::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	}

.popup-wrapper .popup-x:hover {
	opacity: 1;
	}

.popup-content .popup-x {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  }

.popup-wrapper.popup-active .popup-content .popup-x {
  -webkit-transform: rotate(-90deg) scale(1);
  -moz-transform: rotate(-90deg) scale(1);
  -o-transform: rotate(-90deg) scale(1);
  transform: rotate(-90deg) scale(1);
  }

.popup-wrapper.popup-active {
	visibility: visible;
	opacity: 1;
	}

.popup-scroller {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 20px 20px 0;
	overflow-y: scroll;
	font-size: 0;
	}

.popup-wrapper.popup-active .popup-scroller {
	-webkit-overflow-scrolling: touch;
	}

.popup-scroller::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	}

.popup-wrapper .popup {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 1rem;
	text-align: left;
	max-width: 800px;
	width: 100%;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	}

.popup-wrapper.popup-active .popup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	}

.popup-wrapper .input-wrapper {
    background: #ffffff;
    color: #333333;
    }

.popup-wrapper .input-wrapper:last-child {
	margin-bottom: 0;
	}

.popup-wrapper .input-wrapper input {
	border-color: transparent !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	}

.popup-prev,
.popup-next {
	cursor: pointer;
	position: absolute;
	z-index: 99;
	top: 50%;
	margin-top: -18px;
	color: #ffffff;
	opacity: 0.8;
	-webkit-transition: 150ms;
	-moz-transition: 150ms;
	-o-transition: 150ms;
	transition: 150ms;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	}

.popup-prev:hover,
.popup-next:hover {
	opacity: 1;
	}

.popup-prev::before,
.popup-next::before {
	font-family: "ycpicons";
	font-size: 36px;
	line-height: 1;
	display: block;
	}

.popup-prev {
	left: 0;
	}

.popup-prev::before {
	content: "\e000";
	}

.popup-next {
	right: 0;
	}

.popup-next::before {
	content: "\e001";
	}

@media screen and (max-width:560px) {
    .popup-wrapper .popup-scroller {
        padding: 10px 10px 0;
        }
    .popup-wrapper:not(.popup-page) .popup-x {
        width: 30px;
        height: 30px;
        }
    .popup-wrapper:not(.popup-page) .popup-x::before,
    .popup-wrapper:not(.popup-page) .popup-x::after {
        left: 4px;
        right: 4px;
        }
    .popup-wrapper .popup {
        margin-bottom: 10px;
        }
    .popup-wrapper.popup-page .popup-content {
	    padding: 20px;
    	}
    .popup-wrapper.popup-page .popup-x {
	    right: -4px;
	    top: -4px;
    	}
    }






.hero.together {
   padding: 0;
   background: #ffffff;
   }

.hero.together > .media-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	padding-bottom: 60%;
	}

@media screen and (min-width:1600px) {
	.hero.together > .media-wrapper {
		padding-bottom: 0;
		height: 960px;
		}
	}

.hero.together > .media-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30%;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
	}

.hero.together .media {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	}

.hero.together .media-wrapper.bg-darkblue .media {
	opacity: 0.7;
	}

.hero.together .intro {
	position: relative;
	text-align: center;
	}

.hero.together .logo-wrapper {
	width: 357px;
	margin: 16% auto 6%;
	text-align: center;
	color: #ffffff;
	}

.hero.together.bridge-scholarship .logo-wrapper {
	margin-top: 10%;
	width: auto;
	max-width: 480px;
	padding: 0 5%;
	}

.hero.together .logo-wrapper h1 {
	text-shadow: 0 2px 6px rgba(0,0,0,0.2);
	}

.hero.together .logo {
	width: 100%;
	height: 144px;
	margin-bottom: -8px;
	background: url(/images/bju-together-logo-shadow.png);
	background-size: 357px 144px;
	}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.hero.together .logo {
		background-image: url(/images/bju-together-logo-shadow@2x.png);
		}
	}

.hero.together .column4 {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	}

.hero.together .column4 .media-wrapper {
	position: relative;
	width: 180px;
	height: 180px;
	margin: 0 auto;
	}

.hero.together .column4 .media-wrapper .media {
	background-size: cover;
	background-position: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}

.hero.together .text {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding: 6% 6% 125px;
	background: rgba(255,255,255,0.92);
	}

.hero.together .intro h2 {
	display: inline-block;
	background: #00a5e4;
	color: #ffffff;
	padding: 2% 6%;
	margin: 5% 0 0;
	}

.hero.together .row.kicker-height {
	display: flex;
	position: relative;
	margin-bottom: 7%;
	}

.hero.together .row.kicker-height [class*="column"]::before,
.hero.together .row.kicker-height [class*="column"]:first-child::after,
.hero.together .row.kicker-height [class*="column"] h3::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 100%;
	background: #00a5e4;
	}

.hero.together .row.kicker-height [class*="column"]::before {
	width: 2px;
	margin-left: -1px;
	height: 50px;
	}

.hero.together .row.kicker-height [class*="column"]:nth-child(2)::before {
	height: 125px;
	}

.hero.together .row.kicker-height [class*="column"]:first-child::after {
	height: 2px;
	width: calc(100% * 2);
	margin-bottom: 48px;
	}

.hero.together .row.kicker-height [class*="column"] h3 {
	position: relative;
	padding-top: 40px;
	}

.hero.together .row.kicker-height [class*="column"] h3::before {
	width: 12px;
	height: 12px;
	margin-left: -6px;
	margin-bottom: -2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}

.hero.together .row.kicker-height [class*="column"] .media-wrapper + h3 {
	padding-top: 0;
	margin-top: 25px;
	}

.hero.together .row.kicker-height [class*="column"] .media-wrapper + h3::before {
	display: none;
	}

.layoutstories.together {
	padding: 6% 0 3% !important;
	}

.layoutstories.together h2 {
	margin-bottom: 5%;
	}

.layoutstories.together > .media {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-position: center;
	background-size: cover;
	opacity: 0.2;
	}

.section.together-giving {
	padding: 4% 0 !important;
	}

.section.together-giving .content {
	position: relative;
	padding-right: 240px;
	}

.section.together-giving .button {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -28px;
	}

@media screen and (max-width: 767px) {
	.hero.together {
	   background-size: 767px auto;
	   }
	.hero.together .logo-wrapper {
		width: 250px;
		margin: 13% auto 9%;
		}
	.hero.together .logo {
		height: 101px;
		background-size: 250px 101px;
		}
	.hero.together .row.kicker-height {
		margin-bottom: 48px;
		}
	.layoutstories.together {
		padding: 46px 0 0 23px !important;
		}
	}

@media screen and (max-width: 640px) {
	.hero.together .text {
		padding-bottom: 0;
		}
	.hero.together .row.kicker-height {
		display: block;
		}
	.hero.together .column4 {
		display: block;
		width: 100%;
		margin-top: 40px;
		}
	.hero.together .row.kicker-height [class*="column"]::before,
	.hero.together .row.kicker-height [class*="column"]:first-child::after,
	.hero.together .row.kicker-height [class*="column"] h3::before {
		display: none;
		}
	.section.together-giving .content {
		padding-right: 0;
		text-align: center;
		}
	.section.together-giving .button {
		position: relative;
		right: auto;
		top: auto;
		margin-top: 0;
		}
	}



/* SECTION: TWO BLOCKS */

.section.two-blocks {
	display: flex;
	flex-wrap: wrap;
	padding: 0 !important;
	}

.section.two-blocks .item {
	position: relative;
	flex-grow: 1;
	width: 50%;
	min-width: 25em;
	box-sizing: border-box;
	padding: 5%;
	background: #00133f;
	color: #ffffff;
	}

.section.two-blocks .item:first-child {
  border-right: 1px solid rgba(255,255,255,0.35);
  }

.section.two-blocks .item > .media {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.25;
	background-size: cover;
	background-position: center;
	}

.section.two-blocks .item .text {
	position: relative;
	}

.section.two-blocks .item p {
	margin-bottom: 20px;
	}

@media screen and (max-width:640px) {
	.section.two-blocks .item {
		width: calc(100% - 6px);
		min-width: 0;
		padding: 32px;
		}
  .section.two-blocks .item:first-child {
    border: none;
    }
	}


/* POPUP */

.popup-active {
	opacity: 1 !important;
	}

.popup-wrapper {
	cursor: default;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	display: table;
	width: 100%;
	height: 100%;
	background: rgba(40,40,40,0.94);
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-duration: 300ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-duration: 300ms;
	transition-property: opacity, visibility;
	transition-duration: 300ms;
	}

.popup-wrapper.popup-active {
	visibility: visible;
	opacity: 1;
	}

.popup {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 300ms;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 300ms;
	transition-property: transform;
	transition-duration: 300ms;
	padding: 0 20px;
	}

.popup-active .popup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	}

.popup .text {
	display: inline-block;
	text-align: left;
	padding: 0 !important;
	}

.popup .label {
	color: #ffffff;
	margin-bottom: 20px;
	}

.popup .input-wrapper input {
	border: none !important;
	}

.popup .input-wrapper {
	margin-bottom: 0;
	}

.popup .input-wrapper input {
	padding-right: 50px !important;
	}

.input-wrapper [class*="icon"].go {
	position: absolute;
	z-index: 2;
	left: auto;
	right: 6px;
	top: 50%;
	line-height: 35px;
	opacity: 0.8;
	background: #E1CE4B;
	width: 34px;
	height: 34px;
	border: none;
	text-align: center;
	margin-top: -17px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	}

.input-wrapper [class*="icon"].go:hover {
	opacity: 1;
	}

.input-wrapper [class*="icon"].go:before {
	font-size: 19px;
	margin-left: 2px;
	color: #404040;
	top: 2px;
	}

a.go {
	line-height: 40px !important;
	}

.popup-wrapper .x {
	cursor: pointer;
	position: absolute;
	z-index: 2;
	right: 15px;
	top: 15px;
	width: 48px;
	height: 48px;
	opacity: 0.75;
	}

.popup-wrapper .x:before {
	left: 50%;
	top: 5px;
	bottom: 5px;
	width: 2px;
	margin-left: -1px;
	}

.popup-wrapper .x:after {
	left: 5px;
	right: 5px;
	top: 50%;
	height: 2px;
	margin-top: -1px;
	}

.popup-wrapper .x:before, .popup-wrapper .x:after {
	content: "";
	position: absolute;
	background: #ffffff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	}



/* ELEMENTS */

.input-wrapper,
.ss-wrapper {
	position: relative;
	margin-bottom: 15px;
	background: #ffffff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.input-wrapper label {
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 100%;
	color: #758283;
	}

.input-wrapper input[type="text"],
.input-wrapper input[type="password"],
.input-wrapper input[type="email"],
.input-wrapper input[type="number"],
.input-wrapper textarea {
	font-family: sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	outline: none;
	width: 100%;
	color: #404040;
	border: 1px solid #cacaca;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}

.input-wrapper label,
.input-wrapper input[type="text"],
.input-wrapper input[type="password"],
.input-wrapper input[type="email"],
.input-wrapper input[type="number"],
.input-wrapper textarea {
	display: block;
	font-size: 100%;
	padding: 13px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: normal;
	}

.input-wrapper.currency:before {
	content: "$";
	position: absolute;
	left: 1px;
	top: 1px;
	bottom: 1px;
	width: 46px;
	line-height: 45px;
	text-align: center;
	font-weight: 500;
	border-right: 1px solid #cacaca;
	color: #757575;
	}

.input-wrapper.currency:after {
	content: ".00";
	position: absolute;
	right: 1px;
	top: 1px;
	bottom: 1px;
	width: 46px;
	line-height: 45px;
	text-align: center;
	font-weight: 500;
	border-left: 1px solid #cacaca;
	color: #757575
	}

.input-wrapper.currency input {
	padding-left: 60px;
	padding-right: 60px;
	}

.input-wrapper[class*="icon-before"]:before,
.input-wrapper[class*="icon-after"]:after {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	pointer-events: none;
	}

.input-wrapper[class*="icon-before"] input,
.input-wrapper[class*="icon-before"] label {
	padding-left: 35px !important;
	}

.input-wrapper[class*="icon-before"]:before {
	left: 12px;
	}

.input-wrapper[class*="icon-after"]:after {
	right: 12px;
	}

.input-wrapper a {
	position: absolute;
	z-index: 2;
	right: 12px;
	top: 50%;
	margin-top: -14px;
	}

.input-wrapper a ~ input,
.input-wrapper a ~ label,
.input-wrapper[class*="icon-after"] input,
.input-wrapper[class*="icon-after"] label {
	padding-right: 35px !important;
	}

.input-wrapper textarea {
	display: block;
	height: 150px;
	resize: none;
	}

.ss-wrapper {
	padding: 9px 43px 9px 13px;
	border: 1px solid #cacaca;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	}

select {
	font-size: 16px;
	}

.ss-wrapper span {
	color: #333;
	}

.ss-wrapper select {
	z-index: 1;
	}

.ss-wrapper.initial {
	color: #858585;
	}

.ss-wrapper.focus,
.input-wrapper input[type="text"]:focus,
.input-wrapper input[type="password"]:focus,
.input-wrapper input[type="email"]:focus,
.input-wrapper input[type="number"]:focus,
.input-wrapper textarea:focus {
	border-color: #707070;
	}

.ss-wrapper::after {
	font-family: 'icons';
	content: "\e009";
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -14px;
	}

.validator {
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: 44px;
	height: 100%;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background: #758283 url(/images/icon-validator.png) center center no-repeat;
	}

.error {
	display: block;
	border: 1px solid #93595c;
	background: #e7d3d4;
	color: #912028;
	padding: 6px 10px;
	margin-bottom: 20px;
	}

.value li {
    list-style: none;
    float: left;
    margin-left: 20px;
}

/* GRID FRAMEWORK */

.bounds {
	position: relative;
	max-width: 1240px;
	padding: 0 5%;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.row {
	margin-left: 0%;
	margin-right: -2%;
	}

.row.flex {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	}

.flex-start {
	align-self: flex-start;
	}

@media screen and (max-width:640px) {
	.row.flex {
		display: block;
		}
	.row.flex [class*="column"] {
		width: 100% !important;
		padding: 0 2%;
		}
	.row.flex [class*="column"] + [class*="column"] {
		margin-top: 20px;
		}
	}

.row.no-margin {
	margin-left: 0;
	margin-right: 0;
	}

[class*="column"] {
	position: relative;
	float: left;
	padding-left: 2%;
	padding-right: 2%;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}

.reverse > [class*="column"] {
	float: right;
	}

[class*="column"][class*="center"] {
	float: none;
	margin: 0 auto;
	}

[class*="column1"] { width: 8.33333% }
[class*="column2"] { width: 16.66667% }
[class*="column3"] { width: 25% }
[class*="column4"] { width: 33.33333% }
[class*="column5"] { width: 41.66667% }
[class*="column6"], [class*="half"] { width: 50% }
[class*="column7"] { width: 58.33333% }
[class*="column8"] { width: 66.66667% }
[class*="column9"] { width: 75% }
[class*="column10"] { width: 83.33333% }
[class*="column11"] { width: 91.66667% }
[class*="column12"] { width: 100% }

/* FAQs */
/* FAQ */

.faqs .item {
	position: relative;
	cursor: pointer;
	padding: 20px 40px 20px 20px;
	background: #f9f9f9;
	margin-bottom: 10px;
	}

.faqs .item:before {
	content: "";
	position: absolute;
	right: 13px;
	top: 32px;
	width: 16px;

	height: 2px;
	background: #999999;
	}

.faqs .item:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 25px;
	width: 2px;
	height: 16px;
	background: #999999;
	}

.faqs .item.active:after {
	display: none;
	}

.faqs .item:hover {
	background-color: #f5f5f5;
	}

.faqs .item .answer {
	display: none;
	padding-top: 8px;
	}

.faqs .item .answer :last-child {
	margin-bottom: 0;
	}

.faqs .item + h4 {
	margin-top: 40px;
	}



.benefits-mobile {
	display: none;
}

.benefits-card {
	width: 44%;
  margin: 5px;
  padding: 16px;
  border-top: 2px solid #54c6f1;
	background: #eaeaea;
}

.benefits-table-desktop th {
	vertical-align: top;
}

@media screen and (max-width: 990px) {
	.benefits-table-desktop {
		display: none;
	}
	.benefits-mobile {
		display: flex;
	  flex-wrap: wrap;
	  justify-content: center;
	}
}

@media screen and (max-width: 780px) {
	.benefits-card {
		width: 100%;
	}
}

.back {
    opacity: 0.7;
}

.pmember:after {
	content:"";
	background: #54c6f1;
	opacity:.65;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left:8px;
    width:8px;
    height: 8px;

    }

@media screen and (max-width: 720px) {
	table.custom .label {
		display: inline;
		}
	table.custom thead {
		}
	table.custom thead.responsive-show {
		display: block;
		}
	table.custom tbody {
		width: 100%;
		}
	table.custom thead tr {
		display: block;
		}
	table.custom td {
		display: block;
		text-align: left !important;
		border-top-width: 0 !important;
		border-bottom-width: 0 !important;
		border-left-width:1px;
		padding-top: 0;
		padding-bottom: 0;
		}
	table.custom th {
		display: block;
		text-align: left !important;
		border-width: 1px 0 3px !important;
		}
	table.custom td.narrow {
		width: auto;
		}
	table.custom .button-smaller {
		margin-top: 8px;
		}
	table.custom.radios td:first-child {
		width: 1px !important;
		}
	table.custom td:first-child {
		padding-top: 20px;
		}
	table.custom td:last-child {
		padding-bottom: 20px;
		border-bottom-width: 1px !important;
		}
	table.custom tr:not(:last-child) td:last-child {
		border-bottom-width: 1px !important;
		}
	table.custom.radios td:first-child {
		padding-top: 0;
		display: table-cell;
		border-right-width: 1px !important;
		}
	table.custom.radios tr:not(:last-child) td:first-child {
		border-bottom-width: 1px !important;
		}
	table.custom.radios td:nth-child(2) {
		padding-top: 20px;
		}
	table.custom tbody tr:first-child td:first-child {
		}
	table.custom tbody tr:last-child td:last-child {
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
		}
	table.custom a [class*="icon-only"] {
		font-size: 130%;
		}
	table.custom a [class*="icon-only"]:before {
		display: inline-block;
		vertical-align: middle;
		padding-right: 6px;
		}
	table.custom .input-wrapper {
		padding-bottom: 10px;
		}
	}



/* RETINA */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.validator {
		background-image: url(/images/icon-validator-2x.png);
		background-size: 16px;
		}
	}




/* RESPONSIVE */

@media screen and (max-width:960px) {
	header {
		height: 76px;
		}
	header + .hero,
	header + div .hero {
		margin-top: 76px;
		}
	header .logo {
		left: 2%;
		width: 160px;
		height: 50px;
		margin-top: -25px;
		background-size: 160px 50px;
		}
	header nav {
		font-size: 1.125rem !important;
		}
	header nav > ul > li:not(:first-child) {
		margin-left: 50px;
		}
	header nav ul ul {
		top: 53px;
		min-width: 190px;
		}
	.events .event,
	.blocks .block {
		width: 50%;
		}
	.people-slideshow .slide-bounds {
		padding: 0 16%;
		}
	.people-slideshow .portrait {
		left: 50%;
		width: 120px;
		height: 120px;
		margin-left: -60px;
		}
	.people-slideshow .portrait img {
		width: 120px;
		height: 120px;
		}
	.people-slideshow .text-wrapper {
		padding-left: 0;
		padding-top: 150px;
		line-height: normal;
		}
	.top.section.give-page{
	    margin-top:74px;
	    }
	}

@media screen and (max-width:850px) {
	.kickers h2:before,
	.kickers h2 .arrow {
		display: none;
		}
	.kickers h3 {
		font-size: 2rem;
		line-height: 2.5rem;
		}
	.template .stories .column.story {
	    width: 33%;
	    }
	}

@media screen and (max-width:800px) {
	.posts .column4 {
		width: 100%;
		margin-bottom: 20px;
		}
	}

@media screen and (max-width:760px) {
	.hero.home {
		height: auto;
		padding-bottom: 90%;
		}
	.slideshow:before,
	.slideshow:after,
	.hero .caption .bounds .text-wrapper:after {
		display: none;
		}
	.slideshow .column6 {
		width: 100%;
		}
	.hero .caption .bounds .text-wrapper {
		padding-bottom: 0;
		}
	.yar-slider-controls {
		left: auto;
	    top: auto;
	    bottom: 0;
	    color: #3e465a;
		}
	.yar-slider-controls > div {
		bottom: 0;
		margin-top: 0;
		}
	.yar-slider-controls div:hover {
		padding: 0;
		background: none;
		}
	.yar-slider-controls .prev {
		left: auto;
		right: 80px;
		}
	.yar-slider-controls .next {
		right: 40px;
		}
	.yar-slider-controls .number {
		display: none;
		}
	
	.expendable {
		display: none;
		}
	.normal-break {
		padding: 5% 0;
		}
	.normal-break > .bounds > .row > [class*="column"] {
		width: 100%;
		}
	.section nav a {
		padding-top: 10px;
		padding-bottom: 10px;
		}
	.section nav a:before {
		top: 8px;
		}
	.stories {
		margin-top: 50px;
		}
	.news.smaller,
	.responsive-border-bottom {
		border-bottom: 2px solid #cccccc;
		margin-bottom: 30px;
		}
	.responsive-border-bottom {
		padding-bottom: 30px;
		}
	[class*="column"] .text {
		padding: 0;
		}
	}

@media screen and (max-width:720px) {
	.home-events-news {
		padding-top: 8%;
		padding-bottom: 8%;
		}
	.home-events-news .column6 {
		width: 100%;
		}
	}

@media screen and (max-width:680px) {
	.section.kickers {
		padding-top: 5%;
		padding-bottom: 5%;
		}
	.kickers h3 {
		margin-top: 20px;
		}
	.kickers:before,
	.kickers p,
	.kickers .button {
		display: none;
		}
	.template .stories .column.story, .template .stories .column.story.video {
	    width: 100%;
	    }
	}

@media screen and (max-width:680px) {
	header nav > ul > li:not(:first-child) {
		margin-left: 25px;
		}
	.section.give-page .button{
	    margin-bottom: 10px;
	    }
	}

@media screen and (max-width:600px) {
	header {
		position: relative;
		}
	header .nav-trigger {
		cursor: pointer;
		position: absolute;
		right: 0;
		top: 0;
		width: 76px;
		height: 76px;
		}
	header .nav-trigger div {
		position: relative;
		background: #e45438;
		margin: 37px auto;
		width: 26px;
		height: 2px;
		}
	header .nav-trigger div:before,
	header .nav-trigger div:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		height: 100%;
		background: #e45438;
		}
	header .nav-trigger div:before {
		top: -10px;
		}
	header .nav-trigger div:after {
		bottom: -10px;
		}
	header nav {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		z-index: 1;
		left: 0;
		right: 0;
		top: 76px;
		background: #ffffff;
		margin: 0;
		padding-bottom: 30px;
		-webkit-transform: translateY(-15px);
		-moz-transform: translateY(-15px);
		transform: translateY(-15px);
		-webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.3);
		-moz-box-shadow: 0 3px 4px rgba(0,0,0,0.3);
		box-shadow: 0 3px 4px rgba(0,0,0,0.3);
		-webkit-transition: 200ms;
		-moz-transition: 200ms;
		transition: 200ms;
		pointer-events: none;
		}
	.nav-active header nav {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		transform: translateY(0px);
		pointer-events: all;
		}
	header nav a {
		padding: 20px 3% 2px;
		}
	header nav > ul > li {
		display: block;
		}
	header nav > ul > li:not(:first-child) {
		margin-left: 0;
		}
	header nav ul ul {
		position: relative;
		left: auto;
		top: auto;
		min-width: 0;
		opacity: 1;
		visibility: visible;
		padding: 0;
		background: #ffffff;
		}
	header nav ul ul a {
		color: #404040;
		font-size: 15px;
		padding: 5px 3% 5px 5%;
		border: none !important;
		}
	header nav li.has-dropdown > a:after,
	header nav ul ul:before {
		display: none;
		}
	.hero {
		margin-top: 0 !important;
		}
	.top.section.give-page{
	    margin-top:0px;
	    }
	.donation-select a, .donation-select ul{
	    width: 200px;
	    }
	.kickers [class*="icon-only"] {
		font-size: 60px
		}
	.kickers h3 {
		font-size: 1.2rem;
		line-height: 2rem;
		}
	.kickers h3:after {
		font-size: 80%;
	    margin-left: 3px;
	    top: -0.07em;
		}
	}

@media screen and (max-width:560px) {
	.slideshow .text p {
		display: none;
		}
	.events .event,
	.blocks .block {
		width: 100%;
		}
	}

@media screen and (max-width:480px) {
	.tabs {
		font-size: 1rem;
		line-height: 1.5rem;
		top: -24px;
		}
	.tabs .tab {
		padding: 12px 9px;
		}
	.tabs .tab:not(:last-child) {
		margin-right: 35px;
		}
	.tabs .tab:before {
		border-width: 24px 15px 24px 0;
		}
	.tabs .tab:after {
		border-width: 24px 0 24px 15px;
		}
	}

@media screen and (max-width:420px) {
	.section .heading a {
		position: relative;
		right: auto;
		top: auto;
		margin: 0;
		}
	}



/* LOADER */







