/*  
Theme Name: Hopeworks
Theme URI: https://hopeworks.org/
Description: Custom CMS built on the WordPress platform.
Version: 1.0
Author: 320studios - Bart Hook
Author URI: http://www.320studios.com/
*/


/*---------------------------------------------------------------------
 *  RESET
 *---------------------------------------------------------------------*/
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: none;
} 

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

img {
	-ms-interpolation-mode: bicubic;
}

input[type=radio], input[type=checkbox] {
	margin: 0 10px 0 0;
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



/*---------------------------------------------------------------------
 *  HTML ELEMENTS
 *---------------------------------------------------------------------*/
 
html {
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family:'museo-sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
}

p {
	margin: 0;
	padding: 0 0 20px 0;
}

a {
	color: #153463;
	text-decoration: none;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

a:hover {
	color: #f7972c;
}

strong {
	font-family: 'museo-sans', sans-serif;
	font-weight: 700;
}

ul {
	margin: 0 0 0 40px;
	list-style: circle;
	padding: 0 0 20px 0;
}

ol {
	margin: 0 0 0 40px;
	list-style: decimal;
	padding: 0 0 20px 0;
}

li {
	margin: 0 0 10px 0;
}

h2 {
	font-family:'museo-sans', sans-serif;
	font-weight: 900;
	font-size: 48px;
	line-height: normal;
}

h2::after {
	content: "";
	width: 52px;
	height: 8px;
	display: block;
	background: #57c3bc;
	margin: 25px 0 40px 0;
	padding: 0;
}

h3 {
	font-family: 'museo-sans', sans-serif;
	font-weight: 700;
    font-size: 26px;
    line-height: normal;
    margin: 0 0 20px 0;
}


/*---------------------------------------------------------------------
 *  GLOBAL STYLES
 *---------------------------------------------------------------------*/
  
.clear {
	clear: both;
}

.left {
	position: relative;
	float: left;
	box-sizing: border-box;
}

.right {
	position: relative;
	float: right;
	box-sizing: border-box;
}

.wrapper {
	position: relative;
	box-sizing: border-box;
	padding: 0 30px;
	width: 100%;
	max-width: 1290px;
	margin: 0 auto;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.mobile_img {
	display: none;
	width: 100%;
	height: auto;
}



/*---------------------------------------------------------------------
 *  PLACEHOLDER TEXT
 *---------------------------------------------------------------------*/

::-webkit-input-placeholder {
   color: #57c3bc;
}

:-moz-placeholder { /* Firefox 18- */
   color: #57c3bc;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #57c3bc;  
}

:-ms-input-placeholder {  
   color: #57c3bc;  
}




/*---------------------------------------------------------------------
 *  TOP
 *---------------------------------------------------------------------*/

#m_menu, #mobile_nav {
	display: none;
}

#top {
	position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
	background: rgba(255,255,255,.98);
	padding: 25px 0;
	-webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid rgba(87, 195, 188, 0);
}

#top.fixed {
	border-bottom: 1px solid rgba(87, 195, 188, .25);
}

#logo {
	float: left;
	width: 152px;
}

#logo img {
	width: 100%;
	height: auto;
	display: block;
}

#header {
	float: right;
}

#top_social {
	position: relative;
	text-align: right;
	margin: 0 0 20px 0;
}

#top_social a {
	display: inline-block;
	font-size: 24px;
	line-height: normal;
	color: #57c3bc;
	margin: 0 0 0 26px;
}

#top_social a:hover {
	color: #f7972c;
}

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

#nav ul li {
	float: left;
}

#nav ul li a {
	display: block;
	padding: 0 25px;
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
	font-size: 16px;
	line-height: 42px;
}

#nav ul li.donate {
	margin: 0 0 0 22px;
}

#nav ul li.on a {
	color: #f7972c;
}

#nav ul li.donate a {
	color: #ffffff;
	background: #57c3bc;
}

#nav ul li.donate a:hover {
	background: #f7972c;
}




/*---------------------------------------------------------------------
 *  HOME
 *---------------------------------------------------------------------*/

