/*
	Theme Name: Basic theme
	Theme URI:
	Description: Basic Blank WordPress Theme
	Version: 1.0.0
	Author:
	Author URI:
	Tags:
*/

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
/*image styling*/
.alignnone {
	margin:15px 0px 30px 0;
}
p img.alignnone{
	margin:15px 0px 0px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
/*comment styling*/
/*comment*/
#comment-section p{
    margin-bottom: 10px;
}
#comment-section p label {
    display: block;
    font-size: 14px;
}
#comment-section p#form-allowed-tags{
    display: none;
}
#comment-section form#commentform input[type="text"],
#comment-section form#commentform textarea {
  background: #f6f6f6;
  border: 1px solid #cecece;
  border-radius: 3px;
  box-shadow: inset 1px 1px 3px rgba(0,0,0,.12);
  height: auto;
  letter-spacing: 1px;
  outline: none;
  padding: 0 8px;
}
#comment-section form#commentform input[type="text"]{
  width: 30%;
}
#comment-section form#commentform textarea{
    padding: 10px;
    width: 60%;
    height: 120px;
}
#comment-section form#commentform input[type="text"]:focus,
#comment-section form#commentform textarea:focus{
  background: #eef7fc;
  border: 1px solid #75b1d9;
  box-shadow: none;
}
#comment-section h3 {
    margin: 0 0 20px;
    font-size: 18px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
}
#comment-section ul li {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
#comment-section ul li:last-child{
    border: none;
}
#comment-section ul {
    padding: 0;
    margin: 0;
}
#comment-section figure{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    float: left;
    margin-right: 12px;
}
#comment-section figure img{
    max-width: 100%;
    height: auto;
}
#comment-section .comment-detail{
    float: left;
}
#comment-section .comment-meta cite{
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 22px;
}
#comment-section .comment-meta a{
    font-weight: normal;
    color: #ccc;
}
#respond{
    margin-top: 30px;
}
#comment-section ul li.depth-2 {
  margin-left: 50px;
}
h1.title-latespost {
    margin: 0 0 30px;
    font-weight: normal;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 38px;
    font-weight: normal;
    color: #103b58;
}
.list-articles-author h2{
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
}
.list-articles-author h2 a:hover{
    color: #103b58;
}
.list-articles-author header{
	margin: 0 0 15px;
}
.list-articles-author header span{
    color: #cc995d;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}
ul.list-articles-author {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.list-articles-author li article{
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #103b58;
}
ul.list-articles-author li article p{
	margin: 0 0 10px;
}
.sidebar-widget .title-widget {
  border-bottom: 1px solid #d2d2d2;
}

/*------------------------------------*\
    NAV and SUB NAV
\*------------------------------------*/
.sidebar-navigation li.current_page_item a{
    background-color: #ebf5fc;
    color: #0072bc;
}
.list-link-light li.dark a{
	text-transform: uppercase;
    color: #9fa4a8;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}
.list-link-light li.dark a:hover{
	color: #f4f4f4;
}

/*main nav*/
.main-navigation ul li > ul.sub-menu li > a {
    padding-left: 15px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*heading*/
.content-article .single-article h1,
.content-article .single-article h2,
.content-article .single-article h3,
.content-article .single-article h4,
.content-article .single-article h5,
.content-article .single-article h6{
	font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: normal !important;
}
.content-article .single-article header h1,
.content-article .single-article header h2,
.content-article .single-article header h3,
.content-article .single-article header h4,
.content-article .single-article header h5,
.content-article .single-article header h6{
	font-family: "Montserrat", sans-serif;
    font-weight: bold;
}
/*home*/
.item-impact .impact-author figure img {
    width: 50px;
    height: 50px;
}
/*about-staff*/
.item-staff.last-3, .item-staff.last{ border-bottom: 1px solid #ddd; }
.item-staff.last{ border-right: 1px solid #ddd; }
.list-staff-socmed {
    overflow: hidden;
    margin: 30px 0 0;
}
.content-article .single-article h3.panel-title{
	font-family: "Montserrat", sans-serif;
}

.single-article .list-circle li{
  margin-bottom: 10px;
  line-height: 1.8;
}


/*gravity form*/
/*form subscribe footer*/
/*signup form*/
#form-updates {
    clear: both;
    text-align: center;
}
#form-updates .gform_wrapper .gform_heading,
#form-updates .gform_wrapper{
    max-width: 100%;
    width: 100%;
	margin: 0;
}
#form-updates .gform_wrapper span.gform_description{
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #9fa4a8;
  margin: 0 0 35px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}
#form-updates .gform_wrapper .top_label .gfield_label{
    display: none;
}
#form-updates .gform_body{
  max-width: 580px;
  margin: 0 auto;
  position: relative;
}
#form-updates input[type="text"]{
  width: 100%;
  padding: 1em;
  border: 1px solid #d1d1d1;
  height: 45px;
  line-height: 45px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: #212e36;
  border: none;
  margin: 0 0 10px;
  color: #fff;
}
#form-updates .ginput_container.ginput_container_email {
    width: 70%
}
#form-updates .gform_wrapper .gform_footer{
    padding: 0;
    margin: 0;
    width: 30%;
    position: absolute;
    right: 20px;
    bottom: 54px;
}
#form-updates input[type="submit"]{
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #212e36;
  background-color: white;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: none;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out;
}
#form-updates input[type="submit"]:hover{
  background-color: rgba(255, 255, 255, 0.6);
}
.gform_wrapper .ginput_complex label{
    display: none !important;
}
#form-updates .gform_wrapper .ginput_complex span{
    width: 100%;
    padding: 0;
}
#form-updates .gform_wrapper label.gfield_label+div.ginput_container {
    margin-top: 0;
}
#form-updates .ginput_container .gfield_checkbox li {
  color: #fff;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
#form-updates .ginput_container .gfield_checkbox li:hover {
  color: rgba(255, 255, 255, 0.4);
}
#form-updates .gfield_error .ginput_container .gfield_checkbox li {
  color: rgba(255, 255, 255, 0.8);
}

/*form contact*/
#form-contact .gform_wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
}
#form-contact .gform_wrapper .top_label .gfield_label{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    display: block;
    margin: 0 0 5px;
    text-transform: capitalize;
    font-weight: normal;
}
#form-contact input[type="text"],
#form-contact textarea{
    border-radius: 2px;
    width: 100%;
    padding: 1em;
    border: 1px solid #d1d1d1;
    height: 45px;
    line-height: 45px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#form-contact textarea{
    height: 100px;
}
#form-contact input[type="submit"]{
    font-size: 23px;
}
#form-contact .gform_wrapper .gform_footer{
    padding: 0;
    margin: 0;
}
#form-contact .gform_wrapper label.gfield_label+div.ginput_container{
    margin: 0 0 25px;
}

