html{
	height: 100%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
  font-family: 'Brownpro';
  src: url('../fonts/BrownPro-Bold.otf') format('opentype');
  src: url("../fonts/BrownPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BrownPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Brownpro';
  src: url('../fonts/BrownPro-Light.otf') format('opentype');
  src: url("../fonts/BrownPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/BrownPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Brownpro';
  src: url('../fonts/BrownPro-Regular.otf') format('opentype');
  src: url("../fonts/BrownPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/BrownPro-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Minionpro';
  src: url('../fonts/MinionPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

body {
    margin: 0;
    min-height: 100%;
    background-color: #fff;
    font-family: Brownpro, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

h1{
	font-size: 38px;
    line-height: 44px;
    margin-top: 20px;
	margin: 0.67em 0;
	font-weight: bold;
}
h2{
	font-size: 32px;
    line-height: 36px;
    font-weight: bold;
}
h3{
	font-size: 24px;
    line-height: 30px;
    margin-top: 20px;
	font-weight: bold;
}
h4{
	font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
	font-weight: bold;
    margin-bottom: 10px;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
}


a
{
	text-decoration:none;
}

/* change of global link colors */
.wrapper p a
{
	text-decoration:none;
	color:#273e91;
}

.wrapper p a:hover {
	color:#dd573a;
}

.wrapper p a:visited {
	color:#0084a7; /*#dd8b3d;*/
}

.general_2021_wrapper p a
{
	text-decoration:none;
	color:#273e91;
}

.general_2021_wrapper p a:hover {
	color:#dd573a;
}

.general_2021_wrapper p a:visited {
	color:#0084a7; /*#dd8b3d;*/
}

.home_2021_article_section a
{
	text-decoration:none;
	color:#273e91;
}

.home_2021_article_section a:hover {
	color:#dd573a;
}

.home_2021_article_section a:visited {
	color:#0084a7; /*#dd8b3d;*/
}
/* end of change of global link colors */

.right_overlay li {
    font-family: Brownpro, sans-serif;
    color: 
    #333;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
    list-style: disc;
    margin-left: 60px;
}

.font_16
{
	font-size:16px;
	letter-spacing:0.5px;
	line-height:25px;
}

.sub-menu li.mobile-only
{
	display:none;
}


.loading_icon
{
	display:block;
	margin:30px auto;
}


.social_bar{
	height: auto;
    padding: 7px 0px;
    background-color: #fff;
}
.nav_bar {
    padding: 15px 10px;
    border-bottom: 3px none #000;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .25);
	height:110px;
}
.social_btn_wrap{
	margin-left: auto;
    margin-right: auto;
	text-align: right;
	color: #424f84;
}
.top_social_btn.fa, .top_social_btn.fa-brands{
	font-size: 18px;
	padding-left: 5px;
	color:#424f84;
}

.top_social_border
{
	border-right:2px solid #424f84;
	margin-right:20px;
	margin-left:20px;
}

.nav_container{
	margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
	text-align: left;
	position: relative;
	display:flex;
}

.donate_button
{
	padding:10px 40px;
	border-style: solid;
	border-width: 1px;
	border-color: #0084a7;
	border-radius: 0px;
	background-color: #fff;
	color: #0084a7;
	
}

.logo{
	text-decoration: none;
}
.logo_img{
	width: 180px;
	max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.main_nav_wrapper
{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content:space-between;
}
.main_nav{

}
nav ul li{
	display: inline-block;
	margin-left: 25px;
	cursor: pointer;
	padding-bottom:20px;
}

nav ul li a
{
	color:rgb(51, 51, 51);
}

nav ul li ul li a{
	font-family: Brownpro, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
	text-decoration: none;
	color: #000;
}
.menu-item-has-children:hover ul.sub-menu {
	display: block; 
}
nav ul li ul {
	display: none;  									
	margin: 0; 
	padding: 0; 	
}
.menu-item-has-children{
	position: relative;
	font-weight:normal;
	
}

.menu-item-has-children::after
{
	font-family:Fontawesome;
	content: '\f078';
	margin-left:0px;
	font-weight:normal;
}

#menu-main-menu
{
	margin-top:20px;
}

.main_nav{
	font-family: Brownpro, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
	display:flex;
	justify-content:flex-end;
	font-weight:bold;
}
.sub-menu{
	background-color: #dddddd;
	position: absolute;
	text-align: left;
    margin-left: auto;
    margin-right: auto;
	left: 0px;
	top:42px;
	padding-top:0px;
	z-index:5000;
}
.sub-menu li {
	padding:10px 20px;
	display: inline-block;
	width: 100%;
	background-color:#dddddd;
	margin-left:0px;
}
.sub-menu li a{
	position: relative;
    vertical-align: top;
    text-decoration: none;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.sub-menu .sub-menu
{
	display:block;
	position:static;
}

.sub-menu .sub-menu li
{
	padding-left:35px;
}

.sub-menu .sub-menu li:last-child
{
	padding-bottom:0px;
}


.sub-menu li.menu-item-has-children::after
{
	content:'';
}

.sub-menu li.menu-item-has-children
{
	padding-bottom:0px;
}


.sub_spacer{
	background-color: #fff;
	margin-top: 30px;
}
.header_section{
	height: 500px;
	background-image: url(../images/90.jpg);
    background-position: 50% 0px;
    background-size: cover;
}
.mission_statement{
	height: 250px;
    padding: 50px 0px 30px;
    background-color: #008ec0;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .38), rgba(0, 0, 0, .38)), url(../images/mission-statement-background.jpg);
    background-position: 0px 0px, 50% 25%;
    background-size: auto, cover;
    box-shadow: 0 -1px 3px 0 #000;
}
.heading{
	margin-top: 0px;
    margin-bottom: 0px;
    font-family: Brownpro, sans-serif;
    color: #fff;
    font-size: 30px;
    line-height: 50px;
    font-weight: 400;
    text-align: center;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, .5);
	display: block;
	margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}
.featured_video{
	padding-top: 50px;
    padding-bottom: 50px;

    background-color: #fff;
}
.vid_left{
	width: 280px;
    margin-bottom: 25px;
	text-align: left;
	display: block;
	float: left;
}
.vid_right{
	width: auto;
	display: block;
	margin-right:auto;
	margin-left:auto;
}
.video-heading {
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-bottom: 0px;
    border-bottom: 2px none #fff;
    font-family: Brownpro, sans-serif;
    color: #000;
}
.video-paragraph {
    width: auto;
    padding-right: 46px;
    font-family: Brownpro, sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.fv_wrapper{
	margin-left: auto;
    margin-right: auto;
	padding-top: 25px;
	padding-left:25px;
	padding-right:25px;
    max-width: 1260px;
}
.vid_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-right:25px;
	height: 0;
}
.vid_wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.article_section{
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
	margin-bottom: 80px;
	text-align: center; 
}
.article{
	width: 100%;
	margin-bottom: 50px;
}
.article_img{
	width: 41%;
	position:relative;
	float: left
}
img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
.article_info{
	width: 58%;
	position: relative;
	float: right;
	padding-left: 35px;
	text-align: left;
}
.article_heading{
    margin-bottom: 5px;
	margin-top: 0px;
    font-family: Brownpro, sans-serif;
}

.article_section .article_heading
{
	text-decoration:underline;
}


.article_heading a
{
	color:rgb(51,51,51);
}

.authordate{
	font-family: Brownpro, sans-serif;
    font-weight: 300;
}
.article_paragraph{
	margin-top: 20px;
    padding-right: 75px;
    font-family: Brownpro, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.clear:before, .clear:after {
    content: " ";
    display: table;
}
.clear:after {
    clear: both;
}
.news_button{
	margin-top: 35px;
    background-color: #424f84;
    font-family: Brownpro, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    
	transition: transform 1000ms;
    transform: translateX(0px) translateY(0px);
	display: inline-block;
    padding: 9px 15px;
	color: #fff;
	text-decoration: none;
    cursor: pointer;
}
.newsletter_section{
	padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../images/Dequinder-Cut-Opening-87_purple.jpg);
    background-position: 50% 54%;
    background-size: cover;
    background-repeat: no-repeat;
}
.newsletter_container{
	margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}
#mc_subheader{
	width: 50%;
	display: inline-block;
	float: left;
}
#mc_subheader span{
	margin-top: 0px;
    font-family: Brownpro, sans-serif;
    color: #fff;
    font-weight: 700;
	margin-bottom: 10px;
	font-size: 24px;
	line-height: 30px;
	margin-top: 20px;
	font-weight: bold;	
}
#mc_subheader p{
    padding-right: 119px;
    font-family: Brownpro, sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

.connect_page #mc_subheader span, .connect_page #mc_subheader p
{
	color:#fff;
}



.mc_form_inside{
	width: 50%;
	display: inline-block;
}
.mc_input{
	height: 40px;
    margin-bottom: 25px;
    padding: 10px;
    background-color: #fff;
	width: 75% !important;
	float:left;
}

#mc_signup_submit
{
	display: block;
	margin-top: 0px;
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
	transition: transform 1000ms;
    transform: translateX(0px) translateY(0px);
	font-family: Brownpro, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
	cursor: pointer;
	padding: 9px 15px;
	line-height: inherit;
    text-decoration: none;
	width:auto !important;
	-webkit-appearance: none;
}

#mc_signup_submit:hover
{
	transform: translateX(0px) translateY(-5px);
	
}


#mc-indicates-required
{
	display:none;
}

#mc_signup_form .mc_var_label
{
	width: 25%;
	float:left;
	line-height:40px;
	color:#fff;
}


.connect_page #mc_signup_form .mc_var_label
{
	color: rgb(51,51,51);
	font-family: Brownpro, sans-serif;
	width: auto;
	display: block;
	float: none;	
	line-height:20px;
	color:#fff;
}

.connect_page #mc_signup_submit
{
	background-color:#fff;
	border-width:0px;
	width:25%;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	color:#0084a7;
	padding-left:40px;
	padding-right:40px;
}

.connect_page #mc_signup_form .mc_input
{
	float:none;
	width:100% !important;
	margin-bottom:0px;
	border-style:none;
}

.connect_page #mc_signup_form .mc_input:focus
{
	outline:0;
}

.page-template-page-connect .general_2021_text p
{
	width:305px;
}

.user_content p, .user_content ul
{
	margin-bottom: 20px;
    padding-right: 75px;
    font-family: Brownpro, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}



.static_content p
{
	margin-bottom: 20px;
    font-family: Brownpro, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.user_content a
{
	color: #077aef;
}

.mixed_section{
	margin-top: 75px;
	margin-bottom: 100px;
	margin-left: auto;
    margin-right: auto;
    max-width: 940px;
	
}
.donate_row{
	margin-bottom: 75px;
}
.donate_col_left{
	width: 41%;
	position: relative;
    float: left;
	display: inline-block;
}
.donate_col_right{
	width: 58%;
	display: inline-block;
	text-align: right;
}
.article_paragraph.alt{
	margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 0px;
}
.btn{
	transition: transform 1000ms;
    transform: translateX(0px) translateY(0px);
	margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #000;
	font-family: Brownpro, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
	display: inline-block;
    padding: 9px 15px;
	color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.btn:hover
{
	transform: translateX(0px) translateY(-5px);
}

.report_col_left{
	position: relative;
    float: left;
	width: 41%;
	text-align: left;
	display: inline-block;
}
.report_col_right{
	width: 58%;
	display: inline-block;
	
}

.our_research
{
	margin-top:40px;
	margin-bottom:20px;
}

.tab_menu
{
	display:flex;
	justify-content:space-between;
}

.filter_header
{
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom:25px;
	font-family: Brownpro, sans-serif;
}



footer{
	height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
    border-top:1px solid #0084a7;
}
.footer_wrap{
	margin-left: auto;
    margin-right: auto;
    max-width: 1260px;
}
.footer_col_left{
	width: 60%;
	display: inline-block;
	float: left;
	display:flex;
	

}

.footer_col_left > div
{
	width:20%;
	padding-right:10px;
}

.footer_nav{
	width: 100%;
}

ul.footer_nav li{
	width: 100%;
	display: block;
	margin-left: 0px;
	padding-bottom:10px;
}
ul.footer_nav li a {
	text-decoration: none;
	margin-bottom: 5px;
    font-family: Brownpro, sans-serif;
    font-size: 14px;
	line-height: 20px;
	padding: 0px 0px 10px;
	color: #0084a7;	
}

ul.footer_nav li.strong a{
    font-family: Brownpro, sans-serif;
    letter-spacing: 1px;
    /*text-transform: uppercase;*/
	
	font-size: 20px;
	line-height: 20px;
	font-weight:bold;
	color:#000;
	padding-bottom:0px;
}
ul.footer_nav li.strong{

	margin-bottom: 40px;
}
.footer_col_right{
	width: 40%;
	display: inline-block;
	text-align: right;
}

.footer_col_right #mc_subheader
{
	width:100%;
	float:none;
	text-align:left;
}

.footer_col_right #mc_subheader span
{
	color:#424f84;
	margin-bottom:15px;
	text-transform:uppercase;
	font-size:20px;
	display:block;
	margin-top:0px;
}

.footer_col_right #mc_subheader p
{
	color:#424f84;
	font-size: 14px;
	line-height: 20px;
	padding-right:0px;
	font-weight:bold;
}

.footer_col_right .mc_form_inside
{
	width:100%;
}

.footer_col_right .mc_merge_var
{
	display:flex;
	margin-bottom:0px;
}

.footer_col_right #mc_signup_form .mc_var_label
{
	float:none;
	color: #999;
	margin-right: 10px;
	text-align:left;
	font-family:Brownpro, sans-serif;
}

.footer_col_right #mc_signup_form .mc_input
{
	float:none;
	border-style:solid;
	border-width:0px 0px 1px 0px;
	margin-bottom:0px;
}

.footer_col_right #mc_signup_form .mc_input:focus-visible
{
	outline:none;
	border-bottom:1px solid #3898EC;
}

.footer_col_right #mc_signup_submit
{
	background-color: #424f84;
	color:#fff;
}


.footer_social_links{
	width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
}
.footer_social_links a{
	padding-left: 20px;
	color:#000;
}
.footer_logo_1{
	float: right;
}
.footer_logo_2{
	margin-top: 20px;
    margin-bottom: 20px;
	float: right;
}
.wrapper{
	margin-left: auto;
	margin-right: auto;
	max-width: 1260px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.wrapper.top_border
{
	border-top: #000 solid 3px;
	padding-top:10px;
}


.the_content
{
	font-family: Brownpro, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;	
}

.heading_option_1{
	margin-top: 20px;
    margin-bottom: 45px;
    font-size: 42px;
    text-align: left;
	font-family: Brownpro, sans-serif;
    color: #000;
}

.heading_option_1_single
{
	margin-top: 20px;
    margin-bottom: 20px;
    font-size: 42px;
    text-align: left;
	font-family: Brownpro, sans-serif;
    color: #000;
}

.heading_option_2{
	margin-top: 5px;
    margin-right: 15px;
    margin-left: 0px;
    font-family: Brownpro, sans-serif;
    color: #000;
    font-size: 42px;
    font-weight: 400;
}
.heading_option_3{
	margin-top: 0px;
    margin-bottom: 20px;
    font-family: Brownpro, sans-serif;
    color: #000;
    font-size: 36px;
	line-height: 44px;
}
.heading_option_4{
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: Brownpro, sans-serif;
}
.heading_option_5{
	font-size: 34px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: Brownpro, sans-serif;
    color: #000;
	width: 100%;
}
.heading_option_6{
	margin-top: 0px;
    font-family: Brownpro, sans-serif;
}
.heading_option_7{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Brownpro, sans-serif;
}

.page_row{
	margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 3px solid #000;
}

.page_row.bottom_border
{
	border-bottom: 3px solid #000;
}

.page_row.alt{
border-top-width:0px;
}


.page_row.donate
{
	float:left;
	width:50%;
	padding:25px;
}


.page_row_title{
	width: 25%;
	float: left;
	display: inline-block;
	text-align: left;
}
.page_row_content{
	width: 75%;
	display: inline-block;
	text-align: left;
}

.page_row_content p
{
	font-family: Brownpro, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;	
}

.right_overlay p
{
	font-family: Brownpro, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;	
}


.program_content p
{
	margin-bottom: 20px;
    font-family: Brownpro, sans-serif;
    line-height: 20px;
    font-weight: 400;
	font-size:14px;
}

.program_content p a
{
	color:rgb(51,51,51);
}

.program_detail
{
	margin-bottom:20px;
}


.cta_blocks{
	margin-top: 50px;
	margin-bottom: 50px;
}
.cta_block{
	width: 50%;
	height: 200px;
	float: left;
	padding: 10px;
	display: inline-block;
}

.cta_block.full
{
	width:100%;
	float:none;
}

.cta_block_inner{

	background-size: cover,auto;
	background-position:50% 50%;
	height:100%;

}

.cta_block_gradient
{
	padding:15px;
	height: 100%;
	width: 100%;
	text-align: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6));	
}


.cta_block_gradient:hover
{
	background:  linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.mission_cta{
	margin-top: 2px;
    font-family: Brownpro, sans-serif;
    color: #f1f1f1;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
}
.interior_cta_text{
	font-family: Brownpro, sans-serif;
    color: #f1f1f1;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.5px;
}
.interior_cta_button {
    display: block;
    width: 125px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 2px solid #f1f1f1;
    background-color: transparent;
    font-family: Brownpro, sans-serif;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	color: white;
	line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}


.right_overlay h3
{
	margin-top: 0px;
	font-family: Brownpro, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}


.footer_img_container{
	width: 100%;
}
.archive_list{
	margin-top: 10px;
    padding-top: 10px;
	width: 100%;
	font-family: Brownpro, sans-serif;
	font-size:16px;
}

.archive_list.first_row
{
	margin-top:0px;
}

.no_padding_top
{
	padding-top:0px;
}

.archive_title {
    width: 50%;
	font-family: Brownpro, sans-serif;
	float: left;
	padding-left: 10px;
}
.status{
	float: left;
	padding-left: 25px;
	width:15%;
}
.status span{
	display: inline-block;
    margin-right: auto;
    margin-left: auto;
    padding: 5px;
    border-radius: 5px;
    background-color: #06ad21;
    font-family: Brownpro, sans-serif;
    text-align: center;
	color: white;
    border: 0;
	width: 100px;
    line-height: inherit;
    text-decoration: none;
}
.category_archive{
    font-family: Brownpro, sans-serif;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
	width: 19%;
	float: left;
	display: inline-block;
	padding-left: 25px;
	
}
.charter_button{
	float: right;
	padding-right: 10px;
	width:16%;
}
.charter_button a{
	width: 100px;
    padding: 6px;
    background-color: #b8b8b8;
    font-family: Brownpro, sans-serif;
    color: #333;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
	display: inline-block;
	line-height: inherit;
    text-decoration: none;
    cursor: pointer;
	float:right;
}
.single_section{
	margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 20px;
	position: relative;
}

.single_section.news_section
{
	display:flex;
}



#research {
	margin-left: -345px;
	margin-bottom: 15px;
	margin-top: 100px;
	font-family: Brownpro, sans-serif;
	color: #000;
	padding-top: 60px;
}

/*don't think this is safe but we'll keep it for now*/
/* note: it isn't safe and is being commented out*/
/*a {
	color: #fff;
}*/

.back_btn a {
	color: #fff;
}


.col_left{
	width: 25%;
	position: relative;
    float: left;
}







.single_article_content{
	width: 100%;
	position: relative;
	padding-left: 10px;
    padding-right: 10px;
	font-family: Brownpro, sans-serif;
	display:flex;
	
}

.single-tribe_events .single_article_content
{
	flex-direction:column;
	padding-left:0px;
	padding-right:0px;
}


.news_section .single_article_content
{
	flex-direction:column;
	width:75%;
}

.newsletter_header_image
{
	width:50%;
	max-width:50%;
	height:auto;
	align-self:flex-start;
}

.single_content_column
{
	width:50%;
	padding-right:20px;
}

.single_content_column.no_image
{
	width:100%;
	padding-right:0px;
}

/*.single_content_column a
{
    background-color: #424f84;
    font-family: Brownpro, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    
	transition: transform 1000ms;
    transform: translateX(0px) translateY(0px);
	display: inline-block;
    padding: 15px 25px;
	color: #fff;
	text-decoration: none;
    cursor: pointer;	
}*/


.single_content_column a
{
  
	color: #424f84;
	text-decoration: none;
    cursor: pointer;	
}

.single_content_column a.news_button
{
	color:#fff;
}



.compact-archives li{
	margin-bottom: 35px;
    padding-right: 65px;
    font-family: Brownpro, sans-serif;
    font-weight: 300;
}

.compact-archives li a
{
	color: rgb(51,51,51);
	font-weight:bold;
}

.back_btn{
    float: none;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 15px;
    background-color: #424f84;
	font-family: Brownpro, sans-serif;
    font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
    padding: 15px 25px;
	line-height: inherit;
    text-decoration: none;
    cursor: pointer;
	color: white;
	transition: all 1000ms ease;
}

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


.back_btn.center
{
	width:50%;
	margin-right:auto;
	margin-left:auto;
	display:block;
}

.back_btn:hover
{
	transform: translateY(-5px);
}

.back_btn.full-width
{
	width:90%;
}

.report_header a { 
	color: #000;
	margin-bottom: 20px;
    line-height: 50px;
    text-decoration: underline;
	font-family: Brownpro, sans-serif;
}
.report_subtitle{
	margin-bottom: 20px;
	font-family: Brownpro, sans-serif;
}
.report_info {
	margin-top: 0px;
	margin-bottom: 10px;
    font-family: Brownpro, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.p_link a{
	font-family: Brownpro, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
	letter-spacing: 0.5px;
	text-decoration: none;
	color: #333;
}
.bottom_banner{
	width: 100%;
	margin-bottom: 50px;
}
.bb_inner_wrap{
	width: 100%;
    height: 100%;
    padding: 15px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../images/32.jpg);
    background-position: 0px 0px, 50% 71%;
    background-size: auto, cover;
}
.important_text{
	text-decoration: underline;
}
.connect_header{
	margin-top: 0px;
	font-family: Brownpro, sans-serif;
	font-weight: bold;
    margin-bottom: 10px;
	font-size:38px;
}
.single_section_right{
	width: 75%;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 20px;
	float: right;
}

.contact_single_section_right
{
	width: 60%;
	padding-left: 0px;
	padding-right: 30px;
	padding-top: 0px;
	padding-bottom: 20px;
	float: right;
}


.contact_col_left{
	width: 40%;
	position: relative;
    float: left;
	padding-right:30px;
}



.contact_col_left p
{
	width:450px;
}

.contact_address{
	font-family: Brownpro, sans-serif;
}

.address_section
{
	display:flex;
}

.fa-phone
{
	font-family:Fontawesome;
	content:'\f095';
	color:#fc8126;
	font-size:18px;
	margin-right:10px;

}

.fa-map-marker
{
	font-family:Fontawesome;
	content: '\f3c5';
	color:#fc8126;
	font-size:18px;
	margin-right:10px;
	
}


.address_bolded{
	font-size: 18px;
    font-weight: 700;
    text-decoration: none;
	margin-bottom: 10px;
	color: #424f84;
	font-size: 26px;
	line-height: 28px;	
	display:block;
	margin-top:50px;
}
.address_wrap{
	font-size: 18px;
    font-style: normal;
    font-weight: 400;
	line-height:24px;
	font-family: Brownpro, sans-serif;
}
em{
	font-style: italic;
}
.wpcf7-form{

	font-family: Brownpro, sans-serif;
}
.form_text.contact_box{
}

.contact_row
{
	display:flex;
}

.contact_row label
{
	width:100%;
}

.contact_row .label_padding
{
	padding-right:20px;
}

.wpcf7-text
{
	border: 1px solid #cccccc;
	font-family: Brownpro, sans-serif;
	height: 40px;
	margin-bottom: 25px;
	padding: 10px;
	background-color: #fff;
	width: 100%;
	color:#333;
}



.wpcf7-textarea
{
	border: 1px solid #cccccc;
	width: 100%;
	height: 100px;
	font-family: Brownpro, sans-serif;
	text-indent: 10px;
	padding-top: 10px;
	color: #333;
	font-weight: 400;
	margin-bottom:30px;
}

.wpcf7-text:focus, .wpcf7-textarea:focus,.wpcf7-text:focus-visible, .wpcf7-textarea:focus-visible
{
	border:1px solid #3898EC;
	outline:0;
}

.wpcf7-submit
{
    background-color: #424f84;
    font-family: Brownpro, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;   
	transition: transform 1000ms;
    transform: translateX(0px) translateY(0px);
	display: inline-block;
    padding: 15px 25px;
	color: #fff;
	text-decoration: none;
	border-style:none;
}

.wpcf7-submit:hover
{
	transform: translateX(0px) translateY(-5px);
}

.wpcf7-form-control-wrap
{
	width:100%;
}

.webform_submit.contact_box{
	background-color: #000;
    font-family: Brownpro, sans-serif;
	display: inline-block;
    padding: 9px 15px;
	color: white;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
}
.form_textarea{
	border: 1px solid #000;
	width: 100%;
	min-height: 150px;
}
textarea{
	font-family: Brownpro, sans-serif;
	text-indent: 10px;
	padding-top: 10px;
	color: #afafaf;
    font-weight: 400;
}
.col_left_image{
    float: left;
	position: relative;
	width: 33%;
}
.col_left_image_container{
	height: 300px;
	width: 400px;
	position: relative;
}
.image_container_inner{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.left_image{
	height: auto;
	width: 100%;
}
.right_overlay{
	float: right;
	width: 66%;
	padding: 19px;
	background-color: hsla(0, 0%, 100%, .85);
	position: relative;
	right: 0px;
	z-index: 1;
}

.right_overlay.donate
{
	float:none;
	width:100%;
	padding:0px;
}


.right_overlay.donate p
{
	font-size:14px;
}

.stay_up_to_date
{
	background-image: linear-gradient(180deg, rgba(0, 132, 167, 0.96), rgba(0, 132, 167, 0.96)), url("../images/street-background.jpg")
}

.wrapper.stay_up_to_date
{
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:50px;
	max-width:100%;
}


.stay_up_to_date .single_section
{
	width:1260px;
	margin-right:auto;
	margin-left:auto;
	padding-top:30px;
}

.stay_up_to_date #mc_signup_form
{
	display:flex;
	flex-direction:column;
	width:900px;
	margin-right:auto;
	margin-left:auto;
}

.stay_up_to_date .mc_signup_submit
{
	width:100%;
}

.stay_up_to_date #mc_subheader
{
	width:100%;
	text-align:center;
	color: #fff;
}

.stay_up_to_date #mc_subheader span
{
	font-size: 38px;
	line-height: 44px;
	margin-top: 20px;
}

.stay_up_to_date #mc_subheader p
{
	margin-top: 20px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 18px;	
	padding-right:0px;
	font-weight:500;
}

.stay_up_to_date .mc_form_inside
{
	width:100%;
}

.stay_up_to_date .mc_form_inside
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.stay_up_to_date .mc_merge_var
{
	width:30%;
}

.stay_up_to_date #mc_message
{
	width:100%;
}

.bottom_banner.alt{
	margin-top: 50px;
}
.sign_up_form{
	max-width: 500px;
}
.left_heading{
	width: 33.3%;
	position: relative;
	float: left;
}
.right_content{
	width: 66.7%;
	position: relative;
    float: right;
	padding-left: 10px;
    padding-right: 10px;
}
.tabcontent{
	display: none;
	padding-bottom: 50px;
}
button.active{
	background-color: #000;
	color: #fff;
}
.tablink{
	font-family: Brownpro, sans-serif;
    font-size: 42px;
	color: #000;
	border: none;
	background-color: transparent;
	cursor: pointer;
	padding: 10px;
	margin-right: 20px;
}
button:focus {
	outline: 0;
}

.tab_wrap{
	border-top: 3px solid #000;
	padding-top: 20px;
	margin-top: 20px;
}
.publication_row{
	margin-top: 30px;
    margin-bottom: 20px;
    padding-top: 20px;
	display:flex;
	padding-bottom:20px;
	border-bottom: 1px solid #fc8126;
}

.publication_row.no_border
{
	border-bottom:0px;
}



.report_image{
	
    background-image: url(../images/Cover.jpg);
    background-position: 50% 50%;
    background-size: cover;
	width:345px;
	padding-left: 10px;
    padding-right: 10px;
}

.report_image.auto
{
	height:auto;
	width:35%;
}


.report_info{
	padding-left: 10px;
	width: 50%;
	padding-right: 10px;
}

.report_info.wide
{
	width:65%;
}

.report_info p
{
	font-size:14px;
	line-height:20px;
}


.report_header {
    margin-top: 0px;
    margin-bottom: 5px;
    font-family: Brownpro, sans-serif;
	color: #0a369d;
	font-size: 26px;
	line-height: 28px;	
}
.report_subtitle {
    font-family: Brownpro, sans-serif;
}
.report_subtitle.alt{
	margin-bottom: 0px;
	font-size: 14px;
}
.report_info_p {
    margin-top: 10px;
    font-family: Brownpro, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.news_button.alt{
	margin-top: 0px;
}
.publication_row.top{
	margin-top: 0px;
	padding-top:0px;
}
.image_left{
	width: 33.3%;
	float: left;
}
.report_info.alt{
	width: 66.7%;
}
.publication_row.alt{
	border-top: 3px solid #000;
    padding-top: 20px;
    margin-top: 20px;
}
.data_content_left{
	float: left;
	width: 65%;
}
.data_image_grid{
	float: right;
	width: 30%;
}
.library_image{
	overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 5px;
	position: relative;
	display: inline-block;
}
.image_grid_image{
	width: auto;
	height: 100%;
}
.image_overlay{
	left:0px;
	right:0px;
	top: 0px;
	bottom: 0px;
	padding: 6px;
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .37), rgba(0, 0, 0, .37));
	z-index:2;
	position: absolute;
	cursor: pointer;
}
.library_label_text{
	font-family: Brownpro, sans-serif;
    color: #fff;
    font-weight: 400;
    text-align: left;
    text-decoration: none;
}
.data_content_wrapper{
	width: 100%;
	padding: 10px 10px 10px 20px;
	display:none;
}
.datat_title{
	font-family: Brownpro, sans-serif;
}
.data_paragraph{
	margin-bottom: 20px;
    font-family: Brownpro, sans-serif;
}
.box_shadow{
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .25);
	margin-top: 25px;
}
.single_section_right.alt{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.event_text{
	font-family: Brownpro, sans-serif;
}
.month_view{
	margin-top: 10px;
    font-family: Brownpro, sans-serif;
	margin-bottom: 20px;
}
.month_view::before{
	font-family:FontAwesome;
	content: "\f073";
    color: #000;
	padding-right: 5px;
	padding-left: 5px;
}
.event_text_2{
	margin-top: 10px;
    padding-left: 5px;
    border-bottom: 1px dotted #000;
    font-family: Brownpro, sans-serif;
	margin-bottom: 20px;
	width: 150px;
}
hr{
	width: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
	background-color: #000;
	border: none;
}
.tribe-events-page-title{
	margin-bottom: 29px;
	margin-top: 20px;
    background-color: transparent;
    font-family: Brownpro, sans-serif;
    color: #000;
    text-align: center;
}
.month_control_row{
	width: 100%;
	margin-bottom: 25px;
}
.tribe-events-nav-next{
	float: right;
}

.tribe-events-nav-next a
{
	padding: 15px 25px;
    background-color: #424f84;
    font-family: Brownpro, sans-serif;
    color: #fff;
	text-decoration: none;
	color:#fff;
	display:inline-block;
}

.tribe-events-nav-previous{
	float: left;
}

.tribe-events-nav-previous a
{
	padding: 15px 25px;
    background-color: #424f84;
    font-family: Brownpro, sans-serif;
    color: #fff;
	text-decoration: none;
	color:#fff;
	display:inline-block;
}

.tribe-events-calendar th
{
	width:12% !important;
}

.tribe-events-calendar
{
	border-collapse: separate !important;
    border-spacing: 0px 1%;
	border-width:0px !important;
}

.tribe-events-meta-group-details
{
	display:none;
}

.tribe-events-single-section-title
{
	display:none;
}


.tribe-events-meta-group
{
    font-family: Brownpro, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

#tribe-events-content .tribe-events-calendar td
{
	border-width:3px 0px 0px !important;
	width:12% !important;
	border-color:#000 !important;
	font-size:14px !important;
	text-align:left !important;
}

.tribe-venue
{
	display:none;
}

.tribe-events-calendar div[id*="tribe-events-daynum-"]
{
	font-size:14px !important;
}



#tribe-events-content .tribe-events-calendar td.tribe-events-othermonth
{
	border-color:#b8b8b8 !important;
	color:#b8b8b8 !important;
}


h3.tribe-events-month-event-title
{
	font-size:20px; /*  This is set large because a plugin style reduces the size down */
	line-height:18px;
}

h3.tribe-events-month-event-title::before
{
	content:"\f0da";
	padding-right:5px;
	font-family: FontAwesome;
	font-size:14px;
	color:#000;
}

h3.tribe-events-month-event-title a
{
	color:#000;
	text-decoration:underline;
}


a.month_control.right{

}
.fa.fa-chevron-left{
	font-size: 12px;
	padding-right: 5px;
}
.fa.fa-chevron-right{
	font-size: 12px;
	padding-left: 5px;
}


.prev_link
{
	float:left;
}

.next_link
{
	float:right;
}

table {
      background: #fff;
      border-collapse: collapse;
      font-family: Brownpro, sans-serif;
      font-size: 14px;
      width: 100%;
	  table-layout: fixed;
	  border-collapse: separate;
	  border-spacing: 5px;
    }
    td {
      color: #444;
      line-height: 22px;
      text-align: center;
    }
    tr.day_row:first-child td {
		margin-bottom: 15px;
		padding-top: 10px;
		padding-bottom: 25px;
    }
	.cal_day td{
		height: 150px;
		border-top: 3px solid #000;
		text-align: left;
		width: 95px;
		padding-top: 10px;
		text-indent: 10px;
	}
	.cal_day td.gray_cal{
		color: #b8b8b8;
		border-top: 3px solid #b8b8b8;
	}
	.event_link_wrap{
		width: 100%;
		margin-bottom: 5px;
		font-family: Brownpro, sans-serif;
		text-indent: 0px;
	}
	a.event_link{
		color: #000;
		text-decoration: underline;
	}
.fa.fa-caret-right{
	padding-right: 5px;
}
.report_info.alt2{
	width: 100%;
	padding-left: 0px;
}
.event_info{
	margin-bottom: 16px;
    font-family: Brownpro, sans-serif;
    font-size: 16px;
}
.event_paragraph{
	margin-top: 10px;
    font-family: Brownpro, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.export_text{
	margin-right: 10px;
    margin-bottom: 10px;
    padding: 7px;
    float: left;
    background-color: #000;
    font-family: Brownpro, sans-serif;
    color: #fff;
}
.map_wrapper{
	margin-top: 15px;
}
.map{
	border: 1px solid #000 !important;
	margin-bottom: 20px;
}
.faq_left{
	width: 42%;
	float: left;
}
.faq_right{
	width: 58%;
	float: right;
	padding-left: 20px;
	padding-right: 20px;
}
.secondary_framework_title{
	margin-top: 0px;
    font-family: Brownpro, sans-serif;
}
.about_row.alt{
	border-top: none;
	margin-top: 0px;
}
.single_section.alt{
	border-top: none;
}



.unordered_list{
	width: 100%;
    float: left;
	padding-left: 40px;
}
.list_item{
	margin-bottom: 15px;
	list-style-type: disc;
}
.bullet_list{
	margin-left: 0px;
    float: none;
    font-family: Brownpro, sans-serif;
    font-size: 15px;
    line-height: 20px;
}
.single_section.bottom{
	margin-bottom: 50px;
}
.report_header.alt{
	margin-bottom: 20px;
}
.report_subtitle.alt2{
	margin-top: 0px;
	margin-bottom: 10px;
}

.in_article_image {
    overflow: hidden;
    height: 300px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-bottom: 10px;
	float: right;
}
.image_caption {
    margin-bottom: 15px;
    font-family: Brownpro, sans-serif;
    font-weight: 300;
	float: left;
}
.left_image.alt{
	top: -100px;
    position: absolute;
}
.left_heading.alt{
	width: 25%;
}
.right_content.alt{
	width: 75%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: Brownpro, sans-serif;
}
.gray_heading{
	color: #b8b8b8;
	width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 2px none #000;
    font-family: Brownpro, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}
.programs_text{
	width: 100%;
    margin-right: 20px;
    margin-bottom: 10px;
    font-family: Brownpro, sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.paragraph.alt{
	font-family: Brownpro, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: inherit;
}
.program_button{
	margin-right: 20px;
	padding: 15px 25px;
    background-color: #424f84;
    font-family: Brownpro, sans-serif;
    text-transform: uppercase;
	display: inline-block;
	color: white;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
	transition: transform 1000ms;
    transform: translateX(0px) translateY(0px);
}




.program_button:hover
{
	transform: translateX(0px) translateY(-5px);
}


.programs_text.alt{
	margin-top: 20px;
}
.news_int_wrap{
	width: 100%;
	margin-bottom:20px;
}
.news_image_left{
	width: 25%;
    height: 200px;
    float: left;
    background-image: url(../images/23.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
.right_news_wrap{
	width: 75%;
    padding-left: 15px;
    float: right;
}
.report_header.alt a{
	line-height: 36px;
}
.single_article_content.alt{
	margin-bottom: 50px;
}
.program_button.alt{
	margin-bottom: 15px;
}
.right_content.alt2{
	margin-top: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.right_content.alt3{
	padding-left: 30px;
	padding-right: 30px;
}
.framework_image_container{
	height: 300px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fa.fa-file-pdf-o{
	padding-right: 10px;
}
.download_link{
	text-decoration: underline;
	cursor: pointer;
	color:rgb(51,51,51);
}
.download_link_wrap{
	margin-top: 30px;
}



.team_member_wrapper
{
	width:100%;
	margin:0px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
}

.up_down {
    overflow: hidden;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
	width: 30%;
    height: 400px;
	margin-bottom:35px;
	margin-right:5%;
}

.up_down:nth-child(3n)
{
	margin-right:0px;
}



.slide {
    width:100%;
    height:400px;
}
.slide.onhover{
	height: 250px;
	margin-top: -99px;
	text-align: left;
}

.slide .news_button
{
	background-color:#fff;
	color:#0084a7;
	padding: 5px 25px;
}

.slide .news_button:after
{
	font-family:Fontawesome;
	content:'\f138';
	margin-left:10px;
}


.team_member_bottom
{
	width:1260px;
	margin-right:auto;
	margin-left:auto;
	display:flex;
}

.team_member_bottom_content
{
	width:67%;
	display:flex;
	flex-wrap:wrap;
	font-family:Brownpro, sans-serif;
	font-size:16px;
	line-height:22px;
}

.team_member_user_content
{
	width:100%;
}

.team_member_bottom_column
{
	width:50%;
	padding-right:20px;
	line-height:29px;
	padding-left:20px;
}

.team_member_bottom_column.right_border
{
	border-right:1px solid #525252;
	padding:0px;
}

.bottom_call_out_box
{
	width:33%;
	border-left:1px solid #fc8126;
	padding-left:20px;
	display:flex;
}

.bottom_call_out_box_content
{
	background-color:#eee;
	font-weight:bold;
}

.bottom_call_out_box_content h4
{
	font-size: 24px;
	line-height: 28px;
	margin-top:20px;
	margin-bottom:10px;
	font-weight:bold;
	margin-left:20px;
	margin-right:20px;
}

.bottom_call_out_box_content p
{
	margin-right:20px;
	margin-left:20px;
	margin-bottom:20px;
}

.bottom_call_out_box_content a
{
	padding:10px 40px;
	border-style: solid;
	border-width: 1px;
	border-color: #0084a7;
	border-radius: 0px;
	background-color: #fff;
	color: #0084a7;
	margin-left:20px;
	margin-right:20px;
	display:inline-block;
	margin-bottom:20px;
}

.default {

}
.onhover {
	padding: 10px;
    background-color: #424f84;
	color:#fff;
	
}
.title_text {
    font-family: Brownpro, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
	line-height: normal;
}
.email_text {
	margin-top: 14px;
	margin-bottom: 10px;
    font-family: Brownpro, sans-serif;
}
.single_section.alt2{
	border-top: none;
}

.up_down.center{
	margin-left: 16px;
	margin-right: 16px;
}
.team_page_image_container{
	height: 400px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.team_bio_paragraph {
    font-family: Brownpro, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}
.team_name{
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: Brownpro, sans-serif;
    color: #000;
    font-size: 36px;
}
.team_title{
	font-family: Brownpro, sans-serif;
}
.email_text.alt{
	margin-top: 5px;
    font-family: Brownpro, sans-serif;
}
.news_button:hover{
	transition: transform 1000ms; 
	transform: translateX(0px) translateY(-5px);
}
.slider_overlay{
	width: 40%;
    height: auto;
    margin-top: 215px;
    margin-left: 0px;
    padding: 25px;
    background-color: #fff;
	position: absolute;
	z-index: 2;
	text-align: left;
}
.slider_support_text{
	margin-top: 0px;
    font-family: Brownpro, sans-serif;
    font-weight: 400;
}
.slider_support_text{
	font-family: Brownpro, sans-serif;
    font-size: 16px;
    font-weight: 300;
}
.fa.hamburger{
	display: none
}
.mobile-nav{
	display: none;
	background-color:#C8C8C8;
	margin-top: 30px;
	transform: translateX(0px) translateY(-800px);
    transition: transform 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	overflow: hidden;
	text-align: center;

}
.mobile-nav li a{
	padding: 25px;
	display: block;
	width: 100%;
	text-decoration: none;
	color: #333;
	text-transform: uppercase;
	font-family: Brownpro, sans-serif;
    color: #333;
	
}
.open{
	display: block;
	transform: translateX(0px) translateY(0px) !important;
    transition: transform 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.menu-close-btn{
	display: none;
}
.mobile-sub-menu{
	width:100%;
}
.mobile-sub-menu{
	width:100%;
}
.sub-menu-link a{
	width:50%;
	padding-top: 12px;
    padding-bottom: 12px;
    float: left;
    border-right: 1px solid #727272;
    border-bottom: 1px solid #666;
    color: #fff;
    text-align: center;
    text-decoration: none;
	background-color: #C8C8C8;
	text-transform: uppercase;
}
.mobile-dropdown-menu{
	display:none;
	transform: translateX(800px) translateY(0px);
    transition: transform 400ms cubic-bezier(0.55, 0.085, 0.68, 0.53);
	background-color:#C8C8C8;
}
#my-slider{
	height: 500px;
}
.right_news_wrap.alt{
	width: 100%;
	float: left;
	margin-top: 25px;
	/*margin-bottom: 50px;*/
}
.filter_div{
	margin-top: 0px;
	width:29%;
	background-color:#eee;
	padding:20px;
	align-self:flex-start;
}
.filter_button {
	margin-right: 15px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding:10px 20px;
    float: left;
    background-color: #b8b8b8;
    font-family: Brownpro, sans-serif;
	display: inline-block;
	color: #525252;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
	border: 2px solid #b8b8b8;
	font-size:16px;
}
.active.filter_button{
	border: 2px solid #0084a7;
    background-color: transparent;
    color: #0084a7;
}

#tab_content
{
	width:70%;
}

.tabs_text{
	margin-top: 20px;
    margin-bottom: 20px;
    font-family: Brownpro, sans-serif;
}
.pagination_text{
	font-family: Brownpro, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    letter-spacing: 2px;
	color:rgb(51,51,51);
}

.pagination_text a{
	color:rgb(51,51,51);
	padding:5px;
}


.pagination_text span{
	padding:5px;
}

.pagination
{
	margin-top:30px;
}

.two_columns
{
	column-count:2;
	column-rule: 1px solid #1d1d1d;
	column-gap:100px;
}

.two_columns.user_content p
{
	padding-right:0px;
}

.upcoming_event_title{
	margin-bottom: 29px;
	margin-top: 20px;
    background-color: transparent;
    font-family: Brownpro, sans-serif;
    color: #000;
    text-align: center;
	display: none;
	}
	.upcoming_event{
	display: none;
	}
	
	
.light 
{
	font-weight:300;
}	


#tribe-events-bar
{
	float:left;
	width:25%;
}

#tribe-events-content
{
	float:left;
	width:75%;
}

#tribe-bar-form
{
	padding-bottom:30px;
	font-family: Brownpro, sans-serif;
    font-size: 14px;
    font-weight: 400;
    
    letter-spacing: 2px;
	color:rgb(51,51,51);	
	text-transform:uppercase;
}


.tribe-bar-views-list
{
	display:none;
}

.tribe-bar-filters-inner label
{
	display:block;
	margin:5px 0px;
}

.tribe-bar-filters-inner input
{
	border-width:0px 0px 1px 0px;
	border-style:dotted;
	border-color:rgb(51,51,51);
	margin:5px 0px;
	font-family: Brownpro, sans-serif;
}


.tribe-bar-views-select
{
	font-family: Brownpro, sans-serif;
}

.tribe-events-button{
    float: none;
    text-align: center;
    letter-spacing: 0.5px;
    margin-right: 15px;
    margin-bottom: 15px;
    background-color: #000;
	font-family: Brownpro, sans-serif;
    font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
    padding: 9px 15px;
	line-height: inherit;
    text-decoration: none;
    cursor: pointer;
	color: white;
	transition: all 1000ms ease;
}


.tribe-events-button:hover
{
	transform: translateY(-5px);
}

.datepicker
{
	width:300px;
}


.tribe-events-list-separator-month
{
	margin:15px 0px;
	font-family: Brownpro, sans-serif;
	font-weight: bold;
	color:#000;
	font-size:24px;
	line-height:30px;
	display:block;
}


.tribe-events-list-event-title
{
	font-size:32px;
	line-height:36px;
	font-weight:bold;
	font-family: Brownpro, sans-serif;
	margin-bottom:20px;
	
}

.tribe-events-list-event-title a
{
	color:rgb(51,51,51);
	text-decoration:underline;
}

.tribe-events-event-meta
{
	font-family: Brownpro, sans-serif;
    font-size: 14px !important;
    line-height: 25px;
    font-weight: 400;
	
}

.tribe-events-list-event-description
{
	font-family: Brownpro, sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.tribe-events-read-more
{
	display:none !important;
}

.tribe-events-venue-details a.tribe-events-gmap
{
	display:none;
}


.tribe-events-notices
{
	font-family: Brownpro, sans-serif;
}



#tribe-bar-collapse-toggle span.tribe-bar-toggle-arrow::after
{
	content:"\f078";
	font-family:FontAwesome;
	padding-left:10px;
}


#tribe-bar-collapse-toggle.tribe-bar-filters-open span.tribe-bar-toggle-arrow::after
{
	content:"\f054";
	font-family:FontAwesome;
	padding-left:10px;
}


.tribe-events-notices
{
	background-color:#fff !important;
	color:#000 !important;
	border-color:#000 !important;
}

.donate_content
{
	font-family: Brownpro, sans-serif;
}


.tribe-events-gcal, .tribe-events-ical
{
	display:none;
}


.about_year
{
	font-family: Brownpro, sans-serif;
}

.read_more_hide
{
	padding-top:15px;
	display:none;
}

.copyright, .footer_address
{
	text-align:left;
	font-size:14px;
	font-family: Brownpro, sans-serif;
	color:#424f84;
	margin-bottom:20px;
	width:1260px;
	margin:5px auto 10px;
}

.footer_address a.fa, .footer_address a.fa-brands
{
	font-size:16px;
	color: #424f84;
	line-height:22px;
	margin-right:3px;
	margin-left:3px;
}

/*  Home Page Slick Slider Classes */
.slick-track
{
	height:500px;
}

.slick-slide
{
	background-size:cover;
	background-position:50% 0%;
	position:relative;
}

.slick-dots
{
	text-align: center;
	top: -50px;
	position: relative;
	/*width:160px;
	left:50%;
	margin-left:-80px;*/
	display:flex;
	justify-content:center;
}

.slick-dots::after
{
	clear:both;
	display:block;
	content:" ";
}


.slick-dots li
{
	width:20px;
	margin-right:5px;
	float:left;
}

.slick-dots li button
{
	background-color: transparent;
	font-size: 0px;
	border-width:0px;
}

.slick-dots li button::before
{
	content:' \2022';
	font-size: 40px;
	color:#fff;
}

.slick-dots li.slick-active button::before
{
	color:#b8b8b8;
}

.sponsor_logo_box {
	width: 33%;
	float: left;
	padding: 30px 0px;
	min-height: 300px;
}

.sponsor_logo_box a
{
	display:block;
}

.sponsor_logo_box div
{
	text-align:center;
	display:block;
	font-family: Brownpro, sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0.5px;	
	padding:20px 0px;
	width:80%;
	margin:0px auto;
}

.sponsor_logo_box img {
	display: block;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 125px;
	width: auto;
}



/* 2021 Build */

.general_hero
{
	width:100%;
	height:300px;
	background-position:50% 50%;
	background-size:cover;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:0px 60px;
	margin-bottom:20px;
}

.general_hero h1
{
	font-size: 45px;
	line-height: 40px;
	font-weight:bold;
	display:inline-block;
	z-index:5;
	font-family:Brownpro, sans-serif;
	color:#fff;
}

.general_hero p
{
	color:#fff;
	font-family:Brownpro, sans-serif;
}

.general_hero_container
{
	width:1260px;
	margin-right:auto;
	margin-left:auto;
}

.general_hero_box
{
	display:flex;
	flex-direction:column;
	padding:20px;
	background-color:#fff;
	width:450px;
	position:relative;
	min-height:200px;
}

.general_diamond
{
	position: absolute;
	left: auto;
	top: 26%;
	right: -4%;
	bottom: 0%;
	width: 100px;
	height: 100px;
	background-color: #f74829;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.general_2021_wrapper
{
	width:1260px;
	margin-right:auto;
	margin-left:auto;
	font-family:Brownpro, sans-serif;
	
}

.general_2021_container
{
	display:flex;
	margin-top:50px;
}

.general_2021_container.donate_2021_container
{
	align-items:flex-start;
}

.general_2021_text
{
	width:50%;
	padding-right:50px;

}
.general_2021_text_full_width
{
	width:100%;
	/*padding-right:50px;*/

}

.general_2021_text.donate_text
{
	width:40%;
}

.general_2021_text p
{
	font-size:16px;
	line-height:20px;
	margin:20px 0px;
	font-family:Brownpro, sans-serif;
}

.general_2021_text h1
{
	font-size: 44px;
	line-height: 50px;
	margin:20px 0px;
	
}

.general_2021_text h2
{
	font-size: 38px;
	line-height: 44px;
	margin:20px 0px;
	
}

.middle_container
{
	flex-wrap:wrap;
}

.middle_section_title
{
	width:100%;
}

.general_2021_column
{
	width:50%;
}

.general_2021_column.first_column
{
	padding-right:40px;
	border-right:1px solid #1d1d1d;
}

.general_2021_column.second_column
{
	padding-left:40px;
}


.donate_text h2
{
	margin-top:0px;
}

.general_2021_text h3
{
	font-size: 32px;
	line-height: 38px;
	margin:20px 0px;
	
}

.general_2021_text h4
{
	font-size: 28px;
	line-height: 34px;
	margin:20px 0px;
	
}

.general_2021_text h5
{
	font-size: 24px;
	line-height: 30px;
	margin:15px 0px;
	
}

.general_2021_text h6
{
	font-size: 18px;
	line-height: 24px;
	margin:15px 0px;
	
}

.general_2021_image
{
	width:50%;
	padding-left:0px; 
}

.donate_2021_image
{
	display:flex;
	width:60%;
	padding-left:0px; 	
}

.donate_second_content
{
	width:50%;
	background-color:#ADD8E6;
	padding:40px 10px 20px 20px;	
}


.donate_second_content h3
{
	margin-top: 10px;
	font-size: 28px;
	line-height: 28px;
	margin-bottom:20px;
}


.donate_second_image
{
	width:50%;
	height:auto;
	background-position:50% 50%;
	background-size:cover;
}


.general_content_button
{
	display:inline-block;
	margin-top: 20px;
	padding: 15px 25px;
	background-color: #424f84;
	font-size: 16px;
	color:#fff !important;
	text-decoration:none;
}

.general_content_button:hover {
	color:#dd573a !important;
}

.cta_blocks_2021
{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	margin-top:40px;
	flex-wrap: wrap;
}

.cta_blocks_2021 .cta_block_gradient
{
	height:auto;
	padding:10px;
	background:rgb(66, 79, 132);
	position:relative;
	flex-grow:1;
	padding-bottom:75px;
}

.cta_block_2021
{
	width:31%;
	display:flex;
	flex-direction:column;
	margin-bottom: 65px;
}

.cta_block_image_2021
{
	width:100%;
	height:230px;
	background-size:cover;
	background-position:50% 50%;
}

.cta_block_2021 .mission_cta
{
	font-size:18px;
	margin-bottom:10px;
	text-align:left;
}

.cta_block_2021 .interior_cta_text
{
	color:#fff;
	font-size:14px;
	line-height:16px;
	text-align:left;
}

.cta_block_2021 .interior_cta_button
{
	position:absolute;
	left:10px;
	bottom:10px;
	background-color:#fff;
	color:rgb(0, 132, 167);
	min-width:100px;
	width:auto;
}

.resources_boxes_title
{
	margin-top:100px;
	margin-bottom:50px;
	text-align:center;
	font-size: 38px;
	line-height: 44px;	
}

.resources_boxes
{
	display:flex;
	justify-content:space-between;
	margin-bottom:120px;
}

.resources_boxes div
{
	height: 75px;
	border: 4px solid #424f87;
	display:flex;
	justify-content:center;
	align-items:center;
	width:200px;
}

.resources_boxes div strong
{
	text-align:center;
}

.resources_boxes div a
{
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	font-family:Brownpro, sans-serif;
	color:#333;
}

/* End Build 2021 Build */


/* New Dashboard Section */
.dashboard_wrapper
{
	width:1260px;
	margin-right:auto;
	margin-left:auto;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	font-family:Brownpro, sans-serif;
	margin-bottom:40px;
		
}


.dashboard_hero
{
	width:100%;
	height:300px;
	background-position:50% 50%;
	background-size:cover;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:0px 60px;
	margin-bottom:20px;
}

.dashboard_hero_container
{
	width:1260px;
	margin-right:auto;
	margin-left:auto;
}

.dashboard_hero .data_home
{
	background-color: #f74829;
	width:450px;
	position:relative;
}

.dashboard_diamond
{
	position: absolute;
	left: auto;
	top: 26%;
	right: -4%;
	bottom: 0%;
	width: 100px;
	height: 100px;
	background-color: #f74829;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.dashboard_categories_bar
{
	display:flex;
	justify-content:space-between;
	margin-top:20px;
	margin-bottom:40px;
}

.dashboard_categories_bar a
{
	text-align:center;
	display:inline-block;
	padding:9px 10px;
	margin-right:10px;
	color:#fff;
}

.dashboard_categories_bar a:hover
{
	background-color:#d3d3d3 !important;
}

.dashboard_categories_bar a:last-child
{
	margin-right:0px;
}

.dashboard_hero h1
{
	font-size: 50px;
	line-height: 52px;
	font-weight:bold;
	display:inline-block;
	z-index:5;
	font-family:Brownpro, sans-serif;
}

.dashboard_hero p
{
	font-family:Brownpro, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	width:100%;
	z-index:5;
}

.dashboard_hero .data_home h1
{
	color:#fff;
}

.dashboard_hero .data_home p
{
	color:#fff;
}


.dashboard_hero_box
{
	display:flex;
	min-width:50%;
	flex-direction:column;
	padding:20px;
	background-color:#fff;
}

.dashboard_content h2
{
	margin:40px 0px;
	font-size:38px;
}

.dashboard_2_columns
{
	
	margin:40px 0px;
}


.dashboard_categories
{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}

.dashboard_category
{
	width:300px;
	margin-right:20px;
	height:500px;
	margin-bottom:75px;
}

.dashboard_category:nth-child(4n)
{
	margin-right:0px;
}

.category_image_section
{
	height:350px;
	background-size:cover;
	background-position:50% 50%;
}

.category_image_content
{
	padding:40px 20px 0px;
	color:#fff;
	background-color: rgba(36, 36, 36, 0.7);
	height:350px;
}

.category_image_content p
{
	display:none;
}

.category_image_content a
{
	color:#fff;
}

.category_image_content a:hover
{
	color:#05cbff;
}

.category_image_content ul
{
	list-style-type:disc;
	margin-left:12px;
	display:none;
}


.category_image_section:hover .category_image_content p, .category_image_section:hover .category_image_content ul
{
	display:block;
}


.category_color_section
{
	height:150px;
	padding:20px;
	position:relative;
}






.category_color_section h4
{
	margin-top:0px;
	margin-top: 10px;
	font-size: 20px;
	line-height: 22px;
	color:#fff;
}

.category_color_section a
{
	display: inline-block;
	padding: 9px 15px;
	background-color:#fff;
	color:#0084a7;
	position:absolute;
	left:20px;
	bottom:20px;
}

.category_color_section a:hover
{
	background-color:#bebebe;
	color:#fff;
}



.indicator_padding
{
	margin-top:20px;
	margin-bottom:30px;
}


.indicator_wrap
{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

.dig_deeper h2
{
	width:100%;
	font-size:38px;
	margin-bottom:20px;
}

.indicator_wrap img
{
	height:auto;
	width:47%;
	align-self:flex-start;
}

.indicator_wrap .indicator_text
{
	width:47%;
}


.dashboard_controls
{
	display:flex;
	justify-content:space-between;
	max-width:60%;
	margin-right:auto;
	margin-left:auto;
	margin-top:20px;
	margin-bottom:20px;
}

.dashboard_controls select
{
	border: 1px solid #000;
	font-family: Brownpro, sans-serif;
	height: 40px;
	margin-bottom: 25px;
	padding: 10px;
	background-color: #fff;
	min-width: 25%;
}

.graph_wrapper
{
	width:1260px;
	display:flex;
	justify-content:space-between;
	margin-bottom:30px;
	margin-right:auto;
	margin-left:auto;
}

#graphs
{
	width:100%;
	
}

.control_panel
{
	display:flex;
	justify-content:flex-start;
	width:1260px;
	align-items:center;
	margin:20px auto;
}

.graph_selector
{
	display:flex;
	justify-content:flex-start;
	width:100%;
	align-items:center;
	font-family:BrownPro;
}

.graph_selector strong
{
	font-weight:bold;
	color:#019680;
	margin-right:20px;
	font-size:20px;
	line-height:22px;
	border-right:1px solid #000;
	padding:9px 40px;
}

.select_chart_options
{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
	align-items:center;
	width:100%;
}

.jump_to_slide
{
	display:flex;
	height:45px;
	align-items:center;
	cursor:pointer;
	border-right:1px solid #000;
	padding:9px 40px;
	text-align:center;
	color:#525252;
	justify-content:center;
	width:20%;
	margin-bottom:10px;
}

.jump_to_slide.active_chart
{
	text-decoration:underline;
	text-decoration-color:#019680;
	text-decoration-thickness: 2px;
}

.jump_to_slide:hover
{
	color:#d3d3d3;
}

#graphs .slick-track
{
	/*height:auto;*/
	min-height:630px;
}


#graphs .slick-next
{
	position:absolute;
	right:-30px;
	top:calc(50% - 30px);
	z-index:1000;
	cursor:pointer;
	font-size:60px;
	line-height:60px;
	font-weight:100;
}

#graphs .slick-prev
{
	position:absolute;
	left:-30px;
	top:calc(50% - 30px);
	z-index:1000;
	cursor:pointer;
	font-size:60px;
	line-height:60px;
	font-weight:100;
}

.slick-initialized .slick-slide
{
	display:flex !important;
}

.goog-menu.goog-menu-vertical
{
	height:300px;
	overflow:auto;
}

.chart_title
{
	text-align:left;
	font-weight:300;
	font-size: 28px;
	line-height: 28px;
	margin-bottom:10px;
	font-family:BrownPro;
}

.chart_title strong
{
	font-weight:bold;
}

.chart_source
{
	font-style:italic;
	font-size:80%;
	text-align:left;
	font-family:BrownPro;
}

.dashboard_select_drop_down 
{
	text-align:center;
	display:flex;
	width:1260px;
	margin-right:auto;
	margin-left:auto;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:10px 0px;
}

.dashboard_select_drop_down  h2
{
	margin-right:20px;
}

.dig_deeper
{
	width:100%;
	background-color:#eee;
	
	font-family:BrownPro;
}

.dig_deeper_wrap
{
	width:1260px;
	margin-right:auto;
	margin-left:auto;
	display:flex;
}

.dig_deeper_wrap div.dig_deeper_column
{
	width:50%;
	padding-right:20px;
	padding-top:45px;
	padding-bottom:45px;
}

.dig_deeper_wrap div.dig_deeper_column:last-child
{
	padding-left:20px;
	border-left:1px solid #fff;
}

.active_indicator
{
	padding:10px 40px 10px 20px;
	background-color: #525252;
	color: #fff;
	cursor:pointer;
	position:relative;
}

.active_indicator.indicator_loading
{
	opacity:.25;
}

.active_indicator i
{
	margin-left:5px;
}

.active_indicator_dropdown
{
	position:absolute;
	top:100%;
	width:100%;
	background:#999;
	z-index:1000;
	left:0px;
	display:none;
	cursor:default;
}

.active_indicator_dropdown span
{
	padding:10px 20px;
	display:block;
	cursor:pointer;
	
}

.active_indicator_dropdown span:hover
{
	background-color: #525252;
}

.legend_box
{
	width:175px;
	box-shadow:1px 1px 3px 0 #aaa;
	background:#fff;
	font-size:16px;
	color:#333;
	font-family:Brownpro, sans-serif;
	margin:20px;
	padding:10px 20px 20px 10px;
	align-self:flex-start;
}

.legend_box h2
{
	margin-bottom: 20px;
	color: #019680;
	font-size: 16px;
	font-weight: 700;
	line-height:20px;
}

.graph_box
{
	width:1065px;
}

/* End New Dashboard Section */ 


/* New Home Page Template */

.home_2021_hero
{
	width:100%;
	height:400px;
	background-position:50% 50%;
	background-size:cover;
	display:flex;
	flex-direction:column;
	justify-content:center;
	padding:0px 60px;
	margin-bottom:20px;
	font-family:BrownPro;
}

.home_2021_hero_wrapper
{
	width:1260px;
	margin-right:auto;
	margin-left:auto;
}

.home_2021_hero_box
{
	padding:20px;
	width:450px;
	position:relative;
	margin-left:60px;
}

.home_2021_hero_box h1
{
	color: #fff;
	font-size: 50px;
	line-height: 52px;
	border-bottom:1px solid #fff;
	margin-bottom:10px;
	padding-bottom:20px;
	z-index:50;
	position:relative;
}

.home_2021_hero_box p
{
	color:#fff;
	position:relative;
	z-index:50;
	margin-bottom:30px;
}

.dashboard_hero .data_home
{


}

.home_2021_header
{
	font-family:BrownPro;
	text-align:Center;
	text-transform:uppercase;

}

.home_2021_slider
{
	width:1260px;
	margin-right:auto;
	margin-left:auto;
	font-family:BrownPro;
	margin-bottom:30px;
}

.home_2021_slider .slider_overlay
{
	position:absolute;
	bottom:0px;
	right:0px;
	left:0px;
	min-height:200px;
	width:auto;
	display:flex;
	background-color:rgba(31, 31, 31, 0.86);
	padding:0px;
	color:#fff;
}

.slider_half_2021
{
	width:50%;
	position:relative;
	min-height:200px;
	display:flex;
	padding:30px 20px;
	flex-direction:column;
	justify-content:center;
}



.slider_half_2021 p
{
	position:relative;
	z-index:50;
}

.slider_half_2021 h2
{
	position:relative;
	z-index:50;
}

.slider_half_2021 a
{
	position:relative;
	z-index:50;
	align-self:flex-start;
}

.slider_half_2021 .news_button
{
	background-color:#fff;
	color:#1f1f1f;
}

.slider_half_2021:first-child
{
	padding-right:80px;
}

.slider_half_2021:last-child
{
	padding-left:80px;
}

.sub_header_2021
{
	color:#333;
}

.home_2021_core_areas
{
	background-color:#e4e4e4;
	padding-top:30px;
	padding-bottom:50px;
	font-family:BrownPro;
}

.home_2021_core_container
{
	width:1260px;
	margin-right:auto;
	margin-left:auto;

}

.home_2021_core_areas h2, .home_2021_article_container h2, .home_2021_resources_container h2
{
	text-align:center;
	font-size: 38px;
	line-height: 44px;
	margin-top: 20px;
	margin-bottom:30px;
	width:100%;
	text-transform:uppercase;
	font-family:Brownpro, sans-serif;
}

.home_2021_core_boxes
{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.home_2021_core_box
{
	height:500px;
	width:49%;
	background-size:cover;
	background-position:50% 50%;
	margin-bottom:40px;
}

.home_2021_core_box_top
{
	visibility:hidden;
	height:320px;
	padding:20px;
	color:#fff;
	opacity:0.8;
	
}
.home_2021_core_box_top p
{
	font-size:16px;
}
.home_2021_core_box:hover .home_2021_core_box_top
{
	visibility:visible;
	opacity:0.8;
	
}

.home_2021_core_box_bottom
{
	height:180px;
	padding:10px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.home_2021_core_box_bottom a
{
	color:#fff;
}

.home_2021_core_box_bottom h3
{
	color: #fff;
	font-size: 30px;
	line-height: 32px;
	text-align: center;
	margin-top:0px;
	text-align:center;
}

.home_2021_article_section
{
	
}

.home_2021_article_container
{
	width:1260px;
	margin-right:auto;
	margin-left:auto;
}

.home_2021_article
{
	display:flex;
}

.home_2021_article .article_img
{
	height:250px;
	background-size:cover;
	background-position:50% 50%;
}

.home_2021_article  .article_heading
{
	font-size: 28px;
	line-height: 32px;
	
}

.home_2021_article  .article_heading a
{
	color:#0a369d;
}

.home_2021_article .authordate
{
	font-weight:normal;
}

.home_2021_article .article_paragraph
{
	line-height:22px;
}

.home_2021_resources_container
{
	width:1260px;
	margin-right:auto;
	margin-left:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-bottom:30px;
}

.resource_2021
{
	width:200px;
	height:200px;
	border:4px solid #000;
	display:flex;
	justify-content:center;
	align-items:center;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	color:#333;
}

.resource_2021 a
{
	color:#333;
}

.resource_2021.resource_framework
{
	border-color:#c73a22;
	
}

.resource_2021.resource_dashboard
{
	border-color:#d1a307;
	
}

.resource_2021.resource_videos
{
	border-color:#4ca640;
	
}

.resource_2021.resource_reports
{
	border-color:#0c3699;
	
}

.resource_2021.resource_tools
{
	border-color:#424f87;

}

.donate_section
{
	
	background-image:linear-gradient(180deg, rgba(0, 93, 119, 0.71), rgba(0, 93, 119, 0.71)),url('../images/donate_background.jpg');
	background-size:cover;
	background-position:50% 50%;
	padding:30px 0px;
}

.donate_container
{
	width:900px;
	margin-right:auto;
	margin-left:auto;
	display:flex;
	font-family:BrownPro;
	justify-content:space-between;
}

.donate_container p
{
	max-width: 600px;
	color: #fff;
	font-size: 30px;
	line-height: 32px;
}

.donate_button_2021
{
	padding: 20px 60px;
	font-size: 30px;
	font-weight: 300;
	border-style: solid;
	border-width: 1px;
	border-color: #0084a7;
	border-radius: 0px;
	background-color: #fff;
	color: #0084a7;
	align-self:center;
	font-weight:300;
}

/* End New Home Page Template */


.responsive-youtube-wrapper
{
	width:100%;
	margin:10px auto;
}

.responsive-youtube
{
	position:relative;
	padding-bottom:56.25%;
	height:0;
}

.responsive-youtube iframe
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}


.tribe-events .tribe-events-c-view-selector__button
{
	display:none;
}


.tribe-events .tribe-events-c-top-bar__datepicker-button, .tribe-events .tribe-events-c-top-bar__nav-link, .tribe-events .tribe-events-c-nav__next, .tribe-events .tribe-events-c-nav__prev, .tribe-events-c-subscribe-dropdown button
{
	background-color: #424f84;
	font-family: Brownpro, sans-serif;
	padding:15px 25px;
	border-radius:0px;
	border-width:0px;
	color:#fff;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container
{
	padding-top:0px;
}

.tribe-events .tribe-events-calendar-list__month-separator
{
	font-family: Brownpro, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	padding-bottom: 0px;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details, .tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-latest-past__event-details
{
	width:100%;
}

.tribe-common .tribe-common-c-svgicon--messages-not-found
{
	display:none;
}

.tribe-events .tribe-events-calendar-latest-past__event-date-tag-datetime, .tribe-events .tribe-events-calendar-list__event-date-tag-datetime
{
	font-size:24px;
	line-height:30px;
}


.news_section .single_article_content.event_single
{
	width:100%;
}


#tribe-events-pg-template.tribe-events-pg-template
{
	padding-top:0px;
}

.tribe-events-visuallyhidden
{
	display:none;
}

.tribe-events .tribe-events-calendar-list__event-wrapper
{
	padding-left:25px;
}



.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-featured-image-wrapper
{
	width:100%;
}

.tribe-events-event-image img
{
	width:100%;
	height:auto;
}



@media only screen and (max-width: 1300px) {

	.home_2021_core_container
	{
		max-width:95%;
	}

	.home_2021_slider
	{
		max-width:95%;
	}
	
	.home_2021_article_container
	{
		max-width:95%;
	}
	
	.home_2021_resources_container
	{
		max-width:95%;
	}
	
	.resource_2021
	{
		margin-bottom:20px;
	}

	.home_2021_hero_wrapper
	{
		max-width:100%;
	}
	
	.dashboard_wrapper
	{
		width:95%;
		margin-right:auto;
		margin-left:auto;
	}
	
	.dashboard_categories
	{
		justify-content:center;
	}
	
	.dashboard_category
	{
		width:31%;
		margin-right:1%;
		margin-left:1%;
	}
	
	.dashboard_category:nth-child(4n)
	{
		margin-right:1%;
	}
	
	.dashboard_hero_container
	{
		max-width:100%;
	}
	
	.dashboard_select_drop_down
	{
		max-width:100%;
	}
	
	#indicator_box
	{
		width:100%;
		margin-right:auto;
		margin-left:auto;
	}
	
	.graph_wrapper
	{
		width:95%;
		margin-right:auto;
		margin-left:auto;
	}
	
	.control_panel
	{
		width:95%;
		margin-right:auto;
		margin-left:auto;		
	}
	
	.dig_deeper_wrap
	{
		width:95%;
		margin-right:auto;
		margin-left:auto;
	}
	
	.footer_wrap
	{
		max-width:95%;
	}
	
	.footer_address
	{
		max-width:95%;
	}
	
	.copyright
	{
		max-width:95%;
	}
	
	.team_member_bottom
	{
		width:95%;
	}
	
	.general_2021_wrapper
	{
		width:95%;
	}
	
	.general_hero_container
	{
		max-width:100%;
	}

}

@media only screen and (max-width: 1200px) {
	
	.slider_overlay
	{
		width:60%;
	}
	
	#graphs .slick-prev
	{
		left:-10px;
	}
	
	#graphs .slick-next
	{
		right:-10px;
	}
	
	.jump_to_slide
	{
		width:25%;
	}
	
	.team_member_wrapper
	{
		width:95%;
		
	}
	


}

@media only screen and (max-width: 1051px)
{
	.tribe-events .tribe-events-l-container
	{
		padding-top:0px;
	}
}

	
@media only screen and (max-width: 1024px) {
	.main_nav{
		height:0px;
		transform:translateY(0px);
		margin-top: 0px;
		transition: all 500ms ease;
		overflow: hidden;
		text-align: center;
		position: absolute;
		left: -10px;
		right: -10px;
		top:62px;
		display: block;
		z-index:250;
	}
	
	.sub-menu li.mobile-only
	{
		display:inline-block;
	}
	
	.menu-main-menu-container
	{
		background-color:#C8C8C8;
	}
	
	.fa.hamburger{
		display: block;
		float: right;
		margin-right: 10px;
		margin-top: 10px;
		font-size: 26px;
		text-align:right;
	}
	.main_nav.open{
		margin-top: 0px;

		height:2000px;
		
	}
	.mobile-button-dropdown{
		z-index: 20;
	}
	
	nav ul li
	{
		width:100%;
		margin-left:0px;
		padding:15px 0px;
	}
	
	
	.menu-close-btn{
	display: none;
	}
	.menu-close-btn {
		display: block;
		top: 10px;
		position: absolute;
		right: 20px;
		border: 1px solid #333;
		border-radius: 10px;
		padding: 8px 10px;
		font-size: 12px;
		color: #333;
		background-color: transparent;
	}
	.mobile-dropdown-menu{
	display: block;
	width: 100%;
	height: 100%;
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color:#C8C8C8;
	}
	

	/* Overwriting the Menu styles for the mobile version*/
	.menu-item-has-children:hover ul.sub-menu 
	{
		display:none;
	}
	
	.menu-item-has-children:hover ul.sub-menu.open
	{
		display: block; 
		position:static;
		
	}
	
	.sub-menu.open
	{
		display: block; 
		position:static;
		text-align:center;
	}
	
	.wrapper{
		width: 96%;
	}

	
	.resource_2021
	{
		width:30%;
	}
	
	.donate_container
	{
		max-width:90%;
		flex-direction:column;
	}
	
	.donate_container p
	{
		max-width:100%;
		text-align:center;
		margin-bottom:20px;
	}

	.indicator_wrap
	{
		flex-direction:column;
	}
	
	.indicator_wrap .indicator_text
	{
		width:100%;
	}
	
	.indicator_wrap img
	{
		width:100%;
	}
	
	.dashboard_categories_bar a
	{
		display:flex;
		align-items:center;
	}
	
	.jump_to_slide
	{
		padding:9px 15px;
	}
	
	.footer_col_left
	{
		width:100%;
		float:none;
	}
	
	.footer_col_right
	{
		width:100%;
		float:none;
	}
	
	.team_member_bottom
	{
		flex-wrap:wrap;
	}
	
	.team_member_bottom .team_member_bottom_content
	{
		width:100%;
	}
	
	.bottom_call_out_box
	{
		width:100%;
		margin-top:25px;
		border-left-width:0px;
	}
	
	.bottom_call_out_box_content
	{
		margin-right:auto;
		margin-left:auto;
		
		
	}
	
	.resources_boxes
	{
		flex-wrap:wrap;
		justify-content:center;
		
	}
	
	.resources_boxes div
	{
		width:30%;
		margin-right:1%;
		margin-left:1%;
		margin-bottom:20px;
	}
	
	.footer_col_left > div
	{
		width:25%;
	}
	
	
}

@media only screen and (max-width: 960px){
	.team_member_wrapper
	{
		width:624px;
	}
	#mc_subheader {
    width: 90%;
    display: block;
    float: none;
    margin: 0 auto;
	}
	#mc_subheader p{
		padding-right: 0px;
	}
	.mc_form_inside{
		width: 100%;
	}
	.mc_input{
		float: none;
		width: 90% !important;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	#mc_signup_form .mc_var_label {
    width: 90%;
    float: none;
    line-height: 40px;
    color: #fff;
	margin: 0 auto;
	display: block;
	}
	#mc_signup_submit{
		margin: 0 auto;
	}
	.image-2{
		width: 100%;
	}
	.donate_col_right .image{
		width: 100%;
	}
	.donate_row{
		margin-bottom: 50px;
	}
	.mixed_section{
		margin-bottom: 50px;
	}
	.article_section{
		margin-top: 25px;
	}
	.col_left_image_container{
		height: 250px;
	}
	.page_row{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.cta_blocks {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.left_heading.alt {
    width: 100%;
	}
	.right_content.alt {
    width: 100%;
    padding: 0px;
    font-family: Brownpro, sans-serif;
	}
	.right_overlay{
		padding: 0px;
	}
	.page_row_content{
		margin-left: 0px;
		margin-right: 0px;
	}
	.user_content p, .user_content ul{
		padding-right: 0px;
	}
	.faq_right{
		padding-left: 0px;
		padding-right: 0px;
	}
	.framework_image_container{
		height: auto;
	}
	.report_image{
		
	}
	.right_news_wrap.alt{
		margin-bottom: 0px;
	}
	.right_news_wrap,
	.news_image_left{
		width: 100%;
		padding-left: 0px;
	}
	.back_btn.full-width{
		width: 100%;
	}
	.wpcf7-form{
		width: 100%;
	}
	.connect_page #mc_signup_submit{
		margin-left: auto;
		margin-bottom: 10px;
	}
	.page_row.donate {
    float: left;
    width: 100%;
	padding: 0px;
	}
	.donate img{
		padding-bottom: 10px;
	}
	.program_button{
		margin-bottom: 10px;
	}
	.right_content.alt3{
		padding-left: 0px;
		padding-right: 0px;
	}
	.fa.fa-file-pdf-o {
    padding-right: 10px;
    padding-bottom: 20px;
	}
	
	.sponsor_logo_box {
		width: 50%;
		float: left;
		padding: 30px 0px;
		min-height: 300px;
	}
	
	#research {
		margin-left: -310px;
		margin-bottom: 60px;
	}
	
	.slick-initialized .slick-slide
	{
		flex-direction:column-reverse;
	}
	
	.legend_box
	{
		width:95%;
		margin:20px auto;
	}
	
	.single-dashboard .dashboard_wrapper
	{
		margin-bottom:0px;
	}
	
	.graph_box
	{
		width:100%;
	}
	
	#graphs .slick-track
	{
		height:auto;
	}
	
	.up_down
	{
		width:47%;
		margin-right:6%;
	}
	
	.up_down:nth-child(3n)
	{
		margin-right:6%;
	}	
	
	.up_down:nth-child(2n)
	{
		margin-right:0%;
	}
	
	.publication_row
	{
		flex-direction:column;
	}
	
	.report_image
	{
		width:100%;
		margin-bottom:30px;
	}
	
	.report_info
	{
		width:100%;
	}
	
	.report_image.auto
	{
		margin-right:auto;
		margin-left:auto;
		width:50%;
	}
	
	.report_image.auto img
	{
		display:block;
		margin-right:auto;
		margin-left:auto;
		height:auto;
	}
	
	.report_info.wide
	{
		width:100%;
	}
	
	
}

@media only screen and (max-width: 896px) {
	#research {
		margin-left: -290px;
	}
	
	.home_2021_core_boxes
	{
		justify-content:center;

	}
	
	.home_2021_core_box
	{
		width:48%;
		margin-bottom:30px;
		margin-right:1%;
		margin-left:1%;
	}
	
	.slider_half_2021:first-child
	{
		padding-right:40px;
	}

}

/*@media only screen and (max-width: 892px) {
	#research {
		margin-left: -290px;
	}

}*/

@media only screen and (max-width: 831px) {
	#research {
		margin-left: -270px;
	}

}

@media only screen and (max-width: 776px) {
	#research {
		margin-left: -250px;
	}
	
	.dashboard_category
	{
		width:48%;
	}
	
	.dashboard_categories_bar
	{
		flex-wrap:wrap;
	}
	
	.dashboard_categories_bar a
	{
		width:30%;
		justify-content:center;
		margin-bottom:10px;
	}
	
	.jump_to_slide
	{
		width:33%;
	}
	
	.filter_div
	{
		width:40%;
	}
	
	#tab_content
	{
		width:60%;
	}

}

@media only screen and (max-width: 768px){
	.ism-slider li.ism-slide{
	width: 100% !important;
	}
	.event_month_title,
	.month_control_row,
	.single_section_right table{
	display: none;
	}
	.fa.fa-caret-right {
    padding-right: 10px;
	}
	.upcoming_event_title{
	display: block;
	}
	.upcoming_event {
    display: block;
	font-size: 18px;
	margin-bottom: 25px;
	}
	.event_link_wrap{
		text-align: center;
	}
	.slider_overlay{
		width: 100%;
		bottom:0px;
	}
	.heading{
		font-size: 22px;
		line-height: normal;
	}
	.vid_right{
		width: 100%;
	}
	.donate_col_left{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		float: none;
		text-align: left;
	}
	.donate_col_right{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.vid_left{
		width: 90%;
		text-align: left;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.article_img {
		float: none;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 25px;
	}
	.article_info{
		float: none;
		width: 90%;
		display: block;
		padding: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	.newsletter_left{
		width: 90%;
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.newsletter_paragraph{
		padding: 0px;
	}
	.newsletter_right{
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.report_col_left{
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
		margin-bottom: 25px;
	}
	.report_col_right{
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.footer_col_left{
		width: 100%;
		float: none;
	}
	.nav_left,
	.nav_right{
		width: 90%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		float: none;
		text-align: center;
	}
	.footer_col_right{
		width: 100%;
		display: block;
		float: none;
		text-align: center;
	}
	.footer_logo_2,
	.footer_logo_1{
		float: none;
	}
	ul.nav_left li a,
	ul.nav_right li a{
		padding-top: 15px;
		padding-bottom: 15px;
		display: block;
	}
	.social_btn_wrap{
		padding-right: 10px;
	}
	.wrapper{
		width: 90%;
	}
	.page_row_title{
		width: 100%;
		float:none;
	}
	.page_row_content{
		width: 95%;
		display: block;
		margin-left: 0px;
		margin-right: 0px;
		float:none;
	}
	.heading_option_1, .heading_option_1_single {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.cta_block{
		width:100%;
		padding-left: 0px;
		padding-right: 0px;
		height: 130px;
	}
	.mission_cta{
		font-size: 20px;
	}
	.interior_cta_text{
		display: none;
	}
	.archive_title{
		width: 100%;
		margin-bottom: 10px;
	}
	.status{
		padding-left: 0px;
		margin-bottom: 10px;
	}
	.charter_button{
		float: left;
		width:100%;
	}
	
	.charter_button a
	{
		float:none;
	}
	
	.category_archive{
		width: 100%;
		margin-bottom: 10px;
		padding-left: 0px;
	}
	.col_left{
		width: 100%;
	}
	
	#tribe-events-bar
	{
		width:100%;
		float:none;
	}
	
	#tribe-events-content
	{
		width:100%;
		float:none;
	}
	
	.months_text{
		padding-right:0px; 
	}
	.back_btn,.back_btn.flex_start{
		margin-left: auto;
		margin-right: auto;
		display: block;
		align-self:center;
		width:100%;
		
	}
	.single_article_content, .news_section .single_article_content{
		width: 100%;
		margin-top: 25px;
	}
	.single_section_right{
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.connect_form{
		width: 100%
	}
	.col_left_image{
		width: 100%;
	}
	.col_left_image_container{
		width: 100%;
	}
	.right_overlay{
		width: 100%
	}
	.left_heading{
		width: 100%
	}
	.right_content{
		width: 100%;
	}
	.tablink{
		text-align: left;
	}
	.report_image{
		width: 100%;
	}
	.report_info{
		width: 100%;
		padding-left: 10px;
	}
	.report_header{
		font-size: 24px;
	}
	.data_content_left{
		width: 100%;
	}
	.data_image_grid{
		width: 100%;
		padding-left: 15px;
	}
	.image_left{
		width: 100%;
	}
	.report_info.alt{
		width: 100%
	}
	.faq_left{
		width: 100%;
	}
	.faq_right{
		width: 100%
	}
	.single_section {
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 20px;
	}
	.single_section.news_section
	{
		flex-direction:column;
	}
	.tribe-events .tribe-events-l-container
	{
		padding-top:0px;
	}
	
	.tribe-events .tribe-events-calendar-latest-past__event-wrapper
	{
		padding-left:25px;
	}
	
	.event_text {
		margin-top: 15px;
	}
	
	.right_content
	{
		margin:10px 0px;
	}
	
	.slick-dots
	{
		display:none !important;
	}
	
	.sponsor_logo_box {
		width: 100%;
		float: none;

	}
	
	.sponsor_logo_box img
	{
		max-width:80%;
		height:auto;
	}	
	
	#research {
		margin-left: 0px;
		font-size: 30px;
		margin-bottom: 40px;
	}
	
	.home_2021_article
	{
		flex-direction:column;
	}
	
	.home_2021_resources_container
	{
		justify-content:center;
	}
	
	.resource_2021
	{
		width:48%;
		margin-right:1%;
		margin-left:1%;
	}
	
	.jump_to_slide
	{
		
		height:65px;
	}
	
	.dig_deeper_wrap
	{
		flex-direction:column;
	}
	
	.dig_deeper_wrap div.dig_deeper_column
	{
		width:100%;
	}
	
	.dig_deeper_wrap div.dig_deeper_column:last-child
	{
		padding-left:0px;
		border-left-width:0px;
	}
	
	.dig_deeper_wrap div.dig_deeper_column
	{
		padding-right:0px;
	}
	
	.resources_boxes
	{
		flex-wrap:wrap;
		justify-content:center;
		
	}
	
	.resources_boxes div
	{
		width:47%;
		margin-right:1%;
		margin-left:1%;
		margin-bottom:20px;
	}
		
	.dashboard_hero
	{
		height:auto;
		padding-top:20px;
		padding-bottom:20px;
	}
	
	
}


@media only screen and (max-width: 650px){
	.team_member_wrapper
	{
		width:312px;
	}
	
	.home_2021_core_boxes
	{
		flex-direction:column;
	}
	
	.home_2021_core_box
	{
		width:100%;
	}
	
	.home_2021_slider .slider_overlay
	{
		flex-direction:column;
	}
	
	.slider_half_2021
	{
		width:100%;
	}
	
	.slider_half_2021:nth-child(2)
	{
		display:none;
	}
	
	.home_2021_hero_box
	{
		width:400px;
		margin-left:0px;
	}
	
	.home_2021_hero, .dashboard_hero
	{
		width:100%;
		padding-left:0px;
		padding-right:0px;
	}
	
	.home_2021_hero_wrapper
	{
		max-width:95%;
		margin-right:auto;
		margin-left:auto;
	}
	
	.dashboard_hero .data_home
	{
		max-width:95%;
	}
	
	
	.graph_box tr
	{
		display:flex;
		flex-direction:column;
	}
	
	.graph_box tr td
	{
		width:100%;
	}
	
	.graph_selector
	{
		flex-direction:column;
	}
	
	.graph_selector strong
	{
		border-right-width:0px;
	}
	
	.footer_col_left
	{
		flex-wrap:wrap;
	}
	
	.footer_col_left > div
	{
		width:33%;
	}
	
	.up_down
	{
		width:100%;
		margin-right:0%;
	}
	
	/*.up_down:nth-child(3n)
	{
		margin-right:6%;
	}	
	
	.up_down:nth-child(2n)
	{
		margin-right:0%;
	}*/	
	
	.team_member_bottom_column
	{
		width:100%;
		padding-left:0px;
		padding-right:0px;
		border-right-width:0px;
	}
	
	.team_member_bottom_column.right_border
	{
		border-right-width:0px;
	}
	
	.general_2021_container
	{
		flex-direction:column;
	}
	
	.general_2021_column
	{
		width:100%;
	}
	
	.general_2021_text.donate_text
	{
		width:100%;
	}
	
	.general_2021_column.first_column
	{
		padding-right:0px;
		border-right-width:0px;
	}
	
	.general_2021_column.second_column
	{
		padding-left:0px;
	}
	
	.general_2021_text
	{
		width:100%;
		padding-right:0px;
	}
	
	.general_2021_image
	{
		width:100%;
		
	}
	
	.cta_block_2021
	{
		width:100%;
		margin-bottom:20px;
	}
	
	.up_down:nth-child(3n)
	{
		margin-right:0px;
	}
	
	.single_section.news_section
	{
		flex-direction:column;
	}
	
	.news_section .single_article_content
	{
		width:100%;
	}
	
	.home_2021_core_box
	{
		margin-left:0px;
		margin-right:0px;
	}
	
	.footer_col_left > div
	{
		width:50%;
		margin-bottom:25px;
	}
	
	.compact-archives
	{
		display:none;
	}
	
	.tab_menu
	{
		flex-direction:column;
	}
	
	.filter_div
	{
		width:100%;
		margin-bottom:20px;
	}
	
	#tab_content
	{
		width:100%;
	}
	
	.donate_2021_image
	{
		width:100%;
	}
	
}


@media only screen and (max-width: 600px)
{
	.cta_blocks_2021
	{
		flex-direction:column;
	}

	.general_hero_box
	{
		max-width:100%;
	}
	
	.general_hero
	{
		padding:0px 30px;
	}

	.single_article_content
	{
		display:flex;
		flex-direction:column-reverse;
	}
	
	.single_article_content .single_content_column  
	{
		width:100%;
		padding-right:0px;
	}
	
	.single_article_content .newsletter_header_image
	{
		width:100%;
		height:auto;
		max-width:100%;
	}

}
@media only screen and (max-width: 480px)
{
	.home_2021_hero_box
	{
		width:95%;
	}
	
	.resource_2021
	{
		width:95%;
	}
	
	.dashboard_category
	{
		width:100%;
		margin-right:0%;
		margin-left:0%;
	}
	
	.jump_to_slide  
	{
		width:50%;
	}
	
	.dashboard_diamond
	{
		display:none;
	}
	
	.footer_col_left > div
	{
		padding-right:20px;
	}		
	
	
}


@media only screen and (max-width: 320px){
	.team_member_wrapper
	{
		width:90%;
	}
}


