@charset "UTF-8";

/*
Theme Name: IHC Foundation
Theme URI: https://imamhasanfoundation.org.au/
Author: IHC Foundation
Author URI: https://imamhasanfoundation.org.au/
Description: IHC Foundation
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ihf
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

*, *::before, *::after { box-sizing: border-box; }
html, body {
    margin:0;
    padding:0;
    height:100%;
}
body {
    font:normal 18px 'Lato', sans-serif;
    line-height:1.35em;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
header { height:120px; }
p {
    margin-top:0;
    margin-bottom:0.4em;
}
img { max-width:100%; }
main {
    margin-top:60px;
    margin-bottom:60px;
}
a {
    color:#005026;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}

.width {
    max-width:1000px;
    margin-left:auto;
    margin-right:auto;
}
@media (max-width: 1023px) {
    .width { max-width:90%; }
}
.width.narrow { max-width:900px; }
main .width.narrow { max-width:867px; }
.cols { display:table; }
.cols > div { display:table-cell; }
@media (max-width: 767px) {
    .cols, .cols > div { display:block; }
}
.clear { clear:both; }
a.button {
    display:inline-block;
    font-weight:bold;
    background:#005026;
    color:#fff;
    height:50px;
    line-height:50px;
    width:252px;
    text-align:center;
    text-decoration:none;
    text-transform:uppercase;
}
a.button_wide {
    width:auto;
    padding-left:20px;
    padding-right:20px;
    margin-top:20px;
}
ul.social {
    display:inline-block;
    list-style:none;
    margin:0;
    padding:0;
}
ul.social li {
    display:inline-block;
    margin:0;
    padding:0;
}
.thumb {
    display:block;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    max-width:100%;
}
.switch { margin-bottom:8px; }
.amount { margin-left:-1.6%; }
.switch::after, .amount::after {
    content:'';
    display:table;
    clear:both;
}
.switch label, .amount label {
    display:block;
    float:left;
    color:#888b8d;
    border:1px solid #888b8d;
    text-align:center;
    cursor:pointer;
}
.switch label {
    width:50%;
    text-transform:uppercase;
}
.switch label.checked, .amount label.checked {
    background:#005026;
    border:1px solid #005026;
    color:#fff;
}
.amount label {
    width:31.7%;
    margin-left:1.6%;
    margin-bottom:8px;
}
.switch input, .amount input[type="radio"] { display:none; }
.amount > div {
    float:left;
    width:65%;
    margin-left:1.6%;
    border:1px solid #888b8d;
    position:relative;
    padding-left:75px;
}
.amount > div::before {
    content:'$';
    display:block;
    position:absolute;
    left:0px;
    top:0px;
    bottom:0px;
    width:75px;
    background:#005026;
    color:#fff;
    text-align:center;
}
.amount > div input {
    font:bold 26px 'Lato', sans-serif;
    border:none;
    background:none;
    appearance:none;
    -webkit-appearance:none;
    outline:none;
    width:100%;
    padding-left:20px;
}
@media (max-width: 767px) {
    .desktop { display:none; }
}
.khums_fields, .coupon_fields, .amount { display:none; }
.khums_fields.active, .coupon_fields.active, .amount.active { display:block; }
.field {
    position:relative;
    margin-bottom:8px;
}
.field input[type="text"], .field input[type="email"], .field input[type="number"], textarea, .pseudoinput {
    appearance:none;
    -webkit-appearance:none;
    outline:none;
    font:normal 18px 'Lato', sans-serif;
    width:100%;
    border:1px solid #888b8d;
    padding-left:20px;
    padding-right:20px;
}
.field input[type="text"], .field input[type="email"], .field input[type="number"], .pseudoinput {
    line-height:50px;
    height:50px;
}
textarea {
    padding-top:20px;
    padding-bottom:20px;
}
#donate_form .field input[type="text"], #fundraiser_form .field input[type="text"], #fundraiser_form .field input[type="number"] {
    font:500 20px 'Lato', sans-serif;
    line-height:60px;
    height:60px;
}
.half {
    float:left;
    width:49%;
    margin-left:2%;
}
.half.first { margin-left:0; }
.err {
    display:none;
    position:absolute;
    right:4px;
    bottom:4px;
    display:none;
    color:red;
    font-size:12px;
    line-height:1em;
}
.animate ::-webkit-input-placeholder { color: rgba(0, 0, 0, 0); }
.animate ::placeholder { color: rgba(0, 0, 0, 0); }
.field label {
    font-size:12px;
    font-weight:bold;
}
.animate label {
    font-size:16px;
    font-weight:normal;
    left:0.5em;
    padding:0 15px;
    line-height:50px;
    margin:0;
    max-width:calc(100% - 2em);
    opacity:0.6;
    overflow:hidden;
    pointer-events:none;
    position:absolute;
    text-overflow:ellipsis;
    top:0%;
    transition:all 0.2s linear;
    transform-origin:0% 50%;
    white-space:nowrap;
    z-index:1;
}
#donate_form .animate label, #fundraiser_form .animate label {
    font-size:18px;
    line-height:50px;
}
.animate label::before {
    content:'';
    background-color:white;
    display:block;
    height:.6em;
    top:50%;
    left:0;
    right:0;
    transform:translateY(-50%);
    position:absolute;
    z-index:-1;
    opacity:0;
}
.animate.translate label {
  font-weight:bold;
  opacity:1;
  transform:translateY(-50%) scale(0.8);
}
.animate.translate label::before { opacity:1; }

#header_top {
    background:#005026;
    color:#fff;
    font-size:12px;
    height:50px;
    line-height:50px;
}
#header_top img { vertical-align:middle; }
#header_top .width > img { margin-right:20px; }
#header_top ul.social { margin-left:40px; }
@media (max-width: 1023px) {
    #header_top ul.social { display:none; }
}
header .width { position:relative; }
header .width > a > img { margin-top:6px; }

#header_right {
    position:absolute;
    right:0px;
    top:20px;
}
#header_right nav {
    display:none;
    position:absolute;
    left:-30px;
    top:50px;
    z-index:10;
}
@media (max-width: 1189px) {
    #header_right nav {
        left:auto;
        right:0px;
    }
}
@media (max-width: 767px) {
    header { height:100px; }
    header .width > a > img { width:200px; }
    #header_right { top:12px; }
}
#header_right nav.active { display:block; }
#header_right nav ul {
    list-style:none;
    margin:0;
    padding:0;
}
#header_right nav li {
    margin-left:0;
    margin-right:0;
    margin-top:4px;
    padding:0;
}
#header_right nav a {
    display:block;
    background:rgba(255, 255, 255, 0.6);
    font-size:16px;
    height:44px;
    line-height:44px;
    width:270px;
    padding-left:24px;
    padding-right:24px;
    text-decoration:none;
    text-transform:uppercase;
    color:#000;
    border-left:5px solid #005026;
    -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px);
}
#header_right nav a:hover { background: rgba(255, 255, 255, 0.8); }
#header_right > a {
    color:#000;
    font-size:16px;
    line-height:1em;
    font-weight:900;
    text-decoration:none;
    text-transform:uppercase;
}
#ico_cart {
    margin-left:24px;
    position:relative;
}
#ico_cart img { vertical-align:top; }
#ico_cart span { display:none; }
#ico_cart span.active {
    display:block;
    position:absolute;
    right:-10px;
    top:-15px;
    font-weight:bold;
    font-size:12px;
    width:22px;
    height:22px;
    line-height:22px;
    border-radius:50%;
    background:#005026;
    color:#fff;
    text-align:center;
}
#cart { display:none; }
#cart.active {
    display:block;
    position:absolute;
    z-index:100;
    right:0px;
    top:50px;
    width:627px;
}
.cart_content {
    background:#ece9e8;
    padding:55px;
}
#cart_close {
    display:block;
    float:right;
    clear:right;
}
#cart h3 {
    font-size:28px;
    letter-spacing:-1px;
    font-weight:900;
    line-height:1em;
    margin-top:0;
    margin-bottom:1em;
    color:#005026;
}
#cart h4, #checkout_cart h4 {
    font-size:28px;
    font-weight:900;
    line-height:1em;
    margin-top:0;
    margin-bottom:0;
    text-transform:uppercase;
    color:#005026;
}
#cart ul, #checkout_cart ul, #subtotal, #checkout_subtotal {
    list-style:none;
    margin:0;
    padding:0;
    display:table;
    width:100%;
}
#cart li, #checkout_cart li {
    margin:0;
    padding:0;
    display:table-row;
}
#cart li > div, #checkout_cart li > div, #subtotal > div, #checkout_subtotal > div {
    display:table-cell;
    width:50%;
}
#cart li > div, #checkout_cart li > div { padding-bottom:20px; }
#cart li:last-child > div, #checkout_cart li:last-child > div { padding-bottom:0; }
#cart li > div:last-child, #checkout_cart li > div:last-child {
    font-size:32px;
    line-height:1em;
    vertical-align:bottom;
    text-align:right;
}
#cart li > div:last-child span, #checkout_cart .frequency { font-size:18px; }
#cart li > div a, #checkout_cart li > div a {
    display:block;
    color:#de2516;
    text-decoration:none;
    text-transform:uppercase;
}
#subtotal, #checkout_subtotal {
    font-size:26px;
    line-height:1em;
    font-weight:900;
    background:#dbd6d5;
    padding-left:55px;
    padding-right:55px;
    padding-top:30px;
    padding-bottom:30px;
    color:#005026;
}
#checkout_subtotal {
    padding-left:30px;
    padding-right:30px;
    padding-top:20px;
    padding-bottom:20px;
}
#subtotal > div:first-child, #checkout_subtotal > div:first-child { text-transform:uppercase; }
#subtotal > div:last-child, #checkout_subtotal > div:last-child {
    font-size:32px;
    line-height:1em;
    text-align:right;
}
#subtotal span, #checkout_subtotal .frequency { font-size:18px; }
#cart a.button {
    font-size:22px;
    height:60px;
    line-height:60px;
    border:1px solid #005026;
    background:#005026;
    color:#fff;
    margin-right:10px;
    margin-bottom:20px;
}
#cart a.button:last-of-type { margin-right:0; }
#cart a.button.secondary {
    background:none;
    border:1px solid #888b8d;
    color:#888b8d;
}
#cart img { vertical-align:middle; }
.cart_content:last-child, #payment_method_icons { padding-top:40px; }
.cart_content:last-child img, #payment_method_icons img {
    margin-right:20px;
    vertical-align:middle;
}
#cart h3:last-child { margin-bottom:0; }

/* Animated hamburger icon */
.hamburger {
    font-size: 15px;
    width: 1em;
    height: .7em;
    margin-left:8px;
    display:inline-flex;
    vertical-align:top;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    margin-top:9px;
}
.hamburger::before, .hamburger::after, .hamburger > i::before, .hamburger > i::after {
    content: '';
    display: block;
    width: 100%;
    height: .1em;
    background: currentColor;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
}
.hamburger i {
    position: relative;
    height: .1em;
}
.hamburger > i::before, .hamburger > i::after {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(0deg);
}
.hamburger.active::before {
    transform: translateY(-0.25em);
    opacity: 0;
}
.hamburger.active::after {
    transform: translateY(0.25em);
    opacity: 0;
}
.hamburger.active > i::before { transform: rotate(45deg); }
.hamburger.active > i::after { transform: rotate(-45deg); }

