/*
Theme Name: Lw theme 
Theme URI: http://www.lw.com/
Description: Custom theme designed for LearningWorks.
Version: 1.2
Tag: WordPress
Author: Cat on the Couch
Author URL: www.catonthecouch.com
*/
@font-face {
	font-family:"Montserrat Regular";
	src:url(fonts/Montserrat-Regular.otf) format("opentype");
}
@font-face {
	font-family:"Montserrat Bold";
	src:url(fonts/Montserrat-Bold.otf) format("opentype");
}
@font-face {
	font-family:"Worksans Regular";
	src:url(fonts/WorkSans-Regular.otf) format("opentype");
}
@font-face {
	font-family:"Worksans Light";
	src:url(fonts/WorkSans-Light.otf) format("opentype");
}
@font-face {
	font-family:"Worksans Medium";
	src:url(fonts/WorkSans-Medium.otf) format("opentype");
}
@font-face {
	font-family:"Worksans SemiBold";
	src:url(fonts/WorkSans-SemiBold.otf) format("opentype");
}
@font-face {
	font-family:"Roboto Regular";
	src:url(fonts/Roboto-Regular.ttf) format("opentype");
}



* {
	-webkit-transition: color 300ms linear;
	-moz-transition: color 300ms linear;
	-ms-transition: color 300ms linear;
	-o-transition: color 300ms linear;
	transition: color 300ms linear;
	
	-webkit-transition: background 300ms linear;
	-moz-transition: background 300ms linear;
	-ms-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}
body {
	background:#fff;
	color:#444444;
	font:normal 20px/1.2em "Worksans Light";
}
h5 {
	font-family:"Montserrat Regular";
	color:#403e3e;
}
input[type=text],
input[type=email],
textarea{
	border:1px solid #969696;
}
a{
	color:#e93848;
}
a:hover {
	color:#444;
	text-decoration:none;
}
img{
	max-width: 100%;
	height:auto;
}
.edit_post {
	position: absolute;
    top: 0;
	z-index:20;
    right: 15px;
    background-color: rgba(0, 0, 0, 0.79);
	margin:0;
}
.edit_post a{
	color:#fff;
	font-size:1em;
	line-height:1em;
	padding:10px;
	display:block;
}
.content_spacing {
	padding-top:30px;
	padding-bottom:30px;
}

.cust-hover {
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .5s ease-in-out;
}
.cust-hover:hover {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.1);
}
.bio-cust-hover {
    display:none;
}
.bio-cust-hover::hover {
    display:block;
}
/* Header */

header{
	width:100%;
	z-index:999;
}
header.sticky .top_bar{
	display:none;
}
header.sticky .primary-menu{
	background-color:#fff;
	-webkit-box-shadow: 0 4px 4px 0 rgba(200,200,200,.3);
	box-shadow: 0 4px 4px 0 rgba(200,200,200,.3);
}
.top_bar {
    background-color: #1b3039;
    width: 100%;
	color:#fff;
}
.bar_right_col {
	float:right;
}
.header-search,
.google_search,
.social_icons,
.volunteer,
.donate {
	float:left;
}
.header-search-form .search_text {
	display:none;
	width:0px;
}
.header-search-form input[type="text"]{
	margin: 0;
    height: 30px;
    border: none;
    font-size: 14px;
	font-weight:normal;
    background: rgba(255,255,255,.8);
	color:#444;
    outline: none;
    padding:0 10px;
	float:left;
	font-size:14px;
	font-family:"Worksans Regular";
}
.header-search-form .search_button{
	float:left;
	color:#fff;
	font-size:13px;
	display:block;
	width:30px;
	height:30px;
	text-align:center;
    z-index: 2;
    cursor: pointer;
    background: none;
	border:none;
	outline:none;
	background:none;
}
.google_search{
	height:30px !important;
}
.google_search .goog-te-gadget-simple,
.google_search select {
	background:none;
	border:none !important;
	font-size:11px;
	font-family:"Montserrat Regular";
	outline:0;
	height:30px !important;
	margin:0;
	color:#fff;
}
.google_search .goog-te-gadget-simple span {
	border:none!important;
}
.google_search a,
.google_search span {
	line-height:30px;
	font-size:11px;
	font-family:"Montserrat Regular";
	color:#fff;
}
.google_search select option{
	color:#444;
}
.google_search .goog-te-gadget-icon {
	display:none;
}
.goog-te-menu2 div {
	background: #000;
    border: none !important;
    color: #fff;
}
.social_icons ul {
	display:none;
}
.social_icons{
	list-style:none;
	padding:5px 0;
}
.social_icons li{
	float:left;
    padding: 0;
	margin:0 3px;
}
.social_icons li a {
	border-radius: 15px;
    width: 20px;
    height: 20px;
    background: #42677a;
	color:#fff;
	font-size:13px;
	display:block;
	line-height:21px;
	text-align:center;
}
.social_icons li a:hover {
	text-decoration:none;
	background:#fff;
	color:#1b3039;
}
.volunteer,
.volunteer:hover,
.donate,
.donate:hover  {
	background-color:#e93848;
	height:30px;
	padding:0 15px;
	display:block;
	color:#fff;
	font-family:"Montserrat Regular";
	font-size:14px;
	line-height:30px;
}
.volunteer,
.volunteer:hover {
	background-color:#d25c0e;
}
.primary-menu{
	width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
	font-family:"Montserrat Regular";
}
.select{
	margin-top:4px;
	background: none;
    color: #fff;
    border: none;
}

/* /////////////////////////  Main Menu
First Level Menu */

.nav_primary > ul{
	width:100%;
	display:block;
	list-style:none;
}
.nav_primary > ul > li{
	padding:0;
	margin:0;
	position:relative;
}

.nav_primary > ul > li > a{
	color:#444;
	font:normal 13px "Montserrat Regular";
	text-transform:uppercase;
	display:block;
}
.nav_primary > ul > li.current-menu-item > a,
.nav_primary > ul > li.current_page_item > a,
.nav_primary > ul > li.current-menu-parent > a,
.nav_primary > ul > li.current_page_parent > a,
.nav_primary > ul > li.current-page-parent > a,
.single-news_events .nav_primary > ul > li.event-menu > a,
.single-staff_openings .nav_primary > ul > li.staff-menu > a,
.nav_primary > ul > li > a:hover,
.nav_primary > ul > li:hover > a {
	text-decoration:none;
	color:#444;
	padding-bottom:0px!important;
}
/* Second Level Menu */
.nav_primary li ul {
	display:none;
	top:100%;
	left:0;
	margin:0;
	list-style:none;
	background:#3a4d5b;
	min-width:200px;
	
	-webkit-transition: all 3s linear;
	-moz-transition: all 3s linear;
	-ms-transition: all 3s linear;
	-o-transition: all 3s linear;
	transition: all 3s linear;
}
.nav_primary li ul li ul {
	display:none;
	margin:0;
	list-style:none;
	background:#3a4d5b;
	min-width:200px;
	
	-webkit-transition: all 3s linear;
	-moz-transition: all 3s linear;
	-ms-transition: all 3s linear;
	-o-transition: all 3s linear;
	transition: all 3s linear;
}
.nav_primary li:hover ul li ul{
	display:block;
}
.nav_primary li:hover ul ,
.nav_primary li ul li:hover ul{
	display:block;
	-webkit-transition: all 3s linear;
	-moz-transition: all 3s linear;
	-ms-transition: all 3s linear;
	-o-transition: all 3s linear;
	transition: all 3s linear;
}
.nav_primary li ul > li {
	padding:0;
	position:relative;
}
.nav_primary li ul > li > a {
	font:normal 13px "Montserrat Regular";
	padding:5px 15px;
	color:#fff;
	display:block;
	white-space:nowrap;
}


.page_pad{
	font-size:17px;
	font-family:"Worksans Regular";
	line-height: 24px;
}
.page-id-2864 .progm_box h1 { font-size: 24px; }

.page-id-2864 .apply_btn { font-size: 26px; float: none; }


