/*
Theme Name:         BCOHRC
Description:        BCOHRC Theme
Version:            1.0.0
Author:             Ole Fredrik Lie
Author URI:         https://douglaslong.dev/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

/* ----------------------------------------------------------------------------

  Unfortunately WordPress will require a style.css file
  located in the theme's root folder for stuff to work.

  However, we will not be using vanilla CSS. We're using Sass.

  Sass is a superset of CSS that adds in amazing features
  such as variables, nested selectors and loops. It's also
  the easiest way to customize Foundation.

  All Sass files are located in the /assets/scss folder.
  Please note that none of your scss files will be compiled to /stylesheets/foundation.css before you run
  'npm run watch' or 'npm run build'.

  Please read the README.md file before getting started. More info on how
  to use Sass with Foundation can be found here:
  http://foundation.zurb.com/docs/sass.html

  If you for some reason would like to write plain css instead of using Sass,
  you could just enqueue this file (style.css) to the header and add your styles in this file

---------------------------------------------------------------------------- */

@font-face {
  font-family: 'Blacker-Sans-Pro-Bold';
  src:    url('/wp-content/themes/bchrc-theme/fonts/Blacker-Sans-Pro-Bold.woff2') format('woff2'),
}

@font-face {
  font-family: 'Blacker-Sans-Pro-Regular';
  src:    url('/wp-content/themes/bchrc-theme/fonts/Blacker-Sans-Pro-Regular.woff2') format('woff2'),
}



.footer-grid .menu .is-active > a {
  background: transparent;
}

.site-header ul#menu-i-want-to-links li::before {
  content: "";
  background-image: url(/wp-content/uploads/drop-down-line-icon.svg);
  width: 248px;
  position: relative;
  display: block;
  height: 1px;
  bottom: 0;
  background-size: contain;
  left: 13px;
}


.site-header ul#menu-i-want-to-links li:first-child::before {
  display: none;
}

.site-header .menu-item .is-dropdown-submenu-item a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  /*width: max-content;*/
}

.site-header .menu-item .is-dropdown-submenu-item a:hover {
  border-bottom: 1px solid #fff;
  text-decoration: none;
}


.site-header .dropdown.is-dropdown-submenu {
  min-width: 283px;
  padding: 11px 29px 12px 29px;
  margin-top: 31px !important;
  left: 57.5% !important;
  width: 100%;
}

.site-header .menu-item .is-dropdown-submenu-item a {
  line-height: 1.2 !important;
  padding: 0.5rem 0 !important;
}

.site-header .menu-item .is-dropdown-submenu-item li:first-child a {
  padding:0 0 0.5rem 0 !important;
}
.site-header .menu-item .is-dropdown-submenu-item li:last-child a {
  padding:0.5rem 0 0 0 !important;
}



.site-header .desktop-menu .dropdown.menu > li > a {
  padding: 0;
}


.logo-sidebar {
  max-width: 310px;
}

.site-header .site-desktop-title {
  margin: 0;
}

.site-header ul#menu-i-want-to-links li a::after {
  right: -14px;
  top: 11px;
  background-image: url(/wp-content/uploads/arrow-drop-icon.png);
  background-repeat: no-repeat;
  width: 13px;
  height: 7px;
  content: "";
  position: relative;
  display: block;
  background-size: 13px;
}

.top-bar .top-bar-left {
  top: -14px;
  position: relative;
}

.site-header ul#menu-i-want-to-links li::after {
  display: none;
}

#menu-i-want-to-links a {
  position: relative;
  display: flex;
  flex-direction: row;
}

ul#menu-i-want-to-links li {
  width: 100%;
}

.site-header .navbar--upper .dropdown-pane {
  background: #EEEFEF;
  border: none;
}

.top-header #google_language_translator select.goog-te-combo {
  color: #000 !important;
  font-family: BlackerSansPro, sans-serif;
  font-weight: normal;
  line-height: 26px;
  position: relative;
  top: -2px;
}

#navbar .grid-container {
  /*max-width: 1247px;*/
  max-width: 1440px;
}



.site-header .navbar--upper .translator-dropdown {
  margin-right: 19px;
  margin-top: 11px;
}

.top-header .i-want-to button {
  padding: 0 20px;
  margin-right: 13px !important;
  width: 184px;
  display: flex;
  height: 54px;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
}

.top-header .i-want-to button span.fa.fa-chevron-down {
  font-size: 25px;
}

.top-header .search-button .fa-search {
  margin-top: 0;
  width: 28px;
  height: 30px;
  background-image: url(/wp-content/uploads/Search-Icon.svg);
  margin-left: 12px;
  position: relative;
  top: 10px;
}

.site-header .top-bar {
  margin-top: 0;
  padding-bottom: 17px;
}

.site-header .menu-item {
  padding-left: 0;
  padding-right: 19px;
}

.site-header .grid-container {
  max-width: 1212px;
}

.button.button--orange {
  margin-right: 14px !important;
  padding: 17px 38px;
  position: relative;
}

.i-want-to .button.button--orange span.fa.fa-chevron-down {
  font-size: 26px;
  position: absolute;
  top: 14px;
  right: 19px;
}


.i-want-to .button.button--orange {
  margin-right: 14px !important;
  padding: 17px 76px 17px 19px;
  position: relative;
  text-align: left;
}

.navbar--upper .search-button {
  position: relative;
  top: 6px;
  right: -1px;
}

.top-bar-right {
  padding-right: 24px;
  position: relative;
  top: -14px;
}

.site-header .menu-item a {
  line-height: 24px !important;
  padding: 7px 0 7px 44px !important;
  font-size: 18px !important;
}

.i-want-to {
  position: relative;
}

.dropdown-pane {
  right: 13px !important;
  left: auto !important;
  width: 312px;
}

.site-header .dropdown-pane .menu-item a {
  padding: 14px 0 13px 13px !important;
  width: 312px;
}

.site-header .search-button .fa-search {
  margin-top: 0;
  width: 28px;
  height: 30px;
  background-image: url(/wp-content/uploads/Search-Icon.svg);
  margin-left: 12px;
  position: relative;
  top: 2px;
  left: -2px;
}

#google_language_translator select.goog-te-combo {
  color: #000 !important;
  font-family: BlackerSansPro, sans-serif;
  font-weight: normal;
  line-height: 26px;
}

.latest-news-block .featured__header {
  padding-left: 25px;
}


.page-template-front .orbit-wrapper {
  margin-bottom: 86px;
}

.home .main-content p {
  margin-bottom: 5px !important;
}

body h2 {
  font-size: 55px;
  line-height: 58px;
  font-weight: bold;
  margin-bottom: 17px;
}

.home .main-content p {
  font-size: 18px;
  line-height: 26px;
}

.section-hate-and-the-rise a {
  line-height: 26px;
}

.page-template-front .full-width-background {
  padding-bottom: 111px;
}

.blue-background-block .wp-block-column:not(:first-child) {
  margin: 54px 0 0 0;
  max-width: 470px;
}

/* commented out some lines because this arrow is wrong for home page*/
.page-template-front a.all-events-link .fa-arrow-right:before, .page-template-front .all-link .fa-arrow-right:before {
  /*    background: url(/wp-content/uploads/arrow-right-blue.png);
      content: "";
      top: 14px;
    */
  width: 13px;
  height: 5px;
  display: block;
  position: relative;
  top: 5px;
}



.latest-news-block .featured__header a.all-events-link {
  padding: 5px 28px 5px 0;
}

.latest-news-block h3 {
  color: #000;
  font-size: 36px;
  line-height: 42px;
}

.page-template-front .latest-news-block {
  padding-top: 92px;
  padding-bottom: 20px !important;
  margin-top: 0 !important;
  margin-bottom: 130px;
}

.latest-news-block .featured__header {
  margin: 0 auto 45px;
}

.latest-news-block .latest-news-block-content {
  max-width: 1249px;
}

.latest-news-block .entry-title {
  margin-top: 6px;
  margin-bottom: 4px;
}

.post .category-header {
  margin-bottom: 8px;
}


.post .category-header .category-image {
  margin-right: 13px;
  margin-top: 3px;
}

.post .category-header .post-type-label {
  line-height: 21px;
}

.post-large .entry-content {
  margin-top: 10px;
}


.latest-news-block .post-large .post-large--content p {
  margin-bottom: 30px !important;
}

.latest-news-block .post.post-normal .entry-title {
  font-size: 28px;
  line-height: 35px;
}

