@import url("https://use.typekit.net/kqc2dwr.css");
@import url("https://use.typekit.net/lml5wyk.css");
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-5");
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital@1&display=swap');

*, html {
  scroll-behavior: smooth !important;
}

body, html {
  margin: 0px;
  padding: 0px;
  background: rgb(var(--quinary--color));
  color: rgb(var(--senary--color));
  height: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-size: 18px !important;
  line-height: 1.3 !important;
  font-weight: 400 !important;
  font-family: var(--ft--helvetica) !important;
}

:root {
  --primary--color: 177, 0, 0; /* meroon */
  --secondary--color: 254, 198, 1; /* Yellow */
  --tertiary--color: 45, 89, 240; /* Light Blue */
  --quaternary--color: 217, 217, 217; /* Light Grey */
  --quinary--color: 255, 255, 255; /* White */
  --senary--color: 0, 0, 0; /* Black */
  --septenary--color: 112, 112, 112; /* Grey */

  --primary--gradient: transparent linear-gradient(180deg, rgb(177, 0, 0) 0%, rgba(245, 189, 22, 1) 100%) 0% 0% no-repeat padding-box;
  --secondary--gradient: transparent linear-gradient(180deg, rgba(var(--tertiary--color),.1) 0%, rgba(var(--tertiary--color), 0) 100%) 0% 0% no-repeat padding-box;

  --ft--niveau: "niveau-grotesk", sans-serif;
  --ft--proxima: "proxima-nova", sans-serif;
  --ft--helvetica: "Helvetica Neue", sans-serif;
  --ft--merriweather: "Merriweather", serif;
}

::-webkit-scrollbar {
  width: 10px;
}

.comments-wrapper::-webkit-scrollbar {
  width: 15px;
}

::-webkit-scrollbar-track {
  box-shadow: rgba(var(--senary--color), 0.3) 0px 0px 3px inset;
}

.comments-wrapper::-webkit-scrollbar-track {
  box-shadow: rgba(var(--senary--color), 0) 0px 0px 0px inset;
}