#home_header {
	position: relative;
	background: #abe1dd;
	height: 720px;
	z-index: 1;
	margin: 150px 0 0 0;
	overflow: hidden;
}

#home_header .content {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #ffffff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    z-index: 10;
}

#home_header h1 {
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
	font-size: 144px;
	line-height: normal;
	color: #ffffff;
	text-align: center;
}

#home_header h1 span {
	display: block;
	font-size: 48px;
}

#home_slider {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#home_header .slide {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: 5;
}




#hero-video {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 7;
}

#hero-video video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.teal-overlay {
	position: absolute;
	width: 100%;
    height: 100%;
    background-color: rgba(87, 195, 188, .65);
    z-index: 8;
}

.vid-texture {
	position: absolute;
	background-image: url(images/vid-texture.png);
	width: 100%;
    height: 100%;
    opacity: .35;
    z-index: 9;
}

.sec_content {
	width: 50%;
	z-index: 10;
}

.sec_content a {
	display: inline-block;
	margin: 10px 0 0 0;
    color: #ffffff;
    background: #57c3bc;
    font-family: 'museo-sans', sans-serif;
	font-weight: 900;
    font-size: 16px;
    line-height: 1;
    padding: 15px 25px;
}

.sec_content a.alt {
	background: #153463;
}

.sec_content a:hover {
	background: #f7972c;
}

.sec_person {
	position: absolute;
	bottom: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.sec_person img {
	display: block;
}

.content_block {
	width: 100%;
	max-width: 510px;
	padding: 120px 0;
	float: right;
}

#home_youth {
	position: relative;
	background-color: #ffffff;
	color: #153463;
	overflow: hidden;
	padding: 40px 0 0 0;
	background-image: url(images/symbol_white.png);
	background-position: right center;
	background-repeat: no-repeat;
}

	#home_youth .sec_person {
		left: calc(50% + 60px);
	}


#home_donors {
	position: relative;
	background: #153463;
	color: #ffffff;
	padding: 40px 0 0 0;
	background-image: url(images/symbol_navy.png);
	background-position: left center;
	background-repeat: no-repeat;
}
	
	#home_donors .content_block {
		float: left;
	}
	
	#home_donors .sec_person {
		right: calc(50% + 60px);
	}

#home_business {
	position: relative;
	background: #57c3bc;
	color: #ffffff;
	padding: 40px 0 0 0;
	background-image: url(images/symbol_teal.png);
	background-position: right center;
	background-repeat: no-repeat;
	overflow: hidden;
}

	#home_business h2::after {
		background: #153463;
	}
	
	#home_business .sec_person {
		left: calc(50% - 60px);
	}
	

#home_alumni {
	position: relative;
	background: #ffffff;
	color: #153463;
	padding: 40px 0 0 0;
	background-image: url(images/symbol_white.png);
	background-position: left center;
	background-repeat: no-repeat;
}

	#home_alumni .content_block {
		float: left;
	}
	
	#home_alumni .sec_person {
		right: calc(50% + 60px);
	}

#home_friends {
	position: relative;
	background: #153463;
	color: #ffffff;
	padding: 40px 0 0 0;
	background-image: url(images/symbol_navy.png);
	background-position: right center;
	background-repeat: no-repeat;
}

	#home_friends .sec_person {
		right: 0;
	}





/*---------------------------------------------------------------------
 *  INTERIOR PAGES
 *---------------------------------------------------------------------*/
 
#page_header {
	position: relative;
	height: 525px;
	background: #abe1dd;
	margin: 150px 0 0 0;
}

#page_header .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #ffffff;
    text-align: left;
    padding: 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    z-index: 10;
}

#page_header h1, #page_header h2 {
    font-family: 'museo-sans', sans-serif;
	font-weight: 900;
    font-size: 64px;
    line-height: normal;
    color: #ffffff;
    text-align: center;
}

#page_header h2::after {
	display: none;
}

a.back {
	font-family: 'museo-sans', sans-serif;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
}

a.back:hover {
	color: #f7972c;
}

.page_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 5;
}