.section_hero { height:1000px; }
.hero_image {
    height:650px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    padding-top:95px;
}
.hero_box {
    /*max-width:1000px;*/
    /*height:866px;*/
    padding:48px;
    /*margin-left:auto;
    margin-right:auto;*/
    background:rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 7px 7px 5px 0px rgba(0,0,0,0.25);
}
.hero_box .cols > div, .section_donate .cols > div { vertical-align:top; }
.hero_box .cols > div:last-child {
    width:555px;
    padding-left:55px;
}
.section_donate .cols > div:last-child {
    width:500px;
}
.hero_box h1, .section_donate h2.h1 {
    font-weight:900;
    font-size:68px;
    line-height:0.88em;
    letter-spacing:-3.5px;
    margin-top:0;
    margin-bottom:0.4em;
    color:#005026;
}
.hero_box h2, .section_donate h2 {
    font-weight:900;
    font-size:46px;
    line-height:1em;
    margin-top:0;
    margin-bottom:0.2em;
    color:#005026;
    letter-spacing:-2px;
}
#donate_form .switch {
    font-size:22px;
    font-weight:bold;
    height:58px;
    line-height:58px;
}
#donate_form .amount {
    font-size:26px;
    font-weight:bold;
    height:73px;
    line-height:73px;
}
#donate_form .animate label, #fundraiser_form .animate label { line-height:60px; }
#fundraiser_form .animate label::before {
    background:#ece9e8;
}
#donate_form .animate.translate label::before, #fundraiser_form .animate.translate label::before { filter:blur(3px); }
#donate_form input[type="text"], #fundraiser_form input[type="number"]  { background:none; }
.field input[type="submit"], #donate_form input[type="submit"], #fundraiser_form input[type="submit"] {
    appearance:none;
    -webkit-appearance:none;
    font:900 26px 'Lato', sans-serif;
    height:60px;
    line-height:60px;
    display:block;
    width:100%;
    border:none;
    background:#005026;
    color:#fff;
    text-transform:uppercase;
}
.selectric {
    background:none;
    border:1px solid #888b8d;
}
.selectric .label {
    font:normal 16px 'Lato', sans-serif;
    line-height:48px;
    height:48px;
    margin-left:18px;
    color:#888b8d;
}
#donate_form .selectric .label, #fundraiser_form .selectric .label {
    font:500 20px 'Lato', sans-serif;
    line-height:58px;
    height:58px;
    margin-left:28px;
}
.selectric .button {
    font-family:"FontAwesome";
    font-size:22px;
    line-height:48px;
    width:48px;
    height:48px;
    text-align:center;
    background:none;
}
#donate_form .selectric .button, #fundraiser_form .selectric .button {
    line-height:58px;
    width:58px;
    height:58px;
}
.selectric .button::after { content:none; }
.selectric-items li {
    font-size:16px;
    line-height:1em;
    padding-left:20px;
    padding-right:20px;
}
#donate_form .selectric-items li, #fundraiser_form .selectric-items li {
    font-size:20px;
    line-height:1em;
    padding-left:26px;
    padding-right:20px;
}
.selectric-items li:hover, .selectric-items li.selected {
    background:#005026;
    color:#fff;
}

