/*
 Theme Name:   Bissell Pogon Child Theme
 Theme URI:    http://bissellcentre.org
 Description:  Bissell Pogon Child Theme for 2021
 Author:       Dave Von Bieker
 Author URI:   http://vonbieker.com
 Template:     pogon
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  pogonchild
*/

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital@0;1&display=swap');
/* @import url('/wp-content/themes/pogon/css/fonts.css'); */
@import url('fonts/founders-grotesk-condensed-semibold.woff2'); 


/*! normalize.css v3.0.2 | MIT License | git.io/normalize
-------------------------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}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:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/* =Clearfix by Nicolas Gallagher
-------------------------------------------------------------- */

.row:before,.row:after,.clearfix:before,.clearfix:after{content:'';display:table}.row:after,.clearfix:after{clear:both}.row,.clearfix{zoom:1}


/* =Gridiculous
-------------------------------------------------------------- */

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;outline:none}body{font-size:100%;line-height:1.6875}.grid{margin:0 auto;max-width:1000px;width:100%}img{max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto}.wfull{width:100%;max-width:100%}.w320{max-width:320px}.w640{max-width:640px}.w960{max-width:960px}.row{width:100%}.row .row{width:auto;margin:0 -15px}.c1{width:8.33%}.c2{width:16.66%}.c3{width:25%}.c4{width:33.33%}.c5{width:41.66%}.c6{width:50%}.c7{width:58.33%}.c8{width:66.66%}.c9{width:75%}.c10{width:83.33%}.c11{width:91.66%}.c12{width:100%}.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12{min-height:1px;float:left;padding-left:15px;padding-right:15px;position:relative}.s1{margin-left:8.33%}.s2{margin-left:16.66%}.s3{margin-left:25%}.s4{margin-left:33.33%}.s5{margin-left:41.66%}.s6{margin-left:50%}.s7{margin-left:58.33%}.s8{margin-left:66.66%}.s9{margin-left:75%}.s10{margin-left:83.33%}.s11{margin-left:91.66%}.end{float:right !important}.noleftpadding{padding-left:0 !important}.norightpadding{padding-right:0 !important}.nosidepadding{padding-left:0 !important;padding-right:0 !important}.smallleftpadding{padding-left:10px !important}.smallrightpadding{padding-right:10px !important}.smallsidepadding{padding-left:10px !important;padding-right:10px !important}.aligncenter{text-align:center}


/**
 *  General Styles
 */

body {
    background: #F4F5EC;
	background-image: url('/wp-content/themes/pogon-child/images/bg-offwhite.png');
    color: #444041;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@font-face {
   font-family: 'FoundersGroteskCondensed';
	src: url('/wp-content/themes/pogon-child/fonts/founders-grotesk-condensed-semibold.woff2') format('woff2');
   font-weight: 700;
   font-style: normal;
}
 
@font-face {
   font-family: 'FoundersGroteskCondensed';
	src: url('/wp-content/themes/pogon-child/fonts/founders-grotesk-condensed-regular.woff2') format('woff2');
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'FoundersGroteskCondensed';
	src: url('/wp-content/themes/pogon-child/fonts/founders-grotesk-condensed-medium.woff2') format('woff2');
   font-weight: 500;
   font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'FoundersGroteskCondensed';
	font-weight:400;
	font-style: normal;
    margin-top: .2rem;
    margin-bottom: .5rem;
    line-height: 1.4;
}
h1, h2, h3, h4, h5, h6, p, span, li, blockquote, a {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-weight: normal;
    line-height: 1.4;
}
h1 {
    font-size: 44px;
}
h3 {
    font-size: 27px;
}
h4 {
    font-size: 23px;
}
h5 {
    font-size: 18px;
}
p {
    overflow: hidden;
    margin: 0 0 20px;
}
a {
    color: #1ab4c2;
    text-decoration: none;
}
a:hover {
    color: #3F98A3;
}
strong, b {
    font-weight: 700;
    line-height: inherit;
}
blockquote {
    color: #3F98A3;
    font-size: 36px;
	font-family: 'FoundersGroteskCondensed', Helvetica, sans-serif;
    margin: 40px 0 40px 0;
    padding: 20px 0;
    border-left: 0;
    border-top: 5px solid #9bd4da;
    border-bottom: 5px solid #9bd4da;
    text-align: center;
    line-height: 1.3;
}
blockquote p {
    margin: 20px 0 0;
}
blockquote p:first-child {
    margin: 0;
}
blockquote + pre {
    text-align: right;
    color: #aaa;
    font-size: 14px;
    margin-top: 10px;
}
.grid-container,
.home header,
.home .home-content,
.home .newsletter-signup,
.home footer {
    /* max-width: 1500px; */
    /* margin: 0 auto; */
}
.page-template-template-donate-php .grid-container,
.home .grid-container {
    max-width: 100%;
}
.emergency-quote {
    margin: 30px 0;
    padding: 40px;
    background: #f7f4e9;
    color: #cb5864;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    line-height: 1.3;
    border: 0;
}
.table {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
.tcell {
    display: table-cell;
    vertical-align: middle;
}
.gform_fields {
	list-style: none;
	margin: 0;
	padding: 0;
}

/**
 *  Style Guide
 */

 .info-text {
    background: #f6f6f6;
    padding: 14px 15px 17px;
    font-weight: 700;
    font-size: 15px;
    color: #1ab4c2;
    border-radius: 4px;
    margin: 0 0 27px;
 }


/**
 *  Header
 */

header {
    position: relative;
    min-height: 115px;
    padding: 36px 0;
	padding-bottom: 26px;
    background: #F4F5EC;
	background-image: url('/wp-content/themes/pogon-child/images/bg-offwhite.png');

}
.logo {
    display: block;
    min-width: 200px;
	margin-top: -6px;
}
.logo img {
    /* width: 100%; */
    /* max-width: 273px; */
    height: 66px;
    margin: 0;
}

@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation: portrait) {
responsive.css:265.logo img {
	height:66px; !important}
}