.page_pad h1,.page_pad h3{
	font-family:"Worksans SemiBold";
}
.banner  {
	overflow:hidden;
	position:relative;
	z-index:5;
}
.banner_img img{
	width:100%;
	height:auto;
	/*min-height:100%;
	min-width:100%;
	max-height:none;
	max-width:none; */
	position:relative;
}
.banner_img {
	height:100%;
	position:relative;
	overflow:hidden;
	width:100%;
}
.banner_heading{
	font-family: "Montserrat Regular";
    color: #fff;
    position: absolute;
    text-align: center;
    width: 100%;
}
.banner_content{
    vertical-align: middle;
    text-align: center;
    background-color: rgba(29, 22, 22, 0.65);
    color: #fff;
    border-bottom: 4px solid #417b94;
    padding: 10px;
	font-family:"Worksans Regular";
}
.banner_content h1{
	font-family:"Montserrat Regular";
	font-size:56px;
}
.banner > img{
	min-width:100%;
}
.main{
	background-color:#fff;
}
main b,main strong{
	font-family:"Worksans SemiBold";
	font-weight:normal;
}
.content{
	padding:20px 0;
}
.first_para h5{
	font-family:"Montserrat Regular";
}
.first_para div{
	font-family:"Worksans Regular";
}
.home_content{
	font-family:"Worksans Regular";
	font-size:18px;
	padding-top: 40px;
    padding-bottom: 30px;
}
.home_content h5{
	font-family: "Montserrat Regular";
	font-size:14px;
	padding-bottom: 15px;
}
.border_left{
	display:block;
	float:left;
	width:49%;
	overflow:hidden;
	font-size:19px;
	font-family:"Montserrat Bold";
	border-left:1px solid #000;
	text-align:center;
}
.border_left.no_border {
	border:none;
}
.border_left a{
	color:#4b4d4d;
}
.square{
	position:relative;
}
.square_content{
    color: #fff;
    font-family: "Worksans Medium";
    font-size: 15px;
    text-align: left;
	line-height: 1.4em;
}
.square_content h3{
	font-family: "Montserrat Regular";
    font-size: 27px;
	text-align:center;
}
.square_absolute{
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	overflow:hidden;
}
.square_absolute img{
	min-height:100%;
	min-width:100%;
	max-height:none;
	max-width:none;
}
.story_relative{
	position:relative;
	overflow:hidden;
}
.story_relative:hover .story_absolute{
	display:block;
}
.story_relative .story_image{
	overflow:hidden;
}
.story_relative:hover .story_image img{
	max-width:106%;
	width:106%;
	margin:-3%;
}
.story_absolute{
	display:none;
	width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    text-align: center;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.49);
    color: #fff;
}
.story_absolute h4{
	font-size:24px;
	font-family: "Montserrat Regular";
	padding-top: 63%;
    margin-bottom: 0;
}
.story_absolute div{
	font-size:13px;
	font-family:"Worksans SemiBold";
	text-align:center;
}
.learn{
	top: 65%;
    position: absolute;
    left: 33%;
    color: #fff;
	font-family: "Montserrat Regular";
    font-size: 13px;
	padding: 4px 15px;
}
.learn a{
	color: #fff;
}
.our_story h4{
	font-family: "Montserrat Bold";
    font-size: 14px;
}
.our_story h2{
	font-family: "Montserrat Regular";
    font-size: 28px;
	color:#e93848;
	margin-bottom: 0;
}
.our_story h5{
    font-size: 14px;
	padding-bottom: 5px;
    margin-top: 5px;
}
.heading h4{
	line-height:24px;
}
.support_block{
	font-family: "Montserrat Regular";
	font-size:14px;
	border-top:1px dotted #666;
	border-bottom:1px dotted #666;
	overflow:hidden;
	line-height:20px;
	padding-top:30px;
	padding-bottom:30px;
	margin-top: 25px;
}
.donate_box{
	padding: 15px 25px;
    color: #fff;
    background-color:#e93848;
	float:left;
	overflow:hidden;
    text-align: center;
    margin: 15px 0 30px 0;
	font-size:24px;
}
.annual h4{
	padding-top:20px;
	padding-bottom: 10px;
}
.annual h5{
	padding-bottom:0;
}
.annual h5 a{
	color:#444;
}
.sidebar{
	background-color:#ebebeb;
	width:100%;
}
.program_boxes{
	padding-bottom:30px;
}
.content_left{
	padding:30px 0;
}
.featured img{
	width:100%;
}
.top_adj{
	padding-top:20px;
	padding-bottom:20px;
}
.member{
	margin-top:15px;
	margin-bottom:15px;
	position:relative;
	color:#fff;
	font-size:13px;
	font-family:"Worksans Medium";
	line-height:1.2em;
	text-align:center;
	overflow:hidden;
}
.member a{
	display:block;
	position:relative;
}
.member img{
	width:100%;
}
.members h2{
	font-size:18px;
	font-family: "Montserrat Regular";
	margin-top:0;
}
.members .img{
	position:relative;
	z-index:0;
	overflow:hidden;
}
.members .hover{
	display:none;
	position:absolute;
	z-index:10;
	background-color: rgba(0, 0, 0, 1);
	top:0;
	left:0;
	right:0;
	bottom:0;
	overflow:hidden;
}
.members .bio{
	width:100%;
}
.member:hover .hover{
	display:block;
	overflow:hidden;
}
.members .h_img{
	position:relative;
	z-index:0;
	opacity:0.7;
}
.members .bio{
	position:absolute;
	z-index:10;
	left:0;
	bottom:0;
	padding:15px;
	color:#fff;
}
.members_title{
	padding-top: 35px;
    padding-bottom: 5px;
	font-family:"Worksans SemiBold";
}
.members_title h4{
	margin:0;
}
.board{
	padding-bottom:30px;
}
.board_heading{
	font-family:"Worksans SemiBold";
	padding:0 0 5px 25px;
}
.roll{
	position: absolute;
    bottom: 0;
	left:0;
    width: 100%;
    height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}
