@charset "UTF-8";
/*
Theme Name: Cop26
Theme URI: n/a
Description: Theme for Cop26 Coalition website
Version: 1.2
Author: KyoLabs
*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro");
@media (min-width: 576px) and (max-width: 767px) {
  .container,
  .container-sm {
    max-width: 510px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 710px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 930px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1290px;
    padding: 0 50px;
  }
}

.card-deck .card {
  margin: 0px;
}

.project-card {
  height: 190px;
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
  padding: 0 15px;
  padding-top: 13px;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
@media screen and (max-width: 991px) {
  .project-card {
    height: auto;
    padding: 0;
    justify-content: space-between;
  }
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  .project-card {
    flex: 100% !important;
  }
}
@media screen and (min-width: 1201px) {
  .project-card {
    height: 200px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .project-card {
    height: 250px;
  }
}
.project-card h3 {
  width: 100%;
}
.project-card .image-overlay {
  transition: 0.3s;
  height: 100%;
}
.project-card .card-body {
  flex: initial;
  padding: 0;
  padding-bottom: 18px;
}
@media screen and (max-width: 575px) {
  .project-card .card-body {
    padding-bottom: 0px;
  }
}
.project-card .card-body p {
  margin: 0;
  font-size: 26px;
  line-height: 34px;
  display: flex;
  transition: 0.3s;
  font-weight: 300;
}
.project-card .article-card-title h3 {
  transition: 0.3s;
  display: flex;
}
.project-card .article-card-image {
  position: relative;
  height: 100%;
}
.project-card .article-card-image .card-image-link {
  width: 100%;
  height: 100%;
}
.project-card .article-card-image .article-link {
  height: 100%;
  width: 100%;
}
.project-card .article-card-image .article-excerpt-link {
  width: 100%;
  height: 100%;
}
.project-card .article-card-image a {
  position: absolute;
  color: #c7c7c7;
}
.project-card .card-footer {
  padding: initial;
  background-color: transparent;
  border-top: 0;
}
@media (hover: hover) and (pointer: fine) {
  .project-card:hover {
    background-color: rgb(227, 108, 0);
    transition: 0.5s;
  }
  .project-card:hover .d3-o {
    color: white;
    -webkit-text-stroke-width: 0px;
  }
  .project-card:hover .card-body p {
    color: rgba(255, 255, 255, 0.7);
  }
}

.link-card {
  width: 100%;
  margin: 10px 0;
  margin-bottom: 18px;
  padding-top: 13px;
  background-color: transparent;
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  .link-card {
    flex: 100% !important;
  }
}
@media screen and (min-width: 1201px) {
  .link-card {
    max-height: 200px;
  }
}
.link-card h3 {
  width: 100%;
  font-weight: 500;
  font-size: 51px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .link-card h3 {
    font-size: 40px;
  }
}
.link-card .card-body {
  flex: initial;
  padding: 0;
  padding-bottom: 18px;
}
.link-card .card-body p {
  margin: 0;
  font-size: 26px;
  line-height: 34px;
  display: flex;
  transition: 0.3s;
  font-weight: 300;
  color: #4f4f4f;
}
@media screen and (max-width: 575px) {
  .link-card .card-body p {
    font-size: 20px;
    line-height: 21px;
  }
}
.link-card .card-title {
  align-items: center;
  display: flex;
}
.link-card .card-title h3 {
  transition: 0.3s;
  display: flex;
}
@media (hover: hover) and (pointer: fine) {
  .link-card:hover {
    transition: 0.5s;
  }
  .link-card:hover h3 {
    color: rgb(227, 108, 0);
  }
  .link-card:hover .card-body p {
    color: rgb(227, 108, 0);
  }
}
.link-card:hover .right-black {
  display: none;
}
.link-card:hover .right-orange {
  display: inline-block;
}

.post-card {
  height: 100%;
}
.post-card .card-title {
  padding: 10px;
}

.project .article-card-image .grey-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.5s ease;
  background: rgba(0, 0, 0, 0.7);
}

.page-talk .post-card > p {
  display: none;
}

.page-talk .card-image {
  height: 170px;
  overflow: hidden;
}

.single-talk .card-image {
  display: none;
}

.page-talk .tag:hover {
  color: #e36c00;
}

.page-talk .tag {
  font-size: 20px;
  line-height: 48px;
}

.navbar {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .navbar {
    background-color: transparent;
    border-bottom: 2px dotted #aaa;
  }
}
.navbar .container {
  padding: 0 15px;
}
.navbar .container .navbar-toggler {
  border: 2px solid #848484;
  padding: 0.15rem 0.5rem;
}
@media screen and (max-width: 991px) {
  .navbar .collapse .btn,
  .navbar .collapsing .btn {
    border: 0;
    padding: 0 24px;
    text-align: right;
  }
}

.navbar-brand img {
  height: 80px;
  width: auto;
  padding: 3px;
}
@media screen and (max-width: 767px) {
  .navbar-brand img {
    height: 50px;
    top: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-brand img {
    height: 70px;
    top: 3px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-brand img {
    height: 100px;
  }
}

.nav-social a {
  display: block;
  float: right;
}
.nav-social a img {
  fill: #8f8f8f;
  font-size: 24px;
  padding: 0 4px;
}

@media screen and (max-width: 991px) {
  .navbar-nav .nav-item {
    border-bottom: 1px solid #ddd;
    padding: 5px;
  }
}
.navbar-nav .nav-item {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}
.navbar-nav .nav-item:hover {
  color: white;
}
@media screen and (max-width: 991px) {
  .navbar-nav .nav-item {
    flex-direction: column;
    align-items: flex-end;
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .navbar-nav .nav-item {
    border-bottom: 1px solid #ddd;
    padding: 5px;
  }
}
.navbar-nav .nav-item .nav-link {
  padding: 0 25px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav .nav-item .nav-link {
    padding: 0 11px;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .nav-item .nav-link {
    padding: 0;
  }
}
.navbar-nav .nav-item .nav-link span {
  color: rgba(0, 0, 0, 0.51);
  font-family: ff-good-headline-web-pro, sans-serif;
  font-weight: 600;
  font-size: 20px;
}
@media screen and (max-width: 991px) {
  .navbar-nav .nav-item .nav-link span {
    font-size: 30px;
    color: #4a4a4a;
  }
}
@media screen and (max-width: 575px) {
  .navbar-nav .nav-item .nav-link span {
    font-size: 26px;
  }
}
@media screen and (max-width: 575px) {
  .navbar-nav .nav-item .nav-link {
    margin-right: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-nav .nav-item .nav-link {
    margin-right: 0;
  }
}
.navbar-nav .nav-item .nav-link:hover {
  color: grey;
}
.navbar-nav .btn {
  padding: 0;
}
.navbar-nav .btn .nav-link {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .navbar-nav .btn .nav-link {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .btn .nav-link {
    width: 170px;
    margin-right: 3px;
  }
}
.navbar-nav .btn:hover {
  background-color: rgb(227, 108, 0);
  border-color: rgb(227, 108, 0);
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-nav .btn:hover {
    border: 0;
    padding: 15px 0;
    text-align: left;
    border-bottom: 2px dotted rgb(227, 108, 0);
  }
}
.navbar-nav .btn:hover span {
  color: white;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .navbar-nav .btn {
    padding: 0;
  }
}
@media screen and (max-width: 575px) {
  .navbar-nav .btn {
    padding: 0;
  }
}
.navbar-nav .dropdown-menu {
  padding: 14px 0;
  border: 0;
  border-radius: 0;
  right: auto;
  width: 100%;
  min-width: 160px;
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    background: none;
    padding-top: 0;
  }
}
.navbar-nav .dropdown-menu .dropdown-item {
  padding: 12px 10px;
  white-space: break-spaces;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu .dropdown-item {
    text-align: end;
    padding: 0;
  }
}
.navbar-nav .dropdown-menu .dropdown-item span {
  color: #848484;
  font-weight: 600;
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu .dropdown-item span {
    font-size: 28px;
  }
}
.navbar-nav .dropdown-menu .dropdown-item:active,
.navbar-nav .dropdown-menu .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.7);
}
.navbar-nav .menu-item-has-children li a {
  color: black;
  font-weight: 300;
}
.navbar-nav .dropdown-toggle::after {
  display: none;
}

@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }
  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
}
header {
  align-items: center;
  margin: 6px 0 18px;
  z-index: 20;
}
@media screen and (max-width: 575px) {
  header {
    margin: 0;
    position: fixed;
    height: auto;
    top: 0;
    width: 100%;
    background-image: url(../assets/img/background.png);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  header {
    margin: 0;
  }
}
header #navbarHeader {
  justify-content: flex-end;
}
header .nav-social {
  padding-left: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  header .nav-social {
    padding: 0;
  }
}

header a.mobile-search {
  position: relative;
  top: 13px;
  margin-right: 4vw;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: white;
  color: rgba(0, 0, 0, 0.51);
}

.btn-outline-secondary {
  border-color: #848484 !important;
}

.btn-outline-secondary:hover {
  background-color: rgb(227, 108, 0) !important;
  border-color: rgb(227, 108, 0) !important;
}

footer {
  margin-bottom: 12px;
  height: 225px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 575px) {
  footer {
    height: 75px;
  }
}
@media screen and (max-width: 991px) {
  footer .nav-social {
    float: right;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
}
footer .nav-social a {
  float: left;
}
footer .nav-item {
  font-size: 18px;
}

#search-overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.98); /* Black background with opacity */
  z-index: 118; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.search-form {
  position: absolute;
  top: 20%;
  left: 50%;
  font-size: 50px;
  color: white;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 30px;
  border: 0;
  width: 80%;
}
.search-form input[type=search] {
  border: 0;
  background: transparent;
  border-bottom: 2px solid #666;
  width: 100%;
  outline: none;
  font-size: 22px;
}
.search-form input[type=search]::placeholder {
  color: #bbb;
}
.search-form [type=submit] {
  border: 0;
  outline: none;
  margin-top: 10px;
  float: right;
  background-color: transparent;
  font-size: 22px;
}

