  @charset "UTF-8";

/*
Theme Name: Ð¡»ÆÊé Nonprofit Network
Theme URI: https://www.theonn.ca
Author: Entremission Inc.
Author URI: https://www.entremission.com
Description: The Ð¡»ÆÊé Nonprofit Network Theme
Requires at least: 5.9
Tested up to: 6.0
Requires PHP: 7.4
Version: 1.1
Text Domain: onn
*/

/*
    Root additions and overrides
 */

:root {
    --onn-green: #8DC63F;
    --onn-dark-blue: #004361;
    --onn-light-blue: #2AC4F0;
    --onn-teal: #82CFCA;
    --onn-orange: #F7901E;
    --onn-pink: #E30C77;
    --onn-purple: #812D6F;
    --onn-yellow: #E2D000;
    --onn-grey: #58585A;
    --onn-white: #FFFFFF;
    --onn-background: #F0F2F1;
    --onn-footer: #6D6D6D;
    --onn-border: #EAEAEA;
}

/*
    HTML Definitions
 */
body {
    background-color: var(--onn-background);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: var(--onn-grey);
    font-size: 1.1rem;
}

h1 {
    color: var(--onn-dark-blue);
    font-size: 3rem;
    font-weight: 900;
    line-height: 3.75rem;
    margin-top: 2.3rem;
    margin-bottom: 2.3rem;
}

h2 {
    color: var(--onn-grey);
    font-size: 2.283333333333333rem;
    /*font-weight: 900;*/
    margin-top: 1.583333333333333rem;
    margin-bottom: 1.583333333333333rem;
}

/*Mobile only*/
@media (max-width: 576px) {
    h1 {
        font-size: 2.8rem;
        line-height: 3.8rem;
    }

    h2 {
        font-size: 2.3rem;
    }
}

h3 {
    color: var(--onn-pink);
    font-size: 2rem;
    /*font-weight: 900;*/
    margin-top: 1.083333333333333rem;
    margin-bottom: 1.083333333333333rem;
}

h4 {
    color: var(--onn-dark-blue);
    font-size: 1.375rem;
    font-weight: 700;
    margin-top: 0.65rem;
    margin-bottom: 0.65rem;
}