.heading_category{
	padding: 0 0 10px 15px;
	font-family:"Worksans SemiBold";
}
.team{
	padding-bottom:30px;
}
.team_popup{
    margin: 0 auto;
    height: auto;
	padding:45px;
}
.board_popup{
    margin: 0 auto;
    height: auto;
	padding:45px;
}
.popup_img{
	padding:2px;
	overflow:hidden;
	text-align:center;
}
.popup_experience{
	font-family:"Worksans Regular";
	line-height: 20px;
}
.popup_data{
	font-family:"Worksans Regular";
	line-height: 20px;
}
.popup_content{
	font-size:14px;
	font-family:"Worksans Regular";
}
.popup_content h2{
	font-size:28px;
	font-family:"Montserrat Regular";
	margin:0;
}
.popup_content h3{
	font-family:"Montserrat Regular";
	margin:0;
}
.popup_content h4{
	font-size:14px;
	font-family:"Montserrat Regular";
	color:#4c4b4b;
	text-transform:uppercase;
	line-height: 20px;
}
.popup_label{
	font-family:"Worksans SemiBold";
	font-size:14px;
	padding-right:7px;
}
.margin_adj{
	margin: 15px 0;
}
.team_last_col{
	border-left:1px solid #000;
	padding-left:15px;
    margin-bottom: 20px;
}
.team_social ul{
	list-style:none;
	padding-left:0;
}
.team_social ul li{
	display:inline-block;
    padding: 0;
    margin: 0 3px;
}
.team_social ul li a{
	border-radius: 15px;
    width: 20px;
    height: 20px;
    background: #42677a;
    color: #fff;
    font-size: 12px;
    display: block;
    line-height: 21px;
    text-align: center;
}
.team_social ul li a:hover{
    background: #fff;
    color: #42677a;
}
.team_social ul li a i{
	
}
.popup_email a{
	font-size:12px;
	font-family:"Montserrat Bold";
	color:#e93848;
	display:block;
	line-height: 20px;
}
.ext{
	font-family:"Montserrat Bold";
	font-size:12px;
	line-height: 20px;
}
.mfp-inline-holder .mfp-content{
	max-width:1000px;
}
.mfp-arrow .mfp-b, .mfp-arrow:before {
    border-top-width: 5px !important;
    border-bottom-width: 5px !important;
    opacity: .7;
}
.mfp-arrow .mfp-a, .mfp-arrow .mfp-b, .mfp-arrow:after, .mfp-arrow:before {
	margin:0 !important;
	position:relative;
}
.mfp-arrow-left .mfp-a, .mfp-arrow-left:after {
	border:none !important;
	margin:0 !important;
}
.mfp-arrow-left:before {
	border-right: 10px solid #3F3F3F !important;
}
.mfp-arrow-right:before {
	border-left: 10px solid #3F3F3F !important;
}
.mfp-arrow-right .mfp-a, .mfp-arrow-right:after{
	border:none !important;
	margin:0 !important;
}
.mfp-arrow {
	width:15px !important;
	height:25px !important;
	top:32% !important;
}
.mfp-arrow-left {
	left:auto !important;
}
.mfp-close{
	visibility:hidden !important;
}
.mfp-close{
	top:5px !important;
	right:20px !important;
}
.mfp-close:after{
	content:"close";
	visibility:visible !important;
	font-family:"Montserrat Regular";
	font-size:12px;
    text-indent: 0; 
    display: block;
	position:absolute;
	top:0;
	right:0;
	background-color:#fff;
	color:#444;
	left:0;
	bottom:0;
}
.story h4{
	font-size:17px;
	font-family:"Worksans SemiBold";
}
.story{
	font-size:17px;
	font-family:"Worksans Regular";
}
.col_box{
	width:100%;
    display: inline-block;
    font-family: "Montserrat Regular";
    font-size: 17px;
    text-align: center;
    overflow: hidden;
    color: #fff;
}
.our_partners{
	font-size:17px;
	font-family:"Worksans Regular";
	padding-bottom:30px;
	overflow:hidden;
}
.our_partners h4{
	font-size:17px;
	font-family:"Worksans SemiBold";
	margin-top:20px;
}
.our_partners ol{
	padding-left:30px;
}
.our_partners ul{
	padding-left:20px;
	line-height: 26px;
}
.our_partners h2{
	font-family: "Montserrat Bold";
    font-size: 22px;
	margin: 0;
    padding-bottom: 15px;
}
.our_donors{
	font-family:"Worksans Regular";
	font-size:17px;
}
.our_donors h4{
	font-family:"Worksans SemiBold";
	font-size:17px;
	padding-top:35px;
	padding-bottom: 8px;
}
.donors_border{
	border-bottom:1px dotted #666;
	padding-bottom:35px;
}
.row .donors_border:last-child{
	border:none;
}
.donors{
	font-size:14px;
	line-height: 20px;
}
.donors h5{
	font-family:"Worksans SemiBold";
	font-size:14px;
	margin: 0;
    padding-top: 20px;
    padding-bottom: 5px;
}
.donors h5:first-child{
    padding-top: 5px;
}
.upper{
	text-transform:uppercase;
}
.donor_post{
	font-size:14px;
    font-family: "Montserrat Regular";
	padding: 15px 0 10px 0;
}
.donor_post img{
	margin-bottom:15px;
}
.donor_post h4{
	font-size:14px;
    font-family: "Montserrat Bold";
}
.side h5{
	font-size: 14px;
    padding-bottom: 20px;
    font-family: "Montserrat Bold";
}
.side h4{
	font-family: "Montserrat Bold";
    font-size: 14px;
	margin-top:0;
}
.side h5 a{
	color:#444;
}
.side h5 i{
	padding-left: 5px;
}
.side_font{
	font-size:14px;
    font-family: "Montserrat Bold";
}
.sidebar_donors{
	padding-top:30px;
	font-size:14px;
    font-family: "Montserrat Regular";
}
.stories_heading{
	font-size:16px;
    font-family: "Montserrat Regular";
	text-align:center;
	padding: 20px 0 10px 0;
}
.story_images{
	padding-bottom:30px;
}
.sidebar [id*=give-form] .fl-form.fl-style-give input.fl-input, [id*=give-form] .fl-form.fl-style-give select.fl-select, [id*=give-form] .fl-form.fl-style-give textarea.fl-textarea{
	font-size:10px;
	padding-bottom: 4px;
    padding-top: 4px;
	background-color: #fff;
}
.sidebar [id*=give-form] .fl-form.fl-style-give input.fl-input::placeholder, 
[id*=give-form] .fl-form.fl-style-give select.fl-select, 
[id*=give-form] .fl-form.fl-style-give textarea.fl-textarea::placeholder{
	color:#666666;
}
.sidebar [id*=give-form] .fl-form.fl-style-give label.fl-label,
.sidebar [id*=give-form] .fl-form.fl-style-give .fl-is-required:before 
{
	display:none;
}
.sidebar .give-submit-button-wrap .give-submit, [id^=give-user-login-submit] .give-submit{
	padding: 15px 30px;
    color: #fff !important;
    background-color: #e93848;
    float: left;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
	font-family:"Montserrat Regular" !important;
}
.sidebar form.give-form legend, 
form[id*=give-form] legend{
	font-weight:unset;
	font-size:11px;
	font-family:"Montserrat Bold";
	color:#555353;
}
.sidebar h3{
	margin:0;
	padding-bottom:15px;
	font-size:14px;
    font-family: "Montserrat Bold";
	text-transform:uppercase;
}
.sidebar .textwidget{
	font-size:14px;
	line-height: 20px;
	font-family: "Montserrat Regular";
}
.sidebar .gform_footer input[type=submit]{
	background-color: #e93848;
    border: none;
    padding: 15px 30px;
    color: #fff;
	font-family: "Montserrat Regular";
	font-size:18px !important;
	text-transform:uppercase;
}
.sidebar .gform_wrapper .gfield_required{
	display:none;
}
.sidebar .name_first label,
.sidebar .name_last label{
	display:none !important;;
}
.sidebar .gform_wrapper ul li.gfield,
.sidebar .gform_wrapper .top_label div.ginput_container{
	margin-top:0;
	padding-bottom:7px;
}
.sidebar .gform_wrapper ul li.gfield .ginput_container_textarea{
	padding-bottom:0px;
}
.sidebar .gform_wrapper ul.gform_fields li.gfield{
	padding-right:0;
}
.sidebar .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last{
	padding-right: 0px;
    margin-left: -17px;
}
.sidebar .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first{
	padding-right: 24px;
}
.sidebar .gform_wrapper .gform_footer{
	padding: 0px 0 10px;
    margin: 0px 0 0;
}
.sidebar .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex select{
	height:30px;
	font-size:11px;
	font-family:"Montserrat Regular";
}
.sidebar .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	height:30px;
	width: 100%;
	font-size:11px;
	font-family:"Montserrat Regular";
}
.sidebar .gform_wrapper textarea.medium{
	height:70px;
	font-size:11px;
	font-family:"Montserrat Regular";
}
.sidebar .gform_wrapper .top_label .gfield_label{
	display:none;
}
.single_programms{
	font-size:17px;
	font-family:"Worksans Regular";
}
.single_programms h3{
	font-size:17px;
	font-family:"Worksans SemiBold";
    margin-bottom: 5px;
}
.first_blk h3{
	margin-top:0;
}
.support_cause{
	padding-top:35px;
}
.box_cont{
	padding:30% 45px 0 45px;
	text-align:center;
}
.box_cont h4{
	font-size:14px;
	text-transform:uppercase;
	font-family:"Montserrat Regular";
}
.box_cont h4 i{
	padding-left:10px;
}
.relative_content:hover .contact_box{
	overflow:hidden;
	width:100%;
	height:100%;
}
.relative_content:hover .contact_box img{
	overflow:hidden;
	min-width:100%;
	min-height:100%;
}
.relative_content:hover .box_cont{
	overflow:hidden;
	display:block;
	width:100%;
	height:100%;
}
.absolute_contact{
	display:none;
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
	height:100%;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.49);
    color: #fff;
	min-height: 75px;
}
.relative_content:hover .absolute_contact{
	display:block !important;
}
.relative_content:hover .absolute_prgm{
	overflow:hidden;
	display:block !important;
}
.relative_content .absolute_prgm img{
	min-height:100%;
	min-width:100%;
	max-height:100%;
	max-width:none;
}
.absolute_prgm{
	display:none;
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
	height:100%;
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.49);
    color: #fff;
	min-height: 75px;
}
.right i.fa-caret-right{
	padding-left:10px;
}
.block_boxes{
	padding-bottom:35px;
}
.block_boxes h2{
	font-size:25px;
	font-family:"Montserrat Regular";
	color:#fff;
	text-align:center;
}
.single_box{
	/*min-height: 220px;*/
    padding: 28% 18px;
}
.give_content{
	display:block;
	position:absolute;
	color:#fff;
	bottom:10px;
	left:0;
	text-align:center;
	font-size:16px;
	font-family:"Montserrat Bold";
	width:100%;
}
.support_box{
	font-size: 14px;
    font-family: "Montserrat Regular";
    text-align: center;
    color: #fff;
    padding: 15px 15px 40px 15px;
    min-height: 260px;
}
.support_font{
	font-size: 17px;
	font-family:"Worksans Regular";
}
.support_row{
	padding-bottom:30px;
	line-height: 24px;
}
.support_row ul{
	padding-left: 20px;
}
.support_box h1{
	font-size:60px;
	margin:0;
	padding-top:25px;
}
.row_para p:first-child{
	font-family:"Worksans Medium";
	margin-bottom: 0;
}
.a_link{
	position:absolute;
	left:0;
	font-family:"Worksans SemiBold";
	color:#444;
}
.a_link i{
	padding-left:5px;
}
.support_col{
	padding-bottom: 30px;
}
.relative_content:hover .support_member img{
	max-width:106%;
	width:106%;
	margin:-3%;
}
.relative_content:hover .support_member{
	overflow:hidden;
}
.relative_content:hover .give_content{
	display:none !important;
}
.pad_botm{
	padding-bottom:30px;
}
.staffs{
	padding-top:30px;
	padding-bottom:25px;
	font-size: 17px;
	font-family:"Worksans Regular";
	line-height: 24px;
}
.staff_excerpt{
	padding-bottom:10px;
}
.staff_excerpt h3{   
 	margin: 0;
    float: left;
    font-size: 17px;
	font-family:"Worksans SemiBold";
	padding-top: 3px;
}
.openings{
	padding-top:25px;
	padding-bottom:25px;
	border-top:1px dotted #666;
	font-size: 17px;
	font-family:"Worksans Regular";
	line-height: 24px;
}
.openings h2{
	margin: 0;
}
.openings h2 a{
	color:#444;
	font-size:20px;
	font-family:"Montserrat Regular";
}
.openings .mini{
	font-size:12px;
	font-family:"Montserrat Regular";
	padding-bottom:20px;
	padding-top: 5px;
}
.openings .mini span{
	display:block;
	line-height:20px;
}
.openings a{
	color:#444;
	font-size: 13px;
	font-family:"Worksans SemiBold";
}
.openings a i{
	padding-left:5px;
}
.progm_box{
	font-size: 14px;
    font-family: "Montserrat Regular";
    text-align: center;
    color: #fff;
    padding: 15px 25px 40px 25px;
}
.progm_box h1{
	font-size:60px;
	margin:0;
	padding-top:25px;
}
.pad_prgm{
	padding-bottom:25px;
	line-height: 24px;
}
.pad_prgm ul{
	padding-left:20px;
}
.news_events{
	width:100%;
	border-top:1px dotted #666;
	display:block;
	overflow:hidden;
	padding:35px 0;
}
.news .news_events:first-child{
	border:none !important;
}
.staff_social{
	clear: both;
    float: left;
    padding: 25px 30px 25px 0;
}
.staff_social a{
	color: #000;
    border-bottom: 1px solid #767374;
    font-family: "Montserrat Regular";
    font-size: 11px;
    display: block;
}
.staff_social a i{
	padding-right: 8px;
    font-size: 11px;
    color: #767374;
}
.single_staffs{
	padding-top:35px;
	padding-bottom:20px;
	font-size: 17px;
	font-family:"Worksans Regular";
	line-height: 24px;
}
.single_staffs ul{
	padding-left:20px;
}
.single_staffs h3{
	font-size: 17px;
	font-family:"Worksans SemiBold";
	float: left;
    overflow: hidden;
    margin: 0;
	padding-top:3px;
}
.apply{
	overflow: hidden;
}
.staffs_pad{
	padding-top:15px;
}
.single_staffs_content h2{
	margin:0;
	font-family: "Montserrat Regular";
	color:#444;
    font-size: 20px;
}
.single_staffs_content .mini{
	font-size:12px;
	font-family:"Montserrat Regular";
	padding-bottom:20px;
	padding-top: 5px;
}
.single_staffs_content .mini span{
	display:block;
	line-height:20px;
}
.single_staffs_content .mini h4{
	font-size: 17px;
	font-family:"Worksans SemiBold";
}
.single_staffs_content a{
	color:#444;
	font-size: 13px;
	font-family:"Worksans SemiBold";
}
.meet_board{
	padding: 15px 25px;
    color: #fff;
    background-color: #e93848;
    float: left;
    overflow: hidden;
    text-align: center;
    font-size: 24px;
}
.apply_btn{
	padding: 15px 30px;
    color: #fff !important;
    background-color: #e93848;
    float: left;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
	font-family:"Montserrat Regular" !important;
	margin-top:10px;
}
.apply_btn:hover{
	color:#fff;
}
.meet_board:hover{
	color:#fff;
}
.news_title{
	font-size:20px;
	font-family:"Montserrat Regular";
	margin:0;
	color:#444;
}
.news_title a{
	color:#444;
	line-height: 1.4em;
}
.news_img{
	margin-right:4%;
	float:left;
	position:relative;
}
.news_content{
	float:left;
	font-size:17px;
	font-family:"Worksans Regular";
}
.news_date{
	font-size:11px;
	font-family:"Montserrat Regular";
	padding-bottom:20px;
	color:#5c5c5c;
	line-height:20px;
}
.more{
	font-family:"Montserrat Regular";
	font-size:10px;
	padding-top:20px;
}
.more a{
	color:#444;
}
.more a i{
	padding-left:4px;
}
.cat_border:first-child {
	border:none !important;
	padding-left:0;
}
.news_cat{
	line-height:20px;
	text-transform:uppercase;
}
.cat{
	padding:0 15px 0 0;
	font-size:11px;
	font-family:"Montserrat Regular";
}
.cat_border{
	border-left:1px solid #000;
	padding:0 7px 0 7px;
	font-size:11px;
	font-family:"Montserrat Regular";
}
.clear{
	clear:both;
}
.search_news{
	border-bottom: 1px dotted;
    overflow: hidden;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.sidebar-search-form .search_text {
	display:none;
	width:0px;
}
.sidebar-search-form input[type="text"]{
	margin: 0;
    height: 30px;
    border: 1px solid #8d8d8d;
    font-size: 14px;
	font-weight:normal;
    background: rgba(255,255,255,.8);
	color:#444;
    outline: none;
    padding:0 10px;
	float:left;
	font-size:14px;
	font-family:"Worksans Regular";
}
.sidebar-search-form .sidebar_search_button{
	float:left;
	color:#fff;
	font-size:13px;
	display:block;
	width:30px;
	height:30px;
	text-align:center;
    z-index: 2;
    cursor: pointer;
	background-color:#e93848;
	border:none;
	outline:none;
}
.news_categories{
	font-family:"Montserrat Regular";
	font-size:13px;
}
.news_categories ul{	
	list-style: none;
    padding-left: 0;
}
.news_categories ul li a{
	text-transform:uppercase;
}
.news_categories h4{
	font-family:"Montserrat Bold";
	font-size:14px;
	color:#444;
}
.news_categories a{
	color:#444;
}
.single_news_events{
	font-size:17px;
	font-family:"Worksans Regular";
	padding:35px 0;
}
.single_news_img{
	width: 40%;
    margin-right: 4%;
    margin-bottom: 4%;
    float: left;
}
.single_social{
	clear:both;
	float:left;
	padding-right:30px;
	padding-top:10px;
	margin-bottom: 25px;
}
.single_social a{
	color:#444;
	border-bottom:1px solid #767374;
	font-family:"Montserrat Regular";
	font-size:11px;
	display:block;
}
.single_social a:last-child{
	border:none;
}
.single_social a i{
	padding-right:8px;
	font-size:11px;
	color:#767374;
}
.single_news_content{
	font-size: 17px;
    font-family: "Roboto Regular";
}
.contact{
	padding-top:25px;
	padding-bottom:50px;
	font-size:17px;
	font-family:"Worksans Regular";
	line-height: 24px;
}
.contact h4{
	font-size:17px;
	font-family:"Worksans SemiBold";
}
.contact_address h4{
	margin-bottom: 4px;
}
.contact_address h4:first-child{
	padding-top:0;
}
.contact_social ul{
	padding-left:0;
	margin-left:0;
}
.contact_social ul li a{
	height: 35px;
    width: 35px;
    padding-top: 7px;
    border-radius: 20px;
}
.contact_social ul li a i{
	font-size: 22px;
}
.contact .gform_footer input[type=submit]{
	background-color: #e93848;
    border: none;
    padding: 15px 40px;
    color: #fff;
	font-family: "Montserrat Regular";
	font-size:18px !important;
	text-transform:uppercase;
}
.contact .gform_wrapper .gfield_required{
	display:none;
}
.contact .name_first label,
.contact .name_last label{
	display:none !important;;
}
.contact .gform_wrapper ul li.gfield,
.contact .gform_wrapper .top_label div.ginput_container{
	margin-top:0;
}
.contact .gform_wrapper ul li.gfield .ginput_container_textarea{
	padding-bottom:0px;
}
.contact .gform_wrapper ul.gform_fields li.gfield{
	padding-right:0;
	padding-bottom: 20px;
}
.contact .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last{
	padding-right: 0px;
    margin-left: -17px;
}
.contact .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first{
	padding-right: 24px;
}
.contact .gform_wrapper .gform_footer{
	padding: 0px 0 10px;
    margin: 0px 0 0;
}
.contact .gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]), .gform_wrapper .ginput_complex select{
	height:38px;
	font-size:14px;
	font-family:"Worksans Regular";
}
.contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	height:38px;
	width: 90%;
	font-size:14px;
	font-family:"Worksans Regular";
}
.contact .gform_wrapper textarea.medium{
	height:130px;
	font-size:14px;
	font-family:"Worksans Regular";
	width:90%;
}
.contact .gform_wrapper .top_label .gfield_label{
	display:none;
}
.contact_letter .ctct-form-wrapper .ctct-form label{
	display:none;
}
.contact_letter .ctct-form-wrapper .ctct-form input[type="email"]{
	width: 95%;
    height: 38px;
    margin: 0px;
    padding: 0 5px;
    font-size: 14px;
    font-weight: bold;
	color:#444;
	font-family:"Worksans Regular";
}
.contact_letter .ctct-form-wrapper .ctct-form input[type="submit"]{
	padding: 15px 40px;
    display: block;
	background-color:#177e93;
	border:none;
	color:#fff;
}
.contact_letter .ctct-form-wrapper .ctct-form .ctct-disclosure{
	display:none;
}
.contact_letter .ctct-form-wrapper .ctct-form-description p{
	font-size:17px;
	font-family:"Worksans SemiBold";
	margin-bottom:16px;
}
.prgm_aply .meet_board{
	margin:10px 0;
}
.new_box{
	font-size: 13px;
    font-family: "Montserrat Regular";
    text-align: left;
    color: #fff;
    min-height: 240px;
}
.new_box h5{
	color: #fff;
    font-size: 24px;
    font-family: "Montserrat Bold";
    text-transform: uppercase;
    text-align: center;
	padding-top: 80px;
    padding-bottom: 40px;
}
.relative_content:hover .absolute_aims{
	overflow:hidden;
	display:block !important;
}
.absolute_aims{
	display:none;
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
	height:100%;
    font-size: 13px;
    color: #fff;
	min-height: 75px;
}
.absolute_aims div:last-child{
	padding-top:15px;
}
.absolute_aims div:first-child{
	min-height: 80px;
}
.absolute_aims h5{
    font-size: 13px;
    font-family: "Montserrat Bold";
    text-align: center;
    margin-top: 0;
	padding:0;
}
.new_box div{
	text-align:center;
}
.new_box a{
	color:#fff;
	border-left:1px solid #fff;
	padding:0 5px;
}
.new_box a:first-child{
	border:none;
}
.btm_rgt{
	padding-top:25px;
}
.model{
	line-height:24px;
}
.model .meet_board{
	font-size:18px;
	padding:15px;
}
.model h2{
	margin:0;
	font-family:"Montserrat Bold";
	font-size:22px;
}
.join .side_join:last-child{
	border:none;
}
.side .side_join:last-child{
	border:none;
}
.side_join{
	border-bottom:1px dotted #666;
	overflow:hidden;
	margin-bottom:30px;
	padding-bottom:30px;
	font-family:"Montserrat Regular";
	font-size:14px;
}
.side_join h4{
	margin:0;
	font-family:"Montserrat Bold";
	font-size:14px;
	padding-bottom:20px;
	text-transform:uppercase;
}
.side_join h5{
	margin:0;
	font-family:"Montserrat Bold";
	font-size:14px;
	padding-bottom:20px;
}
.side_join .meet_board{
	font-size:18px;
	padding:15px;
}
.side_join p{
	margin:0;
	line-height: 24px;
}
.side_join .meet_board{
	margin: 10px 0 0 0;
}
.side_join strong{
	font-family:"Montserrat Bold";
	display: block;
    padding-top: 15px;
    line-height: 20px;
}
.bx_pad{
	padding-bottom:10px;
}
.square{
	position:relative;
}
.vol_content{
	min-height: 380px;
    padding: 50px 25px 40px 25px;
    color: #fff;
    font-family: "Worksans Medium";
    font-size: 15px;
    text-align: center;
	line-height:24px;
}
.vol_content div{
	text-align:left;
}
.vol_content h3{
	font-family: "Montserrat Regular";
    font-size: 27px;
    min-height: 65px;
	text-align:center;
	margin:0;
	padding:20px 0;
	min-height:100px;
}
.square:hover .vol_absolute{
	display:block;
	overflow:hidden;
}
.vol_content .text {
	text-align:left;
}
.vol_absolute{
	display:none;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
.vol_absolute img{
	min-height:100%;
	min-width:100%;
	max-height:100%;
	max-width:none;
}
.vol_font{
	font-family: "Worksans Regular";
    font-size: 17px;
}
.relative_content:hover .absolute_corps{
	overflow:hidden;
	display:block !important;
}
.absolute_corps{
	display:none;
	position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
	height:100%;
    font-size: 13px;
    color: #fff;
	min-height: 75px;
}
.absolute_corps div{
	border-left:1px solid #fff;
	padding:0 5px;
	font-size: 17px;
    font-family: "Montserrat Regular";
}
.absolute_corps div:first-child{
	border:none;
}
.absolute_corps h5{
	padding-top: 80px;
    padding-bottom: 40px;
    font-size: 24px;
    font-family: "Montserrat Bold";
    text-align: center;
}
.absolute_corps div{
	text-align:center;
}
.absolute_corps a{
	color:#fff;
	border-left:1px solid #fff;
	padding:0 5px;
}
.absolute_corps a:first-child{
	border:none;
}
.corps_head{
	min-height: 95px;
    padding: 20px 0;
    text-align: center;
}
.corps_head h5{
	color:#fff;
	font-size: 21px;
    font-family: "Montserrat Regular";
	text-align:center;
	text-transform:uppercase;
}
.corps_cont{
	font-size: 14px;
    font-family: "Montserrat Regular";
    text-align: left;
    padding: 20px 0 20px 15px;
    color: #fff;
    line-height: 18px;
}
.wdgt{
	font-family: "Montserrat Regular";
    font-size: 14px;
	line-height: 20px;
	overflow:hidden;
}
.wid_excerpt{
	padding: 20px 0;
}
.wid_a{
	color:#444;
	font-family: "Montserrat Bold";
}
.wdgt a{
	margin-top: 15px;
}
.wdgt a i{
	padding-left:5px;
}
.widget{
	padding-bottom:25px;
	border-bottom:1px dotted #666;
	margin-bottom:25px;
}
.widget:last-child{
	border:none;
}
.wid_img img{
	width:100%;
}
.wdgt strong{
	font-family: "Montserrat Regular";
	padding-top:0;
	font-weight: unset;
}
.wdgt p{
	margin: 0 0 10px;
	line-height:20px;
}
#text-5{
	border-bottom: 1px solid #666;
    position: relative;
}
#text-5:after{
	content: "or";
    position: absolute;
    bottom: -13px;
    text-align: center;
    color: #666;
    background: #ebebeb;
    width: 32px;
    display: block;
}
.widget_search,
.widget_news_events_search{
	border-bottom: 1px dotted;
    overflow: hidden;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.widget_search .search-form input[type="text"],
.widget_news_events_search .search-form input[type="text"]
{
	margin: 0;
    height: 30px;
    border: 1px solid #969696;
    font-size: 14px;
    font-weight: normal;
    background: rgba(255,255,255,.8);
    color: #000;
    outline: none;
    padding: 0 10px;
    float: left;
    font-size: 14px;
    font-family: "Montserrat Regular";
}
.widget_search .searchform label{
	display:none;
}
.widget_search .search-form .search-submit,
.widget_news_events_search .search-form .search-submit{
	float: left;
    color: #fff;
    font-size: 13px;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    background-color: #e93848;
    border: none;
    outline: none;
}
.widget ul{
	font-family: "Montserrat Regular";
    font-size: 13px;
	list-style: none;
    padding-left: 0;
}
.widget ul li a{
	text-transform: uppercase;
	color:#444;
}
.grey{
	background-color:#ebebeb;
}
.form_pad{
	padding-bottom:30px;
	padding-top:30px;
	font-family: "Montserrat Regular";
	font-size:14px;
}
.form_pad h3{
	font-size:22px !important;
	font-weight:unset !important;
	text-transform:uppercase;
}
.form_pad h2{
	font-weight:unset !important;
	font-size:19px !important;
	text-transform:uppercase;
}
.form_pad .gform_wrapper h2.gsection_title{
	padding-bottom:30px !important;
}
.form_pad .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	height:35px;
	text-indent: 10px;
	font-family: "Montserrat Regular";
	border:none;
}
.form_pad .gform_wrapper .name_first label,
.form_pad .gform_wrapper .name_middle label,
.form_pad .gform_wrapper .name_last label{
	display:none !important;
}
.form_pad .gform_wrapper .top_label div.ginput_container{
	margin:0;
}
.form_pad .gform_wrapper .top_label div.ginput_container_text input.medium{
	width:60%;
}
.form_pad .gform_wrapper .top_label div.ginput_container_phone{
	width:60%;
}
.form_pad .gform_wrapper .ginput_complex .address_line_1,
.form_pad .gform_wrapper .ginput_complex .address_line_2{
	display:block;
	width:60%;
}
.form_pad .gform_wrapper .ginput_complex .address_city,
.form_pad .gform_wrapper .ginput_complex .address_state{
	display:block;
	width:30%;
}
.form_pad .gform_wrapper .ginput_complex .address_city{
	float:left;
	overflow:hidden;
}
.form_pad .gform_wrapper .ginput_complex .address_state{
	float:left;
	overflow:hidden;
}
.form_pad .gform_wrapper .ginput_complex .address_zip{
	display:block;
	width:30%;
}
.form_pad .gform_wrapper .textarea.medium{
	border:none;
}
.form_pad .gform_wrapper .ginput_complex select{
	margin-top:0 !important;
	height:35px;
	color:#666;
	border:none;
	font-family: "Montserrat Regular";
	font-size:12px;
	text-indent: 10px !important;
}
.form_pad .gform_wrapper .top_label div.ginput_complex.ginput_container.gf_name_has_2 span{
	display: block;
    width: 30%;
    float: left;
    margin-right: 7px;
    overflow: hidden;
    padding-bottom: 15px;
}
.form_pad .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,.form_pad .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label{
	display:none;
}
.form_pad .gform_wrapper label.gfield_label{
	font-weight:unset;
}
.form_pad .gform_wrapper ul.gfield_checkbox li label,
.form_pad .gform_wrapper ul.gfield_radio li label{
	font-weight:unset;
	font-size:11px;
}
.form_pad .gform_wrapper .gform_footer input.button,
.form_pad .gform_wrapper .gform_footer input[type=submit]{
	padding: 15px 35px;
    color: #fff !important;
    background-color: #e93848;
    overflow: hidden;
    text-align: center;
    font-size: 18px;
	font-family:"Montserrat Regular" !important;
	text-transform:uppercase;
	border:none;
}
.form_pad .gform_wrapper .ginput_complex.ginput_container_address .ginput_right{
	width: 30%;
    display: block;
    float: left;
}
.form_pad .gform_wrapper .ginput_complex.ginput_container_address span.ginput_right+span.ginput_left.address_zip{
	float: left;
    overflow: hidden;
    clear: left;
}
.form_pad .gform_wrapper ul.gform_fields li.gfield:first-child{
	padding-left: 0;
    padding-right: 0;
	font-size:17px;
	text-align:center;
	line-height: 1em !important;
	font-family: "Worksans Regular";
}
.form_pad .gform_wrapper ul.gform_fields li.gfield:first-child h2{
	font-family:"Montserrat Regular";
}
.form_pad .gform_wrapper ul.gform_fields li.gfield{
	padding-left: 145px;
    padding-right: 130px;
	font-size:12px;
	line-height: 1.4em !important;
}
.form_pad .gform_wrapper .gform_footer{
	text-align:center;
	padding-top: 25px;
}
.form_pad .gform_wrapper ul.gfield_radio li input[type=radio] {
    width: 20px!important;
    height: 20px;
    margin-right: 3px;
}
.motto{
	line-height:20px;
}

