/*
Theme Name: HbbTV
Theme URI: https://www.hbbtv.org/
Description: Custom theme for HbbTV
Author: Fullview Design
Author URI: http://fullview.ca
Version: 1.0
*/

@import url('grid.css');
@import url('hbbtv-font.css');
@import url('font-awesome.css');

@font-face {
  font-family: 'Inter';
  src: url('../woff2/inter-medium.woff2') format('woff2'),
      url('../woff/inter-medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../woff2/inter-semibold.woff2') format('woff2'),
      url('../woff/inter-semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../woff2/inter-bold.woff2') format('woff2'),
      url('../woff/inter-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../woff2/inter-regular.woff2') format('woff2'),
      url('../woff/inter-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}


body {
  --primary-color: #4285F4;
  --secondary-color: #FBBC05;
  --text-color: #000000;
  --color-light-grey: #F5F5F7;
  --font-family-base: 'Inter', sans-serif;

  font-size: 16px;
  font-family: var(--font-family-base);
  font-weight: 500;
  line-height: 1.5;
  background: #ffffff;
}

.frontend img {
  vertical-align: top;
  /* width: auto; */
  height: auto;
  max-width: 100%;
}

a {
  color: var(--primary-color);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

p, ul {
  margin: 0 0 1.5em;
}

p:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

ul {
  margin-left: 1em;
}

ol {
  margin-left: 2em;
}

ol > li + li {
  margin-top: 15px;
}

h1, .h1 {
  font-size: 32px;
  line-height: 1.36;
}

h1.large-heading,
h2.large-heading {
  font-size: 61px;
  line-height: 1.25;
  margin-bottom: 0.5em;
}

h1.extra-large-heading,
h2.extra-large-heading {
  font-size: clamp(64px, 15vw, 200px);
  line-height: 1.1;
  margin: 20px 0;
}

h1 + *.extra-large-heading,
h2 + *.extra-large-heading {
  margin-top: -20px;
}

h2, .h2 {
  font-size: 26px;
  margin: 0 0 20px;
}

h3, .h3 {
  font-size: 23px;
  line-height: 1.33;
}

h4, .h4 {
  font-size: 20px;
  font-weight: 500;
}

h6, .h4 {
  font-size: 16px;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: var(--font-family-base);
  font-weight: 500;
  margin-bottom: 1em;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.container {
  padding: 0 10px;
  margin: auto;
  position: relative;
}

#page-wrap {
  overflow: hidden;
  padding-top: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body.admin-bar #page-wrap {
  min-height: calc(100vh - 32px);
}

body.menu-over-banner #page-wrap {
  padding-top: 0;
}

#header {
  position: fixed;
  z-index: 300;
  width: 100%;
  top: 0;
  left: 0;
  background: #ffffff;
}

body.admin-bar #header {
  top: 32px;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

.header-container:before,
.header-container:after {
  display: none;
}

#header.scrolled {
/*  border-bottom: solid 1px var(--primary-color);*/
  box-shadow: 0 0 3px rgba(50, 106, 180, .5);
}

body.menu-over-banner #header.scrolled {
  background: #ffffff;
}

#top-row {
  background: #F5F5F6;
  overflow: hidden;
  padding-block: 10px;
  line-height: 20px;
}

#top-row .container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
  font-size: 16px;
}

#top-row a {
  display: inline-block;
  vertical-align: top;
  color: var(--primary-color);
  text-decoration: none;
  line-height: 20px;
}

#top-row a:hover {
  
}

#logo {
  
}

#navigation .menu-header {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}

#navigation .menu-header > li {
  display: block;
  float: left;
  position: relative;
}

#navigation .menu-header > li + li {
  margin-left: 30px;
}

#navigation .menu-header > li > a {
  display: block;
  float: left;
  line-height: 24px;
  padding: 5px 0;
  position: relative;
  color: var(--text-color);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
}

#navigation .menu-header > li:hover > a {
  color: var(--primary-color);
}

#navigation .menu-header > li.active > a {
  color: var(--primary-color);
}

#navigation .menu-header > li.active > a:after {
  opacity: 1;
  bottom: 10px;
}

#header,
#top-row a,
#navigation .menu-header > li > a,
#navigation .menu-header > li > a:after,
#navigation .menu-header > li .dropdown-menu a,
#footer-bottom-row .social-links a,
.wpcf7-submit,
#services-carousel .service-box-content,
.carousel-arrow,
.blue-button,
.orange-button,
.rounded-button,
.posts-list .post-item .post-thumb,
.load-more-button,
.load-more-button-small,
#search-wrapper .search-close,
#search-wrapper,
#deployments-map-custom .loading,
#speakers-list .speaker .speaker-image img,
.animated {
  transition: all 0.3s ease-in-out;
}

#home-slider .rev_slider .tp-caption.medium_bg_darkblue {
  background: rgb(50, 106, 180) !important;
  background: rgba(50, 106, 180, 0.85) !important;
  font-family: var(--font-family-base) !important;
  font-size: 36px;
  font-weight: normal !important;
  line-height: 1.25;
  padding: 8px 20px !important;
}

#home-slider .tp-bullets {
  z-index: 200;
}

#home-content {
  padding: 25px 0 45px;
}

.home-side-left {
  width: 23.1481%;
  float: left;
}

.home-side-right {
  width: 73.1481%;
  float: right;
}

.links-list {
  list-style: none;
  margin: 0;
}

.links-list > li + li {
  padding-top: 15px;
}

.links-list > li > a {
  display: block;
  position: relative;
  line-height: 24px;
  font-size: 18px;
  color: #363636;
  padding: 22px 0 22px 68px;
  text-decoration: none;
}

.links-list > li > a.two-lines {
  padding: 10px 0 10px 68px;
}

.links-list > li > a:hover {
  color: var(--primary-color);
}

.links-list > li > a .fa {
  position: absolute;
  width: 58px;
  height: 58px;
  line-height: 54px;
  text-align: center;
  border: solid 2px #3c72b8;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -29px;
  color: var(--text-color);
  font-size: 28px;
}

.links-list > li > a:hover .fa {
  color: var(--primary-color);
}

.links-list > li > a .date {
  font-size: 14px;
  line-height: 16px;
  color: var(--primary-color);
  display: inline-block;
  vertical-align: top;
}


#footer {
  color: #d7d7d7;
  background: var(--text-color);
  margin: auto 0 0;
}

#footer .footer-left {
  float: left;
  width: 62%;
}

#footer .footer-right {
  float: right;
  width: 34.25%;
}

#footer a {
  color: inherit;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer-bottom-row {
  background: #555555;
  color: rgba(255,255,255, .75);
  padding: 40px 0;
  font-size: 12px;
  line-height: 16px;
}

#footer-bottom-row .section-row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -15px;
  margin-bottom: -40px;
}

#footer-bottom-row .section-row .footer-text-column {
  width: 16.666%;
  margin-bottom: 40px;
  padding-inline: 15px;
}

#footer-bottom-row ul {
  display: block;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 30px;
}

#footer-bottom-row ul:last-child {
  margin-bottom: 0;
}

#footer-bottom-row ul > li + li {
  margin-top: 7px;
}

#footer-bottom-row .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 20px;
  color: #ffffff;
}

#footer-bottom-row h6 {
  color: #ffffff;
}

#menu-toggle {
  float: right;
  margin: 10px 0 0;
  font-size: 30px;
  line-height: 1;
  display: none;
}

.page-title {
  padding: 20px 0;
  /* background: #f1f2f2; */
}

h2 small {
  font-size: 60%;
  display: inline-block;
  vertical-align: top;
}

.page-text {
  padding: 40px 0 60px;
}

/* .page-text h2,
.section-content h2,
.overview-section h2 {
  max-width: 73%;
  margin-left: auto;
  margin-right: auto;
  color: var(--text-color);
  line-height: 1.2;
  position: relative;
  padding-bottom: 5px;
} */

.page-text.long-title h2 {
  max-width: 100%;
}

.page-text h2 small,
.section-content h2 small,
.overview-section h2 small {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}

.page-text h2.no-border:after,
.section-content h2.no-border:after,
.overview-section h2.no-border:after {
  display: none;
}

h2.no-border {
  border: none;
}

.contact-columns {
 position: relative;
 margin: 0 0 100px;
}

.contact-columns:before {
  left: 54.639%;
  top: 0;
  bottom: 0;
  border-left: solid 1px #d7d7d7;
  position: absolute;
  display: block;
  content: "";
}

.contact-columns .contact-column-left {
  width: 50.925%;
  float: left;
}

.contact-columns .contact-column-right {
  width: 41.666%;
  float: right;
}

#page-content .contact-small-columns h3 {
  padding-bottom: 0;
  border-bottom: none;
}

.contact-small-columns .contact-small-column {
  width: 50%;
  padding: 0 0 20px;
  float: left;
}

.form-row {
  padding: 0 0 15px;
  margin: 0 -5px;
}

.form-row .field {
  padding: 0 5px;
}

.form-row .field-half {
  width: 50%;
  float: left;
  padding: 0 5px;
}

.form-row .wpcf7-text,
.form-row .wpcf7-textarea {
  display: block;
  width: 100%;
  border: solid 1px #E8E8EE;
  border-radius: 4px;
  background: #ffffff;
  color: #000000;
  font-family: var(--font-family-base);
  font-size: 16px;
  line-height: 22px;
  padding: 20px;
  outline: none;
}

.form-row label {
  display: block;
  font-size: 14px;
  padding: 0 0 5px;
}

.form-row label small {
  font-size: 10px;
  color: #9e0039;
}

.wpcf7-submit {
  width: 100%;
  background-color: #dcdcdc;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.65);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.65);
	box-shadow: 1px 1px 4px rgba(0,0,0,.65);
	border: solid 1px #ffffff;
  padding: 10px;
  line-height: 20px;
  color: var(--text-color);
  cursor: pointer;
  font-family: var(--font-family-base);
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
  outline: none;
}

.wpcf7-submit:hover {
  background: #ebebeb;
}

.wpcf7-submit.rounded-button {
  width: auto;
}

.wpcf7 div.wpcf7-response-output {
  text-align: center;
  padding: 15px;
  margin: 5px 0 0;
  font-size: 12px;
}

div.wpcf7 img.ajax-loader {
  display: block;
  margin: 10px auto 0 !important;
}

.wpcf7 span.wpcf7-not-valid-tip {
  margin: 5px 0 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

img.aligncenter {
  display: block;
  margin: 0 auto 10px;
}

img.alignleft {
  float: left;
  margin: 0 0 10px;
}

img.alignright {
  float: right;
  margin: 0 0 10px;
}

.overview-section {
  padding: 40px 0 30px;
}

.overview-section.section-grey {
  background: #f1f2f2;
}

.row {
  margin: 0 -15px;
}

.row-column {
  float: left;
  padding: 0 15px;
}

.column-1-3 {
  width: 33.333%;
}

.column-2-3 {
  width: 66.666%;
}

.row-column.pull-left {
  float: left;
}

.row-column.pull-right {
  float: right;
}

#services-carousel .service-box {
  padding: 30px;
  overflow: hidden;
}

#services-carousel .service-box-content {
  padding: 0;
}

#services-carousel .slick-current .service-box-content {
  transform: scale(1.2, 1.2);
}

#services-carousel .slick-center + .slick-active {
  text-align: right;
}

#services-carousel .slick-current img {
  width: 100%;
}

.carousel-arrow {
  position: absolute;
  font-size: 60px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: var(--primary-color);
  cursor: pointer;
  top: 50%;
  margin-top: -30px;
}

.carousel-arrow:hover {
  color: #363636;
}

.carousel-arrow.arrow-left {
  left: -60px;
}

.carousel-arrow.arrow-right {
  right: -60px;
}

#services {
  
}


.top-text-row {
  padding: 60px 0 50px;
}

.grey-row {
  background: #f1f2f2;
  padding: 40px 0;
}

.white-row {
  background: #ffffff;
  padding: 40px 0;
}

.members-row {
  padding: 50px 0 100px;
}

.blue-button,
.blue-button-inline,
.orange-button {
  display: block;
  color: #ffffff;
  background: var(--primary-color);
  font-family: var(--font-family-base);
  font-size: 24px;
  text-align: center;
  line-height: 30px;
  padding: 5px 20px;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  border: none;
}

.blue-button-inline {
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-size: 18px;
  line-height: 26px;
  padding: 5px 25px;
}

.blue-button:hover,
.blue-button-inline:hover {
  background: #1854a4;
}

.orange-button {
  background: #ed7d31;
}

.orange-button:hover {
  background: #fe8330;
}

.blue-button.inline-button,
.orange-button.inline-button {
  display: inline-block;
  width: auto;
  font-size: 18px;
  line-height: 26px;
}

.blue-button.big-button,
.orange-button.big-button {
  font-size: 26px;
  line-height: 36px;
}

.arrow-right-button:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: relative;
  margin-left: 5px;
}

.arrow-right-button.big-button:after {
  margin-left: 10px;
}

.left-indent {
  padding-left: 30px;
}

.right-indent {
  padding-right: 30px;
}

.members-text-box {
  background: #f5f5f5;
  border: solid 1px #8e9ec9;
  position: relative;
  padding: 40px 30px;
}

.members-text-box:before {
  width: 76px;
  height: 76px;
  top: -42px;
  left: 50%;
  margin-left: -38px;
  display: block;
  content: "";
  background: #f5f5f5 url("../png/icon-key.png") no-repeat center;
  border: solid 1px #8e9ec9;
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

#members-list {
  margin: 0 -5px;
}

#members-list .member-box {
  width: 20%;
  padding: 5px;
  float: left;
}

#members-list .member-box > div {
  background: #ffffff;
  border: solid 1px #c2c2c2;
  text-align: center;
  height: 88px;
}

#members-list .member-box > div a {
  display: block;
  height: 100%;
}

#members-list .member-box > div img {
  object-fit: scale-down;
  object-position: center;
  width: 100%;
  height: 100%;
}

.additional-text {
  display: none;
}

.posts-list {
  margin: 0 -25px;
  display: flex;
  flex-wrap: wrap;
}

.posts-list .post-item {
  width: 33.333%;
  padding: 0 25px 50px;
  display: flex;
}

.posts-list .post-item > div {
  border-radius: 25px;
  overflow: hidden;
  background: #ffffff;
  position: relative;
}

.posts-list .post-item .post-thumb {
  height: 150px;
}

.posts-list .post-item .post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.posts-list .post-item .post-title {
  font-size: 18px;
  font-weight: bold;
  color: var(--text-color);
  margin: 0 0 20px;
  line-height: 1.2;
}

.posts-list .post-item .post-title a {
  color: var(--text-color);
  text-decoration: none;
  display: block;
}

.posts-list .post-item .post-title a:hover {
  color: var(--primary-color);
}

.posts-list .post-infos {
  padding: 15px 25px;
}

.posts-list .post-item .read-more-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-decoration: none;
}

