@charset "UTF-8";
/* CSS Reset: https://www.joshwcomeau.com/css/custom-css-reset/ */
*, ::after, ::before {
  box-sizing: border-box;
}
* {
  margin: 0;
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
canvas, img, picture, svg, video {
  display: block;
  max-width: 100%;
}
button, input, select, textarea {
  font: inherit;
}
h1, h2, h3, h4, h5, h6, p {
  overflow-wrap: break-word;
}
#__next, #root {
  isolation: isolate;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}
a {
  color: #f26522;
  -webkit-transition: all 0.2s ease-in-out;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #333333;
}
.wrap {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}
.wrap--narrow {
  max-width: 580px;
}
body {
  background-color: #fff;
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.28;
  overflow-x: hidden;
}
hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 30px 0;
}
img {
  height: auto;
  vertical-align: top;
}
.hidden {
  display: none !important;
}
.site-inner {
  clear: both;
  margin: 0 auto;
}
.wp-custom-logo .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
::-moz-placeholder {
  color: #333;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #333;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}
h1 {
  background: linear-gradient(87.31deg, #ffffff 45.37%, #999999 94.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 76px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 15px;
  text-transform: uppercase;
}
h2 {
  color: #f26522;
  font-size: 59px;
  text-transform: uppercase;
}
h3 {
  color: #181f85;
  font-family: "Inter";
  font-size: 42px;
  line-height: 0.9;
  text-transform: uppercase;
}
h4 {
  font-size: 32px;
  text-transform: uppercase;
}
h5 {
  font-size: 24px;
  letter-spacing: 1.2px;
}
h6 {
  font-size: 16px;
}
li {
  list-style-type: none;
}
p {
  margin-bottom: 30px;
}
button, input[type="button"], input[type="submit"], .button {
  background: #f26522;
  border-radius: 42px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1.5;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  width: auto;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, .button:hover, .button:focus {
  background: #333333;
  color: #fff;
}
input, select, textarea {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 42px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 10px 15px;
  text-transform: uppercase;
  width: 100%;
}
input:focus, select:focus, textarea:focus {
  border: 1px solid #999;
  outline: none;
}
input[type="checkbox"] {
  appearance: none;
  background: none;
  border: 1px solid #fff;
  border-radius: 0;
  cursor: pointer;
  display: grid;
  height: 30px;
  padding: 10px;
  place-content: center;
  width: 30px;
}
input[type="checkbox"]::before {
  box-shadow: inset 22px 22px #f26522;
  content: "";
  height: 22px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  width: 22px;
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}
.site-header {
  line-height: 1;
  padding-top: 40px;
  position: fixed;
  transition: all 0.3s ease-out;
  width: 100%;
  z-index: 9999;
}
.site-header.sticky {
  background: #000;
  padding-top: 0;
}
.site-header.sticky img {
  width: 150px;
}
.site-header .wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.site-header a {
  color: #fff;
  display: block;
  font-family: "Red Hat Display", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
.site-header a:focus, .site-header a:hover {
  color: #f26522;
}
.site-header .icon {
  display: inline-block;
  margin-right: 3px;
  vertical-align: middle;
}
.site-header ul {
  list-style-type: none;
  padding: 0;
}
.site-header .genesis-nav-menu {
  display: flex;
  gap: 44px;
}
.site-header .genesis-nav-menu li {
  align-items: center;
  display: flex;
  position: relative;
}
.site-header .genesis-nav-menu input {
  padding-right: 35px;
}
.site-header .genesis-nav-menu li:nth-last-child(2) a {
  background-color: #f26522;
  border-radius: 19px;
  color: #fff;
  padding-left: 12px;
  padding-right: 12px;
}
.site-header .genesis-nav-menu li:nth-last-child(2) a:hover {
  background: #181f85;
}
.site-header .sub-menu {
  display: none;
}
.title-area {
  float: left;
  max-width: 350px;
}
.title-area .site-description, .title-area .site-title {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.title-area .site-description a, .title-area .site-title a {
  background-position: center !important;
  background-size: contain !important;
  float: left;
  min-height: 83px;
  width: 100%;
}
.header-search {
  background: #fff;
  border: 1px solid #000;
  color: #000;
  max-height: 450px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 20px;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 10000;
}
.header-search .spinner {
  color: #181f85;
  font-size: 36px;
  text-align: center;
}
.header-search .empty-results {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}
.header-search a {
  color: #181f85;
  font-family: "Gotham Condensed", Arial, sans-serif;
  font-size: 24px;
  margin: 0 !important;
  padding: 0 !important;
}
.header-search .speaker {
  margin-bottom: 20px;
}
.header-search .speaker:last-child {
  margin-bottom: 0;
}
.after-header {
  background-color: #000;
  background-position: center 25%;
  background-repeat: no-repeat;
  background-size: clamp(100px, 1920px, 100%) auto;
  background-size: cover;
  color: #fff;
}
.after-header::after {
  content: "";
  position: absolute;
  height: 150px;
  width: 100%;
  top: 0;
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2525385154) 100%);
}
.after-header .wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 700px;
  justify-content: center;
  max-width: 740px;
  padding-top: 110px;
}
.after-header .tagline {
  font-size: 24px;
}
.after-header--home {
  background-position: center;
  background-repeat: no-repeat;
}
.after-header--home::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 72px solid #fff;
  border-left: 100vw solid transparent;
  margin-top: -72px;
  max-width: 100%;
}
.after-header--home .wrap {
  display: block;
  height: 900px;
  max-width: 850px;
  padding-top: 350px;
  text-align: center;
}
.after-header--home .text {
  font-size: 26px;
  line-height: 1.5;
  margin-bottom: 48px;
  padding: 0 80px;
}
.after-header--home .button {
  padding: 15px 32px;
}
.after-header--experts {
  background-color: #000;
  border-color: #fff;
  color: #fff;
}
.after-header--experts .main-search-row {
  position: relative;
  max-width: 500px;
  width: 100%;
}
.after-header--experts #main-search {
  padding-right: 54px;
}
.after-header--experts .icon {
  top: 8px;
}
.footer-cta {
  background-color: #181f85;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
.footer-cta h4 {
  font-size: 45px;
}
.footer-cta .cols {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.footer-cta input {
  line-height: 1.5;
}
.footer-cta input[type="submit"] {
  padding: 9px 26px;
}
.site-footer {
  background-color: #000;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 120px 0 70px 0;
  position: relative;
}
.site-footer::before {
  content: "";
  display: block;
  filter: brightness(0%) invert(0%) sepia(8%) saturate(657%) hue-rotate(333deg) brightness(80%) contrast(85%);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("/wp-content/themes/expertecho/assets/css/../img/square-pattern.png");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 0;
}
.site-footer .cols {
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.site-footer .col--right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.site-footer .col--right .icon {
  height: 28px;
  margin-right: 15px;
  width: 28px;
}
.site-footer .widget {
  margin-bottom: 20px;
}
.site-footer .widget-title {
  line-height: 1;
  margin-bottom: 15px;
  text-transform: initial;
}
.site-footer .custom-html-widget {
  line-height: 1.8;
  margin-bottom: 5px;
}
.site-footer .icon {
  color: #f26522;
  display: inline-block;
  margin-right: 5px;
  transition: all 0.2s ease-out;
  vertical-align: middle;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #181f85;
}
.site-footer a:hover .icon {
  color: #fff;
}
.site-footer ul {
  padding: 0;
}
.aligncenter {
  text-align: center;
}
a.aligncenter img {
  display: block;
  margin: 0 auto;
}
a.alignnone {
  display: inline-block;
}
.alignleft {
  float: left;
  text-align: left;
}
.alignright {
  float: right;
  text-align: right;
}
a.alignleft, a.alignnone, a.alignright {
  max-width: 100%;
}
img.centered, .aligncenter {
  display: block;
  margin: 0 auto 30px;
}
img.alignnone, .alignnone {
  margin-bottom: 15px;
}
a.alignleft, img.alignleft, .wp-caption.alignleft {
  margin: 0 20px 20px 0;
}
a.alignright, img.alignright, .wp-caption.alignright {
  margin: 0 0 20px 20px;
}
.gallery-caption, .wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.entry-content .wp-audio-shortcode, .entry-content .wp-playlist, .entry-content .wp-video {
  margin: 0 0 30px;
}
.widget {
  margin-bottom: 40px;
}
.widget li {
  margin-bottom: 10px;
}
.widget p:last-child, .widget li:last-child {
  margin-bottom: 0;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.icon--spinner {
  animation: spin 1s linear infinite;
  display: inline-block;
}
.icon--search {
  color: #f26522;
  font-size: 16px;
  position: absolute;
  right: 22px;
  top: 20px;
}
body.home .about-section {
  background-color: #fff;
  background-image: url("/wp-content/themes/expertecho/assets/css/../img/home-about-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  font-size: 25px;
  letter-spacing: 1px;
  line-height: 2;
  padding: 140px 0 140px 0;
  text-align: center;
}
body.home .categories-section {
  background-color: #000;
  color: #f26522;
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.75px;
  line-height: 43px;
  padding: 55px 0 110px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
body.home .categories-section::after {
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 72px solid #181f85;
  border-left: 100vw solid transparent;
  margin-top: -72px;
  max-width: 100%;
  position: absolute;
}
body.home .categories-section a {
  color: #fff;
}
body.home .categories-section a:hover {
  color: #f26522;
}
body.home .categories-section .button-block {
  margin-top: 24px;
}
body.home .categories-section .button {
  border-color: #fff;
  padding: 15px 32px;
}
body.home .categories-section .button:hover {
  color: #fff;
}
body.home .blue-section {
  background: #181f85;
  color: #fff;
  position: relative;
}
body.home .blue-section::after {
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 105px solid #fff;
  border-left: 100vw solid transparent;
  margin-top: -105px;
  max-width: 100%;
  position: absolute;
}
body.home .blue-section .cols {
  display: flex;
  gap: 100px;
  padding-top: 20px;
  padding-bottom: 320px;
}
body.home .blue-section .col--left {
  flex: 1;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 58px;
}
body.home .blue-section .col--right {
  color: #cbcbcb;
  flex: 1;
  font-size: 20px;
  line-height: 1.8;
  padding-top: 100px;
}
body.home .links-section {
  margin-bottom: -260px;
  position: relative;
  top: -230px;
}
body.home .links-section .cols {
  display: flex;
  justify-content: space-between;
}
body.home .links-section a {
  align-items: center;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  font-family: "Inter";
  font-size: 40px;
  font-weight: 700;
  height: 520px;
  justify-content: center;
  line-height: 1;
  padding: 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 3s ease-out;
  width: 260px;
}
body.home .links-section a:hover {
  background-position: right;
}
body.home .text-section {
  font-size: 25px;
  letter-spacing: 0.5px;
  line-height: 1.65;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 160px;
  position: relative;
  text-align: center;
}
body.home .text-section::after {
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-bottom: 105px solid #181f85;
  border-left: 100vw solid transparent;
  margin-top: -105px;
  max-width: 100%;
  position: absolute;
}
body.page-template-template-about .text {
  line-height: 1.5;
}
body.page-template-template-about .mission-section {
  margin: 60px 0;
}
body.page-template-template-about .mission-section .cols {
  align-items: center;
  display: flex;
  gap: 60px;
}
body.page-template-template-about .mission-section .cols .col {
  flex: 1;
}
body.page-template-template-about .what-we-do-section {
  margin-bottom: 60px;
}
body.page-template-template-about .what-we-do-section .cols {
  align-items: center;
  display: flex;
  gap: 60px;
}
body.page-template-template-about .what-we-do-section .cols .col {
  flex: 1;
}
body.page-template-template-about .cta-section {
  background: #181f85;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
body.page-template-template-about .cta-section h2 {
  color: #fff;
}
body.page-template-template-about .cta-section .text {
  margin-bottom: 30px;
}
body.page-template-template-about .cta-section .button {
  padding: 16px 50px;
}
body.page-template-template-about .who-we-are-section {
  margin: 60px 0;
  text-align: center;
}
body.page-template-template-about .who-we-are-section img {
  display: inline-block;
  margin-bottom: 30px;
  max-width: 600px;
}
body.page-template-template-experts .search-page-content {
  display: flex;
}
body.page-template-template-experts .search-page-content .col--left {
  background-color: #181f85;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 60px 0;
  width: 25%;
}
body.page-template-template-experts .search-page-content .col--left .heading {
  color: #f26522;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
  margin-top: 22px;
  margin-bottom: 5px;
  padding: 0 80px;
  text-transform: uppercase;
}
body.page-template-template-experts .search-page-content .col--left .filter-row {
  align-items: center;
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  padding: 0 80px;
}
body.page-template-template-experts .search-page-content .col--right {
  padding: 30px;
  width: 75%;
}
body.page-template-template-experts .search-page-content .main-results {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
body.page-template-template-experts .search-page-content .empty-results {
  font-size: 32px;
  font-weight: 700;
}
body.page-template-template-experts .search-page-content .spinner {
  font-size: 32px;
}
body.page-template-template-experts .search-expert {
  background-blend-mode: saturation;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  display: flex;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 18px;
  height: 300px;
  text-decoration: none;
  padding: 20px;
  position: relative;
  width: 300px;
}
body.page-template-template-experts .search-expert::after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  transition: background 0.3s ease-in-out;
  width: 100%;
}
body.page-template-template-experts .search-expert:hover {
  color: #fff;
}
body.page-template-template-experts .search-expert:hover::after {
  background: rgba(0, 0, 155, 0.5);
}
body.page-template-template-experts .search-expert .add-button {
  background: #181f85;
  color: #fff;
  font-size: 32px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s ease-out;
  z-index: 3;
}
body.page-template-template-experts .search-expert .add-button.active {
  background: #f26522;
}
body.page-template-template-experts .search-expert .add-button:hover {
  background: #222;
}
body.page-template-template-experts .search-expert .search-expert-content {
  margin-top: auto;
  position: relative;
  z-index: 10;
}
body.page-template-template-experts .search-expert .search-expert-content .name {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.9;
  margin-bottom: 3px;
  text-transform: uppercase;
}
body.page-template-template-experts .search-expert .search-expert-content p {
  margin: 0;
}
.toast-container {
  align-items: flex-end;
  bottom: 130px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-end;
  position: fixed;
  right: 40px;
  width: 1000px;
  z-index: 9999;
}
.toast-container .toast {
  background: #222;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  padding: 12px 16px;
  pointer-events: none;
  position: absolute;
  transform: translateY(var(--shift-y, 0));
  transition: transform 0.6s ease, opacity 0.6s ease-out;
}
@keyframes shortlist-pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(242, 101, 34, 0.5);
  }
  70% {
    transform: scale(1.1);
    box-shadow: 0 0 0 10px rgba(242, 101, 34, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(242, 101, 34, 0);
  }
}
.shortlist {
  background: #f26522;
  border-radius: 50%;
  bottom: 40px;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  position: fixed;
  right: 40px;
  text-align: center;
  transition: 0.2s ease-out;
  z-index: 100;
}
.shortlist a {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 8px 24px;
}
.shortlist:hover {
  background: #222;
}
.shortlist.pulse {
  animation: shortlist-pulse 0.4s ease;
}
.pagination {
  display: flex;
  font-size: 24px;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}
.pagination a {
  color: #181f85;
  padding: 4px 0;
}
.pagination a:hover {
  color: #f26522;
}
.pagination .current {
  background: #f26522;
  border-radius: 5px;
  color: #fff;
  padding: 4px 15px;
}
body.single-experts .expert-info {
  background: #181f85;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 35px 0;
}
body.single-experts .expert-info .categories {
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 42px;
  font-weight: 600;
  gap: 20px;
  letter-spacing: 1px;
  line-height: 1.2;
  margin-bottom: 30px;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
}
body.single-experts .expert-info .categories .circle {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  opacity: 0.2;
  width: 12px;
}
body.single-experts .expert-info a {
  color: #fff;
}
body.single-experts .expert-info a:hover {
  color: #f26522;
}
body.single-experts .expert-info .cols {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  gap: 40px;
  justify-content: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
body.single-experts .expert-info .col a {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 10px;
}
body.single-experts .expert-info .col a:hover {
  color: #f26522;
}
body.single-experts .expert-info .col a:hover .icon {
  background: #222;
  color: #fff;
}
body.single-experts .expert-info .icon {
  background: #f26522;
  border-radius: 50%;
  height: 60px;
  padding: 12px;
  transition: background 0.3s ease-out;
  width: 60px;
}
body.single-experts .expert-menu {
  background: #000;
  padding: 26px 0;
  text-align: right;
  text-transform: uppercase;
}
body.single-experts .expert-menu .expert-menu-nav {
  display: flex;
  justify-content: center;
  gap: 64px;
}
body.single-experts .expert-menu a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1.2px;
}
body.single-experts .expert-menu a:hover {
  color: #f26522;
}
body.single-experts .expert-content {
  padding-top: 80px;
}
body.single-experts .expert-content .row {
  margin-bottom: 80px;
}
body.single-experts .expert-content #expert-profile h3 {
  margin-bottom: 30px;
}
body.single-experts .expert-content #expert-profile .cols {
  display: flex;
}
body.single-experts .expert-content #expert-profile .col--left {
  border-right: 3px solid #f26522;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.42;
  padding-right: 50px;
  width: 400px;
}
body.single-experts .expert-content #expert-profile .col--right {
  flex: 1;
  font-size: 20px;
  line-height: 1.777;
  padding-left: 50px;
}
body.single-experts .expert-content #expert-talking-points h3 {
  margin-bottom: 45px;
  text-align: center;
}
body.single-experts .expert-content #expert-talking-points .cols {
  display: flex;
  gap: 16px;
}
body.single-experts .expert-content #expert-talking-points .col {
  background: #181f85;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 90px 45px 70px 45px;
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
body.single-experts .expert-content #expert-talking-points .col:hover {
  background: linear-gradient(#ffffff10, #ffffff10), #181f85;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
body.single-experts .expert-content #expert-talking-points .talking-point__icon {
  align-items: center;
  background: #f26522;
  display: flex;
  height: 60px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
body.single-experts .expert-content #expert-talking-points .talking-point__icon .icon {
  font-size: 32px;
}
body.single-experts .expert-content #expert-talking-points .talking-point__title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1.8px;
  line-height: 1;
  margin-bottom: 26px;
  text-transform: uppercase;
}
body.single-experts .expert-content #expert-talking-points .talking-point__text {
  line-height: 1.666;
  opacity: 0.75;
}
body.single-experts .expert-content #expert-media h3 {
  margin-bottom: 45px;
  text-align: center;
}
body.single-experts .expert-content #expert-media .carousel-cell {
  margin-right: 10px;
  text-align: center;
  width: 100%;
}
body.single-experts .expert-content #expert-media iframe {
  aspect-ratio: 1.7777777778;
  width: 100%;
}
body.single-experts .expert-content #expert-media .flickity-button:hover {
  color: #f26522;
}
body.single-experts .expert-content #expert-feedback {
  text-align: center;
}
body.single-experts .expert-content #expert-feedback h3 {
  margin-bottom: 45px;
  text-align: center;
}
body.single-experts .expert-content #expert-feedback .feedback {
  position: relative;
}
body.single-experts .expert-content #expert-feedback .feedback:first-child {
  margin-bottom: 65px;
}
body.single-experts .expert-content #expert-feedback .feedback:first-child::before {
  color: #f1f2f2;
  content: "“";
  display: block;
  font-family: Arial, sans-serif;
  font-size: 979px;
  font-weight: 700;
  left: 0;
  position: absolute;
  line-height: 0.5;
  position: absolute;
  top: 0;
  z-index: -1;
}
body.single-experts .expert-content #expert-feedback .feedback:first-child::after {
  color: #f1f2f2;
  content: "”";
  display: block;
  font-family: Arial, sans-serif;
  font-size: 979px;
  font-weight: 700;
  line-height: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