h5 {
    color: var(--onn-purple);
    font-size: 1.1rem;
    font-weight: 900;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

strong {
    font-weight: 500;
}

a, a:visited, a:hover {
    color: var(--onn-purple);
}

a:hover {
    font-weight: 500;
}

blockquote {
    padding: 2rem 2rem 1rem;
    background-color: var(--onn-background);
    border-radius: 24px;
    font-style: italic;
    font-size: 1.2rem;
    font-weight: 500;
}

/* Helpers */

.onn-vertical-centre {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

/* Bootstrap Overrides */

.btn-sm {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.btn-lg {
    padding: 8px 18px !important;
    font-size: 0.9rem !important;
}

.btn-primary,a.btn-primary {
    background-color: var(--onn-dark-blue);
    border: 2px solid var(--onn-dark-blue);
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 18px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
}

.btn-primary:hover,a.btn-primary:hover {
    opacity: 0.8;
    background-color: var(--onn-dark-blue);
    border: 2px solid var(--onn-dark-blue);
    color: white;
}

.btn-secondary,a.btn-secondary {
    background-color: white;
    border: 2px solid white;
    color: var(--onn-purple);
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 18px;
    padding-left: 20px;
    padding-right: 20px;
}
#btn-see-more {
    padding: 5px 40px;
    background-color:var(--onn-purple);
    border: 2px solid var(--onn-purple);
}

.btn-secondary:hover,a.btn-secondary:hover {
    opacity: 0.8;
    background-color: white;
    border: 2px solid var(--onn-purple);
    color: var(--onn-purple);
}

.btn-info,a.btn-info {
    background-color: var(--onn-purple);
    border: 2px solid var(--onn-purple);;
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

a.btn-info:hover,.btn-info:hover {
    opacity: 0.8;
    background-color: var(--onn-purple);
    border: 2px solid var(--onn-purple);
    color: white;
}

.btn-warning,a.btn-warning {
    background-color: var(--onn-orange);
    border: 2px solid var(--onn-orange);;
    color: var(--onn-dark-blue);
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-warning:hover,a.btn-warning:hover {
    opacity: 0.8;
    background-color: var(--onn-orange);
    border: 2px solid var(--onn-orange);
    color: var(--onn-dark-blue);
}

.btn-breadcrumb,a.btn-breadcrumb {
    background-color: var(--onn-grey);
    border: 2px solid var(--onn-grey);;
    color: var(--onn-white);
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-breadcrumb:hover,a.btn-breadcrumb:hover {
    opacity: 0.8;
    background-color: var(--onn-grey);
    border: 2px solid var(--onn-grey);;
    color: var(--onn-white);
}

.btn-success,a.btn-success {
    background-color: var(--onn-green);
    border: 2px solid var(--onn-green);;
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.btn-success:hover,a.btn-success:hover {
    opacity: 0.8;
    background-color: var(--onn-green);
    border: 2px solid var(--onn-green);
    color: white;
}

.carousel-control-next, .carousel-control-prev {
    width: 10%;
}

.accordion-header {
    margin-top: 0;
}

.accordion-button {
    font-size: 1.5rem;
    color: var(--onn-dark-blue);
}

.accordion-button:not(.collapsed)  {
    background-color: var(--onn-dark-blue);
    color: white;
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}

/*
    WordPress Overrides
 */
.alignright {
    float: right !important;
    margin: 8px 0 8px 16px;
}

.alignleft {
    float: left !important;
    margin: 8px 16px 8px 0;
}

.aligncenter {
    display: block;
    margin: 18px auto;
}

/*
    Gutenburg Overrides
 */

.is-style-fill a {
    background-color: var(--onn-dark-blue);
    border: 2px solid var(--onn-dark-blue);
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 18px;
    padding-left: 20px;
    padding-right: 20px;
    color: white;
}

.is-style-fill a:hover  {
    opacity: 0.8;
    background-color: var(--onn-dark-blue);
    border: 2px solid var(--onn-dark-blue);
    color: white;
}

.is-style-outline a {
    background-color: white;
    border: 2px solid white;
    color: var(--onn-purple);
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.is-style-outline a:hover  {
    opacity: 0.8;
    background-color: white;
    border: 2px solid var(--onn-purple);
    color: var(--onn-purple);
}

.is-style-onn-orange a {
    background-color: var(--onn-orange);
    border: 2px solid var(--onn-orange);;
    color: var(--onn-dark-blue);
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.is-style-onn-orange a:hover  {
    opacity: 0.8;
    background-color: var(--onn-orange);
    border: 2px solid var(--onn-orange);
    color: var(--onn-dark-blue);
}

.is-style-onn-green a {
    background-color: var(--onn-green);
    border: 2px solid var(--onn-green);;
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 18px;
    padding-left: 20px;
    padding-right: 20px;
}

.is-style-onn-green a:hover  {
    opacity: 0.8;
    background-color: var(--onn-green);
    border: 2px solid var(--onn-green);
    color: white;
}

.is-style-outline .has-onn-green-color {
    border: 2px solid var(--onn-green) !important;
}

.has-onn-green-color {
    color: var(--onn-green) !important;
}

.is-style-outline .has-onn-dark-blue-color {
    border: 2px solid var(--onn-dark-blue) !important;
}

.has-onn-dark-blue-color {
    color: var(--onn-dark-blue) !important;
}

.is-style-outline .has-onn-light-blue-color {
    border: 2px solid var(--onn-light-blue) !important;
}

.has-onn-light-blue-color {
    color: var(--onn-light-blue) !important;
}

.is-style-outline .has-onn-teal-color {
    border: 2px solid var(--onn-teal) !important;
}

.has-onn-teal-color {
    color: var(--onn-teal) !important;
}

.is-style-outline .has-onn-orange-color {
    border: 2px solid var(--onn-orange) !important;
}

.has-onn-orange-color {
    color: var(--onn-orange) !important;
}

.is-style-outline .has-onn-pink-color {
    border: 2px solid var(--onn-pink) !important;
}

.has-onn-pink-color {
    color: var(--onn-pink) !important;
}

.is-style-outline .has-onn-purple-color {
    border: 2px solid var(--onn-purple) !important;
}

.has-onn-purple-color {
    color: var(--onn-purple) !important;
}

.is-style-outline .has-onn-yellow-color {
    border: 2px solid var(--onn-yellow) !important;
}

.has-onn-yellow-color {
    color: var(--onn-yellow) !important;
}

.is-style-outline .has-onn-grey-color {
    border: 2px solid var(--onn-grey) !important;
}

.has-onn-grey-color {
    color: var(--onn-grey) !important;
}

.is-style-outline .has-onn-white-color {
    border: 2px solid var(--onn-white) !important;
}

.has-onn-white-color {
    color: var(--onn-white) !important;
}

.is-style-outline .has-onn-background-color {
    border: 2px solid var(--onn-background) !important;
}

.has-onn-background-color {
    color: var(--onn-background) !important;
}

.is-style-outline .has-onn-footer-color {
    border: 2px solid var(--onn-footer) !important;
}

.has-onn-footer-color {
    color: var(--onn-footer) !important;
}

.is-style-fill .has-onn-green-background-color {
    border: 2px solid var(--onn-green) !important;
}

.has-onn-green-background-color {
    background-color: var(--onn-green) !important;
}

.is-style-fill .has-onn-dark-blue-background-color {
    border: 2px solid var(--onn-dark-blue) !important;
}

.has-onn-dark-blue-background-color {
    background-color: var(--onn-dark-blue) !important;
}

.is-style-fill .has-onn-light-blue-background-color {
    border: 2px solid var(--onn-light-blue) !important;
}

.has-onn-light-blue-background-color {
    background-color: var(--onn-light-blue) !important;
}

.is-style-fill .has-onn-teal-background-color {
    border: 2px var(--onn-teal) !important;
}

.has-onn-teal-background-color {
    background-color: var(--onn-teal) !important;
}

.is-style-fill .has-onn-orange-background-color {
    border: 2px solid var(--onn-orange) !important;
}

.has-onn-orange-background-color {
    background-color: var(--onn-orange) !important;
}

.is-style-fill .has-onn-pink-background-color {
    border: 2px solid var(--onn-pink) !important;
}

.has-onn-pink-background-color {
    background-color: var(--onn-pink) !important;
}

.is-style-fill .has-onn-purple-background-color {
    border: 2px solid var(--onn-purple) !important;
}

.has-onn-purple-background-color {
    background-color: var(--onn-purple) !important;
}

.is-style-fill .has-onn-yellow-background-color {
    border: 2px solid var(--onn-yellow) !important;
}

.has-onn-yellow-background-color {
    background-color: var(--onn-yellow) !important;
}

.is-style-fill .has-onn-grey-background-color {
    border: 2px solid var(--onn-grey) !important;
}

.has-onn-grey-background-color {
    background-color: var(--onn-grey) !important;
}

.is-style-fill .has-onn-white-background-color {
    border: 2px solid var(--onn-white) !important;
}

.has-onn-white-background-color {
    background-color: var(--onn-white) !important;
}

.is-style-fill .has-onn-background-background-color {
    border: 2px solid var(--onn-background) !important;
}

.has-onn-background-background-color {
    background-color: var(--onn-background) !important;
}

.is-style-fill .has-onn-footer-background-color {
    border: 2px solid var(--onn-footer) !important;
}

.has-onn-footer-background-color {
    background-color: var(--onn-footer) !important;
}

/*div[id^="attachment_"], div[id*=" attachment_"] {*/
/*    width: 100% !important;*/
/*}*/

/*img[class^="wp-image-"], img[class*=" wp-image-"] {*/
/*    width: 100% !important;*/
/*}*/

/*
    Nav Related
 */
.onn-nav {
    background-color: var(--onn-white);
}

.onn-nav-logo {}

.onn-header-nav li a {
    margin-right: 1rem;
    color: var(--onn-grey);
    text-decoration: none;
    font-size: 1.0rem;
    font-weight: 400;
}

.onn-header-nav li a:hover {
    text-decoration: underline;
}

.current-menu-item a {
    border-bottom: 4px solid var(--onn-purple);
    padding-bottom: 8px;
}

.sentence-case::first-letter {
    text-transform: uppercase;
}
.sentence-case {
    text-transform: lowercase;
}


@media (max-width: 576px) {
    .current-menu-item a {
        border-bottom: 2px solid var(--onn-purple);
        padding-bottom: 0px;
    }
}
@media (max-width: 768px) {
    .list-unstyled-sm {
        list-style: none;
        padding-left: 0;
    }
    .policy-priority-box-left {
        text-align: center;
    }
    .policy-priority-box-right {
        text-align: center;
    }
}

.onn-header-button-nav li a {
    background-color: var(--onn-purple);
    border: 2px solid var(--onn-purple);
    font-size: 0.8rem;
    font-weight: 500;
    border-radius: 18px;
    color: white;
    text-decoration: none;
    padding: 6px 20px;
}

.onn-header-button-nav li a:hover {
    opacity: 0.8;
    background-color: var(--onn-purple);
    border: 2px solid var(--onn-purple);
}
#breadcrumb-link-style {
    color:var(--onn-grey);
    /* text-decoration: none; */
}
/*
    Footer Related
 */

.onn-footer {
    background-color: var(--onn-footer);
}

.onn-footer-heading {
    color: var(--onn-white);
    font-weight: 400;
}

.onn-footer-text {
    color: white;
    font-size: 0.8rem;
    font-weight: 300;
}

.onn-footer-nav {
    padding: 0;
}
.onn-footer-nav li {
    margin-bottom: 1rem;
    list-style-type: none;
}

.onn-footer-nav li a {
    text-decoration: none;
    color: white;
    font-weight: 500; font-size: 1rem;
}

.onn-footer-nav li a:hover {
    text-decoration: underline;
}

.onn-footer-link, .onn-footer-link:hover {
    color: white;
}

/*
    Form Related
 */
.onn-text-field {
    border-bottom-left-radius: 12px;
    border-top-right-radius: 12px;
}

/*
    Images
*/

.onn-covered-image {
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.onn-blog-featured-image {
    height: 350px;
    border-radius: 16px 96px 16px 96px;
    border: 1px solid #888888;
}

.onn-carousel-fit {
    width: 100%;
}

/* Home Page Events Carousel */

.onn-image-under-content {
    position: relative;
    background-size: cover;
    background-position: center;
}

.onn-events-carousel-container {
    background-color: white;
    border: 2px solid var(--onn-border);
    border-radius: 16px 96px 16px 96px;
}

.onn-events-mobile-image {
    border-radius: 16px 96px 16px 96px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.onn-events-desktop-image {
    padding: 0;
    border-radius: 16px 96px 16px 96px;
    position: absolute;
    z-index: 100;
    border: 2px solid var(--onn-border);
    left: 45%;
    width: 50%;
    height: 95%;
    object-fit: cover;
    object-position: center;
}

/*
    Content
*/

.onn-page-tag {
    position: absolute;
    top: 16px;
    left: 32px;
}
.onn-page-tag h2 {
    background-color: var(--onn-white);
    padding: 2px 20px;
    border-radius: 12px;
    color: var(--onn-dark-blue);
    border: 1px solid var(--onn-dark-blue);
    font-weight: 700;
    font-size: 1.3rem;
}

.onn-image-backing-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: white;
    width: 50%;
    height: 50%;
    border-left: 2px solid var(--onn-border);
}

.onn-image-backing-right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-color: white;
    width: 50%;
    height: 50%;
    border-right: 2px solid var(--onn-border);
}

.onn-content-main {
    background-color: white;
    border-left: 2px solid var(--onn-border);
    border-right: 2px solid var(--onn-border);
    border-bottom: 2px solid var(--onn-border);
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 96px;
    margin-top: -10px;
}
.policy-agenda-container {
    max-width: 1200px;
}
/*  */
.onn-content-policy-agenda-icon-container-1 {
    background-color: white;
    border: 2px solid lightgray;

    /* border-left: 2px solid var(--onn-border);
    border-right: 2px solid var(--onn-border);
    border-bottom: 2px solid var(--onn-border); */
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: -10px;
    max-width: 300px;
}

.onn-content-policy-agenda-icon-container-2 {
    background-color: white;
    border: 2px solid lightgray;
    /* border-left: 2px solid var(--onn-border);
    border-right: 2px solid var(--onn-border);
    border-bottom: 2px solid var(--onn-border); */
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-top: -10px;
    max-width: 300px;
    display: flex;
    justify-content: center;
    height: 200px;
    width: 200px
}

.policy-container-transition {
    transition: transform 0.3s ease;
}
.policy-container-transition:hover {
    transform: scale(1.05);
}

.onn-content-main-image-less {
    border-top-right-radius: 96px;
    border-top-left-radius: 16px;
}
.topic-preview {
    border-top-right-radius: 64px;
}
.onn-content-data label {
    color: var(--onn-purple);
    font-weight: 600;
    display: block;
}

.onn-content-data span {
    font-weight: 300;
}

/*
    Post Cards
 */
.onn-post-card-image {
    height: 175px;
    padding: 1px;
    border-radius: 8px 48px 8px 48px;
    position: relative;
}

.onn-post-card-body {
    background-color: white;
    border-bottom-left-radius: 64px;
    border-left: 2px solid var(--onn-border);
    border-right: 2px solid var(--onn-border);
    border-bottom: 2px solid var(--onn-border);
}

.onn-post-card-title, .onn-post-card-title:visited {
    color: var(--onn-dark-blue) !important;
    font-size: 1.1rem;
    text-decoration: none;
    font-weight: 700;
}

.onn-post-card-title:hover {
    text-decoration: underline;
    font-weight: 700;
}

.onn-post-card-title > div {
    height: 150px;
}

.onn-post-card-author {
    color: var(--onn-grey) !important;
    text-decoration: none;
}

.onn-post-card-date {
    font-size: 0.8rem;
    color: var(--onn-grey);
}

.onn-post-card-tag {
    position: absolute;
    z-index: 3;
    top: 16px;
    left: 16px;
    background-color: var(--onn-white);
    padding: 0px 20px;
    border-radius: 12px;
    color: var(--onn-dark-blue);
    border: 1px solid var(--onn-dark-blue);
    font-size: 0.9rem;
    font-weight: 600;
}

/*
    Home Page
 */

.onn-block-bubble-content {
    background-color: white;
    border-radius: 48px;
    box-shadow: 1px 1px 2px var(--onn-border);
}

.onn-priorities-box {
    border-radius: 8px 48px 8px 48px;
    border: 2px solid var(--onn-border);
    height: 215px;
    background-color: var(--onn-white);
}

/* sm+ Devices */
@media (min-width: 576px) {
    .onn-priorities-box {
        height: 225px;
    }
    .onn-ad-block-button {
        max-width: 128px;
        min-width: 96px;
    }
   
}

/* md+ Devices */
@media (min-width: 768px) {
    .onn-priorities-box {
        height: 250px;
    }
}

/* lg+ Devices (Full Scale Nav) */
@media (min-width: 992px) {
    .onn-priorities-box {
        height: 225px;
    }
}

/* xl+ Devices */
@media (min-width: 1200px) {
    .onn-priorities-box {
        height: 250px;
    }
    .onn-ad-block-button {
        min-width: 144px;
        max-width: 164px;
    }

}

/* xxl+ Devices */
@media (min-width: 1400px) {
    .onn-priorities-box {
        height: 275px;
    }
}

.onn-priority {
    text-decoration: none;
}

.onn-priority:hover {
    text-decoration: underline;
}

/*
Topic Pages
 */
.onn-child-link {
    color: var(--onn-dark-blue) !important;
    text-decoration: underline;
    font-weight: 500;
}

.onn-child-link:hover {
    font-weight: 600;
}

/*
Blog Pages
 */
.onn-search-field {
    border: 2px solid var(--onn-purple);
    border-bottom-left-radius: 18px;
    border-top-left-radius: 18px;
}
