/*
Theme Name: CEJA bootstrap
Theme URI: https://github.com/bencarlson/wp-bootstrap
Description: A wordpress 3.8+ theme built on Bootstrap 3
Author: Design Action, based on Benjamin Carlson
Author URI: http://www.hillfold.com
Author Email: ben@hillfold.com
License: MIT
Version: 1.0
Template: wp-bootstrap-master
*/

/*
cream: #FEF0CC;
yellow: #F4EA60;
orange: #FB982C;
brown: #330700;#571807
teal: #30627A;
dark teal: #24495B;
*/

@import url("//hello.myfonts.net/count/2a13a7");

@font-face {font-family: 'CenturyGothicStd-Bold';src: url('fonts/2A13A7_0_0.eot');src: url('fonts/2A13A7_0_0.eot?#iefix') format('embedded-opentype'),url('fonts/2A13A7_0_0.woff') format('woff'),url('fonts/2A13A7_0_0.ttf') format('truetype'),url('fonts/2A13A7_0_0.svg#wf') format('svg');}

a {
	color: #30627A;
}

p a:visited, p a {
	color: #11647A;
	text-decoration: none;
}

p a:hover {
	color: #11647A;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, .displayfont, .common_buttons {
	font-family: CenturyGothicStd-Bold, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3  {
	color: #330700;
}

body {
	background: url("images/bg_image.png") repeat-x top left #30627A;
	color: #000 !important;
}

.container-normal {
	margin-top: 0;
	overflow: hidden;
}

.container {
	background: #fff;
}
iframe {
	border: none;
	padding: 7px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,.2);
}
/*
.row {
	margin: 0;
}
*/

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding: 0;
}
.post {
	margin: 0 30px;
}
/*** header ***/
#header_wrapper {
	background: none;
}
/** Update 1/31/23 - fix header display
/* h1#site-title span, h2#site-description {
	display: none;
} */
#site-title img {
	max-width:100%;
}
.navbar-wrapper {
	position: relative;
}
.navbar-wrapper .navbar {
	background: #571807;
}
.navbar {
	filter:alpha(opacity=1); /* IE */
    -moz-opacity:1; /* Mozilla */
    opacity: 1; /* CSS3 */
}
.navbar-brand {
	padding: 0;
}
.navbar-wrapper .container {
	background: none;
	padding: 0 !important;

}
#nav_container {
		-webkit-border-radius: 0;
	border-radius: 0;
	margin: 0 -24px;
	position:relative;
	opacity: 1;
}
#nav_container:before, #nav_container:after	{
	top: 100%;
