/**
 * Theme Name: Foundation
 * Author: ZURB.Foundation
 * Author URI: http://foundation.zurb.com/
 * Version: 2.1
**/

/* -----------------------------------------
   WordPress Core Classes
----------------------------------------- */
body {
  overscroll-behavior-y: none;
}
.alignnone {
  margin: 0 1em 1em 0;
}
.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption.alignnone {
  margin: 0 1em 1em 0;
}
.wp-caption.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
.wp-caption.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

/* -----------------------------------------
   General fixes
----------------------------------------- */
#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover,
#wpadminbar:focus {
  opacity: 1;
}
body,
ul,
ol,
dl {
  -webkit-font-smoothing: antialiased;
  font: 400 16px/22px "Lato", sans-serif;
  color: #7e8083;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* Placeholder Styling */
::-webkit-input-placeholder {
  color: #d1d1d1;
}
::-moz-placeholder {
  color: #d1d1d1;
}
::-o-placeholder {
  color: #d1d1d1;
}
:-ms-input-placeholder {
  color: #d1d1d1;
}
input:-moz-placeholder {
  color: #d1d1d1;
}

/* Input Styling */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  /* STYLES GO THERE */
}
embed,
iframe,
object {
  max-width: 100%;
}

/* -----------------------------------------
   Typography
----------------------------------------- */
a:focus {
  outline: none;
}
p:empty {
  display: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: "Lato", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #7e8083;
  margin-top: 0;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
p {
  font: 400 16px/22px "Lato", sans-serif;
  color: #7e8083;
}
a {
  color: #2ca0f0;
}
a:hover {
  color: #2ca0f0;
}
h1 {
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
  margin: 0 0 10px;
}

h2,
h2 p {
  font-size: 18px;
  font-weight: 400;
  font-style: italic;
  line-height: 22px;
  margin: 0 0 10px;
}
h3,
h3 p {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 10px;
}
h5 {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 22px;
  margin: 0 0 10px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: #7e8083;
}

.width-100 {
  width: 100%;
}

/* -----------------------------------------
    Clearfix
----------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}

/* ------------------------------------
    Slider
------------------------------------- */
#home-slider.flexslider {
  position: initial;
}
#home-slider .slider-text {
  margin-top: 90px;
  padding: 12px 0 14px 0;
  background: rgba(117, 191, 243, 0.85);
}

#home-slider .slides .item {
  position: absolute !important;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.slider-text .row .columns h2 {
  color: #fff !important;
  font-weight: 900 !important;
  font-size: 34px !important;
  font-style: normal !important;
  line-height: 40px !important;
  margin: 0 !important;
}
.slider-text h3,
.slider-text h3 p {
  color: #fff;
  margin: 0;
  font: 400 30px/36px "Lato", sans-serif;
}
.flex-control-nav,
.flex-direction-nav {
  display: none;
}
/* ------------------------------------
    Basic Styles
------------------------------------- */
.row {
  /* max-width: 68.5em; */
  max-width: 1230px;
}

.row.header {
  max-width: 2560px;
  padding: 0 45px;
}

@media screen and (max-width: 1023px) {
  .row.header {
    padding: 2px;
  }
}

.row--small {
  max-width: 1100px;
}

.dotted-rule {
  background: url(../foundation-simple/images/dote.png) repeat-x 0 50%;
  height: 1px;
  margin: 15px 0;
}
.pagination-holder {
  text-align: right;
}
.pagination-holder .prev-button,
.pagination-holder .next-button {
  vertical-align: top;
  position: relative;
  line-height: 25px;
}
.pagination-holder .prev-button a,
.pagination-holder .next-button a {
  line-height: 25px;
  vertical-align: top;
}
.pagination-holder .prev-button:after {
  content: "|";
  font-size: 16px;
  position: absolute;
  right: -15px;
  top: -5px;
  color: #7e8083;
}
.pagination-holder .next-button:before {
  content: "|";
  font-size: 16px;
  position: absolute;
  left: -15px;
  top: -5px;
  color: #7e8083;
}

.pagination-holder > .pagination {
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
  margin: 0 17px;
}
.pagination-holder ul.pagination li a {
  padding: 0 5px;
}
.pagination-holder .pagination li,
.pagination-holder .pagination li a {
  margin: 0;
  vertical-align: top;
  line-height: 25px;
}

.pagination-holder .pagination.current {
  color: #2ca0f0;
  background: transparent;
  padding: 0 5px;
}
ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
  background: none;
  color: #2ca0f0;
}
.next.pagination,
.prev.pagination {
  display: none;
}
/* .top-bar-section .current-page-ancestor li,
.top-bar-section .current-page-ancestor li a {
  color: #2ca0f0 !important;
} */
.readmore {
  display: inline-block;
  background: url(../foundation-simple/images/arrow.png) no-repeat 100% 50%;
  padding-right: 15px;
}
/* ------------------------------------
    Header Styles
------------------------------------- */

.logo {
  position: absolute;
  z-index: 3;
  width: 352px;
  height: 112px;
}

.fci-logo {
  display: block;
}

@media screen and (max-width: 640px) {
  .fci-logo {
    display: none;
  }
}

.fci-logo--custom {
  display: none;
}

@media screen and (max-width: 640px) {
  .fci-logo--custom {
    display: block;
  }
}

.top-bar-section {
  position: relative;
  z-index: 12;
}
.top-background {
  width: 100%;
  position: relative;
  z-index: 9;
  background: #231f20;
}
.top-bar {
  position: relative;
  z-index: 2;
}
#searchform {
  position: absolute;
  right: 0;
  top: -7px;
}
#searchform .search-button {
  vertical-align: middle;
}
#searchform .search-header-field {
  display: none;
}
#searchform .search-header-field.visible {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
#searchform .search-button {
  width: 20px;
  height: 40px;
  background: url(../foundation-simple/images/search.png) transparent no-repeat
    100% 50%;
  border: 0;
  margin-top: 10px;
  cursor: pointer;
  display: inline-block;
}
#searchform .search-button input {
  display: none;
}
#searchform .search-button-mobile {
  display: none;
}
@media only screen and (max-width: 40em) {
  #searchform .search-button-mobile input {
    background: url(../foundation-simple/images/search.png) transparent
      no-repeat 80% 50%;
    border: 0;
  }
}

