/* var(--green2); */
:root {
	--colour0: #eee9d6;
    --colour1: #dcd2ac;
    --colour2: #cbb98d;
    --colour3: #bfaa7a;
    --colour4: #b29a67;
    --colour5: #a68b54;

    --brown: #522719;
    --green: #617235;
    --dark-green: #414d23;
    --red: #ac2012;
  }

body {
    font-family: 'Noto Sans', sans-serif;
    background: var(--colour2);
    background: linear-gradient(180deg, rgba(220,210,172,1) 16%, rgba(203,185,141,1) 66%, rgba(191,170,122,1) 100%);
    color:  #292320;
}
.wrapper {
    display: flex;
    overflow: hidden;
    max-width: 1400px;
    align-items: stretch;
    background-color: #ffffff;
    margin: 20px auto 40px auto;
    box-shadow: 0px 1px 21px 0px rgba(166,139,84,0.8);
    -webkit-box-shadow: 0px 1px 21px 0px rgba(166,139,84,0.8);
    -moz-box-shadow: 0px 1px 21px 0px rgba(166,139,84,0.8);
    border-radius: 5px;
}



/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */



#sidebar {
    min-width: 250px;
    max-width: 250px;
	background: rgb(153,1,0);
	background: linear-gradient(0deg, rgb(153, 1, 0) 5%, rgb(220, 56, 4) 25%, rgb(220, 56, 4) 75%, rgb(153, 1, 0) 95%);
    color: #000000;
    transition: all 0.3s;
}

#sidebar a,
#sidebar a:hover,
#sidebar a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 15px 0 5px 0;
    text-align: center;
}
#sidebar .logo {
    max-width: 60%;
    height: auto;
    margin: 0 auto !important;
/*    -webkit-filter: drop-shadow(0px 0px 20px rgb(255, 255, 255));
	filter: drop-shadow(0px 3px 30px rgb(255, 255, 255));*/
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid var(--colour3);
}

#sidebar ul p {
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px 20px 10px 10px;
    font-size: 1em;
    display: block;
    color: #ffffff;
}

#sidebar ul li a:hover {
    background: #7d0201;
    color: #ffff00;
}


#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background:#990100;
    
}
#sidebar ul ul a:hover {
    background: #b81212 !important;
    color: #ffff00 !important;
}


#sidebarCollapse{
    display: none;
}

#nav-home .nav-home,
#nav-giving-thanks .nav-giving-thanks,

.nav-top-moving .nav-moving,
#nav-moving-about .nav-moving-about a,

.nav-top-grounding .nav-grounding,
#nav-grounding-about .nav-grounding-about a,
#nav-grounding-what .nav-grounding-what a,
#nav-grounding-who .nav-grounding-who a,
#nav-grounding-applying .nav-grounding-applying a,
#nav-grounding-understanding .nav-grounding-understanding a,
#nav-grounding-summary .nav-grounding-summary a,

.nav-top-navigating .nav-navigating,
#nav-navigating-about .nav-navigating-about a,
#nav-navigating-organized .nav-navigating-organized a,
#nav-navigating-how .nav-navigating-how a,
#nav-navigating-summary .nav-navigating-summary a,

.nav-top-using .nav-using,
#nav-using-about .nav-using-about a,
#nav-using-indigenous-science .nav-using-indigenous-science a,
#nav-using-western-science .nav-using-western-science a,
#nav-using-fire-practices .nav-using-fire-practices a,
#nav-using-fire-management .nav-using-fire-management a,
#nav-using-indigenous-led-uses .nav-using-indigenous-led-uses a,
#nav-using-braiding .nav-using-braiding a,
#nav-using-applying .nav-using-applying a,
#nav-using-summary .nav-using-summary a,

.nav-top-knowing .nav-knowing,
#nav-knowing-about .nav-knowing-about a,
#nav-knowing-sask .nav-knowing-sask a,
#nav-knowing-applying .nav-knowing-applying a,
#nav-knowing-climate .nav-knowing-climate a,
#nav-knowing-summary .nav-knowing-summary a,