.posts-list .post-item .read-more-link:after {
  position: absolute;
  bottom: 15px;
  right: 20px;
  display: block;
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9913 1.50248L15.9405 11.8526L15.3539 11.8553L15.4014 2.21328L1.50185 16.1129L1.08916 15.7002L14.9888 1.80059L5.34654 1.84792L5.34941 1.2615L15.6996 1.21071C15.7771 1.21033 15.8518 1.24086 15.9065 1.29554C15.9612 1.35022 15.9917 1.42492 15.9913 1.50248Z' fill='white'/%3E%3Cpath d='M15.9913 1.50248L15.9405 11.8526L15.3539 11.8553L15.4014 2.21328L1.50185 16.1129L1.08916 15.7002L14.9888 1.80059L5.34654 1.84792L5.34941 1.2615L15.6996 1.21071C15.7771 1.21033 15.8518 1.24086 15.9065 1.29554C15.9612 1.35022 15.9917 1.42492 15.9913 1.50248' stroke='black' stroke-width='0.936131'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: contain;
  width: 17px;
  height: 17px;
  transform: rotate(0deg);
  transition: all .3s ease-in-out;
}

.posts-list .post-item .read-more-link:hover:after {
  transform: rotate(45deg);
}

.posts-list .post-item time {
  opacity: .5;
  display: block;
  font-size: 12px;
}

/* .load-more-button, */
.load-more-button-small {
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #dcdcdc;
	-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,.65);
	-moz-box-shadow: 1px 1px 4px rgba(0,0,0,.65);
	box-shadow: 1px 1px 4px rgba(0,0,0,.65);
	border: solid 1px #ffffff;
  font-size: 24px;
  font-family: var(--font-family-base);
  color: var(--text-color);
  line-height: 30px;
  padding: 5px 10px;
  outline: none;
}

/* .load-more-button:hover, */
.load-more-button-small:hover {
  background: var(--primary-color);
  color: #ffffff;
}

.load-more-button-small {
  font-size: 15px;
  font-weight: bold;
  overflow: hidden;
}

.load-more-button-small.hidden {
  opacity: 0;
  visibility: hidden;
  height: 0;
}

.load-more-button > span {
  display: none;
  width: 17px;
  font-size: 15px;
  line-height: 1;
}

.load-more-button.loading > span {
  /* margin: 0 auto; */
  display: block;
}

.load-more-button.loading:after {
  display: none;
}

.deployments-wrapper {
  padding: 40px 0 70px;
}

.deployments-wrapper h2 {
  padding-bottom: 20px;
}

.deployments-list {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
}

.deployments-list .deployment-item {
  width: 20%;
  padding: 0 10px 10px;
  font-size: 16px;
}

.deployments-list .deployment-item a {
  display: flex;
  align-items: center;
  text-align: left;
  text-decoration: none;
  color: var(--text-color);
}

.deployments-list .deployment-item a:hover {
  color: var(--primary-color);
}

.deployments-list .deployment-item img {
  margin-right: 15px;
  width: 30px;
  height: auto;
  flex-shrink: 0;
  max-width: 100%;
  border-radius: 100%;
  transition-timing-function: ease-out;
  transition-duration: 250ms;
  transform: scale(1, 1);
}

.deployments-list .deployment-item a:hover img {
  transform: scale(1.05, 1.05);
}

.deployment-info-row {
  position: relative;
  width: 100%;
}

.deployment-info-row-content {
  display: none;
  position: relative;
  z-index: 5;
  text-align: left;
  padding: 30px 0;
}

.deployment-info-row .loading {
  color: var(--primary-color);
  font-size: 40px;
  text-align: center;
}

.deployment-info .deployment-name {
  float: left;
  font-size: 22px;
  padding: 0 0 18px;
}

.deployment-info .deployment-name > span {
  display: inline-block;
  width: 64px;
  vertical-align: middle;
  margin-right: 20px;
}

.deployment-info .deployment-name > span img {
  width: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}

.deployment-info .deployment-close {
  float: right;
  padding: 22px 0 32px;
}

.deployment-info .deployment-close a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-transform: uppercase;
  color: var(--primary-color);
  font-size: 16px;
  font-family: var(--font-family-base);
  font-weight: bold;
  text-decoration: none;
  line-height: 25px;
}

.deployment-info .deployment-close a span {
  display: inline-block;
  font-size: 30px;
  vertical-align: middle;
  margin-right: 5px;
}

/*.deployment-info .deployment-close a:before {
  display: inline-block;
  vertical-align: top;
  line-height: 23px;
  width: 27px;
  height: 25px;
  line-height: 23px;
  border: solid 1px #a1a1a1;
  content: "X";
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin: 0 8px 0 0;
  text-align: center;
}*/

.deployment-info .deployment-columns {
  margin: 0 -20px;
}

.deployment-info .deployment-columns > div {
  padding: 0 20px 20px;
}

.deployment-info .deployment-columns.two-columns > div {
  float: left;
  width: 50%;
}

.deployment-info .deployment-columns > div > div {
  border-top: 1px solid #E8E8EE;
}

.deployment-info .deployment-columns > div:first-child > div {
  padding-top: 15px;
}

.deployment-info .deployment-columns > div:first-child > div strong {
  /* color: var(--primary-color); */
}

.accordion {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #E8E8EE;
}

.accordion > li {
  border-bottom: 1px solid #E8E8EE;
  position: relative;
}

.accordion > li > a {
  display: block;
  line-height: 30px;
  padding-block: 13px;
  padding-left: 35px;
  color: inherit;
  font-size: 20px;
  font-weight: normal;
  position: relative;
  text-decoration: none;
}

.accordion > li > a:hover {
  color: var(--primary-color);
}

.accordion > li > a:before,
.accordion > li > a:after {
  display: block;
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  width: 15px;
  height: 2px;
  background-color: var(--primary-color);
}

.accordion > li > a:after {
  transform: rotate(-90deg);
  transition: transform .3s ease-in-out;
}

.accordion > li.expanded > a:after {
  transform: rotate(0deg);
}

.accordion > li > div {
  padding: 0 0 10px 40px;
  display: none;
}

.accordion ul {
  list-style-type: disc;
}

.accordion ul li {
  margin-bottom: 8px;
}

#deployments-map-wrapper {
  /* background: #e3eaf3; */
  position: relative;
}

#deployments-map {
  height: 470px;
  position: relative;
  width: 100%;
}

.gmnoprint img {
  max-width: 500%;
}

.form-table {
  display: table;
  width: 100%;
  height: 100%;
}

.form-table .form-row {
  display: table-row;
}

.form-table .form-cell {
  display: table-cell;
  vertical-align: middle;
}

#search-wrapper {
  position: fixed;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: 100000;
  background: rgba(50, 106, 180, 0.95);
  font-size: 0;
  overflow: hidden;
}

#search-wrapper.visible {
  height: 100%;
}

#search-wrapper .search-close {
  color: #ffffff;
  display: block;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  opacity: 0.7;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  text-decoration: none;
  text-align: center;
}

#search-wrapper .search-close:hover {
  opacity: 1;
  text-decoration: none;
}

#search-wrapper form {
  text-align: center;
  font-size: 14px;
}

#search-wrapper label {
  display: block;
  color: #ffffff;
  font-size: 2em;
  font-family: var(--font-family-base);
  line-height: 2em;
}

#search-wrapper input[type="text"] {
  border: none;
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  font-size: 4em;
  line-height: 1.2em;
  margin: 0;
  padding: 0.3em;;
  font-family: 'Bliss', sans-serif;
  text-align: center;
  background: transparent;
  width: 80%;
  margin: auto;
  display: block;
  color: #ffffff;
}

.search-results-item {
  padding: 0 0 20px;
  margin: 0 0 30px;
  border-bottom: solid 1px var(--primary-color);
}

#page-content .search-results-item h3 {
  border: none;
  padding-bottom: 0;
}

#page-content .search-results-item h3 a {
  text-decoration: none;
}

#page-content .search-results-item h3 a:hover {
  color: #555;
}

.container-404 {
  padding: 150px 0;
  color: #aaa;
  font-size: 60px;
  text-align: center;
}

.specifications {
  margin: -30px 0 0;
}

.specifications h3.section-title {
  text-transform: uppercase;
  text-align: left;
  border: none;
  padding-bottom: 0;
  font-size: 22px;
  font-weight: normal;
}

#tias h4,
.using-logo h4,
.specifications-section h4.section-title {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 10px;
  margin-bottom: 0;
  /*border-bottom: solid 1px #ccc;*/
}

.specifications-section .specifications-list {
  border-radius: 22px;
  margin: 0 0 35px;
  background: #F5F5F6;
}

.specifications-section .specifications-list .specifications-column {
  float: left;
  width: 50%;
  padding: 20px;
}

/*.specifications-section .specifications-list .specifications-column:nth-child(3n+1) {*/
.specifications-section .specifications-list .specifications-column.nth-child-3 {
  clear: left;
}

.specifications-section .specifications-list .specifications-column h5 {
  font-size: 14px;
  font-weight: bold;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 10px;
}

.specifications-section .specifications-list .specifications-column h5 a {
  display: block;
  position: relative;
  color: #363636;
  padding: 10px 0 10px 46px;
  text-decoration: none;
}

.specifications-section .specifications-list .specifications-column h5 a:hover {
  color: var(--primary-color);
}

/*.specifications-section .specifications-list .specifications-column h5 a:before {
  position: absolute;
  background: url("images/gearbook-green.png") no-repeat left top;
  width: 32px;
  height: 38px;
  content: "";
  display: block;
  font-size: 0;
  left: 0;
  top: 0;
}*/

.specifications-section .specifications-list.color-red .specifications-column h5 a:before {
  background: url("../png/gearbook-red.png") no-repeat left top;
}

.specifications-section .specifications-list.color-yellow .specifications-column h5 a:before {
  background: url("../png/gearbook-yellow.png") no-repeat left top;
}

.specifications-section .specifications-list.color-blue .specifications-column h5 a:before {
  background: url("../png/gearbook-blue.png") no-repeat left top;
}

.specifications-section .break-column {
  clear: both;
}

.specifications-section .download-link {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}

.specifications-section .download-link span {
  font-size: 32px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.specifications-section.color-green .section-title,
.specifications-section.color-green .download-link {
  color: #41b649;
}
.specifications-section.color-green .specifications-list {
  border-color: #41b649;
}

.specifications-section.color-blue .section-title,
.specifications-section.color-blue .download-link {
  color: var(--primary-color);
}
.specifications-section.color-blue .specifications-list {
  border-color: var(--primary-color);
}

.specifications-section.color-red .section-title,
.specifications-section.color-red .download-link {
  color: #ef494a;
}
.specifications-section.color-red .specifications-list {
  border-color: #ef494a;
}

.specifications-section.color-yellow .section-title,
.specifications-section.color-yellow .download-link {
  color: #dbab18;
}
.specifications-section.color-yellow .specifications-list {
  border-color: #dbab18;
}


#tias {
  padding: 40px 0 50px;
  background: #f1f2f2;
}

#tias .form-row .wpcf7-text,
#tias .form-row .wpcf7-textarea {
  background: #ffffff;
}

#tias .section-separator,
.using-logo .section-separator {
  height: 50px;
}

#tias h2,
.current-rfi h2,
#news-and-press-releases h2,
.hbbtv-symposium-materials h2,
.video-library h2,
.using-logo h2 {
  padding-bottom: 20px;
}

#tias .accordion > li {
  border-bottom-color: #c3c3c3;
}

.docs-list {
  font-size: 0;
  text-align: center;
  padding: 10px 0 0;
  margin: 0 -15px;
}

.docs-list a {
  display: inline-block;
  vertical-align: top;
  color: #363636;
  text-decoration: none;
  text-align: left;
  font-size: 14px;
  font-family: var(--font-family-base);
  font-weight: normal;
  line-height: 19px;
  /*padding: 10px 0 10px 50px;*/
  padding: 3px 10px;
  margin: 0 15px 5px;
  width: calc(20% - 30px);
  position: relative;
  border: solid 1px #363636;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/*.docs-list a:before {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  background: url("images/icon-lab.png") no-repeat left top;
}*/

.docs-list a:hover {
  color: var(--primary-color);
}

.docs-list a:hover:before {
  background-position: left bottom;
}

.using-logo {
  padding: 60px 0 40px;
}

.faq-docs,
.rfi-docs {
  list-style: none;
  margin: 0;
}

.faq-docs > li,
.rfi-docs > li {
  padding: 5px 0;
}

.faq-docs > li > a,
.rfi-docs > li > a {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #363636;
  line-height: 23px;
  padding: 5px 0 5px 50px;
  text-decoration: none;
  position: relative;
}

.faq-docs > li > a:hover,
.rfi-docs > li > a:hover {
  color: var(--primary-color);
}

.faq-docs > li > a:before {
  display: block;
  width: 29px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../png/icon-help.png") no-repeat left top;
  content: "";
}

.faq-docs > li > a:hover:before {
  background-position: left bottom;
}

.rfi-docs > li > a:before {
  display: block;
  width: 39px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 2px;
  background: url("../png/icon-hands.png") no-repeat left top;
  content: "";
}

.rfi-docs > li > a:hover:before {
  background-position: left bottom;
}

.current-rfi {
  padding: 60px 0;
  background: #f1f2f2;
}

.rfi-text {
  font-weight: bold;
  padding-bottom: 10px;
}

.news-press-list {
  margin: 0 -10px;
  padding: 20px 0;
}

.news-press-list .news-press-item {
  width: 20%;
  float: left;
  padding: 0 10px 20px;
  display: none;
}

.news-press-list .news-press-item.visible {
  display: block;
}

.news-press-list .news-press-item:nth-child(5n+1) {
  clear: left;
}

.news-press-list .news-press-item a {
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #363636;
  text-decoration: none;
  padding: 0 0 0 50px;
}

.news-press-list .news-press-item a:hover {
  color: var(--primary-color);
}

.news-press-list .news-press-item a:before {
  background: url("../png/icon-news-press.png") no-repeat left top;
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 36px;
  height: 34px;
}

.news-press-list .news-press-item a:hover:before {
  background-position: left bottom;
}

#news-and-press-releases {
  padding: 60px 0 65px;
}

.hbbtv-symposium-materials {
  padding: 50px 0 60px;
  background: #f1f2f2;
}

.symposium_materials-list {
  font-size: 0;
}

.symposium_materials-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 10px 20px;
  text-align: left;
}

.symposium_materials-item a {
  font-size: 14px;
  font-weight: bold;
  color: #363636;
  text-decoration: none;
  position: relative;
  padding: 0 0 0 40px;
  display: block;
}

.symposium_materials-item a:hover {
  color: var(--primary-color);
}

.symposium_materials-item a:before {
  background: url("../png/icon-person.png") no-repeat left top;
  display: block;
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 27px;
  height: 38px;
}

.symposium_materials-item a:hover:before {
  background-position: left bottom;
}

.video-library {
  padding: 60px 0;
}

.videos-list {
  margin: 0 -20px;
}

.videos-list .video-item {
  float: left;
  padding: 0 20px 20px;
  width: 33.333%;
}

.videos-list .video-item:nth-child(3n+1) {
  clear: left;
}

#home-slider .rev_slider_wrapper,
#home-slider .rev_slider {
  min-height: 170px !important;
}

.page-section-tabs {
  font-size: 0;
  text-align: center;
  padding: 0 0 40px;
}

.page-section-tabs .tab-circle {
  display: inline-block;
  padding: 0 5px 40px;
  vertical-align: top;
  font-size: 22px;
  font-family: var(--font-family-base);
  font-weight: normal;
  width: 215px;
}

