/***** GLOBAL *****/
/***** INIT *****/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700");
/**** MIXIN *****/
/***** Override stuff *****/
.swiper-pagination-bullets {
  margin-top: 1.5em;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #695d65;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 740px) {
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #695d65;
}

.swiper-pagination-bullet:hover {
  background-color: rgba(105, 93, 101, 0.5);
}

.swiper-container-fade .swiper-slide.swiper-slide-prev,
.swiper-container-fade .swiper-slide.swiper-slide-next,
.swiper-container-fade .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.selectric {
  border: 1px solid #695d65;
  border-radius: 0px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 2.5em 0 1em;
  font-size: 1em;
  line-height: 2.5em;
  color: #695d65;
  height: 2.5em;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1em;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  background-color: transparent;
  color: #695d65;
  text-align: center;
  overflow: hidden;
  color: transparent;
}

.selectric .button:after {
  content: "\e908";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  border: none;
  color: #695d65;
  margin: -4px 0 0;
  height: auto;
  width: auto;
  font-size: 9px;
  left: auto;
  bottom: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.selectric-hover .selectric {
  border-color: #695d65;
}

.selectric-hover .selectric .button {
  color: transparent;
}

.selectric-hover .selectric .button:after {
  border-top-color: transparent;
}

.selectric-items {
  background: #f3943d;
  border: none;
  z-index: -1;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 350px;
}

@media (max-width: 740px) {
  .selectric-items {
    min-width: 100%;
  }
}

.selectric-items ul,
.selectric-items li {
  font-size: 1em;
  line-height: 1em;
  min-height: 1em;
}

.selectric-items ul {
  padding: 1em;
}

.selectric-items li {
  padding: 1em 1.2em;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.selectric-items li:hover,
.selectric-items li.selected {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}

/***** BASE *****/
* {
  -webkit-text-size-adjust: none;
  font-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0 !important;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.02em;
  font-family: "Roboto", sans-serif;
  line-height: 1.6;
  color: #695d65;
  background: #fff;
  overflow-x: hidden;
}

@media (max-width: 1200px) {
  body {
    font-size: 16px;
  }
}

.page {
  position: relative;
  overflow: hidden;
}

a {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

a:link,
a:visited,
a:active,
a:hover {
  color: #4db3ff;
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0px;
  font-weight: 600;
  color: #695d65;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h1 {
  font-size: 4.15em;
}

@media (max-width: 740px) {
  h1 {
    font-size: 2.75em;
  }
}

h2 {
  font-size: 2.2em;
}

@media (max-width: 740px) {
  h2 {
    font-size: 1.75em;
  }
}

h3 {
  font-size: 1.3em;
}

@media (max-width: 740px) {
  h3 {
    font-size: 1.15em;
  }
}

ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 1.5em;
}

strong,
b {
  font-weight: 600;
}

img,
video,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

/***** LAYOUT *****/
.section {
  position: relative;
}

.section_content-first {
  z-index: 10;
  background-color: #fff;
}

.section_content-second {
  background-color: #f7f5ef;
}

.section_content-third {
  background-color: #3490c7;
}

.section_content-four {
  background-color: #fff;
}

.section_content-five {
  background-color: #f7f5ef;
}

.section_footer {
  padding: 6em 0 6em 0;
}

@media (max-width: 740px) {
  .section_footer {
    padding: 4em 0 4em 0;
  }
}

.section__inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.front .section_content-second {
  padding: 6.75em 0 6.75em 0;
}

@media (max-width: 740px) {
  .front .section_content-second {
    padding: 4.5em 0 4.5em 0;
  }
}

.front .section_content-third,
.front .section_content-four {
  padding: 6em 0 6em 0;
}

@media (max-width: 740px) {
  .front .section_content-third,
  .front .section_content-four {
    padding: 4em 0 4em 0;
  }
}

.front .section_content-five {
  padding: 0 0 6em 0;
}

@media (max-width: 740px) {
  .front .section_content-five {
    padding: 0 0 4em 0;
  }
}

.not-front .section_content-first,
.not-front .section_content-second {
  padding: 6em 0 6em 0;
}

@media (max-width: 740px) {
  .not-front .section_content-first,
  .not-front .section_content-second {
    padding: 4em 0 4em 0;
  }
}

@media (max-width: 740px) {
  .not-front .section_content-second {
    overflow: hidden;
  }
}

.node-type-working-area .section_breadcrumb {
  padding: 6.65em 0 0 0;
}

@media (max-width: 740px) {
  .node-type-working-area .section_breadcrumb {
    padding: 4.43333em 0 0 0;
  }
}

@media (max-width: 740px) {
  .node-type-working-area .section_breadcrumb {
    padding-top: 70px;
  }
}

.node-type-working-area .section_content-first {
  padding: 0 0 6em 0;
}

@media (max-width: 740px) {
  .node-type-working-area .section_content-first {
    padding: 0 0 4em 0;
  }
}

.node-type-about .section_content-first {
  padding: 0;
}

.node-type-about .section_content-five {
  padding: 6em 0 6em 0;
}

@media (max-width: 740px) {
  .node-type-about .section_content-five {
    padding: 4em 0 4em 0;
  }
}

.page-latest .section_content-first {
  padding: 0 0 6em 0;
}

@media (max-width: 740px) {
  .page-latest .section_content-first {
    padding: 0 0 4em 0;
  }
}

.node-type-news .section_header {
  margin-top: 6.65em;
}

@media (max-width: 740px) {
  .node-type-news .section_header {
    margin-top: calc(70px + 1em);
  }
}

.node-type-news .section_content-first {
  padding: 4em 0 2em 0;
}

@media (max-width: 740px) {
  .node-type-news .section_content-first {
    padding: 2.66667em 0 1.33333em 0;
  }
}

.page-resources .section_content-first {
  padding: 0 0 6em 0;
}

@media (max-width: 740px) {
  .page-resources .section_content-first {
    padding: 0 0 4em 0;
  }
}

@media (max-width: 740px) {
  .page-resources .section_content_second {
    overflow: hidden;
  }
}

.node-type-resource .section_breadcrumb {
  padding-top: 6.65em;
}

@media (max-width: 740px) {
  .node-type-resource .section_breadcrumb {
    padding-top: 70px;
  }
}

.node-type-resource .section_content-first {
  padding: 3em 0 6em 0;
}

@media (max-width: 740px) {
  .node-type-resource .section_content-first {
    padding: 2em 0 4em 0;
  }
}

.node-type-contact-page .section_content-first {
  padding: 0 0 6em 0;
}

@media (max-width: 740px) {
  .node-type-contact-page .section_content-first {
    padding: 0 0 4em 0;
  }
}

.node-type-contact-page .section_content-first .section__inner {
  max-width: none;
  width: 100%;
}

/**** Sticky Navigation bar ****/
.section_branding {
  color: #fff;
  font-size: 0.8em;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

.section_branding a {
  color: #fff;
}

.section_branding .section__inner {
  width: 100%;
  max-width: none;
  padding: 0 !important;
  height: 8.35em;
}

@media (max-width: 980px) {
  .section_branding .section__inner {
    height: 70px;
  }
}

.logo-row {
  width: 100%;
  height: 83px;
  padding: 14px 5%;
  padding-left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0.99, 1, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0, 0.99, 1, 1);
  -o-transition: transform 0.6s cubic-bezier(0, 0.99, 1, 1);
  transition: transform 0.6s cubic-bezier(0, 0.99, 1, 1);
  transition: transform 0.6s cubic-bezier(0, 0.99, 1, 1), -webkit-transform 0.6s cubic-bezier(0, 0.99, 1, 1);
  position: relative;
  z-index: 3;
}

.logo-row .logo-text {
  position: absolute;
  left: 170px;
  color: #814c88;
  font-weight: 400;
  font-size: 18px;
}

.logo-row .logo-text strong {
  font-weight: 500;
  color: #e77f38;
}

.logo-row .logo {
  width: 145px;
  top: 0;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.6s cubic-bezier(0, 0.99, 1, 1);
  -o-transition: all 0.6s cubic-bezier(0, 0.99, 1, 1);
  transition: all 0.6s cubic-bezier(0, 0.99, 1, 1);
}

.logo-row .logo .coloured-logo {
  display: none;
}

.logo-row .logo .white-logo {
  display: block;
}

.logo-row .logo svg,
.logo-row .logo img {
  width: 100%;
}

.logo-row .logo svg .bg,
.logo-row .logo img .bg {
  -webkit-transition: all 0.2s cubic-bezier(0, 0.99, 1, 1);
  -o-transition: all 0.2s cubic-bezier(0, 0.99, 1, 1);
  transition: all 0.2s cubic-bezier(0, 0.99, 1, 1);
}

.logo-row .logo svg .shape,
.logo-row .logo img .shape {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.6s cubic-bezier(0, 0.99, 1, 1);
  -o-transition: all 0.6s cubic-bezier(0, 0.99, 1, 1);
  transition: all 0.6s cubic-bezier(0, 0.99, 1, 1);
}

.logo-row .logo svg .shape *,
.logo-row .logo img .shape * {
  -webkit-transition: fill 0.6s cubic-bezier(0, 0.99, 1, 1);
  -o-transition: fill 0.6s cubic-bezier(0, 0.99, 1, 1);
  transition: fill 0.6s cubic-bezier(0, 0.99, 1, 1);
}

.logo-row .logo svg .text,
.logo-row .logo img .text {
  opacity: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scale(0.8) translateY(50%);
  -ms-transform: scale(0.8) translateY(50%);
  transform: scale(0.8) translateY(50%);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media (max-width: 980px) {
  .logo-row .logo {
    width: 165px;
  }
}

.logo-row .language {
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  color: #695d65;
  border-left: 1px solid rgba(105, 93, 101, 0.4);
}

.logo-row .language a {
  color: inherit;
  opacity: 0.4;
  text-transform: uppercase;
  font-weight: 400;
  margin-left: 15px;
}

.logo-row .language a.active {
  opacity: 1;
}

@media (max-width: 980px) {
  .logo-row {
    height: 62px;
    background: #8a418b;
  }

  .logo-row .logo {
    height: 62px;
    width: auto;
  }

  .logo-row .logo svg,
  .logo-row .logo img {
    width: auto;
    height: 100%;
  }

  .logo-row .logo-text {
    color: white;
    left: 80px;
    display: inline-block;
    font-size: 14px;
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0.99, 1, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0, 0.99, 1, 1);
    -o-transition: transform 0.6s cubic-bezier(0, 0.99, 1, 1);
    transition: transform 0.6s cubic-bezier(0, 0.99, 1, 1);
    transition: transform 0.6s cubic-bezier(0, 0.99, 1, 1), -webkit-transform 0.6s cubic-bezier(0, 0.99, 1, 1);
  }

  .logo-row .logo-text strong {
    color: inherit;
  }
}

.navigation {
  font-weight: 600;
  width: 100%;
  padding: 0 5%;
  padding-left: calc(4% + 124px);
  background: #8a418b;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0.99, 1, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0, 0.99, 1, 1);
  -o-transition: transform 0.6s cubic-bezier(0, 0.99, 1, 1);
  transition: transform 0.6s cubic-bezier(0, 0.99, 1, 1);
  transition: transform 0.6s cubic-bezier(0, 0.99, 1, 1), -webkit-transform 0.6s cubic-bezier(0, 0.99, 1, 1);
  position: relative;
  z-index: 0;
}

@media (max-width: 980px) {
  .navigation {
    margin: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 200;
    text-align: center;
    font-size: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: unset;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    padding-top: 20%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    padding: 20px 0;
    font-size: 1.5em;
  }

  .navigation.is-open {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 740px) {
  .navigation {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 45px;
  }
}

.navigation li {
  display: inline-block;
  position: relative;
}

@media (max-width: 980px) {
  .navigation li {
    display: block;
    text-align: left;
  }
}

@media (min-width: 980px) {
  .navigation .menu > li:hover .menu-item::after {
    -webkit-transform: rotateZ(180deg) translateY(-3px);
    -ms-transform: rotate(180deg) translateY(-3px);
    transform: rotateZ(180deg) translateY(-3px);
  }

  .navigation .menu > li:hover .items {
    pointer-events: unset;
    opacity: 1;
  }

  .navigation .menu > li:hover .items li:first-child::before {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .navigation .menu > li:hover.normal .menu-item::after {
    -webkit-transform: rotateZ(-90deg) translateY(8px) translateX(-3.5px);
    -ms-transform: rotate(-90deg) translateY(8px) translateX(-3.5px);
    transform: rotateZ(-90deg) translateY(8px) translateX(-3.5px);
  }
}

@media (max-width: 980px) {
  .navigation .menu > li.open .menu-item::after {
    -webkit-transform: rotateZ(180deg) translateY(-3px);
    -ms-transform: rotate(180deg) translateY(-3px);
    transform: rotateZ(180deg) translateY(-3px);
  }

  .navigation .menu > li.open .items {
    pointer-events: unset;
  }

  .navigation .menu > li.open.normal .menu-item::after {
    -webkit-transform: rotateZ(-90deg) translateY(8px) translateX(-3.5px);
    -ms-transform: rotate(-90deg) translateY(8px) translateX(-3.5px);
    transform: rotateZ(-90deg) translateY(8px) translateX(-3.5px);
  }
}

.navigation .menu-item {
  display: block;
  line-height: 3.88em;
  font-size: 16px;
  padding: 0 1.5em;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .navigation .menu-item {
    padding: 0;
    line-height: 3em;
  }
}

.navigation .menu-item svg {
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

@media (max-width: 980px) {
  .navigation .menu-item.active {
    font-weight: 700;
  }
}

.navigation .menu-item:not(.home):after {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 7.01L14.54.47l1.062 1.06L8 9.132.4 1.53 1.459.47 8 7.01z' fill='%23F7941E'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-left: 10px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0, 0.6, 0.18, 0.99);
  transition: -webkit-transform 1.2s cubic-bezier(0, 0.6, 0.18, 0.99);
  -o-transition: transform 1.2s cubic-bezier(0, 0.6, 0.18, 0.99);
  transition: transform 1.2s cubic-bezier(0, 0.6, 0.18, 0.99);
  transition: transform 1.2s cubic-bezier(0, 0.6, 0.18, 0.99), -webkit-transform 1.2s cubic-bezier(0, 0.6, 0.18, 0.99);
}

.navigation .menu-item:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 0;
  background-color: #f3943d;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.navigation .menu-item.active:before {
  height: 5px;
}

.navigation .home:hover:before {
  height: 3px;
}

.navigation .normal .menu-item::after {
  -webkit-transform: rotateZ(-90deg) translateX(-3.5px);
  -ms-transform: rotate(-90deg) translateX(-3.5px);
  transform: rotateZ(-90deg) translateX(-3.5px);
}

.navigation .items {
  width: 260px;
  position: absolute;
  pointer-events: none;
  opacity: 0;
  background: #f7f7f7;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.26, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0.26, 0, 1);
  transition: all 0.5s cubic-bezier(0, 0.26, 0, 1);
}

.navigation .items li:first-child::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #f7f7f7;
  position: absolute;
  top: -13px;
  left: 30px;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 2s cubic-bezier(0, 0.26, 0, 1);
  -o-transition: all 2s cubic-bezier(0, 0.26, 0, 1);
  transition: all 2s cubic-bezier(0, 0.26, 0, 1);
}

.navigation .items li {
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.26, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0.26, 0, 1);
  transition: all 0.5s cubic-bezier(0, 0.26, 0, 1);
}

.navigation .items li a {
  display: block;
  padding: 15px 0;
  padding-left: 40px;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: -0.155556px;
  color: #695d65;
}

.navigation .items li:first-child a {
  padding-top: 40px;
}

.navigation .items li:last-child a {
  padding-bottom: 40px;
}

.navigation .items li:hover {
  background: #e5e5e5;
}

.navigation .items li:hover:first-child::before {
  border-bottom-color: #e5e5e5;
}

@media (max-width: 980px) {
  .navigation .items {
    height: 0;
    opacity: 1;
    position: static;
    background: transparent;
    width: auto;
    padding-top: 0px;
    overflow: hidden;
  }

  .navigation .items li {
    opacity: 0;
    background: transparent !important;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .navigation .items li:first-child::before {
    content: none;
  }

  .navigation .items li:last-child {
    margin-bottom: 30px;
  }

  .navigation .items li a {
    color: white;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 20px;
  }
}

@media (max-width: 740px) {
  .navigation .items li a {
    font-size: 12px;
  }
}

.hamburger {
  display: none;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 17px;
  right: 20px;
  z-index: 220;
}

.hamburger span {
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  background-color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.hamburger span:after,
.hamburger span:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 1px;
  background-color: #fff;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.hamburger span:after {
  bottom: -5px;
}

.hamburger span:before {
  top: -5px;
}

.hamburger.is-active span {
  background-color: transparent;
}

.hamburger.is-active span:after,
.hamburger.is-active span:before {
  top: 0;
  bottom: 0;
}

.hamburger.is-active span:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hamburger.is-active span:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 980px) {
  .hamburger {
    display: block;
  }
}

.block-search {
  position: absolute;
  right: 0;
  top: 83px;
  height: 60px;
  background: black;
  width: 94px;
  overflow: hidden;
  display: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 980px) {
  .block-search {
    position: absolute;
    left: 5%;
    z-index: 210;
    opacity: 0;
    visibility: hidden;
  }

  .block-search.menu-open {
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 980px) {
  .block-search {
    display: none;
  }
}

.block-search #search-block-form,
.block-search #search-block-form .container-inline,
.block-search #search-block-form .form-item-search-block-form {
  height: 100%;
}

.block-search .form-item,
.block-search .form-actions {
  margin: 0;
}

.block-search input[type="search"] {
  background-color: transparent;
  border: 1px solid transparent;
  color: #fff;
  width: 150px;
  height: 100%;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  position: absolute;
  outline: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 980px) {
  .block-search input[type="search"] {
    background-color: #fff;
    color: #4a4a4a;
    width: 220px;
  }
}

.block-search .form-actions {
  position: absolute;
  right: 26px;
  top: 0;
  height: 100%;
  z-index: 11;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.block-search input.form-submit {
  padding: 0;
  width: 40px;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  min-width: 0;
  background: url("../images/icon-nav-search.svg") no-repeat center center;
  background-size: 15px auto;
}

@media (max-width: 980px) {
  .block-search input.form-submit {
    background-image: url("../images/icon-resources-search.svg");
  }
}

.block-search input.form-submit:hover {
  background: url("../images/icon-nav-search.svg") no-repeat center center;
  background-size: 15px auto;
}

.block-search:hover {
  width: 194px;
}

.block-search:hover input[type="search"] {
  opacity: 1;
}

.block-search:hover .form-actions {
  right: 0;
}

.front .section_branding,
.page-our-work .section_branding,
.page-latest .section_branding,
.page-about .section_branding,
.page-resources .section_branding {
  background-color: transparent;
  -webkit-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}

.front .section_branding .section__inner,
.page-our-work .section_branding .section__inner,
.page-latest .section_branding .section__inner,
.page-about .section_branding .section__inner,
.page-resources .section_branding .section__inner {
  padding-top: 1em;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 740px) {
  .front .section_branding .section__inner,
  .page-our-work .section_branding .section__inner,
  .page-latest .section_branding .section__inner,
  .page-about .section_branding .section__inner,
  .page-resources .section_branding .section__inner {
    padding-top: 0;
    border: none;
  }
}

.front .section_branding.is-scrolling .logo-row .coloured-logo,
.page-our-work .section_branding.is-scrolling .logo-row .coloured-logo,
.page-latest .section_branding.is-scrolling .logo-row .coloured-logo,
.page-about .section_branding.is-scrolling .logo-row .coloured-logo,
.page-resources .section_branding.is-scrolling .logo-row .coloured-logo,
.node-type-news .section_branding.is-scrolling .logo-row .coloured-logo,
.page-commitments .section_branding.is-scrolling .logo-row .coloured-logo,
.page-add-commitment .section_branding.is-scrolling .logo-row .coloured-logo,
.page-speakers .section_branding.is-scrolling .logo-row .coloured-logo,
.page-speaker .section_branding.is-scrolling .logo-row .coloured-logo,
.page-conferences .section_branding.is-scrolling .logo-row .coloured-logo,
.page-conference .section_branding.is-scrolling .logo-row .coloured-logo {
  display: none;
}

.front .section_branding.is-scrolling .logo-row .white-logo,
.page-our-work .section_branding.is-scrolling .logo-row .white-logo,
.page-latest .section_branding.is-scrolling .logo-row .white-logo,
.page-about .section_branding.is-scrolling .logo-row .white-logo,
.page-resources .section_branding.is-scrolling .logo-row .white-logo,
.node-type-news .section_branding.is-scrolling .logo-row .white-logo,
.page-commitments .section_branding.is-scrolling .logo-row .white-logo,
.page-add-commitment .section_branding.is-scrolling .logo-row .white-logo,
.page-speakers .section_branding.is-scrolling .logo-row .white-logo,
.page-speaker .section_branding.is-scrolling .logo-row .white-logo,
.page-conferences .section_branding.is-scrolling .logo-row .white-logo,
.page-conference .section_branding.is-scrolling .logo-row .white-logo {
  display: block;
}

.front .section_branding.is-scrolling .logo-row svg .bg,
.page-our-work .section_branding.is-scrolling .logo-row svg .bg,
.page-latest .section_branding.is-scrolling .logo-row svg .bg,
.page-about .section_branding.is-scrolling .logo-row svg .bg,
.page-resources .section_branding.is-scrolling .logo-row svg .bg,
.node-type-news .section_branding.is-scrolling .logo-row svg .bg,
.page-commitments .section_branding.is-scrolling .logo-row svg .bg,
.page-add-commitment .section_branding.is-scrolling .logo-row svg .bg,
.page-speakers .section_branding.is-scrolling .logo-row svg .bg,
.page-speaker .section_branding.is-scrolling .logo-row svg .bg,
.page-conferences .section_branding.is-scrolling .logo-row svg .bg,
.page-conference .section_branding.is-scrolling .logo-row svg .bg {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
}

.front .section_branding.is-scrolling .logo-row svg .shape *,
.page-our-work .section_branding.is-scrolling .logo-row svg .shape *,
.page-latest .section_branding.is-scrolling .logo-row svg .shape *,
.page-about .section_branding.is-scrolling .logo-row svg .shape *,
.page-resources .section_branding.is-scrolling .logo-row svg .shape *,
.node-type-news .section_branding.is-scrolling .logo-row svg .shape *,
.page-commitments .section_branding.is-scrolling .logo-row svg .shape *,
.page-add-commitment .section_branding.is-scrolling .logo-row svg .shape *,
.page-speakers .section_branding.is-scrolling .logo-row svg .shape *,
.page-speaker .section_branding.is-scrolling .logo-row svg .shape *,
.page-conferences .section_branding.is-scrolling .logo-row svg .shape *,
.page-conference .section_branding.is-scrolling .logo-row svg .shape * {
  fill: white;
}

@media (min-width: 980px) {
  .front .section_branding .logo-row,
  .page-our-work .section_branding .logo-row,
  .page-latest .section_branding .logo-row,
  .page-about .section_branding .logo-row,
  .page-resources .section_branding .logo-row,
  .node-type-news .section_branding .logo-row,
  .page-commitments .section_branding .logo-row,
  .page-add-commitment .section_branding .logo-row,
  .page-speakers .section_branding .logo-row,
  .page-speaker .section_branding .logo-row,
  .page-conferences .section_branding .logo-row,
  .page-conference .section_branding .logo-row {
    -webkit-transform: translateY(-83px);
    -ms-transform: translateY(-83px);
    transform: translateY(-83px);
  }

  .front .section_branding .logo-row .logo,
  .page-our-work .section_branding .logo-row .logo,
  .page-latest .section_branding .logo-row .logo,
  .page-about .section_branding .logo-row .logo,
  .page-resources .section_branding .logo-row .logo,
  .node-type-news .section_branding .logo-row .logo,
  .page-commitments .section_branding .logo-row .logo,
  .page-add-commitment .section_branding .logo-row .logo,
  .page-speakers .section_branding .logo-row .logo,
  .page-speaker .section_branding .logo-row .logo,
  .page-conferences .section_branding .logo-row .logo,
  .page-conference .section_branding .logo-row .logo {
    width: 60px;
    -webkit-transform: translateY(83px);
    -ms-transform: translateY(83px);
    transform: translateY(83px);
  }

  .front .section_branding .logo-row .logo svg,
  .page-our-work .section_branding .logo-row .logo svg,
  .page-latest .section_branding .logo-row .logo svg,
  .page-about .section_branding .logo-row .logo svg,
  .page-resources .section_branding .logo-row .logo svg,
  .node-type-news .section_branding .logo-row .logo svg,
  .page-commitments .section_branding .logo-row .logo svg,
  .page-add-commitment .section_branding .logo-row .logo svg,
  .page-speakers .section_branding .logo-row .logo svg,
  .page-speaker .section_branding .logo-row .logo svg,
  .page-conferences .section_branding .logo-row .logo svg,
  .page-conference .section_branding .logo-row .logo svg {
    height: 60px;
  }

  .front .section_branding .main-menu,
  .page-our-work .section_branding .main-menu,
  .page-latest .section_branding .main-menu,
  .page-about .section_branding .main-menu,
  .page-resources .section_branding .main-menu,
  .node-type-news .section_branding .main-menu,
  .page-commitments .section_branding .main-menu,
  .page-add-commitment .section_branding .main-menu,
  .page-speakers .section_branding .main-menu,
  .page-speaker .section_branding .main-menu,
  .page-conferences .section_branding .main-menu,
  .page-conference .section_branding .main-menu {
    -webkit-transform: translateY(-83px);
    -ms-transform: translateY(-83px);
    transform: translateY(-83px);
  }

  .front .section_branding .block-search,
  .page-our-work .section_branding .block-search,
  .page-latest .section_branding .block-search,
  .page-about .section_branding .block-search,
  .page-resources .section_branding .block-search,
  .node-type-news .section_branding .block-search,
  .page-commitments .section_branding .block-search,
  .page-add-commitment .section_brandin .block-search,
  .page-speakers .section_branding .block-search,
  .page-speaker .section_branding .block-search,
  .page-conferences .section_brandin .block-search,
  .page-conference .section_branding .block-search {
    top: 0;
  }
}

@media (max-width: 740px) {
  .front .section_branding .logo-row .logo-text,
  .page-our-work .section_branding .logo-row .logo-text,
  .page-latest .section_branding .logo-row .logo-text,
  .page-about .section_branding .logo-row .logo-text,
  .page-resources .section_branding .logo-row .logo-text,
  .node-type-news .section_branding .logo-row .logo-text,
  .page-commitments .section_branding .logo-row .logo-text,
  .page-add-commitment .section_branding .logo-row .logo-text,
  .page-speakers .section_branding .logo-row .logo-text,
  .page-speaker .section_branding .logo-row .logo-text,
  .page-conferences .section_branding .logo-row .logo-text,
  .page-conference .section_branding .logo-row .logo-text {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.front .section_branding .section__inner,
.page-our-work .section_branding .section__inner,
.page-latest .section_branding .section__inner,
.page-about .section_branding .section__inner,
.page-resources .section_branding .section__inner,
.node-type-news .section_branding .section__inner,
.page-commitments .section_branding .section__inner,
.page-add-commitment .section_branding .section__inner,
.page-speakers .section_branding .section__inner,
.page-speaker .section_branding .section__inner,
.page-conferences .section_branding .section__inner,
.page-conference .section_branding .section__inner {
  padding-top: 0;
  border-color: transparent;
}

/*** Basic Headers ***/
.not-front.node-type-page .section_header,
.not-front.node-type-about .section_header {
  padding-top: 270px;
  padding-bottom: 135px;
  background: no-repeat fixed 50% 50% #3f3f3f;
  background-size: 100% auto;
}

@media (max-width: 980px) {
  .not-front.node-type-page .section_header,
  .not-front.node-type-about .section_header {
    padding-top: 8em;
    padding-bottom: 4em;
  }
}

.not-front.node-type-page .section_header .section__inner,
.not-front.node-type-about .section_header .section__inner {
  position: relative;
  z-index: 2;
}

.block-page-title {
  text-align: center;
  max-width: 860px;
  margin: auto;
}

.block-page-title h1 {
  color: #fff;
  margin-bottom: 0.75em;
}

/**** Breadcrumb ****/
.block-breadcrumb {
  padding: 3em 0;
}

@media (max-width: 740px) {
  .block-breadcrumb {
    padding: 1em 0;
  }
}

.block-breadcrumb nav.breadcrumb {
  margin-left: 2em;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9em;
  font-weight: 400;
}

@media (max-width: 740px) {
  .block-breadcrumb nav.breadcrumb {
    display: none;
  }
}

.block-breadcrumb nav.breadcrumb a {
  color: rgba(162, 176, 188, 0.5);
}

.block-breadcrumb nav.breadcrumb a:after {
  content: "/";
  margin: 0 0.5em;
  display: inline-block;
}

.block-breadcrumb nav.breadcrumb a:hover {
  color: #f3943d;
}

a.back-link {
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
  color: #695d65;
}

a.back-link i {
  font-size: 1.4em;
  margin-right: 1em;
  display: inline-block;
  vertical-align: middle;
}

a.back-link:hover {
  color: #f3943d;
}

/**** Share ****/
.block-sharethis {
  display: inline-block;
  border: 1px solid rgba(162, 176, 188, 0.45);
  border-radius: 8px;
  z-index: 10;
}

@media (max-width: 740px) {
  .block-sharethis {
    border: none;
    -webkit-box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 -3px 20px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    text-align: center;
  }
}

.block-sharethis .sharethis-wrapper span {
  display: block;
  line-height: 69px;
  text-align: center;
  width: 70px;
  font-size: 1.2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 740px) {
  .block-sharethis .sharethis-wrapper span {
    display: inline-block;
  }
}

.block-sharethis .sharethis-wrapper span:hover {
  background-color: rgba(162, 176, 188, 0.45);
}

.block-sharethis .sharethis-wrapper span:not(:last-child) {
  border-bottom: 1px solid rgba(162, 176, 188, 0.45);
}

@media (max-width: 740px) {
  .block-sharethis .sharethis-wrapper span:not(:last-child) {
    border: none;
  }
}

.block-sharethis .sharethis-wrapper span:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.block-sharethis .sharethis-wrapper span.st_facebook_custom:before {
  content: "\e902";
  font-size: 1.3em;
  color: #3a5899;
}

.block-sharethis .sharethis-wrapper span.st_twitter_custom:before {
  content: "\e907";
  color: #53abee;
}

.block-sharethis .sharethis-wrapper span.print:before {
  content: "\e90d";
}

.block-sharethis .sharethis-wrapper span.st_email_custom:before {
  content: "\e90e";
}

.block-sharethis.is-sticky {
  top: 180px !important;
}

.social-toggle {
  display: none;
  float: right;
  font-size: 2em;
  color: #a2b0bc;
  padding: 5px;
  border-radius: 4px;
  margin-top: -10px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 740px) {
  .social-toggle {
    display: block;
  }
}

.social-toggle.is-active {
  background-color: rgba(162, 176, 188, 0.2);
}

/***** FORM *****/
label {
  font-size: 0.8em;
}

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  height: auto;
  width: 100%;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(74, 74, 74, 0.5);
  background: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

textarea.input-error,
select.input-error,
input[type="date"].input-error,
input[type="datetime"].input-error,
input[type="datetime-local"].input-error,
input[type="email"].input-error,
input[type="month"].input-error,
input[type="number"].input-error,
input[type="password"].input-error,
input[type="search"].input-error,
input[type="tel"].input-error,
input[type="text"].input-error,
input[type="time"].input-error,
input[type="url"].input-error,
input[type="week"].input-error {
  border-color: #cc0000;
}

.msg-error {
  font-size: 0.7em;
  color: #cc0000;
}

input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  border-color: #f3943d;
  z-index: 1;
}

input.form-submit {
  display: inline-block;
  padding: 1.5em 2em;
  min-width: 200px;
  background: #f3943d;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border-radius: 3em;
  line-height: 1.5;
  border: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1em;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media (max-width: 740px) {
  input.form-submit {
    min-width: 200px;
  }
}

input.form-submit:hover {
  background: #e68818;
}

textarea {
  resize: none;
}

.form-item .description {
  font-size: 0.7em;
  margin-top: 3px;
}

.form-item,
.form-actions {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  position: relative;
}

/**** Buttons ****/
a.button {
  display: inline-block;
  min-width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.8em 2em;
  border-radius: 5px;
  background-color: #f3943d;
  font-weight: 600;
  font-size: 0.65em;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.07em;
  text-align: center;
  font-weight: 500;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
}

a.button:hover {
  color: white;
  background-color: #e68818;
}

a.button:hover:after {
  right: 2em;
}

a.button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5em;
  background: url("../images/icon-button-arrow.svg") no-repeat center center;
  background-size: 100% auto;
  width: 25px;
  height: 8px;
  margin-top: -4px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/**** Pager ****/
ul.pager {
  text-align: right;
  font-size: 1.3em;
  line-height: 1;
}

ul.pager li {
  display: inline-block;
}

ul.pager li.pager-disabled {
  opacity: 0.3;
  pointer-events: none;
}

ul.pager a {
  color: #695d65;
}

ul.pager a:hover {
  color: #f3943d;
}

ul.pager .pager-previous a,
ul.pager .pager-next a {
  display: block;
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 0.8em;
}

ul.pager .pager-previous {
  margin-right: 1em;
}

ul.pager .pager-previous a:before {
  content: "\e906";
}

ul.pager .pager-next {
  margin-left: 1em;
}

ul.pager .pager-next a:before {
  content: "\e905";
}

ul.pager .pager-item,
ul.pager .pager-current {
  margin: 0 0.25em;
}

ul.pager .pager-current {
  font-weight: 600;
  color: #f3943d;
}

/*** Home Content - News ***/
.block-latest .view-header {
  border-bottom: 1px solid rgba(105, 93, 101, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  padding-bottom: 1.5em;
}

@media (max-width: 740px) {
  .block-latest .view-header {
    text-align: center;
    border: none;
    padding-bottom: 1em;
    display: block;
  }
}

@media (max-width: 980px) {
  .block-latest .view-header .more-link {
    display: none;
  }
}

.block-latest .more-link a {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 700;
  color: #695d65;
}

.block-latest .more-link a:hover {
  color: #f3943d;
}

.block-latest .view-footer {
  display: none;
  text-align: center;
  margin-top: 2em;
}

.block-latest .view-footer a {
  padding-bottom: 0.5em;
  border-bottom: 2px solid;
}

@media (max-width: 740px) {
  .block-latest .view-footer {
    display: block;
  }
}

.latest {
  text-align: center;
  cursor: default;
}

@media (max-width: 740px) {
  .latest {
    overflow: visible;
  }
}

@media (max-width: 740px) {
  .latest .swiper-wrapper {
    width: calc(100% * 1.4);
    margin-left: calc(-35% + 20px);
  }
}

.latest a {
  display: block;
  color: #695d65;
  cursor: pointer !important;
}

.latest img {
  width: 100%;
}

.latest h3 {
  font-weight: 300;
  line-height: 1.5;
}

.latest__slide {
  cursor: default;
}

.latest__slide__type {
  font-size: 0.85em;
  font-weight: 400;
  margin: 0.75em 0;
  text-transform: uppercase;
}

.latest__slide__img {
  overflow: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.latest__slide__img .img {
  width: 100%;
  height: 280px;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1200px) {
  .latest__slide__img .img {
    height: 210px;
  }
}

@media (max-width: 740px) {
  .latest__slide__img .img {
    height: 190px;
  }
}

.latest__navigation {
  text-align: left;
  margin: 1.5em 0;
}

.latest__navigation__button {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.35em;
  width: 30px;
  height: 30px;
  border: 1px solid #695d65;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 980px) {
  .latest__navigation__button {
    display: none;
  }
}

.latest__navigation__button:before {
  color: #695d65;
  line-height: 30px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.latest__navigation__button:hover {
  border-color: #f3943d;
}

.latest__navigation__button:hover:before {
  color: #f3943d;
}

.latest__slide:hover .latest__slide__img {
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
}

.latest__slide_news .latest__slide__type,
.latest__slide_news:hover a {
  color: #c1d830;
}

.latest__slide_events .latest__slide__type,
.latest__slide_events:hover a {
  color: #eb529e;
}

/**** Footer ****/
.section_footer {
  background-color: #695d65;
}

.block-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  width: 95%;
  margin: auto;
}

@media (max-width: 740px) {
  .block-footer {
    display: block;
  }
}

.block-footer a {
  color: #fff;
}

@media (max-width: 740px) {
  .footer-box {
    margin-bottom: 3em;
  }
}

.footer-box_branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
}

.footer-box_branding a {
  margin-right: 50px;
  display: inline-block;
}

.footer-box_branding a img {
  height: 40px;
  width: auto;
  max-width: none;
}

@media (max-width: 1200px) {
  .footer-box_branding a img {
    height: 30px;
  }
}

@media (max-width: 740px) {
  .footer-box_branding a img {
    height: 50px;
  }
}

.footer-box_branding a:last-child {
  margin-right: 0;
}

@media (max-width: 740px) {
  .footer-box_branding {
    display: block;
  }

  .footer-box_branding a {
    display: block;
    margin-bottom: 40px;
  }
}

.footer-box_contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 40px;
}

.footer-box_contacts span {
  display: block;
  margin-bottom: 1em;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  position: absolute;
  -webkit-transform: translateY(-35px);
  -ms-transform: translateY(-35px);
  transform: translateY(-35px);
}

.footer-box_contacts .flex {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
}

.footer-box_contacts .flex input {
  width: 185px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 24px;
  outline: none;
  background: transparent;
}

.footer-box_contacts .flex .subscribe {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid currentColor;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 600;
  padding: 0px 16px;
  font-weight: 500;
  text-transform: uppercase;
}

@media (max-width: 740px) {
  .footer-box_contacts {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }

  .footer-box_contacts span {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.footer-box_copy {
  color: white;
}

.footer-box_copy span {
  min-width: 207px;
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0;
}

@media (max-width: 740px) {
  .footer-box_copy {
    margin: 0;
  }
}

.result {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 37px 40px;
  background: white;
}

.result .result-header,
.result .result-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.result .result-header {
  margin-bottom: 24px;
}

.result .result-header .right {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.14286em;
  color: #695d65;
}

.result .result-header .right .tag {
  color: #8a418b;
}

.result .result-header .right .separator {
  margin: 0 0.35714em;
  display: inline-block;
}

.result .result-title {
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.16667em;
  color: #ef614b;
  max-width: 420px;
}

.result .text {
  max-width: 53.57143em;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 1.14286em;
  color: #695d65;
}

.result .show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.result .show-more span {
  font-size: 0.75em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
  color: #f7941e;
  text-decoration: underline;
}

.result .show-more .icon-eye {
  width: 24px;
  height: auto;
  margin-left: 8px;
  overflow: visible;
}

.result .show-more .icon-eye .eye-circle {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.result .show-more .icon-eye .eye-border {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes a-eye-circle {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
  }
  70% {
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes a-eye-circle {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
  }
  70% {
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@-webkit-keyframes a-eye-border {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
  70% {
    -webkit-transform: scaleY(1.2);
    transform: scaleY(1.2);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes a-eye-border {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
  70% {
    -webkit-transform: scaleY(1.2);
    transform: scaleY(1.2);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.result .show-more:hover .eye-circle {
  -webkit-animation: a-eye-circle 1s cubic-bezier(0.46, 0.2, 0.28, 0.99);
  animation: a-eye-circle 1s cubic-bezier(0.46, 0.2, 0.28, 0.99);
}

.result .show-more:hover .eye-border {
  -webkit-animation: a-eye-border 1.2s cubic-bezier(0.46, 0.2, 0.28, 0.99);
  animation: a-eye-border 1.2s cubic-bezier(0.46, 0.2, 0.28, 0.99);
}

.result .result-footer {
  margin-top: 20px;
}

.result .result-footer .result-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.result .result-footer .result-category img {
  height: 24px;
  margin-right: 10px;
}

.result .result-footer .result-category .category-title {
  max-width: 15em;
  font-weight: 500;
  font-size: 0.75em;
  line-height: 1.16667em;
  text-transform: uppercase;
  color: #8a418b;
}

.result .result-footer .owner {
  text-align: right;
}

.result .result-footer .owner .by {
  font-weight: normal;
  font-size: 0.75em;
  line-height: 1.16667em;
  text-transform: uppercase;
  color: #695d65;
}

.result .result-footer .owner .owner-name {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.14286em;
  color: #ef614b;
  margin: 0;
}

.result.result-mobile {
  padding: 26px 12px;
  padding-bottom: 40px;
  position: relative;
}

.result.result-mobile .result-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  margin: 0;
}

.result.result-mobile .result-header .right {
  font-size: 12px;
  margin-bottom: 20px;
}

.result.result-mobile .result-title {
  font-size: 16px;
  line-height: 19px;
  max-width: 100%;
  white-space: normal;
}

.result.result-mobile .text {
  font-size: 12px;
  line-height: 20px;
  max-width: 330px;
  margin-top: 20px;
}

.result.result-mobile .text .line {
  display: block;
  white-space: nowrap;
}

.result.result-mobile .text .word {
  display: inline-block;
}

.result.result-mobile .show-more {
  margin-bottom: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 24px;
}

.result.result-mobile .result-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
}

.result.result-mobile .result-footer .result-category {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.result.result-mobile .result-footer .result-category .category-title {
  font-size: 10px;
  line-height: 14px;
}

.result.result-mobile .result-footer .owner {
  text-align: left;
  margin-top: 20px;
}

.result.result-mobile .result-footer .owner .by {
  font-size: 10px;
}

.result.result-mobile .result-footer .owner .owner-name {
  font-size: 12px;
  line-height: 14px;
}

.result.result-mobile .toggle {
  width: 50px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.result.result-mobile .toggle img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: all 0.5s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: all 0.5s cubic-bezier(0, 0.6, 0.09, 0.97);
}

.result.result-mobile .toggle.hide {
  pointer-events: none;
}

.result.result-mobile .toggle.hide img {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

.result.result-mobile .toggle.reverse img {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
  opacity: 1;
}

.result.result-mobile .hideable {
  overflow: visible;
}

.result.result-mobile:not(.open) .hideable {
  height: 0;
  pointer-events: none;
  opacity: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.result.result-mobile:not(.open) .line {
  opacity: 0;
}

.result.result-event .result-header .result-date {
  font-weight: 400;
  font-size: 14px;
  color: #8a418b;
}

.result.result-event .result-header .result-date .date-text {
  color: #f7941e;
}

.result.result-event .result-header .right {
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.14286em;
  color: #695d65;
}

.result.result-event .result-title {
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.16667em;
  color: #ef614b;
  margin-bottom: 14px;
}

.result.result-event.result-mobile .result-header {
  display: block;
}

.result.result-event.result-mobile .result-header .result-date,
.result.result-event.result-mobile .result-header .right {
  font-size: 12px;
}

.result.result-event.result-mobile .result-header .result-date {
  margin-bottom: 20px;
}

.result.result-event.result-mobile .result-header .right {
  display: block;
  padding-top: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid rgba(105, 93, 101, 0.15);
}

.result.result-event.result-mobile .result-footer .result-category {
  margin-bottom: 20px;
}

@media (max-width: 950px) {
  .result .result-header .result-title {
    max-width: 400px;
  }
}

@media (max-width: 440px) {
  .result.result-mobile .text {
    max-width: 230px;
  }
}

@-webkit-keyframes a-line {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes a-line {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pagination .numbers a {
  display: inline-block;
  color: #f7941e;
  overflow: hidden;
}

.pagination .numbers a::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background: currentColor;
  position: relative;
  left: -2.5px;
  top: -2px;
}

.pagination .numbers a:hover::after {
  -webkit-animation: a-line 1s cubic-bezier(0.99, 0.29, 0, 0.9);
  animation: a-line 1s cubic-bezier(0.99, 0.29, 0, 0.9);
}

.pagination .numbers .number,
.pagination .numbers .next-page,
.pagination .numbers .last-page,
.pagination .numbers .text {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.14286em;
}

.pagination .numbers .number {
  padding: 0 6px;
  padding-top: 4px;
  line-height: 0.71429em;
  margin-right: 13px;
}

.pagination .numbers .number::after {
  width: calc(100% + 10px);
  left: -5px;
}

.pagination .numbers .number.number-active {
  font-size: 1.5em;
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px);
}

.pagination .numbers .number.number-active::after {
  content: none;
}

.pagination .numbers .next-page,
.pagination .numbers .last-page,
.pagination .numbers .text {
  color: #ef614b;
  line-height: 0.71429em;
}

.pagination .numbers .next-page,
.pagination .numbers .last-page {
  padding-top: 4px;
}

.pagination .numbers .next-page::after,
.pagination .numbers .last-page::after {
  left: 0px;
}

.pagination .numbers .text {
  display: inline-block;
  line-height: 34px;
  margin: 0 4px;
}

.pagination .pages-count {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.14286em;
  color: #695d65;
  margin-top: 1.42857em;
}

.page-speakers {
  background: #f2f2f2;
}

.page-speakers .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-speakers .container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.page-speakers .main-container {
  padding-bottom: 15vw;
  padding-top: 10vw;
  position: relative;
}

.page-speakers #logoBg {
  width: 20vw;
  height: 10vw;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}

.page-speakers #logoBg img {
  width: 100%;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}

.page-speakers .subtitle {
  font-weight: 500;
  font-size: 1.625em;
  line-height: 2.1875em;
  color: #695d65;
  text-align: center;
}

.page-speakers .page-description {
  font-size: 1em;
  line-height: 1.6875em;
  text-align: center;
  color: #695d65;
  max-width: 50em;
  margin-top: 1.25em;
  margin-bottom: 5.625em;
  margin-left: auto;
  margin-right: auto;
}

.page-speakers .filters h3 {
  font-size: 1.625em;
  line-height: 1.15385em;
  text-align: center;
  font-weight: 500;
  color: #8a418b;
  margin-bottom: 0.76923em;
}

.page-speakers .filters .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-speakers .filters .flex .search {
  width: 340px;
  height: 60px;
  border: 1px solid #695d65;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  margin: 0;
}

.page-speakers .filters .flex .search button,
.page-speakers .filters .flex .search input {
  border: none;
  background: transparent;
  outline: none;
}

.page-speakers .filters .flex .search input {
  width: calc(100% - 60px);
  height: 100%;
  color: #695d65;
  font-weight: bold;
  font-size: 0.75em;
  line-height: 1.16667em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding-left: 0;
}

.page-speakers .filters .flex .search input::-webkit-input-placeholder {
  color: #695d65;
}

.page-speakers .filters .flex .search input::-moz-placeholder {
  color: #695d65;
}

.page-speakers .filters .flex .search input:-ms-input-placeholder {
  color: #695d65;
}

.page-speakers .filters .flex .search input::-ms-input-placeholder {
  color: #695d65;
}

.page-speakers .filters .flex .search input::placeholder {
  color: #695d65;
}

.page-speakers .filters .flex .search button {
  width: 60px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0;
  padding-left: 20px;
  cursor: pointer;
}

.page-speakers .filters .flex .search button svg {
  width: 100%;
  height: 100%;
  fill: white;
}

.page-speakers .filters .flex .search:first-child {
  margin-right: 46px;
}

.page-speakers .results-count {
  font-weight: bold;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.0868px;
  text-transform: uppercase;
  color: #eea03f;
  display: none;
}

.page-speakers #speakersList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 50px;
}

.page-speakers #speakersList .speaker-item {
  width: calc(100% / 3 - ((30px * 2) / 3));
  margin-right: 30px;
  margin-bottom: 30px;
}

.page-speakers #speakersList .speaker-item .speaker-img {
  width: 100%;
  height: 312px;
  background-image: url("../images/speaker.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-speakers #speakersList .speaker-item .speaker-img .speaker-credits {
  padding: 6px 12px;
  background: #ef614b;
  font-weight: normal;
  font-size: 0.75em;
  line-height: 2.16667em;
  text-align: right;
  color: #ffffff;
}

.page-speakers #speakersList .speaker-item .speaker-content {
  padding: 35px 20px;
  background: white;
}

.page-speakers #speakersList .speaker-item .speaker-light {
  font-weight: normal;
  font-size: 0.875em;
  line-height: 1.14286em;
  color: #a29ea1;
  margin-bottom: 0.42857em;
}

.page-speakers #speakersList .speaker-item .speaker-name {
  font-weight: bold;
  font-size: 1.3125em;
  line-height: 2.1875em;
  color: #695d65;
  margin-bottom: 0.47619em;
  padding-bottom: 0.09524em;
  border-bottom: 1px solid #f1f1f1;
}

.page-speakers #speakersList .speaker-item .speaker-role,
.page-speakers #speakersList .speaker-item .speaker-organization {
  font-weight: bold;
  font-size: 1em;
  line-height: 1.25em;
  display: block;
}

.page-speakers #speakersList .speaker-item .speaker-role {
  color: #ef614b;
}

.page-speakers #speakersList .speaker-item .speaker-organization {
  color: #8a418b;
  margin-bottom: 0.71429em;
  padding-bottom: 0.71429em;
  border-bottom: 1px solid #f1f1f1;
}

.page-speakers #speakersList .speaker-item p {
  font-weight: normal;
  font-size: 0.875em;
  line-height: 1.42857em;
  color: #695d65;
  margin-bottom: 1.85714em;
}

.page-speakers #speakersList .speaker-item .show-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.page-speakers #speakersList .speaker-item .show-more span {
  font-size: 0.75em;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 500;
  color: #f7941e;
  text-decoration: underline;
}

.page-speakers #speakersList .speaker-item .show-more .icon-eye {
  width: 24px;
  height: auto;
  margin-left: 8px;
  overflow: visible;
}

.page-speakers #speakersList .speaker-item .show-more .icon-eye .eye-circle {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.page-speakers #speakersList .speaker-item .show-more .icon-eye .eye-border {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@keyframes a-eye-circle {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.2);
    transform: scaleY(0.2);
  }
  70% {
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

@keyframes a-eye-border {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.8);
    transform: scaleY(0.8);
  }
  70% {
    -webkit-transform: scaleY(1.2);
    transform: scaleY(1.2);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.page-speakers #speakersList .speaker-item .show-more:hover .eye-circle {
  -webkit-animation: a-eye-circle 1s cubic-bezier(0.46, 0.2, 0.28, 0.99);
  animation: a-eye-circle 1s cubic-bezier(0.46, 0.2, 0.28, 0.99);
}

.page-speakers #speakersList .speaker-item .show-more:hover .eye-border {
  -webkit-animation: a-eye-border 1.2s cubic-bezier(0.46, 0.2, 0.28, 0.99);
  animation: a-eye-border 1.2s cubic-bezier(0.46, 0.2, 0.28, 0.99);
}

.page-speakers #speakersList .speaker-item:nth-child(3n) {
  margin-right: 0;
}