.nav-top-understanding .nav-understanding,
#nav-understanding-about .nav-understanding-about a,
#nav-understanding-history .nav-understanding-history a,
#nav-understanding-governance .nav-understanding-governance a,
#nav-understanding-decoloniation .nav-understanding-decoloniation a,
#nav-understanding-indigenous-led .nav-understanding-indigenous-led a,
#nav-understanding-current .nav-understanding-current a,
#nav-understanding-wise .nav-understanding-wise a,
#nav-understanding-summary .nav-understanding-summary a,

.nav-top-moving .nav-moving,
#nav-moving-about .nav-moving-about a,
#nav-moving-what .nav-moving-what a,
#nav-moving-applying .nav-moving-applying a,
#nav-moving-building .nav-moving-building a,
#nav-moving-summary .nav-moving-summary a,

.nav-top-engaging .nav-engaging,
#nav-engaging-about .nav-engaging-about a,
#nav-engaging-what .nav-engaging-what a,
#nav-engaging-pre-planning .nav-engaging-pre-planning a,
#nav-engaging-appreciating .nav-engaging-appreciating a,
#nav-engaging-assessing .nav-engaging-assessing a,
#nav-engaging-developing1 .nav-engaging-developing1 a,
#nav-engaging-developing2 .nav-engaging-developing2 a,
#nav-engaging-applying .nav-engaging-applying a,
#nav-engaging-reporting .nav-engaging-reporting a,
#nav-engaging-summary .nav-engaging-summary a,

#nav-disclaimers .nav-disclaimers,
#nav-key-terms .nav-key-terms,
#nav-resources .nav-resources,
#nav-who-we-are .nav-who-we-are,
#nav-our-journey .nav-our-journey,
#nav-contact .nav-contact,
#nav-copyright .nav-copyright,
#nav-site-map .nav-site-map,
a[aria-expanded="true"] {
    background: #7d0201 !important;
    color: #ffffff!important;
}


.nav-top-grounding .nav-grounding,
#nav-grounding-about .nav-grounding-about ul ul a,
#nav-grounding-what .nav-grounding-what ul ul a,
#nav-grounding-who .nav-grounding-who ul ul a,
#nav-grounding-knowing .nav-grounding-knowing ul ul a,
#nav-grounding-intended .nav-grounding-intended ul ul a,
#nav-grounding-understanding .nav-grounding-understanding ul ul a,
#nav-grounding-summary .nav-grounding-summary ul ul a,

.nav-top-navigating .nav-navigating,
#nav-navigating-about .nav-navigating-about ul ul a,
#nav-navigating-organized .nav-navigating-organized ul ul a,
#nav-navigating-how .nav-navigating-how ul ul a,
#nav-navigating-summary .nav-navigating-summary ul ul a,

.nav-top-using .nav-using,
#nav-using-about .nav-using-about ul ul a,
#nav-using-indigenous-science .nav-using-indigenous-science ul ul a,
#nav-using-western-science .nav-using-western-science ul ul a,
#nav-using-fire-practices .nav-using-fire-practices ul ul a,
#nav-using-fire-management .nav-using-fire-management ul ul a,
#nav-using-indigenous-led-uses .nav-using-indigenous-led-uses ul ul a,
#nav-using-braiding .nav-using-braiding ul ul a,
#nav-using-applying .nav-using-applying ul ul a,
#nav-using-summary .nav-using-summary ul ul a,

.nav-top-knowing .nav-knowing,
#nav-knowing-about .nav-knowing-about ul ul a,
#nav-knowing-sask .nav-knowing-sask ul ul a,
#nav-knowing-applying .nav-knowing-applying ul ul a,
#nav-knowing-climate .nav-knowing-climate ul ul a,
#nav-knowing-summary .nav-knowing-summary ul ul a,

