/* ***************************************************/
*, *:before, *:after {
  box-sizing: inherit;
}

* {
  padding: 0;
  margin: 0;
  font-family: "Source Serif 4", sans-serif;
}

html {
  box-sizing: border-box;
  background-color: rgba(12, 73, 55, 1);
  font-size: 20px;
}

@media (min-width: 1800px) {
  html {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  body {
    background-image: url('/imgs/flower.webp');
    background-size:20% auto;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
}

header {
  background-color: rgba(12, 73, 55, 1);
}

header {
  padding: 0 0 1rem 0 !important;
}

.brandBGInverse {
  background-color: #0c4937 !important;
}

.brandBGInverseDark {
  background-color: #000000 !important;
}

.pushtop-0 {
  margin-top: -5rem;
}
.pushtop {
  padding-top: 6rem;
}
.pushtop-small {
  padding-top: 2.5rem;
}

.pushbottom {
  padding-bottom: 4rem;
}

.pushtopMobile {
  padding-top: 6rem;
}

.white {
  color: #ffffff !important;
}
 .bold {
  font-weight: 700;
 }
 .jumpto {
  margin-top:1.5rem;
margin-bottom:0rem;
 }

 .img-fluid {
  border-radius: .5rem;
  box-shadow: 0 .1rem .2rem .1rem rgba(0, 0, 0, 0.2);
 }

@media (max-width: 575px) {
  .pushtopMobile {
    padding-top: 2rem;
  }
}
body {
  position: relative;
}

.max60 {
  max-width: 60%;
}
.width75 {
  max-width: 75%;
  margin: 0 auto;
}

/* START LOGO */
/* Animations */
@keyframes floating {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-10px);
  }
  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

body .svg .cls-1 {
  fill: #000000;
}

body .svg .cls-2 {
  fill: #0c4937;
}

@media (max-width: 575px) {
  .homeheader .justify-content-center {
    justify-content: flex-end !important;
  }
}
/* END LOGO */
/* BUTTON STYLING */
body button {
  color: #0c4937;
  padding: 0.75rem 1.5rem;
  border-radius: 2.5rem;
  font-size: 0.75rem;
  font-weight: 900;
  transition: all 0.2s ease;
  background-color: rgba(255, 255, 255, 0.9);
}

body button:hover {
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.2);
}

body button:active {
  box-shadow: none;
  background-color: rgba(220, 220, 220, 0.9);
  mix-blend-mode: normal;
  box-shadow: inset 0px 1px 3px -3px rgba(0, 0, 0, 0.54);
}

body .brandInverse button:active {
  box-shadow: none;
  background-color: rgba(220, 220, 220, 0.9);
  mix-blend-mode: normal;
  box-shadow: inset 0px 1px 3px -3px rgba(0, 0, 0, 0.54);
}

body button:focus {
  outline: none;
}

/* STANDARD ELEMENT STYLING */
body a {
  color: #0c4937;
}

body a:hover {
  color: rgb(118.5714285714, 47.4285714286, 115.5115207373);
}

body a:focus {
  outline: none;
}

hr {
  margin-top: 1rem;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #000000;
}

blockquote {
  border: none;
  padding: 0;
  font: italic 300 1.5rem/1.6rem "Zalando Sans Expanded", sans-serif;
  letter-spacing: 0px;
  text-transform: inherit;
}

blockquote::before {
  content: '"';
  font-size: 2rem;
  font-weight: 900;
  margin-left: -0.75rem;
}

blockquote::after {
  content: '"';
  font-size: 2rem;
  font-weight: 900;
}

blockquote.thin {
  font: 300 1.75rem/2.1rem "Zalando Sans Expanded", sans-serif;
}

blockquote.read {
  text-transform: none;
  font-weight: 400;
  letter-spacing: 0px;
}

blockquote.small {
  font: 900 1.2rem/2.4rem "Zalando Sans Expanded", sans-serif;
  letter-spacing: 0px;
  text-transform: none;
}

@media (max-width: 768px) {
  blockquote {
    font: italic 900 1.4rem/1.6rem "Zalando Sans Expanded", sans-serif;
  }
}