body.single-experts .expert-content #expert-feedback .feedback:first-child .quote {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.42;
  margin-bottom: 32px;
  padding: 0;
}
body.single-experts .expert-content #expert-feedback .quote {
  line-height: 1.777;
  margin-bottom: 20px;
  padding: 0 180px;
}
body.single-experts .expert-content #expert-feedback .author {
  color: #181f85;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
body.page-template-template-shortlist .shortlist-content {
  font-size: 30px;
  letter-spacing: 2px;
  padding-top: 40px;
  text-transform: uppercase;
  text-align: left;
}
body.page-template-template-shortlist .shortlist-buttons {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
body.page-template-template-shortlist .shortlist-buttons .col {
  background: #181f85;
  flex: 1;
  transition: background 0.3s ease-out;
}
body.page-template-template-shortlist .shortlist-buttons .col:hover {
  background-color: #f26522;
}
body.page-template-template-shortlist .shortlist-buttons a {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 12px 20px;
  text-decoration: none;
}
body.page-template-template-shortlist .shortlist-buttons .icon {
  height: 30px;
  margin-right: 15px;
  width: 30px;
}
body.page-template-template-shortlist .shortlist-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 60px;
}
body.page-template-template-shortlist .search-expert {
  background-blend-mode: saturation;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  display: flex;
  font-size: 15px;
  letter-spacing: 0.75px;
  line-height: 18px;
  height: 288px;
  text-decoration: none;
  padding: 20px;
  position: relative;
  width: 288px;
}
body.page-template-template-shortlist .search-expert::after {
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  transition: background 0.3s ease-in-out;
  width: 100%;
}
body.page-template-template-shortlist .remove-button {
  background: #f26522;
  color: #fff;
  font-size: 32px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s ease-out;
  z-index: 3;
}
body.page-template-template-shortlist .remove-button:hover {
  background: #222;
}
body.page-template-template-shortlist .search-expert-content {
  margin-top: auto;
  position: relative;
  z-index: 10;
}
body.page-template-template-shortlist .search-expert-content .name {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.9;
  margin-bottom: 3px;
  text-transform: uppercase;
}
body.page-template-template-shortlist .search-expert-content p {
  margin: 0;
}
body.page-template-template-enquiries .enquire-section {
  padding: 60px 0;
}
body.page-template-template-enquiries .enquire-section .cols {
  display: flex;
}
body.page-template-template-enquiries .enquire-section .col {
  flex: 1;
}
body.page-template-template-enquiries .enquire-section .col--right {
  padding-top: 30px;
}
body.page-template-template-enquiries .enquire-section .heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
body.page-template-template-enquiries .enquire-section .wpcf7 {
  padding-top: 40px;
}
body.page-template-template-enquiries .enquire-section .input-row {
  align-items: center;
  border-bottom: 1px solid #000;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
}
body.page-template-template-enquiries .enquire-section .input-row.has-speakers {
  margin-bottom: 38px;
}
body.page-template-template-enquiries .enquire-section .input-row-flex .left, body.page-template-template-enquiries .enquire-section .input-row-flex .right {
  display: flex;
  flex: 1;
}
body.page-template-template-enquiries .enquire-section p {
  margin-bottom: 0;
  width: 100%;
}
body.page-template-template-enquiries .enquire-section label {
  color: #181f85;
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
body.page-template-template-enquiries .enquire-section .wpcf7-form-control-wrap {
  display: flex;
  flex: 1;
}
body.page-template-template-enquiries .enquire-section input[type="text"], body.page-template-template-enquiries .enquire-section input[type="email"], body.page-template-template-enquiries .enquire-section textarea {
  border: none;
  font-size: 16px;
  letter-spacing: 0;
  padding: 0 15px 0 30px;
  resize: none;
}
body.page-template-template-enquiries .enquire-section input[type="submit"] {
  border: none;
  padding: 18px 62px;
}
body.page-template-template-enquiries .enquire-section .enquire-expert {
  display: flex;
  margin-bottom: 48px;
}
body.page-template-template-enquiries .enquire-section .enquire-expert .left {
  border: 1px solid #000;
  height: 86px;
  overflow: hidden;
  transform: rotate(45deg);
  width: 86px;
}
body.page-template-template-enquiries .enquire-section .enquire-expert .left .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
  margin: -17px;
  transform: rotate(-45deg);
  width: 120px;
}
body.page-template-template-enquiries .enquire-section .enquire-expert .right {
  flex: 1;
  padding-left: 48px;
}
body.page-template-template-enquiries .enquire-section .enquire-expert .name {
  color: #181f85;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.3s ease-out;
}
body.page-template-template-enquiries .enquire-section .enquire-expert .categories {
  font-size: 14px;
  letter-spacing: 0.6px;
}
body.page-template-template-enquiries .enquire-section .enquire-expert .close {
  color: #aaa;
  cursor: pointer;
  font-size: 20px;
  padding-top: 12px;
  transition: color 0.3s linear;
}
body.page-template-template-enquiries .enquire-section .enquire-expert .close:hover {
  color: #f00;
}
body.page-template-template-enquiries .enquire-section #enquire-experts-search {
  background: #fff;
  border: 1px solid #000;
  margin-left: 80px;
  max-height: 512px;
  overflow-y: scroll;
  padding: 40px;
  position: absolute;
  top: 40px;
  width: calc(100% - 80px);
  z-index: 10000;
}
body.page-template-template-enquiries .enquire-section #enquire-experts-search .spinner {
  color: #181f85;
  font-size: 36px;
  text-align: center;
}
body.page-template-template-enquiries .enquire-section #enquire-experts-search .empty-results {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
}
body.page-template-template-enquiries .enquire-section #enquire-experts-search .enquire-expert {
  cursor: pointer;
}
body.page-template-template-enquiries .enquire-section #enquire-experts-search .enquire-expert:hover .name {
  color: #f26522;
}
body.page-template-template-enquiries .enquire-section #enquire-experts-search .enquire-expert:last-child {
  margin-bottom: 0;
}
body.page-template-template-enquiries .enquire-section #enquire-experts-search .left {
  height: 73px;
  width: 73px;
}
body.page-template-template-enquiries .enquire-section #enquire-experts-search .left .image {
  height: 100px;
  margin: -15px;
  width: 100px;
}
body.page-template-template-enquiries .enquire-section #enquire-experts-search .close {
  display: none !important;
}
@media (max-width: 1439px) {
  .site-header .genesis-nav-menu {
    gap: 12px;
  }
  body.home .blue-section .cols {
    gap: 60px;
  }
}
@media (max-width: 959px) {
  .site-header .genesis-nav-menu li:nth-last-child(2) a {
    background: none;
  }
  .site-header .genesis-nav-menu li:nth-last-child(2) a:hover {
    background: none;
  }
}
@media (max-width: 1023px) {
  h1 {
    font-size: 60px;
  }
  .site-header .genesis-nav-menu li:last-child {
    display: none;
  }
  body.home .after-header .wrap {
    height: 620px;
    padding-top: 220px;
  }
  .after-header--home .text {
    font-size: 24px;
  }
  body.home .about-section {
    padding: 80px 0;
  }
  body.home .blue-section .cols {
    flex-direction: column;
    padding-bottom: 270px;
  }
  body.home .blue-section .col--left {
    padding-top: 30px;
  }
  body.home .blue-section .col--right {
    padding-top: 0;
  }
  body.home .links-section .cols {
    flex-direction: column;
    gap: 20px;
  }
  body.home .links-section a {
    height: 200px;
    width: 100%;
  }
  body.home .links-section a:hover {
    background-position: 50% 25%;
  }
}
/*# sourceMappingURL=https://expertecho.jmliao.com/wp-content/build/scss_library/b87d51e54632c4cee2c9545ecf08b69ffae80e7a.css.map */