/* 	bottom: -25px; */
	border-width: 12px;
	border-style: solid;
	position: absolute;
	width: 0;
	height: 0;
}
#nav_container:before {
	left: 0px;
	border-color: #330700 #330700 transparent transparent;
}
#nav_container:after {
	right: 0px;
	border-color: #330700 transparent transparent #330700;
}
.menu-main-menu-container {
	margin-left: 12px;
}
.navbar-nav > li {
	margin-right: 30px;
}
@media (min-width: 768px) {
	.navbar-nav > li {
		margin-right: 3px;
	}
}
@media (min-width: 992px) and (max-width:1199px) {
	.navbar-nav > li {
		margin-right: 15px;
	}
}
.dropdown-menu {
	background: #571807;
}
.dropdown-menu > li > a {
	color: #fff;
}
.dropdown-menu > li > a:hover {
	background: none;
	color: #F4EA60;
}
.navbar-inverse .navbar-nav > li > a {
	color: #F4EA60;
	text-transform: uppercase;
	font-size: 24px;
	padding-top: 19px;
	padding-bottom: 19px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-inverse .navbar-nav > li > a {
		font-size: 15px;
	}
}
@media (min-width: 992px) and (max-width:1199px) {
	.navbar-inverse .navbar-nav > li > a {
		font-size: 20px;
	}
}
.navbar-inverse .navbar-nav > .open > a {
	background: none !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background: #571807;
	color: #fff;
}
.navbar-toggle {
	float: none;
	border: none;
}
.header_social {
	float: right;
	margin-right: 2%;
	height: 40px;
    line-height: 52px;
    padding-left: 0;
    margin-top: 6px;
}
.header_social li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
}
.header_social li a {
	color: #F4EA60;
}
.header_social li a i {
	font-size: 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
	.header_social li a i {
		font-size: 20px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.header_social li a i {
		font-size: 25px;
	}
}
.navbar-toggle {
	color: #F4EA60;
	margin-left: 25px;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background: transparent;
	color: #fff;
}

.navbar-collapse {
	border: none;
}

/*** slideshow ***/
.home_slides {
position: relative;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	max-height: 390px;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	display: block;
	height: auto;
/* 	float: left; */
	width: 100%;
	border: 0;
}
.rslides h3 {
	color: #fff;
	font-size: 16px;
	width: 100%;
	background: #30627A;
	padding: 14px;
	display: block;
	margin: 0;
}
.rslides h3 a {
	color: #fff;
}
.rslides_tabs {
	position: absolute;
	bottom: 5px;
	right: 10px;
	z-index: 10;
}
.rslides_tabs li {
	float: left;
	list-style: none;
	margin-left: 4px;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 6px;
	border-radius: 12px;
	background: #F5EC61;
}
.rslides_tabs li a {
	direction: ltr;
	text-indent: -9999px;
	display: inline-block;
}
li.rslides_here {
	background: #fff;
}

/*** home ***/
.featured_campaigns {
	color: #330700;
	margin: 20px;
}
.featured_campaigns a:visited, .featured_campaigns a {
	color: #11647A;
	text-decoration: none;
}
.featured_campaigns a:hover {
	color: #11647A;
	text-decoration: underline;
}
.featured_campaigns h3 {
	font-size: 20px;
	line-height: normal;
	margin-top: 0;
	float: left;
}
.featured_campaigns p {
	clear: both;
}
.featured_container {
	padding-bottom: 24px;
	overflow: hidden;
	clear: both;
}
.featured_container h3 a {
	color: #11647A;
}
.featured_excerpt {
	font-size: 16px;
	width: 60%;
	float: left;
}
.blog_thumb {
/*
	width: 175px;
	height: 125px;
*/
	width: 246px;
	height: 175px;
	overflow: hidden;
	background: #fff;
	padding: 7px;
	margin-right: 16px;
	float: left;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,.2);
}
.blog_thumb img {
	/* max-width: 163px; */
	width: 100%;
	height: auto;
	padding: 0;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
.entry img {
	max-width: 100%;
}
.entry img {
	padding: 7px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,.2);
}
.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 15px auto;
}
.video_container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 25px;
}
.video_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
a.read_more {
	font-weight: bold;
}
a.read_more:after {
	content: " \00bb"
}

#main_column h3, #main_column h4 {
	margin-top: 1.5em;
}
/*** sidebar ***/
#sidebar {
	background: #FEF0CC;
}

.common_buttons {
	color: #fff;
	display: block;
	width: 100%
}
a.callout_button {
	 color: #fff;
}
#btn_take_action {
	background: #24495B;
}
#btn_donate {
	background: #30627A;
}
#btn_take_action, #btn_donate  {
	font-size: 24px;
	text-transform: uppercase;
	padding: 30px;
}
a#btn_take_action:after, a#btn_donate:after {
	content: " \00bb";
}
a#btn_take_action:hover, a#btn_donate:hover {
	color: #FB982C;
	text-decoration: none;
}
#form_signup {
	background: #571807;
	position: relative;
	padding: 45px 30px 45px 60px;
}

/* START Get Updates fix*/
#sidebar .can_embed {
	padding: 25px 30px 45px 30px !important;
}
#sidebar #can_embed_form_inner>h2+h4 {
	text-align: left;
	font-size: 22px !important;
}
#sidebar .can_embed #can_embed_form input[type=submit] {
	color:  white;
}

/* END Get Updates fix*/