.nav-top-understanding .nav-understanding,
#nav-understanding-about .nav-understanding-about ul ul a,
#nav-understanding-history .nav-understanding-history ul ul a,
#nav-understanding-governance .nav-understanding-governance ul ul a,
#nav-understanding-decoloniation .nav-understanding-decoloniation ul ul a,
#nav-understanding-indigenous-led .nav-understanding-indigenous-led ul ul a,
#nav-understanding-current .nav-understanding-current ul ul a,
#nav-understanding-wise .nav-understanding-wise ul ul a,
#nav-understanding-summary .nav-understanding-summary ul ul a,

.nav-top-moving .nav-moving,
#nav-moving-about .nav-moving-about ul ul a,
#nav-moving-what .nav-moving-what ul ul a,
#nav-moving-applying .nav-moving-applying ul ul a,
#nav-moving-building .nav-moving-building ul ul a,
#nav-moving-summary .nav-moving-summary ul ul a,

.nav-top-engaging .nav-engaging,
#nav-engaging-about .nav-engaging-about ul ul a,
#nav-engaging-what .nav-engaging-what ul ul a,
#nav-engaging-pre-planning .nav-engaging-pre-planning ul ul a,
#nav-engaging-appreciating .nav-engaging-appreciating ul ul a,
#nav-engaging-assessing .nav-engaging-assessing ul ul a,
#nav-engaging-developing1 .nav-engaging-developing1 ul ul a,
#nav-engaging-developing2 .nav-engaging-developing2 ul ul a,
#nav-engaging-applying .nav-engaging-applying ul ul a,
#nav-engaging-reporting .nav-engaging-reporting ul ul a,
#nav-engaging-summary .nav-engaging-summary ul ul a,

#nav-disclaimers .nav-disclaimers,
#nav-key-terms .nav-key-terms,
#nav-resources .nav-resources,
#nav-who-we-are .nav-who-we-are,
#nav-our-journey .nav-our-journey,
#nav-contact .nav-contact,
#nav-copyright .nav-copyright,
#nav-site-map .nav-site-map,
a[aria-expanded="true"] {
    background: #990100 !important;
}




a[data-toggle="collapse"] {
    position: relative;
    transform: translateY(-50%);
}
.dropdown-toggle {
    white-space: normal;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 24px;
    right: 20px;
    transform: translateY(-50%);
}


.copyright{
    padding: 10px; 
    font-size: 12px;
    color: #ffffff;
}
/* ---------------------------------------------------
    TOPBAR STYLE
----------------------------------------------------- */

.topbar {
    display: flex;
    justify-content: space-between;
}
.mobile-logo{
    display: none;
}

/* ---------------------------------------------------
    TEXT  STYLE
----------------------------------------------------- */
h2, h3, h4, h5, h6{
    color: var(--brown);
    margin-top: 30px;
}
.accordion-header {
    margin-top: 0px;
}
.accordion-body h3{
    margin-top: 10px;
}