/*form donate*/
#form-donate .gform_wrapper{
    margin: 0;
    width: 100%;
    position: relative;
}
#form-donate input[type="text"]{
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 45px;
    border: 1px solid #d4d4d4;
    color: #0072bc;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 21px;
    width: 100%;
}
#form-donate .gform_wrapper .top_label #field_3_1 .gfield_label{
    position: absolute;
    width: 100%;
    text-indent: -999px;
}
#form-donate .gform_wrapper .top_label #field_3_1 .gfield_label:before,
#form-donate .gform_wrapper .top_label #field_3_1 .gfield_label:after{
    position: absolute;
    top: 5px;
    font-size: 21px;
    font-weight: normal;
}
#form-donate .gform_wrapper .top_label #field_3_1 .gfield_label:before{
    content: "$";
    left: 10px;
    text-indent: 0;
}
#form-donate .gform_wrapper .top_label #field_3_1 .gfield_label:after{
    content: "USD";
    right: 10px;
    text-indent: 0;
}
#form-donate .gform_wrapper .top_label #field_3_2 .gfield_label{
    display: none;
}
#form-donate .gform_wrapper .gfield_checkbox li label{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: black;
}
#form-donate input[type="submit"]{
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    background-color: #3c7da8;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    width: 100%;
    border: none;
    -webkit-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
#form-donate input[type="submit"]:hover{
    color: white;
    background-color: #f7941d;
}

/*form error*/
.gform_footer .gform_ajax_spinner{
  display: none;
}
.gform_wrapper div.validation_error {
    display: none;
}
.gform_wrapper .top_label .gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container{
    width: 100% !important;
    max-width: none !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required{
    margin: 0 !important;
    border: none;
}
#form-updates .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
    padding: 0 !important;
    padding-left: 18px !important;
    margin-top: -10px !important;
    margin-bottom: 3px !important;
}
#form-updates .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
  margin-top: 0 !important;
}
#form-updates .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description{
  padding-left: 0px !important;
  margin-bottom: 10px !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required{
  margin-top: 0;
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  background: transparent;
}
.gform_wrapper li.gfield.gfield_error {
  background-color: transparent !important;
  border: none !important;
  margin: 0 !important;
}
.gform_wrapper li.gfield.gfield_error{
  padding: 0 !important;
  border: none;
}
.gfield_description.validation_message{
  padding: 0 !important;
  margin: 0 0 10px 0 !important;
}
.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message,
.gform_wrapper div.validation_error{
  padding: 0 !important;
  color: #cc9933;
  font-style: italic;
  font-size: 12px;
  width: auto;
  float: left;
}
.gform_wrapper .top_label .gfield_error{
  width: 100%;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
  margin: 0 !important;
}
#form-updates .gform_wrapper .gfield_description.validation_message{
  padding: 0 !important;
  padding-left: 0 !important;
  margin-top: 0px !important;
  margin-bottom: 3px !important;
}
#form-updates .gform_wrapper .gfield_error .ginput_complex.ginput_container {
    width: 92% !important;
    margin: 0 auto !important;
}
/*end form error*/

/*loop and archive*/
.container-loop .loop-info {
    padding: 0 30px;
}
.container-loop .loop-info{
    margin: 0 -30px 10px -30px;
}
.container-loop .loop-info figure.alignleft{
    margin: 0 10px 20px 0;
}
.container-loop .loop-info h2 {
    font-weight: normal;
    font-family: "Montserrat", sans-serif;
    font-size: 23px;
}
.container-loop .loop-info p.meta-extra{
    color: #cc995d;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 5px;
}
.container-loop .loop-info ul.list-author li,
.container-loop .loop-info ul.list-author li a{
    display: inline-block;
}