.hero_icons, .hero_icons li, #partners, #partners li {
    list-style:none;
    padding:0;
}
.hero_icons, #partners {
    margin-top:40px;
    margin-bottom:0;
    margin-left:-20px;
    margin-right:0;
}
.hero_icons::after, #partners::after {
    content:"";
    display:table;
    clear:both;
}
.hero_icons li, #partners li {
    float:left;
    margin-top:0;
    margin-bottom:0;
    margin-left:20px;
    margin-right:0;
}
.hero_icons li {
    width:210px;
    height:233px;
}
#partners li {
    width:235px;
    height:235px;
    line-height:235px;
    text-align:center;
    vertical-align:middle;
}
.hero_icons a {
    font-size:16px;
    line-height:1.3em;
    display:block;
    padding-top:25px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    height:100%;
    background:rgba(0, 80, 38, 0.05);
    color:#005026;
    text-align:center;
    text-decoration:none;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.hero_icons a:hover { background:rgba(0, 80, 38, 0.25); }
.hero_icons .thumb {
    display:inline-block;
    width:54px;
    height:54px;
    background-size:contain;
}
#partners img {
    max-width:180px;
    max-height:180px;
}
.hero_icons h3 {
    font-size:28px;
    line-height:1em;
    font-weight:900;
    margin-top:0.5em;
    margin-bottom:0.5em;
    letter-spacing:-2px;
}
@media (max-width: 1023px) {
    .hero_image { padding-top:70px; }
    .hero_box .cols > div:last-child {
        width:380px;
        padding-left:40px;
    }
    .hero_box h1 {
        font-size:40px;
        line-height:1em;
    }
    .hero_box h2 {
        font-size:30px;
        line-height:1em;
    }
    #donate_form .switch {
        font-size:18px;
        height:48px;
        line-height:48px;
    }
    #donate_form .selectric .label, #fundraiser_form .selectric .label {
        line-height:50px;
        height:50px;
    }
    #donate_form .selectric .button, #fundraiser_form .selectric .button {
        font-size:18px;
        line-height:48px;
        width:48px;
        height:48px;
    }
    #donate_form .amount {
        font-size:18px;
        height:48px;
        line-height:48px;
    }
    #donate_form input[type="submit"], #fundraiser_form input[type="submit"] {
        font-size:18px;
        height:48px;
        line-height:48px;
    }
    .hero_icons { margin-left:-3%; }
    .hero_icons li {
        width:47%;
        margin-left:3%;
        margin-bottom:20px;
    }
}
@media (max-width: 767px) {
    .hero_image { padding-top:60px; }
    .hero_box { padding:40px; }
    .hero_box .cols > div:last-child {
        width:100%;
        padding-left:0;
        margin-top:20px;
    }
    .hero_icons { margin-left:0; }
    .hero_icons li {
        width:100%;
        margin-left:0;
    }
}