h1, .black{
	font-weight: 900;
    color: #000000;
}
h2 {
	font-weight: 700;
}
p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.7em;
}
.timeline__content > p {
	margin-bottom: 10px !important;
}
a {
    color: var(--red);
    text-decoration: underline;
    transition: all 0;
}
a:hover {
    color: #ff0000;
    text-decoration: none;
}
.shadow-white{
    text-shadow: 0px 0px 8px #FFFFFF;
}
.copyright-on-mobile{
    display: none;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.breadcrumb{
padding-right: 10px;
	justify-content: flex-end;
}

.mobile-logo{
    max-width: 120px;
    height: auto;
    margin: 0 0 0 auto !important;
    padding-bottom: 15px
}
.header-color{
  padding: 25px;
  background: url(https://wearefire.ca/assets/images/fire-header-background.jpg) no-repeat top center fixed;
  background-size: cover;
}

#content {
    width: 100%;
    padding: 0;
    min-height: 100vh;
    transition: all 0.3s;
    border-top: 10px #990100 solid;
    border-bottom: 10px #990100 solid;
}
.inner-padding{
    padding: 40px 50px ;
}

.accordion-button:not(.collapsed) {
    color: black;
    background-color: var(--colour1);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #d1ac90;
}

.img-right{
    float: right;
    margin-left: 20px;
    clear: both;
}
.img-left{
    float: left;
    margin-right: 20px;
    clear: both;
}
.clear-float{
    clear: both;
}
address{
  font-size: 1.1em;
  width:95%;
  margin:10px auto;
  font-family:'Noto Sans', sans-serif;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 30px;
  border-left:6px solid #522719; ;
  line-height:1.6;
  position: relative;
  background: var(--colour0);
  margin: 0 0 30px 0;
}

.card-300-center{
    max-width: 300px; 
    margin: 20px auto 30px auto;
    clear: both;
}
.card-300-left{
    max-width: 300px; 
    float: left; 
    margin-right: 20px;
    margin-bottom: 15px;
    clear: both;
}
.card-300-right{
    max-width: 300px; 
    float: right; 
    margin-left: 20px;
    margin-bottom: 15px;
    clear: both;
}
.card-350-center{
    max-width: 350px; 
    margin: 20px auto 30px auto;
    clear: both;
}
.card-350-left{
    max-width: 350px; 
    float: left; 
    margin-right: 20px;
    margin-bottom: 15px;
    clear: both;
}
.card-350-right{
    max-width: 350px; 
    float: right; 
    margin-left: 20px;
    margin-bottom: 15px;
    clear: both;
}
.card-400-center{
    max-width: 400px; 
    margin: 20px auto 30px auto;
    clear: both;
}
.card-400-left{
    max-width: 400px; 
    float: left; 
    margin-right: 20px;
    margin-bottom: 15px;
    clear: both;
}
.card-400-right{
    max-width: 400px; 
    float: right; 
    margin-left: 20px;
    margin-bottom: 15px;
    clear: both;
}
.card-450-center{
    max-width: 450px; 
    margin: 20px auto 30px auto;
    clear: both;
}
.card-450-left{
    max-width: 450px; 
    float: left; 
    margin-right: 20px;
    margin-bottom: 15px;
    clear: both;
}
.card-450-right{
    max-width: 450px; 
    float: right; 
    margin-left: 20px;
    margin-bottom: 15px;
    clear: both;
}
.card-500-center{
    max-width: 500px; 
    margin: 20px auto 30px auto;
    clear: both;
}
.card-500-left{
    max-width: 500px; 
    float: left; 
    margin-right: 20px;
    margin-bottom: 15px;
    clear: both;
}
.card-500-right{
    max-width: 500px; 
    float: right; 
    margin-left: 20px;
    margin-bottom: 15px;
    clear: both;
}
.card-550-center{
    max-width: 500px; 
    margin: 20px auto 30px auto;
    clear: both;
}
.card-550-left{
    max-width: 500px; 
    float: left; 
    margin-right: 20px;
    margin-bottom: 15px;
    clear: both;
}
.card-550-right{
    max-width: 500px; 
    float: right; 
    margin-left: 20px;
    margin-bottom: 15px;
    clear: both;
}
.card-beige{
	background-color: #f7f4eb;
	border: 1px solid  var(--colour1);
}
p.photo-caption,
p.photo-caption-left,
p.photo-caption-right,
.timeline__content p {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 0px;
}
p.photo-caption-left,{
    text-align: left;
}
p.photo-caption,
p.photo-caption-right
{
	text-align: right;
}

.timeline__content img {
    margin-bottom: 10px;
}
#sitemap ul ul  {
    margin-top: 5px;
}

#sitemap ul ul a {
    font-size: 1em !important;
    background: #fff !important;
}
.checkbox {
	margin-top: 10px;
    text-indent: -20px !important;
}
.checkbox {
    padding: 0 0 0 50px;
}
.checkbox span {
    display: inline-block;
    width: 20px;
}
.checkbox img {
    width: 20px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem;
    height: 3rem;
    background-color: rgba(0, 0, 0, 1);
}
.carousel-indicators {
    margin-bottom: -1.2rem;
}
.carousel-indicators [data-bs-target] {
    height: 6px;
    background-color: var(--red);
    }