.page-section-tabs .tab-circle a {
  text-decoration: none;
  color: var(--text-color);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-section-tabs .tab-circle .icon {
  width: 135px;
  height: 135px;
  display: block;
  background: #ffffff;
  color: var(--primary-color);
  border: solid 1px var(--primary-color);
  overflow: hidden;
  font-size: 60px;
  margin: 0 auto 20px;
  -moz-border-radius: 135px;
  -webkit-border-radius: 135px;
  border-radius: 135px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.page-section-tabs .tab-circle a:hover,
.page-section-tabs .tab-circle a.active {
  color: var(--primary-color);
}

.page-section-tabs .tab-circle a:hover .icon,
.page-section-tabs .tab-circle a.active .icon {
  background: var(--primary-color);
  color: #ffffff;
}

.page-section-tabs .tab-circle .icon span {
  display: block;
  line-height: 133px;
}

.page-section-tabs .tab-circle .icon .hbbtv-icon-specifications {
  position: relative;
  left: 5px;
}

.page-section-tabs .tab-circle .icon .hbbtv-icon-logo {
  font-size: 60%;
}

.page-sections .page-section {
  display: none;
  background: #f1f2f2;
  padding: 50px 0;
  position: relative;
}

.page-sections .page-section .section-content .container {
  position: relative;
}

.page-sections .page-section .section-close {
  position: absolute;
  font-family: var(--font-family-base);
  font-weight: bold;
  color: var(--primary-color);
  text-decoration: none;
  top: -25px;
  right: 15px;
  font-size: 16px;
}

.page-sections .page-section .section-close span {
  font-size: 30px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}

.testing-title.color-red,
.testing-title.color-green,
.testing-title.color-yellow,
.testing-title.color-blue {
  padding-bottom: 20px;
  margin-bottom: 20px !important;
}

.testing-title.color-red {
  color: #ef494a;
  border-bottom: solid 1px #ef494a;
}

.testing-title.color-green {
  color: #41b649;
  border-bottom: solid 1px #41b649;
}

.testing-title.color-yellow {
  color: #dbab18;
  border-bottom: solid 1px #dbab18;
}

.testing-title.color-blue {
  color: var(--primary-color);
  border-bottom: solid 1px var(--primary-color);
}

.broadcasters-list {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -15px;
  row-gap: 50px;
}

.broadcaster-item {
  width: 25%;
  padding-inline: 15px;
}

.broadcaster-item > div {
  max-width: 240px;
}

.broadcaster-item .broadcaster-top .broadcaster-image {
  text-align: center;
  height: 80px;
  margin-bottom: 10px;
}

.broadcaster-item .broadcaster-top .broadcaster-image img {
  object-fit: scale-down;
  object-position: center;
  width: 100%;
  height: 100%;
}

.broadcaster-item .broadcaster-top .broadcaster-info {
  font-size: 14px;
}

.broadcaster-item .broadcaster-top .top-title {
  font-weight: bold;
  margin: 15px 0 -15px;
}

.broadcaster-item .broadcaster-top .broadcaster-info .broadcaster-name {
  font-weight: bold;
  margin-bottom: 5px;
}

.broadcaster-item .broadcaster-top .broadcaster-image + .broadcaster-info {
}

.broadcaster-item .broadcaster-service {
  padding: 20px 0 0;
}

.broadcaster-item .broadcaster-service .service-title {
  color: var(--primary-color);
  font-weight: bold;
  margin-bottom: 5px;
}

.broadcaster-item .broadcaster-service .service-images {
  margin: 0 -5px;
}

.broadcaster-item .broadcaster-service .service-images .service-image-box {
  width: 100%;
  padding: 0 5px 20px;
  float: left;
  text-align: center;
}

.broadcaster-item .broadcaster-service .service-images .service-image-box:nth-child(4n+1) {
  clear: left;
}

.broadcaster-item .broadcaster-service .service-images .service-image-box a {
  display: block;
  color: #363636;
  text-decoration: none;
}

.broadcaster-item .broadcaster-service .service-images .image-wrapper {
  position: relative;
  background: #959595;
  display: block;
  margin: 0 0 5px;
}

.broadcaster-item .broadcaster-service .service-images .image-wrapper .icon-video {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
  background: url("../png/icon-video.png") no-repeat center;
  z-index: 0;
  display: block;
}

.mfp-bottom-bar .mfp-title {
  text-align: left;
  padding-right: 50px;
}

.mfp-bottom-bar .mfp-title .image-title {
  font-size: 16px;
  font-weight: bold;
}

#deployments-map-custom {
  position: relative;
  width: 100%;
  /* background: #e3eaf3; */
}

#deployments-map-custom.loading-on #map {
  min-height: 250px;
}

#deployments-map-custom #map {
  /* max-width: 1100px; */
  margin: auto;
  position: relative;
  z-index: 10;
  padding-bottom: 51.5625%;
}

#map_holder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#deployments-map-custom #map-legend {
  position: absolute;
  bottom: 10px;
  left: 20px;
  z-index: 20;
}

#deployments-map-custom #map-legend > div {
  line-height: 20px;
  font-size: 16px;
}

#deployments-map-custom #map-legend > div + div {
  margin-top: 10px;
}

#deployments-map-custom #map-legend > div > span {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
	border-radius: 100%;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  white-space: nowrap;
}

#deployments-map-custom .loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(234, 243, 255, .5);
  z-index: 30;
  opacity: 0;
  visibility: hidden;
}

#deployments-map-custom.loading-on .loading {
  opacity: 1;
  visibility: visible;
}

#deployments-map-custom .loading .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 100px;
  color: #316ab4;
}

#services-list {
  margin: 0 -5px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

#services-list .service-box {
  width: 33.3333%;
  padding: 0 0 10px;
  text-align: center;
}

#services-list .service-box.featured-service {
  width: 25%;
}

#services-list .services-carousel {
  width: 75%;
  float: right;
}

#services-list .service-box.hidden-box {
  display: none;
}

#services-list .service-box img {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 5px;
}

#services-list .service-box a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  color: #363636;
  padding: 5px;
}

#services-list .service-box a:hover {
  -webkit-box-shadow: 1px 3px 8px rgba(50,106,180,.57);
	-moz-box-shadow: 1px 3px 8px rgba(50,106,180,.57);
	box-shadow: 1px 3px 8px rgba(50,106,180,.57);
}

.load-more-services {
  text-align: center;
  border-top: solid 1px #959595;
  border-bottom: solid 1px #959595;
  margin-top: 30px;
}

.load-more-services a {
  padding: 6px;
  display: block;
  color: #363636;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
}

.load-more-services a:hover {
  color: var(--primary-color);
}

.load-more-services a:before {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  content: "»";
  font-family: var(--font-family-base);
  font-weight: normal;
  font-size: 22px;
  border: solid 1px #a1a1a1;
  vertical-align: top;
  margin-right: 10px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.load-more-services a:hover:before {
  border-color: var(--primary-color);
}

.mfp-bottom-bar {
  background: rgba(0, 0, 0, .75);
  margin-top: -40px !important;
  padding: 5px;
  font-size: 12px;
}

.mfp-counter {
  top: 10px !important;
  right: 10px !important;
}

#symposium-header {
  padding-block: 150px 120px;
}

#symposium-header .symposium-image {
  margin-top: 80px;
  text-align: center;
}

#symposium-header .symposium-image img {
  border-radius: 25px;
  margin: auto;
}

.section-navigation-menu,
#navigation-row {
  border-top: solid 1px #D5D5D5;
}

#navigation-row.symposium-navigation {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background: #ffffff;
  z-index: 200;
}

body.admin-bar #navigation-row.symposium-navigation {
  transform: translateY(32px);
}

#navigation-row-spacer {
  height: var(--symposium-navigation-height, 50px);
}

#navigation-row .menu-with-label {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

#navigation-row .menu-with-label:before,
#navigation-row .menu-with-label:after {
  display: none;
}

#navigation-row .menu-with-label .menu-label {
  font-size: 20px;
  font-weight: 600;
  color: #96999E;
}

.section-navigation-menu .menu,
#navigation-row .menu {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
}

.section-navigation-menu .menu > li,
#navigation-row .menu > li {
  display: inline-block;
  vertical-align: top;
}

.section-navigation-menu .menu > li > a,
#navigation-row .menu > li > a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  color: inherit;
  text-decoration: none;
  position: relative;
  line-height: 29px;
  padding: 10px 0;
}

.section-navigation-menu .menu > li > a:hover,
#navigation-row .menu > li > a:hover {
  color: var(--primary-color);
}
.section-navigation-menu .menu > li.active > a,
#navigation-row .menu > li.active > a {
  font-weight: 600;
}

.section-navigation-menu .menu > li.button-link > a,
#navigation-row .menu > li.button-link > a {
  padding: 10px 15px;
  background: #3367b6;
  transition: background .3s ease-in-out;
}

.section-navigation-menu .menu > li.button-link > a:hover,
#navigation-row .menu > li.button-link > a:hover {
  background: #1854a4;
}

#symposium-intro {
  margin-bottom: 150px;
}

#symposium-intro .intro-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 20px;
  column-gap: 30px;
  margin-top: 50px;
}

#symposium-intro .intro-links > div {
  width: 250px;
  text-align: center;
  font-size: 20px;
}

#symposium-intro .intro-links a {
  display: block;
  color: inherit;
  text-decoration: none;
}

#symposium-intro .intro-links a:hover {
  color: var(--primary-color);
}

#symposium-intro .intro-links a > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

#symposium-gallery-intro {
  margin-bottom: 100px;
}

#symposium-gallery-intro .blue-box {
  background: var(--primary-color);
  color: #ffffff;
  border-radius: 25px;
  padding: 100px;
  display: flex;
  align-items: center;
  gap: 80px;
}

#symposium-gallery-intro .blue-box a {
  color: inherit;
}

#symposium-gallery-intro .blue-box .text-wrap {
  flex: 1;
}

#symposium-gallery-intro .blue-box .image-wrapper {
  width: 43%;
  max-width: 412px;
  flex-shrink: 0;
}

#symposium-gallery-intro .blue-box .image-wrapper img {
  border-radius: 100%;
}

#symposium-speakers-text {
  padding: 50px 0 30px;
}

#symposium-speakers-text .speakers-image {
  width: 50%;
  float: left;
  padding-right: 30px;
}

#symposium-speakers-text .speakers-text {
  width: 50%;
  float: right;
  padding: 50px 0 0;
}

#symposium-key-values {
  padding: 60px 0;
  background: #f6f6f6;
}

#symposium-key-values .top-text {
  margin-bottom: 40px;
}

#symposium-key-values .key-values-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  margin-inline: -25px;
}

#symposium-key-values .key-values-grid .kv-item {
  width: 33.333%;
  padding-inline: 25px;
  color: #ffffff;
  display: flex;
}

#symposium-key-values .key-values-grid .kv-item > div {
  background: #000000;
  padding: 30px;
  border-radius: 25px;
  width: 100%;
}

#symposium-key-values .key-values-grid .kv-item:nth-child(4n+1) > div {
  background: var(--primary-color);
}

#symposium-key-values .key-values-grid .kv-item:nth-child(4n+2) > div {
  background: #ffffff;
  color: #000000;
}

#symposium-key-values .key-values-grid .kv-item .kv-title {
  margin-bottom: 10px;
}

#symposium-key-values .key-values-grid .kv-item a {
  color: inherit;
}

#symposium-key-values .bottom-columns,
#symposium-program .bottom-columns {
  margin: 50px -20px 0;
}

#symposium-key-values .bottom-columns > div,
#symposium-program .bottom-columns > div {
  width: 50%;
  float: left;
  padding: 0 20px;
}

#symposium-key-values .bottom-columns ul,
#symposium-program .bottom-columns ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#symposium-key-values .bottom-columns ul > li,
#symposium-program .bottom-columns ul > li {
  position: relative;
  padding: 0 0 0 45px;
}

#symposium-key-values .bottom-columns ul > li + li,
#symposium-program .bottom-columns ul > li + li {
  margin-top: 20px;
}

#symposium-key-values .bottom-columns ul > li:before,
#symposium-program .bottom-columns ul > li:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  background: url("../png/checkmark.png") no-repeat left top;
  background-size: contain;
  content: "";
  display: block;
}

#symposium-speakers-repeater .speakers-grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-inline: -10px;
}

#symposium-speakers-repeater .speakers-grid .speaker-item {
  width: 50%;
  padding-inline: 10px;
  display: flex;
}

#symposium-speakers-repeater .speakers-grid .speaker-item > div {
  width: 100%;
  padding: 90px 40px;
  border-radius: 25px;
  background: var(--color-light-grey);
}

#symposium-speakers-repeater .speakers-grid .item-image {
  max-width: 150px;
  margin: 0 auto 15px;
}

#symposium-speakers-repeater .speakers-grid .item-image img {
  border-radius: 100%;
}

#symposium-sponsors-text {
  padding: 80px 0 100px;
}

#symposium-sponsors-text .sponsors-carousel {
  margin: 50px 0;
}

#symposium-sponsors-text .sponsors-carousel .slick-slide {
  padding: 0 20px;
  display: inline-block;
  vertical-align: middle;
  float:none;
}

#symposium-sponsors-text .sponsors-carousel .slick-slide img {
  display: inline-block;
  vertical-align: middle;
}

#symposium-map {
  background: #eee;
  position: relative;
  padding: 80px 0;
  min-height: 410px;
  border-bottom: solid 3px #ffffff;
}

#symposium-map .map-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#symposium-map .container {
  position: relative;
  z-index: 1;
}

#symposium-map .container .map-text-boxes {
  position: absolute;
  right: 10px;
  top: 0;
}

#symposium-map .container .map-text-box {
  width: 260px;
  height: 250px;
  overflow: hidden;
  background: rgba(255,255,255, .87);
  box-shadow: 1px 3px 15px rgba(1,2,2,.24);
  float: left;
  margin: 0 0 0 20px;
}

#symposium-map .container .map-text-box.box-size-large {
  width: 400px;
}

#symposium-map .container .map-text-box .text-box-wrap {
  padding: 20px;
}

#symposium-program-top {
  padding: 80px 0 50px;
  background: var(--color-light-grey);
}

#symposium-program {
  padding: 40px 0 80px;
  background: var(--color-light-grey);
}

#symposium-program .bottom-columns-wrap {
  max-width: 880px;
  margin: 60px auto;
}

#symposium-program .calendar-events {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -10px;
  row-gap: 40px;
}

#symposium-program .calendar-events .calendar-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-inline: 10px;
}

#symposium-program .calendar-events .calendar-column > div {
  width: 100%;
}

#symposium-program .calendar-events .calendar-column .calendar-day {
  background: var(--primary-color);
  color: #ffffff;
  text-align: center;
  border-radius: 25px 25px 0 0;
  padding: 20px 10px;
}

#symposium-program .calendar-events .calendar-column:nth-child(even) .calendar-day {
  background: var(--secondary-color);
}

#symposium-program .calendar-events .calendar-column .event-rows {
  background: #ffffff;
  border-radius: 0 0 25px 25px;
  flex: 1;
  padding: 25px 60px;
}

#symposium-program .calendar-events .calendar-column .event-row {
  display: flex;
  padding-top: 10px;
  font-weight: normal;
}

#symposium-program .calendar-events .calendar-column .event-row:first-child {
  padding-top: 0 !important;
  margin-top: 0 !important;
  border-top: none !important;
}

#symposium-program .calendar-events .calendar-column .event-row.with-time {
  border-top: solid 1px #C2C2C2;
  margin-top: 10px;
}

#symposium-program .calendar-events .calendar-column .event-row .row-label {
  width: 180px;
  padding-right: 10px;
  flex-shrink: 0;
  font-size: 20px;
  font-weight: 500;
}