.section_appeals {
    clear:both;
    padding-bottom:20px;
}
.section_appeals .width {
    max-width:1186px;
    position:relative;
}
.section_appeals h2 {
    font-weight:300;
    font-size:66px;
    line-height:1em;
    text-align:center;
    margin-top:1em;
    margin-bottom:0.8em;
    color:#005026;
}
.appeals {
    list-style:none;
    margin-top:0;
    margin-bottom:0;
    margin-left:-48px;
    margin-right:0;
    padding:0;
}
.appeals::after {
    content:"";
    display:table;
    clear:both;
}
.appeals > li {
    display:block;
    float:left;
    width:363px;
    height:544px;
    margin-left:48px;
    margin-bottom:48px;
    background:rgba(0, 80, 38, 0.05);
}
@media (max-width: 1189px) {
    .section_appeals .width { max-width:95%; }
    .appeals { margin-left:-2.5%; }
    .appeals > li {
        width:30.8%;
        margin-left:2.5%;
    }
}
.appeals > li > a {
    display:block;
    height:240px;
    overflow:hidden;
}
.appeals .thumb {
    height:240px;
    transition:all 0.5s;
    -webkit-transition:all 0.5s;
}
.appeals .thumb:hover {
    transform:scale(1.2);
}
@media (max-width: 1090px) {
    .appeals > li { height:600px; }
}
@media (max-width: 1023px) {
    .section_appeals { padding-top:40px; }
    .section_appeals h2 {
        font-size:50px;
        line-height:1em;
    }
    .appeals > li { width:47.5%; }
}
.appeal_content { padding:30px; }
.appeals h3 {
    font-size:22px;
    line-height:1.2em;
    color:#005026;
    margin-top:0;
    margin-bottom:0.5em;
}
.appeals h3 a {
    text-decoration:none;
    color:#005026;
}
.link_donate {
    display:block;
    text-transform:uppercase;
    text-decoration:none;
    color:#231f20;
    margin-top:1em;
}
.link_donate:hover { text-decoration:underline; }
.section_appeals .owl-nav {
    position:absolute;
    bottom:-50px;
    right:70px;
    width:133px;
}
.section_appeals .owl-nav button {
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}
.section_appeals .owl-nav button:hover { -webkit-transform:scale(1.2); transform:scale(1.2); }
.section_appeals .owl-prev { margin-right:8px; }
.section_appeals .next, .section_appeals .prev {
    display:inline-block;
    width:62px;
    height:62px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:contain;
}
.section_appeals .prev { background-image:url(assets/images/ico_prev_green.png); }
.section_appeals .next { background-image:url(assets/images/ico_next_green.png); }
.section_appeals h4 {
    margin-top:0;
    font-weight:300;
    font-size:32px;
    line-height:1em;
    text-align:center;
    text-transform:uppercase;
}
.section_appeals h4 a {
    color:#1c0638;
    text-decoration:none;
}
.section_appeals h4 a:hover { text-decoration:underline; }
.section_appeals .slide_num {
    position:absolute;
    right:0px;
    bottom:20px;
    z-index: 100;
    color: #000;
    font-size: 23px;
    line-height:1em;
    font-weight: 900;
    text-align: center;
    width: 60px;
    transition: all 0.25s;
    white-space: nowrap;
}
.section_appeals .slide_num.blur {
    -webkit-filter:blur(3px); filter:blur(3px);
    -webkit-transform:scale(1.2); transform:scale(1.2);
}
.section_appeals .slide_num div {
    padding-left: 35px;
    color: #005026;
    transform: rotate(90deg);
}
@media (max-width: 767px) {
    .appeals { margin-left:0; }
    .appeals > li {
        width:100%;
        margin-left:0;
        height:auto;
        margin-bottom:10px;
    }
    .section_appeals h2 {
        font-size:32px;
        line-height:1em;
    }
    .section_appeals h4 {
        font-size:18px;
        line-height:1em;
        text-align:left;
        max-width:150px;
    }
    .section_appeals .slide_num { bottom:0px; }
}