/* ------------------------------------
    Content Styles
------------------------------------- */
.mainpage-banners {
  position: relative;
  z-index: 8;
  top: 0;
  left: 0;
  margin: 10px auto 100px;
  min-height: 365px;
  height: auto;
}
.banner-content {
  height: 0;
  overflow: hidden;
  margin-bottom: 5px;
}
.banner-content.open-content {
  height: auto;
}
.banner-content a {
  color: #fff;
  text-decoration: underline;
}
.banner-content a:hover {
  text-decoration: underline;
}
.img-holder {
  position: relative;
  z-index: 10;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 15px;
}
.footnotes {
  font-size: 11px;
  line-height: 15px;
}
.footnotes li {
  margin: 0 0 10px;
}
.blue-block {
  background: rgba(0, 85, 150, 0.9);
}
.red-block {
  background: rgba(205, 44, 36, 0.9);
}
.yellow-block {
  background: rgba(239, 159, 44, 0.9);
}
.blue-block,
.red-block,
.yellow-block {
  color: #fff;
  padding: 14px;
}

.block-head {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase;
}

.collapse-block p {
  font-size: 13px;
  color: #fff;
  margin: 0;
}

.partners-slider-holder {
  background: #393637;
  padding: 25px 0;
  position: relative;
  z-index: 10;
}

#owl-demo .item .th {
  border: none;
  line-height: 70px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

#owl-demo .item .th img {
  display: inline-block;
  vertical-align: middle;
}

#owl-demo .item {
  text-align: center;
  position: relative;
}

.slick-track .item {
  border-right: 1px solid #7e8083;
  padding-left: 10px;
  padding-right: 10px;
}

.customNavigation {
  width: 100%;
}
.customNavigation .btn {
  position: absolute;
  top: 2px;
  width: 13px;
  height: 40px;
  display: block;
  cursor: pointer;
}
.slick-prev,
.slick-next {
  width: 13px;
  height: 40px;
  margin-top: -20px;
}

@media (hover: hover) {
  .slick-prev:hover,
  .slick-next:hover {
    transform: scale(1.1);
  }
}

.slick-prev:active,
.slick-next:active {
  transform: scale(1);
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}
.slick-prev:before {
  content: "";
  background: url(../foundation-simple/images/btn-left.png) no-repeat 0 0;
  left: 0;
  opacity: 1;
  width: 13px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
}
.slick-next:before {
  content: "";
  background: url(../foundation-simple/images/btn-right.png) no-repeat 0 0;
  right: 0px;
  opacity: 1;
  position: absolute;
  width: 13px;
  height: 40px;
  top: 50%;
  margin-top: -20px;
}
.img-holder-styled {
  position: relative;
}
.collapse-block .morelink {
  display: block;
  color: #fff;
  clear: both;
  background: url(../foundation-simple/images/learn-more.png) no-repeat 0 8px;
  padding-left: 16px;
  text-transform: uppercase;
  margin-top: 5px;
}

.collapse-block .morelink.open {
  background: url(../foundation-simple/images/close.png) no-repeat 0px 5px;
  padding-right: 20px;
}
.collapse-block .morecontent {
  clear: both;
}
.slider-holder-padding {
  padding: 0 25px;
}
.owl-wrapper-outer {
  margin-right: -1px;
}
.page-image-holder {
  width: 100%;
  position: relative;
  margin-bottom: -70px;
}
.page-image-holder-2 {
  margin-bottom: -240px;
}
.page-image-holder img {
  width: 100%;
  height: auto;
}
.page-image-holder .page-image {
  overflow: hidden;
}
.page-image-holder .page-image-text {
  width: 100%;
  font-size: 40px;
  line-height: 36px;
  padding: 14px 0;
  position: absolute !important;
  bottom: -2px;
  text-align: center;
  background-color: #fff;
  color: #2339a8;
  padding: 20px 0 19px;
}

@media screen and (max-width: 700px) {
  .page-image-holder .page-image-text {
    font-size: 30px;
  }
}

.page-image-holder .page-image-text h1 {
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  margin: 0;
}

.contact-page-title {
  text-align: center;
}

.image-text {
  display: block;
}
.image-text h1 {
}
.page-image-holder .page-image-text .row {
  max-width: 1230px;
}