.page-speakers .pagination {
  margin-top: 50px;
}

@media (max-width: 1150px) {
  .page-speakers .container {
    max-width: 900px;
  }

  .page-speakers #speakersList .speaker-item .speaker-img {
    height: 252px;
  }
}

@media (max-width: 950px) {
  .page-speakers .container {
    width: calc(100% - 30px);
    max-width: 800px;
  }

  .page-speakers #speakersList .speaker-item {
    width: calc(100% / 2 - 30px / 2);
    margin-right: 30px !important;
    margin-bottom: 30px;
  }

  .page-speakers #speakersList .speaker-item:nth-child(2n) {
    margin-right: 0 !important;
  }
}

@media (max-width: 740px) {
  .page-speakers #logoBg {
    display: none;
  }

  .page-speakers #speakersList .speaker-item {
    width: calc(100% / 2 - 20px / 2);
    margin-right: 20px !important;
    margin-bottom: 20px;
  }

  .page-speakers #speakersList .speaker-item:nth-child(2n) {
    margin-right: 0 !important;
  }
}

@media (max-width: 540px) {
  .page-speakers .subtitle,
  .page-speakers .page-description {
    text-align: left;
  }

  .page-speakers .subtitle {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -0.17px;
  }

  .page-speakers .page-description {
    font-size: 12px;
    line-height: 20px;
  }

  .page-speakers .results-count {
    display: block;
  }

  .page-speakers .filters h3 {
    text-align: left;
    font-size: 16px;
    line-height: 35px;
  }

  .page-speakers .filters .flex {
    display: block;
  }

  .page-speakers .filters .flex .search {
    width: 100%;
    margin-right: 0;
    margin-bottom: 22px;
  }

  .page-speakers #speakersList {
    padding-top: 20px;
  }

  .page-speakers #speakersList .speaker-item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}