/*footer*/
footer{
	background-color:#1b3039;
	color:#fff;
	font-family:"Montserrat Regular";
}
.membr_btm{
	clear:left;
}
.membr{
	color:#fff;
	font-size:10px;
	font-family:"Montserrat Regular";
}
.membr_btm a:hover{
	color:#fff;
}
.nav_footer{
}
.nav_footer ul{
	width:100%;
	display:block;
	list-style:none;
}
.nav_footer ul li{
	padding:0 5px;
}
.nav_footer ul li a{
	color:#fff;
	font-size:12px;
	line-height:21px;
}
.nav_footer ul li a:hover{
	text-decoration:none;
	color:#e93848;
}
.column_1 ul{
	padding-left:0;
}
.column_2{
	border-right: 1px solid #41535a;
	display:inline-block;
	text-align:center;
	font-size:12px;
}
.copy_right{
	font-size:7px;
	font-family:"Worksans Regular";
}
.column_3{
	display:inline-block;
	font-size:12px;
}
.font{
	font-family:"Worksans Regular";
	padding-top:15px;
	font-size:11px;
	line-height:14px;
}
.column_3 a{
	color:#fff;
	padding-top:5px;
}
.column_3 span{
	margin-top:10px;
}
.margin{
	padding-top:8px;
	font-size:10px;
	line-height:18px;
}
.margin a i{
	padding-left:4px;
}
.column_4{
	width:25%;
	display:inline-block;
	margin-left: 50px;
}
.column_4 img{
	margin-top: 20px;
}
.column_5{
	/*width:31%;
	display:inline-block;*/
	float:right;
}
.phone_no{
    font-size: 22px;
    padding: 15px 0 0;
	font-family:"Montserrat Regular";
}
.mail_id{
	font-size:11px;
	padding-bottom:5px;
	font-family:"Worksans Light";
}
.address{
	font-size:11px;
	font-family:"Worksans Light";
	line-height:18px;
}
.border{
	font-family:"Worksans Regular";
}
.newsletter_text{
	width: 150px;
    height: 30px;
    margin: 15px 0px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: bold;
	color:#444;
}
.newsletter_btn{
	width: 150px;
    height: 35px;
	background-color:#177e93;
	border:none;
}
.newsletter .ctct-form-wrapper .ctct-form label{
	display:none;
}
.newsletter .ctct-form-wrapper .ctct-form input[type="email"]{
    height: 30px;
    margin: 0px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: bold;
	color:#444;
}
footer .newsletter .ctct-form-wrapper .ctct-form input[type="email"]{
	border:none;
}
.newsletter .ctct-form-wrapper .ctct-form input[type="submit"]{
    height: 35px;
	background-color:#177e93;
	border:none;
}
.newsletter .ctct-form-wrapper .ctct-form .ctct-disclosure{
	display:none;
}