#symposium-program .calendar-top-text {
  margin-bottom: 40px;
}

#symposium-speakers-top {
  padding: 80px 0 40px;
  background: var(--color-light-grey);
}

#symposium-accordion {
  padding: 50px 0;
}

#speakers-days-list {
  background: var(--color-light-grey);
  padding: 40px 0 80px;
}

#speakers-days-list .speakers-days-group + .speakers-days-group {
  margin-top: 50px;
}

#speakers-days-list .days-presentations {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  justify-content: center;
  margin-inline: -10px;
}

#speakers-days-list .days-presentations .day-presentation {
  width: 25%;
  padding-inline: 10px;
  display: flex;
}

#speakers-days-list .days-presentations .day-presentation > div {
  background: var(--primary-color);
  color: #ffffff;
  padding: 30px;
  border-radius: 25px;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 20px;
  position: relative;
}

#speakers-days-list .presentation-category,
#speakers-days-list .presentation-link {
  min-height: 24px;
  line-height: 24px;
  font-weight: normal;
}

#speakers-days-list .presentation-link {
  text-decoration: underline;
}

#speakers-days-list .presentation-name h6 {
  margin: 0;
  opacity: .75;
}

#speakers-days-list .speakers-days-group:nth-child(even) .days-presentations .day-presentation > div {
  background: #000000;
}

.presentation-modal .presentation-description {
  margin-top: 20px;
}

#speakers-list {
  background: var(--color-light-grey);
  padding: 70px 0;
}

#speakers-list .speakers-list-wrap {
  margin: 0 -10px;
  font-size: 0;
  text-align: center;
}

#speakers-list .speaker {
  width: 220px;
  display: inline-block;
  vertical-align: top;
  padding: 20px 10px;
  text-align: center;
}

#speakers-list .speaker a {
  display: block;
  text-decoration: none;
}

#speakers-list .speaker span {
  display: block;
  font-family: var(--font-family-base);
  font-size: 17px;
  color: #3367b6;
}

#speakers-list .speaker .speaker-image {
  width: 190px;
  max-width: 100%;
  margin: 0 auto 10px;
}

#speakers-list .speaker .speaker-image img {
  box-shadow: 1px 4px 18px rgba(1,2,2,.54);
	border: solid 3px #ffffff;
  border-radius: 100%;
  background: #ffffff;
}

#speakers-list .speaker a:hover .speaker-image img {
  border-color: #3367b6;
}

#speakers-list .speaker .speaker-name {
  font-weight: bold;
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out; 
	-moz-transition: all 0.15s ease-out; 
	transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.white-popup-block {
  background: #ffffff;
  padding: 40px;
  text-align: left;
  max-width: 820px;
  margin: 20px auto;
  position: relative;
}

.white-popup-block .modal-top .speaker-image {
  width: 260px;
  float: left;
  padding: 0 30px 0 0;
}

.white-popup-block .modal-top .speaker-image img {
  box-shadow: 1px 4px 18px rgba(1,2,2,.54);
	border: solid 3px #ffffff;
  border-radius: 100%;
  background: #ffffff;
}

.white-popup-block .modal-top .modal-top-info {
  width: calc(100% - 260px);
  float: right;
}

.white-popup-block .modal-top .modal-top-info .speaker-name {
  font-family: var(--font-family-base);
  font-size: 28px;
  color: #3367b6;
  margin: 10px 0 15px 0;
}

.white-popup-block .modal-top .modal-top-info p:not(:last-child) {
  margin-bottom: 1em;
}

.white-popup-block .speaker-description {
  margin: 30px 0 0;
}

.mfp-close-btn-in .white-popup-block .mfp-close {
  color: #3367b6;
  font-size: 36px;
}

#symposium-sponsors-top {
  padding: 80px 0;
}

#symposium-sponsors {
  padding: 80px 0;
}

#symposium-sponsors .sponsors-section + .sponsors-section {
  margin-top: 140px;
}

#symposium-sponsors .sponsors-section .sponsors-list {
  border-left: solid 16px transparent;
  display: grid;
}

#symposium-sponsors .sponsors-section .sponsors-list > div {
  padding: 30px;
  text-align: center;
  display: flex;
  align-items: center;
}

#symposium-sponsors .sponsors-section .sponsors-list img {
  margin: auto;
  vertical-align: middle;
}

#symposium-sponsors .sponsors-section.section-type-diamond h2 {
  color: #87d2f2;
}

#symposium-sponsors .sponsors-section.section-type-diamond .sponsors-list {
  border-left-color: #87d2f2;
  grid-template-columns: 1fr 1fr 1fr;
}

#symposium-sponsors .sponsors-section.section-type-diamond .sponsors-list > div {
  min-height: 160px;
}

#symposium-sponsors .sponsors-section.section-type-platinum h2 {
  color: #797979;
}

#symposium-sponsors .sponsors-section.section-type-platinum .sponsors-list {
  border-left-color: #797979;
  grid-template-columns: 1fr 1fr 1fr;
}

#symposium-sponsors .sponsors-section.section-type-platinum .sponsors-list > div {
  min-height: 160px;
}

#symposium-sponsors .sponsors-section.section-type-gold h2 {
  color: #e1a40d;
}

#symposium-sponsors .sponsors-section.section-type-gold .sponsors-list {
  border-left-color: #e1a40d;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#symposium-sponsors .sponsors-section.section-type-gold .sponsors-list > div {
  min-height: 100px;
}

#symposium-sponsors .sponsors-section.section-type-silver h2 {
  color: #a1a1a1;
}

#symposium-sponsors .sponsors-section.section-type-silver .sponsors-list {
  border-left-color: #a1a1a1;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#symposium-sponsors .sponsors-section.section-type-bronze h2 {
  color: #a58a5b;
}

#symposium-sponsors .sponsors-section.section-type-bronze .sponsors-list {
  border-left-color: #a58a5b;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#symposium-sponsors .sponsors-section.section-type-supporters h2 {
  color: #7e7e7e;
}

#symposium-sponsors .sponsors-section.section-type-supporters .sponsors-list {
  border-left-color: #7e7e7e;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

#symposium-awards-top {
  padding: 80px 0;
}

#symposium-awards {
  padding: 70px 0;
  background: #f6f6f6;
}

#symposium-awards .left-column {
  float: left;
  width: 49%;
  padding: 0 30px 0 0;
}

#symposium-awards .right-column {
  width: 51%;
  float: right;
}

#symposium-gallery-top {
  padding: 70px 0 60px;
}

#symposium-gallery {
  background: #f6f6f6;
  padding: 50px 0;
}

#symposium-gallery .gallery-wrap {
  margin: 0 -15px;
}

#symposium-gallery .gallery-wrap > div {
  width: 25%;
  float: left;
  padding: 15px;
}

#symposium-gallery .gallery-wrap > div:nth-child(4n+1) {
  clear: left;
}

#woocommerce-page-content {
  padding: 60px 0;
}

#woocommerce-page-content .product {
  overflow: hidden;
}

#woocommerce-page-content .woocommerce-info {
  border-top: none;
  border-left: solid 10px #1a88b3;
  background: #20a8dc;
  color: #ffffff;
  padding: 20px;
}

#woocommerce-page-content .woocommerce-info:before {
  display: none;
}

#woocommerce-page-content .woocommerce-info a {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

#woocommerce-page-content .woocommerce-info a:hover {
  text-decoration: underline;
}

#woocommerce-page-content .woocommerce .checkout .col2-set,
.woocommerce-page #woocommerce-page-content .checkout .col2-set {
  margin: 0 0 30px;
}

#woocommerce-page-content .woocommerce .checkout .col2-set .col-1,
.woocommerce-page #woocommerce-page-content .checkout .col2-set .col-1,
#woocommerce-page-content .woocommerce .checkout .col2-set .col-2,
.woocommerce-page #woocommerce-page-content .checkout .col2-set .col-2 {
  width: auto;
  float: none;
}

#woocommerce-page-content .woocommerce .checkout .col2-set .col-1 + .col-2,
.woocommerce-page #woocommerce-page-content .checkout .col2-set .col-1 + .col-2 {
  margin-top: 30px;
}

#page-content.symposium-page-content #woocommerce-page-content h3 {
  color: #3367b6;
}

#woocommerce-page-content .form-row label {
  font-weight: bold;
}

#woocommerce-page-content .woocommerce form .form-row input.input-text,
#woocommerce-page-content .woocommerce form .form-row textarea {
  background: #efefef;
  padding: 10px;
  border: none;
  border-top: solid 1px #e4e4e4;
}

.text-blue {
  color: #3367b6;
}

#symposium-register .products-list {
  margin: 30px 0 0;
}

#symposium-register .product-item {
  position: relative;
  border: solid 1px #3367b6;
  display: flex;
  font-family: var(--font-family-base);
  font-size: 18px;
}

#symposium-register .product-item.disabled-product {
  opacity: .35;
  cursor: not-allowed;
}

#symposium-register .product-item + .product-item {
  margin-top: 15px;
}

#symposium-register .product-item .product-name {
  flex: 1;
  display: flex;
  align-items: center;
  color: #3367b6;
  padding: 10px 20px;
  background: #f1f1f1;
}

#symposium-register .product-item .product-name > div {
  flex: 1;
}

#symposium-register .product-item .product-price {
  color: #ffffff;
  background: #3367b6;
  padding: 10px;
  text-align: center;
  min-height: 60px;
  display: flex;
  align-items: center;
  width: 150px;
}

#symposium-register .product-item .product-price > div {
  flex: 1;
}

#symposium-register .product-item .add-to-cart-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 0;
  z-index: 10;
}

#page-wrap .woocommerce #respond input#submit.alt,
#page-wrap .woocommerce a.button.alt,
#page-wrap .woocommerce button.button.alt,
#page-wrap .woocommerce input.button.alt {
  background: #3367b6;
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
  display: none;
}

#add_payment_method table.cart .product-remove,
.woocommerce-cart table.cart .product-remove,
.woocommerce-checkout table.cart .product-remove {
  width: 50px;
}

#add_payment_method table.cart input.qty,
.woocommerce-cart table.cart input.qty,
.woocommerce-checkout table.cart input.qty {
  padding: 5px 0 5px 10px;
  text-align: center;
}


.grey-section-title {
  background: #e4e4e4;
  padding: 10px 20px;
  margin: 0 0 25px;
}

.grey-section-title h2 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
}

#home-content-v2 {
  padding: 40px 0 0;
}

#home-content-v2 .rotating-text-carousel {
  margin: 0 0 10px;
  height: 30px;
  overflow: hidden;
}

#home-content-v2 .rotating-text-carousel.slick-initialized {
  height: auto;
  overflow: visible;
}

#home-content-v2 .rotating-text-carousel h3 {
  border: none;
  margin: 0;
}

#home-content-v2 .bottom-text {
  max-width: 860px;
  margin: auto;
}

#home-content-v2 .intro-text-wrapper {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}

#home-content-v2 .wo-highlight-button .text-column {
  width: 100%;
}

#home-content-v2 .with-highlight-button .text-column {
  width: calc(100% - 380px);
}

#home-content-v2 .with-highlight-button .rotating-text-carousel h3 {
  text-align: left;
}

#home-content-v2 .wo-highlight-button .intro-text {
  margin: 0 auto;
  max-width: 860px;
  text-align: center;
}

#home-content-v2 .with-highlight-button .button-column {
  width: 350px;
  text-align: center;
  color: #215ec3;
  font-size: 16px;
  font-weight: bold;
  font-family: var(--font-family-base);
  line-height: 1.5;
}

#home-content-v2 .with-highlight-button .button-column > div {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: no-repeat center;
  background-size: contain;
  min-height: 200px;
}

#home-content-v2 .with-highlight-button .button-column > div > div {
  background: url('../png/button-shadow.png') no-repeat center;
  background-size: 100% 100%;
  padding: 50px;
}

#home-content-v2 .with-highlight-button .button-column h2 {
  border: none;
  margin: 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 27px;
  color: #215ec3;
}

#home-content-v2 .with-highlight-button .button-column h2:after {
  display: none;
}

#home-content-v2 .bottom-text {
  padding: 40px 0;
}

#home-content-v2 .intro-text h3 {
  font-size: 20px;
  border: none;
  padding: 0;
}

#home-content-v2 .news-columns {
  margin: 0 -15px;
}

#home-content-v2 .news-columns .column {
  float: left;
  width: 33.333%;
  padding: 0 15px 50px;
  overflow: hidden;
}

#home-content-v2 .news-columns a {
  text-decoration: none;
}

#home-content-v2 .news-columns a:hover {
  text-decoration: underline;
}

#home-content-v2 .quick-links {
  border-top: solid 1px #a7a7a7;
  border-bottom: solid 1px #a7a7a7;
  margin: 30px 0;
  padding: 15px 0;
  font-family: var(--font-family-base);
  font-size: 18px;
}

#home-content-v2 .quick-links > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -15px;
}

#home-content-v2 .quick-links > div > div {
  padding: 15px;
}

#home-content-v2 .quick-links a {
  display: inline-block;
  color: #363636;
  text-decoration: none;
  white-space: nowrap;
}

#home-content-v2 .quick-links .link-icon {
  display: inline-block;
  vertical-align: top;
  width: 45px;
  height: 45px;
  line-height: 33px;
  text-align: center;
  margin: 0 10px 0 0;
  padding: 10px 0;
  border: solid 1px #366ab4;
  border-radius: 100%;
  font-size: 20px;
}

#home-content-v2 .quick-links .link-icon .fa {
  display: inline-block;
  vertical-align: top;
  line-height: 23px;
}

#home-content-v2 .quick-links .link-label {
  display: inline-block;
  vertical-align: top;
  line-height: 25px;
  padding: 10px 0;
}

#home-content-v2 .quick-links a:hover {
  color: #3076bb;
}

#home-apps-v2 {
  background: #ebebeb;
  padding: 25px 0;
}

.loader {
  text-align: center;
  color: #3076bb;
  font-size: 30px;
  padding: 20px 0;
}

.tweets-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tweets-list .tweet-item + .tweet-item {
  margin-top: 30px;
}

.tweets-list .user {
  display: none;
}

.latest-news-list .post-title {
  font-weight: bold;
}

.latest-news-list .post-title a {
  color: inherit;
}

.latest-news-list .post-title a:hover {
  color: var(--primary-color);
}

.latest-news-list .post-date {
  color: #959595;
}

.tooltip .tooltip-inner {
  font-size: 14px;
  padding: 10px;
  min-width: 300px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#home-content-v2 .bottom-text {
  position: relative;
}

#home-content-v2 .bottom-text:before {
  display: block;
  content: "";
  position: absolute;
  background: #f5f5f5;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 200vw;
  left: 50%;
  margin-left: -100vw;
}

#home-content-v2 .bottom-text > div {
  z-index: 5;
  position: relative;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.videos-section-title {
  position: relative;
  border-top: solid 1px #959595;
  padding: 30px 0;
}

.videos-section-title:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top: solid 1px #ffffff;
}

#page-content .videos-section-title h3 {
  border: none;
  text-transform: uppercase;
  color: #3367b6;
  font-size: 18px;
  line-height: 32px;
  position: relative;
  padding: 0;
  margin: 0;
  float: left;
}

.videos-section-title h3:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 34px;
  height: 6px;
  background: #3367b6;
}

.videos-section-title .video-dots {
  float: right;
  padding: 8px 0;
}