article.article-loop {
    padding: 0 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

/*pagination*/
.wp-pagenavi a,
.wp-pagenavi span{
  width: 40px;
  display: inline-block;
  margin: 0 -1px;
  padding: 0;
}
.wp-pagenavi .last,
.wp-pagenavi .first{
	width: 100px;
  padding: 0 5px;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi span.extend{
  width: 50px;
}
.pagin-container .wp-pagenavi span.extend{
	background: transparent;
  color: #ccc;
  margin-left: 0px;
}

/* advocacy */
.advo header {
  margin-bottom: 30px;
}
.advo h2{
  margin: 30px 0;
  font-weight: normal;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
  font-weight: normal;
  color: #103b58;
  text-align: center;
}
.advo .panel {
  border-top: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}
.advo h3.panel-title{
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  margin-bottom: 10px;
}
.advo h3.panel-title:hover,
.advo h3.panel-title:focus
{
  color: #f7941d;
}
.advo .subauthor-info {
  margin-bottom: 25px;
}
.advo p.meta-extra{
  color: #cc995d;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 5px;
}
.advo p.author a{
  color: #000;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.pict-fb{
  width: 100%;
  margin-bottom: 10px;
}

.content-article .single-article h4{
  font-family: "Montserrat", sans-serif !important;;
  font-weight: bold !important;
}

/* GET INVOLVED */
.get-involved .box {
  border: 1px solid #ddd;
  text-align: center;
  padding: 20px;
}
.get-involved h2 {
  font-size: 18px;
}
.clear {
  clear: both;
}
.get-involved .btn-download {
  width: 283px;
  margin: 50px auto;
}
.get-involved .btn-download a {
    font-size: 17px;
}
.get-involved h1 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.5em;
}
.get-involved p img.alignnone {
    width: 700px;
}
.get-involved ol {
  padding-left: 15px;
}
.get-involved ol li {
  padding-left: 15px;
  line-height: 1.8em;
}

/** PAGE TAKE ACTION
===================================*/
.nav-sidebar .form-search {
  float: none;
  margin-bottom: 40px;
}
.nav-sidebar .form-search input {
  width: auto;
}
.nav-sidebar .form-search input[type="text"] {
  width: 100%;
  padding-left: 45px;
}
.nav-sidebar .form-search .icon-search {
  position: absolute;
  top: 12px;
  left: 15px;
  right: auto;
}
.nav-sidebar .form-search .icon-search:before {
  position: absolute;
  content: "\f002";
  font-family: "FontAwesome";
  color: black;
  font-size: 18px;
}

/*  BREADCRUMB  */
.page-breadcrumb {
  background-color: #103b58;
  padding: 30px 0;
  text-align: center;
}
.page-breadcrumb .title-breadcrumb {
  color: white;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
}
.page-breadcrumb .content-text {
  color: white;
  font-size: 20px;
  margin: 30px 0 50px;
  font-weight: 400;
  line-height: 1.4em;
}

.breadcrumb-list {
  background-color: #ededed;
  position: relative;
  font-size: 14px;
  padding: 10px 0;
}
.breadcrumb-list ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.breadcrumb-list li {
  display: inline-block;
}
.breadcrumb-list li:hover a, .breadcrumb-list li:focus a {
  color: #f7941d;
}
.breadcrumb-list li a {
  display: block;
  color: black;
}
.breadcrumb-list li.sep {
  margin: 0 10px;
  color: black;
}
.breadcrumb-list li span {
  color: #b2b2b2;
}

.page-breadcrumb .content-quote {
    font-size: 20px;
    font-style: italic;
    color: white;
    margin-top: 20px;
}
.page-breadcrumb .content-quote .author {
    display: block;
}
.page-breadcrumb .content-quote .posted {
    font-size: 13px;
    display: block;
    margin-top: 25px;
    font-style: normal;
}

/* NAV SIDEBAR */
.title-nav-sidebar {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 30px;
}
.sidebar-nav-simple {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.sidebar-nav-simple li {
  display: block;
}
.sidebar-nav-simple li:last-child a {
  border-bottom: 1px solid #e5e5e5;
}
.sidebar-nav-simple li:hover a, .sidebar-nav-simple li:focus a, .sidebar-nav-simple li.active a {
  color: black;
}
.sidebar-nav-simple li a {
  display: block;
  padding: 10px 10px 15px 25px;
  border-top: 1px solid #e5e5e5;
  color: #f7941d;
  position: relative;
}
.sidebar-nav-simple li a:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 40%;
  background-color: #f7941d;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  display: block;
}
.sidebar-nav-simple li.current_page_item a{
    color: #000;
}

.policy.sidebar-nav-simple li a {
  display: block;
  padding: 10px 10px 15px 10px;
  border-top: 1px solid #e5e5e5;
  color: #f7941d;
  position: relative;
}
.policy.sidebar-nav-simple li a:hover,
.policy.sidebar-nav-simple li.current_page_item a{
    color: #000;
}
.policy.sidebar-nav-simple li a:before {
  display: none;
}

/* POST ITEM */
.post-item {
  margin-bottom: 45px;
  overflow: hidden;
}
.post-item p {
  margin-bottom: 10px;
}
.post-item .entry-head {
  margin-bottom: 23px;
}
.post-item .meta-head {
  font-size: 13px;
  text-transform: uppercase;
}
.post-item .meta-head a, .post-item .meta-head span {
  color: black;
  display: inline-block;
  vertical-align: top;
  border-left: 1px solid #000000;
  padding: 0 5px;
}
.post-item .meta-head a:first-child, .post-item .meta-head span:first-child {
  padding-left: 0;
  border: none;
}
.post-item .meta-head a:hover {
  color: #0072bc;
}
.post-item h2 {
  margin: 0;
  margin-bottom: 14px;
  font: 400 22px/1.1 'Montserrat', sans-serif;
  text-align: left;
}
.post-item h2 a {
  color: black;
}
.post-item h2 a:hover {
  color: #0072bc;
  text-decoration: none;
}
.post-item .entry-content a {
  color: #0072bc;
  text-transform: uppercase;
}
.post-item p {
      line-height: 1.8;
}
header.faq {
  margin-bottom: 25px;
}


/* PAGE NEWSLETTER */
.btn-newsletters a {
  padding: 10px;
  background: #00aeef;
  color: #fff;
}
.btn-newsletters a:hover {
  background: #f7941d;
}
.newsletter.sidebar-nav-simple li a {
 display: block;
 padding: 10px 10px 15px 10px;
 border-top: 1px solid #e5e5e5;
 color: #f7941d;
 position: relative;
}
.newsletter.sidebar-nav-simple li a:before {
  display: none;
}
.newsletter.sidebar-nav-simple li a:hover, .newsletter.sidebar-nav-simple li.current_page_item a {
  color: #000;
}

/* override footer error */
#form-updates .gform_wrapper .gfield_error .ginput_complex.ginput_container {
  width: 100% !important;
}
#form-updates input[type="text"] {
  width: 100% !important;
}
#form-updates .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding-left: 0px !important;
}
#form-updates .ginput_container.ginput_container_email {
  width: 100%;
}
#form-updates .gform_wrapper .gform_footer {
  position: static;
  margin-top: 15px;
}
.footer-widget {
  background-color: #546570;
}