.post .post-date {
  line-height: 19px;
}

.latest-news-block .post.post-normal {
  margin-left: 10px;
}

.key-issue-card.card {
  padding: 28px 15px 11px 31px;
  margin-bottom: -4px;
}

.card {
  padding: 30px 15px 10px 31px;
  margin-bottom: 22px;
}



.card .title-wrapper {
  width: 100%;
}

.card  h3 {
  font-size: 38px !important;
  line-height: 42px;
  margin-bottom: 10px;
}

.card .fa-arrow-right:before {
  content: "";
  background-image: url(/wp-content/uploads/Home-btn-icon.png);
  width: 26px;
  height: 12px;
  position: relative;
  right: 0px;
  top: 20px;
  display: block;
}

.main-content .card p {
  margin-bottom: 1rem !important;
}

#card-block_5f3c240d45c39 > a > div.title-wrapper {
  letter-spacing: -1px;
}

.page-template-front .twitter-calendar-section .all-link {
  color: #00697f;
  padding-bottom: 5px;
  border-bottom: 1px solid #00697f;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  position: relative;
  top: -5px;
  left: 5px;
}

section.twitter-calendar-section:before {
  content: "";
  background-image: url(/wp-content/uploads/line-dashed-icon.svg);
  width: 100%;
  display: block;
  height: 2px;
  position: relative;
  top: -74px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.twitter-calendar-section {
  border-top: none;
  margin: 59px auto 0;
  max-width: 77rem;
}

.home .events-right p.post-excerpt {
  display: none;
}

.home .event-item {
  border-bottom: 1px solid #ABADAF;
}

.event-item .header__description p {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
}


.twitter-calendar-section .events-right h4 {
  font-size: 28px;
  line-height: 35px;
  padding: 6px 0 0;
}


.twitter-calendar-section .event-item__day {
  font-size: 80px;
  line-height: 80px;
}

.twitter-calendar-section .event-item__month {
  font-size: 36px;
  line-height: 42px;
}

.event-item__date {
  margin-top: 0;
}

.orbit h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: bold;
}

.page-template-front .orbit-figure figcaption {
  max-width: 933px;
  bottom: 42px;
  left: -15px;
}


.home p.has-text-align-center.small-column {
  line-height: 34px;
  padding-bottom: 67px;
}

/* comment out because it makes all spacer useless
.home .wp-block-spacer {
    height: auto !important;
}*/

.home .main-content > * {
  max-width: 77rem;
  padding-right: 22px;
}

.key-issue-card .title-wrapper {
  bottom: 3px;
  left: 16px;
}


.page-template-front .full-width-background {
  margin-top: 86px;
}


.blue-background-block h2 {
  margin-bottom: 24px;
}

.blue-background-block p {
  margin-bottom: 9px !important;
}

.blue-background-block a {
  padding-bottom: 6px;
}

.latest-news-block .post.post-normal {
  margin-left: -11px;
}

.twitter-calendar-section .event-item__date {
  margin-top: 0;
  text-align: left;
  max-width: 134px;
}

.twitter-calendar-section .event-item__description {
  padding: 5px 0 0 0.5px;
}

.twitter-calendar-section .events-right {
  margin-right: 10px;
  margin-left: 10px;
}

.twitter-calendar-section .events-right .event-item {
  padding: 29px 0 26px 4px;
}

.twitter-calendar-section .events-right .event-item:first-child {
  padding-top: 12px;
}

.home .footer-container {
  margin-top: 80px;
}

hr.wp-block-separator {
  border-bottom: none !important;
  background: url(/wp-content/uploads/line-page-header.svg);
}


.page-template-default .featured-hero hr, .single .featured-hero hr {
  background: url(/wp-content/uploads/line-page-header.svg);
  margin-top: 0;
  position: relative;
  top: 31px;
  max-width: 80%;
}

.featured-hero .header__text {
  max-width: 1230px;
  padding-top: 41px;
  min-height: 520px;
  padding-right: 23px;
  padding-left: 11px;
  justify-content: space-between;
}

.page-template-default .featured-hero, .single .featured-hero {
  background-size: 1600px;
  background-position: top;
  margin-top: 0;
}

.page-template-default .header__text-left, .single .header__text-left {
  padding-right: 20px;
  padding-top: 8px;
}

.featured-hero .header__text h6 {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
  color: #000;
  padding-left: 4px;
}

.page-template-default .header__text h1 {
  line-height: 80px;
  padding: 12px 0 0;
  margin-bottom: 16px;
}

header.featured-hero .header__text-left p {
  color: #231F20 !important;
  line-height: 34px;
}


.page-template-default .header__text-right, .single .header__text-right {
  max-width: 479px;
  position: relative;
  max-height: 479px;
  overflow: hidden;
  border-top-left-radius: 30%;
  border-bottom-right-radius: 30%;
}

.bg-color-dreen {
  background-color: #a5bd81;
  padding: 20px 30px 15px 30px;
  margin-bottom: 15px;
}

.block-page-sidenav {
  padding-bottom: 0;
  top: 0; 
  max-width: 378px;
  margin: 39px auto 0 7px !important;
}

.block-page-sidenav .has-background {
  padding: 14px 30px 12px;
  margin-left: 0px;
  margin-bottom: 0;
}

.block-page-sidenav h4 {
  font-size: 28px;
  line-height: 35px;
}

.block-page-sidenav a {
  padding: 17px 30px;
  position: relative;
  display: block;
  line-height: 24px;
}

.block-page-sidenav a:after {
  border-bottom: 1px solid #A5BD81;
  content: "";
  width: 100%;
  max-width: 313px;
  height: 1px;
  position: absolute;
  display: block;
  bottom: -1px;
}



.block-page-sidenav a:hover {
  background: #A5BD81;
}

.main-content .block-page-sidenav p {
  margin: 0 0 !important;
  border-bottom: none;
  padding: 0;
}

.hate-speech-left-col h2 {
  padding: 70px 0 20px;
}

.hate-speech-left-col h2:first-child {
  padding: 35px 0 7px;
}


figure.wp-block-embed.is-type-video {
  max-width: 989px;
}

.accordion.transcription-block {
  max-width: 989px;
  padding-left: 0;
}

.transcription-block .accordion-title {
  padding: 13px 0 13px 46px !important;
  border: none !important;
}

.transcription-block .accordion-title::before {
  top: 18px;
  left: 13px;
}

.main-content li {
  position: relative;
}

.transcription-block .accordion-title:hover::before {
  left: 0px;
  width: 24px;
  height: 24px;
  top: 24px;
  background-image: url(/wp-content/uploads/Expander-hover-icon.svg);
  background-size: 24px 24px;
  content: '';
}

.transcription-block .accordion-title:hover::before {
  top: 18px;
  left: 13px;
}

.transcription-block .accordion-item.is-active .accordion-title::before {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.accordion .accordion-item.is-active .accordion-title::before {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  transform: rotate(0);
}

.col-team-text .small-column {
  max-width: 788px !important;
  margin: 0 auto 12px !important;
}

.page-id-179 hr.wp-block-separator {
  background: transparent;
  border-bottom: 1px solid #ABADAF !important;
}

.page-id-179 hr.wp-block-separator:last-of-type {
  display: none;
}


.page-id-179 hr.wp-block-separator {
  background: transparent;
  border-bottom: 1px solid #ABADAF !important;
  margin: 39px 0 43px;
}

.page-id-179 h4 {
  padding: 5px 0 0;
  font-size: 28px;
  line-height: 35px;
  color: #000;
}

.block-want-to-join-us, .gray-background-block {
  padding: 69px 40px 84px;
}

.block-want-to-join-us h2 {
  margin-bottom: 15px;
  color: #231F20;
}

.block-want-to-join-us p {
  max-width: 735px;
  margin: 0 auto 1px !important;
  font-size: 24px;
  line-height: 34px;
  color: #231F20;
}

.block-want-to-join-us p a {
  font-weight: bold;
  position: relative;
  display: flex;
  justify-content: center;
}

.line-hight34 {
  line-height: 34px !important;
}

.red-background-block .wp-block-column {
  margin: 4px 0 0 14px;
}

.red-background-block .wp-block-column h2 {
  margin-top: 45px;
}

.red-background-block a {
  font-size: 18px;
  position: relative;
  padding-right: 0;
  color: #fff;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  line-height: 26px;
}

.red-background-block {
  padding-bottom: 119px;
}
.wp-block-image  {
  max-width: 1013px;
}


.main-content ol, .main-content ul {
  padding-left: 35px;
}

/*
.main-content li {
    font-size: 18px;
    line-height: 26px;
    color: #000;
}
*/

.main-content .has-small-font-size li {
  font-size:16px;
  line-height:1.7;
}

.block--large {
  padding-top: 139px;
  padding-bottom: 64px;
}

.page-id-394 .background--gray > *, .page-id-453 .background--gray > *, .page-id-419 .background--gray  > *{
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.page-id-453 .background--gray > .wp-block-columns:last-of-type{
  margin-bottom:0;
}

.block--large blockquote.wp-block-quote.has-text-align-left.small-column {
  margin: 0 auto;
}

ol.no-indent  {
  padding-left: 0;
}

figure.no-indent  {
  padding-left: 0;
  margin-left: 0;
}

/* home page undo arrow*/
.home .card .fa-arrow-right:before {
  content: "→";
  background-image: none;
  top: 0px;
}

/*resource-guides*/
#card-block_5f80ce0c17ad8 {
  padding: 25px;
}

#card-block_5f80ce0c17ad8 .fa-arrow-right:before {
  content: "→";
  background-image: none;
  top: 0px;
}