/* ---------------------------------------------------
    Footnote
----------------------------------------------------- */
#footnotes {
	margin-top: 30px;
}
.footnote {
    padding: 10px 0 0 50px;
    border-top: 1px solid #ccc;
}
.footnote span {
    display: inline-block;
    width: 20px;
}
.footnote p {
    font-size: 14px;
    text-indent: -20px !important;
    margin-bottom: 7px;
    line-height: 1.2;
}

/* ---------------------------------------------------
    BUTTONS
----------------------------------------------------- */

.btn-link {
    --bs-btn-color: #ac2012!important;
    --bs-btn-active-color: #ac2012!important;
    text-decoration: underline dotted black;
    padding: 0 5px 0 0;
    margin-top: -3px;
}
.btn-link:hover {
    --bs-btn-color: #ac2012!important;
    --bs-btn-active-color: #ac2012!important;
    text-decoration: underline black;

}
a.btn-link {
    color: #ac2012!important;
    text-decoration: underline dotted black;
    transition: all 0.3s;
}
a.btn-link:hover {
    color: #ac2012;
    text-decoration: underline  black;
}

.btn-primary {
    background-color: var(--green);
    border-color: var(--green);
}
.btn-primary:hover {
    background-color: var(--dark-green);
    border-color: var(--dark-green);
}
.btn-outline-primary {
    background-color: white;
    border-color: var(--red);
    color: var(--red);
}
.btn-outline-primary:hover {
    background-color: var(--red);
    border-color: var(--red);
}


#card-buttons{
    margin: 30px 0 30px 0;
}

#card-buttons .card {
	min-height: 75px;
    background-color: white;
    border: none !important;
    border-radius: 5px !important;
    box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 20px !important;
    text-align: center;
    margin-bottom: 20px;
    transition: all 0.3s;
}

#card-buttons .card>a {
    text-decoration: none;
}

#card-buttons .card:hover {
    color: #ffffff !important;
    box-shadow: rgba(100, 100, 111, 0.5) 0px 7px 29px 5px !important;
    background-color: var(--red) !important;
    border-radius: 5px !important;
}
#card-buttons .card:hover h6 {
    color: #ffffff !important;
}
.cssanimation {
    animation-duration: 1s;
    animation-fill-mode: both
}
.fadeInBottom {
    animation-name: fadeInBottom
}
@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1
    }
}

.cssanimation2 {
    animation-duration: 2s;
    animation-fill-mode: both
}

.fadeInBottom2 {
    animation-name: fadeInBottom
}

@keyframes fadeInBottom2 {
    from {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1
    }
}

.cssanimation3 {
    animation-duration: 3s;
    animation-fill-mode: both
}

.fadeInBottom3 {
    animation-name: fadeInBottom
}

@keyframes fadeInBottom3 {
    from {
        opacity: 0;
        transform: translateY(100%)
    }

    to {
        opacity: 1
    }
}


#content li {
    margin-bottom: 10px;
}

.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%; 
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 1399.9px) {
    .wrapper {
        margin: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    .wrapper {
    	border-radius: 0px;
	}
}
@media (max-width: 768px) {
    .copyright-on-mobile{
        display: block;
        padding: 10px 0 15px 0; 
        font-size: 12px;
    }
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
    .mobile-logo{
        display: block;
    }
    #sidebar .logo {
      display: none;
  	}
    #sidebarCollapse{
        display: block;
        height: 48px;
    }
    .inner-padding{
        padding: 10px 15px ;
    }

}
@media (max-width: 576px) {
    .card-300-left,
    .card-400-left,
    .card-300-right,
    .card-400-right{
        max-width: 100%; 
        float: none; 
        margin-right: 0px;
        margin-left: 0px
    }

    .img-right,
    .img-left{
        max-width: 100%;
        height: auto;
        float: none;
        display: block;
        margin: 0 auto 15px auto;
    }
}