#form_signup h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	margin: 0;
	left: 30px;
	bottom: 20%;
	transform:rotate(270deg);
	-ms-transform:rotate(270deg); /* IE 9 */
	-webkit-transform:rotate(270deg); /* Opera, Chrome, and Safari */
	-webkit-transform-origin: 0 0;
    -moz-transform-origin:    0 0;
    -ms-transform-origin:     0 0;
    -o-transform-origin:      0 0;
}
#form_signup input {
	color: #571807;
	padding: 12px;
	border: none;
	margin-bottom: 4%;
}
.signup_firstname {
	width: 47%;
	margin-right: 4%;
}
.signup_lastname {
	width: 47%;
}
.signup_email {
	width: 63%;
	margin-right: 4%;
}
.signup_submit {
	color: #571807;
	border: none;
	background: #FB982C
}

.sidebar_blog {
	color: #330700;
	background: #FEF0CC;
	padding-top: 20px;
}
.sidebar_blog a {
	color: #330700;
}
.sidebar_blog a:hover {
	color: #24495B;
	text-decoration: none;
}
.sidebar_blog h2 {
	margin: 20px 20px ;
}
.sidebar_blog h3 {
	font-size: 16px;
	margin: 0;
	line-height: normal;
}
.sidebar_blog > div {
	padding: 20px;
}
.sidebar_blog p {
	font-size: 12px;
	display: inline;
}
.sidebar_blog .readmore {
	font-size: 12px;
	font-weight: bold;
	display: inline;
}
.sidebar_blog .readmore:after {
	content: " \00bb";
}
.side_blog_loop {
	margin-bottom: 16px;
}

.sidebar_date {
	font-weight: bold;
	font-size: 12px;
}
.sidebar_featured {
	background: #FBCD82;
	margin: 0 20px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.common_widget {
	max-height: 390px;
	overflow: hidden;
}
/*** footer ***/
#footer {
	background: #24495B;
	color: #fff;
	font-size: 14px;
}
#footer h3 {
	color: #fff;
	margin-top: 24px;
}
#footer a {
	color: #fff !important;
	font-weight: bold;
}
#footer a:hover {
	color: #F4EA60;
}
.footer_widget {
	margin: 0 30px;
}
a.footer_button {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: normal;
	background: #1A3440;
	display: inline-block;
	margin-top: 12px;
	padding: 12px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
a.footer_button:after {
	content: " \00bb";
}

#footer .widget_twitter ul {
	padding-left: 0;
	}
#footer .widget_twitter ul li {
	font-size: 12px;
	list-style: none;
	margin-bottom: 12px;
}
#footer .fb_iframe_widget {
	margin-top: 24px;
	background: #fff;
}
#footer_sub {
	color: #fff;
	font-size: 10px;
	margin-top: 24px;
	background: none;
}
#footer sub a {
	color: #fff;
	text-decoration: none;
}
#footer_sub a:hover {
	color: #fff;
	text-decoration: underline;
}


/* Share this
****************************************************/


ul.share-buttons {
    padding:0px;
    font-family: $font-stack;
    margin: 40px 10px 0px 0px;
	display:  inline-flex;
}

.share-buttons {
    list-style: none;
    padding-left: 0;
    position: relative;
}

.share-buttons li:first-child {
        margin: 0px;
    }

.share-buttons li {
        font-family: 'fontAwesome';
        display: inline-flex;
        font-size: 20px;
        margin: -5px 5px;
        font-weight: normal;
    }
.share-buttons li:first-child {
        top: 18px;
        margin-right: 5px;
    }

.share-buttons a,
.share-buttons a:visited {
        color: #000;
        text-decoration: none;
        font-weight: normal;
    }

[title^='Share'] {
    border: 0;
    color: #333;
    text-decoration: none;
    margin: 0;
    width: 20px;
    height: 35px;
}

[title^='Share']:after {
        font-family: 'FontAwesome';
        font-size: 16px;
        padding-left: 1px;
        bottom: -15px;
    }