.page-speaker {
  background: #f2f2f2;
}

.page-speaker .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-speaker .container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.page-speaker .main-container {
  padding-bottom: 15vw;
  padding-top: 10vw;
  position: relative;
}

.page-speaker #logoBg {
  width: 20vw;
  height: 10vw;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}

.page-speaker #logoBg img {
  width: 100%;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}

.page-speaker .button-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #695d65;
}

.page-speaker .button-back .icon {
  width: 20px;
  height: 20px;
  margin-right: 20px;
  color: inherit;
  fill: currentColor;
}

.page-speaker .button-back span {
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
}

.page-speaker #cover {
  width: 100%;
  height: 100vh;
  max-height: 750px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.page-speaker #cover .bg {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 0;
}

.page-speaker #cover .img {
  height: 100%;
  background-color: white;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-speaker #cover .color {
  height: 100%;
  background: #f7941e;
}

.page-speaker #cover .container {
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 1;
}

.page-speaker #cover .button-back {
  -ms-flex-item-align: start;
  align-self: flex-start;
  top: 180px;
  left: 20px;
  position: absolute;
}

.page-speaker #cover .speaker-credits {
  display: block;
  padding: 0 1.07143em;
  padding-bottom: 1.78571em;
  padding-top: 0.57143em;
  font-weight: normal;
  font-size: 0.875em;
  text-align: right;
  color: #ffffff;
  background: #ef614b;
}

.page-speaker #cover .right {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-left: 120px;
  padding-bottom: 23px;
}

.page-speaker #cover .right .speaker-light {
  font-weight: normal;
  font-size: 1.75em;
  line-height: 1.17857em;
  color: #8a418b;
  margin-bottom: 0.42857em;
}

.page-speaker #cover .right .speaker-name {
  font-weight: bold;
  font-size: 3.75em;
  line-height: 1.16667em;
  color: #ffffff;
  padding-bottom: 0.33333em;
  margin-bottom: 0.33333em;
  border-bottom: 2px solid #f1f1f1;
}

.page-speaker #cover .right .speaker-role,
.page-speaker #cover .right .speaker-organization {
  font-weight: bold;
  font-size: 2em;
  line-height: 1.15625em;
  color: #8a418b;
}

.page-speaker #cover .right .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 90px;
}

.page-speaker #cover .right .links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.14286em;
  color: #ffffff;
  padding: 8px 12px;
  padding-left: 0;
  margin-right: 40px;
}

.page-speaker #cover .right .links a img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

.page-speaker #cover .right .links a.web img {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.page-speaker .speaker-info {
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.page-speaker .speaker-info p {
  font-weight: normal;
  font-size: 1.125em;
  line-height: 1.55556em;
  color: #695d65;
}

.page-speaker .subtitle {
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1.15385em;
  color: #8a418b;
  margin-bottom: 40px;
}

.page-speaker .results .mobile-results {
  display: none;
}

.page-speaker .results .mobile-results .result {
  width: 100%;
  margin-bottom: 20px;
}

.page-speaker .results .desktop-results .result {
  margin-bottom: 20px;
}

.page-speaker .results .button-back {
  margin-top: 40px;
}

@media (max-width: 1150px) {
  .page-speaker .container {
    max-width: 900px;
  }
}

@media (max-width: 980px) {
  .page-speaker #cover .button-back {
    top: 100px;
  }
}

@media (max-width: 950px) {
  .page-speaker .container {
    width: calc(100% - 30px);
    max-width: 800px;
  }

  .page-speaker #cover .right {
    padding-left: 40px;
  }
}

@media (max-width: 790px) {
  .page-speaker #cover {
    height: auto;
    max-height: none;
    display: block;
  }

  .page-speaker #cover .bg {
    position: static;
  }

  .page-speaker #cover .img {
    width: 100% !important;
    height: 380px;
  }

  .page-speaker #cover .color {
    display: none;
  }

  .page-speaker #cover .speaker-credits {
    display: none;
  }

  .page-speaker #cover .right {
    width: 100%;
    background: #f7941e;
    padding: 30px 15px;
    -webkit-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    transform: translateY(-60px);
  }

  .page-speaker #cover .right .speaker-light {
    font-size: 14px;
    line-height: 16px;
  }

  .page-speaker #cover .right .speaker-name {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -0.25px;
  }

  .page-speaker #cover .right .speaker-role,
  .page-speaker #cover .right .speaker-organization {
    font-size: 18px;
    line-height: 21px;
  }

  .page-speaker #cover .right .speaker-name {
    border-bottom-width: 1px;
  }

  .page-speaker #cover .right .speaker-organization {
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
  }

  .page-speaker #cover .right .links {
    display: block;
    margin-top: 0;
  }

  .page-speaker #cover .right .links a {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .page-speaker #cover .right .links a:last-child {
    margin-bottom: 0;
  }

  .page-speaker .main-container {
    padding-top: 0;
  }

  .page-speaker .speaker-info p {
    font-size: 12px;
    line-height: 20px;
  }

  .page-speaker .subtitle {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -0.17px;
  }
}

@media (max-width: 740px) {
  .page-speaker #logoBg {
    display: none;
  }

  .page-speaker .results .mobile-results {
    display: block;
  }

  .page-speaker .results .desktop-results {
    display: none;
  }
}

/*** speakers header ***/
.page-speakers .section_header {
  height: calc(100vh - 200px);
  padding-top: 120px;
  background-image: url("../images/header-bg_speakers.jpg");
  background-size: cover;
}
.hlc-members .section_header {
  height: calc(100vh - 200px);
  padding-top: 120px;
  background-image: url("../images/nairobi-hlc-members.jpg");
  background-size: cover;
}

.page-speakers .section_header:before,
.page-speakers .section_header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.page-speakers .section_header:before {
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 0;
}

.page-speakers .section_header:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(56%, rgba(0, 0, 0, 0.05)),
    color-stop(99%, rgba(0, 0, 0, 0.55))
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 56%, rgba(0, 0, 0, 0.55) 99%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 56%, rgba(0, 0, 0, 0.55) 99%);
  z-index: 1;
}

.page-speakers .section_header::before,
.page-speakers .section_header::after {
  content: none;
}

@media (max-width: 1200px) {
  .page-speakers .section_header {
    background-attachment: scroll;
  }
}

.page-speakers .section_header .section__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 740px) {
  .page-speakers .section_header {
    height: 400px;
    padding-top: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .page-speakers .section_header .section__inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .page-speakers .section_header .block-page-title {
    text-align: left;
    margin: 0;
    margin-bottom: 40px;
  }

  .page-speakers .section_header #page-title {
    font-size: 2.1875em;
    line-height: 1.28571em;
    letter-spacing: -0.250756px;
    font-weight: 500;
  }
}

.radio-container {
  position: relative;
}

.radio-container .error-message {
  position: absolute;
  left: 0;
  top: -30px;
  opacity: 0;
  color: #f7941e;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  pointer-events: none;
  font-size: 12px;
}

.radio-container .radio-item {
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.radio-container .radio-item input {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.radio-container .radio-item .circle,
.radio-container .radio-item .label {
  position: relative;
  z-index: 0;
}

.radio-container .radio-item .circle {
  width: 10px;
  min-width: 10px;
  height: 10px;
  border: 1px solid #979797;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.radio-container .radio-item .circle::before {
  content: "";
  width: 60%;
  height: 60%;
  background: #f7941e;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
}

.radio-container .radio-item .label {
  font-weight: 500;
  font-size: 0.625em;
  text-transform: uppercase;
  color: #695d65;
  line-height: 100%;
  -webkit-transition: color 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: color 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: color 1s cubic-bezier(0, 0.6, 0.09, 0.97);
}

.radio-container .radio-item input:checked ~ *.circle::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.radio-container .radio-item input:checked ~ *.label {
  color: #f7941e;
}

.radio-container.flex .radio-item {
  margin-right: 50px;
}

.radio-container.flex .radio-item:last-child {
  margin-right: 0;
}

.radio-container.wrong .error-message {
  -webkit-animation: a-wrong-text 5s cubic-bezier(0.4, 0, 1, 1);
  animation: a-wrong-text 5s cubic-bezier(0.4, 0, 1, 1);
}

.radio-container.wrong .circle {
  -webkit-animation: a-wrong-radio 3s cubic-bezier(0.4, 0, 1, 1);
  animation: a-wrong-radio 3s cubic-bezier(0.4, 0, 1, 1);
}

.checkbox-container {
  position: relative;
}

.checkbox-container .error-message {
  position: absolute;
  left: 0px;
  top: -20px;
  opacity: 0;
  color: #f7941e;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  pointer-events: none;
  font-size: 12px;
}

.checkbox-container .checkbox-item {
  padding: 16px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.checkbox-container .checkbox-item input {
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}

.checkbox-container .checkbox-item .circle,
.checkbox-container .checkbox-item .label {
  position: relative;
  z-index: 0;
}

.checkbox-container .checkbox-item .circle {
  width: 10px;
  min-width: 10px;
  height: 10px;
  border: 1px solid #979797;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
  -webkit-transition: border 2s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: border 2s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: border 2s cubic-bezier(0, 0.6, 0.09, 0.97);
}

.checkbox-container .checkbox-item .circle::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f7941e;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
}

.checkbox-container .checkbox-item .circle .check-icon {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #8a418b;
  opacity: 0;
  position: absolute;
  -webkit-transform: scale(0.2) rotateZ(45deg);
  -ms-transform: scale(0.2) rotate(45deg);
  transform: scale(0.2) rotateZ(45deg);
  -webkit-transition: all 2s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: all 2s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: all 2s cubic-bezier(0, 0.6, 0.09, 0.97);
}

.checkbox-container .checkbox-item .circle .check-icon path {
  stroke-dasharray: 24;
  stroke-dashoffset: 24;
  -webkit-transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
}

.checkbox-container .checkbox-item .label {
  max-width: 26.66667em;
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1.16667em;
  color: #695d65;
}

.checkbox-container .checkbox-item .label.bold {
  position: absolute;
  font-weight: 500;
  left: 52px;
}

.checkbox-container .checkbox-item .label.bold .line {
  opacity: 0;
}

.checkbox-container .checkbox-item .label .line {
  display: block;
  white-space: nowrap;
}

.checkbox-container .checkbox-item .label .word {
  display: inline-block;
}

.checkbox-container .checkbox-item input:checked ~ *.circle {
  border-color: transparent;
}

.checkbox-container .checkbox-item input:checked ~ *.circle::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.checkbox-container .checkbox-item input:checked ~ *.circle .check-icon {
  -webkit-transform: scale(1) rotateZ(0deg) translateX(3px) translateY(-3px);
  -ms-transform: scale(1) rotate(0deg) translateX(3px) translateY(-3px);
  transform: scale(1) rotateZ(0deg) translateX(3px) translateY(-3px);
  opacity: 1;
}

.checkbox-container .checkbox-item input:checked ~ *.circle .check-icon path {
  stroke-dashoffset: 0;
}

.checkbox-container .checkbox-item:nth-child(odd) {
  background: #f2f2f2;
}

.checkbox-container .checkbox-item.animating {
  pointer-events: none;
}

.checkbox-container.wrong .error-message {
  -webkit-animation: a-wrong-text 5s cubic-bezier(0.4, 0, 1, 1);
  animation: a-wrong-text 5s cubic-bezier(0.4, 0, 1, 1);
}

.checkbox-container.wrong .circle {
  -webkit-animation: a-wrong-radio 3s cubic-bezier(0.4, 0, 1, 1);
  animation: a-wrong-radio 3s cubic-bezier(0.4, 0, 1, 1);
}

.input-container {
  width: 100%;
  height: 47px;
  position: relative;
  padding-top: 40px;
  -webkit-transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
}

.input-container .error-message {
  position: absolute;
  right: 0;
  top: 29px;
  opacity: 0;
  color: #f7941e;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  pointer-events: none;
  font-size: 12px;
}

.input-container input {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Roboto";
  font-size: 0.875em;
  line-height: 1.57143em;
  font-weight: 400;
  background: transparent;
  padding: 0;
  padding-left: 29px;
  border: none;
  border-bottom: 1px solid #979797;
  -webkit-transition: border 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: border 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: border 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  outline: none;
}

.input-container input::-webkit-input-placeholder {
  color: transparent;
}

.input-container input::-moz-placeholder {
  color: transparent;
}

.input-container input:-ms-input-placeholder {
  color: transparent;
}

.input-container input::-ms-input-placeholder {
  color: transparent;
}

.input-container input::placeholder {
  color: transparent;
}

.input-container .label {
  display: inline-block;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(29px) translateY(50px);
  -ms-transform: translateX(29px) translateY(50px);
  transform: translateX(29px) translateY(50px);
  font-size: 0.625em;
  text-transform: uppercase;
  font-weight: 500;
  color: rgba(56, 53, 55, 0.6);
  -webkit-transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
}

.input-container input:focus {
  border-color: #f7941e;
}

.input-container input:focus ~ .label {
  color: #f7941e;
}

.input-container input:focus ~ .label,
.input-container input:not(:placeholder-shown) ~ .label {
  -webkit-transform: translateX(0px) translateY(30px);
  -ms-transform: translateX(0px) translateY(30px);
  transform: translateX(0px) translateY(30px);
}

.input-container.hide {
  height: 0px !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  opacity: 0;
}

.input-container.hide .label {
  border-bottom-color: transparent;
}

.input-container.wrong .error-message {
  -webkit-animation: a-wrong-text 5s cubic-bezier(0.4, 0, 1, 1);
  animation: a-wrong-text 5s cubic-bezier(0.4, 0, 1, 1);
}

.input-container.wrong input {
  -webkit-animation: a-wrong-border 3s cubic-bezier(0.98, 0.3, 0.16, 1);
  animation: a-wrong-border 3s cubic-bezier(0.98, 0.3, 0.16, 1);
}

.dropdown {
  width: 100%;
  max-width: 310px;
  height: auto;
  position: relative;
  right: 0;
  z-index: 3;
  background: white;
  -webkit-transition: left 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: left 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: left 1s cubic-bezier(0, 0.6, 0.09, 0.97);
}

.dropdown .error-message {
  position: absolute;
  left: 29px;
  top: -15px;
  opacity: 0;
  color: #f7941e;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  pointer-events: none;
  font-size: 12px;
}

.dropdown .label {
  width: 100%;
  height: 46px;
  display: block;
  cursor: pointer;
  padding: 0;
  padding-right: 40px;
  padding-left: 29px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-bottom: 1px solid #979797;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: uppercase;
  z-index: 0;
  background: transparent;
  color: rgba(56, 53, 55, 0.6);
  font-family: inherit;
  font-size: 10px;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  outline: none;
  will-change: height;
  -webkit-transition: height 1s cubic-bezier(0.89, 0.4, 0, 0.99);
  -o-transition: height 1s cubic-bezier(0.89, 0.4, 0, 0.99);
  transition: height 1s cubic-bezier(0.89, 0.4, 0, 0.99);
}

.dropdown .list {
  width: 100%;
  height: 0px;
  max-height: 190px;
  overflow: auto;
  pointer-events: none;
  position: relative;
  background: #f7f7f7;
  outline: none;
  will-change: height;
  -webkit-transition: height 1s cubic-bezier(0.89, 0.4, 0, 0.99);
  -o-transition: height 1s cubic-bezier(0.89, 0.4, 0, 0.99);
  transition: height 1s cubic-bezier(0.89, 0.4, 0, 0.99);
}

.dropdown .list.show {
  height: 190px;
  pointer-events: all;
}

.dropdown .option {
  width: 100%;
  padding: 6px 29px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 0.75em;
  letter-spacing: -0.133333px;
  color: #695d65;
  cursor: pointer;
  position: relative;
}

.dropdown .option:first-child {
  padding-top: 20px;
}

.dropdown .option:last-child {
  padding-bottom: 20px;
}

.dropdown .option > * {
  position: relative;
  z-index: 1;
}

.dropdown .option::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: background 2s cubic-bezier(0, 0.6, 0.09, 0.97),
    -webkit-transform 1s cubic-bezier(0.89, 0.4, 0, 0.99);
  transition: background 2s cubic-bezier(0, 0.6, 0.09, 0.97), -webkit-transform 1s cubic-bezier(0.89, 0.4, 0, 0.99);
  -o-transition: background 2s cubic-bezier(0, 0.6, 0.09, 0.97), transform 1s cubic-bezier(0.89, 0.4, 0, 0.99);
  transition: background 2s cubic-bezier(0, 0.6, 0.09, 0.97), transform 1s cubic-bezier(0.89, 0.4, 0, 0.99);
  transition: background 2s cubic-bezier(0, 0.6, 0.09, 0.97), transform 1s cubic-bezier(0.89, 0.4, 0, 0.99),
    -webkit-transform 1s cubic-bezier(0.89, 0.4, 0, 0.99);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.dropdown .option.selected::before {
  background: #e5e5e5;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.dropdown .option.focus::before,
.dropdown .option:hover:not(.selected)::before {
  background: #efefef;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.dropdown .arrow-icon {
  width: 15px;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 22px;
  z-index: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  fill: #f7941e;
  -webkit-transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
}

.dropdown.hide {
  pointer-events: none;
  margin-top: 0 !important;
}

.dropdown.hide .label {
  height: 0 !important;
  opacity: 0;
}

.dropdown.hide .arrow-icon {
  opacity: 0;
  -webkit-transform: scale(0.2) translateY(-50%);
  -ms-transform: scale(0.2) translateY(-50%);
  transform: scale(0.2) translateY(-50%);
}

.dropdown.wrong .error-message {
  -webkit-animation: a-wrong-text 5s cubic-bezier(0.4, 0, 1, 1);
  animation: a-wrong-text 5s cubic-bezier(0.4, 0, 1, 1);
}

.dropdown.wrong .label {
  -webkit-animation: a-wrong-border 3s cubic-bezier(0.98, 0.3, 0.16, 1);
  animation: a-wrong-border 3s cubic-bezier(0.98, 0.3, 0.16, 1);
}

#commitmentsForm {
  background: #f2f2f2;
}

#commitmentsForm .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#commitmentsForm #thanks {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px 40px;
  padding-top: 220px;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  background: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
}

#commitmentsForm #thanks .texts h1 {
  max-width: 7.46667em;
  font-weight: 500;
  font-size: 4.6875em;
  line-height: 1em;
  letter-spacing: -0.53px;
  color: #8a418b;
  margin: 0;
  margin-bottom: 0.53333em;
}