.menu,
.menu li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu {
    padding-top: 12px;
    text-align: right;
}
.menu li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.menu li:first-of-type {
    margin: 0;
}
.menu li a {
    font-weight: 700;
    font-size: 21px;
}
.menu li.btn-donate a,
#menu-item-20137 a,
li#menu-item-37 a{
    display: block;
    padding: 15px; /* default value is  8px 25px;  */
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 15px;
    background-color: #1ab4c2;
    color: #F4F5EC;
	font-weight: 700;
	font-size: 22px;
    text-transform: uppercase;
    border: 1px solid #1ab4c2;
    border-radius: 5px;
}


.menu li.btn-donate a:hover,
#menu-item-20137 a:hover,
li#menu-item-37 a:hover{
    background-color: #3F98A3;
   }


.js-toggle-menu {
    cursor: pointer;
    z-index: 100;
    position: absolute;
    top: 40px; /* 50px; */
    right: 15px; /* 17px; */
    width: 30px;
    height: 20px;
}

.page-id-18 .js-toggle-menu.mobile, .page-template-template-donate-alt .js-toggle-menu.mobile, .page-id-5193 .js-toggle-menu.mobile {
    display: none !important; /* Hide hamburger on donate page / alt donate template / community heroes page at iPad and below. */
}
.menu-toggle {
    position: relative;
    top: 8px;
    right: 0;
    height: 4px;
    background-color: #095b74;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    transition: background-color .3s;
}
.menu-toggle:before,
.menu-toggle:after {
    content: '';
    position: absolute;
    right: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #095b74;
    -webkit-transition: -webkit-transform .5s, top .5s, background-color .5s;
    -moz-transition: -moz-transform .5s, top .5s, background-color .5s;
    transition: transform .5s, top .5s, background-color .5s;
}
.menu-toggle:before {
    top: -8px;
}
.menu-toggle:after {
    top: 8px;
}
.menu-toggle.open {
    background-color: rgba(255, 255, 255, 0);
}
.menu-toggle.open:before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.menu-toggle.open:after {
    top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}
.menu-toggle.open:before,
.menu-toggle.open:after {
    background-color: #095b74;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop>.ubermenu-target>.ubermenu-sub-indicator {
    right: 5px !important;
    margin-top: -7px !important;



}
    

/**
 *  Footer
 */

footer {
    padding: 60px 0;
    color: #F4F5EC;
}
footer .grid {
    opacity: 0.3;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -o-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
}
footer:hover .grid {
    opacity: 1;
}
.page-id-18 footer .grid .row:first-child {
	display: none;
}
footer h5 {
    color: #F4F5EC;
}
footer p {
    margin: 0;
    font-size: 14px;
}
footer p.footer-address {
    line-height: 1.4;
}
.copyright {
    margin-top: 20px;
    color: #9b919c;
}
.footer-small-menu ul li {
    float: left;
    margin-right: 20px;
}

@media all and (max-width: 768px) {
    .footer-small-menu ul li {
        float: none;
        margin: 0;
    }
    #menu-item-2726 {
        margin-top: 30px;
    }
}