#featured-videos {
  padding: 10px 0 0;
  position: relative;
  /* overflow: hidden; */
}

#all-videos {
  position: relative;
  /* overflow: hidden; */
}

.featured-videos-carousel {
  margin: 0 -20px;
}

.featured-videos-carousel .item-slide {
  width: 50%;
  float: left;
  padding: 0 20px 50px;
}

.featured-videos-carousel .item-slide > div {
  position: relative;
  background: #d7d7d7;
}

.featured-videos-carousel .item-slide > div:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 5;
  background: url('../png/video-overlay-gradient.png') repeat-x center bottom;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.featured-videos-carousel .item-slide > div:after {
  z-index: 6;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0, .25);
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.featured-videos-carousel .item-slide > div:hover:after {
  opacity: 1;
}

.featured-videos-carousel .video-image {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%;
  display: block;
}

.featured-videos-carousel .video-image img {
  width: 100%;
  position: absolute;
  top: -20%;
}

.ghost-link {
  display: block;
  z-index: 20;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.featured-videos-carousel .youtube-icon,
.videos-grid-carousel .youtube-icon,
.all-videos-carousel .youtube-icon {
  display: block;
  position: relative;
  z-index: 25;
  text-decoration: none;
  position: absolute;
  top: 14px;
  right: 14px;
}

.featured-videos-carousel .video-overlay {
  color: #ffffff;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 30px 20px;
  font-size: 14px;
}

.featured-videos-carousel .video-title,
.videos-grid-carousel .video-title,
.text-grid-carousel .text-title,
.all-videos-carousel .video-title {
  font-weight: bold;
  font-size: 16px;
  text-transform: none;
  margin: 0 0 10px;
  color: inherit;
}

.videos-grid-carousel .video-title,
.text-grid-carousel .text-title {
  /* text-transform: uppercase; */
}

.featured-videos-carousel .video-text {
  line-height: 20px;
  max-height: 60px;
}

.all-videos-carousel {
  margin: 0 -12px;
}

.all-videos-carousel .item-slide {
  width: 33.333%;
  padding: 0 12px 30px;
  float: left;
}

.videos-grid-carousel .item-slide > div,
.all-videos-carousel .item-slide > div {
  position: relative;
}

/* .videos-grid-carousel .video-text-content, */
.all-videos-carousel .video-text-content {
  min-height: 150px;
}

.videos-grid-carousel .video-popup,
.all-videos-carousel .video-popup {
  display: block;
  text-decoration: none;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
  padding-bottom: 56%;
}

.videos-grid-carousel .video-popup img,
.all-videos-carousel .video-popup img {
  width: 100%;
  position: absolute;
  top: -20%;
  left: 0;
}

/* .videos-grid-carousel .video-text, */
.all-videos-carousel .video-text {
  max-height: 60px;
  line-height: 20px;
  overflow: hidden;
}

.videos-grid-carousel .video-infos,
.all-videos-carousel .video-infos {
  padding: 15px 0 0;
  font-style: italic;
  font-size: 13px;
}

.videos-grid-carousel .video-infos .video-user,
.all-videos-carousel .video-infos .video-user {
  float: left;
}

.videos-grid-carousel .video-infos .video-date,
.all-videos-carousel .video-infos .video-date {
  float: right;
}

.videos-grid-carousel .video-infos a,
.all-videos-carousel .video-infos a {
  text-decoration: none;
  color: inherit;
}

.slick-dots {
  overflow: hidden;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

.slick-dots li {
  display: block;
  float: left;
  font-size: 0;
}

.slick-dots li + li {
  margin-left: 8px;
}

.slick-dots button {
  appearance: none;
  background: transparent;
  cursor: pointer;
  border: solid 2px var(--primary-color);
  border-radius: 8px;
  width: 16px;
  height: 16px;
  font-size: 0;
  padding: 0;
  margin: 0;
  transition: background .3s ease-in-out;
  outline: none;
  box-sizing: border-box;
}

.slick-dots li.slick-active button,
.slick-dots button:hover {
  background: var(--primary-color);
}

.symposium_materials-list-v2 {
  margin: 0 -11px;
}

.symposium_materials-list-v2 .item-slide {
  float: left;
  width: 33.333%;
  padding: 0 11px 30px;
}

.symposium_materials-list-v2 .item-image {
  position: relative;
  margin: 0 0 20px;
}

.symposium_materials-list-v2 .item-image:before,
.symposium_materials-list-v2 .item-image a:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 69px;
  background: url('../png/materials-gradient.png') repeat-x center bottom;
  z-index: 3;
}

.symposium_materials-list-v2 .item-image img {
  display: block;
  width: 100%;
}

.symposium_materials-list-v2 .item-image a {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 5;
}

.symposium_materials-list-v2 .item-date {
  font-style: italic;
  padding: 10px 0 0;
}

.symposium_materials-list-v2 .item-date img {
  vertical-align: top;
  margin-right: 10px;
}

#page-content .symposium_materials-list-v2 h3 {
  border: none;
  text-transform: none;
  font-size: 17px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px;
}

.symposium_materials-list-v2 .fi {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.symposium_materials-list-v2 .fi:hover {
  transform: none;
}

.symposium_materials-list-v2 .item-image:hover .fi {
  transform: translateY(-5px);
}

.symposium_materials-list-v2 .item-text-content {
  min-height: 200px;
}


#top-cta {
  background: rgba(251, 171, 0, 0.75);
  border-top: solid 8px #f2a606;
  color: #ffffff;
  text-align: center;
  position: relative;
  padding: 5px 0;
  font-family: var(--font-family-base);
  font-size: 18px;
  font-weight: normal;
}

#top-cta .container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

#top-cta .container:before,
#top-cta .container:after {
  display: none;
}

#top-cta .top-cta-title,
#top-cta .top-cta-button {
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
}

.page-section {
  position: relative;
}

.section-page-banner {
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 100px 0;
  min-height: 790px;
  margin-bottom: 150px;
}

.section-page-banner:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000000;
  opacity: 0.3;
}

.section-page-banner .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.section-page-banner .background-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.section-page-banner .container {
  position: relative;
  z-index: 5;
}

.section-page-banner a:not(.blue-button),
.section-page-banner a:not(.blue-button-inline),
.section-page-banner h1 {
  color: inherit;
}

.section-page-banner .text-wrapper {
  max-width: 640px;

}
.section-page-banner-carousel {
  margin-bottom: 100px;
}

.section-page-banner-carousel .item-slide {
  position: relative;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 100px 0;
  min-height: 700px;
}

.section-page-banner-carousel .item-slide:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: var(--overlay-color, #000000);
  opacity: var(--overlay-opacity, 0.3);
}

.section-page-banner-carousel .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.section-page-banner-carousel .background-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.section-page-banner-carousel .container {
  position: relative;
  z-index: 5;
}

.section-page-banner-carousel a:not(.blue-button),
.section-page-banner-carousel a:not(.blue-button-inline),
.section-page-banner-carousel h1 {
  color: inherit;
}

.section-page-banner-carousel .text-wrapper {
  max-width: 640px;
}

.section-page-banner-carousel .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  z-index: 30;
  text-align: center;
  padding-inline: 30px;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.section-page-banner-carousel .slick-dots > li {
  float: none;
  margin: 0 !important;
  --primary-color: #ffffff;
}

.section-page-banner-carousel .slick-dots button {

}

.section-image-and-content-carousel {
  margin-bottom: 150px;
}

.section-image-and-content-carousel .carousel {
  margin-inline: 50px;
}

.section-image-and-content-carousel .section-row {
  display: flex;
  align-items: center;
  margin-inline: 10px;
}

.section-image-and-content-carousel .section-row > div {
  padding-inline: 10px;
}

.section-image-and-content-carousel .slide-image {
  width: 50%;
  flex-shrink: 0;
}

.section-image-and-content-carousel .image-wrapper {
  position: relative;
}

.section-image-and-content-carousel .image-wrapper[data-image-aspect-ratio="circle"] > div {
  position: relative;
  padding-bottom: 100%;
}

.section-image-and-content-carousel .image-wrapper[data-image-aspect-ratio="circle"] > div > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-image-and-content-carousel .image-wrapper[data-image-aspect-ratio="circle"] > div > div img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.section-image-and-content-carousel .slide-text {
  flex: 1;
}

.section-image-and-content-carousel .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.section-image-and-content-carousel .slick-dots li {
  float: none;
}

/* .section-page-banner + .page-section {
  color: #ffffff;
  background: #fbab00;
  padding: 80px 0 50px;
  margin-bottom: 5%;
}

.section-page-banner + .page-section a:not(.blue-button),
.section-page-banner + .page-section a:not(.blue-button-inline),
.section-page-banner + .page-section h1,
.section-page-banner + .page-section h2,
.section-page-banner + .page-section h3,
.section-page-banner + .page-section h4,
.section-page-banner + .page-section h5,
.section-page-banner + .page-section h6 {
  color: inherit;
}

.section-page-banner + .page-section:before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 1.666%;
  background: url('images/orange-top.png') no-repeat center bottom;
  background-size: cover;
  bottom: 100%;
}

.section-page-banner + .page-section:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  padding-top: 5%;
  background: url('images/orange-bottom.png') no-repeat center top;
  background-size: cover;
  top: 100%;
}

.section-page-banner + .page-section .timeline:before {
  border-color: #ffffff;
}

.section-page-banner + .page-section .timeline .item:before {
  border-color: #ffffff;
}

.section-page-banner + .section-text-block {
  font-size: 18px;
} */

.section-highlight-text .section-row {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}

.section-highlight-text .section-row .text-column {
  flex: 1;
  padding: 30px 15px;
  position: relative;
  z-index: 5;
}

.section-highlight-text .section-row .image-column {
  width: 50%;
  position: relative;
  padding: 80px 15px;
}

.section-highlight-text .section-row .image-column img {
  margin: auto;
  position: relative;
  z-index: 5;
}

.section-highlight-text .section-row .image-column .video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30%;
  right: -30%;
  z-index: 0;
  display: flex;
  align-items: flex-end;
}

.section-highlight-text .section-row .image-column video {
  object-fit: fill;
  width: 100%;
  position: relative;
  z-index: 1;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
}

.section-text-over-image {
  background: no-repeat center;
  background-size: cover;
  padding: 100px 0;
}

.section-text-over-image .text-wrapper {
  max-width: 700px;
  margin: auto;
}

.section-timeline-intro {
  padding: 110px 0;
  font-size: 18px;
}

.section-timeline-intro .top-text {
  max-width: 1000px;
  margin: auto;
}

.section-timeline-intro .timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 120px 30px 50px;
}

.section-timeline-intro .timeline:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: solid 1px #919599;
  z-index: 1;
}

.section-timeline-intro .timeline .item {
  position: relative;
  z-index: 5;
  font-size: 0;
}

.section-timeline-intro .timeline .item:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border: solid 1px #919599;
  border-radius: 100%;
  background: #ffffff;
}

.section-timeline-intro .timeline .item > div {
  position: absolute;
  top: -55px;
  width: 120px;
  left: 50%;
  margin-left: -60px;
  font-size: 32px;
  font-family: var(--font-family-base);
  font-weight: normal;
  text-align: center;
  line-height: 1;
}

.section-timeline-intro .timeline .item:nth-child(2n) > div {
  top: 20px;
}

.section-timeline-intro .timeline .item a {
  text-decoration: none;
  color: inherit;
}

.section-timeline-intro .timeline .item a:hover {
  color: var(--primary-color); 
  text-decoration: none;
}

.section-text-and-image {
  margin-bottom: 100px;
}

.section-text-and-image.background-color-grey {
  background: #ededed;
}

.section-text-and-image .section-row {
  display: flex;
  align-items: center;
  margin: 0 -15px;
}

.section-text-and-image .section-row .text-column {
  flex: 1;
  padding: 0 15px;
  font-size: 16px;
}

.section-text-and-image .section-row.image-position-left .text-column {
  order: 5;
}

.section-text-and-image .section-row .image-column {
  width: 50%;
  padding: 0 15px;
}

.section-text-and-image .section-row.image-container-position-inside .image-column {
  max-width: 558px;
}

.section-text-and-image .section-row.image-container-position-inside .image-column > div {
  margin: 0 !important;
}

.section-text-and-image .section-row.image-position-left .image-column > div {
  margin-left: -20%;
}

.section-text-and-image .section-row.image-position-right .image-column > div {
  margin-right: -20%;
}

.section-text-and-image .section-row.image-position-right .image-column > div img {
  margin-left: auto;
}

.section-text-and-image .section-row .buttons-wrapper {
  margin-top: 30px;
  margin-bottom: -10px;
}

.section-text-and-image .section-row .buttons-wrapper a {
  margin: 0 10px 10px 0;
}

.section-images-carousel {
  padding: 3px;
}

.section-images-carousel .top-text {
  background: url('../png/gallery-top-text.png') no-repeat center top;
  background-size: 100% auto;
  padding: 90px 0;
}

.section-images-carousel .top-text .text-wrapper {
  max-width: 760px;
  margin: auto;
  font-size: 20px;
}

.page-section .center-point {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 1px;
  font-size: 0;
  z-index: 0;
}

.section-images-carousel .thumbs-clone {
  display: none;
}

.section-images-carousel .images-gallery .item-slide {
  width: 20%;
  float: left;
  padding: 3px;
}

.section-images-carousel .carousel-arrow {
  z-index: 20;
  opacity: 0;
  background: rgba(255,255,255, .75);
}

.section-images-carousel:hover .carousel-arrow {
  opacity: 1;
}

.section-images-carousel .carousel-arrow.arrow-left {
  left: 0;
}

.section-images-carousel .carousel-arrow.arrow-right {
  right: 0;
}

.section-testimonials {
  padding: 80px 0;
}

.section-testimonials.background-color-grey {
  background: url('../png/gallery-top-text.png') no-repeat center top;
  background-size: 100% auto;
}

.section-testimonials .top-text {
  max-width: 860px;
  margin: 0 auto 60px;
}

.section-testimonials .testimonials-list {
  margin: -15px;
}

.section-testimonials .testimonials-list .item {
  width: 50%;
  padding: 15px;
  float: left;
  display: flex;
}

.section-testimonials .testimonials-list .item:nth-child(2n+1) {
  clear: left;
}

.section-testimonials .testimonials-list .item-image {
  width: 155px;
  margin-right: 20px;
}

.section-testimonials .testimonials-list .item-image img {
  border: solid 3px #ffffff;
  border-radius: 100%;
  box-shadow: 1px 4px 18px 0px rgba(1, 2, 2, 0.54);
}

.section-testimonials .testimonials-list .item-infos {
  flex: 1;
}

.section-testimonials .item-text {
  max-height: 105px;
  margin-bottom: 21px;
  position: relative;
}

.section-testimonials .item-text.full-story {
  max-height: none;
}

.section-testimonials .item-text .toggle {
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
}

.section-testimonials .item-text.ddd-truncated .toggle:before {
  content: "[+]";
}

.section-testimonials .item-text.full-story .toggle:before {
  content: "[-]";
}

#page-content .section-testimonials .testimonials-list h3 {
  border: none;
  padding-bottom: 0;
}

.section-testimonials .testimonials-list .item-subtitle {
  text-align: right;
  font-style: italic;
  font-weight: bold;
  font-family: var(--font-family-base);
  margin: 15px 0 0;
}

.section-testimonials .archive-link {
  text-align: center;
  margin: 50px 0 0;
  padding: 30px 0 0;
  border-top: solid 1px #919599;
}