#commitmentsForm #thanks .texts p {
  max-width: 20em;
  font-weight: normal;
  font-size: 0.875em;
  line-height: 1.57143em;
  color: #000000;
  opacity: 0.6;
  margin-bottom: 2.85714em;
}

#commitmentsForm #thanks .texts .line {
  display: block;
  white-space: nowrap;
}

#commitmentsForm #thanks .texts .word {
  display: inline-block;
}

#commitmentsForm #thanks .texts .button {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#commitmentsForm #thanks .img-container {
  height: 80%;
  padding-left: 100px;
  overflow: hidden;
}

#commitmentsForm #thanks .img-container img {
  height: 100%;
  opacity: 0;
}

#commitmentsForm #thanks.show {
  opacity: 1;
  pointer-events: unset;
}

#commitmentsForm #thanks.show + .form-container {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  #commitmentsForm #thanks {
    padding: 30px 15px;
    padding-top: 100px;
    overflow: hidden;
  }

  #commitmentsForm #thanks .texts {
    max-width: none;
    position: relative;
    z-index: 2;
  }

  #commitmentsForm #thanks .texts h1 {
    max-width: 6.57143em;
    font-size: 2.1875em;
    line-height: 1.28571em;
    letter-spacing: -0.25px;
  }

  #commitmentsForm #thanks .texts p {
    font-size: 0.875em;
    line-height: 1.57143em;
  }

  #commitmentsForm #thanks .img-container {
    width: 280px;
    position: absolute;
    z-index: 0;
    bottom: -100px;
    right: 20px;
    opacity: 0.1;
    padding: 0;
  }

  #commitmentsForm #thanks .img-container img {
    width: 100%;
    height: auto;
  }

  #commitmentsForm #thanks.show {
    display: block;
  }
}

#commitmentsForm .form-container {
  padding-top: 210px;
  padding-bottom: 15vw;
  position: relative;
}

#commitmentsForm .form-container .form-title {
  font-weight: bold;
  font-size: 4.6875em;
  text-align: center;
  letter-spacing: -0.537333px;
  color: #8a418b;
  margin-bottom: 0.8em;
}

#commitmentsForm .form-container .bg-box {
  width: 80%;
  max-width: 950px;
  padding: 120px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: white;
}

#commitmentsForm .form-container #logoBg {
  width: 20vw;
  height: 10vw;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}

#commitmentsForm .form-container #logoBg img {
  width: 100%;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}

#commitmentsForm .form-section {
  margin-bottom: 70px;
}

#commitmentsForm .form-section:last-child {
  margin-bottom: 0;
}

#commitmentsForm .form-section .section-header {
  margin-bottom: 80px;
}

#commitmentsForm .form-section .section-header .section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.625em;
  color: #695d65;
}

#commitmentsForm .form-section .section-header .section-title::before {
  content: "";
  width: 45px;
  height: 1.5px;
  background: #ef614b;
  display: inline-block;
  margin-right: 15px;
}

#commitmentsForm .form-section .section-header .section-subtitle {
  font-size: 0.875em;
  line-height: 1.57143em;
  font-weight: 400;
  color: #695d65;
  opacity: 0.6;
  margin-top: 0.76923em;
}

#commitmentsForm .input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#commitmentsForm .input-group .input-container {
  width: calc(50% - 80px);
}

#commitmentsForm .group-name {
  font-weight: 500;
  font-size: 0.625em;
  margin-bottom: 2em;
  text-transform: uppercase;
  color: #8a418b;
}

#commitmentsForm .input-native,
#commitmentsForm .textarea-native {
  border: none;
  background: #f7f7f7;
  outline: none;
  font-size: 12px;
  font-weight: 400;
  font-family: "Roboto";
  border: 1px solid #f7f7f7;
}

#commitmentsForm .input-native::-webkit-input-placeholder,
#commitmentsForm .textarea-native::-webkit-input-placeholder {
  color: #bebebe;
}

#commitmentsForm .input-native::-moz-placeholder,
#commitmentsForm .textarea-native::-moz-placeholder {
  color: #bebebe;
}

#commitmentsForm .input-native:-ms-input-placeholder,
#commitmentsForm .textarea-native:-ms-input-placeholder {
  color: #bebebe;
}

#commitmentsForm .input-native::-ms-input-placeholder,
#commitmentsForm .textarea-native::-ms-input-placeholder {
  color: #bebebe;
}

#commitmentsForm .input-native::placeholder,
#commitmentsForm .textarea-native::placeholder {
  color: #bebebe;
}

#commitmentsForm .input-native.wrong,
#commitmentsForm .textarea-native.wrong {
  -webkit-animation: a-wrong-border-native 3s cubic-bezier(0.75, 0.37, 0.13, 0.91);
  animation: a-wrong-border-native 3s cubic-bezier(0.75, 0.37, 0.13, 0.91);
}

#commitmentsForm .textarea {
  max-width: 550px;
  height: 207px;
  padding-top: 15px;
}

#commitmentsForm .dropdown[for="name"] {
  max-width: none;
  margin-top: 60px;
}

#commitmentsForm .section-commitment > .flex {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

#commitmentsForm .section-commitment .checkbox-container {
  width: 440px;
}

#commitmentsForm .section-commitment .radio-container {
  width: calc(100% - 440px);
}

@media (max-width: 950px) {
  #commitmentsForm .section-commitment .checkbox-container {
    width: 400px;
  }

  #commitmentsForm .section-commitment .radio-container {
    width: calc(100% - 400px);
  }
}

@media (max-width: 900px) {
  #commitmentsForm .section-commitment .checkbox-container {
    width: 350px;
  }

  #commitmentsForm .section-commitment .radio-container {
    width: calc(100% - 350px);
  }
}

@media (max-width: 800px) {
  #commitmentsForm .section-commitment .checkbox-container {
    width: 370px;
  }

  #commitmentsForm .section-commitment .radio-container {
    width: calc(100% - 370px - 30px);
    margin-right: 30px;
  }

  #commitmentsForm .section-commitment .radio-container .radio-item {
    margin-bottom: 5px;
  }
}

#commitmentsForm #whereLocated,
#commitmentsForm #whereActioned {
  margin-bottom: 20px;
}

#commitmentsForm .actioned {
  margin-top: 40px;
}

#commitmentsForm .section-write input {
  max-width: 550px;
  height: 47px;
  margin-bottom: 20px;
}

#commitmentsForm .section-write #submit {
  width: 200px;
  display: block;
  margin-top: 40px;
}

@media (max-width: 1300px) {
  #commitmentsForm .form-container .bg-box {
    max-width: 800px;
    padding: 80px;
  }

  #commitmentsForm .input-group .input-container {
    width: calc(50% - 50px);
  }

  #commitmentsForm .checkbox-container .checkbox-item .label {
    max-width: 25.83333em;
  }
}

@media (max-width: 950px) {
  #commitmentsForm .form-container .bg-box {
    padding: 60px 40px;
  }
}

@media (max-width: 950px) {
  #commitmentsForm .checkbox-container .checkbox-item .label {
    max-width: 23.33333em;
  }
}

@media (max-width: 740px) {
  #commitmentsForm .form-container {
    padding-top: 100px;
  }

  #commitmentsForm .form-container .form-title {
    font-size: 1.875em;
    margin-bottom: 1.33333em;
  }

  #commitmentsForm .form-container .bg-box {
    padding: 40px 20px;
    width: calc(100% - 40px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 20px;
  }

  #commitmentsForm #logoBg {
    display: none;
  }

  #commitmentsForm .section-commitment > .flex {
    display: block;
  }

  #commitmentsForm .section-commitment .checkbox-container,
  #commitmentsForm .section-commitment .radio-container {
    width: 100%;
  }

  #commitmentsForm .section-commitment .radio-container {
    margin-right: 0;
    margin-bottom: 80px;
  }

  #commitmentsForm .section-commitment .radio-container .radio-item {
    margin-bottom: 5px;
  }

  #commitmentsForm .section-commitment .checkbox-container .error-message {
    top: -40px;
  }

  #commitmentsForm .section-commitment .checkbox-container .checkbox-item .label {
    max-width: 42.5em;
  }
}

@media (max-width: 640px) {
  #commitmentsForm .form-section .section-header {
    margin-bottom: 40px;
  }

  #commitmentsForm .radio-container {
    display: block;
  }

  #commitmentsForm .radio-container .radio-item .label {
    font-size: 0.75em;
  }

  #commitmentsForm .section-commitment .checkbox-container .checkbox-item .label {
    max-width: 38.33333em;
  }

  #commitmentsForm .input-group .input-container {
    width: calc(50% - 20px);
  }

  #commitmentsForm .input-container {
    height: 37px;
    padding-top: 30px;
  }

  #commitmentsForm .input-container .error-message {
    right: 0;
    top: 18px;
  }

  #commitmentsForm .input-container input {
    padding-left: 0;
  }

  #commitmentsForm .input-container .label {
    -webkit-transform: translateX(0) translateY(45px);
    -ms-transform: translateX(0) translateY(45px);
    transform: translateX(0) translateY(45px);
  }

  #commitmentsForm .input-container input:focus ~ .label,
  #commitmentsForm .input-container input:not(:placeholder-shown) ~ .label {
    -webkit-transform: translateX(0px) translateY(20px);
    -ms-transform: translateX(0px) translateY(20px);
    transform: translateX(0px) translateY(20px);
  }

  #commitmentsForm .dropdown .error-message {
    right: auto;
    left: 0;
  }

  #commitmentsForm .dropdown .label {
    height: 32px;
    padding-left: 0;
  }

  #commitmentsForm .dropdown .arrow-icon {
    top: 14px;
  }
}

@media (max-width: 610px) {
  #commitmentsForm .form-section .section-header .section-title {
    font-size: 1.5em;
  }

  #commitmentsForm .form-section .section-header .section-title::before {
    width: 25px;
  }

  #commitmentsForm .section-commitment .checkbox-container .checkbox-item .label {
    max-width: 33.33333em;
  }
}

@media (max-width: 580px) {
  #commitmentsForm .input-group {
    display: block;
  }

  #commitmentsForm .input-group .input-container {
    width: 100%;
  }

  #commitmentsForm .section-commitment .checkbox-container .checkbox-item .label {
    max-width: 30em;
  }
}

@media (max-width: 510px) {
  #commitmentsForm .section-commitment .checkbox-container .checkbox-item .label {
    max-width: 26.66667em;
  }
}

@media (max-width: 460px) {
  #commitmentsForm .form-container .form-title {
    max-width: 200px;
    font-size: 2.1875em;
    margin-left: 0.6em;
    text-align: left;
  }

  #commitmentsForm .form-container .bg-box {
    padding: 30px 16px;
    width: calc(100% - 30px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 15px;
  }

  #commitmentsForm .form-section .section-header .section-title {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 13px;
  }

  #commitmentsForm .section-commitment .checkbox-container {
    -webkit-box-shadow: -3px 3px 6px #0000002e;
    box-shadow: -3px 3px 6px #0000002e;
  }

  #commitmentsForm .section-commitment .checkbox-container .checkbox-item .label {
    max-width: 24.16667em;
  }

  #commitmentsForm #submit {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 430px) {
  #commitmentsForm .section-commitment .checkbox-container .checkbox-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  #commitmentsForm .section-commitment .checkbox-container .checkbox-item .circle {
    margin-right: 15px;
  }

  #commitmentsForm .section-commitment .checkbox-container .checkbox-item .label {
    max-width: 20.83333em;
  }

  #commitmentsForm .section-commitment .checkbox-container .checkbox-item .label.bold {
    left: 42px;
  }
}

@media (max-width: 390px) {
  #commitmentsForm .section-commitment .checkbox-container .checkbox-item .label {
    max-width: 18.33333em;
  }
}

@media (max-width: 330px) {
  #commitmentsForm .section-commitment .checkbox-container .checkbox-item .label {
    max-width: 16.66667em;
  }
}

/* wrong animations */
@-webkit-keyframes a-wrong-border {
  0% {
    border-color: #979797;
  }
  50% {
    border-color: #f7941e;
  }
  100% {
    border-color: #979797;
  }
}

@keyframes a-wrong-border {
  0% {
    border-color: #979797;
  }
  50% {
    border-color: #f7941e;
  }
  100% {
    border-color: #979797;
  }
}

@-webkit-keyframes a-wrong-border-native {
  0% {
    border-radius: 0px;
    border: 1px solid #f7f7f7;
  }
  50% {
    border-radius: 4px;
    border: 1px solid #f7941e;
  }
  100% {
    border-radius: 0px;
    border: 1px solid #f7f7f7;
  }
}

@keyframes a-wrong-border-native {
  0% {
    border-radius: 0px;
    border: 1px solid #f7f7f7;
  }
  50% {
    border-radius: 4px;
    border: 1px solid #f7941e;
  }
  100% {
    border-radius: 0px;
    border: 1px solid #f7f7f7;
  }
}

@-webkit-keyframes a-wrong-radio {
  0% {
    border-color: #979797;
    background: transparent;
  }
  50% {
    border-color: #f7941e;
    background: #f7941e;
  }
  100% {
    border-color: #979797;
    background: transparent;
  }
}

@keyframes a-wrong-radio {
  0% {
    border-color: #979797;
    background: transparent;
  }
  50% {
    border-color: #f7941e;
    background: #f7941e;
  }
  100% {
    border-color: #979797;
    background: transparent;
  }
}

@-webkit-keyframes a-wrong-text {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}

@keyframes a-wrong-text {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
}

/*** commitments header ***/
.page-commitments .section_header {
  height: calc(100vh - 200px);
  padding-top: 120px;
  background-image: url("../images/header-bg_commitments.jpg");
  background-size: cover;
}

.page-commitments .section_header:before,
.page-commitments .section_header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.page-commitments .section_header:before {
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 0;
}

.page-commitments .section_header:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(56%, rgba(0, 0, 0, 0.05)),
    color-stop(99%, rgba(0, 0, 0, 0.55))
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 56%, rgba(0, 0, 0, 0.55) 99%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 56%, rgba(0, 0, 0, 0.55) 99%);
  z-index: 1;
}

@media (max-width: 1200px) {
  .page-commitments .section_header {
    background-attachment: scroll;
  }
}

.page-commitments .section_header .section__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 740px) {
  .page-commitments .section_header {
    height: calc(100vh - 300px);
    padding-top: 60px;
  }

  .page-commitments .section_header .section__inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .page-commitments .section_header .block-page-title {
    text-align: left;
    margin: 0;
    margin-bottom: 120px;
  }

  .page-commitments .section_header #page-title {
    font-size: 2.1875em;
    line-height: 1.28571em;
    letter-spacing: -0.250756px;
    font-weight: 500;
  }
}

.page-commitments {
  background: #f2f2f2;
}

.page-commitments .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-commitments .container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.page-commitments .main-container {
  padding-bottom: 15vw;
  position: relative;
}

.page-commitments #logoBg {
  width: 20vw;
  height: 10vw;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}

.page-commitments #logoBg img {
  width: 100%;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}

.page-commitments .add-commitment {
  padding: 15px 22px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: white;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  z-index: 2;
}

.page-commitments .add-commitment .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-commitments .add-commitment img {
  width: 136px;
  height: 136px;
}

.page-commitments .add-commitment .text {
  margin-left: 20px;
}

.page-commitments .add-commitment .text h4 {
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1.34615em;
  margin: 0;
  margin-bottom: 0.38462em;
}

.page-commitments .add-commitment .text p {
  max-width: 21.25em;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.375em;
  margin: 0;
}

.page-commitments .section-title {
  font-weight: bold;
  font-size: 1.625em;
  color: #695d65;
  text-align: center;
  margin-top: 0.76923em;
  margin-bottom: 1.92308em;
}

.page-commitments .stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 60px;
}

.page-commitments .stats .stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-commitments .stats .stats-item img {
  height: 40px;
}

.page-commitments .stats .stats-item .stats-title {
  max-width: 15em;
  font-weight: 500;
  font-size: 0.625em;
  line-height: 1.2em;
  margin-top: 3em;
  margin-bottom: 1.8em;
  text-align: center;
  text-transform: uppercase;
  color: #695d65;
}

.page-commitments .stats .stats-item .stats-number {
  font-weight: 500;
  font-size: 1.5em;
  text-align: center;
  color: #8a418b;
}

.page-commitments .stats .stats-item:nth-child(even) .stats-number {
  color: #f7941e;
}

.page-commitments .filters {
  padding: 20px 0;
  border-top: 1.5px solid rgba(105, 93, 101, 0.1);
}

.page-commitments .filters > h5 {
  font-weight: 500;
  font-size: 1.125em;
  line-height: 1.16667em;
  color: #8a418b;
}

.page-commitments .filters > .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-commitments .filters > .flex > * {
  margin-right: 40px;
}

.page-commitments .filters .dropdown {
  width: 150px;
  background: transparent;
}

.page-commitments .filters .dropdown .label {
  border: none;
  padding-left: 0;
}

.page-commitments .filters .dropdown .arrow-icon {
  right: 0;
}

.page-commitments .filters .dropdown .list {
  position: absolute;
  background: white;
  -webkit-box-shadow: 0 9px 10px 10px #00000000;
  box-shadow: 0 9px 10px 10px #00000000;
  -webkit-transition: height 1s cubic-bezier(0.89, 0.4, 0, 0.99), -webkit-box-shadow 2s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: height 1s cubic-bezier(0.89, 0.4, 0, 0.99), -webkit-box-shadow 2s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: height 1s cubic-bezier(0.89, 0.4, 0, 0.99), box-shadow 2s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: height 1s cubic-bezier(0.89, 0.4, 0, 0.99), box-shadow 2s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: height 1s cubic-bezier(0.89, 0.4, 0, 0.99), box-shadow 2s cubic-bezier(0, 0.6, 0.09, 0.97),
    -webkit-box-shadow 2s cubic-bezier(0, 0.6, 0.09, 0.97);
}

.page-commitments .filters .dropdown .list.show {
  -webkit-box-shadow: 0 9px 10px 10px #0000000a;
  box-shadow: 0 9px 10px 10px #0000000a;
}