.center-block-human-rights blockquote {
  max-width: 800px !important;
}

.main-content .wp-block-quote p {
  font-size: 36px;
  line-height: 42px;
  padding-top: 7px;
  margin-bottom: 18px !important;
}


.accordion .accordion-title {
  padding-left: 46px;
}

.accordion .accordion-content {
  padding-right: 40px;
}

ul#accordion-block_5f6af48605688 {
  max-width: 814px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 50px;
}

ul#accordion-block_5f6af48605688 li {
  font-size:16px;
}

ul#accordion-block_5f6af48605688 .accordion-content {
  padding-right: 0;
}


/* human-rights-in-bc */
.page-id-453 main.main-content {
  margin-bottom: 0px;
}

.main-content .accordion .accordion-content p {
  margin-bottom: 1rem !important;
}

.tribe-common--breakpoint-medium.tribe-events .featured-hero .header__text {
  padding-top: 45px;
}

.post-type-archive-tribe_events .featured-hero .header__text {
  min-height: auto;
}

.post-type-archive-tribe_events .featured-news {
  width: 1011px;
}

.post-type-archive-tribe_events .featured-hero hr {
  padding-right: 0;
  padding-left: 0;
  background: url(/wp-content/uploads/line-page-header.svg);
  margin-top: 0;
  position: relative;
  top: 57px;
  max-width: 93%;
}


.post-type-archive-tribe_events .featured-news .header__text-left {
  width: 44%;
  padding: 47px 0 0 7px;
}

.post-type-archive-tribe_events .featured-news .header__text-right {
  width: 56%;
  padding: 41px 15px 0 28px;
}

.post-type-archive-tribe_events .header-category {
  margin-bottom: 6px;
}


.post-type-archive-tribe_events .header__category-image {
  margin-top: 9px;
}

.post-type-archive-tribe_events .header__description {
  padding-left: 5px;
  position: relative;
  top: 4px;
}

.post-type-archive-tribe_events .featured-news p {
  font-size: 18px;
  line-height: 26px;
}

.post-type-archive-tribe_events .featured-news h3 {
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  padding-bottom: 24px;
}

.btn-events {
  padding: 23px 0 0 2px !important;
  display: block;
}

.btn-events a.all-events-link {
  font-size: 22px;
  font-weight: bold;
  color: #00697f;
  padding-bottom: 0px;
  border-bottom: 1px solid #00697f;
  line-height: 34px;
  padding-right: 22px;
}

.post-type-archive-tribe_events .header__description p {
  line-height: 21px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}


.btn-events a.all-events-link .fa-arrow-right:before {
  background: url(/wp-content/uploads/arrow-right-blue.png);
  content: "";
  width: 13px;
  height: 5px;
  display: block;
  position: relative;
  top: -4px;
  right: -14px;
}

.post-type-archive-tribe_events .featured-hero {
  background-size: 1575px;
  background-position: top;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  min-height: auto;
  padding: 0;
  max-width: 795px;
}

.tribe-events-calendar-list {
  border-bottom: 1px solid #ABADAF !important;
  padding: 40px 0 66px !important;
  position: relative;
}

h2.custom-title-events {
  padding-top: 50px;
}

.events-wrap-content .event-item__date {
  text-align: left;
  padding: 49px 0 0 6px;
}

.events-wrap-content .event-item__description {
  padding: 0 0 0 48px;
}

.events-wrap-content .event-item__header {
  margin-bottom: 9px;
  align-items: flex-start;
}


.events-wrap-content .event-item__description .header__description {
  padding-left: 10px;
}



.date-venue-wrap {
  display: flex;
  flex-direction: row;
}

address.tribe-events-calendar-list__event-venue {
  font-size: 18px;
  line-height: 21px;
  color: #000;
  text-transform: uppercase;
  font-style: normal;
  margin-left: 8px;
  border-left: 1px solid;
  padding-left: 8px;
}

.events-wrap-content h4.text--bold {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 4px;
}

.tribe-events-calendar-list:last-child {
  margin-bottom: 96px;
}

.post-type-archive-news .featured-hero {
  background-image: url(/wp-content/uploads/hrc-white-bg.svg);
  background-repeat: no-repeat;
  background-position: top;
  margin-bottom: 0;
  background-size: 1600px;
  padding-bottom: 53px;
  margin-top: 0;
}

.post-type-archive-news .header__text {
  min-height: auto !important;
}

.post-type-archive-news .featured-hero h1 {
  color: #000;
}

.post-type-archive-news .featured-news {
  width: 100%;
  max-width: 1045px;
  margin: 9px auto 0;
}

.post-type-archive-news .featured-news .header__text-left {
  width: 46.5%;
  padding: 25px 5px 0 23px;
}

.post-type-archive-news .featured-news .header__text-left img {
  height: auto;
  max-width: 442px;
  max-height: 441px;
}

.post-type-archive-news .featured-news .header__text-right {
  width: 50%;
  padding: 32px 8px 10px 6px;
}

.post-type-archive-news .featured-news .header__category-image {
  margin-top: 4px;
}

.post-type-archive-news .featured-news .header__description h6 {
  font-weight: normal;
  max-width: 200px;
  margin-left: 3px;
  font-size: 16px;
  line-height: 21px;
  max-width: 180px;
}

.post-type-archive-news .featured-news h3 {
  line-height: 42px;
  margin: 7px 0 23px;
}


.post-type-archive-news .featured-news .header__text-right p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 21px;
}

.post-type-archive-news .featured-news .header__text-right p.post-date {
  color: #696C71;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  margin: 45px 0 0 !important;
}

.post-type-archive-news .featured-hero hr {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
  background: url(/wp-content/uploads/line-page-header.svg);
  margin-top: 0;
  position: relative;
  top: 53px;
  max-width: 1180px;
  left: 0;
  right: 0;
}

.filtering-news-wrap {
  max-width: 1225px;
  padding: 1px 15px 0;
}


.filtering-wrapper #filtering-select {
  border-bottom: none;
  line-height: 34px;
  max-width: 233px;
  margin-right: 18px;
  text-decoration: underline;
  height: auto;
  padding: 11px 15px;
  width: 230px;
}

.filtering-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(/wp-content/uploads/dropdown-icon-news.svg) !important;
  background-repeat: no-repeat !important;
  background-position-x: 96% !important;
  background-position-y: 14px !important;
  background-size: auto;
}


.filtering-wrapper #category-select {
  border-bottom: none;
  line-height: 34px;
  max-width: max-content;
  margin-right: 20px;
  text-decoration: underline;
  height: auto;
  padding: 11px 15px;
  background-position-x: 89% !important;
}

.post-type-archive-news .all-cases {
  margin-top: 60px;
}

.news-item.no-image {
  border-top: 1px solid #C0C2C3;
}

.news-item .news-item__image {
  margin-bottom: 31px;
}

.news-item .news-item__header {
  margin-bottom: 20px;
}

.news-item .header__category-image {
  margin-right: 18px;
  margin-top: 3px;
}

.news-item .header__category-image img {
  height: auto;
  max-width: 30px;
}

.news-item .header__description h6 {
  font-size: 16px;
  line-height: 19px;
}

.news-item .post-title {
  line-height: 35px;
  margin-bottom: 11px;
}

.post-type-archive-news .post-date {
  bottom: 23px;
  color: #696C71;
  font-size: 14px;
  line-height: 19px;
}