#main {
	position: relative;
	padding: 110px 0;
}

#main small {
	font-family: 'museo-sans', sans-serif;
	font-weight: 500;
	font-style: italic;
	font-size: 15px;
	line-height: normal;
	font-style: normal;
}

#main h2, #achievements h2, #casestudies h2, #events h2, #sponsors h2 {
	color: #153463;
	text-align: center;
}

#main h1 {
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
	font-size: 48px;
	line-height: normal;
	color: #153463;
	text-align: center;
}

#main h1::after {
	content: "";
	width: 52px;
	height: 8px;
	display: block;
	background: #57c3bc;
	margin: 25px auto 40px auto;
	padding: 0;
}

#main h2::after, #achievements h2::after, #blog h2::after, #casestudies h2::after, #events h2::after, #alumni h2::after, #sponsors h2::after {
	margin: 25px auto 40px auto;
}

#main h3 span {
	display: block;
    font-size: 18px;
    font-family: 'museo-sans', sans-serif;
	font-weight: 500;
    margin: 3px 0 0 0;
}

#main a {
	color: #f7972c;
}

#main a:hover {
	color: #57c3bc;
}

#main a.btn {
	color: #ffffff;
}

#main .content {
	position: relative;
	background: #eef9f8;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 80px 80px 60px 80px;
	color: #153463;
}

.single_thumb {
	position: relative;
	box-sizing: border-box;
	margin: 20px 0;
}

.single_thumb img {
	display: block;
	width: 100%;
	height: auto;
}

#achievements, #testimonials, #events, #sponsors {
	position: relative;
	padding: 0 0 110px 0;
}

.sponsor img {
	display: block;
	width: 100%;
	height: auto;
}

#testimonials.both {
	padding: 110px 0;
}

#testimonials h2 {
	color: #153463;
}

.testimonial {
	position: relative;
	font-size: 20px;
	line-height: 28px;
	color: #153463;
}

.testimonial .left {
	width: 200px;
}

.testimonial .left img {
	display: block;
	width: 100%;
	height: auto;
}

.testimonial .right {
	width: calc(100% - 200px);
	padding: 0 0 0 40px;
}

.name {
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
	font-size: 20px;
	line-height: normal;
	color: #57c3bc;
	margin: 0 0 3px 0;
}

.job {
	font-size: 16px;
	line-height: normal;
}

.achievement {
	position: relative;
}

.achievement .left {
	width: 290px;
	padding: 0 20px;
}

.achievement .left img {
	display: block;
	width: 100%;
	height: auto;
}

.achievement .right {
	width: calc(100% - 290px);
	background: #eef9f8;
	color: #153463;
	font-size: 26px;
	line-height: normal;
	padding: 30px 50px;
}

.year {
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
	font-size: 32px;
	line-height: 1;
	margin: 0 0 15px 0;
}

.achievement h3 {
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
	font-size: 26px;
	line-height: normal;
}

.slick-prev {
	position: absolute;
	left: -80px;
	top: 50%;
	display: block;
	width: 30px;
	height: 54px;
	margin: -27px 0 0 0;
	border: none;
	outline: none;
	text-indent: -9999em;
	background-color: transparent;
	background-image: url(images/bg_prev.png);
	background-repeat: no-repeat;
	opacity: .6;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.slick-next {
	position: absolute;
	right: -80px;
	top: 50%;
	display: block;
	width: 30px;
	height: 54px;
	margin: -27px 0 0 0;
	border: none;
	outline: none;
	text-indent: -9999em;
	background-color: transparent;
	background-image: url(images/bg_next.png);
	background-repeat: no-repeat;
	opacity: .6;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

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

#events.both {
	padding: 110px 0;
}

.eventsintro {
	text-align: center;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 24px;
	color: #153463;
}

#casestudies {
	position: relative;
	padding: 110px 0;
}

#achievements .content, #blog .content, #casestudies .content, #testimonials .content, #events .content, #alumni .content, #sponsors .content {
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 80px;
}

#blog, #alumni {
	position: relative;
	background: #153463;
	padding: 110px 0;
}