.section-testimonials-list {
  padding: 80px 0;
}

.section-testimonials-list .top-text {
  margin: 0 auto 60px;
  max-width: 860px;
}

.section-testimonials-list .testimonials-list .item {
  display: flex;
}

.section-testimonials-list .testimonials-list .item {
  border-bottom: solid 1px var(--primary-color);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.section-testimonials-list .testimonials-list .item-image {
  width: 155px;
  margin-right: 20px;
}

.section-testimonials-list .testimonials-list .item-image img {
  border: solid 3px #ffffff;
  border-radius: 100%;
  box-shadow: 1px 4px 18px 0px rgba(1, 2, 2, 0.54);
}

.section-testimonials-list .testimonials-list .item-infos {
  flex: 1;
}

#page-content .section-testimonials-list .testimonials-list h3 {
  border: none;
  padding-bottom: 0;
  color: var(--primary-color);
}

.section-testimonials-list .testimonials-list .item-subtitle {
  text-align: right;
  font-style: italic;
  font-weight: bold;
  font-family: var(--font-family-base);
  color: var(--primary-color);
  margin: 15px 0 0;
}

.section-timeline {
  padding: 80px 0;
}

.section-timeline .top-text {
  margin: 0 0 100px;
}

.section-timeline .timeline .item {
  border-top: solid 1px #787878;
  border-bottom: solid 1px #787878;
  margin: 0 0 5px;
}

.section-timeline .timeline .item-title {
  margin: 0;
  padding: 0;
  border: none
}

.section-timeline .timeline .item-title a {
  padding: 5px 70px 5px 0;
  position: relative;
  display: block;
  text-decoration: none;
  font-weight: normal;
  font-size: 24px;
  color: inherit;
}

.section-timeline .timeline .item-title a > span {
  font-family: var(--font-family-base);
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
  top: 5px;
  right: 0;
  transform: rotate(90deg) scale(1);
  transition: transform .3s ease-in-out;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #0b9b9a;
}

.section-timeline .timeline .item.on .item-title a > span {
  transform: rotate(90deg) scaleX(-1);
}

.section-timeline .timeline-entries {
  position: relative;
  display: none;
}

.section-timeline .timeline-entries > div {
  padding: 40px 0;
}

.section-timeline .timeline-entries .entry {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 55px;
}

.section-timeline .timeline-entries .entry-meta {
  width: calc(50% - 30px);
  position: relative;
  font-family: var(--font-family-base);
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
}

.section-timeline .timeline-entries .entry-meta .entry-subtitle {
  color: #0b9b9a;
}

.section-timeline .timeline-entries .entry-meta .entry-title {
  font-size: 30px;
}

.section-timeline .timeline-entries .entry-meta:before {
  display: block;
  content: "";
  position: absolute;
  top: 25px;
  left: 100%;
  border-top: solid 1px #0b9b9a;
  width: 25px;
  margin-left: 5px;
}

.section-timeline .timeline-entries .entry-text {
  width: calc(50% - 60px);
  padding: 30px;
  background: #f5f5f5;
  position: relative;
}

.section-timeline .timeline-entries .entry-text:after {
  display: block;
  border: solid 10px transparent;
  border-left-color: #f5f5f5;
  content: "";
  position: absolute;
  top: 15px;
  left: 100%;
}

.section-timeline .timeline-entries .entry:nth-child(even) .entry-text:after {
  left: -20px;
  border-right-color: #f5f5f5;
  border-left-color: transparent;
}

#page-content .section-timeline .timeline-entries h3 {
  padding-bottom: 0;
  border-bottom: none;
}

.section-timeline .timeline-entries .entry:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: solid 1px #0b9b9a;
}

.section-timeline .timeline-entries .entry:after {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -5px;
  background: #0b9b9a;
  width: 10px;
  height: 10px;
  border-radius: 100%;
}

.section-timeline .timeline-entries[data-count="0"] .entry:before,
.section-timeline .timeline-entries[data-count="1"] .entry:before,
.section-timeline .timeline-entries[data-count="0"] .entry-meta:before,
.section-timeline .timeline-entries[data-count="1"] .entry-meta:before {
  display: none;
}

.section-timeline .timeline-entries .entry:first-child:before {
  top: 20px;
}

.section-timeline .timeline-entries .entry:last-child:before {
  bottom: auto;
  height: 20px;
}

.section-timeline .timeline-entries .entry:last-child {
  padding-bottom: 0;
}

.section-timeline .timeline-entries .entry:nth-child(odd) .entry-meta {
  order: 5;
}

.section-timeline .timeline-entries .entry:nth-child(odd) .entry-meta:before {
  left: -30px;
  margin-left: 0;
}

.section-timeline .timeline-entries .entry:nth-child(even) .entry-meta {
  text-align: right;
}

.section-comments-form {
  padding: 70px 0;
}

.section-comments-form .top-text {
  margin: 0 auto 60px;
  max-width: 960px;
}

#comments {
  margin: 0 auto;
  max-width: 960px;
}

#comments .comments-title {
  display: none;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.comment-list .children {
  display: block;
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
}

.comment-list .comment {
  border: solid 4px #f2f2f2;;
  padding: 30px;
}

.comment-list .comment + .comment {
  margin-top: 25px;
}

.comment-list .comment .comment {
  border: none;
  padding: 0;
  margin-top: 50px;
}

.comment-list .comment-body {
  position: relative;
  padding-left: 130px;
}

.comment-list .comment-body .avatar {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100%;
}

.comment-list .fn {
  font-weight: bold;
  font-style: normal;
  color: #313131;
}

.comment-list .says {
  display: none;
}

.comment-list .comment-meta {
  position: relative;
  margin-bottom: 20px;
}

.comment-list .comment-meta a {
  color: #c4c4c4;
  text-decoration: none;
}

.comment-list .comment-meta:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

#comments .comment-reply-link {
  display: inline-block;
  vertical-align: top;
  border: solid 3px #eeeeee;
  padding: 5px 10px;
  line-height: 19px;
  text-decoration: none;
  text-transform: uppercase;
  color: #787878;
  font-weight: bold;
  font-style: 12px;
}

#respond {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: solid 1px #939498;
}

#respond #reply-title {
  text-align: center;
  color: var(--primary-color);
  border: none;
  margin-bottom: 0;
}

#respond .comment-notes {
  text-align: center;
  margin-bottom: 3em;
}

#respond label {
  display: none;
}

#respond .comment-form-cookies-consent label {
  display: inline;
}

#respond input[type="text"],
#respond input[type="email"],
#respond textarea {
  border: none;
  background: #ededed;
  padding: 10px;
  color: #333333;
  width: 100%;
  outline: none;
  border-radius: 0;
}

.section-text-block {
  padding: 50px 0;
}

.section-text-block .text-wrapper.text-block-width-small {
  max-width: 640px;
  margin: auto;
}

.section-text-block .text-wrapper.text-block-width-medium {
  max-width: 860px;
  margin: auto;
}

.section-two-columns {
  padding: 50px 0;
}

.section-two-columns .section-row {
  display: flex;
  margin: 0 -15px;
}

.section-two-columns .section-row > div {
  width: 50%;
  padding: 0 15px;
}

.section-historic-material {
  padding: 60px 0;
}

.section-historic-material .two-columns-wrapper {
  display: flex;
  border-top: solid 1px #d7d7d7;
  padding-top: 30px;

}

.section-historic-material .sidebar {
  width: 30%;
  padding-left: 30px;
  border-left: solid 1px #d7d7d7;
  margin-left: 30px;
  order: 5;
}

.section-historic-material .content-column {
  width: 70%;
  position: relative;
}

.section-historic-material .sidebar h3 {
  margin-bottom: 10px;
  border: none;
}

.section-historic-material .sidebar-tabs {
  margin-bottom: 40px;
}

.section-historic-material .sidebar-tabs > div:first-child,
.section-historic-material .sidebar-archives > div:first-child {
  border-top: solid 1px #d2d3d5;
}

.section-historic-material .sidebar-tabs > div,
.section-historic-material .sidebar-archives > div {
  border-bottom: solid 1px #d2d3d5;
  padding: 5px 0;
}

.section-historic-material .sidebar-tabs a,
.section-historic-material .sidebar-archives a {
  display: block;
  text-decoration: none;
  color: #686868;
  font-family: var(--font-family-base);
  font-style: 18px;
  font-weight: normal;
  padding: 5px 10px;
}

.section-historic-material .sidebar-tabs a:hover,
.section-historic-material .sidebar-tabs a.active,
.section-historic-material .sidebar-tabs.noclick > div:first-child > a,
.section-historic-material .sidebar-archives a:hover,
.section-historic-material .sidebar-archives a.active,
.section-historic-material .sidebar-archives.noclick > div:first-child > a {
  color: #ffffff;
  background: #0b9b9a;
}

.section-historic-material .photos-grid,
.section-historic-material .videos-grid {
  margin: -12px;
}

.section-historic-material .photos-grid-carousel,
.section-historic-material .text-grid-carousel,
.section-historic-material .videos-grid-carousel {
  display: flex;
  flex-wrap: wrap;
}

.section-historic-material .photos-grid .item-slide,
.section-historic-material .text-grid .item-slide,
.section-historic-material .videos-grid .item-slide {
  padding: 12px;
  width: 50%;
}

.section-historic-material .photos-grid .slick-slider .item-slide,
.section-historic-material .text-grid .slick-slider .item-slide,
.section-historic-material .videos-grid .slick-slider .item-slide {
  float: none;
}

.section-historic-material .slick-dots {
  margin: 30px 12px 0;
  padding: 20px 0;
  border-top: solid 1px #d2d3d5;
}

.section-historic-material .tab-content {
  display: none;
}

.section-historic-material .text-date {
  font-style: italic;
  font-style: 13px;
  margin: 0 0 10px;
}

.section-historic-material .image-wrapper {
  margin-bottom: 10px;
}

.section-historic-material .sidebar-archives-wrapper > div {
  display: none;
}

.section-historic-material .sidebar-archives-wrapper > div:first-child {
  display: block;
}

.news-bottom-text {
  margin-top: 40px;
  padding-top: 30px;
}

.rounded-button {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  background: #0b9b9a;
  font-family: var(--font-family-base);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 26px;
  padding: 10px 45px 10px 20px;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  border: none;
  border-radius: 20px;
  position: relative;
}

.rounded-button:hover,
.rounded-button:focus,
.rounded-button:active {
  background: #ec4917;
  color: #ffffff;
}

.rounded-button:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -7px;
  width: 9px;
  height: 14px;
  background: url('../png/rounded-button-arrow.png') no-repeat center;
  background-size: contain;
}

input.rounded-button {
  padding-right: 20px;
}

.rounded-button.big-button {
  font-size: 18px;
}

.font-size-large {
  font-size: 18px;
}

@media (min-width: 992px) {
  body.menu-over-banner #navigation .menu-header > li {
    padding: 0;
  }

  body.menu-over-banner #navigation .menu-header > li > a {
    padding: 0;
    color: #ffffff;
    font-family: var(--font-family-base);
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    height: auto;
  }

  body.menu-over-banner #header.scrolled #navigation .menu-header > li > a {
    color: #363636;
  }

  body.menu-over-banner #navigation .menu-header > li > a:after {
    width: 0;
    height: 3px;
    background: #ffffff;
    border-radius: 0;
    margin: 0;
    left: 0;
    bottom: 0;
  }

  body.menu-over-banner #navigation .menu-header > li.active > a:after,
  body.menu-over-banner #navigation .menu-header > li:hover > a:after {
    opacity: 1;
    width: 100%;
  }

  body.menu-over-banner #header.scrolled #navigation .menu-header > li > a:after {
    background: #363636;
  }
}

@media (max-width: 500px) {
  .section-historic-material .slick-slide > div {
    min-height: 0 !important;
  }
}

.label-information-text {
  font-size: 14px;
  padding-left: 25px;
}

#overview-faqs {
  padding: 50px;
}

#tinymce *[style*="color: rgb(255, 255, 255)"],
#tinymce *[style*="color: rgb(255,255,255)"],
#tinymce *[style*="color: #ffffff"],
#tinymce *[style*="color:#ffffff"] {
  color: #dedede !important;
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
  width: 60px;
  max-width: 15%;
}

.tito-widget-button,
.button {
  cursor: pointer;
  display: inline-flex !important;
  align-items: center;
  vertical-align: top;
  gap: 12px;
  padding: 16px 20px;
  border: none;
  border-radius: 30px;
  background-color: var(--primary-color);
  color: #ffffff;
  font-size: 21px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
}

.button[data-mce-selected] {
  padding: 16px 20px;
  border: none;
  border-radius: 30px;
}

.button:disabled {
  cursor: not-allowed;
  opacity: .5;
}

.tito-widget-button:after,
.button:after {
  display: block;
  content: '';
  background: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9913 1.50248L15.9405 11.8526L15.3539 11.8553L15.4014 2.21328L1.50185 16.1129L1.08916 15.7002L14.9888 1.80059L5.34654 1.84792L5.34941 1.2615L15.6996 1.21071C15.7771 1.21033 15.8518 1.24086 15.9065 1.29554C15.9612 1.35022 15.9917 1.42492 15.9913 1.50248Z' fill='white'/%3E%3Cpath d='M15.9913 1.50248L15.9405 11.8526L15.3539 11.8553L15.4014 2.21328L1.50185 16.1129L1.08916 15.7002L14.9888 1.80059L5.34654 1.84792L5.34941 1.2615L15.6996 1.21071C15.7771 1.21033 15.8518 1.24086 15.9065 1.29554C15.9612 1.35022 15.9917 1.42492 15.9913 1.50248' stroke='white' stroke-width='0.936131'/%3E%3C/svg%3E%0A") no-repeat center;
  background-size: contain;
  width: 17px;
  height: 17px;
  transform: rotate(0deg);
  transition: all .3s ease-in-out;
}

.tito-widget-button:hover:after,
.tito-widget-button:focus:after,
.button:hover:after,
.button:focus:after {
  transform: rotate(45deg);
}

.button[data-mce-selected] {
  padding: 16px 20px;
  border-radius: 30px;
}

.section-quick-links {
  margin-bottom: 100px;
}

.section-quick-links .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px 40px;
}

.section-quick-links .links .link-item {
  width: 16.666%;
  text-align: center;
  padding: 0 10px 40px;
}

.section-quick-links .links .link-item a {
  display: block;
  text-decoration: none;
  color: inherit;
  font-size: 23px;
  line-height: 31px;
}

.section-quick-links .links .link-item a:hover {
  color: var(--primary-color);
}

.section-quick-links .links .link-item .item-icon {
  display: flex;
  margin: 0 auto 20px;
  min-height: 50px;
  justify-content: center;
  align-items: center;
}

.section-news-feed {
  margin-bottom: 100px;
}

.section-news-feed .section-row {
  display: flex;
  margin-inline: -15px;
  margin-bottom: -40px;
}

.section-news-feed .news-column {
  flex: 1;
  padding-inline: 15px;
  margin-bottom: 40px;
}

.section-news-feed .news-item {
  background: #f5f5f6;
  position: relative;
  border-radius: 25px;
  padding: 15px 25px 25px;
  font-weight: 400;
}

.section-news-feed .news-item em {
  font-style: normal;
  font-size: 12px;
  opacity: .75;
}

.section-news-feed .news-item h3 {
  margin: 0 0 10px;
  color: inherit;
}