@media all and (max-width: 640px) {
    .footer-pie-chart {
        display: none;
    }
}
.menu-footer,
.menu-social {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-social {
    font-family: 'SSSocialRegular';
    font-weight: normal;
}
.menu-footer li {
    line-height: 24px;
	font-family: 'FoundersGroteskCondensed', Helvetica, sans-serif;
}

.menu-footer li a {
    color: #F4F5EC;
    font-size: 18px;
    font-weight: 700;
}
.menu-social {
    margin: 0 0 10px;
}
.menu-social li {
    float: left;
    margin: 0 0 0 20px;
}
.menu-social li:first-of-type {
    margin: 0;
}
.menu-social li a {
    overflow: hidden;
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    color: #F4F5EC;
    font-size: 28px;
    line-height: normal;
}


/**
 *  Buttons
 */

.btn,
.btn a,
input[type="submit"] {
    display: inline-block;
    padding: 8px 25px;
    text-transform: uppercase;
    background-color: #1ab4c2;
    color: #F4F5EC;
    font-size: 20px;
    border-radius: 5px;
    font-weight: 700;
    border: 1px solid #A4A494;
    font-family: 'FoundersGroteskCondensed';
	font-weight:700;
}
	
.btn:hover,
input[type="submit"]:hover {
    background-color: #3F98A3;
    color: #F4F5EC;
    cursor: pointer;
}

.caption a {
	background-color: #F4F5EC;
    color: #1ab4c2;
    border: 1px solid #F4F5EC;
    cursor: pointer;
	font-family: 'FoundersGroteskCondensed';
	font-weight: 700;
}

.caption a:hover { 
	 background-color: #F4F5EC;
    color: #1ab4c2;
    border: 1px solid #F4F5EC;
    cursor: pointer;
}

.menu li.btn-donate a:hover {
    border-color: #1ab4c2;
    cursor: pointer;
}
.btn-large {
    padding: 25px 45px;
    font-size: 24px;
    line-height: 1;
}
.btn-medium {
    padding: 15px 45px;
    font-size: 15px;
    line-height: 1.2;
}
.btn-reverse {
    background-color: #F4F5EC;
    color: #1ab4c2;
    /* border-color: #F4F5EC; */
}
.btn-reverse:hover {
    background: #1ab4c2;
    color: #F4F5EC;
    border: 1px solid #F4F5EC;
}
.btn-monthly {
    background: #CC5760;
    border: 1px solid #CC5760;;
}
.btn-monthly:hover {
    background: #F4F5EC;
    color: #cb5864;
    border: 1px solid #cb5864;
}
.btn-transparent {
    background: transparent;
    border: 2px solid #F4F5EC;
}
.btn-transparent:hover {
    background-color:  rgba(244, 245, 235, 0.2);
    color: #F4F5EC;
}
.help .btn {
    width: 100%;
}
.help .c6:only-child {
    float: none;
    margin: 0 auto;
}
.btn-block {
    width: 100%;
    display: block;
}
.btn-blue {
    background: #1ab4c2;
}
.btn-blue:hover {
    background: #159ab1;
}
.btn-white {
    background: #f8f8f8;
    color: #222;
}
.btn-white:hover {
    color: #222;
    background: #dfdfdf;
}

.body {
	background-image: url('');
}
/**
 * Element
 * Bottom faded out image
 */
.bottom-faded-image-container {
    position: relative;
}
.bottom-faded-image-container:after {
    content: '';
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(30%, rgba(255,255,255,0.5)), color-stop(50%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, white 0%, rgba(255,255,255,0.5) 30%, rgba(255, 255, 255, 0) 50%);
    background: -moz-linear-gradient(top, white 0%, rgba(255,255,255,0.5) 30%, rgba(255, 255, 255, 0) 50%);
    background: -o-linear-gradient(top, white 0%, rgba(255,255,255,0.5) 30%, rgba(255, 255, 255, 0) 50%);
    background: linear-gradient(to bottom, white 0%, rgba(255,255,255,0.5) 30%, rgba(255, 255, 255, 0) 50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bottom-faded-image-container img {
    width: 100%;
}

/**
 *  Home
 */

.text-center {
    text-align: center !important;
}
.text-align-center {
    text-align: center;
}
.text-right {
    text-align: right !important;
}
.home .banner {
    height: 580px;
}
.banner:not(.ch-banner) {
    position: relative;
    width: 100%;
    height: 580px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
	-ms-behavior: url(/backgroundsize.min.htc);
}

.banner:empty {
    min-height: 300px;
    padding: 0;
}
.banner .table:not(:only-child) {
    padding-bottom: 55px;
}
.banner .tcell {
    position: relative;
    z-index: 3;
}
.inner-banner {
    padding: 80px 0;
    height: 345px;
}
.help {
	background:#4d2e2f;
	background-image: url('/wp-content/themes/pogon-child/images/bg-brown.png');    padding: 45px 0;
}
.caption {
    z-index: 1;
    position: relative;
}
.banner .caption h1,
.banner .caption h2,
.banner .caption p {
    color: #F4F5EC;
}
@media all and (max-width: 768px) {
    .home .mobile-banner {
	background-position: right;
	background-size: cover;
	height: calc(100vw * 0.75);
	max-height: 320px;
    }
    .home .banner {
	background: #1ab4c2 !important;
    text-align: center;
/*    height: 280px !important; */
    }
    .home .banner:before {
	display: none;
    }
    .banner .caption h1 {
        font-size: 54px;
    }
	 .home .caption a:active, .home .caption a {
    background-color: #F4F5EC !important;
    color: #1ab4c2 !important;
    border: 1px solid #F4F5EC !important;
    cursor: pointer;
	 }

}

.all-programs a,
.all-programs p {
    font-weight: 700;
}
.caption p {
    margin: 20px 0 0;
    font-size: 30px;
    line-height: 1.2;
   font-family: 'FoundersGroteskCondensed';
}
.caption h1,
.caption p strong {
    display: block;
    margin: 0 0 20px;
    font-family: 'FoundersGroteskCondensed';
	font-weight: 700;
    font-size: 64px;
    line-height: 1;
}
.caption h1:only-child,
.caption p:only-child {
    margin: 0;
}
.caption p:first-of-type {
    margin: 0;
}
.donate-wrap .caption p:first-of-type {
    margin-top: 20px;
}
.donate-wrap .caption h1 {
    margin-bottom: 0;
}
.caption a {
    display: inline-block;
    margin-top: 35px;
    padding: 18px 40px;
    text-transform: uppercase;
    font-size: 24px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   font-family: 'FoundersGroteskCondensed';
	font-weight: 700;
  background-color: #fafbf8;
    color: #1ab4c2;
    border: 1px solid #fafbf8;
}
.caption a:hover {
   
	 color: #fafbf8;
    background-color: #1ab4c2;
    border: 1px solid #1ab4c2;

}
.stats {
    background: #F4F5EC;
    padding: 80px 0;
    color: #37113b;
}
.stats h3 {
    line-height: 1.2;
    font-weight: 600;
}
/*
.blog {
    background: #F4F5EC;
    padding: 80px 0;
}
.blog footer {
    background: #37113b;
}
.blog .c8,
.blog .c4 {
    float: right;
}
*/
#comments {
    display: none;
}
.comment-notes,
.comment-form-author,
.comment-form-email {
    margin: 0;
    padding: 10px;
}
.comment-notes {
    font-size: 12px;
}
.comment-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.comment-author .fn {
    font-size: 1.3em;
    line-height: 34px;
    margin-right: 10px;
    font-weight: 700;
    font-style: normal;
}
.comment-author .says {
    display: none;
}
.inner .navigation a {
    font-weight: 400;
}
.navigation-previous {
    float: right;
}
.navigation-next {
    float: left;
}
.blog-post h2 a {
    font-weight: 400;
}
.blog-intro {
    text-align: right;
}
.blog-intro h1 {
    color: #444041;
    font-size: 44px;
    margin-bottom: 15px;
}
.blog-intro h2 {
    font-size: 18px !important;
    border-bottom: 1px solid #d3d8e0;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.past-articles {
    list-style: none;
    margin: 0;
    padding: 0
}
.past-articles li {
    margin: 0;
    padding: 0;
}
.past-articles h4 {
    font-size: 24px;
}
.past-articles h4 a {
    font-weight: 400;
}
.meta {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
}
.inner .meta a {
    font-weight: 400;
}
.blog-post {
    padding-bottom: 35px;
    border-bottom: 1px solid #d3d8e0;
    margin-bottom: 45px;
}
.blog h2 {
    color: #444041;
    font-size: 34px;
}
.excerpt-image {
    margin-bottom: 20px;
}
.blog-post .extras {
    margin-top: 10px;
}
.blog-post .share {
    font-size: 14px;
    color: #989898;
}
.blog-post .share a {
    font-weight: 400;
    color: #989898;
}
.blog-post .share .facebook a:hover {
    color: #3b5998;
}
.blog-post .share .twitter a:hover {
    color: #2caae1;
}
.blog-post .share .linkedin a:hover {
    color: #007bb6;
}
.inline-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.inline-list li {
    display: inline-block;
    margin: 0 15px 0 0;
}
.blog-post .share .share-icon {
    padding-left: 20px;
}
.blog-post .share .twitter {
    background: url('images/icons/twitter.png') no-repeat 0 5px;
    background-size: 14px;
}
.blog-post .share .facebook {
    background: url('images/icons/facebook.png') no-repeat 1px 4px;
}
.blog-post .share .linkedin {
    background: url('images/icons/linkedin.png') no-repeat 0 3px;
}
.blog .readmore {
    font-weight: 700;
}
#commentform {
    margin-bottom: 15px;
    position: relative;
    border: 1px solid #eaeaea;
    border-color: rgba(0, 0, 0, .1);
    border-radius: 3px;
    background-color: #F4F5EC;
}
#comment {
    width: 100%;
    line-height: 1.5em;
    height: 140px;
    border: 0;
    box-sizing: border-box;
    padding: 15px;
    resize: none;
    margin: 0;
}