.page-commitments .filters .region-container {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-commitments .filters .region-container .info-button {
  width: 10px;
  min-width: 10px;
  height: 10px;
  color: #8a418b;
  border: 1px solid currentColor;
  border-radius: 50%;
  cursor: help;
  margin-right: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(-0.5px);
  -ms-transform: translateY(-0.5px);
  transform: translateY(-0.5px);
}

.page-commitments .filters .region-container .info-button .icon {
  font-weight: normal;
  font-size: 8px;
  display: inline-block;
  -webkit-transform: translateX(-0.2px) translateY(0.5px);
  -ms-transform: translateX(-0.2px) translateY(0.5px);
  transform: translateX(-0.2px) translateY(0.5px);
}

.page-commitments .filters .region-container .info-container {
  width: 156px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 10px;
  padding-bottom: 4px;
  padding-right: 16px;
  position: absolute;
  top: 4px;
  -webkit-transform: translateX(-10px) translateY(-150%);
  -ms-transform: translateX(-10px) translateY(-150%);
  transform: translateX(-10px) translateY(-150%);
  background: white;
  color: #383537;
  opacity: 0;
  -webkit-box-shadow: 1px 8px 16px 0px #00000017;
  box-shadow: 1px 8px 16px 0px #00000017;
  -webkit-transition: all 1s cubic-bezier(0.66, 0.25, 0.09, 0.97);
  -o-transition: all 1s cubic-bezier(0.66, 0.25, 0.09, 0.97);
  transition: all 1s cubic-bezier(0.66, 0.25, 0.09, 0.97);
}

.page-commitments .filters .region-container .info-container .info-text {
  width: 100%;
  white-space: normal;
  display: inline-block;
  font-weight: normal;
  font-size: 0.625em;
  line-height: 1.2em;
}

.page-commitments .filters .region-container .info-button:hover + .info-container {
  -webkit-transform: translateX(-10px) translateY(-100%);
  -ms-transform: translateX(-10px) translateY(-100%);
  transform: translateX(-10px) translateY(-100%);
  opacity: 1;
}

.page-commitments .filters .checkbox-item .label {
  font-size: 10px;
  text-transform: uppercase;
}

.page-commitments .filters .checkbox-item .circle {
  -webkit-transform: translateY(0.5px);
  -ms-transform: translateY(0.5px);
  transform: translateY(0.5px);
}

.page-commitments .filters .search {
  width: calc(100% - 750px);
  height: 60px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #695d65;
  margin: 0;
}

.page-commitments .filters .search button,
.page-commitments .filters .search input {
  border: none;
  background: transparent;
  outline: none;
}

.page-commitments .filters .search input {
  width: calc(100% - 50px);
  height: 100%;
  color: white;
  font-weight: normal;
  font-size: 0.625em;
  font-family: "Roboto";
  font-weight: 300;
}

.page-commitments .filters .search input::-webkit-input-placeholder {
  color: white;
}

.page-commitments .filters .search input::-moz-placeholder {
  color: white;
}

.page-commitments .filters .search input:-ms-input-placeholder {
  color: white;
}

.page-commitments .filters .search input::-ms-input-placeholder {
  color: white;
}

.page-commitments .filters .search input::placeholder {
  color: white;
}

.page-commitments .filters .search button {
  width: 50px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  cursor: pointer;
}

.page-commitments .filters .search button svg {
  width: 100%;
  height: 100%;
  fill: white;
}

.page-commitments .results-count {
  font-weight: 500;
  font-size: 1.125em;
  color: #f7941e;
  margin: 1.94444em 0;
}

.page-commitments .results .mobile-results {
  display: none;
}

.page-commitments .results .result {
  margin-bottom: 20px;
}

.page-commitments .results .result.result-mobile .result-header {
  margin-bottom: 20px;
}

.page-commitments .results .pagination {
  margin-top: 50px;
}

@media (max-width: 1150px) {
  .page-commitments .container {
    max-width: 900px;
  }

  .page-commitments .filters .search {
    width: calc(100% - 700px);
  }
}

@media (max-width: 950px) {
  .page-commitments .container {
    width: calc(100% - 30px);
    max-width: 800px;
  }

  .page-commitments .add-commitment {
    width: calc(100% - 30px);
    padding-right: 20px;
  }

  .page-commitments .add-commitment .button {
    margin-left: 20px;
  }

  .page-commitments .filters > .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-commitments .filters > .flex > * {
    margin-right: 20px;
  }

  .page-commitments .filters .dropdown {
    width: 120px;
  }

  .page-commitments .filters .search {
    width: 100%;
    margin-top: 22px;
  }

  .page-commitments .stats .stats-item .stats-title {
    max-width: 13em;
  }
}

@media (max-width: 740px) {
  .page-commitments .container {
    width: calc(100% - 30px);
  }

  .page-commitments #logoBg {
    display: none;
  }

  .page-commitments .add-commitment {
    padding: 40px 26px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  .page-commitments .add-commitment .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .page-commitments .add-commitment .flex img {
    width: 97px;
    height: 97px;
    margin-bottom: 35px;
  }

  .page-commitments .add-commitment .flex .text {
    margin: 0;
  }

  .page-commitments .add-commitment .flex .text h4 {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -0.25px;
  }

  .page-commitments .add-commitment .flex .text p {
    font-size: 12px;
    line-height: 20px;
  }

  .page-commitments .add-commitment .button {
    margin-top: 35px;
    margin-left: 0;
  }

  .page-commitments .section-title {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -0.178571px;
  }

  .page-commitments .stats {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .page-commitments .stats .stats-item {
    width: calc(50% - 20px);
    margin-bottom: 38px;
  }

  .page-commitments .stats .stats-item img {
    height: 50px;
  }

  .page-commitments .stats .stats-item .stats-title {
    max-width: 15em;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .page-commitments .stats .stats-item:last-child {
    margin-bottom: 0;
  }

  .page-commitments .filters {
    padding-top: 44px;
  }

  .page-commitments .filters h5 {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: -0.178571px;
  }

  .page-commitments .filters > .flex .dropdown .label {
    padding-right: 15px;
  }

  .page-commitments .filters > .flex .dropdown .option {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-commitments .filters > .flex > .dropdown:first-child {
    margin-right: 15px;
  }

  .page-commitments .filters > .flex > * {
    margin-right: 0;
  }

  .page-commitments .filters > .flex .checkbox-container {
    width: 100%;
  }

  .page-commitments .filters > .flex .checkbox-container .checkbox-item {
    padding-left: 0;
  }

  .page-commitments .filters > .flex .checkbox-container .checkbox-item .circle {
    -webkit-transform: translateY(-0.5px);
    -ms-transform: translateY(-0.5px);
    transform: translateY(-0.5px);
    margin-right: 10px;
  }

  .page-commitments .filters > .flex .checkbox-container .checkbox-item .bold {
    left: 22px;
  }

  .page-commitments .results-count {
    font-size: 12px;
    text-align: center;
    letter-spacing: -0.0868px;
    text-transform: uppercase;
  }

  .page-commitments .results .mobile-results {
    display: block;
  }

  .page-commitments .results .desktop-results {
    display: none;
  }
}

@keyframes a-line {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}

/*** conferences header ***/
.page-conferences .section_header,
.page-conference .section_header {
  height: calc(100vh - 200px);
  padding-top: 120px;
  background-image: url("../images/header-bg_conferences.jpg");
  background-size: cover;
}

.page-conferences .section_header:before,
.page-conferences .section_header:after,
.page-conference .section_header:before,
.page-conference .section_header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.page-conferences .section_header:before,
.page-conference .section_header:before {
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 0;
}

.page-conferences .section_header:after,
.page-conference .section_header:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(56%, rgba(0, 0, 0, 0.05)),
    color-stop(99%, rgba(0, 0, 0, 0.55))
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 56%, rgba(0, 0, 0, 0.55) 99%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 56%, rgba(0, 0, 0, 0.55) 99%);
  z-index: 1;
}

@media (max-width: 1200px) {
  .page-conferences .section_header,
  .page-conference .section_header {
    background-attachment: scroll;
  }
}

.page-conferences .section_header .section__inner,
.page-conference .section_header .section__inner {
  position: relative;
  z-index: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 740px) {
  .page-conferences .section_header,
  .page-conference .section_header {
    height: calc(100vh - 300px);
    padding-top: 60px;
  }

  .page-conferences .section_header .section__inner,
  .page-conference .section_header .section__inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .page-conferences .section_header .block-page-title,
  .page-conference .section_header .block-page-title {
    text-align: left;
    margin: 0;
    margin-bottom: 120px;
  }

  .page-conferences .section_header #page-title,
  .page-conference .section_header #page-title {
    font-size: 2.1875em;
    line-height: 1.28571em;
    letter-spacing: -0.250756px;
    font-weight: 500;
  }
}

.page-conferences {
  background: #f2f2f2;
}

.page-conferences .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-conferences .container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.page-conferences .main-container {
  padding-bottom: 15vw;
  position: relative;
}

.page-conferences #logoBg {
  width: 20vw;
  height: 10vw;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}

.page-conferences #logoBg img {
  width: 100%;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}

.page-conferences .filter-date {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: white;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: relative;
  z-index: 2;
}

.page-conferences .filter-date .img-container {
  width: 160px;
  height: 160px;
  position: relative;
  overflow: hidden;
}

.page-conferences .filter-date .img-container img {
  width: 200%;
  max-width: none;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.page-conferences .filter-date .text {
  margin-left: 20px;
}

.page-conferences .filter-date .text h4 {
  font-weight: bold;
  font-size: 1.625em;
  line-height: 1.34615em;
  margin: 0;
  margin-bottom: 0.38462em;
}

.page-conferences .filter-date .text .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.page-conferences .filter-date .text .options .bg {
  height: 100%;
  background: #f7941e;
  position: absolute;
  left: 0;
  top: 0;
}

.page-conferences .filter-date .text .options .input {
  position: relative;
}

.page-conferences .filter-date .text .options .input .label {
  border: 1px solid #8a418b;
  border-right: none;
  color: #8a418b;
  position: relative;
  z-index: 0;
  font-weight: normal;
  font-size: 1.25em;
  padding: 12px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: color 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: color 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: color 1s cubic-bezier(0, 0.6, 0.09, 0.97);
}

.page-conferences .filter-date .text .options .input .label span {
  margin-right: 0.25em;
}

.page-conferences .filter-date .text .options .input input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 2;
  margin: 0;
  cursor: pointer;
}

.page-conferences .filter-date .text .options .input input:checked + .label {
  color: white;
}

.page-conferences .filter-date .text .options .input:last-child .label {
  border-right: 1px solid #8a418b;
}

.page-conferences .search {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #695d65;
  margin: 0;
}

.page-conferences .search button,
.page-conferences .search input {
  border: none;
  background: transparent;
  outline: none;
}

.page-conferences .search input {
  width: calc(100% - 50px);
  height: 100%;
  color: white;
  font-weight: normal;
  font-size: 0.625em;
  font-family: "Roboto";
  font-weight: 300;
}

.page-conferences .search input::-webkit-input-placeholder {
  color: white;
}

.page-conferences .search input::-moz-placeholder {
  color: white;
}

.page-conferences .search input:-ms-input-placeholder {
  color: white;
}

.page-conferences .search input::-ms-input-placeholder {
  color: white;
}

.page-conferences .search input::placeholder {
  color: white;
}

.page-conferences .search button {
  width: 50px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
  cursor: pointer;
}

.page-conferences .search button svg {
  width: 100%;
  height: 100%;
  fill: white;
}

.page-conferences .filter-theme-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 50px;
}

.page-conferences .filter-theme-type .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-right: 32px;
}

.page-conferences .filter-theme-type .option input {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  z-index: 2;
  margin: 0;
  cursor: pointer;
}

.page-conferences .filter-theme-type .option .label {
  font-weight: 500;
  font-size: 1.625em;
  color: #695d65;
  text-align: center;
  -webkit-transition: color 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: color 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: color 1s cubic-bezier(0, 0.6, 0.09, 0.97);
}

.page-conferences .filter-theme-type .option .circle {
  width: 10px;
  min-width: 10px;
  height: 10px;
  color: inherit;
  border: 1px solid #979797;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.page-conferences .filter-theme-type .option .circle::before {
  content: "";
  width: 60%;
  height: 60%;
  background: #f69725;
  color: inherit;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
}

.page-conferences .filter-theme-type .option input:checked + .label {
  color: #8a418b;
}

.page-conferences .filter-theme-type .option input:checked ~ .circle::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.page-conferences .filter-theme-type .option:last-child {
  margin-right: 0;
}

.page-conferences .filter-theme-type.disabled {
  pointer-events: none;
}

.page-conferences .stats-container {
  margin-bottom: 60px;
  position: relative;
}

.page-conferences .stats-container.disabled {
  pointer-events: none;
}

.page-conferences .stats {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: absolute;
  top: 0;
  pointer-events: none;
}

.page-conferences .stats .stats-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  opacity: 0;
}

.page-conferences .stats .stats-item input {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

.page-conferences .stats .stats-item img {
  height: 40px;
  margin-bottom: 20px;
}

.page-conferences .stats .stats-item .stats-title {
  max-width: 15em;
  font-weight: 500;
  font-size: 0.625em;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 1.8em;
  text-align: center;
  text-transform: uppercase;
  color: inherit;
}

.page-conferences .stats .stats-item .stats-circle {
  width: 10px;
  min-width: 10px;
  height: 10px;
  color: inherit;
  border: 1px solid #979797;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.page-conferences .stats .stats-item .stats-circle::before {
  content: "";
  width: 60%;
  height: 60%;
  background: currentColor;
  color: inherit;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  -o-transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
  transition: all 1s cubic-bezier(0, 0.6, 0.09, 0.97);
}

.page-conferences .stats .stats-item input:checked ~ .stats-circle::before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.page-conferences .stats .stats-item:nth-child(1) {
  color: #f3953d;
}

.page-conferences .stats .stats-item:nth-child(2) {
  color: #ef614b;
}

.page-conferences .stats .stats-item:nth-child(3) {
  color: #8a418b;
}

.page-conferences .stats .stats-item:nth-child(4) {
  color: #2488f7;
}

.page-conferences .stats .stats-item:nth-child(5) {
  color: #9e264a;
}

.page-conferences .stats.stats-type .stats-item .stats-title {
  font-size: 0.875em;
  max-width: 10em;
}

.page-conferences .stats.active {
  pointer-events: unset;
}

.page-conferences .results-count {
  font-weight: 500;
  font-size: 1.125em;
  color: #f7941e;
  margin: 1.94444em 0;
}

.page-conferences .results .mobile-results {
  display: none;
}

.page-conferences .results .result {
  margin-bottom: 20px;
}

.page-conferences .results .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.page-conferences .results .pagination .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.page-conferences .results .pagination .numbers a {
  display: inline-block;
  color: #f7941e;
  overflow: hidden;
}

.page-conferences .results .pagination .numbers a::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background: currentColor;
  position: relative;
  left: -2.5px;
  top: -2px;
}

.page-conferences .results .pagination .numbers a:hover::after {
  -webkit-animation: a-line 1s cubic-bezier(0.99, 0.29, 0, 0.9);
  animation: a-line 1s cubic-bezier(0.99, 0.29, 0, 0.9);
}

.page-conferences .results .pagination .numbers .number,
.page-conferences .results .pagination .numbers .next-page,
.page-conferences .results .pagination .numbers .last-page,
.page-conferences .results .pagination .numbers .text {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.14286em;
}

.page-conferences .results .pagination .numbers .number {
  padding: 0 6px;
  padding-top: 4px;
  line-height: 0.71429em;
  margin-right: 13px;
}

.page-conferences .results .pagination .numbers .number::after {
  width: calc(100% + 10px);
  left: -5px;
}

.page-conferences .results .pagination .numbers .number.number-active {
  font-size: 1.5em;
  -webkit-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  transform: translateY(-9px);
}

.page-conferences .results .pagination .numbers .number.number-active::after {
  content: none;
}

.page-conferences .results .pagination .numbers .next-page,
.page-conferences .results .pagination .numbers .last-page,
.page-conferences .results .pagination .numbers .text {
  color: #ef614b;
  line-height: 0.71429em;
}

.page-conferences .results .pagination .numbers .next-page,
.page-conferences .results .pagination .numbers .last-page {
  padding-top: 4px;
}

.page-conferences .results .pagination .numbers .next-page::after,
.page-conferences .results .pagination .numbers .last-page::after {
  left: 0px;
}

.page-conferences .results .pagination .numbers .text {
  display: inline-block;
  line-height: 34px;
  margin: 0 4px;
}

.page-conferences .results .pagination .pages-count {
  font-weight: 500;
  font-size: 0.875em;
  line-height: 1.14286em;
  color: #695d65;
  margin-top: 1.42857em;
}

@media (max-width: 1150px) {
  .page-conferences .container {
    width: calc(100% - 30px);
    max-width: 800px;
  }

  .page-conferences .filter-date {
    width: calc(100% - 30px);
  }

  .page-conferences .filter-date .text .options .input .label {
    padding: 8px 20px;
    font-size: 16px;
  }
}

@media (max-width: 950px) {
  .page-conferences .container {
    max-width: 800px;
  }

  .page-conferences .filter-date .text .options .input .label {
    font-size: 14px;
  }

  .page-conferences .stats .stats-item .stats-title {
    max-width: 13em;
  }
}

@media (max-width: 740px) {
  .page-conferences .container {
    width: calc(100% - 30px);
  }

  .page-conferences #logoBg {
    display: none;
  }

  .page-conferences .filter-date {
    display: block;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  .page-conferences .filter-date .img-container {
    width: 90px;
    height: 90px;
  }

  .page-conferences .filter-date .img-container img {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .page-conferences .filter-date .text {
    padding: 30px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .page-conferences .filter-date .text h4 {
    margin-bottom: 30px;
  }

  .page-conferences .filter-date .text .options {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .page-conferences .filter-date .text .options .bg {
    height: 30vw;
  }

  .page-conferences .filter-date .text .options .input {
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .page-conferences .filter-date .text .options .input .label {
    width: 100%;
    height: 30vw;
    border: 1px solid #8a418b;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.1px;
  }

  .page-conferences .filter-date .text .options .input .label span {
    margin-right: 0;
  }

  .page-conferences .filter-date .text .options .input .label .big {
    font-size: 35px;
    line-height: 41px;
    font-weight: bold;
    letter-spacing: -0.25px;
  }

  .page-conferences .filter-date .text .options .input .label .comma {
    display: none;
  }

  .page-conferences .filter-date .text .options .input:nth-child(even) .label {
    border-right: none;
  }

  .page-conferences .filter-date .text .options .input:nth-child(2) .label,
  .page-conferences .filter-date .text .options .input:nth-child(3) .label {
    border-bottom: none;
  }

  .page-conferences .filter-theme-type .option .label {
    font-size: 16px;
  }

  .page-conferences .stats-container {
    border-bottom: 1px solid #dadada;
  }

  .page-conferences .stats {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .page-conferences .stats .stats-item {
    width: calc(50% - 20px);
    margin-bottom: 38px;
  }

  .page-conferences .stats .stats-item img {
    height: 50px;
  }

  .page-conferences .stats .stats-item .stats-title {
    max-width: 15em;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .page-conferences .stats .stats-item .stats-circle {
    margin-right: 0;
  }

  .page-conferences .stats .stats-item:last-child {
    margin-bottom: 0;
  }

  .page-conferences .results-count {
    font-size: 12px;
    text-align: center;
    letter-spacing: -0.0868px;
    text-transform: uppercase;
  }

  .page-conferences .results .mobile-results {
    display: block;
  }

  .page-conferences .results .desktop-results {
    display: none;
  }
}

@media (max-width: 440px) {
  .page-conferences .filter-date .text .options .input .label,
  .page-conferences .filter-date .text .options .bg {
    height: 36vw;
  }
}

@keyframes a-line {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
  }
}

.page-conference {
  background: #f2f2f2;
}

.node-type-ct-commitments .flex,
.page-conference .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.node-type-ct-commitments .content,
.page-conference .container {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.node-type-ct-commitments .title-h3,
.page-conference .title-h3 {
  font-weight: 500;
  font-size: 1.625em;
  line-height: 1.875em;
  color: #8a418b;
}

.page-conference .main-container {
  padding-top: 15vw;
  padding-bottom: 15vw;
  position: relative;
}

.node-type-ct-commitments #logoBg,
.page-conference #logoBg {
  width: 20vw;
  height: 10vw;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}

.page-conference #logoBg img {
  width: 100%;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(0%);
  -ms-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}

.page-conference #sectionInfo {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.node-type-ct-commitments .content-left,
.page-conference .content-left {
  width: calc(100% - 420px);
}

.page-conference .content-left .conference-title {
  font-weight: 500;
  font-size: 2.5em;
  line-height: 1.175em;
  color: #ef614b;
  max-width: 100%;
}

.node-type-ct-commitments .content-left p,
.node-type-ct-commitments .content-left h5,
.node-type-ct-commitments .content-left li,
.page-conference .content-left p,
.page-conference .content-left h5,
.page-conference .content-left li {
  font-size: 0.875em;
}

.page-conference .content-left .description {
  font-weight: normal;
  line-height: 1.25em;
  color: #695d65;
  margin-top: 60px;
}

.node-type-ct-commitments .content-left .description strong,
.page-conference .content-left .description strong {
  font-weight: 500;
}

.node-type-ct-commitments .content-left .specs-container,
.page-conference .content-left .specs-container {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.page-conference .content-left .specs-container .specs {
  margin-bottom: 30px;
}

.page-conference .content-left .specs-container .specs h5 {
  font-weight: 500;
  margin-bottom: 5px;
}

.page-conference .content-left .specs-container .specs ul {
  padding: 0;
  list-style: none;
  font-weight: 400;
}

.page-conference .content-left .specs-container .specs ul .purple {
  color: #8a418b;
}

.page-conference .content-left .video-container video {
  width: 100%;
  -webkit-box-shadow: 3px 14px 50px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 14px 50px rgba(0, 0, 0, 0.2);
}

.node-type-ct-commitments .content-right,
.page-conference .content-right {
  width: 360px;
  height: auto;
  padding: 50px;
  margin-left: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  -webkit-box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 6px 10px 2px rgba(0, 0, 0, 0.15);
}

.node-type-ct-commitments .content-right .info-item,
.page-conference .content-right .info-item {
  padding-top: 12px;
  margin-top: 7px;
  border-top: 1px solid rgba(151, 151, 151, 0.3);
}

.node-type-ct-commitments .content-right .info-item .label,
.page-conference .content-right .info-item .label {
  display: block;
  font-size: 0.75em;
  line-height: 1.16667em;
  letter-spacing: 5px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}

.node-type-ct-commitments .content-right .info-item .info-container,
.page-conference .content-right .info-item .info-content {
  font-size: 0.875em;
  line-height: 1.42857em;
  font-weight: 400;
  color: #695d65;
}

.node-type-ct-commitments .content-right .info-item:first-child,
.page-conference .content-right .info-item:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.node-type-ct-commitments .content-right .info-item.theme-item .info-content,
.page-conference .content-right .info-item.theme-item .info-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 14px;
}

.page-conference .content-right .info-item.theme-item .info-content img {
  height: 24px;
  margin-right: 10px;
}

.page-conference .content-right .info-item.theme-item .info-content .theme-title {
  max-width: 15em;
  font-weight: 500;
  font-size: 0.75em;
  line-height: 1.16667em;
  text-transform: uppercase;
  color: #8a418b;
}

.page-conference .content-right .info-item.speakers-item .info-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 14px;
}

.page-conference .content-right .info-item.speakers-item .info-content .img {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  border-radius: 50%;
}

.page-conference .content-right .info-item.speakers-item .info-content .img:last-child {
  margin-right: 0px;
}

.page-conference section {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

.page-conference section .title-h3 {
  margin-bottom: 34px;
}

.page-conference #downloads .mobile-downloads {
  display: none;
}

.page-conference #downloads .desktop-downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-conference #downloads .desktop-downloads .download-item {
  width: calc(50% - 17px);
}

.page-conference #downloads .download-item {
  padding: 22px 38px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  margin-bottom: 34px;
}

.page-conference #downloads .download-item .download-title,
.page-conference #downloads .download-item .download-text {
  font-size: 1em;
  line-height: 1.1875em;
}