.section_content {
    height:768px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    color:#fff;
}
.section_content .width {
    position:relative;
    height:100%;
}
.section_content .width > div {
    font-size:33px;
    line-height:1.4em;
    font-weight:300;
    position:absolute;
    top:50%;
    max-width:660px;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
}
@media (max-width: 767px) {
    .section_content { height:350px; }
    .section_content .width > div { font-size:18px; }
}

.section_app {
    background:#ece9e8;
    font-size:20px;
    line-height:1.4em;
    padding-top:100px;
    padding-bottom:55px;
}
.section_app .thumb {
    float:right;
    width:606px;
    height:521px;
    margin-right:-62px;
    background-image:url(assets/images/apps_multiplied.png);
}
@media (max-width: 1124px) {
    .section_app .thumb { margin-right:0; }
}
.section_app h2 {
    font-size:66px;
    line-height:0.9em;
    font-weight:900;
    letter-spacing:-3.5px;
    margin-top:0;
    margin-bottom:0.5em;
    color:#005026;
}
.section_app p { max-width:442px; }
.section_app .cols { margin-top:40px; }
.section_app .cols > div { vertical-align:middle; }
@media (max-width: 767px) {
    .section_app .thumb {
        height:300px;
        background-size:contain;
    }
    .section_app h2 {
        font-size:32px;
        letter-spacing:-1px;
        line-height:1em;
    }
    .section_app .cols > div { text-align:center; }
}