.page-content {
  padding: 100px 0 50px;
}
.post-body .table-title {
  font-size: 13px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
.post-body table {
  width: 100%;
}
.post-body table th {
  font-size: 13px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  font-weight: 900;
  color: #7e8083;
  border: 1px dotted #7e8082;
  width: 25%;
}
.post-body table td {
  font-size: 12px;
  line-height: 16px;
  vertical-align: top;
  color: #7e8083;
  border: 1px dotted #7e8082;
  width: 25%;
}
.post-body table td.narrow-col,
.post-body table th.narrow-col {
  width: 15%;
}
.post-body table td.wide-col,
.post-body table th.wide-col {
  width: 40%;
}
.post-body table td a {
  color: #7e8083;
}
.post-body table tr:nth-of-type(even) {
  background: transparent;
}

.post-body.resources-persons table th,
.post-body.resources-persons table td {
  width: 18%;
}
.post-body.resources-persons table th:last-child,
.post-body.resources-persons table td:last-child {
  width: 28%;
}
.post-body.main-contact table th:nth-child(1),
.post-body.main-contact table td:nth-child(1) {
  width: 20%;
}
.post-body.main-contact table th:nth-child(2),
.post-body.main-contact table td:nth-child(2) {
  width: 50%;
}
.post-body.main-contact table th:nth-child(3),
.post-body.main-contact table td:nth-child(3) {
  width: 30%;
}
.membership {
  margin-bottom: 20px;
}
.membership-item {
  border: 1px solid #000;
  display: flex;
}
.membership-content {
  flex-grow: 1;
  padding: 20px 15px;
}
.membership-img {
  max-width: 100px;
  min-height: 100px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .membership-abbreviation {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .membership-name {
    font-size: 18px;
  }
}

.membership p {
  color: #fff;
  margin: 0 0 2px;
}
.membership p a {
  color: #fff;
}
.anchor-menu {
  margin: 25px 0;
}
.anchor-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.anchor-menu ul li {
  float: left;
  margin-right: 1px;
  margin-bottom: 5px;
}
.anchor-menu ul li a {
  display: block;
  background: #7abee9;
  color: #fff;
  padding: 0 11px;
  line-height: 22px;
  font-size: 13px;
}
.back-to-top {
  position: fixed;
  z-index: 100;
  bottom: 2em;
  right: 0px;
  text-decoration: none;
  color: #fff;
  background-color: #7abee9;
  font-size: 13px;
  padding: 1em;
  display: none;
}
.back-to-top:hover {
  color: #fff;
}
.books-thumbnail {
  margin-bottom: 15px;
}
.pagenav ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 30px;
}
.pagenav li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}
.pagenav li .children li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #7e8083;
}
.pagenav li .children li a {
  color: #7e8083;
}
.books-post {
  margin-bottom: 20px;
}
.signature-img {
  margin: 0 auto;
  width: 207px;
  height: 119px;
}

.signature-list-item img {
  height: 119px;
  width: auto;
}

.signature-list-item {
  float: left;
  overflow: hidden;
  width: 207px;
  height: 119px;
  border: 1px solid #cccccd;
  margin-right: -1px;
  margin-bottom: -1px;
  position: relative;
  z-index: 2;
}

.signature-list-item:hover {
  border: 1px solid #005596;
  position: relative;
  z-index: 5;
}

.search-page {
  margin-top: 150px;
}

.membership p .working-group-contact {
  display: inline-block;
  background: #7abee9;
  color: #fff;
  padding: 0 11px;
  line-height: 22px;
  font-size: 13px;
}

.working-members .columns:last-child {
  float: left;
}

/* ------------------------------------
    Sidebar Styles
------------------------------------- */

#sidebar .widget {
  margin: 0 0 20px;
}

#sidebar > ul > li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sidebar h5 {
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  color: #2ca0f0;
  text-transform: none;
  border-bottom: 1px solid #2ca0f0;
  padding-bottom: 5px;
  width: fit-content;
}

#sidebar .menu {
  margin: 10px 0;
  padding: 0;
  list-style: none;
}

#sidebar #menu-conferences-menu {
  counter-reset: item;
  list-style-type: none;
}

#sidebar #menu-conferences-menu li {
  display: block;
  position: relative;
  padding-left: 38px;
}

#sidebar #menu-conferences-menu li:first-child {
  padding-left: 0;
}

.additional-menu-field {
  position: absolute;
  left: 0;
  top: 0;
}

.additional-menu-file {
  font-size: 14px;
  /*font-weight: 700;*/
  padding-left: 5px;
}

.additional-menu-file span {
  /*text-decoration: underline;*/
}

.menu-item.bold > a {
  font-weight: 700;
}

#sidebar .menu .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 0 0 17px;
}

#sidebar .menu li,
#sidebar .menu li a {
  color: #7e8083;
}

#sidebar .menu li a:hover {
  color: #2ca0f0;
  text-decoration: none;
}

.sidebar-block-holder {
  display: block;
  margin: 0 0 20px;
  max-width: 230px;
}

#sidebar .menu > li.current_page_item > a,
#sidebar .menu > li.current-menu-item > a,
#sidebar .menu > li.current-menu-item .sub-menu > li.current-menu-item > a,
#sidebar .menu > li .sub-menu > li.current-menu-item > a,
#sidebar .menu > li.current-menu-ancestor > a {
  /* #sidebar .menu > li.current-menu-parent > a,
.top-bar-section li.current-page-ancestor:not(.has-form) a:not(.button)  */
  color: #2ca0f0 !important;
}

.page-template-templatespage-upcoming-trainings-php table th,
.page-template-templatespage-upcoming-trainings-php table td {
  width: 15%;
}

.page-template-templatespage-upcoming-trainings-php table th:nth-child(2),
.page-template-templatespage-upcoming-trainings-php table td:nth-child(2) {
  width: 40%;
}

.no-js .tabs-content > .content {
  display: none;
}
.no-js .tabs-content > .content.active {
  display: block;
}
.tabs dd > a,
.tabs .tab-title > a {
  padding: 0 8px 0 4px;
  margin: 0 2px;
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 22px;
  margin: 0 0 10px;
  color: #7e8083;
  background: transparent;
}
.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background: transparent;
}
.tabs dd.active a,
.tabs .tab-title.active a {
  color: #2ca0f0;
}
.tabs dd:after {
  content: "|";
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 16px;
  font-weight: 900;
  line-height: 22px;
  color: #7e8083;
}
.tabs dd:last-child:after {
  display: none;
}
.sidebar-block-holder img {
  width: 100%;
  height: auto;
}
.sidebar-block-holder .sidebar-text-block {
  color: #fff;
  padding: 11px;
  font-size: 12px;
  line-height: 16px;
}
.sidebar-block-holder .sidebar-file-block {
  padding: 11px;
}
.sidebar-block-holder .sidebar-file-block,
.sidebar-block-holder .sidebar-file-block a {
  font-size: 15px;
  line-height: 19px;
  color: #fff;
}
.sidebar-file-name {
  display: block;
  overflow: hidden;
}
.sidebar-file-ico {
  display: block;
  float: right;
}
.sidebar-file-ico img {
  width: auto;
  height: 64px;
}