#blog_slider {
	padding: 10px 0 0 0;
}

#blog .slide, #events .slide, #alumni .slide {
	position: relative;
	width: 50%;
	padding: 20px;
}

#viewblog {
	position: relative;
	margin: 0 auto;
	text-align: center;
}

#viewblog a {
    display: inline-block;
    margin: 20px 0 0 0;
    color: #ffffff;
    background: #f7972c;
    font-family: 'museo-sans', sans-serif;
	font-weight: 900;
    font-size: 20px;
    line-height: 1;
    padding: 15px 25px;
}

#viewblog a:hover {
	background: #57c3bc;
}

.block {
	position: relative;
	background: #ffffff;
	color: #153463;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#events .block {
	background: #eef9f8;
}

#alumni .block {
	background: transparent;
	color: #ffffff;
}

.story {
	position: relative;
	padding: 20px;
	font-family: 'museo-sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.block h3 {
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
	font-size: 24px;
	line-height: normal;
}

.block h3::after {
	content: "";
	width: 30px;
	height: 5px;
	display: block;
	background: #f7972c;
	margin: 20px 0;
	padding: 0;
}

.b_top {
	position: relative;
}

.b_top img {
	width: 100%;
	height: auto;
	display: block;
}

.b_bot {
	position: relative;
	padding: 40px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.date {
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
	font-size: 15px;
	line-height: normal;
	margin: 0 0 15px 0;
}

.date span {
	font-family: 'museo-sans', sans-serif;
	font-weight: 500;
	font-size: 13px;
}

#blog h2, #alumni h2 {
	color: #ffffff;
	text-align: center;
}

.blogintro, .leadershipintro {
	position: relative;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	color: #ffffff;
}

#leadership {
	position: relative;
	background: #57c3bc;
	padding: 110px 0;
}

#leadership h2 {
	color: #ffffff;
	text-align: center;
}

#leadership h2::after {
	background: #153463;
	margin: 25px auto 40px auto;
}

#team {
	position: relative;
	box-sizing: border-box;
	margin: 15px -25px 0 -25px;
}

.member {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 33.3333333333%;
	padding: 0 25px;
	margin: 25px 0;
	color: #ffffff;
	font-size: 17px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.member h3 {
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
	font-size: 22px;
	line-height: normal;
	margin: 0;
}

.member img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 20px 0;	
}

#board {
	position: relative;
	padding: 110px 0;
	background: #ffffff;
	color: #153463;
	background-image: url(images/symbol_white.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

#web {
	position: relative;
	padding: 110px 0;
	background: #ffffff;
	color: #153463;
	background-image: url(images/symbol_white.png);
    background-position: right center;
    background-repeat: no-repeat;
}

#web .left {
	width: 50%;
}

#web .right {
	width: 50%;
	padding: 0 0 0 80px;
}

#web .right img, #gis .left img, #heal .right img {
	display: block;
	width: 100%;
	height: auto;
}

#gis {
	position: relative;
	padding: 110px 0;
	background: #57c3bc;
	color: #ffffff;
	background-image: url(images/symbol_teal.png);
    background-position: left center;
    background-repeat: no-repeat;
}

#gis h2::after {
	background: #153463;
}

#gis .left {
	width: 50%;
	padding: 0 80px 0 0;
}

#gis .right {
	width: 50%;
}

#gis a.btn {
    background: #153463;
}

#gis a.btn:hover {
	background: #f7972c;
}

#heal {
	position: relative;
	padding: 110px 0;
	background: #153463;
	color: #ffffff;
	background-image: url(images/symbol_navy.png);
    background-position: right center;
    background-repeat: no-repeat;
}

#heal .left {
	width: 50%;
}

#heal .right {
	width: 50%;
	padding: 0 0 0 80px;
}

#board .content, #annual .content, #leadership .content, #web .content, #gis .content, #heal .content, #join .content {
	position: relative;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
}

.threecol {
	position: relative;
	box-sizing: border-box;
	float: left;
	width: 33%;
	padding: 0 80px 0 0;
}