.logged-in-as,
.form-submit {
    margin: 0;
    padding: 10px;
    text-align: right;
}
#submit {
    background-color: #272727;
    color: #F4F5EC;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    padding: 14px 18px;
    position: relative;
    text-align: center;
    border: 0;
}
#submit:hover {
    background-color: #000;
}
.newsletter-signup,
.footer-donate {
	background: #F4F5EC;
		background-image: url('/wp-content/themes/pogon-child/images/bg-offwhite.png');
    padding: 50px 0;
}
.newsletter-signup h5 {
    color: #444041;
    font-weight: 600;
    margin-bottom: 1em;
}
#mce-responses .response,
div#mce-success-response {
    color: #F4F5EC;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 100;
    background: #cc5967;
    padding: 10px;
    border: 5px solid #F4F5EC;
}
#mce-responses .response a {
    color: #F4F5EC;
}
.newsletter-signup #mc_embed_signup input.mce_inline_error {
    border-color: #cc5967;
}
.newsletter-signup input {
    height: 44px;
    padding: 0 10px; /* 6px 10px; */
    width: 100%;
    line-height: 1;
    border: 1px solid #A4A494;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
}

.newsletter-signup input.error, .signup-box input.error {
    border-color: red;
}

.newsletter-signup input[type="submit"],
.signup-box-form input[type="submit"] {
    padding: 0;
    background: #288046;
    color: #F4F5EC;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    border: 1px solid #288046;
}
.newsletter-signup input[type="submit"]:hover {
    background: #1F4D2A;
    border-color: #245E33;
	color: #F4F5EC;
}
.newsletter-signup form {
    overflow: hidden;
}
.newsletter-signup h2,
.footer-donate .donate-text h2 {
    color: #444041;
    font-size: 26px;
    line-height: 30px;
    margin: 0;
    text-align: center;
}
.newsletter-signup p {
    color: #444041;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: center;
}

/*Footer*/


.footer-donate .donate-text h2 {
    line-height: 44px;
}
@media all and (max-width: 768px) {
    .newsletter-signup .c3 {
        max-width: 100% !important;
    }
}
.horizontalrule {
    padding: 20px 0;
}
hr,
.horizontalrule hr {
    border: none;
    color: #bbb;
    background-color: #bbb;
    height: 1px;
    clear: both;
    margin: 20px 0;
}
hr {
    margin: 50px 0;
}
.footer-donate {
    padding-top: 0;
}
.footer-donate hr {
    margin-top: 0;
}
.footer-donate .c6 {
    width: auto;
}
.footer-donate .c6.donate-form {
    float: right;
}
.footer-donate .donate-text p {
    color: #F4F5EC;
    font-size: 24px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 0;
}
.footer-donate .donate-form button {
    -webkit-appearance: none;
    background: rgba(72, 176, 189, 0.1);
    border: none;
    border-radius: 5px;
    display: block;
    float: left;
    height: 44px;
    margin-right: 10px;
    outline: none;
    padding: 0;
    width: 80px;
}
.footer-donate .donate-form button:hover {
    background: rgba(72, 176, 189, 0.4);
}
.footer-donate .donate-form button.active {
    background: #1ab4c2;
    color: #F4F5EC;
}
.footer-donate .donate-form .input-wrap {
    float: left;
    margin-right: 10px;
    position: relative;
    width: 160px;
}
.footer-donate .donate-form .input-wrap:before {
    content: '$';
    left: 10px;
    line-height: 44px;
    position: absolute;
}
.footer-donate .donate-form .input-wrap input {
    -webkit-appearance: none;
    background: rgba(72, 176, 189, 0.1);
    border: none;
    border-radius: 5px;
    display: block;
    height: 44px;
    outline: none;
    padding: 0 0 0 25px;
    width: 100%;
}
.footer-donate .donate-form .btn {
    border: none;
    display: block;
    float: left;
    line-height: 44px;
    padding: 0;
    text-align: center;
    width: 120px;
}
@media all and (max-width: 768px) {
    footer .grid {
        opacity: 1;
    }
    .footer-donate .c6 {
        width: 100%;
    }
    .footer-donate .donate-text {
        margin-bottom: 20px;
        text-align: center;
    }
    .footer-donate .donate-form button {
        width: calc(25% - (30px / 4));
    }
    .footer-donate .donate-form button:nth-child(4) {
        margin-right: 0;
    }
    .footer-donate .donate-form .input-wrap {
        margin: 10px 0;
        width: 100%;
    }
    .footer-donate .donate-form .btn {
        width: 100%;
    }
}


/**
 * Page nav
 */

.page-nav {
    margin-top: 34px;
    text-align: center;
}
.page-nav a + a {
    margin-left: 15px;
}


/**
 * About
 */