.section-news-feed .news-item .ghost-link svg {
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all .3s ease-in-out;
}

.section-news-feed .news-item .ghost-link:hover svg {
  transform: rotate(45deg);
}

.section-news-feed .news-item a:not([class*="button"]) {
  color: inherit;
}

.section-news-feed .news-item + .news-item {
  margin-top: 30px;
}

.section-news-feed .news-column:nth-child(odd) .news-item:first-child {
  background: #000000;
  color: #ffffff;
}

.section-news-feed .news-column:nth-child(even) .news-item:first-child {
  background: var(--primary-color);
  color: #ffffff;
}

.two-columns-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -15px;
  padding-block: 70px;
}

.two-columns-content-wrapper > div {
  padding-inline: 15px;
}

.two-columns-content-wrapper .two-columns-sidebar {
  width: 33.333%;
}

.two-columns-content-wrapper .two-columns-content {
  width: 66.666%;
}

.two-columns-content-wrapper .two-columns-sidebar .sidebar-title {
  margin-bottom: 30px;
  border-bottom: 0.75px solid #E8E8EE;
  padding-bottom: 20px;
}

.two-columns-content-wrapper .two-columns-content .container {
  width: 100%;
  padding-inline: 0;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: .35s;
  transition-timing-function: ease;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.fade {
  opacity: 0;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.sidebar-menu {
  display: block;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 24px;
}

.sidebar-menu > li + li {
  margin-top: 14px;
}

.sidebar-menu > li.active > a {
  color: var(--primary-color);
}

.sidebar-menu a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.sidebar-menu a .icon {
  width: 30px;
  text-align: center;
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
}

.section-separator {
  margin-bottom: 30px;
}

.hidden-button {
  display: none;
}

.news-category {
  padding: 50px 0;
  background: var(--color-light-grey);
}

.news-category + .news-category {
  padding-top: 10px;
}

body.single-post time {
  display: block;
  font-size: 12px;
  opacity: .5;
  margin-bottom: 25px;
}

body.single-post .article-image {
  margin-bottom: 40px;
}

body.single-post .article-image img {
  border-radius: 25px;
}

.round img {
  border-radius: 100%;
}

[data-image-aspect-ratio="circle"] img,
img[data-image-aspect-ratio="circle"] {
  border-radius: 100%;
}

.section-directory-listing {
  padding-block: 50px;
}

.section-directory-listing .top-row {
  margin-bottom: 70px;
  padding-bottom: 70px;
  border-bottom: solid 1px #ededf2;
}

.section-directory-listing .right-column .text-wrapper {
  position: relative;
  padding: 50px 30px;
  background: var(--primary-color);
  border-radius: 25px;
  color: #ffffff;
}

.section-directory-listing .right-column .text-wrapper a:not([class*="button"]) {
  color: inherit;
}

.section-directory-listing .section-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  font-size: 0;
  text-decoration: none;
  background: url('../png/link-arrow.png') no-repeat right 20px top 20px;
  background-size: 17px auto;
  transition: background .3s ease-in-out;
}

.section-directory-listing .section-link:hover {
  background-position: right 25px top 25px;
}

.section-directory-submission-form {
  padding-block: 50px;
}

.section-directory-submission-form .top-text {
  margin-bottom: 50px;
}

.section-directory-submission-form .bottom-text {
  margin-top: 50px;
}

.listings-items .listing-item {
  margin-bottom: 16px;
  border-radius: 20px;
  background: #f5f5f6;
  padding: 40px;
  color: #555555;
}

.listings-items .listing-item .listing-top-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.listings-items .listing-item .listing-top-row h3 a {
  display: block;
  text-decoration: none;
}

.listings-items .listing-item .listing-top-row .listing-logo {
  width: 150px;
  flex-shrink: 0;
}

.listings-items .listing-item .listing-top-row .listing-logo img {
  border-radius: 20px;
}

.listings-items .listing-item strong {
  color: #000000;
}

.listings-items .listing-item .listing-top-row h3 {
  color: var(--primary-color);
  margin-bottom: 20px;
}

.listings-items .listing-item .text-wrapper {
  line-height: 20px;
  max-height: 80px;
  position: relative;
  padding-right: 30px;
}

.listings-items .listing-item .text-wrapper.full-story {
  max-height: none;
}

.listings-items .listing-item .text-wrapper .toggle {
  text-decoration: none;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  right: 0;
}

.listings-items .listing-item .text-wrapper.ddd-truncated .toggle:before {
  content: "[+]";
}

.listings-items .listing-item .text-wrapper.full-story .toggle:before {
  content: "[-]";
}

.listings-items .listing-categories + .listing-contact {
  margin-top: 20px;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.form-group.form-select > .fa {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: var(--primary-color);
}

.form-control {
  appearance: none;
  border: solid 1px #e8e8ee;
  border-radius: 10px;
  padding: 15px;
  color: #000000;
  background: transparent;
  outline: none;
  position: relative;
  z-index: 5;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  font-family: 'Inter', sans-serif;
}

.form-control::placeholder {
  color: #000000;
  opacity: 1;
}

.zoo-filter-form button {
  appearance: none;
  position: absolute;
  top: 50%;
  left: 15px;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  transform: translateY(-50%);
  font-size: 20px;
}

.zoo-filter-form button + .form-control {
  padding-left: 45px;
}

.posts-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
  margin-top: 30px;
  font-size: 20px;
}

.posts-pagination a {
  text-decoration: none;
  color: var(--primary-color);
}

.my-attendance-title {
  margin-top: 30px !important;
  margin-bottom: 20px !important;
}

.my-attendance-title h4 {
  margin-bottom: 0;
}

.my-attendance-field {
  padding-left: 30px !important;
  margin-bottom: 20px !important;
}

.my-attendance-field + .my-attendance-field {
  margin-top: -10px !important;
}


/* Responsive CSS */

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 980px;
  }
  
  #navigation {
    display: block !important;
  }
  
  #navigation .caret {
    display: none;
  }
  
  #navigation .dropdown-menu {
    display: block !important;
    position: absolute;
    top: 100%;
    /*left: 50%;*/
    left: -15px;
    width: 200px;
    list-style: none;
    background: #ffffff;
    /*margin: -30px 0 0 -100px;*/
    margin: -10px 0 0 0;
    padding: 15px 0;
/*    border-top: solid 1px var(--primary-color);
    border-bottom: solid 2px var(--primary-color);*/
    text-align: left;
    opacity: 0;
    visibility: hidden;
    box-shadow: 1px 2px 3px rgba(0, 0, 0, .15);
    transition: all 0.4s ease-in-out;
  }
  
  #navigation .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
    margin-left: -10px;
    padding-top: 5px;
    max-height: 83vh;
    overflow: auto;
  }
  
  #navigation .dropdown-menu li {
    position: relative;
    padding: 0 15px;
  }
  
  #navigation li:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }
  
  #navigation .dropdown-menu li + li > a {
    border-top: solid 1px #ebebeb;
  }
  
  #navigation .dropdown-menu li a {
    display: block;
    text-decoration: none;
    color: var(--text-color);
    font-size: 14px;
    line-height: 17px;
    padding: 4px 0;
  }
  
  #navigation .dropdown-menu li.active > a,
  #navigation .dropdown-menu li:hover > a {
    color: var(--primary-color);
  }
}

@media (min-width: 1240px) {
  .container {
    width: 1200px;
  }
}

/* Tablet devices */
@media (max-width: 1239px) {
  #members-list .member-box {
    /*width: 16.6666%;*/
  }
  
  .news-press-list .news-press-item {
    width: 25%;
  }
  
  .news-press-list .news-press-item:nth-child(4n+1) {
    clear: left;
  }
  
  .news-press-list .news-press-item:nth-child(5n+1) {
    clear: none;
  }
  
  #symposium-sponsors-text .sponsors-carousel .slick-slide {
    padding: 0 10px;
  }
  
  #symposium-gallery .gallery-wrap {
    margin: 0 -10px;
  }
  
  #symposium-gallery .gallery-wrap > div {
    padding: 10px;
  }

  #home-apps-v2 #services-list {
    margin: 0 40px;
  }

  h1.large-heading {
    font-size: 48px;
  }

  #navigation .menu-header > li + li {
    margin-left: 20px;
  }

  .section-page-banner {
    min-height: 700px;
  }

  .section-page-banner-carousel .item-slide {
    min-height: 700px;
  }

  .section-image-and-content-carousel .section-row {
    display: block;
  }

  .section-image-and-content-carousel .slide-image {
    width: 100%;
    max-width: 480px;
    margin-bottom: 40px;
  }

  .posts-list {
    margin-inline: -15px;
  }

  .posts-list .post-item {
    padding-inline: 15px;
  }

  #symposium-gallery-intro .blue-box {
    padding: 75px;
    gap: 50px;
  }

  #symposium-key-values .key-values-grid {
    margin-inline: -15px;
  }

  #symposium-key-values .key-values-grid .kv-item {
    padding-inline: 15px;
  }

  #symposium-speakers-repeater .speakers-grid .speaker-item > div {
    padding: 50px 30px;
  }

  #symposium-program .calendar-events .calendar-column .event-rows {
    padding: 20px 30px;
  }
}