/* ========== start resources template knowledge base =========== */
.page-information {
  z-index: 20;
}
/* boxed layout */
.container.resource {
  padding: 0;
}
.container.resource .pakb-header {
  margin: 0 auto;
  margin-bottom: 30px;
  width: 60%;
  position: relative;
  top: -25px;
}
.container.resource .pakb-header form {
  position: relative;
}
.container.resource .pakb-header form ::-webkit-input-placeholder {
  font-size: 18px;
  color: black;
}
.container.resource .pakb-header form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 18px;
  color: black;
}
.container.resource .pakb-header form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 18px;
  color: black;
}
.container.resource .pakb-header form ::-ms-input-placeholder {
  font-size: 18px;
  color: black;
}
.container.resource .pakb-header form input[type="text"] {
  border-right: none;
}
.container.resource .pakb-header form input[type="submit"] {
  background-color: #0072bc;
  -webkit-transition: all 350ms ease-in-out;
          transition: all 350ms ease-in-out;
  border: none;
  color: white;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .5px;
}
.container.resource .pakb-header form input[type="submit"]:hover, .container.resource .pakb-header form input[type="submit"]:focus {
  background-color: #f7941d;
}
.container.resource .pakb-boxes {
  width: 85%;
  margin: 0 auto;
}
.container.resource .pakb-box {
  background: #fff;
  border: 1px solid #d6d6d6;
}
.container.resource .pakb-box .pakb-box-icon i, .container.resource .pakb-box > h2 {
  color: #000;
}
.container.resource .pakb-box-desc {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #999999;
}
.container.resource .pakb-box .pakb-view-all {
  padding-top: 27px !important;
}
/* list layout */
.container.resource .pakb-main.pakb-lists {
  width: 85%;
  margin: 0 auto;
}
.container.resource .pakb-main.pakb-lists .pakb-col-2 {
  background: #fff;
  border: 1px solid #d6d6d6;
  padding: 30px 0 20px;
  position: relative;
}
.container.resource .pakb-main.pakb-lists .pakb-col-2 > h2 {
  text-align: center;
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 20px;
}
.container.resource .pakb-main.pakb-lists .pakb-col-2 > h2 a {
  color: #000;
}
.container.resource .pakb-main.pakb-lists .pakb-col-2 > h2 a:hover {
  text-decoration: none;
}
.container.resource .pakb-main.pakb-lists .pakb-list {
  list-style: none outside none;
  margin: 0;
  margin-bottom: 40px !important;
  padding: 15px 50px !important;
}
.container.resource .pakb-main.pakb-lists .pakb-list li {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.container.resource .pakb-main.pakb-lists .pakb-list li i {
  color: #959292;
}
.container.resource .pakb-main.pakb-lists .pakb-list li a {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-style: normal;
  padding-left: 5px;
  color: #f7941d;
  font-size: 18px;
  display: inline-block;
}
.container.resource .pakb-main.pakb-lists .pakb-list li a:hover, .container.resource .pakb-main.pakb-lists .pakb-list li a:focus {
  color: #3c7da8;
  text-decoration: none;
}
.container.resource .pakb-main.pakb-lists .pakb-view-all {
  text-align: center;
  font-size: 12px;
  color: #999999;

  position: absolute;
  bottom: 30px;
  width: 100%;
}
.container.resource .pakb-main.pakb-lists .pakb-view-all a:hover, .container.resource .pakb-main.pakb-lists .pakb-view-all a:focus {
  color: #f7941d;
  text-decoration: none;
}
.container.resource .pakb-lists .pakb-view-all {
  padding-top: 20px;
}
.container.resource .pakb-archive {
  padding: 0px;
  margin: 0 0 10px;
}
.container.resource .pakb-single h2, .container.resource .pakb-single h3 {
  margin-bottom: 20px;
  font-weight: normal;
}
article.pakb-single {
  line-height: 1.8;
  padding: 0 0 30px;
}
@media ( max-width: 690px ) {
  .container.resource {
    padding: 15px;
  }
  .container.resource .pakb-header {
    width: 100%;
    margin-bottom: 120px;
  }
  .container.resource .pakb-header form input, .container.resource .pakb-header form .pakb-search > span {
    width: 100% !important;
  }
  .container.resource .pakb-header form input[type="text"] {
    border-right: 1px solid #d1d1d1 !important;
    display: block;
    position: absolute;
  }
  .container.resource .pakb-header form .pakb-search > span {
    display: block;
    position: absolute;
    top: 50px;
    width: 100%;
  }
  .container.resource .pakb-main.pakb-lists {
    width: 100%;
  }
}

/** REVISIONS - AAT
===================================*/
.content-article .single-article .staff-container > h3{
  font-weight: bold !important;
}
.content-article .single-article .staff-container .item-staff .subitem-staff h3,
.content-article .single-article .staff-container .item-staff .subitem-staff .title,
.content-article .single-article .staff-container .item-staff .subitem-staff .email
{
  font-size: 16px;
  color: #505050;
}
.content-article .single-article .staff-container .item-staff .subitem-staff:hover h3,
.content-article .single-article .staff-container .item-staff .subitem-staff:focus h3,
.content-article .single-article .staff-container .item-staff .subitem-staff:hover .title,
.content-article .single-article .staff-container .item-staff .subitem-staff:focus .title,
.content-article .single-article .staff-container .item-staff .subitem-staff:hover .email,
.content-article .single-article .staff-container .item-staff .subitem-staff:active .email{
  color: #f7941d;
}

article ul li,
article ol li{
    line-height: 1.8;
    margin-bottom: 8px;
}

.single-article header{
  margin-bottom: 25px;
}
.single-article header ~ .space30{
  height: 0;
}
@media(max-width: 995px){
  .nav-sidebar{
    padding-right: 15px !important;
  }
  .rwd-internal-nav .btn-internal-nav{
    margin-bottom: 0;
  }
 /* .rwd-internal-nav > ul{
    display: block !important;
    text-align: left;
    background: #EFEDEA;
    padding: 10px;
  }*/
  /*.rwd-internal-nav ul a{
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 5px;
  }*/

  .nav-sidebar .btn-blue{
      background: white;
      border: 1px solid #0072bc;
      color: #0072bc;
  }
}
@media(max-width: 990px){
  #form-updates .gform_body{
    margin-left: 0 !important;
  }
  #form-updates .gform_wrapper .gform_footer{
    width: 100%;
  }
  #form-updates input[type="submit"]{
    padding-left: 3em;
    padding-right: 3em;
    width: inherit;
  }
}

.content-article ul{
  margin-bottom: 18px;
}
.gform_wrapper label{
  font-weight: normal !important;
}

/* ========== end resources template knowledge base =========== */

/** NAV INNER
===================================*/
.nav-inner {
  border-top: 1px solid #506e82;
  padding-top: 5px;
  margin-top: 60px;
  text-align: left;
}
@media screen and (min-width: 40em) {
  .nav-inner {
    margin-bottom: -30px;
    text-align: center;
  }
}
.nav-inner ul {
  margin: 0;
}
.nav-inner ul li a {
  color: #6e8594;
  position: relative;
  display: block;
  padding: 8px 10px;
  border-bottom: 1px solid #506e82;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  overflow: hidden;
}
.nav-inner ul li a:before {
  content: '';
  height: 3px;
  width: 100%;
  background-color: #f65d0a;
  position: absolute;
  left: -200%;
  bottom: 0;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.nav-inner ul li a:hover, .nav-inner ul li a.active, .nav-inner ul li.current-menu-item a, .nav-inner ul li.current-cat a {
  color: white;
}
.nav-inner ul li a:hover:before, .nav-inner ul li a.active:before, .nav-inner ul li.current-menu-item a:before, .nav-inner ul li.current-menu-item a, .nav-inner ul li.current-cat a:before {
  left: 0;
}
@media screen and (min-width: 40em) {
  .nav-inner ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px;
  }
  .nav-inner ul li a {
    padding: 20px 0;
    border: none;
  }
}

/* Single
==============================*/
.container.single {
  position: relative;
  z-index: 9;
}
.entry-title, .container.single h2 {
    margin: 0;
    margin-bottom: 22px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 600;
    color: black;
}
.container.single article p {
  margin-bottom: 10px !important;
}

/* New Newsletter
==============================*/
.container.newslet-item-wrap {
  position: relative;
  z-index: 9;
}
.newslet-item-wrap {
  max-width: 1034px;
  margin: 0 auto 20px;
}
.newslet-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding: 0 15px;
  margin-bottom: 30px;
}
.newslet-row{ margin-bottom: 30px; }
.newslet-item a {
  color: #000000;
}
.newslet-item .blocked {
  display: inline-block;
  vertical-align: top;
  background-color: #f9f7f0;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
  border: 1px solid transparent;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  cursor: pointer;
}
.newslet-item:hover .blocked {
  border-color: #98e7c7;
}
.newslet-item figure {
  text-align: center;
}
.newslet-item .desc {
  padding: 30px 20px;
}
.newslet-item .desc .tag {
  margin-bottom: 20px;
}
.newslet-item .desc .tag span {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #acacac;
  text-align: center;
  color: #acacac;
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 15px;
  text-align: center;
  margin-right: 5px;
  margin-top: 5px;
}
.newslet-item .desc h3 {
  margin: 0;
  font-size: 25px;
  line-height: 1.2em;
  color: #000000;
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 22px;
}
.newslet-item .desc .read-more {
  color: #0054a6;
  font-size: 16px;
  display: block;
  margin-top: 8px;
}
.newslet-item .desc .read-more:hover {
  color: #546570;
  text-decoration: none;
}
.nav-inner .newslet-item-wrap{
  margin: 0 auto;
  padding: 0;
}
.nav-inner .newslet-item-wrap li{
  width: 33%;
  margin: 0;
  padding: 0 15px;
}
.nav-inner .newslet-item-wrap li a{ font-size: 20px; }
@media screen and (min-width: 40em) {
  .newslet-item {
      width: 48%;
  }
}
@media screen and (min-width: 62em){
  .newslet-item {
    width: 33%;
  }
}