.sidebar-block-holder .sidebar-link,
.sidebar-block-holder .sidebar-link h4 {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  line-height: 19px;
}
.sidebar-block-holder .sidebar-link {
  height: auto;
  padding: 0 38px 0 0;
}
.sidebar-block-holder .training-icon {
  max-width: 26px;
  height: auto;
  margin-top: 4px;
}
.sidebar-block-holder .training-info-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 21px;
  line-height: 25px;
  display: block;
}
.sidebar-block-holder .training-changeable-text,
.sidebar-block-holder .training-changeable-text p {
  font-size: 16px;
  display: block;
  color: #fff;
  margin-bottom: 3px;
}

.training-info-holder {
  padding: 10px 0;
}
.wpcf7 .wpcf7-submit,
.wpcf7 .reset-button {
  margin: 0 10px;
  padding: 5px 30px;
  border-radius: 15px;
  color: #000;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.75);
  border: 1px solid #87888a;
  background: rgb(252, 252, 252); /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(252, 252, 252, 1) 1%,
    rgba(227, 228, 228, 1) 50%,
    rgba(218, 218, 218, 1) 54%,
    rgba(246, 247, 246, 1) 100%
  ); /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, rgba(252, 252, 252, 1)),
    color-stop(50%, rgba(227, 228, 228, 1)),
    color-stop(54%, rgba(218, 218, 218, 1)),
    color-stop(100%, rgba(246, 247, 246, 1))
  ); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    rgba(252, 252, 252, 1) 1%,
    rgba(227, 228, 228, 1) 50%,
    rgba(218, 218, 218, 1) 54%,
    rgba(246, 247, 246, 1) 100%
  ); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
    top,
    rgba(252, 252, 252, 1) 1%,
    rgba(227, 228, 228, 1) 50%,
    rgba(218, 218, 218, 1) 54%,
    rgba(246, 247, 246, 1) 100%
  ); /* Opera 11.10+ */
  background: -ms-linear-gradient(
    top,
    rgba(252, 252, 252, 1) 1%,
    rgba(227, 228, 228, 1) 50%,
    rgba(218, 218, 218, 1) 54%,
    rgba(246, 247, 246, 1) 100%
  ); /* IE10+ */
  background: linear-gradient(
    to bottom,
    rgba(252, 252, 252, 1) 1%,
    rgba(227, 228, 228, 1) 50%,
    rgba(218, 218, 218, 1) 54%,
    rgba(246, 247, 246, 1) 100%
  ); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f6f7f6',GradientType=0 ); /* IE6-9 */
}
.wpcf7 div.wpcf7-mail-sent-ok {
  border: none;
}
.conference-photos-gallery .sidebar-file-block {
  display: none;
}
.conference-photos-gallery .sidebar-file-block:first-child {
  display: block;
}
.conference-photos-gallery .sidebar-file-block a {
  display: block;
}
.conference-photos-gallery .sidebar-file-block .sidebar-gallery-ico {
  float: right;
  display: block;
  margin-top: 15px;
}
.conference-photos-gallery .sidebar-file-block .gallery-button-text {
  float: left;
  display: block;
}
.gallery-button-text {
  float: left;
  display: block;
}

#fancybox-close {
  background: url(../foundation-simple/images/close.png) no-repeat 100% 4px !important;
  right: 0 !important;
  top: -30px !important;
}
#fancybox-close:before {
  content: "close";
  color: #fff;
  text-transform: uppercase;
  left: -30px;
  top: 0;
  position: absolute;
}
.custom-excerpt p {
  display: inline;
}
.custom-excerpt {
  margin-bottom: 20px;
}
/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
  position: relative;
  z-index: 10;
  padding: 25px 0;
}
.footer-relative,
.footer-relative-2 {
}

.home-page-footer-begin .copyright,
.other-page-footer-begin .copyright,
.home-page-footer-begin .copyright p,
.other-page-footer-begin .copyright p {
  color: #404042;
  font-size: 11px;
  line-height: 16px;
  margin: 4px 0 0 6px;
}

@media screen and (max-width: 639px) {
  .home-page-footer-begin .copyright,
  .other-page-footer-begin .copyright,
  .home-page-footer-begin .copyright p,
  .other-page-footer-begin .copyright p {
    margin: 0 0 20px 0;
    text-align: center;
  }
}

.other-page-footer-begin .copyright,
.other-page-footer-begin .copyright p {
  color: #404042;
}
.home-page-footer-begin {
  /* position: fixed; */
  /* bottom: 30px; */
  width: 100%;
  z-index: 10;
}
.home-page-footer-begin.footer-relative,
.home-page-footer-begin.footer-relative-2 {
  position: relative;
}

#menu-footer-nav.inline-list {
  margin: 1px 0 0 -10px;
  width: fit-content;
  margin-left: auto;
}

@media screen and (max-width: 639px) {
  #menu-footer-nav.inline-list {
    margin: 0 auto;
  }
}

#menu-footer-nav li,
#menu-footer-nav li a {
  font-size: 13px;
  line-height: 18px;
  position: relative;
}
#menu-footer-nav li:hover a {
  text-decoration: underline;
}
#menu-footer-nav.inline-list > li {
  margin: 0 9px;
}
#menu-footer-nav li:after {
  content: "|";
  position: absolute;
  top: 0;
  right: -11px;
}
#menu-footer-nav li:last-child:after {
  display: none;
}
.home-page-footer-begin .inline-list li,
.home-page-footer-begin .inline-list li a {
  color: #404042;
}
.other-page-footer-begin .inline-list li,
.other-page-footer-begin .inline-list li a {
  color: #404042;
}