.pagination {
  margin: 32px auto 28px;
}

option {
  background: #EEEFEF;
  border-color: #EEEFEF;
  border-radius: 1px;
  outline: none;
  color: #231F20;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

select:focus {
  background-color: #EEEFEF;
  box-shadow: none;
}

.filtering-wrapper  p {
  color: #231F20;
  font-size: 22px;
  line-height: 34px;
  width: 100%;
  max-width: 79px;
  padding-top: 1px;
}



.news-item {
  border-bottom: 1px solid #C0C2C3;
}


.single-news .featured-hero .header__text {
  max-width: 996px;
  padding: 69px 0 39px;
  min-height: 520px;
}

.single-news .header__text-right, .single-news .single .header__text-right {
  padding-left: 0;
}



.single-news main.main-content {
  padding-bottom: 46px;
}

.single-news .header__wrapper {
  max-width: 820px;
  margin-bottom: 24px;
}

.single-news .header-category {
  padding-top: 7px;
  margin-bottom: 8px;
}

.post-template-default .header-category .header__category-image img, .news-template-default .header-category .header__category-image img {
  max-width: 39px;
}

.post-template-default .header-category .header__category-image, .news-template-default .header-category .header__category-image {
  margin-right: 14px;
}

.post-template-default .header-category .header__description h6, .news-template-default .header-category .header__description h6 {
  line-height: 21px;
  font-weight: normal;
  font-size: 16px;
  color: #000;
}

.single-news .main-content .header-category .header__description p {
  position: relative;
  top: -3px;
  margin-bottom: 0 !important;
}

.post-template-default .header-category .header__description p, .news-template-default .header-category .header__description p {
  line-height: 19px;
  font-size: 14px;
  color: #696C71;
}


.single-news .main-content p, .single-news .main-content h1, .single-news .main-content h2, .single-news .main-content h3, .single-news .main-content h4, .single-news .main-content h5, .single-news .main-content h6, .single-news .main-content ul {
  max-width: 822px;
  margin: 0 auto 0;
}


.single-news .social-share.block-social-share {
  position: relative;
  right: 4px;
}

.social-share.block-social-share a {
  margin-right: 10px;
}

.post-template-default .social-share a, .news-template-default .social-share a {
  padding: 0;
  background-color: transparent;
  width: 30px;
  height: 30px;
  margin-right: 9px;
}

.social-share .icon {
  width: 30px;
  height: 30px;
  background-size: cover !important;
}



.social-share.block-social-share a:last-child {
  margin-right: 0;
}


.single-news .main-content p {
  margin-bottom: 10px !important;
}

ul.rich-text.block-editor-rich-text__editable {
  padding: 0;
}


.page-id-204 h2 {
  color: #000;
}


.page-id-204 .main-content p {
  color: #000;
}


.page-id-204 .wp-block-columns {
  max-width: 1235px;
  margin-bottom: 0;
}

.page-id-204 h3 {
  font-size: 36px;
  margin-bottom: 11px;
}

.block-page-sidenav a:hover:after {
  border-bottom: 0px solid #A5BD81;
}

.margin-b-37  ul li {
  margin-bottom: 37px;
}

.margin-b-37 ul {
  margin-bottom: 0;
}

.margin-b-37 ul li:last-child {
  margin-bottom: 0;
}

.page-id-204 ul {
  padding-left: 0;
}

.main-content .block-page-sidenav .wp-block-group__inner-container  {
  padding-bottom:5px;
}

.main-content .block-page-sidenav .wp-block-group__inner-container p:last-of-type a:after {
  border-bottom: none;
}


#tribe-events-pg-template {
  max-width: 100%;
}


.single-tribe_events .tribe_events {
  max-width: 786px;
  margin: 0 auto;
}


.single-tribe_events .event-item__header .header__description p {
  line-height: 19px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
}


.single-tribe_events .event-item__header .header__category-image img {
  height: 32px;
  max-width: max-content;
}

.single-tribe_events .social-share a {
  background-color: transparent;
  padding: 0;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}
.single-tribe_events .event-item__header .header__category-image {
  margin-top: 4px;
}


.page-id-1284 .site-header .top-bar {
  border-bottom: 0;
}

.section-meet1 h2 {
  color: #231F20;
  font-weight: bold;
  margin-bottom: 3px;
}

main.main-content {
  margin-bottom: 70px;
}

.page-id-394 main.main-content {
  margin-bottom: 0px;
}

.page-id-179 main.main-content {
  margin-bottom: 0px;
}

.page-id-87 main.main-content {
  margin-bottom: 0px;
}



.page-id-87 p:last-of-type {
  display: none;
}

.page-template-full-header-page .featured-hero {
  min-height: 541px;
  height: auto;
  margin-bottom: 29px;
}

.shortcode-social-share.social-share.block-social-share {
  position: relative;
  top: 25px;
  padding-right: 3px;
  max-width: 785px;
  margin: 0 auto 1px;
}

.page-id-1284 .small-column {
  max-width: 815px !important;
}

.line-height42 {
  line-height: 42px;
}

.featured-hero h1 {
  font-size: 55px;
  line-height: 60px;
}

.post-type-archive-publications .featured-hero .header__text {
  min-height: auto;
  padding-top: 44px;
}

.post-type-archive-publications .featured-hero {
  background-size: 1600px;
  background-position: top;
  margin-bottom: 21px;
}

.post-type-archive-publications .featured-hero h1 {
  font-size: 60px;
}


.post-type-archive-publications .featured-publication {
  max-width: 1045px;
  margin: 10px auto 60px;
}

.post-type-archive-publications .featured-publication .header__text-left {
  width: 44.5%;
  padding: 29px 0 0 24px;
}

.publications-banner-wrap {
  max-width: 438px;
  max-height: 438px;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 30%;
  border-bottom-right-radius: 30%;
}

.post-type-archive-publications .featured-publication .header__text-left img {
  width: 100%;
}

.post-type-archive-publications .featured-publication .header__text-right {
  width: 54%;
  padding: 32px 25px 25px;
}

.post-type-archive-publications .header-category {
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
}

.post-type-archive-publications .header__category-image {
  margin-right: 14px;
  margin-top: 2px;
}

.post-type-archive-publications .header__category-image img {
  height: auto;
  max-width: 30px;
}

.post-type-archive-publications .header__description {
  padding-left: 0px;
  width: 120px;
}

.post-type-archive-publications .featured-publication .header__text-right p {
  font-size: 18px;
  line-height: 26px;
}


.post-type-archive-publications .featured-publication h3 {
  color: #000;
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  margin-bottom: 21px;
}

.post-type-archive-publications .featured-publication .header__text-right p {
  font-size: 18px;
  line-height: 26px;
}


.post-type-archive-publications .header__text-right .post-date {
  color: #696C71;
  font-size: 14px !important;
  line-height: 19px !important;
  margin: 22px 0 0 !important;
}

.post-type-archive-publications .featured-hero hr {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
  background: url(/wp-content/uploads/line-page-header.svg);
  margin-top: 0;
  position: relative;
  top: 0px;
  max-width: 82.5%;
  left: 0;
  right: 0;
}

.post-type-archive-publications .post-item {
  border-bottom: 1px solid #E3E4E4;
  padding: 40px 0px 38px 0px;
}

.post-type-archive-publications .grid-container.category-select {
  max-width: 1225px;
}


.post-type-archive-publications .filtering-wrapper.main-wrap-filtering {
  max-width: 100% !important;
  flex-wrap: wrap;
}

.post-type-archive-publications .filtering-wrapper {
  max-width: 313px;
}

.post-type-archive-publications .filtering-wrapper p {
  margin: 0 0 0 18px;
}

.post-type-archive-publications .filtering-wrapper p:first-child {
  margin: 0;
}


.post-type-archive-publications .filtering-wrapper #filtering-select {
  width: 234px;
}

.post-type-archive-publications .filtering-wrapper #category-select {
  margin-right: 0;
  margin-left: 6px;
  max-width: 176px;
  background-position-x: 104% !important;
}

.post-type-archive-publications .filtering-wrapper #category-select:last-child {
  background-position-x: 123% !important;
  padding-right: 44px;
  max-width: 200px;
}

.all-publications {
  padding-bottom: 43px;
}

.all-publications .cell.medium-8 {
  width: 100%;
  max-width: 815px;
  margin: 23px auto 0;
}