/** ADD STYLE AAT
===================================*/
.content-article .single-article .staff-container > h3{
  font-weight: bold !important;
}
.content-article .single-article .staff-container .item-staff .subitem-staff h3,
.content-article .single-article .staff-container .item-staff .subitem-staff .title,
.content-article .single-article .staff-container .item-staff .subitem-staff .email
{
  font-size: 16px;
  color: #505050;
}
.content-article .single-article .staff-container .item-staff .subitem-staff:hover h3,
.content-article .single-article .staff-container .item-staff .subitem-staff:focus h3,
.content-article .single-article .staff-container .item-staff .subitem-staff:hover .title,
.content-article .single-article .staff-container .item-staff .subitem-staff:focus .title,
.content-article .single-article .staff-container .item-staff .subitem-staff:hover .email,
.content-article .single-article .staff-container .item-staff .subitem-staff:active .email{
  color: #f7941d;
}
.entry ul{
  list-style: none outside none;
  padding: 0;
  margin: 0;
}
.entry ul ul{
  padding-left: 20px;
}
.single-article header{
  margin-bottom: 25px;
}
.single-article header ~ .space30{
  height: 0;
}
@media(max-width: 995px){
  .nav-sidebar{
    padding-right: 15px !important;
  }
  .rwd-internal-nav .btn-internal-nav{
    display: none !important;
  }
  .rwd-internal-nav > ul{
    display: block !important;
  }
}
@media(max-width: 990px){
  #form-updates .gform_body{
    margin-left: 0 !important;
  }
  #form-updates .gform_wrapper .gform_footer{
    width: 100%;
  }
  #form-updates input[type="submit"]{
    padding-left: 3em;
    padding-right: 3em;
    width: inherit;
  }
}

@media(max-width: 1024px){

}

@media print {
  .nav-sidebar,
  .rwd-internal-nav,
  .footer-offset-right,
  .btn-rwd-sidebar {
    display: none;
  }
  .caption-banner {
    text-align: left;
    margin-left: 0;
  }
  .caption-banner .btn {
    padding-left: 0;
    margin-left: 5px;
  }
  .content-banner {
    padding: 30px 0;
  }
  .sidebar-widget-info .box-sidebar-widget {
    margin: 0;
    padding-bottom: 10px;
    padding-left: 0;
    text-align: left;
  }
  .sidebar-widget-info .box-sidebar-widget .icon-mix {
    width: 0;
    background-image: none;
  }
  .sidebar-widget-info .box-widget-info {
    padding-top: 0;
    text-align: left;
    padding-left: 10px;
  }
  .sidebar-widget .btn-fullwidth {
    text-align: left;
  }
  .header-content {
    float: left;
  }
  .sidebar-widget .title-widget {
    text-align: left;
    padding-left: 0;
  }
  .sidebar-widget .title-widget span {
    width: 0;
    height: 0;
    background-image: none;
  }
  .content-header {
    margin-bottom: 20px;
    text-align: left;
  }
  .item-impact .impact-content {
    padding-left: 0;
    text-align: left;
    padding-top: 0;
  }
  .item-impact .impact-author figure:after {
    border: none;
  }
  .item-impact .impact-author h3 {
    margin-left: 0;
    margin-top: 0;
  }
  .item-impact .impact-author .label {
    border: none;
  }
  .item-impact .impact-author .interests-field {
    padding-left: 0;
  }
  .content-impact ~ .clearfix ~ .space30 {
    display: none;
  }
  .content-donate {
    padding-top: 0;
  }
  .btn-fullwidth {
    text-align: left;
    width: inherit;
    padding-left: 0;
  }
  .btn-fullwidth span {
    padding-left: 0;
  }
  .widget-text .alignleft {
    display: none;
  }
  .widget-text p {
    margin-left: 0;
  }
  .footer-widget .widget-updates {
    padding-left: 0;
  }
  footer .form-updates {
    display: none;
  }
  .main-content {
    padding-top: 0;
  }
  .main-content .clearfix ~ .space30 {
    height: 0;
    display: none;
  }
  .rwd-internal-nav ~ .btn {
    display: none;
  }
  article {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .content-donate .space30,
  .content-donate .space15 {
    display: none;
  }
  article .collapse {
    height: inherit;
    display: block;
  }
  .item-staff {
    border: none !important;
    width: 50%;
    float: left;
  }
  .item-staff.in-middle {
    border: none !important;
  }
  article .panel-group {
    padding-left: 0 !important;
  }
  .page-breadcrumb .title-breadcrumb {
    text-align: left;
  }
  .form-search-resources {
    display: none;
  }
  .page-information {
    text-align: left;
    margin-top: 30px;
  }
  .search-resources-wrapper {
    display: none;
    top: 0;
  }
  .search-resources-wrapper ~ .space30 {
    display: none;
  }
  .item-resources header {
    text-align: left;
    border: none;
    padding: 0;
  }
  .item-resources .subitem-resources {
    border: none;
  }
  .list-resources {
    padding: 0;
  }
  .search-result-article .category {
    float: none;
    display: block;
    margin-bottom: 15px;
  }
  .search-result-article .subarticle {
    margin-left: 0;
  }
  .search-result-article header {
    margin-bottom: 0;
  }
  .custom-thumbnail .caption-content {
    top: 0;
    position: relative;
    bottom: 0;
    padding: 0;
    width: 100%;
  }
}

/** OUR WORK
===================================*/
.intro-ourwork .vid-work {
  background-color: #f3f3f3;
  overflow: hidden;
  padding: 15px;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.intro-ourwork .vid-work:hover {
  background-color: #DEDEDE;
}
.intro-ourwork .vid-work:hover .fa {
  background-color: #546570;
}
.intro-ourwork .vid-work a {
  color: black;
}
.intro-ourwork .vid-work figure {
  width: 140px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-right: 20px;
}
.intro-ourwork .vid-work figure .fa {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  background-color: #00aeef;
  text-align: center;
  width: 32px;
  height: 32px;
  border-radius: 5px;
  line-height: 30px;
}
.intro-ourwork .link-download {
  display: inline-block;
  margin-top: 15px;
}
.intro-ourwork .vid-worktext {
  overflow: hidden;
  padding-top: 21px;
}
.intro-ourwork .vid-worktext .small {
  font-size: 10px;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}
.intro-ourwork .vid-worktext h4 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.ourwork-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 36em) {
  .ourwork-item {
    width: 45%;
  }
}
@media screen and (min-width: 62em) {
  .ourwork-item {
    width: 33%;
  }
}
.ourwork-item .inside {
  background-color: white;
  padding: 25px 20px;
  border: 1px solid #cdcdcd;
  min-height: 280px;
}
.ourwork-item h3 {
  margin: 0;
  margin-bottom: 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
}

.title-post {
  margin: 0;
  margin-bottom: 18px;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.4em;
}
.our-work .main-content{
  z-index: 100;
}
.vid-work figure{
  position: absolute !important;
}
.vid-work iframe#video{
  float: left;
  margin-right: 20px;
}

