/*
	Theme Name: Outreach Pro
	Theme URI: http://my.studiopress.com/themes/outreach/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.3
	
	Tags: black, green, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
	
	Template: genesis
	Template Version: 2.1
	
	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry-content:before,
.entry:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry-content:after,
.entry:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #FFF;
	color: #555;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-webkit-transition: all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	/* color: #d48f18; */
	color: #AE650B;
	text-decoration: none;
}

a:hover {
	color: #d48f18;
}

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

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 26px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	margin: 0;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: none;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::placeholder {
	color: #333;
	opacity: 1;
	font-weight: 500;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
	font-weight: 500;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 500;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #670001;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 20px;
	font-weight: 700;
	padding: 18px 30px;
	text-transform: uppercase;
	width: auto;
	border: 4px solid #670001;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #d48f18;
	border: 4px solid #d48f18;
	color: #fff;
}

.button {
	display: inline-block;
}

.button.button-orange {
	background-color: #AE650B;
	border: 4px solid #AE650B;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.button-orange:hover {
	background-color: #FFF;
	border: 4px solid #FFF;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 700;
	text-transform: uppercase;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
 
/* Site Containers
--------------------------------------------- */

.wrap,
.entry-content,
.archive .entry-header,
.entry-footer,
.comment-respond {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 5.46875%;
}

.site-inner {
	clear: both;
	font-size: 16px;
	overflow: hidden;
}

.home .site-inner {
	padding-top: 0;
}

.archive .site-inner {
	margin-top: 140px;
}

.home .entry-content {
	padding: 0;
}


.outreach-pro-home .site-inner {
	padding: 4px 0;
}

.outreach-pro-landing .wrap {
	max-width: 900px;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 930px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	background-color: #fff;
	border-radius: 3px;
	float: right;
	margin-bottom: 30px;
	width: 760px;
}

.home .content {
	margin-bottom: 0;
	padding: 0;
}

.outreach-pro-home .content {
	margin: 0;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 550px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 350px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	font-size: 12px;
	margin-bottom: 30px;
	padding: 10px 16px;
}

.archive-description {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	padding: 30px;
}

.author-box {
	background-color: #111;
	color: #fff;
	margin: 0 -40px 40px;
	padding: 30px;
}

.author-box-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 12px;
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.entry-header {
	background-color: #800000;
	margin-bottom: 60px;
	padding: 140px 15px 7px;
	text-align: center;
}

.archive .entry-header {
	background-color: unset;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 35px;
}

.archive .entry-title {
	font-size: 44px;
	font-weight: 800;
	margin-bottom: 0;
	text-transform: capitalize;
}

.archive-title {
	font-size: 20px;
}

.entry-title {
	color: #FFF;
	font-size: 56px;
	font-weight: 900;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.content .entry-title a,
.content .entry-title a:hover {
	color: #FFF;
}

.archive .entry-title a,
.archive .entry-title a:hover {
	color: #444;
}

.widget-title {
	color: #131313;
	font-size: 16px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.footer-widgets .widget-title,
.site-header .widget-title {
	color: #fff;
}

/* WordPress
--------------------------------------------- */

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

.aligncenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

img.alignnone,
.alignnone {
	display: block;
	margin-bottom: 16px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-block-image figcaption {
	text-align: center;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-caption-text {
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
	margin-bottom: 30px;
}

.widget li {
	text-align: left;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget p:last-child,
.widget ol > li:last-child,
.widget ul > li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_calendar table {
	border-color: #494949;
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
}

.featured-content .entry-title {
	font-size: 20px;
}

.featured-content .entry-comments-link {
	float: none;
}

.more-from-category {
	border-top: 1px dotted #494949;
	margin-top: 10px;
	padding-top: 10px;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header-container {
	position: fixed;
	width: 100%;
	z-index: 9999; 
}

.site-header {
	background-color: rgba(19, 19, 19, 0.8);
	color: #fff;
	min-height: 110px;
}

.site-header .widget {
	margin-bottom: 0;
}

.site-header .wrap {
	padding-top: 13px;
	padding-bottom: 13px;
}

.widget-area-site-notice {
	background-color: #d48f18;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	padding: 10px 0;
	font-size: 20px;
}

.widget-area-site-notice .widget {
	margin-bottom: 0;
}

.widget-area-site-notice a, 
.widget-area-site-notice a:hover, 
.widget-area-site-notice a:focus {
	color: #FFF;
}

.has-site-notice .entry-header {
	padding-top: 195px;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 14px 0;
	width: 142px;
}

.site-title {
	font-size: 43px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff;
}

.header-image .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: 140px auto !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	height: 0;
	line-height: 1.5;
	text-indent: -9999px;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
}

.site-header .widget-area a {
	color: #fff;
}

.site-header .widget li {
	border-color: #fff;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #fff;
	color: #000;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu,
.genesis-nav-menu a {
	color: #fff;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	padding: 15px 13px;
}

.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu a:hover,
.genesis-nav-menu li:hover > a {
	color: #d48f18;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 280px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	color: #FFF;
	font-size: 15px;
	padding: 8px 20px;
	position: relative;
	width: 280px;
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -48px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
	list-style-type: none;
	padding: 0;
	text-transform: uppercase;
}

.genesis-nav-menu > .date,
.genesis-nav-menu > .right > a {
	display: inline-block;
	padding: 18px 20px;
}

.genesis-nav-menu .right:hover > a {
	background: none;
	color: #fff;
}

.genesis-nav-menu .right > a:hover {
	background: #fff;
	color: #000;
}

.genesis-nav-menu > .search {
	padding: 9px 0 0;
}

.genesis-nav-menu input[type="search"] {
	font-size: 14px;
	padding: 10px 16px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li,
.site-header .genesis-nav-menu li ul {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.site-header .genesis-nav-menu ul.sub-menu {
	background-color: rgba(19, 19, 19, 0.8);
	padding-bottom: 13px;
	padding-top: 13px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	float: right;
}

.nav-primary .wrap {
	padding: 12px 0;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .wrap {
	background-color: #111;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-bottom: 16px;
}

.nav-secondary .genesis-nav-menu > li > a:hover,
.nav-secondary .genesis-nav-menu > li:hover > a {
	background: none;
}

.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu .sub-menu a:hover,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu li:hover > a {
	color: #6ab446;
}

.nav-secondary .genesis-nav-menu .sub-menu a {
	background-color: #090909;
	border-color: #292929;
	color: #fff;
}

.nav-secondary .sub-menu {
	border-color: #292929;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu {
	display: none;
	float: right;
	font-size: 26px;
}

.responsive-menu-icon {
	cursor: pointer;
	font-weight: 600;
	margin: 10px 0;
	text-align: center;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.home .entry {
	margin-bottom: 0;
}

.entry-content .alignfull {
  margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	width: auto;
	max-width: 1000%;
}

.entry-content .wp-block-columns {	
	margin-bottom: 0;	
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 26px;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	color: #999;
	font-size: 12px;
	margin-bottom: 0;
	text-transform: uppercase;
}

p.entry-meta a {
	color: #999;
}

p.entry-meta a:hover {
	color: #333;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	padding-top: 12px;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-categories {
	float: left;
}

.entry-comments-link,
.entry-tags {
	float: right;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 40px;
	padding: 30px;
	text-align: center;
}

.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

.after-entry .featured-content li {
	text-align: center;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #6ab446;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 30px;
}

li.comment,
li.pingback {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li,
.entry-pings li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	padding: 24px;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	color: #ccc;
	font-size: 14px;
}

.sidebar .widget {
	padding: 30px;
}

.sidebar li a {
	color: #ccc;
}

.sidebar li a:hover,
.sidebar .entry-meta a:hover {
	color: #fff;
}

/*
Sub Footer
---------------------------------------------------------------------------------------------------- */

.sub-footer {
	background-color: #f2f6e9;
	padding: 60px 0 30px;
}

.sub-footer-left {
	float: left;
	width: 785px;
}

.sub-footer-right {
	float: right;
	font-size: 14px;
	width: 235px;
}

.sub-footer-left .entry-title {
	font-size: 30px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #1a1a1a;
	color: #FFF;
	clear: both;
	font-size: 14px;
	padding: 40px 0 10px;
}

.footer-widgets .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.footer-widget-area {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.footer-widgets-3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
}

.footer-widgets-4 {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.footer-widgets .entry-meta a:hover,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets a {
	color: #FFF;
}

.footer-widgets a:hover {
	color: #d48f18;
}

.footer-logo.logo-gicf {
	width: 150px;
}

.footer-logo.logo-guidestar {
	width: 200px;
}

.footer-logo.logo-ecfa {
	width: 100px;
}

/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #444;
	color: #FFF;
	font-size: 12px;
	padding: 20px 0;
	text-align: center;
}

.site-footer a {
	color: #FFF;
}

.site-footer a:hover {
	color: #d48f18;
}

.site-footer p {
	margin-bottom: 0;
}

/* Alignment
--------------------------------------------- */

.flex-valign-middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.align-items-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/* Gutenberg Blocks
--------------------------------------------- */

.wp-block-columns {
	margin-bottom: 100px;
}

.wpg .wp-block-column {
	margin-bottom: 0;
}

.wpg .wp-block-columns.has-1-columns .wp-block-column {
	-ms-flex-preferred-size: 100% !important;
	    flex-basis: 100% !important;
	margin-right: 0;
}

.wp-block-cover-text {	
	text-shadow: 2px 3px 8px rgba(0,0,0, 0.5);	
}	
	
.wp-block-columns.inmobile-block .wp-block-column {	
	-ms-flex-preferred-size: 100% !important;	
	    flex-basis: 100% !important;	
}

.wp-block-columns.has-1-columns.column-half .wp-block-column {
	-ms-flex-preferred-size: 50% !important;
	    flex-basis: 50% !important;
	-webkit-box-flex: unset !important;
	    -ms-flex-positive: unset !important;
	        flex-grow: unset !important;
}

.wp-block-button {	
	margin-bottom: 1.5em;	
}

/* Custom Class
--------------------------------------------- */

.has-cover-text {
	font-size: 24px;
}

.image-round img {
	border-radius: 50% !important;
}

.hasbackground-f2f2f2 {
	background-color: #f2f2f2;
}

.our-work__section-title {
	font-size: 48px;
	color: #d48f18;
	margin-bottom: 80px !important;
}

.section-title-size--large {
	font-size: 52px;
}

.section-title-size--medium {
	font-size: 48px;
}

.hascustombackground-image {
	background-repeat: no-repeat;
	background-size: cover;
}

.color--ffffff {
	color: #FFF;
}

.text-color--orange {
	color: #d48f18;
}

.text-color--dark-orange {
	color: #AE650B;
}

.text-color--green {
	color: #938a18;
}

.text-color--red {
	color: #670001;
}

.nomargin-bottom-content .entry,
.nomargin-bottom-content .content {
	margin-bottom: 0;
}

/* Gutenberg Button
------------------------- */

.wpg .wp-block-button__link {
	background-color: #670001;
	border: 4px solid #670001;
	border-radius: 0;
	font-size: 20px;
	font-weight: 700;
	padding: 18px 35px;
}

.wpg .is-style-outline .wp-block-button__link,
.wpg .is-style-has-arrow-button-outline .wp-block-button__link {
	background-color: transparent !important;
	border: 4px solid currentcolor;
	color: #670001;
}

/* .wp-block-button.is-style-has-arrow-button .wp-block-button__link::before,
.wp-block-button.is-style-has-arrow-button-outline .wp-block-button__link::before {
	content: "\f061";
	float: right;
	padding-left: 10px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	display: none;
} */


/* Gutenberg Blocks- Background Color Palette
--------------------------------------------- */

.wpg .has-emperor-background-color {
	background-color: #555555;
	border-color: #555555;
}

.wpg .has-dolly-background-color {
	background-color: #fff089;
	border-color: #fff089;
}

.wpg .has-geebung-background-color {
	background-color: #d48f18;
	border-color: #d48f18;
}

.wpg .has-lonestar-background-color {
	background-color: #670001;
	border-color: #670001;
}

.wpg .has-temptress-background-color {
	background-color: #410000;
	border-color: #410000;
}

.wpg .has-white-background-color {
	background-color: #ffffff;
	border-color: #ffffff;
}

.wpg .has-pumpkin-skin-background-color {
	background-color: #AE650B;
	border-color: #AE650B;
}

.wpg .has-emperor-color,
.wpg .is-style-outline .wp-block-button__link.has-emperor-color,
.wpg .is-style-has-arrow-button-outline .wp-block-button__link.has-emperor-color {
	color: #555555;
}

.wpg .has-dolly-color,
.wpg .is-style-outline .wp-block-button__link.has-dolly-color,
.wpg .is-style-has-arrow-button-outline .wp-block-button__link.has-dolly-color {
	color: #fff089;
}

.wpg .has-geebung-color,
.wpg .is-style-outline .wp-block-button__link.has-geebung-color,
.wpg .is-style-has-arrow-button-outline .wp-block-button__link.has-geebung-color {
	color: #d48f18;
}

.wpg .has-lonestar-color,
.wpg .is-style-outline .wp-block-button__link.has-lonestar-color,
.wpg .is-style-has-arrow-button-outline .wp-block-button__link.has-lonestar-color {
	color: #670001;
}

.wpg .has-temptress-color,
.wpg .is-style-outline .wp-block-button__link.has-temptress-color,
.wpg .is-style-has-arrow-button-outline .wp-block-button__link.has-temptress-color {
	color: #410000;
}

.wpg .has-white-color,
.wpg .is-style-outline .wp-block-button__link.has-white-color,
.wpg .is-style-has-arrow-button-outline .wp-block-button__link.has-white-color {
	color: #fff;
}

.wpg .has-pumpkin-skin-color,
.wpg .is-style-outline .wp-block-button__link.has-pumpkin-skin-color,
.wpg .is-style-has-arrow-button-outline .wp-block-button__link.has-pumpkin-skin-color {
	color: #AE650B;
}

.wpg .has-large-font-size {
	font-size: 22px;
}

.wpg .has-huge-font-size {
	font-size: 32px;
}

/* Gutenberg Button:hover;
------------------------- */

.wpg .wp-block-button__link:hover,
.wpg .has-lonestar-color .wp-block-button__link:hover {
	color: #FFF;
	background-color: #d48f18;
	border: 4px solid #d48f18;
}

.wpg .wp-block-button__link.has-emperor-color:hover,
.wpg .wp-block-button__link.has-emperor-color:hover,
.wpg .wp-block-button__link.has-emperor-color:hover
.wpg .wp-block-button__link.has-emperor-color:hover,
.wpg .is-style-outline .wp-block-button__link.has-lonestar-color:hover,
.wpg .is-style-has-arrow-button-outline .wp-block-button__link.has-lonestar-color {
	color: #FFF;
}

.wpg .wp-block-button__link.has-geebung-background-color:hover,
.wpg .is-style-outline .wp-block-button__link.has-geebung-color:hover,
.wpg .is-style-has-arrow-button-outline .wp-block-button__link.has-geebung-color:hover {
	color: #d48f18;
	background-color: #FFF;
	border: 4px solid #FFF;
}

.wpg .wp-block-button__link.has-white-background-color:hover,
.wpg .is-style-outline .wp-block-button__link.has-white-color:hover,
.wpg .is-style-has-arrow-button-outline .wp-block-button__link.has-white-color:hover {
	color: #670001;
	background-color: #FFF;
	border: 4px solid #FFF;
}

/* Background
--------------------------------------------- */

.has-background-image {
	background-size: cover;
	background-position: top center;
}

.background-solid--red {
	background-color: #670001;
	color: #FFF;
}

/* Home
--------------------------------------------- */

.featured-section-title {
	color: #444;
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 30px;
}

.font-color-ffffff {
	color: #FFF;
}

.font-color-d48f18 {
	color: #d48f18;
}

.home .wp-block-columns {	
	margin-bottom: 100px;	
}	
	
.home .wp-block-columns.has-background {	
	padding: 80px 5.46875%;	
}	
	
.home .wp-block-columns.has-background-image {	
	margin-bottom: 0;	
}	
	
.wp-block-columns.has-background {	
	margin-bottom: 0;	
}

.home-featured-section-1 {
	height: 100vh;
	padding-top: 16vh;
	font-weight: 500;
	text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4);
}

.has-site-notice .home-featured-section-1 {
	padding-top: 160px;
}

.home-featured-section-1 .wp-block-column {	
	-webkit-box-flex: 0;	
	    -ms-flex-positive: 0;	
	        flex-grow: 0;	
}

.home-featured-1__h2,
.home-featured-1__h3 {
	color: #FFF;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}

.home-featured-1__h3--sub {
	color: #FFF;
	font-weight: 800;
	font-size: 56px;
	letter-spacing: 2px;
}

.home-featured-1__h3--sub::before {
	background-color: #FFF;
	content: "";
	display: block;
	height: 10px;
	margin: 23px 0 10px;
	width: 210px;
}

.home-featured-section-1 .wp-block-button__link {
	text-shadow: none;
}

.home-featured-1__p {
	font-size: 18px;
	letter-spacing: 1px;
	text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.6);
}

.home-featured-section-3 {
	padding-top: 80px;
	padding-bottom: 60px;
}

.home-featured-section-3 {
	margin-bottom: 0;
}

.home-featured-section-4 {
	color: #FFF;
}

.home-featured-section-4 .featured-section-title {
	margin-bottom: 20px;
}

.home-our-work__row {
	margin-bottom: 0;
}

.home-our-work__row-3 {
	margin-bottom: 50px;
}

.home-our-work-icon figure {
	margin-bottom: 0;
}

.wpg .home-our-work-icon img {
	max-width: 120px;
}

.home-our-work-icon-title {
	font-size: 18px;
}

.home-featured-section-4 {
	margin-bottom: 0;
	padding-top: 80px;
	padding-bottom: 60px;
}

.home-featured-section-5 {
	color: #FFF;
	margin-bottom: 0;
	padding-top: 160px;
	padding-bottom: 150px;
}

.home-featured-section-6 {
	padding-top: 80px;
	padding-bottom: 50px;
}

.home-featured-section-6 {
	background-color: #f2f2f2;
}

.featured-blog-post {
	clear: both;
	overflow: hidden;
	width: 100%;
}

.featured-blog-post__col {
	background-color: #FFF;
	-webkit-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.3);
	        box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.3);
	margin-bottom: 45px;
	padding: 40px 30px;
	width: 100%;
}

.featured-blog-post__header {
	margin-bottom: 25px;
	text-align: center;
}

.featured-blog-post__title {
	color: #FFF;
	font-size: 34px;
	font-size: 2.125rem;
}

.featured-blog-post__title h2 {
	color: #444;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 0;
}

.featured-blog-post__post-meta .icon {
	color: #FFF;
	margin-right: 5px;
}

.featured-blog-post__post-meta {
	font-weight: 600;
	text-transform: uppercase;
}

.featured-blog-post__post-content {
	font-size: 20px;
	text-align: center;
}

.featured-blog-post__post-footer {
	text-align: center;
}

.featured-blog-post__read-more-wrap {
	text-align: center;
}

.social-media-menu-icon {
	display: inline-block;
	height: 50px;
}

.social-media-menu-icon a {
	font-size: 22px;
	width: 55px;
	height: 55px;
	display: block;
	text-align: center;
	padding: 8px 0;
	border: 3px solid #FFF;
	border-radius: 50%;
	margin: 0 10px;
}

.before-footer-widgets {
	background-color: #670001;
	color: #FFF;
	padding-top: 60px;
	padding-bottom: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}

.newsletter-email {
	border: none;
}

.wpg .newsletter-input .frm_fields_container {	
	display: -webkit-box;	
	display: -ms-flexbox;	
	display: flex;	
	-webkit-box-orient: horizontal;	
	-webkit-box-direction: normal;	
	    -ms-flex-flow: row nowrap;	
	        flex-flow: row nowrap;	
	width: 100%;	
	height: 100%;	
}	
	
.newsletter-input fieldset {	
	border: none;	
	margin: 0;	
	padding: 0;	
}	
	
.newsletter-input input[type="email"] {	
	-ms-flex-preferred-size: 70%;	
	    flex-basis: 70%;	
	margin-right: -12px;	
	border: none;	
}	
	
.newsletter-input .button {	
	-ms-flex-preferred-size: 30%;	
	    flex-basis: 30%;	
	min-width: 160px;	
}	
	
.newsletter-input .button:hover {	
	background-color: #d48f18;	
	border-color: #d48f18;	
}

.wp-block-image.leadership-profile-image img {
	max-width: 235px;
}

.leadership-name {
	color: #938a18;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 8px;
}

.leadership-position {
	font-style: italic;
	font-weight: 600;
	color: #666;
}

.leadership-description {
	max-height: 200px;
	overflow: hidden;
	position: relative;
	padding: 10px;
	-webkit-transition: max-height 0.5s ease-in-out;
	transition: max-height 0.5s ease-in-out;
}

.leadership-description::after {
	background: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),to(#FFF));
	background: linear-gradient(180deg,rgba(255,255,255,0),#FFF 100%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.leadership-column {
	cursor: pointer;
	/*max-width: 28.59148168232774%;*/
	position: relative;
}

.active .leadership-description {
	max-height: unset;
	position: absolute;
	z-index: 999;
	background-color: #FFF;
}

.active .leadership-description::after {
	background: transparent;
}

.about-us__meet-gicf-usa-leadership-text-quote {
	margin-bottom: 0 !important;
}

.our-work-cols__row {
	margin-bottom: 0;
}

.our-work-cols__row .wp-block-column {
	margin-left: 0 !important;
	margin-bottom: 0;
	padding: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background-size: 350px;
	background-repeat: no-repeat;
	background-position-x: -100px;
}

.our-work-col__title {
	color: #FFF;
	font-size: 38px;
	margin-bottom: 40px;
}

.wp-block-column .our-work-col__button {
	margin-bottom: 0;
}

/* YELLO-BROWN */
.our-work-cols__1,
.our-work-cols__6,
.our-work-cols__8,
.our-work-cols__12 {
	background-color: #b17b1f;
}

/** GREEN */
.our-work-cols__2,
.our-work-cols__4,
.our-work-cols__9,
.our-work-cols__10,
.our-work-cols__14
 {
	background-color: #807812;
}

/** ORANGE */
.our-work-cols__3,
.our-work-cols__5,
.our-work-cols__7,
.our-work-cols__11 {
	background-color: #c05913;
}

.our-work-cols__13 {
	background-color: #c88f0c;
}

.our-work-cols__1 {
	background-image: url("/wp-content/uploads/2019/11/our-work-cols-bg-icon-1.png");
}

.our-work-cols__2 {
	background-image: url("/wp-content/uploads/2019/11/our-work-cols-bg-icon-2.png");
}

.our-work-cols__3 {
	background-image: url("/wp-content/uploads/2019/11/our-work-cols-bg-icon-3.png");
}

.our-work-cols__4 {
	background-image: url("/wp-content/uploads/2019/11/our-work-cols-bg-icon-4.png");
}

.our-work-cols__5 {
	background-image: url("/wp-content/uploads/2019/11/our-work-cols-bg-icon-5.png");
}

.our-work-cols__6 {
	background-image: url("/wp-content/uploads/2019/11/our-work-cols-bg-icon-6.png");
}

.our-work-cols__7 {
	background-image: url("/wp-content/uploads/2019/11/our-work-cols-bg-icon-7.png");
}

.our-work-cols__8 {
	background-image: url("/wp-content/uploads/2019/11/our-work-cols-bg-icon-8.png");
}

.our-work-cols__9 {
	background-image: url("/wp-content/uploads/2019/11/our-work-cols-bg-icon-9.png");
}

.our-work-cols__10 {
	background-image: url("/wp-content/uploads/2019/11/our-work-cols-bg-icon-10.png");
}

.our-work-cols__11 {
	background-image: url("/wp-content/uploads/2019/11/our-work-cols-bg-icon-11.png");
}

.our-work-cols__12 {
	background-image: url("/wp-content/uploads/2019/11/our-work-cols-bg-icon-12.png");
}

.our-work-cols__13 {
	background-image: url("/wp-content/uploads/2019/11/our-work-cols-bg-icon-13.png");
}

.our-work-cols__14 {
	background-image: url("/wp-content/uploads/2020/12/our-work-cols-bg-icon-14.png");
}

.hascustombackground-image--gicfugandaleadership {
	padding-top: 80px;
	padding-bottom: 80px;
}

/* Sitemap
--------------------------------------------- */

.sitemap ul {
	margin-left: 0;
}

.sitemap ul li {
	text-align: center;
	list-style-type: none;
}

.entry-content ul.give-online-list {
	font-size: 28px;
	font-weight: 700;
	margin-left: 0;
	text-align: center;
}

.entry-content ul.give-online-list li {
	list-style-type: none;
}

.gicf .frm_dropzone.dz-clickable.frm_single_upload {
	max-width: 100%;
}

.gicf .frm_dropzone .frm_upload_text button {
	text-transform: none;
}

.nomargin-bottom,	
.home .nomargin-bottom {	
	margin-bottom: 0;	
}

.wp-block-button.felloship-dinner-btn .wp-block-button__link {
	font-size: 30px;
	line-height: 1;
	min-width: 465px;
}

.wp-block-button.felloship-dinner-btn .wp-block-button__link span {
	font-size: 18px;
}

.wp-block-button.home-fellowshipdinner-btn {
	width: 100%;
	display: block;
}

.wp-block-button.home-fellowshipdinner-btn .wp-block-button__link {
	font-size: 18px;
	margin-bottom: 13px;
	padding: 8px 35px;
	line-height: 1.4;
	width: 100%;
	max-width: 464px;
}

.wp-block-button.home-fellowshipdinner-btn .wp-block-button__link span {
	font-size: 15px;
}

.p-indent {
	padding-left: 25px;
}

.our-work-cols__row {
	gap: 0;
}

/* 1-21-2026 Give Page Update */

.page-content-has-nomargin-top .entry-header,
.page-content-has-nomargin-bottom .content {
	margin-bottom: 0;
}

.page-content-has-nomargin-bottom .entry {
	margin-bottom: 0;
}

.wp-block-cover.give-section-hero {
	padding: 60px 0;
}

.badge {
	background-color: #FFF;
	display: inline-block;
	border-radius: 50px;
	padding: 10px 30px;
	color: #AE650B;
	border: 1px solid #d38e15;
	margin-bottom: 15px;
	font-weight: 600;
}

.give-section-hero h2.wp-block-heading {
	font-size: 62px;
}

.give-section-hero h2.wp-block-heading .break {
	display: block;
}

.give-section-hero h2.wp-block-heading .text-color-yellow {
	color: #d38e15;
}

.card-component {
	background-color: #FFF;
	border-radius: 10px;
	border-left: 8px solid #d38e15;
	color: #1a1a1a;
	padding: 20px 24px;
}

.card-component.card-check {
	font-size: 15px;
	max-width: 700px;
	margin-top: 40px;
}

.card-component.card-check .icon {
	color: #d38e15;
	font-size: 30px;
	margin-right: 20px;
}

.card-component.card-check h3 {
	font-size: 18px;
	margin-bottom: 5px;
}

.card-component.card-check p {
	margin-bottom: 12px;
}

.card-component.card-check p:last-child() {
	margin-bottom: 0;
}

.give-section-hero .wp-block-image img {
	border-radius: 10px;
}

.give-section-online-donation {
	margin: 90px auto;
}

.wp-block-lazyblock-online-donation-options {
	max-width: 1400px;
	margin: 0 auto;
}

.wp-block-heading.section-title {
	margin-bottom: 15px;
}

.wp-block-heading.has-divider-element::after {
	content: '';
	width: 80px;
	height: 5px;
	background-color: #670001;
	display: block;
	margin: 15px auto;
}

.donate-option-flex,
.card-column-flex {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.donate-option.col,
.card-column.col {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-flex:0;
	-ms-flex:0 0 auto;
	flex:0 0 auto;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
	padding:0 15px;
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
	max-width: 33.33333%;
	min-width:0;
}

.donate-option .col-wrapper {
	-webkit-box-shadow: 3px 6px 8px rgba(0, 0, 0, 0.07);
	        box-shadow: 3px 6px 8px rgba(0, 0, 0, 0.07);
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
	border-radius: 10px;
	border: 1px solid #ddd;
}

.donate-option .col-wrapper:hover, 
.donate-option .col-wrapper:focus {
	border-color: #670001;
}

.donate-option .col-heading {
	background-color: #ffeded;
	padding: 25px 25px;
	font-size: 36px;
	line-height: 1;
	text-align: center;
	color: #670001;
	border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.donate-option .col-content {
	padding: 30px 25px 40px;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.donate-option .do-title h3 {
	font-size: 18px;
	margin-bottom: 20px;
}

.donate-option .do-description {
	font-size: 15px;
	margin-bottom: 20px;
}

.donate-option .do-description a {
	color: #670001;
}

.donate-option .do-select-option {
	margin-bottom: 28px;
}

.donate-option .do-button button {
	display: block;
	max-width: 100%;
	width: 100%;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: 600;
	padding: 12px 15px;
	border-radius: 4px;
}

.give-section-other-ways-give {
	background-color: #fdfbf7;
	padding-top: 90px;
	padding-bottom: 90px;
	border-top: 1px solid #e5e7eb;
}

.give-section-other-ways-give .section-header {
	max-width: 1200px;
}

.card-column .col-wrapper {
	background-color: #FFF;
	border: 1px solid #444444;
	height: 100%;
	padding: 25px;
	border-radius: 10px;
}

.card-column .col-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	margin-bottom: 20px;
}

.card-column h3 {
	margin-bottom: 0;
	font-size: 18px;
}

.card-column .col.col-left .icon {
	width: 48px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	color: #FFF;
	font-size: 22px;
	border-radius: 50px;
	margin-right: 15px;
}

.card-column .col-content {
	font-size: 15px;
}

.card-column-description {
	margin-bottom: 20px;
}

.card-column-footnote > div {
	margin-bottom: 5px;
}

.card-column-footnote a {
	color: #555;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {
}

@media only screen and (max-width: 1180px) {
	.home-featured-1__h3--sub {
		font-size: 42px;
	}

	.wpg .wp-block-button__link {
		font-size: 18px;
	}

	.give-section-hero h2.wp-block-heading {
		font-size: 44px;
	}

	.give-section-other-ways-give {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.give-section-online-donation {
		margin-bottom: 60px;
		margin-top: 60px;
	}

	.give-section-hero h2.wp-block-heading .break {
		display: inline;
	}
}

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

	.home-featured-1__h3--sub {
		font-size: 40px;
	}

	.wpg .wp-block-button__link {
		font-size: 16px;
		padding: 18px 30px;
	}

	.home-featured-1__p {
		font-size: 18px;
	}

}

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

	.footer-widgets .wrap {
		display: block;
	}

	.footer-widget-area {
		display: block;
		float: left;
		width: 26%;
	}

	.footer-widgets-3 {
		width: 48%;
	}

	.footer-widgets-3 .widget_media_image {
		float: left;
		text-align: center;
		width: 50%;
	}

	.footer-widgets-4 {
		display: block;
		text-align: left;
		width: 100%;
	}
	
	.wp-block-button.felloship-dinner-btn .wp-block-button__link {
		font-size: 28px;
	}
}

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

	.widget-area-site-notice {
		font-size: 16px;
	}

	.has-site-notice .home-featured-section-1 {
		padding-top: 180px;
	}

	.home-featured-section-1 {
		height: 100%;
		padding-top: 20%;
		padding-bottom: 40px;
	}

	.home-featured-1__h2, .home-featured-1__h3 {
		font-size: 18px;
	}

	.home-featured-1__h3--sub {
		font-size: 45px;
	}

	.home-featured-1__p {
		font-size: 18px;
		letter-spacing: 0;
	}

	.genesis-nav-menu a {
		padding: 15px 10px;
	}

	.page-about-us-block-spacer-2 {
		height: 60px !important;
	}

	.about-us__cicf-faith-based-org--text {
		font-size: 36px !important;
	}

	.our-work-col__title {
		font-size: 28px;
	}

	.wpg .wp-block-button__link {
		padding: 18px 20px;
	}

	.wp-block-spacer.page-our-work-block-spacer-1,
	.wp-block-spacer.page-our-work-block-spacer-2,
	.wp-block-spacer.page-financial-accountability-spacer-block-4,
	.wp-block-spacer.page-financial-accountability-spacer-block-5 {
		height: 60px !important;
	}

	.page-financial-accountability-intro-text {
		font-size: 32px !important;
	}

	.give-section-hero .wp-block-columns {
		-ms-flex-wrap: wrap !important;
		    flex-wrap: wrap !important;
	}

	.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
		-ms-flex-preferred-size: 100% !important;
		    flex-basis: 100% !important;
	}

	.give-section-hero .wp-block-image .alignright {
		float: unset !important;
		margin: 0 auto !important;
		text-align: center !important;
	}

	.donate-option.col, .card-column.col {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}

}

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

	.home-featured-section-1.has-1-columns.wp-block-columns .wp-block-column {
		-ms-flex-preferred-size: 70%;
		    flex-basis: 70%;
	}

	.home-featured-1__h3--sub {
		font-size: 48px;
	}

	.home-featured-1__p {
		font-size: 16px;
	}

	.home-featured-section-2 .wp-block-column,
	.home-featured-section-3 .wp-block-column {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		text-align: center;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 40px;
	}

	.home-featured-section-2 .wp-block-column:nth-child(2n),
	.home-featured-section-3 .wp-block-column:nth-child(2n) {
		margin-left: 0;
	}

	.home-featured-section-2 .wp-block-column:last-child,
	.home-featured-section-3 .wp-block-column:last-child {
		margin-bottom: 0;
	}

	.home-featured-section-4 .wp-block-columns {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
	}

	.home-featured-section-5.wp-block-columns.has-1-columns .wp-block-column {
		-ms-flex-preferred-size: 70%;
		    flex-basis: 70%;
	}

	.home-featured-section-5 .featured-section-title {
		font-size: 36px;
	}

	.home-featured-section-5 p {
		font-size: 22px !important;
	}

	.home-featured-section-5 .wp-block-spacer {
		height: 0 !important;
	}

	.wp-block-columns.inmobile-block {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.wp-block-columns.inmobile-block .wp-block-column {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}

	.wp-block-columns.inmobile-block .wp-block-column:nth-child(1) {
		margin-bottom: 60px;
	}

	.section-title-size--medium {
		font-size: 42px;
	}

	.wp-block-columns.leadership-columns .leadership-column {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin-bottom: 40px;
		margin-right: 0;
		margin-left: 0;
	}

	.wp-block-columns.leadership-columns .leadership-column:last-child {
		margin-bottom: 0;
	}

	.wp-block-columns.leadership-columns {
		margin-bottom: 30px;
	}

	.active .leadership-description {
		position: relative;
	}

	.wp-block-column.our-goals .has-3-columns {
		margin-bottom: 0;
	}

	.wp-block-column.our-goals .has-3-columns:last-child {
		margin-bottom: 30px;
	}

	.wp-block-column.gicf-vision-statement__col {
		margin-bottom: 30px;
	}

	.our-work-cols__row .wp-block-column,
	.our-work-cols__row .our-work-cols__13 {
		background-size: 190px;
		background-position-x: -50px !important;
		background-position-y: center;
	}

	.our-work__section-title {
		font-size: 36px;
	}

	.our-work-col__title {
		font-size: 34px;
	}

	.page-advanced-education__intro-text {
		font-size: 32px !important;
	}

	.wp-block-spacer.page-advanced-education-block-spacer-1 {
		height: 24px !important;
	}

	.entry-title {
		font-size: 46px;
	}

	.wp-block-spacer.page-missionary-support-block-spacer-1 {
		height: 30px !important;
	}

	.inmobile-align--center {
		float: none;
		text-align: center;
	}

	.wp-block-columns.inmobile-block .wp-block-image .alignright {
		float: none;
		margin-left: 0;
	}

	.wp-block-columns.inmobile-block .wp-block-image .alignleft {
		float: none;
		margin-right: 0;
	}

}

@media only screen and (max-width: 768px) {
	.nav-primary {
		clear: both;
		display: none;
		float: none;
		width: 100%;
	}

	.responsive-menu {
		display: block;
		padding: 10px 0;
	}

	.genesis-nav-menu {
		font-size: 16px;
	}

	.genesis-nav-menu.responsive > .menu-item > .sub-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive .menu-item {
		margin: 0;
		position: relative;
	}
	
	.genesis-nav-menu.responsive .menu-item:hover {
		position: relative;
	}
	
	.genesis-nav-menu.responsive .current-menu-item > a,
	.genesis-nav-menu.responsive .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive a,
	.genesis-nav-menu.responsive a:hover {
		background: none;
		line-height: 1;
		padding: 16px 20px;
	}
	
	.genesis-nav-menu.responsive .menu-item-has-children {
		cursor: pointer;	
	}
	
	.genesis-nav-menu.responsive .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive .sub-menu {
		border: none;
		left: auto;
		opacity: 1;
		padding-left: 25px;
		position: relative;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive .sub-menu .sub-menu {
		margin: 0;
	}
	
	.genesis-nav-menu.responsive .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive .sub-menu li a,
	.genesis-nav-menu.responsive .sub-menu li a:hover {
		background: none;
		border: none;
		padding: 12px 20px;
		position: relative;
		width: 100%;
	}

	.genesis-nav-menu.responsive > .menu-item-has-children::before {
		content: "\f078";
		float: right;
		font: 900 22px/1 'Font Awesome 5 Pro';
		height: 16px; 
		padding: 16px 20px;
		position: absolute;
		right: 0;
		text-align: right;
		width: 100%;
		z-index: 9999;
	}
	
	.nav-primary .genesis-nav-menu.responsive .sub-menu a {
		font-size: 18px;
	}

	.genesis-nav-menu > .menu-item-has-children > a::after {
		content: "";
	}

	.site-header .genesis-nav-menu ul.sub-menu {
		background-color: unset;
		padding-bottom: 0;
		padding-top: 0;
	}

	.page-financial-accountability-intro-text {
		font-size: 28px !important;
	}

	.wp-block-spacer.page-financial-accountability-spacer-block-1 {
		height: 28px !important;
	}

	.page-financial-accountability-intro-text {
		font-size: 24px !important;
	}

	.wp-block-cover.page-financial-accountability-image-cover {
		min-height: 280px;
	}
	
	.wp-block-columns.has-1-columns.column-half .wp-block-column {
		-ms-flex-preferred-size: 70% !important;
		    flex-basis: 70% !important;
	}
}

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

	.site-header {
		min-height: 100px;
	}

	.header-image .site-title > a {
		background-size: 130px auto !important;
		min-height: 73px;
	}

	.home-featured-section-1 {
		padding-top: 26%;
	}

	.home-featured-section-1,
	.home-featured-section-2 {
		margin-bottom: 60px;
	}

	.home-featured-section-2 .wp-block-column,
	.home-featured-section-3 .wp-block-column {
		margin-bottom: 10px;
	}

	.home-featured-section-5 {
		padding-top: 65px;
		padding-bottom: 50px;
	}

	.featured-section-title {
		font-size: 36px;
	}

	.featured-blog-post__title h2 {
		font-size: 28px;
	}

	.wpg .about-us__meet-gicf-usa-leadership-text-quote {
		font-size: 26px;
	}

	.wp-block-columns {
		margin-bottom: 60px;
	}

	.wp-block-spacer.page-about-us-block-spacer-5,
	.wp-block-spacer.page-about-us-block-spacer-6 {
		height: 60px !important;
	}

	.wp-block-cover.about-us__meet-gicf-usa-leadership-cover {
		min-height: 290px;
	}

	.wp-block-cover.about-us__meet-gicf-usa-leadership-cover p {
		font-size: 46px !important;
	}

	.nomargin-bottom {
		margin-bottom: 0;
	}

	.wp-block-columns.our-work-cols__row {
		margin-bottom: 0;
	}

	.wpg .page-lulwanda-childrens-home-text-quote {
		font-size: 26px;
	}

	.wp-block-spacer.page-lulwanda-childrens-home-block-spacer-2 {
		height: 20px !important;
	}

	.page-give-gicf-address {
		font-size: 28px !important;
	}

	.wp-block-spacer.page-give-spacer-block-2,
	.wp-block-spacer.page-give-spacer-block-3 {
		height: 60px !important;
	}

	.wp-block-spacer.page-give-spacer-block-4 {
		height: 20px !important;
	}

	.footer-widget-area,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 50%;
	}

	.widget-area-site-notice {
		font-size: 14px;
	}

	.home-featured-1__h3--sub {
		font-size: 40px;
		margin-bottom: 13px;
	}

	.home-featured-1__h2, 
	.home-featured-1__h3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.home-featured-1__p {
		margin-bottom: 0 !important;
	}

}

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

	.home-featured-section-1 {
		background-position-x: 65%;
		padding-top: 28%;
	}

	.home-featured-1__h3--sub::before {
		height: 8px;
		width: 165px;
	}

	.home-featured-1__h3--sub {
		font-size: 36px;
	}

	.featured-section-title {
		font-size: 32px;
	}

	.wpg .has-large-font-size {
		font-size: 20px;
	}

	.home-featured-section-2 .wp-block-column,
	.home-featured-section-3 .wp-block-column {
		margin-bottom: 25px;
	}

	.home-featured-section-4 .wp-block-columns {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	
	.wp-block-columns.home-our-work__row {
		margin-bottom: 0;
	}

	.home-blog-block-spacer-1 {
		height: 20px !important;
	}

	.our-work__section-title {
		font-size: 32px;
	}

	.social-media-menu-icon a {
		margin: 0 5px;
	}
	
	.wp-block-columns.has-1-columns.column-half .wp-block-column {
		-ms-flex-preferred-size: 75% !important;
		    flex-basis: 75% !important;
	}

	.has-site-notice .entry-header {
		padding-top: 205px;
	}
			
}

@media only screen and (max-width: 480px) {
	
	.wp-block-columns.has-1-columns.column-half .wp-block-column {
		-ms-flex-preferred-size: 85% !important;
		    flex-basis: 85% !important;
	}

	.home-featured-1__h2,
	.home-featured-1__h3 {
		font-size: 16px;
	}

	.home-featured-1__h3--sub {
		font-size: 32px;
	}

	.wpg .wp-block-button__link {
		font-size: 16px;
		padding: 13px 20px;
	}

	.home-featured-section-1 {
		padding-bottom: 10px;
		padding-top: 30%;
	}

	.featured-section-title {
		font-size: 28px;
	}

	.wpg .has-large-font-size {
		font-size: 18px;
	}

	.home-featured-section-5 .featured-section-title {
		font-size: 28px;
	}

	.home-featured-section-5 {
		padding-bottom: 35px;
	}

	.home-featured-section-5 p {
		font-size: 18px !important;
	}

	.featured-blog-post__title h2 {
		font-size: 24px;
	}

	.featured-blog-post__post-content {
		font-size: 18px;
	}

	.newsletter-input .newsletter-email {
		padding: 13px 10px;
		height: 60px;
	}

	.newsletter-input .button {
		height: 60px;
		padding: 10px 13px;
		font-size: 16px;
		-ms-flex-preferred-size: 28%;
		    flex-basis: 28%;	
		min-width: 110px;
	}

	.newsletter-input input[type="email"] {	
		-ms-flex-preferred-size: 72%;	
		    flex-basis: 72%;	
	}

	.footer-widget-area {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		text-align: center;
	}

	.footer-widgets-2 .menu li {
		text-align: center;
		font-size: 18px;
		padding: 3px 0;
	}

	.footer-widgets-4 {
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.entry-title {
		font-size: 38px;
	}

	.wpg .about-us__meet-gicf-usa-leadership-text-quote {
		font-size: 24px;
	}

	.wp-block-cover.about-us__meet-gicf-usa-leadership-cover {
		min-height: 230px;
	}

	.wp-block-cover.about-us__meet-gicf-usa-leadership-cover p {
		font-size: 38px !important;
	}

	.page-contact-us__gicf-address,
	.page-contact-us__gicf-po-address {
		font-size: 24px !important;
	}

	.page-advanced-education__intro-text {
		font-size: 28px !important;
	}

	.entry-content ul.give-online-list {
		font-size: 24px;
	}

	.page-financial-accountability-intro-text {
		font-size: 22px !important;
	}

	.footer-widget-area,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 100%;
	}

	.footer-widgets-3 .widget_media_image {
		float: none;
		width: 100%;
	}

	.social-media-menu-icon a {
		margin: 0 10px;
	}
	
	.wp-block-button.felloship-dinner-btn .wp-block-button__link {
		font-size: 24px;
	}
	
	.wp-block-button.felloship-dinner-btn .wp-block-button__link span {
		font-size: 16px;
	}

	.home-featured-section-1 {
		min-height: 600px;
	}

}

@media only screen and (max-width: 412px) {
	.has-site-notice .home-featured-section-1 {
		padding-top: 200px;
	}

	.home-featured-1__p {
		margin-bottom: 20px !important;
	}

	.give-section-hero h2.wp-block-heading {
		font-size: 42px;
		margin-bottom: 15px;
	}
}

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

	.featured-section-title {
		font-size: 26px;
	}

	.wpg .has-large-font-size {
		font-size: 16px;
	}

	.home-featured-section-5 .featured-section-title {
		font-size: 24px;
	}

	.home-featured-section-5 p {
		font-size: 16px !important;
	}

	.featured-blog-post__title h2 {
		font-size: 20px;
	}

	.featured-blog-post__post-content {
		font-size: 16px;
	}

	.newsletter-input .newsletter-email {
		width: 65%;
	}

	.footer-widget-area {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.page-about-us-block-spacer-2 {
		height: 50px !important;
	}

	.wp-block-cover.about-us__meet-gicf-usa-leadership-cover p {
		font-size: 30px !important;
		margin-bottom: 0;
	}

	.section-title-size--medium {
		font-size: 32px;
	}

	.wp-block-spacer.page-about-us-block-spacer-11 {
		height: 20px !important;
	}

	.about-us__cicf-faith-based-org--text {
		font-size: 28px !important;
	}

	.wpg .page-our-work__mission-statement-title,
	.our-work__section-title {
		font-size: 26px;
	}

	.wp-block-spacer.page-our-work-block-spacer-1 {
		height: 40px !important; 
	}

	.our-work-col__title {
		font-size: 28px;
	}

	.entry-title {
		font-size: 28px;
	}

	.entry-header {
		background-color: #800000;
		margin-bottom: 60px;
		padding: 140px 15px 7px;
		text-align: center;
	}

	.wpg .page-lulwanda-childrens-home-text-quote {
		font-size: 24px;
	}

	.wp-block-cover.page-financial-accountability-image-cover {
		min-height: 160px;
	}

	.home-featured-section-1 {
		padding-top: 40%;
	}

}

@media only screen and (max-width: 320px) {
	.home-featured-section-1 {
		padding-top: 42%;
	}

	.home-featured-1__h3--sub {
		font-size: 33px;
	}

	.home-featured-1__h3--sub::before {
		height: 6px;
		width: 140px;
	}

	.featured-section-title {
		font-size: 24px;
	}

	.wp-block-cover.about-us__meet-gicf-usa-leadership-cover p {
		font-size: 34px !important;
	}

	.page-advanced-education__intro-text {
		font-size: 24px !important;
	}

	.page-give-gicf-address {
		font-size: 24px !important;
	}
}