.post-type-archive-publications .post-item__image {
  width: 30%;
  -webkit-flex: 0 0 25.5%;
  -ms-flex: 0 0 25.5%;
  flex: 0 0 25.5%;
  padding-top: 0;
  max-height: 173px;
  overflow: hidden;
}

.post-type-archive-publications .post-item__description {
  padding: 0 0 0 4px;
}

.post-item .post-item__header {
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-bottom: 6px;
}


.post-type-archive-publications .all-publications .header__category-image {
  margin-top: 4px;
}

.all-publications .header__description {
  max-width: 175px;
}


.post-type-archive-publications .header__description p {
  margin-bottom: 0px;
  line-height: 21px;
  text-transform: uppercase;
  font-size: 16px;
}

.post-item .post__title {
  font-size: 28px;
  line-height: 35px;
}

.all-publications p.post-date {
  bottom: -6px;
  left: 5px;
}

.post-type-archive-publications .filtering-wrapper #category-select, .post-type-archive-publications .filtering-wrapper #area-select, .post-type-archive-publications .filtering-wrapper #topic-select {
  max-width: 100%;
  width: auto;
  margin-right: 25px;
}

.post-type-archive-publications .filtering-wrapper p {
  min-width: 79px;
}

.post-type-archive-publications .filtering-wrapper #category-select, .post-type-archive-publications .filtering-wrapper #area-select, .post-type-archive-publications .filtering-wrapper #topic-select {
  max-width: 100%;
  width: auto;
  line-height: 34px;
  text-decoration: underline !important;
  height: auto !important;
  border-bottom: none;
}

.logo-sidebar a:last-child {
  display: none;
}

figure.wp-block-video {
  max-width: 989px;
  margin-bottom: -5px;
  padding: 0;
}

.single-publications .header__text h1 {
  max-width: 1000px;
}

.postid-242 figure.wp-block-embed.is-type-video {
  max-width: 75rem;
}


.post-type-archive-news select#area-select {
  border-bottom: none;
  line-height: 34px;
  max-width: 100%;
  margin-right: 20px;
  text-decoration: underline;
  height: auto;
  background-position-x: 119% !important;
  padding-right: 37px;
}

.post-type-archive-publications .filtering-wrapper #topic-select {
  background-position-x: 25% !important;
}

.single-publications .main-content > * {
  max-width: 1230px;
}

.wp-block-table td:first-child {
  width: 25%;
}

.postid-1009 .featured-hero .header__text {
  min-height: 245px;
}

.page-id-319 .featured-hero .header__text, .page-id-606 .featured-hero .header__text, .page-id-2751 .featured-hero .header__text, .page-id-374 .featured-hero .header__text, .page-id-1584 .featured-hero .header__text {
  min-height: 157px;
}

.page-id-319.page-template-default .featured-hero, .page-id-606.page-template-default .featured-hero, .page-id-2751.page-template-default .featured-hero, .page-id-374.page-template-default .featured-hero, .page-id-1584.page-template-default .featured-hero {
  background-size: cover;
  background-position: bottom;
}


/* code 25.08.21 */
.hate-speech-acordion .accordion .accordion-item.is-active .accordion-title {
  background: transparent;
}

.hate-speech-acordion .accordion .accordion-content {
  background: transparent;
}


.max-width-center {
  max-width: 814px;
  margin: 0 auto;
}

h2.max-width-center {
  padding: 0;
  margin-bottom: 17px;
}

ul#accordion-block_5f6af48605688 ul {
  margin-bottom:1rem;
}



/* code 25.08.21 */




/* code 31.08.21 */

.hate-speech-acordion li {
  color: #363940;
}


.hate-speech-acordion .wp-block-table tr:first-child td {
  font-size: 18px;
}


.hate-speech-acordion tbody tr:nth-child(even) {
  background-color: #eaeaea;
}



/* code 31.08.21 */


















:focus-visible {
  outline: -webkit-focus-ring-color auto 0px  !important;
}


select option:hover, select option:focus{
  background:#EEEFEF !important;
}

.cases-filtering-wrapper select#category-select {
  width: max-content;
  background-position-x: 112% !important;
  padding-right: 40px;
}


.cases-filtering-wrapper select#area-select {
  width: max-content;
  background-position-x: 116% !important;
  background-position-y: 15px !important;
  border-bottom: none;
  line-height: 34px;
  max-width: 100%;
  margin-right: 20px;
  text-decoration: underline;
  height: auto;
  padding: 11px 35px 11px 15px;
}


.post-type-archive-cases .featured-hero hr {
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
  background: url(/wp-content/uploads/line-page-header.svg);
  margin-top: 0;
  position: relative;
  top: 53px;
  max-width: 1180px;
  left: 0;
  right: 0;
}


.filter-right-wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
}


.more-related-news-btn-wrap a {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}


.more-related-news-btn-wrap a {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  border-bottom: 1px solid #00697F;
  padding-bottom: 2px;
}

.more-related-news-btn-wrap a:after {
  content: '→';
  position: relative;
  padding-left: 5px;
  padding-right: 11px;
}


.more-related-news-btn-wrap a:hover {
  border-bottom: 2px solid #00697F;
}

.more-related-news-btn-wrap {
  padding-right: 9px;
  position: relative;
  top: -9px;
}

.related-news {
  padding-top: 73px;
  padding-bottom: 69px;
  background: #eeefef;
}

.related-news__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1230px;
}


.related-news__wrapper {
  margin-top: 29px;
  max-width: 1277px;
  padding-right: 44px;
}

.related-news__wrapper .post .entry-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.related-news__wrapper article.post.post-normal {
  padding: 0;
}

.related-news__wrapper article.post.post-normal:hover {
  background: #fff;
  box-shadow: 0px 8px 20px rgb(0 0 0 / 33%);
  border-left-color: transparent;
  position: relative;
  z-index: 9;
}


.related-news__wrapper:hover article.post.post-normal {
  border-color: transparent;
}

.related-news__wrapper article.post.post-normal:hover:first-child:after {
  content: "";
  background-image: url(/wp-content/uploads/1_sphere_texture-o_red2.svg);
  right: -42px;
  top: -40px;
  position: absolute;
  width: 118px;
  height: 129px;
  z-index: 0;
}



.related-news__wrapper article.post.post-normal:hover:first-child:before {
  content: "";
  background-image: url(/wp-content/uploads/3_rectangle_green2_green2.svg);
  left: -53px;
  bottom: -38px;
  position: absolute;
  width: 229px;
  height: 83px;
  z-index: 0;
}


.related-news__wrapper article.post.post-normal:hover:last-child:before {
  content: "";
  background-image: url(/wp-content/uploads/left-icon-2-col.svg);
  left: -32px;
  top: -36px;
  position: absolute;
  width: 83px;
  height: 227px;
  z-index: 0;
}

.related-news__wrapper article.post.post-normal:hover:last-child:after {
  content: "";
  background-image: url(/wp-content/uploads/2_wave__blue1_blue1.svg);
  right: -41px;
  bottom: 5px;
  position: absolute;
  width: 77px;
  height: 131px;
  z-index: 0;
  transform: rotate(179deg);
}

.related-news__wrapper article.post.post-normal:hover:last-child a:before {
  content: "";
  background-image: url(/wp-content/uploads/right-icon-2-col.svg);
  right: -34px;
  top: 31px;
  position: absolute;
  width: 71px;
  height: 66px;
  z-index: 0;
}

.post-content {
  padding: 39px 50px 39px 50px;
  z-index: 9;
  position: relative;
}

.related-news__wrapper article.post.post-normal:hover .post-content {
  background: #fff;
}

.post .category-header .category-image img {
  width: 30px;
}


.more-related-news-btn-wrap a:hover:after {
  left: 4px;

}

.term-category-main-wrap .header-category {
  display: flex;
  flex-direction: row;
  width: 65%;
}


.header__wrapper.term-category-main-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 800px;
  margin-bottom: 36px;
}

.term-category-main-wrap .header__description {
  width: 100%;
}

.term-category ul {
  padding: 0;
  margin: 0;
  list-style: none;
}


.term-category-item-wrap h6 {
  line-height: 21px;
  font-weight: normal;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  margin-right: 8px;
  letter-spacing: 1.05px;
  float: left;
}


.term-category-main-wrap h6 a {
  color: #000;
}

.term-category-item-wrap p {
  margin-bottom: 0 !important;
}

.term-category-item-wrap h6:after {
  content: ",";
  left: -3px;
  position: relative;
}