.about-subpages {
    list-style: none;
    margin: 0;
    padding: 0;
}
.about-subpages li {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    min-height: 200px;
    margin-top: 120px;
}
.about-subpages li:first-of-type {
    margin: 0;
}
.about-subpages li .subpage-left,
.about-subpages li .subpage-right {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: center;
}
.about-subpages li .subpage-left {
    width: 46.25%;
}
.about-subpages li .subpage-right {
    padding: 0 2% 0 4.5%;
}
.about-subpages li p + .btn {
    margin-top: 15px;
}
.about-thumb {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 210px;
    background: transparent center no-repeat;
    background-size: cover;
}


/**
 * Locations
 */

.locations-wrap {
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
}
.locations-wrap li {
    overflow: hidden;
    display: block;
    margin: 0 0 50px;
    padding: 0 0 50px;
    border-bottom: 1px solid #bbb;
}
.locations-wrap li .subpage-left,
.locations-wrap li .subpage-right {
    float: left;
    display: block;
    width: 50%;
    padding: 0;
}
.locations-wrap li .subpage-left {
    padding: 0 16px 0 0;
}
.locations-wrap li .subpage-right {
    padding: 0 0 0 16px;
}
.locations-wrap li.reverse {
    text-align: right;
}
.locations-wrap li.reverse .subpage-left,
.locations-wrap li.reverse .subpage-right {
    float: right;
}
.locations-wrap li.reverse .subpage-left {
    padding: 0 0 0 16px;
}
.locations-wrap li.reverse .subpage-right {
    padding: 0 16px 0 0;
}
.locations-wrap .about-thumb {
    position: relative;
    padding-top: 56.25%;
}


/**
 * Resources
 */

.resources-wrap h3 {
    margin-bottom: 30px;
}
.annual-report {
    position: relative;
}
.annual-report-image {
    max-width: 120px;
    margin: 0 auto 30px;
    padding-top: 156px;
    background: transparent center no-repeat;
    background-size: cover;
}


/**
 * Get Involved
 */

.get-involved-section .btn {
    border-color: #1ab4c2;
}
.get-involved-section .get-involved-icon,
.get-involved-section .get-involved-description {
    display: block;
    margin: 0 0 34px;
}
.get-involved-inner {
    background-image: url('images/bg-blue.jpg');
    padding: 40px 0;
}
.get-involved-inner h2 {
    color: #F4F5EC;
    font-size: 34px;
    text-align: center;
    padding: 0 0 32px;
}


/* Volunteer */

.program-detail-banner {
    height: 400px;
    padding: 120px 0 0 0;
}
.v-links {
    margin: 30px -20px !important;
}
.inner--banner {
    position: relative;
    height: 480px;
    padding: 80px 0;
}


/* Help */

.help-wrap blockquote {
    background: #f7f4e9;
    color: #cb5864;
    font-weight: 700;
    font-size: 24px;
    border: none;
    padding: 40px;
    text-align: left;
}
.help-wrap blockquote {
    margin-bottom: 30px;
    text-align: center;
}
.help-wrap blockquote p {
    margin: 0;
}
blockquote ol {
    margin: 0;
    padding: 20px 20px;
    font-size: 16px;
}
.help-content-wrap {
    margin: 20px 0;
}


/* Secondary CTA */


div#main div.secondary-cta.secondary-cta-text-with-image.secondary-cta-has-secondary-text {
		background: #F4F5EC;
			background-image: url('/wp-content/themes/pogon-child/images/bg-offwhite.png');
		color: #4d2e2f;
}

div#main div.secondary-cta.secondary-cta-text-with-image.secondary-cta-has-secondary-text p {
		color: #4d2e2f;
}

div#main div.secondary-cta.secondary-cta-text-with-image.secondary-cta-has-secondary-text h1 {
	font-weight: 700;
	font-size: 40px;
	color: #4d2e2f;
}

div#main div.secondary-cta.secondary-cta-text-with-image.secondary-cta-has-secondary-text div.grid.row div.c7 a.btn {
	background: #288046;
	border: none;
}

div#main div.secondary-cta.secondary-cta-text-with-image.secondary-cta-has-secondary-text div.grid.row div.c7 a.btn:hover {
	background: #1F4D2A;
	border: none;
}




/* Donate */

.page-template-template-donate-php .banner, .page-template-template-donate-alt-php .banner {
    height: auto;
    padding: 0;
    position: relative;
    background-position: top;
}

.quote-landing {
    color: #F4F5EC;
    background: rgba(26, 191, 223, 0.2);
    padding: 12px 10px;
    text-align: center;
	font-family: "FoundersGroteskCondensed";
    font-weight: 400 !important;
    font-size: 22px !important;
    line-height: 30px;
    border-radius: 5px;
}

 .banner .overlay {
 display: block !important;
    margin-left: -15px;
    margin-right: -15px;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -moz-linear-gradient(left, rgba(55, 17, 59, .6)0, rgba(55, 17, 59, 0)100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(55, 17, 59, .6)), color-stop(100%, rgba(55, 17, 59, 0)));
    background: -webkit-linear-gradient(left, rgba(55, 17, 59, .6)0, rgba(55, 17, 59, 0)100%);
    background: -o-linear-gradient(left, rgba(55, 17, 59, .6)0, rgba(55, 17, 59, 0)100%);
    background: -ms-linear-gradient(left, rgba(55, 17, 59, .6)0, rgba(55, 17, 59, 0)100%);
    background: linear, to right, rgba(55, 17, 59, .6)0, rgba(55, 17, 59, 0)100%;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9937113b', endColorstr='#0037113b', GradientType=1);
}