footer .donate {
	margin-left:15px;
}
footer .volunteer {
	margin-left:35px;
}
footer .social_icons {
	padding:3px 0;
}
footer .volunteer,
footer .donate,
footer .volunteer:hover,
footer .donate:hover {
	font-family:"Montserrat Regular";
	font-size:12px;
	line-height:26px;
	height:26px;
}
.phone_no a{
	color:#fff;
}
.mail_id a{
	color:#fff;
}
.wid_fb i{
	font-size:17px;
	height: 25px;
    width: 25px;
    background-color: #486e7e;
    color: #fff;
    border-radius: 18px;
    text-align: center;
    padding-top: 5px;
    margin-right: 5px;
	vertical-align:middle;
}
.cal_events h3{
	text-transform:none;
	padding-bottom:5px;
}
.cal_events h4{
	text-transform:none;
	font:normal 14px/1.2em "Montserrat Regular"!important;
	padding-bottom:0px;
	margin:0;
}
.cal_events h3:first-child{
	text-transform:uppercase;
}
.cal_events a{
	font-family:"Montserrat Regular";
	font-size:14px;
	color:#444;
	margin-bottom:20px;
	margin-top:10px;
	display:block;
}
.cal_events h4 a{
	margin-top:0;
	margin-bottom:0;
}
.calendar a{
	font-size:14px;
	font-family:"Montserrat Bold";
	display:block;
	line-height: 1.2em;
    padding-bottom: 10px;
}
.cal_events:last-child .wid_fb a{
	margin-bottom:0;
}
.wdgt .wid_form .gform_wrapper{
	margin:16px 0 0 0;
}
.suprt_hver{
	display: none;
    position: absolute;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.member:hover .give_content{
	display:none;
}
.member:hover .suprt_hver{
	display:block;
}
.relative_content{
	position:relative;
}
.member:hover .img img{
	max-width:106%;
	width:106%;
	margin:-3%;
}
.member:hover .img{
	overflow:hidden;
}
.member_head h2{
	font-family:"Montserrat Bold";
	padding-bottom: 10px;
	margin:0;
}
.member_head h4{
	text-transform:uppercase;
	font-family:"Montserrat Regular";
	line-height:20px;
	padding-bottom: 10px;
	margin:0;
	color: #4c4b4b;
}
.single_member .single_labl{
	font-family:"Montserrat Bold";
}
.single_field{
	padding-bottom: 15px;
    font-size: 17px;
    line-height: 26px;
	font-family:"Worksans Regular";
}
.single_member .about{
	border-left: 1px solid #000;
    padding-left: 15px;
    margin-bottom: 20px;
	margin-top:8px;
	float:right;
	margin-left: 10px;
}
.single_member{
	padding-bottom:25px;
	padding-top:35px;
}
.single_member img{
	width:100%;
}
.p1{
	margin-bottom: 16px;
}
.sidebar .sidebar{
	padding:0 !important;
}
ul.story_box{
	width:100%;
	list-style:none;
	padding-left:0;
}
ul.story_box li{
	display:inline-block;
	float:left;
}
ul.story_box li a{	
	display: block;
    margin-right: 7px;
}
.voltr { 
	margin-top:20px; 
}
.logos a{
	margin-right:20px;
	display: inline-block;
	margin-bottom: 15px;
}
/*
.banner_heading:before{
	content:"";
	background-color: rgba(21, 20, 20, 0.35);
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}*/



/*for pc*/
@media (min-width: 980px) {

header{
	position:fixed;
}	
.logo {
	float:left;
	padding:15px 0;
}
.nav_primary {
	float:right;
}
.nav_primary > ul > li > a{
	//line-height:78px;
	//padding:4px 7px;
}
.nav_primary > ul > li{
	float:left;
}
.nav_primary > ul > li > ul {
	position:absolute;
}
.nav_primary li ul li ul {
	padding-left:20px;
	padding-bottom:5px;
	padding-top:5px;
}
.border_left{
	margin-top: 55px;
}
.square_content{
    padding: 60px 40px;
}
.square_content h3{
    min-height: 65px;
}
.nav_footer ul li{
	display:block;
	line-height: 1em;
}
.column_2{
	min-height: 240px;
}
.newsletter{
	text-align:left;
}
.border{
	padding-bottom:40px;
}
.button_panal {
	float:right;
}
.phone_no{
	text-align: right;
}
.mail_id{
	text-align:right;
}
.address{
	text-align:right;
}
.team_popup{
	max-width: 1000px;
	min-width: 999px;
}
.mfp-arrow-left {
    right: 94px !important;
}
.mfp-arrow-right {
    right: 68px !important;
}
footer{
	padding:50px 0px;
}
.col_box{
    min-height: 150px;
    padding: 40px 0 0 2px;
    line-height: 1.3em;
}
.header-search,
.google_search,
.social_icons,
.volunteer,
.donate {
	margin:0 0 0 25px;
}
.social_icons{
	margin:0 0 0 20px;
}
.mobile_menu{
	display:none;
}
.banner_heading{
    top: 50%;
}
.banner_heading h1{
	font-size:50px;
}
.banner_content{
    position: absolute;
    bottom: 12%;
    left: 50%;
	margin-left:-300px;
    width: 600px;
    min-height: 190px;
	font-size:19px;
}
.flex{
	display:flex;
}
.story{
	padding-bottom:60px;
}
.sidebar{
	padding: 35px 30px 0 30px;
}
.mfp-arrow {
	top:69px !important;
}
.news_img{
	width:40%;
}
.news_content{
	width:56%;
}
.team_last_col{
	float:right;
	margin-left: 20px;
}
.single_programms{
	padding-top:35px;
	padding-bottom:35px;
}
.absolute_aims{
    padding: 60px 15px 50px 25px;
}
.single_programms h3{
	margin-top: 20px;
}
.a_link{
	top: 15px;
	font-size: 14px;
}
.staffs div:first-child{
	padding-left:0;
}
.meet_board{
    margin: 30px 0 40px 0;
}
.absolute_corps{
    padding-top: 58%;
}
.contact_social{
	padding-top:35px;
}
.contact_address h4{
	padding-top:20px;
}
.vol_for{
	padding-bottom:30px;
}
.model{
	padding:35px 0;
}
.model h2{
	padding-bottom:25px;
}
.top_bar {
	height: 30px;
}
.page_pad{
	padding:25px 0 50px 0;
}
ul.story_box li{
	width:20%;
}
.banner_img img{
	max-width:none;
}
.square:hover .square_absolute{
	display:block;
}
.nav_footer li ul,
.nav_footer li ul li ul{
	padding-left:15px;
}
.mob_cont{
	display:none;
}
.column_3{
	width:75%;
	float:left;
}
#text-5:after{
    left: 135px;
}
.column_1{
	display:inline-block;
	float:left;
}
.newsletter .ctct-form-wrapper .ctct-form input[type="email"]{
	width:100%;
}
.newsletter .ctct-form-wrapper .ctct-form input[type="submit"]{
	width: 100%;
}
.nav_primary > ul > li.current-menu-item > a,
.nav_primary > ul > li.current_page_item > a,
.nav_primary > ul > li.current-menu-parent > a,
.nav_primary > ul > li.current_page_parent > a,
.nav_primary > ul > li.current-page-parent > a,
.single-news_events .nav_primary > ul > li.event-menu > a,
.single-staff_openings .nav_primary > ul > li.staff-menu > a,
.nav_primary > ul > li > a:hover,
.nav_primary > ul > li:hover > a {
	border-bottom:4px solid #e15556;
}
.nav_primary li ul {
	padding:15px 0;
}

}
@media (max-width:600px) {
    .nav_primary > ul > li > a br {
        display:none;
    }
    .nav_primary > ul > li > a{ 
        text-align:left!important;
    }
}
/*for tab*/
.nav_primary > ul > li > a{
	line-height:15px;
	padding: 32px 12px 10px 12px;
        text-align:center;
}
@media (min-width: 600px) and (max-width: 979px) {
	
header{
	position:absolute;
}	
header.sticky {
	position:fixed;
}
.logo {
	text-align:center;
	padding:15px 0;
}
.nav_primary > ul > li > a{
	line-height:15px;
	padding: 0px 6px 10px 6px;
        text-align:center;
}
.nav_primary li ul li ul {
	padding-left:20px;
	padding-top:5px;
	padding-bottom:5px;
}
.nav_primary li:hover ul{
	z-index:9;
}
.nav_primary > ul > li > ul {
	position:absolute;
}
.nav_primary > ul > li{
	float:left;
}
.border_left{
	margin-top: 10px;
}
.square_content{
    padding: 50px 40px;
}
.square_content h3{
    min-height: 90px;
}
.story_image img{
	width:100%;
}
.nav_footer ul li{
	display:block;
}
.footer_mob{
	text-align: center;
    padding-top: 15px;
}
.footer_mob .volunteer{
	margin-left:50px;
}
.footer_mob .donate{
	margin-left:50px;
}
.column_2{
	min-height: 200px;
}
.border{
	padding-bottom:15px;
}
.button_panal {
	margin-top: 15px;
}
.copy_right {
	text-align:center;
}
.team_member img{
	width:100%;
}
.team_last_col{
	width: 65%;
    float: right;
}
.team_popup{
	min-height:500px;
}
.mfp-arrow-left {
    right: 80px !important;
}
.mfp-arrow-right {
    right: 65px !important;
}
footer{
	padding:20px 0px 20px 0px;
}
.member img{
	width:100%;
}
.col_box{
    min-height: 190px;
    padding: 60px 30px 0 30px;
    line-height: 1.3em;
}
.header-search,
.google_search,
.social_icons,
.volunteer,
.donate {
	margin:0 0 0 25px;
}
.social_icons{
	margin:0 0 0 20px;
}
.mobile_menu{
	display:none;
}
.banner_heading{
    top: 28%;
}
.banner_heading h1{
	font-size:58px;
}
.banner_content{
    position: absolute;
    bottom: 0;
    left: 50%;
	margin-left:-300px;
    width: 600px;
    min-height: 190px;
}
.flex{
	display:flex;
}
.sidebar{
	padding: 35px 30px 0 30px;
}
.mfp-arrow {
	top:70px !important;
}
.news_img{
	width:40%;
}
.news_content{
	width:56%;
}
.team_last_col{
	float:right;
	margin-left: 20px;
}
.single_programms{
	padding-bottom:35px;
	padding-top:35px;
}
.new_box{
    padding: 60px 15px 50px 25px;
}
.prgm_img img{
	padding-bottom:10px;
	width: 100%;
}
.single_programms h3{
	margin-top: 0px;
}
.a_link{
	top: 15px;
	font-size: 14px;
}
.meet_board{
    margin: 30px 0 40px 0;
}
.absolute_corps{
    padding-top: 30%;
}
.contact_social{
	padding-top:35px;
}
.contact_address h4{
	padding-top:20px;
}
.vol_for{
	padding-bottom:30px;
}
.model{
	padding-top:35px;
	padding-bottom:35px;
}
.model h2{
	padding-bottom:25px;
}
.top_bar {
	height: 30px;
}
.page_pad{
	padding:25px 0 50px 0;
}
ul.story_box li{
	width:50%;
}
.square:hover .square_absolute{
	display:block;
}
.nav_footer li ul{
	padding-left:15px;
}
.mob_cont{
	display:none;
}
.corps_cont{
	margin-bottom:15px;
}
.column_3{
	width:75%;
	float:left;
}
#text-5:after{
    left: 55px;
}
.cont{
	margin-bottom:10px;
}
.story{
	padding-bottom:20px;
}
.column_1{
	display:inline-block;
	float:left;
}
.newsletter .ctct-form-wrapper .ctct-form input[type="email"]{
	width:100%;
}
.newsletter .ctct-form-wrapper .ctct-form input[type="submit"]{
	width: 100%;
}
.nav_primary > ul > li.current-menu-item > a,
.nav_primary > ul > li.current_page_item > a,
.nav_primary > ul > li.current-menu-parent > a,
.nav_primary > ul > li.current_page_parent > a,
.nav_primary > ul > li.current-page-parent > a,
.single-news_events .nav_primary > ul > li.event-menu > a,
.single-staff_openings .nav_primary > ul > li.staff-menu > a,
.nav_primary > ul > li > a:hover,
.nav_primary > ul > li:hover > a {
	border-bottom:4px solid #e15556;
}
.nav_primary li ul {
	padding:15px 0;
}

}