::-webkit-scrollbar-thumb {
  background-color: rgb(var(--secondary--color));
  outline: 1px solid rgb(var(--secondary--color));
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

::-moz-selection {
  color: rgb(0,41,69);
  background: rgba(var(--secondary--color),.3);
}

::selection {
  color: rgb(0,41,69);
  background: rgba(var(--secondary--color),.3);
}

.comments-wrapper::-webkit-scrollbar-thumb {
  background-color: rgb(var(--primary--color));
  outline: 0 solid rgb(var(--primary--color));
  border: 5px solid rgb(var(--quinary--color));
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0 !important;
  line-height: 1.2 !important;
  font-family: var(--ft--proxima) !important;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
  color: rgb(var(--septenary--color));
  margin-bottom: 1rem !important;
  font-family: var(--ft--helvetica) !important;
}

a {
  color: currentColor;
  word-wrap: break-word;
}

a:hover, a:focus {
  color: rgb(var(--secondary--color));
}

section {
  position: relative;
}

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

.fw400 {
  font-weight: 400 !important;
}

.fw500, strong {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.ls {
  letter-spacing: 2px;
}

.small, small {
  display: inline;
  font-weight: 300;
  line-height: 1.2;
  font-size: 14px !important;
}

.small a {
  display: inline-block;
}

.niveau--font {
  font-family: var(--ft--niveau) !important;
}

.proxima--font {
  font-family: var(--ft--proxima) !important;
}

.helvetica--font {
  font-family: var(--ft--helvetica) !important;
}

.merriweather--font {
  font-family: var(--ft--merriweather);
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.section_padding {
  padding: 50px 15px;
}

.container_padding {
  padding: 25px 0px;
}

img, source {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.primary--color {
  color: rgb(var(--primary--color));
}

.secondary--color {
  color: rgb(var(--secondary--color));
}

.tertiary--color {
  color: rgb(var(--tertiary--color));
}

.quaternary--color {
  color: rgb(var(--quaternary--color));
}

.quinary--color {
  color: rgb(var(--quinary--color));
}

.senary--color {
  color: rgb(var(--senary--color));
}

.primary--bgcolor {
  background: rgb(var(--primary--color));
  color: rgb(var(--tertiary--color));
}

.secondary--bgcolor {
  background: rgb(var(--secondary--color));
  color: rgb(var(--nonary--color));
}

.tertiary--bgcolor {
  background: rgb(var(--tertiary--color));
}

.quaternary--bgcolor {
  background: rgb(var(--quaternary--color));
}

.quinary--bgcolor {
  background: rgb(var(--quinary--color));
}

.senary--bgcolor {
  background: rgb(var(--senary--color));
}

.primary--gradient {
  background: var(--primary--gradient);
}

.btn {
  color: rgb(var(--quinary--color));
  font-family: var(--ft--proxima);
  transition: all 0.4s ease-in 0s;
  border: none;
  text-align: center;
  margin-top: 20px;
  display: block;
  width: fit-content;
  min-width: 220px;
  font-weight: 600 !important;
  font-size: 18px !important;
  line-height: 1 !important;
  padding: 7px 25px !important;
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  -o-border-radius: 25px !important;
  letter-spacing: 2px;
}

.btn:hover, a:hover {
  text-decoration: none;
}

.btn:hover {
  letter-spacing: 4px;
}

.btn:focus, a:focus {
  text-decoration: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.btn i {
  margin-left: 10px;
}

.primary--btn {
  background: rgb(var(--primary--color));
  color: rgb(var(--quinary--color)) !important;
  border: 2px solid rgb(var(--primary--color)) !important;
  letter-spacing: 0;
  box-shadow: 0px 3px 12px rgba(var(--senary--color), 0.161);
}

.primary--btn:hover {
  background: rgb(var(--secondary--color));
  color: rgb(var(--senary--color)) !important;
  border: 2px solid rgb(var(--secondary--color)) !important;
  letter-spacing: 1px;
}

.secondary--btn {
  background: var(--secondary--gradient);
  width: 100%;
  color: rgb(var(--senery--color)) !important;
  border: 0 solid rgb(var(--primary--color)) !important;
  padding: 20px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.secondary--btn:hover {
  background: var(--secondary--gradient);
  color: rgb(var(--primary--color)) !important;
  border: 0 solid rgb(var(--primary--color)) !important;
}

.tertiary--btn {
  background: rgb(var(--secondary--color));
  color: rgb(var(--quinary--color)) !important;
  border: 2px solid rgb(var(--secondary--color)) !important;
  letter-spacing: 0;
  box-shadow: 0px 3px 12px rgba(var(--senary--color), 0.161);
}

.tertiary--btn:hover {
  background: rgb(var(--secondary--color));
  color: rgb(var(--senary--color)) !important;
  border: 2px solid rgb(var(--secondary--color)) !important;
  letter-spacing: 1px;
}

.quaternary--btn {
  background: rgb(var(--primary--color));
  color: rgb(var(--quinary--color)) !important;
  border: 2px solid rgb(var(--secondary--color)) !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

.quaternary--btn:hover {
  background: rgb(var(--secondary--color));
  color: rgb(var(--senary--color)) !important;
  border: 2px solid rgb(var(--secondary--color)) !important;
}

.quinary--btn {
  background: rgb(var(--primary--color));
  color: rgb(var(--quinary--color)) !important;
  border: 2px solid rgb(var(--primary--color)) !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}

.quinary--btn:hover {
  background: rgb(var(--secondary--color));
  color: rgb(var(--senary--color)) !important;
  border: 2px solid rgb(var(--secondary--color)) !important;
}

.owl-stage {
  display: flex;
}

.owl-item {
  vertical-align: top;
  display: flex;
}

[class*="owl-"] .disabled {
  display: none;
}

.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-dots button.owl-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 0px;
  margin: 0px 10px;
  background: rgb(var(--primary--color));
}

.owl-nav {
  width: calc(100% + 100px);
  position: absolute;
  z-index: 999;
  top: 30%;
  left: -50px;
}

.owl-nav button {
  position: absolute;
  background: rgb(var(--primary--color));
  border: 0px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 50px;
  height: 50px;
  color: rgb(var(--quinary--color));
  font-size: 34px;
}

.owl-nav button.owl-prev {
  left: 0px;
}

.owl-nav button.owl-next {
  right: 0px;
}

.article-items {
  display: flex;
  flex: 1 0 auto;
  height: 100%;
}

.aticle-box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  appearance: none;
  margin: 0px;
}

input[type="number"] {
  appearance: textfield;
}

input {
  background: rgb(var(--quinary--color));
  height: 39px !important;
  font-family: var(--ft--niveau);
  font-weight: 300 !important;
  font-size: 16px !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  border: 1px solid rgb(var(--primary--color)) !important;
  padding: 7.5px 15px !important;
}

input:focus {
  box-shadow: none !important;
  outline: none !important;
}

textarea {
  padding: 7.5px 15px;
  width: 100%;
  min-height: 300px;
  max-height: 300px;
  resize: none;
  font-family: var(--ft--niveau);
  font-weight: 300 !important;
  font-size: 16px !important;
  border: 1px solid rgb(var(--primary--color)) !important;
  background: rgb(var(--quinary--color)) !important;
}

textarea:focus {
  box-shadow: none !important;
  outline: none !important;
}

::placeholder {
  opacity: 1;
  color: rgb(var(--senary--color)) !important;
}

.logo--box {
  flex: 1 1 0%;
}

.logo {
  max-width: 200px;
  padding: 5px 0px;
  display: block;
  margin: auto;
}

header {
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 10px 0px;
  box-shadow: 0px 3px 12px rgba(var(--senary--color), 0.345);
}

.navbar {
  margin: 0px !important;
}

.navbar .container-fluid, .navbar-expand-lg .navbar-collapse {
  padding: 0px;
}

.navbar-nav .nav-item a {
  font-family: var(--ft--niveau);
  font-size: 18px;
  font-weight: 400;
  color: rgb(var(--quinary--color));
  border-bottom: 1px solid rgba(var(--quinary--color),.2);
  padding: 10px 20px !important;
}

.navbar-nav .nav-item a:hover {
  color: rgb(var(--secondary--color));
  text-decoration: none;
}

.header--row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.justify-content-end {
  background: var(--primary--gradient);
}

button.navbar-toggler .navbar-icon {
  width: 35px;
  height: 2px;
  margin: 10px 0px;
  display: block;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  background-color: rgb(var(--secondary--color));
  position: relative;
  transition: transform .2s !important;
  -webkit-transition: transform .2s !important;
  -moz-transition: transform .2s !important;
  -ms-transition: transform .2s !important;
  -o-transition: transform .2s !important;
}

button.navbar-toggler.collapsed[aria-expanded="false"] .navbar-icon:nth-child(1), button.navbar-toggler.collapsed[aria-expanded="false"] .navbar-icon:nth-child(2), button.navbar-toggler.collapsed[aria-expanded="false"] .navbar-icon:nth-child(3) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  top: auto;
  opacity: 1;
}

button.navbar-toggler[aria-expanded="true"] .navbar-icon:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  top: 12px;
}

button.navbar-toggler[aria-expanded="true"] .navbar-icon:nth-child(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  opacity: 0;
}

button.navbar-toggler[aria-expanded="true"] .navbar-icon:nth-child(3) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  top: -12px;
}

.navbar-toggler {
  padding: 0px;
  flex-direction: column;
  border: none;
  display: block;
  margin: 0px 0px 0px auto;
  position: absolute;
  top: 10px;
  right: 0;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

section.breadscrumb_banner_view img {
    object-fit: cover;
    object-position: 50%;
}

.which-intersection {
  display: flex;
  border: 1px solid rgb(var(--quaternary--color));
  overflow: hidden;
  box-shadow: 0px 0px 55px rgba(var(--tertiary--color), 0.122);
  justify-content: space-between;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.intersection-banner {
  width: 37%;
  border: 1px solid rgb(var(--primary--color));
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 0 10px;
  -ms-border-radius: 10px 0 0 10px;
  -o-border-radius: 10px 0 0 10px;
  overflow: hidden;
}

.intersection-banner img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.intersection-description {
  width: 60%;
  padding: 30px;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -ms-border-radius: 0 10px 10px 0;
  -o-border-radius: 0 10px 10px 0;
}

section.breadscrumb_banner_view .row > * {
  position: relative;
}

.titles {
  margin-bottom: 20px;
}

.titles h1 {
  margin: 0px !important;
}

.titles h6 {
  color: rgb(var(--primary--color));
  margin: 0 0 10px 0 !important;
}

.primary--titles {
  position: relative;
  margin-bottom: 20px;
}

.primary--titles::before {
  content: "";
  width: 100%;
  height: 5px;
  background: rgb(var(--secondary--color));
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0px, -50%);
}

.primary--titles > h4 {
  background: rgb(var(--quinary--color));
  position: relative;
  width: fit-content;
  padding: 0px 15px 0px 0px;
  margin: 0px !important;
}

.secondary--titles {
  position: relative;
}

.secondary--titles > h5 {
  color: rgb(var(--secondary--color));
  background: rgb(var(--quinary--color));
  position: relative;
  z-index: 9;
  width: fit-content;
  padding: 0px 10px;
  margin: 0px auto !important;
}

.secondary--titles::before {
  content: "";
  width: 100%;
  height: 2px;
  background: rgb(var(--secondary--color));
  position: absolute;
  z-index: 9;
  bottom: 8px;
  left: 0px;
  transform: translate(0px, -50%);
}

ul.primary-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-family: var(--ft--helvetica);
  color: rgb(var(--septenary--color));
  font-weight: 300;
}

ul.primary-list li {
  padding: 3px 0px 3px 20px;
  position: relative;
  line-height: 1;
}

ul.primary-list li::before {
  content: "-";
  position: absolute;
  left: 0px;
  font-weight: 400;
}

ul.secondary-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 17px;
  font-family: var(--ft--helvetica);
  color: rgb(var(--septenary--color));
  font-weight: 300;
}

ul.secondary-list li {
  padding: 10px 0px 10px 30px;
  margin-bottom: 7px;
  position: relative;
  line-height: 1;
}

ul.secondary-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  color: rgb(var(--secondary--color));
  position: absolute;
  left: 0px;
  font-weight: 900;
}

