/* GENERAL ========================================================================== */
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700|Work+Sans:400,500,600,700,800');

.poppins {
    font-family: 'Poppins', sans-serif;
}
.work-sans {
    font-family: 'Work Sans', sans-serif;  
}

body {
    color: #333;
}
a {
    color: #dd2c2f;
    transition: all 0.3s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #009e4f;
}

.green {
    color: #009e4f !important;
}

.red {
    color: #dd2c2f !important;
}

/* HIDE RECAPTCHA BADGE ============================================================= */
.grecaptcha-badge {
   opacity: 0 !important;
}

/* UIKIT OVERRIDES ================================================================== */
.uk-button-default {
    background: #fff;
    border: none;
    color: #dd2c2f !important;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
.uk-button-default:hover {
    background: #fff;
    color: #009e4f !important;
}

#right-col .uk-button-default {
    background: #009e4f;
    border: none;
    color: #fff !important;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}
#right-col .uk-button-default:hover {
    background: #006633;
    color: #fff !important;
}

/* HEADER ========================================================================== */
header h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 2.5rem;
    color: #009e4f;
    line-height: 2.5rem;
    font-weight: 700;
}
header h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    color: #009e4f;
    line-height: 2rem;
    font-weight: 500;
}
header h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.5rem;
    color: #009e4f;
    line-height: 1.5rem;
    letter-spacing: 6.5px;
    font-weight: 400;
}

#logo-column {
    border-right: 1px solid #009e4f;
}

/* BODY ============================================================================ */
#content {
    border: 1px solid #009e4f;
}
#left-col {
    background-color: #009e4f;
    color: #fff;
}
#left-col a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}
#left-col a:hover {
    color: #006633;
}

#right-col { color: #333; }

/* FOOTER ========================================================================== */