#annual, #join {
	position: relative;
	padding: 180px 0;
	background: #153463;
	color: #ffffff;
	background-image: url(images/symbol_navy.png);
    background-position: right center;
    background-repeat: no-repeat;
}

#annual p, #join p {
	width: 100%;
	max-width: 450px;
}

a.btn {
    display: inline-block;
    margin: 10px 0 0 0;
    color: #ffffff;
    background: #57c3bc;
    font-family: 'museo-sans', sans-serif;
	font-weight: 900;
    font-size: 16px;
    line-height: 1;
    padding: 15px 25px;
}

a.btn:hover {
	background: #f7972c;
}

a.btn.reg {
	margin: 10px 0 20px 0;
	background: #f7972c;
}

a.btn.reg:hover {
	background: #57c3bc;
}

a.btn.second {
	margin: 0 0 0 15px;
}

#code {
	position: relative;
	box-sizing: border-box;
	border: 5px solid #153463;
	width: 100%;
	max-width: 1040px;
	margin: 0 auto 110px auto;
	padding: 30px;
}

.html {
	position: relative;
	color: #57c3bc;
	font-size: 24px;
	line-height: 1.3;
	z-index: 5;
}

.html span {
	font-weight: 900;
	color: #153463;
	padding: 0 0 0 10px;
}

#code .content {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: #153463;
    text-align: left;
    padding: 0 30px 0 110px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;
    z-index: 10;
}

#code section {
	width: 100%;
	max-width: 750px;
}

#code a {
    display: inline-block;
    margin: 10px 0 0 0;
    color: #ffffff;
    background: #57c3bc;
    font-family: 'museo-sans', sans-serif;
	font-weight: 900;
    font-size: 16px;
    line-height: 1;
    padding: 15px 25px;
}

#code a:hover {
	background: #f7972c;
}

#training, #intern {
	position: relative;
	background: #153463;
	color: #ffffff;
}

#training a, #crib a {
	color: #f7972c;
	font-weight: 700;
}

#training a:hover, #crib a:hover {
	color: #57c3bc;
}

#training .content, #academic .content, #life .content, #intern .content, #volunteer .content {
	float: right;
	width: 100%;
	max-width: 690px;
	padding: 0 100px 0 30px;
}

#training .left, #academic .left, #life .left, #intern .left, #volunteer .left {
	width: 60%;
	padding: 160px 0;
}

#training .right {
	width: 40%;
	background: url(images/bg_training.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#intern .right {
	width: 40%;
	background: url(images/bg_intern.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#academic, #volunteer {
	position: relative;
	background: #57c3bc;
	color: #ffffff;
}

#academic h2::after, #volunteer h2::after {
	background: #153463;
}

#academic .right {
	width: 40%;
	background: url(images/bg_academic.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#volunteer .right {
	width: 40%;
	background: url(images/bg_volunteer.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#life {
	position: relative;
	background: #ffffff;
	color: #153463;
}

#life .right {
	width: 40%;
	background: url(images/bg_life.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#crib {
	position: relative;
	padding: 160px 0;
	color: #ffffff;
	background: url(images/bg_crib.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#crib .content {
	width: 100%;
	max-width: 830px;
	margin: 0 auto;
}

#crib h2 {
	text-align: center;
}

#crib h2::after {
	margin: 25px auto 40px auto;
}





/*---------------------------------------------------------------------
 *  BLOG
 *---------------------------------------------------------------------*/

#posts {
	position: relative;
	padding: 110px 0;
	color: #153463;
}

.post {
	position: relative;
	margin: 0 0 80px 0;
}

.post .left {
	width: 320px;
}

.post .left img {
	display: block;
	width: 100%;
	height: auto;
}

.post .right {
	width: calc(100% - 320px);
	padding: 0 0 0 40px;
}

 



/*---------------------------------------------------------------------
 *  FOOTER
 *---------------------------------------------------------------------*/

#footer {
	position: relative;
	padding: 30px 0;
	color: #ffffff;
	background: #153463;
}

#footer .left {
	font-size: 18px;
	line-height: 42px;
}

#footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 22px;
}

#bot_social {
	position: relative;
}

#bot_social li a {
	display: block;
	font-size: 28px;
	line-height: normal;
	color: #ffffff;
}

#bot_social a:hover {
	color: #f7972c;
}

#bot_social li#donate {
	margin: 0 0 0 22px;
}

#bot_social li.donate a {
	color: #ffffff;
	background: #57c3bc;
	font-family: 'museo-sans', sans-serif;
	font-weight: 900;
	font-size: 16px;
	line-height: 42px;
	padding: 0 25px;
}

#bot_social li.donate a:hover {
	background: #f7972c;
}

#map {
	position: relative;
	height: 400px;
	width: 100%;
}



/*---------------------------------------------------------------------
 *  FORMS
 *---------------------------------------------------------------------*/

img.gform_ajax_spinner {
	display: none!important;
}

#contact {
	position: relative;
	background: #57c3bc;
	padding: 80px 0;
	background-image: url(images/symbol_teal.png);
	background-position: left center;
	background-repeat: no-repeat;
}

#contact h2, #share h2 {
	text-align: center;
	color: #ffffff;
}

#contact h2::after {
	background: #153463;
	margin: 25px auto 40px auto;
}

#contact p, #share p {
	color: #ffffff;
	font-family: 'museo-sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24px;
}

#contact .wrapper, #share .wrapper {
	max-width: 720px;
}

#share {
	position: relative;
	background: #153463;
	padding: 0 0 110px 0;
}

#share h2::after {
	margin: 25px auto 40px auto;
}

#gform_wrapper_1, #gform_wrapper_2 {
	position: relative;
	margin: 10px 0 0 0;
}

.gform_wrapper ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gform_wrapper li {
	margin: 0 0 30px 0;
}

#gform_wrapper_1 label, #gform_wrapper_2 label {
	display: none;
}

.validation_error {
	display: none;
}

#gform_wrapper_1 .gfield_description {
	color: #153463;
    font-size: 14px;
    line-height: 1;
    margin: 10px 0 0 0;
}

.gform_wrapper input[type=text] {
	font-family: 'museo-sans', sans-serif;	
	font-weight: 500;
    font-size: 18px;
    color: #153463;
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
    outline: none;
    background: #ffffff;
    border: 1px solid #ffffff;
    height: 42px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.gform_wrapper textarea {
	font-family: 'museo-sans', sans-serif;
	font-weight: 500;
    font-size: 18px;
    line-height: normal;
    color: #153463;
    position: relative;
    box-sizing: border-box;
    padding: 15px;
    outline: none;
    background: #ffffff;
    border: 1px solid #ffffff;
    height: 200px;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.gfield_error input[type=text], .gfield_error textarea {
	border-color: #153463;
}

.gform_button {
	display: block;
	margin: 0 auto;
	border: none;
    outline: none;
    color: #ffffff;
    background: #153463;
    font-family: 'museo-sans', sans-serif;
	font-weight: 900;
    font-size: 18px;
    line-height: 42px;
    padding: 0 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.gform_button:hover {
	background: #f7972c;
}

#field_1_1, #field_1_3 {
	float: left;
	width: calc(50% - 15px);
}

#field_1_2, #field_1_4 {
	float: right;
	width: calc(50% - 15px);
}

.gform_wrapper ul.list li {
	margin: 0 0 10px 0;
}



#gform_wrapper_2 .gfield_description {
	color: #57c3bc;
    font-size: 14px;
    line-height: 1;
    margin: 10px 0 0 0;
}

#gform_wrapper_2 .gfield_error input[type=text], #gform_wrapper_2 .gfield_error textarea  {
	border-color: #57c3bc;
}

#field_2_1, #field_2_3 {
	float: left;
	width: calc(50% - 15px);
}

#field_2_2, #field_2_6 {
	float: right;
	width: calc(50% - 15px);
}

#gform_wrapper_2 .gform_button {
	background: #57c3bc;
}

#gform_wrapper_2 .gform_button:hover {
	background: #f7972c;
}