/*for mobile*/
@media (max-width: 599px) {

.home header{
	position:relative;
}	
header.sticky {
	position:fixed;
}
.logo {
	padding:10px 0;
}
.nav_primary {
	float:none;
	position:absolute;
	left:0;
	width:100%;
	top:100%;
	z-index:999;
	background:#3a4d5b;
}
.nav_primary > ul{
	padding-left:0;
}
.nav_primary > ul > li > a{
	line-height:25px;
	padding:4px 11px;
	color:#fff;
}
.nav_primary li ul li ul{
	padding-left: 20px;
}
.nav_primary > ul > li.current-menu-item > a,
.nav_primary > ul > li.current_page_item > a,
.nav_primary > ul > li.current-menu-parent > a,
.nav_primary > ul > li.current_page_parent > a,
.nav_primary > ul > li.current-page-parent > a,
.single-news_events .nav_primary > ul > li.event-menu > a,
.single-staff_openings .nav_primary > ul > li.staff-menu > a {
	color:#fff;
}
.nav_primary a:hover {
	color:#e93848!important;
}
.nav_primary > ul > li.current-menu-parent > ul,
.nav_primary > ul > li.current_page_parent > ul,
.nav_primary > ul > li.current-page-parent > ul {
	display:block;
}
.border_left{
	margin-top: 50px;
}
.square_content{
    padding: 60px 40px;
}
.square_content h3{
    min-height: 65px;
}
.story_image img{
	width:100%;
}
.newsletter{
	text-align:center;
}
.border{
	padding-bottom:15px;
}
.team_member img{
	width:100%;
}
.mfp-arrow-left {
    right: 75px !important;
}
.mfp-arrow-right {
    right: 60px !important;
}
footer{
	padding:20px 0px 20px 0px;
}
.footer_mob{
	text-align: center;
}
.footer_mob .volunteer{
	margin-left:20px;
}
.footer_mob .donate{
	margin-left:20px;
}
.copy_right {
	text-align:center;
}
.col_box{
    min-height: 150px;
    padding: 40px 0 0 2px;
    line-height: 1.3em;
}
.header-search,
.google_search,
.social_icons,
.volunteer{
	margin:0;
}
.donate{
	margin:0 0 0 3px;
}
.social_icons{
	margin:0;
}
.nav_primary{
	display:none;
}
.ib1{
	display:block;
	width:22px;
	height:2px;
	background-color:#1b3039;
}
.ib2,.ib3{
	margin-top:4px;
	display:block;
	width:22px;
	height:2px;
	background-color:#1b3039;
}
.mobile_menu{
	padding:12px 15px;
	position:absolute;
	top: 18px;
    right: 5px;
}
.open .ib1{
	transform: rotate(45deg);
	margin-top:6px;
	background-color:#1b3039;
}
.open .ib2{
	transform: rotate(-45deg);
	margin-top:-2px;
	background-color:#1b3039;
}
.open .ib3 {
	display:none;
}
.open{
	padding-bottom: 17px;
}
.banner_content{
	margin:0px;
	line-height: 20px;
    font-size: 17px;
	position: relative;
    bottom: 0;
}
.banner_content h1{
	font-size:26px;
}
.banner_heading{
    top: 19%;
}
.banner_heading p{
	margin:0;
	font-size:14px;
}
.banner_heading h1{
	font-size:26px;
}
.nav_footer ul li{
	display: block;
}
.nav_footer ul li:first-child{
	border:0;
}
.nav_footer ul li a{
	display:block;
}
.nav_footer li ul{
	padding-left:15px;
}
.sidebar{
	padding: 35px 30px 30px 30px;
}
.mfp-arrow {
	top:64px !important;
}
.news_img{
	margin-bottom:15px;
}
.mfp-close{
	top:0px !important;
}
.new_box{
    padding: 60px 15px 50px 60px;
}
.prgm_img img{
	padding-bottom:10px;
	width: 100%;
}
.single_programms h3{
	margin-top:0;
}
.a_link{
	top: 10px;
	font-size: 10px;
}
.meet_board{
    margin: 0;
}
.model{
	overflow:hidden;
}
.absolute_corps{
    padding-top: 40%;
}
.contact_address h4{
	padding-top:10px;
}
div.pad_prgm:first-child{
	padding-top:20px;
}
.model{
	padding-bottom:35px;
	padding-top:20px;
}
.model h2{
	padding-bottom:15px;
}
.top_bar {
	min-height: 30px;
}
.nav_primary li ul li ul {
	top:0;
	left:100%;
}
ul.story_box li{
	width:50%;
}
#wpadminbar{
	display:none;
}
.pc_cont{
	display:none;
}
.mob_cont{
	display:block;
}
.mob_cont h4 i{
	font-size:32px;
	display: block;
}
.corps_cont{
	margin-bottom:15px;
}
.column_3{
	text-align:center;
	margin-top: 20px;
}
.margin{
	text-align:center;
}
#text-5:after{
    left: 135px;
}
.cont{
	margin-bottom:10px;
}
.story{
	padding-bottom:20px;
}
.column_1{
	text-align:center;
	
}
.newsletter .ctct-form-wrapper .ctct-form input[type="email"]{
	width:60%;
}
.newsletter .ctct-form-wrapper .ctct-form input[type="submit"]{
	width: 60%;
}
.nav_footer ul li ul{
	padding-bottom: 10px;
    padding-left: 0;
}
.nav_footer ul li ul li a{
	font-size:10px;
}
.nav_primary li:hover ul{
	padding-left:15px;
}
.nav_primary li ul {
	padding: 0 0 0 15px;
}
footer .social_icons {
	width: 100%;
    text-align: center;
    display: block;
	padding-bottom:5px;
}
.footer_mob .social_icons li,
.footer_mob .volunteer,
.footer_mob .donate{
	float:none !important;
	display:inline-block;
}
.form_pad .gform_wrapper ul.gform_fields li.gfield {
	padding:0!important;
}
}
.give-form-title {
    padding: 0;
    margin: 0 0 15px;
    display: none;
}