.term-category-item-wrap li:last-child h6:after {
  content: "";
}

.term-category-item-wrap .term-category-title:after {
  content: "";
}

.complete-toolkit-wrap {
  max-width: 100% !important;
  margin-bottom: 0;
  padding: 0 !important;
}


.education-left-green-border {
  border-left: 10px solid #709D2F;
  background: #EEEFEF;
  padding: 16px 20px 29px;
  max-width: 783px;
  margin: 0 auto;
}

.single-education .header__text-right {
  padding-left: 0;
}

.single-education .header__text-left .more-related-news-btn-wrap {
  top: 0;
  padding-top: 76px;
}


.single-education header.featured-hero {
  margin-bottom: 120px;
}

.term-category-main-wrap .header__category-image {
  margin: 5px 20px 0 0;
  width: 30px;
}

span.term-span {
  margin: -1px 6px 0 -2px;
}


.single-education .block-page-sidenav {
  margin-top: 4px !important;
}


.single-education .wp-block-columns {
  max-width: 1230px;
}


.single-education .block-page-sidenav {
  margin-top: 4px !important;
  margin-left: 5px !important;
}


.single-education p {
  font-size: 18px;
  line-height: 26px;
}

.single-education figure.wp-block-video {
  margin: 74px 0 66px;
}

.toolkit-components-wrap {
  padding-top: 25px;
}

.complete-toolkit-wrap h2 {
  margin-bottom: 0;
}

.complete-toolkit-wrap p {
  max-width: 785px;
  margin: 0 auto;
  line-height: 34px;
  padding: 0 15px;
}

.toolkit-btn a.wp-block-button__link {
  padding: 13px 20px;
}


.category-replacment img {
  width: 100%;
}

.post-type-archive-cases .featured-hero .header__text {
  min-height: auto;
}


.post-type-archive-cases .header__description p,
.post-type-archive-education .header__description p
.post-type-archive-educations .header__description p {
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
}

.post-type-archive-cases .featured-case,
.post-type-archive-education .featured-case,
.post-type-archive-casestudies .featured-case {
  width: 100%;
  margin: 18px auto 0;
  max-width: 1045px;
}


.post-type-archive-cases .featured-case .header__text-left,
.post-type-archive-education .featured-case .header__text-left,
.post-type-archive-casestudies .featured-case .header__text-left {
  width: 100%;
  max-width: 44.5%;
  padding: 25px 5px 0 23px;
}

.post-type-archive-cases .featured-hero,
.post-type-archive-education .featured-hero,
.post-type-archive-casestudies .featured-hero {
  background-size: 1600px;
  background-position: top;
}

.post-type-archive-cases .featured-case .header__text-right,
.post-type-archive-education .featured-case .header__text-right,
.post-type-archive-casestudies .featured-case .header__text-right {
  width: 100%;
  padding: 20px 15px 10px 26px;
  max-width: 55%;
}


.post-type-archive-cases .featured-case h3,
.post-type-archive-education .featured-case h3,
.post-type-archive-casestudies .featured-case h3 {
  line-height: 42px;
  margin: 5px 0 12px;
  font-size: 36px;
  font-weight: bold;
  color: #000;
}

.post-type-archive-cases .featured-case .header__text-right p,
.post-type-archive-education .featured-case .header__text-right p,
.post-type-archive-casestudies .featured-case .header__text-right p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 21px;
}

.post-type-archive-cases .featured-case .header__text-right p.post-date,
.post-type-archive-education .featured-case .header__text-right p.post-date,
.post-type-archive-casestudies .featured-case .header__text-right p.post-date {
  color: #696C71;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  margin: 25px 0 0 !important;
}

.post-type-archive-cases .featured-hero hr,
.post-type-archive-education .featured-hero hr,
.post-type-archive-casestudies .featured-hero hr {
  top: 38px;
  background: url(/wp-content/uploads/line-page-header.svg);
  position: relative;
}


.cases-filtering-wrapper {
  max-width: 1225px;
  margin-bottom: 55px;
}


.featured-cases-wrap {
  max-width: 1223px;
}


.post-type-archive-cases .all-cases {
  max-width: 1223px;
  margin-top: 84px;
}


.post-item__image {
  width: 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  text-align: center;
  padding-right: 28px;
  max-width: 201px;
}

.post-type-archive-cases .cases-main-wrap .header__category-image {
  margin-right: 13px;
  margin-top: 0px;
}


.cases-main-wrap .post-item__description {
  padding-left: 3px;
  max-width: 76%;
}

.cases-main-wrap .post-item__description h4.text--medium.post__title {
  margin: 10px 0 0;
}

.cases-main-wrap .post-item__description .post-date {
  position: relative;
  top: 5px;
  color: #696c71;
  font-size: 14px;
}

.cases-main-wrap .post-item {
  padding: 35px 0px 37px 0px;
  border-bottom: 1px solid #ABADAF;
}

.post-type-archive-cases .all-cases h2 {
  margin-bottom: 7px;
}


.post-type-archive-publications .header__category-image img {
  width: 30px;
}


.cases-filtering-wrapper select#topic-select {
  width: max-content;
  background-position-x: 110% !important;
  background-position-y: 15px !important;
  border-bottom: none;
  line-height: 34px;
  max-width: 100%;
  margin-right: 20px;
  text-decoration: underline;
  height: auto;
  padding: 11px 35px 11px 15px;
}


.post-type-archive-education .featured-hero h1,
.post-type-archive-casestudies .featured-hero h1 {
  color: #000;
}

.single-cases .header-category {
  -webkit-align-items:  flex-start;
  -ms-flex-align:  flex-start;
  align-items: flex-start;
}


.post-type-archive-education .featured-case,
.post-type-archive-casestudies .featured-case {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #000;
}

.post-type-archive-education  .featured-hero,
.post-type-archive-casestudies  .featured-hero {
  background-image: url("../images/default_header.svg");
  background-repeat: no-repeat;
  margin-bottom: 84px;
  color: #000;
}


.post-type-archive-education  .header__category-image img,
.post-type-archive-casestudies .header__category-image img {
  height: auto;
  max-width: 30px;
}

.post-type-archive-education .header__category-image,
.post-type-archive-casestudies .header__category-image {
  margin-right: 10px;
}

