.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: '.';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: a;
}
@keyframes a {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=''] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
footer,
header,
main {
  float: left;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
.footerWrap,
.headerWrap,
.mainWrap {
  position: relative;
}
a,
b,
blockquote,
button,
div,
em,
h1,
h2,
h3,
h4,
h5,
h6,
i,
input,
li,
p,
span,
strong,
ul {
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  max-width: 100%;
  height: auto;
}
em,
i {
  font-style: italic;
}
b,
strong {
  font-weight: 700;
}
.container,
.row {
  *zoom: 1;
}
.container:after,
.container:before,
.row:after,
.row:before {
  content: ' ';
  display: table;
}
.container:after,
.row:after {
  clear: both;
}
.big_media_icon,
.button_arrow:after,
.centered_thumb img,
.contact_button h5 span,
.lightbox_content__thumb,
.media_full_width_item.image_gallery .big_media_icon:after,
.media_full_width_item.image_gallery .small_media_icon:after,
.media_half_width_item.image_gallery .small_media_icon:after,
.members_list__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footerWrap,
.headerWrap,
.mainWrap {
  float: left;
  width: 100%;
  clear: both;
}
.column-1 {
  width: 8.33333%;
}
.column-2 {
  width: 16.66667%;
}
.column-3 {
  width: 25%;
}
.column-4 {
  width: 33.33333%;
}
.column-5 {
  width: 41.66667%;
}
.column-6 {
  width: 50%;
}
.column-7 {
  width: 58.33333%;
}
.column-8 {
  width: 66.66667%;
}
.column-9 {
  width: 75%;
}
.column-10 {
  width: 83.33333%;
}
.column-11 {
  width: 91.66667%;
}
.column-12 {
  width: 100%;
}
.wow {
  visibility: hidden;
}
[class*='column-'] {
  float: left;
  min-height: 1px;
}
.has_gutter [class*='column-'] {
  padding: 0 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .container {
    max-width: 732px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .container {
    max-width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .show-mob,
  .show-tab,
  .show-tab-big {
    display: none !important;
  }
}
.hidden-mob {
  display: block;
}
.hidden {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .column-mob-1 {
    width: 8.33333%;
  }
  .column-mob-2 {
    width: 16.66667%;
  }
  .column-mob-3 {
    width: 25%;
  }
  .column-mob-4 {
    width: 33.33333%;
  }
  .column-mob-5 {
    width: 41.66667%;
  }
  .column-mob-6 {
    width: 50%;
  }
  .column-mob-7 {
    width: 58.33333%;
  }
  .column-mob-8 {
    width: 66.66667%;
  }
  .column-mob-9 {
    width: 75%;
  }
  .column-mob-10 {
    width: 83.33333%;
  }
  .column-mob-11 {
    width: 91.66667%;
  }
  .column-mob-12 {
    width: 100%;
  }
  .show-mob {
    display: block !important;
  }
  .hidden-mob {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .column-tab-1 {
    width: 8.33333%;
  }
  .column-tab-2 {
    width: 16.66667%;
  }
  .column-tab-3 {
    width: 25%;
  }
  .column-tab-4 {
    width: 33.33333%;
  }
  .column-tab-5 {
    width: 41.66667%;
  }
  .column-tab-6 {
    width: 50%;
  }
  .column-tab-7 {
    width: 58.33333%;
  }
  .column-tab-8 {
    width: 66.66667%;
  }
  .column-tab-9 {
    width: 75%;
  }
  .column-tab-10 {
    width: 83.33333%;
  }
  .column-tab-11 {
    width: 91.66667%;
  }
  .column-tab-12 {
    width: 100%;
  }
  .show-tab {
    display: block !important;
  }
  .hidden-tab {
    display: none !important;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .column-tab-big-1 {
    width: 8.33333%;
  }
  .column-tab-big-2 {
    width: 16.66667%;
  }
  .column-tab-big-3 {
    width: 25%;
  }
  .column-tab-big-4 {
    width: 33.33333%;
  }
  .column-tab-big-5 {
    width: 41.66667%;
  }
  .column-tab-big-6 {
    width: 50%;
  }
  .column-tab-big-7 {
    width: 58.33333%;
  }
  .column-tab-big-8 {
    width: 66.66667%;
  }
  .column-tab-big-9 {
    width: 75%;
  }
  .column-tab-big-10 {
    width: 83.33333%;
  }
  .column-tab-big-11 {
    width: 91.66667%;
  }
  .column-tab-big-12 {
    width: 100%;
  }
  .show-tablet-big {
    display: block !important;
  }
  .hidden-tablet-big {
    display: none !important;
  }
}
.is-full-width {
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  max-width: none;
}
.no_padding {
  padding: 0 !important;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
body {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
}
main {
  -ms-flex: 1;
  flex: 1;
}
.no-flexboxlegacy body {
  display: block !important;
}
body {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  color: #000;
  position: relative;
  overflow-x: hidden;
}
input,
option,
select,
textarea {
  opacity: 1;
  font-family: Raleway, sans-serif;
}
input::-webkit-input-placeholder,
option::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: Raleway, sans-serif;
  opacity: 1;
  font-size: 14px;
  color: #000;
}
input:-moz-placeholder,
input::-moz-placeholder,
option:-moz-placeholder,
option::-moz-placeholder,
select:-moz-placeholder,
select::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  font-family: Raleway, sans-serif;
  opacity: 1;
  font-size: 14px;
  color: #000;
}
input:-ms-input-placeholder,
option:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: Raleway, sans-serif;
  opacity: 1;
  font-size: 14px;
  color: #000;
}
.iphone input,
.iphone option,
.iphone select,
.iphone textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
select::-ms-expand {
  display: none;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  background: #eee;
  font-family: courier\10 Pitch, Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
code,
kbd,
pre,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
}
code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, Andale Mono, DejaVu Sans Mono, monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins,
mark {
  background: #fff9c0;
  text-decoration: none;
}
big {
  font-size: 125%;
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  display: block;
}
#main[tabindex='-1']:focus {
  outline: 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.body_content_holder {
  float: left;
  width: 100%;
}
.body_content_holder.active_lightbox,
.body_content_holder.menu_toggled {
  height: 100vh;
  overflow: hidden;
}
.main_header {
  float: left;
  width: 100%;
  position: relative;
  padding-top: 30px;
  padding-top: 1.875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.bg_overlay {
  top: 0;
  left: 44%;
  z-index: -1;
  float: right;
  position: absolute;
  height: 23rem !important;
  background: #902a7d;
  height: 480px;
  height: 30rem;
  width: 9999px;
  width: 624.9375rem;
}
.logo {
  float: left;
  width: 130px;
  width: 8.125rem;
  margin-left: -15px;
  margin-left: -0.9375rem;
}
.hamburger {
  float: right;
  height: auto;
  cursor: pointer;
  width: 40px;
  width: 2.5rem;
}
.hamburger span {
  width: 100%;
  float: right;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  height: 5px;
  height: 0.3125rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.hamburger span:last-child {
  margin-bottom: 0;
}
.hamburger.active span:first-child {
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  margin-top: 7px;
  margin-top: 0.4375rem;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  margin-top: -16px;
  margin-top: -1rem;
}
.hamburger h5 {
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
.right_side_header {
  width: auto;
  float: right;
  margin-top: 45px;
  margin-top: 2.8125rem;
}
.top_header {
  right: 0;
  float: right;
  position: absolute;
  top: -15px;
  top: -0.9375rem;
}
.languages {
  float: left;
  width: auto;
}
.languages li {
  float: left;
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.languages li a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
.languages li.active a,
.languages li a:hover {
  font-weight: 700;
  text-decoration: underline;
}
.languages li:last-child {
  margin-right: 0;
}
.header_navigation {
  width: auto;
  float: right;
}
.header_navigation ul {
  float: left;
  width: auto;
  margin-top: 7px;
  margin-top: 0.4375rem;
}
.header_navigation li {
  float: left;
  width: auto;
  margin-right: 20px;
  margin-right: 1.25rem;
}
.header_navigation li.current-menu-item a,
.header_navigation li:hover a {
  color: #000;
}
.header_navigation li a {
  float: left;
  width: auto;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
.menu_container {
  float: left;
  width: auto;
}
.search_toggler {
  width: auto;
  float: right;
  cursor: pointer;
  margin-top: 4px;
  margin-top: 0.25rem;
  margin-left: 17px;
  margin-left: 1.0625rem;
}
.search_toggler i {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
}
.header_modal {
  top: 0;
  opacity: 0;
  float: left;
  z-index: 20;
  width: 100%;
  height: 100vh;
  background: #fff;
  position: absolute;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  padding-top: 90px;
  padding-top: 5.625rem;
}
.header_modal.active {
  opacity: 1;
  visibility: visible;
}
.header_modal_list {
  width: 92%;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_modal_list > li {
  float: left;
  width: auto;
  max-width: 150px;
  max-width: 9.375rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.header_modal_list > li:last-child {
  margin-right: 0;
}
.header_modal_list > li a {
  color: #000;
  font-weight: 700;
  line-height: 1.2em;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  text-transform: uppercase;
}
.header_modal_list > li.current-menu-item > a,
.header_modal_list > li a:hover {
  color: #902a7d;
}
.header_modal_list .sub-menu {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.header_modal_list .sub-menu li {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.header_modal_list .sub-menu li a {
  font-weight: 300;
  text-transform: none;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.header_modal_list .sub-menu li.current-menu-item a,
.header_modal_list .sub-menu li:hover a,
.header_modal_list .sub-menu li a:hover {
  color: #902a7d;
}
.header_modal .hamburger {
  top: 0;
  right: 0;
  position: absolute;
}
.header_modal .hamburger span {
  background: #000;
}
.search_holder {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
  padding-right: 40px;
  padding-right: 2.5rem;
}
.search_holder .inputs_holder {
  width: 50%;
  float: none;
  margin-left: 50%;
  height: 50px;
  height: 3.125rem;
  transform: translateX(-50%);
  padding: 15px;
  padding: 0.9375rem;
  border: 1px solid #999;
  border-radius: 5px;
  border-radius: 0.3125rem;
}
.search_holder #search_input {
  border: 0;
  outline: 0;
  width: 100%;
  float: none;
}
.search_holder #search_input::-webkit-input-placeholder {
  color: #999;
  font-size: 15px;
  font-size: 0.9375rem;
}
.search_holder #search_input:-moz-placeholder,
.search_holder #search_input::-moz-placeholder {
  color: #999;
  font-size: 15px;
  font-size: 0.9375rem;
}
.search_holder #search_input:-ms-input-placeholder {
  color: #999;
  font-size: 15px;
  font-size: 0.9375rem;
}
.search_holder .submit_button {
  top: 50%;
  border: 0;
  z-index: 1;
  position: absolute;
  background: transparent;
  right: 10px;
  right: 0.625rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  transform: translateY(-50%);
  padding: 8px 0;
  padding: 0.5rem 0;
}
.search_holder .submit_button:after {
  color: #000;
  content: '\f002';
  font-weight: 900;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  right: 20px;
  right: 1.25rem;
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Font awesome 5 Free';
}
.search_holder #search_button {
  top: 50%;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  text-indent: -9999px;
  right: 10px;
  right: 0.625rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  transform: translateY(-50%);
}
a {
  text-decoration: none;
  color: #000;
}
.element_wrapper {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
}
.section_title {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.section_title a {
  color: #000;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.section_title a:hover {
  color: #902a7d;
}
.section_title a:hover h3:after {
  background: #902a7d;
}
.section_title h3 {
  line-height: 1.3em;
  display: inline-block;
  font-size: 28px;
  font-size: 1.75rem;
}
.section_title h3:after {
  content: '';
  display: block;
  margin: 0 auto;
  background: #000;
  text-align: center;
  height: 1px;
  height: 0.0625rem;
  width: 95px;
  width: 5.9375rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.page_title {
  margin: 40px 0 180px;
}
.page_title h1 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #000;
  line-height: 1.3em;
  position: relative;
  display: inline-block;
}
.page_title h1:after {
  content: '';
  display: block;
  margin: 0 auto;
  background: #000;
  text-align: center;
  height: 1px;
  width: 95px;
  margin-top: 20px;
  margin-left: 5px;
}
.newsletter__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newsletter__item {
  padding: 20px 10px;
  width: calc(33% - 5px);
  background-color: #f7f7f7;
  margin-bottom: 10px;
  border-radius: 2px;
  cursor: pointer;
  border: 1px solid #f7f7f7;
  transition: transform 1s;
}
@media only screen and (max-width: 767px) {
  .newsletter__item {
    width: calc(50% - 5px);
  }
}
.newsletter__item a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.newsletter__item span {
  margin-right: 10px;
}
.newsletter__item span img {
  width: 30px;
  object-fit: contain;
}
.newsletter__item:hover {
  transition: transform 1s;
  transform: scale(1.03);
  border: 1px solid #902a7d;
}
.pressed_section {
  padding: 0 100px;
  padding: 0 6.25rem;
}
.round_arrow_button {
  left: 50%;
  opacity: 0;
  border-radius: 100%;
  width: 55px;
  width: 3.4375rem;
  transform: translate(-50%);
  height: 55px;
  height: 3.4375rem;
  bottom: 30px;
  bottom: 1.875rem;
  background: #fff;
  background-size: 15px;
  background-size: 0.9375rem;
}
.round_arrow_button,
.round_arrow_button:after {
  position: absolute;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.round_arrow_button:after {
  top: 50%;
  color: #000;
  content: '\f061';
  font-weight: 900;
  right: 20px;
  right: 1.25rem;
  transform: translateY(-50%);
  font-family: 'Font awesome 5 Free';
}
.file_button {
  float: left;
  border: 1px solid;
  position: relative;
  padding: 15px;
  padding: 0.9375rem;
  padding-right: 35px;
  padding-right: 2.1875rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.file_button,
.file_button:after {
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.file_button:after {
  content: '\f019';
  font-weight: 900;
  position: absolute;
  right: 10px;
  right: 0.625rem;
  font-family: 'Font awesome 5 Free';
}
.file_button:hover {
  color: #fff !important;
  background: #902a7d;
}
.thumb_holder img {
  float: left;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  transition: all 2s;
}
.centered_thumb {
  position: relative;
}
.centered_thumb iframe {
  height: 90%;
}
.centered_thumb img {
  width: auto;
  height: auto;
  max-height: 100%;
}
.post_date {
  float: left;
  width: 100%;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
}
.read_more_button {
  color: #000;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  display: inline-block;
  background: #f7f7f7;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 12px 30px;
  padding: 0.75rem 1.875rem;
  padding-right: 50px;
  padding-right: 3.125rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
.read_more_button,
.read_more_button:after {
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.read_more_button:after {
  content: '\f061';
  font-weight: 900;
  position: absolute;
  right: 20px;
  right: 1.25rem;
  font-family: 'Font awesome 5 Free';
}
.read_more_button:hover:after {
  right: 15px;
  right: 0.9375rem;
}
.download_button {
  color: #000;
  background: #fff;
  font-weight: 700;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 12px 10px;
  padding: 0.75rem 0.625rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  letter-spacing: 1px;
  letter-spacing: 0.0625rem;
}
.download_button,
.download_button:after {
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.download_button:after {
  content: '\f061';
  font-weight: 900;
  position: absolute;
  right: 15px;
  right: 0.9375rem;
  font-family: 'Font awesome 5 Free';
}
.contact_button {
  width: 48%;
  float: left;
  height: 75px;
  height: 4.6875rem;
}
.contact_button:hover h5 span {
  color: #fff;
}
.contact_button:hover h5:after {
  width: 100%;
}
.contact_button h5 {
  width: 70%;
  float: left;
  height: 100%;
  color: #000;
  background: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  line-height: 1.35em;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 32px 0;
  padding: 2rem 0;
}
.contact_button h5 span {
  z-index: 2;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  padding: 0 10px;
  padding: 0 0.625rem;
}
.contact_button h5:after {
  top: 0;
  right: 0;
  width: 0;
  content: '';
  z-index: 0;
  float: right;
  height: 100%;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  background: #902a7d;
}
.contact_button .button_arrow {
  width: 30%;
}
.round_button {
  color: #fff;
  font-weight: 500;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  border: 2px solid #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 15px 45px;
  padding: 0.9375rem 2.8125rem;
  border-radius: 50px;
  border-radius: 3.125rem;
}
.round_button,
.round_button:before {
  float: left;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.round_button:before {
  top: 0;
  left: 0;
  width: 0;
  z-index: -1;
  content: '';
  height: 100%;
  background: #fff;
  position: absolute;
  border-radius: 50px;
  border-radius: 3.125rem;
}
.round_button:hover {
  color: #000;
}
.round_button:hover:before {
  width: 100%;
}
.light_green_overlay {
  opacity: 0.7;
  background: #8af2c7;
}
.dark_overlay,
.light_green_overlay {
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  float: left;
  height: 100%;
  position: absolute;
}
.dark_overlay {
  opacity: 0.45;
  background: #000;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.button_arrow {
  float: left;
  height: 100%;
  position: relative;
  background: #902a7d;
  width: 75px;
  width: 4.6875rem;
  background-size: 20px;
  background-size: 1.25rem;
}
.button_arrow:after {
  color: #fff;
  content: '\f061';
  font-weight: 900;
  font-family: 'Font awesome 5 Free';
}
.social_media_list {
  width: auto;
  float: right;
}
.social_media_list li {
  float: left;
  margin-right: 20px;
  margin-right: 1.25rem;
}
.social_media_list li:last-child {
  margin-right: 0;
}
.social_media_list li i {
  color: #902a7d;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.social_media_list li:hover i {
  color: #902a7d;
}
.big_media_icon {
  z-index: 12;
  position: absolute;
  width: 120px;
  width: 7.5rem;
  height: 120px;
  height: 7.5rem;
  background: rgba(144, 42, 125, 0.7) url(../images/play-button.png) no-repeat 50%;
  background-size: 22px;
  background-size: 1.375rem;
}
.big_media_icon,
.small_media_icon {
  float: left;
  border-radius: 100%;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.small_media_icon {
  position: relative;
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  background: #bbb3b6 url(../images/small-color-button.png) no-repeat 50%;
  background-size: 12px;
  background-size: 0.75rem;
}
.left_bottom_content {
  left: 0;
  bottom: 0;
  float: left;
  z-index: 12;
  width: 38.8%;
  background: #ffffff66;
  position: absolute;
  padding: 35px 30px 0;
  padding: 2.1875rem 1.875rem 0;
}
.left_bottom_content .post_date {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.left_bottom_content h2 {
  float: left;
  width: 100%;
  color: #000;
  line-height: 1.3em;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 65px;
  margin-bottom: 4.0625rem;
}
.owl-nav {
  right: 0;
  float: left;
  width: auto;
  position: absolute;
  bottom: 2px;
  bottom: 0.125rem;
}
.owl-nav button {
  float: left;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background: #fff !important;
  margin-right: 2px;
  margin-right: 0.125rem;
}
.owl-nav button span {
  font-size: 22px;
  font-size: 1.375rem;
}
#main_slider {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: block !important;
}
#main_slider .main_banner__item {
  display: none;
  height: 25.25rem !important;
}
#main_slider .main_banner__item:first-child {
  display: block;
}
#main_slider .owl-item {
  float: left;
  height: 100%;
}
.main_banner {
  float: left;
  width: 100%;
  overflow: hidden;
  height: 25.25rem !important;
  margin-bottom: 50px;
}
.main_banner__item {
  float: left;
  width: 100%;
  position: relative;
  height: 500px;
  height: 31.25rem;
}
.main_banner__thumb {
  float: left;
  width: 100%;
  height: 100%;
}
.main_banner .button_holder {
  left: 0;
  bottom: 0;
  position: absolute;
}
.social_media_fixed {
  float: left;
  width: auto;
}
.social_media_fixed .social_media_list {
  top: 30%;
  left: 5%;
  z-index: 5;
  position: fixed;
}
.social_media_fixed .social_media_list li {
  clear: left;
  margin-right: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.social_media_fixed .social_media_list li i {
  color: #902a7d;
}
.social_media_fixed .social_media_list li i:hover {
  color: #000;
}
.social_media_fixed .social_media_list li:last-child {
  margin-bottom: 0;
}
.programs_list {
  float: left;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
.programs_list__item {
  width: 16.66%;
  float: left;
  position: relative;
  background: #902a7d;
  height: 340px;
  height: 21.25rem;
}
.programs_list__item a {
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 55px;
  padding-left: 25px;
  padding: 3.4375rem 2.5rem 1.875rem 1.5625rem;
  padding-right: 40px;
  padding-bottom: 30px;
}
.programs_list__item a:hover .round_arrow_button {
  opacity: 1;
}
.programs_list__item:nth-child(2n) {
  background: #761764;
}
.programs_list__item:nth-child(2n) .programs_list__title:after {
  background: #902a7d;
}
.programs_list__title {
  float: left;
  width: 100%;
  color: #fff;
  line-height: 1.2em;
  font-size: 24px;
  font-size: 1.5rem;
}
.programs_list__title:after {
  content: '';
  display: block;
  background: #761764;
  height: 2px;
  height: 0.125rem;
  width: 95px;
  width: 5.9375rem;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.support_section {
  float: left;
  width: 100%;
  position: relative;
  height: 650px;
  height: 40.625rem;
  margin-bottom: 100px;
  margin-bottom: 6.25rem;
}
.support_section .container {
  height: 100%;
}
.support_section__thumb {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/apply-bg.png) no-repeat 50%;
  background-position-y: 0;
  background-size: cover;
}
.support_section__text {
  z-index: 6;
  width: 53%;
  height: 100%;
  float: right;
  position: relative;
  padding-top: 115px;
  padding-top: 7.1875rem;
  padding-right: 100px;
  padding-right: 6.25rem;
}
.support_section__text h3 {
  float: left;
  width: 100%;
  font-weight: 500;
  color: #902a7d;
  font-size: 45px;
  font-size: 2.8125rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.support_section__text h4 {
  width: 90%;
  float: left;
  line-height: 1.15em;
  font-size: 30px;
  font-size: 1.875rem;
}
.support_section__text .buttons_holder {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-top: 3.125rem;
}
.support_section__text .round_button {
  margin-top: 30px;
  margin-top: 1.875rem;
}
.support_section__text .contact_button:nth-child(2n) {
  float: right;
}
.kwn_materials h2.product_form_submitted {
  text-align: center;
  font-weight: 700;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.kwn_materials form {
  width: 100% !important;
}
.kwn_materials .li_radio {
  width: 60% !important;
}
.kwn_materials .li_radio ul > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.kwn_materials .li_radio ul > li input {
  margin-right: 10px !important;
}
.kwn_materials ul.gform_fields {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.kwn_materials ul.gform_fields li {
  width: calc(50% - 10px);
}
.kwn_materials ul.gform_fields li input,
.kwn_materials ul.gform_fields li textarea {
  background: rgba(144, 42, 125, 0.1) !important;
  border-bottom: 2px solid #902a7d !important;
}
.kwn_materials ul.gform_fields li.delivery_address div,
.kwn_materials ul.gform_fields li.delivery_name div,
.kwn_materials ul.gform_fields li.supporter_address div,
.kwn_materials ul.gform_fields li.supporter_name div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .kwn_materials ul.gform_fields li.delivery_address div,
  .kwn_materials ul.gform_fields li.delivery_name div,
  .kwn_materials ul.gform_fields li.supporter_address div,
  .kwn_materials ul.gform_fields li.supporter_name div {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.kwn_materials ul.gform_fields li.delivery_address div span,
.kwn_materials ul.gform_fields li.delivery_name div span,
.kwn_materials ul.gform_fields li.supporter_address div span,
.kwn_materials ul.gform_fields li.supporter_name div span {
  width: calc(50% - 5px);
}
.kwn_materials ul.gform_fields li.delivery_address div span label,
.kwn_materials ul.gform_fields li.delivery_name div span label,
.kwn_materials ul.gform_fields li.supporter_address div span label,
.kwn_materials ul.gform_fields li.supporter_name div span label {
  display: none;
}
@media only screen and (max-width: 767px) {
  .kwn_materials ul.gform_fields li.delivery_address div span,
  .kwn_materials ul.gform_fields li.delivery_name div span,
  .kwn_materials ul.gform_fields li.supporter_address div span,
  .kwn_materials ul.gform_fields li.supporter_name div span {
    width: 100%;
    margin-bottom: 10px;
  }
}
.kwn_materials ul.gform_fields .gf_clear {
  display: none !important;
}
.kwn_materials ul.gfield_radio {
  padding-left: 10px;
}
.kwn_materials ul.gfield_radio li {
  width: 100%;
}
.kwn_materials ul.gfield_radio input[type='radio'] {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 3px;
}
.kwn_materials .sameAddress.gfield {
  width: 60% !important;
}
.kwn_materials .sameAddress.gfield ul > li {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
.kwn_materials .sameAddress.gfield ul > li input {
  width: auto !important;
}
.kwn_materials .gform_wrapper .gfield_radio label {
  font-size: 14px;
}
.kwn_materials .gfield.materials_size {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kwn_materials .gfield.materials_size label {
  -ms-flex-order: 0;
  order: 0;
  width: 100%;
  margin: 5px 0;
}
.kwn_materials .gfield.materials_size .gfield_description {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 5px;
  font-size: 13px;
}
.kwn_materials .gfield.materials_size div.ginput_container_select {
  -ms-flex-order: 2;
  order: 2;
}
.custom_categories_single {
  background-color: #fff;
}
.custom_categories_single .tab_content__holder {
  margin: 15px 0;
}
.custom_categories_single ul.tabs_header__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 40px 0;
}
.custom_categories_single ul.tabs_header__list li:nth-child(2) {
  -ms-flex-order: -1 !important;
  order: -1 !important;
}
.kwn_products {
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kwn_products__desc {
  width: 70%;
}
.kwn_products__desc--wrap {
  width: 100%;
  margin: -40px 0 20px;
  padding-left: 10px;
}
.kwn_products .kwn_products__item {
  transition: all 1s;
  cursor: pointer;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
  margin: 0 10px 20px;
  border: 2px solid #eee;
  position: relative;
}
.kwn_products .kwn_products__item:hover {
  transform: scale(1.05);
}
.kwn_products .kwn_products__item span.icon,
.kwn_products .kwn_products__item span.text {
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  width: 100%;
  position: absolute;
}
.kwn_products .kwn_products__item.active {
  border: 2px solid #902a7d;
}
.kwn_products .kwn_products__item.active span.text {
  opacity: 0;
  visibility: hidden;
}
.kwn_products .kwn_products__item.active span.icon {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .kwn_products .kwn_products__item {
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .kwn_products .kwn_products__item {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .kwn_products .kwn_products__item {
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
  }
}
.kwn_products .kwn_products__item img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .kwn_products .kwn_products__item img {
    height: 120px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .kwn_products .kwn_products__item img {
    height: 150px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .kwn_products .kwn_products__item img {
    height: 150px;
  }
}
.kwn_products .kwn_products__item span.icon {
  opacity: 0;
  visibility: hidden;
}
.kwn_products .kwn_products__item--content {
  padding: 10px;
}
.kwn_products .kwn_products__item--choose {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
}
.kwn_products .kwn_products__item--choose span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #902a7d;
  width: 100%;
  height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.kwn_products .kwn_products__item--title {
  margin-bottom: 10px;
}
.kwn_products .kwn_products__item--title h4 {
  font-size: 16px;
  font-weight: 700;
  height: 35px;
}
.kwn_products .kwn_products__item--description p {
  font-size: 14px;
}
.donate_tabs__content div.gform_wrapper {
  display: block !important;
  position: relative;
  z-index: 5;
}
.donate_tabs__content h1,
.donate_tabs__content h2,
.donate_tabs__content h3 {
  line-height: 1.4em;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.donate_tabs__content p {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4em;
}
.members_section {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.members_list {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 0 30px;
  padding: 0 1.875rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.members_list .row {
  margin-left: -30px;
  margin-left: -1.875rem;
  margin-right: -30px;
  margin-right: -1.875rem;
}
.members_list__inner_holder {
  float: left;
  width: 100%;
}
.members_list__item {
  width: 25%;
  float: left;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 310px;
  min-height: 19.375rem;
}
.members_list__item .element_wrapper {
  float: none;
  border-radius: 100%;
  display: inline-block;
  background: #ffeafb;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  width: 230px;
  width: 14.375rem;
  height: 230px;
  height: 14.375rem;
}
.members_list__item .element_wrapper:after {
  left: 50%;
  width: 80%;
  opacity: 0;
  content: '';
  margin: 0 auto;
  position: absolute;
  visibility: hidden;
  background: #902a7d;
  height: 2px;
  height: 0.125rem;
  transform: translateX(-50%);
  bottom: -31px;
  bottom: -1.9375rem;
  transition: opacity 0.3s ease-in-out;
}
.members_list__item .element_wrapper a {
  float: left;
  width: 100%;
  height: 100%;
}
.members_list__item .element_wrapper:hover {
  background: #902a7d;
  width: 250px;
  width: 15.625rem;
  height: 250px;
  height: 15.625rem;
}
.members_list__item .element_wrapper:hover:after {
  opacity: 1;
  visibility: visible;
}
.members_list__item .element_wrapper:hover .members_list__title {
  color: #fff;
}
.members_list__item .element_wrapper:hover .members_list__thumb {
  margin-top: 15%;
}
.members_list__item .element_wrapper:hover .members_list__thumb img.hover_img {
  opacity: 1;
}
.members_list__item .element_wrapper:hover .members_list__thumb img.normal_img {
  opacity: 0;
}
.members_list__item:last-child .element_wrapper:hover .members_list__thumb {
  margin-top: 25%;
}
.members_list__item:last-child .members_list__thumb {
  margin-top: 20%;
  height: 50px;
  height: 3.125rem;
}
.members_list__thumb {
  width: 100%;
  margin-top: 10%;
  position: relative;
  text-align: center;
  height: 80px;
  height: 5rem;
}
.members_list__thumb,
.members_list__thumb img {
  float: left;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.members_list__thumb img {
  height: auto;
  max-height: 100%;
}
.members_list__thumb img.normal_img {
  opacity: 1;
}
.members_list__thumb img.hover_img {
  opacity: 0;
}
.members_list__title {
  color: #000;
  padding: 0 25%;
  text-align: center;
  position: absolute;
  line-height: 1.2em;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  bottom: 50px;
  bottom: 3.125rem;
  font-size: 16px;
  font-size: 1rem;
}
.members_list__title,
.publications_list {
  float: left;
  width: 100%;
}
.publications_list__item {
  width: 20%;
  float: left;
  padding: 0 7px;
  padding: 0 0.4375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.publications_list__item .element_wrapper {
  overflow: hidden;
  height: 445px;
  height: 27.8125rem;
  border-width: 1px;
  border-width: 0.0625rem;
}
.publications_list__item .element_wrapper:hover .download_button {
  opacity: 1;
}
.publications_list__item .element_wrapper .download_button {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.publications_list__item:not(.horizontal_grid) .publications_list__text {
  height: 56%;
}
.publications_list__item.horizontal_grid {
  width: 50%;
}
.publications_list__item.horizontal_grid .element_wrapper {
  height: 218px;
  height: 13.625rem;
}
.publications_list__item.horizontal_grid.middle_positioned {
  left: 25%;
  position: absolute;
}
.publications_list__item.horizontal_grid .publications_list__text {
  width: 66%;
  height: 100%;
}
.publications_list__item.horizontal_grid .publications_list__text a:not(.download_button) {
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-left: 45px;
  padding-left: 2.8125rem;
}
.publications_list__item.horizontal_grid .publications_list__text h3 {
  width: 100%;
}
.publications_list__item.horizontal_grid .publications_list__thumb {
  width: 34%;
  height: 100%;
  float: right;
}
.publications_list__item.no_thumb_item .publications_list__text {
  width: 100%;
  height: 100%;
}
.publications_list__thumb {
  float: left;
  width: 100%;
  height: 200px;
  height: 12.5rem;
}
.publications_list__text {
  float: left;
  width: 100%;
  position: relative;
}
.publications_list__text.report_item a:not(.download_button) {
  padding: 10px 0 0;
  height: auto;
}
.publications_list__text.report_item p {
  font-size: 16px;
  font-size: 1rem;
  text-transform: lowercase;
}
.publications_list__text.report_item p:first-letter {
  text-transform: uppercase;
}
.publications_list__text a:not(.download_button) {
  float: left;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
.publications_list__text .post_date {
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}
.publications_list__text h3 {
  float: left;
  color: #000;
  width: 100%;
  font-weight: 700;
  line-height: 1.2em;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}
.publications_list__text h4 {
  float: left;
  width: 100%;
  color: #000;
  line-height: 1.2em;
  font-size: 14px;
  font-size: 0.875rem;
}
.publications_list__text .download_button {
  opacity: 0;
  z-index: 4;
  position: absolute;
  right: -1px;
  right: -0.0625rem;
  bottom: -1px;
  bottom: -0.0625rem;
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .tab_content__only_text.news_content {
    width: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .tab_content__only_text.news_content {
    width: 55%;
  }
}
.related_news {
  width: 32%;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .related_news {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .related_news {
    width: 100%;
  }
}
.related_news__item {
  display: -ms-flexbox;
  display: flex;
  min-height: 130px;
  max-height: 150px;
  margin-bottom: 15px;
}
.related_news__item--image {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  display: -ms-flexbox;
  display: flex;
}
.related_news__item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related_news__item--date {
  color: #999;
}
.related_news__item--content {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 15px;
}
.related_news__item--content h2 {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}
.related_items {
  width: 100%;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .related_items {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .related_items {
    width: 100%;
  }
}
.related_items__item {
  display: -ms-flexbox;
  display: flex;
  width: calc(33% - 5px);
  height: auto;
  margin-bottom: 15px;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .related_items__item {
    width: calc(50% - 5px);
  }
}
.related_items__item--image {
  width: 100%;
  height: 200px;
  display: -ms-flexbox;
  display: flex;
}
.related_items__item--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related_items__item--date {
  color: #999;
}
.related_items__item--content {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 15px;
}
.related_items__item--content h2 {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
}
.column_articles .publications_list__item.horizontal_grid {
  width: 25%;
}
.column_articles .publications_list__item.horizontal_grid .element_wrapper {
  height: 460px;
  height: 28.75rem;
}
.column_articles .publications_list__item .publications_list__thumb {
  width: 100%;
  height: 200px;
  height: 12.5rem;
}
.column_articles .publications_list__item .publications_list__text {
  width: 100%;
  height: 56%;
}
.column_articles .publications_list__item .publications_list__text a:not(.download_button) {
  padding: 30px !important;
  padding: 1.875rem !important;
  padding: 30px 20px !important;
  padding: 1.875rem 1.25rem !important;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
}
.column_articles .publications_list__item.no_thumb_item .publications_list__text {
  height: 100%;
}
.column_articles .middle_positioned .publications_list__item {
  width: 50% !important;
}
.custom_publications_row {
  float: left;
  width: 100%;
  position: relative;
}
.custom_publications_row.has_middle .publications_list__item:last-child:not(:first-child) {
  float: right;
}
.custom_publications_row .middle_positioned {
  left: 25%;
  width: 50%;
  float: left;
  position: absolute;
}
.custom_publications_row .middle_positioned .publications_list__item {
  float: left;
  width: 100%;
}
.single .category_banner.block_thumb .category_banner__thumb {
  max-height: 400px;
  display: -ms-flexbox;
  display: flex;
}
.single .category_banner.block_thumb .category_banner__thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
}
.category_banner {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}
.category_banner.block_thumb {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.category_banner.block_thumb .category_banner__thumb {
  float: left;
  width: auto;
  clear: left;
  height: auto !important;
}
.category_banner.block_thumb .category_banner__text {
  transform: none;
  position: relative;
}
.category_banner .section_title {
  text-align: left;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.category_banner .section_title h3:after {
  margin: 0;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.category_banner__text {
  left: 0;
  top: 50%;
  width: 28%;
  float: left;
  color: #000;
  position: absolute;
  transform: translateY(-50%);
  padding-right: 60px;
  padding-right: 3.75rem;
}
.category_banner__text.extended_text {
  top: auto;
  left: auto;
  float: left;
  width: 100%;
  transform: none;
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.category_banner__thumb {
  width: 72%;
  float: right;
  position: relative;
  height: 550px;
  height: 34.375rem;
}
.category_banner__thumb .centered_thumb {
  background: #fff;
  height: 440px;
  height: 27.5rem;
}
.category_banner__thumb_description {
  left: 0;
  bottom: 0;
  width: 100%;
  float: left;
  z-index: 15;
  color: #fff;
  line-height: 1.3em;
  position: absolute;
  font-style: italic;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  padding: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.category_banner__desc {
  float: left;
  width: 100%;
  line-height: 1.4em;
  font-size: 15px;
  font-size: 0.9375rem;
}
.category_banner__desc span {
  font-size: 18px;
  font-size: 1.125rem;
}
.default_info {
  width: 85%;
  float: left;
  position: relative;
  padding-left: 25px;
  padding-left: 1.5625rem;
}
.default_info a,
.default_info span {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
}
.default_info__icon {
  float: left;
  position: absolute;
  top: 1px;
  top: 0.0625rem;
  left: 1px;
  left: 0.0625rem;
}
.default_info__icon i {
  font-size: 13px;
  font-size: 0.8125rem;
}
.default_info__icon img {
  width: 12px;
  width: 0.75rem;
}
.default_info__link {
  float: left;
  width: 100%;
  color: #000;
  text-decoration: none;
}
.default_info.address_info {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.category_content {
  float: left;
  width: 100%;
}
.category_content .filter_form {
  padding-left: 35px;
  padding-left: 2.1875rem;
}
.category_tabs_header,
.programs_article {
  float: left;
  width: 100%;
}
.programs_article {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
.programs_article__thumb {
  float: left;
  width: 33.333%;
  position: relative;
  height: 500px;
  height: 31.25rem;
}
.programs_article__thumb_description {
  left: 0;
  bottom: 0;
  width: 100%;
  float: left;
  z-index: 15;
  color: #fff;
  position: absolute;
  line-height: 1.3em;
  font-style: italic;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  padding: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
}
.programs_article__text {
  width: 48%;
  float: left;
  margin-left: 90px;
  margin-left: 5.625rem;
  padding-top: 30px;
  padding-top: 1.875rem;
}
.programs_article__text h2 {
  font-size: 26px;
  font-size: 1.625rem;
}
.programs_article__text h2,
.programs_article__text h3 {
  float: left;
  width: 100%;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.programs_article__text h3 {
  font-size: 20px;
  font-size: 1.25rem;
}
.programs_article__text p {
  float: left;
  width: 100%;
  color: #585858;
  line-height: 1.4em;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.programs_article:nth-child(2n) .programs_article__thumb {
  float: right;
}
.programs_article:nth-child(2n) .programs_article__text {
  float: right;
  margin-left: 0;
  margin-right: 90px;
  margin-right: 5.625rem;
}
.tabs_header__list {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
.tabs_header__list li {
  float: left;
  width: auto;
  max-width: 245px;
  max-width: 15.3125rem;
}
.tabs_header__list li a {
  outline: 0;
  float: left;
  width: 100%;
  color: #000;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  font-weight: 100;
  position: relative;
  line-height: 1.2em;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  padding: 10px;
  padding: 0.625rem;
  font-size: 15px;
  font-size: 0.9375rem;
}
.tabs_header__list li a:before {
  left: 0;
  opacity: 0;
  content: '';
  width: 100%;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  background: #902a7d;
  height: 1px;
  height: 0.0625rem;
  bottom: -1px;
  bottom: -0.0625rem;
}
.tabs_header__list li.active a,
.tabs_header__list li:hover a {
  color: #902a7d;
}
.tabs_header__list li.active a:before,
.tabs_header__list li:hover a:before {
  opacity: 1;
}
.tab_content__holder {
  float: left;
  width: 100%;
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
.tab_content__list {
  float: left;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.tab_content__item {
  top: 0;
  opacity: 0;
  float: left;
  width: 100%;
  visibility: hidden;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.tab_content__item.active {
  opacity: 1;
  position: relative;
  visibility: visible;
}
.tab_content__only_text {
  width: 65%;
  float: left;
}
.tab_content__title {
  float: left;
  width: 100%;
  font-weight: 500;
  font-size: 25px;
  font-size: 1.5625rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.tab_content__title.sub_cat_title {
  font-size: 20px;
  font-size: 1.25rem;
}
.tab_content__desc {
  float: left;
  width: 65%;
  line-height: 1.45em;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.full_width_slider,
.related_articles__holder {
  float: left;
  width: 100%;
  background: #f7f7f7;
  padding: 30px 0;
  padding: 1.875rem 0;
}
.half_items_carousel {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}
.slider_container {
  float: left;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.slider_container .owl-dots {
  bottom: 0;
  float: left;
  width: 100vw;
  text-align: center;
  position: absolute;
}
.slider_container .owl-dots .owl-dot {
  outline: 0;
  background: #bdbdbd;
  border-radius: 100%;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  width: 5px;
  width: 0.3125rem;
  height: 5px;
  height: 0.3125rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.slider_container .owl-dots .owl-dot.active,
.slider_container .owl-dots .owl-dot:hover {
  background: #902a7d;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 0.625rem;
}
.related_articles,
.slider_item {
  float: left;
  text-align: left;
}
.related_articles a,
.slider_item a {
  color: #000;
}
.related_articles .post_date,
.slider_item .post_date {
  float: left;
  text-align: left;
}
.related_articles__thumb,
.slider_item__thumb {
  width: 35%;
  float: left;
  height: 70px;
  height: 4.375rem;
}
.related_articles__text,
.slider_item__text {
  width: 65%;
  float: left;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.related_articles__title,
.slider_item__title {
  max-width: 80%;
  line-height: 1.2em;
  font-size: 17px;
  font-size: 1.0625rem;
}
.related_articles__button,
.slider_item__button {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.related_articles__button a,
.slider_item__button a {
  width: auto;
  height: auto;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  background: #902a7d;
  padding: 12px;
  padding: 0.75rem;
  border: 1px solid #902a7d;
}
.related_articles__button a:hover,
.slider_item__button a:hover {
  background: #fff;
  color: #902a7d;
}
.error_message {
  float: left;
  width: 100%;
  line-height: 1.3em;
  font-size: 20px;
  font-size: 1.25rem;
}
.error_message_holder {
  width: 45%;
  float: left;
  min-height: 30vh;
  padding-top: 10vh;
}
.error_message_wrap {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 60px;
}
.tab_content__list .error_message_holder {
  width: 100%;
  min-height: 10vh;
  text-align: center;
  padding-top: 20px;
  padding-top: 1.25rem;
}
#infscr-loading {
  display: none !important;
}
.load_more_button_holder {
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-size: 0.9375rem;
}
.load_more_button_holder a {
  float: none;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  background: #902a7d;
  padding: 10px;
  padding: 0.625rem;
}
.load_more_button_holder a.all-loaded {
  display: none;
}
.article_content {
  text-align: justify;
}
.article_content h1 {
  float: left;
  width: 100%;
  font-size: 45px;
  font-size: 2.8125rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.article_content h2 {
  float: left;
  width: 100%;
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.article_content iframe:not(.wp-embedded-content) {
  float: left;
  width: 100%;
  height: 385px;
  height: 24.0625rem;
  max-width: 680px;
  max-width: 42.5rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.article_content blockquote {
  width: 100%;
  background: #fff;
  line-height: 1.3em;
  background: #eff0f5;
  padding: 20px;
  padding: 1.25rem;
}
.article_content blockquote,
.article_content img {
  float: left;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.article_content img {
  clear: both;
  object-fit: contain;
  max-height: 480px;
  max-height: 30rem;
}
.article_content h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.article_content h3,
.article_content h4 {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.article_content h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
.article_content h5 {
  font-size: 16px;
  font-size: 1rem;
}
.article_content h5,
.article_content h6 {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.article_content h6 {
  font-size: 14px;
  font-size: 0.875rem;
}
.article_content .gform_wrapper {
  display: block !important;
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-top: 40px;
  padding-top: 2.5rem;
  border-top: 1px solid #eff0f5;
}
.article_content .gform_wrapper .gfield_radio {
  padding-left: 0;
}
.article_content ol,
.article_content ul {
  float: left;
  width: 100%;
  color: #902a7d;
  padding-left: 12px;
  padding-left: 0.75rem;
  margin-bottom: 23px;
  margin-bottom: 1.4375rem;
}
.article_content ol li,
.article_content ul li {
  float: left;
  width: 100%;
  color: #000;
  line-height: 1.5em;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
}
.article_content ol {
  padding-left: 30px;
  padding-left: 1.875rem;
}
.article_content ol li {
  line-height: 1.5em;
  position: relative;
  list-style: decimal;
  font-size: 16px;
  font-size: 1rem;
}
.article_content ol li ul {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.article_content ol li ul li {
  font-size: 14px;
  font-size: 0.875rem;
}
.article_content ul li {
  list-style: none;
}
.article_content ul li:before {
  content: '\f111';
  float: left;
  color: #902a7d;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
  width: 7px;
  width: 0.4375rem;
  height: 6px;
  height: 0.375rem;
  font-size: 6px;
  font-size: 0.375rem;
  margin-left: -12px;
  margin-left: -0.75rem;
  font-family: 'Font awesome 5 Free';
  -webkit-font-smoothing: antialiased;
}
.article_content ul li ul {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.article_content ul li ul li:before {
  content: '\f111';
}
.article_content a {
  color: #902a7d;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
}
.article_content p {
  float: left;
  width: 100%;
  line-height: 1.5em;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
.article_content table {
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.article_content table tr {
  border-left: none;
  border: 1px solid #000;
}
.article_content table td {
  padding: 5px;
  padding: 0.3125rem;
  border-left: 1px solid #000;
}
.article_content table span {
  line-height: 1.2em;
}
.inline_articles {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inline_articles.members_item .inline_articles__item {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.inline_articles.members_item .inline_articles__content {
  min-height: auto;
  background: transparent;
  padding: 5px 25px;
  padding: 0.3125rem 1.5625rem;
}
.inline_articles.only_title_articles .inline_articles__content {
  min-height: 120px;
  min-height: 7.5rem;
}
.inline_articles.only_title_articles .inline_articles__item h3 {
  color: #902a7d;
}
.inline_articles.round_thumb {
  text-align: center;
}
.inline_articles.round_thumb .inline_articles__inner_holder {
  background: #fff;
}
.inline_articles.round_thumb .inline_articles__content {
  min-height: auto;
  background: transparent;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
}
.inline_articles.round_thumb .inline_articles__content a {
  padding: 15px;
  padding: 0.9375rem;
}
.inline_articles.round_thumb .inline_articles__thumb {
  float: none;
  overflow: hidden;
  border-radius: 100%;
  display: inline-block;
  width: 120px;
  width: 7.5rem;
  height: 120px;
  height: 7.5rem;
  margin: 15px 0;
  margin: 0.9375rem 0;
  border: 2px solid #902a7d;
}
.inline_articles.round_thumb .inline_articles__thumb a {
  float: left;
  width: 100%;
  height: 100%;
}
.inline_articles__item {
  width: 25%;
  display: inline-block;
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.inline_articles__item:nth-child(4n + 1) {
  clear: left;
}
.inline_articles__item.members_item.no_thumb_item .inline_articles__thumb {
  background: url(../../assets/images/default-300x300.png) no-repeat 50%;
}
.inline_articles__content {
  -ms-flex: 1;
  flex: 1;
  float: left;
  width: 100%;
  background: #eff0f5;
  padding: 25px;
  padding: 1.5625rem;
  min-height: 220px;
}
.inline_articles__content.has_link {
  padding: 0;
}
.inline_articles__content.has_link a {
  height: 100%;
  padding: 25px;
  padding: 1.5625rem;
}
.inline_articles__content.has_link a:hover h3 {
  color: #902a7d;
}
.inline_articles__content a {
  float: left;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.inline_articles__thumb {
  padding: 0;
  float: left;
  width: 100%;
  height: 200px;
  height: 12.5rem;
  border: 1px solid #eff0f5;
  border-bottom: 0;
}
.inline_articles__name {
  color: #000;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  font-size: 16px;
  font-size: 1rem;
}
.inline_articles__name,
.inline_articles__role {
  float: left;
  width: 100%;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}
.inline_articles__role {
  color: #902a7d;
  font-size: 14px;
  font-size: 0.875rem;
}
.inline_articles__mail {
  float: left;
  width: 100%;
  color: #902a7d;
  text-decoration: none;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.inline_articles__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  float: left;
  width: 100%;
  font-weight: 300;
  line-height: 1.2em;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.inline_articles__text:last-of-type {
  margin-bottom: 0;
}
.inline_articles .cat_pagination {
  padding: 0 15px;
  padding: 0 0.9375rem;
}
.gform_wrapper {
  width: 100%;
  float: left;
}
.gform_wrapper > form {
  width: 39%;
  float: none;
  margin: 0 auto;
}
.gform_wrapper .gform_title {
  display: none;
}
.gform_wrapper .gfield_required {
  color: #902a7d;
  font-size: 11px;
  font-size: 0.6875rem;
}
.gform_wrapper li:before {
  display: none !important;
}
.gform_wrapper .gfield {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.gform_wrapper .gfield#field_2_13 .gfield_label,
.gform_wrapper .gfield#field_2_14 .gfield_label,
.gform_wrapper .gfield#field_2_15 .gfield_label {
  width: 88%;
  padding-right: 15px;
  padding-right: 0.9375rem;
}
.gform_wrapper .gfield#field_2_13 .ginput_container_select,
.gform_wrapper .gfield#field_2_14 .ginput_container_select,
.gform_wrapper .gfield#field_2_15 .ginput_container_select {
  width: auto;
  float: right;
}
.gform_wrapper .gfield_list {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.gform_wrapper .gfield_list_cell {
  width: 90%;
  padding: 0;
  float: left;
  border: none;
}
.gform_wrapper .gfield_list_icons {
  width: 10%;
  padding: 0;
  float: left;
  border: none;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.gform_wrapper .gfield_list .gfield_list_group {
  float: left;
  width: 100%;
  border: none;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.gform_wrapper .gfield_list .add_list_item {
  margin-top: 7px;
  margin-top: 0.4375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.gform_wrapper .gfield_list .delete_list_item {
  margin-bottom: 0;
}
.gform_wrapper .gfield_label {
  float: left;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.gform_wrapper .gfield.multiple_expertise_select .gfield_checkbox {
  padding-left: 0;
}
.gform_wrapper .gfield.multiple_expertise_select .gfield_checkbox label {
  width: 90%;
  float: left;
}
.gform_wrapper .gfield.multiple_expertise_select li {
  margin: 0;
  cursor: pointer;
  background: #eff0f5;
  border-bottom: 2px solid #fff;
  padding: 10px 5px;
  padding: 0.625rem 0.3125rem;
}
.gform_wrapper .gfield.multiple_expertise_select input[type='checkbox'] {
  padding: 0;
  float: right;
  outline: none;
  width: 5% !important;
}
.gform_wrapper .gfield .ginput_container {
  float: left;
  width: 100%;
}
.gform_wrapper .gfield .ginput_container input,
.gform_wrapper .gfield .ginput_container textarea {
  resize: none;
  border: none;
  width: 100% !important;
  background: #eff0f5;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 20px 15px;
  padding: 1.25rem 0.9375rem;
}
.gform_wrapper .gform_fields {
  margin-bottom: 0;
}
.gform_wrapper .gform_footer .gform_button {
  outline: 0;
  cursor: pointer;
  font-weight: 700;
  color: #902a7d;
  background: transparent;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  text-transform: uppercase;
  width: 160px;
  width: 10rem;
  padding: 12px;
  padding: 0.75rem;
  font-size: 10px;
  font-size: 0.625rem;
  border: 2px solid #902a7d;
  border-radius: 50px;
  border-radius: 3.125rem;
}
.gform_wrapper .gform_footer .gform_button:hover {
  color: #fff;
  background: #902a7d;
}
.gform_wrapper .gfield_radio li {
  float: left;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.gform_wrapper .gfield_radio li:last-child {
  margin-bottom: 0;
}
.gform_wrapper .gfield_radio input[type='radio'] {
  margin: 0;
  outline: 0;
  float: right;
  box-shadow: 0;
  cursor: pointer;
  border-radius: 0;
  width: auto !important;
}
.gform_wrapper .gfield_radio input[type='radio']:checked ~ label {
  color: #902a7d;
}
.gform_wrapper .gfield_radio label {
  float: left;
  cursor: pointer;
  line-height: 1.3em;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  width: 90% !important;
}
.custom_choice {
  float: left;
  width: 100%;
}
.custom_choice .main_choice_title {
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}
.custom_choice span {
  width: 50%;
  float: left;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
}
.custom_link_section {
  float: left;
  width: 100%;
}
.custom_link_section .custom_small_title {
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.custom_link_section .link_list {
  padding-left: 0;
  float: left;
  width: 100%;
}
.custom_link_section .link_list li {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.custom_link_section .link_list li:before {
  display: none;
}
.custom_link_section .link_list a {
  color: #902a7d;
  text-decoration: underline;
  font-size: 15px;
  font-size: 0.9375rem;
}
.custom_inline_section {
  float: left;
  width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
}
.custom_inline_section .tab_content__title {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}
.custom_inline_section__sub_title {
  float: left;
  width: auto;
  color: #000;
  cursor: pointer;
  font-weight: medium;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.custom_inline_section__sub_title:after {
  color: #000;
  content: '\f078';
  font-weight: 900;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 6px;
  margin-left: 0.375rem;
  font-family: 'Font awesome 5 Free';
}
.custom_inline_section__list {
  float: left;
  width: 100%;
}
.custom_inline_section__list span {
  float: left;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}
.custom_inline_section__list_container {
  float: left;
  width: 100%;
}
.custom_inline_section__list_container.active .custom_inline_section__sub_title:after {
  content: '\f077';
}
.custom_inline_section__list_container.active .custom_inline_section__content {
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  max-height: 9999px;
  max-height: 624.9375rem;
}
.custom_inline_section__content {
  float: left;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
}
.custom_inline_section__item {
  width: 25%;
  float: left;
  clear: none;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}
.custom_inline_section__item:nth-child(4n + 1) {
  clear: left;
}
.custom_inline_section__item_sub_title {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-size: 14px;
  font-size: 0.875rem;
}
.gallery_banner {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}
.other_media_items {
  float: left;
  width: 100%;
  margin: 20px 0;
  margin: 1.25rem 0;
}
.media_full_width_item {
  float: left;
  width: 100%;
  position: relative;
}
.media_full_width_item.left_aligned_text {
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.media_full_width_item.left_aligned_text:hover .element_wrapper .small_media_icon {
  background: #902a7d url(../images/small-color-button-hover.png) no-repeat 50%;
  background-size: 12px;
  background-size: 0.75rem;
}
.media_full_width_item.left_aligned_text:hover .element_wrapper h2 {
  color: #902a7d;
}
.media_full_width_item.left_aligned_text .media_full_width_item__content {
  top: 0;
  left: 0;
  width: 31%;
  float: left;
  height: 100%;
  position: absolute;
  background: #2a2a2a;
}
.media_full_width_item.left_aligned_text .media_full_width_item__thumb {
  width: 69%;
  float: right;
}
.media_full_width_item.left_aligned_text .media_full_width_item__inner_content {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
.media_full_width_item.left_aligned_text .small_media_icon {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.media_full_width_item.left_aligned_text h2 {
  float: left;
  width: 100%;
  color: #fff;
  font-weight: 500;
  line-height: 1.3em;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  font-size: 20px;
  font-size: 1.25rem;
}
.media_full_width_item.image_gallery:hover .small_media_icon {
  background: #902a7d !important;
}
.media_full_width_item.image_gallery:hover .small_media_icon:after {
  color: #fff;
}
.media_full_width_item.image_gallery .big_media_icon {
  background: rgba(144, 42, 125, 0.7);
}
.media_full_width_item.image_gallery .big_media_icon:after {
  color: #fff;
  content: '\f302';
  font-weight: 900;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'Font awesome 5 Free';
}
.media_full_width_item.image_gallery .small_media_icon {
  background: #bbb3b6;
}
.media_full_width_item.image_gallery .small_media_icon:after {
  content: '\f302';
  font-weight: 900;
  position: absolute;
  color: #902a7d;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Font awesome 5 Free';
}
.media_full_width_item .dark_overlay {
  opacity: 0.3;
}
.media_full_width_item__content h2 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.media_full_width_item__thumb {
  height: 570px;
  height: 35.625rem;
}
.media_half_width_item {
  width: 50%;
  float: left;
  position: relative;
  height: 300px;
  height: 18.75rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.media_half_width_item.image_gallery .small_media_icon {
  background: #bbb3b6;
}
.media_half_width_item.image_gallery .small_media_icon:after {
  color: #fff;
  content: '\f302';
  font-weight: 900;
  position: absolute;
  color: #902a7d;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  font-size: 14px;
  font-size: 0.875rem;
  font-family: 'Font awesome 5 Free';
}
.media_half_width_item.image_gallery .element_wrapper:hover .small_media_icon {
  background: #902a7d;
}
.media_half_width_item.image_gallery .element_wrapper:hover .small_media_icon:after {
  color: #fff;
}
.media_half_width_item .element_wrapper:hover .dark_overlay {
  opacity: 0.4;
}
.media_half_width_item .element_wrapper:hover .media_half_width_item__content h2 {
  color: #902a7d;
}
.media_half_width_item .element_wrapper:hover .small_media_icon {
  background: #902a7d url(../images/small-color-button-hover.png) no-repeat 50%;
  background-size: 12px;
  background-size: 0.75rem;
}
.media_half_width_item .dark_overlay {
  opacity: 0.65;
}
.media_half_width_item__content {
  right: 0;
  width: 100%;
  z-index: 12;
  float: right;
  position: absolute;
  bottom: 20px;
  bottom: 1.25rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
.media_half_width_item__content a {
  text-decoration: none;
}
.media_half_width_item__content h2 {
  -ms-flex: 1;
  flex: 1;
  float: right;
  color: #fff;
  font-weight: 500;
  line-height: 1.25em;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  font-size: 15px;
  font-size: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
}
.media_half_width_item__thumb {
  float: left;
  width: 100%;
  height: 100%;
}
.media_half_width_item__inner_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.media_half_width_item .small_media_icon {
  float: left;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}
.filter_form {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.filter_form input[type='submit'] {
  border: none;
  cursor: pointer;
  border: 1px solid;
  color: #902a7d;
  background: transparent;
  padding: 5px 15px;
  padding: 0.3125rem 0.9375rem;
}
.default_select_holder {
  float: left;
  border: none;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  width: 160px;
  width: 10rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  border-bottom: 2px solid #902a7d;
}
.default_select_holder select {
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 23123;
  cursor: pointer;
  position: absolute;
}
.default_select_holder .visible_value {
  float: left;
  width: 100%;
  position: relative;
  line-height: 1.2em;
  color: #902a7d;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  padding-right: 12px;
  padding-right: 0.75rem;
}
.default_select_holder .visible_value:after {
  top: 30%;
  content: '\f107';
  font-weight: 900;
  position: absolute;
  color: #902a7d;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  right: 5px;
  right: 0.3125rem;
  transform: translateY(-50%);
  font-family: 'Font awesome 5 Free';
}
.single .category_banner {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
.single .category_banner__thumb {
  background: #fff;
  height: 480px;
  height: 30rem;
}
.single .main_content.no_thumb_page .category_banner__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
.single_custom_fields {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-top: 1.875rem;
}
.single_custom_fields__item {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.single_custom_fields__label {
  width: 20%;
  float: left;
  font-weight: 500;
  color: #999;
  font-size: 18px;
  font-size: 1.125rem;
}
.single_custom_fields__value {
  color: #902a7d;
}
.single_custom_fields__value,
.sub_page_description {
  width: 80%;
  float: left;
  line-height: 1.3em;
  font-size: 16px;
  font-size: 1rem;
}
.sub_page_description {
  padding: 0 15px;
  padding: 0 0.9375rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}
.cat_pagination {
  float: left;
  width: 100%;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
.cat_pagination .page-numbers {
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #902a7d;
  text-decoration: none;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  width: 35px;
  width: 2.1875rem;
  height: 35px;
  height: 2.1875rem;
  font-size: 16px;
  font-size: 1rem;
  border: 2px solid #902a7d;
  margin-right: 10px;
  margin-right: 0.625rem;
}
.cat_pagination .page-numbers.current,
.cat_pagination .page-numbers:hover {
  color: #fff;
  background: #902a7d;
}
.cat_pagination .page-numbers.next,
.cat_pagination .page-numbers.prev {
  display: none;
}
.single_lightbox {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.single_lightbox .owl-item {
  float: left;
  cursor: pointer;
}
.single_lightbox .owl-item .single_lightbox__item {
  display: block;
}
.single_lightbox .owl-nav {
  top: 50%;
  float: left;
  width: 100%;
  bottom: auto;
  position: absolute;
  transform: translateY(-50%);
}
.single_lightbox button {
  left: 0;
  border: 0;
  outline: 0;
  padding: 0;
  cursor: pointer;
  background: none;
  position: absolute;
  color: #902a7d;
  margin: 0 15px;
  margin: 0 0.9375rem;
}
.single_lightbox button.owl-next {
  right: 0;
  left: auto;
}
.single_lightbox button:focus:after,
.single_lightbox button:hover:after {
  color: #ade8d2;
}
.single_lightbox button:after {
  font-weight: 900;
  color: #902a7d;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  font-size: 26px;
  font-size: 1.625rem;
  font-family: 'Font awesome 5 Free';
}
.single_lightbox button span {
  display: none;
}
.single_lightbox .owl-prev:after {
  content: '\f053';
}
.single_lightbox .owl-next {
  float: right;
}
.single_lightbox .owl-next:after {
  content: '\f054';
}
.single_lightbox__item {
  float: left;
  width: 100%;
  display: none;
  position: relative;
  height: 480px;
  height: 30rem;
}
.single_lightbox__item:first-child {
  display: block;
}
.lightbox_content {
  top: 0;
  left: 0;
  opacity: 1;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  position: fixed;
  visibility: visible;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  background: rgba(0, 0, 0, 0.9);
}
.lightbox_content.faded {
  opacity: 0;
  visibility: hidden;
}
.lightbox_content__thumb {
  width: 60%;
  text-align: center;
}
.lightbox_content .close_icon {
  z-index: 150;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  position: absolute;
  top: 50px;
  top: 3.125rem;
  right: 50px;
  right: 3.125rem;
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  background: url(../images/close-button.png) no-repeat 50%;
  background-size: contain;
}
.search_results_title {
  float: left;
  width: 100%;
  font-weight: 500;
  margin: 25px 0;
  margin: 1.5625rem 0;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 0 15px;
  padding: 0 0.9375rem;
}
.gfield_description.validation_message {
  color: #b30000;
  text-align: left;
}
.validation_error {
  color: #b30000;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}
.validation_message {
  width: 100%;
  float: left;
  text-align: center;
  margin: 5px 0;
  margin: 0.3125rem 0;
}
.gform_confirmation_message {
  width: 100%;
  float: left;
  text-align: center;
  margin: 25px 0;
  margin: 1.5625rem 0;
  font-size: 16px;
  font-size: 1rem;
}
.related_articles {
  float: left;
  width: 100%;
}
.related_articles__item {
  float: left;
  width: 33.333%;
  overflow: hidden;
  padding: 0 15px;
  padding: 0 0.9375rem;
  max-height: 77px;
  max-height: 4.8125rem;
}
.main_content.no_thumb_page {
  background: #fff;
}
.main_content.no_thumb_page .category_banner__text {
  width: 100%;
  transform: none;
  position: relative;
  margin-top: 40px;
  margin-top: 2.5rem;
}
.main_content.no_thumb_page:after {
  top: 15%;
  left: 50%;
  z-index: -1;
  float: right;
  background: #fff;
  position: absolute;
  width: 9999px;
  width: 624.9375rem;
  height: 480px;
  height: 30rem;
}
.d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.posts-more-btn {
  border: 1px solid #902a7d;
  color: #902a7d;
  padding: 15px 20px;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}
.posts-more-btn .load-icon {
  position: absolute;
  left: calc(50% - 7px);
  animation: b 2s linear infinite;
}
.posts-more-btn .load-icon,
.posts-more-btn.loading .load-text {
  opacity: 0;
  visibility: hidden;
}
.posts-more-btn.loading .load-icon {
  opacity: 1;
  visibility: visible;
}
@keyframes b {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.main_footer {
  margin-top: 30px;
  margin-top: 1.875rem;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}
.main_footer .row {
  margin-left: -45px;
  margin-left: -2.8125rem;
  margin-right: -45px;
  margin-right: -2.8125rem;
}
.footer_top {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: solid #f7f7f7;
  margin-top: 20px;
  margin-top: 1.25rem;
  border-width: 2px;
  border-width: 0.125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.footer_bottom {
  float: left;
  width: 100%;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.footer_bottom p {
  float: left;
  width: auto;
  color: #999;
  line-height: 1.2em;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media only screen and (min-width: 1200px) {
  .footer_bottom .social_media_list {
    display: none;
  }
}
.footer_logo {
  float: left;
  width: 110px;
  width: 6.875rem;
}
.newsletter_button {
  float: right;
}
.newsletter_button input {
  float: left;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  height: 47px;
  height: 2.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
  border: 1px solid #902a7d;
  padding-left: 5px;
  padding-left: 0.3125rem;
}
.newsletter_button input::-webkit-input-placeholder {
  opacity: 0.7;
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
}
.newsletter_button input:-moz-placeholder,
.newsletter_button input::-moz-placeholder {
  opacity: 0.7;
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
}
.newsletter_button input:-ms-input-placeholder {
  opacity: 0.7;
  font-size: 12px;
  font-size: 0.75rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
}
.newsletter_button input[type='submit'] {
  border: 0;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.3, 0, 0.2, 1);
  background: #902a7d;
  border: 1px solid #902a7d;
}
.newsletter_button input[type='submit']:hover {
  background: #fff;
  color: #902a7d;
}
.newsletter_button__form {
  width: 68%;
  float: left;
}
.newsletter_button__submit {
  width: 30%;
  float: right;
}
.newsletter_button a {
  text-decoration: none;
}
.newsletter_button h4 {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}
.newsletter_button i {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
}
.footer_bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .footer_bottom {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer_bottom .span {
  display: -ms-flexbox !important;
  display: flex !important;
}
@media (max-width: 767.98px) {
  .footer_bottom .span {
    margin-top: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer_bottom .round_button1 {
  text-decoration: none;
  font-weight: 600;
  opacity: 0.8;
  transition: 0.2s ease-in-out;
  margin-left: 16px;
  color: #8d5ab9;
}
.footer_bottom .round_button1:hover {
  opacity: 1;
  transition: 0.2s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .logo {
    margin-left: 0;
    width: 90px;
    width: 5.625rem;
  }
  .menu_container,
  .social_media_fixed {
    display: none;
  }
  .body_content_holder {
    height: auto;
    overflow-x: hidden;
  }
  .header_modal .hamburger {
    top: 30px;
    top: 1.875rem;
  }
  .search_holder {
    padding-top: 170px;
    padding-top: 10.625rem;
    padding-left: 25px;
    padding-left: 1.5625rem;
  }
  .bg_overlay {
    height: 300px;
    height: 18.75rem;
  }
  .pressed_section {
    padding: 0;
  }
  .main_content.no_thumb_page {
    background: #fff;
  }
  .main_content.no_thumb_page:after {
    display: none;
  }
  .main_banner {
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
  }
  .main_banner__item {
    height: auto;
  }
  .main_banner__thumb {
    height: 250px;
    height: 15.625rem;
  }
  .main_banner__text {
    width: 100%;
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .main_banner__text .element_wrapper {
    padding: 20px 20px 0;
    padding: 1.25rem 1.25rem 0;
    padding-left: 0;
  }
  .main_banner__text h2 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
  .article_content iframe {
    max-width: 100%;
  }
  .article_content ol {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
  .article_content ol li:last-child {
    margin-bottom: 0;
  }
  .programs_list {
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .programs_list__item {
    width: 100%;
    height: 300px;
    height: 18.75rem;
  }
  .programs_list__item a {
    padding-top: 30px;
    padding-top: 1.875rem;
    -webkit-tap-highlight-color: transparent;
  }
  .contact_button {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .contact_button:last-child {
    margin-bottom: 0;
  }
  .support_section {
    height: auto;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
  .support_section__text {
    width: 100%;
    padding-right: 0;
    padding-top: 50px;
    padding-top: 3.125rem;
  }
  .support_section__text h3 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .support_section__text h4 {
    width: 100%;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .support_section__text .buttons_holder {
    padding-right: 0;
    position: static;
    margin-top: 30px;
    margin-top: 1.875rem;
  }
  .support_section__text .round_button {
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .publications_list__item {
    width: 100% !important;
  }
  .publications_list__item.horizontal_grid:not(.no_thumb_item) .publications_list__text {
    width: 55%;
  }
  .publications_list__item.horizontal_grid .publications_list__text a:not(.download_button) {
    padding: 15px;
    padding: 0.9375rem;
  }
  .publications_list__item.horizontal_grid .publications_list__thumb {
    width: 45%;
  }
  .publications_list__item .element_wrapper,
  .publications_list__text {
    height: auto;
  }
  .publications_list__text a:not(.download_button) {
    padding-bottom: 30px;
    padding-bottom: 1.875rem;
  }
  .publications_list__text h3 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .column_articles .middle_positioned .publications_list__item {
    width: 100% !important;
  }
  .section_title h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .section_title h3:after {
    width: 70px;
    width: 4.375rem;
  }
  .single .category_banner {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    -webkit-tap-highlight-color: transparent;
  }
  .members_list {
    border: none;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .members_list__item {
    width: 100%;
    display: block;
  }
  .members_list__item .element_wrapper:after {
    display: none;
  }
  .tabs_header__list {
    display: block;
    position: relative;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .tabs_header__list li {
    float: none;
    width: auto;
    max-width: none;
    display: inline-block;
  }
  .tabs_header__list li a {
    display: block;
    font-weight: 300;
    margin-bottom: -2px;
    margin-bottom: -0.125rem;
  }
  .tab_content__holder {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
  .tab_content__only_text {
    width: 100%;
  }
  .category_banner {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .category_banner__text {
    width: 100%;
    transform: none;
    position: relative;
    margin: 20px 0;
    margin: 1.25rem 0;
  }
  .category_banner .section_title {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .category_banner__thumb {
    width: 100%;
  }
  .category_banner__thumb .single_lightbox__item {
    height: 280px;
    height: 17.5rem;
  }
  .category_banner__thumb .single_lightbox__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .lightbox_content__thumb {
    width: 100%;
    padding: 0 15px;
    padding: 0 0.9375rem;
  }
  .lightbox_content .close_icon {
    top: 30px;
    top: 1.875rem;
    right: 15px;
    right: 0.9375rem;
  }
  .main_footer {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .main_footer .row {
    margin: 0;
  }
  .footer_top {
    padding-bottom: 15px;
    padding-bottom: 0.9375rem;
  }
  .footer_top .newsletter_button {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  .footer_bottom,
  .footer_bottom .social_media_list {
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .footer_bottom .social_media_list {
    float: left;
  }
}
@media only screen and (max-width: 767px) {
  .footer_bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .footer_bottom > * {
    margin-bottom: 10px;
  }
  .footer_bottom .round_button1:first-of-type {
    margin-left: 0;
  }
  .top_header {
    top: -12px;
    top: -0.75rem;
    right: 15px;
    right: 0.9375rem;
  }
  .main_banner {
    height: auto;
  }
  .header_modal#search_modal .hamburger {
    right: 15px;
    right: 0.9375rem;
  }
  .owl-nav {
    bottom: auto;
    top: 2px;
    top: 0.125rem;
  }
  .home .main_banner {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .home .main_banner__item {
    height: auto;
  }
  .home .main_banner__thumb {
    height: 200px;
    height: 12.5rem;
  }
  .home .main_banner__text .element_wrapper {
    padding: 0;
    padding-top: 10px;
    padding-top: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
  }
  .category_banner__thumb_description,
  .programs_article__thumb_description {
    background: rgba(0, 0, 0, 0.6);
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .category_banner {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .category_banner .section_title {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .category_banner__thumb {
    width: 100%;
    height: 280px;
    height: 17.5rem;
  }
  .category_banner__thumb.centered_thumb {
    height: auto;
    margin: 40px 0;
    margin: 2.5rem 0;
  }
  .category_banner__thumb.centered_thumb img {
    width: auto;
    height: auto;
    transform: none;
    position: static;
  }
  .category_banner__thumb.centered_thumb .single_lightbox__item img {
    width: 100%;
    height: 100%;
  }
  .category_banner__thumb.iframe_banner {
    height: 260px;
    height: 16.25rem;
  }
  .category_banner__thumb.iframe_banner iframe {
    height: 100%;
  }
  .category_banner__text {
    width: 100%;
    transform: none;
    padding-right: 0;
    position: static;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .category_banner__desc {
    font-size: 16px;
    font-size: 1rem;
  }
  .programs_list__item {
    height: auto;
    min-height: 220px;
    min-height: 13.75rem;
  }
  .custom_inline_section__item {
    width: 100%;
  }
  .single_custom_fields__label {
    width: 40%;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .single_custom_fields__value {
    width: 60%;
    line-height: 1.2em;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .gform_wrapper {
    width: 100%;
  }
  .gform_wrapper .gfield#field_2_13 .gfield_label,
  .gform_wrapper .gfield#field_2_14 .gfield_label,
  .gform_wrapper .gfield#field_2_15 .gfield_label {
    width: 80%;
  }
  .gform_wrapper form {
    width: 100%;
  }
  .right_side_header {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding-right: 5px;
    padding-right: 0.3125rem;
  }
  .article_content {
    text-align: left;
  }
  .header_modal {
    overflow: scroll;
    padding-top: 20px;
    padding-top: 1.25rem;
  }
  .header_modal_list {
    width: 100%;
    display: block;
    padding: 0 20px;
    padding: 0 1.25rem;
    margin-top: 55px;
    margin-top: 3.4375rem;
  }
  .header_modal_list > li {
    width: 100%;
    margin-right: 0;
    max-width: none;
    margin-bottom: 30px;
    margin-bottom: 1.875rem;
  }
  .header_modal_list .sub-menu {
    margin: 15px 0;
    margin: 0.9375rem 0;
  }
  .search_holder .inputs_holder {
    width: 100%;
  }
  .sub_page_description {
    padding: 0;
    width: 100%;
  }
  .custom_publications_row .publications_list__item {
    padding: 0;
  }
  .custom_publications_row .middle_positioned {
    width: 100%;
    position: static;
  }
  .support_section {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .support_section__thumb {
    background-position-x: 15%;
  }
  .programs_article {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .programs_article:nth-child(2n) .programs_article__text {
    width: 100%;
    margin-right: 0;
  }
  .programs_article__thumb {
    width: 100%;
    height: 250px;
    height: 15.625rem;
  }
  .programs_article__text {
    width: 100%;
    margin-left: 0;
  }
  .programs_article__text h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .programs_article__text h3 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .programs_article__text p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .article_content {
    width: 100%;
  }
  .article_content h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .slider_item {
    padding: 0 10px;
    padding: 0 0.625rem;
  }
  .slider_item__thumb {
    width: 100%;
  }
  .slider_item__text {
    padding: 0;
    width: 100%;
    margin-top: 10px;
    margin-top: 0.625rem;
  }
  .slider_item__title {
    float: left;
    margin-top: 5px;
    margin-top: 0.3125rem;
  }
  .related_articles__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .gallery_banner {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .media_full_width_item__thumb {
    height: 240px;
    height: 15rem;
  }
  .media_full_width_item.image_gallery .big_media_icon:after {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .media_full_width_item.left_aligned_text .media_full_width_item__thumb {
    width: 100%;
  }
  .media_full_width_item.left_aligned_text .media_full_width_item__content {
    width: 100%;
    position: relative;
  }
  .media_full_width_item.left_aligned_text .media_full_width_item__inner_content {
    float: left;
    width: 100%;
    display: block;
    padding-top: 15px;
    padding-top: 0.9375rem;
  }
  .media_full_width_item.left_aligned_text .media_full_width_item__inner_content h2 {
    width: 85%;
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .media_full_width_item .big_media_icon {
    top: 38%;
    width: 70px;
    width: 4.375rem;
    height: 70px;
    height: 4.375rem;
  }
  .media_half_width_item {
    float: left;
    width: 100%;
    height: 235px;
    height: 14.6875rem;
  }
  .media_half_width_item__content h2 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .left_bottom_content {
    width: 100%;
    position: relative;
    border: 1px solid #eff0f5;
    border-top: 0;
    padding: 15px;
    padding: 0.9375rem;
  }
  .default_select_holder,
  .inline_articles__item {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .inline_articles__item {
    width: 100%;
  }
  .inline_articles.members_item .inline_articles__content {
    padding: 5px 0;
    padding: 0.3125rem 0;
  }
  .inline_articles.only_title_articles .inline_articles__content {
    min-height: auto;
  }
  .search_results_title {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .tab_content__title {
    margin: 20px 0;
    margin: 1.25rem 0;
  }
  .tab_content__desc {
    width: 100%;
  }
  .related_articles__item {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
  .top_header {
    top: -5px;
    top: -0.3125rem;
    right: 10px;
    right: 0.625rem;
  }
  .main_banner__item {
    height: 400px;
    height: 25rem;
  }
  .main_banner__thumb {
    height: auto;
  }
  .main_banner__text {
    width: 45%;
  }
  .search .tab_content__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search .publications_list__item {
    clear: left;
  }
  .search .publications_list__item:nth-child(2n) {
    clear: none;
  }
  .header_modal .hamburger {
    top: -10px;
    top: -0.625rem;
    right: 47px;
    right: 2.9375rem;
  }
  .right_side_header {
    margin-top: 25px;
    margin-top: 1.5625rem;
    margin-right: 10px;
    margin-right: 0.625rem;
  }
  .header_modal_list {
    display: block;
    padding-left: 20px;
    padding-left: 1.25rem;
  }
  .header_modal_list > li {
    width: 50%;
    clear: left;
    margin-right: 0;
    max-width: none;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .header_modal_list > li:nth-child(2n) {
    clear: none;
  }
  .body_content_holder {
    overflow-x: hidden;
  }
  .search_holder input {
    width: 80%;
  }
  .gform_wrapper {
    width: 100%;
  }
  .gform_wrapper .gfield#field_2_13 .gfield_label,
  .gform_wrapper .gfield#field_2_14 .gfield_label,
  .gform_wrapper .gfield#field_2_15 .gfield_label {
    width: 85%;
  }
  .gform_wrapper form {
    width: 60%;
  }
  .programs_list__item {
    width: 33.333%;
  }
  .programs_article {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
  .programs_article__thumb {
    width: 40%;
  }
  .programs_article__text {
    width: 60%;
    margin-left: 0;
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-left: 30px;
    padding-left: 1.875rem;
  }
  .programs_article:nth-child(2n) .programs_article__text {
    margin-right: 0;
    padding-left: 0;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  .members_list__item,
  .support_section__text {
    width: 50%;
  }
  .category_banner__thumb,
  .category_banner__thumb .single_lightbox__item {
    height: 360px;
    height: 22.5rem;
  }
  .inline_articles__item {
    width: 33.333%;
  }
  .slider_item {
    padding-left: 10px;
    padding-left: 0.625rem;
  }
  .slider_item__title {
    max-width: 100%;
  }
  .custom_publications_row.has_middle {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .custom_publications_row .middle_positioned {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .tab_content__only_text {
    width: 70%;
  }
  .media_full_width_item__thumb {
    height: 380px;
    height: 23.75rem;
  }
  .media_full_width_item.left_aligned_text .small_media_icon {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .media_full_width_item.left_aligned_text h2 {
    font-size: 16px;
    font-size: 1rem;
  }
  .custom_publications_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .publications_list__item {
    width: 50% !important;
  }
  .publications_list__item .element_wrapper {
    height: 100%;
  }
  .publications_list__text a:not(.download_button) {
    height: 200px;
    height: 12.5rem;
  }
  .footer_bottom .social_media_list {
    float: right;
    margin-top: 2px;
    margin-top: 0.125rem;
  }
  .custom_inline_section__item {
    width: 33.333%;
    clear: none !important;
  }
  .custom_inline_section__item:nth-child(3n + 1) {
    clear: left !important;
  }
}
@media only screen and (max-width: 320px) {
  .round_arrow_button {
    left: 85%;
  }
}
@media only screen and (min-width: 1200px) {
  .body_content_holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
  }
}
@media only screen and (max-width: 1400px) {
  .social_media_fixed .social_media_list {
    left: 1%;
  }
  .footer_bottom,
  .footer_top {
    padding: 0 15px;
    padding: 0 0.9375rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .footer_bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
/*# sourceMappingURL=app.min.css.map */
