/*
Theme Name: PCN
Text Domain: twentysixteen
*/
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd Book.woff") format("woff2"), url("fonts/CircularStd Book.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd BookItalic.woff") format("woff2"), url("fonts/CircularStd BookItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-Medium.woff") format("woff2"), url("fonts/CircularStd-Medium.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-MediumItalic.woff") format("woff2"), url("fonts/CircularStd-MediumItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd Bold.woff") format("woff2"), url("fonts/CircularStd Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd-BoldItalic.woff") format("woff2"), url("fonts/CircularStd-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd Black.woff") format("woff2"), url("fonts/CircularStd Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Circular Std";
  src: url("fonts/CircularStd BlackItalic.woff") format("woff2"), url("fonts/CircularStd BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
html {
  box-sizing: border-box;
}

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

* {
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  box-sizing: border-box;
  font-weight: 500;
}

body {
  font-family: "Circular Std", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-size: 16px;
  background: #191B1D;
  float: left;
  width: 100%;
}
body img {
  max-width: 100%;
  height: auto;
}

body.buddypress .site-content {
  padding-top: 0;
}

body #buddypress div {
  border-radius: 8px !important;
}

.site {
  float: left;
  width: 100%;
  overflow: hidden;
}

section {
  float: left;
  width: 100%;
}

.hidden {
  display: none;
}

input[type=text], input[type=email], input[type=search], input[type=submit], textarea, button {
  font-family: "Circular Std", sans-serif;
  font-size: 16px;
  color: #ffffff;
  -webkit-appearance: none;
  border-radius: 25px;
}

input[type=submit].btn, button.btn {
  color: #fff;
}

select {
  font-family: "Circular Std", sans-serif;
  font-size: 16px;
  color: #ffffff;
  -webkit-appearance: none;
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 6%;
}

h1,
.h1,
.h1 p {
  font-size: 120px;
}
@media only screen and (max-width: 1100px) {
  h1,
  .h1,
  .h1 p {
    font-size: 80px;
  }
}
@media only screen and (max-width: 640px) {
  h1,
  .h1,
  .h1 p {
    font-size: 48px;
  }
}

h2,
.h2,
.h2 p {
  font-size: 70px;
}
@media only screen and (max-width: 1320px) {
  h2,
  .h2,
  .h2 p {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  h2,
  .h2,
  .h2 p {
    font-size: 40px;
  }
}

h3,
.h3,
.h3 p {
  font-size: 50px;
}
@media only screen and (max-width: 1320px) {
  h3,
  .h3,
  .h3 p {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  h3,
  .h3,
  .h3 p {
    font-size: 30px;
  }
}

h4,
.h4,
.h4 p {
  font-size: 30px;
}
@media only screen and (max-width: 1320px) {
  h4,
  .h4,
  .h4 p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  h4,
  .h4,
  .h4 p {
    font-size: 20px;
  }
}

h5,
.h5,
.h5 p {
  font-size: 26px;
}
@media only screen and (max-width: 1320px) {
  h5,
  .h5,
  .h5 p {
    font-size: 23px;
  }
}
@media only screen and (max-width: 900px) {
  h5,
  .h5,
  .h5 p {
    font-size: 20px;
  }
}

h6,
.h6,
.h6 p {
  font-size: 24px;
}
@media only screen and (max-width: 1320px) {
  h6,
  .h6,
  .h6 p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  h6,
  .h6,
  .h6 p {
    font-size: 18px;
  }
}

.h7,
.h7 p {
  font-size: 22px;
}
@media only screen and (max-width: 1320px) {
  .h7,
  .h7 p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .h7,
  .h7 p {
    font-size: 18px;
  }
}

.h8,
.h8 p {
  font-size: 18px;
}
@media only screen and (max-width: 1320px) {
  .h8,
  .h8 p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .h8,
  .h8 p {
    font-size: 18px;
  }
}

.h9,
.h9 p {
  font-size: 16px;
}
@media only screen and (max-width: 1320px) {
  .h9,
  .h9 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .h9,
  .h9 p {
    font-size: 16px;
  }
}

a {
  color: #FEC12F;
  transition: all 300ms ease;
}

p,
.p,
.shaped.large .text_block__text-cont p,
.text_block.large .text_block__text-cont p,
figure,
li,
h5 {
  font-family: "Circular Std", sans-serif;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.4;
}
p a,
.p a,
.shaped.large .text_block__text-cont p a,
.text_block.large .text_block__text-cont p a,
figure a,
li a,
h5 a {
  color: #FEC12F;
  position: relative;
}
p a:hover,
.p a:hover,
.shaped.large .text_block__text-cont p a:hover,
.text_block.large .text_block__text-cont p a:hover,
figure a:hover,
li a:hover,
h5 a:hover {
  color: #FA421D;
}

.alternated__text a {
  color: #FA421D !important;
}
.alternated__text a:hover {
  color: #25A2B8 !important;
}

b,
strong,
strong * {
  font-weight: 600;
}

*:focus {
  outline: none;
}

.row {
  float: left;
  width: 100%;
}

.show--device {
  display: none !important;
}
@media only screen and (max-width: 1100px) {
  .show--device {
    display: block !important;
  }
}

.hide--device {
  display: block !important;
}
@media only screen and (max-width: 1100px) {
  .hide--device {
    display: none !important;
  }
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.container, .bbpress-wrapper,
.page-width {
  width: 1340px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 30px;
}
@media only screen and (max-width: 900px) {
  .container, .bbpress-wrapper,
  .page-width {
    padding: 0 15px;
  }
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  float: left;
  clear: both;
  width: 100%;
}

.centerDiv {
  display: flex;
  align-items: center;
}

.upper-titles {
  font-size: 24px;
  font-family: "agrandirgrand_heavy", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1320px) {
  .upper-titles {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .upper-titles {
    font-size: 18px;
  }
}

.button {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 1320px) {
  .button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .button {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .button {
    font-size: 13px;
  }
}
.button:hover {
  background: #DE245C;
  color: #ffffff;
}
.button--outline {
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
}
.button--outline:hover {
  background: #FA421D;
  border-color: #FA421D;
}
.button--white {
  background-color: #ffffff !important;
  color: #000 !important;
}
.button--white:hover {
  background: #DE245C !important;
  color: #ffffff !important;
}
.button--black {
  background: #191B1D !important;
  color: #ffffff !important;
}
.button--black:hover {
  background: #25A2B8 !important;
}
.button--orange {
  background: #FA421D !important;
  color: #ffffff !important;
}
.button--orange:hover {
  background: #25A2B8 !important;
}
.button--green {
  background: #184139 !important;
  color: #ffffff !important;
}
.button--green:hover {
  background: #E01E5A !important;
}
.button--pink {
  background: #DE245C !important;
  color: #ffffff !important;
}
.button--pink:hover {
  background: #FA421D !important;
}
.button--red {
  background: #E01E5A !important;
  color: #ffffff !important;
}
.button--red:hover {
  background: #25A2B8 !important;
}
.button--red--dark {
  background: #A4062A !important;
  color: #ffffff !important;
}
.button--red--dark:hover {
  background: #25A2B8 !important;
}
.button--blue {
  background: #25A2B8 !important;
  color: #ffffff !important;
}
.button--blue:hover {
  background: #FA421D !important;
}
.button--violet {
  background: #49174A !important;
  color: #ffffff !important;
}
.button--violet:hover {
  background: #184139 !important;
}
.button--yellow {
  background: #FEC12F !important;
  color: #000 !important;
}
.button--yellow:hover {
  background: #FA421D !important;
  color: #000 !important;
}
.button--small {
  line-height: 1.35;
  height: auto;
  font-size: 12px;
  padding: 10px 20px;
  max-height: 36px;
  align-self: center;
}
@media only screen and (max-width: 900px) {
  .button--small {
    padding: 10px 10px;
  }
}
.button--download {
  line-height: 1.3 !important;
  font-size: 12px !important;
  padding: 0.75rem !important;
  height: auto;
}
.button.large {
  line-height: 1.8;
  height: auto;
  min-height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text_highlight--orange, .text_highlight--orange strong {
  color: #FA421D;
}
.text_highlight--pink, .text_highlight--pink strong {
  color: #DE245C;
}
.text_highlight--blue, .text_highlight--blue strong {
  color: #25A2B8;
}
.text_highlight--violet, .text_highlight--violet strong {
  color: #49174A;
}
.text_highlight--yellow, .text_highlight--yellow strong {
  color: #FEC12F;
}

.image-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.image-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-background img.contain {
  object-fit: contain;
}
.image-background img.cover {
  object-fit: cover;
}

.iframe-wrapper {
  float: left;
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.slick-arrow,
.slick-dots button {
  cursor: pointer;
}

.no--margin {
  margin: 0 !important;
}

.no--padding {
  padding: 0 !important;
}

.text--center {
  text-align: center;
}

form label {
  display: block;
  margin-bottom: 10px;
}
form input[type=text],
form input[type=email],
form input[type=url],
form input[type=number],
form input[type=search],
form input[type=password] {
  background: #ffffff;
  font-size: 16px !important;
  color: #51575D !important;
  padding: 13px !important;
  border-radius: 25px !important;
  width: 100% !important;
}
form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=url]::placeholder,
form input[type=number]::placeholder,
form input[type=search]::placeholder,
form input[type=password]::placeholder {
  color: #51575D !important;
  opacity: 1 !important;
  font-size: 16px !important;
  font-family: "Circular Std", sans-serif !important;
}
form input[type=text]:-ms-input-placeholder,
form input[type=email]:-ms-input-placeholder,
form input[type=url]:-ms-input-placeholder,
form input[type=number]:-ms-input-placeholder,
form input[type=search]:-ms-input-placeholder,
form input[type=password]:-ms-input-placeholder {
  color: #51575D !important;
  font-size: 16px !important;
  font-family: "Circular Std", sans-serif !important;
}
form input[type=text]::-ms-input-placeholder,
form input[type=email]::-ms-input-placeholder,
form input[type=url]::-ms-input-placeholder,
form input[type=number]::-ms-input-placeholder,
form input[type=search]::-ms-input-placeholder,
form input[type=password]::-ms-input-placeholder {
  color: #51575D !important;
  font-size: 16px !important;
  font-family: "Circular Std", sans-serif !important;
}
form input[type=search] {
  padding: 15px 40px 15px 15px !important;
}
form input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background: url(images/close.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  filter: grayscale(1) opacity(1) brightness(1);
  opacity: 1 !important;
}
form input[type=search]::-webkit-search-cancel-button:hover {
  filter: none;
}
form input[type=file]::-webkit-file-upload-button {
  visibility: hidden;
  display: block;
  height: 10px;
}
form input[type=file]::before {
  content: "Choose File";
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  background: #DE245C;
  color: #ffffff;
  width: 220px;
}
@media only screen and (max-width: 1320px) {
  form input[type=file]::before {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  form input[type=file]::before {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  form input[type=file]::before {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
form input[type=file]:hover::before {
  background: #FEC12F;
}
form input[type=file].medium {
  width: 100% !important;
}
form input.js-switch-password {
  padding-right: 36px !important;
}
form input.js-switch-password + .fa-solid {
  position: absolute;
  top: 0px;
  right: 4%;
  z-index: 1;
  line-height: 45px;
  cursor: pointer;
  color: #000;
  opacity: 0.5;
  font-size: 20px;
}
form input.js-switch-password + .fa-solid:hover {
  opacity: 1;
}
form .select2 {
  background: #ffffff;
  font-family: "Circular Std", sans-serif !important;
  font-size: 16px !important;
  color: #51575D !important;
  padding: 11px 15px !important;
  border-radius: 25px !important;
  width: 100% !important;
  appearance: none;
}
form .select2-container--default .select2-selection--single {
  border: 0 none !important;
}
form .select2-container--default .select2-selection__arrow {
  background-image: url(images/filterArrowBlack.svg);
  width: 23px !important;
  height: 10px !important;
  background-repeat: no-repeat;
  background-color: #fff;
  right: 15px !important;
  top: 50% !important;
  margin-top: -5px !important;
  transition: all 0.5s ease;
}
form .select2-container--default .select2-selection__arrow b {
  display: none !important;
}
form .select2-container--default.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}
form input[type=search].select2-search__field {
  padding: 0 0 !important;
}
form .ginput_container_select {
  position: relative;
}
form .ginput_container_select select {
  color: #000;
}
form .ginput_container_textarea {
  border-radius: 25px !important;
  overflow: hidden;
}
form .ginput_container_textarea .mce-content-body {
  font-family: "Circular Std", sans-serif !important;
  color: #51575D !important;
}
form .gform_drop_area {
  padding: 0 !important;
  border: 0 none !important;
  text-align: left !important;
  margin-bottom: 0 !important;
}
form .gform_drop_area .gform_drop_instructions {
  display: none !important;
}
form .gform_drop_area .gform_button_select_files {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #FA421D !important;
  color: #ffffff !important;
  width: 220px;
  background: #DE245C !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 1320px) {
  form .gform_drop_area .gform_button_select_files {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  form .gform_drop_area .gform_button_select_files {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  form .gform_drop_area .gform_button_select_files {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  form .gform_drop_area .gform_button_select_files {
    font-size: 13px;
  }
}
form .gform_drop_area .gform_button_select_files:hover {
  background: #DE245C;
  color: #ffffff;
}
form .gform_drop_area .gform_button_select_files:hover {
  background: #25A2B8 !important;
}
form .gform_drop_area .gform_button_select_files:hover {
  background: #FEC12F !important;
}
form textarea {
  background: #ffffff !important;
  font-size: 16px !important;
  color: #51575D !important;
  padding: 15px !important;
  border-radius: 25px !important;
  width: 100% !important;
}
form .gsection {
  border: 0 none !important;
}
form .gsection h2 {
  font-size: 24px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1320px) {
  form .gsection h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  form .gsection h2 {
    font-size: 18px;
  }
}
form #gform_preview_3_15 {
  margin-top: 15px;
}
form .ginput_preview_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
form .ginput_preview_list .gfield_fileupload_filename,
form .ginput_preview_list .gfield_fileupload_filesize,
form .ginput_preview_list .gfield_fileupload_percent,
form .ginput_preview_list .gfield_fileupload_progress {
  font-family: "Circular Std", sans-serif !important;
  font-size: 14px;
  padding-right: 8px;
}
form .ginput_preview_list .gfield_fileupload_cancel {
  color: #DE245C;
}
form .ginput_preview:first-child {
  margin-top: 15px;
}
form .ginput_preview a {
  color: #FA421D;
  font-size: 12px;
}
form .ginput_preview strong {
  font-weight: 400;
  font-size: 12px;
  margin-right: 10px;
}

@media only screen and (max-width: 750px) {
  .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    line-height: 1 !important;
  }
}

.select2-container {
  padding-top: 15px;
}

.select2-dropdown {
  background: #222 !important;
  border-radius: 25px !important;
  border: 0 none !important;
  padding: 20px;
  z-index: 999 !important;
}
.select2-dropdown.select2-dropdown--below:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 90%;
  transform: translateX(-50px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #222 transparent;
  z-index: 9999;
}
.select2-dropdown.select2-dropdown--above:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #000 transparent;
  z-index: 9999;
}

.page-about-grants .select2-dropdown {
  background: #333 !important;
}

.select2-search--dropdown {
  border-radius: 25px;
  overflow: hidden;
  padding: 10px !important;
  background: #fff;
  margin-bottom: 15px !important;
}
.select2-search--dropdown .select2-search__field {
  border: 0 none !important;
  color: #51575D !important;
}
.select2-search--dropdown .select2_results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.select2-search--dropdown .select2_results::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.select2-results__option--selectable {
  margin-bottom: 5px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
  background-color: transparent !important;
  color: #FA421D !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: transparent !important;
  color: #FA421D !important;
}

.page-about-grants .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.page-about-grants .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover,
.page-about-grants .select2-container--default .select2-results__option--selected {
  color: #DE245C !important;
}

.mce-container, .mce-container *, .mce-widget, .mce-widget * {
  color: #595959 !important;
}

.gform_wrapper .gfield.field_description_below + li.gsection {
  margin-top: 50px !important;
}

.gform_wrapper.gf_browser_chrome input.button.gform_button_select_files {
  padding: 0 40px !important;
}

.author-avatar svg {
  max-width: 100%;
  height: auto;
  background-color: #191B1D;
}

.member-img svg,
.author-img svg {
  width: 100%;
  height: auto;
}

.image-edit-container .title-content {
  margin-bottom: 10px;
}
.image-edit-container .action-image {
  text-align: right;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #343434;
  position: relative;
}
.image-edit-container .action-image span {
  font-size: 11px;
  position: absolute;
  left: 0;
  top: 0;
}
.image-edit-container .action-image .remove-photo .donut {
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 5px;
  border-radius: 50%;
  animation: 1.5s spin infinite linear;
  visibility: hidden;
  opacity: 0;
  border: 0.3rem solid rgba(222, 36, 92, 0.3);
  border-top-color: #DE245C;
}
.image-edit-container .action-image .remove-photo .donut.multi {
  border-bottom-color: #DE245C;
}
.image-edit-container .action-image .remove-photo.active .donut {
  visibility: visible;
  opacity: 1;
}

.file-edit-container .action-file {
  position: relative;
  margin-bottom: 7px;
}
.file-edit-container .action-file span {
  display: none !important;
}
.file-edit-container .action-file .remove-photo {
  background: transparent url("images/delete.png") no-repeat scroll center center !important;
  width: 14px !important;
  height: 14px !important;
  float: left;
  margin-top: 5px;
  padding: 0;
  margin-right: 7px;
}
.file-edit-container .action-file .remove-photo .donut {
  width: 20px;
  height: 20px;
  position: absolute;
  left: -27px;
  top: -3px;
  border-radius: 50%;
  animation: 1.5s spin infinite linear;
  visibility: hidden;
  opacity: 0;
  border: 0.3rem solid rgba(222, 36, 92, 0.3);
  border-top-color: #DE245C;
}
.file-edit-container .action-file .remove-photo .donut.multi {
  border-bottom-color: #DE245C;
}
.file-edit-container .action-file .remove-photo.active .donut {
  visibility: visible;
  opacity: 1;
}
.file-edit-container .action-file.active .donut {
  visibility: visible;
  opacity: 1;
}
.file-edit-container .action-file .file-name i {
  margin-left: 10px;
  font-size: 11px;
  margin-top: -7px;
  position: relative;
  display: inline-block;
  top: -5px;
}

.page-edit-your-resource .image-edit-container .action-image {
  border-bottom: 0 none;
}

.fancybox-slide,
.form-become-influencer .gform_wrapper {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.fancybox-slide::-webkit-scrollbar,
.form-become-influencer .gform_wrapper::-webkit-scrollbar {
  display: none;
}

.highlight-and-share-wrapper {
  z-index: 2 !important;
}

.highlight-and-share-wrapper:not(.orientation-vertical) div {
  padding: 0 !important;
}

.highlight-and-share-wrapper:not(.theme-off) a {
  padding: 10px !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
}
.highlight-and-share-wrapper:not(.theme-off) a .has-icon:not(.components-button) {
  width: 20px !important;
  height: 20px !important;
}

.add-bookmark {
  color: #FEC12F;
}
.add-bookmark:hover {
  color: #FA421D;
}

.topic-content .add-bookmark {
  color: #25A2B8;
}
.topic-content .add-bookmark:hover {
  color: #FA421D !important;
}

/* Hide chat when fancybox is visible */
.fancybox-active #tidio-chat {
  display: none;
}

.header {
  position: fixed;
  z-index: 10000;
  float: left;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px 0;
  transition: all 0.3s ease;
}
.header.menu_open .header__logo {
  z-index: 3;
}
.header.menu_open .open-search {
  z-index: 0;
}
.header .container, .header .bbpress-wrapper {
  width: 1420px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1250px) {
  .header .right {
    display: flex;
    position: relative;
  }
}
.header .button {
  height: 30px;
  line-height: 1.2;
  font-size: 14px;
  margin-left: 10px;
  padding: 8px 14px;
}
.header .button.donate_button {
  float: left;
}
@media only screen and (max-width: 1250px) {
  .header .button.donate_button {
    margin-left: 0px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1250px) {
  .header .button.login_button {
    display: none;
    height: auto;
    min-width: 100%;
  }
}
.header .sign_up_button {
  border: 1px solid #ffffff;
  background: none;
  color: #ffffff;
}
@media only screen and (max-width: 1250px) {
  .header .sign_up_button {
    display: none;
  }
}
.header .sign_up_button:hover {
  background: #ffffff;
  color: #000000 !important;
}
.header__logo {
  float: left;
  height: 59px;
}
.header__logo img {
  float: left;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .header__logo img {
    width: 120px;
  }
}
.header__menu {
  float: left;
  width: auto;
}
@media only screen and (max-width: 1250px) {
  .header__menu {
    display: none;
  }
}
.header__menu .menu-primary-menu-container {
  float: left;
}
.header__menu ul {
  list-style: none;
}
.header__menu ul li {
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
  position: relative;
}
.header__menu ul li:nth-last-child(1) {
  margin-right: 0;
}
.header__menu ul li a {
  font-size: 14px;
  color: #ffffff;
  position: relative;
  line-height: 60px;
  display: block;
}
.header__menu ul li a:hover {
  color: #FEC12F;
}
.header__menu ul li .current-menu-item a {
  text-decoration: underline;
}
.header__menu ul li:hover ul,
.header__menu ul li:hover .menu-icon {
  display: block;
}
.header__menu ul li .menu-icon {
  display: none;
  position: absolute;
  bottom: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #000 transparent;
  z-index: 9999;
}
.header__menu ul li.menu-item-has-children .menu-icon {
  display: none !important;
}
.header__menu ul li ul {
  display: none;
  position: absolute;
  background: #000;
  border-radius: 25px;
  border: 1px solid #3E3E3E;
  left: 0;
  right: 0;
  padding: 15px 20px;
  min-width: 230px;
}
@media only screen and (max-width: 1250px) {
  .header__menu ul li ul {
    left: calc(50% - 5px);
    right: auto;
    transform: translateX(-50%);
  }
}
.header__menu ul li ul li {
  display: block;
  margin-bottom: 0;
  margin: 7px 0;
  float: none;
}
.header__menu ul li ul li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
}
.header__menu ul li ul li a:hover {
  color: #FA421D;
}
.header__menu ul li ul:before {
  content: "";
  position: absolute;
  left: 16%;
  transform: translateX(-50%);
  top: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #000 transparent;
  z-index: 9999;
}
.header__menu ul li ul:after {
  content: "";
  position: absolute;
  left: 16%;
  transform: translateX(-50%);
  top: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #3E3E3E transparent;
  z-index: 9998;
}
.header__menu ul li.current-menu-item > a {
  color: #FEC12F;
}
.header__menu ul li.current-menu-ancestor > a {
  color: #FEC12F;
}
.header.open .site_logo {
  display: block !important;
  position: relative;
  z-index: 10;
}
.header .sign_responsive {
  float: left;
}
.header .sign_responsive .sign_up_button_responsive, .header .sign_responsive .login_button_responsive {
  display: none;
}
@media only screen and (max-width: 1250px) {
  .header .sign_responsive .sign_up_button_responsive, .header .sign_responsive .login_button_responsive {
    float: left;
    width: 100%;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 1250px) {
  .header .sign_responsive {
    float: left;
    width: 100%;
    position: absolute;
    display: none;
    right: 0;
    top: 40px;
    background: #000;
    border-radius: 25px;
    border: 1px solid #3E3E3E;
    padding: 15px;
    width: 120%;
  }
}
@media only screen and (max-width: 1250px) {
  .header .sign_responsive:before {
    content: "";
    position: absolute;
    left: 60%;
    transform: translateX(-50%);
    top: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 9px 9px;
    border-color: transparent transparent #000 transparent;
    z-index: 9999;
  }
}
@media only screen and (max-width: 1250px) {
  .header .sign_responsive:after {
    content: "";
    position: absolute;
    left: 60%;
    transform: translateX(-50%);
    top: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #3E3E3E transparent;
    z-index: 9998;
  }
}
.header .sign_up_open {
  display: none;
}
@media only screen and (max-width: 1250px) {
  .header .sign_up_open {
    display: block;
    padding-top: 6px;
    padding-right: 13px;
    margin-left: 0;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
  }
  .header .sign_up_open i {
    font-size: 20px;
  }
}

.open-search {
  position: relative;
  float: left;
  position: relative;
  width: 35px;
  height: 35px;
  z-index: 5;
}
.open-search button {
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: block;
  background: transparent;
}
.open-search button svg {
  width: 24px;
  height: 24px;
  margin: 4.5px;
}
.open-search button svg path {
  fill: #ffffff;
}
.open-search button svg:hover path {
  fill: #FEC12F;
}
.open-search__form {
  width: 350px;
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 5;
  display: none;
}
@media only screen and (max-width: 900px) {
  .open-search__form {
    width: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .open-search__form {
    width: 200px;
  }
}
.open-search__form .js-search-autocomplete {
  background-color: #000;
  height: 35px;
  padding: 0 15px !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #ffffff !important;
}
.open-search__form .js-search-autocomplete::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background: url(images/close.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-right: 0;
}
.open-search__form .form_complete {
  width: 50vw;
  z-index: 5;
  background-color: #000;
  position: absolute;
  top: 50px;
  right: 0px;
  max-height: calc(100vh - 220px);
  overflow-y: scroll;
}
@media only screen and (max-width: 900px) {
  .open-search__form .form_complete {
    position: fixed;
    top: 100px;
    left: 10vw;
    width: 80vw;
    max-width: none;
    min-width: none;
  }
}
.open-search__form .form_complete #js-search-result.js-loading {
  display: block !important;
  min-height: 80px;
  position: relative;
  background: url(images/loading.svg) center center no-repeat;
  background-size: 30px 30px;
  border: 1px solid #343434 !important;
}
.open-search__form .form_complete #js-search-result .no-results {
  padding: 30px 0;
  text-align: center;
  border: 1px solid #343434 !important;
}
.open-search__form .form_complete #js-search-result .grid-featured-result__item {
  border-radius: 0px !important;
}
.open-search.active .open-search__form {
  display: block;
}
@media only screen and (max-width: 1250px) {
  .open-search {
    margin-top: 0px;
    margin-right: 10px;
  }
}

.language-dropdown {
  z-index: 99999999 !important;
}

.language-selector {
  float: right;
  margin-left: 15px;
}
@media only screen and (max-width: 1250px) {
  .language-selector {
    display: none;
  }
}
.language-selector select {
  background: #000;
  padding: 5px 5px !important;
  border-radius: 25px;
}
.language-selector .selection {
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 25px;
  width: 100%;
  display: block;
}
.language-selector .select2-container--default {
  width: 120px !important;
}
.language-selector .select2-container--default .select2-selection--single {
  background: transparent;
  border: 0 none;
  border-radius: 0;
}
.language-selector .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
.language-selector .select2-container--default .select2-selection__arrow {
  background-image: url(images/filtersArrow.svg);
  background-color: transparent;
  top: 12px !important;
  right: 10px !important;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 15px !important;
  height: 15px !important;
}
.language-selector .select2-container--default .select2-selection__arrow b {
  display: none !important;
}
.language-selector .select2-container--default {
  width: 120px !important;
  margin: 0;
  padding: 0;
}
.language-selector .select2-container--default.select2-container--open .select2-selection__arrow {
  top: 4px !important;
}

.select2-container--default.select2-container--open .select2-selection__arrow {
  transform: rotate(180deg);
}

.select2-dropdown.language-dropdown {
  min-width: 200px;
  left: 50% !important;
  transform: translateX(-40%);
  margin-top: 10px;
}

.language-mobile {
  padding: 5px 15px;
  overflow: hidden;
  border-bottom: 1px solid #3E3E3E;
  margin-bottom: 25px;
}
.language-mobile li {
  display: inline-block;
  width: auto !important;
  margin-right: 20px !important;
}
.language-mobile li span {
  font-size: 12px;
}
.language-mobile li a {
  font-size: 12px !important;
  padding: 5px 0 !important;
}
.language-mobile li a.active {
  text-decoration: underline;
}
.language-mobile li:last-child {
  margin-right: 0 !important;
}

.search-content-header {
  position: absolute;
  right: 0;
  margin-top: 55px;
  width: 100vw;
  max-width: 950px;
}
.search-content-header .ajaxsearchpro {
  margin: 0 !important;
}
.search-content-header .asp_nores {
  background: #000 !important;
  color: #fff !important;
}
.search-content-header .asp_nores .asp_keyword {
  color: #fff !important;
}
@media only screen and (max-width: 1100px) {
  .search-content-header {
    width: 88vw;
  }
}
@media only screen and (max-width: 750px) {
  .search-content-header {
    width: 85vw;
  }
}
@media only screen and (max-width: 640px) {
  .search-content-header {
    right: -60px;
    width: 93vw;
  }
}

/*
.polaroid{
    position: relative !important;
    overflow: visible !important;
        &:before {
            content:"";
            position: absolute;
            left: 100%;
            margin-left: -50px;
            top: -14px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 10px 14px 10px;
            border-color: transparent transparent $black transparent;
            z-index:9999;
            @include responsive('mobile-v') {
                margin-left: -110px;
            }
        }
   .asp_w{
        margin-top: 0 !important;
    }
    .results{
        width: 100% !important;
        height: 100% !important;
        overflow: hidden !important;
        background: $black !important;
        border-radius: 25px !important;
        padding: 10px !important;
    }
    .asp_simplebar-content-wrapper{
        overflow: hidden !important;
        height: 100% !important;
    }
    .resdrg{
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        max-height: 500px;
        overflow-y: auto;

        &::-webkit-scrollbar {
            background-color:#000;
            width:16px
        }
        &::-webkit-scrollbar-track {
            background-color:#000
        }
        &::-webkit-scrollbar-thumb {
            background-color:#babac0;
            border-radius:16px;
            border:5px solid #000
        }

        &::-webkit-scrollbar-button {display:none}

        .item{
            background: transparent !important;
            border: 0 none !important;
            padding: 0 !important;
            width: 100% !important;
            height: auto !important;
            position: relative !important;
            box-shadow: none !important;
            margin: 0 !important;
            top: 0 !important;
            left: 0 !important;
            border-bottom: 1px solid #343434 !important;
            &:hover{
                background: transparent !important;
            }
            &:after{
                display: none !important;
            }
            &:last-child{
                border: 0 none !important;
            }
            .asp_content{
                padding: 10px !important;
            }
            .asp_image_content{
                width: 75px !important;
                height: 75px !important;
                margin-right: 15px;
                float: left !important;
            }
            .asp_image{
                width: 75px !important;
                height: 75px !important;
                margin-right: 0;
            }
            .result_content{
                float: left;
                width: calc(100% - 90px);
            }
            h3,
            a,
            .asp_res_text{
                font-family: $default-font !important;
                color: $white !important;
            }
            .asp_author{
                font-family: $default-font !important;
                color: #B7BABE !important;
                font-size: 14px !important;
                font-weight: 400 !important;
                margin-top: 7px !important;
                display: block !important;
            }
            h3,
            a{
                font-size: 18px !important;
            }
        }
        .asp_v_spacer,
        .asp_item_overlay {
            display: none !important;
        }
    }
}
*/
.responsive__btn {
  float: left;
  margin-top: 6px;
  position: relative;
  z-index: 11;
  width: 20px;
  height: 16px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 1250px) {
  .responsive__btn {
    display: block;
  }
}
.responsive__btn span {
  display: inline-block;
  background: #ffffff;
  width: 100%;
  height: 3px;
  transition: all 0.5s ease;
  border-radius: 2px;
  position: absolute;
  left: 0;
}
.responsive__btn span:nth-child(1) {
  top: 0px;
}
.responsive__btn span:nth-child(2), .responsive__btn span:nth-child(3) {
  top: 9px;
}
.responsive__btn span:nth-child(4) {
  top: 18px;
}
.responsive__btn.open span {
  background: #ffffff;
}
.responsive__btn.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
.responsive__btn.open span:nth-child(2) {
  transform: rotate(45deg);
}
.responsive__btn.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.responsive__btn.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.responsive__menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  float: left;
  background: #191B1D;
  z-index: 2;
}
@media only screen and (max-height: 500px) {
  .responsive__menu {
    overflow: scroll;
    max-height: 100vh;
  }
}
.responsive__menu .menu__cont {
  display: block;
  position: static;
  width: 100%;
  min-height: 100vh;
  padding-top: 120px;
}
@media only screen and (max-height: 500px) {
  .responsive__menu .menu__cont .responsive__menu .menu__cont {
    padding-top: 70px;
  }
}
.responsive__menu .menu__cont .menu-primary-menu-container {
  width: 100%;
}
.responsive__menu .menu__cont .menu-primary-menu-container ul {
  width: 100%;
}
.responsive__menu .menu__cont .menu-primary-menu-container ul li {
  float: left;
  width: 100%;
  margin: 5px 0;
  list-style: none;
}
.responsive__menu .menu__cont .menu-primary-menu-container ul li.active a::after {
  transform: rotate(180deg);
}
.responsive__menu .menu__cont .menu-primary-menu-container ul li.menu-item-has-children > a::after {
  content: "";
  width: 17px;
  height: 19px;
  background-image: url(images/arrow-down.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  transition: all 0.3s ease;
  float: right;
  margin-top: 5px;
  margin-right: 20px;
}
@media only screen and (max-width: 1250px) {
  .responsive__menu .menu__cont .menu-primary-menu-container ul li.menu-item-has-children > a:after {
    display: none;
  }
}
@media only screen and (max-width: 1250px) {
  .responsive__menu .menu__cont .menu-primary-menu-container ul li.menu-item-has-children > .menu-icon {
    width: 17px;
    height: 19px;
    background-image: url(images/arrow-down.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    transition: all 0.3s ease;
    float: right;
    margin-top: 5px;
    margin-right: 20px;
  }
  .responsive__menu .menu__cont .menu-primary-menu-container ul li.menu-item-has-children > .menu-icon.active {
    transform: rotate(180deg);
  }
}
.responsive__menu .menu__cont .menu-primary-menu-container ul li a {
  color: #ffffff;
  font-size: 20px;
  padding: 5px 15px;
}
.responsive__menu .menu__cont .menu-primary-menu-container ul li .sub-menu {
  float: left;
  width: 100%;
  position: static;
  background: #000;
  display: none;
}
.responsive__menu .menu__cont .menu-primary-menu-container ul li .sub-menu li {
  padding: 5px 20px;
}
.responsive__menu .menu__cont .menu-primary-menu-container ul li .sub-menu li a {
  font-size: 16px;
  position: relative;
}
.responsive__menu .menu__cont .menu-primary-menu-container ul li .sub-menu li a::before {
  content: "";
  position: absolute;
  left: 15px;
  top: auto;
  bottom: 0;
  width: 260px;
  height: 1px;
  background: #191B1D;
}
@media only screen and (max-width: 1250px) {
  .responsive__menu .menu__cont .menu-primary-menu-container ul li .sub-menu.active {
    display: block;
  }
}

.scrolled .header {
  background: #000000;
  border-bottom: 1px solid #191B1D .scrolled .header __logo;
  border-bottom-height: 42px;
  border-bottom-z-index: 3;
}
.scrolled .header .site_logo {
  display: block !important;
}
.scrolled .header .site_logo--home {
  display: none !important;
}
.scrolled .header .header__menu ul li a {
  color: #ffffff;
}
.scrolled .header .header__menu ul li a:hover {
  color: #FEC12F;
}
.scrolled .header .header__menu ul li .menu-icon {
  border-color: transparent transparent #191B1D transparent;
}
.scrolled .header .header__menu ul li.current-menu-item > a {
  color: #FEC12F;
}
.scrolled .header .header__menu ul li.current-menu-ancestor > a {
  color: #FEC12F;
}
.scrolled .header .open-search .open-search-content .ajaxsearchpro[asp-compact=open] {
  border: 1px solid #3E3E3E !important;
}

.user-menu {
  float: left;
  margin-top: 7px;
  margin-left: 10px;
  position: relative;
  padding-bottom: 9px;
  z-index: 2;
}
@media only screen and (max-width: 1250px) {
  .user-menu {
    padding-top: 6px;
    margin-top: 0px;
    margin-left: 0;
    margin-right: 15px;
  }
}
.user-menu .user-menu-name {
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.user-menu .user-menu-name i {
  margin-right: 3px;
  font-size: 20px;
}
.user-menu .user-menu-name span {
  min-width: 150px;
  display: inline-block;
  margin-left: 5px;
  font-size: 16px;
}
@media only screen and (max-width: 1250px) {
  .user-menu .user-menu-name span {
    display: none;
  }
}
.user-menu .user-menu-list {
  display: none;
  position: absolute;
  background: #000;
  border-radius: 0 25px 25px 25px;
  border: 1px solid #3E3E3E;
  left: 0;
  right: 0;
  margin-top: 10px;
  padding: 15px 20px;
  min-width: 150px;
}
@media only screen and (max-width: 1250px) {
  .user-menu .user-menu-list {
    border-radius: 25px;
  }
}
@media only screen and (max-width: 1250px) {
  .user-menu .user-menu-list {
    left: -20px;
    right: auto;
    transform: translateX(-50%);
  }
  .user-menu .user-menu-list:after, .user-menu .user-menu-list:before {
    left: 70% !important;
  }
}
.user-menu .user-menu-list li {
  display: block;
  margin-bottom: 0;
  margin: 7px 0;
}
.user-menu .user-menu-list li a {
  color: #ffffff;
  font-size: 14px;
}
.user-menu .user-menu-list li a:hover {
  color: #FA421D;
}
.user-menu .user-menu-list:before {
  content: "";
  position: absolute;
  left: 10px;
  transform: translateX(-50%);
  top: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 9px 9px;
  border-color: transparent transparent #000 transparent;
  z-index: 9999;
}
.user-menu .user-menu-list:after {
  content: "";
  position: absolute;
  left: 10px;
  transform: translateX(-50%);
  top: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #3E3E3E transparent;
  z-index: 9998;
}
.user-menu:hover .user-menu-name {
  color: #FA421D;
}
.user-menu:hover .user-menu-list {
  display: block;
}

.users-actions {
  float: left;
}

div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg {
  width: 28px !important;
}

@media only screen and (max-width: 1250px) {
  .translated-ltr .header__menu ul li {
    margin-right: 10px;
  }
}

.footer {
  float: left;
  width: 100%;
  background: #000000;
  padding: 60px 0;
}
@media only screen and (max-width: 640px) {
  .footer {
    padding: 40px 0;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
.footer__top__menu {
  float: left;
  width: 185px;
  padding-right: 30px;
}
.footer__top__menu:nth-child(1) {
  width: 185px;
}
.footer__top__menu:nth-child(2) {
  width: 265px;
}
@media only screen and (max-width: 1100px) {
  .footer__top__menu {
    margin-top: 40px;
  }
}
.footer__top__menu__title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  height: 86px;
}
@media only screen and (max-width: 1320px) {
  .footer__top__menu__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .footer__top__menu__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1100px) {
  .footer__top__menu__title {
    height: 50px;
  }
}
.footer__top__menu__title a {
  color: #ffffff;
}
.footer__top__menu__title a:hover {
  color: #FA421D;
}
.footer__top__menu ul {
  list-style: none;
}
.footer__top__menu ul li {
  margin-bottom: 0;
}
.footer__top__menu ul li a {
  font-size: 14px;
  color: #B7BABE;
}
.footer__top__menu ul li a:hover {
  color: #FA421D;
}
@media only screen and (max-width: 750px) {
  .footer__top__column--left {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .footer__top__column--right {
    float: left;
    width: 100%;
  }
}
.footer__newsletter__form {
  width: 255px;
}
@media only screen and (max-width: 750px) {
  .footer__newsletter__form {
    width: 100%;
  }
}
.footer__newsletter__form .gform_wrapper .gform_body {
  float: left;
  width: 100%;
  width: calc(100% - 100px);
}
.footer__newsletter__form .gform_wrapper .gform_fields .gfield {
  float: left;
  width: 100%;
  width: 100% !important;
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer__newsletter__form .gform_wrapper .top_label div.ginput_container {
  margin: 0 !important;
}
.footer__newsletter__form .gform_wrapper .top_label .gfield_label, .footer__newsletter__form .gform_wrapper legend.gfield_label {
  display: none;
}
.footer__newsletter__form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #9A9EA4;
  font-size: 16px;
  color: #9A9EA4;
  background: none;
  padding: 0;
  border-radius: 0 !important;
  padding: 15px 0 !important;
}
.footer__newsletter__form .gform_wrapper .gfield.gfield_error, .footer__newsletter__form .gform_wrapper .gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  width: 100% !important;
  border: none;
  margin: 0 !important;
  padding: 0;
  background: none;
}
.footer__newsletter__form .gform_wrapper.gform_validation_error .gform_body ul .gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}
.footer__newsletter__form .gform_wrapper .field_description_below .gfield_description {
  padding: 0;
}
.footer__newsletter__form .gform_confirmation_wrapper {
  padding: 10px 0;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  margin: 10px 0;
}
.footer__newsletter__form .gform_wrapper .gform_footer {
  float: left;
  clear: none;
  width: 100px;
  padding: 0;
  margin: 0;
}
.footer__newsletter__form .gform_wrapper .gform_footer .button {
  line-height: 1.35;
  height: auto;
  font-size: 12px;
  padding: 10px 20px;
  max-height: 36px;
  align-self: center;
  font-size: 12px;
  color: #000;
  width: 100px;
  background: #FEC12F !important;
  color: #000 !important;
}
@media only screen and (max-width: 900px) {
  .footer__newsletter__form .gform_wrapper .gform_footer .button {
    padding: 10px 10px;
  }
}
.footer__newsletter__form .gform_wrapper .gform_footer .button:hover {
  background: #FA421D !important;
  color: #000 !important;
}
.footer__newsletter__form .gform_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .footer__newsletter__form .gform_wrapper .gfield_error textarea {
  border-bottom: 1px solid #9A9EA4 !important;
  margin-bottom: 15px;
}
.footer .socials__bar {
  float: left;
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  .footer .socials__bar {
    text-align: center;
    float: none;
    display: flex;
    justify-content: center;
  }
}
.footer .socials__bar a {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  text-align: center;
  line-height: 48px;
  margin-right: 7px;
  display: flex;
  justify-content: center;
  align-content: stretch;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  .footer .socials__bar a {
    float: none;
  }
}
.footer .socials__bar a:hover {
  background: #FA421D;
}
.footer .socials__bar a svg g,
.footer .socials__bar a svg path,
.footer .socials__bar a svg rect {
  fill: #000000;
}
.footer .socials__bar a svg {
  max-width: 17px;
}
.footer__bottom {
  float: left;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 65px;
}
@media only screen and (max-width: 900px) {
  .footer__bottom {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .footer__bottom__column--left {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .footer__bottom__column--right {
    float: left;
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
  }
  .footer__bottom__column--right a img {
    width: 200px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 640px) {
  .footer__bottom__column--right a img {
    width: 70px;
  }
}
.footer__copyright__image {
  float: left;
  width: 95px;
  padding-right: 30px;
}
@media only screen and (max-width: 750px) {
  .footer__copyright__image {
    margin: 0 auto;
    float: none;
    width: 60px;
    padding-right: 0;
  }
}
.footer__copyright__image img {
  float: left;
  width: 100%;
  height: auto;
}
.footer__copyright__text {
  float: left;
  width: 610px;
  max-width: 100%;
  font-size: 12px;
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  .footer__copyright__text {
    width: 100%;
    color: #B7BABE;
    font-size: 10px;
    text-align: center;
  }
}

.gdpr-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #000;
  padding: 30px 0;
}
.gdpr-banner.login-gpdr {
  position: relative;
  background: transparent;
}
.gdpr-banner.login-gpdr__title {
  font-size: 45px;
}
@media only screen and (max-width: 900px) {
  .gdpr-banner {
    padding: 15px 0;
  }
}
.gdpr-banner .container, .gdpr-banner .bbpress-wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0px auto;
}
.gdpr-banner__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .gdpr-banner__title {
    font-size: 18px;
  }
}
.gdpr-banner article {
  color: #ffffff;
  font-size: 14px;
}
.gdpr-banner .botones {
  width: 100%;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-login .gdpr-banner:not(.login-gpdr) {
  display: none;
}

.parallax-1,
.parallax-2,
.parallax-3,
.parallax-4,
.relative {
  position: relative;
}

.home__hero {
  background-attachment: fixed;
}

@media only screen and (max-width: 750px) {
  .page-contact-us .text_block {
    padding: 30px 0;
  }
}
.page-contact-us .text_block__text-cont-headline div {
  text-align: left;
  font-size: 23px;
}
.page-contact-us .text_block__text-cont-headline div p {
  font-size: 23px;
}

@media only screen and (max-width: 900px) {
  .resources-container .related-discussion {
    padding: 0;
  }
}

.webinar {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 180px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1100px) {
  .webinar {
    grid-gap: 40px 50px;
  }
}
@media only screen and (max-width: 750px) {
  .webinar {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}
.webinar--item {
  padding: 20px;
  border: 1px solid #343434;
}
.webinar--item .category {
  margin-bottom: 10px;
}
.webinar--item .title {
  color: #FA421D;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.webinar--item .button {
  float: none;
  clear: both;
}
.webinar .page-404__text {
  grid-column: 1/3;
  text-align: center;
}

.page-peace-impact-framework .fancybox-navigation .fancybox-button {
  top: 50% !important;
}

/* Languages hacks */
/* Russian */
html[lang=ru] .banner__title h1 {
  font-size: 64px;
}
@media only screen and (max-width: 1320px) {
  html[lang=ru] .banner__title h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 900px) {
  html[lang=ru] .banner__title h1 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 1320px) {
  html[lang=ru] .banner__title p {
    font-size: 50px;
  }
}
@media only screen and (max-width: 900px) {
  html[lang=ru] .banner__title p {
    font-size: 36px;
  }
}
html[lang=ru] .button:not(.donate_button) {
  padding: 10px 20px !important;
}
@media only screen and (max-width: 1320px) {
  html[lang=ru] .page-global-impact .cards__row .card .card-front .card-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1100px) {
  html[lang=ru] .page-global-impact .cards__row .card .card-front .card-title {
    font-size: 30px;
  }
}
html[lang=ru] .page-global-impact .featured-buttons .button {
  width: 49% !important;
  font-size: 16px !important;
}
@media only screen and (max-width: 1100px) {
  html[lang=ru] .page-global-impact .featured-buttons .button {
    width: 100% !important;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
html[lang=ru] .page-join-our-network .page-hero__title {
  font-size: 84px;
}
@media only screen and (max-width: 1100px) {
  html[lang=ru] .page-join-our-network .page-hero__title {
    font-size: 72px;
  }
}
@media only screen and (max-width: 750px) {
  html[lang=ru] .page-join-our-network .page-hero__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  html[lang=ru] .page-join-our-network .author-box {
    max-width: 100px;
  }
}
@media only screen and (max-width: 640px) {
  html[lang=ru] .page-join-our-network .author-box .author-name {
    font-size: 11px;
  }
}
@media only screen and (max-width: 640px) {
  html[lang=ru] .page-join-our-network .featured-info {
    width: calc(100% - 105px);
  }
}
html[lang=ru] .page-themes .button-grid .button {
  font-size: 14px;
}
html[lang=ru] .page-gam .headline .title-colored {
  font-size: 45px;
}
html[lang=ru] .page-collaboration-map .searchbox {
  margin-bottom: 10px;
}
html[lang=ru] .footer__newsletter__form .gform_wrapper .gform_footer .button {
  font-size: 12px;
}

/* KiSwahili */
html[lang=sw] .banner .banner__text-content h1 {
  font-size: 80px;
}
@media only screen and (max-width: 750px) {
  html[lang=sw] .banner .banner__text-content h1 {
    font-size: 50px;
  }
}
html[lang=sw] .page-global-impact .featured-buttons .button {
  width: 49%;
  font-size: 16px;
}
@media only screen and (max-width: 1100px) {
  html[lang=sw] .page-global-impact .featured-buttons .button {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1320px) {
  html[lang=sw] .page-global-impact .cards__row .card .card-front .card-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  html[lang=sw] .page-global-impact .cards__row .card .card-front .card-title {
    font-size: 30px;
  }
}

@media print {
  .header .container, .header .bbpress-wrapper {
    justify-content: center;
  }
  .project--name__graphic .graphic--content svg text {
    fill: #000000;
  }
  .project--name__images .logo--project:not(:first-child) {
    margin-left: 20px;
    opacity: 1;
    z-index: 1;
  }
  .header__menu,
  .header .right,
  footer.footer,
  .export--report--action {
    display: none !important;
  }
  /* paddings */
  .project--info__getting--started,
  .project--info__objectives--pillars,
  .project--info__lived--experience,
  .project--info__aligned--measures,
  .project--info__expert--observation,
  .project--info__reflection {
    padding: 0 0 0 0;
    margin: 0 0 2rem 0;
  }
}
.gform_wrapper div.validation_error {
  color: red !important;
  border-color: #FA421D !important;
}

.gform_wrapper .gfield.gfield_error,
.gform_wrapper .gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent !important;
  border: 0 none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.gform_wrapper .validation_message {
  color: red !important;
  font-weight: 400 !important;
}
.gform_wrapper .validation_message a {
  color: red !important;
  text-decoration: underline;
}
.gform_wrapper .validation_message a:hover {
  color: #25A2B8 !important;
}

.page-find-a-project .gform_wrapper div.validation_error {
  color: #DE245C !important;
  border-color: #FA421D !important;
}
.page-find-a-project .gform_wrapper .validation_message {
  color: #DE245C !important;
  font-weight: 400 !important;
}
.page-find-a-project .gform_wrapper .validation_message a {
  color: #DE245C !important;
  text-decoration: underline;
}
.page-find-a-project .gform_wrapper .validation_message a:hover {
  color: #FA421D !important;
}

.gform_wrapper .gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper .gfield_error textarea {
  border: 0 none !important;
}

.content-form {
  padding-bottom: 200px;
}
@media only screen and (max-width: 750px) {
  .content-form {
    padding-bottom: 50px;
  }
}

.colums-forms,
.media-form .gform-body .gform_fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 180px;
}
@media only screen and (max-width: 1100px) {
  .colums-forms,
  .media-form .gform-body .gform_fields {
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .colums-forms,
  .media-form .gform-body .gform_fields {
    grid-template-columns: repeat(1, 1fr);
  }
}

.form-box {
  max-width: 1100px;
  margin: auto;
  width: 100%;
  margin-top: 0;
}
.form-box .gform_fields {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 180px;
}
@media only screen and (max-width: 1100px) {
  .form-box .gform_fields {
    grid-gap: 40px 50px;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .form-box .gform_fields {
    grid-gap: 40px;
  }
}
.form-box .gform_fields.block {
  display: block !important;
}
@media only screen and (max-width: 750px) {
  .form-box .gform_fields .ginput_container span:not(.ginput_price) {
    margin-bottom: 0 !important;
    white-space: normal !important;
    max-width: 100% !important;
    overflow: hidden;
  }
}
@media only screen and (max-width: 900px) {
  .form-box .gform_fields .gfield .ginput_complex {
    width: 100% !important;
  }
}
.form-box .user-themes-form .gform_fields {
  grid-template-columns: repeat(1, 1fr);
}
.form-box .gform_wrapper li.hidden_label input {
  margin-top: 0;
}
.form-box .gform_wrapper li.date_field input {
  background-image: url(images/filterArrowBlack.svg);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: center;
  background-size: 23px 10px;
}
.form-box .gform_wrapper li.start_time {
  width: 48% !important;
  margin-right: 2%;
}
@media only screen and (max-width: 640px) {
  .form-box .gform_wrapper li.start_time {
    width: 100% !important;
    margin-right: 0;
  }
}
.form-box .gform_wrapper li.end_time {
  width: 48% !important;
  margin-left: 2% !important;
  float: right;
}
@media only screen and (max-width: 640px) {
  .form-box .gform_wrapper li.end_time {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.form-box .gform_wrapper li.time_field .clear-multi {
  background: #fff;
  border-radius: 25px;
  padding: 15px;
  display: flex;
  align-items: center;
}
.form-box .gform_wrapper li.time_field .clear-multi .ginput_container_time {
  margin: 0;
  position: relative;
  max-height: 19px;
}
.form-box .gform_wrapper li.time_field .clear-multi .ginput_container_time input[type=number] {
  padding: 0 !important;
  margin: 0 !important;
  padding-right: 10px !important;
}
.form-box .gform_wrapper li.time_field .clear-multi .ginput_container_time input[type=number]::placeholder {
  color: #51575D !important;
  opacity: 1 !important;
  font-size: 14px !important;
  font-family: "Circular Std", sans-serif !important;
  opacity: 1;
}
.form-box .gform_wrapper li.time_field .clear-multi .ginput_container_time input[type=number]:-ms-input-placeholder {
  color: #51575D !important;
  font-size: 14px !important;
  font-family: "Circular Std", sans-serif !important;
}
.form-box .gform_wrapper li.time_field .clear-multi .ginput_container_time input[type=number]::-ms-input-placeholder {
  color: #51575D !important;
  font-size: 14px !important;
  font-family: "Circular Std", sans-serif !important;
}
.form-box .gform_wrapper li.time_field .clear-multi .ginput_container_time i {
  color: #51575D;
  right: 5px;
  top: -3px;
  font-weight: bold;
  font-style: normal;
}
.form-box .gform_wrapper li.time_field .clear-multi .ginput_container_time select {
  float: left;
  color: #51575D !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 14px !important;
  font-family: "Circular Std", sans-serif !important;
  background-color: transparent !important;
  background-image: url(images/filterArrowBlack.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 7px;
  height: 19px;
  background-size: 12px 5px;
  font-weight: bold;
  appearance: none !important;
  width: 40px;
}
.form-box .gform_wrapper li.date_field input,
.form-box .gform_wrapper li.time_field {
  cursor: pointer !important;
}
@media only screen and (max-width: 640px) {
  .form-box .gform_wrapper li.gf_left_half {
    width: 100% !important;
    margin-right: 0;
  }
}
.form-box .gform_wrapper li.gf_right_half {
  width: 48% !important;
  margin-left: 2%;
}
@media only screen and (max-width: 640px) {
  .form-box .gform_wrapper li.gf_right_half {
    width: 100% !important;
    margin-right: 0;
  }
}
.form-box .gform_wrapper textarea.large {
  height: 290px;
}
.form-box .gform_wrapper .gform_fields .gfield {
  margin-top: 30px;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
  float: left;
  width: 100%;
  position: relative;
}
.form-box .gform_wrapper .gform_fields .gfield select {
  background: #191B1D;
  color: #fff;
  padding: 10px !important;
  border-radius: 25px;
}
.form-box .gform_wrapper .gform_fields .gfield li {
  list-style: none;
}
.form-box .gform_wrapper .gform_fields .gfield.hidden_label > label {
  display: none;
}
.form-box .gform_wrapper .gform_fields .gfield.gf_left_half {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.form-box .gform_wrapper .gform_fields .gfield.gf_right_half {
  float: right;
  width: 48%;
  margin-left: 2%;
}
.form-box .gform_wrapper .gform_fields .gfield.city {
  position: relative;
}
@media only screen and (min-width: 640px) {
  .form-box .gform_wrapper .gform_fields .gfield.city > .ginput_container input[type=text] {
    padding: 15px 13px !important;
  }
}
.form-box .gform_wrapper .gform_fields .gfield .gfield_checkbox input {
  margin-top: 2px;
  margin-right: 7px;
  float: left;
  border: none;
  transform: scale(1.2);
}
.form-box .gform_wrapper .gform_fields .gfield .gfield_radio {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.form-box .gform_wrapper .gform_fields .gfield .gfield_radio .gchoice {
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.form-box .gform_wrapper .gform_fields .gfield .gfield_radio .gchoice input[type=radio] {
  margin-right: 8px;
}
.form-box .gform_wrapper .gform_fields .gfield a {
  color: #ffffff;
}
.form-box .gform_wrapper .gform_fields .gfield a:hover {
  color: #FA421D;
}
.form-box .gform_wrapper .gform_fields .gfield.toogle-password button {
  color: #000 !important;
}
.form-box .gform_wrapper .gform_fields .gfield .gform_fileupload_rules {
  padding-top: 10px;
  display: block;
}
.form-box .gfmc-column {
  margin-bottom: 0;
}
.form-box .gfield_description {
  display: block;
  font-size: 12px !important;
  color: #888B8E;
  font-family: "Circular Std", sans-serif !important;
  margin-top: 16px;
}
.form-box .gform_footer {
  margin-top: 25px !important;
  padding-top: 0 !important;
  text-align: right;
}
.form-box .gform_footer .gform_button {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #25A2B8 !important;
  color: #ffffff !important;
  width: 175px;
  margin-right: 0 !important;
}
@media only screen and (max-width: 1320px) {
  .form-box .gform_footer .gform_button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .form-box .gform_footer .gform_button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .form-box .gform_footer .gform_button {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .form-box .gform_footer .gform_button {
    font-size: 13px;
  }
}
.form-box .gform_footer .gform_button:hover {
  background: #DE245C;
  color: #ffffff;
}
.form-box .gform_footer .gform_button:hover {
  background: #FA421D !important;
}
@media only screen and (max-width: 640px) {
  .form-box .gform_footer .gform_button {
    width: 100%;
    max-width: none;
  }
}
.form-box .login-form .contain {
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 1250px) {
  .form-box .login-form .contain {
    height: auto;
  }
}

.gform_wrapper .gform_fields li.multiple_select .gfield_checkbox {
  position: relative;
  overflow: hidden;
  column-count: 2;
  column-gap: 20px;
}
@media only screen and (max-width: 750px) {
  .gform_wrapper .gform_fields li.multiple_select .gfield_checkbox {
    column-count: 1;
  }
}
.gform_wrapper .gform_fields li.multiple_select .gfield_checkbox li {
  display: inline-block;
  margin-bottom: 12px;
  width: 100%;
}
.gform_wrapper .gform_fields li.multiple_select .gfield_checkbox li input {
  float: left;
  margin: 4px 12px 0 0 !important;
  transform: scale(1.2);
  /*
  & + label {
    position: relative;
    cursor: pointer;
    padding: 0;
    font-size: 16px;
    padding-left: 30px;
    margin: 5px 0;
  }
  & + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    margin-top: 0px;
    position: absolute;
    left: 0;
  }

  &:hover + label:before {
    background: $grey;
  }

  &:focus + label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }

  &:checked + label:before {
    background: $white;
  }

  &:disabled + label {
    color: #b8b8b8;
    cursor: auto;
  }

  &:disabled + label:before {
    box-shadow: none;
    background: #ddd;
  }

  &:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 12px;
    background: $pink;
    width: 2px;
    height: 2px;
    box-shadow: 
      2px 0 0 $pink,
      4px 0 0 $pink,
      4px -2px 0 $pink,
      4px -4px 0 $pink,
      4px -6px 0 $pink,
      4px -8px 0 $pink;
    transform: rotate(45deg);
  }
  */
}

/* Triple Columns checkboxes */
.gform_wrapper .gform_fields .triple .gfield_checkbox {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 30% 40% 30%;
  gap: 10px;
}
@media only screen and (max-width: 640px) {
  .gform_wrapper .gform_fields .triple .gfield_checkbox {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }
}
.gform_wrapper .gform_fields .triple .gfield_checkbox li {
  display: inline-block;
  margin-bottom: 12px;
  width: 100%;
}
.gform_wrapper .gform_fields .triple .gfield_checkbox li input {
  float: left;
  margin: 4px 12px 0 0 !important;
  transform: scale(1.2);
}

.gform_wrapper label > .gfield_required {
  color: #ff6363;
  margin-left: 4px;
}

.page-your-profile .form-box .gform_wrapper textarea.large {
  max-height: 160px;
}

.upload-event .gform_footer {
  border-top: 1px solid #3E3E3E;
  padding-top: 40px !important;
  margin-top: 75px !important;
}
.upload-event .gform_footer .gform_button {
  background: #DE245C !important;
  color: #ffffff !important;
}
.upload-event .gform_footer .gform_button:hover {
  background: #25A2B8 !important;
}

.upload-resource .mce-edit-area {
  min-height: 365px;
}
@media only screen and (max-width: 1100px) {
  .upload-resource .mce-edit-area {
    min-height: 250px;
  }
}
.upload-resource .gsection {
  padding-top: 30px !important;
}
.upload-resource .form-box .gform_wrapper .gfield_required {
  color: #ffffff;
  opacity: 0.7;
  font-size: 0.9rem;
  margin-left: 3px;
}
.upload-resource .gform_footer {
  border-top: 1px solid #3E3E3E;
  padding-top: 40px !important;
  margin-top: 75px !important;
}
.upload-resource .gform_footer .gform_button {
  background: #FA421D !important;
  color: #ffffff !important;
}
.upload-resource .gform_footer .gform_button:hover {
  background: #25A2B8 !important;
}
.upload-resource .validation_message ul {
  margin-top: 15px;
  font-size: 12px;
}
.upload-resource.influencer .gform_footer .gform_button {
  background: #49174A !important;
  color: #ffffff !important;
}
.upload-resource.influencer .gform_footer .gform_button:hover {
  background: #184139 !important;
}

.login-register h3 {
  font-weight: 700;
}
.login-register .btn.btn-mo,
.login-register .mo_btn {
  border: 1px solid #FFF !important;
  padding-left: 25px !important;
}
.login-register .mo-openid-app-icons {
  padding-bottom: 50px;
  float: left;
  width: 100%;
}
.login-register .mo-openid-app-icons p {
  font-size: 22px;
  font-family: "Circular Std", sans-serif !important;
  margin-top: 35px !important;
  color: #FFF !important;
}
@media only screen and (max-width: 1320px) {
  .login-register .mo-openid-app-icons p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .login-register .mo-openid-app-icons p {
    font-size: 18px;
  }
}
.login-register .gform_fields.top_label {
  display: block !important;
}
.login-register .login-form .gfield_label {
  display: none !important;
}
.login-register .login-form .gfield_checkbox input {
  margin-top: 0 !important;
  margin-right: 7px;
}
.login-register .login-form .gform_footer button {
  background: #FEC12F !important;
  color: #000 !important;
}
.login-register .login-form .gform_footer button:hover {
  background: #FA421D !important;
}
.login-register .login-form .gf_login_links {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .login-register .login-form .gf_login_links {
    text-align: center;
  }
}
.login-register .login-form .gf_login_links a {
  color: #ffffff;
}
.login-register .login-form .gf_login_links a:hover {
  color: #FA421D;
}
@media only screen and (max-width: 640px) {
  .login-register .login-form .register-link {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-top: 15px;
    align-items: center;
  }
}
.login-register .register-form {
  /* .gf_name_has_2,
   .ginput_container_password{
       span{
           width: 100% !important;
           padding-left: 0 !important;
           padding-right: 0 !important;
           &:last-child{
               margin-top: 30px;
           }
           input{
               margin-bottom: 0 !important;
           }
       }
       .ginput_right{
           margin-top: 30px !important;
       }
   }*/
}
.login-register .register-form .gform_footer {
  margin-top: 40px !important;
}
.login-register .register-form .gform_footer button {
  background: #184139 !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 750px) {
  .login-register .register-form .gform_footer button {
    margin-top: 30px;
  }
}
.login-register .register-form .gform_footer button:hover {
  background: #E01E5A !important;
}
.login-register .password-form p {
  font-size: 26px;
  margin-top: 60px;
}
@media only screen and (max-width: 1320px) {
  .login-register .password-form p {
    font-size: 23px;
  }
}
@media only screen and (max-width: 900px) {
  .login-register .password-form p {
    font-size: 20px;
  }
}
.login-register .password-form .input-content {
  margin-top: 35px;
}
.login-register .password-form input[type=submit] {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #184139 !important;
  color: #ffffff !important;
  float: right;
}
@media only screen and (max-width: 1320px) {
  .login-register .password-form input[type=submit] {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .login-register .password-form input[type=submit] {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .login-register .password-form input[type=submit] {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .login-register .password-form input[type=submit] {
    font-size: 13px;
  }
}
.login-register .password-form input[type=submit]:hover {
  background: #DE245C;
  color: #ffffff;
}
.login-register .password-form input[type=submit]:hover {
  background: #E01E5A !important;
}
.login-register .password-form .wrong-pass {
  display: block;
  color: red;
  font-size: 14px;
}
.login-register .influencer .register-form .gform_footer,
.login-register .influencer .password-form .gform_footer {
  margin-top: 40px !important;
  float: right;
}
.login-register .influencer .register-form .gform_footer button, .login-register .influencer .register-form .gform_footer input[type=submit],
.login-register .influencer .password-form .gform_footer button,
.login-register .influencer .password-form .gform_footer input[type=submit] {
  background: #184139 !important;
  color: #ffffff !important;
  margin-right: 15px !important;
}
.login-register .influencer .register-form .gform_footer button:hover, .login-register .influencer .register-form .gform_footer input[type=submit]:hover,
.login-register .influencer .password-form .gform_footer button:hover,
.login-register .influencer .password-form .gform_footer input[type=submit]:hover {
  background: #DE245C !important;
}

.social-connect {
  max-width: 1100px;
  margin: auto;
  padding-top: 80px;
  text-align: right;
}
.social-connect .socials__bar {
  display: flex;
  justify-content: flex-end;
}
.social-connect .socials__bar a {
  display: flex;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #ffffff;
  text-align: center;
  line-height: 44px;
  margin-right: 7px;
}
.social-connect .socials__bar a svg {
  max-width: 17px;
}
.social-connect .socials__bar a svg path {
  fill: #000;
}
.social-connect .socials__bar a:hover {
  background: #FA421D;
}

.comment-form .logged-in-as a {
  color: #FA421D;
}
.comment-form .logged-in-as a:hover {
  color: #25A2B8;
}

.bbpress-edit .bbp-topic-tags {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.bbpress-edit .bbp-topic-tags a {
  color: #ffffff;
}
.bbpress-edit .bbp-submit-wrapper {
  margin-top: 45px !important;
  text-align: right !important;
}
.bbpress-edit .bbp-submit-wrapper button {
  width: 220px;
}

.fields_edit p,
.fields_edit .bbp-the-content-wrapper {
  margin-bottom: 30px !important;
}

.gform_wrapper ul .gfield:not(.gfield_visibility_hidden) {
  position: relative;
  list-style: none;
}

.gform_wrapper ul .gfield.gfield_visibility_hidden {
  display: none;
}

.top_label div.ginput_complex.ginput_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .top_label div.ginput_complex.ginput_container {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }
}

.gfield--type-time div.ginput_complex.ginput_container {
  grid-template-columns: 1fr;
}

.influencers-register-content {
  background: transparent url("images/register-img.png") no-repeat scroll right -25% center;
}
.influencers-register-content .colums-forms.influencer {
  grid-gap: 40px 100px;
}
@media only screen and (max-width: 900px) {
  .influencers-register-content .colums-forms.influencer {
    grid-gap: 20px;
  }
}
.influencers-register-content .colums-forms.influencer .register-form #logged_in_user a {
  color: #FA421D;
}
.influencers-register-content .colums-forms.influencer .form-box,
.influencers-register-content .colums-forms.influencer .login-form {
  height: 100%;
}

.form-box .form-influencer .gform_footer .gform_button {
  background: #49174A !important;
}
.form-box .form-influencer .gform_footer .gform_button:hover {
  background: #184139 !important;
}

body .fancybox-content {
  overflow: visible;
}

body .fancybox-content > .fancybox-close-small {
  background: #DE245C;
  right: -10px;
  top: -10px;
  border-radius: 50rem;
  color: #fff;
  opacity: 1;
}

body .fancybox-slide--html .fancybox-close-small {
  right: -5px;
  top: -5px;
  padding: 0;
  width: 22px;
  height: 22px;
}

body.page-influencers .fancybox-slide--html .fancybox-close-small {
  background: #49174A;
}

.event-form .gf_left_half input {
  width: 100%;
  float: left;
}
@media only screen and (max-width: 640px) {
  .event-form .gf_left_half input {
    width: 100% !important;
  }
}
.event-form .gf_right_half input {
  width: 100%;
  float: right;
}
@media only screen and (max-width: 640px) {
  .event-form .gf_right_half input {
    width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .event-form .gf_right_half {
    margin-top: 20px !important;
    margin-bottom: 25px !important;
    float: left;
    width: 100%;
  }
}
.event-form .gf_left_half .gfield_time_hour,
.event-form .gf_left_half .gfield_time_minute, .event-form .gf_right_half .gfield_time_hour,
.event-form .gf_right_half .gfield_time_minute {
  max-width: none !important;
  width: 50% !important;
}
.event-form .gf_left_half .gfield_time_hour input, .event-form .gf_left_half .gfield_time_hour input[type=number],
.event-form .gf_left_half .gfield_time_minute input,
.event-form .gf_left_half .gfield_time_minute input[type=number], .event-form .gf_right_half .gfield_time_hour input, .event-form .gf_right_half .gfield_time_hour input[type=number],
.event-form .gf_right_half .gfield_time_minute input,
.event-form .gf_right_half .gfield_time_minute input[type=number] {
  width: 100% !important;
  max-width: none !important;
  text-align: center;
}
.event-form .gf_left_half .gfield_time_hour i,
.event-form .gf_left_half .gfield_time_minute i, .event-form .gf_right_half .gfield_time_hour i,
.event-form .gf_right_half .gfield_time_minute i {
  position: absolute;
  top: 22px;
  right: 50%;
  margin-top: 0 !important;
  width: 7px;
}
.event-form .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  width: 100%;
  text-align: center;
  max-width: none;
  clear: both;
}

#lostpasswordform legend {
  display: none;
}

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body .gform_fields .gfield.gform_validation_container,
body .gform_wrapper .gform_fields .gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

.page-settings .form-reset .gform_footer {
  float: right;
}

#resource-files-list li {
  position: relative;
}
#resource-files-list li a {
  font-size: 13px;
  display: list-item;
  list-style: circle;
  list-style-position: inside;
  width: calc(100% - 30px);
}
#resource-files-list li span {
  position: absolute;
  top: -10px;
  right: 0;
  padding: 5px 8px;
}
#resource-files-list li span img {
  filter: invert(100%) grayscale(1);
}
#resource-files-list li span:hover img {
  filter: invert(43%) sepia(75%) saturate(4876%) hue-rotate(349deg) brightness(97%) contrast(101%);
}

.gfield.toogle-password .ginput_complex.ginput_container input {
  width: calc(100% - 24px) !important;
}

@media only screen and (max-width: 1100px) {
  div.asp_w.asp_sb.searchsettings {
    display: block !important;
    visibility: visible !important;
  }
}

.js-multiselect .select2-container--default.select2-container--focus .select2-selection--multiple,
.js-multiselect .select2-container--default .select2-selection--multiple {
  border: none;
  color: #000;
}

.select2-results .checkbox input[type=checkbox] {
  margin-right: 4px;
}

h2.gform_submission_error {
  font-size: 24px;
}

.form-ngo-overlay, .fade {
  display: none;
  background: #1e1e1e;
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
@media only screen and (max-width: 900px) {
  .form-ngo-overlay, .fade {
    z-index: 1000000000;
  }
}

.form-become-influencer {
  cursor: auto;
  background: #000 !important;
  border-radius: 25px;
  width: 90%;
  max-width: 940px !important;
  padding: 30px !important;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: 3.2vw;
  z-index: 1000000001;
  transform: translate(-50%, -50%);
  display: none;
  text-align: left;
}
.form-become-influencer.active {
  display: block;
}
@media only screen and (max-width: 640px) {
  .form-become-influencer {
    padding: 15px !important;
  }
}
.form-become-influencer .close-ngo-modal {
  display: block !important;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #DE245C;
  border-radius: 50rem;
  color: #fff;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.form-become-influencer .close-ngo-modal svg {
  fill: #fff;
}
.form-become-influencer form select {
  border-radius: 25px;
  padding: 15px 10px !important;
  width: 100% !important;
}
.form-become-influencer .modal-copy {
  font-size: 26px;
}
@media only screen and (max-width: 1320px) {
  .form-become-influencer .modal-copy {
    font-size: 23px;
  }
}
@media only screen and (max-width: 900px) {
  .form-become-influencer .modal-copy {
    font-size: 20px;
  }
}
.form-become-influencer .gform_wrapper {
  max-height: 70vh;
  overflow-y: scroll;
}
.form-become-influencer .gform_body .gform_fields {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 15px;
}
@media only screen and (max-width: 640px) {
  .form-become-influencer .gform_body .gform_fields {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.form-become-influencer .gform_body .gform_fields .gfmc-column .gfield {
  padding: 0 !important;
  margin-top: 8px;
  margin-bottom: 0;
}
.form-become-influencer .gform_body .gform_fields .gfmc-column .gfield.multiple_select {
  margin-top: 20px;
  float: left;
  width: 100%;
}
.form-become-influencer .gform_body .gform_fields .gfmc-column .gfield:not(.hidden_label) .ginput_container_select {
  margin-top: 20px;
}
.form-become-influencer .gform_body .gform_fields .gfmc-row-1-column {
  margin-bottom: 0;
}
.form-become-influencer .gform_body .gform_fields .gfmc-row-1-column ul > li:first-child input {
  margin: 0;
}
.form-become-influencer .gform_body .gform_fields .gfmc-row-2-column {
  margin-bottom: 0;
}
.form-become-influencer .gform_body .gform_fields .gfmc-row-2-column ul,
.form-become-influencer .gform_body .gform_fields .gfmc-row-2-column li,
.form-become-influencer .gform_body .gform_fields .gfmc-row-2-column .ginput_container {
  height: 98%;
}
.form-become-influencer .gform_body .gform_fields .gfmc-row-2-column ul textarea,
.form-become-influencer .gform_body .gform_fields .gfmc-row-2-column li textarea,
.form-become-influencer .gform_body .gform_fields .gfmc-row-2-column .ginput_container textarea {
  min-height: 320px;
  height: 100%;
  line-height: 1;
}
@media only screen and (max-width: 640px) {
  .form-become-influencer .gform_body .gform_fields .gfmc-row-2-column ul li,
  .form-become-influencer .gform_body .gform_fields .gfmc-row-2-column ul li .ginput_container,
  .form-become-influencer .gform_body .gform_fields .gfmc-row-2-column ul li textarea {
    margin-top: 0 !important;
  }
}
.form-become-influencer .gform_footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 640px) {
  .form-become-influencer .gform_footer {
    justify-content: space-between;
  }
}
.form-become-influencer .gform_footer button {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #49174A !important;
  color: #ffffff !important;
  width: 200px;
  order: 1;
}
@media only screen and (max-width: 1320px) {
  .form-become-influencer .gform_footer button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .form-become-influencer .gform_footer button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .form-become-influencer .gform_footer button {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .form-become-influencer .gform_footer button {
    font-size: 13px;
  }
}
.form-become-influencer .gform_footer button:hover {
  background: #DE245C;
  color: #ffffff;
}
.form-become-influencer .gform_footer button:hover {
  background: #184139 !important;
}
.form-become-influencer .gform_footer .close-become {
  order: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  .form-become-influencer .gform_footer .close-become {
    margin-right: 10px;
  }
}
.form-become-influencer .gform_footer button,
.form-become-influencer .gform_footer .close-become {
  width: 200px;
}
@media only screen and (max-width: 640px) {
  .form-become-influencer .gform_footer button,
  .form-become-influencer .gform_footer .close-become {
    width: auto;
  }
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: auto !important;
}

.form-become-influencer .gform_wrapper .gform_footer {
  margin-top: 40px;
}

.page-coordination-map .fancybox-stage {
  top: 105px;
}
.page-coordination-map .fancybox-stage .searchbox {
  max-width: 250px;
}

.page-coordination-map .searchbox.spaced {
  max-width: 250px;
}

.form-about-grants {
  cursor: auto;
  background: #000 !important;
  border-radius: 25px;
  width: 100%;
  max-width: 940px !important;
  padding: 30px !important;
  display: none;
}
.form-about-grants:not(.fancybox-content) {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: 3.2vw;
  z-index: 1100;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 640px) {
  .form-about-grants {
    padding: 15px !important;
  }
}
.form-about-grants .modal-copy {
  font-size: 26px;
}
@media only screen and (max-width: 1320px) {
  .form-about-grants .modal-copy {
    font-size: 23px;
  }
}
@media only screen and (max-width: 900px) {
  .form-about-grants .modal-copy {
    font-size: 20px;
  }
}
.form-about-grants .gform_wrapper {
  margin-bottom: 0px;
  margin-top: 0px;
}
.form-about-grants .gform_body .gform_fields {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px 15px;
}
@media only screen and (max-width: 640px) {
  .form-about-grants .gform_body .gform_fields {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
}
.form-about-grants .gform_body .gform_fields .gfmc-column .gfield {
  padding: 0 !important;
  margin-top: 8px;
  margin-bottom: 0;
}
.form-about-grants .gform_body .gform_fields .gfmc-column .gfield .ginput_container {
  margin-top: 0px;
}
.form-about-grants .gform_body .gform_fields .gfmc-column .gfield .ginput_container_select {
  margin-top: 10px;
}
.form-about-grants .gform_body .gform_fields .gfmc-column .gfield .ginput_container_textarea {
  height: 255px;
}
.form-about-grants .gform_body .gform_fields .gfmc-row-1-column {
  margin-bottom: 0;
}
.form-about-grants .gform_body .gform_fields .gfmc-row-1-column ul > li:first-child input {
  margin: 0;
}
.form-about-grants .gform_body .gform_fields .gfmc-row-2-column {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .form-about-grants .gform_body .gform_fields .gfmc-row-2-column ul li,
  .form-about-grants .gform_body .gform_fields .gfmc-row-2-column ul li .ginput_container,
  .form-about-grants .gform_body .gform_fields .gfmc-row-2-column ul li textarea {
    margin-top: 0 !important;
  }
}
.form-about-grants .field_description_below label,
.form-about-grants .field_description_below .ginput_container_fileupload {
  display: inline-block;
  font-weight: 500 !important;
}
.form-about-grants .field_description_below label input:before,
.form-about-grants .field_description_below .ginput_container_fileupload input:before {
  background: #DE245C;
}
.form-about-grants .field_description_below label input:hover:before,
.form-about-grants .field_description_below .ginput_container_fileupload input:hover:before {
  background: #FEC12F;
  color: #000;
}
.form-about-grants .field_description_below .ginput_container_fileupload {
  margin-top: 0px !important;
  margin-bottom: 0;
  width: 100%;
}
.form-about-grants .field_description_below .ginput_container_fileupload .medium {
  width: 220px;
}
.form-about-grants .field_description_below .gfield_description {
  padding-top: 10px !important;
  margin-bottom: 35px;
  font-size: 12px;
}
.form-about-grants .field_description_below.gfield_error label.gfield_label {
  color: #ffffff !important;
}
.form-about-grants .gform_fields .gfield {
  display: block;
  overflow: hidden;
}
.form-about-grants .gform_fields .gfield.margin-label {
  margin-top: 25px !important;
  margin-bottom: 10px !important;
}
.form-about-grants .gform_fields .gfield.medium {
  width: 50%;
  float: left;
  clear: none;
  margin-top: 20px !important;
}
@media only screen and (max-width: 750px) {
  .form-about-grants .gform_fields .gfield.medium {
    width: 100%;
  }
}
.form-about-grants .gform_fields .gfield.medium .ginput_container {
  width: 50%;
  float: left;
  clear: none;
}
.form-about-grants .gform_fields .gfield.medium .gfield_label {
  width: 50%;
  float: right;
  clear: none;
  margin-top: 0px;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
  padding-left: 10px;
}
.form-about-grants .gform_fields .gfield.medium .ginput_container_radio {
  float: left;
  margin: 0;
}
.form-about-grants .gform_fields .gfield.medium .ginput_container_radio .gfield_radio {
  display: flex;
  overflow: hidden;
  margin: 0 !important;
  width: 100% !important;
}
.form-about-grants .gform_fields .gfield.medium .ginput_container_radio .gfield_radio li {
  margin: 0 !important;
  list-style: none !important;
}
.form-about-grants .gform_fields .gfield.medium .ginput_container_radio .gfield_radio li:first-child label {
  border-radius: 15px 0 0 15px;
}
.form-about-grants .gform_fields .gfield.medium .ginput_container_radio .gfield_radio li:last-child label {
  border-radius: 0 15px 15px 0;
}
.form-about-grants .gform_fields .gfield.medium .ginput_container_radio .gfield_radio li label {
  margin-right: 0 !important;
  display: inline-table;
}
.form-about-grants .gform_fields .gfield.medium .ginput_container_radio .gfield_radio input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.form-about-grants .gform_fields .gfield.medium .ginput_container_radio .gfield_radio input:checked + label {
  background-color: #DE245C;
  box-shadow: none;
  color: #ffffff;
}
.form-about-grants .gform_fields .gfield.medium .ginput_container_radio .gfield_radio label {
  background-color: rgba(37, 162, 184, 0.5);
  color: rgb(37, 162, 184);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 10px;
  margin: 0;
  border: 0 none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}
.form-about-grants .gform_fields .gfield.medium .ginput_container_radio .gfield_radio label:hover {
  cursor: pointer;
}
.form-about-grants .gform_fields .gfield.medium .gfield_description {
  float: left;
  width: 100%;
}
.form-about-grants .gform_fields .gfield .ginput_container_checkbox input {
  position: absolute;
  opacity: 0;
}
.form-about-grants .gform_fields .gfield .ginput_container_checkbox input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
}
.form-about-grants .gform_fields .gfield .ginput_container_checkbox input + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  margin-top: 2px;
}
.form-about-grants .gform_fields .gfield .ginput_container_checkbox input:hover + label:before {
  background: #B7BABE;
}
.form-about-grants .gform_fields .gfield .ginput_container_checkbox input:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.form-about-grants .gform_fields .gfield .ginput_container_checkbox input:checked + label:before {
  background: #ffffff;
}
.form-about-grants .gform_fields .gfield .ginput_container_checkbox input:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.form-about-grants .gform_fields .gfield .ginput_container_checkbox input:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.form-about-grants .gform_fields .gfield .ginput_container_checkbox input:checked + label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: #DE245C;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #DE245C, 4px 0 0 #DE245C, 4px -2px 0 #DE245C, 4px -4px 0 #DE245C, 4px -6px 0 #DE245C, 4px -8px 0 #DE245C;
  transform: rotate(45deg);
}
.form-about-grants .gform_footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-content: flex-start;
  align-items: flex-start;
}
.form-about-grants .gform_footer button {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #DE245C !important;
  color: #ffffff !important;
  width: 200px;
  order: 1;
}
@media only screen and (max-width: 1320px) {
  .form-about-grants .gform_footer button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .form-about-grants .gform_footer button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .form-about-grants .gform_footer button {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .form-about-grants .gform_footer button {
    font-size: 13px;
  }
}
.form-about-grants .gform_footer button:hover {
  background: #DE245C;
  color: #ffffff;
}
.form-about-grants .gform_footer button:hover {
  background: #FA421D !important;
}
.form-about-grants .gform_footer .close-become {
  order: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  .form-about-grants .gform_footer .close-become {
    margin-right: 10px;
  }
}
.form-about-grants .gform_footer button,
.form-about-grants .gform_footer .close-become {
  width: 200px;
}
@media only screen and (max-width: 640px) {
  .form-about-grants .gform_footer button,
  .form-about-grants .gform_footer .close-become {
    width: auto;
  }
}
.form-about-grants .gform_wrapper div.validation_error {
  color: #DE245C !important;
  border-color: #DE245C !important;
  margin-top: 20px;
}
.form-about-grants .gform_wrapper .validation_message {
  color: #DE245C !important;
}
.form-about-grants.delay .modal-copy {
  text-align: center;
}
.form-about-grants.delay .modal-copy h3 {
  margin-bottom: 40px;
}
.form-about-grants.delay .modal-copy p {
  margin-bottom: 40px;
  max-width: 500px;
}

.page-about-grants .fancybox-stage {
  overflow-y: hidden;
  overflow-y: scroll;
  top: 105px;
}
@media only screen and (max-width: 1100px) {
  .page-about-grants .fancybox-stage {
    top: 85px;
  }
}

/* Searh Results Page */
.search-results,
.search-featured--container {
  margin-bottom: 50px;
}

.grid-featured-result .vertical {
  padding: 0 !important;
  background: transparent !important;
}
.grid-featured-result .results {
  height: 100% !important;
}
.grid-featured-result .resdrg {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 180px;
}
@media only screen and (max-width: 1100px) {
  .grid-featured-result .resdrg {
    grid-gap: 40px 50px;
  }
}
@media only screen and (max-width: 750px) {
  .grid-featured-result .resdrg {
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .grid-featured-result .resdrg {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-featured-result .resdrg .item {
  background: transparent !important;
  border: 1px solid #343434 !important;
  overflow: hidden !important;
  padding: 20px !important;
}
.grid-featured-result .resdrg .item:hover {
  background: transparent !important;
}
.grid-featured-result .resdrg .item:after {
  display: none !important;
}
.grid-featured-result .resdrg .asp_v_spacer {
  display: none !important;
}
.grid-featured-result .resdrg .content-featured .author-box {
  margin-top: 0;
  width: 100%;
}
.grid-featured-result .resdrg .content-featured .author-box .author-name {
  color: #FA421D;
}
.grid-featured-result .resdrg .content-featured .author-box .author-name.blue {
  color: #25A2B8;
}
.grid-featured-result .resdrg .content-featured .actions-topic {
  float: left;
  width: 100%;
  text-align: center;
}
.grid-featured-result .resdrg .content-featured .actions-topic .action-info {
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}
.grid-featured-result .resdrg .content-featured .actions-topic .action-info .icon-action {
  display: block;
}
.grid-featured-result .resdrg .content-featured .actions-topic .action-info .icon-action i {
  font-size: 20px;
}
.grid-featured-result .resdrg .content-featured .actions-topic .action-info .amount-action {
  font-size: 12px;
}
.grid-featured-result .resdrg .content-featured .featured-info {
  padding-top: 0;
  width: calc(100% - 110px);
}
.grid-featured-result .resdrg .content-featured .featured-info h2 {
  color: #FA421D;
  font-size: 18px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1320px) {
  .grid-featured-result .resdrg .content-featured .featured-info h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .grid-featured-result .resdrg .content-featured .featured-info h2 {
    font-size: 18px;
  }
}
.grid-featured-result .resdrg .content-featured .featured-info h2 a {
  color: #FA421D;
}
.grid-featured-result .resdrg .content-featured .featured-info h2 a:hover {
  color: #25A2B8;
}
.grid-featured-result .resdrg .content-featured .featured-info p {
  font-size: 14px;
}
.grid-featured-result .resdrg .content-featured .featured-info.blue h2 {
  color: #25A2B8;
  margin-bottom: 0;
  min-height: 83px;
}
.grid-featured-result .resdrg .content-featured .featured-info.blue h2 a {
  color: #25A2B8;
}
.grid-featured-result .resdrg .content-featured .featured-info.blue h2 a:hover {
  color: #FA421D;
}
.grid-featured-result .resdrg .content-featured .info-featured {
  border-bottom: 0 none;
  margin-top: 15px;
}
.grid-featured-result .resdrg .content-featured .info-featured .info-date {
  float: none;
  width: 100%;
}
.grid-featured-result .asp_showmore_container {
  margin-top: 55px !important;
}
.grid-featured-result .asp_showmore_container p {
  text-align: right !important;
}
.grid-featured-result .asp_showmore_container a {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #FA421D !important;
  color: #ffffff !important;
  font-family: "Circular Std", sans-serif !important;
  display: inline-block !important;
  background: #FA421D !important;
  color: #ffffff !important;
  padding: 0 40px !important;
  line-height: 50px !important;
  font-size: 16px !important;
  border-radius: 25px !important;
}
@media only screen and (max-width: 1320px) {
  .grid-featured-result .asp_showmore_container a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .grid-featured-result .asp_showmore_container a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .grid-featured-result .asp_showmore_container a {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .grid-featured-result .asp_showmore_container a {
    font-size: 13px;
  }
}
.grid-featured-result .asp_showmore_container a:hover {
  background: #DE245C;
  color: #ffffff;
}
.grid-featured-result .asp_showmore_container a:hover {
  background: #25A2B8 !important;
}
.grid-featured-result .asp_showmore_container a:hover {
  background: #25A2B8 !important;
}
.grid-featured-result .asp_showmore_container a:visited {
  color: #ffffff !important;
}
.grid-featured-result .asp_showmore_container a span {
  display: none;
}

/*
div.asp_w.asp_r.asp_more_res_loading p.showmore a, 
div.asp_w.asp_r.asp_more_res_loading p.showmore a span{
    color: $white !important;
}
*/
.member-list-result .horizontal {
  padding: 0 !important;
  background: transparent !important;
}
.member-list-result .results {
  height: 100% !important;
  overflow: hidden !important;
}
.member-list-result .asp_simplebar-content-wrapper {
  overflow: hidden !important;
  height: 100% !important;
}
.member-list-result .resdrg {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 55px 115px;
  width: 100% !important;
}
@media only screen and (max-width: 1320px) {
  .member-list-result .resdrg {
    grid-gap: 55px 80px;
  }
}
@media only screen and (max-width: 900px) {
  .member-list-result .resdrg {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .member-list-result .resdrg {
    grid-template-columns: repeat(1, 1fr);
  }
}
.member-list-result .resdrg .item {
  background: transparent !important;
  border: 0 none !important;
  padding: 0 !important;
  width: calc(100% - 42px) !important;
  box-shadow: none !important;
}
.member-list-result .resdrg .item:hover {
  background: transparent !important;
}
.member-list-result .resdrg .item:after {
  display: none !important;
}
.member-list-result .resdrg .no-more-results {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  grid-column: 1/-1;
  margin-top: 30px;
}
.member-list-result .resdrg .asp_v_spacer {
  display: none !important;
}
.member-list-result .resdrg .member .member-img {
  float: left;
  width: 100px;
}
.member-list-result .resdrg .member .member-info {
  float: left;
  margin-left: 20px;
  width: calc(100% - 120px);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch;
  min-height: 100px;
}
.member-list-result .resdrg .member .member-info h3 {
  font-size: 18px;
  font-size: 18px;
}
@media only screen and (max-width: 1320px) {
  .member-list-result .resdrg .member .member-info h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .member-list-result .resdrg .member .member-info h3 {
    font-size: 18px;
  }
}
.member-list-result .resdrg .member .member-info h3 a {
  font-size: 18px;
  font-size: 18px;
  font-weight: 700;
  color: #FEC12F;
  word-break: break-word;
}
@media only screen and (max-width: 1320px) {
  .member-list-result .resdrg .member .member-info h3 a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .member-list-result .resdrg .member .member-info h3 a {
    font-size: 18px;
  }
}
.member-list-result .resdrg .member .member-info h3 a:hover {
  color: #E01E5A;
}
.member-list-result .resdrg .member .member-info span {
  display: block;
  font-size: 12px;
  margin-top: 15px;
  min-height: 14px;
}
.member-list-result .resdrg .member .member-info .member-action {
  margin-top: 15px;
}
.member-list-result .resdrg .member .member-info .member-action a {
  border-radius: 25px !important;
  padding: 0 20px !important;
}
@media only screen and (max-width: 1320px) {
  .member-list-result .resdrg .member .member-info .member-action a {
    padding: 0 10px !important;
  }
}
.member-list-result .asp_showmore_container {
  margin-top: 55px !important;
}
.member-list-result .asp_showmore_container p {
  text-align: right !important;
}
.member-list-result .asp_showmore_container a {
  display: none !important;
  /*
  @include button();
  @include button--yellow();
  font-family: $default-font !important;
  display: inline-block !important;
  background: $yellow !important;
  color: $black !important;
  padding: 0 40px !important;
  line-height: 50px !important;
  font-size: 16px !important;
  border-radius: 25px !important;
  &:hover {
      background: $pink !important;
      color: $white !important;
  }
  span{
      display: none;
  }
  */
}

.list-discussion .vertical {
  padding: 0 !important;
  background: transparent !important;
}
.list-discussion .asp_w {
  margin-top: 0 !important;
}
.list-discussion .isotopic {
  padding: 0 !important;
  background: transparent !important;
}
.list-discussion .results {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
}
.list-discussion .asp_simplebar-content-wrapper {
  overflow: hidden !important;
  height: 100% !important;
}
.list-discussion .resdrg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.list-discussion .resdrg .item {
  background: transparent !important;
  border: 0 none !important;
  padding: 0 !important;
  width: 100% !important;
  height: auto !important;
  position: relative !important;
  box-shadow: none !important;
  margin: 0 !important;
  top: 0 !important;
  left: 0 !important;
}
.list-discussion .resdrg .item:hover {
  background: transparent !important;
}
.list-discussion .resdrg .item:after {
  display: none !important;
}
.list-discussion .resdrg .item .topic li {
  float: left;
}
.list-discussion .resdrg .item .topic li.topic-favoriters .action-info,
.list-discussion .resdrg .item .topic li.topic-favoriters .icon-action, .list-discussion .resdrg .item .topic li.topic-replies .action-info,
.list-discussion .resdrg .item .topic li.topic-replies .icon-action {
  display: block;
  text-align: center;
}
.list-discussion .resdrg .item .topic li.topic-favoriters .sl-icon i, .list-discussion .resdrg .item .topic li.topic-replies .sl-icon i {
  font-size: 14px;
}
.list-discussion .resdrg .item .topic li.topic-favoriters .sl-wrapper,
.list-discussion .resdrg .item .topic li.topic-favoriters .sl-button,
.list-discussion .resdrg .item .topic li.topic-favoriters .sl-button-disabled, .list-discussion .resdrg .item .topic li.topic-replies .sl-wrapper,
.list-discussion .resdrg .item .topic li.topic-replies .sl-button,
.list-discussion .resdrg .item .topic li.topic-replies .sl-button-disabled {
  width: 13px;
  margin-top: 2px;
  height: 35px;
  float: none;
  margin: auto;
}
.list-discussion .resdrg .item .topic li.topic-favoriters .amount-action, .list-discussion .resdrg .item .topic li.topic-replies .amount-action {
  font-size: 0.625em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.list-discussion .resdrg .item .topic li.topic-freshness {
  padding: 0 !important;
}
.list-discussion .resdrg .item .topic li.topic-freshness a {
  margin: 0 15px;
  overflow-wrap: break-word;
  display: block;
}
@media only screen and (max-width: 640px) {
  .list-discussion .resdrg .item .topic li.topic-freshness a {
    margin: 0;
  }
}
.list-discussion .resdrg .asp_v_spacer,
.list-discussion .resdrg .asp_item_overlay {
  display: none !important;
}
.list-discussion .asp_showmore_container {
  margin-top: 55px !important;
}
.list-discussion .asp_showmore_container p {
  text-align: right !important;
}
.list-discussion .asp_showmore_container a {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #25A2B8 !important;
  color: #ffffff !important;
  font-family: "Circular Std", sans-serif !important;
  display: inline-block !important;
  background: #25A2B8 !important;
  color: #ffffff !important;
  padding: 0 40px !important;
  line-height: 50px !important;
  font-size: 12px !important;
  line-height: 35px !important;
  height: 35px !important;
}
@media only screen and (max-width: 1320px) {
  .list-discussion .asp_showmore_container a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .list-discussion .asp_showmore_container a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .list-discussion .asp_showmore_container a {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .list-discussion .asp_showmore_container a {
    font-size: 13px;
  }
}
.list-discussion .asp_showmore_container a:hover {
  background: #DE245C;
  color: #ffffff;
}
.list-discussion .asp_showmore_container a:hover {
  background: #FA421D !important;
}
.list-discussion .asp_showmore_container a:hover {
  background: #FA421D !important;
}
.list-discussion .asp_showmore_container a span {
  display: none;
}

/*
section div.asp_w.asp_r .results .asp_nores {
    background: transparent !important;
    color: #FFF !important;
    grid-column-start: 1 !important;
    grid-column-end: two !important;
    grid-row-start: row1-start !important;
    grid-row-end: 2 !important;
    max-width: 700px !important;
    margin: auto !important;
    .result{
        display: block;
        font-size: 35px;
        font-family: $default-font !important;
        font-weight: 700;
        text-align: center;
        margin-bottom: 15px;
    }
    .mean{
        color: #B7BABE;
        font-size: 13px;
        font-family: $default-font !important;
    }
    .asp_keyword{
        color: #B7BABE !important;
        font-size: 13px !important;
        font-family: $default-font !important;
        &:hover{
            color: $orange !important;
        }
    }
}

.asp_res_loader, 
.asp_res_loader, 
div.asp_r .asp_res_loader {
    background: transparent !important;
    height: 75px !important;
}

.asp_res_loader .asp_loader, 
.asp_res_loader .asp_loader, 
div.asp_r .asp_res_loader .asp_loader {
    height: 75px !important;
    width: 75px !important;
}
*/
.page-hero {
  float: left;
  width: 100%;
  position: relative;
}
.page-hero .line-separator {
  background: #3E3E3E;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  max-width: 1100px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.page-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
@media only screen and (max-width: 750px) {
  .page-hero__image:not(.page-hero__image--video) {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .page-hero__image--video {
    display: none;
  }
}
.page-hero__image--video .image-background:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 20%, rgba(0, 0, 0, 0) 70%);
  z-index: 1;
  content: "";
}
.page-hero__image--video .image-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-hero__image--video .image-background--contain:before {
  min-width: calc(100% - 50vh);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 52%, rgba(0, 0, 0, 0) 80%);
}
.page-hero__image--video .image-background--contain video {
  aspect-ratio: 1;
  width: auto;
  left: auto;
  right: 0;
}
.page-hero .image_responsive {
  display: none;
}
@media only screen and (max-width: 750px) {
  .page-hero .image_responsive {
    display: block;
  }
}
.page-hero__line {
  background: #3E3E3E;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  max-width: 1100px;
  left: 50%;
  transform: translateX(-50%);
}
.page-hero__text-cont {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 410px;
  position: relative;
  z-index: 2;
  padding-top: 100px;
  padding-bottom: 50px;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  .page-hero__text-cont {
    text-align: center;
  }
}
.page-hero__text-cont .legend {
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
}
.page-hero__title {
  font-size: 120px;
  text-transform: uppercase;
  line-height: 0.9;
}
@media only screen and (max-width: 1100px) {
  .page-hero__title {
    font-size: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .page-hero__title {
    font-size: 48px;
  }
}
@media only screen and (max-width: 640px) {
  .page-hero__title {
    font-size: 36px;
  }
}
.page-hero__title.small {
  text-align: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1 !important;
}
.page-hero__title.influencer {
  font-size: 70px;
  text-transform: none;
  max-width: 620px;
  font-weight: 700;
  line-height: 1 !important;
  float: left;
}
@media only screen and (max-width: 1320px) {
  .page-hero__title.influencer {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .page-hero__title.influencer {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1100px) {
  .page-hero__title.influencer {
    max-width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .page-hero__title.influencer {
    margin-bottom: 20px;
  }
}
.page-hero__copy_text {
  max-width: 850px;
}
.page-hero__copy_text p {
  font-size: 30px;
  margin-top: 120px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1320px) {
  .page-hero__copy_text p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .page-hero__copy_text p {
    font-size: 20px;
  }
}
.page-hero__copy_text a {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #FEC12F !important;
  color: #000 !important;
  margin-top: 40px;
}
@media only screen and (max-width: 1320px) {
  .page-hero__copy_text a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .page-hero__copy_text a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .page-hero__copy_text a {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .page-hero__copy_text a {
    font-size: 13px;
  }
}
.page-hero__copy_text a:hover {
  background: #DE245C;
  color: #ffffff;
}
.page-hero__copy_text a:hover {
  background: #FA421D !important;
  color: #000 !important;
}
.page-hero__copy_text.influencer {
  max-width: 620px;
  float: left;
}
@media only screen and (max-width: 1100px) {
  .page-hero__copy_text.influencer {
    max-width: 100%;
  }
}
.page-hero__text p {
  font-size: 30px;
  margin-top: 20px;
}
@media only screen and (max-width: 1320px) {
  .page-hero__text p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .page-hero__text p {
    font-size: 20px;
  }
}
.page-hero__links {
  position: relative;
}
.page-hero__links:not(.page-hero__links__bottom) {
  margin-left: 120px;
}
@media only screen and (max-width: 750px) {
  .page-hero__links:not(.page-hero__links__bottom) {
    margin-left: 0;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  .page-hero__links {
    margin-top: 0;
    margin-left: 0;
  }
}
.page-hero__links .button {
  margin-top: 45px;
}
@media only screen and (max-width: 750px) {
  .page-hero__links .button {
    min-width: 0;
    font-size: 12px;
    margin: 20px 10px 0;
  }
}
.page-hero--video .page-hero__text-cont {
  min-height: 100vh;
  height: 100vh;
}
.page-hero--video .page-hero__text-cont.w-shadow {
  background-color: rgba(0, 0, 0, 0.15);
}
.page-hero--video .page-hero__text-cont.w-shadow .page-hero__title {
  text-shadow: 0 0 10px #000;
}
.page-hero--video .page-hero__logo {
  position: absolute;
  z-index: 0;
  opacity: 0.5;
  left: 21vw;
  top: 8vw;
}
@media only screen and (max-width: 1250px) {
  .page-hero--video .page-hero__logo {
    left: 12vw;
    top: 13vw;
  }
}
@media only screen and (max-width: 1100px) {
  .page-hero--video .page-hero__logo {
    top: 16vw;
  }
}
@media only screen and (max-width: 750px) {
  .page-hero--video .page-hero__logo {
    display: none;
  }
}
.page-hero--video .page-hero__title {
  position: relative;
  font-size: 70px;
  text-transform: none;
  font-weight: 700;
  line-height: 1 !important;
}
@media only screen and (max-width: 1320px) {
  .page-hero--video .page-hero__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .page-hero--video .page-hero__title {
    font-size: 40px;
  }
}
.page-hero__influencers-content {
  width: calc(100% - 620px);
  float: right;
}
@media only screen and (max-width: 1100px) {
  .page-hero__influencers-content {
    width: 100%;
  }
}
.page-hero__influencers-content .influencers-box {
  background: transparent url("images/mask-influencer.png") no-repeat scroll center 0;
  float: right;
  width: 355px;
  height: auto;
  padding-top: 65px;
  background-size: contain;
}
@media only screen and (max-width: 1100px) {
  .page-hero__influencers-content .influencers-box {
    background-position: center 20px;
    float: none;
    margin: auto;
    margin-top: 40px;
    width: 250px;
    height: auto;
    padding-top: 63px;
  }
}
.page-hero__influencers-content .influencers-box .slick-slider {
  text-align: center;
}
.page-hero__influencers-content .influencers-box .influencers-slider .author-img svg {
  max-width: calc(100% - 130px);
}
@media only screen and (max-width: 1100px) {
  .page-hero__influencers-content .influencers-box .influencers-slider .author-img svg {
    max-width: calc(100% - 90px);
  }
}
.page-hero__influencers-content .influencers-box .influencers-slider .user-nicename {
  margin-top: 75px;
  text-align: center;
  font-size: 38px;
  line-height: 1;
  padding-bottom: 5px;
}
@media only screen and (max-width: 900px) {
  .page-hero__influencers-content .influencers-box .influencers-slider .user-nicename {
    margin-top: 50px;
  }
}
.page-hero__influencers-content .influencers-box .influencers-slider .user-nicename a {
  font-size: 38px;
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .page-hero__influencers-content .influencers-box .influencers-slider .user-nicename a {
    font-size: 24px;
  }
}
.page-hero__influencers-content .influencers-box .influencers-slider .user-nicename a:hover {
  color: #A4062A;
}
.page-hero__influencers-content .influencers-box .influencers-slider .slick-dots {
  text-align: center;
  margin-top: 20px;
}
@media only screen and (max-width: 1100px) {
  .page-hero__influencers-content .influencers-box .influencers-slider .slick-dots {
    margin-bottom: 20px;
  }
}
.page-hero__influencers-content .influencers-box .influencers-slider .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}
.page-hero__influencers-content .influencers-box .influencers-slider .slick-dots li button {
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 50%;
  border: 2px solid #000;
  text-indent: -9999em;
  overflow: hidden;
}
.page-hero__influencers-content .influencers-box .influencers-slider .slick-dots li.slick-active button, .page-hero__influencers-content .influencers-box .influencers-slider .slick-dots li:hover button {
  background: #A4062A;
}
.page-hero .button {
  min-width: 220px;
  margin-right: 20px;
}
@media only screen and (max-width: 900px) {
  .page-hero .button {
    min-width: 200px;
  }
}
@media only screen and (max-width: 750px) {
  .page-hero .button {
    min-width: 0;
    margin-right: 0;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 350px) {
  .page-hero .button {
    font-size: 11px;
  }
}
.page-hero.small {
  padding-bottom: 0px;
}
.page-hero.small.resource-hero {
  padding-bottom: 0px;
}
.page-hero.small .page-hero__text-cont {
  min-height: 410px;
  padding: 100px 0 50px;
}
@media only screen and (max-width: 750px) {
  .page-hero.small .page-hero__text-cont {
    min-height: 0;
  }
}
.page-hero.small .page-hero__text-cont.w-shadow {
  background-color: rgba(0, 0, 0, 0.15);
}
.page-hero.small .page-hero__text-cont.w-shadow .page-hero__title {
  text-shadow: 0 0 10px #000;
}
.page-hero.small.funding .page-hero__text-cont {
  min-height: 310px;
  padding: 100px 0 0px;
}
@media only screen and (max-width: 750px) {
  .page-hero.small.funding .page-hero__text-cont {
    min-height: 0;
  }
}
.page-hero.small .page-hero__title {
  font-size: 70px;
  text-transform: none;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .page-hero.small .page-hero__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .page-hero.small .page-hero__title {
    font-size: 40px;
  }
}
.page-hero.small .page-hero__title.left_aligned {
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .page-hero.small .page-hero__title.left_aligned {
    text-align: center;
  }
}
.page-hero.small .page-hero__text.centered {
  margin-top: 50px;
  text-align: center;
}
.page-hero.small + .page-content {
  margin-top: 20px;
}
.page-hero.small .hero-buttons {
  padding: 30px 0;
  text-align: center;
}
.page-hero.small .hero-buttons h4 {
  margin-bottom: 30px;
}
.page-hero.topic .page-hero__text-cont {
  min-height: 410px;
  padding: 100px 0 50px;
}
@media only screen and (max-width: 750px) {
  .page-hero.topic .page-hero__text-cont {
    min-height: 0;
  }
}
.page-hero.topic .page-hero__title {
  font-size: 70px;
  text-transform: none;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .page-hero.topic .page-hero__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .page-hero.topic .page-hero__title {
    font-size: 40px;
  }
}
.page-hero.topic + .page-content {
  margin-top: 20px;
}
.page-hero.right-aligned .image-background {
  text-align: right;
}
.page-hero.right-aligned .image-background img.contain {
  width: auto;
}
.page-hero--influencer .container, .page-hero--influencer .bbpress-wrapper {
  padding: 200px 10vw 0;
  display: flex;
}
@media only screen and (max-width: 1100px) {
  .page-hero--influencer .container, .page-hero--influencer .bbpress-wrapper {
    padding: 100px 30px 0;
    display: block;
  }
}
.page-hero--influencer .container.no-padding-top, .page-hero--influencer .no-padding-top.bbpress-wrapper {
  padding-top: 0;
}

/* CUSTOM PAGE HEROS */
.page-home .page-hero .container, .page-home .page-hero .bbpress-wrapper {
  width: 1180px;
}

@media only screen and (max-width: 900px) {
  .page-toolkit .page-hero__text-cont,
  .page-global-impact .page-hero__text-cont,
  .page-events .page-hero__text-cont,
  .page-upload-your-event .page-hero__text-cont,
  .single-evt .page-hero__text-cont,
  .page-live-feed .page-hero__text-cont,
  .page-members .page-hero__text-cont,
  .page-contact-us .page-hero__text-cont,
  .page-join-our-network .page-hero__text-cont,
  .page-our-partners .page-hero__text-cont,
  .page-about-us .page-hero__text-cont,
  .forum .page-hero__text-cont,
  .page-resource-library .page-hero__text-cont {
    min-height: 400px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 1100px) {
  .page-toolkit .page-hero__text-cont,
  .page-global-impact .page-hero__text-cont,
  .page-events .page-hero__text-cont,
  .page-upload-your-event .page-hero__text-cont,
  .single-evt .page-hero__text-cont,
  .page-live-feed .page-hero__text-cont,
  .page-members .page-hero__text-cont,
  .page-contact-us .page-hero__text-cont,
  .page-join-our-network .page-hero__text-cont,
  .page-our-partners .page-hero__text-cont,
  .page-about-us .page-hero__text-cont,
  .forum .page-hero__text-cont,
  .page-resource-library .page-hero__text-cont {
    min-height: 500px;
  }
}
@media only screen and (max-width: 900px) and (max-width: 900px) {
  .page-toolkit .page-hero__text-cont,
  .page-global-impact .page-hero__text-cont,
  .page-events .page-hero__text-cont,
  .page-upload-your-event .page-hero__text-cont,
  .single-evt .page-hero__text-cont,
  .page-live-feed .page-hero__text-cont,
  .page-members .page-hero__text-cont,
  .page-contact-us .page-hero__text-cont,
  .page-join-our-network .page-hero__text-cont,
  .page-our-partners .page-hero__text-cont,
  .page-about-us .page-hero__text-cont,
  .forum .page-hero__text-cont,
  .page-resource-library .page-hero__text-cont {
    text-align: center;
    min-height: 400px;
  }
}
@media only screen and (max-width: 900px) {
  .page-toolkit .page-hero__image,
  .page-global-impact .page-hero__image,
  .page-events .page-hero__image,
  .page-upload-your-event .page-hero__image,
  .single-evt .page-hero__image,
  .page-live-feed .page-hero__image,
  .page-members .page-hero__image,
  .page-contact-us .page-hero__image,
  .page-join-our-network .page-hero__image,
  .page-our-partners .page-hero__image,
  .page-about-us .page-hero__image,
  .forum .page-hero__image,
  .page-resource-library .page-hero__image {
    display: block;
  }
  .page-toolkit .page-hero.small,
  .page-global-impact .page-hero.small,
  .page-events .page-hero.small,
  .page-upload-your-event .page-hero.small,
  .single-evt .page-hero.small,
  .page-live-feed .page-hero.small,
  .page-members .page-hero.small,
  .page-contact-us .page-hero.small,
  .page-join-our-network .page-hero.small,
  .page-our-partners .page-hero.small,
  .page-about-us .page-hero.small,
  .forum .page-hero.small,
  .page-resource-library .page-hero.small {
    padding-bottom: 0px;
  }
}

.small-hero {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 100px;
}
.small-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.small-hero__text-cont {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 320px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.small-hero__title {
  font-size: 70px;
  text-transform: none;
  line-height: 0.9;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .small-hero__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .small-hero__title {
    font-size: 40px;
  }
}

body.page-messages .page-hero__text-cont {
  min-height: 200px !important;
}

.banner {
  display: flex;
}
@media only screen and (max-width: 750px) {
  .banner {
    display: block;
  }
}
.banner__image {
  position: relative;
  float: left;
  width: 50%;
  padding-top: 56%;
}
@media only screen and (max-width: 750px) {
  .banner__image {
    width: 100%;
    padding-top: 100%;
  }
}
.banner__text-cont {
  float: left;
  width: 50%;
  padding: 130px 70px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1320px) {
  .banner__text-cont {
    padding: 130px 50px;
  }
}
@media only screen and (max-width: 900px) {
  .banner__text-cont {
    padding: 130px 60px;
  }
}
@media only screen and (max-width: 750px) {
  .banner__text-cont {
    width: 100%;
    padding: 80px 34px;
  }
}
.banner__text-content {
  width: 100%;
  max-width: 780px;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .banner__text-content {
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 900px) {
  .banner__title {
    text-align: center;
  }
}
.banner__title p {
  font-size: 70px;
  color: #B7BABE;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1320px) {
  .banner__title p {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .banner__title p {
    font-size: 40px;
  }
}
.banner__title p strong {
  color: #ffffff;
}
.banner__title p br {
  /*display: none;*/
}
.banner__text {
  float: right;
  clear: both;
  width: 399px;
  max-width: 100%;
}
@media only screen and (max-width: 900px) {
  .banner__text {
    width: 100%;
  }
}
.banner__text p {
  line-height: 1.6;
}
.banner__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.banner .button {
  float: right;
  clear: both;
  margin-top: 40px;
}
@media only screen and (max-width: 900px) {
  .banner .button {
    width: auto;
    float: none;
    text-align: center;
  }
}
.banner--image-right {
  flex-direction: row-reverse;
}
.banner--image-right .banner__text-cont {
  justify-content: flex-start;
}
@media only screen and (max-width: 900px) {
  .banner--image-right .banner__text-cont {
    padding: 80px 30px 30px;
  }
}
@media only screen and (max-width: 750px) {
  .banner--image-right .banner__text-cont {
    width: 100%;
    padding: 80px 34px;
    display: block;
  }
}
.banner--image-right .banner__text-content {
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .banner--image-right .banner__text-content {
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .banner--image-right .banner__text-content .banner__title {
    padding: 0px 20px;
  }
  .banner--image-right .banner__text-content .banner__title p {
    font-size: 30px;
  }
}
.banner--image-right .banner__text {
  float: left;
}
@media only screen and (max-width: 750px) {
  .banner--image-right .banner__text {
    width: 100%;
  }
}
.banner--image-right .button {
  float: left;
}
@media only screen and (max-width: 750px) {
  .banner--image-right .button {
    float: none;
  }
}
@media only screen and (max-width: 750px) {
  .banner--image-right.banner--shape {
    padding-top: 100px;
  }
}
.banner--image-right.banner--shape .banner__image:before {
  left: auto;
  right: calc(100% - 70px);
}
.banner--image-full_width {
  display: block;
  position: relative;
}
.banner--image-full_width .banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 0;
}
.banner--image-full_width .banner__image:before {
  display: none !important;
}
@media only screen and (max-width: 750px) {
  .banner--image-full_width .banner__image img {
    opacity: 0.8;
  }
}
.banner--image-full_width .banner__text-cont {
  position: relative;
  width: 50%;
  float: right;
  min-height: 810px;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .banner--image-full_width .banner__text-cont {
    width: 100%;
    float: left;
    padding: 0;
  }
}
@media only screen and (max-width: 750px) {
  .banner--image-full_width .banner__text-cont .banner__text-content {
    padding: 300px 30px 0 30px;
  }
}
@media only screen and (max-width: 750px) {
  .banner--image-full_width .banner__text-cont .banner__title p {
    font-size: 25px;
    letter-spacing: -0.42px;
  }
}
.banner--shape .banner__image {
  position: relative;
}
.banner--shape .banner__image:before {
  position: absolute;
  top: 50%;
  left: calc(100% - 70px);
  width: 460px;
  height: 564px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
  transform: translate(0, -50%);
}
.banner--shape--pink .banner__image:before {
  background-image: url(images/pink-quote.svg);
}
.banner--shape--orange .banner__image:before {
  background-image: url(images/orange-quote.svg);
}

.title_text_block {
  padding: 60px 0;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .title_text_block {
    padding: 30px 0;
  }
}
.title_text_block__title {
  float: left;
  width: 100%;
  font-size: 70px;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .title_text_block__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .title_text_block__title {
    font-size: 40px;
  }
}
.title_text_block__title p {
  font-size: 70px;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .title_text_block__title p {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .title_text_block__title p {
    font-size: 40px;
  }
}
.title_text_block__title p:nth-last-child(1) {
  margin-bottom: 0;
}
.title_text_block__text {
  display: inline-block;
  width: 720px;
  max-width: 100%;
  text-align: left;
  margin-top: 50px;
}
.title_text_block__text p {
  font-size: 26px;
}
@media only screen and (max-width: 1320px) {
  .title_text_block__text p {
    font-size: 23px;
  }
}
@media only screen and (max-width: 900px) {
  .title_text_block__text p {
    font-size: 20px;
  }
}
.title_text_block__text p:nth-last-child(1) {
  margin-bottom: 0;
}

.parent-our-partners .title_text_block {
  padding-top: 0;
}

.page-about-us .title_text_block__text,
.page-about-us .text_block__text-cont {
  width: 100% !important;
  max-width: 920px;
  margin-left: auto !important;
  margin-right: auto;
  float: none;
}
@media only screen and (max-width: 750px) {
  .page-about-us .title_text_block__text,
  .page-about-us .text_block__text-cont {
    width: 100% !important;
  }
}

.text_block {
  padding: 100px 0;
}
@media only screen and (max-width: 1250px) {
  .text_block {
    padding: 0;
  }
}
.text_block__text-cont {
  width: 100%;
  max-width: 780px;
  margin: 0px auto;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1250px) {
  .text_block__text-cont {
    width: 100%;
  }
}
.text_block__text-cont:before {
  position: absolute;
  top: -100px;
  left: -330px;
  width: 776px;
  height: 739px;
  background-image: url(images/text-block-back.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
}
@media only screen and (max-width: 900px) {
  .text_block__text-cont:before {
    opacity: 0.5;
  }
}
.text_block__text-cont p, .text_block__text-cont ul, .text_block__text-cont ol {
  font-size: 24px;
  margin-bottom: 30px;
  list-style-position: inside;
}
@media only screen and (max-width: 1320px) {
  .text_block__text-cont p, .text_block__text-cont ul, .text_block__text-cont ol {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .text_block__text-cont p, .text_block__text-cont ul, .text_block__text-cont ol {
    font-size: 18px;
  }
}
.text_block__text-cont p a:not(.button), .text_block__text-cont ul a:not(.button), .text_block__text-cont ol a:not(.button) {
  color: #FA421D;
}
.text_block__text-cont p a:not(.button):hover, .text_block__text-cont p a:not(.button):focus, .text_block__text-cont ul a:not(.button):hover, .text_block__text-cont ul a:not(.button):focus, .text_block__text-cont ol a:not(.button):hover, .text_block__text-cont ol a:not(.button):focus {
  color: #25A2B8;
}
.text_block__text-cont p li, .text_block__text-cont ul li, .text_block__text-cont ol li {
  font-size: 24px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1320px) {
  .text_block__text-cont p li, .text_block__text-cont ul li, .text_block__text-cont ol li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .text_block__text-cont p li, .text_block__text-cont ul li, .text_block__text-cont ol li {
    font-size: 18px;
  }
}
.text_block__text-cont a:not(.button) {
  color: #FA421D;
}
.text_block__text-cont a:not(.button):hover, .text_block__text-cont a:not(.button):focus {
  color: #25A2B8;
}
.text_block__text-cont h1, .text_block__text-cont h2, .text_block__text-cont h3, .text_block__text-cont h4, .text_block__text-cont h5, .text_block__text-cont h6 {
  font-size: 30px;
}
@media only screen and (max-width: 1320px) {
  .text_block__text-cont h1, .text_block__text-cont h2, .text_block__text-cont h3, .text_block__text-cont h4, .text_block__text-cont h5, .text_block__text-cont h6 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .text_block__text-cont h1, .text_block__text-cont h2, .text_block__text-cont h3, .text_block__text-cont h4, .text_block__text-cont h5, .text_block__text-cont h6 {
    font-size: 20px;
  }
}
.text_block__text-cont__buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 900px) {
  .text_block__text-cont__buttons {
    flex-direction: column;
  }
}
.text_block.large .text_block__text-cont {
  max-width: 940px;
  margin: auto;
  float: none;
}
.text_block.large .text_block__text-cont:before {
  position: absolute;
  top: -100px;
  left: -215px;
  width: 738px;
  height: 595px;
  background-image: url(images/bg-circles.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
}
.text_block.large .text_block__text-cont p {
  margin-bottom: 30px;
  font-size: 26px;
}
.text_block.large .text_block__text-cont p a:not(.button) {
  color: #FA421D;
}
.text_block.large .text_block__text-cont p a:not(.button):hover {
  color: #25A2B8;
}

.page-terms .text_block.large .text_block__text-cont p {
  font-size: 16px;
}

@media only screen and (min-height: 1024px) {
  .page-thank-you .content-area {
    min-height: calc(100vh - 385px);
  }
}
@media only screen and (min-height: 1024px) and (max-width: 768px) {
  .page-thank-you .content-area {
    min-height: calc(100vh - 220px);
  }
}

.page-thank-you .text_block {
  padding: 0px 0 100px 0;
}
.page-thank-you .text_block__text-cont::before {
  top: 0;
}

.page-hero + .text_block {
  padding-top: 30px;
}

.text_block {
  padding: 100px 0;
}
@media only screen and (max-width: 900px) {
  .text_block {
    padding: 50px 0;
  }
}
.text_block__text-cont-headline {
  overflow: hidden;
  width: 100%;
  max-width: 720px;
  position: relative;
  margin: auto;
}
.text_block__text-cont-headline h2 {
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
.text_block__text-cont-headline h2 span {
  font-weight: 700;
}
.text_block__text-cont-headline h2 .last-word {
  font-weight: 700;
}
.text_block__text-cont-headline h2.title-colored.blue .last-word {
  color: #25A2B8;
}
.text_block__text-cont-headline h2.title-colored.orange .last-word {
  color: #FA421D;
}
.text_block__text-cont-headline h2.title-colored.green .last-word {
  color: #184139;
}
.text_block__text-cont-headline h2.title-colored.yellow .last-word {
  color: #FEC12F;
}
.text_block__text-cont-headline h2.title-colored.pink .last-word {
  color: #DE245C;
}
.text_block__text-cont-headline h2.title-colored.white .last-word {
  color: #ffffff;
}
.text_block__text-cont-headline h2.title-colored.violet .last-word {
  color: #49174A;
}
.text_block__text-cont-headline p {
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 500;
}
@media only screen and (max-width: 1320px) {
  .text_block__text-cont-headline p {
    font-size: 23px;
  }
}
@media only screen and (max-width: 900px) {
  .text_block__text-cont-headline p {
    font-size: 20px;
  }
}
.text_block__text-cont-headline .button--action {
  margin-top: 45px;
}

.page-influencers .text_block__text-cont-headline h2 .last-word {
  color: #A4062A;
}

.featured_partner {
  padding: 70px 0 40px;
}
@media only screen and (max-width: 750px) {
  .featured_partner {
    padding: 35px 0 20px;
  }
}
.featured_partner .container, .featured_partner .bbpress-wrapper {
  width: 940px;
}
.featured_partner__image {
  float: left;
  width: 25%;
}
@media only screen and (max-width: 750px) {
  .featured_partner__image {
    width: 100%;
    text-align: center;
  }
}
.featured_partner__image img {
  float: left;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 750px) {
  .featured_partner__image img {
    width: 400px;
    margin: 0px auto;
  }
}
.featured_partner__text-cont {
  float: left;
  width: 75%;
  padding-left: 86px;
}
@media only screen and (max-width: 900px) {
  .featured_partner__text-cont {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .featured_partner__text-cont {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
}
.featured_partner__title {
  font-size: 70px;
  color: #B7BABE;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1320px) {
  .featured_partner__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .featured_partner__title {
    font-size: 40px;
  }
}
.featured_partner__title strong {
  color: #ffffff;
  font-weight: 700;
}
.featured_partner__text {
  margin-top: 20px;
}
.featured_partner__text p {
  line-height: 1.8;
}
.featured_partner__text__buttons a {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 30px;
}
@media only screen and (max-width: 1320px) {
  .featured_partner__text__buttons a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .featured_partner__text__buttons a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .featured_partner__text__buttons a {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .featured_partner__text__buttons a {
    font-size: 13px;
  }
}
.featured_partner__text__buttons a:hover {
  background: #DE245C;
  color: #ffffff;
}
.featured_partner .button {
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .featured_partner .button {
    width: 100%;
  }
}

.partners {
  padding: 100px 0 215px 0;
}
@media only screen and (max-width: 750px) {
  .partners {
    padding: 100px 0;
  }
}
.partners__title {
  font-size: 70px;
  font-weight: 700;
  color: #FEC12F;
  line-height: 1;
}
@media only screen and (max-width: 1320px) {
  .partners__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .partners__title {
    font-size: 40px;
  }
}
.partners__list {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 90px;
  margin-top: 30px;
}
.partners__list.partners__list--few {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.partners__list.partners__list--few .partners__list__item {
  max-width: calc(25% - 40px);
}
@media only screen and (max-width: 900px) {
  .partners__list.partners__list--few .partners__list__item {
    max-width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 900px) {
  .partners__list {
    margin-top: 0;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 30px;
  }
  .partners__list.partners__list--few .partners__list__item {
    max-width: calc(33% - 20px);
  }
}
@media only screen and (max-width: 750px) {
  .partners__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .partners__list.partners__list--few .partners__list__item {
    max-width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 640px) {
  .partners__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .partners__list.partners__list--few {
    flex-direction: column;
  }
  .partners__list.partners__list--few .partners__list__item {
    max-width: 100%;
  }
}
.partners__list__item__logo {
  float: left;
  width: 100%;
  padding-top: 60%;
  position: relative;
  margin-bottom: 40px;
}
.partners__list__item__logo img {
  object-fit: contain;
}
.partners__list__item__title {
  float: left;
  width: 100%;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1320px) {
  .partners__list__item__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .partners__list__item__title {
    font-size: 20px;
  }
}

section.text_block + section.partners {
  padding-top: 0;
  margin-top: -100px;
}
@media only screen and (max-width: 900px) {
  section.text_block + section.partners {
    margin-top: 0px;
  }
}

.icons-block {
  padding: 230px 0;
}
.icons-block .container, .icons-block .bbpress-wrapper {
  width: 1240px;
}
.icons-block__list {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 140px;
  grid-row-gap: 100px;
}
@media only screen and (max-width: 900px) {
  .icons-block__list {
    grid-column-gap: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .icons-block__list {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .icons-block__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.icons-block__list__item {
  text-align: center;
}
.icons-block__list__item__icon {
  width: calc(100% - 50px);
  margin-left: 25px;
  margin-bottom: 20px;
  padding-top: 67%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .icons-block__list__item__icon {
    width: 100%;
    margin-left: 0;
    padding-top: 60%;
  }
}
.icons-block__list__item__icon img {
  object-fit: contain;
}
.icons-block__list__item__title {
  float: left;
  width: 100%;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 600;
}
@media only screen and (max-width: 1320px) {
  .icons-block__list__item__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .icons-block__list__item__title {
    font-size: 18px;
  }
}

.title_text_block + .icons-block {
  padding-top: 0;
}

.shape_image_banner {
  background-color: #49174A;
  background-image: url(images/black-quote.svg);
  background-position: 45% center;
  background-repeat: no-repeat;
  background-size: auto 90%;
}
.shape_image_banner .container, .shape_image_banner .bbpress-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .shape_image_banner .container, .shape_image_banner .bbpress-wrapper {
    display: block;
  }
}
.shape_image_banner__text-cont {
  width: 400px;
  min-height: 660px;
  padding: 50px 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .shape_image_banner__text-cont {
    float: left;
    width: 100%;
  }
}
.shape_image_banner__title {
  font-size: 70px;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .shape_image_banner__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .shape_image_banner__title {
    font-size: 40px;
  }
}
.shape_image_banner__text {
  margin-top: 10px;
}
.shape_image_banner__text p {
  line-height: 1.6;
}
.shape_image_banner__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.shape_image_banner .button {
  font-size: 16px;
  margin-top: 40px;
}
.shape_image_banner__image {
  width: 663px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .shape_image_banner__image {
    float: left;
    width: 100%;
    height: 500px;
  }
}
.shape_image_banner__image svg {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 640px) {
  .shape_image_banner__image svg {
    position: static;
    transform: translate(0, -40%);
    float: left;
    width: 100%;
  }
}

.discussion-item {
  /*
  background: transparent !important;
  border: 1px solid #343434 !important;
  overflow: hidden !important;
  padding: 20px !important;
  display: flex;
  .author-box {
      width: 100%;
      max-width: 110px;
      margin-right: 25px;
      .author-name {
        color: $orange;
        text-align: center;
        font-size: 12px;
        &.blue{
          color: $blue;
        }
      }
  }
  */
  /*
  .actions-topic{
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-top: 10px;

    .action-info{
        text-align: center;
        display: inline-block;
        margin: 0 5px;
        .icon-action{
              display: block;
            i{
                font-size: 20px;
            }
        }
        .amount-action{
            font-size: 12px;
        }
    }
  }
  */
}

.discussions_and_feed {
  padding-top: 200px;
}
.discussions_and_feed .container, .discussions_and_feed .bbpress-wrapper {
  display: flex;
  justify-content: space-between;
}
.discussions_and_feed__title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 85px;
}
@media only screen and (max-width: 1320px) {
  .discussions_and_feed__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .discussions_and_feed__title {
    font-size: 30px;
  }
}
.discussions_and_feed .button {
  float: right;
  margin-top: 30px;
  min-width: 260px;
  max-width: 100%;
}
.discussions_and_feed .discussions {
  float: left;
  width: 540px;
  max-width: calc(50% - 10px);
}
.discussions_and_feed .discussions__list__item {
  float: left;
  width: 100%;
  padding: 27px 0;
  border-bottom: 1px solid #343434;
}
.discussions_and_feed .discussions__list__item__left {
  float: left;
  width: 100px;
  text-align: center;
}
.discussions_and_feed .discussions__list__item__right {
  float: left;
  width: calc(100% - 100px);
  padding: 0 0 0 25px;
  padding-top: 15px;
}
.discussions_and_feed .discussions__list__item__name {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #DE245C;
  position: relative;
  margin-top: 13px;
}
.discussions_and_feed .discussions__list__item__title {
  font-size: 18px;
  color: #DE245C;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1320px) {
  .discussions_and_feed .discussions__list__item__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .discussions_and_feed .discussions__list__item__title {
    font-size: 18px;
  }
}
.discussions_and_feed .discussions__list__item__text p {
  font-size: 14px;
  line-height: 1.7;
}
.discussions_and_feed .discussions__list__item__date, .discussions_and_feed .discussions__list__item__category {
  float: left;
  width: calc(100% - 65px);
  font-size: 12px;
  color: #888B8E;
}
.discussions_and_feed .discussions__list__item__data {
  float: right;
  width: 65px;
}
.discussions_and_feed .discussions__list__item__likes, .discussions_and_feed .discussions__list__item__comments {
  float: left;
  width: 50%;
  font-size: 11px;
  text-align: center;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 30px;
}
.discussions_and_feed .discussions__list__item__likes {
  background-image: url(images/like.svg);
}
.discussions_and_feed .discussions__list__item__comments {
  background-image: url(images/comment.svg);
}
.discussions_and_feed .feed {
  float: left;
  width: 383px;
  max-width: calc(50% - 10px);
}
.discussions_and_feed .feed__list__item {
  float: left;
  width: 100%;
  padding: 15px 0 15px 0;
  border-bottom: 1px solid #343434;
  display: flex;
}
.discussions_and_feed .feed__list__item__image {
  float: left;
  width: 100px;
  text-align: center;
  padding-top: 37px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.discussions_and_feed .feed__list__item__image svg {
  transform: scale(1.22);
}
.discussions_and_feed .feed__list__item__text {
  float: left;
  width: calc(100% - 100px);
  padding: 40px 0 25px 25px;
  position: relative;
}
.discussions_and_feed .feed__list__item__text:before {
  position: absolute;
  top: 0;
  left: -40px;
  width: 136px;
  height: 158px;
  background-image: url(images/violet-quote.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  z-index: -1;
}
.discussions_and_feed .feed__list__item__text:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
}
.discussions_and_feed .feed__list__item__text p {
  font-size: 14px;
}
.discussions_and_feed .feed__list__item__text p:nth-last-child(1) {
  margin-bottom: 0;
}
.discussions_and_feed .feed__list__item--facebook .feed__list__item__text:after {
  background-image: url(images/facebook.svg);
}
.discussions_and_feed .feed__list__item--twitter .feed__list__item__text {
  width: 100%;
  padding-left: 0;
}
.discussions_and_feed .feed__list__item--twitter .feed__list__item__text:before {
  left: 0;
}
.discussions_and_feed .feed__list__item--twitter .feed__list__item__text:after {
  background-image: url(images/twitter.svg);
}
.discussions_and_feed .feed__list__item--instagram .feed__list__item__image {
  width: 40%;
  height: 187px;
  padding-top: 20px;
  justify-content: flex-end;
}
.discussions_and_feed .feed__list__item--instagram .feed__list__item__image svg {
  transform: scale(1.85);
}
.discussions_and_feed .feed__list__item--instagram .feed__list__item__text {
  width: 60%;
}
.discussions_and_feed .feed__list__item--instagram .feed__list__item__text:before {
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.discussions_and_feed .feed__list__item--instagram .feed__list__item__text:after {
  background-image: url(images/instagram.svg);
}
.discussions_and_feed .feed__list__item--post .feed__list__item__text:after {
  background-image: url(images/post.svg);
}

.latest_resources {
  padding-top: 110px;
}
.latest_resources__title {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 85px;
}
@media only screen and (max-width: 1320px) {
  .latest_resources__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .latest_resources__title {
    font-size: 40px;
  }
}
.latest_resources .button {
  float: right;
  margin-top: 30px;
  min-width: 260px;
  max-width: 100%;
}
.latest_resources__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.latest_resources__list__item {
  float: left;
  width: 460px;
  max-width: calc(50% - 10px);
  padding: 30px 0;
  border-bottom: 1px solid #343434;
}
.latest_resources__list__item__left {
  float: left;
  width: 100px;
  text-align: center;
}
.latest_resources__list__item__right {
  float: left;
  width: calc(100% - 100px);
  padding: 0 0 0 15px;
  padding-top: 15px;
}
.latest_resources__list__item__name {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #FA421D;
  position: relative;
  margin-top: 13px;
}
.latest_resources__list__item__title {
  font-size: 18px;
  color: #FA421D;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1320px) {
  .latest_resources__list__item__title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .latest_resources__list__item__title {
    font-size: 18px;
  }
}
.latest_resources__list__item__text p {
  font-size: 14px;
  line-height: 1.7;
}
.latest_resources__list__item__date, .latest_resources__list__item__category {
  float: left;
  width: calc(100% - 100px);
  font-size: 12px;
  color: #888B8E;
}
.latest_resources__list__item__data {
  float: right;
  width: 100px;
  font-size: 12px;
  color: #888B8E;
}

.upcoming_events {
  padding-top: 110px;
  padding-bottom: 200px;
}
.upcoming_events__title {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (max-width: 1320px) {
  .upcoming_events__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .upcoming_events__title {
    font-size: 40px;
  }
}
.upcoming_events__list {
  margin: 0 auto;
  width: 780px;
  max-width: 100%;
  margin-top: 80px;
}
.upcoming_events__list__item {
  float: left;
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #343434;
}
.upcoming_events__list__item__left {
  float: left;
  width: 114px;
}
.upcoming_events__list__item__right {
  float: left;
  width: calc(100% - 114px);
  padding: 0 50px 0 25px;
  padding-top: 15px;
  background-image: url(images/yellow-arrow.svg);
  background-position: top right;
  background-repeat: no-repeat;
}
.upcoming_events__list__item__date-box {
  float: left;
  width: 100%;
  background: #FEC12F;
  text-align: center;
  padding: 15px 0 10px 0;
}
.upcoming_events__list__item__month {
  font-size: 14px;
  color: #000;
  text-transform: uppercase;
}
.upcoming_events__list__item__day {
  font-size: 70px;
  color: #000;
  line-height: 1;
  text-transform: uppercase;
}
@media only screen and (max-width: 1320px) {
  .upcoming_events__list__item__day {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .upcoming_events__list__item__day {
    font-size: 40px;
  }
}
.upcoming_events__list__item__name {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #FEC12F;
  position: relative;
  padding: 5px 0;
  padding-left: 21px;
  margin-top: 13px;
}
.upcoming_events__list__item__name:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 23px;
  background-image: url(images/user.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}
.upcoming_events__list__item__title {
  font-size: 24px;
  color: #FEC12F;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1320px) {
  .upcoming_events__list__item__title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .upcoming_events__list__item__title {
    font-size: 18px;
  }
}
.upcoming_events__list__item__text p {
  font-size: 14px;
  line-height: 1.7;
}
.upcoming_events__list__item__date, .upcoming_events__list__item__category {
  float: left;
  width: 50%;
  font-size: 12px;
  color: #888B8E;
}
.upcoming_events .button {
  float: right;
  margin-top: 30px;
  min-width: 260px;
  max-width: 100%;
}

.filters-container {
  margin: auto;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
.filters-container .filter-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filters-container .filter-options__options {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
@media only screen and (max-width: 640px) {
  .filters-container .filter-options__options {
    flex-direction: column;
    width: 100%;
  }
}

@media only screen and (max-width: 1250px) {
  .filters-container .show--device.clearfix {
    display: block !important;
  }
}

@media only screen and (max-width: 1250px) {
  .filters-container .hide--device {
    display: none !important;
  }
}

.filters-container .filter-label {
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  .filters-container .filter-label {
    position: relative;
    margin-bottom: 25px;
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .filters-container .filter-label {
    display: none !important;
  }
}

@media only screen and (max-width: 1250px) {
  .forum-content .filters-content-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: flex-start;
  }
}

.resources-section {
  overflow: visible;
}

.container--filters > .row {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .container--filters > .row {
    float: none;
    width: auto;
  }
}

.filters--content {
  width: 100%;
  float: left;
  padding-top: 15px;
}
@media only screen and (max-width: 1250px) {
  .filters--content {
    display: none;
    width: 100;
    float: left;
    padding: 0;
    border: 0;
    text-align: center;
  }
}
.filters--content .filter-label {
  align-self: center;
  font-weight: 700;
  color: #ffffff;
  float: left;
  line-height: 60px;
  font-size: 50px;
}
.filters--content .filter-label.spaced {
  margin-left: 35px;
}
@media only screen and (max-width: 1100px) {
  .filters--content .filter-label {
    display: none;
  }
}
.filters--content .filters-box {
  margin-top: 15px;
  float: left;
  width: 100%;
}
.filters--content .filters-box.mediabox {
  margin-top: -10px;
  margin-right: 25px;
  float: right;
  width: auto;
}
.filters--content form {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .filters--content form {
    width: 100%;
  }
}
.filters--content form .filtersbox {
  float: left;
}
@media only screen and (max-width: 1100px) {
  .filters--content form .filtersbox {
    width: 100%;
  }
}

.searchbox {
  float: right;
  width: 320px;
  height: 50px;
  background: #ffffff;
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 1250px) {
  .searchbox {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    float: none;
    clear: both;
  }
}
.searchbox.spaced {
  margin-right: 25px;
  margin-left: 10px;
}
@media only screen and (max-width: 1250px) {
  .searchbox.spaced {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .searchbox.spaced {
    margin-right: 0px;
    width: 100%;
    margin-left: 0px;
  }
}
.searchbox.small {
  width: 220px;
  margin-right: 20px;
}
@media only screen and (max-width: 1250px) {
  .searchbox.small {
    float: left;
    width: 100%;
  }
}
.searchbox .search-form-input {
  margin-top: 0px;
  position: relative;
  overflow: hidden;
}
.searchbox .search-form-input button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: transparent;
  padding: 9px;
  cursor: pointer;
}
.searchbox .search-form-input button svg {
  width: 32px;
  height: 32px;
}
.searchbox .search-form-input button:hover svg path {
  fill: #FA421D;
}

.add-action {
  float: right;
}
@media only screen and (max-width: 1250px) {
  .add-action {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 900px) {
  .add-action {
    line-height: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .add-action {
    margin-right: 0px;
    width: 100%;
    margin-left: 0px;
  }
}

.filtersbox {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 15px;
}
.filtersbox.ofg-filtersbox {
  justify-content: space-between;
}
@media only screen and (max-width: 1250px) {
  .filtersbox.ofg-filtersbox {
    flex-direction: row;
  }
}
@media only screen and (max-width: 450px) {
  .filtersbox.ofg-filtersbox {
    flex-direction: column;
  }
}
@media only screen and (max-width: 1250px) {
  .filtersbox {
    flex-direction: column;
    gap: 10px;
  }
}
.filtersbox .filters {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: flex-start;
  width: 100%;
  gap: 12px;
}
@media only screen and (max-width: 1250px) {
  .filtersbox .filters {
    flex-direction: column;
    gap: 10px;
  }
}
.filtersbox .filters.clearFilters {
  max-width: 190px;
  justify-content: flex-end;
}
@media only screen and (max-width: 1250px) {
  .filtersbox .filters.clearFilters {
    max-width: none;
  }
  .filtersbox .filters.clearFilters .button {
    display: block;
    width: 100%;
  }
}
.filtersbox .filters .select2 {
  background: transparent;
  border: 1px solid #ffffff;
  max-width: 210px;
}
@media only screen and (max-width: 1100px) {
  .filtersbox .filters .select2 {
    width: 100% !important;
    float: left;
    padding: 10px 0 !important;
    margin: 0px 0;
    max-width: none;
  }
}
.filtersbox .filters .select2-container--default .select2-selection--single {
  background: transparent;
}
.filtersbox .filters .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
}
@media only screen and (max-width: 1100px) {
  .filtersbox .filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 20px;
  }
}
.filtersbox .filters .select2-container--default .select2-selection__arrow {
  background-image: url(images/filtersArrow.svg);
  background-color: transparent;
}
.filtersbox .filters .filter {
  margin: 0;
  width: auto;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-align: left;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 25px;
  background-color: #191B1D;
  padding: 0 16px;
  max-width: 210px;
  min-width: 150px;
}
@media only screen and (max-width: 1250px) {
  .filtersbox .filters .filter {
    max-width: none;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1100px) {
  .filtersbox .filters .filter {
    margin-right: 0;
    height: auto;
  }
}
.filtersbox .filters .filter .checkbox {
  margin-left: 30px;
}
@media only screen and (max-width: 1100px) {
  .filtersbox .filters .filter .checkbox {
    margin-left: 0;
  }
}
.filtersbox .filters .filter .checkbox label {
  font-size: 16px;
  cursor: pointer;
}
.filtersbox .filters .filter .checkbox input {
  display: none;
}
.filtersbox .filters .filter .checkbox.active label {
  text-decoration: underline;
  font-weight: 700;
}
.filtersbox .filters .filter .option.selected {
  line-height: 50px;
  height: 50px;
  padding: 0 30px 0 10px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filtersbox .filters .filter .option.selected .text {
  white-space: nowrap;
}
@media only screen and (max-width: 1100px) {
  .filtersbox .filters .filter .option.selected {
    padding: 0;
  }
}
.filtersbox .filters .filter .option.selected:after {
  position: absolute;
  top: 0;
  height: 50px;
  line-height: 50px;
  right: 0px;
  width: 23px;
  background-image: url(images/filtersArrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  content: "";
}
@media only screen and (max-width: 1100px) {
  .filtersbox .filters .filter .option.selected:after {
    background-position: center center;
  }
}
.filtersbox .filters .filter.open > .option.selected:after {
  transform: rotate(180deg);
}
.filtersbox .filters .filter .options {
  position: absolute;
  top: 65px;
  left: -1px;
  padding: 15px 0;
  z-index: 2;
  min-width: calc(100% + 2px);
  width: auto;
  max-width: calc(100vw - 2rem);
  border: 1px solid #000;
  background: #000;
  display: none;
  border-radius: 25px;
  max-height: 250px;
}
.filtersbox .filters .filter .options .options--inner {
  overflow: auto;
  overflow-x: hidden;
  max-height: 220px;
  width: 100%;
  scrollbar-width: thin;
}
.filtersbox .filters .filter .options:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 15px solid #000;
  position: absolute;
  top: -15px;
  left: 45px;
}
@media only screen and (max-width: 1100px) {
  .filtersbox .filters .filter .options {
    text-align: center;
    max-width: 100%;
  }
}
.filtersbox .filters .filter .options .option.selected:after {
  display: none;
}
.filtersbox .filters .filter .options input[type=month] {
  padding: 0 20px;
  font-size: 16px;
}
.filtersbox .filters .filter .options .option {
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  padding: 0 20px;
  text-align: left;
  font-size: 14px;
  white-space: nowrap;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
@media only screen and (max-width: 1100px) {
  .filtersbox .filters .filter .options .option {
    white-space: break-spaces;
    line-height: normal;
    padding: 10px 20px;
    height: auto;
  }
}
.filtersbox .filters .filter .options .option:hover, .filtersbox .filters .filter .options .option.selected {
  color: #FA421D;
}
.filtersbox .filters .filter.open .options {
  display: block;
}
.filtersbox .filters .filter input[type=text], .filtersbox .filters .filter .js-datepicker {
  background-color: transparent;
  color: #ffffff !important;
  background-image: url(images/calendar.png);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: center;
  border-radius: 0;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  .filtersbox .filters .filter input[type=text], .filtersbox .filters .filter .js-datepicker {
    padding: 15px 0 !important;
    background-position-x: 100%;
  }
}
.filtersbox .filters .filter input[type=text]::placeholder, .filtersbox .filters .filter .js-datepicker::placeholder {
  color: #ffffff !important;
  opacity: 1;
}
.filtersbox .filters .filter.select2-hidden-accessible {
  position: absolute !important;
}

.current-filters {
  width: 100%;
  float: left;
}
.current-filters .current-filter {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
}
@media only screen and (max-width: 1100px) {
  .current-filters .current-filter {
    margin: 0 10px;
  }
}
.current-filters .current-filter span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.96px;
  color: #000000;
  text-transform: uppercase;
}
.current-filters .current-filter span.delete-filter {
  color: red;
  cursor: pointer;
}

.no-result {
  float: left;
  width: 100%;
  padding: 40px 0;
  font-size: 40px;
}

.loading {
  width: 100%;
  text-align: center;
  background-image: url(images/loading.svg);
  background-position: center;
  background-size: auto 70px;
  background-repeat: no-repeat;
  float: left;
  min-height: 500px;
}

.open_filters {
  display: none;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  .open_filters {
    font-size: 13px;
    display: block;
    margin: 40px 0;
    text-decoration: none;
    color: grey;
    letter-spacing: 2px;
    border-bottom: 1px solid #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    height: 30px;
  }
}
.open_filters::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  transform: rotate(45deg);
  transition: all 0.3s ease;
  content: "";
}
@media only screen and (max-width: 1250px) {
  .open_filters::after {
    top: -5px;
  }
}
.open_filters.active::after {
  transform: rotate(-135deg);
}
@media only screen and (max-width: 750px) {
  .open_filters.active::after {
    top: 0;
  }
}

#dateFilter .filters .filter {
  height: 47px;
  line-height: 47px;
  margin-right: 10px;
}
@media only screen and (max-width: 1100px) {
  #dateFilter .filters .filter {
    margin-right: 0;
  }
}
#dateFilter .filters .filter .option.selected {
  background: none;
  color: #000;
}
#dateFilter .filters .filter .option.selected::after {
  position: absolute;
  top: 0;
  height: 47px;
  line-height: 47px;
  right: 0;
  width: 15px;
  background-image: url(images/filtersArrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  content: "";
  display: block;
}
#dateFilter .filters .filter .options {
  height: 300px;
  overflow-y: scroll;
  top: 47px;
}
#dateFilter .filters .filter .options .option.selected::after {
  display: none;
}

.date-filter__container .options {
  width: 200px !important;
}
.date-filter__container .options input {
  float: left;
  border-radius: 0;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
}
.date-filter__container .options input:hover {
  background: #000;
  color: #ffffff;
}

.media-filters-container .searchbox {
  margin-right: 15px;
}
@media only screen and (max-width: 1250px) {
  .media-filters-container .searchbox {
    margin: 0px auto;
  }
}
@media only screen and (max-width: 1100px) {
  .media-filters-container .filters-box.mediabox {
    margin-top: 0px;
    margin-right: auto;
    float: none;
    width: 100%;
  }
}

.forum-content .filters-box {
  margin-top: 0;
  margin-right: 15px;
  width: auto;
  float: right;
}
.forum-content .filters-box .div.asp_w.asp_sb.searchsettings.fieldset {
  margin-top: 0;
}

/* DATE PICKER */
body .ui-datepicker {
  background-color: #000;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  width: 300px;
  padding: 8px;
  border-radius: 8px;
  display: none;
  z-index: 999 !important;
}
@media only screen and (max-width: 450px) {
  body .ui-datepicker {
    width: 100%;
    left: 0px !important;
  }
}
body .ui-datepicker-header {
  background: #000;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 8px;
}
body .ui-datepicker-header a {
  display: block;
  cursor: pointer;
  padding: 0 0 8px;
  position: relative;
}
body .ui-datepicker-header a.ui-datepicker-prev {
  padding-left: 24px;
}
body .ui-datepicker-header a.ui-datepicker-prev::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url(images/yellow-arrow.svg) center right no-repeat;
  background-size: 18px 18px;
  transform: rotate(180deg);
  content: "";
}
body .ui-datepicker-header a.ui-datepicker-prev-hover::before {
  background: url(images/orange-arrow.svg) center right no-repeat;
  background-size: 18px 18px;
}
body .ui-datepicker-header a.ui-datepicker-next {
  padding-right: 24px;
}
body .ui-datepicker-header a.ui-datepicker-next::before {
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: url(images/yellow-arrow.svg) center right no-repeat;
  background-size: 18px 18px;
  content: "";
}
body .ui-datepicker-header a.ui-datepicker-next-hover::before {
  background: url(images/orange-arrow.svg) center right no-repeat;
  background-size: 18px 18px;
}
body .ui-datepicker-header a:hover {
  color: #FA421D;
}
body .ui-datepicker-header .ui-datepicker-title {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
body .ui-datepicker-header .ui-datepicker-title select {
  cursor: pointer;
  font-size: 24px;
  color: #ffffff;
  background: transparent;
  font-weight: 600;
  text-align: center;
}
body .ui-datepicker-header .ui-datepicker-title select option {
  color: #000 !important;
  font-size: 16px;
}
body .ui-datepicker-calendar {
  width: 100%;
  text-align: center;
}
body .ui-datepicker-calendar thead {
  border: 0 none;
}
body .ui-datepicker-calendar thead th {
  text-align: center;
  padding: 5px;
  color: #888B8E;
  font-size: 15px;
  font-family: "Circular Std", sans-serif;
  font-weight: 700 !important;
  text-shadow: none;
}
body .ui-datepicker-calendar thead th span {
  font-family: "Circular Std", sans-serif;
  font-weight: 700 !important;
}
body .ui-datepicker-calendar tbody td {
  box-shadow: none;
}
body .ui-datepicker-calendar tbody td a, body .ui-datepicker-calendar tbody td span {
  font-size: 16px;
  padding: 8px;
  display: block;
}
body .ui-datepicker-calendar tbody td a {
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
}
body .ui-datepicker-calendar tbody td a:hover {
  color: #FEC12F;
}
body .ui-datepicker-calendar tbody td.ui-datepicker-today a {
  color: #FEC12F;
}
body .ui-datepicker-calendar tbody td.ui-datepicker-current-day a {
  border: 1px solid #FEC12F;
  background-color: #FEC12F;
  color: #000;
  border-radius: 50rem;
}
body .ui-datepicker-calendar tbody td.ui-state-disabled {
  opacity: 0.5;
}

/*
body .ui-datepicker td a, 
body .ui-datepicker td span {
    text-shadow: none;
    background: #000 !important;
    color: #fff;
    &:hover{
        color: $pink;
    }
}
body .ui-datepicker-calendar .ui-state-hover {
    color: $pink;
}

body td.ui-datepicker-unselectable.ui-state-disabled {
    background-color: #000;
    opacity: 1 !important;
}
body .asp-ui .ui-state-default, 
body .asp-ui.ui-widget-content .ui-state-default, 
body .asp-ui .ui-widget-header .ui-state-default {
    border: 1px solid #000;
    background: #000;
    font-weight: normal;
    color: #fff;
    text-align: center;
    font-family: $default-font;
    font-weight: 500;
    font-size: 14px;
}
body .ui-datepicker-current-day .ui-state-active {
    //background: transparent url('images/active-day.png') no-repeat scroll center top !important;
    color: $yellow !important;
    //background-size: contain !important;
    border: 0 none;
}


body .ui-datepicker tbody td {
    border: 0 none;
    background: #000;
}*/
.options--inner.scrollable .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000 !important;
}

.social-feeds {
  padding: 70px 0;
  padding-bottom: 150px;
}
.social-feeds .j-display-filters {
  color: #ffffff !important;
}
.social-feeds .j-paginate.juicer-button {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block !important;
  letter-spacing: normal !important;
  width: 200px !important;
  border: none !important;
  text-transform: none !important;
  margin: 0px auto;
}
@media only screen and (max-width: 1320px) {
  .social-feeds .j-paginate.juicer-button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .social-feeds .j-paginate.juicer-button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .social-feeds .j-paginate.juicer-button {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .social-feeds .j-paginate.juicer-button {
    font-size: 13px;
  }
}
.social-feeds .j-paginate.juicer-button:hover {
  background: #DE245C;
  color: #ffffff;
}
.social-feeds__feed-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 100px;
}
@media only screen and (max-width: 1100px) {
  .social-feeds__feed-block {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 75px;
  }
}
@media only screen and (max-width: 640px) {
  .social-feeds__feed-block {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 35px;
  }
}
.social-feeds__box {
  border: 1px solid #343434;
  padding: 20px;
}
.social-feeds__box .date-content {
  min-height: 50px;
  margin-bottom: 20px;
}
.social-feeds__box .date-content .date-info {
  float: left;
  width: calc(100% - 35px);
}
.social-feeds__box .date-content .date-info .date-text {
  display: block;
  color: #888B8E;
  font-size: 12px;
  margin-bottom: 3px;
}
.social-feeds__box .date-content .date-network {
  float: right;
  width: 35px;
  text-align: right;
}
.social-feeds__box .date-copy .image {
  margin-bottom: 20px;
}
.social-feeds__box .date-copy .image img {
  width: 100%;
}
.social-feeds__box .date-copy p {
  font-size: 14px;
}
.social-feeds__box .date-copy .author-img {
  width: 60px;
}
.social-feeds__box.twitter {
  background: transparent url("images/bg-social-feeds.png") no-repeat scroll center center;
}
.social-feeds__box.twitter .date-copy {
  padding-top: 50px;
}
.social-feeds__box.twitter .date-copy p {
  font-size: 18px;
}
.social-feeds__box.facebook {
  background: transparent url(images/bg-social-feeds.png) no-repeat scroll 30px 95%;
  background-size: 119px 147px;
}
.social-feeds__box.facebook .date-copy p {
  float: right;
  width: calc(100% - 75px);
}
.social-feeds__box.facebook .date-copy .author-img {
  float: left;
}
.social-feeds__box.instagram .date-copy .author-img {
  margin-left: 20px;
  margin-top: -65px;
}
.social-feeds__button-action {
  margin-top: 50px;
  text-align: center;
}

.copy_text_block {
  padding: 60px 0;
  padding-top: 120px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .copy_text_block {
    padding: 30px 15px;
  }
}
.copy_text_block__copy_text {
  display: inline-block;
  width: 100%;
  max-width: 720px;
  text-align: left;
  margin: auto;
}

.double_column_block {
  padding: 60px 0;
}
@media only screen and (max-width: 900px) {
  .double_column_block {
    padding: 30px 15px;
  }
}
.double_column_block__column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 20px;
  width: 100%;
  max-width: 920px;
  margin: auto;
  align-items: end;
}
@media only screen and (max-width: 900px) {
  .double_column_block__column {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 60px;
  }
}
.double_column_block__column .column_box h1, .double_column_block__column .column_box h2, .double_column_block__column .column_box h3, .double_column_block__column .column_box h4, .double_column_block__column .column_box h5, .double_column_block__column .column_box h6 {
  font-weight: 700;
  margin-bottom: 35px;
}
.double_column_block__column .column_box p {
  margin-bottom: 0px;
}
.double_column_block__column .column_box ul {
  margin-left: 1.5rem;
}

.copy_text_action {
  padding: 60px 0;
}
@media only screen and (max-width: 900px) {
  .copy_text_action {
    padding: 30px 15px;
  }
}
.copy_text_action__copy_text {
  width: 100%;
  max-width: 920px;
  margin: auto;
}
.copy_text_action__copy_text h1, .copy_text_action__copy_text h2, .copy_text_action__copy_text h3, .copy_text_action__copy_text h4, .copy_text_action__copy_text h5, .copy_text_action__copy_text h6 {
  font-weight: 700;
  margin-bottom: 35px;
}
.copy_text_action__copy_text p {
  font-weight: 300;
  font-size: 14px;
}
.copy_text_action__copy_text ul {
  margin: auto;
  width: 100%;
  max-width: 780px;
  margin-top: 35px;
}
.copy_text_action__copy_text ul li {
  font-size: 26px;
  margin: 0;
  line-height: 1.25;
}
@media only screen and (max-width: 1320px) {
  .copy_text_action__copy_text ul li {
    font-size: 23px;
  }
}
@media only screen and (max-width: 900px) {
  .copy_text_action__copy_text ul li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .copy_text_action__copy_text ul {
    padding-left: 20px;
  }
}
.copy_text_action__copy_text .apply-action {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 120px;
}

.featured-box {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
}
@media only screen and (max-width: 1100px) {
  .featured-box {
    padding: 50px 15px;
  }
}
.featured-box .section-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1320px) {
  .featured-box .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .featured-box .section-title {
    font-size: 30px;
  }
}
.featured-box .slick-slide {
  margin-left: 180px;
}
.featured-box .slick-list {
  margin-left: -180px;
}
.featured-box .slick-arrow {
  position: absolute;
  top: 25%;
  transform: translateY(-50%);
  background: transparent url("images/blue-arrow.svg") no-repeat scroll left top;
  text-indent: -99999em;
  width: 25px;
  height: 55px;
  z-index: 2;
}
.featured-box .slick-arrow.slick-disabled {
  opacity: 0.5;
}
@media only screen and (max-width: 1250px) {
  .featured-box .slick-arrow {
    display: none;
  }
}
.featured-box .slick-prev {
  left: -75px;
  transform: translateY(-50%) rotate(180deg);
}
.featured-box .slick-next {
  right: -75px;
}
.featured-box .img-cont {
  width: 100%;
  padding-top: 60%;
  float: left;
  position: relative;
  z-index: -1;
}
.featured-box .img-cont .img-featured {
  overflow: hidden;
  border-radius: 25px;
  float: left;
  width: 100%;
}
.featured-box .img-cont .img-featured img {
  display: block;
}
.featured-box .img-cont .img-featured--background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.featured-box .img-cont .img-featured--background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-box .content-featured {
  float: left;
  width: 100%;
  padding-left: 15px;
}
@media only screen and (max-width: 640px) {
  .featured-box .content-featured {
    padding-left: 0;
  }
}
.featured-box .content-featured .author-box {
  float: left;
  margin-top: -45px;
  max-width: 100px;
}
.featured-box .content-featured .author-box .author-name {
  color: #25A2B8;
  font-size: 12px;
  display: block;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
}
@media only screen and (max-width: 640px) {
  .featured-box .content-featured .author-box {
    max-width: 80px;
  }
}
.featured-box .content-featured .featured-info {
  float: left;
  width: calc(100% - 100px);
  padding-left: 10px;
  padding-top: 30px;
}
@media only screen and (max-width: 640px) {
  .featured-box .content-featured .featured-info {
    width: calc(100% - 85px);
  }
}
.featured-box .content-featured .featured-info h2 {
  color: #25A2B8;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1320px) {
  .featured-box .content-featured .featured-info h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .featured-box .content-featured .featured-info h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .featured-box .content-featured .featured-info h2 {
    margin-bottom: 10px;
  }
}
.featured-box .content-featured .featured-info h2 a {
  color: #25A2B8;
  font-weight: 700;
  text-decoration: none;
}
.featured-box .content-featured .featured-info h2 a:hover {
  color: #FA421D;
}
.featured-box .content-featured .featured-info p {
  font-size: 14px;
}
.featured-box .info-featured {
  float: left;
  width: 100%;
  margin-top: 35px;
  border-bottom: 1px solid #343434;
}
@media only screen and (max-width: 750px) {
  .featured-box .info-featured {
    margin-top: 20px;
  }
}
.featured-box .info-featured .info-date {
  float: left;
  width: 50%;
}
.featured-box .info-featured .info-level {
  float: left;
  width: 50%;
}
.featured-box .info-featured .info-text {
  display: block;
  color: #888B8E;
  font-size: 12px;
  margin-bottom: 5px;
}
.featured-box .info-featured .info-text a {
  color: #888B8E;
  font-size: 12px;
  text-decoration: none;
}
.featured-box .info-featured .info-text a:hover {
  color: #FA421D;
}
.featured-box .info-featured.spaced {
  padding-bottom: 35px;
}
.featured-box.no-padding {
  padding-top: 0;
}
.featured-box.no-padding .featured-info h2 {
  font-size: 18px;
}
.featured-box.no-padding .featured-info h2 a {
  font-size: 18px;
}

.page-join-our-network .featured-box .info-featured .info-date, .member-single .featured-box .info-featured .info-date {
  width: 100%;
}

.resources-container .featured-box {
  padding: 0 90px 0 90px;
}
@media only screen and (max-width: 1250px) {
  .resources-container .featured-box {
    padding: 0 0px 0 0px;
  }
}

.filters-container + .featured-box {
  padding-top: 50px;
}

.resources-container-featured {
  padding-bottom: 200px;
}
@media only screen and (max-width: 750px) {
  .resources-container-featured {
    padding-bottom: 100px;
  }
}
.resources-container-featured .buttons-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}
.resources-container-featured .buttons-container button:hover {
  background-color: #25A2B8;
}

.related-discussion {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 90px;
  padding-bottom: 200px;
  overflow: hidden;
}
.related-discussion .section-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1320px) {
  .related-discussion .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .related-discussion .section-title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .related-discussion .section-title {
    margin-bottom: 50px;
  }
}
.related-discussion .img-featured {
  overflow: hidden;
  border-radius: 25px;
  float: left;
  width: 100%;
}
.related-discussion .img-featured img {
  display: block;
}
.related-discussion .content-featured {
  float: left;
  width: 100%;
  padding-left: 15px;
}
@media only screen and (max-width: 640px) {
  .related-discussion .content-featured {
    padding-left: 0;
  }
}
.related-discussion .content-featured .author-box {
  float: left;
  max-width: 100px;
}
@media only screen and (max-width: 640px) {
  .related-discussion .content-featured .author-box {
    max-width: 80px;
  }
}
.related-discussion .content-featured .author-box .author-name {
  color: #25A2B8;
  font-size: 12px;
  display: block;
  text-align: center;
  font-weight: 600;
  margin-top: 10px;
  max-width: 100px;
  margin: 0px auto;
}
.related-discussion .content-featured .featured-info {
  float: left;
  width: calc(100% - 105px);
  padding-left: 15px;
}
@media only screen and (max-width: 640px) {
  .related-discussion .content-featured .featured-info {
    width: calc(100% - 85px);
  }
}
.related-discussion .content-featured .featured-info h2 {
  color: #25A2B8;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 24px;
}
@media only screen and (max-width: 1320px) {
  .related-discussion .content-featured .featured-info h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .related-discussion .content-featured .featured-info h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .related-discussion .content-featured .featured-info h2 {
    min-height: none;
  }
}
.related-discussion .content-featured .featured-info h2 a {
  font-size: 24px;
  color: #25A2B8;
  font-weight: 700;
  text-decoration: none;
}
.related-discussion .content-featured .featured-info h2 a:hover {
  color: #FA421D;
}
.related-discussion .content-featured .featured-info p {
  font-size: 14px;
  margin-bottom: 0;
}
.related-discussion .content-featured .featured-category {
  float: left;
  width: 100%;
  margin-left: -15px;
  padding-top: 15px;
}
.related-discussion .content-featured .featured-category p {
  font-size: 14px;
}
.related-discussion .info-featured {
  float: left;
  width: 100%;
  margin-top: 35px;
  border-bottom: 1px solid #343434;
}
.related-discussion .info-featured .info-date {
  float: left;
  width: 60%;
}
.related-discussion .info-featured .info-level {
  float: left;
  width: 40%;
}
.related-discussion .info-featured .info-text {
  display: block;
  color: #888B8E;
  font-size: 12px;
  margin-bottom: 5px;
}
.related-discussion .info-featured .info-text a {
  color: #888B8E;
  font-size: 12px;
  text-decoration: none;
}
.related-discussion .info-featured .info-text a:hover {
  color: #FA421D;
}
.related-discussion.padding {
  padding-top: 200px;
}
@media only screen and (max-width: 1100px) {
  .related-discussion.padding {
    padding: 100px 0;
  }
}
.related-discussion.padding .actions-topic {
  margin-top: 0;
}
.related-discussion.padding .author-box .author-name {
  color: #DE245C;
}
.related-discussion.padding .featured-info h2 {
  font-size: 18px;
  color: #DE245C;
}
@media only screen and (max-width: 640px) {
  .related-discussion.padding .featured-info h2 {
    min-height: 0;
  }
}
.related-discussion.padding .featured-info h2 a {
  font-size: 18px;
  color: #DE245C;
}
.related-discussion.padding .featured-info h2 a:hover {
  color: #FA421D;
}
@media only screen and (max-width: 640px) {
  .related-discussion .button-more {
    text-align: center;
  }
}
.related-discussion .load-more-action {
  margin: 55px 0;
  text-align: right;
}

.featured-members-content {
  float: left;
  width: 100%;
  position: relative;
}

.featured-members {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 90px;
  padding-top: 175px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .featured-members {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 640px) {
  .featured-members {
    padding-top: 50px;
    padding: 0 30px;
  }
}
.featured-members .section-title {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1320px) {
  .featured-members .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .featured-members .section-title {
    font-size: 30px;
  }
}
.featured-members .slick-slide {
  margin-left: 180px;
}
@media only screen and (max-width: 900px) {
  .featured-members .slick-slide {
    margin-left: 130px;
  }
}
@media only screen and (max-width: 900px) {
  .featured-members .slick-slide .member-img {
    float: left;
    width: 100%;
    text-align: center;
  }
  .featured-members .slick-slide .member-img svg {
    margin: 0 auto;
    float: left;
    width: 100%;
  }
}
.featured-members .slick-list {
  margin-left: -180px;
}
@media only screen and (max-width: 750px) {
  .featured-members .slick-list {
    margin-left: -140px;
  }
}
.featured-members .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent url("images/red-arrow.svg") no-repeat scroll left top;
  text-indent: -99999em;
  width: 25px;
  height: 55px;
  z-index: 2;
}
.featured-members .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.featured-members .slick-prev {
  left: -75px;
  transform: translateY(-50%) rotate(180deg);
}
@media only screen and (max-width: 640px) {
  .featured-members .slick-prev {
    left: -30px;
  }
}
.featured-members .slick-next {
  right: -75px;
}
@media only screen and (max-width: 640px) {
  .featured-members .slick-next {
    right: -30px;
  }
}
.featured-members .img-featured {
  overflow: hidden;
  border-radius: 25px;
  float: left;
  width: 100%;
}
.featured-members .img-featured img {
  display: block;
}
.featured-members .member-img {
  text-align: center;
}
.featured-members .member-name {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 35px;
}
.featured-members .member-name a {
  font-size: 22px;
  color: #E01E5A;
  font-weight: 500;
}
.featured-members .member-name a:hover {
  color: #25A2B8;
}
.featured-members .member-name span {
  display: block;
  margin-top: 5px;
}
.featured-members .member-action {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.featured-members .member-action .button {
  float: left;
  width: 100%;
  height: auto;
}

.member-directory {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 200px;
}
.member-directory .section-title {
  font-size: 50px;
  font-weight: 700;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1320px) {
  .member-directory .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .member-directory .section-title {
    font-size: 30px;
  }
}
.member-directory .member-list-result .item {
  border: 1px solid #343434 !important;
  overflow: hidden !important;
  padding: 20px !important;
  border-radius: 8px;
}
.member-directory .member-list-result .item .member .member-img {
  float: left;
  width: 100px;
}
@media only screen and (max-width: 1100px) {
  .member-directory .member-list-result .item .member .member-img {
    width: 60px;
  }
}
.member-directory .member-list-result .item .member .member-info {
  float: left;
  margin-left: 20px;
  width: calc(100% - 120px);
}
@media only screen and (max-width: 1100px) {
  .member-directory .member-list-result .item .member .member-info {
    width: calc(100% - 80px);
  }
}
.member-directory .member-list-result .item .member .member-info h3 {
  font-size: 18px;
  font-size: 18px;
}
@media only screen and (max-width: 1320px) {
  .member-directory .member-list-result .item .member .member-info h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .member-directory .member-list-result .item .member .member-info h3 {
    font-size: 18px;
  }
}
.member-directory .member-list-result .item .member .member-info h3 a {
  font-size: 18px;
  font-size: 18px;
  font-weight: 700;
  color: #FEC12F;
  word-break: break-word;
}
@media only screen and (max-width: 1320px) {
  .member-directory .member-list-result .item .member .member-info h3 a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .member-directory .member-list-result .item .member .member-info h3 a {
    font-size: 18px;
  }
}
.member-directory .member-list-result .item .member .member-info h3 a:hover {
  color: #25A2B8;
}
.member-directory .member-list-result .item .member .member-info span {
  display: block;
  font-size: 12px;
  margin-top: 15px;
}
.member-directory .member-list-result .item .member .member-info .member-action {
  margin-top: 15px;
}
.member-directory .member-list-result .item .member .member-info .member-action a {
  background: #A4062A !important;
  color: #ffffff !important;
}
.member-directory .member-list-result .item .member .member-info .member-action a:hover {
  background: #25A2B8 !important;
}
.member-directory .more-actions {
  text-align: right;
  margin-top: 80px;
}
@media only screen and (max-width: 900px) {
  .member-directory .more-actions {
    width: 100%;
    text-align: center;
  }
}
.member-directory .more-actions a {
  max-width: 210px;
  width: 100%;
}

.members-list--container {
  position: relative;
  padding: 50px 0;
}
.members-list--container .list-title {
  margin-bottom: 30px;
}

.single-content {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 90px;
  padding-top: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .single-content {
    padding: 0 30px;
  }
}
.single-content .webinar-container {
  margin-bottom: 180px;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.single-content .webinar-container .webinar--session {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1100px) {
  .single-content .webinar-container {
    display: none;
  }
}
.single-content .webinar-container-mobile {
  width: 100%;
  text-align: center;
  padding: 20px 30px;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.35;
  margin-bottom: 120px;
  min-height: 35vh;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1100px) {
  .single-content .webinar-container-mobile {
    display: flex;
  }
}
@media only screen and (max-width: 640px) {
  .single-content .webinar-container-mobile {
    min-height: 45vh;
  }
}
.single-content .profile-info {
  float: left;
  border: 1px solid #3E3E3E;
  border-radius: 25px;
  width: 240px;
  padding: 40px 20px;
  text-align: center;
  margin-right: 120px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .single-content .profile-info {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .single-content .profile-info .author-box {
    max-width: 240px;
    margin: 0px auto;
  }
}
.single-content .profile-info .author-box .author-name {
  display: block;
  text-align: center;
  color: #FA421D;
  margin-top: 15px;
  font-weight: 600;
}
.single-content .profile-info .author-box .author-name span {
  display: block;
}
.single-content .profile-info .author-box .author-name a {
  color: #FA421D;
}
.single-content .profile-info .author-box .author-name a:hover {
  color: #25A2B8;
}
.single-content .profile-info .author-box .author-img .project--name__images .logo--project {
  min-width: 90px;
  min-height: 90px;
  width: 90px;
  height: 90px;
  display: none;
}
.single-content .profile-info .author-box .author-img .project--name__images .logo--project:nth-child(1), .single-content .profile-info .author-box .author-img .project--name__images .logo--project:nth-child(2) {
  display: block;
}
.single-content .profile-info .info-featured {
  padding-top: 20px;
}
.single-content .profile-info .info-featured .info-text {
  display: block;
  color: #888B8E;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
  margin-top: 25px;
}
.single-content .profile-info .info-featured .info-text a {
  color: #888B8E;
  font-size: 14px;
  text-decoration: none;
}
.single-content .profile-info .info-featured .info-text a:hover {
  color: #FA421D;
}
.single-content .profile-info .info-featured .info-text .comma:last-child {
  display: none;
}
.single-content .profile-info .info-featured .info-text:first-child {
  margin-top: 0px;
}
.single-content .profile-info .profile-actions {
  margin-top: 25px;
}
@media only screen and (max-width: 900px) {
  .single-content .profile-info .profile-actions {
    max-width: 240px;
    margin: 25px auto 0px auto;
  }
}
.single-content .profile-info .profile-actions a {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}
.single-content .profile-info .profile-actions a.button--orange {
  margin-bottom: 30px;
}
.single-content .profile-info .profile-actions a.button--outline {
  /*i{
      margin-right: 10px;
  }*/
}
@media only screen and (max-width: 900px) {
  .single-content .profile-info .profile-actions a.button--outline {
    text-align: center;
  }
}
.single-content .profile-info .bookmark-action {
  text-align: center;
  margin-top: 105px;
}
@media only screen and (max-width: 900px) {
  .single-content .profile-info .bookmark-action {
    margin-top: 25px;
  }
}
.single-content .profile-info .bookmark-action a {
  color: #FA421D;
  font-size: 14px;
}
.single-content .profile-info .bookmark-action a:hover {
  color: #25A2B8;
}
.single-content .post-info {
  float: left;
  width: calc(100% - 360px);
}
@media only screen and (max-width: 900px) {
  .single-content .post-info {
    width: 100%;
  }
}
.single-content .post-info .container, .single-content .post-info .bbpress-wrapper {
  padding: 0;
}
.single-content .post-info .single_text_block {
  margin-bottom: 65px;
}
.single-content .post-info .single_text_block__text-cont h1 {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 65px;
}
@media only screen and (max-width: 1320px) {
  .single-content .post-info .single_text_block__text-cont h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .single-content .post-info .single_text_block__text-cont h1 {
    font-size: 40px;
  }
}
.single-content .post-info .single_text_block__text-cont h2 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 65px;
}
@media only screen and (max-width: 1320px) {
  .single-content .post-info .single_text_block__text-cont h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .single-content .post-info .single_text_block__text-cont h2 {
    font-size: 30px;
  }
}
.single-content .post-info .single_text_block__text-cont h3 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 65px;
  margin-top: 65px;
}
.single-content .post-info .single_text_block__text-cont img {
  display: block;
  margin-bottom: 65px;
  margin-top: 65px;
}
.single-content .post-info .single_text_block__text-cont iframe, .single-content .post-info .single_text_block__text-cont video {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
.single-content .post-info .single_text_block__text-cont .wp-caption {
  width: 100% !important;
}
.single-content .post-info .single_text_block__text-cont a:not(.button) {
  color: #FA421D;
}
.single-content .post-info .single_text_block__text-cont a:not(.button):hover {
  color: #25A2B8;
}
.single-content .post-info .single_text_block__text-cont .button--container {
  display: flex;
  justify-content: center;
}
.single-content .post-info .single_text_block__text-cont a.button:hover {
  background-color: #DE245C;
  color: #ffffff;
}
.single-content .post-info .single_text_block__text-cont ul, .single-content .post-info .single_text_block__text-cont ol {
  padding-left: 18px;
}
.single-content .post-info .single_text_block__text-cont .pdf-viewer {
  text-align: center;
}
.single-content.single-webinar {
  padding-bottom: 90px;
}

.comments-content {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 90px;
  padding-top: 85px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .comments-content {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 450px) {
  .comments-content {
    padding: 0 0px;
  }
}
.comments-content .section-title {
  font-size: 50px;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .comments-content .section-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .comments-content .section-title {
    font-size: 30px;
  }
}
.comments-content .comment-list {
  padding-left: 95px;
  padding-top: 65px;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .comments-content .comment-list {
    padding: 0;
  }
}
.comments-content .comment-list li {
  display: block;
  float: left;
  width: 100%;
}
.comments-content .comment-list li:marker {
  display: none;
}
.comments-content .comment-list li.depth-1 {
  margin-bottom: 20px;
}
.comments-content .comment-list li .comment-body {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.comments-content .comment-list li .comment-body .comment-author {
  float: left;
  width: 82px;
}
@media only screen and (max-width: 450px) {
  .comments-content .comment-list li .comment-body .comment-author {
    width: 64px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 350px) {
  .comments-content .comment-list li .comment-body .comment-author {
    width: 50px;
  }
}
.comments-content .comment-list li .comment-body .comment-author .sprite img {
  background-image: url("data:image/svg+xml, %3Csvg width='82px' height='101px' viewBox='0 0 664 811' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath d='M563.8756,94.8869951 C437.529166,-31.0950275 226.954656,-31.0950275 97.9817643,97.5144922 C-30.9997669,226.115397 -30.9997669,436.082563 95.3466671,562.064586 C147.305601,613.865044 211.558776,645.205485 278.248336,656.275431 C288.106192,657.903618 293.169034,669.154474 287.397739,677.286793 C278.758076,689.450812 268.969338,701.054873 258.040164,711.94391 C226.488114,743.413571 190.210168,767.267799 151.469919,783.532436 C137.819251,789.269856 141.534306,809.557579 156.351329,809.70403 C294.352668,810.961782 432.751432,759.11825 538.043007,654.13036 C622.314281,570.102143 663.931539,459.643889 662.894779,349.521611 C662.88614,348.289703 662.739265,347.057794 662.60967,345.834501 C666.333365,255.956872 633.571763,164.382139 563.8756,94.8869951' id='path-1'%3E%3C/path%3E%3C/defs%3E%3Cg id='Welcome' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cmask id='mask-2' fill='white'%3E%3Cuse xlink:href='%23path-1'%3E%3C/use%3E%3C/mask%3E%3Cuse id='Mask' fill='%23A4062A' opacity='0.497628348' xlink:href='%23path-1'%3E%3C/use%3E%3Cimage mask='url(%23mask-2)' x='-50' y='0' width='825' height='825' xlink:href=''%3E%3C/image%3E%3C/g%3E%3C/svg%3E");
}
.comments-content .comment-list li .comment-body .comment-author svg {
  width: 100%;
  max-width: 100%;
}
@media only screen and (max-width: 450px) {
  .comments-content .comment-list li .comment-body .comment-author svg {
    height: auto;
  }
}
.comments-content .comment-list li .comment-body .comment-author .fn .url {
  font-size: 12px;
  color: #FA421D;
}
@media only screen and (max-width: 450px) {
  .comments-content .comment-list li .comment-body .comment-author .fn .url {
    font-size: 11px;
  }
}
@media only screen and (max-width: 350px) {
  .comments-content .comment-list li .comment-body .comment-author .fn .url {
    font-size: 10px;
  }
}
.comments-content .comment-list li .comment-body .comment-author .fn .url:before {
  content: "By";
  margin-right: 5px;
}
.comments-content .comment-list li .comment-body .comment-author .fn a {
  font-size: 12px;
  color: #FA421D;
}
@media only screen and (max-width: 450px) {
  .comments-content .comment-list li .comment-body .comment-author .fn a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 350px) {
  .comments-content .comment-list li .comment-body .comment-author .fn a {
    font-size: 10px;
  }
}
.comments-content .comment-list li .comment-body .comment-author .fn a:hover {
  color: #25A2B8;
}
.comments-content .comment-list li .comment-body .comment-author .fn a:before {
  content: "By";
  margin-right: 5px;
}
.comments-content .comment-list li .comment-body em {
  text-align: right;
  display: block;
  color: #B7BABE;
  font-style: normal;
  font-size: 12px;
  font-weight: 700;
}
.comments-content .comment-list li .comment-body .comment-content {
  float: left;
  width: calc(100% - 112px);
  background: #000;
  border: 2px solid #000;
  border-radius: 25px;
  padding: 30px;
  position: relative;
  margin-left: 30px;
}
@media only screen and (max-width: 450px) {
  .comments-content .comment-list li .comment-body .comment-content {
    width: calc(100% - 64px);
    padding: 30px;
    margin-left: 15px;
  }
}
.comments-content .comment-list li .comment-body .comment-content::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 15px 8px 0;
  border-color: transparent #000 transparent transparent;
  position: absolute;
  top: 25px;
  left: -7px;
  transform: translateX(-50%);
}
.comments-content .comment-list li .comment-body .comment-content p {
  font-size: 14px;
}
.comments-content .comment-list li .comment-body .comment-content p a {
  color: #FA421D;
  font-size: 14px;
}
.comments-content .comment-list li .comment-body .comment-content p a:hover {
  color: #25A2B8;
}
.comments-content .comment-list li .comment-body .reply {
  position: absolute;
  right: 30px;
  bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .comments-content .comment-list li .comment-body .reply {
    right: 20px;
    bottom: 10px;
  }
}
.comments-content .comment-list li .comment-body .reply a {
  color: #FA421D;
  font-size: 14px;
}
.comments-content .comment-list li .comment-body .reply a:hover {
  color: #25A2B8;
}
.comments-content .comment-list li .comment-body .reply a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3e5";
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 18px;
}
.comments-content .comment-list li .comment-respond .comment-reply-title small {
  float: right;
}
.comments-content .comment-list li .comment-respond .comment-reply-title small a {
  color: #FA421D;
  font-size: 14px;
}
.comments-content .comment-list li .comment-respond .comment-reply-title small a:hover {
  color: #25A2B8;
}
.comments-content .comment-list li .comment-respond .form-submit {
  text-align: center;
}
.comments-content .comment-list li .comment-respond .form-submit input {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #25A2B8 !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 1320px) {
  .comments-content .comment-list li .comment-respond .form-submit input {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .comments-content .comment-list li .comment-respond .form-submit input {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .comments-content .comment-list li .comment-respond .form-submit input {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .comments-content .comment-list li .comment-respond .form-submit input {
    font-size: 13px;
  }
}
.comments-content .comment-list li .comment-respond .form-submit input:hover {
  background: #DE245C;
  color: #ffffff;
}
.comments-content .comment-list li .comment-respond .form-submit input:hover {
  background: #FA421D !important;
}
.comments-content .comment-list li .children {
  padding-left: 115px;
  position: relative;
}
@media only screen and (max-width: 450px) {
  .comments-content .comment-list li .children {
    padding-left: 64px;
  }
}
@media only screen and (max-width: 350px) {
  .comments-content .comment-list li .children {
    padding-left: 50px;
  }
}
.comments-content .comment-list li .children li .comment-content {
  background: transparent;
}
.comments-content .comment-list li .children li .comment-content::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 15px 8px 0;
  border-color: transparent #191B1D transparent transparent;
  position: absolute;
  top: 25px;
  left: -5px;
  transform: translateX(-50%);
}
.comments-content .comment-list li .children > li {
  position: relative;
}
.comments-content .comment-list li .children > li:after {
  content: "";
  background: #000;
  height: 2px;
  position: absolute;
  left: -80px;
  width: 70px;
  top: 50px;
}
@media only screen and (max-width: 450px) {
  .comments-content .comment-list li .children > li:after {
    left: -40px;
    width: 30px;
    top: 60px;
  }
}
.comments-content .comment-list li .children > li:before {
  content: "";
  background: #000;
  position: absolute;
  width: 2px;
  height: 70px;
  left: -80px;
  top: -20px;
}
@media only screen and (max-width: 450px) {
  .comments-content .comment-list li .children > li:before {
    left: -40px;
    top: -10px;
  }
}
.comments-content .comments-actions {
  text-align: right;
}
.comments-content .comments-show {
  display: none;
}
.comments-content .comments-show h2 {
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .comments-content .comments-show h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .comments-content .comments-show h2 {
    font-size: 20px;
  }
}
.comments-content .comments-show .logged-in-as a {
  color: #FA421D;
  font-size: 14px;
}
.comments-content .comments-show .logged-in-as a:hover {
  color: #25A2B8;
}
.comments-content .comments-show .comment-form-comment label {
  display: block;
  margin-bottom: 10px;
}
.comments-content .comments-show .comment-form-comment textarea {
  background: #ffffff;
  font-size: 16px;
  color: #51575D;
  padding: 30px;
  border-radius: 25px;
  width: 100%;
  resize: none;
  min-height: 350px;
}
.comments-content .comments-show .form-submit {
  text-align: right;
}
.comments-content .comments-show .form-submit input {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #25A2B8 !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 1320px) {
  .comments-content .comments-show .form-submit input {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .comments-content .comments-show .form-submit input {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .comments-content .comments-show .form-submit input {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .comments-content .comments-show .form-submit input {
    font-size: 13px;
  }
}
.comments-content .comments-show .form-submit input:hover {
  background: #DE245C;
  color: #ffffff;
}
.comments-content .comments-show .form-submit input:hover {
  background: #FA421D !important;
}

.comments-box {
  padding-bottom: 200px;
}
@media only screen and (max-width: 750px) {
  .comments-box {
    padding-bottom: 50px;
  }
}

.user-content {
  max-width: 1100px;
  margin: auto;
}

#item-header {
  padding-bottom: 50px;
}

#cover-image-container {
  padding-bottom: 20px;
}
#cover-image-container .line-separator {
  background: #3E3E3E;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  max-width: 1100px;
  left: 50%;
  transform: translateX(-50%);
}

#header-cover-image {
  background: #191B1D;
  margin-top: 100px;
  background-size: cover !important;
}

#buddypress #header-cover-image {
  background-size: cover !important;
  height: 405px;
}

#buddypress #item-header-cover-image {
  min-height: 405px;
  margin-bottom: 1em;
}
#buddypress #item-header-cover-image::after {
  clear: both;
  content: "";
  display: table;
}

#buddypress #item-header-cover-image #item-header-avatar {
  margin-top: 325px;
  float: left;
  overflow: visible;
  width: auto;
  position: relative;
}
#buddypress #item-header-cover-image #item-header-avatar span {
  font-size: 14px;
  position: absolute;
  right: 0px;
  background: #fff;
  color: #FA421D;
  text-shadow: none;
  padding: 5px 10px;
  bottom: -10px;
  font-weight: bold;
  border-radius: 3px;
}
@media only screen and (max-width: 900px) {
  #buddypress #item-header-cover-image #item-header-avatar span {
    right: calc(50% - 80px);
  }
}
@media only screen and (max-width: 900px) {
  #buddypress #item-header-cover-image #item-header-avatar {
    width: 100% !important;
    text-align: center !important;
  }
}

#buddypress div#item-header #item-header-cover-image #item-header-content {
  margin-left: 230px !important;
  margin-top: -100px !important;
  clear: both;
  float: left;
  width: auto;
}
@media only screen and (max-width: 900px) {
  #buddypress div#item-header #item-header-cover-image #item-header-content {
    margin-left: 0 !important;
    margin-top: 0 !important;
  }
}
#buddypress div#item-header #item-header-cover-image #item-header-content h2 {
  font-size: 50px;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 1320px) {
  #buddypress div#item-header #item-header-cover-image #item-header-content h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  #buddypress div#item-header #item-header-cover-image #item-header-content h2 {
    font-size: 30px;
  }
}
#buddypress div#item-header #item-header-cover-image #item-header-content .field-work {
  display: block;
  font-size: 16px;
}
#buddypress div#item-header #item-header-cover-image #item-header-content .organization-name {
  display: block;
  font-size: 20px;
  margin-top: 10px;
}
#buddypress div#item-header #item-header-cover-image #item-header-content .address {
  display: block;
  font-size: 12px;
  color: #888B8E;
  margin-top: 30px;
}
#buddypress div#item-header #item-header-cover-image #item-header-content #item-buttons {
  margin-top: 30px;
}
#buddypress div#item-header #item-header-cover-image #item-header-content #item-buttons a {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #FEC12F !important;
  color: #000 !important;
  border-color: #FEC12F;
  font-size: 16px;
}
@media only screen and (max-width: 1320px) {
  #buddypress div#item-header #item-header-cover-image #item-header-content #item-buttons a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  #buddypress div#item-header #item-header-cover-image #item-header-content #item-buttons a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  #buddypress div#item-header #item-header-cover-image #item-header-content #item-buttons a {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  #buddypress div#item-header #item-header-cover-image #item-header-content #item-buttons a {
    font-size: 13px;
  }
}
#buddypress div#item-header #item-header-cover-image #item-header-content #item-buttons a:hover {
  background: #DE245C;
  color: #ffffff;
}
#buddypress div#item-header #item-header-cover-image #item-header-content #item-buttons a:hover {
  background: #FA421D !important;
  color: #000 !important;
}
#buddypress div#item-header #item-header-cover-image #item-header-content #item-buttons a:hover {
  border-color: #FA421D;
}
@media only screen and (max-width: 900px) {
  #buddypress div#item-header #item-header-cover-image #item-header-content {
    width: 100% !important;
    text-align: center;
  }
}

#item-header-action {
  float: right;
  margin-top: -50px;
  width: 230px;
}
@media only screen and (max-width: 900px) {
  #item-header-action {
    margin-top: 35px;
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  #item-header-action .message-action {
    max-width: 280px;
    margin: auto;
  }
}
#item-header-action .message-action a {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #184139 !important;
  color: #ffffff !important;
  font-size: 16px;
  display: block;
}
@media only screen and (max-width: 1320px) {
  #item-header-action .message-action a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  #item-header-action .message-action a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  #item-header-action .message-action a {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  #item-header-action .message-action a {
    font-size: 13px;
  }
}
#item-header-action .message-action a:hover {
  background: #DE245C;
  color: #ffffff;
}
#item-header-action .message-action a:hover {
  background: #E01E5A !important;
}
#item-header-action .resume-action {
  margin-top: 20px;
}
#item-header-action .resume-action a {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  font-size: 16px;
  display: block;
}
@media only screen and (max-width: 1320px) {
  #item-header-action .resume-action a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  #item-header-action .resume-action a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  #item-header-action .resume-action a {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  #item-header-action .resume-action a {
    font-size: 13px;
  }
}
#item-header-action .resume-action a:hover {
  background: #DE245C;
  color: #ffffff;
}
#item-header-action .resume-action a:hover {
  background: #FA421D;
  border-color: #FA421D;
}
#item-header-action .resume-action a i {
  margin-right: 10px;
}
#item-header-action .social-action {
  margin-top: 55px;
}
@media only screen and (max-width: 900px) {
  #item-header-action .social-action {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
#item-header-action .social-action a {
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 10px;
}
#item-header-action .social-action a i {
  color: #191B1D;
  font-size: 18px;
}
#item-header-action .social-action a:hover {
  background: #FEC12F;
}

.bio-content {
  max-width: 1100px;
  margin: auto;
  padding-bottom: 50px;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  .bio-content {
    padding: 25px;
  }
}
.bio-content .bio-title {
  float: left;
  width: 400px;
}
.bio-content .bio-title h2 {
  font-size: 50px;
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 25px !important;
  margin-top: 0 !important;
}
@media only screen and (max-width: 1320px) {
  .bio-content .bio-title h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .bio-content .bio-title h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .bio-content .bio-title {
    width: 100%;
  }
}
.bio-content .bio-descpription {
  float: left;
  width: calc(100% - 400px);
  padding-top: 20px;
}
.bio-content .bio-descpription .bp-feedback {
  display: none;
}
.bio-content .bio-descpription p {
  font-size: 14px;
  font-weight: 500;
}
.bio-content .bio-descpription a {
  color: #ffffff;
}
.bio-content .bio-descpription a:hover {
  color: #FA421D;
}
@media only screen and (max-width: 900px) {
  .bio-content .bio-descpription {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.bio-content.themes-preferences .bio-description {
  float: left;
  width: calc(100% - 400px);
  padding-top: 20px;
}
@media only screen and (max-width: 900px) {
  .bio-content.themes-preferences .bio-description {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 20px;
  }
}
.bio-content.themes-preferences .bio-description .theme-name {
  display: block;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
}
.bio-content.themes-preferences .bio-description .theme-name:hover {
  color: #DE245C;
}
.bio-content.themes-preferences .bio-description {
  float: left;
  width: calc(100% - 400px);
  padding-top: 20px;
}
@media only screen and (max-width: 900px) {
  .bio-content.themes-preferences .bio-description {
    width: 100%;
  }
}
.bio-content.themes-preferences .bio-description .theme-name {
  display: block;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 8px;
}
.bio-content.themes-preferences .bio-description .theme-name:hover {
  color: #A4062A;
}

.resources-profile {
  padding-bottom: 100px;
}
.resources-profile .featured-box {
  padding-top: 0;
}
.resources-profile .button-more a {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #FEC12F !important;
  color: #000 !important;
  font-size: 16px;
}
@media only screen and (max-width: 1320px) {
  .resources-profile .button-more a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .resources-profile .button-more a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .resources-profile .button-more a {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .resources-profile .button-more a {
    font-size: 13px;
  }
}
.resources-profile .button-more a:hover {
  background: #DE245C;
  color: #ffffff;
}
.resources-profile .button-more a:hover {
  background: #FA421D !important;
  color: #000 !important;
}

.related-profile-member {
  max-width: 1100px;
  margin: auto;
  padding: 0;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1100px) {
  .related-profile-member {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 900px) {
  .related-profile-member .member-list {
    grid-gap: 35px 35px;
  }
}
@media only screen and (max-width: 750px) {
  .related-profile-member .member-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.ngo-single {
  position: relative;
}
.ngo-single__hero {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ngo-single__hero__container {
  position: relative;
  padding-bottom: 30px;
}
@media only screen and (min-width: 750px) {
  .ngo-single__hero__container {
    padding-bottom: 120px;
  }
}
.ngo-single__hero__image {
  height: 405px;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-position: center;
}
.ngo-single__hero .hero-content {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 25px 0;
  gap: 20px;
  position: relative;
}
@media only screen and (min-width: 900px) {
  .ngo-single__hero .hero-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.ngo-single__hero .hero-content #item-header-avatar {
  margin-top: -150px;
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 900px) {
  .ngo-single__hero .hero-content #item-header-avatar {
    position: relative;
    margin-top: -100px;
    flex: 0 0 230px;
    top: auto;
  }
}
.ngo-single__hero .hero-content #item-header-content {
  padding-top: 15px;
}
.ngo-single__hero .hero-content #item-header-content .info-text {
  display: block;
  margin-bottom: 15px;
  line-height: 1.5;
}
.ngo-single__hero .hero-content #item-header-content .info-text h6 {
  margin-bottom: 6px;
}
.ngo-single__hero .hero-content #item-header-content .info-text a:hover {
  color: #FA421D;
}
.ngo-single__hero .hero-content #item-header-action {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  min-width: 260px;
  flex: auto;
}
@media only screen and (min-width: 900px) {
  .ngo-single__hero .hero-content #item-header-action {
    width: 260px;
    flex: 0 0 260px;
    align-items: flex-end;
    float: none;
    margin-top: 0px !important;
  }
}
.ngo-single__hero .hero-content #item-header-action .message-action {
  width: 100%;
  min-width: 260px;
}
.ngo-single__hero .hero-content #item-header-action .button {
  margin-top: 15px;
  width: 100%;
  display: block;
  font-size: 16px;
}
.ngo-single__hero .hero-content #item-header-action .button.joined {
  background-color: #B7BABE !important;
}
.ngo-single__hero .hero-content #item-header-action .button.joined:hover {
  background-color: #E01E5A !important;
}

.ngo-related--container {
  padding: 0 0 50px;
}
@media only screen and (max-width: 1100px) {
  .ngo-related--container .featured-box {
    padding: 0px 15px;
  }
}
.ngo-related--container .featured-box .bio-content {
  padding-bottom: 20px;
}

.related-title {
  font-size: 32px;
  margin-bottom: 20px;
}

.member-single .featured-box {
  padding-top: 0;
  padding-bottom: 0;
}
.member-single .featured-box.bio-content {
  padding-bottom: 0;
}

#buddypress #item-header-cover-image #item-header-avatar.influencer-avatar {
  background: transparent url("images/influencer-photo-mask.png") no-repeat scroll center top;
  padding: 50px;
  background-size: contain;
  max-width: 260px;
  max-height: 296px;
  margin-top: 365px;
}
#buddypress #item-header-cover-image #item-header-avatar.influencer-avatar svg {
  width: 100%;
}
#buddypress #item-header-cover-image #item-header-avatar.influencer-avatar span {
  right: 0;
}
@media only screen and (max-width: 900px) {
  #buddypress #item-header-cover-image #item-header-avatar.influencer-avatar {
    width: 100% !important;
    text-align: center !important;
    max-width: inherit !important;
  }
}

#buddypress div#item-header #item-header-cover-image #item-header-content.influencer-header {
  margin-top: -125px;
  margin-left: 285px;
}
@media only screen and (max-width: 900px) {
  #buddypress div#item-header #item-header-cover-image #item-header-content.influencer-header {
    margin-left: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 900px) {
  #buddypress div#item-header #item-header-cover-image #item-header-content h2 {
    margin: 25px 0 0;
  }
}
#buddypress div#item-header #item-header-cover-image #item-header-content #item-buttons.influencer--follow a {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #49174A !important;
  color: #ffffff !important;
  border-color: #49174A;
  font-size: 16px;
}
@media only screen and (max-width: 1320px) {
  #buddypress div#item-header #item-header-cover-image #item-header-content #item-buttons.influencer--follow a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  #buddypress div#item-header #item-header-cover-image #item-header-content #item-buttons.influencer--follow a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  #buddypress div#item-header #item-header-cover-image #item-header-content #item-buttons.influencer--follow a {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  #buddypress div#item-header #item-header-cover-image #item-header-content #item-buttons.influencer--follow a {
    font-size: 13px;
  }
}
#buddypress div#item-header #item-header-cover-image #item-header-content #item-buttons.influencer--follow a:hover {
  background: #DE245C;
  color: #ffffff;
}
#buddypress div#item-header #item-header-cover-image #item-header-content #item-buttons.influencer--follow a:hover {
  background: #184139 !important;
}
#buddypress div#item-header #item-header-cover-image #item-header-content #item-buttons.influencer--follow a:hover {
  border-color: #184139;
  color: #ffffff;
}

#item-header-action {
  float: right;
  margin-top: -95px;
  width: 230px;
}
@media only screen and (max-width: 900px) {
  #item-header-action {
    margin-top: 35px;
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  #item-header-action .message-action {
    max-width: 280px;
    margin: auto;
  }
}
#item-header-action .message-action.influencer-message a {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #A4062A !important;
  color: #ffffff !important;
  font-size: 16px;
  display: block;
}
@media only screen and (max-width: 1320px) {
  #item-header-action .message-action.influencer-message a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  #item-header-action .message-action.influencer-message a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  #item-header-action .message-action.influencer-message a {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  #item-header-action .message-action.influencer-message a {
    font-size: 13px;
  }
}
#item-header-action .message-action.influencer-message a:hover {
  background: #DE245C;
  color: #ffffff;
}
#item-header-action .message-action.influencer-message a:hover {
  background: #25A2B8 !important;
}

.bio-content .video-responsive {
  float: left;
  width: 100%;
  margin-top: 50px;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}
.bio-content .video-responsive iframe,
.bio-content .video-responsive object,
.bio-content .video-responsive embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.socials-influencers .section-title a {
  float: right;
  padding: 0 20px;
}
.socials-influencers .section-title a i {
  margin-right: 7px;
}
@media only screen and (max-width: 1250px) {
  .socials-influencers .section-title a {
    float: left;
  }
}
@media only screen and (max-width: 1100px) {
  .socials-influencers .section-title span {
    display: block;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 900px) {
  .socials-influencers .featured-box {
    padding: 25px 0;
  }
}
@media only screen and (max-width: 900px) {
  .socials-influencers .featured-box .section-title {
    margin-bottom: 30px;
  }
}

.influencer-feed-social {
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  border: 1px solid #3E3E3E;
  padding: 40px;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
@media only screen and (max-width: 900px) {
  .influencer-feed-social {
    padding: 0;
  }
}
@media only screen and (max-width: 900px) {
  .influencer-feed-social {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }
}
@media only screen and (max-width: 750px) {
  .influencer-feed-social {
    margin-bottom: 40px;
  }
}
.influencer-feed-social .social-box {
  width: 100%;
  max-width: 350px;
  order: 0;
  margin: 0 15px;
  flex: 1 1 auto;
  align-self: auto;
}
@media only screen and (max-width: 900px) {
  .influencer-feed-social .social-box {
    order: 0;
    flex: 1 1 100%;
    align-self: center;
    margin: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    padding: 20px 15px;
    margin: 0;
  }
  .influencer-feed-social .social-box:last-child {
    margin-bottom: 0;
  }
}
.influencer-feed-social .social-box h4 {
  font-weight: 700;
  margin-bottom: 20px;
}
.influencer-feed-social .social-box h4 i {
  margin-right: 10px;
}
.influencer-feed-social .social-box iframe {
  width: 100% !important;
}
@media only screen and (max-width: 900px) {
  .influencer-feed-social .social-box iframe {
    margin: auto;
  }
}
@media only screen and (max-width: 900px) {
  .influencer-feed-social .social-box iframe ._2p3a {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1100px) {
  .influencer-feed-social .social-box--facebook {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (max-width: 1100px) {
  .influencer-feed-social .social-box--facebook h4 {
    text-align: center;
  }
}
@media only screen and (max-width: 1100px) {
  .influencer-feed-social .social-box--facebook iframe {
    width: auto !important;
  }
}
@media only screen and (max-width: 640px) {
  .influencer-feed-social .social-box--facebook iframe {
    width: 100% !important;
  }
}

.member-directory .member-list .member .member-info.influencer-info h3 a {
  color: #A4062A;
}
.member-directory .member-list .member .member-info.influencer-info h3 a:hover {
  color: #25A2B8;
}

.wppress-tiktok-feed {
  background: #ffffff !important;
  padding: 25px 10px;
}

.join-banner {
  padding: 70px 0;
  position: relative;
}
.join-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.join-banner__text-cont {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
}
.join-banner__title {
  font-size: 70px;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .join-banner__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .join-banner__title {
    font-size: 40px;
  }
}
.join-banner__text {
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1320px) {
  .join-banner__text {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .join-banner__text {
    font-size: 30px;
  }
}
.join-banner__fill {
  display: block;
  width: 100%;
  height: 20px;
}

.page-influencers .join-banner {
  padding: 120px 0;
}
.page-influencers .join-banner__title {
  max-width: 500px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-influencers .fancybox-stage {
  overflow-y: hidden;
  overflow-y: scroll;
  top: 105px;
}
@media only screen and (max-width: 1100px) {
  .page-influencers .fancybox-stage {
    top: 85px;
  }
}

.user-actions {
  margin: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .user-actions {
    display: block;
  }
}
.user-actions .user-action-text span {
  font-size: 24px;
  font-weight: 500;
}
@media only screen and (max-width: 1320px) {
  .user-actions .user-action-text span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .user-actions .user-action-text span {
    font-size: 18px;
  }
}
.user-actions .user-action-button {
  display: flex;
}
@media only screen and (max-width: 900px) {
  .user-actions .user-action-button {
    float: left;
    width: 100%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .user-actions .user-action-button {
    flex-direction: column;
  }
}
.user-actions .user-action-button a {
  min-width: 220px;
  margin-left: 20px;
}
@media only screen and (max-width: 640px) {
  .user-actions .user-action-button a {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

.block-content {
  padding-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .block-content {
    float: left;
    width: 100%;
  }
}
.block-content .block-boxes {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .block-content .block-boxes {
    float: left;
    width: 100%;
    margin-top: 75px;
  }
}
.block-content .block-boxes section {
  float: none;
}
.block-content .block-boxes .title-block {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 55px;
}
@media only screen and (max-width: 1320px) {
  .block-content .block-boxes .title-block {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .block-content .block-boxes .title-block {
    font-size: 18px;
  }
}
.block-content .block-boxes .title-block.title--flex {
  display: flex;
  gap: 8px;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .block-content .block-boxes .title-block.title--flex {
    padding-right: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    gap: 8px;
  }
}
@media only screen and (max-width: 640px) {
  .block-content .block-boxes .title-block.title--flex {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
  }
  .block-content .block-boxes .title-block.title--flex .button--small {
    width: 100%;
  }
}
.block-content .block-boxes .title-block.title--flex .buttons {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .block-content .block-boxes .title-block.title--flex .buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
}
@media only screen and (max-width: 640px) {
  .block-content .block-boxes .title-block {
    position: relative;
    padding-right: 100px;
    margin-top: 50px;
  }
}
.block-content .block-boxes .title-block .remove-block {
  font-size: 16px;
  font-weight: 400;
  float: right;
  margin-top: 10px;
  position: relative;
  padding-left: 30px;
}
@media only screen and (max-width: 640px) {
  .block-content .block-boxes .title-block .remove-block {
    position: absolute;
    right: 0;
    top: 3px;
  }
}
@media only screen and (max-width: 750px) {
  .block-content .block-boxes .title-block .remove-block {
    margin-top: 0;
  }
}
.block-content .block-boxes .title-block .remove-block .donut {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -2px;
  border-radius: 50%;
  animation: 1.5s spin infinite linear;
  visibility: hidden;
  opacity: 0;
}
.block-content .block-boxes .title-block .remove-block.blue {
  color: #25A2B8;
}
.block-content .block-boxes .title-block .remove-block.blue .donut {
  border: 0.3rem solid rgba(37, 162, 184, 0.3);
  border-top-color: #25A2B8;
}
.block-content .block-boxes .title-block .remove-block.blue .donut.multi {
  border-bottom-color: #25A2B8;
}
.block-content .block-boxes .title-block .remove-block.orange {
  color: #FA421D;
}
.block-content .block-boxes .title-block .remove-block.orange .donut {
  border: 0.3rem solid rgba(250, 66, 29, 0.3);
  border-top-color: #FA421D;
}
.block-content .block-boxes .title-block .remove-block.orange .donut.multi {
  border-bottom-color: #FA421D;
}
.block-content .block-boxes .title-block .remove-block.yellow {
  color: #FEC12F;
}
.block-content .block-boxes .title-block .remove-block.yellow .donut {
  border: 0.3rem solid rgba(254, 193, 47, 0.3);
  border-top-color: #FEC12F;
}
.block-content .block-boxes .title-block .remove-block.yellow .donut.multi {
  border-bottom-color: #FEC12F;
}
.block-content .block-boxes .title-block .remove-block.pink {
  color: #DE245C;
}
.block-content .block-boxes .title-block .remove-block.pink .donut {
  border: 0.3rem solid rgba(222, 36, 92, 0.3);
  border-top-color: #DE245C;
}
.block-content .block-boxes .title-block .remove-block.pink .donut.multi {
  border-bottom-color: #DE245C;
}
.block-content .block-boxes .title-block .remove-block.active .donut {
  visibility: visible;
  opacity: 1;
}
.block-content .block-boxes .resources-container-featured {
  padding-bottom: 0;
}
.block-content .block-boxes .resources-container-featured .grid-featured-result__item.discussion-item {
  display: grid;
  grid-template-columns: 110px calc(100% - 125px);
  gap: 15px;
  width: 100%;
}
.block-content .block-boxes .resources-container-featured .grid-featured-result__item.discussion-item .featured-info {
  max-width: none;
  justify-content: flex-start;
  align-items: flex-start;
}
.block-content .block-boxes .resources-container-featured .grid-featured-result__item.discussion-item .featured-info .featured-category {
  width: 100%;
}
.block-content .block-boxes .resources-container-featured .grid-featured-result__item.discussion-item .featured-info .featured-category .info-featured {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.block-content .block-boxes .related-discussion,
.block-content .block-boxes .featured-box {
  padding: 0;
}
.block-content .block-boxes .related-discussion .author-box,
.block-content .block-boxes .featured-box .author-box {
  grid-row: 1/3;
  margin-right: 0;
}
.block-content .block-boxes .related-discussion .author-box .info-level .actions-topic,
.block-content .block-boxes .featured-box .author-box .info-level .actions-topic {
  display: flex;
  justify-content: center;
}
.block-content .block-boxes .related-discussion .grid-featured,
.block-content .block-boxes .featured-box .grid-featured {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media only screen and (max-width: 1100px) {
  .block-content .block-boxes .related-discussion .grid-featured,
  .block-content .block-boxes .featured-box .grid-featured {
    gap: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .block-content .block-boxes .related-discussion .grid-featured,
  .block-content .block-boxes .featured-box .grid-featured {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.block-content .block-boxes .related-discussion .discussion-activity,
.block-content .block-boxes .featured-box .discussion-activity {
  text-align: left;
}
.block-content .block-boxes .related-discussion .content-featured .actions-topic {
  margin-top: 0px;
}
.block-content .block-boxes .related-discussion .content-featured .actions-topic a:not(.button) {
  width: 100%;
  float: left;
  padding: 0;
}
.block-content .block-boxes .related-discussion .content-featured .featured-info h2 {
  font-size: 18px;
}
.block-content .block-boxes .related-discussion .content-featured .featured-info h2 a {
  font-size: 18px;
}
.block-content .block-boxes .related-discussion .content-featured .featured-info .featured-category {
  margin-left: 0;
}
.block-content .block-boxes .add-block-box {
  background: #000;
  border-radius: 25px;
  min-height: 350px;
  height: 100%;
  position: relative;
}
.block-content .block-boxes .add-block-box span {
  display: block;
  max-width: 230px;
  margin: auto;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-content .block-boxes .add-block-box span .link-add {
  font-weight: 700;
}
.block-content .block-boxes .add-block-box span .link-add.blue {
  color: #25A2B8;
}
.block-content .block-boxes .add-block-box span .link-add.blue:hover {
  color: #FA421D;
}
.block-content .block-boxes .add-block-box span .link-add.pink {
  color: #DE245C;
}
.block-content .block-boxes .add-block-box span .link-add.pink:hover {
  color: #FEC12F;
}
.block-content .block-boxes .add-block-box span .link-add.yellow {
  color: #FEC12F;
}
.block-content .block-boxes .add-block-box span .link-add.yellow:hover {
  color: #DE245C;
}
.block-content .block-boxes .add-block-box span .link-add.orange {
  color: #FA421D;
}
.block-content .block-boxes .add-block-box span .link-add.orange:hover {
  color: #25A2B8;
}
.block-content .block-boxes .add-block-box span.large {
  max-width: 100%;
}
.block-content .block-boxes .grid-messages {
  width: 100%;
  position: relative;
  border: 1px solid #343434;
  border-radius: 8px;
}
.block-content .block-boxes .grid-messages .single-message {
  border-bottom: 1px solid #343434;
  float: left;
  width: 100%;
  padding-bottom: 35px;
  margin-bottom: 20px;
}
.block-content .block-boxes .grid-messages .author-box {
  max-width: 100%;
  width: 100%;
}
.block-content .block-boxes .grid-messages .author-box .author-img {
  float: left;
}
.block-content .block-boxes .grid-messages .author-box .author-name {
  float: left;
  color: #DE245C;
  margin-top: 20px;
  margin-left: 20px;
}
.block-content .block-boxes .grid-messages .author-box .actions-message {
  float: right;
  margin-top: 20px;
}
.block-content .block-boxes .grid-messages .author-box .actions-message a {
  font-size: 14px;
  color: #DE245C;
}
.block-content .block-boxes .grid-messages .author-box .actions-message a:hover {
  color: #FEC12F;
}
.block-content .block-boxes .grid-messages .author-box .actions-message a i {
  font-size: 18px;
}
.block-content .block-boxes .grid-messages .message-info {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.block-content .block-boxes .grid-messages .message-info p {
  font-size: 14px;
  margin-bottom: 0;
}
.block-content .block-boxes .messages-box, .block-content .block-boxes .resources-box {
  margin: auto;
}
.block-content .block-boxes .messages-box.double, .block-content .block-boxes .resources-box.double {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
.block-content .block-boxes .messages-box.double.black, .block-content .block-boxes .resources-box.double.black {
  grid-gap: 40px 40px;
  padding: 40px;
  border-radius: 20px;
  background-color: #000;
  max-width: none;
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 900px) {
  .block-content .block-boxes .messages-box.double.black, .block-content .block-boxes .resources-box.double.black {
    grid-gap: 0 60px;
    padding: 30px 15px;
  }
}
@media only screen and (max-width: 640px) {
  .block-content .block-boxes .messages-box.double.black, .block-content .block-boxes .resources-box.double.black {
    padding: 30px 15px;
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 900px) {
  .block-content .block-boxes .messages-box.double, .block-content .block-boxes .resources-box.double {
    grid-gap: 0 60px;
  }
}
@media only screen and (max-width: 750px) {
  .block-content .block-boxes .messages-box.double, .block-content .block-boxes .resources-box.double {
    grid-template-columns: repeat(1, 1fr);
  }
}
.block-content .block-boxes .messages-box.double .grid-featured, .block-content .block-boxes .resources-box.double .grid-featured {
  grid-template-columns: repeat(1, 1fr);
}
.block-content .block-boxes .messages-box.no-padding .grid-featured, .block-content .block-boxes .resources-box.no-padding .grid-featured {
  grid-template-columns: repeat(2, 1fr);
}
.block-content .block-boxes .bp-messages-wrap-main {
  border: none;
  border-radius: 8px;
  overflow: hidden;
}
.block-content .block-boxes .grid--projects {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
.block-content .block-boxes .grid--projects .projec--box {
  border-radius: 10px;
  border: 1px solid #373737;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin-bottom: 20px;
  gap: 20px;
}
@media only screen and (max-width: 450px) {
  .block-content .block-boxes .grid--projects .projec--box {
    padding: 15px;
  }
}
.block-content .block-boxes .grid--projects .projec--box .project--data {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .block-content .block-boxes .grid--projects .projec--box .project--data {
    flex-direction: column;
    gap: 20px;
  }
}
.block-content .block-boxes .grid--projects .projec--box .project--info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 0 0 60%;
  max-width: 60%;
  padding-right: 20px;
  gap: 20px;
}
@media only screen and (max-width: 750px) {
  .block-content .block-boxes .grid--projects .projec--box .project--info {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
    width: 100%;
  }
}
.block-content .block-boxes .grid--projects .projec--box .project--info__image {
  display: block;
  width: 140px;
  height: 140px;
  border-radius: 50rem;
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  .block-content .block-boxes .grid--projects .projec--box .project--info__image {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 640px) {
  .block-content .block-boxes .grid--projects .projec--box .project--info__image {
    width: 80px;
    height: 80px;
  }
}
.block-content .block-boxes .grid--projects .projec--box .project--info__image img {
  display: block;
  width: 140px;
  height: 140px;
  object-fit: cover;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 750px) {
  .block-content .block-boxes .grid--projects .projec--box .project--info__image img {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (max-width: 640px) {
  .block-content .block-boxes .grid--projects .projec--box .project--info__image img {
    width: 100px;
    height: 100px;
  }
}
.block-content .block-boxes .grid--projects .projec--box .project--info .project--title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: calc(100% - 160px);
}
@media only screen and (max-width: 750px) {
  .block-content .block-boxes .grid--projects .projec--box .project--info .project--title {
    width: calc(100% - 100px);
    padding-top: 20px;
  }
}
.block-content .block-boxes .grid--projects .projec--box .project--info .project--title--content {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .block-content .block-boxes .grid--projects .projec--box .project--info .project--title--content {
    justify-content: space-between;
    gap: 15px;
  }
}
@media only screen and (max-width: 450px) {
  .block-content .block-boxes .grid--projects .projec--box .project--info .project--title--content {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.block-content .block-boxes .grid--projects .projec--box .project--info .project--title--content .h6 {
  font-weight: 500;
  color: #E01E5A;
  margin-bottom: 0px;
  background: transparent;
  border: none;
  position: relative;
  text-align: left;
  font-size: 18px;
}
.block-content .block-boxes .grid--projects .projec--box .project--info .project--title--content .h6:hover {
  color: #FA421D;
}
.block-content .block-boxes .grid--projects .projec--box .project--info .project--title p {
  margin-bottom: 0;
  color: #888B8E;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
.block-content .block-boxes .grid--projects .projec--box .project--action {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 15px;
  flex: 0 0 40%;
  max-width: 40%;
}
@media only screen and (max-width: 750px) {
  .block-content .block-boxes .grid--projects .projec--box .project--action {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.block-content .block-boxes .grid--projects .projec--box .project--action__flex {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
@media only screen and (max-width: 750px) {
  .block-content .block-boxes .grid--projects .projec--box .project--action__flex {
    justify-content: space-between;
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .block-content .block-boxes .grid--projects .projec--box .project--action__flex .button.button--small {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .block-content .block-boxes .grid--projects .projec--box .project--action__flex .button.button--small {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 450px) {
  .block-content .block-boxes .grid--projects .projec--box .project--action__flex .button.button--small {
    padding: 10px 15px;
  }
}
.block-content .block-boxes .grid--projects .projec--box .project--action .date--info--project {
  display: block;
  color: #ffffff;
  font-size: 14px;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  .block-content .block-boxes .grid--projects .projec--box .project--action .date--info--project {
    position: absolute;
    top: 20px;
    right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .block-content .block-boxes .grid--projects .projec--box .project--action .date--info--project {
    top: -5px;
    right: 0px;
  }
}
.block-content .block-boxes .grid--projects .projec--box .project--action .remove-block {
  background: transparent;
  cursor: pointer;
}
.block-content .block-boxes .grid--projects .projec--box .project--action .remove-block.pink {
  color: #DE245C;
  border: 1px solid #DE245C;
}
.block-content .block-boxes .grid--projects .projec--box .project--action .remove-block.pink:hover {
  color: #FA421D;
  border: 1px solid #FA421D;
}
.block-content .block-boxes .grid--projects .projec--box .project--entries {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.block-content .block-boxes .grid--projects .projec--box .project--entries--actions {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 750px) {
  .block-content .block-boxes .grid--projects .projec--box .project--entries--actions {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .block-content .block-boxes .grid--projects .projec--box .project--entries--actions .button {
    width: 100%;
  }
}
.block-content .block-boxes .grid--projects .projec--box .project--entries .entries--qty {
  display: block;
  font-size: 14px;
  color: #ffffff;
  text-align: left;
  margin-bottom: 0;
}
.block-content .block-boxes .grid--projects .projec--box .project--entries .entries--list {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.block-content .block-boxes .grid--projects .projec--box .project--entry {
  width: 100%;
  flex-direction: column;
  margin-top: 25px;
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.4s ease;
  gap: 20px;
}
.block-content .block-boxes .grid--projects .projec--box .project--entry .project--logos {
  width: 100%;
}
.block-content .block-boxes .grid--projects .projec--box .project--entry .project--logos .project--name__images {
  justify-content: flex-start;
}
.block-content .block-boxes .grid--projects .projec--box .project--entry .logo--project {
  width: 90px;
  height: 90px;
  border-radius: 50rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  /*&:not(:first-child){
      opacity: .85;
  }*/
}
.block-content .block-boxes .grid--projects .projec--box .project--entry .logo--project img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
  gap: 45px;
}
@media only screen and (max-width: 750px) {
  .block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info:last-child .entry--info {
    border-bottom: none;
    padding-bottom: 0px;
  }
}
.block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info .entry--date {
  display: flex;
  align-items: center;
  gap: 20px;
}
.block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info .entry--date span:not(.incomplete) {
  color: #ffffff;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info .entry--date {
    width: 100%;
    justify-content: space-between;
  }
}
.block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info .entry--info {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  gap: 15px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info .entry--info {
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 0.5px solid rgba(216, 216, 216, 0.3);
    padding-bottom: 25px;
    width: 100%;
    gap: 10px;
  }
}
@media only screen and (max-width: 450px) {
  .block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info .entry--info {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 900px) {
  .block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info .entry--info .button {
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info .entry--info .button {
    padding: 10px 15px;
  }
}
.block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info .entry--info .entry--date {
  display: block;
  color: #ffffff;
  font-size: 16px;
}
@media only screen and (max-width: 450px) {
  .block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info .entry--info .entry--date {
    width: 100%;
  }
}
.block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info .entry--info .incomplete {
  border: 1px solid #A4062A;
  color: #A4062A !important;
  cursor: default;
  line-height: 1;
}
@media only screen and (max-width: 900px) {
  .block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info .entry--info .incomplete {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 640px) {
  .block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info .entry--info .incomplete {
    padding: 0px 12px;
  }
}
@media only screen and (max-width: 450px) {
  .block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info .entry--info .incomplete {
    width: 100%;
    align-self: flex-start;
  }
}
.block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info .entry--info .remove-block {
  background: transparent;
  cursor: pointer;
}
.block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info .entry--info .remove-block.pink {
  color: #DE245C;
  border: 1px solid #DE245C;
}
.block-content .block-boxes .grid--projects .projec--box .project--entry .project--entry--info .entry--info .remove-block.pink:hover {
  color: #FA421D;
  border: 1px solid #FA421D;
}
.block-content .block-boxes .grid--projects .projec--box .project--entry .entry--action {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.block-content .block-boxes .grid--projects .projec--box .project--entry .entry--action .button {
  white-space: nowrap;
}
.block-content .block-boxes .grid--projects .projec--box.js-open .project--name--content .h6 {
  text-align: left;
}
.block-content .block-boxes .grid--projects .projec--box.js-open .project--name--content .h6::after {
  transform: rotate(180deg);
}
.block-content .block-boxes .grid--projects .projec--box.js-open .project--entry {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 15px;
}
.block-content .block-boxes .grid--projects .projec--box .incomplete {
  border-radius: 25px;
  border: 1px solid #A4062A;
  color: #A4062A !important;
  cursor: default !important;
  min-width: 105px;
}
@media only screen and (max-width: 450px) {
  .block-content .block-boxes .grid--projects .projec--box .incomplete {
    align-self: flex-start;
  }
}

.messages {
  margin: auto;
}
.messages .button-more {
  justify-content: space-between;
}
@media only screen and (max-width: 900px) {
  .messages .button-more .button {
    padding: 10px 35px;
  }
}
@media only screen and (max-width: 640px) {
  .messages .button-more .button {
    padding: 10px 15px;
    white-space: nowrap;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 640px) {
  .page-dashboard .featured-info {
    width: calc(100% - 85px);
  }
}
.page-dashboard .featured-info h2 {
  min-height: none;
}
.page-dashboard .featured-info .info-date {
  width: 80%;
  float: left;
}
@media only screen and (max-width: 1100px) {
  .page-dashboard .featured-info .info-date {
    width: 70%;
    float: left;
  }
}
@media only screen and (max-width: 640px) {
  .page-dashboard .featured-info .info-date {
    width: 100%;
    float: none;
  }
}
.page-dashboard .featured-info .info-level {
  width: 100%;
  float: none;
  /*float: left;
  @include responsive('tablet-h') {
      width: 40%;
      float: left;
  }
  @include responsive('tablet-v'){
      width: 100%;
  }

  @include responsive('mobile-v') {
      width: 100%;
      float: none;
  }
  */
}
.page-dashboard .featured-info .info-level .button.button--small {
  float: right;
}
.page-dashboard .event-item__data__details .info-level .button.button--small {
  padding: 10px 18px;
}
@media only screen and (max-width: 640px) {
  .page-dashboard .author-box {
    max-width: 80px;
  }
}
.page-dashboard .author-box .author-name {
  margin-bottom: 15px;
}

.user-themes-form_wrapper .gfield_label {
  display: none;
}
.user-themes-form_wrapper .gfield_checkbox {
  padding-top: 30px;
  width: 100%;
  column-count: 3;
  column-gap: 20px;
}
@media only screen and (max-width: 900px) {
  .user-themes-form_wrapper .gfield_checkbox {
    column-count: 2;
  }
}
@media only screen and (max-width: 640px) {
  .user-themes-form_wrapper .gfield_checkbox {
    column-count: 1;
  }
}
.user-themes-form_wrapper .gfield_checkbox .gchoice {
  position: relative;
  margin-bottom: 20px;
}
.user-themes-form_wrapper .gfield_checkbox .gchoice .gfield-choice-input {
  float: left;
  margin-top: 2px;
  margin-right: 12px;
  transform: scale(1.2);
  /*& + label:before {
      content: '';
      margin-right: 10px;
      display: inline-block;
      vertical-align: text-top;
      width: 20px;
      height: 20px;
      background: white;
      margin-top: 0px;
      position: absolute;
      left: 0px;
  }

  &:hover + label:before {
      background: $grey;
  }

  &:focus + label:before {
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
  }

  &:checked + label:before {
      background: $white;
  }

  &:disabled + label {
      color: #b8b8b8;
      cursor: auto;
  }

  &:disabled + label:before {
      box-shadow: none;
      background: #ddd;
  }

  &:checked + label:after {
      content: '';
      position: absolute;
      left: 5px;
      top: 12px;
      background: $pink;
      width: 2px;
      height: 2px;
      box-shadow: 
        2px 0 0 $pink,
        4px 0 0 $pink,
        4px -2px 0 $pink,
        4px -4px 0 $pink,
        4px -6px 0 $pink,
        4px -8px 0 $pink;
      transform: rotate(45deg);
  }*/
}
.user-themes-form_wrapper .gfield_checkbox .gchoice .gfield-choice-input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
}

body .bp-messages-wrap,
.bp-messages-wrap {
  background-color: #191B1D !important;
  color: #ffffff;
}
body .bp-messages-wrap:not(.bp-messages-full-screen) .chat-header,
.bp-messages-wrap:not(.bp-messages-full-screen) .chat-header {
  display: none;
}
body .bp-messages-wrap .bpbm-users-avatars-list-item-avatar img,
.bp-messages-wrap .bpbm-users-avatars-list-item-avatar img {
  width: 50px;
  height: 50px;
  object-fit: cover;
}
body .bp-messages-wrap .bp-messages-user-list,
body .bp-messages-wrap .bpbm-search-results .bpbm-search-results-section .bpbm-search-results-header,
.bp-messages-wrap .bp-messages-user-list,
.bp-messages-wrap .bpbm-search-results .bpbm-search-results-section .bpbm-search-results-header {
  background-color: #191B1D;
}

.bp-messages-wrap.bp-messages-full-screen {
  color: #ffffff;
  top: 100px !important;
  height: calc(100% - 100px) !important;
  z-index: 9999999999;
}

body.page-messages .bp-messages-wrap {
  color: #ffffff;
}
body.page-messages .bp-messages-wrap:not(.bp-messages-full-screen) .chat-header {
  display: flex;
}

.bp-messages-wrap .bp-messages-side-threads {
  border-right: none;
}

.bm-date-stack {
  border-bottom: 1px solid #343434;
}

#projects-remove-confirm .popup--content p {
  color: #000;
}
#projects-remove-confirm .popup--content .buttons--wrapper {
  display: flex;
  justify-content: center;
}
#projects-remove-confirm .popup--content button {
  margin: 0 10px;
}

.organizations-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media only screen and (max-width: 1100px) {
  .organizations-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .organizations-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.organizations-grid .js-item {
  padding: 20px;
  border: 1px solid #343434 !important;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  border-radius: 8px;
}
.organizations-grid .js-item--wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 15px 0;
}
@media only screen and (max-width: 750px) {
  .organizations-grid .js-item--wrapper {
    width: 100%;
  }
}
.organizations-grid .js-item .author-box {
  max-width: 90px;
  flex: 0 0 90px;
}
.organizations-grid .js-item .author-box svg {
  max-width: 90px;
}
@media only screen and (max-width: 640px) {
  .organizations-grid .js-item .author-box {
    flex: 0 0 100%;
    display: flex;
    justify-content: flex-start;
    grid-row: 1/3;
  }
}
.organizations-grid .js-item .title {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.organizations-grid .js-item .title a {
  font-weight: 500;
  color: #DE245C;
  cursor: pointer;
  position: relative;
  text-align: left;
  font-size: 18px;
}
.organizations-grid .js-item .title a:hover {
  color: #FA421D;
}
.organizations-grid .js-item .remove {
  flex: 0 0 auto;
}
@media only screen and (max-width: 640px) {
  .organizations-grid .js-item .remove {
    flex: 0 0 100%;
    display: flex;
  }
}
.organizations-grid .js-item .remove .remove-block {
  background: transparent;
  cursor: pointer;
}
.organizations-grid .js-item .remove .remove-block.pink {
  color: #DE245C !important;
  border: 1px solid #DE245C !important;
}
.organizations-grid .js-item .remove .remove-block.pink:hover {
  color: #FA421D;
  border: 1px solid #FA421D;
}

body .bp-messages-wrap .list .messages-stack .pic {
  width: 90px;
}
body.page-messages .page-hero__line {
  display: none;
}
body.page-messages .page-hero__text-cont {
  min-height: 200px;
}
body .bp-messages-user-list .user {
  color: #FEC12F !important;
}
body .bp-messages-user-list .user:hover {
  color: #FA421D;
}
body .bp-messages-wrap {
  background: transparent;
  box-shadow: none;
  border: none;
}
body .bp-messages-wrap .name {
  color: #FEC12F !important;
}
body .bp-messages-wrap .name:hover {
  color: #FA421D;
}
body .bp-messages-wrap a {
  color: #FEC12F !important;
}
body .bp-messages-wrap a svg {
  color: #FEC12F;
}
body .bp-messages-wrap a:hover {
  color: #FA421D;
}
body .bp-messages-wrap a:hover svg {
  color: #FA421D;
}
body .bp-messages-wrap .threads-list .thread .pic {
  width: 90px !important;
  padding-left: 0;
  padding-right: 0;
}
body .bp-messages-wrap .threads-list .thread .pic span.avatar {
  width: 90px !important;
  height: 90px !important;
  background: url(images/avatar.svg) center top no-repeat;
  background-size: contain;
}
body .bp-messages-wrap .threads-list .thread .pic span.avatar img {
  position: absolute;
  top: 10%;
  width: 60% !important;
  left: 20%;
  height: 62% !important;
  border-radius: 50rem !important;
  object-fit: cover;
}
body .bp-messages-wrap .threads-list .thread .info, body .bp-messages-wrap .threads-list .thread .bm-info {
  padding-right: 20px;
}
@media only screen and (max-width: 640px) {
  body .bp-messages-wrap .threads-list .thread .info, body .bp-messages-wrap .threads-list .thread .bm-info {
    padding-right: 0;
  }
}
body .bp-messages-wrap .threads-list .thread .info .name, body .bp-messages-wrap .threads-list .thread .info .name a, body .bp-messages-wrap .threads-list .thread .bm-info .name, body .bp-messages-wrap .threads-list .thread .bm-info .name a {
  color: #FEC12F;
}
body .bp-messages-wrap .threads-list .thread .info p, body .bp-messages-wrap .threads-list .thread .bm-info p {
  background: #000;
  border-radius: 20px;
  padding: 10px 20px;
  margin-top: 10px;
}
body .bp-messages-wrap .threads-list .thread .time {
  padding-top: 50px;
  padding-right: 0 !important;
}
body .bp-messages-wrap .threads-list .thread .actions .delete {
  color: #ffffff;
  opacity: 1;
}
body .bp-messages-wrap .threads-list .thread:hover > * {
  background-color: transparent !important;
}
body .bp-messages-wrap .threads-list .thread:hover .bm-info .name, body .bp-messages-wrap .threads-list .thread:hover .bm-info .name a {
  color: #FA421D;
}
body .bp-messages-wrap .threads-list .thread:hover .actions {
  color: #E01E5A;
}
body .bp-messages-wrap .chat-footer {
  background: transparent !important;
}
body .bp-messages-wrap .chat-footer .settings svg path {
  stroke: #FEC12F;
}
body .bp-messages-wrap .chat-footer .settings:hover svg path {
  stroke: #FA421D;
}
body .bp-messages-wrap .bpbm-user-options-description,
body .bp-messages-wrap .bpbm-user-options label {
  color: #ffffff !important;
}
body .bp-messages-wrap .new-message svg path {
  stroje: #FEC12F;
}
body .bp-messages-wrap .new-message:hover svg path {
  stroke: #FA421D;
}
body .bp-messages-wrap .bm-svg {
  color: #FEC12F;
}
body .bp-messages-wrap .bm_user_selector {
  background-color: transparent;
}
body .bp-messages-wrap .bm_user_selector .bm_user_selector__control {
  background: transparent !important;
}
body .bp-messages-wrap .bm_user_selector .bm_user_selector__control .bm-to-label {
  color: #ffffff;
}
body .bp-messages-wrap .bm_user_selector .bm_user_selector__control .bm_user_selector__placeholder {
  color: rgba(255, 255, 255, 0.7);
}
body .bp-messages-wrap .bm_user_selector .bm_user_selector__multi-value {
  background-color: #000;
  padding: 3px 3px;
}
body .bp-messages-wrap .bm_user_selector .bm_user_selector__multi-value .avatar {
  margin-right: 8px;
}
body .bp-messages-wrap .bm_user_selector .bm_user_selector__multi-value .name {
  color: #FEC12F;
}
body .bp-messages-wrap .bm_user_selector .bm_user_selector__multi-value__remove {
  color: #ffffff;
}
body .bp-messages-wrap .bm_user_selector .bm_user_selector__multi-value__remove:hover {
  background-color: transparent;
  color: #FA421D;
}
body .bp-messages-wrap .bm_user_selector .bm_user_selector__menu {
  background: transparent;
}
body .bp-messages-wrap .bm_user_selector .bm_user_selector__menu .bm_user_selector__menu-list {
  background-color: #191919;
}
body .bp-messages-wrap .bm_user_selector .bm_user_selector__menu .bm_user_selector__menu-list .bm_user_selector__option.bm_user_selector__option_focused {
  background-color: #000;
}
body .bp-messages-wrap .bm_user_selector .bm_user_selector__menu .bm_user_selector__menu-list .bm_user_selector__option.bm_user_selector__option_focused .bm_user_selector__option_name {
  color: #FEC12F;
}
body .bp-messages-wrap .bm-alert.bm-info {
  background: #000;
}
body .bp-messages-wrap .bm-alert.bm-info button {
  background-color: #FA421D;
  border-radius: 30px !important;
}
body .bp-messages-wrap .bm-alert.bm-info button:hover {
  background-color: #DE245C;
}
body .bp-messages-wrap button {
  background-color: #FA421D;
  border-radius: 30px !important;
}
body .bp-messages-wrap #bm-new-thread-title,
body .bp-messages-wrap .bpbm-empty-link a,
body .bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-info a {
  color: #FEC12F !important;
}
body .bp-messages-wrap #bm-new-thread-title:hover,
body .bp-messages-wrap .bpbm-empty-link a:hover,
body .bp-messages-wrap .bm-messages-list .bm-list .bm-messages-stack.bm-left-side .bm-content .bm-info a:hover {
  color: #FA421D;
}
body .bp-messages-wrap .bm-reply .bm-send-message svg {
  color: #FA421D;
}
body .bp-messages-wrap .bpbm-checkbox + label::before {
  border-color: #FA421D;
}
body .bp-messages-wrap .bpbm-checkbox:checked + label::before {
  border-color: #FA421D;
  background-color: #FA421D;
}
body .bp-messages-wrap .chat-header {
  border: 0;
  background: transparent;
}
body .bp-messages-wrap .chat-header a,
body .bp-messages-wrap .chat-header svg,
body .bp-messages-wrap .chat-header .fas {
  color: #FEC12F;
}
body .bp-messages-wrap .chat-header .starred-messages {
  color: #FEC12F !important;
}
body .bp-messages-wrap .chat-header span.avatar {
  width: 20px !important;
  height: 20px !important;
}
body .bp-messages-wrap .chat-header .thread-actions > div.expandingButtons {
  color: #FEC12F;
}
body .bp-messages-wrap .new-message form button[type=submit] {
  color: #000;
  padding: 10px;
}
body .bp-messages-wrap .threads-list {
  padding-right: 20px;
}
body .bp-messages-wrap .threads-list .thread .deleted {
  background: #000 !important;
}
body .bp-messages-wrap .threads-list .thread .deleted:hover > * {
  background: none !important;
}
body .bp-messages-wrap .threads-list .thread .deleted .undelete {
  color: #FEC12F;
}
body .bp-messages-wrap .threads-list .thread:hover > * {
  background: transparent;
}
body .bp-messages-wrap .preloader {
  background: rgba(0, 0, 0, 0.5);
}
body .bp-messages-wrap .starred .list .messages-stack .content .messages-list li:hover {
  background: none;
}
body .bp-messages-wrap .starred .list .messages-stack .content .messages-list li.selected {
  background: #25A2B8 !important;
}
body .bp-messages-wrap .scroller {
  padding-right: 20px;
}
body .bp-messages-wrap .bulk-message .box {
  background: #000 !important;
  border: none !important;
}
body .bp-messages-wrap .bulk-message form button {
  background: #000;
  padding: 20px;
}
body .bp-messages-wrap .bulk-message form ul.send-to li {
  display: flex;
}
body .bp-messages-wrap .search .list .messages-stack .content .messages-list li:hover {
  background: none !important;
}
body .bp-messages-wrap .search .list .messages-stack .content .messages-list li.selected {
  background: #25A2B8 !important;
}
body .bp-messages-wrap div.bulk-message .progress {
  background: #000 !important;
  border: none !important;
}
body .bp-messages-wrap .chat-controls {
  background: transparent !important;
  border-bottom: 0 none !important;
}
body .bp-messages-wrap .list .messages-stack .content .messages-list li:hover {
  cursor: pointer !important;
}
body .bp-messages-wrap .list .messages-stack .content .messages-list li.selected {
  background: rgba(37, 162, 184, 0.5) !important;
}
body .chat-messages__container {
  position: fixed;
  border-radius: 10px;
  right: 20px;
  bottom: 0;
  width: 300px;
  z-index: 999999999;
  background: #000;
}
body .chat-messages__container .bp-messages-wrap {
  display: none;
}
@media only screen and (max-width: 750px) {
  body .chat-messages__container {
    right: 0;
    width: 100%;
    max-height: calc(100vh - 120px);
  }
}
body .chat-messages__container .bp-messages-wrap.bp-messages-mobile {
  background: #000;
}
body .chat-messages__container .info p, body .chat-messages__container p {
  padding: 0;
}
body .chat-messages__container .bp-messages-wrap .threads-list .thread .time {
  display: none;
}
body .chat-messages__container .bp-messages-wrap .threads-list .thread .info p {
  padding: 0;
  background: transparent;
}
body .chat-messages__container .chat-messages-background {
  float: left;
  width: 100%;
  background: #111111;
  padding: 10px;
  position: relative;
  border-radius: 10px 10px 0 0;
}
body .chat-messages__container .chat-messages-background span {
  position: absolute;
  top: 3px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url(images/close.svg);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
body .chat-messages__container .chat-messages-background.closed {
  background-color: #FEC12F;
}
body .chat-messages__container .chat-messages-background.closed span {
  background-image: url(images/up.svg);
}
body .chat-messages__container .bp-messages-wrap .reply {
  background: #000;
  border-radius: 20px;
  border: none;
}
body .chat-messages__container .bp-messages-wrap .reply .send button[type=submit] {
  color: #FEC12F;
}
body .chat-messages__container .bp-messages-wrap .bp-emojionearea .bp-emojionearea-editor {
  background: #000;
  color: #ffffff;
}
body .chat-messages__container .bp-messages-wrap .bp-emojionearea .bp-emojionearea-button {
  background: #ffffff;
}
body .news-single__content .chat-header {
  background: transparent;
  border-radius: 0px;
}
body .news-single__content .chat-header .user {
  color: #FEC12F !important;
}
body .news-single__content .list .content .info .name a {
  color: #FEC12F !important;
}
body .news-single__content .bp-messages-wrap .reply {
  background: #000;
  border-top: none !important;
  border-radius: 20px;
}
body .news-single__content .bp-messages-wrap .reply .send button[type=submit] {
  color: #FEC12F;
  cursor: pointer;
}
body .news-single__content .bp-messages-wrap .bp-emojionearea .bp-emojionearea-editor {
  background: #ffffff;
  color: #000;
}
body .news-single__content .bp-messages-wrap .bp-emojionearea .bp-emojionearea-editor p, body .news-single__content .bp-messages-wrap .bp-emojionearea .bp-emojionearea-editor li, body .news-single__content .bp-messages-wrap .bp-emojionearea .bp-emojionearea-editor h1, body .news-single__content .bp-messages-wrap .bp-emojionearea .bp-emojionearea-editor h2, body .news-single__content .bp-messages-wrap .bp-emojionearea .bp-emojionearea-editor h3, body .news-single__content .bp-messages-wrap .bp-emojionearea .bp-emojionearea-editor h4, body .news-single__content .bp-messages-wrap .bp-emojionearea .bp-emojionearea-editor h5, body .news-single__content .bp-messages-wrap .bp-emojionearea .bp-emojionearea-editor h6 {
  color: #000;
}
body .news-single__content .bp-messages-wrap .bp-emojionearea {
  border: none;
}
body .news-single__content .bp-messages-wrap .bp-emojionearea .bp-emojionearea-button {
  background: #ffffff;
}
body .news-single__content .bp-messages-wrap div.new-message form button {
  cursor: pointer;
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #FEC12F !important;
  color: #000 !important;
  box-shadow: none;
}
@media only screen and (max-width: 1320px) {
  body .news-single__content .bp-messages-wrap div.new-message form button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  body .news-single__content .bp-messages-wrap div.new-message form button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  body .news-single__content .bp-messages-wrap div.new-message form button {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  body .news-single__content .bp-messages-wrap div.new-message form button {
    font-size: 13px;
  }
}
body .news-single__content .bp-messages-wrap div.new-message form button:hover {
  background: #DE245C;
  color: #ffffff;
}
body .news-single__content .bp-messages-wrap div.new-message form button:hover {
  background: #FA421D !important;
  color: #000 !important;
}
body .news-single__content .bp-messages-wrap .taggle_list .taggle .taggle_text {
  color: #000;
}
body .bp-messages-wrap.mobile-ready:not(.bp-messages-mobile) .bp-messages-mobile-tap {
  background: #000 !important;
}
body .bp-messages-wrap .reply {
  background: #000;
  border-radius: 20px;
  border: none;
}
body .bp-messages-wrap .reply .send button[type=submit] {
  color: #FEC12F;
}
body #loginform .login-submit .button {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #FEC12F !important;
  color: #000 !important;
}
@media only screen and (max-width: 1320px) {
  body #loginform .login-submit .button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  body #loginform .login-submit .button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  body #loginform .login-submit .button {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  body #loginform .login-submit .button {
    font-size: 13px;
  }
}
body #loginform .login-submit .button:hover {
  background: #DE245C;
  color: #ffffff;
}
body #loginform .login-submit .button:hover {
  background: #FA421D !important;
  color: #000 !important;
}

.image-profile-action {
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (max-width: 640px) {
  .image-profile-action {
    margin-bottom: 210px;
  }
}
.image-profile-action img {
  width: 100%;
  object-fit: cover;
  height: 23vw;
}
@media only screen and (max-width: 640px) {
  .image-profile-action img {
    height: auto;
    aspect-ratio: 1.4;
    object-position: top right;
    margin-bottom: 30px;
  }
}
.image-profile-action .button {
  position: absolute;
  right: 20px;
  bottom: 100px;
  top: auto;
  font-weight: 700;
}
.image-profile-action .button-restore {
  bottom: 50px;
  font-size: 11px;
  padding: 10px 15px;
  line-height: 25px;
  height: auto;
  top: auto;
  line-height: 1.35;
}
.image-profile-action .profile-img {
  position: absolute;
  bottom: -60px;
  left: 130px;
}
@media only screen and (max-width: 750px) {
  .image-profile-action .profile-img {
    bottom: -80px;
    left: 110px;
  }
}
@media only screen and (max-width: 640px) {
  .image-profile-action .profile-img {
    bottom: -210px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.image-profile-action .profile-img a {
  position: absolute;
  text-align: center;
  height: 100%;
  font-size: 12px;
  width: 100%;
  padding-top: 35%;
  font-weight: 700;
}
.image-profile-action .profile-img a span {
  display: block;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 25px;
  padding: 5px 15px;
  max-width: 105px;
  margin: auto;
}
.image-profile-action .profile-img a:hover {
  color: #FA421D;
}
.image-profile-action .profile-img .formerror {
  font-size: 12px;
  color: #E01E5A;
  text-align: center;
  display: block;
}
.image-profile-action .formerror {
  font-size: 12px;
  color: #E01E5A;
  text-align: center;
  display: block;
}

.profile-content {
  padding-top: 100px;
}
@media only screen and (max-width: 640px) {
  .profile-content {
    padding-top: 30px;
  }
}
.profile-content form {
  /* mobile hack */
}
.profile-content form .large-row {
  max-width: 780px;
  margin-left: auto !important;
  margin-right: auto;
  display: block;
}
.profile-content form .gfield_visibility_visible {
  display: block;
}
.profile-content form .gfield_visibility_hidden {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.profile-content form .resume-field {
  text-align: right;
}
.profile-content form .resume-field label,
.profile-content form .resume-field .ginput_container_fileupload {
  display: inline-block;
}
.profile-content form .resume-field label input:before,
.profile-content form .resume-field .ginput_container_fileupload input:before {
  background: #DE245C;
}
.profile-content form .resume-field label input:hover:before,
.profile-content form .resume-field .ginput_container_fileupload input:hover:before {
  background: #FEC12F;
  color: #000;
}
.profile-content form .resume-field .ginput_container_fileupload {
  width: 220px;
  margin-left: 30px;
  margin-top: 15px;
}
.profile-content form .resume-field .ginput_container_fileupload .medium {
  width: 220px;
}
.profile-content form .gform_footer {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
.profile-content form .gform_footer .gform_button {
  width: 220px;
}
@media only screen and (max-width: 640px) {
  .profile-content form .gform_fields.top_label.form_sublabel_below.description_below {
    clear: none;
  }
}
.profile-content .form-hidden {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 640px) {
  .profile-content .gform_fields.top_label.form_sublabel_below.description_below {
    clear: none;
  }
}
.profile-content .gform_fields .gfield {
  display: block;
  overflow: hidden;
}
.profile-content .gform_fields .gfield .ginput_container_radio {
  float: left;
  margin: 0;
  margin-top: 15px;
}
.profile-content .gform_fields .gfield .ginput_container_radio .gfield_radio {
  display: flex;
  overflow: hidden;
  margin: 0 !important;
  width: 100% !important;
}
.profile-content .gform_fields .gfield .ginput_container_radio .gfield_radio li {
  margin: 0 !important;
}
.profile-content .gform_fields .gfield .ginput_container_radio .gfield_radio li:first-child label {
  border-radius: 15px 0 0 15px;
}
.profile-content .gform_fields .gfield .ginput_container_radio .gfield_radio li:last-child label {
  border-radius: 0 15px 15px 0;
}
.profile-content .gform_fields .gfield .ginput_container_radio .gfield_radio li label {
  margin-right: 0 !important;
  display: inline-table;
}
.profile-content .gform_fields .gfield .ginput_container_radio .gfield_radio input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.profile-content .gform_fields .gfield .ginput_container_radio .gfield_radio input:checked + label {
  background-color: #FA421D;
  box-shadow: none;
  color: #ffffff;
}
.profile-content .gform_fields .gfield .ginput_container_radio .gfield_radio label {
  background-color: rgba(37, 162, 184, 0.5);
  color: rgb(37, 162, 184);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin: 0;
  border: 0 none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}
.profile-content .gform_fields .gfield .ginput_container_radio .gfield_radio label:hover {
  cursor: pointer;
}
.profile-content .gform_fields .gfield .gfield_description {
  float: left;
  width: 100%;
}
.profile-content .gfmc-row-3-column {
  margin-top: 30px;
}

.delete-text {
  display: block;
  text-align: right;
  max-width: 780px;
  margin: auto;
  margin-top: 25px;
  font-size: 13px;
}
.delete-text a {
  color: #FA421D;
}
.delete-text a:hover {
  color: #25A2B8;
}

.profile-settings {
  padding-top: 100px;
}

.forms-boxes {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px 180px;
}
@media only screen and (max-width: 900px) {
  .forms-boxes {
    grid-gap: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .forms-boxes {
    grid-template-columns: repeat(1, 1fr);
  }
}
.forms-boxes h2 {
  font-weight: 500;
  font-size: 24px;
}
@media only screen and (max-width: 1320px) {
  .forms-boxes h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .forms-boxes h2 {
    font-size: 18px;
  }
}
.forms-boxes .link {
  text-align: right;
}
.forms-boxes .link a {
  color: #ffffff;
  font-size: 13px;
  text-decoration: underline;
}
.forms-boxes .link a:hover {
  color: #FA421D;
}
.forms-boxes .error--container {
  margin: 15px 0 0;
  border-radius: 10px;
}
.forms-boxes .error--container h3 {
  font-size: 24px;
  color: red !important;
  margin-bottom: 10px;
}
.forms-boxes .error--container p {
  color: red !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  margin-bottom: 10px;
}
.forms-boxes .error--container p:last-child {
  margin-bottom: 0;
}

.single-line-form {
  margin-top: 50px;
}
.single-line-form h2 {
  font-weight: 500;
  font-size: 24px;
}
@media only screen and (max-width: 1320px) {
  .single-line-form h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .single-line-form h2 {
    font-size: 18px;
  }
}

.form-privacy .gform_fields {
  display: block !important;
}
.form-privacy .gform_fields .gfield {
  display: block;
  overflow: hidden;
}
.form-privacy .gform_fields .gfield .gfield_label {
  margin-top: 6px;
  margin-left: 15px;
}
.form-privacy .gform_fields .gfield .ginput_container_radio {
  float: left;
  margin: 0;
}
.form-privacy .gform_fields .gfield .ginput_container_radio .gfield_radio {
  display: flex;
  overflow: hidden;
  margin: 0 !important;
  width: 100% !important;
}
.form-privacy .gform_fields .gfield .ginput_container_radio .gfield_radio li {
  margin: 0 !important;
}
.form-privacy .gform_fields .gfield .ginput_container_radio .gfield_radio li:first-child label {
  border-radius: 15px 0 0 15px;
}
.form-privacy .gform_fields .gfield .ginput_container_radio .gfield_radio li:last-child label {
  border-radius: 0 15px 15px 0;
}
.form-privacy .gform_fields .gfield .ginput_container_radio .gfield_radio li label {
  margin-right: 0 !important;
  display: inline-table;
}
.form-privacy .gform_fields .gfield .ginput_container_radio .gfield_radio input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.form-privacy .gform_fields .gfield .ginput_container_radio .gfield_radio input:checked + label {
  background-color: #FA421D;
  box-shadow: none;
  color: #ffffff;
}
.form-privacy .gform_fields .gfield .ginput_container_radio .gfield_radio label {
  background-color: rgba(37, 162, 184, 0.5);
  color: rgb(37, 162, 184);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin: 0;
  border: 0 none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}
.form-privacy .gform_fields .gfield .ginput_container_radio .gfield_radio label:hover {
  cursor: pointer;
}
.form-privacy .gform_fields .gfield .gfield_description {
  float: left;
  width: 100%;
}
.form-privacy .gform_footer {
  margin-top: 60px !important;
}

.form-blocks {
  border-top: 1px solid #3E3E3E;
  padding-top: 60px;
}
.form-blocks .gform_fields .gfield {
  display: block;
  overflow: hidden;
}
.form-blocks .gform_fields .gfield .gfield_label {
  margin-top: 6px;
  margin-left: 15px;
}
@media only screen and (max-width: 750px) {
  .form-blocks .gform_fields .gfield .gfield_label {
    margin-left: 0;
  }
}
.form-blocks .gform_fields .gfield .ginput_container_radio {
  float: left;
  margin: 0;
}
@media only screen and (max-width: 750px) {
  .form-blocks .gform_fields .gfield .ginput_container_radio {
    margin-right: 15px;
  }
}
.form-blocks .gform_fields .gfield .ginput_container_radio .gfield_radio {
  display: flex;
  overflow: hidden;
  margin: 0 !important;
  width: 100% !important;
}
.form-blocks .gform_fields .gfield .ginput_container_radio .gfield_radio li {
  margin: 0 !important;
}
.form-blocks .gform_fields .gfield .ginput_container_radio .gfield_radio li:first-child label {
  border-radius: 15px 0 0 15px;
}
.form-blocks .gform_fields .gfield .ginput_container_radio .gfield_radio li:last-child label {
  border-radius: 0 15px 15px 0;
}
.form-blocks .gform_fields .gfield .ginput_container_radio .gfield_radio li label {
  margin-right: 0 !important;
  display: inline-table;
}
.form-blocks .gform_fields .gfield .ginput_container_radio .gfield_radio input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.form-blocks .gform_fields .gfield .ginput_container_radio .gfield_radio input:checked + label {
  background-color: #FA421D;
  box-shadow: none;
  color: #ffffff;
}
.form-blocks .gform_fields .gfield .ginput_container_radio .gfield_radio label {
  background-color: rgba(37, 162, 184, 0.5);
  color: rgb(37, 162, 184);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin: 0;
  border: 0 none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}
.form-blocks .gform_fields .gfield .ginput_container_radio .gfield_radio label:hover {
  cursor: pointer;
}
.form-blocks .gform_fields .gfield .gfield_description {
  float: left;
  width: 100%;
}
.form-blocks .gform_footer {
  margin-top: 60px !important;
}
@media only screen and (max-width: 750px) {
  .form-blocks .gform_fields {
    grid-gap: 0px;
  }
}

/*
.influencer-list{
    .searchbox{
        &.spaced{
            margin-right: 0;
        }
    }
    .filters--content{
        .filters-box{
            margin-top: 0;
            margin-right: 15px;
            width: auto;
            float: right;
            @include responsive('tablet-h') {
                margin-top: 10px;
                margin-right: 0;
                width: 100%;
            }
        }
    } 
    .search-form-input{
        color: #51575D;
        font-size: 16px;
        margin: 0;
        padding: 0;
        position: relative;
        .twitter-typeahead{
            width: 100%;
            padding: 0 15px;
            .typeahead.tt-hint{
                opacity: 0.5 !important;
                margin-left: 15px;
            }
        }
        .search-icon-action{
            width: 34px;
            text-align: center;
            line-height: 34px;
            float: left;
            margin-left: 5px;
            margin-top: 10px;
            cursor: pointer;
            i {
                font-size: 18px;
                color: $black;
            }
        }
        input{
            color: #51575D;
            line-height: 50px;
            padding: 0 15px;
        }
        .reset-icon-action{
            width: 34px;
            text-align: center;
            line-height: 34px;
            float: right;
            margin-right: 5px;
            margin-top: 10px;
            cursor: pointer;
            display: none;
            i {
                font-size: 18px;
                color: $black;
            }
        }
    }
    .select2-container {
        padding: 10px 0;
        border-radius: 25px;
        margin: 0 7px;
        &.select2-container--default .select2-selection--single {
            background-color: transparent;
            border: 0 none;
            .select2-selection__arrow {
                right: 10px;
                width: 25px;
                background-repeat: no-repeat;
                background-position-y: 100%;
                background-position-x: 0;
            }
            &[aria-expanded="true"]{
                .select2-selection__arrow {
                    transform: rotate(180deg);
                    top: 18px;
                }
            }
            .select2-selection__arrow b {
                display: none;
            }
            .select2-selection__rendered {
                padding-left: 20px;
            }
        }
    }
}
.member-directory-influencer{
    padding-top: 75px;
    padding-bottom: 200px;
        @include responsive('tablet-v') {
            padding-top: 0px;
        }
    .member-list-result{
        padding-top: 35px;
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;

        @include responsive('tablet-v') {
            display: block;
        }
        .column-members{
            -webkit-order: 0;
            -ms-flex-order: 0;
            order: 0;
            -webkit-flex: 1 1 30%;
            -ms-flex: 1 1 30%;
            flex: 1 1 30%;
            -webkit-align-self: auto;
            -ms-flex-item-align: auto;
            align-self: auto;
            height: 100%;
            max-height: 650px;
            overflow: auto;
            margin-right: 20px;

            @include responsive('tablet-v') {
                margin-right: 0;
                margin-bottom: 80px;
                width: 100%;
            }
            &::-webkit-scrollbar {
                width: 8px;
            }
            &::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0); 
                -webkit-border-radius: 10px;
                border-radius: 10px;
            }
            &::-webkit-scrollbar-thumb {
                -webkit-border-radius: 10px;
                border-radius: 10px;
                background: $red_dark; 
                -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0); 
            }
            &::-webkit-scrollbar-thumb:window-inactive {
                background: $red_dark; 
            }
            .alert {
              color: red;
              display: none;
              font-size: 16px;
              font-weight: bold;
              &.is-visible {
                display: block;
              }
            }
            .text-copy{
                padding: 0 60px;
                text-align: center;
                font-weight: 700;
                margin-top: 150px;
                @include h6();
            }
            .user-list{
                padding-bottom: 15px;
                padding-top: 15px;
                border-bottom: 1px solid #343434;
                float: left;
                width: 95%;
                &:first-child{
                    padding-top: 0;
                }
                .user-info{
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-flex-direction: row;
                    -ms-flex-direction: row;
                    flex-direction: row;
                    -webkit-flex-wrap: nowrap;
                    -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                    -webkit-justify-content: flex-start;
                    -ms-flex-pack: start;
                    justify-content: flex-start;
                    -webkit-align-content: stretch;
                    -ms-flex-line-pack: stretch;
                    align-content: stretch;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    width: 60%;
                    float: left;
                    @include responsive('container-l') {
                        width: 100%;
                    }
                    @include responsive('tablet-v') {
                        width: 60%;
                    }
                    @include responsive('mobile-l') {
                        width: 100%;
                    }
                    .user-photo{
                        float: left;
                        width: 78px;
                        margin-right: 20px;
                        svg{
                            width: 100%;
                            height: auto;
                        }
                    }
                    .user-details{
                        float: left;
                        width: calc(100% - 102px);
                        .username{
                            float: left;
                            width: 100%;
                            a{
                                @include h8();
                                font-weight: 700;
                                color: $red_dark;
                                &:hover{
                                    color: $blue;
                                }
                            }
                        }
                        .organization{
                            font-size: 12px;
                            color: $white;
                            margin-top: 10px;
                            float: left;
                            width: 100%;
                        }
                    }
                }
                .user-action{
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-flex-direction: column;
                    -ms-flex-direction: column;
                    flex-direction: column;
                    -webkit-flex-wrap: nowrap;
                    -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    -webkit-align-content: stretch;
                    -ms-flex-line-pack: stretch;
                    align-content: stretch;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    width: 40%;
                    float: right;
                    min-height: 100px;
                    @include responsive('container-l') {
                        width: 100%;
                    }
                    @include responsive('tablet-v') {
                        width: 40%;
                    }
                    @include responsive('mobile-l') {
                        width: 100%;
                    }
                    .user-message{
                        float: left;
                        width: 100%;

                        @include responsive('container') {
                            margin-bottom: 20px;
                        }
                        a{
                            height: 30px;
                            line-height: 30px;
                            padding: 0 5px;
                            display: block;
                            @include responsive('tablet-v') {
                                padding: 0 20px;
                            }
                        }
                    }
                    .user-social{
                        float: left;
                        text-align: center;
                        margin-bottom: 15px;

                        a{
                            display: inline-block;
                            width: 30px;
                            height: 30px;
                            border-radius: 20px;
                            background: $white;
                            text-align: center;
                            line-height: 30px;
                            margin-right: 7px;
                            &:hover{
                                background: $blue;
                            }
                        }
                    }
                }
            }
        }
        .map-members{
            -webkit-order: 0;
            -ms-flex-order: 0;
            order: 0;
            -webkit-flex: 1 1 70%;
            -ms-flex: 1 1 70%;
            flex: 1 1 70%;
            -webkit-align-self: auto;
            -ms-flex-item-align: auto;
            align-self: auto;
            #map {
                height: 100vh;
                max-height: 650px;
                width: 100%;
                border-radius: 25px;
                overflow: hidden;
            }
        }
    }    
}
.reset-action{
    width: 100%;
    float: left;
    margin-top: 35px;

    @include responsive('tablet-v') {
        text-align: center;
    }
    button{
        &:hover{
            border-color: $blue !important;
        }
    }
}
*/
@media only screen and (max-width: 640px) {
  .page-influencer-directory .page-hero__title {
    font-size: 40px;
    line-height: 1.5;
  }
}
.page-influencer-directory .user-list {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #343434;
  float: left;
  width: 95%;
}
.page-influencer-directory .user-list:first-child {
  padding-top: 0;
}
.page-influencer-directory .user-list .user-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  width: 60%;
  float: left;
}
@media only screen and (max-width: 1180px) {
  .page-influencer-directory .user-list .user-info {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .page-influencer-directory .user-list .user-info {
    width: 60%;
  }
}
@media only screen and (max-width: 450px) {
  .page-influencer-directory .user-list .user-info {
    width: 100%;
  }
}
.page-influencer-directory .user-list .user-info .user-photo {
  float: left;
  width: 78px;
  margin-right: 20px;
}
.page-influencer-directory .user-list .user-info .user-photo svg {
  width: 100%;
  height: auto;
}
.page-influencer-directory .user-list .user-info .user-details {
  float: left;
  width: calc(100% - 102px);
}
.page-influencer-directory .user-list .user-info .user-details .username {
  float: left;
  width: 100%;
}
.page-influencer-directory .user-list .user-info .user-details .username a {
  font-size: 18px;
  font-weight: 700;
  color: #A4062A;
}
@media only screen and (max-width: 1320px) {
  .page-influencer-directory .user-list .user-info .user-details .username a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .page-influencer-directory .user-list .user-info .user-details .username a {
    font-size: 18px;
  }
}
.page-influencer-directory .user-list .user-info .user-details .username a:hover {
  color: #25A2B8;
}
.page-influencer-directory .user-list .user-info .user-details .organization {
  font-size: 12px;
  color: #ffffff;
  margin-top: 10px;
  float: left;
  width: 100%;
}
.page-influencer-directory .user-list .user-action {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  width: 40%;
  float: right;
  min-height: 100px;
}
@media only screen and (max-width: 1180px) {
  .page-influencer-directory .user-list .user-action {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .page-influencer-directory .user-list .user-action {
    width: 40%;
  }
}
@media only screen and (max-width: 450px) {
  .page-influencer-directory .user-list .user-action {
    width: 100%;
  }
}
.page-influencer-directory .user-list .user-action .user-message {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1250px) {
  .page-influencer-directory .user-list .user-action .user-message {
    margin-bottom: 20px;
  }
}
.page-influencer-directory .user-list .user-action .user-message a {
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  display: block;
}
@media only screen and (max-width: 900px) {
  .page-influencer-directory .user-list .user-action .user-message a {
    padding: 0 20px;
  }
}
.page-influencer-directory .user-list .user-action .user-social {
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 10px;
}
.page-influencer-directory .user-list .user-action .user-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background: #ffffff;
  text-align: center;
  line-height: 30px;
  margin-right: 7px;
}
.page-influencer-directory .user-list .user-action .user-social a:hover {
  background: #25A2B8;
}

.page-hero.forum .image-background img {
  width: auto;
  float: right;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd,
#bbpress-forums div.even,
#bbpress-forums ul.even {
  background-color: transparent !important;
  display: flex;
}

.bbpress-wrapper {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  .bbpress-wrapper {
    padding: 0px 0px !important;
  }
}

#bbpress-forums {
  line-height: 1.5;
}

#bbpress-forums fieldset.bbp-form {
  border: 0 !important;
  padding: 0 !important;
}

div.bbp-submit-wrapper {
  float: none;
}

.bbp-replies .bbp-header,
.bbp-replies .bbp-footer,
.bbp-topics .bbp-footer,
.bbp-topic-started-in,
.bbp-author-role {
  display: none;
}

.bbp-replies div.bbp-reply-header {
  border-top: 0;
  padding: 0;
}

li.bbp-body div.type-topic,
li.bbp-body div.type-reply {
  margin-bottom: 30px;
}

.bbp-the-content-wrapper {
  margin-bottom: 20px;
}

#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic,
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  padding: 20px;
}

#bbpress-forums div.odd,
#bbpress-forums ul.odd,
#bbpress-forums div.even,
#bbpress-forums ul.even {
  background-color: transparent !important;
  display: flex;
}

#bbp-forum-0 .topic {
  align-items: center;
}

#bbp-forum-0 .topic .bbp-topic-title .bbp-topic-meta {
  display: none;
}

#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
  background-color: transparent !important;
}

.bbp-reply-author .staff {
  font-size: 14px;
  padding: 5px 10px;
  display: block;
  margin-top: 10px;
  font-weight: bold;
  border-radius: 5px;
}

#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  border: 0 !important;
}

li.bbp-body div.hentry {
  box-sizing: border-box;
}

#bbpress-forums li.bbp-header {
  background: #000 !important;
  border: 0 !important;
}

div.bbp-template-notice.info {
  display: none;
}

.bbp-pagination-count {
  display: none;
}

.bbp-search-form {
  display: none;
}

#bbp-your-profile .form-table,
#bbp-your-profile .security-keys {
  display: none;
}

.support-home .bbp-breadcrumb,
a.bbp-breadcrumb-home,
a.bbp-breadcrumb-home + span,
a.bbp-breadcrumb-root,
a.bbp-breadcrumb-root + span {
  display: none;
}

.bbpress-wrapper.bbpress-edit .bbp-reply-form h3 {
  line-height: 1;
}

#new-post {
  margin: 0 auto;
}

.account-info ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.account-info {
  font-size: 15px;
  margin-bottom: 40px;
}

.account-info ul li:first-child {
  flex-grow: 1;
  margin-right: 10px;
}

.account-info ul li:last-child {
  margin-left: 10px;
}

.account-info ul li a {
  font-size: 15px;
  color: #bacad6;
}

#bbp-search-form input[type=submit] {
  font-size: 15px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  width: 84px;
}

#bbp-search-form input[type=text] {
  font-size: 15px;
  background: #fff;
  border: 1px solid #bacad6;
  margin-right: -4px;
  border-right: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: calc(100% - 85px);
}

.bbpress .entry-header {
  overflow: hidden;
}

#new-post input[type=text],
#new-post input[type=url],
#new-post select,
#new-post .wp-editor-container,
textarea#bbp_reply_content,
textarea#bbp_topic_content,
textarea#bbp_forum_content {
  width: 100%;
  border-color: #bacad6;
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
}

#new-post .quicktags-toolbar {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#new-post legend {
  font-size: 30px;
  margin-bottom: 10px;
}

#bbpress-results {
  padding: 40px;
}

.documenation-topics {
  margin-bottom: 40px;
}

#bbpress-forums li.bbp-body ul.topic:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

#bbpress-forums li.bbp-body ul.topic:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

#bbpress-forums div.bbp-forum-author img.avatar,
#bbpress-forums div.bbp-topic-author img.avatar,
#bbpress-forums div.bbp-reply-author img.avatar {
  border-radius: 50%;
}

#bbp-search-results .bbp-topic-title-meta,
#bbp-search-results .bbp-header,
#bbp-search-results .bbp-footer {
  display: none;
}

div.bbp-forum-header,
div.bbp-topic-header,
div.bbp-reply-header {
  border-top: 0;
}

.bbp-meta {
  font-size: 12px;
  margin-bottom: 5px;
}

span.bbp-admin-links,
span.bbp-admin-links a,
.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
  color: #000;
}

.subscription-toggle {
  display: none;
}

.resolved, .topic-not-resolved, .topic-resolved {
  display: none;
}

.topic-resolved + a:before {
  color: #76b711;
  content: "RESOLVED";
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #76b711;
  padding: 3px 10px;
  float: right;
  border-radius: 5px;
}

.bbp-topic-pagination a {
  border-radius: 5px;
  padding: 5px 10px;
  vertical-align: middle;
  border-color: #efefef;
}

.bbp-topic-pagination a:hover {
  border-color: #bacad6;
}

#bbpress-forums .bbp-pagination-links {
  float: none;
  display: flex;
}

#bbpress-forums .bbp-pagination-links a,
#bbpress-forums .bbp-pagination-links span.current {
  min-width: 25px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  background: #fff;
}

#bbpress-forums .bbp-pagination-links a:hover,
#bbpress-forums .bbp-pagination-links span.current {
  border: 1px solid #bacad6;
  background: #fff;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
  font-size: 15px;
}

.bbp-forum-header a.bbp-forum-permalink,
.bbp-topic-header a.bbp-topic-permalink,
.bbp-reply-header a.bbp-reply-permalink {
  float: none;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ddd;
}

#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content code,
#bbpress-forums div.bbp-reply-content pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#bbpress-forums div.bbp-topic-content code,
#bbpress-forums div.bbp-reply-content code {
  padding: 0.2rem 0.4rem;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

#bbpress-forums div.bbp-topic-content pre code,
#bbpress-forums div.bbp-reply-content pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

#bbpress-forums div.bbp-topic-content pre,
#bbpress-forums div.bbp-reply-content pre {
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
  display: block;
  font-size: 90%;
  color: #212529;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar {
  border: 0;
  margin-bottom: -3px;
  border-radius: 50%;
}

.bbp-topic-started-by {
  display: none;
}

.bbp-pagination {
  float: none;
  clear: both;
  display: none;
}

.bbp-breadcrumb {
  display: none;
}

.bbp-pagination-links a, .bbp-pagination-links span.current,
.bbp-pagination-links span.dots {
  float: none;
  display: inline-block;
}

span.happy,
span.unhappy {
  cursor: pointer;
}

span.happy {
  font-weight: bold;
  color: #5ea337;
}

span.unhappy {
  font-weight: bold;
  color: #444;
}

#bbpress-forums .status-closed, #bbpress-forums .status-closed a {
  color: #222;
}

#bbpress-forums .status-closed .bbp-reply-content a {
  color: #1e73be;
}

/* page 412 is our local development site */
.page-id-594475 .bbp-form,
.page-id-594475 .bbp-form legend,
.page-id-412 .bbp-form,
.page-id-412 .bbp-form legend {
  display: none;
}

.pre-post-topic {
  background: #fafafa;
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.pre-post-topic > :last-child {
  margin-bottom: 0;
}

span.gp-favorite-link > span {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ddd;
}

.bbp-body .bbp-reply-header:not(:first-child) .gp-favorite-link {
  display: none;
}

.bbp-body .bbp-reply-header:first-child .bbp-meta {
  display: flex;
  align-items: flex-end;
}

.bbp-body .bbp-reply-header:first-child .bbp-admin-links {
  margin-left: auto;
}

li.bbp-topic-voice-count {
  display: none;
}

li.bbp-topic-title {
  width: 70%;
}

ul.forum-titles {
  display: flex;
}

.bbp-login-form .bbp-submit-wrapper {
  text-align: center;
}

form.bbp-login-form .bbp-form {
  display: flex;
  text-align: center;
  width: auto;
  min-width: auto;
}

#bbpress-forums fieldset.bbp-form input[type=text], #bbpress-forums fieldset.bbp-form select {
  height: auto;
  min-height: auto;
  color: #000;
}

#bbpress-forums .gp-favorite-link #favorite-toggle {
  display: none !important;
}

@media (max-width: 600px) {
  #bbpress-forums div.odd,
  #bbpress-forums ul.odd,
  #bbpress-forums div.even,
  #bbpress-forums ul.even {
    flex-direction: column;
  }
  #bbpress-forums div.bbp-forum-author,
  #bbpress-forums div.bbp-topic-author,
  #bbpress-forums div.bbp-reply-author {
    float: none;
    width: auto;
    min-height: auto !important;
    margin: 0 !important;
    box-sizing: border-box;
    text-align: center !important;
    padding-left: 40px !important;
  }
  #bbpress-forums div.bbp-forum-content,
  #bbpress-forums div.bbp-topic-content,
  #bbpress-forums div.bbp-reply-content {
    margin-left: 0;
  }
  .account-info ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .account-info ul li:first-child {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  #bbpress-forums li.bbp-header {
    display: none;
  }
  li.bbp-forum-topic-count,
  li.bbp-topic-voice-count,
  li.bbp-forum-reply-count,
  li.bbp-topic-reply-count {
    float: none;
    width: 100%;
    text-align: left;
  }
  li.bbp-forum-freshness,
  li.bbp-topic-freshness {
    float: none;
    width: 100%;
    text-align: left;
  }
  li.bbp-forum-info,
  li.bbp-topic-title {
    float: none;
    width: 100%;
    margin-bottom: 20px !important;
  }
  li.bbp-topic-voice-count {
    display: inline-block;
    width: auto;
  }
  li.bbp-topic-voice-count:after {
    content: " Voices";
  }
  li.bbp-topic-reply-count {
    display: inline-block;
    width: auto;
  }
  li.bbp-topic-reply-count:after {
    content: " Replies";
  }
  li.bbp-topic-reply-count:before {
    content: " | ";
  }
  span.bbp-topic-started-by {
    display: none;
  }
  #bbpress-forums div.bbp-forum-content,
  #bbpress-forums div.bbp-topic-content,
  #bbpress-forums div.bbp-reply-content {
    width: 100%;
    box-sizing: border-box;
  }
  #bbpress-forums div.bbp-reply-author img.avatar {
    position: relative;
    margin-bottom: 20px;
  }
  #bbpress-forums .bbp-body div.bbp-reply-content {
    padding: 20px !important;
  }
}
div.bbp-template-notice, div.indicator-hint {
  margin-top: 40px;
  border: 0 none;
  background-color: transparent;
}
div.bbp-template-notice li, div.indicator-hint li {
  color: #FA421D !important;
}

div.login-message p {
  font-size: 12px;
  margin-left: 10px;
}
div.login-message p a {
  color: #FA421D;
  font-size: 12px;
}
div.login-message p a:hover {
  color: #25A2B8;
}

body.buddypress .site-content {
  padding: 0 !important;
}

.forum-content {
  padding-bottom: 200px;
}
@media only screen and (max-width: 750px) {
  .forum-content {
    padding-bottom: 0;
  }
}
.forum-content .container, .forum-content .bbpress-wrapper {
  width: 100%;
  max-width: 1100px;
}
@media only screen and (max-width: 640px) {
  .forum-content .item .topic {
    align-items: center !important;
  }
  .forum-content .item .topic .topic-freshness {
    width: 100% !important;
  }
}
.forum-content .item .topic .topic-title {
  margin-right: 10px;
}
.forum-content.influencer {
  padding-top: 70px;
}

.bbpress .pageRow {
  padding-bottom: 0;
}
.bbpress .site-content {
  padding: 0 !important;
}

.forum__wrapper {
  float: right;
  width: calc(100% - 330px);
}
@media only screen and (max-width: 1100px) {
  .forum__wrapper {
    width: 100%;
  }
}
.forum__wrapper .filters-container {
  margin-top: 0;
}
.forum__wrapper.large {
  width: 100%;
}

.forum__wrapper.large {
  width: 100%;
}

.bbpress-wrapper {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.bbpress-wrapper .bbp-breadcrumb {
  float: left;
  width: 100%;
}
.bbpress-wrapper .bbp-breadcrumb a,
.bbpress-wrapper .bbp-breadcrumb span {
  font-size: 16px;
  font-weight: 300;
}
.bbpress-wrapper .bbp-breadcrumb .bbp-breadcrumb-sep {
  display: inline-block;
  background-image: url(images/blue-arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: 500px;
  overflow: hidden;
  width: 30px;
  vertical-align: middle;
}
.bbpress-wrapper .bbp-breadcrumb a.bbp-breadcrumb-home + span,
.bbpress-wrapper .bbp-breadcrumb a.bbp-breadcrumb-root + span {
  display: none;
}
.bbpress-wrapper .bbp-topics,
.bbpress-wrapper .bbp-forums {
  float: left;
  width: 100%;
  background: transparent;
}
.bbpress-wrapper .bbp-topics .topic,
.bbpress-wrapper .bbp-forums .topic {
  box-shadow: none;
}
.bbpress-wrapper .bbp-topics .bbp-header,
.bbpress-wrapper .bbp-forums .bbp-header {
  padding: 0 !important;
  overflow: hidden;
  border-radius: 25px 25px 0 0;
}
.bbpress-wrapper .bbp-topics .bbp-header *,
.bbpress-wrapper .bbp-forums .bbp-header * {
  font-size: 14px !important;
}
.bbpress-wrapper .bbp-topics .bbp-header li,
.bbpress-wrapper .bbp-forums .bbp-header li {
  border-right: 1px solid #191B1D;
  padding: 15px 20px;
}
.bbpress-wrapper .bbp-topics .bbp-header li:last-child,
.bbpress-wrapper .bbp-forums .bbp-header li:last-child {
  border-right: 0 none;
}
.bbpress-wrapper .bbp-topics .bbp-header .topic-title,
.bbpress-wrapper .bbp-forums .bbp-header .topic-title {
  width: 75%;
  text-align: left;
}
.bbpress-wrapper .bbp-topics .bbp-header .topic-reply-count,
.bbpress-wrapper .bbp-forums .bbp-header .topic-reply-count {
  width: 10%;
}
.bbpress-wrapper .bbp-topics .bbp-header .topic-freshness,
.bbpress-wrapper .bbp-forums .bbp-header .topic-freshness {
  width: 15%;
}
@media only screen and (max-width: 640px) {
  .bbpress-wrapper .bbp-topics .bbp-header .topic-freshness,
  .bbpress-wrapper .bbp-forums .bbp-header .topic-freshness {
    width: 100% !important;
  }
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic {
  border-radius: 0 !important;
  border-top: 0 none !important;
  border-bottom: 1px solid #343434 !important;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  align-items: flex-start !important;
}
@media only screen and (max-width: 640px) {
  .bbpress-wrapper .bbp-topics .bbp-body-topic .topic,
  .bbpress-wrapper .bbp-forums .bbp-body-topic .topic {
    position: relative;
  }
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-title,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-title {
  width: 45%;
}
@media only screen and (max-width: 640px) {
  .bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-title,
  .bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-title {
    width: 100% !important;
  }
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-title .bbp-topic-permalink,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-title .bbp-topic-permalink {
  font-size: 16px;
  color: #25A2B8;
  font-weight: 500;
  transition: all 300ms ease !important;
  -moz-transition: all 300ms ease !important;
  -webkit-transition: all 300ms ease !important;
  -ms-transition: all 300ms ease !important;
  -o-transition: all 300ms ease !important;
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-title .bbp-topic-permalink:hover,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-title .bbp-topic-permalink:hover {
  color: #FA421D;
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-title .bbp-topic-meta,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-title .bbp-topic-meta {
  display: none;
  margin: 0;
  padding: 0;
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-title .category-content,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-title .category-content {
  margin-top: 15px;
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-title .category-content span,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-title .category-content span {
  display: block;
  color: #B7BABE;
  font-size: 11px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-title .category-content span a,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-title .category-content span a {
  color: #B7BABE;
  text-decoration: underline !important;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-title .category-content span a:hover,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-title .category-content span a:hover {
  color: #FA421D;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-favoriters,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-favoriters {
  width: 10%;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}
@media only screen and (max-width: 640px) {
  .bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-favoriters,
  .bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-favoriters {
    position: absolute;
    top: 50%;
    right: 0;
  }
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-favoriters .icon-action,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-favoriters .icon-action {
  display: block;
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-favoriters .icon-action i,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-favoriters .icon-action i {
  font-size: 13px;
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-favoriters .amount-action,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-favoriters .amount-action {
  font-size: 11px;
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-favoriters .action-info .sl-wrapper a,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-favoriters .action-info .sl-wrapper a {
  height: 40px;
}
@media only screen and (max-width: 640px) {
  .bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-favoriters .action-info .sl-wrapper a #sl-count,
  .bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-favoriters .action-info .sl-wrapper a #sl-count {
    margin-left: 4px;
  }
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-author,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-author {
  width: 20%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-author,
  .bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-author {
    width: 100% !important;
    margin: 20px 0 !important;
  }
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-author .author-avatar,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-author .author-avatar {
  width: 30px;
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-author .author-name,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-author .author-name {
  margin-left: 10px;
  width: calc(100% - 90px);
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-author .author-name span,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-author .author-name span {
  display: inline-block;
  color: #25A2B8;
  font-size: 12px;
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-author .author-name a,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-author .author-name a {
  color: #25A2B8;
  font-size: 12px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-author .author-name a span,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-author .author-name a span {
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-author .author-name a:hover span,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-author .author-name a:hover span {
  color: #FA421D;
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-replies,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-replies {
  width: 10%;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}
@media only screen and (max-width: 640px) {
  .bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-replies,
  .bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-replies {
    position: absolute;
    top: 50%;
    right: 15%;
  }
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-replies .icon-action,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-replies .icon-action {
  display: block;
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-replies .icon-action i,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-replies .icon-action i {
  font-size: 13px;
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-replies .amount-action,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-replies .amount-action {
  font-size: 11px;
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-freshness,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-freshness {
  width: 15%;
  padding: 0 15px;
}
@media only screen and (max-width: 640px) {
  .bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-freshness,
  .bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-freshness {
    margin: 0;
  }
}
.bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-freshness a,
.bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-freshness a {
  color: #B7BABE;
  font-size: 11px;
}
.bbpress-wrapper .bbp-topics .bbp-actions .load-more-action,
.bbpress-wrapper .bbp-forums .bbp-actions .load-more-action {
  text-align: right;
  margin-top: 40px;
}
.bbpress-wrapper .bbp-topics .bbp-actions .load-more-action a,
.bbpress-wrapper .bbp-forums .bbp-actions .load-more-action a {
  transition: all 300ms ease !important;
  -moz-transition: all 300ms ease !important;
  -webkit-transition: all 300ms ease !important;
  -ms-transition: all 300ms ease !important;
  -o-transition: all 300ms ease !important;
  line-height: 1.35;
  height: auto;
  font-size: 12px;
  padding: 10px 20px;
  max-height: 36px;
  align-self: center;
}
@media only screen and (max-width: 900px) {
  .bbpress-wrapper .bbp-topics .bbp-actions .load-more-action a,
  .bbpress-wrapper .bbp-forums .bbp-actions .load-more-action a {
    padding: 10px 10px;
  }
}
.bbpress-wrapper .bbp-topics .bbp-actions .load-more-action a:hover,
.bbpress-wrapper .bbp-forums .bbp-actions .load-more-action a:hover {
  color: #ffffff;
}
.bbpress-wrapper .bbp-topics .bbp-topic-freshness,
.bbpress-wrapper .bbp-forums .bbp-topic-freshness {
  text-align: left;
}
.bbpress-wrapper .bbp-topics .bbp-topic-freshness a,
.bbpress-wrapper .bbp-forums .bbp-topic-freshness a {
  font-size: 14px;
}
.bbpress-wrapper .bbp-topics .bbp-topic-freshness .bbp-author-avatar,
.bbpress-wrapper .bbp-forums .bbp-topic-freshness .bbp-author-avatar {
  display: none;
}
.bbpress-wrapper .bbp-topics .bbp-topic-freshness .bbp-topic-meta,
.bbpress-wrapper .bbp-forums .bbp-topic-freshness .bbp-topic-meta {
  margin: 0 !important;
}
.bbpress-wrapper .bbp-topics li.bbp-body ul.topic,
.bbpress-wrapper .bbp-forums li.bbp-body ul.topic {
  padding: 15px 20px !important;
  padding-left: 40px !important;
  background-image: url(images/topic.svg) !important;
  background-repeat: no-repeat !important;
  background-position: 10px 17px !important;
  background-size: 22px auto !important;
  align-items: flex-start !important;
}
.bbpress-wrapper .bbp-forums .bbp-forum-content {
  width: 100% !important;
}
.bbpress-wrapper .bbp-forums .banner-home {
  padding: 0 !important;
}
.bbpress-wrapper .bbp-forums .banner-home:after {
  display: none;
}
.bbpress-wrapper .bbp-forums .banner-home__text {
  width: 100%;
}
.bbpress-wrapper .bbp-forums .bbp-forum-title {
  float: left;
  width: 100%;
}
.bbpress-wrapper .bbp-forums .bbp-forum-content {
  float: left;
  width: 100%;
}
.bbpress-wrapper .bbp-forums .bbp-forum-content .container, .bbpress-wrapper .bbp-forums .bbp-forum-content .bbpress-wrapper {
  width: 100%;
  padding: 0;
}
.bbpress-wrapper .bbp-forums .bbp-forum-content .banner-home__text-cont {
  width: 100%;
}
.bbpress-wrapper .bbp-forums .bbp-forum-content .banner-home__text {
  width: 100%;
}
.bbpress-wrapper .bbp-footer {
  display: none;
}

@media only screen and (max-width: 640px) {
  #bbpress-forums li.bbp-body li.bbp-forum-reply-count, #bbpress-forums li.bbp-body li.bbp-topic-voice-count, #bbpress-forums li.bbp-header li.bbp-forum-reply-count, #bbpress-forums li.bbp-header li.bbp-forum-topic-count, #bbpress-forums li.bbp-header li.bbp-topic-reply-count, #bbpress-forums li.bbp-header li.bbp-topic-voice-count, #bbpress-forums li.bbp-body li.bbp-topic-reply-count {
    width: auto !important;
  }
}

@media only screen and (max-width: 900px) {
  li.bbp-forum-freshness, li.bbp-topic-freshness {
    float: left !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 900px) {
  #bbpress-forums li.bbp-body li.bbp-forum-topic-count,
  #bbpress-forums li.bbp-body li.bbp-forum-reply-count {
    float: left !important;
    width: auto !important;
    padding: 0 10px 0 30px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: auto 20px;
  }
}

@media only screen and (max-width: 900px) {
  #bbpress-forums li.bbp-body li.bbp-forum-topic-count {
    background-image: url(images/topic.svg);
  }
}

@media only screen and (max-width: 900px) {
  #bbpress-forums li.bbp-body li.bbp-forum-reply-count {
    background-image: url(images/forum.svg);
  }
}

#bbpress-forums input#bbp_topic_tags, #bbpress-forums input#bbp_topic_title {
  width: 100%;
}

#bbpress-forums .wp-editor-wrap.tmce-active {
  border-radius: 25px;
  overflow: hidden;
}

#bbpress-forums fieldset.bbp-form fieldset.bbp-form {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  #activity-filter-by {
    width: 100%;
  }
}

.filtersbox .revert {
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: flex-end;
}
.filtersbox .revert .filter {
  border: 1px solid #000;
  background: #000;
  width: 200px;
}

.influencer .bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-title .bbp-topic-permalink,
.influencer .bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-title .bbp-topic-permalink,
.influencer .bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-author .author-name span,
.influencer .bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-author .author-name span,
.influencer .bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-author .author-name a,
.influencer .bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-author .author-name a {
  color: #E01E5A;
}
.influencer .bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-title .bbp-topic-permalink:hover,
.influencer .bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-title .bbp-topic-permalink:hover,
.influencer .bbpress-wrapper .bbp-topics .bbp-body-topic .topic .topic-author .author-name a:hover,
.influencer .bbpress-wrapper .bbp-forums .bbp-body-topic .topic .topic-author .author-name a:hover {
  color: #FA421D !important;
}

body.buddypress .site-content {
  padding: 0 !important;
}

.topic-content {
  padding-bottom: 200px;
  padding-top: 100px;
}
@media only screen and (max-width: 900px) {
  .topic-content {
    padding-bottom: 100px;
    padding-top: 50px;
  }
}
.topic-content .container, .topic-content .bbpress-wrapper {
  width: 100%;
  max-width: 1100px;
}
.topic-content fieldset legend {
  line-height: 120%;
}

.topic__wrapper {
  float: right;
  width: calc(100% - 330px);
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .topic__wrapper {
    width: 100%;
  }
}
.topic__wrapper .bookmark-action {
  position: absolute;
  top: 0;
  right: 0;
}
.topic__wrapper .filters-container {
  margin-top: 0;
}
.topic__wrapper #bbpress-forums div.odd,
.topic__wrapper #bbpress-forums ul.odd,
.topic__wrapper #bbpress-forums div.even,
.topic__wrapper #bbpress-forums ul.even {
  display: block;
  width: 100%;
}
.topic__wrapper #bbpress-forums div.odd.status-reported,
.topic__wrapper #bbpress-forums ul.odd.status-reported,
.topic__wrapper #bbpress-forums div.even.status-reported,
.topic__wrapper #bbpress-forums ul.even.status-reported {
  display: none !important;
}
.topic__wrapper .bbp-rc-topic-is-reported {
  background-color: #000 !important;
  padding: 25px;
  margin-bottom: 0;
  border: 1px solid #3E3E3E !important;
  border-radius: 25px;
  box-shadow: none;
  position: relative;
  margin-bottom: -25px;
}
.topic__wrapper .bbp-rc-topic-is-reported p {
  font-size: 50px;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .topic__wrapper .bbp-rc-topic-is-reported p {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .topic__wrapper .bbp-rc-topic-is-reported p {
    font-size: 30px;
  }
}
.topic__wrapper #bbpress-forums div.bbp-forum-author,
.topic__wrapper #bbpress-forums div.bbp-reply-author,
.topic__wrapper #bbpress-forums div.bbp-topic-author {
  width: 100% !important;
  float: left;
  padding-left: 0 !important;
}
.topic__wrapper #bbpress-forums div.bbp-forum-author .bpbm-private-message-link-buddypress,
.topic__wrapper #bbpress-forums div.bbp-reply-author .bpbm-private-message-link-buddypress,
.topic__wrapper #bbpress-forums div.bbp-topic-author .bpbm-private-message-link-buddypress {
  display: none !important;
}
.topic__wrapper #favorite-toggle {
  margin-bottom: 10px;
  display: none !important;
}
.topic__wrapper #subscription-toggle {
  display: none;
}
.topic__wrapper .bbp-topic-tags {
  display: none;
}
.topic__wrapper .back-button {
  margin-bottom: 10px;
}
.topic__wrapper .back-button a {
  color: #25A2B8;
}
.topic__wrapper .back-button a:hover {
  color: #FA421D;
}
.topic__wrapper .favorite-toggle,
.topic__wrapper .subscription-toggle {
  color: #25A2B8;
  margin: 0 5px;
}
.topic__wrapper .bbp-body {
  border: 1px solid #3E3E3E;
  border-radius: 25px;
  overflow: hidden;
}
.topic__wrapper .bbp-body .topic-author {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
}
.topic__wrapper .bbp-body .topic-author .author-avatar {
  width: 50px;
}
.topic__wrapper .bbp-body .topic-author .author-name {
  width: 100%;
  text-align: left;
  padding-left: 20px;
}
.topic__wrapper .bbp-body .topic-author .author-name span {
  display: inline-block;
  color: #25A2B8;
  font-size: 14px;
}
.topic__wrapper .bbp-body .topic-author .author-name span .bbp-author-name {
  display: inline-block !important;
  margin: 0 0 !important;
}
.topic__wrapper .bbp-body .topic-author .author-name a {
  color: #25A2B8;
  font-size: 14px;
  display: inline-block;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.topic__wrapper .bbp-body .topic-author .author-name a span {
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  margin-left: 0 !important;
}
.topic__wrapper .bbp-body .topic-author .author-name a:hover span {
  color: #FA421D;
}
.topic__wrapper .bbp-body .bbp-reply-content {
  float: left;
  width: 100% !important;
  margin: 0 !important;
  font-size: 14px;
}
.topic__wrapper .bbp-body .bbp-reply-content p,
.topic__wrapper .bbp-body .bbp-reply-content li {
  font-size: 14px;
}
.topic__wrapper .bbp-body .bbp-reply-content p span {
  color: #ffffff !important;
}
.topic__wrapper .bbp-body .bbp-reply-content .bbp-topic-revision-log {
  display: none !important;
}
.topic__wrapper .bbp-body .bbp-reply-content strong {
  font-weight: 700;
}
.topic__wrapper .bbp-body .bbp-reply-content blockquote {
  margin-left: 20px;
  font-family: monospace, serif !important;
}
.topic__wrapper .bbp-body .bbp-reply-content blockquote p {
  font-family: monospace, serif !important;
}
.topic__wrapper .bbp-body .bbp-reply-content del {
  text-decoration: line-through;
}
.topic__wrapper .bbp-body .bbp-reply-content li {
  border-bottom: 0 none !important;
}
.topic__wrapper .bbp-body .bbp-reply-content li.bbp-reply-revision-log-item {
  font-size: 12px;
}
.topic__wrapper .bbp-body .bbp-reply-content li.bbp-reply-revision-log-item a {
  font-size: 12px;
}
.topic__wrapper .bbp-body .bbp-reply-content ol {
  margin-left: 30px !important;
}
.topic__wrapper .bbp-body .bbp-reply-content a {
  font-size: 14px;
  color: #ffffff;
}
.topic__wrapper .bbp-body .bbp-reply-content a:hover {
  color: #FA421D;
}
.topic__wrapper .bbp-body .bbp-reply-content h1 {
  font-size: 70px;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .topic__wrapper .bbp-body .bbp-reply-content h1 {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .topic__wrapper .bbp-body .bbp-reply-content h1 {
    font-size: 40px;
  }
}
.topic__wrapper .bbp-body .bbp-reply-content h2 {
  font-size: 50px;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .topic__wrapper .bbp-body .bbp-reply-content h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .topic__wrapper .bbp-body .bbp-reply-content h2 {
    font-size: 30px;
  }
}
.topic__wrapper .bbp-body .bbp-reply-content h3 {
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .topic__wrapper .bbp-body .bbp-reply-content h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .topic__wrapper .bbp-body .bbp-reply-content h3 {
    font-size: 20px;
  }
}
.topic__wrapper .bbp-body .bbp-reply-content h4 {
  font-size: 26px;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .topic__wrapper .bbp-body .bbp-reply-content h4 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 900px) {
  .topic__wrapper .bbp-body .bbp-reply-content h4 {
    font-size: 20px;
  }
}
.topic__wrapper .bbp-body .bbp-reply-content h5 {
  font-size: 24px;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .topic__wrapper .bbp-body .bbp-reply-content h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .topic__wrapper .bbp-body .bbp-reply-content h5 {
    font-size: 18px;
  }
}
.topic__wrapper .bbp-body .bbp-reply-content h6 {
  font-size: 22px;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .topic__wrapper .bbp-body .bbp-reply-content h6 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .topic__wrapper .bbp-body .bbp-reply-content h6 {
    font-size: 18px;
  }
}
.topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links {
  text-align: right;
  float: right;
}
@media only screen and (max-width: 750px) {
  .topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links {
    margin-top: 10px;
  }
}
.topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links a {
  display: none !important;
}
.topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-reply-to-link,
.topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-reply-edit-link,
.topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-topic-edit-link,
.topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-topic-report-link,
.topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-reply-report-link,
.topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-topic-reply-link {
  display: inline-block !important;
}
.topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-topic-edit-link,
.topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-reply-edit-link {
  color: #25A2B8;
  float: right;
  text-transform: capitalize;
  margin-left: 15px !important;
  margin-top: 4px !important;
}
.topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-topic-edit-link:hover,
.topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-reply-edit-link:hover {
  color: #FA421D;
}
.topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-topic-report-link,
.topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-reply-report-link {
  color: #25A2B8;
  float: right;
  text-transform: capitalize;
  margin-left: 15px !important;
}
.topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-topic-report-link:hover,
.topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-reply-report-link:hover {
  color: #FA421D;
}
.topic__wrapper .bbp-body .bbp-reply-content .bbp-reply-post-date {
  float: left;
}
.topic__wrapper .bbp-body .bbp-reply-content .bbp-reply-post-date span {
  display: block;
  color: #B7BABE;
  font-size: 11px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.topic__wrapper .bbp-body .bbp-reply-content .bbp-reply-post-date span a {
  color: #B7BABE;
  text-decoration: underline !important;
  font-size: 11px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.topic__wrapper .bbp-body .bbp-reply-content .bbp-reply-post-date span a:hover {
  color: #FA421D;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.topic__wrapper .bbp-body .bbp-reply-content .bbp-reply-post-date .tags {
  display: none;
}
.topic__wrapper .bbp-body .bbp-reply-content .bbp-reply-permalink {
  display: none !important;
}
.topic__wrapper .bbp-body .bbp-reply-content .bbp-reply-to-link,
.topic__wrapper .bbp-body .bbp-reply-content .bbp-topic-reply-link {
  color: #25A2B8;
  font-size: 14px;
  text-transform: capitalize;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.topic__wrapper .bbp-body .bbp-reply-content .bbp-reply-to-link:hover,
.topic__wrapper .bbp-body .bbp-reply-content .bbp-topic-reply-link:hover {
  color: #FA421D;
}
.topic__wrapper .bbp-body .bbp-reply-content .bbp-reply-to-link:before,
.topic__wrapper .bbp-body .bbp-reply-content .bbp-topic-reply-link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f3e5";
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 18px;
}
.topic__wrapper .bbp-body .bbp-reply-content .bbp-topic-report-link,
.topic__wrapper .bbp-body .bbp-reply-content .bbp-reply-report-link {
  margin-top: 0 !important;
}
.topic__wrapper .bbp-body .bbp-reply-content .bbp-topic-report-link:before,
.topic__wrapper .bbp-body .bbp-reply-content .bbp-reply-report-link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f057";
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  font-weight: 900;
  font-size: 18px;
}
.topic__wrapper .bbp-body ul > li {
  margin-bottom: 0;
  border-bottom: 1px solid #3E3E3E;
}
.topic__wrapper .bbp-body ul > li:last-child {
  border-bottom: 0 none;
}
.topic__wrapper .bbp-body ul li .type-topic {
  background-color: #000 !important;
  padding: 25px;
  margin-bottom: 0;
}
.topic__wrapper .bbp-body ul li .type-topic .topic-favoriters {
  display: block;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}
.topic__wrapper .bbp-body ul li .type-topic .topic-favoriters .sl-wrapper {
  margin-top: 15px;
}
.topic__wrapper .bbp-body ul li .type-topic .topic-favoriters .icon-action {
  display: block;
}
.topic__wrapper .bbp-body ul li .type-topic .topic-favoriters .icon-action i {
  font-size: 13px;
}
.topic__wrapper .bbp-body ul li .type-topic .topic-favoriters .amount-action {
  font-size: 11px;
}
.topic__wrapper .bbp-body ul li .type-topic .bbp-reply-post-date .tags {
  display: block;
}
.topic__wrapper .bbp-body ul li .type-reply {
  padding: 25px;
  margin-bottom: 0;
}
.topic__wrapper .bbp-body ul li .bbp-threaded-replies {
  margin-left: 25px !important;
  margin-right: 25px !important;
}
.topic__wrapper .bbp-body ul li .bbp-threaded-replies .type-reply {
  background: #1D2022 !important;
  border: 1px solid #3E3E3E;
  border-radius: 25px;
  margin-bottom: 25px !important;
  position: relative;
}
.topic__wrapper .bbp-body ul li .bbp-threaded-replies .type-reply:before {
  content: "";
  background: transparent url("images/reply.svg") no-repeat scroll left top;
  position: absolute;
  width: 45px;
  height: 26px;
  right: 65px;
  top: 35px;
}
@media only screen and (max-width: 640px) {
  .topic__wrapper .bbp-body ul li .bbp-threaded-replies .type-reply:before {
    top: 10px;
  }
}
.topic__wrapper .bbp-body ul li .bbp-threaded-replies .bbp-threaded-replies {
  margin-right: 0 !important;
}
.topic__wrapper .bbp-body ul li .bbp-threaded-replies .bbp-reply-post-date .tags {
  display: none;
}
.topic__wrapper .bbp-no-reply h3 {
  font-weight: 700;
  margin-bottom: 15px;
}
.topic__wrapper .bbp-no-reply .bbp-form {
  display: block;
}
.topic__wrapper .bbp-no-reply .form-group {
  width: 100%;
  float: left;
}
.topic__wrapper .bbp-no-reply .form-group label {
  display: none !important;
}
.topic__wrapper .bbp-no-reply .form-group input {
  color: #51575D !important;
  font-size: 16px !important;
}
.topic__wrapper .bbp-no-reply .form-group input::placeholder {
  color: #51575D !important;
  opacity: 1 !important;
  font-size: 16px !important;
}
.topic__wrapper .bbp-no-reply .form-group input:-ms-input-placeholder {
  color: #51575D !important;
  font-size: 16px !important;
}
.topic__wrapper .bbp-no-reply .form-group input::-ms-input-placeholder {
  color: #51575D !important;
  font-size: 16px !important;
}
.topic__wrapper .bbp-no-reply .bbp-remember-me {
  width: 100%;
  float: left;
  text-align: left;
}
.topic__wrapper .bbp-no-reply .bbp-submit-wrapper {
  width: 100%;
  float: left;
  text-align: right;
}
.topic__wrapper .bbp-no-reply .bbp-submit-wrapper button {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #FEC12F !important;
  color: #000 !important;
}
@media only screen and (max-width: 1320px) {
  .topic__wrapper .bbp-no-reply .bbp-submit-wrapper button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .topic__wrapper .bbp-no-reply .bbp-submit-wrapper button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .topic__wrapper .bbp-no-reply .bbp-submit-wrapper button {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .topic__wrapper .bbp-no-reply .bbp-submit-wrapper button {
    font-size: 13px;
  }
}
.topic__wrapper .bbp-no-reply .bbp-submit-wrapper button:hover {
  background: #DE245C;
  color: #ffffff;
}
.topic__wrapper .bbp-no-reply .bbp-submit-wrapper button:hover {
  background: #FA421D !important;
  color: #000 !important;
}
.topic__wrapper .bbp-reply-form {
  margin-top: 45px;
}
.topic__wrapper .bbp-reply-form h3 {
  font-weight: 700;
  margin-bottom: 15px;
}
.topic__wrapper .bbp-reply-form p {
  margin-top: 30px !important;
}
.topic__wrapper .bbp-reply-form .bbp-form legend {
  display: none;
}
.topic__wrapper .bbp-reply-form .wp-editor-tools {
  display: none;
}
.topic__wrapper .bbp-reply-form .wp-editor-container {
  border-radius: 25px !important;
  overflow: hidden;
}
.topic__wrapper .bbp-reply-form .bbp-submit-wrapper {
  width: 100%;
  float: left;
}
@media only screen and (max-width: 750px) {
  .topic__wrapper .bbp-reply-form .bbp-submit-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.topic__wrapper .bbp-reply-form .bbp-submit-wrapper #bbp-cancel-reply-to-link {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #FA421D !important;
  color: #ffffff !important;
  margin-right: 30px;
}
@media only screen and (max-width: 1320px) {
  .topic__wrapper .bbp-reply-form .bbp-submit-wrapper #bbp-cancel-reply-to-link {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .topic__wrapper .bbp-reply-form .bbp-submit-wrapper #bbp-cancel-reply-to-link {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .topic__wrapper .bbp-reply-form .bbp-submit-wrapper #bbp-cancel-reply-to-link {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .topic__wrapper .bbp-reply-form .bbp-submit-wrapper #bbp-cancel-reply-to-link {
    font-size: 13px;
  }
}
.topic__wrapper .bbp-reply-form .bbp-submit-wrapper #bbp-cancel-reply-to-link:hover {
  background: #DE245C;
  color: #ffffff;
}
.topic__wrapper .bbp-reply-form .bbp-submit-wrapper #bbp-cancel-reply-to-link:hover {
  background: #25A2B8 !important;
}
.topic__wrapper .bbp-reply-form .bbp-submit-wrapper button {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #25A2B8 !important;
  color: #ffffff !important;
}
@media only screen and (max-width: 1320px) {
  .topic__wrapper .bbp-reply-form .bbp-submit-wrapper button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .topic__wrapper .bbp-reply-form .bbp-submit-wrapper button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .topic__wrapper .bbp-reply-form .bbp-submit-wrapper button {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .topic__wrapper .bbp-reply-form .bbp-submit-wrapper button {
    font-size: 13px;
  }
}
.topic__wrapper .bbp-reply-form .bbp-submit-wrapper button:hover {
  background: #DE245C;
  color: #ffffff;
}
.topic__wrapper .bbp-reply-form .bbp-submit-wrapper button:hover {
  background: #FA421D !important;
}
.topic__wrapper .bbp-reply-form .bbp-submit-wrapper button.button--anonymous {
  margin-right: 15px;
}
@media only screen and (max-width: 750px) {
  .topic__wrapper .bbp-reply-form .bbp-submit-wrapper button.button--anonymous {
    margin-right: 0;
  }
}
.topic__wrapper .bbp-reply-form .message_list {
  max-width: 100%;
  text-align: left;
  float: none;
  margin-bottom: 15px;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  .topic__wrapper .bbp-reply-form .message_list {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
.topic__wrapper .bbp-reply-form .message_list p {
  font-size: 14px;
  margin: 0 !important;
}
.topic__wrapper .bbp-reply-form .message_list p a {
  color: #FA421D;
}
.topic__wrapper .bbp-reply-form .message_list p a:hover {
  color: #25A2B8;
}

.bbp-submit-wrapper .message_list {
  max-width: 60%;
  text-align: left;
  float: left;
}
@media only screen and (max-width: 750px) {
  .bbp-submit-wrapper .message_list {
    max-width: 100%;
  }
}
.bbp-submit-wrapper .message_list p {
  font-size: 14px;
  margin: 0 !important;
}
.bbp-submit-wrapper .message_list p a {
  color: #FA421D;
}
.bbp-submit-wrapper .message_list p a:hover {
  color: #25A2B8;
}

.filtersbox .revert {
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: flex-end;
  height: 0;
  overflow: hidden;
}
.filtersbox .revert .filter {
  border: 1px solid #000;
  background: #000;
  width: 200px;
}

.wp-editor-wrap .wp-editor-tools {
  display: none;
}

.influencer .topic__wrapper .back-button a,
.influencer .topic__wrapper .bbp-body .topic-author .author-name span,
.incluencer .topic__wrapper .bbp-body .topic-author .author-name a,
.influencer .topic__wrapper .bbp-body .bbp-reply-content .bbp-reply-to-link,
.influencer .topic__wrapper .bbp-body .bbp-reply-content .bbp-topic-reply-link,
.influencer .topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-topic-report-link,
.influencer .topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-reply-report-link,
.influencer .topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-topic-edit-link,
.influencer .topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-reply-edit-link,
.influencer .related-discussion .content-featured .featured-info h2,
.influencer .related-discussion .content-featured .featured-info h2 a,
.influencer .topic__wrapper .bbp-reply-form .message_list p a,
.influencer div.bbp-template-notice li, div.indicator-hint li,
.influencer .related-discussion .content-featured .author-box .author-name {
  color: #E01E5A !important;
}

.button--blue, .topic__wrapper .bbp-reply-form .bbp-submit-wrapper button,
.list-discussion .asp_showmore_container a,
.form-box .gform_footer .gform_button {
  background: #E01E5A;
}
.button--blue.button--anonymous, .topic__wrapper .bbp-reply-form .bbp-submit-wrapper button.button--anonymous,
.list-discussion .asp_showmore_container a.button--anonymous,
.form-box .gform_footer .gform_button.button--anonymous {
  margin-bottom: 15px;
}

.incluencer .topic__wrapper .bbp-body .topic-author .author-name a:hover,
.influencer .topic__wrapper .bbp-body .bbp-reply-content .bbp-reply-to-link:hover,
.influencer .topic__wrapper .bbp-body .bbp-reply-content .bbp-topic-reply-link:hover,
.influencer .topic__wrapper .bbp-body .topic-author .author-name a:hover span,
.influencer .topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-topic-report-link:hover,
.influencer .topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-reply-report-link:hover,
.influencer .topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-topic-edit-link:hover,
.influencer .topic__wrapper .bbp-body .bbp-reply-content .bbp-admin-links .bbp-reply-edit-link:hover,
.influencer .related-discussion .content-featured .featured-info h2 a:hover,
.influencer .popular-topics-widget li .topic-title a:hover,
.influencer .topic__wrapper .back-button a:hover,
.influencer .popular-topics-widget li .topic-author .author-name a:hover {
  color: #25A2B8 !important;
}

.back-tags .back-button {
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
}
.back-tags .back-button a {
  color: #25A2B8;
  font-size: 12px;
}
.back-tags .back-button a:hover {
  color: #FA421D;
}

.bbp-user-page .bp-messages p {
  font-size: 16px !important;
  padding-top: 4px;
}
.bbp-user-page .bannerPageRow,
.bbp-user-page .forum__sidebar {
  display: none;
}
.bbp-user-page .forum__wrapper {
  width: 100%;
  text-align: center;
}
.bbp-user-page .forum__wrapper.large {
  width: 100%;
}
.bbp-user-page .forum__wrapper #item-header {
  text-align: center;
  margin: 0;
}
.bbp-user-page .forum__wrapper #item-header #header-cover-image {
  height: 340px;
  background-size: cover;
}
.bbp-user-page .forum__wrapper #item-header #header-cover-image:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.5) 53%, rgba(0, 0, 0, 0.2));
  content: "";
}
.bbp-user-page .forum__wrapper #item-header #item-header-cover-image {
  display: inline-block;
  width: 1600px;
  max-width: 100%;
  padding: 0 40px;
  margin-bottom: 0;
  text-align: left;
}
.bbp-user-page .forum__wrapper #item-header #item-header-cover-image #item-header-avatar {
  margin-top: 260px;
  padding: 0;
  width: 154px;
  height: 154px;
}
.bbp-user-page .forum__wrapper #item-header #item-header-cover-image #item-header-avatar a {
  float: left;
  width: 154px;
  height: 154px;
}
.bbp-user-page .forum__wrapper #item-header #item-header-cover-image #item-header-avatar a img {
  margin: 0;
  border-radius: 50%;
}
.bbp-user-page .forum__wrapper #item-header #item-header-cover-image #item-header-content {
  margin: 0;
  padding: 0;
  width: 100% !important;
  padding-left: 200px;
  margin-left: 0 !important;
  margin-top: -125px !important;
}
.bbp-user-page .forum__wrapper #item-header #item-header-cover-image h2 {
  font-size: 35px;
  font-weight: 300;
  text-shadow: none !important;
  color: #ffffff;
}
.bbp-user-page .forum__wrapper .bp-wrap {
  display: inline-block;
  width: 1600px;
  max-width: 100%;
  padding: 0 40px;
  margin-bottom: 0;
  text-align: left;
}
.bbp-user-page .forum__wrapper .bp-wrap .users-nav {
  position: absolute;
  top: 297px;
  right: 0;
  z-index: 100;
  box-shadow: none !important;
  border: none !important;
}
.bbp-user-page .forum__wrapper .bp-wrap .users-nav a {
  color: #fff !important;
  margin-right: 2px;
  font-weight: 300;
}
.bbp-user-page .forum__wrapper .bp-wrap .users-nav a:hover,
.bbp-user-page .forum__wrapper .bp-wrap .users-nav li.selected a {
  background: #fff !important;
  color: #000000 !important;
  font-weight: 300;
}
.bbp-user-page .forum__wrapper .bp-wrap .user-subnav {
  border-top: none !important;
}
.bbp-user-page .forum__wrapper .bp-wrap .user-subnav a {
  color: #737373 !important;
  margin-right: 2px;
  font-weight: 300;
}
.bbp-user-page .forum__wrapper .bp-wrap .user-subnav a:hover,
.bbp-user-page .forum__wrapper .bp-wrap .user-subnav li.selected a {
  background: #eee !important;
  font-weight: 300;
}
.bbp-user-page #bbpress-forums {
  overflow: visible;
  padding: 0;
}
.bbp-user-page #bbpress-forums .bbp-user-section {
  overflow: visible;
}

@media only screen and (max-width: 900px) {
  .news-single #buddypress div#item-header #item-header-cover-image #item-header-content {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 900px) {
  .news-single #item-header-action {
    width: 100%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .news-single .bio-content .bio-title {
    width: 100%;
  }
  .news-single .bio-descpription {
    width: 100%;
  }
  .news-single .member-directory .member-list {
    grid-gap: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .news-single .member-directory .member-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Wrapper */
.sl-wrapper {
  position: relative;
  width: 25px;
  height: 40px;
  display: block;
}

.sl-wrapper a {
  border-bottom: 0 !important;
  text-decoration: none !important;
}

.sl-button,
.sl-button-disabled {
  font-size: 1em;
  width: 25px;
  height: 35px;
  position: relative;
  line-height: 1;
  font-weight: normal;
  display: block;
}
.sl-button.liked .sl-icon i,
.sl-button-disabled.liked .sl-icon i {
  font-size: 20px;
}
.sl-button:hover .sl-icon i,
.sl-button-disabled:hover .sl-icon i {
  font-size: 20px;
}

/* Colors */
a.liked {
  color: #da1b1b;
}

a.liked:hover,
a.liked:active,
a.liked:focus {
  color: #666666;
}

a.liked span.sl-count,
.sl-count {
  color: #ffffff;
  text-align: center;
}

/* Icon */
.sl-icon {
  margin-right: 0.3125em;
  font-family: "Arial Unicode MS", Arial, sans-serif;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.sl-icon i {
  color: #ffffff;
  font-size: 18px;
}

/* Count */
.sl-count {
  font-size: 0.625em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center !important;
}

/* Loader */
#sl-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  text-align: center;
}

.loader,
.loader:before,
.loader:after {
  background: rgba(255, 255, 255, 0.8);
  animation: load1 1s infinite ease-in-out;
  width: 0.2em;
  height: 0.6em;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: "";
}

.loader:before {
  left: -0.375em;
  animation-delay: -0.32s;
}

.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}

.loader:after {
  left: 0.375em;
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: 0.6em;
  }
  40% {
    box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    height: 1em;
  }
}
.forum__sidebar {
  float: left;
  width: 240px;
}
.forum__sidebar h3 {
  font-weight: 700;
  margin-bottom: 90px;
}
.forum__sidebar .widget-title {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .forum__sidebar {
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-100%, 0);
    height: 100vh;
    border: none;
    background-color: #fff;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  .forum__sidebar {
    width: 291px;
    z-index: 300001;
  }
}
.forum__sidebar.open {
  transform: translate(0%, 0);
}
.forum__sidebar__cont {
  float: left;
  width: 100%;
}
@media only screen and (max-width: 1100px) {
  .forum__sidebar__cont {
    height: auto;
    overflow-y: scroll;
    padding-bottom: 50px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.forum__sidebar .column-open {
  position: absolute;
  top: 280px;
  right: 0;
  transform: translate(100%, 0);
  width: 30px;
  height: 30px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
  z-index: -1;
  background-image: url(images/blue-arrow.svg);
  background-size: 60% auto;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
}
.forum__sidebar .column-open.open {
  transform: rotate(180deg) translate(-100%, 0);
}
@media only screen and (max-width: 1100px) {
  .forum__sidebar .column-open {
    display: block;
  }
}
@media only screen and (max-width: 900px) {
  .forum__sidebar .column-open {
    top: 180px;
  }
}
@media only screen and (max-width: 750px) {
  .forum__sidebar .column-open {
    width: 20px;
  }
}

.widget {
  float: left;
  width: 100%;
}

.widget-title {
  float: left;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #eee;
}

.widget-error {
  float: left;
  width: 100%;
  padding: 20px;
  margin: 0;
}
.widget-error * {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.buddypress.widget .item-options {
  float: left;
  width: 100%;
  padding: 5px 15px;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.buddypress.widget .item-options a {
  display: inline-block;
  padding: 5px;
  color: #000000;
}
.buddypress.widget .item-options a.selected, .buddypress.widget .item-options a:hover {
  color: #000000;
}
.buddypress.widget .item-options .bp-separator {
  display: none;
}

#members-list {
  float: left;
  width: 100%;
  padding: 20px;
  padding-top: 10px;
  margin: 0;
}
#members-list li {
  padding-top: 10px;
  margin-bottom: 0 !important;
}
#members-list li * {
  font-size: 14px;
}
#members-list li .item {
  margin-left: 50px !important;
}
#members-list li .item .member-name {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #members-list li .item .member-name {
    float: left;
    margin-top: 0;
    transform: translateY(-25px);
  }
}
#members-list li .item-avatar {
  width: 40px !important;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
#members-list li .item-meta * {
  font-size: 12px;
}

.widget_bp_core_whos_online_widget .avatar-block {
  float: left;
  width: 100%;
}
.widget_bp_core_whos_online_widget .item-avatar {
  float: left;
  width: 25%;
  padding: 10px;
}
.widget_bp_core_whos_online_widget .item-avatar a {
  float: left;
  width: 100%;
  height: 55px;
  border-radius: 50%;
  overflow: hidden;
}
.widget_bp_core_whos_online_widget .item-avatar a img {
  float: left;
  width: 100%;
  margin: 0 !important;
}

.bbp-forums-widget {
  float: left;
  width: 100%;
  padding: 20px;
  padding-bottom: 10px;
}
.bbp-forums-widget li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.bbp-forums-widget li a {
  float: left;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding-left: 30px;
  background-image: url(images/forum.svg);
  background-repeat: no-repeat;
  background-position: top left;
}
.bbp-forums-widget li a:hover {
  text-decoration: underline;
}

.popular-topics-widget {
  float: left;
  width: 100%;
  padding: 20px;
  padding-bottom: 25px;
  padding-top: 25px;
  border: 1px solid #3E3E3E;
  border-radius: 25px;
}
.popular-topics-widget li {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: block;
  border-bottom: 1px solid #3E3E3E;
}
.popular-topics-widget li:last-child {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.popular-topics-widget li .load-more-action {
  text-align: center;
}
.popular-topics-widget li .load-more-action a {
  line-height: 1.35;
  height: auto;
  font-size: 12px;
  padding: 10px 20px;
  max-height: 36px;
  align-self: center;
}
@media only screen and (max-width: 900px) {
  .popular-topics-widget li .load-more-action a {
    padding: 10px 10px;
  }
}
.popular-topics-widget li .load-more-action a:hover {
  color: #ffffff;
}
.popular-topics-widget li .topic-title {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.popular-topics-widget li .topic-title a {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #25A2B8;
  font-weight: 500;
}
.popular-topics-widget li .topic-title a:hover {
  color: #FA421D;
}
.popular-topics-widget li .topic-author {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  width: 100%;
}
.popular-topics-widget li .topic-author .author-avatar {
  width: 30px;
  background-color: #191B1D;
}
.popular-topics-widget li .topic-author .author-name {
  margin-left: 10px;
  width: calc(100% - 90px);
}
.popular-topics-widget li .topic-author .author-name span {
  display: inline-block;
  color: #25A2B8;
  font-size: 12px;
}
.popular-topics-widget li .topic-author .author-name span .bbp-author-name {
  display: inline;
  margin: 0 0;
}
.popular-topics-widget li .topic-author .author-name a {
  color: #25A2B8;
  font-size: 12px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.popular-topics-widget li .topic-author .author-name a span {
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.popular-topics-widget li .topic-author .author-name a:hover {
  color: #FA421D;
}
.popular-topics-widget li .topic-author .author-name a:hover span {
  color: #FA421D;
}
.popular-topics-widget li .topic-author .actions-topic {
  float: right;
}
.popular-topics-widget li .topic-author .actions-topic .action-info {
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}
.popular-topics-widget li .topic-author .actions-topic .action-info .icon-action {
  display: block;
  position: relative;
  top: 4px;
}
.popular-topics-widget li .topic-author .actions-topic .action-info .icon-action i {
  font-size: 13px;
}
.popular-topics-widget li .topic-author .actions-topic .action-info .sl-icon i {
  font-size: 14px;
}
.popular-topics-widget li .topic-author .actions-topic .action-info .sl-wrapper,
.popular-topics-widget li .topic-author .actions-topic .action-info .sl-button,
.popular-topics-widget li .topic-author .actions-topic .action-info .sl-button-disabled {
  width: 13px;
  margin-top: 2px;
  height: 35px;
  float: left;
}
.popular-topics-widget li .topic-author .actions-topic .action-info .amount-action {
  font-size: 0.625em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center !important;
}
.popular-topics-widget li .category-content {
  margin-top: 10px;
  float: left;
  width: 100%;
}
.popular-topics-widget li .category-content span {
  display: block;
  color: #B7BABE;
  font-size: 11px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.popular-topics-widget li .category-content span a {
  color: #B7BABE;
  text-decoration: underline !important;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}
.popular-topics-widget li .category-content span a:hover {
  color: #FA421D;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.topic__sidebar {
  float: left;
  width: 240px;
}
@media only screen and (max-width: 900px) {
  .topic__sidebar {
    width: 100%;
  }
}
.topic__sidebar h3 {
  font-weight: 700;
  margin-bottom: 55px;
}
.topic__sidebar .widget-title {
  display: none;
}

.influencer .popular-topics-widget li .topic-title a,
.influencer .popular-topics-widget li .topic-author .author-name span,
.influencer .popular-topics-widget li .topic-author .author-name a {
  color: #E01E5A;
}

/* GRID RESULTS GENERAL */
.grid-featured-result {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 900px) {
  .grid-featured-result {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-featured-result .js-loading {
  grid-column: 1/3;
  width: 100%;
  text-align: center;
  background-image: url(images/loading.svg);
  background-position: center;
  background-size: auto 70px;
  background-repeat: no-repeat;
  min-height: 500px;
}
@media only screen and (max-width: 900px) {
  .grid-featured-result .js-loading {
    grid-column: 1/2;
  }
}
.grid-featured-result__item {
  background: transparent !important;
  border: 1px solid #343434 !important;
  overflow: hidden !important;
  padding: 20px !important;
  display: flex;
  gap: 15px;
  border-radius: 8px;
}
.grid-featured-result__item .author-box {
  margin-top: 0;
  width: 100%;
  max-width: 110px;
  margin-right: 0px;
}
.grid-featured-result__item .author-box .author-name {
  color: #FA421D;
  text-align: center;
  font-size: 12px;
  max-width: 100px;
  margin: 0px auto;
}
.grid-featured-result__item .author-box .author-name.blue {
  color: #25A2B8;
}
.grid-featured-result__item .author-box .author-img {
  max-width: 100px;
  margin: 0px auto 10px;
}
.grid-featured-result__item .author-box .author-img .rounded-logo {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-width: 165px;
  background-color: #ffffff;
}
.grid-featured-result__item .author-box .author-img .rounded-logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}
.grid-featured-result__item .author-box .actions-topic {
  float: left;
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.grid-featured-result__item .author-box .actions-topic .action-info {
  text-align: center;
  display: inline-block;
  margin: 0 5px;
  float: left;
}
.grid-featured-result__item .author-box .actions-topic .action-info .sl-wrapper {
  height: 40px;
  margin-top: 0;
  position: relative;
  display: block;
}
.grid-featured-result__item .author-box .actions-topic .action-info .sl-wrapper .sl-button,
.grid-featured-result__item .author-box .actions-topic .action-info .sl-wrapper .sl-button-disabled {
  height: 40px;
  margin-right: 0;
}
.grid-featured-result__item .author-box .actions-topic .action-info .sl-wrapper .sl-button .sl-icon i,
.grid-featured-result__item .author-box .actions-topic .action-info .sl-wrapper .sl-button-disabled .sl-icon i {
  font-size: 18px;
}
.grid-featured-result__item .author-box .actions-topic .action-info .sl-wrapper #sl-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  text-align: center;
  background: #191B1D;
}
.grid-featured-result__item .author-box .actions-topic .action-info .icon-action {
  display: block;
  position: relative;
}
.grid-featured-result__item .author-box .actions-topic .action-info .icon-action i {
  font-size: 18px;
  margin-bottom: 6px;
}
.grid-featured-result__item .author-box .actions-topic .action-info .amount-action {
  font-size: 0.625em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: relative;
}
.grid-featured-result__item .featured-info {
  padding-top: 0;
  width: 100%;
  max-width: calc(100% - 135px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.grid-featured-result__item .featured-info h2 {
  font-size: 18px;
  color: #FA421D;
  margin-bottom: 0;
}
@media only screen and (max-width: 1320px) {
  .grid-featured-result__item .featured-info h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .grid-featured-result__item .featured-info h2 {
    font-size: 18px;
  }
}
.grid-featured-result__item .featured-info h2 a {
  color: #FA421D;
}
.grid-featured-result__item .featured-info h2 a:hover {
  color: #25A2B8;
}
.grid-featured-result__item .featured-info p {
  font-size: 14px;
}
.grid-featured-result__item .featured-info.blue h2 {
  color: #25A2B8;
  margin-bottom: 0;
  min-height: 83px;
}
.grid-featured-result__item .featured-info.blue h2 a {
  color: #25A2B8;
}
.grid-featured-result__item .featured-info.blue h2 a:hover {
  color: #FA421D;
}
.grid-featured-result__item .featured-info .info-featured {
  border-bottom: 0 none;
  margin-top: 15px;
}
.grid-featured-result__item .featured-info .info-featured .info-date {
  float: none;
  width: 100%;
}
.grid-featured-result__item.discussion-item .author-box .author-name {
  color: #25A2B8;
}
.grid-featured-result__item.discussion-item .author-box .author-name a {
  color: #25A2B8;
}
.grid-featured-result__item.discussion-item .author-box .author-name a:hover {
  color: #FA421D;
}
.grid-featured-result__item.discussion-item .featured-info h2 a {
  color: #25A2B8;
}
.grid-featured-result__item.discussion-item .featured-info h2 a:hover {
  color: #FA421D;
}
.grid-featured-result__item.discussion-item .discussion-activity {
  text-align: right;
}
.grid-featured-result__item.discussion-item .discussion-activity a {
  color: #B7BABE;
  font-size: 11px;
}
.grid-featured-result__item.discussion-item .discussion-activity a:hover {
  color: #FA421D;
}
.grid-featured-result.discussion-forums {
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
  /*
  &.js-loading{
        grid-template-columns: repeat(1, 1fr)!important;
        gap: 0px;
  }*/
}
.grid-featured-result.discussion-forums .js-loading {
  grid-column: 1/2;
}
.grid-featured-result.discussion-forums .discussion-item {
  align-items: center;
  gap: 10px;
  border-radius: 0px;
  margin-bottom: -1px;
}
.grid-featured-result.discussion-forums .discussion-item .author-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 40%;
  flex: 0 0 40%;
  max-width: none;
  gap: 15px;
  margin-right: 0px !important;
}
@media only screen and (max-width: 900px) {
  .grid-featured-result.discussion-forums .discussion-item .author-box {
    width: 50%;
    flex: 0 0 50%;
  }
}
.grid-featured-result.discussion-forums .discussion-item .author-box .author-img {
  max-width: 50px;
  min-width: 50px;
  margin: 0 0 0 0;
  overflow: hidden;
}
.grid-featured-result.discussion-forums .discussion-item .author-box .author-name {
  text-align: left;
  max-width: 50%;
  min-width: 50%;
  flex: 0 0 50%;
  overflow: hidden;
  color: #25A2B8;
  margin: 0 0;
}
@media only screen and (max-width: 750px) {
  .grid-featured-result.discussion-forums .discussion-item .author-box .author-name {
    max-width: calc(100% - 135px);
    flex: 0 0 calc(100% - 135px);
  }
}
.grid-featured-result.discussion-forums .discussion-item .author-box .author-name a {
  color: #25A2B8;
}
.grid-featured-result.discussion-forums .discussion-item .author-box .author-name a:hover {
  color: #FA421D;
}
.grid-featured-result.discussion-forums .discussion-item .author-box .info-level {
  flex: 0 0 65px;
  min-width: 65px;
}
.grid-featured-result.discussion-forums .discussion-item .author-box .actions-topic {
  margin-top: 0;
  text-align: left;
  flex: 0 0 65px;
}
.grid-featured-result.discussion-forums .discussion-item .featured-info {
  justify-content: center;
}
.grid-featured-result.discussion-forums .discussion-item .featured-info h2 {
  margin-bottom: 8px;
  min-height: 0;
}
.grid-featured-result.discussion-forums .discussion-item .featured-info h2 a {
  color: #25A2B8;
}
.grid-featured-result.discussion-forums .discussion-item .featured-info h2 a:hover {
  color: #FA421D;
}
.grid-featured-result.discussion-forums .discussion-item .featured-info .info-featured {
  margin-top: 0;
}
.grid-featured-result.discussion-forums .discussion-item .discussion-activity {
  flex: 0 0 150px;
}
@media only screen and (max-width: 750px) {
  .grid-featured-result.discussion-forums .discussion-item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 10px;
  }
  .grid-featured-result.discussion-forums .discussion-item .author-box {
    width: 100%;
    display: flex;
    align-items: center;
    grid-area: 2/1/3/2;
  }
  .grid-featured-result.discussion-forums .discussion-item .author-box .actions-topic {
    flex: 0 0 65px;
    margin-left: auto;
  }
  .grid-featured-result.discussion-forums .discussion-item .featured-info {
    width: 100%;
    max-width: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .grid-featured-result.discussion-forums .discussion-item .discussion-activity {
    width: 100%;
    flex: 0 0 100%;
    justify-content: flex-end;
  }
}
.grid-featured-result.discussion-forums .discussion-item .author-name {
  color: #25A2B8;
}
.grid-featured-result.discussion-forums .discussion-item .author-name a {
  color: #25A2B8;
}
.grid-featured-result.discussion-forums .discussion-item .author-name a:hover {
  color: #FA421D;
}
.grid-featured-result.discussion-forums .discussion-item .featured-info h2 a {
  color: #25A2B8;
}
.grid-featured-result.discussion-forums .discussion-item .featured-info h2 a:hover {
  color: #FA421D;
}
.grid-featured-result.discussion-forums.forum-influencer-discussion-forums .discussion-item .author-box .author-name {
  color: #DE245C;
}
.grid-featured-result.discussion-forums.forum-influencer-discussion-forums .discussion-item .author-box .author-name a {
  color: #DE245C;
}
.grid-featured-result.discussion-forums.forum-influencer-discussion-forums .discussion-item .author-box .author-name a:hover {
  color: #FA421D;
}
.grid-featured-result.discussion-forums.forum-influencer-discussion-forums .discussion-item .featured-info h2 {
  color: #DE245C;
}
.grid-featured-result.discussion-forums.forum-influencer-discussion-forums .discussion-item .featured-info h2 a {
  color: #DE245C;
}
.grid-featured-result.discussion-forums.forum-influencer-discussion-forums .discussion-item .featured-info h2 a:hover {
  color: #FA421D;
}
.grid-featured-result.members {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 900px) {
  .grid-featured-result.members {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .grid-featured-result.members {
    grid-template-columns: repeat(1, 1fr);
  }
}
.grid-featured-result.members .no-results,
.grid-featured-result.members .not-found {
  grid-column: 1/4;
  text-align: center;
}
.grid-featured-result.members .js-loading {
  grid-column: 1/4;
}
@media only screen and (max-width: 900px) {
  .grid-featured-result.members .js-loading {
    grid-column: 1/3;
  }
}
@media only screen and (max-width: 640px) {
  .grid-featured-result.members .js-loading {
    grid-column: 1/2;
  }
}
.grid-featured-result.discussions .content-featured .author-box {
  margin-top: 0;
}
.grid-featured-result.discussions .featured-info .info-featured {
  display: flex;
}
.grid-featured-result.discussions .featured-info .info-featured .info-level .actions-topic {
  display: flex;
  gap: 8px;
}
.grid-featured-result.discussions .featured-info .info-featured .info-level .actions-topic .action-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.grid-featured-result.discussions .featured-info .info-featured .info-level .actions-topic .action-info .amount-action {
  font-weight: 100;
  font-size: 0.65em;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding-top: 4px;
}
.grid-featured-result .no-results,
.grid-featured-result .not-found {
  grid-column: 1/3;
  text-align: center;
}

.button-more {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
@media only screen and (max-width: 640px) {
  .button-more {
    justify-content: center;
  }
}

/* Search Results */
.form_complete .resource-item .author-box {
  display: none;
}
.form_complete .resource-item .featured-info {
  max-width: 100%;
  justify-content: flex-start;
}
.form_complete .resource-item .featured-info h2, .form_complete .resource-item .featured-info h3 {
  min-height: 40px;
  margin-top: 10px;
}
.form_complete .resource-item .featured-info .info-featured {
  font-size: 14px;
}
.form_complete .resource-item .featured-info .info-featured a {
  color: #ffffff;
}
.form_complete .resource-item .featured-info .info-featured a:hover {
  color: #FEC12F;
}
.form_complete .result_content {
  background: transparent !important;
  border: 1px solid #343434 !important;
  overflow: hidden !important;
  padding: 20px !important;
  display: flex;
  flex-direction: column;
}
.form_complete .result_content h3 {
  min-height: 40px;
  font-size: 18px;
  margin-top: 10px;
}
.form_complete .result_content .etc {
  font-size: 14px;
}
.form_complete .result_content .asp_res_text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.form_complete .result_content .asp_res_text p {
  margin-bottom: 8px;
}
.form_complete .result_content .asp_res_text iframe {
  width: 100%;
  height: 100%;
}

.rounded-logo {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #ffffff;
  max-width: 165px;
}
.rounded-logo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
}

.events {
  padding-bottom: 50px;
}
.events .related-title {
  font-size: 50px;
  color: #ffffff;
  display: block;
  margin-bottom: 90px;
  font-weight: 700;
}

.event-item {
  display: block;
  border: 1px solid #343434 !important;
  overflow: hidden !important;
  padding: 20px !important;
  position: relative;
}
.event-item__image {
  float: left;
  width: 100%;
  margin-bottom: 25px !important;
  padding-top: 56% !important;
  position: relative;
  overflow: hidden;
}
.event-item__image .image-background {
  text-align: center !important;
}
.event-item__image .image-background img {
  width: 100% !important;
}
.event-item__data {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: 100px auto;
  grid-column-gap: 25px;
}
@media only screen and (max-width: 1100px) {
  .event-item__data {
    grid-template-columns: 100px calc(100% - 100px);
    grid-column-gap: 15px;
  }
}
.event-item__data.webinar-item-data .js-register-container {
  display: block;
}
.event-item__data.webinar-item-data .js-register-container .button--container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .event-item__data.webinar-item-data .js-register-container .button--container {
    flex-direction: column;
  }
  .event-item__data.webinar-item-data .js-register-container .button--container .button {
    margin-bottom: 10px;
  }
}
.event-item__data.webinar-item-data .js-register-container .button {
  height: 30px;
  font-size: 16px;
}
.event-item__data.webinar-item-data .js-register-container p {
  display: block;
  text-align: center;
}
.event-item__data.webinar-item-data img {
  width: 100%;
  margin-bottom: 15px;
}
.event-item__data__date__date {
  display: block;
  background-color: #FEC12F;
  color: #000000;
  font-family: "Circular Std", sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  text-align: center !important;
  padding: 10px !important;
  margin-bottom: 10px !important;
  border-radius: 8px;
}
@media only screen and (max-width: 1100px) {
  .event-item__data__date__date {
    padding: 5px !important;
  }
}
.event-item__data__date__date .event-month, .event-item__data__date__date .event-time {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 100;
  display: block;
  text-align: center !important;
  text-transform: uppercase !important;
}
@media only screen and (max-width: 1100px) {
  .event-item__data__date__date .event-month, .event-item__data__date__date .event-time {
    letter-spacing: 0em;
    font-size: 13px;
  }
}
@media only screen and (max-width: 900px) {
  .event-item__data__date__date .event-month, .event-item__data__date__date .event-time {
    font-size: 12px;
  }
}
.event-item__data__date__date .event-day {
  font-size: 70px;
  font-weight: 100;
  display: block;
  line-height: 1;
  text-align: center !important;
}
@media only screen and (max-width: 1100px) {
  .event-item__data__date__date .event-day {
    font-size: 64px;
  }
}
@media only screen and (max-width: 900px) {
  .event-item__data__date__date .event-day {
    font-size: 52px;
  }
}
.event-item__data__date__date .event-time {
  font-size: 13px;
  text-align: center !important;
}
@media only screen and (max-width: 900px) {
  .event-item__data__date__date .event-time {
    font-size: 12px;
  }
}
.event-item__data__date__date:hover {
  background-color: #FA421D;
  color: #000;
}
.event-item__data__date__date.webinar-date {
  padding: 25px 0 !important;
}
.event-item__data__date__date.no-over:hover {
  background-color: #FEC12F;
}
.event-item__data__date .event-author {
  color: #FEC12F;
  font-size: 12px;
  padding-left: 30px !important;
  line-height: 18px;
  display: block;
  font-weight: 100;
  min-height: 24px;
  background: url(images/user.svg) center left no-repeat;
}
@media only screen and (max-width: 640px) {
  .event-item__data__date .event-author {
    background: url(images/user.svg) center top no-repeat;
    padding-left: 0px !important;
    padding-top: 40px !important;
  }
  .event-item__data__date .event-author .event-autthor.noicon {
    padding-top: 0px !important;
  }
}
.event-item__data__date .event-author:hover {
  color: #FA421D;
}
.event-item__data__date .event-author.noicon {
  background: none;
  padding-left: 0 !important;
  line-height: normal;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .event-item__data__date .event-author.noicon {
    padding-top: 0px !important;
  }
}
.event-item__data__details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 5px !important;
}
.event-item__data__details .event-title {
  display: block;
  font-size: 24px;
  color: #FEC12F;
  font-weight: 700;
  padding-right: 30px !important;
  margin-bottom: 10px !important;
  background: url(images/yellow-arrow.svg) 98% 0 no-repeat;
  background-size: 10px 24px !important;
  min-height: 24px;
}
@media only screen and (max-width: 1100px) {
  .event-item__data__details .event-title {
    font-size: 20px;
  }
}
.event-item__data__details .event-title:hover {
  color: #FA421D;
  background: url(images/orange-arrow.svg) 99% 0 no-repeat;
}
.event-item__data__details .event-description {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px !important;
}
.event-item__data__details .event-categories {
  font-size: 12px;
  color: #888B8E;
}
.event-item__data__details .event-categories a {
  display: inline;
  color: #888B8E;
}
.event-item__data__details .event-categories a:hover {
  color: #FEC12F;
}
.event-item__data__details .button.button--small {
  margin: 15px 0 0 auto !important;
}
.event-item__data__details .info-level .actions-topic {
  text-align: right;
}

.page-dashboard .event-item__data {
  padding-right: 5px;
}

.page-dashboard .event-title {
  background-size: 10px 24px !important;
  font-size: 18px;
}

.single-event {
  padding-top: 75px;
  padding-bottom: 200px;
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 100px;
  grid-row-gap: 60px;
}
@media only screen and (max-width: 900px) {
  .single-event {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-event__info {
  padding-bottom: 40px;
}
.single-event__info__banner {
  float: left;
  width: 100%;
  margin-bottom: 25px;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}
.single-event__info__data {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: 100px auto;
  grid-column-gap: 0px;
  line-height: 180%;
  margin-bottom: 40px;
}
.single-event__info__data .definition-col, .single-event__info__data .data-col {
  font-size: 14px;
  font-weight: 100;
  color: #7F8285;
}
.single-event__info__data .data-col {
  color: #ffffff;
}
.single-event__info__data .data-col a {
  color: #ffffff;
}
.single-event__info__data .data-col a:hover {
  color: #FEC12F;
}
.single-event__info .button {
  background-color: #FEC12F;
  color: #000000;
  float: right;
  margin-bottom: 40px;
}
.single-event__info .button:hover {
  background-color: #FA421D;
  color: #ffffff;
}
.single-event__info .social-sharer {
  border-top: 1px solid #343434;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 15px;
  line-height: 180%;
  padding-top: 40px;
  align-items: center;
}
.single-event__info .social-sharer__title {
  font-size: 14px;
  color: #ffffff;
}
.single-event__info .social-sharer__buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.single-event__info .social-sharer__buttons a {
  width: 40px;
  height: 40px;
  border-radius: 50rem;
  background-color: #ffffff;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-event__info .social-sharer__buttons a svg {
  width: 32px;
  height: 32px;
  fill: #232323;
}
.single-event__info .social-sharer__buttons a:hover {
  background-color: #FEC12F;
}
.single-event__info .webinar-item-data {
  width: 100%;
  height: auto;
}
.single-event__info .webinar-item-data .button {
  float: none;
  display: block;
  margin: 0px auto;
  max-width: none;
}
.single-event__info .webinar-item-data .js-register-container {
  display: block;
}
.single-event__info .webinar-item-data .js-register-container .button {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.single-event__info .webinar-item-data .js-register-container .button--container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (max-width: 450px) {
  .single-event__info .webinar-item-data .js-register-container .button--container {
    flex-direction: column;
    align-items: center;
  }
}
.single-event__info .webinar-item-data .js-register-container .button--container .button {
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  max-width: 48%;
}
@media only screen and (max-width: 450px) {
  .single-event__info .webinar-item-data .js-register-container .button--container .button {
    max-width: 100%;
    width: 100%;
  }
}
.single-event__info .webinar-item-data .js-register-container p {
  display: block;
  text-align: center;
}
.single-event__details .event-subtitle {
  font-size: 50px;
  color: #ffffff;
  font-weight: 200;
  margin-bottom: 55px;
}
@media only screen and (max-width: 900px) {
  .single-event__details .event-subtitle {
    font-size: 36px;
  }
}
.single-event__details .event-details {
  font-size: 14px;
  color: #ffffff;
  font-weight: 200;
  margin-bottom: 10px;
  line-height: 180%;
}
.single-event__details .event-details > * {
  line-height: 1.4;
}
.single-event__details .event-details a:not(.button) {
  color: #FEC12F;
}
.single-event__details .event-details a:not(.button):hover {
  color: #FA421D;
}

/*
#ajaxsearchprobsettings5_1 fieldset,
#ajaxsearchprobsettings3_1 fieldset,
#ajaxsearchprobsettings7_1 fieldset,
#wpdreams_asp_settings_7 .asp_w.asp_sb.searchsettings fieldset,
.parent-influencer-events  .asp_w.asp_sb.searchsettings fieldset,
.page-influender-events .asp_w.asp_sb.searchsettings fieldset,
.asp_sb.asp_sb_7.searchsettings fieldset,
*/
.page-influender-events #primary .filtersbox .filters fieldset,
.page-events #primary .filtersbox .filters fieldset {
  max-width: 210px !important;
  margin: 0 5px !important;
}

.page-upload-your-event .form-box .gform_wrapper li.date_field input,
.page-upload-your-event .form-box .gform_wrapper li.time_field {
  cursor: pointer !important;
}
.page-upload-your-event .gform_wrapper .validation_message {
  margin-top: 5px;
}

.page-toolkit .headline {
  text-align: center;
  padding: 70px 0;
}
@media only screen and (max-width: 900px) {
  .page-toolkit .headline {
    padding: 35px 0;
  }
}
.page-toolkit .headline__cont {
  max-width: 720px;
  margin: 0px auto;
  text-align: center;
}
.page-toolkit .headline__cont h2 {
  font-size: 70px;
  color: #ffffff;
  margin-bottom: 60px;
  font-weight: bold;
}
.page-toolkit .headline__cont h2 span {
  color: #FEC12F;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .page-toolkit .headline__cont h2 {
    font-size: 54px;
    margin-bottom: 50px;
  }
}
.page-toolkit .headline__cont a {
  color: #FA421D;
}
.page-toolkit .headline__cont a:hover {
  color: #25A2B8;
}
.page-toolkit .alternated {
  padding: 70px 0 0;
}
@media only screen and (max-width: 900px) {
  .page-toolkit .alternated {
    padding: 35px 0;
  }
}
.page-toolkit .alternated__row {
  float: left;
  width: 100%;
  /*
  display: flex;
  flex-direction: row;
  gap: 100px 100px;
  */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 100px 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1100px) {
  .page-toolkit .alternated__row {
    grid-gap: 50px 50px;
  }
}
@media only screen and (max-width: 900px) {
  .page-toolkit .alternated__row {
    display: block;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 640px) {
  .page-toolkit .alternated__row {
    gap: 50px 50px;
    margin-bottom: 5px;
  }
}
.page-toolkit .alternated__row:nth-child(even) .alternated__row__column:nth-child(1) {
  grid-column: 2/3;
  grid-row: 1;
}
.page-toolkit .alternated__row:nth-child(even) .alternated__row__column:nth-child(2) {
  grid-column: 1/2;
  grid-row: 1;
}
.page-toolkit .alternated__row__column {
  position: relative;
  overflow: hidden;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .page-toolkit .alternated__row__column {
    display: block;
    width: 100%;
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 640px) {
  .page-toolkit .alternated__row__column {
    text-align: center;
  }
}
.page-toolkit .alternated__row__column svg {
  position: absolute;
  z-index: 0;
}
@media only screen and (max-width: 900px) {
  .page-toolkit .alternated__row__column svg {
    max-height: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .page-toolkit .alternated__row__column svg {
    left: 0;
  }
}
.page-toolkit .alternated__row__column__cont {
  padding-left: 90px;
  padding-top: 90px;
  position: relative;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media only screen and (max-width: 1100px) {
  .page-toolkit .alternated__row__column__cont {
    padding-top: 50px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .page-toolkit .alternated__row__column__cont {
    padding-left: 50px;
    padding-top: 50px;
    width: 90%;
    margin: 0 5%;
    min-height: 300px;
  }
}
@media only screen and (max-width: 640px) {
  .page-toolkit .alternated__row__column__cont {
    padding-left: 0px;
    padding-top: 0px;
  }
}
.page-toolkit .alternated__image {
  width: 100%;
  padding-top: 78%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 900px) {
  .page-toolkit .alternated__image {
    margin: 0 5% 25px;
    max-width: 90%;
  }
}
.page-toolkit .alternated__title {
  padding: 20px 0 35px;
  font-size: 50px;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .page-toolkit .alternated__title {
    padding: 15px 0 20px;
    font-size: 45px;
  }
}
@media only screen and (max-width: 640px) {
  .page-toolkit .alternated__title {
    padding: 10px 0 20px;
    font-size: 36px;
  }
}
.page-toolkit .alternated__text {
  font-size: 16px;
  font-weight: 300;
  padding-bottom: 0px;
}
.page-toolkit .buttons {
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 900px) {
  .page-toolkit .buttons {
    margin-bottom: 50px;
  }
}
.page-toolkit .buttons.bottom {
  margin-bottom: 100px;
}

.template-global_impact,
.template-peace_impact {
  /*.fancybox-slide{
        max-width: 90%;
        margin: 0 5%;
        padding-bottom: 80px;
  }*/
}
.template-global_impact .page-hero__text-cont,
.template-peace_impact .page-hero__text-cont {
  padding-top: 200px !important;
  padding-bottom: 100px !important;
}
@media only screen and (max-width: 640px) {
  .template-global_impact .page-hero__text-cont,
  .template-peace_impact .page-hero__text-cont {
    padding-top: 100px !important;
    padding-bottom: 60px !important;
  }
}
.template-global_impact .page-hero__text-cont .page-hero__text,
.template-peace_impact .page-hero__text-cont .page-hero__text {
  width: 75%;
}
@media only screen and (max-width: 640px) {
  .template-global_impact .page-hero__text-cont .page-hero__text,
  .template-peace_impact .page-hero__text-cont .page-hero__text {
    width: 100%;
  }
}
.template-global_impact .featured-buttons,
.template-peace_impact .featured-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
@media only screen and (max-width: 640px) {
  .template-global_impact .featured-buttons,
  .template-peace_impact .featured-buttons {
    margin-top: 40px;
  }
}
.template-global_impact .featured-buttons .button,
.template-peace_impact .featured-buttons .button {
  width: 32%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1100px) {
  .template-global_impact .featured-buttons .button,
  .template-peace_impact .featured-buttons .button {
    width: calc(50% - 5px);
  }
}
@media only screen and (max-width: 900px) {
  .template-global_impact .featured-buttons .button,
  .template-peace_impact .featured-buttons .button {
    width: 100%;
  }
}
.template-global_impact .featured-buttons .button:nth-child(1),
.template-peace_impact .featured-buttons .button:nth-child(1) {
  background: #DE245C;
}
.template-global_impact .featured-buttons .button:nth-child(2),
.template-peace_impact .featured-buttons .button:nth-child(2) {
  background: #FEC12F;
}
.template-global_impact .featured-buttons .button:nth-child(3),
.template-peace_impact .featured-buttons .button:nth-child(3) {
  background: #FA421D;
}
.template-global_impact .featured-buttons .button:nth-child(4),
.template-peace_impact .featured-buttons .button:nth-child(4) {
  background: #184139;
}
.template-global_impact .featured-buttons .button:nth-child(5),
.template-peace_impact .featured-buttons .button:nth-child(5) {
  background: #A4062A;
}
.template-global_impact .featured-buttons .button:nth-child(5):hover,
.template-peace_impact .featured-buttons .button:nth-child(5):hover {
  background: #FA421D;
}
.template-global_impact .featured-buttons .button:nth-child(6),
.template-peace_impact .featured-buttons .button:nth-child(6) {
  background: #25A2B8;
}
.template-global_impact .featured-buttons .button:hover,
.template-peace_impact .featured-buttons .button:hover {
  background: #A4062A;
}
.template-global_impact .alternated,
.template-peace_impact .alternated {
  padding: 70px 0;
}
@media only screen and (max-width: 900px) {
  .template-global_impact .alternated,
  .template-peace_impact .alternated {
    padding: 35px 0;
  }
}
.template-global_impact .alternated__row,
.template-peace_impact .alternated__row {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 100px;
  margin-bottom: 100px;
  align-items: center;
}
@media only screen and (max-width: 900px) {
  .template-global_impact .alternated__row,
  .template-peace_impact .alternated__row {
    display: block;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .template-global_impact .alternated__row,
  .template-peace_impact .alternated__row {
    display: block;
    margin-bottom: 30px;
  }
}
.template-global_impact .alternated__row__column,
.template-peace_impact .alternated__row__column {
  position: relative;
  overflow: hidden;
  width: 50%;
}
.template-global_impact .alternated__row__column img,
.template-peace_impact .alternated__row__column img {
  max-width: 80%;
  float: left;
}
@media only screen and (max-width: 900px) {
  .template-global_impact .alternated__row__column,
  .template-peace_impact .alternated__row__column {
    display: block;
    width: 100%;
    margin-bottom: 45px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
  }
  .template-global_impact .alternated__row__column img,
  .template-peace_impact .alternated__row__column img {
    width: 80%;
    float: none;
  }
}
.template-global_impact .alternated__row:nth-child(even),
.template-peace_impact .alternated__row:nth-child(even) {
  flex-direction: row-reverse;
}
.template-global_impact .alternated__row:nth-child(even) .alternated__row__column img,
.template-peace_impact .alternated__row:nth-child(even) .alternated__row__column img {
  float: right;
}
@media only screen and (max-width: 900px) {
  .template-global_impact .alternated__row:nth-child(even) .alternated__row__column img,
  .template-peace_impact .alternated__row:nth-child(even) .alternated__row__column img {
    float: none;
  }
}
.template-global_impact .alternated__title,
.template-peace_impact .alternated__title {
  padding-top: 20px;
  font-size: 50px;
  display: block;
  width: 100%;
  font-weight: 700;
}
.template-global_impact .alternated__text,
.template-peace_impact .alternated__text {
  font-weight: 300;
}
.template-global_impact .alternated__text p,
.template-peace_impact .alternated__text p {
  margin-bottom: 0;
  font-size: 22px;
}
@media only screen and (max-width: 640px) {
  .template-global_impact .alternated__text p,
  .template-peace_impact .alternated__text p {
    font-size: 18px;
  }
}
.template-global_impact .cards,
.template-peace_impact .cards {
  padding: 70px 0;
}
@media only screen and (max-width: 900px) {
  .template-global_impact .cards,
  .template-peace_impact .cards {
    padding: 35px 0;
  }
}
.template-global_impact .cards__title,
.template-peace_impact .cards__title {
  padding: 20px 0 50px;
  font-size: 50px;
  display: block;
  width: 100%;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .template-global_impact .cards__title,
  .template-peace_impact .cards__title {
    text-align: center;
  }
}
.template-global_impact .cards__row,
.template-peace_impact .cards__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 100px;
}
@media only screen and (max-width: 1100px) {
  .template-global_impact .cards__row,
  .template-peace_impact .cards__row {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .template-global_impact .cards__row,
  .template-peace_impact .cards__row {
    grid-gap: 20px;
  }
}
.template-global_impact .cards__row .card,
.template-peace_impact .cards__row .card {
  position: relative;
  border-radius: 20px;
}
@media only screen and (max-width: 1100px) {
  .template-global_impact .cards__row .card,
  .template-peace_impact .cards__row .card {
    margin: 0px auto 30px;
  }
}
.template-global_impact .cards__row .card .card-front,
.template-peace_impact .cards__row .card .card-front {
  display: grid;
  width: 100%;
  height: 100%;
  min-width: 100%;
  transition: transform 0.3s linear;
  transition-delay: 0.3s;
  transform: rotateY(0deg);
  position: relative;
}
.template-global_impact .cards__row .card .card-front img,
.template-peace_impact .cards__row .card .card-front img {
  display: block;
  width: 100%;
  height: auto;
}
.template-global_impact .cards__row .card .card-front .card-title,
.template-peace_impact .cards__row .card .card-front .card-title {
  font-size: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  text-align: center;
  z-index: 10;
  color: #ffffff;
  width: calc(100% - 60px);
  font-weight: 700;
  text-align: center;
}
.template-global_impact .cards__row .card .card-back,
.template-peace_impact .cards__row .card .card-back {
  display: grid;
  min-width: 100%;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  top: -20px;
  left: -20px;
  position: absolute;
  overflow: hidden;
  border-radius: 20px;
  background-color: #19191d;
  color: #ffffff;
  transition: transform 0.3s linear;
  transform: rotateY(-90deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  padding: 10px;
  line-height: 150%;
}
@media only screen and (max-width: 640px) {
  .template-global_impact .cards__row .card .card-back,
  .template-peace_impact .cards__row .card .card-back {
    overflow-y: scroll;
  }
}
.template-global_impact .cards__row .card .card-back .scrollable,
.template-peace_impact .cards__row .card .card-back .scrollable {
  position: relative;
  overflow: hidden;
  padding: 20px;
}
.template-global_impact .cards__row .card .card-back .card-title,
.template-peace_impact .cards__row .card .card-back .card-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}
.template-global_impact .cards__row .card:hover > .card-front,
.template-peace_impact .cards__row .card:hover > .card-front {
  transform: rotateY(90deg);
  transition-delay: 0.3s;
}
.template-global_impact .cards__row .card:hover > .card-back,
.template-peace_impact .cards__row .card:hover > .card-back {
  transform: rotateY(0deg);
  transition-delay: 0.3s;
}
.template-global_impact .themes,
.template-peace_impact .themes {
  padding: 70px 0;
}
@media only screen and (max-width: 900px) {
  .template-global_impact .themes,
  .template-peace_impact .themes {
    padding: 35px 0;
  }
}
.template-global_impact .themes__title,
.template-peace_impact .themes__title {
  padding: 20px 0 50px;
  font-size: 50px;
  display: block;
  width: 100%;
  font-weight: 700;
}
@media only screen and (max-width: 900px) {
  .template-global_impact .themes__title,
  .template-peace_impact .themes__title {
    text-align: center;
  }
}
.template-global_impact .themes__row,
.template-peace_impact .themes__row {
  /*
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 180px;
  */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*@include responsive('tablet-h') {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 50px 50px;
  }
  */
}
@media only screen and (max-width: 640px) {
  .template-global_impact .themes__row,
  .template-peace_impact .themes__row {
    /*
    grid-template-columns: 1fr;
    grid-gap: 30px 30px;
    */
    flex-direction: column;
  }
}
.template-global_impact .themes__row .theme,
.template-peace_impact .themes__row .theme {
  position: relative;
  overflow: hidden;
  width: 33%;
  margin-bottom: 50px;
  padding-right: 50px;
}
@media only screen and (max-width: 900px) {
  .template-global_impact .themes__row .theme,
  .template-peace_impact .themes__row .theme {
    width: 50%;
    margin: 0px auto;
    /*min-width: 300px;*/
  }
}
@media only screen and (max-width: 640px) {
  .template-global_impact .themes__row .theme,
  .template-peace_impact .themes__row .theme {
    width: 100%;
  }
}
.template-global_impact .themes__row .theme-title,
.template-peace_impact .themes__row .theme-title {
  font-size: 26px;
  font-weight: 100;
  position: absolute;
  top: 30px;
  left: 138px;
  max-width: 150px;
}
.template-global_impact .themes__row .theme-title:hover,
.template-peace_impact .themes__row .theme-title:hover {
  color: #ffffff;
}
.template-global_impact .themes__row .theme svg,
.template-peace_impact .themes__row .theme svg {
  width: 45%;
}
.template-global_impact .theme-contents,
.template-peace_impact .theme-contents {
  background-color: #000000;
  max-width: 1340px;
  border-radius: 20px;
  padding: 30px 150px;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .template-global_impact .theme-contents,
  .template-peace_impact .theme-contents {
    padding: 30px 80px;
  }
}
@media only screen and (max-width: 640px) {
  .template-global_impact .theme-contents,
  .template-peace_impact .theme-contents {
    padding: 30px 30px;
  }
}
.template-global_impact .theme-contents .modal-copy,
.template-peace_impact .theme-contents .modal-copy {
  position: relative;
  font-weight: 100;
  line-height: 120%;
  font-size: 14px;
}
@media only screen and (max-width: 640px) {
  .template-global_impact .theme-contents .modal-copy,
  .template-peace_impact .theme-contents .modal-copy {
    padding: 30px 30px;
    overflow: hidden;
    overflow-y: scroll;
    max-height: calc(100vh - 200px);
  }
}
.template-global_impact .theme-contents .modal-copy svg,
.template-peace_impact .theme-contents .modal-copy svg {
  width: 15%;
}
.template-global_impact .theme-contents .modal-copy .theme-title,
.template-peace_impact .theme-contents .modal-copy .theme-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 25px;
}
.template-global_impact .theme-contents .modal-copy article,
.template-peace_impact .theme-contents .modal-copy article {
  font-weight: 100;
  line-height: 150%;
  font-size: 14px;
  font-weight: 300;
}
.template-global_impact .theme-contents .fancybox-close-small,
.template-peace_impact .theme-contents .fancybox-close-small {
  width: 35px;
  height: 35px;
}
.template-global_impact .thematic-blocks,
.template-peace_impact .thematic-blocks {
  margin-bottom: 0;
}
.template-global_impact .userguide, .template-global_impact .contact,
.template-peace_impact .userguide,
.template-peace_impact .contact {
  padding: 40px 0 120px;
  text-align: center;
}
.template-global_impact .userguide a.button, .template-global_impact .contact a.button,
.template-peace_impact .userguide a.button,
.template-peace_impact .contact a.button {
  min-width: 260px;
  margin: 0 15px;
}
@media only screen and (max-width: 900px) {
  .template-global_impact .userguide a.button, .template-global_impact .contact a.button,
  .template-peace_impact .userguide a.button,
  .template-peace_impact .contact a.button {
    margin-bottom: 15px;
  }
}
.template-global_impact .fancybox-stage,
.template-peace_impact .fancybox-stage {
  top: 105px;
}
.template-global_impact #contactForm .modal-legend,
.template-peace_impact #contactForm .modal-legend {
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 1.35;
  padding-bottom: 30px;
}
.template-global_impact #contactForm .ginput_container_checkbox,
.template-peace_impact #contactForm .ginput_container_checkbox {
  margin-top: 15px;
}
.template-global_impact #contactForm .ginput_container_checkbox .gfield_checkbox button,
.template-peace_impact #contactForm .ginput_container_checkbox .gfield_checkbox button {
  display: inline-block;
  max-width: 100px;
  height: 20px;
  line-height: 20px;
  background: #DE245C;
  color: #ffffff;
  border-radius: 20px !important;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}
.template-global_impact #contactForm .ginput_container_checkbox .gfield_checkbox button:hover, .template-global_impact #contactForm .ginput_container_checkbox .gfield_checkbox button:focus,
.template-peace_impact #contactForm .ginput_container_checkbox .gfield_checkbox button:hover,
.template-peace_impact #contactForm .ginput_container_checkbox .gfield_checkbox button:focus {
  background-color: #FA421D;
}
.template-global_impact #contactForm .ginput_container_textarea textarea,
.template-peace_impact #contactForm .ginput_container_textarea textarea {
  height: 156px !important;
}
.template-global_impact #contactForm .gfield:nth-child(5),
.template-peace_impact #contactForm .gfield:nth-child(5) {
  grid-row: span 2;
}
.template-global_impact #contactForm .gform_footer,
.template-peace_impact #contactForm .gform_footer {
  padding-bottom: 30px;
  margin-top: 30px;
}
.template-global_impact #contactForm .gform_submission_error,
.template-peace_impact #contactForm .gform_submission_error {
  color: #E01E5A;
  font-size: 15px;
}

.page-live-feed .headline {
  text-align: center;
  padding: 70px 0;
}
.page-live-feed .headline__cont {
  max-width: 720px;
  margin: 0px auto;
  text-align: center;
}
.page-live-feed .headline__cont h2 {
  font-size: 70px;
  color: #ffffff;
  margin-bottom: 60px;
  font-weight: bold;
}
.page-live-feed .headline__cont h2 span {
  color: #DE245C;
  font-weight: bold;
}
@media only screen and (max-width: 900px) {
  .page-live-feed .headline__cont h2 {
    font-size: 54px;
    margin-bottom: 50px;
  }
}
.page-live-feed .headline__cont p {
  font-size: 26px;
  font-weight: 600;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  .page-live-feed .headline__cont p {
    text-align: center;
  }
}

.page-find-a-project .fancybox-stage,
.page-ngo-map .fancybox-stage {
  overflow-y: hidden;
  overflow-y: scroll;
  top: 105px;
}
@media only screen and (max-width: 1100px) {
  .page-find-a-project .fancybox-stage,
  .page-ngo-map .fancybox-stage {
    top: 85px;
  }
}
.page-find-a-project .fancybox-container,
.page-find-a-project .fancybox-stage,
.page-find-a-project .fancybox-slide,
.page-ngo-map .fancybox-container,
.page-ngo-map .fancybox-stage,
.page-ngo-map .fancybox-slide {
  z-index: 999 !important;
}
.page-find-a-project .text_block,
.page-ngo-map .text_block {
  padding: 100px 0 50px;
}
@media only screen and (max-width: 900px) {
  .page-find-a-project .text_block,
  .page-ngo-map .text_block {
    padding: 50px 0 25px;
  }
}
.page-find-a-project .text_block__text-cont-headline h2 .last-word, .page-find-a-project .text_block__text-cont-headline h2.title-colored span,
.page-ngo-map .text_block__text-cont-headline h2 .last-word,
.page-ngo-map .text_block__text-cont-headline h2.title-colored span {
  color: #A4062A;
}
.page-find-a-project .text_block__text-cont-headline p,
.page-ngo-map .text_block__text-cont-headline p {
  margin-bottom: 0px;
}
.page-find-a-project .gfield_visibility_visible,
.page-ngo-map .gfield_visibility_visible {
  float: left;
  width: 100%;
  margin-top: 20px !important;
}
.page-find-a-project .gfield_checkbox li,
.page-ngo-map .gfield_checkbox li {
  display: block;
  width: 50%;
  float: left;
  margin-bottom: 0;
}
.page-find-a-project .gfield_checkbox li input,
.page-ngo-map .gfield_checkbox li input {
  position: absolute;
  opacity: 0;
}
.page-find-a-project .gfield_checkbox li input:checked + label::before,
.page-ngo-map .gfield_checkbox li input:checked + label::before {
  background: #ffffff;
}
.page-find-a-project .gfield_checkbox li input:checked + label::after,
.page-ngo-map .gfield_checkbox li input:checked + label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  background: #DE245C;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 #DE245C, 4px 0 0 #DE245C, 4px -2px 0 #DE245C, 4px -4px 0 #DE245C, 4px -6px 0 #DE245C, 4px -8px 0 #DE245C;
  transform: rotate(45deg);
}
.page-find-a-project .gfield_checkbox li input + label,
.page-ngo-map .gfield_checkbox li input + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
}
.page-find-a-project .gfield_checkbox li input + label::before,
.page-ngo-map .gfield_checkbox li input + label::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  float: left;
  margin-top: 2px;
}

.project-list {
  position: relative;
  /*
  .searchbox{
      &.spaced{
          margin-right: 0;
      }
  }
  .filters--content{
      .filters-box{
          margin-top: 0;
          margin-right: 15px;
          width: auto;
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between;
          @include responsive('desktop') {
              margin-top: 10px;
              margin-right: 0;
              width: 100%;
          }

      }
  } 
  */
  /*
  .search-form-input{
      color: #51575D;
      font-size: 16px;
      margin: 0;
      padding: 0;
      position: relative;
      .twitter-typeahead{
          width: 100%;
          padding: 0 15px;
          .typeahead.tt-hint{
              opacity: 0.5 !important;
              margin-left: 15px;
          }
      }
      .search-icon-action{
          width: 34px;
          text-align: center;
          line-height: 34px;
          float: left;
          margin-left: 5px;
          margin-top: 10px;
          cursor: pointer;
          i {
              font-size: 18px;
              color: $black;
          }
      }
      input{
          color: #51575D;
          line-height: 50px;
          padding: 0 15px;
      }
      .reset-icon-action{
          width: 34px;
          text-align: center;
          line-height: 34px;
          float: right;
          margin-right: 5px;
          margin-top: 10px;
          cursor: pointer;
          display: none;
          i {
              font-size: 18px;
              color: $black;
          }
      }
  }
  .select2-container {
      padding: 10px 0;
      border-radius: 25px;
      &.select2-container--default .select2-selection--single {
          background-color: transparent;
          border: 0 none;
          .select2-selection__arrow {
              right: 10px;
              width: 25px;
              background-repeat: no-repeat;
              background-position-y: 100%;
              background-position-x: 0;
          }
          .select2-selection__arrow b {
              display: none;
          }
          .select2-selection__rendered {
              padding-left: 20px;
          }
      }
      &.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
              background-position-y: 0;
      }
  }
  */
}
.project-list .project-action-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media only screen and (max-width: 900px) {
  .project-list .project-action-buttons {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .project-list .project-action-buttons {
    flex-direction: column;
  }
}
.project-list .filtersbox .filters.selects {
  gap: 15px;
}

.project-directory {
  padding-top: 50px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 900px) {
  .project-directory {
    padding-top: 0px;
  }
}
.project-directory .project-list-result {
  padding-top: 35px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 900px) {
  .project-directory .project-list-result {
    display: block;
    padding-top: 0px;
  }
}
.project-directory .project-list-result .column-box {
  order: 0;
  flex: 1 1 30%;
  align-self: auto;
  height: 100%;
}
.project-directory .project-list-result .column-box .filters-container {
  margin-top: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 900px) {
  .project-directory .project-list-result .column-box .filters-container {
    margin-right: 0;
  }
}
.project-directory .project-list-result .column-box .column-projects {
  width: 100%;
  max-height: 675px;
  overflow: auto;
  margin-right: 20px;
  margin-top: 35px;
  float: left;
}
@media only screen and (max-width: 900px) {
  .project-directory .project-list-result .column-box .column-projects {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.project-directory .project-list-result .column-box .column-projects::-webkit-scrollbar {
  width: 8px;
}
.project-directory .project-list-result .column-box .column-projects::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  border-radius: 10px;
}
.project-directory .project-list-result .column-box .column-projects::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #A4062A;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}
.project-directory .project-list-result .column-box .column-projects::-webkit-scrollbar-thumb:window-inactive {
  background: #A4062A;
}
.project-directory .project-list-result .column-box .column-projects .alert {
  color: red;
  display: none;
  font-size: 16px;
  font-weight: bold;
}
.project-directory .project-list-result .column-box .column-projects .alert.is-visible {
  display: block;
}
.project-directory .project-list-result .column-box .column-projects .project-list-short {
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 1px solid #343434;
  float: left;
  width: 95%;
}
.project-directory .project-list-result .column-box .column-projects .project-list-short:first-child {
  padding-top: 0;
}
.project-directory .project-list-result .column-box .column-projects .project-list-short:last-child {
  padding-bottom: 0;
  border-bottom: 0 none;
}
.project-directory .project-list-result .column-box .column-projects .project-list-short .user-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  width: 100%;
  float: left;
}
.project-directory .project-list-result .column-box .column-projects .project-list-short .user-info .user-photo {
  float: left;
  width: 30px;
  margin-right: 10px;
}
.project-directory .project-list-result .column-box .column-projects .project-list-short .user-info .user-photo svg {
  width: 100%;
  height: auto;
}
.project-directory .project-list-result .column-box .column-projects .project-list-short .user-info .user-details .username span {
  font-size: 12px;
  color: #DE245C;
  display: inline-block;
  margin-right: 3px;
  font-family: "Circular Std", sans-serif;
}
.project-directory .project-list-result .column-box .column-projects .project-list-short .user-info .user-details .username a {
  font-size: 12px;
  color: #DE245C;
  display: inline-block;
  text-decoration: none;
  font-family: "Circular Std", sans-serif;
}
.project-directory .project-list-result .column-box .column-projects .project-list-short .user-info .user-details .username a:hover {
  color: #FEC12F;
}
.project-directory .project-list-result .column-box .column-projects .project-list-short .project-title {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.project-directory .project-list-result .column-box .column-projects .project-list-short .project-title h2 {
  font-family: "Circular Std", sans-serif;
  color: #DE245C;
  font-size: 18px;
}
.project-directory .project-list-result .column-box .column-projects .project-list-short .project-title h2 a {
  font-family: "Circular Std", sans-serif;
  color: #DE245C;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
}
.project-directory .project-list-result .column-box .column-projects .project-list-short .project-title h2 a:hover {
  color: #FEC12F;
}
.project-directory .project-list-result .column-box .column-projects .project-list-short .project-details {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.project-directory .project-list-result .column-box .column-projects .project-list-short .project-details .info-project .title-info {
  color: #888B8E;
  font-size: 12px;
  display: block;
}
.project-directory .project-list-result .column-box .column-projects .project-list-short .project-details .info-project .title-info a {
  color: #888B8E;
}
.project-directory .project-list-result .column-box .column-projects .project-list-short .project-details .info-project .title-info a:hover {
  color: #FEC12F;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large {
  padding-bottom: 35px;
  border-bottom: 1px solid #343434;
  float: left;
  width: 95%;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large .project-title {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large .project-title h2 {
  font-family: "Circular Std", sans-serif;
  color: #DE245C;
  font-size: 24px;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large .project-title h2 a {
  font-family: "Circular Std", sans-serif;
  color: #DE245C;
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large .project-title h2 a:hover {
  color: #FEC12F;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large .user-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  width: 100%;
  float: left;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large .user-info .user-photo {
  float: left;
  width: 50px;
  margin-right: 10px;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large .user-info .user-photo svg {
  width: 100%;
  height: auto;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large .user-info .user-details .username span {
  font-size: 14px;
  color: #DE245C;
  display: inline-block;
  margin-right: 3px;
  font-family: "Circular Std", sans-serif;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large .user-info .user-details .username a {
  font-size: 14px;
  color: #DE245C;
  display: inline-block;
  text-decoration: none;
  font-family: "Circular Std", sans-serif;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large .user-info .user-details .username a:hover {
  color: #FEC12F;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large .project-details {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large .project-details .info-project {
  display: flex;
  margin-top: 5px;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large .project-details .info-project .title-info {
  color: #7F8285;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  max-width: 100px;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large .project-details .info-project .copy-info {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-left: 15px;
  width: calc(100% - 115px);
  text-overflow: ellipsis;
  overflow: hidden;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large .project-details .info-project .copy-info a {
  color: #ffffff;
  text-decoration: underline;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large .project-details .info-project .copy-info a:hover {
  color: #DE245C;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large .project-details .info-project.large {
  margin-top: 20px;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large .project-details .info-project.large .title-info,
.project-directory .project-list-result .column-box .column-projects .project-list-large .project-details .info-project.large .copy-info {
  display: block;
  width: 100%;
  margin: 0;
}
.project-directory .project-list-result .column-box .column-projects .project-list-large .action-project {
  text-align: center;
  margin-top: 35px;
  width: 100%;
  float: left;
}
.project-directory .project-list-result .map-projects {
  order: 0;
  flex: 1 1 70%;
  align-self: auto;
}
.project-directory .project-list-result .map-projects #map {
  height: 100vh;
  max-height: 775px;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.reset-action-project {
  width: 100%;
  float: left;
  margin-top: 55px;
}
@media only screen and (max-width: 900px) {
  .reset-action-project {
    text-align: center;
    margin-bottom: 55px;
  }
}
.reset-action-project button {
  float: left;
  display: none;
}
@media only screen and (max-width: 900px) {
  .reset-action-project button {
    float: none;
  }
}
.reset-action-project button:hover {
  border-color: #25A2B8 !important;
}
.reset-action-project button i {
  margin-right: 15px;
}
.reset-action-project a.button {
  float: right;
  display: block;
}
.reset-action-project .fancybox-item {
  float: right;
  display: block;
}

.form-ngo .gform_button {
  background: #DE245C !important;
}
.form-ngo .gform_button:hover {
  background: #FEC12F !important;
}

/*
#ui-datepicker-div,
body div#ui-datepicker-div[style] {
    select {
        font-size: 12px;
        color: #000;
    }
}
*/
.form-ngo .gform_body .gform_fields .gfmc-row-2-column ul,
.form-ngo .gform_body .gform_fields .gfmc-row-2-column li,
.form-ngo .gform_body .gform_fields .gfmc-row-2-column .ginput_container {
  height: auto;
}

.form-ngo .gform_body .gform_fields .gfmc-row-2-column .ginput_container textarea {
  min-height: 405px;
}
@media only screen and (max-width: 900px) {
  .form-ngo .gform_body .gform_fields .gfmc-row-2-column .ginput_container textarea {
    min-height: 250px;
  }
}

.form-ngo .gform_body .gform_fields .gfmc-row-2-column .text_content_copy {
  margin-top: 15px !important;
}

.form-ngo .gform_body .gform_fields .gfmc-row-2-column ul li:first-child select {
  margin-top: 0 !important;
}

.form-ngo .gform_body .gform_fields .gfmc-row-2-column ul li:first-child .ginput_container.ginput_container_select {
  margin-top: 0 !important;
}

.form-ngo .gform_body .gform_fields .hidden_label {
  margin-top: 20px !important;
  float: left;
  width: 100%;
}
.form-ngo .gform_body .gform_fields .hidden_label .gfield_label {
  display: none;
}

.form-ngo .gform_body .gform_fields .date_custom_start {
  float: left;
  width: 47%;
  clear: none;
  margin-bottom: 5px !important;
  position: relative;
  z-index: 9;
}
.form-ngo .gform_body .gform_fields .date_custom_start input {
  margin-top: 0 !important;
  background-image: url(images/filterArrowBlack.svg);
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: center;
}

.form-ngo .gform_body .gform_fields .date_custom_end {
  float: right;
  width: 47%;
  clear: none;
  margin-bottom: 5px !important;
  position: relative;
  z-index: 9;
}
.form-ngo .gform_body .gform_fields .date_custom_end input {
  margin-top: 0 !important;
  background-image: url(images/filterArrowBlack.svg);
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: center;
}
@media only screen and (max-width: 640px) {
  .form-ngo .gform_body .gform_fields .date_custom_end {
    margin-top: 20px !important;
  }
}

@media only screen and (max-width: 640px) {
  .form-become-influencer .gform_body .gform_fields .gfmc-row-2-column ul li .ginput_container {
    margin-top: 20px !important;
  }
}

.landing-banner {
  position: relative;
  width: 100%;
  display: flex;
  min-height: 720px;
}
@media only screen and (max-width: 900px) {
  .landing-banner {
    min-height: 500px;
  }
}
.landing-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 900px) {
  .landing-banner__image .cover {
    object-position: 50%;
  }
}
.landing-banner .container, .landing-banner .bbpress-wrapper {
  display: flex;
}
@media only screen and (max-width: 900px) {
  .landing-banner .container, .landing-banner .bbpress-wrapper {
    display: block;
    text-align: center;
  }
}
.landing-banner__content {
  width: 50%;
  padding: 130px 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1100px) {
  .landing-banner__content {
    padding: 100px 50px;
    width: 75%;
  }
}
@media only screen and (max-width: 900px) {
  .landing-banner__content {
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    padding: 70px 30px;
  }
}
.landing-banner:nth-child(even) {
  flex-direction: row-reverse;
}
.landing-banner:nth-child(even) .container, .landing-banner:nth-child(even) .bbpress-wrapper {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 900px) {
  .landing-banner:nth-child(even) .cover {
    object-position: 25%;
  }
}
.landing-banner:nth-child(even) .landing-banner__content {
  align-items: flex-end;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .landing-banner:nth-child(even) .landing-banner__content {
    width: 100%;
    height: 100%;
    justify-content: end;
    align-items: center;
    text-align: center;
  }
}
.landing-banner.banner-0 .landing-banner__content {
  padding-left: 230px;
  width: 75%;
}
@media only screen and (max-width: 900px) {
  .landing-banner.banner-0 .landing-banner__content {
    padding-left: 30px;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    text-align: center;
    width: 100%;
  }
}
.landing-banner.banner-0::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #000000 33%, rgba(0, 0, 0, 0) 94%);
  opacity: 0.35;
  content: "";
}
@media only screen and (max-width: 900px) {
  .landing-banner.banner-0 .cover {
    object-position: 25%;
  }
}
@media only screen and (max-width: 900px) {
  .landing-banner::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, #000000 33%, rgba(0, 0, 0, 0) 94%);
    opacity: 0.5;
    content: "";
  }
}
.landing-banner__logo {
  height: auto;
  width: 450px;
  margin-left: -150px;
  margin-bottom: -30px;
}
@media only screen and (max-width: 900px) {
  .landing-banner__logo {
    margin-bottom: 0px;
    width: 90%;
    margin-left: -50px;
  }
}
.landing-banner__title {
  font-size: 70px;
  font-weight: 900;
  line-height: 1.14;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1320px) {
  .landing-banner__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .landing-banner__title {
    font-size: 40px;
  }
}
.landing-banner__title span {
  font-weight: 900;
  line-height: 1.14;
  display: block;
}
.landing-banner__title span.color-pink {
  color: #DE245C;
}
.landing-banner__title span.color-yellow {
  color: #FEC12F;
}
.landing-banner__title span.color-orange {
  color: #FA421D;
}
.landing-banner__title span.color-green {
  color: #184139;
}
.landing-banner__title span.color-violet {
  color: #49174A;
}
.landing-banner__title span.color-blue {
  color: #25A2B8;
}
.landing-banner__text {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  max-width: 450px;
}
.landing-banner .button {
  width: 220px;
  display: inline-block;
}
.landing-banner .button--yellow {
  color: #000;
}

.custom-links {
  position: relative;
  padding: 80px 0;
}
.custom-links__title {
  font-size: 70px;
  font-weight: 900;
  line-height: 1.14;
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 1320px) {
  .custom-links__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .custom-links__title {
    font-size: 40px;
  }
}
.custom-links__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 50px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 900px) {
  .custom-links__grid {
    grid-template-columns: 1fr;
  }
}
.custom-links__grid .grid-item {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.custom-links__grid .grid-item a {
  color: #ffffff;
}
.custom-links__grid .grid-item a svg {
  width: 243px;
  transition: all 0.5s ease;
  margin-bottom: 30px;
}
.custom-links__grid .grid-item a:hover {
  color: #FEC12F;
}
.custom-links__grid .grid-item a:hover svg {
  width: 260px;
}
.custom-links__grid .grid-item__title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
}

.join {
  position: relative;
  margin-bottom: 80px;
  text-align: center;
}
.join__title {
  font-size: 70px;
  font-weight: 900;
  line-height: 1.14;
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 1320px) {
  .join__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .join__title {
    font-size: 40px;
  }
}
.join__title span {
  font-weight: 900;
  line-height: 1.14;
  display: block;
}
.join__title span.color-pink {
  color: #DE245C;
}
.join__title span.color-yellow {
  color: #FEC12F;
}
.join__title span.color-orange {
  color: #FA421D;
}
.join__title span.color-green {
  color: #184139;
}
.join__title span.color-violet {
  color: #49174A;
}
.join__title span.color-blue {
  color: #25A2B8;
}
.join .button {
  width: 220px;
  display: inline-block;
  margin: 0px auto;
}
.join .button--yellow {
  color: #000;
}
.join__logo {
  display: block;
  margin-top: 50px;
  text-align: center;
}
.join__logo img {
  width: 300px;
}

.heroslider {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.heroslider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 20px;
  height: 50px;
  font-size: 0;
  background-color: transparent;
  left: 30px;
  right: auto;
  z-index: 99;
}
@media only screen and (max-width: 1250px) {
  .heroslider .slick-arrow {
    width: 16px;
    height: 40px;
    left: 10px;
  }
}
.heroslider .slick-arrow::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/white-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  content: "";
}
.heroslider .slick-arrow.slick-next {
  left: auto;
  right: 30px;
}
@media only screen and (max-width: 1250px) {
  .heroslider .slick-arrow.slick-next {
    right: 10px;
  }
}
.heroslider .slick-arrow.slick-next::after {
  transform: rotate(0deg);
}
.heroslider .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.heroslider .slick-dots li {
  margin-bottom: 0px;
  padding: 0 8px;
  position: relative;
  list-style: none;
}
.heroslider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 6px;
  height: 6px;
  padding: 0px;
  cursor: pointer;
  border: 3px solid transparent;
  outline: none;
  background: #ffffff;
  border-radius: 50rem;
}
.heroslider .slick-dots li button::marker {
  display: none;
}
.heroslider .slick-dots li.slick-active button {
  width: 9px;
  height: 9px;
  background-color: #FEC12F;
  border: 3px solid #FEC12F;
}
.heroslider .slide {
  position: relative;
  overflow: hidden;
  min-height: 500px;
}
.heroslider .slide__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.heroslider .slide__image img.contain {
  object-fit: contain;
  object-position: right;
}
.heroslider .slide__cont {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 600px;
  position: relative;
  z-index: 2;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 900px) {
  .heroslider .slide__cont {
    min-height: 500px;
  }
}
.heroslider .slide__cont__title {
  font-size: 70px;
  line-height: 0.9;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1320px) {
  .heroslider .slide__cont__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .heroslider .slide__cont__title {
    font-size: 40px;
  }
}
.heroslider .slide__cont__copy {
  font-size: 26px;
  max-width: 660px;
  margin-bottom: 30px;
  font-weight: 400;
}
@media only screen and (max-width: 1320px) {
  .heroslider .slide__cont__copy {
    font-size: 23px;
  }
}
@media only screen and (max-width: 900px) {
  .heroslider .slide__cont__copy {
    font-size: 20px;
  }
}
.heroslider .slide__cont .button {
  background-color: #ffffff;
  color: #000;
}
@media only screen and (max-width: 750px) {
  .heroslider .slide__cont .button {
    min-width: 0;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    margin: 0 10px;
  }
}

.featureditems {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 0 50px 0;
}
.featureditems__title {
  font-size: 70px;
  line-height: 0.9;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1320px) {
  .featureditems__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .featureditems__title {
    font-size: 40px;
  }
}
.featureditems__title .highlight {
  display: block;
}
.featureditems__text {
  max-width: 850px;
  margin: 0px auto;
}
.featureditems__text p {
  font-size: 30px;
  margin-top: 120px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1320px) {
  .featureditems__text p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .featureditems__text p {
    font-size: 20px;
  }
}
.featureditems__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
@media only screen and (max-width: 900px) {
  .featureditems__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.featureditems__grid__item {
  width: 100%;
  text-align: center;
  color: #ffffff;
}
.featureditems__grid__item a {
  display: block;
}
.featureditems__grid__item a:hover .featureditems__grid__item-cont,
.featureditems__grid__item a:hover .featureditems__grid__item-title {
  color: #DE245C;
}
.featureditems__grid__item img {
  display: block;
  width: auto;
  max-height: 200px;
  margin: 35px auto;
}
.featureditems__grid__item-title {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 18px;
}
.featureditems__grid__item-cont {
  font-size: 16px;
  color: #ffffff;
}
.featureditems__bottom {
  padding: 60px 0 45px 0;
  display: flex;
  justify-content: center;
}

/* GENERAL OPTIONS FOR HIGHTLIGHTED COPYS */
.highlight-white,
.question-white {
  color: #ffffff;
}

.highlight-pink,
.question-pink {
  color: #DE245C;
}

.highlight-orange,
.question-orange {
  color: #FA421D;
}

.highlight-yellow,
.question-yellow {
  color: #FEC12F;
}

.highlight-blue,
.question-blue {
  color: #25A2B8;
}

.highlight-violet,
.question-violet {
  color: #49174A;
}

.highlight-green,
.question-green {
  color: #184139;
}

.featured-text {
  background: #4b114c;
  padding: 60px 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 900px) {
  .featured-text {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
.featured-text .featured-text-content {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.featured-text .featured-text-content p {
  font-size: 26px;
}
@media only screen and (max-width: 900px) {
  .featured-text .featured-text-content p {
    font-size: 20px;
  }
}

.button-group-actions {
  background: #4b114c;
  padding: 60px 0;
}
@media only screen and (max-width: 900px) {
  .button-group-actions {
    padding: 30px 0;
  }
}
.button-group-actions .button-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: auto;
  max-width: 500px;
}
@media only screen and (max-width: 640px) {
  .button-group-actions .button-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.button-group-actions .button-grid .button {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .button-group-actions .button-grid .button {
    width: auto;
  }
}

.videoblock {
  position: relative;
  padding: 60px;
}
@media only screen and (max-width: 900px) {
  .videoblock {
    padding: 50px 15px;
  }
}
@media only screen and (max-width: 750px) {
  .videoblock {
    padding: 40px 10px;
  }
}
.videoblock__flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 145px;
}
@media only screen and (max-width: 900px) {
  .videoblock__flex {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 750px) {
  .videoblock__flex {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.videoblock__title {
  font-size: 50px;
  max-width: 650px;
  letter-spacing: -0.83px;
  line-height: 1.2;
}
@media only screen and (max-width: 1320px) {
  .videoblock__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .videoblock__title {
    font-size: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .videoblock__title {
    max-width: none;
  }
}
.videoblock__share {
  max-width: 250px;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 24px;
  font-weight: 400;
}
@media only screen and (max-width: 750px) {
  .videoblock__share {
    max-width: none;
    justify-content: flex-start;
  }
}
.videoblock__share a.at-icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50rem;
  background-color: #ffffff !important;
  text-align: center;
  line-height: 40px;
  margin-left: 10px;
  display: inline-block;
}
.videoblock__share a.at-icon-wrapper svg {
  fill: #232323 !important;
}
.videoblock__share a.at-icon-wrapper:hover {
  background-color: #FEC12F;
}
.videoblock__share a.at-icon-wrapper:first-child {
  margin-left: 20px;
}
.videoblock__video {
  position: relative;
  overflow: hidden;
  width: 100 .videoblock__video;
  height: 0;
  padding-bottom: 56.25%;
  background-image: url(images/video_mask.svg);
  background-size: cover;
  border-radius: 30px;
  margin: 50px auto 0;
}
.videoblock__video.opened {
  background-image: none;
}
.videoblock__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.videoblock__video #video-play {
  width: 151px;
  height: 111px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  .videoblock__video #video-play {
    width: 80px;
    height: 57px;
  }
}
.videoblock__video #video-play:hover path {
  fill: #ffffff;
  fill-opacity: 1;
}
.videoblock__video #video-stop {
  width: 151px;
  height: 111px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: none;
}
@media only screen and (max-width: 900px) {
  .videoblock__video #video-stop {
    width: 80px;
    height: 57px;
  }
}
.videoblock__text {
  padding: 20px 0;
  display: block;
}

.shaped {
  padding: 0 0 50px 0;
}
@media only screen and (max-width: 1250px) {
  .shaped {
    padding: 0;
  }
}
.shaped__cont {
  float: left;
  width: 780px;
  max-width: 100%;
  margin-left: 340px;
  position: relative;
}
@media only screen and (max-width: 1250px) {
  .shaped__cont {
    width: 100%;
    margin-left: 0;
  }
}
.shaped__cont.position-0:before {
  position: absolute;
  top: -10px;
  left: -330px;
  width: 520px;
  height: 100%;
  background-image: url(images/text-block-back.svg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
}
@media only screen and (max-width: 1250px) {
  .shaped__cont.position-0:before {
    left: -10px;
  }
}
@media only screen and (max-width: 900px) {
  .shaped__cont.position-0:before {
    opacity: 0.5;
  }
}
.shaped__cont.position-1 {
  margin-left: 0px;
}
.shaped__cont.position-1:before {
  position: absolute;
  top: -10px;
  right: -330px;
  width: 520px;
  height: 100%;
  background-image: url(images/text-block-back.svg);
  transform: scaleX(-1);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
}
@media only screen and (max-width: 1250px) {
  .shaped__cont.position-1:before {
    right: -10px;
  }
}
@media only screen and (max-width: 900px) {
  .shaped__cont.position-1:before {
    opacity: 0.5;
  }
}
.shaped__cont.color-pink::before {
  background-image: url(images/shape_pink.svg);
}
.shaped__cont.color-orange::before {
  background-image: url(images/shape_orange.svg);
}
.shaped__cont.color-yellow::before {
  background-image: url(images/shape_yellow.svg);
}
.shaped__cont.color-green::before {
  background-image: url(images/shape_green.svg);
}
.shaped__cont.color-blue::before {
  background-image: url(images/shape_blue.svg);
}
.shaped__cont.color-violet::before {
  background-image: url(images/shape_violet.svg);
}
.shaped__cont__title {
  font-size: 50px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1320px) {
  .shaped__cont__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .shaped__cont__title {
    font-size: 30px;
  }
}
.shaped__cont p {
  font-size: 24px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1320px) {
  .shaped__cont p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .shaped__cont p {
    font-size: 18px;
  }
}
.shaped__cont p a {
  color: #FA421D;
}
.shaped__cont p a:hover, .shaped__cont p a:focus {
  color: #25A2B8;
}
.shaped__cont a {
  color: #FA421D;
}
.shaped__cont a:hover, .shaped__cont a:focus {
  color: #25A2B8;
}
.shaped.large {
  padding: 130px 0;
}
@media only screen and (max-width: 900px) {
  .shaped.large {
    padding: 0;
  }
}
.shaped.large .text_block__text-cont {
  width: 940px;
  margin: auto;
  float: none;
}
.shaped.large .text_block__text-cont:before {
  position: absolute;
  top: -100px;
  left: -215px;
  width: 738px;
  height: 595px;
  background-image: url(images/bg-circles.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
}
.shaped.large .text_block__text-cont p {
  margin-bottom: 30px;
  font-size: 26px;
}
.shaped.large .text_block__text-cont p a {
  color: #FA421D;
}
.shaped.large .text_block__text-cont p a:hover {
  color: #25A2B8;
}

.page-terms .text_block.large .text_block__text-cont p {
  font-size: 16px;
}

.full-banner {
  padding: 70px 0;
  margin-bottom: 80px;
  position: relative;
}
.full-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.full-banner__text-cont {
  float: left;
  width: 100%;
  position: relative;
  z-index: 2;
  max-width: 650px;
  margin: 0 auto 0 0;
}
.full-banner__text-cont.align-right {
  margin: 0 0 0 auto;
  float: none;
  text-align: right;
}
.full-banner__title {
  font-size: 70px;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .full-banner__title {
    font-size: 60px;
  }
}
@media only screen and (max-width: 900px) {
  .full-banner__title {
    font-size: 40px;
  }
}
.full-banner__text {
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1320px) {
  .full-banner__text {
    font-size: 23px;
  }
}
@media only screen and (max-width: 900px) {
  .full-banner__text {
    font-size: 20px;
  }
}

.faqs {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 0 80px 0px;
}
.faqs__title {
  font-size: 50px;
  line-height: 0.9;
  margin-bottom: 52px;
}
@media only screen and (max-width: 1320px) {
  .faqs__title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .faqs__title {
    font-size: 30px;
  }
}
.faqs__text {
  max-width: 940px;
  margin: 0px auto;
}
.faqs__text p {
  font-size: 26px;
  margin-top: 120px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1320px) {
  .faqs__text p {
    font-size: 23px;
  }
}
@media only screen and (max-width: 900px) {
  .faqs__text p {
    font-size: 20px;
  }
}
.faqs .accordion {
  position: relative;
  width: 100%;
  max-width: 940px;
  float: none;
  margin: 0px auto;
}
.faqs .accordion .card {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #343434;
}
.faqs .accordion .card > a, .faqs .accordion .card .question {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  width: auto;
  padding-right: 40px;
}
@media only screen and (max-width: 1320px) {
  .faqs .accordion .card > a, .faqs .accordion .card .question {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .faqs .accordion .card > a, .faqs .accordion .card .question {
    font-size: 18px;
  }
}
.faqs .accordion .card > a svg, .faqs .accordion .card .question svg {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 23px;
  height: 10px;
  display: inline-block;
  transition: all 0.4s ease-in-out;
}
.faqs .accordion .card-body {
  position: relative;
  padding: 20px 0 0 0;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  display: none;
  transition: all 0.5s ease;
}
.faqs .accordion .card-active {
  position: relative;
  padding: 20px 0 0 0;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  transition: all 0.5s ease;
}
.faqs .accordion .card.active .card-body {
  display: block;
}
.faqs .accordion .card.active a svg {
  transform: translateY(-50%) rotate(0deg);
}
.faqs__bottom {
  padding: 45px 0;
  display: flex;
  justify-content: center;
}

.faq__question {
  color: #FEC12F;
}
.faq__question svg {
  stroke: #FEC12F;
}

.page-regional-groups .text_block,
.page-job-opportunities .text_block {
  padding: 50px 0;
}
.page-regional-groups .text_block__text-cont-headline,
.page-job-opportunities .text_block__text-cont-headline {
  max-width: none;
  text-align: left;
}
.page-regional-groups .text_block__text-cont-headline h2 .last-word,
.page-job-opportunities .text_block__text-cont-headline h2 .last-word {
  color: #DE245C;
}

.page-regional-groups .text_block__text-cont-headline h2 .last-word {
  color: #FA421D;
}

.jobs-container {
  padding-bottom: 80px;
}
.jobs-container .featured-box {
  padding-top: 40px;
}

.funding {
  overflow: hidden !important;
  padding: 20px !important;
}
.funding__grid {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 60px;
  grid-row-gap: 30px;
  padding: 60px 0;
}
@media only screen and (max-width: 900px) {
  .funding__grid {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
    padding: 30px 0;
  }
}
.funding .resdrg {
  grid-column-gap: 60px;
  grid-row-gap: 30px !important;
}
.funding .asp_showmore_container a {
  background-color: #DE245C;
}
.funding .asp_showmore_container a:hover {
  background-color: #FA421D;
}

.job {
  border: 1px solid #343434 !important;
  overflow: hidden !important;
  padding: 20px !important;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 8px;
}
.job__title {
  display: block;
  font-size: 24px;
  color: #DE245C;
  font-weight: 700;
  padding-right: 30px !important;
  margin-bottom: 24px !important;
  background: url(images/pink-arrow.svg) 98% 0 no-repeat;
  background-size: 10px 24px !important;
  min-height: 24px;
}
@media only screen and (max-width: 1100px) {
  .job__title {
    font-size: 20px;
  }
}
.job__title:hover {
  color: #FA421D;
  background: url(images/orange-arrow.svg) 99% 0 no-repeat;
}
.job__data {
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 25px !important;
}
.job__data .job-logo {
  max-width: 40%;
  margin-bottom: 20px !important;
  max-height: 80px;
  width: auto;
  object-fit: contain;
  object-position: left;
}
.job__data p {
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 100;
  display: block;
  color: #888B8E;
  margin-bottom: 4px !important;
}
@media only screen and (max-width: 900px) {
  .job__data p {
    font-size: 12px;
  }
}
.job__data p a {
  color: #888B8E;
}
.job__data p a:hover {
  color: #DE245C;
}
.job__description {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px !important;
}
.job__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job__links a:not(.button) {
  font-size: 14px;
  color: #DE245C;
  font-weight: 400;
}
.job__links a:not(.button):hover {
  color: #FA421D;
}
.job.noborder {
  border: none;
  padding: 0 0;
}
.job.noborder .job__title {
  color: #A4062A;
  background: url(images/dark-red-arrow.svg) 98% 0 no-repeat;
}
.job.noborder .job__title:hover {
  color: #25A2B8;
  background: url(images/blue-arrow.svg) 99% 0 no-repeat;
}
.job.noborder .job__data {
  max-width: 60%;
  margin-bottom: 0;
}
.job.noborder .job__links a:not(.button) {
  color: #A4062A;
}
.job.noborder .job__links a:not(.button):hover {
  color: #25A2B8;
}

.job-form .ginput_container_date {
  position: relative;
}
.job-form .ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.page-online-field-guide .text_block {
  padding: 70px 0 40px;
}
.page-online-field-guide .text_block__text-cont-headline {
  max-width: none;
  text-align: left;
}
.page-online-field-guide .text_block__text-cont-headline h2 {
  max-width: 940px;
  margin: 0px auto 70px;
}
.page-online-field-guide .text_block__text-cont-headline h2 .last-word {
  color: #FEC12F;
}
.page-online-field-guide .text_block__text-cont-headline p {
  max-width: 720px;
  margin: 0px auto;
}

.guide__grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 120px;
  grid-row-gap: 80px;
  padding: 30px 0 60px 0;
}
@media only screen and (max-width: 900px) {
  .guide__grid {
    max-width: 480px;
    margin: 0px auto;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    padding: 30px 0;
  }
}
.guide__grid__item {
  position: relative;
  overflow: hidden;
}
.guide__grid__item .svg {
  width: 148px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
}
.guide__grid__item .svg svg {
  width: 100%;
  height: auto;
}
.guide__grid__item__cont {
  padding: 30px 0 0 80px;
  position: relative;
  height: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.guide__grid__item__cont .ggi-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 26px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 30px;
  min-height: 48px;
}
@media only screen and (max-width: 1100px) {
  .guide__grid__item__cont .ggi-title {
    font-size: 20px;
  }
}
.guide__grid__item__cont .ggi-title svg {
  width: 18px;
  height: 46px;
  min-width: 18px;
  margin-left: 60px;
  display: block;
  margin-right: 20px;
  transition: all 300ms ease;
}
.guide__grid__item__cont .ggi-title:hover {
  color: #FA421D;
}
.guide__grid__item__cont .ggi-title:hover svg {
  margin-left: 80px;
  margin-right: 0px;
}
.guide__grid__item__cont .ggi-text {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px !important;
  line-height: 1.5;
}
.guide__grid__item:hover .svg {
  top: -1px;
}
.guide__grid__item:hover .svg svg path {
  fill: #ffffff;
}
.guide__grid__item:hover .ggi-title, .guide__grid__item:hover .ggi-text {
  color: #FA421D;
}

.ofg-parent {
  padding: 50px 0;
  position: relative;
}
.ofg-parent__hero {
  position: relative;
  padding: 80px 0;
}
.ofg-parent__hero .container, .ofg-parent__hero .bbpress-wrapper {
  position: relative;
}
.ofg-parent__hero .container .svg, .ofg-parent__hero .bbpress-wrapper .svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 245px;
  height: 300px;
  z-index: 0;
}
@media only screen and (max-width: 900px) {
  .ofg-parent__hero .container .svg, .ofg-parent__hero .bbpress-wrapper .svg {
    left: 15px;
  }
}
.ofg-parent__hero .container h2.h2, .ofg-parent__hero .bbpress-wrapper h2.h2 {
  position: relative;
  display: block;
  padding: 50px 0 0;
  text-align: center !important;
  z-index: 1;
  min-height: 300px;
  font-weight: 700;
}
.ofg-parent__text {
  padding: 0 0 50px 0;
}
.ofg-parent__text__cont {
  font-size: 30px;
  max-width: 720px;
  margin: 0px auto;
}
@media only screen and (max-width: 1320px) {
  .ofg-parent__text__cont {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .ofg-parent__text__cont {
    font-size: 20px;
  }
}
.ofg-parent__text__cont p {
  font-size: 26px;
}
.ofg-parent__filters {
  /*.open_filters{
        @include responsive('tablet-v') {
              width: calc(100% - 40px);
              margin-left: 20px;
              margin-right: 20px;
        }
  }*/
}
.ofg-parent__filters .button {
  width: 25%;
  text-align: center;
  text-transform: none;
}
@media only screen and (max-width: 640px) {
  .ofg-parent__filters .button {
    display: block;
    width: calc(100% - 40px);
  }
}
@media only screen and (max-width: 450px) {
  .ofg-parent__filters .button {
    width: 100%;
  }
}
.ofg-parent__filters .button.js-selected {
  background: #FEC12F !important;
  color: #000 !important;
}
.ofg-parent__filters .show--device .searchbox {
  width: calc(100% - 40px);
  margin-left: 20px;
  margin-right: 20px;
}
.ofg-parent__columns {
  padding: 0 0 50px 0;
}
.ofg-parent__columns .ofg-flex {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  padding: 50px 0;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .ofg-parent__columns .ofg-flex {
    display: block;
  }
}
.ofg-parent__columns .ofg-flex__column {
  order: 0;
  flex: 1 1 30%;
  align-self: auto;
  height: 100%;
  padding: 0 90px 0 0;
}
@media only screen and (max-width: 900px) {
  .ofg-parent__columns .ofg-flex__column {
    padding: 0 30px 0 0;
  }
}
@media only screen and (max-width: 900px) {
  .ofg-parent__columns .ofg-flex__column {
    padding: 0 0px 0 0px;
  }
}
.ofg-parent__columns .ofg-flex__column .floating-box {
  position: absolute;
  margin-top: 0px;
  width: 100%;
  transition: all 300ms ease;
}
@media only screen and (max-width: 900px) {
  .ofg-parent__columns .ofg-flex__column .floating-box {
    position: relative;
  }
}
.ofg-parent__columns .ofg-flex__column .floating-box.fixed {
  position: fixed;
  top: 130px;
  margin-top: 0;
  transition: all 300ms ease;
}
.ofg-parent__columns .ofg-flex__column .floating-box.bottomfixed {
  position: absolute;
  top: auto;
  margin-top: 0;
  bottom: 80px;
  transition: all 300ms ease;
}
.ofg-parent__columns .ofg-flex__column h3 {
  max-width: 300px;
  margin-bottom: 40px;
}
.ofg-parent__columns .ofg-flex__column .accordion {
  position: relative;
  width: calc(100% - 30px);
}
.ofg-parent__columns .ofg-flex__column .accordion .card {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #343434;
}
.ofg-parent__columns .ofg-flex__column .accordion .card .accordion-trigger {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  width: auto;
  padding-right: 40px;
  color: #25A2B8;
}
@media only screen and (max-width: 1320px) {
  .ofg-parent__columns .ofg-flex__column .accordion .card .accordion-trigger {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .ofg-parent__columns .ofg-flex__column .accordion .card .accordion-trigger {
    font-size: 18px;
  }
}
.ofg-parent__columns .ofg-flex__column .accordion .card .accordion-trigger svg {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  width: 23px;
  height: 10px;
  display: inline-block;
}
.ofg-parent__columns .ofg-flex__column .accordion .card-body {
  position: relative;
  padding: 20px 0 0 0;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  display: none;
  transition: all 300ms ease;
}
.ofg-parent__columns .ofg-flex__column .accordion .card-body a, .ofg-parent__columns .ofg-flex__column .accordion .card-body p {
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  display: block;
  margin-bottom: 20px;
}
.ofg-parent__columns .ofg-flex__column .accordion .card-body a:hover, .ofg-parent__columns .ofg-flex__column .accordion .card-body p:hover {
  color: #25A2B8;
}
.ofg-parent__columns .ofg-flex__column .accordion .card.active .card-body {
  display: block;
}
.ofg-parent__columns .ofg-flex__column .accordion .card.active .accordion-trigger svg {
  transform: translateY(-50%) rotate(0deg);
}
.ofg-parent__columns .ofg-flex__results {
  order: 0;
  flex: 1 1 70%;
  align-self: auto;
}
.ofg-parent__columns .ofg-flex__results__post {
  position: relative;
  padding: 0px 0;
  line-height: 1.35;
  border-bottom: 1px solid #343434;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
.ofg-parent__columns .ofg-flex__results__post .posttitle {
  font-size: 50px;
  color: #ffffff;
  position: relative;
  padding-right: 200px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1320px) {
  .ofg-parent__columns .ofg-flex__results__post .posttitle {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .ofg-parent__columns .ofg-flex__results__post .posttitle {
    font-size: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .ofg-parent__columns .ofg-flex__results__post .posttitle {
    padding-right: 0;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.ofg-parent__columns .ofg-flex__results__post .posttitle .indicator {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: transparent !important;
  font-size: 12px !important;
  color: #ffffff !important;
  padding: 8px 25px !important;
  border-radius: 25px !important;
  border: 1px solid #ffffff !important;
  display: inline-block;
}
@media only screen and (max-width: 640px) {
  .ofg-parent__columns .ofg-flex__results__post .posttitle .indicator {
    position: relative;
    align-self: flex-start;
  }
}
.ofg-parent__columns .ofg-flex__results__post .subtitle {
  font-size: 26px;
  color: #ffffff;
  position: relative;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1320px) {
  .ofg-parent__columns .ofg-flex__results__post .subtitle {
    font-size: 23px;
  }
}
@media only screen and (max-width: 900px) {
  .ofg-parent__columns .ofg-flex__results__post .subtitle {
    font-size: 20px;
  }
}
.ofg-parent__columns .ofg-flex__results__post p, .ofg-parent__columns .ofg-flex__results__post article {
  color: #ffffff;
  line-height: 1.5;
  font-size: 16px;
}
.ofg-parent__columns .ofg-flex__results__post article {
  margin-bottom: 36px;
}
.ofg-parent__columns .ofg-flex__results__post a {
  color: #25A2B8;
}
.ofg-parent__columns .ofg-flex__results__post a:hover {
  color: #DE245C;
}
.ofg-parent__columns .ofg-flex__results__post ul, .ofg-parent__columns .ofg-flex__results__post ol {
  list-style-position: inside;
}
.ofg-parent__columns .ofg-flex__results__post ul li, .ofg-parent__columns .ofg-flex__results__post ol li {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0px;
}
.ofg-parent__columns .ofg-flex__results__post ul li a, .ofg-parent__columns .ofg-flex__results__post ol li a {
  color: #25A2B8;
}
.ofg-parent__columns .ofg-flex__results__post ul li a:hover, .ofg-parent__columns .ofg-flex__results__post ol li a:hover {
  color: #DE245C;
}
.ofg-parent__columns .ofg-flex__results__post .subpost article {
  font-size: 14px;
}
.ofg-parent__columns .ofg-flex__results__post .subpost ul li, .ofg-parent__columns .ofg-flex__results__post .subpost ol li {
  font-size: 14px;
}
.ofg-parent__columns .ofg-flex__results__post .granchildren-list {
  list-style: none;
}
.ofg-parent__columns .ofg-flex__results__post .grandchildren-item {
  margin-bottom: 36px;
  position: relative;
}
.ofg-parent__columns .ofg-flex__results__post .grandchildren-item .levels {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: transparent !important;
}
@media only screen and (max-width: 640px) {
  .ofg-parent__columns .ofg-flex__results__post .grandchildren-item .levels {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }
}
.ofg-parent__columns .ofg-flex__results__post .grandchildren-item .levels .level {
  font-size: 11px !important;
  color: #ffffff !important;
  padding: 6px 25px !important;
  border-radius: 25px !important;
  border: 1px solid #ffffff !important;
  margin-bottom: 8px;
}
@media only screen and (max-width: 640px) {
  .ofg-parent__columns .ofg-flex__results__post .grandchildren-item .levels .level {
    width: 100%;
  }
}
.ofg-parent__columns .ofg-flex__results__post .grandchildren-title {
  display: block;
  font-size: 21px;
  position: relative;
  padding-right: 200px;
  margin-bottom: 20px;
  min-height: 50px;
}
@media only screen and (max-width: 640px) {
  .ofg-parent__columns .ofg-flex__results__post .grandchildren-title {
    padding-right: 0;
    width: 100%;
    position: relative;
  }
}

.scrollToTop {
  position: fixed;
  right: -1px;
  bottom: 85px;
  background-color: #000;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50rem 0 0 50rem;
  font-size: 14px;
  padding: 0.25rem 1.25rem;
  display: none;
  z-index: 99;
}
@media only screen and (min-width: 750px) {
  .scrollToTop {
    bottom: 120px;
  }
}
.scrollToTop:hover {
  border-color: #FA421D;
  color: #FA421D;
}

/*
.regions{
      padding: 0px 0 50px 0;
      @include responsive('tablet-v') {
            padding: 35px 0;
      }
      &__columns{
            display: flex;
            flex-wrap: wrap;
            @include responsive('tablet-v') {
                  flex-direction: column;
            }
            &__left{
                  width: 300px;
                  min-width: 300px;
                  @include responsive('tablet-v') {
                        width: 100%;
                        padding: 0 20px;
                  }
                  .searchbox{
                        width: 100%;
                        margin-bottom: 50px;
                        @include responsive('tablet-h') {
                              margin-left: 0px;
                        }
                  }
                  .region-link{
                        display: block;
                        padding: 20px 0;
                        a{
                              display: block;
                              font-size: 24px;
                              color: $orange;
                              &:hover{
                                    color: $white;
                              }
                        }
                  }

            }
            &__right{
                  padding-left: 20px;
                  width: calc(100% - 300px);
                  @include responsive('tablet-v') {
                        width: 100%;
                        padding: 0 20px;
                  }
                  .map-regions{
                        width: 100%;
                        height: auto;
                        #map{
                              width: 100%;
                              height: 800px;
                              border-radius: 20px;
                              overflow: hidden;
                        }
                  }
            }


      }
}
*/
.project-list.pb-4 {
  padding: 0 0 60px 0;
}

.region-cards {
  padding: 0px 0 50px 0;
}
@media only screen and (max-width: 900px) {
  .region-cards {
    padding: 35px 0;
  }
}
.region-cards.featured {
  padding-bottom: 0;
}
.region-cards h3 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 900px) {
  .region-cards h3 {
    margin-bottom: 30px;
  }
}
.region-cards .regions-grid {
  /*
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 60px;
  */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
}
@media only screen and (max-width: 900px) {
  .region-cards .regions-grid {
    /*
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    */
  }
}
@media only screen and (max-width: 640px) {
  .region-cards .regions-grid {
    /*
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    */
    flex-direction: column;
  }
}
.region-cards .regions-grid__item {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  width: 33%;
  padding-right: 50px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 900px) {
  .region-cards .regions-grid__item {
    width: 50%;
    padding-right: 30px;
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .region-cards .regions-grid__item {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
}
.region-cards .regions-grid__item .svg {
  width: 148px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
}
.region-cards .regions-grid__item .svg svg {
  width: 100%;
  height: auto;
}
.region-cards .regions-grid__item__cont {
  padding: 30px 0 0 80px;
  position: relative;
  height: 100%;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.region-cards .regions-grid__item__cont .ggi-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 26px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 30px;
  min-height: 48px;
}
@media only screen and (max-width: 1100px) {
  .region-cards .regions-grid__item__cont .ggi-title {
    font-size: 20px;
  }
}
.region-cards .regions-grid__item__cont .ggi-title svg {
  width: 18px;
  height: 46px;
  min-width: 18px;
  margin-left: 60px;
  display: block;
  margin-right: 20px;
  transition: all 300ms ease;
}
.region-cards .regions-grid__item__cont .ggi-title svg path {
  stroke: #ffffff;
}
.region-cards .regions-grid__item__cont .ggi-title:hover svg {
  margin-left: 80px;
  margin-right: 0px;
}
.region-cards .regions-grid__item.color-pink .svg > svg path {
  fill: #DE245C;
}
.region-cards .regions-grid__item.color-pink a.ggi-title:hover {
  color: #49174A;
}
.region-cards .regions-grid__item.color-pink a.ggi-title:hover > svg > path {
  stroke: #49174A;
}
.region-cards .regions-grid__item.color-orange .svg > svg path {
  fill: #FA421D;
}
.region-cards .regions-grid__item.color-orange a.ggi-title:hover {
  color: #25A2B8;
}
.region-cards .regions-grid__item.color-orange a.ggi-title:hover > svg > path {
  stroke: #25A2B8;
}
.region-cards .regions-grid__item.color-yellow .svg > svg path {
  fill: #FEC12F;
}
.region-cards .regions-grid__item.color-yellow a.ggi-title:hover {
  color: #FA421D;
}
.region-cards .regions-grid__item.color-yellow a.ggi-title:hover > svg > path {
  stroke: #FA421D;
}
.region-cards .regions-grid__item.color-blue .svg > svg path {
  fill: #25A2B8;
}
.region-cards .regions-grid__item.color-blue a.ggi-title:hover {
  color: #184139;
}
.region-cards .regions-grid__item.color-blue a.ggi-title:hover > svg > path {
  stroke: #184139;
}
.region-cards .regions-grid__item.color-violet .svg > svg path {
  fill: #49174A;
}
.region-cards .regions-grid__item.color-violet a.ggi-title:hover {
  color: #FEC12F;
}
.region-cards .regions-grid__item.color-violet a.ggi-title:hover > svg > path {
  stroke: #FEC12F;
}
.region-cards .regions-grid__item.color-green .svg > svg path {
  fill: #184139;
}
.region-cards .regions-grid__item.color-green a.ggi-title:hover {
  color: #DE245C;
}
.region-cards .regions-grid__item.color-green a.ggi-title:hover > svg > path {
  stroke: #DE245C;
}

.regions-blocks {
  position: relative;
}
.regions-blocks .block-content .block-boxes {
  position: relative;
  margin-top: 50px;
}
.regions-blocks .block-content .block-boxes .title-block {
  font-weight: 400;
  padding-left: 15px;
}
.regions-blocks .block-content .block-boxes button.fancybox-close-medium {
  position: absolute;
  background: #FA421D;
  right: -18px;
  top: -18px;
  border-radius: 50rem;
  color: #fff;
  opacity: 1;
  padding: 0;
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 900px) {
  .regions-blocks .block-content .block-boxes button.fancybox-close-medium {
    width: 24px;
    height: 24px;
    right: -2px;
    top: -12px;
  }
}
.regions-blocks .event-item {
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.regions-blocks .event-item__image {
  display: none;
}
@media only screen and (max-width: 640px) {
  .regions-blocks .event-item__data {
    grid-template-columns: 30% 65%;
  }
}
.regions-blocks .event-item__data__date__date {
  padding: 20px !important;
}

.form-mailing-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 400px;
  max-width: calc(100% - 40px);
  background: #000000 !important;
  border-radius: 25px;
  padding: 30px !important;
}
.form-mailing-popup .button {
  margin-top: 20px;
}
.form-mailing-popup .gform_submission_error {
  font-size: 16px;
}
.form-mailing-popup .gform_wrapper .validation_message {
  color: #ffffff;
  margin-top: 5px;
}

/*
.fancybox-stage .fancybox-slide--html {
    padding-top:100px;

    @include responsive('tablet-h') {
        padding-top:50px;
    }
}
*/
.mediaitem {
  display: block;
  border: 1px solid #343434 !important;
  overflow: hidden !important;
  padding: 20px !important;
  position: relative;
  border-radius: 8px;
}
.mediaitem__image {
  float: left;
  width: 100%;
  margin-bottom: 25px !important;
  padding-top: 56% !important;
  position: relative;
  overflow: hidden;
}
.mediaitem__image .image-background {
  text-align: center !important;
}
.mediaitem__image .image-background img {
  width: 100% !important;
}
.mediaitem__data {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.mediaitem__data .media-title {
  display: block;
  font-size: 24px;
  color: #FEC12F;
  font-weight: 700;
  padding-right: 30px !important;
  margin-bottom: 10px !important;
  background: url(images/yellow-arrow.svg) 98% 0 no-repeat;
  background-size: 10px 24px !important;
  min-height: 24px;
}
@media only screen and (max-width: 1100px) {
  .mediaitem__data .media-title {
    font-size: 20px;
  }
}
.mediaitem__data .media-title:hover {
  color: #FA421D;
  background: url(images/orange-arrow.svg) 99% 0 no-repeat;
}
.mediaitem__data .media-description {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 20px !important;
}
.mediaitem__data .media-categories {
  font-size: 12px;
  color: #888B8E;
  display: block;
  margin-bottom: 5px;
}
.mediaitem__data .media-categories a {
  display: inline;
  color: #888B8E;
}
.mediaitem__data .media-categories a:hover {
  color: #FEC12F;
}
.mediaitem__data .button.button--small {
  margin: 15px 0 0 auto !important;
}

.thematic-blocks {
  padding: 0px 0;
  margin-bottom: 100px;
}
.thematic-blocks.buttons {
  margin-bottom: 0;
}
.thematic-blocks .selectors {
  padding: 40px 0 40px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .thematic-blocks .selectors {
    flex-direction: column;
    padding: 40px 0;
  }
}
.thematic-blocks .selectors .selector {
  width: calc(25% - 20px);
  padding: 0 10px;
}
@media only screen and (max-width: 1100px) {
  .thematic-blocks .selectors .selector {
    width: calc(50% - 20px);
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .thematic-blocks .selectors .selector {
    padding: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .thematic-blocks .selectors .selector {
    width: calc(100% - 0px);
    margin-bottom: 20px;
  }
}
.thematic-blocks__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 40px;
}
@media only screen and (max-width: 900px) {
  .thematic-blocks__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 60px;
  }
}
.thematic-blocks__grid__item {
  display: block;
  padding-bottom: 0px;
}
.thematic-blocks__grid__item.double {
  display: grid;
  grid-column: 1/3;
  margin-top: 35px;
}
@media only screen and (max-width: 900px) {
  .thematic-blocks__grid__item.double {
    grid-column: 1/2;
  }
}
.thematic-blocks__grid__item.double .grid-featured {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
@media only screen and (max-width: 900px) {
  .thematic-blocks__grid__item.double .grid-featured {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}
.thematic-blocks__grid__item.double .grid-featured .content-featured {
  padding: 20px;
  border: 1px solid #343434;
}
.thematic-blocks__grid__item.double .accordion {
  max-width: none;
}
.thematic-blocks__grid__item .d-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100;
}
@media only screen and (max-width: 640px) {
  .thematic-blocks__grid__item .d-flex {
    flex-direction: column;
  }
}
@media only screen and (max-width: 640px) {
  .thematic-blocks__grid__item .d-flex .button {
    margin-bottom: 20px;
    align-self: flex-start;
  }
}
.thematic-blocks__grid__item .title {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 50px;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .thematic-blocks__grid__item .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .thematic-blocks__grid__item .title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .thematic-blocks__grid__item .title {
    margin-bottom: 15px;
  }
}
.thematic-blocks__grid__item .grid-featured {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px;
}
.thematic-blocks__grid__item .grid-featured .content-featured {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
}
.thematic-blocks__grid__item .grid-featured .content-featured .author-box {
  float: left;
  max-width: 100px;
}
.thematic-blocks__grid__item .grid-featured .content-featured .author-box .author-name {
  font-size: 12px;
}
.thematic-blocks__grid__item .grid-featured .content-featured .featured-info {
  float: left;
  width: calc(100% - 100px);
  padding-left: 20px;
  padding-top: 0px;
}
.thematic-blocks__grid__item .grid-featured .content-featured .featured-info h2 {
  font-size: 24px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1320px) {
  .thematic-blocks__grid__item .grid-featured .content-featured .featured-info h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 900px) {
  .thematic-blocks__grid__item .grid-featured .content-featured .featured-info h2 {
    font-size: 18px;
  }
}
.thematic-blocks__grid__item .grid-featured .content-featured .featured-info h2 a {
  display: block;
  color: #25A2B8;
}
.thematic-blocks__grid__item .grid-featured .content-featured .featured-info h2 a:hover {
  color: #DE245C;
}
.thematic-blocks__grid__item .grid-featured .content-featured .featured-info .info-featured {
  font-size: 14px;
}
.thematic-blocks__grid__item .grid-featured .content-featured .featured-info .info-featured .info-text {
  display: block;
  color: #888B8E;
  font-size: 12px;
  margin-bottom: 5px;
}
.thematic-blocks__grid__item .grid-featured .content-featured .featured-info .info-featured .info-level {
  width: 30%;
  float: left;
}
.thematic-blocks__grid__item .grid-featured .content-featured .featured-info .info-featured .info-level .actions-topic {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.thematic-blocks__grid__item .grid-featured .content-featured .featured-info .info-featured .info-level .actions-topic .action-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: flex-end;
}
.thematic-blocks__grid__item .grid-featured .content-featured .featured-info .info-featured .info-level .actions-topic .action-info .amount-action {
  font-size: 12px;
  text-align: center;
  font-weight: 300;
  font-family: arial;
}
@media only screen and (max-width: 640px) {
  .thematic-blocks__grid__item .grid-featured .content-featured .featured-info .info-featured .info-level.info-level-2 {
    width: 50%;
  }
  .thematic-blocks__grid__item .grid-featured .content-featured .featured-info .info-featured .info-level.info-level-2:nth-child(1) .action-topic {
    text-align: left;
  }
  .thematic-blocks__grid__item .grid-featured .content-featured .featured-info .info-featured .info-level.info-level-2:nth-child(2) .action-topic {
    text-align: right;
  }
}
.thematic-blocks__grid__item .grid-featured .content-featured .featured-info .info-featured .info-date {
  float: left;
  width: 70%;
}
@media only screen and (max-width: 640px) {
  .thematic-blocks__grid__item .grid-featured .content-featured .featured-info .info-featured .info-date {
    width: 100%;
    clear: both;
    margin-bottom: 15px;
  }
}
.thematic-blocks__grid__item .grid-featured .content-featured .event-item {
  padding-bottom: 0 !important;
}
.thematic-blocks__grid__item .grid-featured .content-featured .event-item__image {
  display: none;
}
@media only screen and (max-width: 1100px) {
  .thematic-blocks__grid__item .grid-featured .content-featured .event-item__data {
    grid-template-columns: 135px auto;
  }
}
.thematic-blocks__grid__item .grid-featured .content-featured .event-item__data__date__date {
  padding: 20px !important;
}

.video--content__intro {
  text-align: center;
  max-width: 1024px;
  margin: auto;
}
.video--content__intro h3 {
  font-size: 50px;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .video--content__intro h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .video--content__intro h3 {
    font-size: 30px;
  }
}
.video--content__intro p {
  font-size: 22px;
  margin-top: 25px;
}
@media only screen and (max-width: 640px) {
  .video--content__intro p {
    font-size: 18px;
    margin-top: 20px;
  }
}
.video--content__video {
  margin-top: 55px;
}
@media only screen and (max-width: 640px) {
  .video--content__video {
    margin-top: 30px;
  }
}
.video--content__video .video--box {
  position: relative;
  max-width: 1085px;
  overflow: hidden;
  margin: auto;
}
.video--content__video .video--box .img--video {
  position: relative;
}
.video--content__video .video--box .img--video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.video--content__video .video--box .img--video .play--full a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.video--content__video .video--box .img--video .play--full a svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.video--content__video .video--box .img--video .play--full a svg path {
  transition: all 0.5s ease;
}
.video--content__video .video--box .img--video .play--full a:hover svg path {
  fill: #FF0000;
}
.video--content__buttons {
  margin-top: 55px;
}
@media only screen and (max-width: 640px) {
  .video--content__buttons {
    margin-top: 30px;
  }
}
.video--content__buttons .buttons--box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: flex-start;
  gap: 35px;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .video--content__buttons .buttons--box {
    flex-direction: column;
    gap: 0px;
  }
  .video--content__buttons .buttons--box .button {
    margin-bottom: 25px;
  }
}
.video--content__modal--peace {
  display: none;
  background: #191B1D url("images/bg--modal.jpg") no-repeat scroll center center !important;
  max-width: 1085px !important;
  width: 100vw;
}
@media only screen and (max-width: 1100px) {
  .video--content__modal--peace {
    width: calc(100% - 40px);
    margin: 20px;
    top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .video--content__modal--peace {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute !important;
  }
}
.video--content__modal--peace .modal--content--intro {
  text-align: center;
  max-width: 920px;
  margin: auto;
}
.video--content__modal--peace .modal--content--intro h3 {
  font-size: 50px;
  font-weight: 700;
}
@media only screen and (max-width: 1320px) {
  .video--content__modal--peace .modal--content--intro h3 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .video--content__modal--peace .modal--content--intro h3 {
    font-size: 30px;
  }
}
.video--content__modal--peace .modal--content--intro h3 span {
  font-weight: 700;
}
.video--content__modal--peace .modal--content--intro p {
  font-size: 22px;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .video--content__modal--peace .modal--content--intro p {
    font-size: 18px;
    margin-top: 15px;
  }
}
.video--content__modal--peace .modal--content--button {
  margin-top: 55px;
}
@media only screen and (max-width: 640px) {
  .video--content__modal--peace .modal--content--button {
    margin-top: 30px;
  }
}
.video--content__modal--peace .modal--content--button .buttons--modal {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: flex-start;
  gap: 35px;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .video--content__modal--peace .modal--content--button .buttons--modal {
    gap: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .video--content__modal--peace .fancybox-close-small {
    right: 5px !important;
  }
}

/*.add--project--form .gfield_repeater_items .gfield_repeater_item:not(:last-of-type) .gfield_repeater_buttons {
display: none;
}
*/
.add--project--form {
  background: url(images/bg--modal.jpg) center center no-repeat;
  background-size: 100%;
  min-height: calc(100vh - 390px);
}
@media only screen and (max-width: 640px) {
  .add--project--form {
    min-height: calc(100vh - 220px);
  }
}
.add--project--form .add--project--form {
  background: transparent;
}
.add--project--form_wrapper {
  border: 0 none;
  max-width: 1280px;
  padding-top: 200px;
}
@media only screen and (max-width: 900px) {
  .add--project--form_wrapper {
    padding-top: 150px;
  }
}
.add--project--form_wrapper .gform_confirmation_message {
  text-align: center;
}
.add--project--form_wrapper .form_saved_message_emailform {
  padding-top: 50px;
}
.add--project--form_wrapper .form_saved_message_emailform .gform_fields .gfield {
  margin-top: -30px;
}
.add--project--form_wrapper .form_saved_message_emailform .gform_fields .gfield label.gform_resume_email_label[aria-described-by=email-validation-error] + .ginput_container > input[type=email] {
  border: 1px solid #DE245C;
}
.add--project--form_wrapper .form_saved_message_emailform .gform_fields .gfield .gform_validation_message {
  color: #DE245C;
  margin-top: 10px;
}
.add--project--form_wrapper .form_saved_message_emailform input[type=submit] {
  background-color: #DE245C;
  height: 50px;
  padding: 0 30px;
  min-width: 177px;
  cursor: pointer;
  margin: 15px 30px 15px 0;
}
.add--project--form_wrapper .form_saved_message_emailform input[type=submit]:hover {
  background-color: #FA421D;
}
.add--project--form .partial_entry_warning {
  display: none;
}
.add--project--form .projects--partial--warning {
  display: block;
  float: none;
  clear: both;
  padding: 50px 0;
  text-align: center;
}
.add--project--form .gform_fields {
  display: block !important;
}
.add--project--form .gform_fields .gfield {
  display: block;
}
.add--project--form .gform_fields .gfield.gfield_visibility_hidden {
  display: none;
}
.add--project--form .gform_fields .gfield.hiddenlabel .gfield_label {
  opacity: 0;
}
.add--project--form .gform_fields .gfield.label__info .gfield_label {
  margin: 8px auto;
}
.add--project--form .gform_fields .gfield.field_admin_only {
  margin-top: 0;
}
.add--project--form .gform_fields .gfield p {
  font-size: 18px;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gform_fields .gfield p {
    font-size: 14px;
  }
}
.add--project--form .gform_fields .gfield.middle--row--flex {
  overflow: visible;
}
.add--project--form .gform_fields .gfield.middle--row--flex .ginput_container_select {
  flex: 0 0 25%;
}
.add--project--form .gform_fields .gfield.label__info {
  position: relative;
  overflow: visible;
}
.add--project--form .gform_fields .gfield.label__info .gfield_label {
  position: relative;
}
.add--project--form .gform_fields .gfield.label__info.js-pillars-selector legend.gfield_label {
  display: table;
  width: auto;
  margin: 0 0 0 24px;
  text-align: left;
}
.add--project--form .gform_fields .gfield.label__info.js-pillars-selector .ginput_container_checkbox {
  padding: 25px 0 5px 0;
}
.add--project--form .gform_fields .gfield .ginput_container {
  margin-top: 10px;
}
.add--project--form .gform_fields .gfield .ginput_container_text .ginput_counter {
  margin-top: 5px;
}
.add--project--form .gform_fields .gfield .gfield_label {
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 18px;
  cursor: pointer;
  display: inline;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gform_fields .gfield .gfield_label {
    font-size: 14px;
  }
}
.add--project--form .gform_fields .gfield label {
  cursor: pointer;
  display: inline;
}
.add--project--form .gform_fields .gfield .info--label {
  background: transparent url("images/info--icon.svg") no-repeat scroll center center;
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
}
.add--project--form .gform_fields .gfield .info--label--copy {
  position: absolute;
  background: #ffffff;
  color: #000;
  border-radius: 15px;
  padding: 15px;
  width: 100vw;
  max-width: 200px;
  font-size: 13px;
  top: calc(50% - 2px);
  left: 32px;
  transform: translateY(-50%);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  margin-left: 10px;
  opacity: 0;
  visibility: hidden;
  z-index: -100;
}
@media only screen and (max-width: 900px) {
  .add--project--form .gform_fields .gfield .info--label--copy {
    left: 0;
    top: auto;
    transform: none;
    bottom: calc(100% + 15px);
    background: antiquewhite;
    margin-left: 0;
    max-width: calc(100vw - 30px);
  }
}
.add--project--form .gform_fields .gfield .info--label--copy p {
  color: #000;
  font-size: 13px;
}
.add--project--form .gform_fields .gfield .info--label--copy a {
  color: #A4062A;
}
.add--project--form .gform_fields .gfield .info--label--copy a:hover {
  color: #FA421D;
}
.add--project--form .gform_fields .gfield .info--label--copy::before {
  content: "";
  position: absolute;
  display: block;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  border: 10px solid transparent;
  border-right: 10px solid #ffffff;
  /*
  @include responsive('mobile-v') {
      top: auto;
      right: 50%;
      transform: translateX(-50%) rotate(180deg);
      bottom: -10px;
      border-bottom-color:antiquewhite ;
  }*/
}
@media only screen and (max-width: 900px) {
  .add--project--form .gform_fields .gfield .info--label--copy::before {
    top: auto;
    right: 50%;
    bottom: -20px;
    border-bottom: 0;
    border: 10px solid transparent;
    border-top: 10px solid antiquewhite;
    transform: translateX(-50%);
  }
}
.add--project--form .gform_fields .gfield .info--label--content {
  display: inline-block;
  margin-right: 7px;
  position: relative;
  transform: translateY(4px);
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .add--project--form .gform_fields .gfield .info--label--content {
    position: unset;
  }
}
.add--project--form .gform_fields .gfield .info--label--content:hover .info--label--copy, .add--project--form .gform_fields .gfield .info--label--content.js-open .info--label--copy {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.add--project--form .gform_fields .gfield .ginput_container_radio {
  float: left;
  margin: 0;
}
.add--project--form .gform_fields .gfield .ginput_container_radio .gfield_radio {
  display: flex;
  overflow: visible;
  margin: 0 !important;
  width: 100% !important;
  padding-right: 5px;
}
.add--project--form .gform_fields .gfield .ginput_container_radio .gfield_radio li,
.add--project--form .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice {
  margin: 0 !important;
}
.add--project--form .gform_fields .gfield .ginput_container_radio .gfield_radio li:first-child label,
.add--project--form .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice:first-child label {
  border-radius: 15px 0 0 15px;
}
.add--project--form .gform_fields .gfield .ginput_container_radio .gfield_radio li:last-child label,
.add--project--form .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice:last-child label {
  border-radius: 0 15px 15px 0;
}
.add--project--form .gform_fields .gfield .ginput_container_radio .gfield_radio li label,
.add--project--form .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice label {
  margin-right: 0 !important;
  display: inline-table;
  cursor: pointer;
}
.add--project--form .gform_fields .gfield .ginput_container_radio .gfield_radio input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.add--project--form .gform_fields .gfield .ginput_container_radio .gfield_radio input:checked + label {
  background-color: #FA421D;
  box-shadow: none;
  color: #ffffff;
}
.add--project--form .gform_fields .gfield .ginput_container_radio .gfield_radio label {
  background-color: rgba(37, 162, 184, 0.5);
  color: rgb(37, 162, 184);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin: 0;
  border: 0 none;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}
.add--project--form .gform_fields .gfield .ginput_container_radio .gfield_radio label:hover {
  cursor: pointer;
}
.add--project--form .gform_fields .gfield .ginput_container_date input {
  background-image: url(images/filterArrowBlack.svg);
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: center;
  background-size: 23px 10px;
}
.add--project--form .gform_fields .gfield .gfield_description {
  float: left;
  width: 100%;
}
.add--project--form .gform_fields .gfield .button--outline {
  min-width: 211px;
  border: 2px solid #fff;
}
.add--project--form .gf_page_steps {
  display: flex;
  margin: auto;
  width: 100%;
  max-width: 845px;
  position: relative;
  margin-bottom: 60px;
}
@media only screen and (max-width: 900px) {
  .add--project--form .gf_page_steps {
    display: none;
  }
}
.add--project--form .gf_page_steps .gf_step {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  position: absolute;
  text-align: center;
  width: 145px;
  bottom: 0;
  transition: all 0.6s ease;
}
.add--project--form .gf_page_steps .gf_step:nth-child(1) {
  left: 0;
}
.add--project--form .gf_page_steps .gf_step:nth-child(1) .gf_step_number::before {
  display: none !important;
}
.add--project--form .gf_page_steps .gf_step:nth-child(2) {
  left: 10%;
}
.add--project--form .gf_page_steps .gf_step:nth-child(2) .gf_step_number {
  background: transparent !important;
}
.add--project--form .gf_page_steps .gf_step:nth-child(2) .gf_step_number:before {
  width: 85px;
}
.add--project--form .gf_page_steps .gf_step:nth-child(3) {
  left: 20%;
}
.add--project--form .gf_page_steps .gf_step:nth-child(3) .gf_step_number {
  background: transparent !important;
}
.add--project--form .gf_page_steps .gf_step:nth-child(3) .gf_step_number:before {
  width: 85px;
}
.add--project--form .gf_page_steps .gf_step:nth-child(4) {
  left: 20%;
}
.add--project--form .gf_page_steps .gf_step:nth-child(4) .gf_step_number:before {
  width: 0;
}
.add--project--form .gf_page_steps .gf_step:nth-child(5) {
  left: 40%;
}
.add--project--form .gf_page_steps .gf_step:nth-child(5) .gf_step_number:before {
  right: 11px;
  width: 159px;
}
.add--project--form .gf_page_steps .gf_step:nth-child(6) {
  left: 51.5%;
}
.add--project--form .gf_page_steps .gf_step:nth-child(6) .gf_step_number {
  background: transparent !important;
}
.add--project--form .gf_page_steps .gf_step:nth-child(6) .gf_step_number:before {
  width: 97px;
}
.add--project--form .gf_page_steps .gf_step:nth-child(7) {
  left: 62.5%;
}
.add--project--form .gf_page_steps .gf_step:nth-child(7) .gf_step_number {
  background: transparent !important;
}
.add--project--form .gf_page_steps .gf_step:nth-child(7) .gf_step_number:before {
  width: 93px;
}
.add--project--form .gf_page_steps .gf_step:nth-child(8) {
  left: 62.5%;
}
.add--project--form .gf_page_steps .gf_step:nth-child(8) .gf_step_number:before {
  width: 0;
}
.add--project--form .gf_page_steps .gf_step:nth-child(9) {
  right: 0;
}
.add--project--form .gf_page_steps .gf_step:nth-child(9) .gf_step_number:before {
  right: 11px;
  width: 161px;
}
.add--project--form .gf_page_steps .gf_step:nth-child(10) {
  display: none;
}
.add--project--form .gf_page_steps .gf_step .gf_step_number {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #D8D8D8;
  text-indent: -9999em;
  position: relative;
  z-index: 3;
  top: -20px;
  transition: all 0.6s ease;
}
.add--project--form .gf_page_steps .gf_step .gf_step_number::before {
  content: "";
  height: 1px;
  position: absolute;
  right: 0;
  top: 5px;
  width: 170px;
  border-top: 1px dotted #D8D8D8;
  transition: all 0.6s ease;
}
.add--project--form .gf_page_steps .gf_step .gf_step_label {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  min-height: 60px;
  position: relative;
  z-index: 4;
  display: block;
  cursor: pointer;
  transition: all 0.6s ease;
}
.add--project--form .gf_page_steps .gf_step.gf_step_active .gf_step_number, .add--project--form .gf_page_steps .gf_step.gf_step_completed .gf_step_number {
  background: #DE245C;
  z-index: 3;
  /*&::before{
      border-color: $pink;
      z-index: 2;
  }*/
}
.add--project--form .gf_page_steps .gf_step.gf_step_active .gf_step_label, .add--project--form .gf_page_steps .gf_step.gf_step_completed .gf_step_label {
  color: #DE245C;
}
.add--project--form .gf_page_steps .gf_step.gf_step_completed .gf_step_number::before, .add--project--form .gf_page_steps .gf_step.gf_step_active .gf_step_number::before {
  border-color: #DE245C;
  z-index: 2;
}
.add--project--form .gf_page_steps .gf_step:hover .gf_step_number {
  background: #FA421D;
  z-index: 3;
}
.add--project--form .gf_page_steps .gf_step:hover .gf_step_label {
  color: #FA421D;
}
.add--project--form.entry--form .gf_page_steps .gf_step .gf_step_number {
  background-color: #ffffff !important;
}
.add--project--form.entry--form .gf_page_steps .gf_step .gf_step_number::before {
  width: 200px;
  right: 11px;
}
.add--project--form.entry--form .gf_page_steps .gf_step.gf_step_active .gf_step_number {
  background-color: #DE245C !important;
}
.add--project--form.entry--form .gf_page_steps .gf_step:nth-child(2) {
  left: 25%;
}
.add--project--form.entry--form .gf_page_steps .gf_step:nth-child(3) {
  left: 50%;
}
.add--project--form.entry--form .gf_page_steps .gf_step:nth-child(4) {
  left: 75%;
}
.add--project--form.entry--form .gform_page.last--page .gfield.gfmc-column.half--row {
  max-width: none;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 900px) {
  .add--project--form.entry--form .gform_page.last--page .gfield.gfmc-column.half--row {
    flex-direction: column;
  }
}
.add--project--form.entry--form .gform_page.last--page .gfield.gfmc-column.half--row .gfmc-container {
  flex: 0 1 33%;
}
@media only screen and (max-width: 900px) {
  .add--project--form.entry--form .gform_page.last--page .gfield.gfmc-column.half--row .gfmc-container {
    flex: 0 1 100%;
  }
}
.add--project--form.entry--form .gform_page.last--page .gfield.middle--row--flex {
  justify-content: center;
  align-items: center;
}
.add--project--form.entry--form .gform_page.last--page .gfield.middle--row--flex .ginput_container_select {
  flex: 0 0 25%;
  margin-top: 0;
}
@media only screen and (max-width: 900px) {
  .add--project--form.entry--form .gform_page.last--page .gfield.middle--row--flex .ginput_container_select {
    flex: 0 1 50%;
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .add--project--form.entry--form .gform_page.last--page .gfield.middle--row--flex .ginput_container_select {
    margin-top: 10px;
    flex: 0 1 100%;
    width: 100%;
  }
}
.add--project--form.edit--framework .gf_page_steps .gf_step.gf_step_last .gf_step_number {
  background-color: #ffffff !important;
}
.add--project--form.edit--framework .gf_page_steps .gf_step.gf_step_active .gf_step_number {
  background-color: #DE245C !important;
}
.add--project--form.edit--framework .gf_page_steps .gf_step:nth-child(6) .gf_step_number {
  background-color: transparent !important;
}
.add--project--form .gform_page .page--title {
  margin-top: 0 !important;
}
.add--project--form .gform_page .page--title h3 {
  color: #DE245C;
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 0px;
  max-width: 785px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 900px) {
  .add--project--form .gform_page .page--title h3 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 640px) {
  .add--project--form .gform_page .page--title h3 {
    max-width: 90%;
  }
}
.add--project--form .gform_page .page--title h3 + p {
  margin-top: 17px;
}
.add--project--form .gform_page .page--title p {
  text-align: center;
  font-size: 18px;
  display: inline-block;
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gform_page .page--title p {
    font-size: 14px;
  }
}
.add--project--form .gform_page .page--title.white h3 {
  color: #ffffff;
}
.add--project--form .gform_page .page--title--small {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
  gap: 25px;
}
.add--project--form .gform_page .page--title--small h6 {
  color: #DE245C;
  font-size: 20px;
}
.add--project--form .gform_page .ginput_counter {
  text-align: right;
  font-size: 14px;
  color: #848383;
  padding-right: 10px;
}
@media only screen and (max-width: 900px) {
  .add--project--form .gform_page .ginput_counter {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 450px) {
  .add--project--form .gform_page .ginput_counter {
    font-size: 12px;
  }
}
.add--project--form .gform_page textarea {
  resize: none;
  max-height: 130px;
}
@media only screen and (max-width: 900px) {
  .add--project--form .gform_page textarea {
    max-height: 200px;
  }
}
.add--project--form .gform_page .ginput_container_checkbox .gfield_checkbox .gchoice {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
.add--project--form .gform_page .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input {
  display: none;
}
.add--project--form .gform_page .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input:checked + label::before {
  background-color: #1675ff;
}
.add--project--form .gform_page .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input:checked + label::after {
  opacity: 1;
}
.add--project--form .gform_page .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input:hover + label::before {
  background-color: #1675ff;
}
.add--project--form .gform_page .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input.disabled + label {
  opacity: 0.5;
  cursor: default;
}
.add--project--form .gform_page .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input.disabled:hover + label::before {
  background-color: #ffffff;
}
.add--project--form .gform_page .ginput_container_checkbox .gfield_checkbox .gchoice label {
  cursor: pointer;
  font-weight: 400;
  letter-spacing: -0.27px;
  padding-left: 36px;
  margin-bottom: 13px;
  position: relative;
  font-weight: normal;
  min-height: 16px;
  line-height: 16px;
}
.add--project--form .gform_page .ginput_container_checkbox .gfield_checkbox .gchoice label::before {
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.add--project--form .gform_page .ginput_container_checkbox .gfield_checkbox .gchoice label::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 5px;
  top: 3px;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}
.add--project--form .gform_page .ginput_container_checkbox .gfield_checkbox .gchoice label:hover::before {
  background-color: #1675ff;
}
.add--project--form .gform_page .flex--content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: flex-start;
  gap: 175px;
}
@media only screen and (max-width: 1100px) {
  .add--project--form .gform_page .flex--content {
    gap: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .add--project--form .gform_page .flex--content {
    flex-direction: column;
    gap: 0;
  }
}
.add--project--form .gform_page .flex--content .gfmc-container {
  flex: 0 1 50%;
}
@media only screen and (max-width: 900px) {
  .add--project--form .gform_page .flex--content .gfmc-container {
    flex: 0 1 100%;
    width: 100%;
  }
}
.add--project--form .gform_page .flex--content .gfield .ginput_container_checkbox .gfield_checkbox .gchoice {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.add--project--form .gform_page .flex--content .gfield .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input {
  display: none;
}
.add--project--form .gform_page .flex--content .gfield .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input:checked + label::before {
  background-color: #1675ff;
}
.add--project--form .gform_page .flex--content .gfield .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input:checked + label::after {
  opacity: 1;
}
.add--project--form .gform_page .flex--content .gfield .ginput_container_checkbox .gfield_checkbox .gchoice .gfield-choice-input:hover + label::before {
  background-color: #1675ff;
}
.add--project--form .gform_page .flex--content .gfield .ginput_container_checkbox .gfield_checkbox .gchoice label {
  cursor: pointer;
  font-weight: 400;
  letter-spacing: -0.27px;
  padding-left: 36px;
  margin-bottom: 13px;
  position: relative;
  font-weight: normal;
  min-height: 16px;
  line-height: 16px;
}
.add--project--form .gform_page .flex--content .gfield .ginput_container_checkbox .gfield_checkbox .gchoice label::before {
  width: 16px;
  height: 16px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.add--project--form .gform_page .flex--content .gfield .ginput_container_checkbox .gfield_checkbox .gchoice label::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 5px;
  top: 3px;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}
.add--project--form .gform_page .flex--content .gfield .ginput_container_checkbox .gfield_checkbox .gchoice label:hover::before {
  background-color: #1675ff;
}
.add--project--form .gform_page .gform_fileupload_rules {
  display: block;
  font-size: 12px !important;
  color: #888B8E;
  font-family: "Circular Std", sans-serif !important;
  margin-top: 16px;
}
.add--project--form .gform_page .middle--text {
  text-align: center;
}
.add--project--form .gform_page .middle--text .ginput_container_fileupload {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gform_page .middle--text .ginput_container_fileupload {
    gap: 20px;
  }
}
.add--project--form .gform_page .middle--text .ginput_container_fileupload .gform_fileupload_rules {
  max-width: 265px;
  text-align: left;
  margin: 0;
  padding: 0;
}
.add--project--form .gform_page .middle--text .ginput_container_fileupload input[type=file] {
  max-width: 245px;
}
@media only screen and (max-width: 450px) {
  .add--project--form .gform_page .middle--text .ginput_container_fileupload input[type=file]::before {
    padding: 0 10px;
    font-size: 14px;
  }
}
.add--project--form .gform_page .middle--text .ginput_container_fileupload input[type=file]:hover::before {
  background: #FA421D !important;
}
.add--project--form .gform_page .middle--flex {
  margin-top: 50px !important;
}
@media only screen and (max-width: 450px) {
  .add--project--form .gform_page .middle--flex {
    margin-top: 30px !important;
  }
}
.add--project--form .gform_page .middle--flex div.gfield {
  display: grid;
  grid-template-columns: 30% 70%;
  text-align: left;
}
@media only screen and (max-width: 1100px) {
  .add--project--form .gform_page .middle--flex div.gfield {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.add--project--form .gform_page .middle--flex fieldset.gfield {
  display: inline-block;
  float: none;
  text-align: left;
}
.add--project--form .gform_page .middle--flex fieldset.gfield legend {
  display: contents;
}
.add--project--form .gform_page .middle--flex fieldset.gfield .ginput_container {
  width: 120px;
  float: none;
  position: relative;
  display: inline-block;
  margin-left: 8px;
}
.add--project--form .gform_page .middle--flex .gfield {
  display: grid;
  grid-template-columns: 30% 70%;
  text-align: left;
}
@media only screen and (max-width: 1100px) {
  .add--project--form .gform_page .middle--flex .gfield {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.add--project--form .gform_page .middle--flex .gfield.gfield_error {
  padding-bottom: 30px !important;
}
.add--project--form .gform_page .middle--flex .gfield .gfield_label {
  padding-right: 15px;
  margin: 0;
  line-height: 1.5;
}
@media only screen and (max-width: 1100px) {
  .add--project--form .gform_page .middle--flex .gfield .gfield_label {
    float: none;
    width: 100%;
    text-align: left;
    line-height: 1.5;
  }
}
.add--project--form .gform_page .middle--flex .gfield .gfield_description.validation_message.gfield_validation_message {
  width: 100%;
  float: none;
  text-align: left;
}
@media only screen and (min-width: 1100px) {
  .add--project--form .gform_page .middle--flex .gfield .gfield_description.validation_message.gfield_validation_message {
    margin-top: 0;
  }
}
.add--project--form .gform_page .middle--flex .gfield .ginput_container {
  width: 100%;
}
.add--project--form .gform_page .middle--flex .gfield .ginput_container .gchoice {
  width: auto;
}
.add--project--form .gform_page .middle--flex .ginput_container_checkbox {
  padding: 5px 0;
}
.add--project--form .gform_page .middle--flex .ginput_container_checkbox .gfield_checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: stretch;
  align-items: center;
  gap: 100px;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gform_page .middle--flex .ginput_container_checkbox .gfield_checkbox {
    gap: 20px;
  }
}
@media only screen and (max-width: 450px) {
  .add--project--form .gform_page .middle--flex .ginput_container_checkbox .gfield_checkbox {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
  }
}
.add--project--form .gform_page .middle--flex .ginput_container_checkbox .gfield_checkbox .gchoice {
  flex: 0 1 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
}
.add--project--form .gform_page .middle--flex .ginput_container_checkbox .gfield_checkbox .gchoice input {
  transform: scale(1.8);
  display: none;
}
.add--project--form .gform_page .middle--flex .ginput_container_checkbox .gfield_checkbox .gchoice input:checked + label::before {
  background-color: #1675ff;
}
.add--project--form .gform_page .middle--flex .ginput_container_checkbox .gfield_checkbox .gchoice input:checked + label::after {
  opacity: 1;
}
.add--project--form .gform_page .middle--flex .ginput_container_checkbox .gfield_checkbox .gchoice input:hover + label::before {
  background-color: #1675ff;
}
.add--project--form .gform_page .middle--flex .ginput_container_checkbox .gfield_checkbox .gchoice label {
  margin-bottom: 0;
  padding-left: 55px;
  position: relative;
  font-weight: normal;
  letter-spacing: -0.33px;
  min-height: 30px;
  line-height: 1.8;
  cursor: pointer;
}
.add--project--form .gform_page .middle--flex .ginput_container_checkbox .gfield_checkbox .gchoice label::before {
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
}
.add--project--form .gform_page .middle--flex .ginput_container_checkbox .gfield_checkbox .gchoice label::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 15px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 13px;
  top: 6px;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 1;
  transition: all 100ms;
}
.add--project--form .gform_page .middle--flex .ginput_container_checkbox .gfield_checkbox .gchoice label:hover::before {
  background-color: #1675ff;
}
.add--project--form .gform_page .middle--flex.left--align .ginput_container_checkbox .gfield_checkbox {
  justify-content: flex-start;
  padding-left: 20px;
}
.add--project--form .gform_page .middle--content--flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  gap: 20px;
}
@media only screen and (max-width: 450px) {
  .add--project--form .gform_page .middle--content--flex {
    flex-direction: column;
  }
}
.add--project--form .gform_page .three--columns--flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gform_page .three--columns--flex {
    flex-direction: column;
  }
}
.add--project--form .gform_page .three--columns--flex .gfmc-container {
  flex: 0 1 33%;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gform_page .three--columns--flex .gfmc-container {
    flex: 0 1 100%;
    width: 100%;
  }
}
.add--project--form .gform_page .three--columns--flex .gfmc-container .gchoice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.add--project--form .gform_page .middle--row--flex {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  gap: 20px;
  overflow: visible !important;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gform_page .middle--row--flex {
    flex-direction: column;
    gap: 0;
  }
}
.add--project--form .gform_page .middle--row--flex .gfield--width-quarter {
  flex: 0 1 20%;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gform_page .middle--row--flex .gfield--width-quarter {
    flex: 0 1 100%;
    width: 100%;
  }
}
.add--project--form .gform_page .middle--row--flex .gfield--width-third {
  flex: 0 1 30%;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gform_page .middle--row--flex .gfield--width-third {
    flex: 0 1 100%;
    width: 100%;
  }
}
.add--project--form .gform_page .middle--row--flex .gfield--width-three-quarter {
  flex: 0 1 80%;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gform_page .middle--row--flex .gfield--width-three-quarter {
    flex: 0 1 100%;
    width: 100%;
  }
}
.add--project--form .gform_page .middle--row--flex .gfield--width-five-twelfths {
  flex: 0 1 50%;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gform_page .middle--row--flex .gfield--width-five-twelfths {
    flex: 0 1 100%;
    width: 100%;
  }
}
.add--project--form .gform_page .middle--row--flex--large {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-end;
  gap: 20px;
}
.add--project--form .gform_page .middle--row--flex--large .gfield--width-quarter {
  flex: 0 1 15%;
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gform_page .middle--row--flex--large .gfield--width-quarter {
    flex: 0 1 100%;
    width: 100%;
  }
}
.add--project--form .gform_page .middle--row--flex--large .gfield--width-three-quarter {
  flex: 0 1 85%;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gform_page .middle--row--flex--large .gfield--width-three-quarter {
    flex: 0 1 100%;
    width: 100%;
  }
}
.add--project--form .gform_page .table--row--flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 20px;
}
.add--project--form .gform_page .table--row--flex .gfield_label {
  flex: 0 1 100%;
  margin-bottom: 0;
  margin-left: 0;
}
.add--project--form .gform_page .table--row--flex .ginput_container_number {
  flex: 0 1 20%;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gform_page .table--row--flex .ginput_container_number {
    flex: 0 1 35%;
  }
}
@media only screen and (max-width: 450px) {
  .add--project--form .gform_page .table--row--flex .ginput_container_number {
    flex: 0 1 100%;
  }
}
.add--project--form .gform_page .table--row--flex .gfield_description {
  flex: 0 1 75%;
  color: #ffffff;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gform_page .table--row--flex .gfield_description {
    flex: 0 1 60%;
  }
}
@media only screen and (max-width: 450px) {
  .add--project--form .gform_page .table--row--flex .gfield_description {
    flex: 0 1 100%;
  }
}
.add--project--form .gform_page .table--row--flex.description--flex .gfield_description {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  gap: 50px;
}
.add--project--form .gform_page .table--row--flex.description--flex .gfield_description .remove-block {
  flex: 0 1 15%;
  color: #DE245C;
  text-align: right;
}
.add--project--form .gform_page .flex--description {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 25px;
}
.add--project--form .gform_page .flex--description .gfield_label {
  flex: 0 1 100%;
  width: 100%;
  order: 0;
  margin-bottom: 0;
  margin-left: 0;
}
.add--project--form .gform_page .flex--description .ginput_container_date {
  order: 2;
}
.add--project--form .gform_page .flex--description .gfield_description {
  order: 1;
  color: #ffffff;
  flex: 0 1 25%;
}
.add--project--form .gform_page .half--row {
  max-width: 645px;
  margin-left: auto;
  margin-right: auto;
  float: none !important;
}
@media only screen and (max-width: 900px) {
  .add--project--form .gform_page .half--row {
    max-width: 100%;
  }
}
.add--project--form .gform_page .large--row {
  margin-left: auto;
  margin-right: auto;
  float: none !important;
}
@media only screen and (max-width: 900px) {
  .add--project--form .gform_page .large--row {
    max-width: 100%;
  }
}
.add--project--form .gform_page .gsection {
  border-bottom: 0.5px solid rgba(216, 216, 216, 0.3) !important;
  margin-top: 40px !important;
  margin-bottom: 10px !important;
}
.add--project--form .gform_page .hidden_label:not(.label__info) .gfield_label {
  display: none;
}
.add--project--form .gform_page .underline--title .gfield_label {
  margin-left: 0;
  border-bottom: 0.5px solid rgba(216, 216, 216, 0.3) !important;
  width: 100%;
  padding-bottom: 27px;
  margin-bottom: 27px;
  display: block;
}
.add--project--form .gform_page .title--without--space .gfield_label {
  margin-left: 0;
}
.add--project--form .gform_page .addcolor {
  overflow: visible !important;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gform_page .addcolor {
    margin-bottom: 25px !important;
  }
}
.add--project--form .gform_page .minicolors-theme-default.minicolors {
  width: 100%;
}
.add--project--form .gform_page .minicolors-theme-default.minicolors input {
  height: 100%;
}
.add--project--form .gform_page_fields {
  width: 100%;
  float: left;
}
.add--project--form .gfmc-container .gfield.gfmc-column {
  overflow: visible;
  margin-top: 10px;
}
@media only screen and (max-width: 900px) {
  .add--project--form .gfmc-container .gfield.gfmc-column {
    margin-top: 0;
  }
  .add--project--form .gfmc-container .gfield.gfmc-column .gfield.gf_left_half,
  .add--project--form .gfmc-container .gfield.gfmc-column .gfield.gf_right_half {
    width: 100%;
    float: none;
    clear: both;
    margin-left: 0;
    margin-right: 0;
  }
}
.add--project--form .minicolors-theme-default .minicolors-swatch {
  top: 15px;
  left: auto;
  right: 15px;
}
.add--project--form .gform_page_footer {
  border-top: 0.5px solid #3e3e3e;
  margin-top: 75px !important;
  padding-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
  width: 100%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gform_page_footer {
    flex-direction: column;
    gap: 20px;
  }
}
.add--project--form .gform_page_footer .gform_previous_button {
  order: 0;
  background: #454545;
  min-width: 177px;
}
.add--project--form .gform_page_footer .gform_previous_button:hover {
  background: #333;
}
.add--project--form .gform_page_footer .gform_save_link {
  order: 1;
  background: transparent;
  text-decoration: underline;
  color: #ffffff;
  font-size: 18px;
}
@media only screen and (max-width: 750px) {
  .add--project--form .gform_page_footer .gform_save_link {
    font-size: 14px;
  }
}
.add--project--form .gform_page_footer .gform_save_link svg {
  display: none;
}
.add--project--form .gform_page_footer .gform_next_button {
  order: 2;
  background: #DE245C;
  min-width: 177px;
}
.add--project--form .gform_page_footer .gform_next_button:hover {
  background: #FA421D;
}
.add--project--form .gform_page_footer .gform_button {
  order: 2;
}
.add--project--form .gform_page_footer .button--cancel {
  background: transparent;
  text-decoration: underline;
  color: #ffffff;
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 750px) {
  .add--project--form .gform_page_footer .button--cancel {
    font-size: 14px;
  }
}
.add--project--form .gform_page_footer #gform_previous_button_40 {
  display: none;
}
.add--project--form .gform_page_footer .gform_ajax_spinner {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 16px;
  height: 16px;
}
.add--project--form .gform_footer {
  border-top: 0.5px solid rgba(216, 216, 216, 0.3);
  margin-top: 75px !important;
  padding-top: 50px !important;
  float: left;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: stretch;
  align-items: center;
}
@media only screen and (max-width: 450px) {
  .add--project--form .gform_footer {
    flex-direction: column;
    gap: 20px;
  }
}
.add--project--form .gform_footer .gform_button {
  background: #DE245C !important;
}
.add--project--form .gform_footer .button--cancel {
  background: transparent;
  text-decoration: underline;
  color: #ffffff;
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 750px) {
  .add--project--form .gform_footer .button--cancel {
    font-size: 14px;
  }
}
@media only screen and (min-width: 640px) {
  .add--project--form .gform_page:first-child .gform_page_footer .gform_save_link {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.add--project--form .gform_page:nth-child(3) .gform_page_fields {
  margin-bottom: 75px;
}
.add--project--form .gform_page.last--page .gform_save_link.button {
  display: none !important;
}
.add--project--form .button {
  line-height: 1;
}
.add--project--form .gform_validation_errors {
  display: none !important;
  visibility: hidden;
}
.add--project--form .gfield_repeater legend {
  display: none;
}
.add--project--form .gfield_repeater .gfield_repeater_buttons {
  grid-column: span 3;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  gap: 15px;
}
.add--project--form .gfield_repeater .gfield_repeater_buttons .add_repeater_item {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (max-width: 1320px) {
  .add--project--form .gfield_repeater .gfield_repeater_buttons .add_repeater_item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .add--project--form .gfield_repeater .gfield_repeater_buttons .add_repeater_item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .add--project--form .gfield_repeater .gfield_repeater_buttons .add_repeater_item {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .add--project--form .gfield_repeater .gfield_repeater_buttons .add_repeater_item {
    font-size: 13px;
  }
}
.add--project--form .gfield_repeater .gfield_repeater_buttons .add_repeater_item:hover {
  background: #DE245C;
  color: #ffffff;
}
.add--project--form .gfield_repeater .gfield_repeater_buttons .remove_repeater_item {
  font-family: "Circular Std", sans-serif;
  display: inline-block;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  background: #FA421D;
  color: #ffffff;
  border-radius: 25px !important;
  font-size: 16px;
  padding: 0 40px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  background-color: #ffffff !important;
  color: #000 !important;
}
@media only screen and (max-width: 1320px) {
  .add--project--form .gfield_repeater .gfield_repeater_buttons .remove_repeater_item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .add--project--form .gfield_repeater .gfield_repeater_buttons .remove_repeater_item {
    font-size: 18px;
  }
}
@media only screen and (max-width: 900px) {
  .add--project--form .gfield_repeater .gfield_repeater_buttons .remove_repeater_item {
    padding: 10px 10px;
    line-height: 1.35;
    height: auto;
    font-size: 13px;
  }
}
@media only screen and (max-width: 640px) {
  .add--project--form .gfield_repeater .gfield_repeater_buttons .remove_repeater_item {
    font-size: 13px;
  }
}
.add--project--form .gfield_repeater .gfield_repeater_buttons .remove_repeater_item:hover {
  background: #DE245C;
  color: #ffffff;
}
.add--project--form .gfield_repeater .gfield_repeater_buttons .remove_repeater_item:hover {
  background: #DE245C !important;
  color: #ffffff !important;
}
.add--project--form .gfield_repeater .gfield_repeater_item {
  display: grid;
  grid-template-columns: 25% 15% 50%;
  grid-gap: 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 900px) {
  .add--project--form .gfield_repeater .gfield_repeater_item {
    display: flex;
    flex-direction: column;
  }
}
.add--project--form .gfield_repeater .gfield_repeater_item .gfield_repeater_cell {
  position: relative;
}
.add--project--form .gfield_repeater .gfield_repeater_item:not(:last-of-type) .gfield_repeater_buttons .add_repeater_item {
  display: none;
}
.add--project--form .gfield_repeater .community-indicators-repeater .gfield_repeater_item {
  grid-template-columns: 30% auto;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gfield_repeater .community-indicators-repeater .gfield_repeater_item {
    grid-template-columns: 1fr;
  }
}
.add--project--form .gfield_repeater .project-custom-indicators-repeater .gfield_repeater_item {
  grid-template-columns: 20% 20% auto;
}
@media only screen and (max-width: 640px) {
  .add--project--form .gfield_repeater .project-custom-indicators-repeater .gfield_repeater_item {
    grid-template-columns: 1fr;
  }
}
.add--project--form .gform_fileupload_multifile {
  margin-right: 8px;
}
.add--project--form .ginput_preview_list {
  text-align: left;
  position: relative;
}
.add--project--form .ginput_preview_list .ginput_preview {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}
.add--project--form .ginput_preview_list .ginput_preview span {
  margin-right: 8px;
}
.add--project--form .ginput_preview_list .ginput_preview button {
  background: transparent;
  cursor: pointer;
  color: #A4062A;
  position: absolute;
  left: 0;
  top: 0;
}
.add--project--form .ginput_preview_list .ginput_preview button:hover {
  color: #ffffff;
}
.add--project--form .ginput_preview_list .js-field-photo {
  max-width: 300px;
  margin: 20px auto;
  padding: 10px 15px;
  overflow: hidden;
  position: relative;
}
.add--project--form .ginput_preview_list .js-field-photo .gform_delete_file {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  color: #DE245C;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.add--project--form .ginput_preview_list .js-field-photo .gform_delete_file .dashicons {
  width: 32px;
  height: 32px;
}
.add--project--form .ginput_preview_list .js-field-photo .gform_delete_file .dashicons::before {
  font-size: 32px;
}
.add--project--form .ginput_preview_list .js-field-photo .gform_delete_file:hover {
  color: #FA421D;
}
.add--project--form .ginput_preview_list .js-field-photo .attachment-post-thumbnail {
  border-radius: 15px;
}
.add--project--form .ginput_preview_list .js-field-logos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 40px 0 0;
}
@media only screen and (max-width: 1100px) {
  .add--project--form .ginput_preview_list .js-field-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .add--project--form .ginput_preview_list .js-field-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.add--project--form .ginput_preview_list .js-field-logos .logo-item {
  position: relative;
  overflow: hidden;
  padding: 15px;
}
.add--project--form .ginput_preview_list .js-field-logos .logo-item .gform_delete_file {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  color: #DE245C;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.add--project--form .ginput_preview_list .js-field-logos .logo-item .gform_delete_file .dashicons {
  width: 32px;
  height: 32px;
}
.add--project--form .ginput_preview_list .js-field-logos .logo-item .gform_delete_file .dashicons::before {
  font-size: 32px;
}
.add--project--form .ginput_preview_list .js-field-logos .logo-item .gform_delete_file:hover {
  color: #FA421D;
}
.add--project--form .ginput_preview_list .js-field-logos .logo-item img {
  border-radius: 15px;
}

.form_saved_message_sent {
  margin-top: 200px;
}

body .gform-body .select2-selection--multiple {
  background: transparent url(images/filterArrowBlack.svg) no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
}
body .gform-body .select2-container--default .select2-selection--multiple,
body .gform-body .select2-container--default.select2-container--focus .select2-selection--multiple,
body .gform-body .select2-container--default .select2-search--inline .select2-search__field,
body .gform-body .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: none;
  color: #000 !important;
  border-radius: 0px !important;
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 1.5;
}
body .gform-body .select2-container--default .select2-selection--multiple::placeholder, body .gform-body .select2-container--default .select2-selection--multiple::placeholder, body .gform-body .select2-container--default .select2-selection--multiple::-webkit-input-placeholder,
body .gform-body .select2-container--default.select2-container--focus .select2-selection--multiple::placeholder,
body .gform-body .select2-container--default.select2-container--focus .select2-selection--multiple::placeholder,
body .gform-body .select2-container--default.select2-container--focus .select2-selection--multiple::-webkit-input-placeholder,
body .gform-body .select2-container--default .select2-search--inline .select2-search__field::placeholder,
body .gform-body .select2-container--default .select2-search--inline .select2-search__field::placeholder,
body .gform-body .select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder,
body .gform-body .select2-container--default .select2-selection--multiple .select2-selection__choice::placeholder,
body .gform-body .select2-container--default .select2-selection--multiple .select2-selection__choice::placeholder,
body .gform-body .select2-container--default .select2-selection--multiple .select2-selection__choice::-webkit-input-placeholder {
  color: #000;
}
body .gform-body .select2-container--default .select2-selection--multiple::-webkit-search-cancel-button,
body .gform-body .select2-container--default.select2-container--focus .select2-selection--multiple::-webkit-search-cancel-button,
body .gform-body .select2-container--default .select2-search--inline .select2-search__field::-webkit-search-cancel-button,
body .gform-body .select2-container--default .select2-selection--multiple .select2-selection__choice::-webkit-search-cancel-button {
  display: none !important;
}
body .gform-body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none !important;
  border-radius: 0px;
  color: #000 !important;
}
body .gform-body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #A4062A;
}
body .gform-body .select2-container--default .select2-selection--multiple {
  background-image: url(images/filterArrowBlack.svg);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
  background-size: 23px 10px;
}
body .gform-body .select2-container--default .select2-selection--multiple .select2-selection__clear {
  margin-right: 30px;
  color: #000;
  width: 20px;
}

.primary--color--setting {
  --primary-color: brown;
}

.secondary--color--setting {
  --secondary-color: brown;
}

.project--name {
  padding-top: 155px;
}
@media print {
  .project--name {
    padding-top: 10mm;
  }
}
.project--name .export--report--action {
  position: fixed;
  transform-origin: right bottom;
  right: 0;
  top: 200px;
  transform: rotate(-90deg);
  display: flex;
  z-index: 99;
}
.project--name .export--report--action button {
  background: #A7214A;
  padding: 22px 37px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 0;
  cursor: pointer;
  margin-right: 1px;
}
.project--name .export--report--action button.share--btn {
  padding: 10px 10px;
  display: flex;
  align-items: center;
}
.project--name .export--report--action button.share--btn svg {
  width: 34px;
  height: 34px;
}
@media only screen and (max-width: 750px) {
  .project--name .export--report--action button.share--btn svg {
    width: 32px;
    height: 32px;
  }
}
.project--name .export--report--action button.share--btn svg path {
  fill: #ffffff;
}
.project--name .export--report--action button:hover {
  background: #ffffff;
  color: #A7214A;
}
.project--name .export--report--action button:hover svg path {
  fill: #A7214A;
}
.project--name .printable-logo {
  display: none;
  text-align: center;
  padding: 10px 0 30px;
}
@media print {
  .project--name .printable-logo {
    display: block;
  }
}
.project--name .printable-logo img {
  display: inline-block;
  text-align: center;
  margin: 0px auto;
}
.project--name .share--container {
  position: fixed;
  right: 65px;
  top: 264px;
  background: #A7214A;
  padding: 0px;
  transition: all 0.4s ease;
  z-index: 99;
}
@media only screen and (max-width: 750px) {
  .project--name .share--container {
    right: 65px;
    top: 265px;
  }
}
.project--name .share--container a {
  float: left;
  width: 54px;
  height: 54px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.project--name .share--container a:not(:last-child) {
  border-right: 1px solid #ffffff;
}
@media only screen and (max-width: 750px) {
  .project--name .share--container a {
    width: 52px;
    height: 52px;
  }
}
.project--name .share--container a svg path {
  fill: #ffffff;
}
.project--name .share--container a:hover {
  background-color: #ffffff;
}
.project--name .share--container a:hover svg path {
  fill: #A7214A;
}
.project--name__images {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  /*@include responsive('mobile-h') {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 8px;
  }*/
}
@media print {
  .project--name__images {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.project--name__images .logo--project {
  /*
  width: 110px;
  height: 110px;
  */
  width: 150px;
  height: 150px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: all 0.6s ease-in-out;
  background-color: #ffffff;
}
@media only screen and (max-width: 750px) {
  .project--name__images .logo--project {
    max-width: 150px;
    max-height: 150px;
    margin: 0px auto;
  }
}
@media print {
  .project--name__images .logo--project {
    margin: 0px auto;
    display: inline-block;
    z-index: 1;
  }
}
.project--name__images .logo--project img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.project--name__copy {
  margin-top: 25px;
  text-align: center;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media print {
  .project--name__copy {
    margin-top: 10px;
  }
}
.project--name__copy h3 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #a7214a;
}
@media print {
  .project--name__copy h3 {
    color: var(--color1);
  }
}
.project--name__graphic {
  margin-top: 35px;
  text-align: center;
}
.project--name__graphic .graphic--content {
  text-align: center;
}
.project--name__graphic .graphic--content svg#graphic {
  max-width: 350px;
  height: auto;
}
.project--name__graphic .graphic--copy {
  margin-top: 35px;
}
@media print {
  .project--name__graphic .graphic--copy {
    margin-top: 0;
  }
}
.project--name__graphic .graphic--copy h4 {
  margin-bottom: 10px;
  font-weight: 700;
  color: #a7214a;
}
@media print {
  .project--name__graphic .graphic--copy h4 {
    color: var(--color1);
  }
}

@media print {
  .project--info {
    page-break-before: always;
    break-before: always;
  }
}
.project--info__getting--started {
  border-top: 0.5px solid rgba(216, 216, 216, 0.3);
  margin-top: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  gap: 35px;
}
@media only screen and (max-width: 750px) {
  .project--info__getting--started {
    flex-direction: column;
    align-items: center;
    margin-top: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media print {
  .project--info__getting--started {
    border-top: none;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.project--info__getting--started .info--data {
  text-align: left;
}
.project--info__getting--started .info--data h4 {
  margin-bottom: 10px;
  color: #a7214a;
}
@media print {
  .project--info__getting--started .info--data h4 {
    color: var(--color2);
  }
}
.project--info__getting--started .info--data p {
  margin-bottom: 0;
}
.project--info__objectives--pillars {
  border-top: 0.5px solid rgba(216, 216, 216, 0.3);
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  gap: 35px;
}
@media only screen and (max-width: 750px) {
  .project--info__objectives--pillars {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media print {
  .project--info__objectives--pillars {
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 20px;
  }
}
.project--info__objectives--pillars .project--objectives {
  flex: 0 1 68%;
}
@media only screen and (max-width: 750px) {
  .project--info__objectives--pillars .project--objectives {
    flex: 0 1 100%;
    width: 100%;
  }
}
@media print {
  .project--info__objectives--pillars .project--objectives {
    flex: 0 1 50%;
  }
}
.project--info__objectives--pillars .project--objectives h4 {
  margin-bottom: 10px;
  color: #a7214a;
}
@media print {
  .project--info__objectives--pillars .project--objectives h4 {
    color: var(--color2);
  }
}
.project--info__objectives--pillars .project--objectives ol {
  margin-left: 25px;
}
.project--info__objectives--pillars .project--objectives ol li {
  margin-bottom: 15px;
}
@media print {
  .project--info__objectives--pillars .project--objectives ol li {
    margin-bottom: 5px;
  }
}
.project--info__objectives--pillars .project--pillars {
  flex: 0 1 25%;
}
@media only screen and (max-width: 750px) {
  .project--info__objectives--pillars .project--pillars {
    flex: 0 1 100%;
    width: 100%;
  }
}
@media print {
  .project--info__objectives--pillars .project--pillars {
    flex: 0 1 50%;
  }
}
.project--info__objectives--pillars .project--pillars h4 {
  margin-bottom: 10px;
  color: #a7214a;
}
@media print {
  .project--info__objectives--pillars .project--pillars h4 {
    color: var(--color2);
  }
}
.project--info__objectives--pillars .project--pillars ul li {
  display: inline-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 35px;
}
@media print {
  .project--info__objectives--pillars .project--pillars ul li {
    margin-bottom: 5px;
  }
}
.project--info__objectives--pillars .project--pillars ul li span {
  display: flex;
}
.project--info__lived--experience {
  border-top: 0.5px solid rgba(216, 216, 216, 0.3);
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  .project--info__lived--experience {
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media print {
  .project--info__lived--experience {
    border-top: none;
    margin-top: 0px;
    padding-top: 10mm;
    padding-bottom: 0px;
  }
}
.project--info__lived--experience .project--consult {
  flex: 0 1 25%;
}
@media only screen and (max-width: 750px) {
  .project--info__lived--experience .project--consult {
    flex: 0 1 100%;
    width: 100%;
  }
}
.project--info__lived--experience .project--consult h4 {
  font-size: 35px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1;
  color: #a7214a;
}
@media print {
  .project--info__lived--experience .project--consult h4 {
    color: var(--color1);
  }
}
@media only screen and (max-width: 750px) {
  .project--info__lived--experience .project--consult h4 {
    font-size: 25px;
  }
}
.project--info__lived--experience .community--impact {
  flex: 0 1 65%;
}
@media only screen and (max-width: 750px) {
  .project--info__lived--experience .community--impact {
    flex: 0 1 100%;
    width: 100%;
  }
}
.project--info__lived--experience .community--impact h4 {
  margin-bottom: 10px;
  color: #a7214a;
}
@media print {
  .project--info__lived--experience .community--impact h4 {
    color: var(--color2);
  }
}
.project--info__aligned--measures {
  border-top: 0.5px solid rgba(216, 216, 216, 0.3);
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .project--info__aligned--measures {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media print {
  .project--info__aligned--measures {
    page-break-before: avoid;
    break-before: avoid;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.project--info__aligned--measures .measures--grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .project--info__aligned--measures .measures--grid {
    flex-direction: column;
    gap: 10px;
  }
}
.project--info__aligned--measures .measures--grid:before {
  content: "";
  border: 0.5px solid rgba(216, 216, 216, 0.3);
  align-self: stretch;
  position: absolute;
  left: 50%;
  transform: translateX(-0.5px);
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .project--info__aligned--measures .measures--grid:before {
    display: none;
  }
}
.project--info__aligned--measures .measures--grid__column {
  flex: 0 1 45%;
}
@media only screen and (max-width: 750px) {
  .project--info__aligned--measures .measures--grid__column {
    flex: 0 1 100%;
    width: 100%;
    padding: 40px 0;
  }
  .project--info__aligned--measures .measures--grid__column:first-child {
    border-bottom: 0.5px solid rgba(216, 216, 216, 0.3);
  }
}
.project--info__aligned--measures .measures--grid__column .measures--info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}
.project--info__aligned--measures .measures--grid__column .measures--info .info--content {
  padding: 3px 15px 1px;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
}
@media only screen and (max-width: 750px) {
  .project--info__aligned--measures .measures--grid__column .measures--info .info--content {
    font-size: 16px;
  }
}
.project--info__aligned--measures .measures--grid__column .measures--data {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  .project--info__aligned--measures .measures--grid__column .measures--data {
    margin-top: 20px;
  }
}
@media print {
  .project--info__aligned--measures .measures--grid__column .measures--data {
    margin-top: 20px;
  }
}
.project--info__aligned--measures .measures--grid__column .measures--data .measures--title h4 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  gap: 10px;
}
.project--info__aligned--measures .measures--grid__column .measures--data .measures--title h4 svg {
  max-width: 29px;
  max-height: 26px;
}
.project--info__aligned--measures .measures--grid__column .measures--data .measures--copy {
  margin-top: 35px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}
@media only screen and (max-width: 750px) {
  .project--info__aligned--measures .measures--grid__column .measures--data .measures--copy {
    margin-top: 20px;
  }
}
.project--info__aligned--measures .measures--grid__column .measures--data .measures--copy .amount {
  font-size: 50px;
  font-weight: 700;
  line-height: 0.7;
}
@media only screen and (max-width: 1320px) {
  .project--info__aligned--measures .measures--grid__column .measures--data .measures--copy .amount {
    font-size: 40px;
  }
}
@media only screen and (max-width: 900px) {
  .project--info__aligned--measures .measures--grid__column .measures--data .measures--copy .amount {
    font-size: 30px;
  }
}
.project--info__aligned--measures .measures--grid__column .measures--data .measures--copy .description {
  font-size: 16px;
}
@media only screen and (max-width: 750px) {
  .project--info__aligned--measures .measures--grid__column .measures--data .measures--copy .description {
    font-size: 14px;
  }
}
.project--info__aligned--measures .measures--grid__column .measures--data .measures--copy .icon--measure svg {
  width: 20px;
  height: 20px;
}
.project--info__aligned--measures .measures--grid__column .measures--note {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding-top: 20px;
  margin-top: 20px;
  border-top: 0.5px solid rgba(216, 216, 216, 0.3);
}
.project--info__aligned--measures.measures--one-column .measures--grid:before {
  display: none;
}
.project--info__aligned--measures.measures--one-column .measures--grid__column {
  flex: 0 1 100%;
}
.project--info__expert--observation {
  border-top: 0.5px solid rgba(216, 216, 216, 0.3);
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .project--info__expert--observation {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media print {
  .project--info__expert--observation {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.project--info__expert--observation .expert--observation--copy h4 {
  margin-bottom: 10px;
  color: #a7214a;
}
@media print {
  .project--info__expert--observation .expert--observation--copy h4 {
    color: var(--color1);
  }
}
.project--info__expert--observation .expert--observation--copy ol {
  margin-left: 25px;
}
.project--info__expert--observation .expert--observation--copy ol li {
  margin-bottom: 15px;
}
.project--info__expert--observation .expert--observation--copy .double--column {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  gap: 95px;
}
@media only screen and (max-width: 750px) {
  .project--info__expert--observation .expert--observation--copy .double--column {
    margin-top: 15px;
    margin-bottom: 15px;
    flex-direction: column;
    gap: 25px;
  }
}
@media print {
  .project--info__expert--observation .expert--observation--copy .double--column {
    margin-top: 0px;
    margin-bottom: 15px;
  }
}
@media print {
  .project--info__expert--observation .expert--observation--copy {
    margin-top: 20px;
  }
}
.project--info__reflection {
  border-top: 0.5px solid rgba(216, 216, 216, 0.3);
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .project--info__reflection {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media print {
  .project--info__reflection {
    border-top: none;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.project--info__reflection .reflection--grid {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  gap: 95px;
}
@media only screen and (max-width: 750px) {
  .project--info__reflection .reflection--grid {
    margin-top: 15px;
    margin-bottom: 15px;
    flex-direction: column;
    gap: 0;
  }
}
@media print {
  .project--info__reflection .reflection--grid {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.project--info__reflection .reflection--grid .grid--content--column .box--copy {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  .project--info__reflection .reflection--grid .grid--content--column .box--copy {
    margin-bottom: 20px;
  }
}
.project--info__reflection .reflection--grid .grid--content--column .box--copy h4 {
  margin-bottom: 10px;
  color: #a7214a;
}
@media print {
  .project--info__reflection .reflection--grid .grid--content--column .box--copy h4 {
    color: var(--color1);
  }
}
.project--info__reflection .reflection--grid .grid--content--column .box--copy ol {
  margin-left: 25px;
}
.project--info__reflection .reflection--grid .grid--content--column .box--copy ol li {
  margin-bottom: 15px;
}

.section--title--project {
  flex: 0 1 100%;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
@media print {
  .section--title--project {
    margin-bottom: 20px;
  }
}
.section--title--project .icons--title {
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  .section--title--project .icons--title svg {
    max-width: 65px;
    max-height: 60px;
  }
}
.section--title--project .icons--title .icon--red svg path {
  fill: #bd4364;
}
.section--title--project .icons--title .icon--green svg path {
  fill: #418A7A;
}
.section--title--project .icons--title .icon--yellow svg path, .section--title--project .icons--title .icon--orange svg path {
  fill: #E79443;
}
.section--title--project .icons--title .icon--blue svg path {
  fill: #99B6DB;
}
.section--title--project .icons--title .icon--violet svg path {
  fill: #B9A1DC;
}
.section--title--project h3 {
  font-size: 40px;
  font-weight: 700;
}
@media print {
  .section--title--project h3 {
    color: var(--color1);
  }
}
@media only screen and (max-width: 750px) {
  .section--title--project h3 {
    font-size: 30px;
  }
}

.red--color .measures--title h4 {
  color: #BD4364;
}
.red--color .measures--title h4 .icon--title svg path {
  fill: #BD4364;
}
.red--color .measures--copy .amount {
  color: #BD4364;
}

.pink--color .measures--title h4 {
  color: #BD4364;
}
.pink--color .measures--title h4 .icon--title svg path {
  fill: #BD4364;
}
.pink--color .measures--copy .amount {
  color: #BD4364;
}

.green--color .measures--title h4 {
  color: #418A7A;
}
.green--color .measures--title h4 .icon--title svg path {
  fill: #418A7A;
}
.green--color .measures--copy .amount {
  color: #418A7A;
}

.yellow--color .measures--title h4,
.orange--color .measures--title h4 {
  color: #E79443;
}
.yellow--color .measures--title h4 .icon--title svg path,
.orange--color .measures--title h4 .icon--title svg path {
  fill: #E79443;
}
.yellow--color .measures--copy .amount,
.orange--color .measures--copy .amount {
  color: #E79443;
}

.blue--color .measures--title h4 {
  color: #99B6DB;
}
.blue--color .measures--title h4 .icon--title svg path {
  fill: #99B6DB;
}
.blue--color .measures--copy .amount {
  color: #99B6DB;
}

.violet--color .measures--title h4 {
  color: #B9A1DC;
}
.violet--color .measures--title h4 .icon--title svg path {
  fill: #B9A1DC;
}
.violet--color .measures--copy .amount {
  color: #B9A1DC;
}

/* Backgrounds */
.data--pink--background {
  background-color: #a7214a;
}

.data--red--background {
  background-color: #BD4364;
}

.data--green--background {
  background-color: #418A7A;
}

.data--yellow--background {
  background-color: #fbc12f;
}

.data--green--background {
  background-color: #99B6DB;
}

.data--violet--background {
  background-color: #B9A1DC;
}

.data--gray--background {
  background-color: #909090;
}

.data--dark--gray--background {
  background-color: #4e4d4d;
}

.project--page {
  background-color: #191B1D;
}
.project--page h2,
.project--page h3,
.project--page h4,
.project--page h5,
.project--page h6,
.project--page h7,
.project--page h8,
.project--page h9 {
  color: #DE245C;
}
.project--page .h7 {
  font-weight: 700;
}
.project--page .h9 {
  font-weight: 500;
}
.project--page p {
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .project--page p {
    font-size: 14px;
  }
}
.project--page ul li,
.project--page ol li {
  color: #ffffff;
}
@media only screen and (max-width: 900px) {
  .project--page ul li,
  .project--page ol li {
    font-size: 14px;
  }
}
.project--page .project--name__copy h3 {
  color: #A7214A;
}
.project--page .graphic--copy h4 {
  color: #A7214A;
}
.project--page .section--title--project h3 {
  color: #ffffff;
}
.project--page .data--gray--background {
  background-color: #909090;
}
.project--page .data--dark--gray--background {
  background-color: #4E4D4D;
}
.project--page .data--pink--background {
  background-color: #A7214A;
}
.project--page .data--yellow--background {
  background-color: #FBC12F;
}

.project--pdf {
  background-color: #ffffff;
}
.project--pdf h2,
.project--pdf h3,
.project--pdf h4,
.project--pdf h5,
.project--pdf h6,
.project--pdf h7,
.project--pdf h8,
.project--pdf h9 {
  color: #2B497C;
}
.project--pdf .h7 {
  font-weight: 700;
}
.project--pdf .h9 {
  font-weight: 500;
}
.project--pdf p,
.project--pdf .description {
  color: #797979;
}
@media only screen and (max-width: 900px) {
  .project--pdf p,
  .project--pdf .description {
    font-size: 14px;
  }
}
.project--pdf ul li,
.project--pdf ol li {
  color: #797979;
}
@media only screen and (max-width: 900px) {
  .project--pdf ul li,
  .project--pdf ol li {
    font-size: 14px;
  }
}
.project--pdf .project--name__copy h3 {
  color: #2B497C;
}
.project--pdf .graphic--copy h4 {
  color: #2B497C;
}
.project--pdf .section--title--project h3 {
  color: #2B497C;
}
.project--pdf .data--gray--background {
  background-color: #909090;
}
.project--pdf .data--dark--gray--background {
  background-color: #4E4D4D;
}
.project--pdf .data--pink--background {
  background-color: #2B497C;
}
.project--pdf .data--yellow--background {
  background-color: #FBC12F;
}
.project--pdf .export--report--action {
  display: none !important;
}

@media print {
  @page {
    margin: 3cm 1cm 2cm 1cm;
    background-color: #FFFFFF;
    @top-left {
      color: #fff !important;
    }
    @top-right {
      color: #fff !important;
    }
  }
  a[href]:after {
    content: none !important;
  }
  html {
    background-color: #FFFFFF;
    margin: 0px;
  }
  body {
    color: #000;
    margin: 0;
  }
  body, .header, .header.scrolled {
    background-color: transparent !important;
  }
  section {
    float: none;
    display: block;
  }
  .header {
    display: none;
  }
  .container, .bbpress-wrapper {
    width: calc(100% - 20mm);
    max-width: calc(100% - 20mm);
    padding: 0 0;
  }
  p,
  .project--info__objectives--pillars .project--objectives ol li,
  .project--info__objectives--pillars .project--pillars ul li,
  .project--info__expert--observation .expert--observation--copy ol li,
  .project--info__reflection .reflection--grid .grid--content--column .box--copy ol li,
  .section--title--project h3 {
    color: #000 !important;
  }
  .project--info__aligned--measures .measures--grid__column .measures--info .info--content {
    color: #ffffff;
  }
}
@media print {
  .grecaptcha-badge {
    display: none !important;
  }
}

/* New Home Page */
.new-home {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 0px;
  /* background*/
  /* Vertical Navigation */
  /* Home Hero */
  /* Generics */
  /* Events */
  /* Quote */
  /* Resources*/
  /* JOBS*/
  /* Themes */
  /* Cards */
  /* Banner Image */
}
@media only screen and (max-width: 1100px) {
  .new-home {
    padding-bottom: 0px;
  }
}
.new-home .background-svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.new-home .background-svg svg {
  position: relative;
  width: 100%;
}
.new-home__navigation {
  position: fixed;
  top: calc(50% + 200px);
  left: 0;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  display: flex;
  flex-direction: row-reverse;
  gap: 15px;
  z-index: 99;
}
@media only screen and (max-width: 640px) {
  .new-home__navigation {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .new-home__navigation {
    top: calc(50% + 200px);
  }
}
@media only screen and (orientation: landscape) and (max-height: 590px) {
  .new-home__navigation {
    display: none;
  }
}
.new-home__navigation a {
  display: inline-block;
  padding: 5px 15px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 450;
  line-height: 1;
  word-wrap: no-wrap;
}
.new-home__navigation a.events-nav {
  background-color: #FEC12F;
}
.new-home__navigation a.events-nav:hover {
  background-color: #FA421D;
}
.new-home__navigation a.quote-nav {
  background-color: #49174A;
}
.new-home__navigation a.quote-nav:hover {
  background-color: #25A2B8;
}
.new-home__navigation a.resources-nav {
  background-color: #DE245C;
}
.new-home__navigation a.resources-nav:hover {
  background-color: #A4062A;
}
.new-home__navigation a.jobs-nav {
  background-color: #184139;
}
.new-home__navigation a.jobs-nav:hover {
  background-color: #FEC12F;
}
.new-home__navigation a.themes-nav {
  background-color: #FA421D;
}
.new-home__navigation a.themes-nav:hover {
  background-color: #DE245C;
}
.new-home__navigation a.cards-nav {
  background-color: #25A2B8;
}
.new-home__navigation a.cards-nav:hover {
  background-color: #E01E5A;
}
.new-home .home-hero {
  position: relative;
  padding: 168px 0 95px;
}
@media only screen and (max-width: 1100px) {
  .new-home .home-hero {
    padding: 80px 0 60px;
  }
}
.new-home .home-hero__iso {
  max-width: 275px;
  margin: 0px auto 30px;
}
.new-home .home-hero__iso svg {
  width: 100%;
  height: auto;
}
.new-home .home-hero h1 {
  text-align: center;
  font-weight: 450;
}
.new-home .home-hero--buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 45px;
}
@media only screen and (max-width: 900px) {
  .new-home .home-hero--buttons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.new-home .home-hero--buttons .button--hero {
  background-color: transparent;
  color: #FA421D;
  border: 1px solid #FA421D;
  font-weight: 450;
  transition: all 0.6s ease;
  min-width: 200px;
}
@media only screen and (max-width: 640px) {
  .new-home .home-hero--buttons .button--hero {
    font-size: 16px;
    width: 100%;
  }
}
.new-home .home-hero--buttons .button--hero:hover {
  background-color: #FA421D;
  border-color: #FA421D;
  color: #ffffff;
}
.new-home__bar {
  display: block;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  border-right: 1px dashed #ffffff;
}
@media only screen and (max-width: 900px) {
  .new-home__bar {
    display: none;
    /*left: auto;
    transform: none;
    right: 15px;
    transform: translateX(0);
    */
  }
}
.new-home__bar__start, .new-home__bar__end {
  position: absolute;
  top: 0;
  left: -8px;
  width: 17px;
  height: 45px;
  background-color: #191B1D;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.new-home__bar__start svg, .new-home__bar__end svg {
  width: 100%;
}
.new-home__bar__end {
  top: auto;
  bottom: 0px;
  justify-content: flex-end;
}
.new-home__bar__marker {
  position: absolute;
  top: 130px;
  left: -12px;
  width: 25px;
  height: 25px;
  background-color: #FEC12F;
  border-radius: 50rem;
  border: 6px solid #191B1D;
  outline: 1px solid #FEC12F;
  animation-name: moveMarker;
  animation-duration: 6s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
}
.new-home .block-title {
  font-size: 40px;
  margin-bottom: 10px;
  font-weight: 700;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .new-home .block-title {
    text-align: left;
    font-size: 36px;
  }
}
@media only screen and (max-width: 640px) {
  .new-home .block-title {
    font-size: 32px;
  }
}
.new-home .block-legend {
  font-size: 18px;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 22px;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .new-home .block-legend {
    text-align: left;
  }
}
.new-home .view--more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #FA421D;
  transition: all 0.5s ease;
}
.new-home .view--more svg {
  transition: all 0.5s ease;
}
.new-home .view--more svg path {
  transition: all 0.5s ease;
  fill: #FA421D;
}
.new-home .view--more:hover {
  color: #DE245C;
}
.new-home .view--more:hover svg {
  transform: translateX(10px);
}
.new-home .view--more:hover svg path {
  fill: #DE245C;
}
.new-home__events {
  position: relative;
  padding: 127px 0 134px;
}
@media only screen and (max-width: 1100px) {
  .new-home__events {
    padding: 80px 40px;
    opacity: 1;
  }
}
@media only screen and (max-width: 640px) {
  .new-home__events {
    padding: 80px 0px 80px 0;
    opacity: 1;
  }
}
.new-home__events__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 124px;
}
@media only screen and (max-width: 1100px) {
  .new-home__events__grid {
    gap: 28px 80px;
  }
}
@media only screen and (max-width: 900px) {
  .new-home__events__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.new-home__events__grid__featured {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
@media only screen and (min-width: 1100px) {
  .new-home__events__grid__featured {
    padding-left: 87px;
  }
}
@media only screen and (max-width: 900px) {
  .new-home__events__grid__featured {
    align-items: flex-start;
  }
}
.new-home__events__grid__featured .block-title {
  color: #FEC12F;
}
.new-home__events__grid__featured .featured-event {
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .new-home__events__grid__featured .featured-event {
    padding-bottom: 28px;
    border-bottom: 1px solid #373737;
  }
}
.new-home__events__grid__featured .featured-event .evt-item {
  border: none;
  padding: 0;
}
.new-home__events__grid__featured .featured-event .evt-item__data {
  padding: 0 12px;
}
.new-home__events__grid__featured .featured-event .evt-item__data__details .event-author {
  margin-top: 12px;
}
.new-home__events__grid__featured .featured-event .evt-item__data__details .event-description {
  display: none;
}
.new-home__events__grid__featured .featured-event .evt-item__data__details .view--more {
  display: none;
}
.new-home__events__grid__featured .featured-event .evt-item .evt-item__image + .evt-item__data .evt-item__data__date {
  margin-top: -30px;
}
.new-home__events__grid__items {
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  gap: 30px;
}
.new-home__events__grid__items .evt-item {
  border-bottom: 1px solid #373737;
  padding-bottom: 30px;
}
.new-home__events__grid__items .evt-item__image {
  display: none;
}
.new-home__events__grid__items .evt-item .featured-description {
  display: none;
}
.new-home__events__grid__items .evt-item .featured-description + .view--more {
  display: none;
}
@media only screen and (max-width: 640px) {
  .new-home__events__grid__items .evt-item.res-item {
    flex-direction: column;
  }
}
.new-home__events__grid__items .evt-item.res-item .res-item__image {
  flex: 0 0 180px;
  padding-top: 105px;
}
@media only screen and (max-width: 640px) {
  .new-home__events__grid__items .evt-item.res-item .res-item__image {
    padding-top: 56.25%;
  }
}
.new-home__events__grid .evt-item {
  position: relative;
}
.new-home__events__grid .evt-item__image {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 60%;
  border-radius: 10px;
}
.new-home__events__grid .evt-item__image img {
  transition: all 0.6s ease-in;
}
.new-home__events__grid .evt-item__image:hover img {
  transform: scale(1.05);
}
.new-home__events__grid .evt-item__data {
  display: grid;
  grid-template-columns: 86px auto;
  gap: 25px;
  width: 100%;
  position: relative;
}
.new-home__events__grid .evt-item__data__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  background-color: #FEC12F;
  color: #191B1D;
  align-self: flex-start;
  border-radius: 8px;
  transition: all 0.5s ease-in-out;
}
.new-home__events__grid .evt-item__data__date:hover {
  background: #FA421D;
}
.new-home__events__grid .evt-item__data__date .event-month {
  font-size: 10px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.new-home__events__grid .evt-item__data__date .event-day {
  font-size: 40px;
  letter-spacing: 3.2px;
  font-weight: 700;
}
.new-home__events__grid .evt-item__data__date .event-time {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.8px;
  text-align: center;
  text-transform: uppercase;
}
.new-home__events__grid .evt-item__data__details {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.new-home__events__grid .evt-item__data__details .event-author {
  color: #ffffff;
  font-size: 10px;
  margin-bottom: 3px;
}
.new-home__events__grid .evt-item__data__details .event-author:hover {
  color: #FA421D;
}
.new-home__events__grid .evt-item__data__details .event-title {
  font-size: 18px;
  margin-bottom: 3px;
  line-height: 1.38;
}
.new-home__events__grid .evt-item__data__details .event-title:hover {
  color: #FA421D;
}
.new-home__events__grid .evt-item__data__details .event-description {
  font-size: 14px;
  line-height: 1.28;
  margin-bottom: 14px;
}
.new-home__events__grid .evt-item__data__details .view--more {
  color: #FEC12F;
}
.new-home__events__grid .evt-item__data__details .view--more svg path {
  fill: #FEC12F;
}
.new-home__events__grid .evt-item__data__details .view--more:hover {
  color: #FA421D;
}
.new-home__events__grid .evt-item__data__details .view--more:hover svg path {
  fill: #FA421D;
}
.new-home__events__grid .evt-item .view--more {
  color: #FEC12F;
}
.new-home__events__grid .evt-item .view--more svg path {
  fill: #FEC12F;
}
.new-home__events__grid .evt-item .view--more:hover {
  color: #FA421D;
}
.new-home__events__grid .evt-item .view--more:hover svg path {
  fill: #FA421D;
}
.new-home__events__grid .evt-item .featured-description {
  margin: 6px 0 16px;
  font-size: 14px;
  line-height: 1.28;
  padding: 0 12px;
}
.new-home__events__grid .evt-item .featured-description + .view--more {
  margin-left: 12px;
}
.new-home__events.resources {
  padding-bottom: 30px;
}
.new-home__events.resources .block-title {
  color: #DE245C;
}
.new-home__events.resources .new-home__bar__marker {
  background-color: #DE245C;
  outline: 1px solid #DE245C;
}
.new-home__quote {
  position: relative;
  padding: 25px 0;
}
@media only screen and (max-width: 900px) {
  .new-home__quote {
    padding: 20px 40px;
  }
}
@media only screen and (max-width: 640px) {
  .new-home__quote {
    padding: 20px 0px;
  }
}
.new-home__quote .container, .new-home__quote .bbpress-wrapper {
  position: relative;
}
.new-home__quote__deco {
  position: absolute;
  z-index: 0;
  left: 0;
  top: -53px;
}
.new-home__quote .home-quote {
  font-size: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-weight: 700;
  max-width: 860px;
  margin: 0px auto;
  position: relative;
  z-index: 2;
}
.new-home__quote .home-quote__orange {
  color: #FA421D;
  font-weight: 700;
}
.new-home__quote .home-cite {
  font-size: 20px;
  color: #ffffff;
  font-weight: 450;
  line-height: 1.5;
  text-align: center;
  max-width: 670px;
  margin: 15px auto 0 auto;
  position: relative;
  z-index: 2;
}
.new-home .res-item {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}
.new-home .res-item__image {
  display: block;
}
.new-home .res-item__data {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.new-home .res-item .resource-title {
  color: #DE245C;
  margin-bottom: 11px;
}
.new-home .res-item .resource-title:hover {
  color: #A4062A;
}
.new-home .res-item .resource-description {
  font-size: 14px;
  line-height: 1.28;
  margin-bottom: 10px;
}
.new-home .res-item .view--more {
  color: #DE245C;
}
.new-home .res-item .view--more svg path {
  fill: #DE245C;
}
.new-home .res-item .view--more:hover {
  color: #FEC12F;
}
.new-home .res-item .view--more:hover svg path {
  fill: #FEC12F;
}
@media only screen and (max-width: 900px) {
  .new-home .featured-resource {
    padding-bottom: 28px;
    border-bottom: 1px solid #373737;
  }
}
.new-home .featured-resource .res-item {
  flex-direction: column;
}
.new-home .featured-resource .res-item .resource-title {
  margin-bottom: 15px;
}
.new-home .featured-resource .res-item .resource-description {
  margin-bottom: 19px;
}
.new-home__jobs {
  position: relative;
  padding: 127px 0 200px;
}
@media only screen and (max-width: 1100px) {
  .new-home__jobs {
    padding: 80px 40px;
  }
}
@media only screen and (max-width: 640px) {
  .new-home__jobs {
    padding: 80px 0px 80px 0;
  }
}
.new-home__jobs__flex {
  display: flex;
  gap: 30px;
  flex-direction: column;
}
@media only screen and (min-width: 900px) {
  .new-home__jobs__flex {
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 124px;
  }
}
@media only screen and (max-width: 1100px) {
  .new-home__jobs__flex {
    gap: 80px;
  }
}
@media only screen and (max-width: 900px) {
  .new-home__jobs__flex {
    gap: 30px;
  }
}
.new-home__jobs__flex .jobs__featured {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (min-width: 1100px) {
  .new-home__jobs__flex .jobs__featured {
    padding-right: 87px;
  }
}
@media only screen and (min-width: 900px) {
  .new-home__jobs__flex .jobs__featured {
    flex: 0 0 calc(50% - 62px);
  }
}
.new-home__jobs__flex .jobs__featured .block-title {
  color: #ffffff;
  margin-bottom: 28px;
  text-align: left;
  font-size: 50px;
}
@media only screen and (max-width: 640px) {
  .new-home__jobs__flex .jobs__featured .block-title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .new-home__jobs__flex .jobs__featured .block-title {
    font-size: 30px;
  }
}
.new-home__jobs__flex .jobs__featured .block-legend {
  text-align: left;
  margin-bottom: 22px;
}
.new-home__jobs__flex .jobs__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
@media only screen and (min-width: 900px) {
  .new-home__jobs__flex .jobs__items {
    flex: 0 0 calc(50% - 62px);
    align-items: flex-end;
  }
}
.new-home__jobs__flex .jobs__items .block-title {
  color: #186857;
  margin-bottom: 1px;
}
.new-home__jobs__flex .jobs__items .job-item {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-end;
  border-bottom: 1px solid #373737;
  padding-bottom: 7px;
}
@media only screen and (max-width: 900px) {
  .new-home__jobs__flex .jobs__items .job-item {
    align-items: flex-start;
  }
}
.new-home__jobs__flex .jobs__items .job-item__title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 5px;
}
@media only screen and (min-width: 900px) {
  .new-home__jobs__flex .jobs__items .job-item__title {
    text-align: right;
    justify-content: flex-end;
  }
}
.new-home__jobs__flex .jobs__items .job-item__title h4 {
  color: #FEC12F;
  padding-top: 4px;
}
.new-home__jobs__flex .jobs__items .job-item__title h4 a {
  color: #FEC12F;
}
.new-home__jobs__flex .jobs__items .job-item__title h4 a:hover h4 a {
  color: #DE245C;
}
.new-home__jobs__flex .jobs__items .job-item__title .jobtype {
  background-color: #184139;
  border-radius: 20px;
  font-size: 13px;
  text-transform: uppercase;
  line-height: 25px;
  white-space: nowrap;
  padding: 2px 15px;
}
@media only screen and (max-width: 900px) {
  .new-home__jobs__flex .jobs__items .job-item__title .jobtype {
    font-size: 12px;
  }
}
.new-home__jobs__flex .jobs__items .job-item__text {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 7px;
  text-align: right;
}
@media only screen and (max-width: 900px) {
  .new-home__jobs__flex .jobs__items .job-item__text {
    text-align: left;
  }
}
.new-home__jobs__flex .jobs__items .job-item__text a {
  color: #ffffff;
}
.new-home__jobs__flex .jobs__items .job-item__text a:hover {
  color: #FEC12F;
}
.new-home__jobs .block-title {
  color: #184139;
}
.new-home__jobs .new-home__bar__marker {
  background-color: #184139;
  outline: 1px solid #184139;
}
.new-home .themes {
  position: relative;
  padding: 38px 0 0px;
}
@media only screen and (max-width: 1100px) {
  .new-home .themes {
    padding: 30px 40px 0;
  }
}
@media only screen and (max-width: 640px) {
  .new-home .themes {
    padding: 30px 0px;
  }
}
.new-home .themes .block-title {
  margin-bottom: 54px;
  text-align: center;
  font-weight: 700;
}
.new-home .themes--flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  justify-content: center;
}
.new-home .themes__item {
  position: relative;
  overflow: hidden;
  min-height: 120px;
  max-width: 30%;
  flex: 0 0 33%;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1100px) {
  .new-home .themes__item {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media only screen and (max-width: 750px) {
  .new-home .themes__item {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
  }
}
.new-home .themes__item .theme-inner {
  max-width: 240px;
  margin: 0px auto;
  position: relative;
}
.new-home .themes__item .theme-inner svg path:not(.colored) {
  fill: #000;
}
.new-home .themes__item .theme-inner.color-pink {
  color: #DE245C;
}
.new-home .themes__item .theme-inner.color-pink svg path.colored {
  fill: #DE245C;
}
.new-home .themes__item .theme-inner.color-blue {
  color: #25A2B8;
}
.new-home .themes__item .theme-inner.color-blue svg path.colored {
  fill: #25A2B8;
}
.new-home .themes__item .theme-inner.color-yellow {
  color: #FEC12F;
}
.new-home .themes__item .theme-inner.color-yellow svg path.colored {
  fill: #FEC12F;
}
.new-home .themes__item .theme-inner.color-orange {
  color: #FA421D;
}
.new-home .themes__item .theme-inner.color-orange svg path.colored {
  fill: #FA421D;
}
.new-home .themes__item .theme-inner.color-violet {
  color: #49174A;
}
.new-home .themes__item .theme-inner.color-violet svg path.colored {
  fill: #49174A;
}
.new-home .themes__item .theme-inner.color-green {
  color: #184139;
}
.new-home .themes__item .theme-inner.color-green svg path.colored {
  fill: #184139;
}
.new-home .themes__item__svg {
  width: 115px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 0;
}
.new-home .themes__item__title {
  margin: 0px 0 0 95px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 160px;
  font-weight: 700;
  transition: all 0.5s ease;
}
.new-home .themes__item__title .h5 {
  font-weight: 700;
}
.new-home .themes__item:hover .themes__item__title {
  color: #ffffff;
}
.new-home .themes__item:hover svg path.colored {
  fill: #ffffff;
}
.new-home .cards {
  position: relative;
  padding: 0;
  padding: 96px 0 97px;
}
@media only screen and (max-width: 1100px) {
  .new-home .cards {
    padding: 75px 40px;
  }
}
@media only screen and (max-width: 640px) {
  .new-home .cards {
    padding: 50px 0px;
  }
}
.new-home .cards__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media only screen and (max-width: 1100px) {
  .new-home .cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 640px) {
  .new-home .cards__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.new-home .cards__grid__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 54px 24px 27px 24px;
  background: linear-gradient(203deg, #186857 0%, #1F2427 100%);
  color: #ffffff;
  transition: all 0.6s ease;
}
.new-home .cards__grid__item:nth-child(2) {
  background: linear-gradient(203deg, #FA421D 0%, #1F2427 100%);
}
.new-home .cards__grid__item:nth-child(3) {
  background: linear-gradient(203deg, #DC295E 0%, #1F2427 100%);
}
.new-home .cards__grid__item:nth-child(4) {
  background: linear-gradient(203deg, #FBAF02 0%, #1F2427 100%);
}
.new-home .cards__grid__item__data {
  margin-bottom: 40px;
}
.new-home .cards__grid__item .card-icon {
  width: auto;
  max-height: 50px;
  margin-bottom: 23px;
}
.new-home .cards__grid__item .card-title {
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -0.484px;
}
.new-home .cards__grid__item .card-content {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: -0.304px;
}
.new-home .cards__grid__item .view--more {
  color: #ffffff;
}
.new-home .cards__grid__item .view--more svg path {
  transition: all 0.6s ease;
  fill: #ffffff;
}
.new-home .cards__grid__item .view--more:hover {
  color: #B7BABE;
}
.new-home .cards__grid__item .view--more:hover svg path {
  fill: #B7BABE;
}
.new-home .cards__grid a.cards__grid__item:hover {
  transform: translateY(-30px);
}
.new-home .shape_image_banner {
  position: relative;
  margin: 120px 0 0px;
}
@media only screen and (max-width: 1100px) {
  .new-home .shape_image_banner {
    margin: 80px 0 0;
  }
}
@media only screen and (max-width: 1100px) {
  .new-home .shape_image_banner .container, .new-home .shape_image_banner .bbpress-wrapper {
    padding: 0 40px !important;
  }
}
@media only screen and (max-width: 900px) {
  .new-home .shape_image_banner .container .button, .new-home .shape_image_banner .bbpress-wrapper .button {
    padding: 10px 20px;
  }
}

@keyframes moveMarker {
  0% {
    top: 130px;
  }
  95% {
    top: calc(100% - 25px);
    opacity: 1;
  }
  100% {
    top: calc(100% - 25px);
    opacity: 0;
  }
}
/*#path_yellow,
#path_green {
    transform: translate3d(0, 15px, 0);
    opacity: 0;
}
#line_draw{
    transform: translateY(-500%);
}
#circle_draw{
    transform: translateX(-500%);
}
.animate-path{
    transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
}*/
#text_logo h2 {
  font-weight: 600;
  font-size: 62px;
}

.tp {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  fill-opacity: 0;
}

/*
.subtitle-logo,
.home-hero--buttons{
    transform: translate3d(0, 50px, 0);
    opacity: 0;
}
.icon-animation{
    opacity: 0;
    transition: all 0.5s ease;
    &.left-entrance{
        transform: translate3d(-250px, 0, 0);
    }
    &.right-entrance{
        transform: translate3d(250px, 0, 0);
    }
    &.bottom-entrance{
        transform: translate3d(0, 250px, 0);
    }
    &.inView{
        transform: translate3d(0,0,0);
        &.opacity-1{
            opacity: 0.1;
        }
        &.opacity-2{
            opacity: 0.02;
        }
        &.opacity-3{
            opacity: 0.3;
        }
    }
}*/
/*# sourceMappingURL=style.css.map */