.post-type-archive-education .header-category,
.post-type-archive-casestudies .header-category {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.single-cases .tabs .tabs-title {
  border-top: 2px solid transparent;
}


.single-cases .tabs li.tabs-title:focus, .single-cases .tabs li.tabs-title:hover{
  border-top: 2px solid #709d2f;
}


.single-cases .tabs-title > a:hover {
  background-color: #a5bd81;
}


.post-item:hover .post__title {
  color: #00697f;
  text-decoration: underline;
  text-underline-position: under;
}

.post-item.post-holder-noimg .post-item__description {
  max-width: 100%;
  width: 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}


.featured-cases-wrap nav {
  display: none;
}


.pagination .pagination-next:hover a, .pagination .pagination-previous:hover a{
  color: #00697F;
  background-color: transparent;
  border-bottom: 1px solid #00697F;
}

.pagination .pagination-next:hover, .pagination .pagination-previous:hover {
  background-color: transparent;
}

.pagination li:hover {
  background-color: transparent;
}


.pagination li:hover a {
  background-color: #709D2F;
}


.pagination .current {
  padding: 0;
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.pagination .pagination-previous a, .pagination .pagination-next a {
  width: auto;
  height: auto;
}

.pagination a {
  padding: 0;
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
}




.post-item .header__category-image img {
  width: 30px;
}

.single .header__category-image.post-category-no-image {
  margin: 0;
  width: auto;
}



.pagination-wrapper nav {
  width: 100%;
  position: relative;
}




.pagination-wrapper {
  width: 100%;
  max-width: 493px;
  margin: 79px auto 0;
}


.post-type-archive-news .pagination-wrapper {
  margin-top: 0px;
}

.post-type-archive-news .all-cases {
  margin-bottom: 52px;
}

.post-type-archive-cases .all-cases {
  margin-bottom: 80px;
}





.copy-url-wrap input#btn {
  font-size: 0;
  background: transparent;
  border: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: 9;
  cursor: pointer;
}


.copy-url-wrap {
  max-width: max-content;
  float: right;
  position: relative;
}

.social-share .icon {
  cursor: pointer;
}

.copy-url-wrap button {
  padding: 0;
  background: transparent;
  border: none;
  left: 4px;
  top: 0px;
  position: relative;
  z-index: 9;
}

span.message-output-copy-link {
  position: absolute;
  width: 100px;
  left: -38px;
  bottom: -24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px !important;
  line-height: 20px;
  letter-spacing: 0.04em;
  color: rgba(40, 44, 42, 0.5);
  text-transform: uppercase;
}

.social-share.block-social-share a {
  padding: 0;
  background-color: transparent;
  width: 30px;
  height: 30px;
  margin-right: 9px;
}

.term-category-item-wrap li {
  float: left;
}


.term-category.types-media-term {
  float: left;
}

.term-category.types-media-term span.term-span {
  float: left;
}
.term-category.types-media-term ul {
  float: left;
}

.filter-select-wrap {
  display: flex;
  flex-direction: row;
}

.single-cases .follow-the-case {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.single-cases .main-content > p {
  font-size: 18px;
  line-height: 26px;
}


.single-education .main-content > p {
  margin: 0 auto;
  max-width: 800px !important;
}

.single-casestudies .main-content > p {
  margin: 0 auto;
  max-width: 800px !important;
}

.follow-the-case {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.follow-the-case {
  max-width: 783px;
  margin: 2px auto;
}

.follow-the-case .tabs {
  border: none;
}

.follow-the-case .tabs .tabs-title.is-active {
  background-color: #a5bd81;
  border-top: 2px solid #709d2f;
}


.follow-the-case .tabs .tabs-title {
  border: none;
}

.follow-the-case .tabs-title > a:focus, .follow-the-case .tabs-title > a[aria-selected='true'] {
  background-color: #a5bd81;
  color: #000;
  font-size: 18px;
  font-weight: bold;
}

.follow-the-case .tabs-content {
  border: none;
  padding-top: 10px;
}


.tabs-panel.is-active {
  padding: 0;
}

.follow-the-case .post {
  border-bottom: 1px solid #ABADAF;
  margin-left: 0px;
}

.follow-the-case .tabs .tabs-title a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 26px 32px;
}

.follow-the-case .tabs .tabs-title {
  background-color: #EEEFEF;
}



.follow-the-case .tabs-title > a:hover {
  background-color: #a5bd81;
}


.follow-the-case .tabs .tabs-title {
  border-top: 2px solid #fff;
}

.follow-the-case .tabs {
  padding-left: 0 !important;
  padding-top: 5px;
  border-bottom: 1px solid #ABADAF;
  margin-left: 3px;
}


.follow-the-case .tabs .tabs-title:hover {
  border-top: 2px solid #709d2f;
}

.follow-the-case .post-normal:last-of-type {
  border-top: none;
  padding-top: 0;
}

.single-education section.follow-the-case,
.single-casestudies section.follow-the-case {
  padding: 0;
}

.follow-the-case h2 {
  margin-bottom: 22px !important;
}

p.text-toolkit-components {
  line-height: 34px;
}

.follow-the-case a.post-item {
  width: 100%;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}



@media only screen and (min-width: 600px) {

  .single-cases .header-category .header__description h6 {
    line-height: 1;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-right: 8px;
    letter-spacing: 1.05px;
  }

}

.single-cases .header-category .header__description h6 {
  font-weight: normal;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  margin-right: 8px;
  letter-spacing: 1.05px;
}

.single-cases .header__description {
  margin-top: -3px;
}

.single-cases .header-category .header__description p {
  margin-top: -3px;
}

.single-cases .header-category .term-category-item-wrap{
  line-height:1;
}

.single-cases .header-category {
  width: 100%;
}


.term-category ul {
  float: left;
}

.term-category.area-of-slug-term {
  width: auto;
  float: left;
}


.all-publications .header__description {
  max-width: 100%;
}

.term-category-item-wrap {
  display: inline-block;
}

.post-item .post__title {
  font-weight: bold;
  padding-bottom: 35px;
  max-width: 95%;
}

.page_have_sidebar .header__wrapper.term-category-main-wrap {
  max-width: 1230px;
}

.page_have_sidebar main.main-content {
  margin-bottom: 0;
}

.follow-the-case a.post-item {
  border-bottom: none;
}


.follow-the-case .post .post-date {
  position: relative;
}

.toolkit-btn {
  margin: 0 auto !important;
}


.education-left-green-border ul {
  padding-left: 7px;
}

.education-left-green-border p {
  margin-bottom: 9px !important;
}

p.pltext {
  padding-left: 12px;
}

.education-left-green-border ul li {
  margin-bottom: 6px;
}

.single-education h2,
.single-casestudies h2 {
  margin-bottom: 27px;
}


.single-education .wp-block-column ul,
.single-casestudies .wp-block-column ul {
  padding-left: 20px;
  margin-bottom: 11px;
}

.single-education .wp-block-column h3,
.single-education .wp-block-column h3 {
  margin-bottom: 11px;
}

.post-type-archive-education .all-cases,
.post-type-archive-casestudies .all-cases {
  margin-top: 84px;
}


.rsvp_bar main.main-content {
  margin-bottom: 0;
}

.tabs-content .related-media p, .tabs-content .related-media figcaption {
  font-size: 14px;
  line-height: 20px;
  color: #4C4C4C;
  padding: 13px 0 33px;
  margin: 0 !important;
}


.tabs-content .related-documents h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 10px !important;
}

.tabs-content .related-documents p {
  margin-bottom: 29px !important;
}

.header__text-right img {
  height: 100%;
}


.single-cases .header__text.no-image .header__text-left {
  width: 100%;
  max-width: 50%;
}

.page-template-front .featured-hero.home-banner .header__text {
  position: relative;
  bottom: 0;
  min-height: auto;
  justify-content: center;
}



.page-template-front .featured-hero.home-banner {
  height: 100%;
  margin-bottom: 40px;
}



.featured-hero.home-banner h1.text--bold {
  color: #363940 !important;
}





































































/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

  .post-normal {
    margin-left: 0;
  }

  .post-type-archive-publications .filtering-wrapper {
    flex-wrap: wrap;
    max-width: 100%;
  }

  .post-type-archive-publications .filtering-wrapper p {
    margin: 0;
  }

  hr.wp-block-separator {
    max-width: 85%;
  }


} /* end 1200 */







/* Large Devices, Wide Screens */
@media only screen and (max-width : 1023px) {

  .site-header .search-button {
    position: absolute;
    right: 50px;
    top: 18px;
    z-index: 9999999;
  }

  .site-header .navbar--upper {
    display: block;
  }

  .site-header .navbar--upper .translator-dropdown {

    display: none;
  }

  .site-header .navbar--upper .i-want-to {
    display: none;
  }

  .site-header {
    position: relative;
  }

  .site-header.mobile-menu-open .logo-sidebar a:first-child {
    display: none;
  }

  .site-header.mobile-menu-open .logo-sidebar a:last-child {
    display: block;
  }

  .site-header #menu-i-want-to-links-1 {
    display: block;
  }

  .site-header .mobile-footer {
    display: block;
    padding-top: 25px;
    padding-left: 5px;
  }

  .site-header .menu-item a {
    line-height: 1.2 !important;
    font-size: 26px !important;
    padding: 0.7rem 15px !important;
  }

  .site-header .i-want-title {
    display: block;
  }


  .site-header .dotted {
    display: block;
  }

  .site-header .top-bar-right .dotted {
    background-image: linear-gradient(to right, #fff 22%, rgba(255, 255, 255, 0) 0%);
    width: 97%;
    background-size: 10px 4px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 37px;
  }

  .site-header .top-bar-right #menu-i-want-to-links-1 a {
    padding-left: 0px !important;
    font-size: 18px !important;
  }

  .site-header .navbar--upper .translator-dropdown {
    display: block;
    position: absolute;
    bottom: 18px;
    z-index: 9;
    left: 11px;
  }

  .site-header #navbar .mobile-footer .fab {
    margin-right: 20px;
    margin-left: 0;
  }




  .site-header.mobile-menu-open .logo-sidebar a:first-child {
    display: none;
  }

  .site-header.mobile-menu-open .logo-sidebar a:last-child {
    display: block;
  }

  .site-header.mobile-menu-open .search-button {
    display: none;
  }

  .site-header .mobile-menu .menu .menu-item.is-active {
    border-bottom: none;
  }

  .site-header .mobile-menu .submenu li a {
    font-size: 18px !important;
    font-weight: normal;
    padding: 5px 0 !important;
    line-height: 1.5 !important;
  }

  .site-header .search-button .fa-search {
    width: 16px;
    height: 21px;
    top: 5px;
    left: 0;
  }

  .site-header .menu-item a:hover {
    color: #fff !important;
  }

  #google_language_translator select.goog-te-combo {
    color: #fff !important;
    background: #003F70;
  }

  .site-header.mobile-menu-open hr.dotted {
    display: block !important;
  }

  .submenu-toggle {
    right: -24px;
  }

  .site-header .menu-item {
    padding-left: 15px;
    padding-right: 10px;
  }

  .site-header.mobile-menu-open .title-bar {
    border-bottom: none;
    padding-bottom: 0;
  }

  .site-header .title-bar-left {
    border-bottom: 1px solid #fff;
    padding-bottom: 16px;
  }

  .site-header .mobile-menu .submenu-toggle::after {
    height: 23px;
    width: 23px;
  }

  .submenu-toggle {
    right: -3px;
    top: 5px;
  }

  .site-header.mobile-menu-open .title-bar {
    padding: 10px 15px 0;
  }
  .site-header .site-title-bar .site-mobile-title .site-logo {
    width: 214px;
  }

  .site-header.mobile-menu-open .menu-icon::after {
    top: -6px;
  }
  .top-bar-right {
    padding-right: 11px;
  }


  .site-header .top-bar-right .i-want-title {
    padding-left: 15px;

  }


  .filtering-wrapper {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 100%;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }


  .follow-the-case .post {
    width: 100%;
  }

  .follow-the-case a.post-item {
    width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }

  .follow-the-case .post-item__description {
    width: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    position: relative;
  }


  .page_have_sidebar .wp-block-columns {
    flex-direction: column;
  }

  .wp-block-column.left-col-single-education {
    flex-basis: 100% !important;
  }

  .wp-block-column.right-col-single-education {
    flex-basis: 100% !important;
  }
} /* end 1023 */