ul.tertiary-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-family: var(--ft--helvetica);
  color: rgb(var(--septenary--color));
  font-weight: 300;
}

ul.tertiary-list li {
  padding: 10px 0px 10px 30px;
  position: relative;
  line-height: 1;
}

ul.tertiary-list li::before {
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  color: rgb(var(--secondary--color));
  position: absolute;
  left: 0px;
  font-weight: 900;
}

.share-your-thoughts {
  width: 100%;
  max-width: 560px;
  margin: 50px auto 0px;
  border: 1px solid rgba(var(--tertiary--color), 0.251);
}

.share-your-thoughts .form-header {
  padding: 15px 35px;
}

.share-your-thoughts .form-header h5 {
  position: relative;
  margin: 0px !important;
  letter-spacing: 2px;
}

.share-your-thoughts .form-header h5::before {
  content: "";
  width: 2px;
  height: 50px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23FEC601FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.form-fields {
  padding: 15px 60px ;
}

.newsletter-form .form-fields {
  padding: 25px 35px;
}

.win-archieving {
  display: flex;
}

.win-archieving .archiving-title {
  width: 30%;
}

.win-archieving .archieving-list {
  width: 70%;
}

.glasshouse-form {
  display: flex;
  background: rgba(var(--tertiary--color), 0.078);
  border: 1px solid rgb(var(--primary--color));
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.glasshouse-form-side {
  padding: 30px 40px;
  width: 40%;
}

.glasshouse-form-side h4 {
  margin-bottom: 25px !important;
}

.glasshouse-comments {
  width: 60%;
  padding: 25px;
}

.comments-wrapper {
  background: rgb(var(--quinary--color));
  border: 1px solid rgb(var(--primary--color));
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 25px;
  max-height: 420px;
  overflow: auto;
}

.single-comment {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(var(--primary--color),.25);
}

.single-comment * {
  font-family: var(--ft--niveau) !important;
}

.single-comment p {
  font-size: 20px;
  font-weight: 400;
  color: rgb(var(--senery--color));
}

.single-comment p.small {
  color: rgb(145, 145, 145);
  font-weight: 300 !important;
  width: 49%;
  display: inline-block;
}

.single-comment p.small:nth-child(3) {
  text-align: right;
}

.nav-tabs {
  justify-content: center;
  border: 0px !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  color: rgb(var(--primary--color));
  text-decoration: underline;
}

.nav-tabs .nav-link {
  color: rgba(var(--primary--color),.66);
  font-size: 17px;
  border: 0px !important;
  font-family: var(--ft--niveau);
  font-weight: 700;
  letter-spacing: 2px;
  padding: 9px 15px;
}

.about-wrapper {
  display: flex;
  justify-content: space-between;
}

.about-description {
  width: 40%;
  padding-top: 50px;
}

.andrew-image {
  width: 100%;
  max-width: 400px;
  position: relative;
  margin-bottom: 125px;
}

.andrew-image .blockquote {
  position: absolute;
  width: 80%;
  bottom: -140px;
  left: 0;
}

.andrew-list {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

.andrew-list ul.secondary-list {
  width: 45%;
}

.blockquote {
  background: rgb(var(--primary--color));
  padding: 30px 20px 30px 60px;
  position: relative;
}

.blockquote p {
  font-size: 16px;
  font-family: var(--ft--merriweather) !important;
  color: rgb(var(--quinary--color));
  line-height: 1.2;
}

.blockquote img {
  width: 190px;
  display: block;
  margin: 15px 0px 0px auto;
}

.blockquote::before {
  content: "";
  background: url("https://andrewpowell.com.au/wp-content/uploads/2023/12/blockquote-icon.png") 0px 0px / cover no-repeat;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 30px;
}

.form-container {
  background: rgba(var(--tertiary--color), 0.078);
  border: 1px solid rgb(var(--primary--color));
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 25px;
  width: 60%;
}

.volunteer-form {
  display: flex;
  justify-content: space-between;
  gap: 7px;
}

.volunteer-description {
  width: 40%;
  padding: 40px 0px 0px;
}

.keynote-wrapper {
  display: flex;
  gap: 35px;
  justify-content: space-between;
}

.keynote-description {
  width: 50%;
}

.keynote-imgwrapper {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.share-note {
  background: rgba(var(--tertiary--color), 0.08);
  border: 1px solid rgb(var(--primary--color));
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 20px;
}

.share-note > h5 {
  line-height: 1.4 !important;
}

.sharebtns {
  margin-top: 25px;
}

.sharebtns h5 {
  font-family: var(--ft--niveau) !important;
}

.btnbox {
  display: flex;
  gap: 15px;
  font-size: 23px;
  justify-content: center;
}

.btnbox a {
  color: rgb(var(--primary--color));
}

.landingpage-news-wrapper {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.landingpage-news-wrapper .single-news-wrapper {
  width: 32%;
  border: 1px solid rgba(var(--primary--color),.149);
}
.single-news-thumbnail img[src=""] {
  display: none;
}
.single-news-thumbnail img {
  aspect-ratio: 1/.75;
  object-fit: cover;
}

.landingpage-news-wrapper .single-news-wrapper h4,
.landingpage-news-wrapper .single-news-wrapper span.likes-counts,
.landingpage-news-wrapper .single-news-wrapper p {
  font-family: var(--ft--niveau) !important;
}

.landingpage-news-wrapper .single-news-wrapper p {
  color: rgb(41, 41, 41);
}

.landingpage-news-wrapper .single-news-wrapper .single-news-title {
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.landingpage-news-wrapper .single-news-wrapper .single-news-description {
  padding: 10px 20px 30px;
}

.landingpage-news-wrapper .single-news-wrapper .single-news-title span.likes-counts {
  display: block;
  width: fit-content;
  background: rgb(var(--secondary--color));
  line-height: 1;
  padding: 3px 5px;
  font-size: 16px;
  color: rgb(var(--quinary--color));
  position: relative;
}

.landingpage-news-wrapper .single-news-wrapper .single-news-title span.likes-counts::before {
  content: "";
  border-style: solid;
  border-width: 0px 6px 7px;
  border-color: transparent transparent rgb(var(--secondary--color)) transparent;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translate(-50%, 0px);
}

.landingpage-news-wrapper .single-news-wrapper .single-news-title span.howmany-likes a.news-like {
  display: block;
  width: fit-content;
  padding: 7px 0px 0px;
  color: rgb(var(--senary--color)) !important;
}

.landingpage-news-wrapper .single-news-wrapper .single-news-title span.howmany-likes {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.copyright--txt, .copyright--txt a {
  color: rgb(210, 210, 210);
}

.footer-contact {
  padding: 20px 40px 20px 0px;
  width: 60%;
}

.main-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.main-footer p {
  color: rgb(var(--quinary--color));
}

.main-footer a {
  color: rgb(var(--quinary--color));
}

.main-footer a:hover {
  color: rgb(var(--secondary--color));
}

.connect--social {
  display: flex;
  gap: 15px;
}

.main-footer .connect--social a {
  text-decoration: none;
  border: 2px solid rgb(var(--quinary--color));
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-footer .connect--social a:hover {
  border: 2px solid rgb(var(--secondary--color));
  color: rgb(var(--primary--color));
  background: rgb(var(--secondary--color));
}

.address-bar {
  display: flex;
  gap: 50px;
}

.footer-subscription {
  padding: 20px 0px 20px 40px;
  border-left: 1px solid rgb(var(--secondary--color));
  width: 30%;
}

.newsletter-popup {
  display: flex;
}

.newsletter-popup .newsletter-image {
  width: 45%;
  border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
  overflow: hidden;
}

.newsletter-popup .newsletter-image img {
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}

.modal-content {
  background: transparent;
  border: 0px;
}

.newsletter-form {
  background: rgb(var(--quinary--color));
  padding: 15px 15px 0px;
  width: 65%;
}

.newsletter-form .titles, .newsletter-form .titles + p {
  padding: 0px 35px;
  margin: 0px;
}

.newsletter-popup .secondary--btn {
  margin: 0px;
}

.modal-dialog button.btn-close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 30px;
  right: 40px;
  background: transparent;
  opacity: 1;
}

.modal-dialog button.btn-close:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-size: 36px;
  line-height: .9;
  color: rgb(var(--primary--color));
  font-weight: 900;
}

div#newsletterModal {
  background: rgba(var(--primary--color),.5);
}

.page--title {
  position: absolute;
  left: 0;
  bottom: 40px;
  width: 100%;
  padding: 0 15px;
}

.page--title h1,
.page--title h5 {
  color: rgb(var(--quinary--color));
  margin: 0px !important;
}

.about-content-wrapper {
  display: flex;
  gap: 30px;
}

.about-content {
  width: 50%;
}

.about-img {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.glass-house-content-wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.glass-house-content-wrapper > div {
  width: 47%;
}

.new-glass-house-content {
  order: 1;
}

.new-glass-house-title {
  order: 3;
}

.new-glass-house-map {
  order: 5;
}

.old-glass-house-content {
  order: 2;
}

.old-glass-house-title {
  order: 4;
}

.old-glass-house-map {
  order: 6;
}

div#accordionOnlineOffice {
  max-width: 768px;
  margin: 0 auto;
}

.accordion-item {
  border: 0px;
}

.accordion-button {
  font-size: 21px;
  color: rgb(var(--primary--color)) !important;
  background: none !important;
  border-bottom: 1px solid rgb(var(--primary--color)) !important;
}

.accordion-button:focus, .accordion-button:focus-visible {
  box-shadow: none;
}

.accordion-button::after {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  font-size: 35px;
  color: rgb(var(--secondary--color));
  font-weight: 900;
  background: none !important;
}

.accordion-item .accordion-button {
  font-size: 26px;
  font-weight: 600;
}

.accordion-item:last-of-type .accordion-button,
.accordion-item:first-of-type .accordion-button {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
}

.single-speech {
  display: flex;
  gap: 35px;
  border-bottom: 1px solid rgb(222, 226, 230) !important;
  margin-bottom: 15px;
}

.speech-date {
  width: 160px;
  padding-top: 3px;
}

.speech-document {
  width: calc(100% - 160px);
}

.speech-document h4 {
  font-weight: 600;
  color: rgb(var(--primary--color));
  margin-bottom: 1rem !important;
}

.contact-wrapper {
  display: flex;
  gap: 60px;
}

.contact-details {
  width: 50%;
}

.contact-form {
  width: 50%;
  border: 1px solid rgba(var(--tertiary--color), 0.251);
}

.contact-title {
  background: rgb(var(--primary--color));
  padding: 15px 30px;
  color: rgb(var(--quinary--color));
}

.contact-title h4 {
  margin: 0px !important;
}

.contact-description p {
  color: rgb(var(--senery--color));
  padding: 15px 45px;
}

.office-contact {
  box-shadow: 0px 0px 55px rgba(var(--tertiary--color), 0.122);
  border: 1px solid rgb(var(--quaternary--color));
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.radioButtongrp {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-top: 20px;
}

.radioButtongrp label.contain {
  width: 48%;
  margin: 0px;
  font-family: var(--ft--niveau);
  font-weight: 300;
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding: 0px 10px 0px 25px;
  cursor: pointer;
  user-select: none;
}

.radioButtongrp label.contain input {
  height: auto !important;
}

.radioButtongrp {
  flex: 3 1 0%;
  display: flex;
  justify-content: space-around;
  margin: 10px auto;
}

.contain input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid rgb(var(--senary--color));
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.contain:hover input ~ .checkmark {
  background-color: transparent;
}

.contain input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid rgb(var(--senary--color));
}

.checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.contain input:checked ~ .checkmark::after {
  display: block;
}

.contain .checkmark::after {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: rgb(var(--senary--color));
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0px;
}

.video-container iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.heroes-wrapper {
  display: flex;
  gap: 50px;
}

.heroes-details {
  width: 50%;
}

.heroes-video {
  width: 50%;
}

.winners-grid {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.winners-grid > div {
  flex: 0 0 32.4%;
}

.winners-grid > div img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.winners-grid > div.winners-img-10, .winners-grid > div.winners-img-11 {
  flex: 0 0 49% !important;
}

.winners-grid > div.winners-img-10 img, .winners-grid > div.winners-img-11 img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.heroes-form-wrapper {
  background: rgb(248, 248, 248);
}

.heroes-form-wrapper form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.heroes-form-wrapper form label {
  color: rgb(var(--septenary--color));
  font-size: 18px;
}

/* labor is cutting infrastructure */
.projects-wrapper {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.projects-wrapper .single-projects-wrapper {
  width: 31%;
  border: 1px solid rgba(var(--primary--color),.149);
}

.projects-wrapper .single-projects-wrapper .single-projects-title {
  padding: 20px;
}

.impacted-wrapper {
  display: flex;
  gap: 35px;
  justify-content: space-between;
}

.impacted-description {
  width: 50%;
}

.impacted-imgwrapper {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.impacted-note {
  background: rgba(var(--tertiary--color), 0.08);
  border: 1px solid rgb(var(--primary--color));
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 20px;
}

.impacted-note a.btn {
  padding: 12px 20px !important;
  border: 1px solid rgb(var(--primary--color)) !important;
}

.saynoto-form .form-container {
  margin-inline: auto;
}

#cff.cff-masonry .cff-item {
    vertical-align: top;
}

a#hve_u_say_submit {
    margin-bottom: 20px;
}

.news-page h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.tags-filter a {
    margin-right: 10px;
    text-decoration: underline;
    color: #0073aa;
}

.news-posts article {
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
}