.search-form-inline {
  padding-top: 30px;
}
.search-form-inline .search-form {
  position: relative;
  left: revert;
  transform: none;
  width: revert;
}
.search-form-inline .search-form input {
  font-size: 20px;
  width: revert;
}
.search-form-inline .search-form input[type=search] {
  width: 73%;
}
.search-form-inline .search-form [type=submit] {
  float: none;
}

.search-no-results {
  width: 100%;
}

.screen-reader-text {
  display: none;
}

a.search-btn {
  left: 0;
  position: relative;
  font-family: ff-good-headline-web-pro, sans-serif;
  font-size: 20px;
}

.non-mobile-search {
  padding-left: 40px;
}

.search-list-item p.date {
  font-size: 16px;
  color: #666;
}

.newsletter {
  background: #e36c00;
  padding: 26px 0;
  margin-bottom: 32px;
  margin-top: 40px;
  margin-top: 75px;
}
.newsletter .container h2 {
  font-size: 41px;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .newsletter .container h2 {
    font-size: 27px;
  }
}
.newsletter .container p {
  font-size: 26px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .newsletter .container p {
    font-size: 1rem;
  }
}
.newsletter .container form {
  height: 52px;
}
.newsletter .container form input[type=email] {
  height: 100%;
  margin-right: 38px;
  border: 0;
  font-size: 25px;
}
@media screen and (max-width: 575px) {
  .newsletter .container form input[type=email] {
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
    margin-right: 0;
  }
}
.newsletter .container form input[type=email]::placeholder {
  color: rgba(135, 135, 135, 0.5);
  font-style: italic;
}
.newsletter .container .btn-white {
  height: 100%;
  background-color: white !important;
  font-weight: 500s;
  font-size: 24px;
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .newsletter .container .btn-white {
    width: 285px !important;
  }
}
.newsletter .container .btn-grey {
  background: rgba(135, 135, 135, 0.47);
  border: none;
  border-radius: 0;
  padding: 10px 32px;
}
@media screen and (max-width: 575px) {
  .newsletter .container .btn-grey {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .newsletter .container .btn-grey {
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 0;
  }
}
.newsletter .container .btn-white {
  background: white;
  border: none;
  border-radius: 0;
  padding: 10px 32px;
}
@media screen and (max-width: 575px) {
  .newsletter .container .btn-white {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .newsletter .container .btn-white {
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 0;
    font-size: 14px;
  }
}

.mapboxgl-canvas {
  width: 100% !important;
}

.zip_search_results_col,
#action_info,
#can_embed_form > h2 {
  display: none !important;
}

#ukevents {
  background: #eee;
}

#can_embed_form.can_float #form_col1 {
  width: 100% !important;
}

#can_embed_form #event_map_wrap #map_canvas {
  height: 800px !important;
}
@media screen and (max-width: 575px) {
  #can_embed_form #event_map_wrap #map_canvas {
    height: 350px !important;
  }
}

#action-map-feature {
  width: 100% !important;
}

.page-gda {
  background-image: url(../assets/img/lady-2.jpg);
  background-size: cover;
}
@media screen and (max-width: 575px) {
  .page-gda {
    background-color: rgba(0, 0, 0, 0.3803921569);
    background-image: url(../assets/img/lady-xs.jpg);
    background-blend-mode: overlay;
    background-attachment: fixed;
    background-size: cover;
    background-position: right;
  }
}
.page-gda .newsletter {
  display: none;
}