/** CHECKBOX STYLE
===================================*/
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 2px;
  width: 17px; height: 17px;
  border: 1px solid #5D6F7B;
  background: #212e36;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
   -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.3);
   -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: 3px; left: 4px;
  font-size: 18px;
  line-height: 0.8;
  color: #f68e56;
  transition: all .2s;
   -webkit-transition: all .2s;
   -moz-transition: all .2s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #212e36;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px dotted #212e36;
}

/* hover style just for information */
label:hover:before {
 border: 1px solid #212e36!important;
}

.gform_wrapper .gfield_checkbox li label{
  padding-left: 27px !important;
  margin: 0 !important;
}
.gform_wrapper .gfield_radio li label{
  padding-left: 12px !important;
  margin: 0 !important;
}
.item-staff .staff-box {
  border: 1px solid #C9C9C9;
  margin-left: -1px;
  margin-top: -1px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
  min-height: 310px;
}
.item-staff .staff-box .staff-name {
  display: block;
  font-weight: bold !important;
}
.item-staff .staff-box .title, .item-staff .staff-box .email {
  display: block;
}
.item-staff .staff-box .title {
  font-size: 14px;
}
.item-staff figure {
  width: 120px;
  height: 120px;
}
@media (max-width: 992px) {
  .item-staff {
    float: left;
    width: 100%;
  }
  .item-staff figure {
    width: 170px;
    height: 170px;
  }
  .item-staff .staff-box .title {
    font-size: 18px;
  }
}

.home .author-content p{
  text-align: left !important;
  margin-bottom: 0px;
  line-height: 2em;
}
.events .panel-body p{
  text-align: left !important;
  margin-bottom: -2px;
  line-height: 2em;
}
.events .meta-extra .cat {
    background-color: #103b58;
    color: #fff;
    padding: 2px 8px;
    margin-left: 10px;
    font-weight: normal;
    font-size: 12px;
}
.author-events .alignleft.square img{
  border-radius: 0%;
}

/** DONATE
===================================*/
.thumb-circleRibbon {
  position: relative;
  width: 100%;
  max-width: 430px;
  z-index: 5;
  padding-bottom: 50px;
}
@media screen and (min-width: 62em) {
  .thumb-circleRibbon {
    float: left;
  }
}
.thumb-circleRibbon:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 430px;
  background: transparent url("assets/images/circle-frame.png") 0 0 no-repeat;
  background-size: contain;
  -moz-background-size: contain;
  -webkit-background-size: contain;
}
.thumb-circleRibbon figure {
  background-color: white;
  display: inline-block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  max-width: 399px;
  max-height: 465px;
}
.donate-desc {
  overflow: hidden;
}
.donate-desc h2, .donate-desc h3 {
  margin: 0;
  margin-bottom: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 600;
  color: black;
}
@media screen and (min-width: 62em) {
  .donate-desc {
    padding-top: 80px;
    padding-left: 63px;
  }
}