#hero {
    height:300px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    z-index:1;
}
#hero::before {
    content:"";
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    background:rgba(0, 80, 38, 0.5);
    z-index:2;
    mix-blend-mode:multiply;
}
#hero .width {
    position:relative;
    height:100%;
    z-index:3;
}
.hero_appeals { background-image:url(assets/images/hero_appeals.jpg); }
.hero_appeals h2 {
    font-weight:900;
    font-size:72px;
    letter-spacing:-3px;
    line-height:1em;
    color:#fff;
    margin-top:0;
    margin-bottom:0;
    position:absolute;
    bottom:40px;
    left:0px;
}
#featured_image {
    margin-bottom:50px;
}
body.single-partners #featured_image {
    display:block;
    max-width:250px;
    margin-left:auto;
    margin-right:auto;
}
main h1 {
    font-size:40px;
    line-height:1em;
    font-weight:300;
    margin-top:0;
    margin-bottom:0.7em;
}
#all_appeals {
    display:inline-block;
    margin-top:40px;
    font-size:24px;
    font-weight:300;
    line-height:1em;
    color:#005026;
    text-transform:uppercase;
}
.section_donate {
    /*background:#ece9e8;
    padding-bottom:40px;*/
    margin-top:40px;
}
.section_donate .width {
    border-top:3px solid #005026;
    padding-top:40px;
    border-bottom:3px solid #005026;
    padding-bottom:40px;
}