.wpcf7-form.sent .row {
  display: none;
}
div.wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
}
/*extra banner*/
.banner-image,
.header-banner-image {
  max-width: 462px;
  width: 100%;
  height: auto;
}
.header-banner-image {
  margin-top: 15px;
}
.banner-text {
  color: red;
  font-size: 28px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 5px;
  line-height: 1.6;
  left: 50%;
}
.small-text-date {
  color: red;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 55px;
  line-height: 1.6;
  left: 50%;
}
.banner-bot-box {
  margin-top: 15px;
  position: relative;
  display: block;
}

@media only screen and (max-width: 40em) {
  .banner-text {
    font-size: 18px;
    line-height: 1.5;
  }
  .small-text-date {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media only screen and (min-width: 641px) {
  #home-slider .slider-text {
    z-index: 5;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    z-index: 15;
  }
}
/* ------------------------------------
    Home Hero Section Styles
------------------------------------- */
.home-hero {
  padding-bottom: 57px;
  position: relative;
  min-height: 37vh;
}

@media screen and (max-width: 1023px) {
  .home-hero {
    min-height: 20vh;
  }
}

@media screen and (max-width: 639px) {
  .home-hero {
    padding-bottom: 30px;
    min-height: 15vh;
  }
}

.home-hero p {
  color: #fff;
}

.home-hero__background-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-hero__title-wrapper {
  margin: 115px 0 283px 0;
  max-width: 775px;
  padding: 0 15px;
}

@media screen and (max-width: 1023px) {
  .home-hero__title-wrapper {
    margin: 90px 0 190px 0;
    max-width: none;
  }
}

@media screen and (max-width: 639px) {
  .home-hero__title-wrapper {
    margin: 40px 0 90px 0;
  }
}

.home-hero__title {
  position: relative;
  z-index: 8;
  color: #fff;
  font-size: 90px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .home-hero__title {
    font-size: 44px;
  }
}

@media screen and (max-width: 639px) {
  .home-hero__title {
    font-size: 30px;
  }
}

.home-hero__sub-title {
  position: relative;
  z-index: 8;
  text-align: right;
}

@media screen and (max-width: 1023px) {
  .home-hero__sub-title {
    text-align: left;
  }
}

.home-hero__sub-title p {
  font-size: 42px;
}

@media screen and (max-width: 1023px) {
  .home-hero__sub-title p {
    line-height: normal;
    font-size: 34px;
  }
}

@media screen and (max-width: 639px) {
  .home-hero__sub-title p {
    line-height: normal;
    font-size: 26px;
  }
}

.home-hero__comntent {
  width: 100%;
  display: flex;
  position: relative;
  z-index: 8;
}

@media screen and (max-width: 639px) {
  .home-hero__comntent {
    flex-direction: column;
  }
}

.home-hero__comntent:nth-child(2) {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}

.home-hero__left-comntent {
  background-color: rgba(73, 139, 217, 0.95);
  padding: 13px 70px 16px 54px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 1023px) {
  .home-hero__left-comntent {
    padding: 15px;
  }
}

@media screen and (max-width: 639px) {
  .home-hero__left-comntent {
    width: 100%;
    max-width: none;
  }
}

.home-hero__right-img {
  margin-right: 15px;
  max-width: 70px;
}

.home-hero__right-text {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}

.home-hero__right-comntent {
  background-color: rgba(237, 120, 27, 0.95);
  padding: 20px 90px 20px 32px;
  display: flex;
}

@media screen and (max-width: 1023px) {
  .home-hero__right-comntent {
    padding: 15px;
  }
}

@media screen and (max-width: 639px) {
  .home-hero__right-comntent {
    width: 100%;
    max-width: none;
  }
}

.home-hero__left-comntent p,
.home-hero__right-comntent p,
.home-hero__comntent-link {
  font-size: 20px;
  letter-spacing: -0.2px;
  line-height: normal;
  margin-bottom: 0;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .home-hero__left-comntent p,
  .home-hero__right-comntent p,
  .home-hero__comntent-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 639px) {
  .home-hero__left-comntent p,
  .home-hero__right-comntent p,
  .home-hero__comntent-link {
    font-size: 16px;
  }
}

.home-hero__comntent-link svg {
  width: 14px;
  height: 14px;
  transition: all 0.3s;
}

.home-hero__comntent-pdf {
  margin-top: 5px;
}

.home-hero__comntent-pdf svg {
  position: absolute;
  top: 65%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  transition: all 0.3s;
}

@media screen and (max-width: 639px) {
  .home-hero__comntent-link svg {
    height: 11px;
  }

  .home-hero__comntent-pdf svg {
    height: 19px;
  }
}

.home-hero__comntent-link svg path {
  fill: #fff;
}

.home-hero__comntent-link:hover,
.home-hero__comntent-link:focus {
  color: #fff;
}

.home-hero__comntent-link:hover {
  text-decoration: underline;
}

.home-hero__right-comntent p:last-child img {
  margin: 0px 0 0 5px;
  float: none;
}

/* ------------------------------------
    Home About Section Styles
------------------------------------- */
.home-about {
  position: relative;
  background-color: #dbddda;
}

@media screen and (max-width: 1023px) {
  .home-about {
    padding: 75px 15px;
  }
}

@media screen and (max-width: 639px) {
  .home-about {
    padding: 30px 15px;
  }
}

.home-about__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 43.5%;
}

@media screen and (max-width: 1023px) {
  .home-about__image {
    width: 100%;
    z-index: 0;
  }
}

.home-about__content-wrapper {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 639px) {
  .home-about__content-wrapper {
    padding: 0;
  }
}

.home-about__col {
  max-width: 56.5%;
  margin-left: auto;
  padding: 38px 0 46px;
}