.page-conference #downloads .download-item .download-title {
  font-weight: 500;
  color: #ef614b;
}

.page-conference #downloads .download-item .download-text {
  font-weight: normal;
  color: #695d65;
  margin-top: 18px;
  margin-bottom: 22px;
}

.page-conference #downloads .download-item .download-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.page-conference #downloads .download-item .download-button .icon {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.page-conference #downloads .download-item .download-button .icon path {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.page-conference #downloads .download-item .download-button span {
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #ef614b;
  font-weight: bold;
}

.page-conference #downloads .download-item .download-button:hover .icon path:last-child {
  -webkit-animation: a-download 2s cubic-bezier(0, 0.04, 0, 0.79);
  animation: a-download 2s cubic-bezier(0, 0.04, 0, 0.79);
}

@-webkit-keyframes a-download {
  0% {
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(100%) scale(0.1);
    transform: translateY(100%) scale(0.1);
    opacity: 0;
  }
  61% {
    -webkit-transform: translateY(-100%) scale(0.1);
    transform: translateY(-100%) scale(0.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
}

@keyframes a-download {
  0% {
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(100%) scale(0.1);
    transform: translateY(100%) scale(0.1);
    opacity: 0;
  }
  61% {
    -webkit-transform: translateY(-100%) scale(0.1);
    transform: translateY(-100%) scale(0.1);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
}

.page-conference #related .mobile-results {
  display: none;
}

.page-conference #related .mobile-results .result .result-header .result-title {
  margin-bottom: 20px;
}

.page-conference #related .mobile-results .result .text {
  margin-top: 0;
}

.page-conference #related .result {
  margin-bottom: 20px;
}

.page-conference #news {
  border: none;
}

.page-conference #news .desktop-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-conference #news .desktop-news .listing {
  width: calc(100% / 3 - (70px / 2));
  margin: 0;
  margin-right: 70px;
  height: 100%;
}

.page-conference #news .desktop-news .listing:last-child {
  margin-right: 0;
}

.page-conference #news .mobile-news {
  display: none;
}

.page-conference #news .mobile-news .listing {
  margin: 0;
}

.page-conference #news .swiper-pagination {
  display: none;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-conference #news .swiper-pagination span {
  width: 10px;
  height: 10px;
  border: none;
  background: #cbcbcb;
  -webkit-transition: all 0.8s cubic-bezier(0, 1.21, 1, 1);
  -o-transition: all 0.8s cubic-bezier(0, 1.21, 1, 1);
  transition: all 0.8s cubic-bezier(0, 1.21, 1, 1);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin-right: 6px;
}

.page-conference #news .swiper-pagination span:last-child {
  margin-right: 0;
}

.page-conference #news .swiper-pagination span.swiper-pagination-bullet-active {
  background: #f28631;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 1150px) {
  .page-conference .container {
    width: calc(100% - 30px);
    max-width: 800px;
  }

  .page-conference #news .desktop-news .listing {
    width: calc(100% / 3 - (40px / 2));
    margin-right: 40px;
  }

  .page-conference #news .desktop-news .listing .listing__content {
    padding: 40px 15px;
    padding-bottom: 20px;
  }
}

@media (max-width: 950px) {
  .page-conference .container {
    max-width: 800px;
  }

  .page-conference .content-left {
    width: calc(100% - 390px);
  }

  .page-conference .content-right {
    width: 330px;
    padding: 30px;
  }

  .page-conference #news .desktop-news .listing {
    width: calc(100% / 3 - (20px / 2));
    margin-right: 20px;
  }
}

@media (max-width: 850px) {
  .page-conference .main-container {
    padding-top: 0;
  }

  .page-conference #sectionInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .page-conference #sectionInfo .content-left,
  .page-conference #sectionInfo .content-right {
    width: 100%;
  }

  .page-conference #sectionInfo .content-left {
    margin-top: 50px;
  }

  .page-conference #sectionInfo .content-right {
    margin-left: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    position: relative;
    z-index: 2;
    padding: 35px 20px;
  }
}

@media (max-width: 740px) {
  .page-conference .main-container {
    padding-bottom: 0;
  }

  .page-conference #logoBg {
    display: none;
  }

  .page-conference .container {
    width: calc(100% - 30px);
  }

  .page-conference section .title-h3 {
    line-height: 35px;
  }

  .page-conference .content-left .conference-title {
    font-size: 1.5625em;
    line-height: 1.4em;
  }

  .page-conference .content-left .description,
  .page-conference .content-left h5,
  .page-conference .content-left li {
    font-size: 0.75em;
  }

  .page-conference .content-left .description {
    margin-top: 20px;
  }

  .page-conference #downloads .desktop-downloads {
    display: block;
  }

  .page-conference #downloads .desktop-downloads .download-item {
    width: 100%;
    padding: 22px 15px;
    padding-right: 30px;
    margin: 0;
    margin-bottom: 20px;
  }

  .page-conference #downloads .desktop-downloads .download-item .download-text {
    font-size: 12px;
    line-height: 20px;
  }

  .page-conference #downloads .desktop-downloads .download-item:last-child {
    margin-bottom: 0;
  }

  .page-conference #related .mobile-results {
    display: block;
  }

  .page-conference #related .desktop-results {
    display: none;
  }

  .page-conference #news {
    position: relative;
  }

  .page-conference #news .mobile-news {
    display: block;
  }

  .page-conference #news .mobile-news .listing .listing__content {
    padding: 20px 15px;
  }

  .page-conference #news .desktop-news {
    display: none;
  }

  .page-conference #news .swiper-pagination {
    display: block;
  }
}

/*** Home header ***/
.front .section_header {
  height: 900px;
  background-image: url("../images/header-bg_home.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-transition: background 0.5s cubic-bezier(0, 0.99, 1, 1);
  -o-transition: background 0.5s cubic-bezier(0, 0.99, 1, 1);
  transition: background 0.5s cubic-bezier(0, 0.99, 1, 1);
}

.front .section_header:before,
.front .section_header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.front .section_header:before {
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 0;
}

.front .section_header:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(56%, rgba(0, 0, 0, 0.05)),
    color-stop(99%, rgba(0, 0, 0, 0.55))
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 56%, rgba(0, 0, 0, 0.55) 99%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 56%, rgba(0, 0, 0, 0.55) 99%);
  z-index: 1;
}

.front .section_header > cite {
  position: absolute;
  right: 0;
  -webkit-transform: rotateZ(-90deg) translateY(calc(100% - 80px));
  -ms-transform: rotate(-90deg) translateY(calc(100% - 80px));
  transform: rotateZ(-90deg) translateY(calc(100% - 80px));
  color: white;
  opacity: 0.7;
  font-size: 12px;
  letter-spacing: -0.1px;
  top: 50vh;
  font-style: normal;
}

.front .section_header .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  height: 100%;
  z-index: 2;
  position: relative;
}

@media (max-width: 980px) {
  .front .section_header {
    height: 100vh;
    background-size: cover;
    background-attachment: scroll;
    background-position: center !important;
  }

  .front .section_header > cite {
    display: none;
  }
}

.front .section_branding.is-scrolling + .section_header {
  background-position-y: 50px !important;
}

.block-home-header {
  text-align: left;
  max-width: 860px;
  margin: 0;
}

.block-home-header h1,
.block-home-header h2,
.block-home-header h5 {
  color: #fff;
  font-weight: 400;
}

.block-home-header h5 {
  font-size: 18px;
  margin-bottom: 20px;
}

.block-home-header h2 {
  font-weight: 300;
  font-size: 30px;
}

.block-home-header h1 {
  font-size: 75px;
  font-weight: 500;
  margin-bottom: 0.25em;
}

@media (max-width: 980px) {
  .block-home-header h1 {
    margin-bottom: 1.5em;
  }
}

.block-home-header cite {
  color: white;
  opacity: 0.7;
  font-size: 12px;
  letter-spacing: -0.1px;
  font-style: normal;
  display: none;
  margin-top: 15px;
}

@media (max-width: 980px) {
  .block-home-header cite {
    display: block;
  }

  .block-home-header h1 {
    font-size: 40px;
    margin-bottom: 0.5em;
  }

  .block-home-header h1 br {
    display: none;
  }

  .block-home-header h2 {
    font-size: 18px;
  }

  .block-home-header h5 {
    font-size: 15px;
  }
}

/*** Home Content - News ***/
.block-home-latest {
  position: relative;
  top: -100px;
}

@media (max-width: 740px) {
  .block-home-latest {
    top: -4em;
  }
}

.block-home-latest .view-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 700;
}

@media (max-width: 980px) {
  .block-home-latest .view-header {
    display: block;
    margin-bottom: 2em;
  }
}

.block-home-latest .view-header a {
  color: #fff;
}

.block-home-latest .view-header a:hover {
  color: #f3943d;
}

.block-home-latest .latest {
  height: auto !important;
}

.block-home-latest .latest .latest__slide .img {
  position: relative;
}

.block-home-latest .latest .latest__slide .img .video-icon {
  display: none;
  width: 80px;
  height: 80px;
  pointer-events: none;
  fill: white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.block-home-latest .latest .latest__slide[data-type="Video"] .video-icon {
  display: block;
}

.block-home-latest .latest .main-news {
  width: 100%;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-home-latest .latest .main-news .latest__slide {
  width: 680px;
}

.block-home-latest .latest .main-news .latest__slide .img {
  height: 430px;
}

@media (max-width: 740px) {
  .block-home-latest .latest .latest-slider {
    width: 100vw;
    margin-left: -5vw;
  }

  .block-home-latest .latest .latest__slide .img .video-icon {
    width: 42px;
    height: 42px;
  }

  .block-home-latest .latest .main-news {
    margin-bottom: 40px;
  }

  .block-home-latest .latest .main-news .latest__slide {
    width: 100%;
  }

  .block-home-latest .latest .main-news .latest__slide .img {
    height: 195px;
  }

  .block-home-latest .latest .swiper-wrapper {
    width: 95%;
    margin-left: 5%;
  }
}

.block-home-latest h2 {
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
}

@media (max-width: 980px) {
  .block-home-latest h2 {
    display: block;
    margin: 0;
    text-align: center;
  }
}

.block-home-latest .latest__navigation {
  margin: 0;
}

.block-home-latest .latest__navigation__button {
  border: 1px solid #fff;
}

.block-home-latest .latest__navigation__button:before {
  color: #fff;
}

.block-home-latest .latest__navigation__button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.block-home-latest .more-link {
  width: 250px;
  text-align: center;
  display: block;
  margin: 0 auto;
  font-size: 11px;
  padding: 20px 0;
  border-radius: 4px;
  font-weight: 400;
  -webkit-transform: translateY(129px);
  -ms-transform: translateY(129px);
  transform: translateY(129px);
}

.block-home-latest .more-link::after {
  display: none;
}

@media (max-width: 980px) {
  .block-home-latest .more-link {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/*** Home Content - High-level Conference on ICPD25 ***/
.front .section_content-first {
  background-color: #f1f1f2;
}

.front .section_content-second {
  color: #695d65;
  background: white;
  padding-top: 9em;
  padding-bottom: 0;
}

.front .section_content-second::before {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #f7a636;
  position: absolute;
  margin-top: -182px;
  z-index: 10;
  left: calc(50% - 40px);
}

@media (max-width: 740px) {
  .front .section_content-second {
    padding-bottom: 2em;
    padding-top: 3em;
  }

  .front .section_content-second::before {
    width: 60px;
    height: 60px;
    margin-top: -155px;
    left: calc(50% - 30px);
  }
}

.block-home-conference {
  padding-bottom: 25vw;
}

.block-home-conference .particle {
  position: absolute;
}

.block-home-conference .block-title {
  text-align: left;
  font-weight: 500;
  margin-bottom: 60px;
  margin-right: 90px;
  color: inherit;
}

.block-home-conference p {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: -0.15px;
  line-height: 30px;
}

.block-home-conference strong {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.14px;
  line-height: 27px;
  color: inherit;
}

.block-home-conference .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}

.block-home-conference .content .text {
  max-width: 600px;
}

.block-home-conference .content .button {
  margin-top: 20px;
}

.block-home-conference .info {
  padding-bottom: 7.75em;
}

.block-home-conference .info .block-title {
  color: #695d65;
}

.block-home-conference .info .particle-logo {
  right: 0;
  z-index: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.block-home-conference .info p {
  color: #0e0e0e;
}

.block-home-conference .info .section__inner {
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .block-home-conference .info .block-title {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1080px) {
  .block-home-conference .info .text {
    max-width: 500px;
  }

  .block-home-conference .info .block-title {
    margin-right: 55px;
    max-width: 300px;
  }

  .block-home-conference .info .block-title br {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .block-home-conference .info .block-title {
    margin-right: 80px;
    max-width: 200px;
  }
}

.block-home-conference #stats {
  width: 100%;
  padding: 7em 0;
  background-color: #f1f1f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.block-home-conference #stats .circle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
}

.block-home-conference #stats .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-home-conference #stats .flex .item:first-child {
  margin-bottom: 120px;
}

.block-home-conference #stats figure {
  padding-left: 3.4375em;
  padding-right: 2.5em;
  margin: 0;
}

.block-home-conference #stats figure .chart {
  width: 400px;
  height: 400px;
  overflow: visible;
}

@media (max-width: 1100px), (max-height: 900px) {
  .block-home-conference #stats figure .chart {
    width: 300px;
    height: 300px;
  }
}

@media (max-width: 750px), (max-height: 850px) {
  .block-home-conference #stats figure {
    padding-left: 2.1875em;
    padding-right: 1.25em;
  }

  .block-home-conference #stats figure .chart {
    width: 200px;
    height: 200px;
  }
}

.block-home-conference #stats .mobile-layout {
  display: none;
}

.block-home-conference #stats .swiper-pagination {
  display: none;
  bottom: 35px;
}

.block-home-conference #stats .swiper-pagination span {
  width: 10px;
  height: 10px;
  border: none;
  background: #cbcbcb;
  -webkit-transition: all 0.8s cubic-bezier(0, 1.21, 1, 1);
  -o-transition: all 0.8s cubic-bezier(0, 1.21, 1, 1);
  transition: all 0.8s cubic-bezier(0, 1.21, 1, 1);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin-right: 6px;
}

.block-home-conference #stats .swiper-pagination span:last-child {
  margin-right: 0;
}

.block-home-conference #stats .swiper-pagination span.swiper-pagination-bullet-active {
  background: #f28631;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.block-home-conference #stats.hover .item-desktop .item-content {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.block-home-conference #stats.hover .item-desktop .item-content .text .number,
.block-home-conference #stats.hover .item-desktop .item-content .text .item-info {
  color: #9e301f !important;
  opacity: 0.3;
}

@media (max-width: 900px), (max-height: 900px) and (min-width: 740px) {
  .block-home-conference #stats.hover .item-desktop .item-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
}

.block-home-conference #stats .item {
  text-align: center;
}

.block-home-conference #stats .item .item-content {
  position: relative;
}

.block-home-conference #stats .item .flat {
  width: 0%;
  position: absolute;
  z-index: 0;
  overflow: visible;
  opacity: 0;
}

.block-home-conference #stats .item .flat .number {
  fill: #dddddd;
}

.block-home-conference #stats .item .flat .item-info {
  fill: #b3b3b3;
}

.block-home-conference #stats .item .text {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.block-home-conference #stats .item .text .number {
  font-weight: bold;
  font-size: 2.8125em;
  letter-spacing: -0.35px;
  margin: 0;
  margin-bottom: 0.22222em;
}

.block-home-conference #stats .item .text .item-info {
  display: inline-block;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.27778em;
  letter-spacing: -0.14px;
}

.block-home-conference #stats .item.item-desktop .item-content {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 1s cubic-bezier(0, 1.21, 1, 1);
  -o-transition: all 1s cubic-bezier(0, 1.21, 1, 1);
  transition: all 1s cubic-bezier(0, 1.21, 1, 1);
}

.block-home-conference #stats .item.item-desktop .item-content .text .number {
  color: #dddddd;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 1s cubic-bezier(0, 1.21, 1, 1);
  -o-transition: all 1s cubic-bezier(0, 1.21, 1, 1);
  transition: all 1s cubic-bezier(0, 1.21, 1, 1);
}

.block-home-conference #stats .item.item-desktop .item-content .text .item-info {
  color: #b3b3b3;
  -webkit-transition: all 2s cubic-bezier(0, 1.21, 1, 1);
  -o-transition: all 2s cubic-bezier(0, 1.21, 1, 1);
  transition: all 2s cubic-bezier(0, 1.21, 1, 1);
}

.block-home-conference #stats .item.item-desktop .item-content.hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.block-home-conference #stats .item.item-desktop .item-content.hover .text .number,
.block-home-conference #stats .item.item-desktop .item-content.hover .text .item-info {
  color: #9e301f !important;
  opacity: 1 !important;
}

.block-home-conference #stats .item.item-desktop .item-content.hover .text .number {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}

@media (max-width: 900px), (max-height: 900px) and (min-width: 740px) {
  .block-home-conference #stats .item.item-desktop .item-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .block-home-conference #stats .item.item-desktop .item-content .text .number {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.block-home-conference #stats .item.item-mobile .text .number,
.block-home-conference #stats .item.item-mobile .text .item-info {
  color: #9e301f;
}

.block-home-conference #stats .item.top,
.block-home-conference #stats .item.bottom {
  display: inline-block;
}

.block-home-conference #stats .item.top {
  margin-bottom: 50px;
}

.block-home-conference #stats .item.bottom {
  margin-top: 50px;
}

@media (max-height: 900px) {
  .block-home-conference #stats .item.top {
    margin-bottom: 20px;
  }

  .block-home-conference #stats .item.bottom {
    margin-top: 20px;
  }
}

@media (max-height: 900px) {
  .block-home-conference #stats .item .text .number {
    font-size: 2em;
  }

  .block-home-conference #stats .item .text .item-info {
    font-size: 0.875em;
  }
}

@media (max-width: 900px) {
  .block-home-conference #stats .item .text .number {
    font-size: 1.75em;
  }

  .block-home-conference #stats .item .text .item-info {
    font-size: 0.75em;
  }
}

.block-home-conference #programme {
  width: 100%;
  padding: 7em 0;
  background-color: #f28731;
  color: white;
}

.block-home-conference #programme .block-title {
  margin-right: 190px;
}

.block-home-conference #programme ol {
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 50px;
}

.block-home-conference #programme ol li {
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.1488px;
  margin-bottom: 40px;
}

.block-home-conference #programme ol li strong {
  color: white;
  font-size: 28px;
  position: absolute;
  left: 0;
  font-weight: 600;
}

.block-home-conference #programme .button {
  background: #8a408b;
}

@media screen and (max-width: 1300px) {
  .block-home-conference #programme .block-title {
    margin-right: 100px;
  }
}

@media screen and (max-width: 1000px) {
  .block-home-conference #programme .block-title {
    margin-right: 50px;
  }
}

.block-home-conference .footer-bg {
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(45%);
  -ms-transform: translateY(45%);
  transform: translateY(45%);
  margin: 0;
  bottom: 0;
  z-index: 0;
}

.block-home-conference .footer-bg img {
  width: 100%;
}

.block-home-conference .container {
  max-width: 900px;
  margin: auto;
}

.block-home-conference .video-section {
  margin-top: 7em;
  z-index: 2;
  position: relative;
}

.block-home-conference .video-section .block-title,
.block-home-conference .video-section p {
  text-align: center;
}

.block-home-conference .video-section .block-title {
  margin: 0 auto;
  margin-bottom: 22px;
  max-width: 600px;
  color: #f28731;
}

.block-home-conference .video-section p {
  margin: 0 auto;
  margin-bottom: 62px;
  max-width: 550px;
  color: #0e0e0e;
}

.block-home-conference .video-section .coming-soon {
  margin-top: 30px;
}

.block-home-conference .video-section .video-info {
  max-width: 100%;
  margin-bottom: 30px;
  margin-top: 50px;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  letter-spacing: -0.141667px;
  color: #695d65;
}

.block-home-conference .video-section .video-info a {
  color: #f28731;
}

.block-home-conference .video-section .video-container {
  margin: 0;
  margin-top: 30px;
  position: relative;
  -webkit-box-shadow: 0px 14px 30px 16px #00000021;
  box-shadow: 0px 14px 30px 16px #00000021;
}

.block-home-conference .video-section .coming-soon-red {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 60px;
  color: #ef614b;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.141667px;
  position: relative;
  top: 10vw;
}

.block-home-conference .video-section .coming-soon-red::before {
  content: "";
  width: 120px;
  height: 2px;
  display: inline-block;
  background: currentColor;
  margin-right: 20px;
}