.home.page .overlay {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: -moz-linear-gradient(left, rgba(55, 17, 59, .6)0, rgba(55, 17, 59, 0)100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(55, 17, 59, .6)), color-stop(100%, rgba(55, 17, 59, 0)));
    background: -webkit-linear-gradient(left, rgba(55, 17, 59, .6)0, rgba(55, 17, 59, 0)100%);
    background: -o-linear-gradient(left, rgba(55, 17, 59, .6)0, rgba(55, 17, 59, 0)100%);
    background: -ms-linear-gradient(left, rgba(55, 17, 59, .6)0, rgba(55, 17, 59, 0)100%);
    background: linear, to right, rgba(55, 17, 59, .6)0, rgba(55, 17, 59, 0)100%;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#9937113b', endColorstr='#0037113b', GradientType=1);
}
.donate-wrap {
    padding: 62px;
    position: relative;
    z-index: 3;
    text-align: center;
}
.page-template-template-thank-you-new .donate-wrap {
    text-align: left;
}
.donate-wrap .landing-form {
    overflow: hidden;
    max-width: 440px;
}
.donate-wrap .radio-button-tabs ul {
    display: block;
    min-height: 74px;
    margin: 0;
    padding: 0;
    margin: 20px -10px 0 -10px;
}
.donate-wrap ul li {
    list-style: none;
    padding: 0 10px;
}
.donate-wrap input[type=radio] {
    display: none;
}
.donate-wrap input[type=radio]+label {
    display: inline-block;
    /* margin-left: 8px; */
    margin-right: 16px;
    margin-bottom: 0;
    vertical-align: baseline;
}
.donate-wrap input[type=radio]:checked+label {
    background-color: #1ab4c2;
    color: #F4F5EC;
}
.donate-wrap label {
    webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: #F4F5EC;
    border-radius: 4px;
    color: #666;
    cursor: pointer;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 17px 0;
    text-align: center;
    width: 100%;
}
.donate-wrap .amount {
    position: relative;
    padding-bottom: 4px;
}
.donate-wrap .amount input {
    color: #37113b;
    font-size: 32px;
    height: 80px;
    border-radius: 4px;
    border: 2px solid #F4F5EC;
    width: 100%;
    margin: 0 0 16px;
    padding: 16px 16px 16px 56px;
    -webkit-appearance: none;
}
.donate-wrap .amount input:focus {
    border: 2px solid #1ab4c2;
    box-shadow: none;
    outline: 0;
}
.donate-wrap .amount:before {
    content: "$";
    position: absolute;
    color: #ccc;
    z-index: 1;
    top: 13px;
    left: 20px;
    font-size: 35px;
}
.donate-wrap .amount:after {
    content: attr(data-currency);
    position: absolute;
    color: #ccc;
    z-index: 1;
    top: 13px;
    right: 20px;
    font-size: 35px;
}
.donate-wrap ul.button-wrap {
    display: block;
    padding: 0 10px;
    margin: 0 -20px;
    overflow: hidden;
}
.donate-wrap ul.button-wrap li {
    width: 50%;
    padding: 0 10px;
}
.donate-wrap button {
    padding: 15px 0;
	font-family: "FoundersGroteskCondensed";
	font-weight: 700;
}


.donate-wrap .secure {
    clear: both;
    color: #F4F5EC;
    margin-top: 20px;
    text-align: center;
}
.donate-wrap .secure p {
    margin: 0;
}
.donate-wrap .secure img {
    display: inline;
    height: 12px;
}
@media all and (max-width: 768px) {
    .donate-wrap {
        background: #087fa3;
        padding: 60px 0;
    }
    .donate-wrap .landing-form {
        max-width: 100%;
    }
    .donate-wrap .landing-form ul li {
        width: 25%;
    }
    .donate-wrap .landing-form .button-wrap li {
        padding: 0 10px;
    }
}


/**
 * Programs
 */


.programs-banner {
    position: relative;
    height: 430px;
    padding: 80px 0;
}
.programs {
    padding: 80px 0;
	background: #1ab4c2;
	background-image: url('/wp-content/themes/pogon-child/images/bg-blue.png');}
.page-template-template-programs .programs {
    padding: 0;
}
.centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.programs h2 {
    font-size: 42px;
	font-weight: 700;
}

.programs h3 {
    font-size: 24px;
	font-weight: regular;
}
.programs h2,
.programs h3 {
    color: #F4F5EC;
}
.programs h4 {
    color: #4d2e2f;
    font-weight: 700;
    font-size: 32px;
    margin: 0;
}
.programs .btn-reverse {
    color: #F4F5EC;
	background: none;
	border: none;
}

.programs .btn-reverse:after {
    content: " →";
}

.programs .btn-reverse:hover {
    background:  rgba(244, 245, 235, 0.2);
    color: #F4F5EC;
	border: none;
}
.programs-wrapper {
    padding: 60px 0;
}
.home .programs-wrapper {
    padding: 50px 0;
}
.program-outer {
    overflow: hidden;
    position: relative;
    display: block;
    height: 340px;
    background: #F4F5EC;
		background-image: url('/wp-content/themes/pogon-child/images/bg-offwhite.png');
}
.program-outer .program-image {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60%;
    background: center no-repeat;
    background-size: cover;
	-ms-behavior: url(/backgroundsize.min.htc);
}
.program-outer .program {
    position: absolute;
    bottom: -40px;
    padding: 20px;
    background: #F4F5EC;
		background-image: url('/wp-content/themes/pogon-child/images/bg-offwhite.png');
    transition: all 0.3s ease-in-out;
}
.program-outer:hover .program {
    bottom: 0;
}
.program p {
    margin: 0;
	color: #4d2e2f;
	line-height:1em;
}
.program .program-link {
    display: block;
    margin: 20px 0 0;
    color: #1ab4c2;
}
.all-programs ul,
.all-programs ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.program-group {
    margin-top: 16px;
}
.programs-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.programs-list li {
    overflow: hidden;
    margin: 48px 0 0;
    padding: 32px 16px;
    background: #F4F5EC;
		background-image: url('/wp-content/themes/pogon-child/images/bg-offwhite.png');
}
.programs-list li:first-of-type {
    margin: 0;
}
.programs-list li .program-image {
    width: 100%;
    padding-bottom: 100%;
    background: top right no-repeat;
    background-size: cover;
}
.programs-list li h4 {
    margin: 0 0 10px;
    font-size: 23px;
    font-weight: 700;
}
.programs-list li p {
    margin: 0 0 20px;
}
.programs-list li .btn:hover {
    border-color: #1ab4c2;
}