@media screen and (max-width: 1023px) {
  .home-about__col {
    background-color: rgba(219, 221, 218, 0.8);
    max-width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
}

@media screen and (max-width: 639px) {
  .home-about__col {
    padding: 20px;
  }
}

.home-about__title {
  font-size: 35px;
  font-weight: bold;
  color: #404042;
  margin-bottom: 25px;
  line-height: normal;
  font-style: normal;
}

@media screen and (max-width: 1023px) {
  .home-about__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 639px) {
  .home-about__title {
    font-size: 26px;
  }
}

.home-about__comntent p {
  font-size: 16px;
  color: #404042;
  margin-bottom: 0;
  line-height: 24px;
  letter-spacing: -0.12px;
}

.home-about__comntent p a {
  color: #404042;
  text-decoration: underline;
}

.home-about__comntent p a:hover {
  text-decoration: none;
}

/* ------------------------------------
    Home Corporate Section Styles
------------------------------------- */
.home-corporate {
  position: relative;
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  .home-corporate {
    padding: 75px 15px;
  }
}

@media screen and (max-width: 639px) {
  .home-corporate {
    padding: 30px 15px;
  }
}

.home-corporate__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 33.5%;
}

@media screen and (max-width: 1023px) {
  .home-corporate__image {
    width: 100%;
    z-index: 0;
  }
}

.home-corporate__content-wrapper {
  max-width: 790px;
  padding: 0 30px;
  margin: 0 auto;
}

@media screen and (max-width: 639px) {
  .home-corporate__content-wrapper {
    padding: 0;
  }
}

.home-corporate__col {
  max-width: 66.5%;
  margin-right: auto;
  padding: 38px 0 30px;
}

@media screen and (max-width: 1023px) {
  .home-corporate__col {
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
}

@media screen and (max-width: 639px) {
  .home-corporate__col {
    padding: 20px;
  }
}

.home-corporate__title {
  font-size: 35px;
  font-weight: bold;
  color: #404042;
  margin-bottom: 25px;
  line-height: normal;
  font-style: normal;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 1023px) {
  .home-corporate__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 639px) {
  .home-corporate__title {
    font-size: 26px;
  }
}

.home-corporate__comntent p {
  font-size: 16px;
  color: #404042;
  margin-bottom: 0;
  line-height: 24px;
  letter-spacing: -0.12px;
}

.home-corporate__comntent p a {
  color: #404042;
  text-decoration: underline;
}

.home-corporate__comntent p a:hover {
  text-decoration: none;
}

/* ------------------------------------
    Resources Hero Section Styles
------------------------------------- */

.resources-hero {
  padding: 80px 0 10px 0;
}

@media screen and (max-width: 1023px) {
  .resources-hero {
    padding: 60px 0 30px 0;
  }
}

@media screen and (max-width: 639px) {
  .resources-hero {
    padding: 20px 0;
  }
}

.home-hero ~ .resources-hero {
  padding: 20px 0;
}

.resources-hero__title-wrapper {
  max-width: 870px;
  margin: 0 auto;
  padding: 0 30px;
}

.resources-hero__title {
  color: #2339a8;
  font-size: 45px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.7px;
}

@media screen and (max-width: 1023px) {
  .resources-hero__title {
    font-size: 38px;
    line-height: normal;
  }
}

@media screen and (max-width: 639px) {
  .resources-hero__title {
    font-size: 28px;
  }
}

.resources-hero__sub-title p {
  color: #000;
}

/* ------------------------------------
    Resources Intro Section Styles
------------------------------------- */
.resources-intro {
  padding: 40px 0;
}

.resources-intro__wrapp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.resources-intro__container {
  max-width: 1120px;
  margin: 0 auto;
}

.resources-intro__title {
  font-weight: 700;
  text-align: left;
  font-style: normal;
}

.resources-intro__title + .dotted-rule {
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .resources-intro__title {
    margin-bottom: 20px;
  }
}

.resources-intro__title--small {
  font-weight: 800;
  font-style: normal;
}

.resources-intro__title--big {
  font-weight: 800;
  font-style: normal;
  font-size: 22px;
  margin-bottom: 30px;
}

@media screen and (max-width: 639px) {
  .resources-intro__title--big {
    font-size: 18px;
  }
}

.resources-intro__sidebar {
  padding-top: 20px;
}

.resources-intro__file-link {
  display: flex;
  align-items: center;
  color: #fff;
  background-color: #2ca0f0;
  padding: 10px;
  position: relative;
  transition: all 0.3s;
  border: 1px solid #2ca0f0;
}

.resources-intro__file-link:hover,
.resources-intro__file-link:focus {
  color: #2ca0f0;
  background-color: #fff;
}

.resources-intro__file-link svg {
  transition: all 0.3s;
  width: 16px;
  fill: #fff;
  margin-right: 4px;
}

.resources-intro__file-link:hover svg,
.resources-intro__file-link:focus svg {
  fill: #2ca0f0;
}

@media screen and (min-width: 480px) {
  .resources-intro__content p {
    margin-bottom: 0;
  }
}

.resources-article {
  padding: 25px 0;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(8, 8, 8, 0.2);
  margin-bottom: 13px;
  display: flex;
  align-items: center;
  min-height: 140px;
}

@media screen and (max-width: 1130px) {
  .resources-article {
    padding: 25px;
  }
}

@media screen and (max-width: 639px) {
  .resources-article {
    flex-direction: column;
    padding: 15px;
    min-height: auto;
  }
}

.resources-article__list {
  list-style: none;
  margin: 0;
}

.resources-article__img-wrapper {
  max-width: 255px;
  width: 100%;
}

@media screen and (max-width: 639px) {
  .resources-article__img-wrapper {
    margin-bottom: 20px;
  }
}

.resources-article__links-wrapper {
  width: 100%;
  padding-left: 30px;
}

@media screen and (max-width: 639px) {
  .resources-article__links-wrapper {
    padding: 0;
  }
}

.resources-article__link {
  color: #000;
  font-size: 18px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .resources-article__link {
    font-size: 16px;
    line-height: normal;
  }
}

@media screen and (max-width: 639px) {
  .resources-article__link {
    font-size: 16px;
  }

  .resources-article__link svg {
    display: none;
  }
}

.resources-article__link-svg {
  width: 14px;
  margin-left: 5px;
  margin-bottom: -1px;
}

.resources-article__img {
  margin: 0 auto;
  display: block;
}

.resources-article__item + .resources-article__item {
  margin-top: 12px;
}

@media screen and (max-width: 639px) {
  .resources-article__item + .resources-article__item {
    margin-top: 5px;
  }
}

@media screen and (max-width: 639px) {
  .resources-article__item {
    text-align: center;
  }
}

.tcgd-famework {
  padding: 20px 0 80px;
}

@media screen and (max-width: 639px) {
  .tcgd-famework {
    padding: 40px 0;
  }
}

.fci-sidebar__nav-menu {
  margin-bottom: 80px;
}

@media screen and (max-width: 639px) {
  .fci-sidebar__nav-menu--conf {
    margin-bottom: 40px;
  }
}

.fci-sidebar__nav-menu--conf {
  margin: 100px 0 80px 0;
}

@media screen and (max-width: 639px) {
  .fci-sidebar__nav-menu--conf {
    margin: 0 0 40px 0;
  }
}

#sidebar.fci-sidebar__nav-menu--conf .menu .sub-menu,
#sidebar.tcgd-general-conference__nav-menu--conf .menu .sub-menu {
  padding: 0;
}