@media (max-width: 740px) {
  .block-home-conference {
    padding-bottom: 0;
  }

  .block-home-conference .content {
    width: 100%;
    display: block;
  }

  .block-home-conference .content .block-title {
    text-align: left;
    font-size: 2.1875em;
    line-height: 1.28571em;
    letter-spacing: -0.25px;
    margin-right: 0 !important;
  }

  .block-home-conference .content .button {
    width: 160px;
    min-width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .block-home-conference .info {
    padding-bottom: 4em;
  }

  .block-home-conference .info .particle-logo {
    -webkit-transform: translateX(34%);
    -ms-transform: translateX(34%);
    transform: translateX(34%);
    width: 120vw;
    max-width: 60vh;
    top: 0;
  }

  .block-home-conference .info .content h2.block-title {
    max-width: calc(100% - 100px);
  }

  .block-home-conference .info .content p {
    font-size: 15px;
    line-height: 28px;
  }

  .block-home-conference .info .content .bold-text {
    font-size: 15px;
  }

  .block-home-conference .info .content .button {
    margin-top: 40px;
  }

  .block-home-conference #stats {
    padding-top: 2em;
    padding-bottom: 4.5em;
  }

  .block-home-conference #stats .left,
  .block-home-conference #stats .top,
  .block-home-conference #stats .right,
  .block-home-conference #stats .bottom {
    display: none !important;
  }

  .block-home-conference #stats figure {
    padding: 0;
    position: absolute;
    top: 0;
  }

  .block-home-conference #stats figure .chart {
    width: 320px;
    height: 320px;
  }

  .block-home-conference #stats .mobile-layout {
    display: block;
    padding-top: 320px;
  }

  .block-home-conference #stats .swiper-pagination {
    display: block;
  }

  .block-home-conference #stats .item-mobile {
    min-height: 90px;
    opacity: 0.5;
  }

  .block-home-conference #stats .item-mobile .number {
    -webkit-transition: all 0.8s cubic-bezier(0, 1.21, 1, 1);
    -o-transition: all 0.8s cubic-bezier(0, 1.21, 1, 1);
    transition: all 0.8s cubic-bezier(0, 1.21, 1, 1);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .block-home-conference #stats .item-mobile.swiper-slide-active {
    opacity: 1;
  }

  .block-home-conference #stats .item-mobile.swiper-slide-active .text .number {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
  }

  .block-home-conference #programme {
    padding: 4em 0;
  }

  .block-home-conference #programme .text p {
    font-weight: 300;
    font-size: 0.875em;
    line-height: 1.42857em;
    letter-spacing: -0.11px;
  }

  .block-home-conference #programme .text ol li {
    font-size: 1em;
    line-height: 1.1875em;
    letter-spacing: -0.13px;
    padding-left: 0;
  }

  .block-home-conference #programme .text ol li strong {
    position: static;
    display: block;
    margin-bottom: 20px;
    font-size: 26px;
  }

  .block-home-conference .video-section {
    margin-top: 3em;
  }

  .block-home-conference .video-section .block-title {
    font-size: 1.5625em;
    line-height: 1.4em;
    letter-spacing: -0.17px;
    max-width: 10.8em;
  }

  .block-home-conference .video-section p {
    font-size: 0.875em;
    line-height: 1.25em;
    letter-spacing: -0.11px;
    max-width: 25em;
  }

  .block-home-conference .video-section .coming-soon-red {
    margin-top: 200px;
    padding-right: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);
    font-size: 1.25em;
    line-height: 1.3em;
    letter-spacing: -0.14px;
    font-weight: normal;
  }

  .block-home-conference .video-section .coming-soon-red span {
    max-width: 245px;
  }

  .block-home-conference .video-section .coming-soon-red br {
    display: none;
  }

  .block-home-conference .video-section .coming-soon-red::before {
    width: 50px;
  }

  .block-home-conference .video-section .video-info {
    font-size: 1.25em;
    line-height: 1.85em;
    letter-spacing: -0.14px;
    text-align: left;
    max-width: 273px;
    margin-top: 1.5em;
  }

  .block-home-conference .video-section .video-container {
    margin: 0 10px;
  }

  .block-home-conference .footer-bg img {
    width: 140%;
    max-width: none;
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
  }
}

/*** Home Content Four - Where we work ***/
.block-home-where-we-work {
  text-align: center;
}

.block-home-where-we-work .content {
  margin-top: 4em;
}

/*** Home Content Five - Recent Stories ***/
.front .section_content-five {
  background-color: transparent;
}

@media (max-width: 740px) {
  .front .section_content-five .section__inner {
    width: 100%;
  }
}

.front .section_content-five:before {
  content: "";
  z-index: -1;
  background-color: #f7f5ef;
  width: 100%;
  height: 55%;
  position: absolute;
  bottom: 0;
}

.block-home-recent-stories {
  max-width: 1020px;
  margin: auto;
}

.block-home-recent-stories h2.block-title {
  text-align: center;
}

.block-home-recent-stories .view-content {
  margin-top: 4em;
}

.hpstories {
  overflow: visible;
}

.hpstories__item {
  position: relative;
}

.hpstories__item__img {
  width: 40%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-20px);
  -ms-transform: translateY(-50%) translateX(-20px);
  transform: translateY(-50%) translateX(-20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 740px) {
  .hpstories__item__img {
    width: auto;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

.hpstories__item__img img {
  width: 100%;
}

.hpstories__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 18%;
  height: 420px;
  width: 48%;
  padding: 0 6% 0 28%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 740px) {
  .hpstories__item__content {
    display: block;
    margin: 0;
    height: 300px;
    padding: 4em 2em 4em;
    width: auto;
  }
}

.hpstories__item h3 {
  font-size: 2.25em;
  font-weight: 400;
}

@media (max-width: 740px) {
  .hpstories__item h3 {
    font-size: 1.75em;
  }
}

.hpstories__item__role {
  font-weight: 600;
  color: #a2b0bc;
  margin: 1em 0;
  width: 60%;
  font-size: 0.85em;
}

.hpstories__item__text {
  font-weight: 200;
}

.hpstories__item.swiper-slide-active .hpstories__item__content {
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
}

.hpstories__item.swiper-slide-active .hpstories__item__img {
  -webkit-transform: translateY(-50%) translateX(0px);
  -ms-transform: translateY(-50%) translateX(0px);
  transform: translateY(-50%) translateX(0px);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 740px) {
  .hpstories__item.swiper-slide-active .hpstories__item__img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.hpstories__navigation {
  text-align: right;
  margin-top: 1em;
  padding-right: 6%;
}

@media (max-width: 740px) {
  .hpstories__navigation {
    text-align: center;
    padding: 0;
    position: absolute;
    bottom: 2em;
    z-index: 11;
    width: 100%;
  }
}

.hpstories__navigation > div {
  display: inline-block;
  cursor: pointer;
  margin-left: 1em;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.hpstories__navigation > div:before {
  font-size: 0.85em;
}

.hpstories__navigation > div:hover {
  color: #f3943d;
}

.hpstories__pagination {
  position: absolute;
  right: 6%;
  top: 2em;
  width: auto;
  height: auto;
  left: auto;
  bottom: auto;
  z-index: 11;
  font-size: 0.85em;
}

@media (max-width: 740px) {
  .hpstories__pagination {
    top: 39%;
  }
}

/*** About header ***/
.not-front.page-about .section_header {
  height: 30em;
  padding: 6.65em 0 6.65em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  background-image: url("../images/header-bg_about.jpg");
}

@media (max-width: 740px) {
  .not-front.page-about .section_header {
    padding: 4.43333em 0 4.43333em 0;
  }
}

.not-front.page-about .section_header:before,
.not-front.page-about .section_header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.not-front.page-about .section_header:before {
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 0;
}

.not-front.page-about .section_header:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(56%, rgba(0, 0, 0, 0.05)),
    color-stop(99%, rgba(0, 0, 0, 0.55))
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 56%, rgba(0, 0, 0, 0.55) 99%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 56%, rgba(0, 0, 0, 0.55) 99%);
  z-index: 1;
}

@media (max-width: 1200px) {
  .not-front.page-about .section_header {
    background-size: cover;
    background-attachment: scroll;
  }
}

.not-front.page-about .section_header .block-page-title {
  text-align: left;
  max-width: 800px;
  margin: 0;
}

@media (max-width: 740px) {
  .not-front.page-about .section_header .block-page-title {
    text-align: center;
  }
}

.not-front.page-about .section_header .block-page-title h1 {
  color: #fff;
  margin-bottom: 0;
}

/***** Node About content ***/
.node-type-about .block-system-main {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  padding: 6em 8em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  top: -120px;
  background-color: #fff;
}

@media (max-width: 740px) {
  .node-type-about .block-system-main {
    width: auto;
    padding: 3em 1.5em 0;
  }
}

.node-type-about .field-name-field-intro {
  font-size: 1.3em;
  font-weight: normal;
  position: relative;
  margin-bottom: 2.5em;
}

.node-type-about .field-name-field-intro:before {
  content: "";
  height: 1px;
  width: 30%;
  background-color: #695d65;
  display: block;
  margin-bottom: 2em;
}

.node-type-about .field-name-body {
  width: 90%;
  margin: auto;
}

.node-type-about .field-name-body:after {
  content: "";
  clear: both;
  display: block;
}

@media (max-width: 740px) {
  .node-type-about .field-name-body {
    width: auto;
  }
}

.node-type-about .field-name-body p {
  margin-bottom: 3em;
}

.node-type-about .field-name-body blockquote {
  margin: 0 0 3em;
  display: block;
  font-size: 1.3em;
  font-weight: normal;
  color: #f3943d;
}

.node-type-about .field-name-body p.label {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 700;
}

.node-type-about .field-name-body .partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.node-type-about .field-name-body a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 2em;
}

.node-type-about .field-name-body img.partner-image {
  max-width: 260px;
  max-height: 70px;
}

.group-thematic-issues {
  font-size: 0.75em;
  color: #a2b0bc;
  font-weight: normal;
}

@media (min-width: 980px) {
  .group-thematic-issues {
    width: 24%;
    position: absolute;
    left: calc(100% - 8em);
    top: 45%;
  }
}

.group-thematic-issues:before {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background-color: #695d65;
  margin-bottom: 2em;
}

@media (min-width: 980px) {
  .group-thematic-issues:before {
    display: none;
  }
}

.group-thematic-issues .field-type-file a {
  color: #695d65;
}

.group-thematic-issues .field-type-file a:before {
  font-size: 1.5em;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}

/***** Node About - We provide ***/
.node-type-about .section_content-second:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background-color: #5a3228;
  z-index: 1;
}

@media (max-width: 740px) {
  .node-type-about .section_content-second:before {
    height: 70%;
  }
}

.block-we-provide {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

@media (max-width: 740px) {
  .block-we-provide {
    width: 90%;
  }
}

.block-we-provide .view-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 4em;
}

@media (max-width: 740px) {
  .block-we-provide .view-header {
    display: block;
  }
}

.block-we-provide .view-header h2 {
  width: 30%;
  margin-right: 5%;
}

@media (max-width: 740px) {
  .block-we-provide .view-header h2 {
    width: auto;
    margin: 0 0 1em;
  }
}

.block-we-provide .view-header p {
  width: 40%;
}

@media (max-width: 740px) {
  .block-we-provide .view-header p {
    width: auto;
  }
}

.block-we-provide .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 740px) {
  .block-we-provide .view-content {
    display: block;
  }
}

.block-we-provide .provide {
  width: 30%;
  color: #fff;
}

@media (max-width: 740px) {
  .block-we-provide .provide {
    width: auto;
    margin-bottom: 3em;
  }
}

.block-we-provide .provide img {
  width: 100%;
}

.block-we-provide .provide h3 {
  color: #fff;
  margin: 1em 0;
}

/***** Node About - Main objs ***/
.node-type-about .section_content-third .section__inner {
  width: 100%;
  max-width: none;
  padding-bottom: 3em;
}

.block-objectives {
  color: #fff;
}

.block-objectives .view-header:after {
  content: "";
  clear: both;
  display: block;
}

@media (max-width: 740px) {
  .block-objectives .view-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
  }
}

.block-objectives .view-header h2.block-title {
  position: absolute;
  width: 90%;
  max-width: 1200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 6em;
  color: #fff;
}

@media (max-width: 740px) {
  .block-objectives .view-header h2.block-title {
    position: static;
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 1.5em 0;
  }
}

.block-objectives .view-header img {
  float: right;
  width: 50%;
}

@media (max-width: 740px) {
  .block-objectives .view-header img {
    float: none;
    width: 100%;
  }
}

.block-objectives .view-content {
  max-width: 840px;
  width: 90%;
  margin: 6em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 740px) {
  .block-objectives .view-content {
    display: block;
    margin: 0 auto;
  }
}

.block-objectives .objective {
  width: 40%;
  margin-bottom: 3em;
}

@media (max-width: 740px) {
  .block-objectives .objective {
    width: 90%;
    margin: 0 auto 3em;
  }
}

.block-objectives .objective__count {
  font-weight: 600;
  font-size: 0.75em;
  margin-bottom: 2em;
}

.block-objectives .objective__count:before {
  content: "";
  height: 1px;
  width: 30%;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 2em;
}

/**** About Members ****/
.members {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 740px) {
  .members {
    width: 90%;
  }
}

.members__call {
  position: absolute;
  left: 0;
  top: 0;
  width: 24%;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 740px) {
  .members__call {
    position: static;
    width: 75%;
    margin: 3em auto;
  }
}

.members__call__img {
  margin-bottom: 1em;
}

.members__call a {
  display: block;
  font-size: 0.75em;
  font-weight: 400;
}

.members__call a i {
  margin-right: 0.5em;
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
}

.members__call.is-sticky {
  top: 140px !important;
}

.members__main {
  padding-left: 34%;
}

@media (max-width: 740px) {
  .members__main {
    padding: 0;
  }
}

.members__text {
  margin: 3em 0;
}

.members__items {
  margin: 4em 0;
}

.members__item {
  border-top: 1px solid rgba(105, 93, 101, 0.25);
}

.members__item h3 {
  font-size: 2.2em;
  font-weight: 300;
  padding: 1em 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 740px) {
  .members__item h3 {
    font-size: 1.75em;
    font-weight: 400;
  }
}

.members__item h3:hover {
  color: #f3943d;
}

.members__item h3.is-active:after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
}

.members__item h3:after,
.members__item h3:before {
  content: "";
  background-color: #f3943d;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 50%;
}

.members__item h3:after {
  height: 26px;
  width: 3px;
  right: 11.5px;
  margin-top: -13px;
}

.members__item h3:before {
  width: 26px;
  height: 3px;
  right: 0;
  margin-top: -1.5px;
}

.members__item a {
  color: #4db3ff;
  font-weight: 400;
}

/*** Our work header ***/
.not-front.page-our-work .section_header {
  background-image: url("../images/header-bg_our-work.jpg");
}

.not-front.page-our-work .section_header:before,
.not-front.page-our-work .section_header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.not-front.page-our-work .section_header:before {
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 0;
}

.not-front.page-our-work .section_header:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(56%, rgba(0, 0, 0, 0.05)),
    color-stop(99%, rgba(0, 0, 0, 0.55))
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 56%, rgba(0, 0, 0, 0.55) 99%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 56%, rgba(0, 0, 0, 0.55) 99%);
  z-index: 1;
}

@media (max-width: 1200px) {
  .not-front.page-our-work .section_header {
    background-size: cover;
    background-attachment: scroll;
  }
}

/*** Our Work - Working Areas ***/
.block-page-working-areas .more-link {
  margin-top: 3em;
  text-align: center;
}

.block-page-working-areas .more-link a {
  display: inline-block;
  color: #695d65;
  font-weight: 700;
  font-size: 0.85em;
  line-height: 2em;
  text-transform: uppercase;
  border-bottom: 2px solid;
}

.block-page-working-areas .more-link a:hover {
  color: #4db3ff;
}

.page-wareas {
  max-width: 980px;
  margin: 6em auto 0;
  width: 90%;
}

@media (max-width: 740px) {
  .page-wareas {
    margin: 4em auto 0;
  }
}

.page-wareas img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.page-wareas__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2em 0;
  border-top: 1px solid rgba(162, 176, 188, 0.3);
}

@media (max-width: 740px) {
  .page-wareas__item {
    display: block;
  }
}

.page-wareas__item:last-child {
  border-bottom: 1px solid rgba(162, 176, 188, 0.3);
}

.page-wareas__item__img {
  width: 35%;
}

@media (max-width: 740px) {
  .page-wareas__item__img {
    width: auto;
    margin-bottom: 2em;
  }
}

.page-wareas__item__text {
  width: 62%;
}

@media (max-width: 740px) {
  .page-wareas__item__text {
    width: auto;
  }
}

.page-wareas__item h3 {
  font-size: 2.2em;
  font-weight: normal;
  margin-bottom: 0.5em;
}

@media (max-width: 740px) {
  .page-wareas__item h3 {
    font-size: 1.75em;
  }
}

.page-wareas__item h3 a {
  color: #a2b0bc;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.page-wareas__item p {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin: 0;
}

.page-wareas__item:hover h3 a,
.page-wareas__item:hover p {
  color: #f3943d;
}

.page-wareas__item:hover img {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/*** Our Work - Working Area Node ***/
.node-type-working-area .block-system-main {
  max-width: 720px;
  margin: auto;
  padding: 3em 0 0;
}

.node-type-working-area .block-system-main h1 {
  color: #a2b0bc;
  font-size: 3em;
  font-weight: normal;
  margin-bottom: 0;
}

@media (max-width: 740px) {
  .node-type-working-area .block-system-main h1 {
    font-size: 2.5em;
  }
}

.node-type-working-area .block-system-main .field-name-field-subtitle {
  font-size: 1.3em;
  font-weight: normal;
  margin: 2em 0;
}

.node-type-working-area .block-system-main .field-name-field-warea-image {
  margin-bottom: 2em;
}

@media (max-width: 740px) {
  .node-type-working-area .block-system-main .field-name-field-warea-image {
    margin-left: -5%;
    margin-right: -5%;
  }
}

.node-type-working-area .block-system-main .field-name-field-warea-image img {
  width: 100%;
  height: auto;
}

/*** Our Work - Working Area Node - Related Publications ***/
.node-type-working-area .block-related-publications {
  max-width: 720px;
  margin: 5em auto 0;
  padding-top: 5em;
  border-top: 1px solid rgba(162, 176, 188, 0.5);
}

.node-type-working-area .block-related-publications .view-content {
  margin-top: 5em;
}

/*** Latest header ***/
.not-front.page-latest .section_header {
  background-image: url("../images/header-bg_latest.jpg");
}

.not-front.page-latest .section_header:before,
.not-front.page-latest .section_header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.not-front.page-latest .section_header:before {
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 0;
}

.not-front.page-latest .section_header:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(56%, rgba(0, 0, 0, 0.05)),
    color-stop(99%, rgba(0, 0, 0, 0.55))
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 56%, rgba(0, 0, 0, 0.55) 99%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 56%, rgba(0, 0, 0, 0.55) 99%);
  z-index: 1;
}

@media (max-width: 1200px) {
  .not-front.page-latest .section_header {
    background-size: cover;
    background-attachment: scroll;
  }
}

/***** Latest page Filters ***/
.block-latest-filters {
  border-bottom: 1px solid rgba(105, 93, 101, 0.3);
  line-height: 5.5em;
  margin-bottom: 3em;
}

@media (max-width: 740px) {
  .block-latest-filters {
    line-height: 4em;
    margin-left: -5%;
    margin-right: -5%;
    padding: 0 5%;
  }

  .block-latest-filters:after {
    content: "";
    clear: both;
    display: block;
  }
}

.block-latest-filters .view-header,
.block-latest-filters .view-content {
  display: inline-block;
}

.block-latest-filters .view-header {
  font-weight: 600;
  padding-left: 2.5em;
  margin-right: 3.5em;
}

@media (max-width: 740px) {
  .block-latest-filters .view-header {
    padding: 0;
    margin: 0;
    float: left;
  }
}

@media (max-width: 740px) {
  .block-latest-filters .view-content {
    float: right;
  }
}

.block-latest-filters .latest-filter {
  display: inline-block;
}

.block-latest-filters .latest-filter a {
  display: block;
  padding: 0 2em;
  color: #695d65;
  position: relative;
}

@media (max-width: 740px) {
  .block-latest-filters .latest-filter a {
    padding: 0 1.2em;
  }
}

.block-latest-filters .latest-filter a:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 0;
  background-color: #f3943d;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.block-latest-filters .latest-filter a:hover {
  color: #f3943d;
}

.block-latest-filters .latest-filter a.active {
  color: #f3943d;
}

.block-latest-filters .latest-filter a.active:after {
  height: 5px;
}

/***** Latest Featured ***/
@media (max-width: 740px) {
  .block-latest-featured {
    text-align: center;
  }
}

.block-latest-featured .view-content {
  margin-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 740px) {
  .block-latest-featured .view-content {
    display: block;
  }
}

.block-latest-featured a {
  color: #695d65;
}

.block-latest-featured .featured-main {
  width: 50%;
  position: relative;
}

@media (max-width: 740px) {
  .block-latest-featured .featured-main {
    width: auto;
  }
}

.block-latest-featured .featured-main .featured-content {
  width: 88%;
  padding: 2.5em 5em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  margin: -100px auto 0;
  z-index: 3;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 740px) {
  .block-latest-featured .featured-main .featured-content {
    padding: 3em 1em;
  }
}

.block-latest-featured .featured-main .featured-category {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0.85em;
  text-transform: uppercase;
  color: #fff;
  padding: 0 2em;
  line-height: 2.4em;
  font-weight: 700;
  top: -1.2em;
}

.block-latest-featured .featured-main:hover .featured-content {
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
}

.block-latest-featured .featured-main h3 {
  margin-bottom: 1em;
}

.block-latest-featured .featured-main p {
  margin: 0;
}

.block-latest-featured .featured-list {
  width: 47%;
}

@media (max-width: 740px) {
  .block-latest-featured .featured-list {
    width: 80%;
    margin: 2em auto 0;
  }
}

.block-latest-featured .featured-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5em;
}

@media (max-width: 740px) {
  .block-latest-featured .featured-list__item {
    display: block;
    margin-bottom: 2em;
  }
}