#field_2_6 {
	position: relative;
	box-sizing: border-box;
	padding: 0 15px;
	overflow: hidden;
	height: 42px;
	background-color: #ffffff;
	color: #57c3bc;
	cursor: pointer;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

#field_2_6:hover {
	background: #f7972c;
	color: #ffffff;
}

#field_2_6 label {
	display: block;
	font-family: 'museo-sans', sans-serif;
	font-weight: 500;
    font-size: 18px;
    line-height: 42px;
    
}

#field_2_6 [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

#extensions_message_2_6 {
	display: none;
}


/*---------------------------------------------------------------------
 *  TRAINEE LEAD FORM
 *---------------------------------------------------------------------*/


#gform_wrapper_3::before {
	content: "";
	width: 30px;
	height: 2px;
	display: block;
	background: #57c3bc;
	margin: 10px 0 30px 0;
}


#gform_wrapper_3 {
	position: relative;
	margin: 0;
	overflow: hidden;
}

#gform_wrapper_3 .validation_message {
	clear: both;
	display: block;
	color: #153463;
    font-size: 14px;
    line-height: 1;
    margin: 10px 0 0 0;
}

#gform_wrapper_3 .instruction {
	display: none;
}

#gform_wrapper_3 label {
	display: none;
}

#field_3_6 label, #field_3_9 label, #field_3_10 label, #field_3_14 label, #field_3_11 label, #field_3_12 label, #field_3_13 label {
	display: inline-block;
	margin: 0 0 10px 0;
	vertical-align: middle;
	vertical-align: -webkit-baseline-middle;
	font-weight: 700;
}

#field_3_3, #field_3_15 {
	float: left;
    width: calc(50% - 15px);
}

#field_3_4, #field_3_16 {
	float: right;
    width: calc(50% - 15px);
}

#field_3_2, #field_3_5 {
	clear: both;
}

/*#input_3_1_3_container {
    float: left;
    width: calc(50% - 15px);
}

#input_3_1_6_container {
	float: right;
    width: calc(50% - 15px);
    margin: 0 0 30px 0;
}*/

#input_3_5_1_container, #input_3_5_4_container {
    float: left;
    width: calc(50% - 15px);
	margin: 0 0 30px 0;
}

#input_3_5_3_container, #input_3_5_5_container {
	float: right;
    width: calc(50% - 15px);
	margin: 0 0 30px 0;
}

#input_3_6_1_container {
	float: left;
    width: calc(30% - 30px);
}

#input_3_6_2_container, #input_3_6_3_container {
	float: left;
    width: calc(30% - 30px);
    margin: 0 0 30px 30px;
}

#field_3_7 {
	clear: both;
	float: none;
	margin: 0 0 10px 0;
}

#input_3_14 li {
	margin: 0;
}

#input_3_14 label {
	font-weight: 500;
}


/*---------------------------------------------------------------------
 *  DONATE FORM
 *---------------------------------------------------------------------*/

#gform_wrapper_5 {
	position: relative;
	margin: 20px 0 0 0;
}

#gform_wrapper_5 .validation_message {
    clear: both;
    display: block;
    color: #153463;
    font-size: 14px;
    line-height: 1;
    margin: 10px 0 0 0;
}

.gf_progressbar_title {
	text-align: center;
	font-family: 'museo-sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff;
	background: #57c3bc;
	padding: 15px;
}

.gf_progressbar_percentage {
	display: none;
}

#gform_wrapper_5 .gfield_label {
	display: block;
	font-weight: 700;
	margin: 0 0 5px 0;
}

span.gfield_required {
	margin: 0 0 0 5px;
}

.gfield_radio li {
	margin: 0 0 10px 0;
}

label {
	vertical-align: middle;
}

#input_5_6 {
	margin: 10px 0 0 0;
}