@media (max-width: 991px) {
  #menu-toggle {
    display: block;
  }
  
  #navigation {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    border-top: solid 2px var(--primary-color);
    border-bottom: solid 3px var(--primary-color);
    padding: 0;
    display: none;
    max-height: calc(100vh - 150px);
    overflow: auto;
  }
  
  #navigation .menu-header {
    padding: 20px;
    float: none;
  }
  
  #navigation .menu-header > li {
    float: none;
    padding: 5px 0;
  }
  
  #navigation .menu-header > li + li {
    margin: 0;
  }
  
  #navigation .menu-header > li > a {
    float: none;
    padding: 5px 25px 5px 0;
    font-size: 18px;
    line-height: 24px;
    height: auto;
  }
  
  #navigation .menu-header > li.active > a,
  #navigation .menu-header > li:hover > a {
    padding: 5px 10px 5px 15px;
  }
  
  #navigation .menu-header > li > a:after {
    left: -10px;
    top: 50%;
    margin-left: 0;
    margin-top: -4px;
  }
  
  #navigation .menu-header > li.active > a,
  #navigation .menu-header > li:hover > a {
    left: 0;
  }
  
  #navigation .dropdown-menu {
    list-style: none;
    margin: 0 0 0 1em;
    padding: 0;
    display: none;
  }
  
  #navigation .dropdown-menu a {
    text-decoration: none;
    font-size: 90%;
  }
  
  #navigation .caret {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 14px;
    color: var(--primary-color);
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
  }
  
  .home-side-left {
    width: 33%;
  }
  
  .home-side-right {
    width: 60%;
  }
  
  #bottom-row .bottom-circles {
    height: 153px;
  }
  
  #bottom-row .bottom-circles .circle {
    width: 186px;
    height: 186px;
  }
  
  #bottom-row .bottom-circles .circle .text-big {
    font-size: 60px;
    line-height: 70px;
  }
  
  #services-wrapper {
    margin: 0 60px;
  }
  
  #services-carousel .service-box {
    padding: 20px;
  }
  
  #members-list .member-box {
    /* width: 16.6666%; */
  }
  
  .specifications-section .specifications-list {
    /*margin: 0 -10px;*/
  }
  
  .specifications-section .specifications-list .specifications-column {
/*    padding-left: 10px;
    padding-right: 10px;*/
  }
  
  .docs-list {
    margin: 0 -5px;
  }
  
  .docs-list a {
    width: calc(33.333% - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  
  .news-press-list .news-press-item {
    width: 33.33%;
  }
  
  .news-press-list .news-press-item:nth-child(3n+1) {
    clear: left;
  }
  
  .news-press-list .news-press-item:nth-child(4n+1) {
    clear: none;
  }
  
  .news-press-list .news-press-item:nth-child(5n+1) {
    clear: none;
  }
  
  .rev_slider .tp-caption.hbbtvtitle {
    font-size: 20px !important;
    line-height: 20px !important;
    padding: 5px! important;
  }
  
  .rev_slider .tp-caption.black {
    font-size: 14px !important;
    line-height: 14px !important;
  }
  
  #navigation-row .menu > li + li {
    margin-left: 20px;
  }
  
  #symposium-gallery .text-wrap {
    width: 75%;
    min-height: 380px;
  }
  
  #symposium-gallery .gallery-background {
    width: 40%;
  }
  
  #symposium-sponsors .sponsors-section.section-type-silver .sponsors-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  
  #symposium-sponsors .sponsors-section.section-type-bronze .sponsors-list,
  #symposium-sponsors .sponsors-section.section-type-supporters .sponsors-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  
  #symposium-map {
    padding: 0;
  }
  
  #symposium-map .container .map-text-boxes {
    position: relative;
    width: auto;
    padding: 30px 0;
    right: auto;
  }
  
  #symposium-map .container .map-text-box {
    width: auto !important;
    float: none;
    margin: 0;
  }
  
  #symposium-map .container .map-text-box + .map-text-box {
    margin-top: 30px;
  }
  
  #symposium-map .map-wrapper {
    position: relative;
    height: 400px;
  }

  #home-content-v2 .news-columns .column {
    width: 50%;
  }

  #home-content-v2 .news-columns .column:nth-child(2n+1) {
    clear: left;
  }

  #services-list .service-box {
    width: 50%;
  }

  #services-list .service-box.featured-service {
    width: 33.333%;
  }

  #services-list .services-carousel {
    width: 66.666%;
  }

  .featured-videos-carousel {
    margin: 0 -10px;
  }

  .featured-videos-carousel .item-slide {
    padding: 0 10px 40px;
  }
  
  #home-content-v2 .with-highlight-button .text-column {
    width: calc(100% - 350px);
  }

  .section-page-banner {
    min-height: 600px;
  }

  .section-page-banner-carousel .item-slide {
    min-height: 600px;
  }

  body.menu-over-banner #header .header-container {
    padding: 10px 0;
  }

  .section-timeline-intro .timeline .item > div {
    font-size: 30px;
  }

  .section-testimonials .testimonials-list .item {
    width: 100%;
    float: none;
  }

  .section-testimonials .testimonials-list .item + .item {
    margin-top: 40px;
  }

  .section-quick-links .links .link-item {
    width: 33.333%;
  }

  .section-news-feed .section-row {
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-news-feed .news-column {
    flex: none;
    width: 50%;
  }

  #footer-bottom-row .section-row .footer-text-column {
    width: 33.333%;
  }

  .deployments-list .deployment-item {
    width: 25%;
  }

  .broadcaster-item {
    width: 33.333%;
  }

  #symposium-gallery-intro .blue-box {
    display: block;
    padding: 50px;
  }

  #symposium-gallery-intro .blue-box .image-wrapper {
    width: auto;
    margin: 40px auto 0;
  }

  #symposium-key-values .key-values-grid .kv-item {
    width: 50%;
  }

  #speakers-days-list .days-presentations .day-presentation {
    width: 50%;
  }

  #symposium-program .calendar-events .calendar-column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #footer-bottom-row .copyright-text,
  #footer-bottom-row .social-links,
  #footer .footer-left,
  #footer .footer-right,
  .contact-columns .contact-column-left,
  .contact-columns .contact-column-right,
  .home-side-left,
  .home-side-right {
    float: none;
    width: auto;
  }
  
  #footer .footer-right {
    padding-top: 40px;
  }
  
  #footer-bottom-row .copyright-text,
  #footer-bottom-row .social-links {
    text-align: center;
  }
  
  .contact-columns .contact-column-left,
  .home-side-right {
    padding-top: 30px;
  }
  
  #footer-bottom-row .social-links {
    padding-top: 15px;
    margin: 0 -5px;
  }
  
  #footer-bottom-row .social-links a {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 30px;
  }
  
  #footer-bottom-row .social-links a + a {
    margin-left: 5px;
  }
  
  .page-text h2,
  .members-text-box {
    max-width: 86%;
  }
  
  .contact-columns:before {
    display: none;
  }
  
  .row .row-column {
    float: none;
    width: auto;
  }
  
  .row .row-column + .row-column {
    padding-top: 30px;
  }
  
  .left-indent {
    padding-left: 0;
  }
  
  .right-indent {
    padding-right: 0;
  }
  
  #members-list .member-box {
    width: 25%;
  }
  
  .posts-list .post-item {
    width: 50%;
  }
  
  .posts-list .post-item:nth-child(3n+1) {
    clear: none;
  }
  
  .posts-list .post-item:nth-child(2n+1) {
    clear: left;
  }
  
  .deployment-info .deployment-columns.two-columns > div {
    float: none;
    width: auto;
  }
  
  .docs-list a {
    width: auto;
    padding-right: 25px;
  }
  
  .videos-list {
    margin: 0 -10px;
  }
  
  .videos-list .video-item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .videos-list .video-item:nth-child(2n+1) {
    clear: left;
  }
  
  .videos-list .video-item:nth-child(3n+1) {
    clear: none;
  }
  
  #symposium-gallery .text-wrap {
    min-height: 0;
    width: auto;
  }
  
  #symposium-gallery .gallery-background {
    width: auto;
    position: relative;
    padding-bottom: 40%;
    margin: -80px 0 0;
  }
  
  #symposium-gallery .gallery-background:before {
    background: linear-gradient(to bottom, #f6f6f6 , transparent);
  }
  
  #symposium-speakers-text .speakers-image {
    width: auto;
    float: none;
    text-align: center;
    padding: 0;
  }
  
  #symposium-speakers-text .speakers-image img {
    margin: auto;
  }
  
  #symposium-speakers-text .speakers-text {
    width: auto;
    float: none;
    padding: 30px 0 0;
  }
  
  #symposium-key-values .bottom-columns > div,
  #symposium-program .bottom-columns > div {
    width: auto;
    float: none;
  }
  
  #symposium-key-values .bottom-columns > div + div,
  #symposium-program .bottom-columns > div + div {
    margin-top: 30px;
  }
  
  #symposium-key-values .bottom-columns ul > li,
  #symposium-program .bottom-columns ul > li {
    padding: 0 0 0 30px;
  }
  
  #symposium-sponsors-text {
    padding: 50px 0;
  }
  
  #symposium-program-top {
    padding: 50px 0;
  }
  
  #symposium-program {
    padding: 50px 0;
  }
  
  .white-popup-block {
    padding: 30px;
  }
  
  .white-popup-block .modal-top .speaker-image {
    float: none;
  }
  
  .white-popup-block .modal-top .modal-top-info {
    float: none;
    padding: 30px 0 0;
    width: auto;
  }
  
  #symposium-speakers-top {
    padding: 40px 0;
  }
  
  #symposium-sponsors .sponsors-section .sponsors-list {
    border-left-width: 10px;
  }
  
  #symposium-sponsors .sponsors-section .sponsors-list > div {
    padding: 20px;
  }
  
  #symposium-sponsors .sponsors-section.section-type-diamond .sponsors-list > div {
    min-height: 100px;
  }
  
  #symposium-sponsors .sponsors-section.section-type-bronze .sponsors-list,
  #symposium-sponsors .sponsors-section.section-type-supporters .sponsors-list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  
  #symposium-sponsors-top {
    padding: 50px 0;
  }
  
  #symposium-sponsors {
    padding: 50px 0;
  }
  
  #symposium-sponsors .sponsors-section + .sponsors-section {
    margin-top: 80px;
  }
  
  #symposium-awards-top {
    padding: 50px 0;
  }
  
  #symposium-awards {
    padding: 40px 0 30px;
  }
  
  #symposium-awards .left-column {
    width: auto;
    float: none;
    padding: 0 0 40px;
  }
  
  #symposium-awards .right-column {
    width: auto;
    float: none;
  }
  
  #symposium-gallery-top {
    padding: 50px 0;
  }
  
  #symposium-gallery .gallery-wrap {
    margin: 0 -5px;
  }
  
  #symposium-gallery .gallery-wrap > div {
    width: 33.333%;
    padding: 5px;
  }
  
  #symposium-gallery .gallery-wrap > div:nth-child(4n+1) {
    clear: none;
  }
  
  #symposium-gallery .gallery-wrap > div:nth-child(3n+1) {
    clear: left;
  }

  #home-content-v2 .news-columns .column {
    width: auto;
    float: none;
  }

  #home-content-v2 .quick-links > div {
    display: block;
    text-align: left;
    overflow: hidden;
  }

  #home-content-v2 .quick-links > div > div {
    width: 50%;
    float: left;
  }

  #home-content-v2 .quick-links > div > div:nth-child(2n+1) {
    clear: left;
  }

  #home-content-v2 .intro-text-wrapper {
    display: block;
  }

  #home-content-v2 .with-highlight-button .text-column {
    width: 100%;
  }

  #home-content-v2 .with-highlight-button .button-column {
    margin: auto;
  }

  .section-highlight-text .section-row {
    display: block;
  }

  .section-highlight-text .section-row .image-column {
    width: auto;
    padding: 50px 15px;
    max-width: 520px;
    margin: auto;
  }

  .section-highlight-text .section-row .image-column .video-wrapper {
    overflow: hidden;
  }

  .section-text-over-image {
    padding: 50px 0;
  }

  .section-timeline-intro {
    padding: 50px 0;
  }

  .section-timeline-intro .timeline {
    margin: 100px 30px 50px;
  }

  .section-timeline-intro .timeline .item > div {
    font-size: 20px;
    top: -40px;
    width: 70px;
    margin-left: -35px;
  }

  .section-timeline-intro .timeline .item:nth-child(2n) > div {
    top: 20px;
  }

  .section-text-and-image .section-row {
    display: block;
  }

  .section-text-and-image .section-row .image-column {
    width: auto;
    max-width: 100% !important;
    margin-top: 30px;
  }

  .section-text-and-image .section-row.image-position-left .image-column > div {
    margin: 30px auto !important;
  }

  .section-text-and-image .section-row .image-column img {
    margin: auto;
  }

  .section-timeline .timeline-entries .entry {
    display: block;
  }

  .section-timeline .timeline-entries .entry-meta {
    width: auto;
    padding-left: 20px;
    text-align: left !important;
  }

  .section-timeline .timeline-entries .entry-text {
    width: auto;
    margin: 10px 0 0;
    padding: 20px;
  }

  .section-timeline .timeline-entries .entry-meta:before,
  .section-timeline .timeline-entries .entry:before,
  .section-timeline .timeline-entries .entry:after {
    display: none;
  }

  .section-timeline .timeline-entries .entry {
    padding-bottom: 30px;
  }

  .section-timeline .timeline-entries .entry:last-child {
    padding-bottom: 0;
  }

  .section-timeline .timeline-entries .entry .entry-text:after {
    left: 20px !important;
    top: -20px;
    border-color: transparent !important;
    border-bottom-color: #f5f5f5 !important;
  }

  .section-text-block {
    padding: 30px 0;
  }

  .section-two-columns {
    padding: 30px 0;
  }

  .section-two-columns .section-row {
    display: block;
  }

  .section-two-columns .section-row > div {
    width: auto;
  }

  .section-two-columns .section-row > div + div {
    margin-top: 30px;
  }

  .section-historic-material .two-columns-wrapper {
    display: block;
  }

  .section-historic-material .sidebar {
    width: auto;
    margin: 0 0 30px;
    padding: 0 0 20px;
    border-left: none;
  }

  .section-historic-material .content-column {
    width: auto;
  }

  .container {
    width: 100%;
    padding-inline: 20px;
  }

  .section-news-feed .news-column {
    width: 100%;
  }

  #footer-bottom-row .section-row .footer-text-column {
    width: 50%;
  }

  #footer-bottom-row #footer-logo {
    width: 100%;
  }

  .two-columns-content-wrapper .two-columns-sidebar {
    width: 100%;
    margin-bottom: 40px;
  }
  
  .two-columns-content-wrapper .two-columns-content {
    width: 100%;
  }

  .deployments-list .deployment-item {
    width: 33.333%;
  }

  #deployments-map-custom #map-legend {
    position: relative;
    inset: auto;
  }

  .broadcaster-item {
    width: 50%;
  }

  #symposium-speakers-repeater .speakers-grid .speaker-item {
    width: 100%;
  }

  .section-directory-listing .right-column .text-wrapper {
    padding: 30px;
    margin-top: 50px;
  }

  .listings-items .listing-item {
    padding: 30px;
  }
}

@media (max-width: 640px) {
  #bottom-row .bottom-circles {
    height: 107px;
  }
  
  #bottom-row .bottom-circles .circle-box {
    padding: 0 10px;
  }
  
  #bottom-row .bottom-circles .circle-box .circle {
    width: 140px;
    height: 140px;
    padding: 5px;
  }
  
  #bottom-row .bottom-circles .circle-box .circle .text-big {
    font-size: 30px;
    line-height: 40px;
    padding-top: 10px;
  }
  
  #services-carousel .service-box {
    padding: 0;
  }
  
  #services-carousel .slick-current .service-box-content {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  
  #members-list .member-box {
    width: 33.333%;
  }
  
  .specifications-section .specifications-list .specifications-column {
    width: 50%;
  }
  
  .specifications-section .specifications-list .specifications-column:nth-child(2n+1) {
    clear: left;
  }
  
  .specifications-section .specifications-list .specifications-column:nth-child(3n+1) {
    clear: none;
  }
  
  .news-press-list .news-press-item {
    width: 50%;
  }
  
  .news-press-list .news-press-item:nth-child(3n+1) {
    clear: none;
  }
  
  .news-press-list .news-press-item:nth-child(4n+1) {
    clear: none;
  }
  
  .news-press-list .news-press-item:nth-child(5n+1) {
    clear: none;
  }
  
  .news-press-list .news-press-item:nth-child(2n+1) {
    clear: left;
  }
  
  .rev_slider .tp-caption.hbbtvtitle {
    font-size: 18px !important;
    line-height: 18px !important;
    padding: 5px! important;
  }
  
  .rev_slider .tp-caption.black {
    font-size: 12px !important;
    line-height: 12px !important;
  }
  
  .white-popup-block {
    padding: 20px;
  }
  
  #symposium-gallery .gallery-wrap > div {
    width: 50%;
  }
  
  #symposium-gallery .gallery-wrap > div:nth-child(3n+1) {
    clear: none;
  }
  
  #symposium-gallery .gallery-wrap > div:nth-child(2n+1) {
    clear: left;
  }

  .deployments-list .deployment-item {
    width: 50%;
  }

  .broadcaster-item {
    width: 100%;
  }

  #symposium-key-values .key-values-grid {
    row-gap: 30px;
  }

  #symposium-key-values .key-values-grid .kv-item {
    width: 100%;
  }

  #symposium-key-values .key-values-grid .kv-item > div {
    padding: 20px;
  }

  .listings-items .listing-item .listing-top-row {
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  #bottom-row .bottom-circles {
    height: auto;
    padding: 30px 0;
  }
  
  #bottom-row .bottom-circles .circle-box {
    padding: 15px 0;
    width: auto;
    float: none;
    text-align: center;
  }
  
  .form-row .field-half,
  .contact-small-columns .contact-small-column {
    float: none;
    width: auto;
  }
  
  .contact-small-columns .contact-small-column + .contact-small-column {
    padding-top: 30px;
  }
  
  .form-row .field-half + .field-half {
    padding-top: 15px;
  }
  
  .posts-list .post-item {
    float: none;
    width: auto;
  }
  
  .deployments-list .deployment-item {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .specifications-section .specifications-list .specifications-column {
    max-width: 480px;
    margin: auto;
    width: auto;
    float: none;
  }
  
  .videos-list .video-item {
    width: auto;
    float: none;
  }
  
  #symposium-sponsors .sponsors-section .sponsors-list > div {
    padding: 15px;
  }
  
  #symposium-sponsors .sponsors-section.section-type-diamond .sponsors-list {
    grid-template-columns: 1fr 1fr;
  }
  
  #symposium-sponsors .sponsors-section.section-type-diamond .sponsors-list > div {
    padding: 20px;
    min-height: 0;
  }
  
  #symposium-sponsors .sponsors-section.section-type-gold .sponsors-list,
  #symposium-sponsors .sponsors-section.section-type-silver .sponsors-list,
  #symposium-sponsors .sponsors-section.section-type-bronze .sponsors-list,
  #symposium-sponsors .sponsors-section.section-type-supporters .sponsors-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  #symposium-sponsors .sponsors-section.section-type-gold .sponsors-list > div {
    min-height: 0;
  }
  
  #symposium-sponsors-text .blue-button {
    margin-bottom: 10px;
  }

  .section-quick-links .links .link-item {
    width: 50%;
  }

  #speakers-days-list .days-presentations .day-presentation {
    width: 100%;
  }

  #symposium-program .calendar-events .calendar-column .event-row .row-label {
    width: 160px;
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  #members-list .member-box {
    width: 50%;
  }
  
  .news-press-list .news-press-item {
    width: auto;
    float: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .rev_slider .tp-caption.hbbtvtitle {
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 3px! important;
  }
  
  .rev_slider .tp-caption.black {
    font-size: 12px !important;
    line-height: 12px !important;
  }

  #home-content-v2 .quick-links > div > div {
    width: auto;
    float: none;
  }

  .custom-page-content h2 {
    font-size: 24px;
  }

  .section-timeline-intro .timeline {
    flex-direction: column;
    margin: 50px 0 0;
  }

  .section-timeline-intro .timeline:before {
    left: 50%;
    top: 0;
    bottom: 0;
    border-top: none;
    border-left: solid 1px #919599;
  }

  .section-timeline-intro .timeline .item {
    width: 10px;
    height: 10px;
    margin: 0 auto;
  }

  .section-timeline-intro .timeline .item + .item {
    margin-top: 20px;
  }

  .section-timeline-intro .timeline .item:before {
    top: 0;
    left: 50%;
    margin: 0 0 0 -5px;
  }

  .section-timeline-intro .timeline .item > div {
    width: auto;
    left: auto;
    right: 20px;
    top: -7px;
    margin: 0;
  }

  .section-timeline-intro .timeline .item:nth-child(2n) > div {
    top: -5px;
    left: 20px;
  }

  .section-text-over-image {
    padding: 30px 0;
  }

  .section-text-over-image .text-wrapper h2 {
    font-size: 20px;
  }

  .section-testimonials .testimonials-list .item-image,
  .section-testimonials-list .testimonials-list .item-image {
    width: 100px;
    margin-right: 10px;
  }

  .deployments-list .deployment-item {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .rev_slider .tp-caption.hbbtvtitle {
    font-size: 14px !important;
    line-height: 14px !important;
    padding: 3px! important;
  }

  .section-quick-links .links .link-item {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .deployments-list .deployment-item {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.tito-widget iframe {
  height: auto !important;
}