.block-latest-featured .featured-list__item:hover .featured-image {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.block-latest-featured .featured-list .featured-image {
  width: 32%;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 740px) {
  .block-latest-featured .featured-list .featured-image {
    width: auto;
    margin-bottom: 1em;
  }
}

.block-latest-featured .featured-list .featured-content {
  width: 64%;
}

@media (max-width: 740px) {
  .block-latest-featured .featured-list .featured-content {
    width: auto;
  }
}

.block-latest-featured .featured-list .featured-category {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.block-latest-featured .featured-list h3 {
  font-size: 1em;
  line-height: 1.5;
}

.block-latest-featured .featured-list p {
  display: none;
}

.featured-image img {
  width: 100%;
}

.block-latest-featured .news.featured-main .featured-category {
  background-color: rgba(193, 216, 48, 0.95);
}

.block-latest-featured .news.featured-list__item .featured-category {
  color: #c1d830;
}

.block-latest-featured .news:hover a {
  color: #c1d830;
}

.block-latest-featured .events.featured-main .featured-category {
  background-color: rgba(235, 82, 158, 0.95);
}

.block-latest-featured .events.featured-list__item .featured-category {
  color: #eb529e;
}

.block-latest-featured .events:hover a {
  color: #eb529e;
}

/***** Latest Newest ***/
.block-latest-newest .view-content {
  margin-top: 6em;
}

@media (max-width: 740px) {
  .block-latest-newest .view-content {
    margin-top: 4em;
  }
}

.block-latest-newest h3 a {
  color: #a2b0bc;
}

.newest {
  padding: 0 0 3em;
  margin-bottom: 3em;
  border-bottom: 1px solid rgba(162, 176, 188, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 740px) {
  .newest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.newest:first-child {
  padding-top: 3em;
  border-top: 1px solid rgba(162, 176, 188, 0.3);
}

.newest__image {
  width: 27%;
}

@media (max-width: 740px) {
  .newest__image {
    width: auto;
    margin-bottom: 1em;
  }
}

.newest__content {
  width: 65%;
}

@media (max-width: 740px) {
  .newest__content {
    width: auto;
  }
}

.newest__category {
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1em;
  line-height: 1em;
}

.newest h3 {
  font-size: 2.2em;
  font-weight: normal;
  line-height: 1.5;
}

@media (max-width: 740px) {
  .newest h3 {
    font-size: 1.75em;
  }
}

.newest p {
  margin: 1em 0 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.newest img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.newest:hover img {
  -webkit-box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2);
}

.newest.news .newest__category {
  color: #c1d830;
}

.newest.news:hover,
.newest.news:hover a {
  color: #c1d830;
}

.newest.events .newest__category {
  color: #eb529e;
}

.newest.events:hover,
.newest.events:hover a {
  color: #eb529e;
}

/***** Node News header ***/
.node-type-news .section_header {
  background-size: 50% auto;
  background-position: right top !important;
  background-repeat: no-repeat;
}

.node-type-news .section_header:before {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  bottom: 0;
  background-color: #f1f1f2;
  height: 100%;
  z-index: -1;
}

@media (max-width: 740px) {
  .node-type-news .section_header:before {
    width: 100%;
    height: 20%;
  }
}

.node-type-news .section_header.no-bg::before {
  content: none;
}

.news-header {
  width: 50%;
  padding: 3em 4em 3em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 740px) {
  .news-header {
    width: auto;
    padding: 0;
  }
}

.news-header__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50vw;
  height: 100%;
}

.news-header__img.news-header {
  height: auto;
}

.news-header__img cite {
  opacity: 0.77;
  font-size: 12px;
  color: #695d65;
  letter-spacing: -0.1px;
  line-height: 45px;
  margin-left: 45%;
  font-style: normal;
}

.news-header__img img {
  height: calc(100% - 100px);
  width: auto;
  max-width: none;
}

.news-header__img video,
.news-header__img iframe {
  width: 100%;
}

.news-header__img .iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.news-header__img .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin-top: 24px;
}

@media (max-width: 740px) {
  .news-header__img {
    position: static;
    width: 100%;
    height: auto;
  }

  .news-header__img img {
    width: 100%;
    height: auto;
  }

  .news-header__img iframe {
    margin-top: 0px;
  }

  .news-header__img cite {
    margin-left: 0;
  }
}

.news-header__back {
  margin-bottom: 3em;
}

.news-header__category {
  font-size: 0.85em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}

.news-header h1 {
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 2em;
}

@media (max-width: 740px) {
  .news-header h1 {
    font-size: 2.2em;
    margin-bottom: 1em;
  }
}

.news-header__date {
  margin-left: 40%;
  font-weight: normal;
  font-size: 18px;
  color: #695d65;
  letter-spacing: -0.15px;
}

@media (max-width: 740px) {
  .news-header__date {
    margin: 0 0 2em;
  }
}

@media (max-width: 740px) {
  .news-header__date span {
    display: inline-block;
  }
}

.news-header.news .news-header__category {
  color: #c1d830;
}

.news-header.events .news-header__category {
  color: #eb529e;
}

/***** Node News content ***/
.node-type-news .section_content-first {
  background-color: #f1f1f2;
  padding-bottom: 300px;
}

.node-type-news .section_content-first .section__inner {
  position: relative;
}

.node-type-news .section_content-first .scrollmagic-pin-spacer {
  left: auto !important;
  right: 5% !important;
}

@media (max-width: 740px) {
  .node-type-news .section_content-first {
    padding-bottom: 150px;
  }
}

.node-type-news .section_content-second {
  background-color: #8a418b;
  color: white;
}

.node-type-news .section_content-second * {
  color: inherit !important;
  border-color: currentColor;
}

.node-type-news .section_content-second .block-latest .view-header {
  border-color: rgba(255, 255, 255, 0.25);
}

.node-type-news .section_content-second .latest__navigation__button::before {
  color: inherit;
  border-color: currentColor;
}

.node-type-news .section_content-second .latest__slide__title {
  opacity: 0.7;
}

.node-type-news .section_content-second .footer-logo {
  position: absolute;
  width: 380px;
  left: calc(50% - 380px / 2);
  margin-top: -6em;
  -webkit-transform: translateY(-85%);
  -ms-transform: translateY(-85%);
  transform: translateY(-85%);
  z-index: 10;
}

@media (max-width: 1200px) {
  .node-type-news .section_content-second {
    overflow: visible;
  }

  .node-type-news .section_content-second .view-header h2 {
    font-size: 1.35em;
    font-weight: 400;
  }

  .node-type-news .section_content-second .footer-logo {
    width: 200px;
    left: calc(50% - 200px / 2);
    -webkit-transform: translateY(-59%);
    -ms-transform: translateY(-59%);
    transform: translateY(-59%);
  }
}

.node-type-news .block-system-main {
  max-width: 720px;
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 740px) {
  .node-type-news .block-system-main {
    width: auto;
  }
}

.node-type-news .field-name-body:after {
  content: "";
  clear: both;
  display: block;
}

.node-type-news .field-name-body a {
  color: inherit;
}

.node-type-news .field-name-body blockquote {
  display: block;
  font-size: 2.2em;
  font-weight: normal;
  color: #f3943d;
  line-height: 1.4;
}

@media (max-width: 740px) {
  .node-type-news .field-name-body blockquote {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.75em;
  }
}

.node-type-news .field-name-body p:last-child {
  font-style: italic;
}

.node-type-news .field-name-body figure {
  position: relative;
  display: inline-block;
  margin: 5em 0;
  width: 100%;
}

@media (max-width: 740px) {
  .node-type-news .field-name-body figure {
    margin: 3em 0;
  }
}

.node-type-news .field-name-body figure:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background: #e05c4a;
  z-index: 1;
  top: calc(50% - 150px / 2);
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  border-radius: 50%;
  right: 0;
}

@media (max-width: 740px) {
  .node-type-news .field-name-body figure:before {
    width: 120px;
    height: 120px;
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
  }
}

.node-type-news .field-name-body figure img {
  z-index: 2;
  position: relative;
  width: 90%;
}

.node-type-news .field-name-body figure cite {
  opacity: 0.77;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: -0.11px;
  line-height: 45px;
  font-style: normal;
  text-align: left;
  display: block;
}

.node-type-news .field-name-body figure cite strong {
  font-weight: 500;
}

.node-type-news .field-name-body figure:hover figcaption {
  opacity: 1;
  visibility: visible;
}

.node-type-news .field-name-body figure[style="float:left"] {
  left: -4em;
  width: 50%;
}

@media (max-width: 740px) {
  .node-type-news .field-name-body figure[style="float:left"] {
    width: 90%;
    float: none !important;
    left: 0;
  }
}

.node-type-news .field-name-body figure[style="float:left"]:before {
  left: 0%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 740px) {
  .node-type-news .field-name-body figure[style="float:left"]:before {
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
  }
}

.node-type-news .field-name-body figure[style="float:left"] img {
  max-width: 100%;
  width: auto;
}

.node-type-news .field-name-body figure[style="float:left"] figcaption {
  width: 100%;
}

.node-type-news .field-name-body figure[style="float:right"] {
  right: -4em;
  width: 50%;
}

@media (max-width: 740px) {
  .node-type-news .field-name-body figure[style="float:right"] {
    width: 90%;
    float: none !important;
    right: 0;
  }
}

.node-type-news .field-name-body figure[style="float:right"]:before {
  left: auto;
}

.node-type-news .field-name-body figure[style="float:right"] img {
  max-width: 100%;
  width: auto;
}

.node-type-news .field-name-body figure[style="float:right"] figcaption {
  width: 100%;
}

.node-type-news .field-name-body figcaption {
  position: absolute;
  font-size: 0.85em;
  width: 90%;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1em;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 4;
}

/***** Node News Share ***/
.node-type-news .block-sharethis {
  background-color: #f1f1f2;
  left: 5%;
  position: absolute;
  top: 0;
}

@media (max-width: 740px) {
  .node-type-news .block-sharethis {
    position: fixed;
    left: 0;
    bottom: 0;
    top: auto;
    width: 100%;
  }
}

/*** Resources header ***/
.not-front.page-resources .section_header {
  background-image: url("../images/header-bg_resources.jpg");
}

.not-front.page-resources .section_header:before,
.not-front.page-resources .section_header:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.not-front.page-resources .section_header:before {
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 0;
}

.not-front.page-resources .section_header:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(56%, rgba(0, 0, 0, 0.05)),
    color-stop(99%, rgba(0, 0, 0, 0.55))
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 56%, rgba(0, 0, 0, 0.55) 99%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 56%, rgba(0, 0, 0, 0.55) 99%);
  z-index: 1;
}

@media (max-width: 1200px) {
  .not-front.page-resources .section_header {
    background-size: cover;
    background-attachment: scroll;
  }
}

@media (max-width: 740px) {
  .not-front.page-resources .section_breadcrumb {
    display: none;
  }
}

/*** Resources view ***/
.block-resources {
  max-width: 960px;
  margin: 0 auto;
}

.block-resources .view-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  border-bottom: 1px solid rgba(105, 93, 101, 0.3);
  margin-bottom: 6em;
}

@media (max-width: 740px) {
  .block-resources .view-filters {
    margin: 0 -5% 4em;
    display: block;
    border: none;
  }
}

.block-resources .view-filters-label {
  font-weight: 600;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 740px) {
  .block-resources .view-filters-label {
    position: absolute;
    left: 5%;
    line-height: 3.5em;
  }
}

.block-resources .view-filters form {
  width: 80%;
}

@media (max-width: 740px) {
  .block-resources .view-filters form {
    width: 100%;
  }
}

.block-resources .views-exposed-widgets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
}

@media (max-width: 740px) {
  .block-resources .views-exposed-widgets {
    display: block;
  }
}

.block-resources .views-exposed-widget:not(:first-child) {
  margin-left: 2em;
}

@media (max-width: 740px) {
  .block-resources .views-exposed-widget:not(:first-child) {
    margin: 0;
  }
}

.block-resources .views-submit-button {
  display: none;
}

.block-resources .form-item {
  margin: 0;
}

@media (max-width: 740px) {
  .block-resources .form-item {
    text-align: right;
  }
}

@media (max-width: 740px) {
  .block-resources .selectric-wrapper {
    border-bottom: 1px solid rgba(105, 93, 101, 0.2);
  }
}

.block-resources .selectric {
  max-width: 300px;
  border: none;
}

@media (max-width: 740px) {
  .block-resources .selectric {
    max-width: 200px;
    margin: auto;
    display: inline-block;
  }
}

.block-resources .selectric .button:after {
  color: #f3943d;
}

.block-resources .selectric .label {
  margin: 0 3.5em 0 1em;
  line-height: 3.5em;
  height: 3.5em;
}

.block-resources .selectric .button {
  width: 3.5em;
  height: 3.5em;
  line-height: 3.5em;
}

.block-resources .selectric-open .selectric:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f3943d;
}

@media (max-width: 740px) {
  .block-resources .selectric-open .selectric:before {
    display: none;
  }
}

.block-resources input.form-text {
  display: block;
  line-height: 1.5em;
  font-size: 0.8em;
  background: url("../images/icon-resources-search.svg") no-repeat 90% center;
  background-size: 15px auto;
  border-color: rgba(74, 74, 74, 0.5);
  color: rgba(74, 74, 74, 0.5);
}

@media (max-width: 740px) {
  .block-resources input.form-text {
    width: 80%;
    margin: auto;
    margin-top: 2em;
  }
}

.resource {
  padding-bottom: 3em;
  margin-bottom: 3em;
  border-bottom: 1px solid rgba(162, 176, 188, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 740px) {
  .resource {
    display: block;
  }
}

.resource p {
  margin-bottom: 0;
  font-size: 0.9em;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.resource img {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.resource__img {
  width: 20%;
}

@media (max-width: 740px) {
  .resource__img {
    width: 150px;
  }
}

.resource__text {
  width: 75%;
}

@media (max-width: 740px) {
  .resource__text {
    width: auto;
    margin-top: 2em;
  }
}

.resource h3 {
  font-size: 1em;
  margin-bottom: 1em;
  line-height: 1.6;
}

.resource h3 a {
  color: #695d65;
}

.resource:hover h3 a,
.resource:hover p {
  color: #f3943d;
}

.resource:hover img {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.resource__download {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 1em;
}

.resource__download i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}

.resource__download a {
  display: inline-block;
  margin-right: 2em;
  color: #f3943d;
}

/*** Resources - Resource Node ***/
.node-type-resource .section_content-first .section__inner {
  position: relative;
}

.node-type-resource .block-system-main {
  max-width: 720px;
  margin-left: 30%;
}

@media (max-width: 740px) {
  .node-type-resource .block-system-main {
    width: auto;
    margin: 0;
  }
}

.node-type-resource .block-system-main h1 {
  font-weight: normal;
  margin-bottom: 0;
}

@media (max-width: 740px) {
  .node-type-resource .block-system-main h1 {
    font-size: 1.75em;
  }
}

.node-type-resource .block-system-main .field-name-field-resource-image {
  position: absolute;
  left: 120px;
  top: 0;
  width: calc(30% - 170px);
}

@media (max-width: 740px) {
  .node-type-resource .block-system-main .field-name-field-resource-image {
    position: static;
    width: 55%;
    margin: 2em 0;
  }
}

.node-type-resource .block-system-main .field-name-field-resource-image .field-items.is-sticky {
  top: 140px !important;
}

.node-type-resource .block-system-main .field-name-field-resource-details {
  color: #a2b0bc;
  margin: 2em 0;
}

.node-type-resource .block-system-main .field-name-field-warea-image {
  margin-bottom: 2em;
}

.node-type-resource .block-system-main .field-name-field-warea-image img {
  width: 100%;
  height: auto;
}

.node-type-resource .block-system-main .field-name-field-resource-files {
  margin-top: 2em;
}

@media (max-width: 740px) {
  .node-type-resource .block-system-main .field-name-field-resource-files {
    text-align: center;
  }
}

.node-type-resource .block-system-main .field-name-field-resource-files .field-item {
  display: inline-block;
  margin-right: 1em;
}

@media (max-width: 740px) {
  .node-type-resource .block-system-main .field-name-field-resource-files .field-item {
    margin: 0.5em 0;
  }
}

.node-type-resource .block-system-main .field-name-field-resource-files a {
  display: inline-block;
  min-width: 200px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.8em 2em;
  border-radius: 5px;
  background-color: #f3943d;
  font-weight: 600;
  font-size: 0.65em;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.07em;
  text-align: center;
  font-weight: 500;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: relative;
}

.node-type-resource .block-system-main .field-name-field-resource-files a:hover {
  color: white;
  background-color: #e68818;
}

.node-type-resource .block-system-main .field-name-field-resource-files a:hover:after {
  right: 2em;
}

.node-type-resource .block-system-main .field-name-field-resource-files a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.5em;
  background: url("../images/icon-button-arrow.svg") no-repeat center center;
  background-size: 100% auto;
  width: 25px;
  height: 8px;
  margin-top: -4px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.node-type-resource .block-system-main .field-name-field-resource-files a:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.node-type-resource .block-system-main .field-name-field-resource-files a:hover:after {
  right: 2.5em;
}

/***** Resource Share ***/
.node-type-resource .block-sharethis {
  left: 0;
  position: absolute;
  top: 0;
}

@media (max-width: 740px) {
  .node-type-resource .block-sharethis {
    position: fixed;
    bottom: 0;
    top: auto;
    width: 100%;
    background-color: #fff;
  }
}

.node-type-resource .social-toggle {
  position: absolute;
  right: 0;
  top: -1.5em;
  font-size: 1.5em;
}

/*** Resources - Resource Node - Related Publications ***/
.node-type-resource .block-related-publications {
  max-width: 720px;
  margin: 5em 0 0 30%;
  padding-top: 5em;
  border-top: 1px solid rgba(162, 176, 188, 0.5);
}

@media (max-width: 740px) {
  .node-type-resource .block-related-publications {
    max-width: none;
    margin: 4em 0;
    padding-top: 4em;
  }
}

.node-type-resource .block-related-publications .view-content {
  margin-top: 5em;
}

/*** Contact header ***/
.node-type-contact-page .section_header {
  height: 30.5em;
  padding-top: 6.65em;
  background-color: #f7f5ef;
}

@media (max-width: 740px) {
  .node-type-contact-page .section_header {
    height: 25em;
    padding-top: 70px;
  }
}

.node-type-contact-page .section_header .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-direction: unset;
  flex-direction: unset;
  -ms-flex-wrap: unset;
  flex-wrap: unset;
  height: 100%;
  z-index: 2;
  position: relative;
}

.block-contact-header {
  text-align: center;
  max-width: 460px;
  margin: auto;
  position: relative;
}

.block-contact-header h1 {
  margin-bottom: 0.5em;
}

.block-contact-header:before {
  content: "";
  display: block;
  margin: 0 auto 1em;
  height: 2px;
  width: 40px;
  background-color: #695d65;
}

/*** Contact intro ***/
.contact-intro__title {
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: right top;
  padding: 6em 0;
  margin-bottom: 3em;
}

@media (max-width: 980px) {
  .contact-intro__title {
    padding: 3em 0;
  }
}

@media (max-width: 740px) {
  .contact-intro__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: unset;
    flex-wrap: unset;
    padding: 0;
  }
}

.contact-intro__title h2 {
  width: 90%;
  max-width: 960px;
  margin: auto;
  font-weight: normal;
  color: #a2b0bc;
}

@media (max-width: 740px) {
  .contact-intro__title h2 {
    margin-top: 1em;
  }
}

.contact-intro__title h2 span {
  display: block;
  width: 60%;
}

@media (max-width: 740px) {
  .contact-intro__title h2 span {
    width: auto;
  }
}

.contact-intro__text {
  width: 90%;
  max-width: 960px;
  margin: auto;
  font-size: 0.9em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 740px) {
  .contact-intro__text {
    display: block;
  }
}

.contact-intro__text ul {
  width: 27%;
}

@media (max-width: 740px) {
  .contact-intro__text ul {
    width: auto;
  }
}

.contact-intro__text li {
  margin-bottom: 1em;
  list-style: none;
  padding-left: 1em;
  position: relative;
}

.contact-intro__text li:before {
  content: "";
  height: 0.5em;
  width: 0.5em;
  border-radius: 100%;
  background-color: #f3943d;
  position: absolute;
  left: 0;
  top: 0.6em;
}

/*** Contact webform ***/
.node-type-contact-page .block-system-main {
  max-width: 960px;
  margin: 3em auto 0;
  padding: 3em 3em 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid rgba(105, 93, 101, 0.25);
}

.node-type-contact-page .block-system-main:after {
  content: "";
  clear: both;
  display: block;
}

@media (max-width: 740px) {
  .node-type-contact-page .block-system-main {
    padding: 3em 10% 0;
  }
}

.node-type-contact-page .block-system-main .webform-client-form {
  float: left;
  width: 60%;
}

@media (max-width: 740px) {
  .node-type-contact-page .block-system-main .webform-client-form {
    float: none;
    width: auto;
  }
}

.node-type-contact-page .block-system-main .field-name-body {
  width: 25%;
  float: right;
  position: relative;
}

@media (max-width: 740px) {
  .node-type-contact-page .block-system-main .field-name-body {
    float: none;
    width: auto;
  }
}

.node-type-contact-page .block-system-main .field-name-body a {
  color: #695d65;
}

.node-type-contact-page .block-system-main .field-name-body:before {
  content: "";
  width: 40%;
  height: 1px;
  background-color: #695d65;
  display: block;
  margin-bottom: 1.5em;
}

.webform-client-form label {
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 0.5em;
  line-height: 2em;
}

.webform-client-form .form-item,
.webform-client-form .form-actions {
  margin: 1em 0;
}

.webform-client-form input[type="date"],
.webform-client-form input[type="datetime"],
.webform-client-form input[type="datetime-local"],
.webform-client-form input[type="email"],
.webform-client-form input[type="month"],
.webform-client-form input[type="number"],
.webform-client-form input[type="password"],
.webform-client-form input[type="search"],
.webform-client-form input[type="tel"],
.webform-client-form input[type="text"],
.webform-client-form input[type="time"],
.webform-client-form input[type="url"],
.webform-client-form input[type="week"] {
  border: 1px solid #5a3228;
  border-left-width: 10px;
}

.webform-client-form input:focus,
.webform-client-form input:active,
.webform-client-form select:focus,
.webform-client-form select:active,
.webform-client-form textarea:focus,
.webform-client-form textarea:active {
  border-color: #f3943d;
  z-index: 1;
}

.webform-client-form .form-radios .form-item {
  display: inline-block;
  margin-right: 2em;
}

.webform-client-form .captcha {
  border: none;
  padding: 0;
  margin: 2em 0;
}

.webform-client-form .captcha legend {
  font-weight: normal;
  margin-bottom: 1em;
}

.webform-client-form .captcha label {
  display: block;
  font-weight: 600;
}

.webform-client-form .captcha .field-prefix {
  font-weight: normal;
}

.webform-client-form .captcha .description {
  color: #a2b0bc;
  font-size: 1em;
  margin-top: 1em;
}
.webform-client-form .form-actions {
  text-align: center;
}
#search-form {
  margin: 98px 60px 75px 60px;
}
#search-form input.form-submit {
  margin-top: 30px;
  padding: 1em 1em;
}
/*****Search button color patch removed css code starts*******/
#commitmentsForm.node-type-ct-commitments .block-search #edit-actions {
  width: 37px;
  display: inline;
  margin-top: 0;
}
#commitmentsForm.node-type-ct-commitments .block-search #edit-actions .form-submit {
  min-width: 1px !important;
  background-color: #8a418b !important;
  border-radius: 0 0 5px 5px !important;
}
/*****Search button color patch removed css code ends*******/

.section_content-first .section__inner.news-content {
  margin-top: 0;
}