#sidebar.fci-sidebar__nav-menu--conf
  #menu-conferences-menu.menu
  .sub-menu
  li:first-child,
#sidebar.tcgd-general-conference__nav-menu--conf
  #menu-conferences-menu.menu
  .sub-menu
  li:first-child {
  padding-left: 38px;
}

.fci-sidebar__lsit {
  list-style: none;
}

.fci-sidebar__lsit-link:hover {
  color: #7e8083;
}

.tcgd-famework__content {
  word-wrap: break-word;
}

.tcgd-famework__content-repeater {
  list-style: none;
  margin: 0;
}

.tcgd-famework__content-item {
  padding: 15px 30px;
}

.tcgd-famework__content-item ol[type="a"] {
  margin-left: 8px;
}

@media screen and (max-width: 639px) {
  .tcgd-famework__content-item ol[type="a"] {
    margin: 0;
  }
}

.tcgd-famework__content-item p,
.tcgd-famework__content-item li,
.tcgd-famework__content-item a {
  color: #000;
}

.tcgd-famework__content-item p {
  margin-bottom: 10px;
}

.tcgd-famework__content-item p:last-child {
  margin-bottom: 0;
}

.tcgd-famework__content-item p strong {
  font-weight: 900;
}

.tcgd-famework__content-item a {
  text-decoration: underline;
}

.tcgd-famework__content-item a:hover {
  text-decoration: none;
}

.tcgd-famework__content-item + .tcgd-famework__content-item {
  margin-top: 15px;
}

.tcgd-famework__content-title {
  font-style: normal;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
}

.tcgd-famework__conf-date {
  text-align: center;
  color: #2339a8;
  font-size: 32px;
  margin: 0;
}

.float-left {
  float: left !important;
}

.tcgd-famework__title-wrapper {
  margin-bottom: 40px;
}

@media screen and (max-width: 639px) {
  .tcgd-famework__title-wrapper {
    margin-bottom: 20px;
  }
}
.tcgd-famework__title {
  color: #2339a8;
  font-size: 40px;
  line-height: normal;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 639px) {
  .tcgd-famework__title {
    font-size: 28px;
  }
}

@media screen and (max-width: 639px) {
  .fci-sidebar__content {
    margin-bottom: 40px;
  }
}

.tcgd-famework__content a:hover {
  text-decoration: underline;
}

.page-template-page-resources-corporate-glossary {
  position: relative;
  background-color: #efeff1;
}