.donate-tabs {
  margin: 60px 0;
}
.donate-tabs .nav-tabs {
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (min-width: 28em) {
  .donate-tabs .nav-tabs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.donate-tabs .nav-tabs > li {
  float: none;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}
@media screen and (min-width: 28em) {
  .donate-tabs .nav-tabs > li {
    margin-right: 20px;
  }
}
.donate-tabs .nav-tabs > li:last-child {
  margin-right: 0;
}
.donate-tabs .nav-tabs > li > a {
  background-color: #f8f8f8;
  border: 1px solid #c5c5c5;
  text-transform: uppercase;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
@media screen and (max-width: 28em) {
  .donate-tabs .nav-tabs > li > a {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
}
.donate-tabs .nav-tabs > li.active > a, .donate-tabs .nav-tabs > li a:hover {
  background: #ffffff;
  border-color: #c5c5c5;
  border-bottom-color: white;
  color: #225f87;
}
.donate-tabs .tab-content {
  border: 1px solid #c5c5c5;
  background-color: white;
  padding: 25px;
  margin-top: -1px;
}
@media screen and (min-width: 28em) {
  .donate-tabs .tab-content {
    padding: 32px 45px 60px;
  }
}

.donate-price {
  margin-top: 20px;
  margin-bottom: 20px;
}
.donate-price ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-align-items: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media screen and (min-width: 38em) {
  .donate-price ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.donate-price ul li {
  display: block;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 38em) {
  .donate-price ul li {
    margin-right: 20px;
  }
}
.donate-price ul li:last-child {
  margin-right: 0;
}
.donate-price ul li a, .donate-price ul li button {
  background: none;
  border: none;
  margin: 0;
  display: block;
  width: 100%;
  background-color: #ffffff;
  padding: 13px 20px;
  font-size: 16px;
  color: #1e8aa1;
  background-color: white;
  border: 2px solid #1e8aa1;
  border-bottom: 5px solid #1e8aa1;
  line-height: 1em;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.donate-price ul li a:hover, .donate-price ul li a:focus, .donate-price ul li a:active, .donate-price ul li button:hover, .donate-price ul li button:focus, .donate-price ul li button:active {
  background-color: #1e8aa1;
  color: white;
  box-shadow: inset 0 0 15px 2px #156171, 0 0px 0px 3px #25A9BD;
  -moz-box-shadow: inset 0 0 15px 2px #156171, 0 0px 0px 3px #25A9BD;
  -webkit-box-shadow: inset 0 0 15px 2px #156171, 0 0px 0px 3px #25A9BD;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-color: #25a9c5;
}
.donate-price ul li.active a, .donate-price ul li.active button {
  background-color: #1e8aa1;
  color: white;
  box-shadow: inset 0 0 15px 2px #156171, 0 0px 0px 3px #25A9BD;
  -moz-box-shadow: inset 0 0 15px 2px #156171, 0 0px 0px 3px #25A9BD;
  -webkit-box-shadow: inset 0 0 15px 2px #156171, 0 0px 0px 3px #25A9BD;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-color: #25a9c5;
}
/*===== Override Gform donate ======*/
.donate-price ul.gfield_radio li input[type=radio] {
  display: none;
}
.donate-price ul.gfield_radio {
  padding: 0 !important;
}
.donate-price ul.gfield_radio li:first-child label {
  margin-left: 0;
}
.donate-price ul.gfield_radio li {
  margin: 10px;
}
.donate-price ul.gfield_radio li label {
  background: none;
  border: none;
  display: block;
  background-color: #ffffff;
  padding: 13px 20px;
  font-size: 16px;
  font-weight: normal !important;
  color: #1e8aa1;
  background-color: white;
  border: 2px solid #1e8aa1;
  border-bottom: 5px solid #1e8aa1;
  line-height: 1em;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  margin: 3px !important;
}
.donate-price ul.gfield_radio li input[type="radio"]:checked+label, .donate-price ul.gfield_checkbox li input[type="checkbox"]:checked+label, .donate-price ul.gfield_radio li label:hover {
  background-color: #1e8aa1;
  color: white;
  box-shadow: inset 0 0 15px 2px #156171, 0 0px 0px 3px #25A9BD;
  -moz-box-shadow: inset 0 0 15px 2px #156171, 0 0px 0px 3px #25A9BD;
  -webkit-box-shadow: inset 0 0 15px 2px #156171, 0 0px 0px 3px #25A9BD;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-color: #25a9c5;
}
li.monthly_option label.gfield_label {
  display: none !important;
}
.donate-price .gform_footer input[type=submit] {
  background: #1e8aa1 !important;
  border: 0px;
  border-bottom: 5px solid #25A9BD !important;
  padding: 5px 20px !important;
  color: #fff;
  float: right;
}
.custom_value {
  margin: 0 !important;
}
.custom_value label.gfield_label {
  display: none !important;
}
.custom_value .ginput_container {
  width: 200px !important;
  position: relative;
  float: right;
  margin-right: 20px;
}
.custom_value .ginput_container input[type=text] {
  padding-left: 0.5em;
  width: 100% !important;
}
.donate-price li.monthly_option { width: 100%; }

.donate-price .gform_page_footer input[type=button], .gform_page_footer input.gform_button {
  background: #1e8aa1 !important;
  border: 0px;
  border-bottom: 5px solid #25A9BD !important;
  padding: 5px 20px !important;
  color: #fff;
  float: right;
}
.gform_wrapper .donate-price .gf_progressbar {
  background: transparent !important;
  border: 0px !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  height: 15px !important;
}
.gform_wrapper .donate-price .gf_progressbar_percentage span {
  display: none !Important;
}
.gform_wrapper .donate-price .gf_progressbar_wrapper h3.gf_progressbar_title {
  text-align: center;
}
.gform_wrapper .donate-price .gf_progressbar .gf_progressbar_percentage {
 background: #25A9BD !important;
 /*height: 15px !important;*/
}
.donate-price  .email .ginput_container input[type=text] {
  float: left;
}
.donate-price  .ginput_full.ginput_cardextras select {
  height: 45px;
  border: 1px solid #d1d1d1;
}
.donate-price  .gform_wrapper .gform_card_icon_container {
  margin: 8px 8px 6px;
}
.donate-price .donate-time {
  display: none !important;
}
.donate-price .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  margin-right: 10px;
  margin-left: 20px;
}
.donate-price #gform_page_7_2 .address.full-left input{
  margin-bottom: 5px;
  width: 100% !important;
}

.donate-price #gform_page_7_2 .address.full-left .ginput_complex .ginput_left,
.donate-price #gform_page_7_2 .address.full-left .ginput_complex .ginput_right {
  width: 49%;
}
.donate-price #gform_page_7_2 .address.full-left .ginput_complex .ginput_right {
  margin-left: 2%;
}
.donate-price #gform_page_7_2 .address.full-left .ginput_complex .ginput_right select {
  border: 1px solid #d1d1d1;
  height: 45px;
    line-height: 45px;
    margin-left: 0;
}

/*donate step 2*/
.donate-price #gform_page_7_2 ul { display: block; }
.donate-price #gform_page_7_2 li.half-left,
.donate-price #gform_page_7_2 li.half-right {
  padding: 0 15px 0 0;
  margin: 0;
  text-align: left;
  width: 50%;
  float: left;
  flex: inherit;
}
.donate-price #gform_page_7_2 li.half-right {
  padding: 0 0 0 15px;
  float: right;
  margin-top: -336px;
}
.donate-price #gform_page_7_2 li.half-left input { width: 100%; }
.donate-price #gform_page_7_2 li.credit-card {
  text-align: left;
  float: none;
  padding-top: 10px;
}
.donate-price #gform_page_7_2 li.half-right textarea {
  height: auto;
}
.donate-price #gform_page_7_2 label.gfield_label + div.ginput_container {
  margin-top: 0;
}
.donate-price #gform_page_7_2 li.credit-card .ginput_cardextras {
  padding: 12px 0;
}
.donate-price #gform_page_7_2 li.full-left {
    padding: 0 15px 0 0;
    margin: 0;
    text-align: left;
    width: 100%;
    float: left;
    flex: inherit;
}
.donate-price #gform_page_7_2 li.full-left input, .donate-price #gform_page_7_2 li.full-left textarea {
  width: 100%;
}
.donate-price .gsection.section-donate {
  margin-bottom: 0;
  text-align: left;
  border: none;
}
.donate-price .gsection.section-donate.first-section {
  padding-top: 45px;
}
.donate-price .gsection.section-donate h2 {
  font-size: 19px;
  font-weight: bold;
}
.donate-price .gsection.section-donate h2:after {
  content: " Keep blank if none";
  font-size: 15px;
  font-weight: normal;
  font-style: italic;
}
.donate-price .gsection.section-donate.second-section {
  padding-top: 15px;
}
.donate-price .gsection.section-donate.second-section + li {
  margin-bottom: 20px !important;
}
.donate-price .gsection.section-donate.first-section:before {
  content: " ";
  width: calc(100% - 15px);
  height: 20px;
  display: block;
  border-top: 3px dashed #ababab;
}
.donate-price .gsection.section-donate.second-section + li:after {
  content: " ";
  width: 100%;
  height: 20px;
  display: block;
  border-bottom: 3px dashed #ababab;
  margin-top: 10px;
}
.donate-price input, .donate-price select, .donate-price textarea {
  font-size: 16px !important;
  padding: 0 14px 0 10px !important;
}
.donate-price textarea {
  padding-right: 10px !important;
}
/* sidebar donate */
.donate-desc {
  padding-top: 65px;
  position: relative;
  padding-left: 0;
}
@media screen and (min-width: 62em) {
  .donate-sidebar {
    position: absolute;
  }
}
.donate-sidebar {
  min-height: 300px;
  height: 100%;
  background: #FFFFFF;
  right: 0;
  padding: 40px 40px 10px 40px;
}
.donate-sidebar .donate-title {
  color: #3ABAD5;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 25px;
  font-weight: 600;
}
.donate-sidebar .subtitle {
  color: #000;
  text-transform: uppercase;
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 35px;
  font-weight: 600;
}
.donate-price ul.gfield_radio li label {
  background-color: #EDF6FB;
  border: 2px solid #CFD7DC;

  -webkit-box-shadow: 3px 3px 3px 0px rgba(191,205,212,0.45);
  -moz-box-shadow: 3px 3px 3px 0px rgba(191,205,212,0.45);
  box-shadow: 3px 3px 3px 0px rgba(191,205,212,0.45);
}
.donate-price ul.gfield_radio li input[type="radio"]:checked+label, .donate-price ul.gfield_checkbox li input[type="checkbox"]:checked+label {
  background-color: #4B5C67;
  border: 2px solid transparent;
  box-shadow: inset 0 0 9px 0 #343738;
  -moz-box-shadow: inset 0 0 9px 0 #343738;
  -webkit-box-shadow: inset 0 0 9px 0 #343738;
  cursor: pointer;
}
.donate-price ul.gfield_radio li label:hover {
  border: 2px solid #AFDBF6;
  background-color: #D4F0FF;
  cursor: pointer;
  -webkit-box-shadow: 3px 3px 3px 0px rgba(191,205,212,0.45);
  -moz-box-shadow: 3px 3px 3px 0px rgba(191,205,212,0.45);
  box-shadow: 3px 3px 3px 0px rgba(191,205,212,0.45);
  color: #589DD0;
}
.accesorise-content.donate {
  background-image: url("assets/images/accsesories-conten-three.png");
}
.donate-tabs .nav-tabs > li > a {
  margin-right: 0;
}
/* Page Advocacy Resource
** ================================== */
.advo .advocacy_item {
  margin-bottom: 40px;
}
.advo .advocacy_item .title-widget {
    font-size: 20px;
    margin-bottom: 10px;
}
.advo .title-widget {
    margin-bottom: 20px;
}
.advo .list-item li:last-child {
    border-bottom: 1px solid #ddd !important;
}
.advo .list-block li, .advo .list-item li {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 10px 0;
    margin-bottom: 0;
}
.advo .list-block a {
    color: black !important;
    display: inline-block;
    line-height: 1.5em;
}
.advo .list-block a:hover, .list-block a:focus {
  color: #0072bb !important;
}
.advo .list-block li {
  display: block;
}
.advo .list-block a {
  color: black;
  display: inline-block;
}
.advo .list-block a:hover, .advo .list-block a:focus {
  color: #df1f26;
}