@media all and (max-width: 769px) {
    .programs-banner {
        padding: 100px 0 0;
    }
}


/**
 * Subnav
 */

.program-subnav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.program-subnav:after {
    content: '';
    display: block;
    height: 10px;
    background: #9bd4da;
		background-image: url('/wp-content/themes/pogon-child/images/bg-blue-light.png');
}
.program-subnav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.program-subnav ul li {
    float: left;
    width: 32%;
    margin: 0 0 0 2%;
	background: #3F98A3;
			background-image: url('/wp-content/themes/pogon-child/images/bg-blue-dark.png');
    text-align: center;
}
.program-subnav ul li:first-of-type {
    margin: 0;
}
.program-subnav ul li.current-menu-item,
.program-subnav ul li:hover {
	background: #9bd4da;
			background-image: url('/wp-content/themes/pogon-child/images/bg-blue-light.png');
}

.program-subnav ul li a {
    display: block;
    color: #F4F5EC;
    font-weight: 700;
    font-size: 32px;
    line-height: 60px;
	font-family: 'FoundersGroteskCondensed';
}

.program-subnav ul li.current-menu-item  a{
	color: #444041;
}

.program-subnav ul li.current-menu-item  a:hover {
	color: #444041;
}

.program-subnav ul li a:hover {
	color: #3F98A3;
}
.subnav-border {
    background: url('images/bg-blue.jpg');
    height: 10px;
}


/**
 * Inner pages
 */


.inner {
    padding: 80px 0;
    background: #F4F5EC;
		background-image: url('/wp-content/themes/pogon-child/images/bg-offwhite.png');
}
.inner h1 {
    font-size: 44px;
}
.inner h2 {
    font-size: 34px;
}
.inner h3 {
    font-size: 24px;
}
.inner a {
    font-weight: 700;
}
.has-sidebar .page-content,
.has-sidebar .page-sidebar {
    float: right;
    padding: 0 32px;
}
.inner .btn {
    font-weight: 700;
    text-align: center;
}

.banner.inner--banner {
    background-position: top;
}

.page-template-template-thank-you .inner .btn {
    line-height: 32px;
}
.page-template-template-thank-you .inner .btn.share-twitter {
    margin-right: 80px;
}
@media all and (max-width: 768px) {
    .page-template-template-thank-you .inner .btn {
        display: block;
    }
    .page-template-template-thank-you .inner .btn.share-twitter {
        margin: 0 0 20px;
    }

    .banner.inner--banner {
        padding: 100px 0 0;
    }

}
.btn-wrap {
    margin: 25px 0 40px;
}


/*** Drop Your Gonch  */