.gform_next_button {
	display: block;
    margin: 0;
    border: none;
    outline: none;
    color: #ffffff;
    background: #153463;
    font-family: 'museo-sans', sans-serif;
	font-weight: 900;
    font-size: 18px;
    line-height: 42px;
    padding: 0 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.gform_next_button:hover {
	background: #f7972c;
}

.name_first {
	width: calc(50% - 15px);
	float: left;
}

.name_last {
	width: calc(50% - 15px);
	float: right;
}

.name_first label, .name_last label  {
	display: none;
}

.name_last::after {
	content: "";
	clear: both;
}




/*---------------------------------------------------------------------
 *  NICE SELECT
 *---------------------------------------------------------------------*/
 
.nice-select {
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: solid 1px #ffffff;
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 15px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-user-select: none;
	 -moz-user-select: none;
	  -ms-user-select: none;
	      user-select: none;
	white-space: nowrap;
	width: 100%;
}

.nice-select:hover {
	border-color: #ffffff; 
}

.nice-select:active, .nice-select.open, .nice-select:focus {
	border-color: #ffffff; 
}

.nice-select span.current {
	font-family: 'museo-sans', sans-serif;
	font-weight: 500;
    font-size: 18px;
    color: #57c3bc;
}
    
.nice-select:after {
	border-bottom: 2px solid #153463;
	border-right: 2px solid #153463;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	-webkit-transform-origin: 66% 66%;
	    -ms-transform-origin: 66% 66%;
	        transform-origin: 66% 66%;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	width: 5px; 
}
    
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
            
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
      
.nice-select .list {
	background-color: #ffffff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; 
	width: 100%;
}
    
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
      
.nice-select .option {
	font-family: 'museo-sans', sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #153463;
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 15px;
	padding-right: 29px;
	text-align: left;
	-webkit-transition: all 0.2s;
	transition: all 0.2s; 
}
    
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-family: 'museo-sans', sans-serif;
	font-weight: 700;
	color: #f7972c;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default; 
}

.no-csspointerevents .nice-select .list {
	display: none; 
}

.no-csspointerevents .nice-select.open .list {
	display: block; 
}

.nice-select.open .list {
    max-height: 200px;
    overflow-y: scroll;
}




/*---------------------------------------------------------------------
 *  SLICK SLIDER
 *---------------------------------------------------------------------*/
 
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}




/*---------------------------------------------------------------------
 *  PAGINATION
 *---------------------------------------------------------------------*/
 
#post_nav {
	position: relative;
	padding: 40px 0 0 0;
	margin: 0;
	border-top: 1px dashed #57c3bc;
	font-size: 15px;
	font-family: 'museo-sans', sans-serif;
	font-weight: 500;
	text-align: center;
}

#post_nav ol {
	margin: 0;
	list-style: none;
}

#post_nav ol li {
	padding: 0;
}

.wp-paginate {
	padding:0;
	margin:0;
}

#post_nav .wp-paginate li {
	display: inline-block;
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0 3px;
}

.wp-paginate a {
	display: block;
	box-sizing: border-box;
	background: #f2f3f3;
	color: #777777;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.wp-paginate a:hover, .wp-paginate a:active {
	background: #e6e7e7;
	color: #777777;
}

.wp-paginate .title {
	display: none;
}

.wp-paginate .gap {
	color: #777777;
	display: block;
	box-sizing: border-box;
	text-align: center;
}

.wp-paginate .current {
	display: block;
	box-sizing: border-box;
	color: #fff;
	background: #f7972c;
	text-align: center;
}

.wp-paginate .page {}

.wp-paginate .prev, .wp-paginate .next {}



/*---------------------------------------------------------------------
 *  CLICK & PLEDGE
 *---------------------------------------------------------------------*/

#CnP_inlineiframe {
	height: 1710px;
	overflow: scroll !important;
}

#main a.CnP_formlink.CnP_loader1 {
	text-align: center;
	display: inline-block;
	width: auto;
    margin: 0 auto;
    border: none;
    outline: none;
    color: #ffffff;
    background: #153463;
    font-family: 'museo-sans', sans-serif;
	font-weight: 900;
    font-size: 18px;
    line-height: 42px;
    padding: 0 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#main a.CnP_formlink.CnP_loader1:hover {
	background: #f7972c;
}