/* board page */
.board-menu ul li.current_page_item a {
    color: #7fd4e5;
    background-color: #1b4c6d;
}
.login-username, .login-password{
  position: relative;
  margin-bottom: 22px;
}
.login-username .input, .login-password .input {
  display: block;
  color: #555;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  line-height: 45px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  width: 100%;
  border: 1px solid #d1d1d1;
  background: none;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  font-size: 16px;
  border-width: 0;
  border-color: transparent;
  box-shadow: none;
  height: 28px;
  border-bottom: 1px solid #d1d1d1;
}
.login-username .input:focus,
.login-password .input:focus,
.login-username .input.hasValue,
.login-password .input.hasValue{
  border-bottom: 1px solid #337ab7;
  color: #333;
}
.login-username label[for="user"],
.login-password label[for="pass"]{
  position: absolute;
  top: 0rem;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #b8b8b8;
  font-weight: normal;
  transition: all 0.28s ease;
}
.login-username .input:focus ~ label[for="user"],
.login-password .input:focus ~ label[for="pass"],
.login-username .input.hasValue ~ label[for="user"],
.login-password .input.hasValue ~ label[for="pass"]{
  font-size: 0.8rem;
  color: gray;
  top: -2rem;
  left: 0;
  color: #337ab7;
}
.login-remember{
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 18px;
}
.login-remember [type="checkbox"]:not(:checked),
.login-remember [type="checkbox"]:checked {
  position: relative;
  left: 0;
  margin-right: 5px;
}
.login-remember label{
  position: relative;
  cursor: pointer;
  text-align: left;
  color: #333;
  display: block;
  min-height: 20px;
  margin-bottom: 0;
  font-weight: normal;
}
.login-submit .button-primary{
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  padding: 10px 24px;
  text-transform: uppercase;
  background-color: #0072bc;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  border-radius: 5px;
  color: white;
}
.login-submit .button-primary:hover, .login-submit .button-primary:focus {
  background-color: #f7941d;
  color: white;
}
.board-content .board-inside{ padding: 30px 45px 35px; }

/* single baseknowledge */
.single-knowledgebase .main-content {
  padding: 0 !important;
}
.container.resource .pakb-single {
  margin-top: 130px;
}
body {
  font-size: 18px;
}

/* homepage impact */
.item-impact .impact-content, .item-impact .impact-author figure {
    background-color: #0072bc !important;
    color: rgba(255, 255, 255, 1);
}
.item-impact .impact-author figure::after {
    border-left: 23px solid #0072bc !important;
}

/* header need help */
.box-information-float b {
  margin-right: 15px;
}
.box-information-float span {
  padding: 3px 10px;
  margin-left: 15px;
  background-color: #f7941d;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.box-information-float span:hover {
  color: #f7941d;
  border: 1px solid #f7941d;
  background-color: #fff;
}
.box-information-float {
    padding: 2px 15px 8px 15px !important;
}
.box-information-icon {
    margin: 0px -45px !important;
}

/* donate form */
.donate-price li.hideme label {
    display: none !important;
}

/* footer bottom */
.footer-bottom {
    padding: 20px 0 50px;
}
.footer-widget .gform_wrapper .gfield_checkbox li label, .footer-widget .gform_wrapper .gfield_radio li label {
  padding-left: 27px;
}
.didyoumean a {
	font-style: italic;
}

.search .page-information {
	margin-bottom: 10px;
}
.search .didyoumean {
	margin-bottom: 60px;
	font-size: 20px;
}

/* style for IE only */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .newslet-item .blocked {
    display: block\9;
    background-color: #fff\9;
  }
  .newslet-item:hover .blocked{ border-color: #fff\9; }
}
.newslet-item .blocked {
  display: block\9;
  background-color: #fff\9;
}
.newslet-item:hover .blocked{ border-color: #fff\9; }
_:-ms-fullscreen, :root .newslet-item .blocked {
  display: block;
  background-color: #fff;
}
_:-ms-fullscreen, :root .newslet-item:hover .blocked { border-color: #fff; }


.donate-price .choose-pay ul.gfield_radio input[type="radio"] {
  display: inline-block;
	margin-top: 0px !important;
}
.donate-price .choose-pay, .donate-price .choose-pay li{
  text-align: left;
}
.donate-price .choose-pay ul.gfield_radio li label {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    padding: 0;
    margin: 0;
  color: black;
  padding-left: 10px;
}
.donate-price .choose-pay ul.gfield_radio li input[type="radio"]:checked + label{
    background-color: #fff;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    cursor: pointer;
  color: black;
}
.newslet-item .newslet-row img {
  max-width: none;
  width: 100%;
}

/* Box Language */
.spacegray {
  background: #f4f4f4;
  height: 37px;
  border-bottom: 4px solid  #0072bc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(2deg);
  /* width: 352px; */
  margin-bottom: -3px;
  position: relative;
  right: 0px;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.box-lang {
  background: #fff;
  border: 4px solid #0072bc;
  border-top: 0;
  margin-bottom: 40px;
  font-size: 16px;
}
.box-lang figure {
  position: relative;
  display: inline-block;
  border: 3px solid #0072bc;
  padding: 13px;
  border-radius: 50%;
  background: #fff;
  margin-left: 20px;
  /* margin-top: -29px; */
  top: -32px;
}
.box-lang figcaption {
  margin-top: -14px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.box-lang figcaption h3 {
  margin-top: 0;
  text-transform: uppercase;
  color: #0072bc;
  font-size: 15px;
}
.space180{
    height: 180px;
    width: 100%;
    clear: both;
}