main .cols > div {
    vertical-align:top;
}
main .cols > div:first-child {
    max-width:556px;
    padding-right:40px;
}
body.page-template-template_checkout main { margin-top:130px; }
body.page-template-template_checkout main .cols > div:first-child {
    max-width:396px;
    padding-right:35px;
}
body.page-template-template_checkout main .cols > div:first-child img { margin-top:30px; }
body.page-template-template_checkout main .cols > div:last-child { max-width:474px; }
body.page-template-template_checkout main h1 {
    font-weight:900;
    font-size:68px;
    line-height:0.9em;
    letter-spacing:-4px;
    margin-top:0;
    margin-bottom:0.4em;
    color:#005026;
}
body.page-template-template_checkout main h2 {
    font-weight:900;
    font-size:46px;
    line-height:1em;
    color:#005026;
    margin-top:0;
    margin-bottom:0;
}
body.page-template-template_checkout main h3 {
    font-weight:900;
    font-size:36px;
    line-height:1em;
    margin-top:0;
    margin-bottom:1em;
    text-transform:lowercase;
    color:#005026;
}
body.page-template-template_checkout main h4, #display_total, #display_total_monthly {
    font-weight:900;
    font-size:16px;
    text-transform:uppercase;
    color:#005026;
    letter-spacing:-0.5px;
    margin-top:2em;
    margin-bottom:0.5em;
}
#display_total, #display_total_monthly { margin-top:0; }
#state_enter, #state_select, #suburb_enter, #suburb_select { display:none; }
#state_enter.active, #state_select.active, #suburb_enter.active, #suburb_select.active { display:block; }
#checkout_cart {
    margin-top:20px;
    margin-bottom:20px;
}
#checkout_cart .cart_content { padding:30px; }
#checkout_cart h2 {
    font-weight:900;
    font-size:24px;
    line-height:1em;
    margin-bottom:1em;
    color:#005026;
    text-transform:uppercase;
}
.payment_method_details { display:none; }
.payment_method_details.active { display:block; }
p.small {
    font-size:13px;
    font-weight:bold;
    line-height:1.4em;
}
#admin_fee { vertical-align:top; }
label[for="admin_fee"] {
    font-size:16px;
    display:inline-block;
    line-height:1.4em;
    padding-left:20px;
    width:90%;
    vertical-align:top;
    user-select:none;
    -webkit-user-select:none;
}
.display_total { margin-bottom:1em; }
.payment-processing { display:none; }
.payment-processing i {
    color:#005026;
    vertical-align:middle;
}
#address_container .w-5, #address_container .pac-w-5 { width:18px; }
#address_container .h-5, #address_container .pac-h-5 { height:18px; }
#address_container .relative, #address_container {
  position:relative;
}
#address_container .absolute, #address_container .pac-icon-container {
  position:absolute;
  left:20px;
  top:14px;
}
#address_container kbd {
    display:none;
}
#address_container-input {
    padding-left:45px;
}
#pacSuggestions {
    left:0px !important;
    top:50px !important;
    width:100%;
    list-style:none;
    padding:0;
    margin:0;
    z-index:10;
    background:#F8F8F8;
    border:1px solid #c4c4c4;
    box-shadow:0 0 10px -6px;
}
#pacSuggestions li a {
    display:block;
    font-size:16px;
    line-height:1em;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    padding-bottom:10px;
    color:#000;
}
#pacSuggestions li a:hover {
    background:#005026;
    color:#fff;
    text-decoration:none;
}
#pacSuggestions li a p {
    margin:0;
}