/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {

  .site-header .mobile-menu .vertical.menu li .submenu li a {
    text-transform: none;
  }

  .orbit h1 {
    font-size: 2.8125rem;
    line-height: 1.09;
  }

  .post-type-archive-publications .featured-publication {
    flex-direction: column;
  }

  .post-type-archive-publications .featured-publication .header__text-right {
    width: 100%;
  }

  .post-type-archive-publications .featured-publication .header__text-left {
    width: 100%;
  }


  .post-item__description {
    width: 70%;
    -webkit-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
  }

  .featured-hero h1 {
    font-size: 35px !important;
    line-height: 118% !important;
  }

  .latest-news-block h3 {
    font-size: 26px;
    line-height: 120%;
  }

  .card h3 {
    font-size: 26px !important;
    line-height: 120%;
    margin-bottom: 10px;
  }


  .post-large .entry-title {
    font-size: 26px;
    line-height: 120%;
  }

  .latest-news-block .post.post-normal .entry-title {
    font-size: 26px;
    line-height: 120%;
  }

  h1, h2{
    font-size: 35px !important;
    line-height: 120% !important;
  }

  h3, h4 {
    font-size: 26px ;
    line-height: 120% !important;
  }

  .featured-hero .header__text {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .key-issue-card.card {
    margin-bottom: 20px;
  }


  .related-news h4.entry-title {
    font-size: 1.125rem;
    line-height: 1.4 !important;
  }

  .related-news__wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .related-news__wrapper .post {
    width: 100%;
    margin-left: 0px;
  }

  .related-news__wrapper .post-normal:last-of-type {
    border-left: 0;
    padding-left: 0;
    margin-bottom: 0;
  }

  .row-margin-b-0 {
    margin-bottom: 0;
  }

  .hate-speech-left-col h2 {
    padding: 20px 0 0;
  }

  .wp-block-table table {
    width: 600px;
  }


  .more-related-news-btn-wrap {
    padding-left: 15px;
  }


  .related-news__wrapper article.post.post-normal:hover:last-child a:before {
    top: -12px;
  }


















  .term-category-item-wrap {
    width: 100%;
  }


  .term-category ul {
    flex-wrap: wrap;
  }

  .cases-main-wrap .post-item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    flex-direction: column;
  }

  .post-item__image {
    padding-right: 0;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .cases-main-wrap .post-item__description {
    padding-left: 0;
    max-width: 100%;
    width: 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }


  .pagination {
    margin: 0 auto 7px;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .pagination li {
    display: block;
  }

  .pagination .pagination-next {
    margin-left: 0;
  }

  .pagination .pagination-previous {
    margin-right: 0;
  }




  .post-type-archive-cases .featured-case {
    flex-direction: column;
  }

  .post-type-archive-cases .featured-case .header__text-right,
  .post-type-archive-education .featured-case .header__text-right,
  .post-type-archive-casestudies .featured-case .header__text-right {
    padding: 20px 20px 10px;
    max-width: 100%;
  }

  .post-type-archive-cases .featured-case .header__text-left,
  .post-type-archive-education .featured-case .header__text-left,
  .post-type-archive-casestudies .featured-case .header__text-left {
    max-width: 100%;
    padding: 25px 20px 0;
  }

  .filter-right-wrap {
    align-items: flex-start;
  }

  .filter-select-wrap {
    flex-direction: column;
  }



  .filtering-wrapper #filtering-select {

    max-width: 250px;
    margin-right: 0px;
    padding: 5px 60px 5px 15px;
    width: 100%;
    background-position-x: 129% !important;
  }

  .cases-filtering-wrapper select#category-select {
    width: 100%;
    background-position-x: 110% !important;
    padding-right: 40px;
    max-width: 250px;
  }

  .cases-filtering-wrapper select#area-select {
    width: 100%;
    background-position-x: 110% !important;
    max-width: 250px;
    margin-right: 0px;
    padding: 5px 40px 5px 15px;
  }

  .filtering-wrapper #category-select {
    padding: 5px 15px;
  }


  .filtering-wrapper  p {
    padding-top: 6px;
  }


  .post-type-archive-cases .cases-main-wrap .header__category-image {
    margin-top: 3px;
  }


  .post-item .post__title {
    padding-bottom: 0;
  }

  .cases-main-wrap .post-item {
    padding-bottom: 25px;
  }

  .single-cases .follow-the-case {
    margin: 0 auto 70px;
  }


  .pagination-wrapper {
    margin: 50px auto 0;
  }

  .post-item .post__title {
    font-size: 26px;
  }

  .term-category-main-wrap .header-category {
    width: 50%;
  }

  .single-education p,
  .single-casestudies p {
    font-size: 16px;
  }

  .single-cases .main-content > p {
    font-size: 16px;
  }

  .featured-hero .header__text {
    min-height: auto;
    padding-bottom: 20px;
  }

  .single-education header.featured-hero,
  .single-casestudies header.featured-hero {
    margin-bottom: 84px;
  }

  .post-type-archive-education .cases-filtering-wrapper,
  .post-type-archive-casestudies .cases-filtering-wrapper {
    margin-bottom: 0;
  }


  .post-type-archive-cases .featured-hero,
  .post-type-archive-education .featured-hero,
  .post-type-archive-casestudies .featured-hero {
    margin-bottom: 55px;
  }

  .post-type-archive-cases .featured-hero hr,
  .post-type-archive-education .featured-hero hr,
  .post-type-archive-casestudies .featured-hero hr {
    top: 11px;
    margin: 1.25rem auto;
  }

  .follow-the-case a.post-item {
    flex-direction: column;
  }

  .follow-the-case .tabs .tabs-title a {
    font-size: 16px;
    padding: 20px 20px;
  }






} /* end 767 */




@media only screen and (max-width : 600px) {



  .post-type-archive-news select#area-select {
    margin-right: 0;
    padding: 11px 35px 11px 17px;
    width: auto;
  }

  .filtering-wrapper #category-select {
    margin-right: 0;

    background-position-x: 109% !important;
    width: auto;
  }



} /* end 600 */




/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

  .site-header.mobile-menu-open hr.dotted {
    display: none;
  }

  .site-header .navbar--upper .translator-dropdown {
    display: block;
    position: absolute;
    bottom: 18px;
    z-index: 9;
  }











} /*  end 480 */


.footer-grid #nav_menu-2.widget_nav_menu {
  margin: 0;
  width: 100%;
}

/*@media (max-width: 1109px) {*/
  #menu-main-2 li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children {
    width: 16.6666%;
  }
/*}*/

/* Type C Consulting Edits */

.pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.pagination > li {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pagination .pagination-previous {
	margin-right: 30px;
}
.pagination .pagination-next {
	margin-left: 30px;
}