.tribe-events-page-template,
.page-talk,
.single-talk,
.post-type-archive {
  background-image: url(../assets/img/bg-ps.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .tribe-events-page-template,
  .page-talk,
  .single-talk,
  .post-type-archive {
    background-image: url(../assets/img/bg-ps-xs.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: right;
  }
}
.tribe-events-page-template .newsletter,
.page-talk .newsletter,
.single-talk .newsletter,
.post-type-archive .newsletter {
  display: none;
}

.gda-text {
  padding-right: 30%;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .gda-text {
    padding-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .gda-text {
    padding: 10px;
    margin-top: 40px;
  }
}
.gda-text .button-col {
  padding-bottom: 20px;
}
.gda-text .btn-primary {
  line-height: 46px;
  padding: 10px 30px;
  font-size: 22px;
  background-color: #e36c00 !important;
  color: #fff !important;
}
@media screen and (max-width: 991px) {
  .gda-text .btn-primary {
    font-size: 20px;
    padding: 10px 20px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .gda-text .btn-primary {
    font-size: 26px;
  }
}
.gda-text .btn-inverted {
  line-height: 46px;
  padding: 10px 30px;
  font-size: 22px;
  background-color: #fff !important;
  color: #e36c00 !important;
}
@media screen and (max-width: 575px) {
  .gda-text .btn-inverted {
    font-size: 20px;
    padding: 10px 20px;
  }
}

.gda-title {
  color: #602d97;
  margin-bottom: 0;
}
.gda-title .tribe-events-page-template,
.gda-title .page-talk, .post-type-archive .gda-title {
  color: #e36c00;
}

.tribe-events-page-template,
.page-talk,
.post-type-archive {
  margin-bottom: 0;
}
.tribe-events-page-template .gda-title,
.page-talk .gda-title,
.post-type-archive .gda-title {
  color: #e36c00;
}

.gda-date,
.gda-title {
  font-family: neue-haas-grotesk-display;
  font-weight: 900 !important;
  font-size: 86px;
  line-height: 67px;
  text-transform: uppercase;
  word-spacing: 12px;
}
@media screen and (max-width: 575px) {
  .gda-date,
  .gda-title {
    font-size: 56px;
    line-height: 34px;
  }
}

.gda-date {
  color: #ffafa2;
}
.gda-date .tribe-events-page-template,
.gda-date .page-talk, .post-type-archive .gda-date {
  color: #602d97;
  padding-bottom: 10px;
}

.gda-subtitle {
  color: white;
  font-weight: 600 !important;
  font-size: 28px;
  line-height: 33px;
}
.gda-subtitle .tribe-events-page-template,
.gda-subtitle .page-talk, .post-type-archive .gda-subtitle {
  margin: 20px 0;
  max-width: 860px;
}

.gda-subtitle {
  margin: 20px 0;
  max-width: 860px;
}

.gda-subtitle,
.gda-button-row {
  padding-right: 200px !important;
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  .gda-subtitle,
  .gda-button-row {
    padding-right: 73px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .gda-subtitle,
  .gda-button-row {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 575px) {
  .gda-subtitle,
  .gda-button-row {
    padding-right: 0 !important;
    width: auto;
  }
}

@media screen and (max-width: 575px) {
  .gda-title,
  .gda-date {
    font-size: 41px;
    width: 80%;
    word-spacing: 2px;
  }
  .gda-subtitle {
    font-size: 20px;
    line-height: 25px;
    padding-top: 7px;
  }
}
.map-sidetext p {
  font-size: 20px;
}

.filter-group {
  background-color: white !important;
}

.filter-group input[type=checkbox] + label {
  color: black !important;
}

.mapboxgl-popup-content {
  background-color: white !important;
  color: black !important;
}

@media screen and (max-width: 575px) {
  #geocoder {
    width: 100%;
    padding: 10px;
    left: 0;
  }
}

@media screen and (max-width: 575px) {
  .filter-group {
    top: revert !important;
    bottom: 0;
  }
}

h1.tribe-events-single-event-title {
  font-size: 52px !important;
}

.tribe-events-pg-template {
  max-width: revert !important;
}

.tribe-events-schedule {
  margin-top: 0 !important;
}
.tribe-events-schedule span {
  font-size: 25px !important;
}

.events-wrapper {
  background: #fff0e8;
  padding-top: 20px;
  margin-top: 0;
}

.event-cat-single > div {
  display: none;
}

.tribe-events-page-template .gda-subtitle,
.page-talk .gda-subtitle,
.post-type-archive .gda-subtitle {
  padding-right: 140px !important;
}
@media screen and (max-width: 575px) {
  .tribe-events-page-template .gda-subtitle,
  .page-talk .gda-subtitle,
  .post-type-archive .gda-subtitle {
    padding-right: 50px !important;
    padding-top: 0;
  }
}

.tribe-events-c-top-bar__datepicker-time span {
  font-size: 14px;
}

.contributors strong {
  font-size: 18px;
}

.page-map .actionnetwork-calendar-entry {
  padding: 0 1rem 0 1rem;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 5px;
}
.page-map .actionnetwork-calendar-entry .actionnetwork-calendar-date {
  font-size: 1rem;
}
.page-map .actionnetwork-calendar-entry h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.page-map .actionnetwork-calendar-entry h2 a {
  color: #333;
}

.project .card-body {
  padding: 0;
  padding-bottom: 15px;
}
.project .col-12:not(:last-child) .card {
  padding-bottom: 10px;
}

.project-card-image {
  position: relative;
  display: flex;
}
.project-card-image .project-card-title h3 {
  display: flex;
  align-items: center;
  position: absolute;
  height: 100%;
  font-size: 55px;
  hyphens: none;
  color: white;
  z-index: 15;
  padding: 0 10px;
  word-break: break-word;
}
@media screen and (max-width: 575px) {
  .project-card-image .project-card-title h3 {
    font-size: 46px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .project-card-image .project-card-title h3 {
    font-size: 77px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .project-card-image .project-card-title h3 {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .project-card-image .project-card-title h3 {
    font-size: 44px;
  }
}
.project-card-image:hover h3 {
  color: grey;
}
.project-card-image .grey-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: 0.5s ease;
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 575px) {
  .project-journal {
    display: flex;
    justify-content: center;
  }
}
.project-journal .overlay {
  position: relative;
  background-color: black;
}
.project-journal img {
  max-height: 300px;
  width: auto;
  border: 12px solid rgba(227, 108, 0, 0.77);
  box-shadow: 5px 4px 1px 3px rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 767px) {
  .project-journal img {
    max-height: none;
    width: 100%;
  }
}
.project-journal a {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 575px) {
  .project-journal a {
    width: 70%;
  }
}
.project-journal h3 {
  text-align: center;
  position: absolute;
  color: white;
}
@media screen and (max-width: 575px) {
  .project-journal h3 {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .single-projects .overlay {
    width: 92%;
  }
}

.project .image {
  margin-bottom: 10px;
  width: 100%;
}
.project .image img {
  width: inherit;
}

.categories-button {
  border: none;
  padding: 0;
}

#menu-article-nav {
  line-height: 26px;
}
#menu-article-nav li {
  padding: 7px 35px 0 0;
}
@media screen and (max-width: 575px) {
  #menu-article-nav li {
    padding: 7px 10px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  #menu-article-nav li {
    padding: 10px 0px 0 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #menu-article-nav li:last-child {
    padding: 7px 0;
  }
}
#menu-article-nav li a {
  padding: 0;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  #menu-article-nav li a {
    font-size: 20px;
  }
}
#menu-article-nav li .nav-link {
  font-size: 20px;
  color: #000;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .articles-archive-content a {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .articles-archive-content ul > :first-child {
    padding-top: 0;
  }
}
.articles-archive-content .bg-light {
  background-color: transparent !important;
}
.articles-archive-content button {
  font-family: "Mukta", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000 !important;
}
@media screen and (max-width: 575px) {
  .articles-archive-content a {
    margin-bottom: 0;
  }
  .articles-archive-content ul > :first-child {
    padding-top: 0;
  }
}

.single-post .article-title h1,
.single-events .article-title h1 {
  font-size: 56px;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .single-post .article-title h1,
  .single-events .article-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .single-post .article-title h1,
  .single-events .article-title h1 {
    font-size: 48px;
  }
}
.single-post .article-second-title h2,
.single-events .article-second-title h2 {
  font-weight: normal;
  padding-bottom: 0px;
  text-transform: none;
  padding-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .single-post .article-second-title h2,
  .single-events .article-second-title h2 {
    font-size: 21px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .single-post .article-second-title h2,
  .single-events .article-second-title h2 {
    font-size: 31px;
  }
}
.single-post .article-second-title p,
.single-events .article-second-title p {
  font-size: 27px;
}
.single-post .article-info p,
.single-events .article-info p {
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  padding: 5px 0px;
}
.single-post .article-content,
.single-events .article-content {
  padding-top: 50px;
}
@media screen and (max-width: 575px) {
  .single-post .article-content,
  .single-events .article-content {
    padding-top: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .single-post .article-content,
  .single-events .article-content {
    padding-top: 20px;
  }
}
.single-post .article-content p,
.single-events .article-content p {
  letter-spacing: 0.2px;
  word-break: break-word;
}
.single-post .article-content:not(.wp-block-pullquote),
.single-events .article-content:not(.wp-block-pullquote) {
  text-align: left !important;
}
.single-post .article-content .article-featured-image,
.single-events .article-content .article-featured-image {
  width: 600px;
  float: right;
  padding-left: 130px;
  padding-bottom: 5px;
  margin: 0 -100px;
  height: auto;
}
@media screen and (max-width: 575px) {
  .single-post .article-content .article-featured-image,
  .single-events .article-content .article-featured-image {
    width: 100%;
    float: none;
    padding-left: 0;
    margin: 0;
    height: auto;
    padding-bottom: 27px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .single-post .article-content .article-featured-image,
  .single-events .article-content .article-featured-image {
    padding: 0 99px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-post .article-content .article-featured-image,
  .single-events .article-content .article-featured-image {
    width: 500px;
  }
}
.single-post .article-content .article-featured-image img,
.single-events .article-content .article-featured-image img {
  width: 100%;
  height: auto;
}
.single-post .article-content .article-featured-image .caption-text,
.single-events .article-content .article-featured-image .caption-text {
  color: #6c757d;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  margin-top: 10px;
  padding-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .single-post .article-content .article-featured-image .caption-text,
  .single-events .article-content .article-featured-image .caption-text {
    margin: 0;
    text-align: left;
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .single-post .article-content .article-featured-image .caption-text,
  .single-events .article-content .article-featured-image .caption-text {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-post .article-content .article-featured-image .caption-text,
  .single-events .article-content .article-featured-image .caption-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .single-post .article-content .article-featured-image .caption-text,
  .single-events .article-content .article-featured-image .caption-text {
    font-size: 16px;
  }
}
.single-post .article-content .article-featured-image .alignright,
.single-events .article-content .article-featured-image .alignright {
  width: 100%;
  height: auto;
}

.single-post .wp-block-image .alignleft > figcaption,
.single-post .wp-block-image .alignright > figcaption,
.single-post .wp-block-image .aligncenter > figcaption {
  display: block;
}

.wp-block-image img:only-child {
  padding-bottom: 40px;
}
.wp-block-image img {
  display: block;
  margin: 0 -10%;
  width: 120%;
  height: auto;
  max-width: none !important;
}
@media screen and (max-width: 575px) {
  .wp-block-image img {
    margin: 0;
    width: 100%;
  }
}
.wp-block-image figcaption {
  color: #6c757d;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 5px;
  text-align: center;
  width: 100%;
  display: block;
  font-size: 9px;
  text-align: right;
}

.wp-block-columns p:last-of-type {
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
}
.wp-block-columns .wp-block-column .wp-block-image {
  width: 730px;
  float: right;
  margin: 0px -164px 0 0;
  height: auto;
}
@media screen and (max-width: 575px) {
  .wp-block-columns .wp-block-column .wp-block-image {
    float: unset;
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .wp-block-columns .wp-block-column .wp-block-image {
    width: 330px;
    margin: 0px -124px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-columns .wp-block-column .wp-block-image {
    width: 510px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .wp-block-columns .wp-block-column .wp-block-image {
    width: 700px;
    margin: 0px -214px 0 0;
  }
}
.wp-block-columns .wp-block-column .wp-block-image img {
  border-image: url(../assets/img/border.png) 30 fill;
  border-width: 0 30px 0 0;
  border: solid transparent;
  display: block;
  height: auto;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .wp-block-columns .wp-block-column .wp-block-image img {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .wp-block-columns .wp-block-column .wp-block-image img {
    width: 100%;
    margin: 0;
  }
}
.wp-block-columns .wp-block-column .wp-block-image figcaption {
  color: #6c757d;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 5px;
  text-align: center;
  width: 100%;
  display: block;
  text-align: right;
}
@media screen and (max-width: 575px) {
  .wp-block-columns .wp-block-column .wp-block-image figcaption {
    margin: 0;
    text-align: left;
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .wp-block-columns .wp-block-column .wp-block-image figcaption {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-columns .wp-block-column .wp-block-image figcaption {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .wp-block-columns .wp-block-column .wp-block-image figcaption {
    font-size: 16px;
  }
}
.wp-block-columns .wp-block-column .wp-block-image figure {
  display: block;
}
.wp-block-columns .wp-block-column .wp-block-pullquote {
  float: left;
  width: 360px;
  margin-left: -110px;
  padding: 0;
}
@media screen and (max-width: 575px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote {
    width: 260px;
    margin-left: -80px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote {
    width: 260px;
    margin-left: -80px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote {
    width: 320px;
    margin-left: -100px;
  }
}
.wp-block-columns .wp-block-column .wp-block-pullquote p {
  color: #ff5c5c;
  font-family: "Cabin", sans-serif;
  text-align: right;
  line-height: 40px;
  font-weight: 700;
  font-size: 35px;
  quotes: "“" "”" "‘" "’";
}
@media screen and (max-width: 575px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote p {
    font-size: 2rem;
    text-align: left;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote p {
    font-size: 22px;
    line-height: 22px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote p {
    font-size: 26px;
    line-height: 31px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote p {
    font-size: 33px;
  }
}
.wp-block-columns .wp-block-column .wp-block-pullquote p::before {
  font-family: "Cabin", sans-serif;
  font-size: 125px;
  font-weight: 700;
  text-align: right;
  color: #ff5c5c;
  content: open-quote;
  position: relative;
  top: 40px;
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote p::before {
    font-size: 85px;
    top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote p::before {
    font-size: 95px;
    top: 30px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .wp-block-columns .wp-block-column .wp-block-pullquote p::before {
    font-size: 105px;
  }
}

.tags {
  margin: 35px 0;
  display: flex;
}
@media screen and (max-width: 767px) {
  .tags {
    display: block;
  }
}
.tags h3.read-more-tag {
  display: inline;
  width: 155px;
  line-height: 45px;
  text-transform: uppercase;
  font-size: 20px;
}
.tags ul {
  display: inline-block;
  align-items: center;
}
.tags li {
  list-style-type: none;
  display: inline-block;
}
.tags:first-child {
  list-style-type: none;
  font-size: 24px;
  font-weight: 700;
}
.tags a {
  margin: 0 4px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 400;
  border-radius: 0;
  background-color: white;
  border: 1px solid rgb(227, 108, 0);
  color: black;
  padding: 3px 25px;
  text-transform: none;
}
.tags a:hover {
  background-color: rgb(227, 108, 0);
  color: white;
  border: 1px solid rgb(227, 108, 0);
}

#county-section {
  display: none;
}

span.clipping,
.clipping p {
  background: url(../assets/img/background.png);
  display: inline-block;
}
span.clipping.clipping-right,
span.clipping .clipping-right p,
.clipping p.clipping-right,
.clipping p .clipping-right p {
  padding-right: 15px;
}
@media screen and (max-width: 575px) {
  span.clipping.clipping-right,
  span.clipping .clipping-right p,
  .clipping p.clipping-right,
  .clipping p .clipping-right p {
    padding-right: 0;
  }
}
span.clipping.clipping-left,
span.clipping .clipping-left p,
.clipping p.clipping-left,
.clipping p .clipping-left p {
  padding-left: 15px;
}
@media screen and (max-width: 575px) {
  span.clipping.clipping-left,
  span.clipping .clipping-left p,
  .clipping p.clipping-left,
  .clipping p .clipping-left p {
    padding-left: 0;
  }
}
span.clipping.d1, span.clipping.d2,
.clipping p.d1,
.clipping p.d2 {
  white-space: pre-wrap;
}

.front-section {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  margin-top: 25px;
  max-height: 700px;
}
@media screen and (min-width: 1201px) {
  .front-section {
    margin-top: 0px;
  }
}
@media screen and (max-width: 575px) {
  .front-section {
    max-height: 720px;
  }
}
@media screen and (min-width: 1201px) {
  .front-section {
    height: 700px;
  }
}
.front-section .date {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 0;
}
.front-section .date .container {
  height: 100%;
}
.front-section .date .container .featured {
  background: transparent;
  color: #fff;
  position: relative;
  padding-left: 37px;
  padding-right: 37px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .front-section .date .container .featured {
    top: 0;
  }
}
.front-section .date .container .featured .featured-content {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.front-section .date .container .featured h2 {
  float: left;
  clear: both;
  padding-top: 10px;
  font-family: Cabin;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 115.62%;
  color: #fff;
}
@media screen and (max-width: 575px) {
  .front-section .date .container .featured h2 {
    font-size: 30px;
  }
}
.front-section .date .container .featured h2:hover {
  color: #ff5c5c;
}
.front-section .date .container .featured p {
  clear: both;
  font-weight: 300;
  font-size: 21px;
  line-height: 26px;
  font-style: normal;
  font-family: "Mukta", sans-serif;
}
@media screen and (max-width: 575px) {
  .front-section .date .container .featured p {
    margin-bottom: 3px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 575px) {
  .front-section .date .container .excerpt {
    font-size: 16px;
    line-height: 1.4rem;
  }
}

@media screen and (max-width: 575px) {
  .front-hero {
    margin-top: 40px;
    height: 300px;
    top: 0;
  }
  .front-hero .hero-text span {
    font-size: 27px;
    top: -50px;
    position: relative;
  }
  .front-hero .btn {
    position: relative;
    top: 82px;
  }
  .front-hero img {
    width: 100%;
    height: auto !important;
    top: 8px !important;
  }
}

.front-gda {
  justify-content: flex-end;
}
.front-gda .hero-text {
  text-align: right;
  max-width: 690px;
}
.front-gda img {
  right: auto;
  left: 0;
}

.front-ps .hero-text {
  max-width: 690px;
}

@media screen and (max-width: 575px) {
  .front-ps .st,
  .front-gda .st {
    padding-top: 16px;
  }
}
@media screen and (min-width: 576px) and (max-width: 1200px) {
  .front-ps .hero-text:hover span:not(.ol),
  .front-gda .hero-text:hover span:not(.ol) {
    color: rgb(227, 108, 0);
  }
  .front-ps .hero-text:hover span.ol,
  .front-gda .hero-text:hover span.ol {
    -webkit-text-stroke-color: rgb(227, 108, 0);
  }
  .front-ps .hero-text:hover a,
  .front-gda .hero-text:hover a {
    color: black;
    background: rgb(227, 108, 0);
  }
}
@media screen and (min-width: 1201px) {
  .front-ps .hero-text:hover span:not(.ol),
  .front-gda .hero-text:hover span:not(.ol) {
    color: rgb(227, 108, 0);
  }
  .front-ps .hero-text:hover span.ol,
  .front-gda .hero-text:hover span.ol {
    -webkit-text-stroke-color: rgb(227, 108, 0);
  }
  .front-ps .hero-text:hover a,
  .front-gda .hero-text:hover a {
    color: black;
    background: rgb(227, 108, 0);
  }
}

.front-section {
  display: flex;
  align-items: center;
}
.front-section .hero-text {
  width: 350px;
  transition: 0.5s;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .front-section .hero-text {
    padding: 2rem 0;
  }
}
.front-section .hero-text a {
  transition: 0.5s;
}
@media screen and (max-width: 575px) {
  .front-section .hero-text a {
    background: #fff;
    padding: 2px 4px;
    border: 1px solid #e36c00;
  }
}
.front-section .hero-text span {
  display: inline;
  white-space: pre-wrap;
  background: url(../assets/img/background.png);
  transition: 0.5s;
}
@media screen and (max-width: 575px) {
  .front-section .hero-text span {
    display: inline;
    background: rgb(227, 108, 0);
    white-space: inherit;
  }
}
.front-section img {
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  height: 60%;
}
@media screen and (max-width: 767px) {
  .front-section img {
    top: 70px;
    height: 40%;
    width: 100%;
    left: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .front-section img {
    height: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .front-section img {
    height: 40%;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .front-section img {
    filter: opacity(0.6);
    height: 100%;
    width: auto;
  }
}
.front-section .hero-text h1 {
  font-size: 40px;
}
@media screen and (max-width: 575px) {
  .front-section .hero-text .row-st {
    margin-top: 30px;
  }
}
.front-section .featured-excerpt {
  font-size: 14px;
  margin-top: 0px;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .front-section .featured-excerpt {
    color: black;
    line-height: 24px;
  }
}
@media screen and (min-width: 1201px) {
  .front-section .featured-excerpt {
    font-size: 20px;
    line-height: 34px;
  }
}
.front-section .article-labels {
  width: 100%;
  display: block;
}
.front-section .category {
  padding-right: 10px;
  align-self: flex-end;
}

#home-main-content .section-heading {
  padding-top: 50px;
  margin-bottom: 15px;
}
@media screen and (max-width: 575px) {
  #home-main-content .section-heading {
    line-height: 68px;
    padding-top: 15px;
    border-top: 5px solid rgb(227, 108, 0);
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  #home-main-content h4:first-of-type {
    border: none;
    margin: 0;
    padding: 0;
    margin-bottom: 12px;
    padding-bottom: 15px;
  }
}
#home-main-content .section-heading-title {
  background-color: white;
  display: inline-block;
  z-index: 100;
  padding-right: 10px;
  font-size: 32px;
}
@media screen and (max-width: 575px) {
  #home-main-content .section-heading-title {
    font-size: 50px;
  }
}
#home-main-content .card.project-card:hover {
  background-color: rgb(227, 108, 0);
  transition: 0.5s;
}
#home-main-content .d3-o:hover {
  background-color: rgb(227, 108, 0);
  transition: 0.5s;
  color: #fff;
  border: 0;
  -webkit-text-stroke-width: 0;
  -webkit-text-stroke-color: #fff;
}

.wrapper {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.reverse {
  flex-flow: row-reverse;
}

/* We tell all items to be 100% width, via flex-basis */
.wrapper > * {
  flex: 1 100%;
}

.main {
  text-align: left;
  order: 2;
  flex: 10 0px;
  padding: 0 20px;
  padding-bottom: 20px;
}

.aside-1 {
  order: 1;
}

.main, .aside {
  display: flex;
  flex-direction: column;
}

@media all and (min-width: 1000px) {
  /* We tell both sidebars to share a row */
  .aside {
    flex: 1;
    width: 50%;
  }
  .main {
    flex: 1;
    order: 2;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .reverse {
    flex-flow: row wrap;
  }
  .main {
    width: 100%;
  }
  .aside {
    width: 100%;
  }
  .aside img {
    flex: 1 0px;
    width: 100%;
  }
  .wrapper {
    top: 80px;
    position: relative;
  }
}
.sidebar-event {
  padding-right: 0;
}
@media screen and (max-width: 575px) {
  .sidebar-event {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.sidebar-event .container-fluid {
  height: 10px;
}
.sidebar-event .more-link a {
  color: #c74a4a;
}
.sidebar-event .event-cards {
  display: contents;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .sidebar-event .event-cards .event-grid:last-child {
    display: none;
  }
}

.event-happen {
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 575px) {
  .event-happen {
    font-size: 20px;
  }
}

.event-border {
  top: -40px;
  position: relative;
  z-index: -10;
}

.event-grid {
  margin-bottom: 40px;
}
.event-grid p {
  margin: 10px 0;
  line-height: 16px;
}
.event-grid .card-title {
  margin-bottom: 0;
  font-size: 17px;
}
.event-grid .image {
  margin-bottom: 10px;
  width: 100%;
}
.event-grid .image img {
  width: inherit;
}
.event-grid .event-date {
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  display: inline-block;
}
@media screen and (max-width: 575px) {
  .event-grid .event-date {
    font-size: 20px;
  }
}
.event-grid .event-location {
  font-family: "Mukta", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
}
@media screen and (max-width: 575px) {
  .event-grid .event-location {
    font-size: 20px;
  }
}
.event-grid .category {
  position: absolute;
  left: 50%;
  top: 1%;
  width: 50%;
}
@media screen and (max-width: 575px) {
  .event-grid .category {
    width: 42%;
    left: 56%;
    top: -1%;
  }
}

.article-info {
  display: flex;
  align-items: baseline;
}
.article-info p {
  display: inline-block;
}
.article-info .event-location {
  padding-left: 25px;
}
.article-info i {
  padding-right: 5px;
}
@media screen and (max-width: 575px) {
  .article-info a {
    margin-bottom: 1rem;
  }
  .article-info .event-location {
    padding-left: 0;
  }
}

.article-featured-image {
  width: 600px;
  float: right;
  padding-left: 130px;
  padding-bottom: 27px;
  margin: 0 -100px;
  height: auto;
}
@media screen and (max-width: 575px) {
  .article-featured-image {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-bottom: 30px;
    margin: 0;
    height: auto;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .article-featured-image {
    padding: 0 99px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .article-featured-image {
    width: 500px;
  }
}
.article-featured-image img {
  width: 100%;
  height: auto;
}
.article-featured-image .caption-text {
  color: #6c757d;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  margin-top: 10px;
  padding-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .article-featured-image .caption-text {
    margin: 0;
    text-align: left;
    font-size: 14px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .article-featured-image .caption-text {
    font-size: 14px;
    line-height: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .article-featured-image .caption-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .article-featured-image .caption-text {
    font-size: 16px;
  }
}
.article-featured-image .alignright {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 575px) {
  .tribe-events .tribe-events-calendar-list__event-title {
    line-height: 1.2em;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 575px) {
  .tribe-common ul {
    position: absolute;
    top: -33px;
  }
  .tribe-common ul.tribe-events-c-view-selector__list {
    position: initial;
  }
  .tribe-common ul.tribe-events-c-view-selector__list .tribe-events-c-view-selector__list-item-icon {
    height: auto;
  }
}

.tribe-events-calendar-list__event-featured-image-wrapper {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .tribe-common .tribe-common-anchor-thin {
    font-size: 16px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .tribe-common .tribe-common-anchor-thin {
    font-size: 18px;
    line-height: 1.3em;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .tribe-events-c-nav__prev-label,
  .tribe-events-c-nav__next-label {
    font-size: 16px;
    background: #fff;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .tribe-events-pro-photo {
    margin-top: 40px !important;
  }
}

@media screen and (max-width: 767px) {
  .tribe-events-header--has-event-search {
    margin: 0;
  }
}

.ps-announce {
  padding: 10px 20px;
  font-size: 20px;
  background: #fff;
  margin: 0 10px;
  border: 3px solid rgb(51, 217, 178);
}

@media screen and (max-width: 767px) {
  .tribe-events-c-nav__prev-label,
  .tribe-events-c-nav__next-label {
    font-size: 16px;
    background: #fff;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .tribe-events .tribe-events-c-nav__list {
    margin-top: 40px;
    justify-content: normal;
  }
}

@media screen and (max-width: 767px) {
  .tribe-events .tribe-events-c-nav__list-item {
    width: 31%;
  }
}

#ps-blurb .gda-text {
  padding-right: 0%;
  padding-bottom: 20px;
}

.blobs-container {
  display: flex;
}

.blob {
  background: black;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(0, 0, 0);
  margin: 10px;
  height: 20px;
  width: 20px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
.blob.white {
  background: white;
  box-shadow: 0 0 0 0 rgb(255, 255, 255);
  animation: pulse-white 2s infinite;
}

@keyframes pulse-white {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.blob.red {
  background: rgb(255, 82, 82);
  box-shadow: 0 0 0 0 rgb(255, 82, 82);
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
.blob.orange {
  background: rgb(255, 121, 63);
  box-shadow: 0 0 0 0 rgb(255, 121, 63);
  animation: pulse-orange 2s infinite;
}

@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 121, 63, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 121, 63, 0);
  }
}
.blob.yellow {
  background: rgb(255, 177, 66);
  box-shadow: 0 0 0 0 rgb(255, 177, 66);
  animation: pulse-yellow 2s infinite;
}

@keyframes pulse-yellow {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 177, 66, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 177, 66, 0);
  }
}
.blob.blue {
  background: rgb(52, 172, 224);
  box-shadow: 0 0 0 0 rgb(52, 172, 224);
  animation: pulse-blue 2s infinite;
}

@keyframes pulse-blue {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 172, 224, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 172, 224, 0);
  }
}
.blob.green {
  background: rgb(51, 217, 178);
  box-shadow: 0 0 0 0 rgb(51, 217, 178);
  animation: pulse-green 2s infinite;
  display: inline-block;
  position: relative;
  top: 13px;
}

@keyframes pulse-green {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
  }
}
.blob.purple {
  background: rgb(142, 68, 173);
  box-shadow: 0 0 0 0 rgb(142, 68, 173);
  animation: pulse-purple 2s infinite;
}

@keyframes pulse-purple {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(142, 68, 173, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(142, 68, 173, 0);
  }
}
.cop26-live {
  height: 50px;
  background-color: #fff;
  box-shadow: 0 0 0 0 #ff3547;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  color: #ff3547;
  animation: pulse-red 2s infinite;
}
.cop26-live img {
  height: 30px;
  margin-right: 10px;
}
.cop26-live h2 {
  padding: 10px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .cop26-live h2 {
    font-size: 15px;
    line-height: 0;
  }
}
.cop26-live:hover {
  background-color: #ff3547;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .tribe-events-page-template header.live {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.stories-rail {
  background: #fff;
}
@media screen and (max-width: 575px) {
  .stories-rail .article-grid {
    width: 100%;
  }
}
.stories-rail .card {
  border: 0;
}
.stories-rail .card .card-body {
  position: absolute;
  bottom: -10px;
  color: #fff;
}
.stories-rail .card .card-body h5 > span {
  color: #fff;
  color: #fff;
  padding-right: 5px;
  background-color: #eb375b;
  text-transform: uppercase;
  font-size: 20px;
}
.stories-rail .card img {
  height: 200px;
  width: auto !important;
}
@media screen and (max-width: 575px) {
  .stories-rail .card img {
    height: auto;
    width: 100% !important;
  }
}

.page-live h1 {
  display: block;
}

.stories-rail .card img {
  animation: fadein 2s;
  -moz-animation: fadein 2s; /* Firefox */
  -webkit-animation: fadein 2s; /* Safari and Chrome */
  -o-animation: fadein 2s; /* Opera */
}

.stories-rail .card-img-top {
  display: block;
  width: 100%;
  height: auto;
}

.single-stories .story-text {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.3em;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.page-get-involved {
  background-position: right bottom;
}
.page-get-involved:after {
  background-image: none !important;
}
.page-get-involved .nav-social {
  float: left;
}
.page-get-involved .main-content .nav-social a i {
  font-size: 45px;
}
.page-get-involved .newsletter {
  background-color: transparent;
  margin-bottom: 40px;
  padding: 0;
}
.page-get-involved .newsletter h2 {
  font-size: 2rem;
  text-transform: none;
}
@media screen and (max-width: 575px) {
  .page-get-involved .newsletter h2 {
    font-size: 1.5rem;
  }
}
.page-get-involved .newsletter p {
  font-size: 19px;
}
.page-get-involved .newsletter form input[type=email] {
  border: 1px solid black;
}
.page-get-involved .newsletter form input[type=email]:focus {
  border: 1px solid #fb7979;
}
.page-get-involved .newsletter .btn-primary {
  width: 285px;
  height: 62px;
  color: rgb(227, 108, 0);
}

.ps-link-card:hover h3 {
  color: black;
}
.ps-link-card:hover .card-body p {
  color: black;
  padding-bottom: 0px;
}
.ps-link-card .ps-languages-link a {
  color: black;
  padding-right: 10px;
}
.ps-link-card .ps-languages-link a:hover {
  color: rgb(227, 108, 0);
}

.page-rally .article-content, .page-live .article-content {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 65px;
}

.page-rally .wp-block-embed-youtube iframe,
.page-rally .wp-block-embed-youtube object,
.page-rally .wp-block-embed-youtube embed,
.page-live .wp-block-embed-youtube iframe,
.page-live .wp-block-embed-youtube object,
.page-live .wp-block-embed-youtube embed {
  width: 1290px;
  height: 725px;
}

@media only screen and (max-width: 1260px) {
  .page-rally .wp-block-embed-youtube iframe,
  .page-rally .wp-block-embed-youtube object,
  .page-rally .wp-block-embed-youtube embed,
  .page-live .wp-block-embed-youtube iframe,
  .page-live .wp-block-embed-youtube object,
  .page-live .wp-block-embed-youtube embed {
    width: 850px;
    height: 478px;
  }
}
.page-rally .group-narrow,
.page-live .group-narrow {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.preview-images-zone {
  width: 100%;
  border: 1px solid #ddd;
  min-height: 180px;
  /* display: flex; */
  padding: 5px 5px 0px 5px;
  position: relative;
  overflow: auto;
}

.preview-images-zone > .preview-image:first-child {
  height: 185px;
  width: 185px;
  position: relative;
  margin-right: 5px;
}

.preview-images-zone > .preview-image {
  height: 90px;
  width: 90px;
  position: relative;
  margin-right: 5px;
  float: left;
  margin-bottom: 5px;
}

.preview-images-zone > .preview-image > .image-zone {
  width: 100%;
  height: 100%;
}

.preview-images-zone > .preview-image > .image-zone > img {
  width: 100%;
  height: 100%;
}

.preview-images-zone > .preview-image > .tools-edit-image {
  position: absolute;
  z-index: 100;
  color: #fff;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  display: none;
}

.preview-images-zone > .preview-image > .image-cancel {
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  margin-right: 10px;
  cursor: pointer;
  display: none;
  z-index: 100;
}

.preview-image:hover > .image-zone {
  cursor: move;
  opacity: 0.5;
}

.preview-image:hover > .tools-edit-image,
.preview-image:hover > .image-cancel {
  display: block;
}

.ui-sortable-helper {
  width: 90px !important;
  height: 90px !important;
}

.preview-image img {
  width: 100px;
}

#report-map {
  width: 100%;
  height: 500px;
}

#geocoder-report {
  position: absolute;
  z-index: 1;
  width: 90%;
  top: 47px;
  left: 30px;
}

div.gallery {
  margin: 3px;
  border: 2px solid yellow;
  float: left;
  width: 190px;
  height: 140px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 10px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

.btn-upload {
  background-color: #e36c00 !important;
  font-weight: bold;
  font-size: 18px;
  border: none;
  border-radius: 5px;
  color: #fff;
}

#report-section {
  background: #fff;
  padding: 20px;
}

html {
  font-family: "ff-good-headline-web-pro", sans-serif;
}

body {
  font-family: ff-good-headline-web-pro, sans-serif;
  font-weight: 400;
  background-image: url(../assets/img/background.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  width: 100%;
  overflow-x: hidden !important;
}
body p:empty:before {
  content: none;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .wp-block-image:not(.is-style-rounded) img {
    margin: 0;
  }
}

.d1,
.d1 span {
  font-weight: bold;
  font-size: 60px;
  line-height: 106.6%;
  background: url(../assets/img/background.png);
  padding-right: 10px;
  display: inline;
}
@media screen and (max-width: 575px) {
  .d1,
  .d1 span {
    font-size: 31px;
    display: inline;
    background: rgb(227, 108, 0);
    box-shadow: 10px 0 0 rgb(227, 108, 0), -10px 0 0 rgb(227, 108, 0);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .d1,
  .d1 span {
    font-size: 46px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .d1,
  .d1 span {
    font-size: 63px;
  }
}

.d2,
.d2 span {
  font-weight: bold;
  font-size: 66px;
  line-height: 106.6%;
}
@media screen and (max-width: 575px) {
  .d2,
  .d2 span {
    font-size: 41px;
    display: inline;
    background: rgb(227, 108, 0);
    box-shadow: 10px 0 0 rgb(227, 108, 0), -10px 0 0 rgb(227, 108, 0);
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .d2,
  .d2 span {
    font-size: 66px;
  }
}

.d1 span.ol,
.d2 span.ol {
  color: transparent;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #212529;
}
@media screen and (max-width: 575px) {
  .d1 span.ol,
  .d2 span.ol {
    -webkit-text-stroke-width: 2px;
    padding: 0;
  }
}

.st p {
  font-size: 26px;
  line-height: 34px;
}
@media screen and (max-width: 575px) {
  .st p {
    font-size: 21px;
    display: inline;
    background: white;
    box-shadow: 10px 0 0 white, -10px 0 0 white;
  }
}

.lead-text {
  font-weight: 300 !important;
  font-size: 26px !important;
  line-height: 34px !important;
}
@media screen and (max-width: 767px) {
  .lead-text {
    font-size: 20px;
  }
}

.d3-o {
  font-weight: bold;
  color: transparent;
  font-size: 53px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000000;
}
@media screen and (max-width: 575px) {
  .d3-o {
    font-size: 42px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .d3-o {
    font-size: 45px;
  }
}

h1 {
  font-weight: bold;
  font-size: 58px;
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
}
h1 p,
h1 i,
h1 b,
h1 span,
h1 li,
h1 strong {
  font-weight: bold;
  font-size: 58px;
}
@media screen and (max-width: 575px) {
  h1 p,
  h1 i,
  h1 b,
  h1 span,
  h1 li,
  h1 strong {
    font-size: 36px;
  }
}

h2 p,
h2 i,
h2 b,
h2 span,
h2 strong {
  font-weight: bold;
  font-size: 52px;
}
@media screen and (max-width: 575px) {
  h2 p,
  h2 i,
  h2 b,
  h2 span,
  h2 strong {
    font-size: 36px;
  }
}

h3 p,
h3 i,
h3 b,
h3 span,
h3 strong {
  font-weight: bold;
  font-size: 38px;
}
@media screen and (max-width: 575px) {
  h3 p,
  h3 i,
  h3 b,
  h3 span,
  h3 strong {
    font-size: 34px;
  }
}

h4 p,
h4 i,
h4 b,
h4 span,
h4 strong {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  h4 p,
  h4 i,
  h4 b,
  h4 span,
  h4 strong {
    font-size: 32px;
  }
}

p,
span,
b,
strong,
li {
  font-size: 25px;
}
p a,
span a,
b a,
strong a,
li a {
  color: rgb(227, 108, 0);
  word-break: break-word;
}
p a:hover,
span a:hover,
b a:hover,
strong a:hover,
li a:hover {
  color: orange;
}

a {
  color: black;
}
a:hover {
  color: grey;
  text-decoration: none;
}

.btn-primary {
  height: 62px !important;
  background-color: rgb(227, 108, 0) !important;
  font-weight: bold;
  font-size: 27px;
  border: none;
  border-radius: 0;
  line-height: 52px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .btn-primary {
    width: 285px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .post-type-archive-tribe_events .btn-primary {
    width: revert !important;
  }
}

.btn-link {
  font-size: 27px;
  color: rgb(227, 108, 0);
}

.card-body {
  font-size: 26px;
  line-height: 34px;
}
@media screen and (max-width: 575px) {
  .card-body {
    font-size: 21px;
  }
}

.hero-text .button-row {
  justify-content: space-between;
}

ul {
  list-style: none;
  padding: 0;
}

.tag-manually li {
  float: left;
}

.tag {
  color: rgb(20, 24, 39);
  font-family: ff-good-headline-web-pro, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #000;
  padding: 5px 6px !important;
  background-color: #fff !important;
}

.page-gda .navbar,
.page-talk .navbar {
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .page-gda .navbar .nav-item a span,
  .page-talk .navbar .nav-item a span {
    color: #333;
  }
}

.button-row {
  display: flex;
  justify-content: space-around;
}
.button-row .button-col {
  justify-content: center;
  display: flex;
}
.button-row .button-col .btn {
  width: 285px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .button-row .button-col .btn {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

.btn-grey {
  height: 100%;
  background-color: #848484 !important;
  font-weight: 500s;
  font-size: 24px;
  border: none;
  border-radius: 0;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .btn-grey {
    width: 285px !important;
  }
}

.btn-white {
  height: 100%;
  background-color: white !important;
  font-weight: 500s;
  font-size: 24px;
  border: none;
  border-radius: 0;
  font-weight: 700;
  padding: 10px 32px;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .btn-white {
    width: 285px !important;
  }
}
@media screen and (max-width: 575px) {
  .btn-white {
    font-size: 14px;
    padding: 10px 22px;
  }
}

@media screen and (max-width: 575px) {
  .article-content p,
  .article-content li,
  .page-content p,
  .page-content li,
  .no-featured p,
  .no-featured li {
    font-size: 22px;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 1201px) {
  .article-content,
  .page-content,
  .no-featured {
    width: 850px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .article-content {
    width: 820px;
  }
}

.article-content img {
  width: 100%;
}

.page-description {
  margin-bottom: 20px;
}
.page-description p {
  font-size: 21px;
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .page-description p {
    font-size: 18px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .main-content {
    padding-bottom: 50px;
  }
}
.main-content a:not(.btn) {
  color: rgb(227, 108, 0);
  word-break: break-word;
}
.main-content a:not(.btn):hover {
  color: orange;
}

a.category {
  font-family: "Mukta", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  float: right;
  display: block;
  border-radius: 0;
  background-color: #f45454;
  border: 0;
  color: white;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  a.category {
    font-size: 20px;
  }
}

a.category-white {
  font-size: 17px;
  font-weight: 400;
  text-transform: none;
  float: left;
  display: block;
  border-radius: 0;
  background-color: white;
  border: 2px solid black;
  color: black;
  padding: 3px 25px;
  margin-right: 13px;
}
a.category-white:hover {
  background-color: rgb(227, 108, 0);
  color: white;
  border: 2px solid rgb(227, 108, 0);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}

a .overlay {
  color: white;
}
a .overlay:hover h3 {
  color: grey;
}

h3.section-heading {
  font-weight: bold;
  font-size: 66px;
}

.section-heading .container-fluid {
  height: 20px;
}

.section-heading-title {
  background-color: white;
  display: initial;
  z-index: 100;
  padding-right: 10px;
}

.section-subheading {
  margin-bottom: 15px;
}

.section-subheading-title {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (max-width: 575px) {
  .section-subheading-title {
    font-size: 35px;
    font-weight: 700;
  }
}

.related-content .container-fluid {
  width: 100%;
}

.return {
  margin-top: 45px;
  margin-bottom: 20px;
  font-size: 18px;
}
@media screen and (max-width: 575px) {
  .return {
    margin-top: 21px;
    margin-bottom: 5px;
  }
}
.return a {
  color: #6c757d;
  text-transform: uppercase;
}
.return a:hover {
  color: black;
}

.fa-chevron-right {
  font-weight: 400 !important;
  font-size: 85%;
}

.fa-search {
  font-weight: 400 !important;
  font-size: 17px;
}

.more-link {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .more-link {
    margin-top: 10px;
  }
}
.more-link a {
  font-weight: bold;
  font-size: 23px;
  color: rgb(227, 108, 0);
}
@media screen and (max-width: 767px) {
  .more-link a {
    font-size: 21px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .more-link a {
    background: url(../assets/img/background.png);
  }
}
.more-link a:hover {
  text-decoration: none;
}

.pagination a {
  font-weight: 500;
  font-size: 50px;
  line-height: 20px;
  color: rgb(227, 108, 0);
  float: right;
  padding-bottom: 2px;
  border-bottom: 2px solid rgb(227, 108, 0);
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .pagination a {
    font-size: 25px;
    line-height: 26px;
  }
}
@media screen and (min-width: 1201px) {
  .pagination a {
    font-size: 50px;
    padding-bottom: 15px;
    border-bottom: 4px solid rgb(227, 108, 0);
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.right-grey {
  height: 13px;
  width: 17%;
  display: inline-block;
  background-repeat: no-repeat;
}
@media screen and (max-width: 575px) {
  .right-grey {
    height: 12px;
    width: 10%;
  }
}

.right-white {
  height: 13px;
  width: 17%;
  background-repeat: no-repeat;
  display: none;
}
@media screen and (max-width: 575px) {
  .right-white {
    height: 12px;
    width: 10%;
  }
}

.right-black {
  height: 25px;
  width: 7%;
  background-repeat: no-repeat;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .right-black {
    width: 17%;
  }
}

.right-orange {
  height: 25px;
  width: 7%;
  background-repeat: no-repeat;
  display: none;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .right-orange {
    width: 17%;
  }
}

.more-link-mute {
  width: 100%;
}
@media screen and (max-width: 575px) {
  .more-link-mute {
    margin-bottom: 10px;
  }
}
.more-link-mute a {
  font-size: 23px;
  color: #848484;
  font-weight: 300;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 575px) {
  .more-link-mute a {
    font-size: 19px;
  }
}
.more-link-mute a:hover {
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.more-link-mute a:hover .right-grey {
  display: none;
}
.more-link-mute a:hover .right-white {
  display: inline-block;
}

.more-link-small {
  width: 100%;
  text-align: right;
}
.more-link-small i {
  font-weight: 400;
  color: #c74a4a;
}
.more-link-small a {
  color: #c74a4a;
  font-family: "Mukta", sans-serif;
  font-size: 17px;
  font-weight: 400;
}
.more-link-small a:hover {
  text-decoration: none;
}

.more-link-large {
  width: 100%;
  text-align: right;
}
.more-link-large a {
  color: #c74a4a;
  font-family: "Mukta", sans-serif;
  font-size: 51px;
  text-transform: uppercase;
}
.more-link-large a:hover {
  text-decoration: none;
}

@media screen and (max-width: 575px) {
  .page-header,
  .main-title {
    font-size: 30px;
  }
}

.page-header,
.main-title {
  margin-top: 40px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 82px;
  font-family: neue-haas-grotesk-display;
  line-height: 106%;
}
@media screen and (max-width: 575px) {
  .page-header,
  .main-title {
    font-size: 36px;
    margin-top: 60px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-header,
  .main-title {
    padding-left: 20px;
  }
}
.page-header span,
.main-title span {
  padding: 0;
}
.page-header h3,
.main-title h3 {
  padding: 0;
}
.page-header p,
.main-title p {
  font-weight: 600;
  font-size: 32px;
  line-height: 48px;
}
@media screen and (max-width: 575px) {
  .page-header p,
  .main-title p {
    font-size: 23px;
    line-height: 29px;
  }
}
.page-header p,
.main-title p {
  padding: 0;
}

.intro {
  padding: 15px 0 0px 0;
}
.intro h2 {
  background: url(../assets/img/mosaic-dots.png) no-repeat;
  background-position: 68px 0;
  font-size: 39px;
  padding-top: 15px;
}
@media screen and (max-width: 575px) {
  .intro h2 {
    padding-top: 0;
  }
}

.nav-links .page-numbers {
  border: 1px solid rgb(227, 108, 0);
  padding: 5px;
  width: 25px;
  display: inline-block;
  text-align: center;
}

.nav-links .page-numbers.next,
.nav-links .page-numbers.prev {
  width: auto;
}

.nav-links .page-numbers.current {
  background-color: rgb(227, 108, 0);
  color: #fff;
}

.fb-video span {
  margin-bottom: 50px;
}

.is-provider-youtube iframe {
  width: 100%;
  height: 477px;
  margin-bottom: 50px;
}
@media screen and (max-width: 575px) {
  .is-provider-youtube iframe {
    height: 325px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .is-provider-youtube iframe {
    height: 297px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .is-provider-youtube iframe {
    height: 300px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .is-provider-youtube iframe {
    height: 393px;
  }
}

.pagination {
  justify-content: space-between;
}

.page-call-to-action .more-link a {
  font-size: 33px;
}

.page-events .main-content {
  background: white !important;
}

.page-events .tribe-common .tribe-common-h8 {
  font-size: 16px !important;
}

.page-events p a {
  color: orange !important;
}

.page-events .project-journal {
  display: none;
}

.tribe-common-b2 {
  display: none;
}

.page-talk [title~=press],
.page-talk [title~="Climate Science"],
.page-talk [title~=Agriculture],
.page-talk [title~=Law] {
  display: none;
}