/*
[title='Share on Facebook']:after {
    content: '\f09a';
    padding-left: 5px;
}

[title='Share on Twitter']:after {
    content: '\f099';
}
[title='Share on Pinterest']:after {
content:"\f0d2";
}
[title='Share on LinkedIn']:after {
    content:"\f0e1";
}
[title='Share post in email']:after {
    content:'\f0e0';
    padding-left: 2px;
}
*/



/* Take Action */
.take-action-link {
	color:#571807;
	padding:12px;
	background:#fb982c none repeat scroll 0 0;
	margin:10px 0 30px;
	display:inline-block;
	font-weight:bold;
}
.take-action-link:hover {
	text-decoration:none;
	color:#571807;
}

.category-take-action .alignleft {
	margin-bottom: 35px;
}
/* @media screen and (max-width: 768px) {

} */
/* @media screen and (min-width: 769px) and (max-width: 992px ) {

	.navbar-inverse .navbar-nav > li > a {
		font-size: 16px;
	}
} */

/* Modal */
#caModalTitle {
  font-size: 33px;
  color: #5F1605;
  text-align: center;
}
@media screen and (max-width: 992px ) {
  #caModalTitle {
    font-size: 22px;
  }
}
.modal-content {
  padding: 27px 33px;
  border-radius: 33px;
}
@media screen and (max-width: 992px ) {
  .modal-content {
    padding: 18px 22px;
    border-radius: 20px;
  }
}

.modal-dialog-centered {
  min-height: calc(100% - (1.75rem * 2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  max-width: calc(100vw - 20px);
}

.modal-header, .modal-body, .modal-footer {
  padding: 0;
  border: 0;
  width: 720px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .modal-header, .modal-body, .modal-footer {
    width: 288px;
  }
}
@media screen and (min-width: 639px) and (max-width: 992px ) {
  .modal-header, .modal-body, .modal-footer {
    width: 480px;
  }
}

.modal-header {
  margin-bottom: 27px;
}
@media screen and (max-width: 992px ) {
  .modal-header {
    margin-bottom: 18px;
  }
}

.ceja-to-cejaaction {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.ceja-to-cejaaction img {
  width: 349px;
  height: 119px;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 992px ) {
  .ceja-to-cejaaction img {
    width: 233px;
    height: 79px;
  }
}

button.close {
  opacity: 1;
  align-self: flex-start;
  margin-top: 0px !important;
}

.ca-close-icon {
  background-size: 30px;
  width: 30px;
  height: 30px;
  display: block;
}

.webp .ca-close-icon {
  background-image: url(../CEJA_bootstrap/images/ca-close-icon.webp);
}

.no-webp .ca-close-icon {
  background-image: url(../CEJA_bootstrap/images/ca-close-icon.png);
}
@media screen and (max-width: 992px ) {
  .ca-close-icon {
    background-size: 20px;
    width: 20px;
    height: 20px;
  }
}

#ca-modal__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  /* Make this link clickable across device sizes */
  padding: 2rem;
  position: relative;
  margin: -2rem;
  margin-top: 0;
  z-index: 1;
}

.ca-modal__link__text {
  font-size: 17px;
  text-transform: uppercase;
  /* font-family: CenturyGothicStd-Bold, Arial, sans-serif; */
  margin-right: 7px;
}
@media screen and (max-width: 992px ) {
  .ca-modal__link__text {
    font-size: 11px;
  }
}

.ca-modal__link__icon {
  background-size: 31px;
  width: 31px;
  height: 31px;
  display: block;
}

.webp .ca-modal__link__icon {
  background-image: url(../CEJA_bootstrap/images/ca-arrow-right.webp);
}

.no-webp .ca-modal__link__icon {
  background-image: url(../CEJA_bootstrap/images/ca-arrow-right.png);
}
@media screen and (max-width: 992px ) {
  .ca-modal__link__icon {
    background-size: 21px;
    width: 21px;
    height: 21px;
  }
}

.modal-open .container-normal,
.modal-open .navbar-wrapper,
.modal-open #header_wrapper,
.modal-open #footer,
.modal-open .footer_sub {
  filter: blur(1px);
}

.page-id-261 #main_column {
  overflow: scroll;
}