@media screen and (max-width: 730px) {
  .page-template-page-resources-corporate-glossary .resources-intro {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 730px) {
  .page-template-page-resources-corporate-glossary .other-page-footer-begin {
    position: static;
  }
}

.accordion-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.accordion-list__item {
  background-color: #fff;
  padding: 10px 10px 10px 20px;
  margin-bottom: 5px;
}

.accordion-list__title {
  color: #53575a;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 900;
  padding-right: 17px;
  position: relative;
}

.accordion-icon {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  transition: transform 0.3s ease-in-out;
}

.active .accordion-icon {
  transform: translateY(-50%) rotate(-45deg);
}

.accordion-icon-line {
  width: 100%;
  height: 3px;
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2ca0f0;
}

.accordion-icon--bottom {
  transform: translateY(-50%) rotate(90deg);
}

.accordion-list__subtitle {
  font-weight: 400;
  text-transform: initial;
}

.accordion-list__content {
  height: 0;
  transition: height 0.6s ease-in-out;
  overflow: hidden;
}

.accordion-list__content hr {
  border-color: #53575a;
}

@media screen and (min-width: 768px) {
  .accordion-list__title {
    font-size: 18px;
  }
}

.column-shortcode {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .column-shortcode.column-shortcode--third {
    width: 100%;
    max-width: 30%;
    float: left;
  }

  .column-shortcode.column-shortcode--last {
    width: 100%;
    max-width: 65%;
    float: right;
  }

  .column-shortcode.column-shortcode--last + p,
  .column-shortcode.column-shortcode--last + * + * {
    clear: both;
  }
}

.search-results article {
  margin-bottom: 20px;
}

.search-page__title {
  margin-bottom: 25px;
}

.search-results div.pagination {
  margin: 40px 0 40px;
}

@media screen and (min-width: 1024px) {
  .search-page__title {
    font-size: 26px;
  }
}

.current-menu-item > a,
.current-menu-parent > a {
  color: #2ca0f0 !important;
}

.tcgd-general-conference-article__first-article {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}

.tcgd-general-conference-article__content {
  position: relative;
  padding: 10px 70px 10px 10px;
}

.tcgd-general-conference-article__content-wrapper {
  display: flex;
  transition: 0.3s all;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
}

@media screen and (max-width: 1023px) {
  .tcgd-general-conference-article__content-wrapper {
    top: auto;
    bottom: 0;
  }
}

.tcgd-general-conference-article__content-wrapper--small {
  bottom: 0;
  top: auto;
  right: 0;
  /* transform: translateY(0); */
  transition: 0.3s all;
}

.tcgd-general-conference-article__content-wrapper--small
  .tcgd-general-conference-article__content {
  width: 100%;
  padding: 10px;
}

.tcgd-general-conference-article__number {
  background-color: #349ce4;
  position: relative;
  z-index: 3;
  opacity: 0.8;
  padding: 12px 15px;
  min-width: 63px;
  text-align: right;
}

.tcgd-general-conference-article__number p {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 0;
}

.tcgd-general-conference-article__content-background {
  background-color: #25408f;
  transition: 0.3s all;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.tcgd-general-conference-article__content p {
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 16px;
}

@media screen and (max-width: 1250px) {
  .tcgd-general-conference-article__content p {
    font-size: 12px;
  }
}

.tcgd-general-conference-article__first-article-link {
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.tcgd-general-conference-article__first-article-img {
  transition: 0.3s all;
  width: 100%;
}

.tcgd-general-conference-article__first-article-link:hover
  .tcgd-general-conference-article__first-article-img {
  transform: scale(1.1);
}

.tcgd-general-conference-article__first-article-link:hover
  .tcgd-general-conference-article__content-wrapper {
  left: -555px;
}

.tcgd-general-conference {
  padding: 32px 0;
}

.tcgd-general-conference__latest_conference {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 26px;
  display: block;
}

.tcgd-general-conference-article__excerpt p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  position: relative;
}

.tcgd-general-conference-article__excerpt p a {
  color: #25408f;
  font-weight: 600;
}

.tcgd-general-conference-article__excerpt p a:hover {
  text-decoration: underline;
}

.tcgd-general-conference-article__excerpt p::after {
  content: "";
  height: 1px;
  background-color: #25408f;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -19px;
}

.tcgd-general-conference-article {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 46px;
}

@media screen and (max-width: 1023px) {
  .tcgd-general-conference-article {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .tcgd-general-conference-article {
    width: 100%;
  }
}

.tcgd-general-conference-article__wrapper {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
}

.tcgd-general-conference-article__image {
  width: 100%;
  height: 141px;
  object-fit: cover;
  transition: 0.3s all;
}

@media screen and (max-width: 767px) {
  .tcgd-general-conference-article__image {
    height: auto;
  }
}

.tcgd-general-conference__list-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.tcgd-general-conference-article__link:hover
  .tcgd-general-conference-article__image {
  transform: scale(1.1);
}

.tcgd-general-conference-article__link:hover
  .tcgd-general-conference-article__content-wrapper--small {
  /* transform: translateX(100%); */
  bottom: -200px;
}

.tcgd-signatories {
  padding: 30px 0;
}

.tcgd-signatories__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

@media screen and (max-width: 1135px) {
  .tcgd-signatories__list {
    justify-content: center;
  }
}

.tcgd-signatories__title-wrapper {
  margin-bottom: 40px;
}

@media screen and (max-width: 639px) {
  .tcgd-signatories__title-wrapper {
    margin-bottom: 20px;
  }
}
.tcgd-signatories__title {
  color: #2339a8;
  font-size: 40px;
  line-height: normal;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 639px) {
  .tcgd-signatories__title {
    font-size: 28px;
  }
}

body.page-template .position-static {
  position: static !important;
  bottom: auto;
  left: auto;
  right: auto;
  top: auto;
}

@media screen and (max-width: 1024px) {
  body.page-template .position-static {
    position: absolute !important;
    bottom: -2px;
  }
}

.hero-height {
  height: 37vh !important;
  object-fit: cover;
}

@media screen and (max-width: 1023px) {
  .hero-height {
    min-height: 20vh !important;
  }
}

a.tcgd-open {
  color: #2ca0f0 !important;
}

.resources-section:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #393637;
}

.resources-section__title {
  color: #2339a8;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 20px;
}

.books-item__link {
  display: block;
}

.resources-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.books-item__link img {
  width: auto;
  height: 190px;
  margin-bottom: 15px;
}

.books-item__link:hover .books-item__title {
  color: #2ba6cb;
}

.books-item__title {
  transition: color 0.3s ease-in-out;
  font-weight: 700;
}

.acf-loadmore {
  display: block;
  margin: 0 auto;
}

.articles-item__title {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.articles-item {
  margin-bottom: 10px;
}

.articles-item__link .articles-item__title {
  transition: color 0.3s ease-in-out;
}

.articles-item__link:hover .articles-item__title {
  color: #2ba6cb;
}

.articles-item__subtitle {
  font-size: 14px;
}

.resources-list.opacity {
  opacity: 0.6;
  pointer-events: none;
}

.links-item {
  margin-bottom: 40px;
}

.links-item__title {
  font-weight: 900;
}

.links-item__link {
  display: block;
  color: inherit;
}

.videos-item {
  margin-bottom: 20px;
}

.videos-item iframe,
.videos-item video {
  width: 100%;
  max-width: 100%;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin-bottom: 10px;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
  min-width: 100%;
}

.video-container svg {
  max-width: 56%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  transition: fill 0.3s ease-in-out;
  fill: rgba(256, 256, 256, 0.6);
}

.video-container:hover svg {
  fill: rgba(256, 256, 256, 1);
}

.videos-item__title {
  font: 400 18px/22px "Lato", sans-serif;
  color: #7e8083;
}

.videos-item__title:hover {
  color: #2ba6cb;
}