@charset "UTF-8";
/* Functions */
/* Icons */
/* Utilities */
/* Buttons */
/* Responsiveness */
/* Typography */
@import url("../fonts/fonts.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
/* Colors */
/* Buttons */
/* Global */
/* Post list */
.mc-button::after, .mc-button-light::after, .mc-button-blue::after, .mc-button-yellow::after, .filters-button-group button::after, .filters-button-group .is-checked::after, .mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-read-more::after, ul.mc-tabs li::after, ul.mc-tabs li.current::after, .pods-pagination-paginate .next::before, .pods-pagination-paginate .prev::before, .team-list .list-item .list-item-wrapper .list-content-wrapper .phone::before, .team-list .list-item .list-item-wrapper .list-content-wrapper .email a::before, .team-list .list-item .list-item-wrapper .list-content-wrapper .sectors::before, .member-list .list-item .hover-wrapper .url::before, .single .related-items-wrapper .mc-related-attachments li a::before, .slider .slick-prev::before, .slider .slick-next::before, .fc .fc-prev-button .fc-icon::after, .fc .fc-next-button .fc-icon::after, .et_pb_text ul li::before, .mc-posts-detail ul li::before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: 300 !important;
}
#top-header li.twitter a::before, #top-header li.facebook a::before, #top-header li.linkedin a::before {
  font-family: "Font Awesome 5 Brands", sans-serif;
}
.mc-button, .mc-button-light, .mc-button-blue, .mc-button-yellow, .filters-button-group button, .filters-button-group .is-checked, .mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-read-more, ul.mc-tabs li, ul.mc-tabs li.current {
  padding-left: 26.6666666667px;
  padding-right: 26.6666666667px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
}
.mc-button::after, .mc-button-light::after, .mc-button-blue::after, .mc-button-yellow::after, .filters-button-group button::after, .filters-button-group .is-checked::after, .mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-read-more::after, ul.mc-tabs li::after, ul.mc-tabs li.current::after {
  content: "";
  margin-left: 10px;
}
.mc-button {
  background-color: #000;
  border-color: #000;
}
.mc-button:hover {
  background-color: #0d0d0d;
}
.mc-button:hover {
  border-color: #0d0d0d;
}
.mc-button-light {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}
.mc-button-light:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.mc-button-light:hover {
  border-color: rgba(13, 13, 13, 0);
}
.mc-button-blue {
  background-color: #0d51a6;
  border-color: #0d51a6;
}
.mc-button-blue:hover {
  background-color: #0f5dbe;
}
.mc-button-blue:hover {
  border-color: #0f5dbe;
}
.mc-button-yellow {
  background-color: #ffd200;
  border-color: #ffd200;
  color: #000;
}
.mc-button-yellow:hover {
  background-color: #ffd71a;
}
.mc-button-yellow:hover {
  border-color: #ffd71a;
}
/* Isotope filter */
.filters-button-group button {
  margin: 0 1px 1px 0;
  border-radius: 0;
  display: inline-block;
}
.filters-button-group {
  margin-bottom: 4%;
}
.filters-button-group .filter-heading {
  display: block;
  font-weight: 900;
}
.filters-button-group button {
  background-color: #ffd200;
  border-color: #ffd200;
  color: #000;
}
.filters-button-group button:hover {
  background-color: #ffd71a;
}
.filters-button-group button:hover {
  border-color: #ffd71a;
}
.filters-button-group button .count {
  font-weight: 600;
}
.filters-button-group .is-checked {
  background-color: #0d51a6;
  border-color: #0d51a6;
  border-radius: 0;
  color: #fff;
}
.filters-button-group .is-checked:hover {
  background-color: #0f5dbe;
}
.filters-button-group .is-checked:hover {
  border-color: #0f5dbe;
}
.filters-button-group.letters button {
  text-transform: uppercase;
}
.glossary .filters-button-group button {
  padding: 0 10px;
  line-height: 30px;
  height: 33px;
}
.ct-filter-container {
  display: flex;
  align-items: center;
  background: #eee;
  z-index: 9;
  padding: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .ct-filter-container {
    margin-bottom: 25px;
  }
}
.ct-filter-container h2.ct-filter-header {
  display: inline-block;
  padding: 0 !important;
  margin: 0 7rem 0 0;
  cursor: pointer;
  position: relative;
  font-size: 26px;
  font-family: "Open Sans", Arial, sans-serif;
}
.ct-filter-container h2.ct-filter-header span {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 200ms ease-in;
  transform-origin: center;
  position: absolute;
  top: 50%;
  right: -40px;
  display: block;
  width: 3rem;
  height: 2rem;
}
.ct-filter-container h2.ct-filter-header span:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: transparent;
  border-right: 0.1rem solid #faa61a;
  border-bottom: 0.1rem solid #faa61a;
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-right: 0.5rem;
}
.ct-filter-container h2.ct-filter-header span:after {
  content: "";
  width: 1.8rem;
  height: 0.1rem;
  background-color: #faa61a;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.ct-filter-container h2.ct-filter-header.rotate span {
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
}
.ct-filter-container .et_pb_button {
  position: absolute;
  right: 15px;
  padding: 0.2em 1em;
  font-size: 16px;
}
.ct-filter-container .et_pb_button:after {
  font-size: 26px;
}
.ct-quicksearch {
  position: relative;
  z-index: 12;
  background: #eee;
  padding: 0 15px 15px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .ct-quicksearch {
    position: absolute;
    top: 11px;
    left: 185px;
    padding: 0;
  }
}
.ct-quicksearch .quicksearch {
  padding: 7px;
  width: 100%;
}
.ct-quicksearch .quicksearch::placeholder {
  color: #231f20;
}
@media (min-width: 768px) {
  .ct-quicksearch .quicksearch {
    width: 15rem;
  }
}
.ct-quicksearch .search-icon {
  font-family: ETmodules !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  position: absolute;
  top: 9px;
  right: 23px;
  color: #faa61a;
}
@media (min-width: 768px) {
  .ct-quicksearch .search-icon {
    right: 6px;
  }
}
.ct-quicksearch .search-icon:after {
  content: "U";
  font-size: 17px;
}
.ct-filter-group {
  position: relative;
  padding: 10px;
  display: none;
}
.ct-filter-group.filters-button-group {
  position: absolute;
  background: #fff;
  border-width: 0 0.3rem 0.3rem;
  border-style: solid;
  border-color: #eee;
  left: 0;
  top: 55px;
  z-index: 15;
  padding: 10px;
}
.ct-filter-group.filters-button-group .button {
  display: block;
  text-align: left;
  line-height: 1.2;
  background-color: transparent !important;
  border-color: transparent !important;
  background-image: url("../images/checkbox.png");
  background-position: 0 6px;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  padding-left: 20px;
  cursor: pointer;
  width: 250px;
  height: 30px;
}
.ct-filter-group.filters-button-group .button:after {
  content: none;
}
.ct-filter-group.filters-button-group .button.is-checked {
  background-color: transparent !important;
  border-color: transparent !important;
  background-image: url("../images/checkbox-on.png");
  border-radius: 0;
  color: #000;
}
.mc-posts-list.mc-posts-list-4-col {
  min-height: 600px;
}
.pods-pagination-paginate {
  font-size: 0;
  display: block;
  margin-top: 2%;
}
.pods-pagination-paginate .page-numbers {
  display: block;
  float: left;
  background-color: #0d51a6;
  color: #fff;
  font-size: 14px;
  margin: 0 1px 0 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.pods-pagination-paginate .current {
  background-color: #ffd200;
}
.pods-pagination-paginate .next::before {
  content: "";
}
.pods-pagination-paginate .prev::before {
  content: "";
}
/* --------- Default Post List --------- */
.mc-posts-list {
  overflow: hidden;
}
.mc-posts-list .list-item {
  position: relative;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.mc-posts-list .list-item .list-item-wrapper .list-content-wrapper {
  padding-bottom: 40px;
}
.mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-title {
  font-size: 24px;
  line-height: 1.4em;
  color: #000000;
}
.mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-date, .mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-location {
  font-size: 12px;
}
.mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-excerpt {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 40px;
}
.mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-excerpt a {
  color: #000000;
  text-decoration: underline;
}
.mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-read-more {
  position: absolute;
  bottom: 30px;
  white-space: nowrap;
  display: inline-block;
  background-color: #000;
  border-color: #000;
}
.mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-read-more:hover {
  background-color: #0d0d0d;
}
.mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-read-more:hover {
  border-color: #0d0d0d;
}
.mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-bottom-bar, .mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-top-bar {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
}
.mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-top-bar {
  margin-bottom: 10px;
}
.mc-posts-list .list-item .list-item-wrapper .list-thumbnail {
  display: block;
  line-height: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
}
.mc-posts-list .list-item .list-item-wrapper .list-thumbnail img {
  width: 100%;
  display: none;
}
.mc-posts-list .list-item .list-item-wrapper .list-thumbnail::after {
  display: block;
  content: "";
  padding-bottom: 100%;
}
@media (min-width: 981px) {
  .mc-posts-list.authors-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -2%;
    margin-left: -2%;
  }
}
.mc-posts-list.authors-list .list-date {
  display: none;
}
.mc-posts-list.authors-list .list-item {
  width: 100%;
}
@media (min-width: 981px) {
  .mc-posts-list.authors-list .list-item {
    width: 100%;
    padding: 2% 0 0 2%;
  }
}
.mc-posts-list.authors-list .list-item .list-item-wrapper .list-content-wrapper {
  padding-bottom: 20px;
}
.mc-posts-list.authors-list .list-item .list-item-wrapper .list-content-wrapper .list-title {
  font-size: 24px;
  font-weight: 700;
  padding: 0 !important;
}
.mc-posts-list.authors-list .list-item .list-item-wrapper .list-content-wrapper .position {
  font-weight: 700;
}
.mc-posts-list.authors-list .list-item .list-item-wrapper .list-content-wrapper .list-excerpt {
  padding: 0 !important;
  margin: 0 !important;
}
.mc-posts-list.authors-list .social-media-wrapper {
  margin-top: 10px;
  display: inline-block;
}
.mc-posts-list.authors-list .social-media-wrapper .media {
  display: inline-block;
  margin-right: 1px;
  background: #0d51a6;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
.mc-posts-list.authors-list .social-media-wrapper .media::before {
  color: #fff;
}
.mc-posts-list.authors-list .social-media-wrapper .media.twitter::before {
  font-family: "Font Awesome 5 Brands", sans-serif;
  content: "";
  display: inline-block;
  font-weight: normal;
}
.mc-posts-list.authors-list .social-media-wrapper .media.linkedin::before {
  font-family: "Font Awesome 5 Brands", sans-serif;
  content: "";
  display: inline-block;
  font-weight: normal;
}
.mc-posts-list.authors-list .social-media-wrapper .media.wordpress::before {
  font-family: "Font Awesome 5 Brands", sans-serif;
  content: "";
  display: inline-block;
  font-weight: normal;
}
.mc-posts-list-1-col, .mc-posts-list-2-col, .mc-posts-list-3-col {
  margin-left: -2%;
  margin-right: -2%;
}
.mc-posts-list-1-col .list-item, .mc-posts-list-2-col .list-item, .mc-posts-list-3-col .list-item {
  margin-left: 2%;
  margin-right: 2%;
}
.mc-posts-list-2-col .list-item {
  width: 46%;
}
.mc-posts-list-3-col .list-item {
  width: 29.3333333333%;
}
.mc-posts-list-4-col .list-item {
  width: 21%;
  margin: 2%;
}
span.function {
  margin-top: 22px;
}
span.company {
  border-bottom: 1px solid #0b3858;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 17px;
  color: #0669b4 !important;
  font-weight: 700;
}
.team-list {
  display: block;
  margin: -2%;
}
.team-list .list-item {
  width: 46% !important;
  background-color: #FF7894;
  margin: 2%;
}
@media (min-width: 981px) {
  .team-list .list-item {
    width: 29.3333333333% !important;
  }
}
.team-list .list-item .list-item-wrapper {
  overflow: hidden;
}
.team-list .list-item .list-item-wrapper .list-thumbnail {
  float: left;
  width: 25%;
  background-color: #ccc;
  margin: 0;
}
.team-list .list-item .list-item-wrapper .list-thumbnail img {
  max-width: 100%;
  filter: grayscale(100%);
  display: block;
  height: 100%;
  object-fit: cover;
}
.team-list .list-item .list-item-wrapper .list-thumbnail::after {
  padding-bottom: 135%;
}
.team-list .list-item .list-item-wrapper .list-content-wrapper {
  float: left;
  width: 65%;
  padding: 30px;
}
.team-list .list-item .list-item-wrapper .list-content-wrapper * {
  color: #000000;
}
.team-list .list-item .list-item-wrapper .list-content-wrapper .list-title {
  padding-bottom: 0;
  color: #000000;
}
.team-list .list-item .list-item-wrapper .list-content-wrapper .function, .team-list .list-item .list-item-wrapper .list-content-wrapper .email, .team-list .list-item .list-item-wrapper .list-content-wrapper .phone {
  display: block;
}
.team-list .list-item .list-item-wrapper .list-content-wrapper .function {
  font-family: "Salvatore-Regular", "Arial", sans-serif;
  font-weight: 600;
  color: #000000;
}
.team-list .list-item .list-item-wrapper .list-content-wrapper .phone::before, .team-list .list-item .list-item-wrapper .list-content-wrapper .email a::before, .team-list .list-item .list-item-wrapper .list-content-wrapper .sectors::before {
  margin-right: 5px;
}
.team-list .list-item .list-item-wrapper .list-content-wrapper .email a::before {
  content: "";
}
.team-list .list-item .list-item-wrapper .list-content-wrapper .phone::before {
  content: "";
}
.team-list .list-item .list-item-wrapper .list-content-wrapper a:hover {
  color: #00a5e5;
}
.team-list .list-item .list-item-wrapper .list-content-wrapper .sectors {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  margin-top: 20px;
  display: block;
}
.team-list .list-item .list-item-wrapper .list-content-wrapper .sectors .label {
  font-weight: 600;
  margin-right: 5px;
  display: inline-block;
}
.team-list .list-item .list-item-wrapper .list-content-wrapper .sectors a {
  white-space: nowrap;
}
.team-list .list-item .list-item-wrapper .list-content-wrapper .sectors::before {
  content: "";
}
.mc-isotope-grid .list-item {
  background: #fff;
  margin-bottom: 20px;
}
.mc-isotope-grid .list-item .list-item-wrapper {
  position: relative;
  height: 100%;
}
.mc-isotope-grid .list-item .list-item-wrapper .list-thumbnail {
  margin: 0;
}
.mc-isotope-grid .list-item .list-item-wrapper .list-content-wrapper {
  padding: 30px;
}
@media (min-width: 981px) {
  .new-default-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: -2%;
  }
}
.new-default-list .list-item-wrapper {
  background: #fff;
  height: 100%;
}
.new-default-list .list-content-wrapper {
  padding: 0 30px 30px 30px;
}
.new-default-list .list-item {
  width: 100%;
  flex-shrink: 1;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}
@media (min-width: 981px) {
  .new-default-list .list-item {
    padding-top: 2%;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 2%;
    width: 33.3333333333%;
  }
}
.new-default-list .list-thumbnail {
  background-size: cover;
  background-position: center;
  display: block;
}
.new-default-list .list-thumbnail:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.new-default-list .list-thumbnail::after {
  display: none !important;
}
.new-default-list .list-thumbnail img {
  display: none;
}
.new-default-list .list-item.featured {
  width: 100%;
}
.new-default-list .list-item.featured .list-content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 981px) {
  .new-default-list .list-item.featured .list-title {
    font-size: 36px !important;
    line-height: 1.2em !important;
  }
}
.new-default-list .list-item.featured .list-item-wrapper {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 981px) {
  .new-default-list .list-item.featured .list-thumbnail {
    width: 50%;
    margin-bottom: 0;
  }
  .new-default-list .list-item.featured .list-content-wrapper {
    width: 50%;
  }
}
.member-list {
  overflow: hidden;
  margin: -2%;
}
.member-list .list-item {
  width: 21% !important;
  margin: 2%;
}
.member-list .list-item .list-item-wrapper .list-thumbnail {
  margin: 0;
  background: #fff;
  border: 1px solid #eee;
}
.member-list .list-item .list-item-wrapper .list-thumbnail img {
  width: auto;
  max-width: 80%;
  display: block;
}
.member-list .list-item .hover-wrapper {
  background: #0d51a6;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.member-list .list-item .hover-wrapper .url {
  color: #fff;
  text-align: center;
  color: #00a5e5;
  white-space: nowrap;
}
.member-list .list-item .hover-wrapper .url::before {
  content: "";
  font-size: 24px;
  display: block;
  text-align: center;
  width: 100%;
}
.member-list .list-item:hover .hover-wrapper {
  opacity: 1;
}
.home .et_pb_section_2 .et_pb_row_4 {
  padding-bottom: 6%;
}
.home .et_pb_section_2 .et_pb_code, .home .et_pb_section_2 .et_pb_code_inner {
  height: 100%;
}
.home .et_pb_section_2 .mc-posts-list {
  height: 100%;
}
.home .et_pb_section_2 .mc-posts-list .list-item {
  height: 100%;
}
.home .et_pb_section_2 .mc-posts-list .list-read-more {
  position: absolute;
  bottom: 40px;
  left: 0;
}
.team-list .list-item .list-item-wrapper .list-content-wrapper .company::before {
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
  display: inline-block;
  font-weight: 300 !important;
  margin-right: 5px !important;
}
.team-list .list-item .list-item-wrapper .list-content-wrapper .function::before {
  content: "";
  font-family: "Font Awesome 5 Pro", sans-serif;
  display: inline-block;
  font-weight: 300 !important;
  margin-right: 5px !important;
}
.mc-posts-list.mc-posts-list-4-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  margin: -2%;
}
.single .et_pb_row_1 .et_pb_column_0 {
  padding: 0px !important;
}
.search-list .list-title {
  padding-bottom: 0 !important;
  font-size: 20px;
}
.search-list .list-date {
  display: block;
  margin: 10px 0 20px 0;
  color: rgba(0, 0, 0, 0.6);
}
.search-list .list-date::before {
  color: rgba(0, 0, 0, 0.6);
}
/* --------- Default Post detail --------- */
.detail-title {
  font-size: 36px;
  margin-bottom: 30px;
}
.detail-thumbnail {
  margin-top: 60px;
}
.single .et_pb_row_1 .et_pb_column_0 {
  padding: 60px;
}
.single .related-items-wrapper {
  background-color: #0d51a6;
  padding: 60px !important;
}
.single .related-items-wrapper .related-title {
  color: #ffd200;
  font-size: 30px;
  margin-bottom: 20px;
}
.single .related-items-wrapper .mc-related-attachments {
  overflow: hidden;
}
.single .related-items-wrapper .mc-related-attachments li {
  float: left;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.single .related-items-wrapper .mc-related-attachments li a {
  font-weight: 600;
  color: #ffd200;
  color: #fff;
  display: block;
}
.single .related-items-wrapper .mc-related-attachments li a::before {
  content: "";
  margin-right: 5px;
}
.page-heading-wrapper {
  padding: 50px 0 30px 0 !important;
}
.sharing-wrapper {
  max-width: 1600px;
  margin: 0 auto;
}
.et_pb_pagebuilder_layout .et_social_inline {
  display: block;
}
.side-heading {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #0d51a6;
}
.mc-posts-detail-perspective p:empty {
  display: none;
}
.author-wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #f9f9f9;
}
.author-wrapper .author-photo {
  width: 180px;
  background-size: cover;
  background-position: center;
}
.author-wrapper .author-photo:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 100%;
}
.author-wrapper .author-photo img {
  display: none;
}
.author-wrapper .author-info {
  width: calc(100% - 180px);
  padding-left: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.author-wrapper .name, .author-wrapper .excerpt, .author-wrapper .twitter, .author-wrapper .linkedin, .author-wrapper .email, .author-wrapper .biography, .author-wrapper .wordpress {
  display: block;
  margin-right: 10px;
}
.author-wrapper .name i, .author-wrapper .excerpt i, .author-wrapper .twitter i, .author-wrapper .linkedin i, .author-wrapper .email i, .author-wrapper .biography i, .author-wrapper .wordpress i {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.author-wrapper .twitter, .author-wrapper .linkedin, .author-wrapper .email, .author-wrapper .biography, .author-wrapper .wordpress {
  display: inline-block;
  color: #0d51a6;
}
.author-wrapper .biography {
  display: none;
}
.author-wrapper .links-wrapper {
  margin-top: 10px;
}
.author-wrapper .excerpt {
  margin: 10px 0;
}
.author-wrapper .excerpt p {
  display: none;
}
.author-wrapper .name {
  font-size: 24px;
  font-weight: 700;
  font-family: "Salvatore-Black";
}
.related-content-wrapper {
  background: #f9f9f9;
}
.related-content-wrapper .mc-posts-list .list-item {
  background: #fff;
}
.related-content-wrapper .mc-posts-list .list-content-wrapper {
  padding: 30px;
}
/* -- Tabs: jQuery UI -- */
.mc-tabs .ui-tabs-nav {
  overflow: hidden;
  list-style-type: none;
  padding: 0;
}
.mc-tabs .ui-tabs-nav .ui-tabs-tab {
  float: left;
  list-style-type: none;
}
/* -- Tabs -- */
ul.mc-tabs {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style: none;
  flex-direction: row;
}
ul.mc-tabs li {
  background-color: #0d51a6;
  border-color: #0d51a6;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
}
ul.mc-tabs li:hover {
  background-color: #0f5dbe;
}
ul.mc-tabs li:hover {
  border-color: #0f5dbe;
}
ul.mc-tabs li.current {
  background-color: #ffd200;
  border-color: #ffd200;
  color: #000;
}
ul.mc-tabs li.current:hover {
  background-color: #ffd71a;
}
ul.mc-tabs li.current:hover {
  border-color: #ffd71a;
}
.mc-tabs-content {
  display: none;
}
.mc-tabs-content.current {
  display: block;
}
.pods-pagination-paginate {
  font-size: 0;
  display: block;
  margin-top: 2%;
}
.pods-pagination-paginate .page-numbers {
  display: block;
  float: left;
  background-color: #0d51a6;
  color: #fff;
  font-size: 14px;
  margin: 0 1px 0 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.pods-pagination-paginate .current {
  background-color: #ffd200;
}
.pods-pagination-paginate .next::before {
  content: "";
}
.pods-pagination-paginate .prev::before {
  content: "";
}
/* -- Slider: Slick Slider -- */
.slider .slick-list, .slider .slick-track, .slider .slick-slide {
  height: 100%;
}
.slider .slick-slide > div {
  height: 100%;
}
.slider .slide {
  height: 100%;
  position: relative;
}
.slider .slide .slide-container {
  max-width: 100%;
  height: 100%;
  position: relative;
}
.slider .slide .slide-content-wrapper {
  position: absolute;
  box-sizing: border-box;
  color: #fff;
}
.slider .slide .slide-title {
  font-size: 30px;
  line-height: 1.2em;
}
.slider .slide .slide-text {
  font-size: 18px;
  line-height: 1.6em;
}
.slider .slide .mc-button {
  margin-top: 60px;
}
.slider .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  list-style-type: none;
  display: block;
  float: left;
}
.slider .slick-dots li button::before {
  width: 10px;
  height: 10px;
  display: block;
  content: "";
  background: transparent;
  border-radius: 50%;
  border: 1px solid #fff;
}
.slider .slick-dots li.slick-active button::before {
  background: #fff;
}
.slider .slick-prev, .slider .slick-next {
  z-index: 999;
}
.slider .slick-prev::before, .slider .slick-next::before {
  font-size: 30px;
}
.slider .slick-prev {
  left: 50px;
}
.slider .slick-prev::before {
  content: "";
}
.slider .slick-next {
  right: 50px;
}
.slider .slick-next::before {
  content: "";
}
.home-slider2 .slider {
  height: calc(100vh - 145px);
}
@media (min-width: 981px) {
  .home-slider2 .slider {
    height: 75vh;
    min-height: 700px;
  }
}
.home-slider2 .slider .slick-dots {
  display: none;
}
@media (min-width: 981px) {
  .home-slider2 .slider .slick-dots {
    display: block;
  }
}
.home-slider2 .slider .slick-prev {
  left: 5px;
}
@media (min-width: 981px) {
  .home-slider2 .slider .slick-prev {
    left: 20px;
  }
}
.home-slider2 .slider .slick-next {
  right: 5px;
}
@media (min-width: 981px) {
  .home-slider2 .slider .slick-next {
    right: 20px;
  }
}
.home-slider2 .slide {
  background-size: cover;
  background-position: center;
  background-color: #0d51a6;
}
.home-slider2 .slide .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home-slider2 .slide .slide-container {
  display: flex;
  flex-direction: column;
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
  justify-content: center;
}
.home-slider2 .slide .slide-container .slide-content-wrapper {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 981px) {
  .home-slider2 .slide .slide-container .slide-content-wrapper {
    max-width: 75%;
  }
}
@media (min-width: 1400px) {
  .home-slider2 .slide .slide-container .slide-content-wrapper {
    max-width: 50%;
  }
}
.home-slider2 .slide .slide-container .slide-content-wrapper .slide-title {
  font-weight: 700;
  font-size: 28px;
  color: #ffd200;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .home-slider2 .slide .slide-container .slide-content-wrapper .slide-title {
    font-size: 36px;
  }
}
@media (min-width: 981px) {
  .home-slider2 .slide .slide-container .slide-content-wrapper .slide-title {
    font-size: 50px;
  }
}
.home-slider2 .slide .slide-container .slide-content-wrapper .slide-title, .home-slider2 .slide .slide-container .slide-content-wrapper .slide-text {
  padding: 0;
}
.home-slider2 .slide .slide-container .slide-content-wrapper .slide-text {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (min-width: 981px) {
  .home-slider2 .slide .slide-container .slide-content-wrapper .slide-text {
    font-size: 20px;
  }
}
.home-slider .slider {
  height: 900px;
  max-height: 100vh;
  background: #1588cb;
  background: -moz-radial-gradient(center, ellipse cover, #1588cb 0%, #0d51a6 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #1588cb 0%, #0d51a6 100%);
  background: radial-gradient(ellipse at center, #1588cb 0%, #0d51a6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1588cb", endColorstr="#0d51a6",GradientType=1);
}
.home-slider .slider .slide .slide-container {
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 800px;
}
.home-slider .slider .slide .slide-content-wrapper {
  left: 0;
  top: 53%;
  transform: translateY(-50%);
  width: 60%;
  max-width: 60%;
  text-align: left;
}
.home-slider .slider .slide .slide-title, .home-slider .slider .slide .slide-text {
  max-width: 72%;
}
.home-slider .slider .slide .slide-title {
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif !important;
  color: #ffd200;
  font-size: 51px;
}
.home-slider .slider .slide .slide-text {
  font-size: 24px;
}
.home-slider .slider .slick-dots-wrapper {
  width: 80%;
  max-width: 1600px;
  margin: 0 auto;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.home-slider .slider .slick-dots {
  padding: 0;
  left: 0;
  transform: none;
}
.home-slider .slider .slick-dots li button::before {
  opacity: 1;
  background-color: #fff;
}
.home-slider .slider .slick-dots li.slick-active button::before {
  border-color: #ffd200;
  background-color: #ffd200;
}
/* -- Tabs: jQuery UI -- */
.mc-tabs .ui-tabs-nav {
  overflow: hidden;
  list-style-type: none;
  padding: 0;
}
.mc-tabs .ui-tabs-nav .ui-tabs-tab {
  float: left;
  list-style-type: none;
}
/* -- Tabs -- */
ul.mc-tabs {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style: none;
  flex-direction: row;
}
ul.mc-tabs li {
  background-color: #0d51a6;
  border-color: #0d51a6;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
  cursor: pointer;
}
ul.mc-tabs li:hover {
  background-color: #0f5dbe;
}
ul.mc-tabs li:hover {
  border-color: #0f5dbe;
}
ul.mc-tabs li.current {
  background-color: #ffd200;
  border-color: #ffd200;
  color: #000;
}
ul.mc-tabs li.current:hover {
  background-color: #ffd71a;
}
ul.mc-tabs li.current:hover {
  border-color: #ffd71a;
}
.mc-tabs-content {
  display: none;
}
.mc-tabs-content.current {
  display: block;
}
.fc thead {
  border: none;
}
.fc th {
  border-style: none;
}
.fc .fc-view-container .fc-view {
  background-color: rgba(255, 255, 255, 0.1);
}
.fc .fc-view-container .fc-view table {
  margin: 0;
}
.fc .fc-view-container .fc-view table * {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.fc .fc-view-container .fc-view table .fc-widget-header {
  border-left: 1px solid #0d51a6;
  font-size: 12px !important;
  text-transform: uppercase;
  background: #0d51a6;
  color: #fff;
}
.fc .fc-view-container .fc-view table tr td {
  padding: 0;
}
.fc .fc-view-container .fc-view table tr td .fc-day-number {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}
.fc .fc-view-container .fc-view table tr td .fc-today {
  border: none !important;
  background-color: rgba(255, 255, 255, 0);
}
.fc .fc-view-container .fc-view table tr td .fc-today .fc-day-number {
  background: #0d51a6;
  border: none;
  color: #fff;
}
.fc .fc-view-container .fc-view table .fc-body .fc-event {
  background: #0d51a6;
  border-radius: 0;
  border: none;
  color: #fff;
}
.fc .fc-center h2 {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 600;
}
.fc .fc-button {
  border-radius: 0;
  border: none;
  background: #0d51a6;
  color: #fff;
  font-size: 14px;
  text-shadow: none;
  box-shadow: none;
}
.fc .fc-prev-button, .fc .fc-next-button {
  margin-left: 1px;
}
.fc .fc-prev-button .fc-icon::after, .fc .fc-next-button .fc-icon::after {
  font-size: 14px;
}
.fc .fc-prev-button .fc-icon::after {
  content: "";
}
.fc .fc-next-button .fc-icon::after {
  content: "";
}
*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 400;
  color: #000 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
}
.grid:after {
  content: "";
  display: block;
  clear: both;
}
.et_pb_text h2, .et_pb_text h3, .et_pb_text h4, .et_pb_text h5, .et_pb_text h6, .et_pb_text ol, .et_pb_text ul, .et_pb_text p, .mc-posts-detail h2, .mc-posts-detail h3, .mc-posts-detail h4, .mc-posts-detail h5, .mc-posts-detail h6, .mc-posts-detail ol, .mc-posts-detail ul, .mc-posts-detail p {
  padding-bottom: 20px !important;
  overflow-wrap: break-word !important;
}
.et_pb_text ol.roman-lower, .mc-posts-detail ol.roman-lower {
  list-style-type: lower-roman;
  padding-left: 20px;
}
.et_pb_text h2, .mc-posts-detail h2 {
  font-size: 48px;
  font-weight: normal;
  color: #000000;
}
.et_pb_text h3, .mc-posts-detail h3 {
  font-size: 36px;
  font-weight: 600;
  color: #0d51a6;
}
.et_pb_text h4, .mc-posts-detail h4 {
  font-weight: 600;
  color: #0d51a6;
  overflow-wrap: normal;
}
.et_pb_text h5, .mc-posts-detail h5 {
  font-size: 14px;
  font-weight: 600;
  color: #0d51a6;
}
.et_pb_text ul, .mc-posts-detail ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.et_pb_text ul li, .mc-posts-detail ul li {
  margin-bottom: 10px;
  list-style-type: none;
  position: relative;
  margin: 0;
}
.et_pb_text ul li:first-child, .mc-posts-detail ul li:first-child {
  margin-top: 0;
}
.et_pb_text ul li::before, .mc-posts-detail ul li::before {
  content: "";
  float: left;
  display: list-item;
  list-style-position: inside;
  width: 20px;
  margin-left: -20px;
  color: #27A1DA;
}
.et_pb_text ul li .li-content, .mc-posts-detail ul li .li-content {
  display: block;
  width: calc(100% - 30px);
  margin-bottom: 0 !important;
}
a {
  color: #0669b5;
  font-weight: 700;
  text-decoration: none;
}
.et_pb_text ul li::before, .mc-posts-detail ul li::before {
  color: #0669b5 !important;
}
.mc-posts-list .list-item .list-item-wrapper .list-thumbnail img, .team-list .list-item .list-item-wrapper .list-thumbnail img, .member-list .list-item .list-item-wrapper .list-thumbnail img, .member-list .list-item .hover-wrapper, .member-list .list-item .hover-wrapper .url, .home .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap, .home .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mc-button, .mc-button-light, .mc-button-blue, .mc-button-yellow, .filters-button-group button, .filters-button-group .is-checked, .mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-read-more, ul.mc-tabs li, ul.mc-tabs li.current, .team-list .list-item .list-item-wrapper .list-content-wrapper a, .member-list .list-item .hover-wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#top-header {
  background-color: transparent;
  padding: 20px 0 0 0;
}
#top-header li.twitter a span, #top-header li.facebook a span, #top-header li.linkedin a span {
  display: none;
}
#top-header li.twitter a::before {
  content: "";
}
#top-header li.facebook a::before {
  content: "";
}
#top-header li.linkedin a::before {
  content: "";
}
#top-header a {
  color: #fff;
  text-transform: uppercase;
}
#top-header.et-fixed-header {
  background-color: #0d51a6;
}
#top-header.et-fixed-header a {
  color: #ffd200;
}
#main-header {
  box-shadow: none;
  background-color: transparent;
}
#main-header #et_search_icon::before {
  color: #fff;
}
#main-header #top-menu a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
#main-header.et-fixed-header {
  background-color: #0d51a6 !important;
  padding-bottom: 30px;
}
#main-footer {
  background: #ffd200 !important;
}
#main-footer .et_pb_widget a {
  color: #fff;
}
#main-footer .climatepartner {
  display: inline-block;
  max-width: 250px;
  margin-top: 10px;
}
.cst-footer {
  display: flex;
}
.cst-footer .content {
  margin-left: 40px;
  border-left: 1px solid #0d51a6;
  padding-left: 40px;
  display: block;
}
#footer-widgets {
  display: inherit;
}
.cst-footer img.alignleft {
  float: inherit;
  margin: 0 auto;
}
#footer-widgets .footer-widget:nth-child(2) {
  text-align: center;
}
.sub-menu li a {
  color: #0669b5 !important;
}
.page-header-wrapper::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
}
.et_pb_section.et_pb_section_0.page-header-wrapper.et_pb_with_background.et_section_regular {
  padding: 25px 0 0px 0;
}
.page-header-wrapper .et_pb_row .page-title {
  padding: 0;
  color: #000;
  font-size: 31px;
  font-weight: normal;
}
.page-header-wrapper .et_pb_row {
  padding: 30px 0;
}
body:not(.home) #main-header {
  box-shadow: none;
  background-color: #0d51a6;
  padding-bottom: 1%;
}
body:not(.home) #top-header {
  background-color: #0d51a6;
  padding: 20px 0 0 0;
}
#logo {
  height: 90% !important;
  max-height: 90%;
}
.fc .fc-toolbar h2, .home-heading {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 2%;
}
.fc .fc-toolbar h2 .list-terms, .home-heading .list-terms, .fc .fc-toolbar h2 .list-date, .home-heading .list-date {
  color: #fff !important;
}
.home #page-container {
  padding-top: 0 !important;
}
.home .et_pb_blurb {
  position: relative;
}
.home .et_pb_blurb .mc-button {
  margin-top: 20px;
}
.home .et_pb_blurb .et_pb_main_blurb_image {
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  width: 150px;
}
.home .et_pb_blurb .et_pb_main_blurb_image::after {
  display: block;
  padding-top: 100%;
  content: "";
}
.home .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap {
  width: 100%;
  height: 100%;
}
.home .et_pb_blurb .et_pb_main_blurb_image .et_pb_image_wrap img {
  width: 50%;
}
#footer-widgets {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer-widgets .footer-widget:nth-child(2) {
  text-align: right;
}
#footer-widgets .footer-widget:nth-child(2) #text-3 {
  width: 100%;
}
.cst-tab-related .et_pb_tabs_controls li a {
  display: table-cell;
  padding: 20px 30px 20px 30px;
  color: #666;
  line-height: inherit;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.cst-tab-related .et_pb_all_tabs {
  padding: 20px 30px;
  background-color: #f4f4f4;
}
.cst-tab-related .et_pb_tab_active a {
  color: #fff !important;
  background: #000000;
  font-size: 18px;
}
.cst-tab-related .mc-posts-list-3-col .list-item {
  background: #ffffff;
  margin: 1%;
  padding: 2% 3%;
  width: 31.333333% !important;
}
.cst-tab-related .mc-posts-list.mc-posts-list-3-col.related-publication {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
}
.cst-tab-related .mc-posts-list .list-item .list-item-wrapper .list-thumbnail {
  display: none;
}
.cst-tab-related ul.et_pb_tabs_controls {
  background-color: white;
}
.cst-tab-related .mc-posts-list.mc-posts-list-3-col.related-publication h4.list-title {
  font-size: 16px !important;
  line-height: 1.4em;
  margin-bottom: 15px !important;
  margin-top: 10px;
  color: #585d60;
}
.cst-tab-related .mc-posts-list.mc-posts-list-3-col.related-publication h4.list-title a {
  font-weight: 400 !important;
}
.cst-tab-related span.list-date {
  margin-bottom: 10px;
  font-weight: 700;
}
span.list-date:before {
  font-family: "Font Awesome 5 Pro", sans-serif;
  content: "";
  display: inline-block;
  font-weight: 300 !important;
  content: "";
  margin-right: 5px;
  color: #0067b5;
}
.cst-tab-related .mc-posts-list .list-item .list-item-wrapper .list-content-wrapper .list-read-more {
  white-space: nowrap;
  display: inline-block;
  background-color: #0669b4;
  border-color: #0669b4;
  position: unset;
}
.cst-news h2 {
  font-size: 36px !important;
}
#blurb-tabs .tab-title {
  width: 25% !important;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.et_pb_text h4, .mc-posts-detail h4 {
  font-size: 14px;
  font-weight: 600;
  color: #0067b5;
}
.cst-list li {
  border-bottom: 1px solid #c2e1ee;
  padding-bottom: 10px;
  margin-top: 12px !important;
}
.cst-list li:last-child {
  border-bottom: 0 !important;
}
#blurb-tabs .et_pb_blurb_content .et_pb_module_header {
  font-size: 48px !important;
  color: white;
  font-weight: 900;
  line-height: 23px;
}
.carou {
  margin: 0;
}
.carou .slick-slide {
  display: block;
  position: relative;
  background: #fff;
  margin: 25px;
  border: 1px solid #eee;
}
.carou .slick-slide img {
  width: 80%;
}
.carou .slick-slide::after {
  padding-top: 100%;
  content: "";
  display: block;
}
.carou .slick-prev, .carou .slick-next {
  z-index: 1;
}
.carou .slick-prev::before, .carou .slick-next::before {
  color: #FF7795;
  font-size: auto !important;
}
.carou .slick-prev {
  left: -30px;
}
.carou .slick-slide img {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.member-list .list-item.hover-wrapper {
  background: #0d51a6;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.member-list .list-item .hover-wrapper .url {
  color: #fff;
  text-align: center;
  color: #00a5e5;
  white-space: nowrap;
}
.member-list .list-item .hover-wrapper .url::before {
  content: "";
  font-size: 24px;
  display: block;
  text-align: center;
  width: 100%;
}
.member-list .list-item:hover .hover-wrapper {
  opacity: 1;
}
.member-list .list-item:hover .list-thumbnail {
  opacity: 0;
}
.carou.member-list .list-item .list-item-wrapper .list-thumbnail {
  margin: 0;
  background: #fff;
  border: 0 !important;
}
span.hover-title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white !important;
  font-weight: 900;
  line-height: 19px;
}
.SBlack {
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif !important;
}
.SBold {
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif !important;
}
.SRegular {
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif !important;
}
.SThin {
  font-family: "Roboto", Helvetica, Arial, Lucida, sans-serif !important;
}
/* Ovi - Esports: A complete guide by the video games industry - page*/
.menu1-links h3 {
  font-size: 24px;
  display: flex;
  align-items: center;
  color: #E2017D;
  margin-bottom: 10px;
  padding-bottom: 0 !important;
}
.menu1-links h3 a {
  display: flex;
  align-items: center;
}
.menu1-links .menu1-bullet {
  color: #ffffff;
  background-color: #3E194D;
  display: flex;
  width: 20px;
  height: 20px;
  padding: 20px;
  margin-right: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 100px;
}
body:not(.admin-bar).et_fixed_nav.et_secondary_nav_enabled #main-header {
  top: 0 !important;
}
header#main-header {
  height: 111px !important;
}
/*
.sticky-menu-row {
  h3 {
    padding-bottom:0!important;
  }
}
*/
#menu-menu1-links a {
  color: #ffffff;
  font-size: 24px;
  padding: 15px 30px;
}
#menu-menu1-links a.mPS2id-highlight {
  background-color: #e6007e;
}
#menu-menu2-links {
  display: inline-grid;
}
#menu-menu2-links a {
  color: #ffffff;
  background-color: #3C194D;
  font-size: 16px;
  padding: 15px 30px;
}
#menu-menu2-links a.mPS2id-highlight {
  background-color: #e6007e;
}
@media only screen and (min-width: 1919px) {
  #videogameplayers {
    padding-top: 120px !important;
  }
}
@media (min-width: 1250px) {
  .et_menu_container {
    position: relative;
    width: 95%;
    max-width: 1080px;
    margin: auto;
  }
}
@media (max-width: 1500px) {
  #logo {
    height: 55% !important;
    max-height: 87%;
  }
  #top-menu li {
    display: inline-block;
    padding-right: 14px;
    font-size: 14px;
  }
}
@media (max-width: 1350px) {
  #main-header #top-menu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
  }
}
@media (max-width: 1530px) {
  /* COLLAPSIBLE MOBILE MENU*/
  /* when mobile menu is open, change hamburger icon to x icon */
  /* makes sub sub menu icon be right arrow instead of down arrow */
  /* - mobile menu toggling elements, injected via jQuery - */
  /* make menu list item be relative, to be able to position toggle within this item */
  #top-menu-nav, #top-menu {
    display: none;
  }
  #et_mobile_nav_menu {
    display: block;
  }
  .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header {
    position: absolute !important;
  }
  #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
    content: "M";
  }
  #top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
    content: "5";
  }
  #main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
    position: relative;
  }
  #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    top: 4px;
    right: 4px;
    cursor: pointer;
    text-align: center;
  }
  #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 36px;
    font-size: 24px;
    text-transform: none;
    speak: none;
    content: "3";
  }
  #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
    content: "2";
  }
  #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
    display: block !important;
    background-color: rgba(0, 0, 0, 0.03);
  }
  #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
    display: none !important;
    padding-left: 0;
  }
  #main-header #mobile_menu.et_mobile_menu li li {
    padding-left: 0;
  }
  #main-header #mobile_menu.et_mobile_menu li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #main-header #mobile_menu.et_mobile_menu li li a {
    padding-left: 40px;
    padding-right: 20px;
  }
  #main-header #mobile_menu.et_mobile_menu li li li a {
    padding-left: 60px;
    padding-right: 20px;
  }
  #main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
    padding-right: 44px;
  }
  #main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    font-weight: inherit;
  }
  #main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
    font-weight: bolder;
  }
}
@media (max-width: 1220px) {
  #blurb-tabs .tab-title {
    width: 50% !important;
  }
  .entry-content .et_pb_row {
    width: 80% !important;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 1000px) {
  #main-header #top-menu a {
    font-size: 11px;
  }
}
@media (max-width: 981px) {
  /* COLLAPSIBLE MOBILE MENU*/
  /* when mobile menu is open, change hamburger icon to x icon */
  /* makes sub sub menu icon be right arrow instead of down arrow */
  /* - mobile menu toggling elements, injected via jQuery - */
  /* make menu list item be relative, to be able to position toggle within this item */
  #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
    content: "M";
  }
  #top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after, #et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
    content: "5";
  }
  #main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
    position: relative;
  }
  #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
    position: absolute;
    z-index: 1;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    top: 4px;
    right: 4px;
    cursor: pointer;
    text-align: center;
  }
  #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
    font-family: "ETmodules" !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 36px;
    font-size: 24px;
    text-transform: none;
    speak: none;
    content: "3";
  }
  #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
    content: "2";
  }
  #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
    display: block !important;
    background-color: rgba(0, 0, 0, 0.03);
  }
  #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
    display: none !important;
    padding-left: 0;
  }
  #main-header #mobile_menu.et_mobile_menu li li {
    padding-left: 0;
  }
  #main-header #mobile_menu.et_mobile_menu li a {
    padding-left: 20px;
    padding-right: 20px;
  }
  #main-header #mobile_menu.et_mobile_menu li li a {
    padding-left: 40px;
    padding-right: 20px;
  }
  #main-header #mobile_menu.et_mobile_menu li li li a {
    padding-left: 60px;
    padding-right: 20px;
  }
  #main-header #mobile_menu.et_mobile_menu .menu-item-has-children .sub-menu-toggle + a {
    padding-right: 44px;
  }
  #main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    font-weight: inherit;
  }
  #main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
    font-weight: bolder;
  }
  .home-slider .slider {
    max-height: 120vh;
  }
  .page-header-wrapper.offset {
    margin-top: 0px !important;
  }
  .tab-title {
    min-height: 94px !important;
  }
  #logo {
    height: 70% !important;
  }
}
@media (max-width: 768px) {
  .single .et_pb_row {
    width: 80% !important;
  }
  .home-slider .slider .slide .slide-content-wrapper {
    top: 390px !important;
  }
  .home-slider .slider {
    max-height: 170vh;
    height: 100vh;
  }
  .home-slider .slider .slide-container {
    background-size: 100% !important;
    background-position: bottom center !important;
    width: 100% !important;
    padding: 0 40px;
    background: none !important;
  }
  .mc-post-list, .mc-posts-list-2-col, .mc-posts-list-3-col, .mc-posts-list-4-col {
    margin: 0;
  }
  .mc-post-list .list-item, .mc-posts-list-2-col .list-item, .mc-posts-list-3-col .list-item, .mc-posts-list-4-col .list-item {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
  .mc-post-list .list-item .list-item-wrapper .list-title, .mc-posts-list-2-col .list-item .list-item-wrapper .list-title, .mc-posts-list-3-col .list-item .list-item-wrapper .list-title, .mc-posts-list-4-col .list-item .list-item-wrapper .list-title {
    font-size: 20px;
  }
}
@media (min-width: 981px) and (max-width: 12000px) {
  #main-header {
    /*
		#top-menu {
			li {
				&.menu-item-700 {
					display: none;
				}
			}
		}
		*/
  }
  #main-header .container {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
  }
}