#contact_form, #annual_statement_form, #monthly_statement_form {
    margin-top:30px;
}

.reports {
    list-style:none;
    margin:0;
    padding:0;
}
.reports li {
    padding:0;
    margin-top:0;
    margin-bottom:38px;
    clear:both;
}
.reports h2 {
    font-size:18px;
    margin-top:0;
    margin-bottom:0;
}
.reports .thumb {
    display:block;
    float:left;
    width:170px;
    height:170px;
    margin-right:38px;
    background-position:center center;
    background-size:contain;
    background-repeat:no-repeat;
}
.reports .thumb img { display:none; }
.reports .button {
    font-size:1.4rem;
    margin-top:10px;
}

.modal {
    display:none;
    position:fixed;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background:rgba(0, 0, 0, 0.5);
    z-index:1000;
}
.modal.active { display:block; }
.modal_close {
    text-decoration:none;
    font-size:32px;
    line-height:18px;
    float:right;
}
.modal_close::after {
    content:'';
    clear:both;
    display:table;
}
.modal > div {
    position:absolute;
    left:50%;
    top:50%;
    max-width:600px;
    padding:40px;
    background:#fff;
    transform:translate(-50%, -50%);
}
.modal > div > img { margin-top:40px; }
a.button_modal_close { margin-top:20px; }

footer {
    background:#006f3b;
    color:#fff;
    padding-top:50px;
    padding-bottom:30px;
    margin-top:60px;
    font-size:16px;
    line-height:1.5em;
}
.section_app + footer {
    margin-top:0;
}
footer img { max-width:none; }
footer p { margin-bottom:1.5em; }
footer a {
    color:#fff;
    text-decoration:none;
}
footer a:hover { text-decoration:underline; }
footer .tel {
    font-size:20px;
    line-height:1em;
    font-weight:900;
}
footer .cols:first-of-type {
    font-size:12px;
    line-height:1.5em;
    margin-bottom:30px;
}
footer .cols:first-of-type > div { vertical-align:middle; }
footer .cols:first-of-type > div:first-child {
    padding-right:40px;
    width:580px;
}
footer .cols:first-of-type img {
    float:left;
    margin-right:18px;
}
footer .cols:last-of-type > div {
    border-left:1px solid #fff;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
}
footer .cols:last-of-type > div:first-child { width:300px; }
footer .cols:last-of-type > div:nth-child(2) { width:325px; }
@media (max-width: 1023px) {
    footer .cols:first-of-type > div:first-child { width:45%; }
    footer .cols:last-of-type > div:first-child { width:32%; }
    footer .cols:last-of-type > div:nth-child(2) { width:32%; }
}
footer ul.menu {
    list-style:none;
    margin-left:0;
    margin-right:0;
    margin-top:0;
    margin-bottom:1em;
    padding:0;
}
@media (max-width: 767px) {
    footer .cols:first-of-type > div:first-child, footer .cols:last-of-type > div:first-child,
    footer .cols:last-of-type > div:nth-child(2) { width:100%; }
    footer ul.menu {
        margin-bottom:0;
        padding-bottom:1em;
    }
}
footer ul.menu li {
    margin:0;
    padding:0;
}
footer .legal {
    font-size:12px;
    line-height:1.5em;
    margin-top:20px;
}