.widget_classes_search_widget{
	border-bottom: 1px dotted;
    overflow: hidden;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.widget_search .search-form input[type="text"],
.widget_classes_search_widget .search-form input[type="text"]
{
	margin: 0;
    height: 30px;
    border: 1px solid #969696;
    font-size: 14px;
    font-weight: normal;
    background: rgba(255,255,255,.8);
    color: #000;
    outline: none;
    padding: 0 10px;
    float: left;
    font-size: 14px;
    font-family: "Montserrat Regular";
}
.widget_search .searchform label{
	display:none;
}
.widget_search .search-form .search-submit,
.widget_classes_search_widget .search-form .search-submit{
	float: left;
    color: #fff;
    font-size: 13px;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    background-color: #e93848;
    border: none;
    outline: none;
}
#custom-post-type-categories-2 ul li a, #nav_menu-2 ul li a {
    text-transform:none;
}
.classes-template-default .textwidget a {
    color:#444!important;
}
.classes-template-default .widget_text h4 {
    text-transform:uppercase;
    padding-bottom: 15px;
    font-size: 14px;
    font-family: "Montserrat Bold";
    color:#444;
    line-height:1.1;
}
.pt-5 {
    padding-top:48px;
}
.pt-3 {
    padding-top:24px;
}
.pb-3 {
    padding-bottom:24px;
}
.orange-btn {
    background-color:#d86630;
    border:none;
    outline:none;
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    font-family: "Montserrat Regular" !important;
    line-height: 30px;
}
.blue-btn {
    background-color:#4ba2b7;
    border:none;
    outline:none;
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    font-family: "Montserrat Regular" !important;
    line-height: 30px;
}
.green-btn {
    background-color:#b1ce54;
    border:none;
    outline:none;
    padding: 15px 30px;
    color: #fff;
    font-size: 18px;
    font-family: "Montserrat Regular" !important;
    line-height: 30px;
}
.page-template-template-brighter-days .sidebar {
    text-align:center;
}
.page-template-template-brighter-days .widget {
    border-bottom:none;
}
.brighter-days-image {
    display:inline-block;
    width:calc(100vw / 5);
}
.page-template-template-brighter-days {
    font: normal 20px/1.2em "Worksans Light";
    font-size:17px;
    font-family: "Worksans Regular";
    line-height:24px;
}
.page-template-template-brighter-days h5 {
    font-size:17px;
    line-height:24px;
    font-family: "Worksans SemiBold";
}
.brighter-days-image h5 {
    text-align:center;
}
.brighter-days-image {
    margin-bottom:24px;
	margin-left: 10px;
}
.bio-cust-hover{
    display:none;
}
.bio-cust-hover::hover {
    display:block;
}
.post-type-archive-story .member img {
    height:345px!important;
}
.page-id-4316 .orange-btn { background-color: #e93848; }
.page-id-4316 .blue-btn { background-color: #e93848; }
.page-id-4316 .green-btn { background-color: #e93848; }



@media (max-width:768px) {
    .brighter-days-image {
        display:inline-block;
        width:49%;
    }
}