body .btn-primary {
  color: #fff;
  background-color: rgba(12, 73, 55, 1);
  border-color: rgba(12, 73, 55, 1);
  font: 400 .8rem/.9rem "Zalando Sans Expanded", sans-serif;
  padding: 0.75rem 1.2rem;
}
body .btn-primary:hover {
  color: rgba(164,221,223,1);
  background-color: rgba(12, 73, 55, 1);
  border-color: rgba(12, 73, 55, 1);
}

body h1 {
  color: #000000;
  font: 400 3rem/3rem "Zalando Sans Expanded", sans-serif;
  letter-spacing: -1px;
  margin-bottom: 1rem;
  text-align: center;
}

body h2 {
  color: rgba(12, 73, 55, 1);
  font: 600 2rem/2rem "Zalando Sans Expanded", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

body h3 {
  color: rgba(12, 73, 55, 1);
  font: 600 1.5rem/1.5rem "Zalando Sans Expanded", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 0.5rem;
}

body h4 {
  color: #000000;
  font: 300 1.2rem/1.2rem "Zalando Sans Expanded", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

body h5, body h6 {
  color: #000000;
  font: 600 0.7rem/0.7rem "Zalando Sans Expanded", sans-serif;
  text-transform: uppercase;
  margin-top:1rem;
  margin-bottom: 0.25rem;
}

body p.lead {
  font: 400 1.2rem/1.3rem "Source Serif 4", sans-serif;
  margin-bottom: 0.75rem;
}

body p {
  font: 400 0.7rem/0.9rem "Source Serif 4", sans-serif;
  margin-bottom: 0.75rem;
}

body p.description {
  font: 300 0.6rem/0.7rem "Zalando Sans Expanded", sans-serif;
  padding: 0;
  margin: 0 0 0.5rem;
}

.brandInverse h1, .brandInverse h2, .brandInverse h3, .brandInverse h4, .brandInverse h5, .brandInverse h6, .brandInverse p {
  color: #ffffff;
}

.inverse, .inverse h1, .inverse h2, .inverse h3, .inverse h4, .inverse h5, .inverse h6, .inverse p {
  color: rgb(164, 221, 223);
}
.inverse a {
  color: #fff;
  text-decoration: underline;
}
.inverse a:hover {
  color: #fff;
}


ul.nicelist, ol.nicelist {
  margin: 0 0 1rem 2rem;
  padding: 0;
}

.nicelist li {
  font-size: 0.7rem;
}



.twocolumns {
  -webkit-columns: 2 150px;
  -moz-columns: 2 150px;
  columns: 2 150px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}

.threecolumns {
  -webkit-columns: 3 150px;
  -moz-columns: 3 150px;
  columns: 3 150px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}

.col-md-6 .twocolumns, .col-md-6 .threecolumns {
  -webkit-columns: 2 150px;
  -moz-columns: 2 150px;
  columns: 2 150px;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}

@media (max-width: 992px) {
  .twocolumns, .threecolumns {
    -webkit-columns: 2 150px;
    -moz-columns: 2 150px;
    columns: 2 150px;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}
@media (max-width: 768px) {
  .twocolumns, .col-md-6 .twocolumns, .threecolumns, .col-md-6 .threecolumns {
    -webkit-columns: 1 150px;
    -moz-columns: 1 150px;
    columns: 1 150px;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
  }
}
.icons a i {
  font-size: 5rem;
}

.icons a:hover i {
  color: rgb(118.5714285714, 47.4285714286, 115.5115207373);
}

.paddingcrusher {
  padding-left: 0;
  padding-right: 0;
}

.thin {
  font-weight: 300 !important;
}

.thick {
  font-weight: 900;
}

.upper {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.lower {
  text-transform: lowercase;
  display: inline-block;
}

.center {
  text-align: center;
}

.complete {
  text-decoration: line-through !important;
}

/*  CSS from the Calendar Plugin  */
.google_cal,
.google_cal_2 {
  margin-left: 0px;
}

.google_cal > ul,
.google_cal_2 >ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.google_cal > ul > li {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.google_cal_2 li {
  margin-bottom: 1rem;
}

.google_cal a,
.google_cal_2 a {
  text-decoration: none;
  color: #0c4937;
  font-family: "Zalando Sans Expanded", sans-serif;
}

.google_cal a:hover,
.google_cal_2 a:hover {
  color: #0c4937;
  text-decoration: underline;
  
}

.google_cal .google_event_title,
.google_cal_2 .google_event_title {
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
}
.google_cal .google_event_title span  ,
.google_cal_2 .google_event_title span {
  font: italic 400 0.7rem/0.9rem "Source Serif 4", sans-serif;
  font-style:italic;
  letter-spacing: -.25px;
}
.google_cal .google_event_title::after,
.google_cal_2 .google_event_title::after {
  content: "(External Link)";
  font: 500 0.5rem/0.6rem "Source Serif 4", sans-serif;
  margin-left: 0.5rem;
  letter-spacing: -.25px;
}

.google_cal .google_event_date,
.google_cal_2 .google_event_date {
  color: #555;
  font-size: 0.6rem;
  font-weight: 400;
  line-height: 0.7rem;
  font-family: "Zalando Sans Expanded", sans-serif;
  margin-top:.4rem;
}

.google_cal .google_event_location,
.google_cal_2 .google_event_location {
  font-weight: 900;
  font-size: 0.6rem;
}

.google_cal .google_event_description,
.google_cal_2 .google_event_description {
  margin-top: 0.5rem;
  font-size: 0.6rem;
  margin: 2rem 0 0 1rem;
  display: block;
  border: 3px solid rgba(12,73,55,.5);
  border-width: 20px 3px 3px 3px;
  padding: 1rem 1rem 1rem 2rem;
  border-radius: 0.5rem;
  background-color: rgba(164,221,223,.1);
  position: relative;
  background-image: url('/imgs/hemp-leaf15.webp');
  background-size: 15% auto;
  background-repeat: repeat-y;
  background-position: bottom -40px;
} 

.google_cal .google_event_description::before,
.google_cal_2 .google_event_description::before {
  content: "WCCR Perspective:";
  position: absolute;
  top: -45px;
  left: -40px;
  height:82px;
  margin-bottom: 0.5rem;
  display: inline-block;
  background: url('/imgs/wccr-bubble.webp') no-repeat left top;
  background-size: 32%;
  padding: 1.5rem 0 0 4rem;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font: 600 0.5rem/0.6rem "Zalando Sans Expanded", sans-serif;
}
.google_cal .google_event_description ol,
.google_cal_2 .google_event_description ol,
.google_cal .google_event_description ul,
.google_cal_2 .google_event_description ul {
  margin-left:1rem;
}

.google_cal .google_event_description > p:first-child,
.google_cal_2 .google_event_description > p:first-child {
  font-size: 1rem;
  line-height: 1.1rem;
}

.google_cal_2 .google_event_date,
.google_cal_2 .google_event_location,
.google_cal_2 .google_event_description {
  display: none;
}

/* Scaling the First One */
.google_cal .google_event_list li:first-child .google_event_title {
  font-size: 3rem !important;
  line-height: 2.8rem;
  margin-bottom: 0.5rem;
}

.google_cal .google_event_list li:first-child .google_event_date {
  font-size: 1.0rem;
  line-height: 1.1rem;
  margin-bottom: 0.3rem;
}

.google_cal .google_event_list li:first-child .google_event_location {
  font-size: 0.9rem;
  line-height: 0.9rem;
}

.google_cal .google_event_list li:first-child .google_event_description {
  display: block;
}

/* brandInverse */
.brandInverse .google_cal a,
.brandInverse .google_cal_2 a {
  text-decoration: none;
  color: #ffffff !important;
}

.brandInverse .google_cal a:hover,
.brandInverse .google_cal_2 a:hover {
  color: #ffffff !important;
}


/***********************************
***********************************
***********************************
***********************************
PRIORITIES PAGE
***********************************
***********************************
***********************************
***********************************/
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}






header {
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}

.logo {
  font-size: .8rem;
  line-height: .8rem;
  font-weight: bold;
  color: rgb(164, 221, 223);
  font-family: "Zalando Sans Expanded", sans-serif;
  font-weight:300;
  position: relative;
  padding-left: 3rem;
  padding-top:1rem;
}

a.logo:hover {
  color: #fff;
  text-decoration: none;
}

.logo::before {
  content: "";
  position: absolute;
  background-image: url(/assets/img/wccr.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  display: block;
  width: 2.5rem;
  height: 2.7rem;
}

.navbar {
  width: 100%;
}
.navbar-expand-lg .navbar-collapse {
  justify-content: end;
}
.navbar-nav {
  display: flex;
  gap: 1rem;
  margin-bottom:0;
}
@media (max-width: 768px) {
  .navbar-nav {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 2rem;
  }
  .navbar-nav a, .navbar-dark .navbar-nav .nav-link  {
    font-size: 1rem !important;
  }
}

.navbar-nav a, .navbar-dark .navbar-nav .nav-link  {
  text-decoration: none;
  font: 400 0.7rem/0.7rem "Zalando Sans Expanded", sans-serif;
  padding: 0.25rem .25rem;
  text-decoration: none;
  color: rgb(164, 221, 223) !important;
  transition: all 0.2s ease;
}
.navbar-nav a:hover, .navbar-dark .navbar-nav .nav-link:hover  {
  color: #fff !important;
  text-decoration: none;
}


button.navbar-toggler {
  position: absolute;
  top: 20px;
  right: 20px;
}





body .breadcrumb {
  padding: 0;
  background-color: transparent !important;
  font-size: 0.6rem;
}

.divider {
  color: #fff;
  margin: 0 5px;
}


.contactusbg {
  background-image: linear-gradient(
    rgba(12, 73, 55, 1),
    rgba(12, 73, 55, 0.6)
    ),
    url('/imgs/hemp-bg.webp');
  background-size: cover;
}

.bannerbg {
  background-color: #e7f4f5;
  padding: 2rem 0;
}
.join-the-movement {
  position: relative;
  overflow-x: hidden;
  padding:4rem 0;
  background-image: url('/imgs/hemp-leaf15.webp');
  background-size: 15% auto;
  background-repeat: repeat-y;
  background-position: bottom left;
}
.join-the-movement::before {
  content: "";
  position: absolute;
  background-image: url('/imgs/capital-topper.webp');
  background-size: 31% auto;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-position-x: right;
  bottom: 0;
  right: -50px;
  width: 100%;
  height: 100%;
  z-index: 0;
}

nav.pagenav {
  margin-bottom:3rem;
}
nav.pagenav ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: .5rem;
}

.pagenav li {
  font-size: 0.7rem;
  text-align: center;
}

.pillar {
  margin-bottom: 2rem;
  background-color: rgba(164,221,223,0.1);
  display: block;
  padding: 3rem !important;
  border-radius: 1rem;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background-image: url('/imgs/pillars-ico.svg');
  background-size: 20% auto;
  background-repeat: no-repeat;
  background-position: center 107%;
  overflow: hidden;
}

.pillar::before {
  content: "";
  position: absolute;
  top: -70px;
  right: 0;
  font-size: 8rem;
  font-family: "Zalando Sans Expanded", sans-serif;
  z-index: 0;
  color: rgba(164,221,223,0.2);
}
.pillar1::before {
  content: "1";
}
.pillar2::before {
  content: "2";
}
.pillar3::before {
  content: "3";
}
.pillar4::before {
  content: "4";
}

.pillar ul {
  margin-left: 1rem;
}
.pillar li {
  font-size: 0.7rem;
  line-height: .8rem;
  margin-bottom: 0.5rem;
}
h5 + p {
  margin-top: 0rem;
}

.footer {
  background-color: rgba(164,221,223,0.3) !important;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  background-image: url('/assets/img/wccr-dark.svg');
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  margin-left: calc(50% - 50px);
  margin-top: -80px;
  display: block;
  width: 100px;
  height: 106px;
  z-index: 4;
}

.footer .breadcrumb {
  display:flex;
  justify-content: center;
}

/*# sourceMappingURL=main.css.map */