.orange-links a {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 45px;
    background: #f68121;
    color: #F4F5EC;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 5px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*** Expo Needs  */

.greyblue-links a {
    display: inline-block;
    margin-top: 20px;
    padding: 15px 45px;
    background: #475B63;
    color: #F4F5EC;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 5px;
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/**
 * Forms
 */

.gform_fields, .gform_fields ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gform_validation_container {
	display: none;
}

html .caldera-grid {
    overflow: hidden;
    margin: 20px auto;
}

html .caldera-grid .row {
    margin-top: 10px;
}
html .caldera-grid .row.last_row {
    margin-top: 0;
    text-align: center;
}
html .caldera-grid label {
    margin: 0;
}
html .caldera-grid .form-control {
    width: 100%;
    height: auto;
    padding: 12px;
    margin: 6px 0 4px;
    border: 1px solid #ccc !important;
    background: #fafafa;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    box-sizing: border-box;
    border-radius: 2px;
    outline: none !important;
    box-shadow: none !important;
}
html .caldera-grid .btn.btn-default {
    background-color: #00bfdf;
    color: #F4F5EC;
    border-color: #00bfdf;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 35px;
    display: inline-block;
    margin-top: 20px;
}
html .caldera-grid .btn.btn-default:hover {
    background-color: #F4F5EC;
    color: #00bfdf;
}


/**
 * Features
 */

.blue-btn-wrap,
.orange-btn-wrap,
.greyblue-btn-wrap,
.btn-dark-magenta, 
.btn-gray {
    overflow: hidden;
}
.blue-btn-wrap.center,
.orange-btn-wrap.center,
.greyblue-btn-wrap.center,
.btn-dark-magenta.center, 
.btn-gray.center {
    text-align: center;
}
.blue-btn-wrap a,
.orange-btn-wrap a,
.greyblue-btn-wrap a,
.btn-dark-magenta a, 
.btn-gray a {
    display: inline-block;
    margin: 20px 0;
    padding: 15px 45px;
    background: #1ab4c2;
    color: #F4F5EC;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    border: 1px solid #1ab4c2;
    border-radius: 5px;
}
.blue-btn-wrap a:hover {
    background: #F4F5EC;
    color: #1ab4c2;
}
.orange-btn-wrap a {
    background: #f68121;
    border: 1px solid #f68121;
}
.orange-btn-wrap a:hover {
    background: #F4F5EC;
    color: #f68121;
}
.greyblue-btn-wrap a {
    background: #475B63;
    border: 1px solid #475B63;
}
.greyblue-btn-wrap a:hover {
    background: #F4F5EC;
    color: #475B63;
}
.btn-dark-magenta a {
    background: #288046;
    border: 1px solid #37113b;
}
.btn-dark-magenta a:hover {
    background: #F4F5EC;
    color: #37113b;
}
.blue-btn-wrap br,
.orange-btn-wrap br,
.greyblue-btn-wrap br {
    display: none;
}
.blue-btn-wrap a,
.orange-btn-wrap a, 
.btn-gray a,
.greyblue-btn-wrap a {
    margin-left: 15px;
}
.blue-btn-wrap.two a,
.orange-btn-wrap.two a,
.greyblue-btn-wrap.two a {
    width: 35%;
    margin-left: 5%;
    padding: 15px 5px;
}
.blue-btn-wrap.two a:first-of-type,
.orange-btn-wrap.two a:first-of-type, 
.greyblue-btn-wrap a:first-of-type {
    margin-right: 5%;
    margin-left: 0;
}
.blue-btn-wrap.thirds a,
.orange-btn-wrap.thirds a,
.greyblue-btn-wrap.thirds a {
    float: left;
    width: 32%;
    margin-left: 2%;
    padding: 15px 45px;
}
.blue-btn-wrap a:first-of-type,
.orange-btn-wrap a:first-of-type,
.greyblue-btn-wrap a:first-of-type {
    margin-left: 0;
}
.blue-btn-wrap.reverse a {
    background-color: #F4F5EC;
    color: #1ab4c2;
}
.blue-btn-wrap.reverse a:hover {
    background-color: #1ab4c2;
    color: #F4F5EC;
}
.orange-btn-wrap.reverse a {
    background-color: #F4F5EC;
    color: #f68121;
}
.orange-btn-wrap.reverse a:hover {
    background-color: #f68121;
    color: #F4F5EC;
}

.greyblue-btn-wrap.reverse a {
    background-color: #F4F5EC;
    color: #475B63;
}
.greyblue-btn-wrap.reverse a:hover {
    background-color: #475B63;
    color: #F4F5EC;
}

/**
 * Community
 */

.community-subpages {
    text-align: center;
}
.community-subpages .btn {
    margin-top: 15px;
}


/**
 * Tools
 */

.tool-item {
    margin: 20px 0 0;
}
.tool-item p {
    margin: 0;
}
.tool-image {
    display: inline-block;
    margin: 0 0 20px;
}


/**
 * 404
 */

.error404 .inner {
    text-align: center;
}
.error404 .inner h1 {
    margin-bottom: 30px;
}
.error404 .inner h3 {
    margin-top: 30px;
}
.error404 .program-group:first-of-type {
    float: left;
    width: 50%;
}


/**
 * Helpers
 */

.mobile,
.tablet {
    display: none !important;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}


/**
 * Progress Bar
 */

.ui-widget-content {
    border-radius: 15px !important;
    border: none !important;
}
.ui-widget-header {
    background: #1ab4c2 !important;
	background-image: url('/wp-content/themes/pogon-child/images/bg-blue.png');}


/**
 * Events Page
 */

.event-info {
	color: #37113b;
	font-weight: 700;
}

.event-icon {
	background-position: center;
	background-size: cover;
	border-radius: 50%;
	height: 220px;
	width: 220px;
}

.event-row .btn {
	background: #288046;
	border-color: #37113b;
}

.event-row .btn:hover {
	background: #F4F5EC;
	color: #37113b;
}

.event-row:last-child hr {
	display: none;
}

@media all and (max-width: 768px) {
	.event-icon {
		margin: 0 auto 20px;
	}
}

/* Careers */
h3.jobsindent {margin-left: 20px !important;}
ul.jobs { list-style-type: none !important; padding-left: 30px !important; }
ul.jobs li { padding-bottom: 10px !important; }

/* Survey 2020 Form */
div.freebirdFormviewerViewCenteredContent {
    margin: 0;
    max-width: 100% !important;
    width: 100% !important;
}
.page-id-15127 h1 {
	text-align: center;
}

/* --- ERECEIPT PAGE --- */

.input-box {
 background: #F4F5EC url(https://bissellcentre.org/wp-content/uploads/2020/11/Background.jpg);
 background-repeat: no-repeat;
 background-size: cover;
 margin: auto;
 width: 100%;
 height: 580px;
}
.input-box {
  display: flex;
  position:relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.input-box .headline {
  color: #F4F5EC;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 0;
}
.input-box .subheadline {
  color: #F4F5EC;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 140%;
  margin-bottom: 1rem;
}
.input-box .instruction {
  color: #F4F5EC;
  font-weight: 300;
  font-style: italic;
}
.text-wrapper {
  display: flex;
  flex: 1 0 auto;
}
.download-button.btn {
  background-color: #288046;
  border:  solid #6d3678;
  border-radius: 1;
  color: #F4F5EC;
  font-size: 20px;
  font-weight: normal;
  text-transform: none;
  width: auto;
  height:100%
}
.input-box h1 {
  margin-bottom: 2rem;
}
.input-box {
  color: #000;
  font-weight: bold;
  margin: 0 auto;
}
.email-input {
  color: #000;
  border:  solid #6d3678;
  border-radius: 1;
  font-size: 20px;;
  margin: 0 auto 1rem auto;
  max-width: 440px;
  background-color: #F4F5EC;
  height:100%
}
.ereceipt-wrapper {
  background-color:#F4F5EC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 580px;
}
.err-box {
  font-size: 1.2em;
  font-weight: bold;
}
 .err-box {
  background-color: #F4F5EC;
   border: 1px solid #555;
  border-color: #000;

  font-weight: 300;
  margin: -0.5rem auto 1rem auto;
  max-width: 440px;
  padding: 0.5rem;
}
 .err-box {
  text-align: center;
}
@media (min-width: 577px) {
  .ereceipt-page .headline,
  .ereceipt-page .subheadline,
  .ereceipt-page .instruction {
    color: #000;
    text-align: left;
  }
  .input-box .mobile {
    display: none;
  }
  .ereceipt-page .desktop {
    display: block;
  }
}

/* FOOTER OVERRIDE */

div#wrap.grid-container footer {
	background: #4d2e2f;
	background-image: url('/wp-content/themes/pogon-child/images/bg-brown.png');}
	
	
/* Blog Styles */

.blog p.meta {
	display: none !important;
}

ul.past-articles li h4 a {
	color: #444041;
}	

Ul.past-articles li h4 {
	margin-bottom: 20px;
}


ul.past-articles li p.meta {
	display: none !important; 
}