@charset "UTF-8";
/**
 * Font Sizes
 *
**/
/**  
 * Clearfix
 *
 */
/**
 * Icon Position
 *
 */
/* HTML5 Reset
--------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible;
}

progress,
sub,
sup {
  vertical-align: baseline;
}

[type=checkbox],
[type=radio],
legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box;
}

*,
*,
*:after {
  box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  display: table;
  content: " ";
}
.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  content: "";
  display: table;
  clear: both;
}

.js .animated {
  opacity: 0;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.js .animatedGo {
  animation-duration: 0.5s;
  animation-fill-mode: both;
}

/* Animations
--------------------------------------------- */
.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-500px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(500px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.growIn {
  animation-name: growIn;
}

@keyframes growIn {
  0% {
    opacity: 0;
    transform: translateY(100px) scale(0.1);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.delayed_02s {
  animation-delay: 0.2s;
}

.delayed_03s {
  animation-delay: 0.3s;
}

.delayed_04s {
  animation-delay: 0.4s;
}

.delayed_05s {
  animation-delay: 0.5s;
}

.delayed_06s {
  animation-delay: 0.6s;
}

.delayed_07s {
  animation-delay: 0.7s;
}

.delayed_08s {
  animation-delay: 0.8s;
}

.delayed_09s {
  animation-delay: 0.9s;
}

.delayed_10s {
  animation-delay: 1s;
}

.delayed_15s {
  animation-delay: 1.5s;
}

.delayed_20s {
  animation-delay: 2s;
}

.animated.fadeInLeft_onScroll.animationGo {
  animation-name: fadeInLeft;
}

.animated.fadeInRight_onScroll.animationGo {
  animation-name: fadeInRight;
}

.animated.growIn_onScroll.animationGo {
  animation-name: growIn;
}

.animated.fadeInUp_onScroll.animationGo {
  animation-name: fadeInUp;
}

.animated.fadeInDown_onScroll.animationGo {
  animation-name: fadeInDown;
}

/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
}

html,
body {
  overflow-x: hidden;
}

body {
  color: #3c4f58;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.625;
  margin: 0;
}
@media (min-width: 768px) {
  body {
    font-size: 17px;
  }
}
@media (min-width: 960px) {
  body {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  body {
    font-size: 20px;
  }
}

a {
  color: #00c0ff;
  text-decoration: underline;
  transition: all ease-in-out 0.2s;
}

a:focus,
a:hover {
  color: #0074ab;
  text-decoration: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 32px 0;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

cite {
  font-style: normal;
}

mark {
  background: #ddd;
  color: #484848;
}

button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: 0.2s;
}

p.intro {
  font-size: 20px;
}
@media (min-width: 768px) {
  p.intro {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  p.intro {
    font-size: 24px;
  }
}
@media (min-width: 1400px) {
  p.intro {
    font-size: 28px;
  }
}

p.disclaimer {
  color: #888;
  font-size: 12px;
}
@media (min-width: 768px) {
  p.disclaimer {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  p.disclaimer {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  p.disclaimer {
    font-size: 16px;
  }
}

.textcenter {
  text-align: center;
}

/* Paragraphs
--------------------------------------------- */
p {
  margin: 0 0 24px;
  padding: 0;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 32px;
  }
}
p.large, p.has-large-font-size {
  font-size: 20px;
}
@media (min-width: 960px) {
  p.large, p.has-large-font-size {
    font-size: 24px;
  }
}
p.has-regular-font-size {
  font-size: 20px;
}
p.small, p.has-small-font-size {
  font-size: 16px;
}

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DM Serif Display", serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 16px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #10ac84;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #0b7459;
  text-decoration: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}

h1 {
  font-size: 37px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 45px;
  }
}
@media (min-width: 960px) {
  h1 {
    font-size: 58px;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 58px;
  }
}

h2 {
  font-size: 36px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 36px;
  }
}
@media (min-width: 960px) {
  h2 {
    font-size: 48px;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 48px;
  }
}

h3 {
  font-size: 30px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 30px;
  }
}
@media (min-width: 960px) {
  h3 {
    font-size: 36px;
  }
}
@media (min-width: 1400px) {
  h3 {
    font-size: 36px;
  }
}

h4 {
  font-size: 20px;
  color: #0b3047;
}
@media (min-width: 768px) {
  h4 {
    font-size: 22px;
  }
}
@media (min-width: 960px) {
  h4 {
    font-size: 25px;
  }
}
@media (min-width: 1400px) {
  h4 {
    font-size: 25px;
  }
}

h5 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  h5 {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 16px;
  font-weight: 300;
}
@media (min-width: 768px) {
  h6 {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  h6 {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  h6 {
    font-size: 20px;
  }
}

/* Button
--------------------------------------------- */
.wp-block-button__link {
  border-radius: 0;
  background-color: #10ac84;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 24px;
  margin-bottom: 32px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}
.wp-block-button__link:hover {
  text-decoration: none;
}
.is-style-full .wp-block-button__link, .wp-block-button__link.full {
  display: block;
  width: 100%;
}
.is-style-text.wp-block-button .wp-block-button__link {
  background-color: transparent;
  border-bottom: 1px solid #10ac84;
  border-radius: 0;
  padding: 12px 0 2px 0;
}
.is-style-text.wp-block-button .wp-block-button__link:not(.has-text-color) {
  color: #10ac84;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.wp-block-button__link:not(.has-background) {
  background-color: #10ac84;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #074f3c;
}
.wp-block-button__link.has-green-color:hover, .wp-block-button__link.has-green-color:focus {
  color: #10ac84;
}
.wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:focus {
  background-color: #0b7459;
}
.is-style-text.wp-block-button .wp-block-button__link.has-green-color {
  border-color: #10ac84;
  color: #10ac84;
}
.is-style-text.wp-block-button .wp-block-button__link.has-green-color:focus, .is-style-text.wp-block-button .wp-block-button__link.has-green-color:hover {
  background-color: transparent;
  color: #0b7459;
  border-color: #0b7459;
}
.wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
  color: #0095db;
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
  background-color: #006b9e;
}
.is-style-text.wp-block-button .wp-block-button__link.has-blue-color {
  border-color: #0095db;
  color: #0095db;
}
.is-style-text.wp-block-button .wp-block-button__link.has-blue-color:focus, .is-style-text.wp-block-button .wp-block-button__link.has-blue-color:hover {
  background-color: transparent;
  color: #006b9e;
  border-color: #006b9e;
}
.wp-block-button__link.has-light-blue-color:hover, .wp-block-button__link.has-light-blue-color:focus {
  color: #e5f4fb;
}
.wp-block-button__link.has-light-blue-background-color:hover, .wp-block-button__link.has-light-blue-background-color:focus {
  background-color: #b0def3;
}
.is-style-text.wp-block-button .wp-block-button__link.has-light-blue-color {
  border-color: #e5f4fb;
  color: #e5f4fb;
}
.is-style-text.wp-block-button .wp-block-button__link.has-light-blue-color:focus, .is-style-text.wp-block-button .wp-block-button__link.has-light-blue-color:hover {
  background-color: transparent;
  color: #b0def3;
  border-color: #b0def3;
}
.wp-block-button__link.has-dark-blue-color:hover, .wp-block-button__link.has-dark-blue-color:focus {
  color: #0b3047;
}
.wp-block-button__link.has-dark-blue-background-color:hover, .wp-block-button__link.has-dark-blue-background-color:focus {
  background-color: #030c12;
}
.is-style-text.wp-block-button .wp-block-button__link.has-dark-blue-color {
  border-color: #0b3047;
  color: #0b3047;
}
.is-style-text.wp-block-button .wp-block-button__link.has-dark-blue-color:focus, .is-style-text.wp-block-button .wp-block-button__link.has-dark-blue-color:hover {
  background-color: transparent;
  color: #030c12;
  border-color: #030c12;
}
.wp-block-button__link.has-hero-bkg-color:hover, .wp-block-button__link.has-hero-bkg-color:focus {
  color: #003149;
}
.wp-block-button__link.has-hero-bkg-background-color:hover, .wp-block-button__link.has-hero-bkg-background-color:focus {
  background-color: #00080c;
}
.is-style-text.wp-block-button .wp-block-button__link.has-hero-bkg-color {
  border-color: #003149;
  color: #003149;
}
.is-style-text.wp-block-button .wp-block-button__link.has-hero-bkg-color:focus, .is-style-text.wp-block-button .wp-block-button__link.has-hero-bkg-color:hover {
  background-color: transparent;
  color: #00080c;
  border-color: #00080c;
}
.wp-block-button__link.has-dark-grey-color:hover, .wp-block-button__link.has-dark-grey-color:focus {
  color: #555;
}
.wp-block-button__link.has-dark-grey-background-color:hover, .wp-block-button__link.has-dark-grey-background-color:focus {
  background-color: #363636;
}
.is-style-text.wp-block-button .wp-block-button__link.has-dark-grey-color {
  border-color: #555;
  color: #555;
}
.is-style-text.wp-block-button .wp-block-button__link.has-dark-grey-color:focus, .is-style-text.wp-block-button .wp-block-button__link.has-dark-grey-color:hover {
  background-color: transparent;
  color: #363636;
  border-color: #363636;
}
.wp-block-button__link.has-grey-color:hover, .wp-block-button__link.has-grey-color:focus {
  color: #64777e;
}
.wp-block-button__link.has-grey-background-color:hover, .wp-block-button__link.has-grey-background-color:focus {
  background-color: #49575c;
}
.is-style-text.wp-block-button .wp-block-button__link.has-grey-color {
  border-color: #64777e;
  color: #64777e;
}
.is-style-text.wp-block-button .wp-block-button__link.has-grey-color:focus, .is-style-text.wp-block-button .wp-block-button__link.has-grey-color:hover {
  background-color: transparent;
  color: #49575c;
  border-color: #49575c;
}
.wp-block-button__link.has-light-grey-color:hover, .wp-block-button__link.has-light-grey-color:focus {
  color: #d8d8d8;
}
.wp-block-button__link.has-light-grey-background-color:hover, .wp-block-button__link.has-light-grey-background-color:focus {
  background-color: #b9b9b9;
}
.is-style-text.wp-block-button .wp-block-button__link.has-light-grey-color {
  border-color: #d8d8d8;
  color: #d8d8d8;
}
.is-style-text.wp-block-button .wp-block-button__link.has-light-grey-color:focus, .is-style-text.wp-block-button .wp-block-button__link.has-light-grey-color:hover {
  background-color: transparent;
  color: #b9b9b9;
  border-color: #b9b9b9;
}
.wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
  color: #222;
}
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
  background-color: #030303;
}
.is-style-text.wp-block-button .wp-block-button__link.has-black-color {
  border-color: #222;
  color: #222;
}
.is-style-text.wp-block-button .wp-block-button__link.has-black-color:focus, .is-style-text.wp-block-button .wp-block-button__link.has-black-color:hover {
  background-color: transparent;
  color: #030303;
  border-color: #030303;
}
.wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus {
  color: #fff;
}
.wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
  background-color: #e0e0e0;
}
.is-style-text.wp-block-button .wp-block-button__link.has-white-color {
  border-color: #fff;
  color: #fff;
}
.is-style-text.wp-block-button .wp-block-button__link.has-white-color:focus, .is-style-text.wp-block-button .wp-block-button__link.has-white-color:hover {
  background-color: transparent;
  color: #e0e0e0;
  border-color: #e0e0e0;
}

p.lead {
  font-size: 20px;
}

.svb-button {
  border-radius: 0;
  background-color: #10ac84;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 24px;
  margin-bottom: 32px;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  width: auto;
}
.svb-button:hover, .svb-button:focus {
  background-color: #074f3c;
  border: none;
}

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent;
  font-style: italic;
  text-align: left;
}
blockquote p,
blockquote.wp-block-quote p {
  color: #3c4f58;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  color: #3c4f58;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-top: 12px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
    font-size: 18px;
  }
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
blockquote.is-large p, blockquote.is-style-large p,
blockquote.wp-block-quote.is-large p,
blockquote.wp-block-quote.is-style-large p {
  font-size: 24px;
}
@media (min-width: 768px) {
  blockquote.is-large p, blockquote.is-style-large p,
blockquote.wp-block-quote.is-large p,
blockquote.wp-block-quote.is-style-large p {
    font-size: 36px;
  }
}
blockquote.is-large cite, blockquote.is-style-large cite,
blockquote.wp-block-quote.is-large cite,
blockquote.wp-block-quote.is-style-large cite {
  text-align: left;
}

/* Pull Quote
--------------------------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0;
}
.wp-block-pullquote blockquote {
  border-left: 0;
  border-top: 4px solid #888;
  border-bottom: 8px solid #888;
  padding: 16px 0;
  text-align: center;
  max-width: 50%;
  margin: 0 auto;
}
.wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
  max-width: 100%;
}

/* Separator
--------------------------------------------- */
.wp-block-separator:not(.is-style-dots),
hr:not(.is-style-dots) {
  background-color: #888;
  border: 0;
  height: 2px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
hr:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  height: 4px;
  background: transparent;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before,
hr:not(.is-style-wide):not(.is-style-dots)::before {
  content: "";
  display: block;
  height: 4px;
  width: 40px;
  background: #888;
}
.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #888;
  font-size: 18px;
  letter-spacing: 12px;
  padding-left: 12px;
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

figure {
  margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden;
}
.gallery img {
  border: 1px solid #eee;
  height: auto;
  padding: 4px;
}
.gallery img:focus, .gallery img:hover {
  border: 1px solid #64777e;
  outline: none;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
  clear: left;
}

.gallery-item {
  float: left;
  margin: 0 0 30px;
  text-align: center;
}

/* Tables
--------------------------------------------- */
table,
.wp-block-table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 32px;
  width: 100%;
  word-break: break-all;
}
table tbody,
.wp-block-table tbody {
  border-bottom: 1px solid #eee;
}
table td,
table th,
.wp-block-table td,
.wp-block-table th {
  text-align: left;
}
table td,
.wp-block-table td {
  border-top: 1px solid #eee;
  padding: 6px;
}
table th,
.wp-block-table th {
  font-weight: 400;
  padding: 0 6px;
}
table td:first-child,
table th:first-child,
.wp-block-table td:first-child,
.wp-block-table th:first-child {
  padding-left: 0;
}

/* Color Options
--------------------------------------------- */
.has-green-color {
  color: #10ac84;
}

.has-green-background-color {
  background-color: #10ac84;
}

.has-blue-color {
  color: #0095db;
}

.has-blue-background-color {
  background-color: #0095db;
}

.has-light-blue-color {
  color: #e5f4fb;
}

.has-light-blue-background-color {
  background-color: #e5f4fb;
}

.has-dark-blue-color {
  color: #0b3047;
}

.has-dark-blue-background-color {
  background-color: #0b3047;
}

.has-hero-bkg-color {
  color: #003149;
}

.has-hero-bkg-background-color {
  background-color: #003149;
}

.has-dark-grey-color {
  color: #555;
}

.has-dark-grey-background-color {
  background-color: #555;
}

.has-grey-color {
  color: #64777e;
}

.has-grey-background-color {
  background-color: #64777e;
}

.has-light-grey-color {
  color: #d8d8d8;
}

.has-light-grey-background-color {
  background-color: #d8d8d8;
}

.has-black-color {
  color: #222;
}

.has-black-background-color {
  background-color: #222;
}

.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}

/* Utilities
---------------------------------------------------------------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left;
}

/**
*
* GRID!!!!!!!
* Grid layout utility classes.
*
---------------------------------------------------------------------------------------------------- */
/* Blcks
--------------------------------------------- */
.blck {
  padding: 64px 0;
}

.blck-grey {
  background-color: #d8d8d8;
}

.blck-2-cols > div {
  float: left;
  width: 47%;
  margin-right: 6%;
}
.blck-2-cols > div:nth-of-type(2) {
  margin-right: 0;
}

.blck-3-cols div {
  float: left;
  width: 30%;
  margin-right: 5%;
}
.blck-3-cols div:nth-of-type(3) {
  margin-right: 0;
}

@supports (grid-area: auto) {
  .blck-2-cols,
.blck-3-cols {
    display: block;
  }
  .blck-2-cols > div,
.blck-3-cols > div {
    float: none;
    margin-bottom: 30px;
    margin-right: 0;
    width: 100%;
  }
  @media (min-width: 768px) {
    .blck-2-cols > div,
.blck-3-cols > div {
      margin-bottom: 0;
    }
  }
  @media (min-width: 768px) {
    .blck-2-cols,
.blck-3-cols {
      display: grid;
      grid-gap: 30px;
    }
  }
  .blck-content-middle > div {
    align-self: center;
    justify-self: center;
  }
  .blck-2-cols {
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
  .blck-3-cols {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
/* Custom Block Styles
--------------------------------------------- */
.block-section {
  padding: 72px 0;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #222;
  font-size: 16px;
  font-weight: 400;
  padding: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  input,
select,
textarea {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  input,
select,
textarea {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  input,
select,
textarea {
    font-size: 20px;
  }
}

input:focus,
textarea:focus {
  border: 1px solid #64777e;
  outline: none;
}

input[type=checkbox],
input[type=image],
input[type=radio] {
  width: auto;
}

::-moz-placeholder {
  color: #888;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #888;
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
  background-color: #00C0FF;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 40px;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
}
@media (min-width: 768px) {
  button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  button,
input[type=button],
input[type=reset],
input[type=submit],
.button {
    font-size: 18px;
  }
}

button:focus,
button:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=submit]:focus,
input[type=submit]:hover,
.button:focus,
.button:hover {
  background-color: #0074ab;
  color: #fff;
}

a.button.ghost,
button.ghost,
input[type=button].ghost,
input[type=reset].ghost,
input[type=submit].ghost {
  background-color: transparent;
  border: 2px solid #10ac84;
  color: #10ac84;
}

a.button.ghost:focus,
a.button.ghost:hover,
button.ghost:focus,
button.ghost:hover,
input[type=button].ghost:focus,
input[type=button].ghost:hover,
input[type=reset].ghost:focus,
input[type=reset].ghost:hover,
input[type=submit].ghost:focus,
input[type=submit].ghost:hover {
  background-color: transparent;
  border: 2px solid #0b7459;
  color: #0b7459;
}

.career-hero .button {
  line-height: 1.2;
  padding: 10px 20px;
}
@media (min-width: 768px) {
  .career-hero .button {
    line-height: 40px;
    padding: 10px 40px;
  }
}

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff;
}

.button {
  display: inline-block;
}

a.button.small,
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 4px 12px;
}
@media (min-width: 768px) {
  a.button.small,
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small {
    font-size: 14px;
  }
}
@media (min-width: 960px) {
  a.button.small,
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small {
    font-size: 15px;
  }
}
@media (min-width: 1400px) {
  a.button.small,
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small {
    font-size: 15px;
  }
}
@media (min-width: 768px) {
  a.button.small,
button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small {
    padding: 5px 12px;
  }
}

a.button.large,
button.large,
input[type=button].large,
input[type=reset].large,
input[type=submit].large {
  font-size: 16px;
  font-weight: 700;
  padding: 14px 24px;
}
@media (min-width: 768px) {
  a.button.large,
button.large,
input[type=button].large,
input[type=reset].large,
input[type=submit].large {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  a.button.large,
button.large,
input[type=button].large,
input[type=reset].large,
input[type=submit].large {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  a.button.large,
button.large,
input[type=button].large,
input[type=reset].large,
input[type=submit].large {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  a.button.large,
button.large,
input[type=button].large,
input[type=reset].large,
input[type=submit].large {
    letter-spacing: 2px;
    padding: 18px 30px;
  }
}

a.button.secondary,
button.secondary,
input[type=button].secondary,
input[type=reset].secondary,
input[type=submit].secondary {
  background-color: #0d304a;
}

a.button.secondary:focus,
a.button.secondary:hover,
button.secondary:focus,
button.secondary:hover,
input[type=button].secondary:focus,
input[type=button].secondary:hover,
input[type=reset].secondary:focus,
input[type=reset].secondary:hover,
input[type=submit].secondary:focus,
input[type=submit].secondary:hover {
  background-color: #01192c;
}

a.button.text,
button.text,
input[type=button].text,
input[type=reset].text,
input[type=submit].text {
  background-color: transparent;
  border-bottom: 4px solid #10ac84;
  border-radius: 0;
  color: #222;
  font-weight: 700;
  padding: 10px 0 4px 0;
}
@media (min-width: 768px) {
  a.button.text,
button.text,
input[type=button].text,
input[type=reset].text,
input[type=submit].text {
    padding: 10px 0 4px 0;
  }
}

a.button.text:focus,
a.button.text:hover,
button.text:focus,
button.text:hover,
input[type=button].text:focus,
input[type=button].text:hover,
input[type=reset].text:focus,
input[type=reset].text:hover,
input[type=submit].text:focus,
input[type=submit].text:hover {
  background-color: transparent;
  color: #10ac84;
}

a.button.small.text,
button.small.text,
input[type=button].small.text,
input[type=reset].small.text,
input[type=submit].small.text {
  border-bottom: 3px solid #10ac84;
  font-weight: 500;
  padding: 10px 0 2px 0;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type=button]:disabled,
.site-container input[type=button]:disabled:hover,
.site-container input[type=reset]:disabled,
.site-container input[type=reset]:disabled:hover,
.site-container input[type=submit]:disabled,
.site-container input[type=submit]:disabled:hover {
  background-color: #d8d8d8;
  border-width: 0;
  color: #888;
  cursor: not-allowed;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button {
  display: none;
}

.button-group a.button,
.button-group button,
.button-group input[type=button],
.button-group input[type=reset],
.button-group input[type=submit] {
  margin-right: 32px;
}

/* Search Form
--------------------------------------------- */
.search-form {
  border: 1px solid #d8d8d8;
  max-width: 400px;
  position: relative;
  overflow: hidden;
}
.search-form .search-field {
  border: none;
  padding-right: 32px;
}
.search-form .search-submit {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  min-width: 0;
  width: 24px;
  height: 24px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 12px;
}
.search-form .search-submit svg {
  fill: #10ac84;
  width: 16px;
  height: 16px;
  margin-top: calc((14 - 16px) / 2);
}

.entry-content .search-form {
  margin-bottom: 32px;
  width: 50%;
}

.post-password-form input[type=submit],
.search-form input[type=submit] {
  margin-top: 10px;
}

.widget_search input[type=submit] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Site Containers
--------------------------------------------- */
.site-container {
  word-wrap: break-word;
}

.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 0;
}

.wrap {
  margin: 0 5%;
  max-width: 100%;
  width: auto;
}
.wrap::before {
  display: table;
  content: " ";
}
.wrap::after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 767px) {
  .wrap {
    margin: 0 15px;
  }
}
@media (min-width: 1400px) {
  .wrap {
    margin: 0 auto;
    max-width: 1320px;
  }
}

/* Content
--------------------------------------------- */
.content {
  margin: 0 auto;
  max-width: 650px;
}
@media (min-width: 960px) {
  .content {
    float: left;
    width: 650px;
  }
}

@media (min-width: 960px) {
  .sidebar-content .content {
    float: right;
  }
}

@media (min-width: 960px) {
  .full-width-content-narrow .content,
.landing-page .content {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.sidebar {
  margin: 0 auto;
  max-width: 650px;
}
@media (min-width: 960px) {
  .sidebar {
    float: right;
    width: 30%;
  }
}

@media (min-width: 960px) {
  .sidebar-content .sidebar {
    float: left;
  }
}

.full-width-content .content {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 960px) {
  .full-width-content .content {
    float: none;
    max-width: 1320px;
    width: 100%;
  }
}

@media (min-width: 960px) {
  .archive.full-width-content .content .entry {
    border: 1px solid #d8d8d8;
    float: left;
    margin-right: 4%;
    padding: 48px 32px;
    text-align: center;
    width: 48%;
  }
  .archive.full-width-content .content .entry:nth-of-type(2n) {
    margin-right: 0;
  }
}

/* Sidebar Layout
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.5;
}

.sidebar .widget {
  background-color: #f5f5f5;
  border-radius: 5px;
  margin-bottom: 32px;
  padding: 32px;
}

.sidebar p {
  margin-bottom: 20px;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type=submit]:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #484848;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.more-link {
  position: relative;
}

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link .skip-link-hidden {
  display: none;
  visibility: hidden;
}
.genesis-skip-link li {
  height: 0;
  list-style: none;
  width: 0;
}

/* Display outline on focus */
:focus {
  outline: #ddd solid 1px;
}

/* Column Classes - For old school...
--------------------------------------------- */
@media (min-width: 768px) {
  .five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.5641025641%;
  }
  .one-half,
.three-sixths,
.two-fourths {
    width: 48.7179487179%;
  }
  .one-third,
.two-sixths {
    width: 31.6239316239%;
  }
  .four-sixths,
.two-thirds {
    width: 65.811965812%;
  }
  .one-fourth {
    width: 48.7179487179%;
  }
  .one-fourth:nth-of-type(even), .one-fourth.first {
    margin-left: 0;
  }
  .three-fourths {
    width: 74.358974359%;
  }
  .one-sixth {
    width: 14.5299145299%;
  }
  .five-sixths {
    width: 82.905982906%;
  }
  .first {
    clear: both;
    margin-left: 0;
  }
}
@media (min-width: 960px) {
  .one-fourth {
    width: 23.0769230769%;
  }
  .one-fourth:nth-of-type(even) {
    margin-left: 2.5641025641%;
  }
  .one-fourth.first {
    margin-left: 0;
  }
}
/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 32px 0;
}
@media (min-width: 768px) {
  .pagination {
    margin: 96px 0 72px;
  }
}

.adjacent-entry-pagination {
  margin-bottom: 0;
}

.archive-pagination li {
  display: inline;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  order: 3;
  margin-right: 5px;
}
.archive-pagination li.pagination-omission {
  margin: 0 16px;
}
.archive-pagination li a {
  background-color: #64777e;
  color: #222;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 14px 17px 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.archive-pagination li a:focus, .archive-pagination li a:hover {
  background-color: #222;
  color: #fff;
}
.archive-pagination li.active a {
  background-color: #222;
  color: #fff;
}

.paged .archive-pagination li:nth-of-type(2) a {
  border-top-left-radius: 10px;
}
.paged .archive-pagination li:nth-last-of-type(2) a {
  border-bottom-right-radius: 10px;
}

.archive-pagination li.pagination-next a,
.archive-pagination li.pagination-previous a {
  background-color: transparent;
  color: #10ac84;
}
.archive-pagination li.pagination-next a:focus, .archive-pagination li.pagination-next a:hover,
.archive-pagination li.pagination-previous a:focus,
.archive-pagination li.pagination-previous a:hover {
  color: #15e4af;
}

.archive-pagination ul {
  display: flex;
}
@media (max-width: 768px) {
  .archive-pagination ul {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

.archive-pagination li.pagination-next,
.archive-pagination li.pagination-previous {
  width: 50%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 0 10px;
}

.archive-pagination li.pagination-previous {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  order: 1;
}

.archive-pagination li.pagination-next {
  text-align: right;
}
@media (max-width: 768px) {
  .archive-pagination li.pagination-next {
    order: 2;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
  }
}
.archive-pagination li.pagination-next a {
  transition: all 0.3s;
  position: relative;
  margin-right: -30px;
}
.archive-pagination li.pagination-next a::after {
  content: " ";
  display: inline-block;
  width: 21px;
  height: 9px;
  top: 10px;
  right: 0;
  margin-left: 16px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  transition: all 0.3s;
  background-image: url("../images/purple_arrow_short.svg");
  margin-right: 15px;
}
.archive-pagination li.pagination-next a:hover::after {
  background-image: url("../images/purple_arrow_short.svg");
  width: 36px;
  margin-right: 0;
}

.archive-pagination li.pagination-previous a {
  transition: all 0.3s;
  position: relative;
  margin-left: -30px;
}
.archive-pagination li.pagination-previous a::before {
  content: " ";
  display: inline-block;
  width: 21px;
  height: 9px;
  top: 10px;
  right: 0;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  transition: all 0.3s;
  background-image: url("../images/purple_arrow_short.svg");
  margin-left: 15px;
  transform: rotate(180deg);
}
.archive-pagination li.pagination-previous a:hover::before {
  background-image: url("../images/purple_arrow_short.svg");
  width: 36px;
  margin-left: 0;
}

.archive-pagination li.pagination-previous span {
  color: #555;
  margin-left: -30px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 14px 17px 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.4;
}
.archive-pagination li.pagination-previous span::before {
  content: " ";
  opacity: 0.7;
  display: inline-block;
  width: 21px;
  height: 9px;
  top: 10px;
  right: 0;
  margin-right: 16px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  transition: all 0.3s;
  background-image: url("../images/purple_arrow_short.svg");
  margin-left: 15px;
  transform: rotate(180deg);
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.archive-pagination li.pagination-next span {
  color: #555;
  margin-right: -30px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 4px;
  padding: 14px 17px 12px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.4;
}
.archive-pagination li.pagination-next span::after {
  content: " ";
  opacity: 0.7;
  display: inline-block;
  width: 21px;
  height: 9px;
  top: 10px;
  right: 0;
  margin-left: 16px;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  transition: all 0.3s;
  background-image: url("../images/purple_arrow_short.svg");
  margin-right: 15px;
  -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -o-filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumb {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  margin-bottom: 32px;
  padding-bottom: 16px;
}

/* Blog Layout
--------------------------------------------- */
.archive-description {
  padding-bottom: 16px;
  margin-bottom: 32px;
}
.archive-description p:last-child {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .archive-description {
    margin-bottom: 48px;
    padding-bottom: 32px;
  }
}

@media (min-width: 960px) {
  .full-width-content .archive-description {
    text-align: center;
  }
}
.full-width-content .archive-description p {
  margin: 32px auto 0;
  max-width: 650px;
}

.news-header,
.event-header,
.transaction-header,
.market-updates-header,
.research-header,
.podcast-header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 60px 25px;
}
@media (min-width: 769px) {
  .news-header,
.event-header,
.transaction-header,
.market-updates-header,
.research-header,
.podcast-header {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 960px) {
  .news-header,
.event-header,
.transaction-header,
.market-updates-header,
.research-header,
.podcast-header {
    padding: 100px;
  }
}

.single-post .content {
  max-width: unset;
}
@media (min-width: 769px) {
  .single-post .entry-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .single-post .entry-content {
    padding-left: 100px;
    padding-right: 100px;
    margin: 0;
  }
}

@media (min-width: 1400px) {
  .single-post .entry-content,
.single-market-updates .entry-content,
.single-podcast .entry-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
}

.post-type-archive-podcast .news-pagination-wrapper {
  background: transparent;
}
.post-type-archive-podcast main.content {
  max-width: unset;
}
.post-type-archive-podcast .title-and-subscribes {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 50px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .post-type-archive-podcast .title-and-subscribes .subscribes {
    width: 50%;
  }
  .post-type-archive-podcast .title-and-subscribes .subscribes .item-with-children {
    text-align: right;
  }
}

.podcast-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #b6bec8;
}
.podcast-summary .podcast-img,
.podcast-summary .replace-img {
  width: 134px;
  height: 134px;
  border: 0.5px solid #b6bec8;
}
.podcast-summary .podcast-img img,
.podcast-summary .replace-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.podcast-summary .replace-img {
  background-color: #ddd;
}
.podcast-summary .body-content {
  width: calc(100% - 154px);
  display: flex;
  align-items: flex-end;
}
.podcast-summary .podcast-link {
  margin: 15px;
}
.podcast-summary .podcast-link::after {
  content: "";
  border: solid #64777e;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.podcast-summary .podcast-content span.category {
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
}
.podcast-summary .podcast-content p {
  font-size: 18px;
  margin-bottom: 15px;
}
.podcast-summary .podcast-content .podcast-title {
  color: #0b3047;
  font-family: "DM Sans", sans-serif;
  font-size: 25px;
  margin-bottom: 10px;
  font-weight: bold;
  line-height: 1.28;
}
.podcast-summary .podcast-content .podcast-title a {
  text-decoration: none;
  color: inherit;
}
@media (max-width: 768px) {
  .podcast-summary {
    flex-direction: column;
  }
  .podcast-summary .body-content {
    width: 100%;
  }
}

.single-podcast main.content {
  max-width: unset;
}

.fbx-player-wrapper #fusebox-player-QlkR1vjVYB.fbx-player .fbx-playlist .fbx-playlist-items.fbx-two-columns .fbx-scrollable-content .fbx-playlist-item,
.fbx-player-wrapper #fusebox-popovers-QlkR1vjVYB .fbx-popover .fbx-playlist .fbx-playlist-items.fbx-two-columns .fbx-scrollable-content .fbx-playlist-item {
  width: 100% !important;
}
.fbx-player-wrapper #fusebox-player-QlkR1vjVYB.fbx-player .fbx-playlist .fbx-playlist-items.fbx-two-columns .fbx-scrollable-content .fbx-playlist-item:nth-child(2n),
.fbx-player-wrapper #fusebox-popovers-QlkR1vjVYB .fbx-popover .fbx-playlist .fbx-playlist-items.fbx-two-columns .fbx-scrollable-content .fbx-playlist-item:nth-child(2n) {
  margin-left: 0 !important;
}
.fbx-player-wrapper #fusebox-player-QlkR1vjVYB.fbx-player .fbx-playlist .fbx-two-columns .fbx-playlist-item:nth-last-child(2),
.fbx-player-wrapper #fusebox-popovers-QlkR1vjVYB .fbx-popover .fbx-playlist .fbx-two-columns .fbx-playlist-item:nth-last-child(2) {
  border-bottom: 1px solid var(--fusebox-playlist-item-border) !important;
}
.fbx-player-wrapper #fusebox-player-QlkR1vjVYB.fbx-player .fbx-playlist .fbx-playlist-header,
.fbx-player-wrapper #fusebox-popovers-QlkR1vjVYB .fbx-popover .fbx-playlist .fbx-playlist-header {
  flex-wrap: wrap;
}

.podcast-header {
  height: 426px;
}

.podcasts-wrapper {
  margin-bottom: 60px;
}
@media (min-width: 960px) {
  .podcasts-wrapper {
    padding-right: 55px;
    padding-left: 55px;
  }
}
@media (min-width: 1400px) {
  .podcasts-wrapper {
    padding-right: 105px;
    padding-left: 105px;
  }
}
.podcasts-wrapper .podcast-content-text {
  max-width: 847px;
  margin-top: 25px;
  margin-bottom: 60px;
}
.podcasts-wrapper .podcast-content-text h2 {
  color: #0b3047;
}
.podcasts-wrapper span.category {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-weight: 400;
  color: #7d96aa;
}
.podcasts-wrapper span.category a {
  text-decoration: none;
  font-weight: 900;
}
.podcasts-wrapper span.category .category-item {
  color: #7d96aa;
  letter-spacing: 0.9px;
  font-weight: 900;
}

.single-podcast header {
  width: 100%;
}

/* Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 32px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0;
}

.widget ul > li {
  margin-bottom: 10px;
}

.widget ul > li:last-of-type {
  padding-bottom: 0;
}

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px;
}

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0;
}

.widget_calendar table {
  width: 100%;
}

.widget_calendar td,
.widget_calendar th {
  text-align: center;
}

.widget-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .widget-title {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .widget-title {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .widget-title {
    font-size: 20px;
  }
}

/* Plugins
---------------------------------------------------------------------------------------------------- */
/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
}
.site-header > .wrap {
  margin: 0;
}
@media (min-width: 768px) {
  .site-header {
    padding: 16px;
    width: 100%;
  }
  .site-header > .wrap {
    margin: 0 auto;
  }
}

/* Title Area
--------------------------------------------- */
.site-title {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  text-indent: -9999px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .site-title {
    font-size: 24px;
  }
}
@media (min-width: 960px) {
  .site-title {
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  .site-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .site-title {
    margin-top: 20px;
    margin-left: 10px;
  }
}

.site-title a {
  background: url(../images/SVB_logo_Securities_Horizontal_2colorNavyBlue_RGB.png) no-repeat center center;
  background-size: contain;
  display: block;
  height: 35px;
  width: 170px;
  padding: 3px;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
  border: none !important;
  outline: none !important;
  color: #484848;
  text-decoration: none;
}

.site-description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.secondary-header-menu {
  display: none;
  max-width: 1320px;
  padding: 20px 40px 0px 20px;
  margin: 0 auto;
}
@media (min-width: 961px) {
  .secondary-header-menu {
    padding: 20px 70px 0px 20px;
  }
}
@media (min-width: 1401px) {
  .secondary-header-menu {
    padding: 20px 115px 0px 20px;
  }
}
@media (min-width: 769px) {
  .secondary-header-menu {
    display: block;
  }
}
.secondary-header-menu .menu {
  display: flex;
  justify-content: flex-end;
}
.secondary-header-menu .menu li {
  margin-left: 40px;
  font-size: 14px;
}
.secondary-header-menu .menu li a {
  color: #a7b2b6;
  text-decoration: none;
}
.secondary-header-menu .menu li a:hover {
  text-decoration: underline;
}
.secondary-header-menu .menu .svb a {
  color: #374e5a;
}

.site-header .wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0 25px;
}
@media (min-width: 961px) {
  .site-header .wrap {
    padding: 0 50px;
  }
}
@media (min-width: 1401px) {
  .site-header .wrap {
    padding: 0 105px;
  }
}
.site-header .wrap .nav-mobile {
  display: block;
  order: 10;
}
@media (max-width: 768px) {
  .site-header .wrap .nav-mobile {
    position: absolute;
    top: 23px;
    right: 15px;
  }
}
@media (min-width: 769px) {
  .site-header .wrap .nav-mobile {
    display: none;
  }
}
.site-header .wrap .nav-mobile .mobile-menu-toggle.active {
  background: #fff !important;
}
.site-header .wrap .nav-mobile .mobile-menu-toggle.active svg {
  fill: #0095db !important;
}
.site-header .wrap .nav-mobile .mobile-menu-toggle {
  position: relative;
  display: block;
  width: 100%;
  padding: 0 10px;
  background: none;
  border: none;
  border-radius: 0;
}
.site-header .wrap .nav-mobile .mobile-menu-toggle.active {
  color: #fff;
  outline: none;
}
.site-header .wrap .nav-mobile .mobile-menu-toggle.active svg {
  fill: #fff;
}
.site-header .wrap .nav-mobile .mobile-menu-toggle:focus {
  outline: none;
}
.site-header .wrap .nav-mobile .mobile-menu-toggle svg {
  vertical-align: middle;
}
.site-header .wrap .nav-mobile .mobile-menu-toggle .menu-close {
  display: none;
}
.site-header .wrap .nav-mobile .mobile-menu-toggle.active .menu-close {
  display: inline;
}
.site-header .wrap .nav-mobile .mobile-menu-toggle.active .menu-open {
  display: none;
}
.site-header .wrap .title-area {
  order: 1;
}
.site-header .wrap .header-search {
  order: 3;
}
@media (max-width: 768px) {
  .site-header .wrap .header-search {
    position: absolute;
    top: 5px;
    right: 50px;
  }
}
.site-header .wrap .header-search .mobile-search-toggle {
  padding: 0 10px 0 20px;
  margin-left: 25px;
  line-height: 1;
  background: none;
}
@media (max-width: 768px) {
  .site-header .wrap .header-search .mobile-search-toggle {
    margin-top: 32px;
    border-right: 1px solid #bfd7e2;
  }
}
@media (min-width: 769px) {
  .site-header .wrap .header-search .mobile-search-toggle {
    margin-top: 18px;
    border-left: 1px solid #bfd7e2;
  }
}
@media (min-width: 768px) {
  .site-header .wrap .header-search .mobile-search-toggle {
    display: block;
  }
}
@media (min-width: 1400px) {
  .site-header .wrap .header-search .mobile-search-toggle {
    display: block;
  }
}
.site-header .wrap .header-search .mobile-search-toggle svg {
  width: 15px;
  height: 15px;
  margin-top: calc((15px - 15px) / 2);
}
.site-header .wrap .header-search .mobile-search-toggle .search-close {
  display: none;
}
.site-header .wrap .nav-primary {
  flex-grow: 1;
  order: 12;
  width: 100%;
}
@media (min-width: 769px) {
  .site-header .wrap .nav-primary {
    order: 2;
    width: auto;
  }
}
.site-header .wrap .nav-primary.active .menu-primary {
  display: block;
}
.site-header .wrap .nav-primary.active .menu-primary > .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .wrap .nav-primary.active .menu-primary > .menu-item-has-children > a::after {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 8px;
  position: relative;
  transform: rotate(-225deg);
  width: 8px;
  border-color: #d8d8d8;
  margin: 5px;
  transition: all 0.5s ease-in-out;
}
.site-header .wrap .nav-primary.active .menu-primary > .menu-item-has-children.expanded > a::after {
  transform: rotate(-45deg);
  top: 5px;
}
.site-header .wrap .header-search-form-wrapper {
  position: absolute;
  top: 75px;
  right: 0;
  left: 0;
  z-index: 9999;
  order: 4;
  width: 100%;
  height: 88px;
  overflow: hidden;
  visibility: hidden;
  background: #004b6c;
  box-shadow: 0px 40px 40px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: visibility 0s, opacity 0.2s linear;
}
@media (min-width: 769px) {
  .site-header .wrap .header-search-form-wrapper {
    top: 53px;
  }
}
.site-header .wrap .header-search-form-wrapper.search-active {
  visibility: visible;
  opacity: 1;
}
.site-header .wrap .header-search-form-wrapper .svg-icon.search-close {
  fill: #fff;
}
.site-header .wrap .header-search-form-wrapper .search-close {
  position: absolute;
  top: 30px;
  right: 13px;
}
@media (min-width: 960px) {
  .site-header .wrap .header-search-form-wrapper .search-close {
    right: 112px;
  }
}
.site-header .wrap .header-search-form-wrapper .search-close:hover {
  cursor: pointer;
}
.site-header .wrap .header-search-form-wrapper .search-form {
  max-width: 80% !important;
  padding: 4px;
  margin-top: 10px;
  margin-left: 15px;
  background-color: #004b6c;
  border: none;
}
@media (min-width: 960px) {
  .site-header .wrap .header-search-form-wrapper .search-form {
    margin-left: 105px;
  }
}
.site-header .wrap .header-search-form-wrapper .search-form input {
  padding-left: 30px;
  color: #fff;
  background-color: #004b6c;
}
.site-header .wrap .header-search-form-wrapper .search-form input::placeholder {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.site-header .wrap .header-search-form-wrapper .search-submit {
  position: absolute;
  top: 25px;
  left: 0px;
}
.site-header .wrap .header-search-form-wrapper .search-submit svg {
  fill: #8697a4;
  width: 15px;
  height: 15px;
  margin-top: calc((15px - 15px) / 2);
}
@media (min-width: 768px) {
  .site-header .wrap .header-search-form-wrapper .search-submit svg {
    fill: #ddd;
  }
}

.menu-primary {
  display: none;
}
@media (min-width: 769px) {
  .menu-primary {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  .menu-primary > .menu-item-has-children.expanded > .sub-menu {
    display: block;
  }
}
@media (max-width: 768px) {
  .menu-primary > li {
    position: relative;
    font-weight: 700;
  }
}
@media (min-width: 769px) {
  .menu-primary > li {
    padding-bottom: 0;
  }
}
.menu-primary > li:hover > a {
  color: #0095db;
}
.menu-primary > li > a {
  display: block;
}
@media (max-width: 768px) {
  .menu-primary > li > a {
    display: block;
    padding: 20px 30px;
    color: #fff;
    text-decoration: none;
    background-color: #0d304a;
  }
}
@media (min-width: 769px) {
  .menu-primary > li > a {
    padding: 10px 25px 25px;
    color: #0b3047;
    text-decoration: none;
  }
}
@media (max-width: 768px) {
  .menu-primary .log-in a span {
    color: #fff !important;
  }
}
@media (min-width: 769px) {
  .menu-primary .log-in a span {
    color: #0095db !important;
  }
}
.menu-primary .menu-item-has-children:hover svg {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .menu-primary .menu-item-has-children:hover > .sub-menu {
    position: absolute;
    display: block;
    visibility: visible;
    opacity: 1;
  }
}
.menu-primary .menu-item-has-children > .sub-menu {
  font-weight: 400;
  background: #0d304a;
}
@media (max-width: 768px) {
  .menu-primary .menu-item-has-children > .sub-menu {
    padding: 20px 0 20px 0;
  }
}
@media (min-width: 769px) {
  .menu-primary .menu-item-has-children > .sub-menu {
    position: relative;
    display: none;
    top: 50px;
    z-index: 999;
    width: 280px;
    margin-left: 19px;
    font-size: 16px;
    visibility: hidden;
    background: #004b6c;
    opacity: 0;
    transition: visibility 0s, opacity 0.2s linear;
  }
}
.menu-primary .menu-item-has-children > .sub-menu li {
  display: block;
}
.menu-primary .menu-item-has-children > .sub-menu a {
  display: block;
  padding: 15px 20px;
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 768px) {
  .menu-primary .menu-item-has-children > .sub-menu a {
    color: rgba(255, 255, 255, 0.75);
  }
}
.menu-primary .menu-item-has-children > .sub-menu a:hover {
  text-decoration: none;
  background-color: #0095db;
  border-top: 0;
}
.menu-primary .menu-item-has-children > .sub-menu a:focus {
  outline: none;
}
.menu-primary .menu-item-has-children > .sub-menu .sub-menu {
  position: relative;
  top: 0;
  width: auto;
  overflow: visible;
  visibility: visible;
  opacity: 1;
  margin-left: 0;
}
.menu-primary .menu-item-has-children > .sub-menu .menu-item-has-children {
  text-transform: uppercase;
}
.menu-primary .menu-item-has-children > .sub-menu .menu-item-has-children .menu-item {
  text-transform: capitalize;
}
.menu-primary .menu-item-has-children > .sub-menu .menu-item-has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-primary .menu-item-has-children > .sub-menu .menu-item-has-children > a:hover, .menu-primary .menu-item-has-children > .sub-menu .menu-item-has-children > a:active, .menu-primary .menu-item-has-children > .sub-menu .menu-item-has-children > a:focus {
  background-color: #0095db;
  color: #fff;
}
.menu-primary .menu-item-has-children > .sub-menu .menu-item-has-children > a::after {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 8px;
  position: relative;
  transform: rotate(-225deg);
  width: 8px;
  border-color: #d8d8d8;
  margin: 5px;
  transition: all 0.5s ease-in-out;
}
.menu-primary .menu-item-has-children > .sub-menu .menu-item-has-children.expanded > a:hover {
  color: #fff;
}
.menu-primary .menu-item-has-children > .sub-menu .menu-item-has-children.expanded > a::after {
  transform: rotate(-45deg);
  top: 5px;
}
.menu-primary .menu-item-has-children > .sub-menu .menu-item-has-children .sub-menu a {
  padding-left: 30px;
}
.menu-primary .menu-item-has-children > .sub-menu .menu-item-has-children:hover .sub-menu {
  display: none;
}
@media (min-width: 769px) {
  .menu-primary ul {
    display: block;
  }
}
@media (max-width: 768px) {
  .menu-primary > .sub-menu {
    display: none;
  }
}
.menu-primary .submenu-expand {
  position: absolute;
  top: 5px;
  right: 20px;
  display: block;
  width: 32px;
  height: 56px;
  line-height: 0;
  text-align: center;
  cursor: pointer;
  outline: none;
}
@media (min-width: 769px) {
  .menu-primary .submenu-expand {
    position: relative;
    top: auto;
    right: auto;
    display: inline-block;
    display: block;
    float: right;
    width: auto;
    height: auto;
    margin-top: -10px;
    line-height: 0;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    outline: none;
  }
  .menu-primary .submenu-expand svg {
    transition: 0.2s;
    fill: #ddd !important;
  }
}
.menu-primary .submenu-expand svg {
  fill: #0095db;
  width: 25px;
  height: 25px;
  margin-top: calc((56px - 25px) / 2);
}
.menu-primary .submenu-expand:hover svg {
  fill: #fff;
}
.menu-primary .submenu-expand.expanded {
  transform: rotate(180deg);
}

.mobile-only {
  display: block;
}
@media (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}

@media (max-width: 767px) {
  .menu-primary > .menu-item-has-children .sub-menu {
    display: none;
  }
  .menu-primary > .menu-item-has-children.expanded > .sub-menu {
    display: block;
  }
}
.nav-primary.active .menu-item-has-children .sub-menu {
  padding-top: 0;
}
.nav-primary.active .menu-item-has-children .sub-menu a {
  padding: 10px 30px;
}
.nav-primary.active .menu-primary > li > a {
  padding: 12px 30px;
}
.nav-primary.active .menu-primary {
  background: #0d304a;
  padding: 10px 0;
}

/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 32px;
}
@media (min-width: 960px) {
  .entry {
    margin-bottom: 48px;
  }
}

.entry-content ol,
.entry-content ul {
  margin-bottom: 32px;
  margin-left: 48px;
}
.entry-content ol > li {
  list-style-type: decimal;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0;
}
.entry-content code {
  background-color: #f5f5f5;
}
.entry-content svg {
  vertical-align: middle;
}
.entry-content .caption {
  font-size: 14px;
  font-weight: 500;
  margin-top: -20px;
  text-align: center;
}

.content .sticky {
  background-color: #f5f5f5;
  padding: 32px;
}

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 14px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  p.entry-meta {
    font-size: 15px;
  }
}
@media (min-width: 960px) {
  p.entry-meta {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  p.entry-meta {
    font-size: 16px;
  }
}

.entry-header .entry-meta {
  margin-bottom: 16px;
}

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 16px;
}

.entry-categories,
.entry-tags {
  display: block;
}

.entry-comments-link::before {
  content: "—";
  margin: 0 6px 0 2px;
}

/* Author Box 
--------------------------------------------- */
.author-box {
  margin-bottom: 32px;
}
.author-box p:last-child {
  margin: 0;
}
@media (min-width: 960px) {
  .author-box {
    background-color: #f5f5f5;
    margin-bottom: 48px;
    padding: 32px;
  }
}
.author-box .avatar {
  margin-right: 20px;
}

/* After Entry CTA
--------------------------------------------- */
.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px;
}
@media (min-width: 960px) {
  .after-entry {
    padding: 32px 64px;
  }
  .after-entry .enews {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.after-entry .widget:last-of-type {
  margin-bottom: 0;
}

/* WordPress
--------------------------------------------- */
.aligncenter {
  text-align: center;
}

a.aligncenter img {
  display: block;
  margin: 0 auto;
}

a.alignnone {
  display: inline-block;
}

.alignleft,
.alignright {
  display: block;
  margin: 0 auto 16px;
  width: 100%;
}

@media (min-width: 600px) {
  .alignright {
    float: right;
    margin: 0 0 32px 16px;
    text-align: right;
    width: auto;
  }
  .alignleft {
    float: left;
    margin: 0 32px 16px 0;
    text-align: left;
    width: auto;
  }
}
.alignfull {
  margin-left: -32px;
  margin-right: -32px;
  width: calc(100% + 32px * 2);
  max-width: calc(100% + 32px * 2);
  display: block;
}
@media (min-width: 768px) {
  .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 64px;
    margin-bottom: 64px;
    width: 100vw;
    max-width: 1000%;
    display: block;
  }
}

.alignwide {
  margin-left: -32px;
  margin-right: -32px;
  width: calc(100% + 32px * 2);
  max-width: calc(100% + 32px * 2);
  display: block;
}
@media (min-width: 768px) {
  .alignwide {
    margin-left: -128px;
    margin-right: -128px;
    margin-top: 64px;
    margin-bottom: 64px;
    width: auto;
    max-width: calc(100% + 64px * 4);
    display: block;
  }
}
@media (min-width: 1400px) {
  .alignwide {
    margin-left: -219px;
    margin-right: -219px;
    width: auto;
    max-width: 1140px;
    display: block;
  }
  .full-width-content .alignwide {
    margin-left: 0;
    margin-right: 0;
  }
}

.alignfull,
.alignwide {
  margin-top: 32px;
  margin-bottom: 32px;
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 32px;
}

img.alignnone,
.alignnone {
  margin-bottom: 16px;
}

a.alignleft,
.wp-caption.alignleft {
  margin: 0 16px 16px 0;
}

a.alignright,
.wp-caption.alignright {
  margin: 0 0 16px 16px;
}

.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  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 16px;
}

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  font-size: 16px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .comment-respond,
.entry-comments,
.entry-pings {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .comment-respond,
.entry-comments,
.entry-pings {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .comment-respond,
.entry-comments,
.entry-pings {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .comment-respond,
.entry-comments,
.entry-pings {
    margin-bottom: 60px;
  }
}

.comment-list li {
  padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
  padding-left: 0;
}

.comment-header {
  margin-bottom: 30px;
}

.comment-content {
  clear: both;
}

.comment-content ul > li {
  list-style-type: disc;
}

.comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
  width: 100%;
}
@media (min-width: 960px) {
  .comment-respond input[type=email],
.comment-respond input[type=text],
.comment-respond input[type=url] {
    width: 50%;
  }
}

.comment-respond label {
  display: block;
  margin-right: 12px;
}

.comment-header p {
  margin-bottom: 0;
}

.entry-pings .reply {
  display: none;
}

.comment-form-cookies-consent input {
  float: left;
  display: block;
  margin-top: 6px;
}

.comment-form-cookies-consent label {
  margin-left: 20px;
}

.comment .avatar {
  margin: 0 15px 20px 0;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #fff;
  border-top: 1px solid #d8d8d8;
  font-size: 18px;
  line-height: 1.5;
  padding: 16px 0;
  text-align: center;
}
@media (min-width: 960px) {
  .site-footer {
    padding: 32px 0;
  }
  .site-footer .footer-info {
    float: left;
    text-align: left;
    width: 35%;
  }
  .site-footer > .wrap {
    margin: 0 auto;
    max-width: 1174px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

.site-footer p {
  margin-bottom: 0;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background-color: #f1f5f7;
  clear: both;
  font-size: 15px;
  padding: 64px 0 32px;
}
@media (min-width: 768px) {
  .footer-widgets {
    font-size: 16px;
  }
}
@media (min-width: 960px) {
  .footer-widgets {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .footer-widgets {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .footer-widgets {
    padding: 45px 0 20px;
  }
}
@media (max-width: 959px) {
  .footer-widgets .custom-html-widget .bottom {
    display: none;
  }
}
@media (min-width: 960px) {
  .footer-widgets .custom-html-widget {
    min-height: 250px;
    display: flex;
    flex-direction: column;
  }
  .footer-widgets .custom-html-widget .bottom {
    margin-top: auto;
    font-size: 12px;
  }
}
.footer-widgets .widget-title {
  font-family: "DM Sans", sans-serif;
  text-transform: none;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  color: #0b3047;
  margin-bottom: 20px;
}
.footer-widgets .custom-html-widget a {
  color: #64777e;
}
.footer-widgets .widget-area.footer-widgets-7.footer-widget-area {
  border-top: 1px solid #d8d8d8;
  padding: 30px 0 0 0;
}
.footer-widgets .widget#text-3 {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer-widgets .widget#text-3 {
    text-align: center;
  }
}

.footer-widgets > .wrap {
  display: flex;
  flex-wrap: wrap;
}
.footer-widgets > .wrap .footer-widget-area .textwidget .company-name a {
  color: #00c0ff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 1.75px;
}
@media (max-width: 959px) {
  .footer-widgets > .wrap .footer-widget-area .textwidget .company-name a {
    text-align: center;
  }
}
.footer-widgets > .wrap .footer-widget-area .textwidget a {
  font-size: 16px;
  color: #64777e;
  text-decoration: none;
  transition: all 0.5s ease-in;
}
.footer-widgets > .wrap .footer-widget-area .textwidget a:hover {
  text-decoration: underline;
}
.footer-widgets > .wrap .footer-widget-area .textwidget p,
.footer-widgets > .wrap .footer-widget-area .textwidget p a {
  font-size: 14px;
}
.footer-widgets > .wrap .footer-widget-area .textwidget ul.after-line a {
  font-size: 14px;
}
.footer-widgets > .wrap .footer-widget-area.footer-widgets-7 {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  margin-right: 0;
}
@media (min-width: 960px) {
  .footer-widgets > .wrap .footer-widget-area.footer-widgets-7 {
    margin-right: 15px;
    padding: 25px 0 0 0;
  }
}
.footer-widgets > .wrap .footer-widget-area.footer-widgets-7 #text-3 .textwidget {
  display: block;
}
@media (min-width: 960px) {
  .footer-widgets > .wrap .footer-widget-area.footer-widgets-7 #text-3 .textwidget {
    display: flex;
    flex-wrap: wrap;
    gap: 38px;
  }
}
.footer-widgets > .wrap .footer-widget-area.footer-widgets-7 .textwidget ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}
@media (min-width: 768px) {
  .footer-widgets > .wrap .footer-widget-area.footer-widgets-7 .textwidget ul {
    justify-content: space-between;
  }
}
.footer-widgets > .wrap .footer-widget-area.footer-widgets-7 #text-3 li,
.footer-widgets > .wrap .footer-widget-area.footer-widgets-7 #text-3 p {
  margin-bottom: 0;
}
@media (max-width: 1400px) {
  .footer-widgets > .wrap .footer-widget-area {
    width: calc(25% - 15px);
    margin-right: 15px;
  }
  .footer-widgets > .wrap .footer-widget-area.footer-widgets-6 {
    width: calc(75% - 15px);
    border-top: 1px solid #d8d8d8;
    margin-top: 40px;
    padding-top: 40px;
    text-align: center;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .footer-widgets > .wrap .footer-widget-area.footer-widgets-6 {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    text-align: left;
  }
}
.footer-widgets > .wrap .footer-widget-area ul.after-line {
  margin-bottom: 12px;
}
.footer-widgets > .wrap .footer-widget-area ul.after-line li::after {
  content: "|";
  padding: 0 5px;
  color: #64777e;
}
.footer-widgets > .wrap .footer-widget-area ul.after-line li:last-child::after {
  content: unset;
}
@media (max-width: 768px) {
  .footer-widgets > .wrap .footer-widget-area {
    width: calc(50% - 15px);
  }
  .footer-widgets > .wrap .footer-widget-area.footer-widgets-6 {
    width: 100%;
    margin: 0;
  }
  .footer-widgets > .wrap .footer-widget-area ul.after-line {
    margin-bottom: 32px;
  }
  .footer-widgets > .wrap .footer-widget-area ul.after-line li::after {
    content: "|";
    padding: 0 5px;
    color: #64777e;
  }
  .footer-widgets > .wrap .footer-widget-area ul.after-line li:last-child::after {
    content: unset;
  }
}
@media (min-width: 1401px) {
  .footer-widgets > .wrap .footer-widget-area {
    width: 15%;
    max-width: 177px;
  }
  .footer-widgets > .wrap .footer-widget-area:last-child {
    margin-right: 0;
  }
  .footer-widgets > .wrap .footer-widget-area.footer-widgets-6 {
    width: 30%;
    max-width: 443px;
  }
  .footer-widgets > .wrap .footer-widget-area .after-line li::after {
    content: "|";
    padding: 0 5px;
    color: #64777e;
  }
  .footer-widgets > .wrap .footer-widget-area .after-line li:last-child::after {
    content: unset;
  }
  .footer-widgets > .wrap .footer-widget-area #text-2 {
    max-width: 1224px;
    margin: 0 auto;
    text-align: center;
    color: #64777e;
  }
  .footer-widgets > .wrap .footer-widget-area #text-2 p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
  }
}

.gform_wrapper #gform_5 input {
  height: 40px;
}
.gform_wrapper #gform_5 input[type=submit] {
  font-size: 14px;
  line-height: unset;
  letter-spacing: 0.42px;
  padding: 10px 22px;
}
.gform_wrapper #gform_5 input[type=text] {
  background: transparent;
}
.gform_wrapper .gform_description {
  margin-bottom: 24px;
  display: block;
  color: #64777e;
}

.social-media-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0px;
}
.social-media-icons li a {
  display: block;
  margin: 0;
  font-size: 0px !important;
}
@media (min-width: 768px) {
  .social-media-icons li a {
    margin: 0 15px;
  }
}
.social-media-icons li a.linkedin::after {
  content: url("../images/linkedin-brands.svg");
}
.social-media-icons li a.twitter::after {
  content: url("../images/twitter-plane-brands.svg");
}
.social-media-icons li a.telegram::after {
  content: url("../images/telegram-plane-brands.svg");
}
.social-media-icons li a.email::after {
  content: url("../images/svb-mail-icon.png");
}

@media (max-width: 767px) {
  .widget-area.footer-widgets-6.footer-widget-area #gform_fields_5 {
    max-width: 220px;
    margin: 0 auto;
    text-align: center;
  }
  .widget-area.footer-widgets-6.footer-widget-area #gform_fields_5 #field_submit {
    display: block;
  }
}

@media (max-width: 767px) {
  #gform_widget-2.widget {
    margin-bottom: 20px;
  }
}

/* Front Page
---------------------------------------------------------------------------------------------------- */
/* Page Templates
---------------------------------------------------------------------------------------------------- */
/* Landing Page
	--------------------------------------------- */
@media (min-width: 960px) {
  .landing-page .site-inner {
    margin-top: 32px;
    padding: 32px 0 64px 0;
  }
}

.landing-page .lander-back-link {
  color: #888;
  display: block;
  font-size: 16px;
  margin-bottom: 32px;
  text-decoration: none;
}

/* Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
*::before,
*::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #484848 !important;
    text-shadow: none !important;
  }
  a,
a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]::after,
a[href^="#"]::after,
.site-title > a::after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  img,
tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  blockquote,
pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .content,
.content-sidebar {
    width: 100%;
  }
  button,
input,
select,
textarea,
.breadcrumb,
.comment-edit-link,
.comment-form,
.comment-list .reply a,
.comment-reply-title,
.edit-link,
.entry-comments-link,
.entry-footer,
.genesis-box,
.header-widget-area,
.hidden-print,
.home-top,
.nav-primary,
.nav-secondary,
.post-edit-link,
.sidebar {
    display: none !important;
  }
  .title-area {
    text-align: center;
    width: 100%;
  }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }
  .author-box {
    margin-bottom: 0;
  }
  h1,
h2,
h3,
h4,
h5,
h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }
  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }
  blockquote,
pre,
table {
    page-break-inside: avoid;
  }
  dl,
ol,
ul {
    page-break-before: avoid;
  }
}
.featured-cta {
  background: #0195db;
  margin: 0 auto;
  width: calc(100% - 40px);
  margin-bottom: -100px;
  position: relative;
  z-index: 2;
  text-align: center;
}
@media (min-width: 1400px) {
  .featured-cta {
    width: 1320px;
  }
}
.featured-cta .featured-cta-content {
  margin: 0 auto;
  padding: 60px 20px;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  width: 90%;
}
@media (min-width: 960px) {
  .featured-cta .featured-cta-content {
    max-width: 60%;
  }
}
@media (min-width: 1400px) {
  .featured-cta .featured-cta-content {
    max-width: 50%;
  }
}
.featured-cta .featured-cta-content h2 {
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 48px;
}
@media (min-width: 960px) {
  .featured-cta .featured-cta-content h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
.featured-cta .featured-cta-content p {
  color: #fff;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 30px;
}
.featured-cta .featured-cta-content .button {
  margin-top: 20px;
}

.featured-cta-bg-spacer {
  background-color: #f1f5f7;
  height: 100px;
}

.healthcare-sectors {
  background-color: #f1f5f7;
  padding: 10px;
}
@media (min-width: 960px) {
  .healthcare-sectors {
    padding: 100px 105px;
  }
}
.healthcare-sectors header {
  background-color: #fff;
  text-align: center;
  padding: 60px 20px;
}
@media (min-width: 960px) {
  .healthcare-sectors header {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.healthcare-sectors header h2 {
  color: #004b6c;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
}
@media (min-width: 960px) {
  .healthcare-sectors header h2 {
    font-size: 48px;
    line-height: 66px;
  }
}
.healthcare-sectors header .lead {
  margin: 24px auto 0;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 960px) {
  .healthcare-sectors header .lead {
    width: 535px;
    font-size: 24px;
    margin-bottom: 63px;
    letter-spacing: 0.24px;
    line-height: 32px;
  }
}
.healthcare-sectors .sectors {
  padding: 80px 0 0 0;
}
@media (min-width: 960px) {
  .healthcare-sectors .sectors {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.healthcare-sectors .sectors .sector {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 960px) {
  .healthcare-sectors .sectors .sector {
    text-align: left;
    flex-basis: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1400px) {
  .healthcare-sectors .sectors .sector {
    margin-bottom: 0;
    flex-basis: calc(25% - 40px);
  }
}
.healthcare-sectors .sectors .sector h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #004b6c;
}
.healthcare-sectors .sectors .sector p {
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
}

.our-expertise {
  background-color: #e5f4fb;
  padding: 10px;
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .our-expertise {
    padding: 100px 105px 50px 105px;
    margin-bottom: 50px;
  }
}
.our-expertise header {
  background-color: #fff;
  text-align: center;
  padding: 60px 20px;
}
@media (min-width: 960px) {
  .our-expertise header {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.our-expertise header h2 {
  color: #0b3047;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 960px) {
  .our-expertise header h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
.our-expertise header p {
  margin: 24px auto 0;
  font-size: 17px;
  line-height: 1.625;
}
@media (min-width: 960px) {
  .our-expertise header p {
    max-width: 788px;
    font-size: 20px;
    line-height: 40px;
  }
}
.our-expertise .areas {
  padding: 50px 20px 0 20px;
}
@media (min-width: 960px) {
  .our-expertise .areas {
    text-align: left;
    max-width: 996px;
    padding: 80px 0 0 0;
  }
}
.our-expertise .areas .btn-underline {
  margin-bottom: 40px;
}
.our-expertise .areas .area {
  margin-bottom: 30px;
}
.our-expertise .areas .area:last-child .toggle-content {
  border-bottom: none;
}
.our-expertise .areas .area .toggle-title::after {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 15px;
  position: relative;
  transform: rotate(135deg);
  width: 15px;
  border-color: #9da9ad;
  margin: 5px;
  transition: all 0.35s ease-in-out;
}
.our-expertise .areas .area.active .toggle-title::after {
  transform: rotate(-45deg);
  top: 5px;
}
.our-expertise .areas .area h3.toggle-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  color: #0b3047;
  letter-spacing: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 960px) {
  .our-expertise .areas .area h3.toggle-title {
    width: 45%;
    font-size: 25px;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
  }
}
.our-expertise .areas .area .toggle-content {
  border-bottom: 1px solid #9da9ad;
  padding: 0 0 10px 0;
  border-top: none;
}
.our-expertise .areas .area .toggle-content p {
  max-width: 777px;
}
.our-expertise .areas .area p,
.our-expertise .areas .area a {
  font-weight: normal;
  font-size: 17px;
  line-height: 1.625;
}
@media (min-width: 960px) {
  .our-expertise .areas .area p,
.our-expertise .areas .area a {
    font-size: 18px;
    line-height: 27px;
  }
}

.box-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  margin-right: -15px;
  margin-bottom: 30px;
  margin-left: -15px;
}
@media (min-width: 960px) {
  .box-container {
    padding: 0 105px;
    margin-bottom: 80px;
  }
}
.box-container .slick-list {
  overflow: visible;
}
.box-container .box {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  padding: 25px 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  margin-left: 15px;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  text-align: center !important;
  background-color: #0195db;
  box-shadow: 0px 10px 10px rgba(0, 75, 108, 0.1);
  transition: 1s;
}
@media (min-width: 600px) {
  .box-container .box {
    width: calc(50% - 30px);
    min-height: 280px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .box-container .box {
    width: calc(25% - 30px);
    margin-bottom: 30px;
  }
}
.box-container .box:hover {
  background-color: #0d304a;
  transition: 1s;
}
@media (min-width: 960px) {
  .box-container .box:hover {
    transform: translate(0, -20px);
  }
}
.box-container .box:hover .figure-box--as_of {
  opacity: 0.75;
}
.box-container .box * {
  color: #fff;
}
.box-container .box h3 {
  font-family: "DM Sans", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 66px;
  letter-spacing: 0.96px;
}
@media (min-width: 600px) {
  .box-container .box h3 {
    margin-bottom: 24px;
  }
}
.box-container .box p {
  letter-spacing: 0.4px;
  line-height: 30px;
}
.box-container .box a {
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 30px;
}

.figure-boxes-wrap .figure-box--as_of {
  display: block;
  margin-top: -30px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #fff;
  opacity: 0;
  transition: all ease-in-out 1s;
}

.content-section {
  padding: 15px 0;
}
@media (max-width: 767px) {
  .content-section {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 960px) {
  .content-section {
    padding: 35px 105px;
    display: flex;
    flex-wrap: wrap;
  }
}
.content-section .title {
  text-align: center;
}
@media (min-width: 960px) {
  .content-section .title {
    width: 40%;
    margin-right: 10%;
    text-align: left;
  }
}
.content-section .title h2 {
  color: #0b3047;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
}
@media (min-width: 960px) {
  .content-section .title h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
.content-section .content {
  text-align: center;
}
@media (min-width: 960px) {
  .content-section .content {
    width: calc(50% - 30px);
    text-align: left;
  }
}

.featured-hero {
  display: flex;
  flex-wrap: wrap;
  min-height: 600px;
  padding: 65px 55px;
  margin-bottom: 10px;
  background-color: #f1f5f7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 960px) {
  .featured-hero {
    padding: 100px 105px;
    margin-bottom: 50px;
    text-align: left;
  }
}
.featured-hero .featured-hero-content {
  align-self: center;
  width: 100%;
  text-align: center;
}
@media (min-width: 960px) {
  .featured-hero .featured-hero-content {
    width: 45%;
    margin-right: 105px;
    text-align: left;
  }
}
.featured-hero .featured-hero-content h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: #004b6c;
}
@media (min-width: 1067px) {
  .featured-hero .featured-hero-content h1 {
    font-size: 58px;
    line-height: 66px;
  }
}
@media (max-width: 959.98px) {
  .featured-hero .featured-hero-content h1 {
    background-color: rgba(241, 245, 247, 0.3);
  }
}
@media (min-width: 990px) and (max-width: 1066px) {
  .featured-hero .featured-hero-content h1 {
    font-size: 48px;
    line-height: 1.2;
  }
}
.featured-hero .featured-hero-content .lead {
  margin-top: 26px;
  margin-bottom: 42px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .featured-hero .featured-hero-content .lead {
    font-size: 20px;
  }
}
@media (min-width: 960px) {
  .featured-hero .featured-hero-content .lead {
    font-size: 24px;
  }
}
@media (max-width: 959.98px) {
  .featured-hero .featured-hero-content .lead {
    background-color: rgba(241, 245, 247, 0.3);
  }
}
.featured-hero .featured-hero-content .button {
  margin-bottom: 5px;
  font-size: 15px;
}
.featured-hero .featured-hero-content .button.link {
  color: #0395db;
  background: none;
}
@media (min-width: 960px) {
  .featured-hero .featured-hero-content .button.link {
    margin-left: 10px;
  }
}
.featured-hero .featured-hero-content .button.link:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration: none;
  background-color: #0074ab;
  transition: 0.2s;
}

.hero {
  display: flex;
  align-items: center;
  padding: 100px 40px;
  margin-bottom: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
@media (min-width: 960px) {
  .hero {
    min-height: 600px;
    padding: 100px 105px;
    text-align: left;
  }
}
.hero h1 {
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
  color: #fff;
}
@media (min-width: 960px) {
  .hero h1 {
    font-size: 58px;
    line-height: 66px;
  }
}
.hero p {
  color: #e5f4fb;
  margin-top: 24px;
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 28px;
}
@media (min-width: 960px) {
  .hero p {
    width: 445px;
    font-size: 20px;
    line-height: 30px;
  }
}

.experienced-professionals {
  background-color: #e5f4fb;
  padding: 10px 10px 40px;
}
@media (min-width: 960px) {
  .experienced-professionals {
    margin-bottom: 50px;
    padding: 100px 105px 45px 105px;
  }
}
.experienced-professionals header {
  background-color: #fff;
  text-align: center;
  padding: 60px 20px;
}
@media (min-width: 960px) {
  .experienced-professionals header {
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
.experienced-professionals header h2 {
  color: #0b3047;
  font-weight: 400;
  max-width: 630px;
  letter-spacing: 1.04px;
  font-size: 36px;
  line-height: 48px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 960px) {
  .experienced-professionals header h2 {
    font-size: 48px;
    line-height: 68px;
    margin-left: auto;
    margin-right: auto;
  }
}
.experienced-professionals header p {
  margin: 24px auto 0;
  font-size: 17px;
  line-height: 36px;
}
@media (min-width: 960px) {
  .experienced-professionals header p {
    width: 535px;
    font-size: 20px;
    line-height: 40px;
  }
}
.experienced-professionals .content-wrapper {
  margin-top: 55px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 960px) {
  .experienced-professionals .content-wrapper {
    margin-top: 86px;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    justify-content: space-between;
  }
}
@media (min-width: 960px) {
  .experienced-professionals .content-wrapper .content-left {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .experienced-professionals .content-wrapper .content-right {
    width: 30%;
  }
}
.experienced-professionals .content-wrapper .content-right .box-content {
  padding: 33px 25px;
  background: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.experienced-professionals .content-wrapper .content-right h4 {
  color: #004b6c;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 960px) {
  .experienced-professionals .content-wrapper .content-right h4 {
    font-size: 22px;
    line-height: 32px;
  }
}
.experienced-professionals .content-wrapper .content-right ul {
  margin: 0;
  padding: 10px 0 10px 0;
}
.experienced-professionals .content-wrapper .content-right ul li {
  list-style: none;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 150%;
}
.experienced-professionals .content-wrapper .content-right ul li:last-child {
  margin-bottom: 0;
}

.recent-openings-wrapper {
  padding: 50px 25px;
  background-color: #e5f4fb;
}
.recent-openings-wrapper header {
  text-align: center;
  padding-bottom: 50px;
}
.recent-openings-wrapper header h2 {
  color: #0b3047;
}
@media (max-width: 767px) {
  .recent-openings-wrapper header h2 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1400px) {
  .recent-openings-wrapper header h2 {
    font-size: 48px;
    line-height: 68px;
  }
}
.recent-openings-wrapper header a {
  font-size: 14px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.recent-openings-wrapper header a:hover {
  text-decoration: underline;
}
.recent-openings-wrapper .job {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 15px;
}
.recent-openings-wrapper .job:hover {
  transform: translate(0, -20px);
  transition: 1s;
}
.recent-openings-wrapper .job .job-link {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.recent-openings-wrapper .job .job-link:hover {
  text-decoration: none;
}
.recent-openings-wrapper .job .part-1 {
  padding: 23px 25px 0 25px;
}
.recent-openings-wrapper .job .part-2 {
  padding: 0 25px 23px 25px;
}
.recent-openings-wrapper .job span {
  display: block;
}
.recent-openings-wrapper .job .schedule {
  display: inline-block;
  background: #0b3047;
  font-size: 13px;
  color: #eff3f6;
  padding: 3px 13px;
  margin-bottom: 20px;
}
.recent-openings-wrapper .job .name-job {
  color: #0b3047;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 767px) {
  .recent-openings-wrapper .job .name-job {
    font-size: 20px;
    line-height: 30px;
    margin-left: 0px;
    margin-right: 10px;
  }
}
.recent-openings-wrapper .job .location,
.recent-openings-wrapper .job .posted-date {
  color: #64777e;
  font-size: 16px;
  letter-spacing: 0.32px;
}
.recent-openings-wrapper .job .location {
  margin-bottom: 10px;
}
.recent-openings-wrapper .job .posted-date {
  margin-bottom: 0px;
}
.recent-openings-wrapper .job .id-job {
  color: #a7b2b6;
  font-size: 12px;
}
@media (min-width: 768px) {
  .recent-openings-wrapper .jobs {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .recent-openings-wrapper .jobs .job {
    width: 48%;
  }
}
@media (min-width: 960px) {
  .recent-openings-wrapper {
    padding: 100px;
  }
  .recent-openings-wrapper header {
    padding-bottom: 100px;
  }
  .recent-openings-wrapper .jobs {
    display: flex;
    justify-content: center;
  }
  .recent-openings-wrapper .jobs .job {
    max-width: 312px;
  }
}
@media (min-width: 1400px) {
  .recent-openings-wrapper .jobs {
    justify-content: space-between;
  }
}

.cards-pages {
  display: block;
  gap: 47px;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  .cards-pages {
    display: flex;
  }
}
.cards-pages .card {
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  height: 340px;
  max-width: 334px;
  justify-content: space-around;
  margin-bottom: 25px;
  padding-left: 27px;
  padding-right: 27px;
}
@media (min-width: 1400px) {
  .cards-pages .card {
    width: calc(33.33% - 37px);
    margin-bottom: 8px;
  }
}
.cards-pages .card .name {
  color: #0B3047;
  font-size: 22px;
  line-height: 32px;
  display: block;
  margin-bottom: 14px;
  margin-top: 24px;
  font-weight: 900;
}
.cards-pages .card .description {
  color: #3B4E60;
  font-size: 18px;
  line-height: 27px;
}
.cards-pages .card .part-2 a {
  text-decoration: none;
  color: #0095DB;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-transform: capitalize;
}
.cards-pages .card .part-2 a svg {
  margin-left: 8px;
}
.cards-pages .card .part-2 a:hover {
  color: #00aeef;
}

.transaction-header h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 48px;
  color: #fff;
}
@media (min-width: 960px) {
  .transaction-header h1 {
    font-size: 58px;
    line-height: 66px;
  }
}
.transaction-header .transaction-search-form-wrapper {
  margin-top: 60px;
}
.transaction-header .transaction-search-form-wrapper form .search-by {
  position: relative;
  width: 100%;
}
.transaction-header .transaction-search-form-wrapper form .search-by .search-field {
  padding: 25px 20px;
  border: 1px #fff solid;
  border-radius: 0;
}
.transaction-header .transaction-search-form-wrapper form .search-by .search-field::placeholder {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #374e5a;
}
.transaction-header .transaction-search-form-wrapper form .search-by .small-search-submit {
  position: absolute;
  top: 20px;
  right: 25px;
  padding: 0;
  margin: 0;
  background: none;
  fill: #00415f;
}

.transaction-filter-wrapper {
  padding: 0 40px 0;
}
@media (min-width: 960px) {
  .transaction-filter-wrapper {
    padding: 0 40px 10px;
  }
}
@media (min-width: 1400px) {
  .transaction-filter-wrapper {
    padding: 0 90px 25px;
  }
}
.transaction-filter-wrapper form {
  display: flex;
  flex-wrap: wrap;
}
.transaction-filter-wrapper form .filter-by {
  width: 100%;
}
@media (min-width: 960px) {
  .transaction-filter-wrapper form .filter-by {
    width: 20%;
  }
}
.transaction-filter-wrapper form .filter-by .filter-data {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #374e5a;
  background-color: #f1f5f7;
  background-image: url("../images/chevron-down.svg");
  background-repeat: no-repeat, repeat;
  background-position: right;
  background-size: 17px;
  border: 1px solid #f1f5f7;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.transaction-filter-wrapper form .filter-by .filter-data::-ms-expand {
  display: none;
}
.transaction-filter-wrapper form .filter-by .filter-data:hover {
  border-color: #f1f5f7;
}
.transaction-filter-wrapper form .filter-by .filter-data:focus {
  border-color: #f1f5f7;
  outline: none;
}
.transaction-filter-wrapper form .order-by {
  width: 100%;
}
@media (min-width: 960px) {
  .transaction-filter-wrapper form .order-by {
    width: 20%;
  }
}
.transaction-filter-wrapper form .order-by .order-data {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  color: #374e5a;
  background-color: #f1f5f7;
  background-image: url("../images/chevron-down.svg");
  background-repeat: no-repeat, repeat;
  background-position: right;
  background-size: 17px;
  border: 1px solid #f1f5f7;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.transaction-filter-wrapper form .order-by .order-data::-ms-expand {
  display: none;
}
.transaction-filter-wrapper form .order-by .order-data:hover {
  border-color: #f1f5f7;
}
.transaction-filter-wrapper form .order-by .order-data:focus {
  border-color: #f1f5f7;
  outline: none;
}

.transaction-pagination-wrapper {
  padding: 0 0 16px 0;
  margin-bottom: 30px;
  background-color: #f1f5f7;
}
@media (min-width: 960px) {
  .transaction-pagination-wrapper {
    padding: 0 85px 60px 85px;
  }
}
.transaction-pagination-wrapper .archive-pagination.pagination {
  margin: 0;
}
.transaction-pagination-wrapper .archive-pagination.pagination ul li.pagination-previous {
  text-align: left;
}
.transaction-pagination-wrapper .archive-pagination.pagination ul li.pagination-previous span {
  font-size: 12px;
  font-weight: normal;
  background: none;
}
@media (min-width: 960px) {
  .transaction-pagination-wrapper .archive-pagination.pagination ul li.pagination-previous span {
    font-size: 18px;
  }
}
.transaction-pagination-wrapper .archive-pagination.pagination ul li.pagination-next {
  text-align: right;
}
.transaction-pagination-wrapper .archive-pagination.pagination ul li.pagination-next span {
  font-size: 12px;
  font-weight: normal;
  background: none;
}
@media (min-width: 960px) {
  .transaction-pagination-wrapper .archive-pagination.pagination ul li.pagination-next span {
    font-size: 18px;
  }
}
.transaction-pagination-wrapper .archive-pagination.pagination ul li.active a {
  background-color: #0095db;
}
.transaction-pagination-wrapper .archive-pagination.pagination ul li a {
  font-size: 12px;
  font-weight: normal;
  background: none;
}
@media (min-width: 960px) {
  .transaction-pagination-wrapper .archive-pagination.pagination ul li a {
    font-size: 18px;
  }
}
.transaction-pagination-wrapper .archive-pagination.pagination ul li a:hover {
  color: #fff;
  background-color: #0095db;
}
.transaction-pagination-wrapper .archive-pagination.pagination ul li:first-child:not(.active) a, .transaction-pagination-wrapper .archive-pagination.pagination ul li:last-child a {
  color: #0095db;
}
.transaction-pagination-wrapper .archive-pagination.pagination ul li:first-child:not(.active) a:hover, .transaction-pagination-wrapper .archive-pagination.pagination ul li:last-child a:hover {
  background: none;
}
.transaction-pagination-wrapper .archive-pagination.pagination ul li:nth-of-type(2) a {
  border-radius: 0;
}
.transaction-pagination-wrapper .archive-pagination.pagination ul li:nth-last-of-type(2) a {
  border-radius: 0;
}

.transactions {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
}
@media (min-width: 960px) {
  .transactions {
    padding: 0 40px 40px 40px;
  }
}
@media (min-width: 1400px) {
  .transactions {
    padding: 0 90px 90px 90px;
  }
}
.transactions .no-transactions {
  margin: 15px;
}
.transactions .no-transactions p {
  font-size: 18px;
}
.transactions .transaction {
  width: 100%;
  padding: 40px;
  margin-bottom: 15px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 17px 40px rgba(0, 75, 108, 0.1);
}
@media (min-width: 667px) {
  .transactions .transaction {
    width: calc(50% - 30px);
    padding: 40px 45px;
    margin: 15px;
  }
}
@media (min-width: 960px) {
  .transactions .transaction {
    width: calc(33.333% - 30px);
  }
}
@media (min-width: 1400px) {
  .transactions .transaction {
    width: calc(25% - 30px);
  }
}
.transactions .transaction .price {
  margin-bottom: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #004b6c;
  text-transform: uppercase;
}
.transactions .transaction .details .role {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 30px;
}
.transactions .transaction .details .type,
.transactions .transaction .details .date {
  font-size: 14px;
  line-height: 22px;
}
.transactions .transaction .logo {
  min-height: 50px;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .transactions .transaction .logo {
    min-height: 65px;
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .transactions .transaction .logo {
    min-height: 85px;
  }
}
.transactions .transaction .logo img {
  max-width: 100%;
  height: auto;
  max-height: 50px;
  margin: 0 auto;
}
@media (min-width: 1400px) {
  .transactions .transaction .logo img {
    max-height: none;
  }
}

.recent-transactions-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
.home .recent-transactions-wrapper {
  margin-top: 0;
}
@media (min-width: 960px) {
  .home .recent-transactions-wrapper {
    margin-top: 80px;
  }
}
@media (min-width: 960px) {
  .recent-transactions-wrapper {
    padding: 0 105px;
    margin-top: 80px;
    margin-bottom: 75px;
  }
}
.recent-transactions-wrapper .block-inline-header {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 960px) {
  .recent-transactions-wrapper .block-inline-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .recent-transactions-wrapper .block-inline-header {
    margin-bottom: 80px;
  }
}
.recent-transactions-wrapper .block-inline-header h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 48px;
  color: #0b3047;
}
@media (min-width: 960px) {
  .recent-transactions-wrapper .block-inline-header h3 {
    font-size: 36px;
    line-height: 48px;
  }
}
.recent-transactions-wrapper .block-inline-header a {
  font-size: 18px;
  color: #0095db;
}
.recent-transactions-wrapper .recent-transactions-slider {
  background-color: #fff;
}
.recent-transactions-wrapper .recent-transactions-slider .recent-transaction {
  width: 100%;
  margin: 0 7px 0 7px;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(0, 75, 108, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .recent-transactions-wrapper .recent-transactions-slider .recent-transaction {
    width: calc(33.3333% - 30px);
    margin: 15px;
  }
}
@media (min-width: 960px) {
  .recent-transactions-wrapper .recent-transactions-slider .recent-transaction {
    width: calc(25% - 30px);
    margin: 15px;
    border: none;
    box-shadow: 0px 10px 10px rgba(0, 75, 108, 0.1);
    transition: transform 0.65s;
  }
}
@media (min-width: 1400px) {
  .recent-transactions-wrapper .recent-transactions-slider .recent-transaction:hover {
    transform: translate(0, -20px);
  }
}
.recent-transactions-wrapper .recent-transactions-slider .recent-transaction:hover .full-details-wrapper {
  background-color: #004b6c;
}
.recent-transactions-wrapper .recent-transactions-slider .recent-transaction:hover .full-details-wrapper * {
  color: #fff !important;
}
.recent-transactions-wrapper .recent-transactions-slider .recent-transaction .full-details-wrapper {
  min-height: 230px;
  padding: 30px 15px;
}
.recent-transactions-wrapper .recent-transactions-slider .recent-transaction .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 50px 10px;
}
.recent-transactions-wrapper .recent-transactions-slider .recent-transaction .logo img {
  max-width: 100%;
  height: 80px;
}
.recent-transactions-wrapper .recent-transactions-slider .recent-transaction .price {
  margin-bottom: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #004b6c;
  text-transform: uppercase;
}
.recent-transactions-wrapper .recent-transactions-slider .recent-transaction .details .role {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 30px;
}
.recent-transactions-wrapper .recent-transactions-slider .recent-transaction .details .type,
.recent-transactions-wrapper .recent-transactions-slider .recent-transaction .details .date {
  font-size: 14px;
  line-height: 22px;
}

.related-transactions-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .related-transactions-wrapper {
    padding: 0 105px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1400px) {
  .related-transactions-wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.related-transactions-wrapper .block-inline-header {
  margin-bottom: 40px;
  text-align: center;
}
@media (min-width: 960px) {
  .related-transactions-wrapper .block-inline-header {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .related-transactions-wrapper .block-inline-header {
    margin-bottom: 80px;
  }
}
.related-transactions-wrapper .block-inline-header h3 {
  font-size: 30px;
  font-weight: 400;
  line-height: 49px;
  color: #0b3047;
}
@media (min-width: 960px) {
  .related-transactions-wrapper .block-inline-header h3 {
    width: 70%;
    font-size: 36px;
    line-height: 66px;
  }
}
.related-transactions-wrapper .block-inline-header a {
  font-size: 18px;
  color: #0095db;
}
.related-transactions-wrapper .related-transactions-slider {
  background-color: #fff;
}
.related-transactions-wrapper .related-transactions-slider .related-transaction {
  width: 100%;
  margin: 0 7px 0 7px;
  text-align: center;
  background-color: #fff;
  border: 1px solid rgba(0, 75, 108, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .related-transactions-wrapper .related-transactions-slider .related-transaction {
    width: calc(33.3333% - 30px);
    margin: 15px;
  }
}
@media (min-width: 960px) {
  .related-transactions-wrapper .related-transactions-slider .related-transaction {
    width: calc(25% - 30px);
    margin: 15px;
    border: none;
    box-shadow: 0px 10px 10px rgba(0, 75, 108, 0.1);
    transition: transform 0.65s;
  }
}
@media (min-width: 1400px) {
  .related-transactions-wrapper .related-transactions-slider .related-transaction:hover {
    transform: translate(0, -20px);
  }
}
.related-transactions-wrapper .related-transactions-slider .related-transaction:hover .full-details-wrapper {
  background-color: #004b6c;
}
.related-transactions-wrapper .related-transactions-slider .related-transaction:hover .full-details-wrapper * {
  color: #fff !important;
}
.related-transactions-wrapper .related-transactions-slider .related-transaction .full-details-wrapper {
  min-height: 230px;
  padding: 30px 15px;
}
.related-transactions-wrapper .related-transactions-slider .related-transaction .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 50px 10px;
}
.related-transactions-wrapper .related-transactions-slider .related-transaction .logo img {
  max-width: 100%;
  height: 80px;
}
.related-transactions-wrapper .related-transactions-slider .related-transaction .price {
  margin-bottom: 8px;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #004b6c;
  text-transform: uppercase;
}
.related-transactions-wrapper .related-transactions-slider .related-transaction .details .role {
  margin-bottom: 18px;
  font-size: 20px;
  line-height: 30px;
}
.related-transactions-wrapper .related-transactions-slider .related-transaction .details .type,
.related-transactions-wrapper .related-transactions-slider .related-transaction .details .date {
  font-size: 14px;
  line-height: 22px;
}

.select-research-wrapper {
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .select-research-wrapper {
    margin-bottom: 40px;
    padding: 0 105px;
  }
}
@media (min-width: 1400px) {
  .select-research-wrapper {
    margin-bottom: 80px;
  }
}
.select-research-wrapper .block-inline-header {
  text-align: center;
}
@media (min-width: 960px) {
  .select-research-wrapper .block-inline-header {
    display: flex;
    justify-content: space-between;
  }
}
.select-research-wrapper .block-inline-header h3 {
  font-weight: 400;
  font-size: 37px;
  line-height: 50px;
  color: #004b6c;
}
.select-research-wrapper .block-inline-header a {
  font-size: 18px;
  color: #0095db;
}
.select-research-wrapper .select-research-item-wrapper {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 960px) {
  .select-research-wrapper .select-research-item-wrapper {
    margin-top: 45px;
  }
}
@media (min-width: 1400px) {
  .select-research-wrapper .select-research-item-wrapper {
    margin-top: 80px;
  }
}
.select-research-wrapper .select-research-item-wrapper .select-research-item {
  text-align: center;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .select-research-wrapper .select-research-item-wrapper .select-research-item {
    text-align: left;
    width: 33.3333%;
  }
}
@media (min-width: 960px) {
  .select-research-wrapper .select-research-item-wrapper .select-research-item:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.select-research-wrapper .select-research-item-wrapper .select-research-item h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #004b6c;
}
.select-research-wrapper .select-research-item-wrapper .select-research-item h3 a {
  color: #004b6c;
  text-decoration: none;
}
.select-research-wrapper .select-research-item-wrapper .select-research-item h3 a:hover {
  text-decoration: underline;
}
.select-research-wrapper .select-research-item-wrapper .select-research-item .select-research-date {
  margin-top: 16px;
}
.select-research-wrapper .select-research-item-wrapper .select-research-item .select-research-link {
  margin-top: 20px;
  transition: 0.65s;
}
@media (min-width: 1400px) {
  .select-research-wrapper .select-research-item-wrapper .select-research-item .select-research-link {
    margin-top: 44px;
  }
}
.select-research-wrapper .select-research-item-wrapper .select-research-item .select-research-link:hover {
  transform: translate(10px, 0);
}

.see-also-outer-wrapper {
  margin: 0;
  padding: 50px 0 0 0;
  background-color: #f1f5f7;
  width: 100%;
}
@media (min-width: 960px) {
  .see-also-outer-wrapper {
    padding: 65px 0 0 0;
  }
}
.see-also-outer-wrapper .see-also-inner-wrapper {
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 960px) {
  .see-also-outer-wrapper .see-also-inner-wrapper {
    padding-bottom: 85px;
  }
}
@media (min-width: 1400px) {
  .see-also-outer-wrapper .see-also-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
    max-width: 1320px;
  }
}
.see-also-outer-wrapper .see-also-inner-wrapper h3 {
  font-size: 36px;
  font-weight: normal;
  color: #0b3047;
  margin-bottom: 45px;
}
@media (max-width: 959px) {
  .see-also-outer-wrapper .see-also-inner-wrapper h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
.see-also-outer-wrapper .see-also {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
  justify-content: space-between;
}
.see-also-outer-wrapper .see-also .see-also-item {
  width: calc(100% - 60px);
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
}
@media (max-width: 959px) {
  .see-also-outer-wrapper .see-also .see-also-item {
    margin-bottom: 55px;
  }
}
@media (min-width: 960px) {
  .see-also-outer-wrapper .see-also .see-also-item {
    width: calc(33.3333% - 110px);
  }
  .see-also-outer-wrapper .see-also .see-also-item p,
.see-also-outer-wrapper .see-also .see-also-item a {
    font-size: 18px;
  }
}
.see-also-outer-wrapper .see-also .see-also-item h4 {
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  color: #0b3047;
  margin-bottom: 16px;
}
@media (max-width: 959px) {
  .see-also-outer-wrapper .see-also .see-also-item h4 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 14px;
  }
}
.see-also-outer-wrapper .see-also .see-also-item a {
  position: absolute;
  bottom: -25px;
  text-transform: capitalize;
}
@media (max-width: 959px) {
  .see-also-outer-wrapper .see-also .see-also-item a {
    position: relative;
    bottom: 5px;
  }
}

.research-header {
  color: #fff;
  min-height: 426px;
}
.research-header h1 {
  color: #fff;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
}
@media (min-width: 960px) {
  .research-header h1 {
    font-size: 58px;
    line-height: 66px;
  }
}
.research-header p {
  margin-bottom: 0;
}

.research-wrapper {
  padding: 0 30px;
  background-color: #eff3f6;
}
@media (min-width: 960px) {
  .research-wrapper {
    padding: 0 55px;
  }
}
@media (min-width: 1400px) {
  .research-wrapper {
    padding: 0 105px;
  }
}
.research-wrapper .research {
  padding: 45px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
}
@media (min-width: 960px) {
  .research-wrapper .research {
    padding: 80px 0;
    display: flex;
  }
}
.research-wrapper .research .date {
  width: 100%;
  font-size: 18px;
  line-height: 27px;
  color: #3b4e60;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .research-wrapper .research .date {
    width: 35%;
    margin-bottom: 0;
  }
}
.research-wrapper .research .details {
  width: 100%;
}
@media (min-width: 960px) {
  .research-wrapper .research .details {
    width: 65%;
  }
}
.research-wrapper .research .details h2 {
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
  color: #0B3047;
}
@media (min-width: 960px) {
  .research-wrapper .research .details h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
.research-wrapper .research .details a {
  margin-top: 24px;
  font-size: 18px;
  color: #0095db;
}
.research-wrapper .research .details a span {
  margin-left: 18px;
}
.research-wrapper .research .details svg {
  vertical-align: middle;
}

.research-pagination-wrapper {
  background-color: #f1f5f7;
  margin-bottom: 30px;
  padding: 30px 25px 30px 25px;
  text-align: center;
}
@media (min-width: 960px) {
  .research-pagination-wrapper {
    padding: 60px 85px 60px 85px;
  }
}
.research-pagination-wrapper .archive-pagination.pagination {
  margin: 0;
  display: block;
}
.research-pagination-wrapper .archive-pagination.pagination ul li.active a {
  color: #fff !important;
  background-color: #0095db;
}
.research-pagination-wrapper .archive-pagination.pagination ul li.pagination-next a, .research-pagination-wrapper .archive-pagination.pagination ul li.pagination-previous a {
  font-weight: 400;
}
.research-pagination-wrapper .archive-pagination.pagination ul li.pagination-previous {
  text-align: left;
}
.research-pagination-wrapper .archive-pagination.pagination ul li a {
  font-size: 14px;
  font-weight: normal;
  background: none;
  padding: 10px 12px 10px;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  color: #374e5a;
  font-weight: 900;
}
.research-pagination-wrapper .archive-pagination.pagination ul li a:hover {
  background-color: #0095db !important;
  color: #fff;
}
@media (min-width: 960px) {
  .research-pagination-wrapper .archive-pagination.pagination ul li a {
    font-size: 16px;
    font-weight: normal;
    background: none;
    padding: 12px 17px 12px;
  }
}
.research-pagination-wrapper .archive-pagination.pagination ul li:first-child:not(.active) a, .research-pagination-wrapper .archive-pagination.pagination ul li:last-child a {
  color: #0095db;
}
.research-pagination-wrapper .archive-pagination.pagination ul li:first-child:not(.active) a:hover, .research-pagination-wrapper .archive-pagination.pagination ul li:last-child a:hover {
  background: none !important;
}
.research-pagination-wrapper .archive-pagination.pagination ul li:nth-of-type(2) a {
  border-radius: 0;
}
.research-pagination-wrapper .archive-pagination.pagination ul li:nth-last-of-type(2) a {
  border-radius: 0;
}

.single .post {
  max-width: 100%;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .single .post {
    margin-top: 45px;
  }
}
.single .content header {
  display: none;
}

.news-header {
  min-height: 426px;
  color: #fff;
  background-color: #003149;
}
.news-header.details {
  position: relative;
  margin-bottom: 24px;
  color: #fff;
}
.single-podcast .news-header.details {
  margin-bottom: 0;
}
.news-header.details h1 {
  line-height: 43px;
}
@media (min-width: 960px) {
  .news-header.details h1 {
    line-height: 66px;
    margin-bottom: 42px;
  }
}
.news-header.details .excerpt {
  max-width: 840px;
}

.single .content-sidebar-wrap {
  max-width: 1320px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (min-width: 960px) {
  .single .content-sidebar-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}
.single .content-sidebar-wrap header {
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}
@media (min-width: 769px) {
  .single .content-sidebar-wrap header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 960px) {
  .single .content-sidebar-wrap header {
    padding: 20px 100px 10px;
  }
}
@media (min-width: 1400px) {
  .single .content-sidebar-wrap header {
    padding: 20px 0;
    width: 100%;
    max-width: 1100px;
  }
}
.single .content-sidebar-wrap span.category {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  font-weight: 400;
  color: #899db6;
}
@media (min-width: 768px) {
  .single .content-sidebar-wrap span.category {
    font-size: 18px;
  }
}
.single .content-sidebar-wrap span.category a {
  text-decoration: none;
  font-weight: 900;
}
.single .content-sidebar-wrap span.category .category-item {
  color: #7d96aa;
  letter-spacing: 0.9px;
  font-weight: 900;
}
.single .content-sidebar-wrap h1 {
  color: #0b3047;
  line-height: 46px;
  letter-spacing: 1.16px;
  margin-top: 8px;
  margin-bottom: 4px;
}
@media (min-width: 960px) {
  .single .content-sidebar-wrap h1 {
    line-height: 66px;
  }
}
.single .content-sidebar-wrap .news-date {
  margin-bottom: 30px;
  color: #0b3047;
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
  text-transform: capitalize;
}
@media (min-width: 960px) {
  .single .content-sidebar-wrap .news-date {
    font-size: 18px;
    line-height: 32px;
  }
}

.news-wrapper {
  background-color: #f1f5f7;
  padding: 20px 30px;
}
@media (min-width: 960px) {
  .news-wrapper {
    padding-right: 55px;
    padding-left: 55px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1400px) {
  .news-wrapper {
    padding: 50px 105px;
  }
}

.news-summary {
  margin: 25px 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.news-summary .category-item-1 {
  display: none;
}
@media (min-width: 960px) {
  .news-summary {
    margin: 25px 15px;
    width: calc(33.3333% - 20px);
  }
  .news-summary:nth-child(3n-6) {
    margin-right: 0;
  }
  .news-summary:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .news-summary {
    margin: 25px 30px;
    width: calc(33.3333% - 40px);
  }
}
.news-summary img {
  max-width: 100%;
  height: 150px;
  object-fit: cover;
  margin-bottom: 20px;
}
.news-summary .body-content {
  padding: 26px 29px;
  margin-left: auto;
  margin-right: auto;
}
.news-summary .body-content .category {
  color: #7d96aa;
  font-size: 14px;
  line-height: 27px;
  text-transform: capitalize;
  text-decoration: none;
}
.news-summary .body-content .category a {
  text-decoration: none;
}
.news-summary .body-content .category-item {
  color: #7d96aa;
  font-weight: 500;
  letter-spacing: 0.9px;
  text-decoration: none;
}
.news-summary .body-content .news-date {
  font-size: 18px;
  line-height: 27px;
  color: #7d96aa;
  font-weight: 200;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.news-summary .news-title {
  margin-top: 15px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.news-summary .news-title a {
  color: #0b3047;
  text-decoration: none;
}
.news-summary .news-title a:hover {
  color: #0195db;
  text-decoration: none;
}
.news-summary .read-more svg {
  transition: 0.65s;
}
.news-summary .read-more svg:hover {
  transform: translate(10px, 0);
}

.news-pagination-wrapper {
  background-color: #f1f5f7;
  margin-bottom: 30px;
  padding: 8px 20px 16px;
}
@media (min-width: 960px) {
  .news-pagination-wrapper {
    padding: 0 85px 60px 85px;
  }
}
@media (min-width: 1400px) {
  .news-pagination-wrapper {
    max-width: 1110px;
    margin: 0 auto;
    padding: 20px 0 60px;
  }
}
.news-pagination-wrapper .archive-pagination.pagination {
  margin: 0;
}
.news-pagination-wrapper .archive-pagination.pagination ul li.pagination-previous {
  text-align: left;
}
.news-pagination-wrapper .archive-pagination.pagination ul li.pagination-previous span {
  font-size: 12px;
  font-weight: normal;
  background: none;
}
@media (min-width: 960px) {
  .news-pagination-wrapper .archive-pagination.pagination ul li.pagination-previous span {
    font-size: 18px;
  }
}
.news-pagination-wrapper .archive-pagination.pagination ul li.pagination-next {
  text-align: right;
}
.news-pagination-wrapper .archive-pagination.pagination ul li.pagination-next span {
  font-size: 12px;
  font-weight: normal;
  background: none;
}
.news-pagination-wrapper .archive-pagination.pagination ul li.active a {
  color: #fff !important;
  background-color: #0095db;
}
.news-pagination-wrapper .archive-pagination.pagination ul li a {
  font-size: 16px;
  color: #374e5a;
  font-weight: bold;
  background: none;
}
@media (min-width: 960px) {
  .news-pagination-wrapper .archive-pagination.pagination ul li a {
    font-size: 18px;
  }
}
.news-pagination-wrapper .archive-pagination.pagination ul li a:hover {
  background-color: #0095db;
  color: #fff;
}

.single-post .more-news-outer-wrapper:not(.featured-intelligence),
.single-market-updates .more-news-outer-wrapper:not(.featured-intelligence) {
  border-bottom: 1px solid #9da9ad;
}

.more-news-outer-wrapper .more-news-wrapper .more-news-item .interior span.category a {
  font-weight: 400;
}

.more-news-outer-wrapper {
  margin-top: 55px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .more-news-outer-wrapper {
    margin-top: 60px;
  }
}
@media (min-width: 960px) {
  .more-news-outer-wrapper {
    margin-top: 100px;
  }
}
.more-news-outer-wrapper .more-news-header {
  color: #0b3047;
  text-align: center;
}
.more-news-outer-wrapper .more-news-header a {
  font-size: 18px;
  line-height: 27px;
  color: #0095db;
}
.more-news-outer-wrapper .more-news-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 35px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 960px) {
  .more-news-outer-wrapper .more-news-wrapper {
    margin-bottom: 100px;
    margin-top: 85px;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.more-news-outer-wrapper .more-news-wrapper .more-news-item {
  margin-bottom: 40px;
  width: 100%;
}
@media (min-width: 960px) {
  .more-news-outer-wrapper .more-news-wrapper .more-news-item {
    width: 33.3333%;
    margin-bottom: 20px;
    padding: 0 37px 0 37px;
  }
}
.more-news-outer-wrapper .more-news-wrapper .more-news-item:last-child {
  border-right: none;
}
.more-news-outer-wrapper .more-news-wrapper .more-news-item .interior {
  padding: 0 29px;
  margin-left: auto;
  margin-right: auto;
}
.more-news-outer-wrapper .more-news-wrapper .more-news-item .interior .category {
  color: #0095db;
  font-size: 14px;
  line-height: 27px;
  text-transform: capitalize;
}
.more-news-outer-wrapper .more-news-wrapper .more-news-item h4,
.more-news-outer-wrapper .more-news-wrapper .more-news-item h4 a {
  margin-top: 15px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #0b3047;
  text-decoration: none;
}
.more-news-outer-wrapper .more-news-wrapper .more-news-item img {
  height: 150px;
  width: 100%;
  margin-bottom: 20px;
  object-fit: cover;
  object-position: center;
}
.more-news-outer-wrapper .more-news-wrapper .more-news-item .replace-img {
  height: 150px;
  width: 100%;
  margin-bottom: 20px;
  object-fit: cover;
  object-position: center;
  background-color: #003149;
}
.more-news-outer-wrapper .more-news-wrapper .more-news-item .news-date {
  font-size: 18px;
  line-height: 27px;
  color: #7d96aa;
  font-weight: 200;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.more-news-outer-wrapper .more-news-wrapper .more-news-item .read-more {
  color: #004b6c;
}
.more-news-outer-wrapper .more-news-wrapper .more-news-item .read-more svg path {
  fill: #004b6c;
}

.blog .news-summary img,
.post-type-archive-market-updates .news-summary img {
  margin-bottom: 0;
}
.blog main.content,
.post-type-archive-market-updates main.content {
  background: #eff3f6;
}
@media (max-width: 959px) {
  .blog main.content,
.post-type-archive-market-updates main.content {
    max-width: unset;
  }
}
.blog main.content .replace-img,
.post-type-archive-market-updates main.content .replace-img {
  height: 150px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  background-color: #003149;
}

.news-filter-wrapper {
  border-top: 1px solid #97a3a7;
  border-bottom: 1px solid #97a3a7;
  margin-right: 10px;
  margin-left: 10px;
}
@media (min-width: 960px) {
  .news-filter-wrapper {
    margin-right: 55px;
    margin-left: 55px;
  }
}
@media (min-width: 1400px) {
  .news-filter-wrapper {
    margin-right: 105px;
    margin-left: 105px;
  }
}
.news-filter-wrapper form {
  display: flex;
  flex-wrap: wrap;
}
.news-filter-wrapper form select {
  border: none;
  background: transparent;
}
.news-filter-wrapper form select:focus {
  outline: none;
}
.news-filter-wrapper .filter-by,
.news-filter-wrapper .order-by {
  width: 100%;
}
@media (min-width: 960px) {
  .news-filter-wrapper .filter-by,
.news-filter-wrapper .order-by {
    width: 20%;
  }
}
.news-filter-wrapper .filter-by .filter-data,
.news-filter-wrapper .filter-by .order-data,
.news-filter-wrapper .order-by .filter-data,
.news-filter-wrapper .order-by .order-data {
  box-sizing: border-box;
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  color: #374e5a;
  background-color: #f1f5f7;
  background-image: url("../images/chevron-down.svg");
  background-repeat: no-repeat, repeat;
  background-position: right;
  background-size: 17px;
  border: 1px solid #f1f5f7;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.news-filter-wrapper .filter-by .filter-data::-ms-expand,
.news-filter-wrapper .filter-by .order-data::-ms-expand,
.news-filter-wrapper .order-by .filter-data::-ms-expand,
.news-filter-wrapper .order-by .order-data::-ms-expand {
  display: none;
}
.news-filter-wrapper .filter-by .filter-data:hover,
.news-filter-wrapper .filter-by .order-data:hover,
.news-filter-wrapper .order-by .filter-data:hover,
.news-filter-wrapper .order-by .order-data:hover {
  border-color: #f1f5f7;
}
.news-filter-wrapper .filter-by .filter-data:focus,
.news-filter-wrapper .filter-by .order-data:focus,
.news-filter-wrapper .order-by .filter-data:focus,
.news-filter-wrapper .order-by .order-data:focus {
  border-color: #f1f5f7;
  outline: none;
}
@media (max-width: 959px) {
  .news-filter-wrapper .order-by {
    border-top: 1px solid #97a3a7;
  }
}

@media (min-width: 960px) {
  .event-header {
    min-height: 426px;
  }
}
.event-header h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 48px;
  color: #fff;
}
@media (min-width: 960px) {
  .event-header h1 {
    font-size: 58px;
    line-height: 66px;
  }
}
.event-header .lead {
  font-size: 20px;
  margin-bottom: 24px;
  line-height: 30px;
  color: #fff;
}
@media (min-width: 960px) {
  .event-header .lead {
    font-size: 24px;
    margin-bottom: 63px;
    letter-spacing: 0.24px;
    line-height: 32px;
  }
}

.event-sort-container {
  padding: 10px;
  background-color: #eff3f6;
}
@media (min-width: 960px) {
  .event-sort-container {
    padding: 94px 112px 30px;
  }
}
.event-sort-container .events-sort {
  padding: 95px 30px;
  background-color: #fff;
  text-align: center;
  max-width: 1094px;
}
.event-sort-container .events-sort a {
  font-size: 18px;
  color: #0095DB;
  line-height: 27px;
  text-decoration: underline;
}
.event-sort-container .events-sort a#up_event {
  margin-bottom: 35px;
}
.event-sort-container .events-sort a.active {
  color: #0B3047;
  font-weight: 400;
  display: block;
  font-size: 40px;
  line-height: 48px;
  text-decoration: none;
  font-family: "DM Serif Display", serif;
}
@media (min-width: 960px) {
  .event-sort-container .events-sort a.active {
    font-size: 52px;
    line-height: 68px;
  }
}

.event-wrapper {
  padding: 0;
}
.event-wrapper .event-content-text {
  padding: 0 30px 20px;
}
@media (min-width: 960px) {
  .event-wrapper .event-content-text {
    padding: 0 55px 35px;
  }
}
@media (min-width: 1400px) {
  .event-wrapper .event-content-text {
    padding: 0 105px 47px;
  }
}
.event-wrapper .event-content-text p {
  max-width: 900px;
  font-size: 20px;
}
.event-wrapper .event {
  background-color: #eff3f6;
  padding: 10px 10px 0;
}
@media (min-width: 960px) {
  .event-wrapper .event {
    display: flex;
    padding: 0 112px 0 !important;
  }
}
@media (min-width: 960px) {
  .event-wrapper .event:last-child {
    padding: 0 112px 120px !important;
  }
}
.event-wrapper .event .date {
  font-size: 18px;
  line-height: 27px;
  color: #0095db;
  letter-spacing: 0.44px;
  width: unset;
}
@media (min-width: 1400px) {
  .event-wrapper .event .date {
    font-size: 22px;
  }
}
.event-wrapper .event:last-child .details {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.event-wrapper .event .details {
  max-width: 1094px;
  padding: 18px 0 18px;
  margin: 0 auto;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  width: 100%;
  align-items: center;
  gap: 25px;
}
@media (max-width: 959px) {
  .event-wrapper .event .details {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 960px) {
  .event-wrapper .event .details {
    width: 100%;
    gap: 47px;
  }
}
.event-wrapper .event .details h2 {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  color: #0b3047;
}
@media (min-width: 960px) {
  .event-wrapper .event .details h2 {
    font-size: 36px;
    line-height: 48px;
  }
}
.event-wrapper .event .details img {
  width: 172px;
  height: 121px;
  object-fit: cover;
}
.event-wrapper .event .details a {
  margin-top: 24px;
  font-size: 18px;
  color: #0095db;
}
.event-wrapper .event .details a span {
  margin-left: 18px;
}
.event-wrapper .event .details .event-location {
  color: #374e5a;
  font-size: 18px;
  letter-spacing: 0.44px;
}
@media (min-width: 1400px) {
  .event-wrapper .event .details .event-location {
    font-size: 22px;
  }
}
.event-wrapper .event .details figure .bkg-event {
  width: 172px;
  height: 121px;
  background-color: #899db6;
}
.event-wrapper .event .details .date-and-location {
  margin-top: 15px;
  display: block;
  align-items: center;
}
@media (min-width: 960px) {
  .event-wrapper .event .details .date-and-location {
    display: flex;
  }
}

.event-pagination-wrapper {
  padding: 0 0 16px 0;
  margin-bottom: 30px;
  background-color: #f1f5f7;
}
@media (min-width: 960px) {
  .event-pagination-wrapper {
    padding: 0 85px 60px 85px;
  }
}
.event-pagination-wrapper .archive-pagination.pagination {
  margin: 0;
}
.event-pagination-wrapper .archive-pagination.pagination ul li.pagination-previous {
  text-align: left;
}
.event-pagination-wrapper .archive-pagination.pagination ul li.pagination-previous span {
  font-size: 12px;
  font-weight: normal;
  background: none;
}
@media (min-width: 960px) {
  .event-pagination-wrapper .archive-pagination.pagination ul li.pagination-previous span {
    font-size: 18px;
  }
}
.event-pagination-wrapper .archive-pagination.pagination ul li.pagination-next {
  text-align: right;
}
.event-pagination-wrapper .archive-pagination.pagination ul li.pagination-next span {
  font-size: 12px;
  font-weight: normal;
  background: none;
}
@media (min-width: 960px) {
  .event-pagination-wrapper .archive-pagination.pagination ul li.pagination-next span {
    font-size: 18px;
  }
}
.event-pagination-wrapper .archive-pagination.pagination ul li.active a {
  color: #fff !important;
  background-color: #0095db;
}
.event-pagination-wrapper .archive-pagination.pagination ul li a {
  font-size: 11px;
  font-weight: normal;
  background: none;
}
@media (min-width: 960px) {
  .event-pagination-wrapper .archive-pagination.pagination ul li a {
    font-size: 18px;
  }
}
.event-pagination-wrapper .archive-pagination.pagination ul li a:hover {
  color: #fff;
  background-color: #0095db !important;
}
.event-pagination-wrapper .archive-pagination.pagination ul li:first-child:not(.active) a, .event-pagination-wrapper .archive-pagination.pagination ul li:last-child a {
  color: #0095db;
}
.event-pagination-wrapper .archive-pagination.pagination ul li:first-child:not(.active) a:hover, .event-pagination-wrapper .archive-pagination.pagination ul li:last-child a:hover {
  background: none !important;
}
.event-pagination-wrapper .archive-pagination.pagination ul li:nth-of-type(2) a {
  border-radius: 0;
}
.event-pagination-wrapper .archive-pagination.pagination ul li:nth-last-of-type(2) a {
  border-radius: 0;
}

.post-type-archive-svb_event main.content {
  max-width: unset;
}
.post-type-archive-svb_event .breadcrumb {
  max-width: 1041px;
}
.post-type-archive-svb_event .transaction-filter-wrapper {
  background-color: #eff3f6;
  padding: 25px 15px !important;
}
@media (min-width: 960px) {
  .post-type-archive-svb_event .transaction-filter-wrapper {
    padding: 25px 112px !important;
  }
}
.post-type-archive-svb_event .transaction-filter-wrapper form .filter-by .filter-data,
.post-type-archive-svb_event .transaction-filter-wrapper form .order-by .order-data {
  background-color: transparent;
}
.post-type-archive-svb_event .transaction-filter-wrapper form .order-by {
  width: 100% !important;
}
@media (min-width: 960px) {
  .post-type-archive-svb_event .transaction-filter-wrapper form .order-by {
    width: 15% !important;
  }
}
.post-type-archive-svb_event .transaction-filter-wrapper form .filter-by {
  width: 100% !important;
}
@media (min-width: 960px) {
  .post-type-archive-svb_event .transaction-filter-wrapper form .filter-by {
    width: 17% !important;
  }
}

.split-content-one-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 12px;
  text-align: center;
}
@media (min-width: 960px) {
  .split-content-one-wrapper {
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0 105px;
    padding: 90px 0 0 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.split-content-one-wrapper .split-content-one {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .split-content-one-wrapper .split-content-one {
    width: 47%;
    margin-bottom: 90px;
  }
}
.split-content-one-wrapper .split-content-one h2 {
  font-size: 37px;
  line-height: 50px;
  font-weight: 400;
  color: #004b6c;
  margin-bottom: 24px;
}
.split-content-one-wrapper .split-content-one a {
  font-size: 18px;
  color: #0095db;
  margin-top: 24px;
}

.split-content-two-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 12px;
  text-align: center;
}
@media (min-width: 960px) {
  .split-content-two-wrapper {
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0 105px;
    padding: 90px 0 0 0;
    display: flex;
    flex-wrap: wrap;
  }
}
.split-content-two-wrapper .split-content-two {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .split-content-two-wrapper .split-content-two {
    width: 47%;
  }
}
.split-content-two-wrapper .split-content-two h2 {
  font-size: 37px;
  line-height: 50px;
  font-weight: 400;
  color: #004b6c;
  margin-bottom: 24px;
}

.post {
  margin: 0 auto;
  max-width: 633px;
}
.post .alignwide {
  margin-left: -200px;
  margin-right: -200px;
}
.post figcaption {
  font-size: 14px;
  line-height: 22px;
  color: #616161;
  border-bottom: 1px solid rgba(196, 196, 196, 0.2);
  padding-top: 24px;
  padding-bottom: 24px;
}
.post blockquote {
  background-color: #f1f5f7;
  margin: 0;
  padding: 40px 60px;
  margin-bottom: 32px;
}
.post blockquote * {
  font-size: 18px !important;
  line-height: 27px !important;
  color: #374e5a !important;
}

.team-outter-wrapper {
  background-color: #e5f4fb;
  padding: 20px 15px 40px;
}
.about-team .team-outter-wrapper {
  padding: 45px 15px 105px;
}
@media (min-width: 960px) {
  .team-outter-wrapper {
    padding: 100px 105px 105px 105px;
  }
  .about-team .team-outter-wrapper {
    padding: 75px 105px 105px;
  }
}
.team-outter-wrapper .team-group-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team-outter-wrapper .team-group-wrapper .team-wrapper.full {
  width: 100%;
}
.team-outter-wrapper .team-group-wrapper .team-wrapper.full .team {
  width: calc(100% - 30px);
}
@media (min-width: 600px) {
  .team-outter-wrapper .team-group-wrapper .team-wrapper.full .team {
    width: calc(50% - 30px);
  }
}
@media (min-width: 960px) {
  .team-outter-wrapper .team-group-wrapper .team-wrapper.full .team {
    width: calc(33.3333% - 30px);
  }
}
@media (min-width: 1200px) {
  .team-outter-wrapper .team-group-wrapper .team-wrapper.full .team {
    width: calc(25% - 30px);
  }
}
.team-outter-wrapper .team-group-wrapper .team-wrapper.half {
  width: calc(100% - 15px);
}
@media (min-width: 1024px) {
  .team-outter-wrapper .team-group-wrapper .team-wrapper.half {
    width: calc(50% - 15px);
  }
}
.team-outter-wrapper .team-group-wrapper .team-wrapper.half .team {
  width: calc(100% - 30px);
}
@media (min-width: 600px) {
  .team-outter-wrapper .team-group-wrapper .team-wrapper.half .team {
    width: calc(50% - 30px);
  }
}
.team-outter-wrapper header {
  background-color: #fff;
  text-align: center;
  padding: 60px 20px;
}
@media (min-width: 960px) {
  .team-outter-wrapper header {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.team-outter-wrapper header h2 {
  color: #0b3047;
  font-weight: 400;
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 960px) {
  .team-outter-wrapper header h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
.team-outter-wrapper header p {
  margin: 24px auto 0;
  font-size: 17px;
  line-height: 1.625;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 960px) {
  .team-outter-wrapper header p {
    max-width: 725px;
    font-size: 20px;
    line-height: 40px;
  }
}
.team-outter-wrapper header p:last-child {
  margin-bottom: 0;
}
.team-outter-wrapper .team-content .category {
  margin-top: -20px;
}
.team-outter-wrapper .team-content .category .cat {
  visibility: hidden;
  text-transform: capitalize;
  background-color: #0195db;
  color: #eff3f6;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  padding: 6px 18px;
}
.team-outter-wrapper .team-content img {
  width: 100%;
}
.team-outter-wrapper .team-name {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .team-outter-wrapper .team-name {
    margin-top: 80px;
  }
}
.team-outter-wrapper .team-name h3 {
  font-weight: normal;
  font-size: 36px;
  line-height: 46px;
  color: #0b3047;
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .team-outter-wrapper .team-name h3 {
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.team-outter-wrapper .team-name p {
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 25px;
  color: #0b3047;
  margin-top: -10px;
}
.team-outter-wrapper .team-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.team-outter-wrapper .team-group .team {
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.team-outter-wrapper .team-group .team .team-body {
  flex: 1 1 auto;
  padding: 15px 24px 36px 24px;
}
.team-outter-wrapper .team-group .team .team-body .team-title {
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
  color: #0b3047;
  margin-bottom: 5px;
}
.team-outter-wrapper .team-group .team .team-body .team-text {
  font-size: 14px;
  line-height: 22px;
  color: #374e5a;
}
.team-outter-wrapper .team-group .team .team-body .team-bio {
  display: none;
}
.team-outter-wrapper .team-group .team .team-footer {
  padding: 24px;
  font-size: 16px;
  line-height: 150%;
  color: #0095db;
  position: absolute;
  left: 0;
  bottom: 0;
}
.team-outter-wrapper .team-group .team .team-footer .team-modal {
  text-transform: capitalize;
}

/* Overlay */
#simplemodal-overlay {
  background-color: #4a6477;
  opacity: 1 !important;
}

#simplemodal-container a.modalCloseImg {
  background: url("../../assets/images/close-buttn.png") no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  background-size: cover;
  z-index: 3200;
  position: absolute;
  top: 5%;
  right: 5%;
  cursor: pointer;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #simplemodal-container a.modalCloseImg {
    top: 10%;
    right: 5%;
  }
}
@media (min-width: 1400px) {
  #simplemodal-container a.modalCloseImg {
    top: 10%;
    right: 9%;
  }
}

@media (min-width: 768px) {
  .simplemodal-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
}

#simplemodal-data.team-content {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  #simplemodal-data.team-content {
    display: flex;
    justify-content: center;
  }
}
#simplemodal-data.team-content .category {
  margin-top: 0px;
}
@media (min-width: 768px) {
  #simplemodal-data.team-content .category {
    margin-top: -1px;
  }
}
@media (min-width: 1400px) {
  #simplemodal-data.team-content .category {
    margin-top: -4px;
  }
}
#simplemodal-data.team-content .category .cat {
  color: #eff3f6;
  background-color: #0195db;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  padding: 6px 18px;
}
#simplemodal-data.team-content .category .cat.Biotech {
  background-color: #01192c;
}
#simplemodal-data.team-content img {
  display: none;
}
@media (min-width: 768px) {
  #simplemodal-data.team-content img {
    display: block;
    margin-top: 60px;
    width: 280px !important;
    height: 340px !important;
    object-fit: cover;
    margin-right: -60px;
    z-index: 10;
  }
}
@media (min-width: 1400px) {
  #simplemodal-data.team-content img {
    width: 282px !important;
    height: 390px !important;
    object-fit: cover;
  }
}
#simplemodal-data.team-content .team-body {
  background-color: #fff;
  z-index: 1;
  width: 100%;
  padding: 20px;
  height: 100vh;
}
@media (min-width: 768px) {
  #simplemodal-data.team-content .team-body {
    max-width: 50%;
    padding: 50px 25px 50px 90px;
  }
}
@media (min-width: 1200px) {
  #simplemodal-data.team-content .team-body {
    padding: 50px 50px 50px 90px;
  }
}
#simplemodal-data.team-content .team-body.fixed {
  height: 100vh;
  overflow-x: scroll;
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #simplemodal-data.team-content .team-body.fixed {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  #simplemodal-data.team-content .team-body.fixed {
    max-height: 600px;
  }
}
#simplemodal-data.team-content .team-body .team-title {
  margin: 0 0 5px 0;
  font-size: 24px;
  line-height: 28px;
  color: #004b6c;
}
@media (min-width: 768px) {
  #simplemodal-data.team-content .team-body .team-title {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (min-width: 1400px) {
  #simplemodal-data.team-content .team-body .team-title {
    font-size: 58px;
  }
}
#simplemodal-data.team-content .team-body .team-text {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2;
  color: #40afe4;
  margin: 0 0 12px 0;
  padding-bottom: 12px;
  padding-right: 20%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #simplemodal-data.team-content .team-body .team-text {
    margin: 0 0 24px 0;
    padding-bottom: 24px;
    font-size: 18px;
    line-height: 1.2;
  }
}
#simplemodal-data.team-content .team-body .team-bio {
  font-size: 15px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  #simplemodal-data.team-content .team-body .team-bio {
    font-size: 18px;
    line-height: 27px;
  }
}
#simplemodal-data.team-content .team-body .team-bio p {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  #simplemodal-data.team-content .team-body .team-bio p {
    margin-bottom: 24px;
  }
}

.single-team-member {
  border-top: 2px solid #f1f5f7;
  padding-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 960px) {
  .single-team-member {
    display: grid;
    grid-template-columns: 350px 1fr;
    grid-column-gap: 45px;
    padding-top: 90px;
    max-width: 1110px;
    margin: 0 auto 90px auto;
  }
}
@media (min-width: 1400px) {
  .single-team-member {
    grid-template-columns: 500px 1fr;
    grid-column-gap: 70px;
  }
}
.single-team-member img {
  max-width: 220px;
}
@media (min-width: 960px) {
  .single-team-member img {
    max-width: 100%;
  }
}
.single-team-member h1 {
  margin: 30px 0 0 0;
  padding: 0;
  font-size: 30px;
}
@media (min-width: 960px) {
  .single-team-member h1 {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .single-team-member h1 {
    font-size: 37px;
  }
}
@media (min-width: 960px) {
  .single-team-member h1 {
    font-size: 37px;
  }
}
@media (min-width: 1400px) {
  .single-team-member h1 {
    font-size: 37px;
  }
}
.single-team-member .role {
  margin: 0 0 30px 0;
  padding: 0;
  color: #40afe4;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .single-team-member .role {
    font-size: 18px;
  }
}
@media (min-width: 960px) {
  .single-team-member .role {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .single-team-member .role {
    font-size: 20px;
  }
}

.advisory-council-wrapper {
  background-color: #f1f5f7;
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .advisory-council-wrapper {
    padding: 100px 105px 100px 105px;
  }
}
.advisory-council-wrapper header {
  background-color: #fff;
  text-align: center;
  padding: 60px 20px;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .advisory-council-wrapper header {
    margin-bottom: 80px;
    padding-top: 80px;
    padding-bottom: 90px;
  }
}
.advisory-council-wrapper header h2 {
  color: #004b6c;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
}
@media (min-width: 960px) {
  .advisory-council-wrapper header h2 {
    font-size: 58px;
    line-height: 66px;
  }
}
.advisory-council-wrapper header p {
  margin: 24px auto 0;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 960px) {
  .advisory-council-wrapper header p {
    width: 535px;
  }
}
.advisory-council-wrapper header p:last-child {
  margin-bottom: 0;
}
.advisory-council-wrapper .advisory-council {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advisory-council-wrapper .advisory-council .advisory-council-member {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 24px 36px;
  width: 100%;
  text-align: center;
}
@media (min-width: 960px) {
  .advisory-council-wrapper .advisory-council .advisory-council-member {
    text-align: left;
    width: calc(50% - 15px);
  }
}
.advisory-council-wrapper .advisory-council .advisory-council-member:last-child {
  margin-bottom: 0;
}
.advisory-council-wrapper .advisory-council .advisory-council-member h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 32px;
  color: #004b6c;
  margin-bottom: 8px;
}
.advisory-council-wrapper .advisory-council .advisory-council-member p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 24px;
}
.advisory-council-wrapper .advisory-council .advisory-council-member a {
  font-size: 16px;
  line-height: 150%;
  color: #0095db;
}
.advisory-council-wrapper .advisory-council .advisory-council-member .team-bio {
  display: none;
}

#simplemodal-data.advisory-council-content {
  background-color: #fff;
  padding: 20px;
  width: 100%;
}
@media (min-width: 1400px) {
  #simplemodal-data.advisory-council-content {
    min-height: 600px;
    width: 1200px;
  }
}
#simplemodal-data.advisory-council-content .team-body {
  background-color: #fff;
  width: 100%;
  padding: 20px;
}
#simplemodal-data.advisory-council-content .team-body .team-title {
  margin: 0 0 5px 0;
  font-size: 32px;
  line-height: 48px;
  color: #004b6c;
}
@media (min-width: 1400px) {
  #simplemodal-data.advisory-council-content .team-body .team-title {
    font-size: 58px;
    line-height: 66px;
  }
}
#simplemodal-data.advisory-council-content .team-body .team-text {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #40afe4;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#simplemodal-data.advisory-council-content .team-body .team-bio {
  font-size: 18px;
  line-height: 27px;
}

.solutions-landing-wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .solutions-outter-wrapper .solutions-wrapper {
    display: flex;
    gap: 37px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .solutions-outter-wrapper .solutions-wrapper .job {
    width: 48%;
  }
}
@media (min-width: 960px) {
  .solutions-outter-wrapper .solutions-wrapper {
    display: flex;
    justify-content: center;
  }
  .solutions-outter-wrapper .solutions-wrapper .solutions-card {
    max-width: 334px;
  }
}
@media (min-width: 1400px) {
  .solutions-outter-wrapper .solutions-wrapper {
    justify-content: space-between;
  }
}
.solutions-outter-wrapper .solutions-card {
  background: #fff;
  display: flex;
  max-width: 334px;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 45px 30px 40px 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (min-width: 960px) {
  .solutions-outter-wrapper .solutions-card {
    width: calc(33.33% - 25px);
  }
}
@media (min-width: 1400px) {
  .solutions-outter-wrapper .solutions-card {
    width: calc(33.33% - 37px);
  }
}
.solutions-outter-wrapper .solutions-card:hover {
  transform: translate(0, -20px);
  transition: 1s;
}
.solutions-outter-wrapper .solutions-card span {
  display: block;
}
.solutions-outter-wrapper .solutions-card .solution-name h5 {
  color: #0B3047;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
  line-height: 32px;
  margin-top: 10px;
}
.solutions-outter-wrapper .solutions-card .solution-name p {
  color: #3B4E60;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 10px;
}
.solutions-outter-wrapper .solutions-card a.read-more {
  color: #0095DB;
  font-size: 18px;
  line-height: 27px;
  text-transform: capitalize;
}
.solutions-outter-wrapper h3 {
  font-weight: normal;
  font-size: 36px;
  line-height: 48px;
  text-transform: capitalize;
  color: #0B3047;
  padding-bottom: 35px;
}

.latest-news-wrapper {
  padding: 0 16px;
}
@media (min-width: 960px) {
  .latest-news-wrapper {
    margin-bottom: 40px;
    padding: 0 105px;
  }
}
@media (min-width: 1400px) {
  .latest-news-wrapper {
    margin-bottom: 80px;
  }
}
.latest-news-wrapper .block-inline-header {
  text-align: center;
}
@media (min-width: 960px) {
  .latest-news-wrapper .block-inline-header {
    display: flex;
    justify-content: space-between;
  }
}
.latest-news-wrapper .block-inline-header h3 {
  font-size: 58px;
  font-weight: 400;
  color: #004b6c;
}
.latest-news-wrapper .block-inline-header a {
  font-size: 18px;
  color: #0095db;
}
.latest-news-wrapper .latest-news-item-wrapper {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 1400px) {
  .latest-news-wrapper .latest-news-item-wrapper {
    margin-top: 80px;
  }
}
.latest-news-wrapper .latest-news-item-wrapper .latest-news-item {
  text-align: center;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .latest-news-wrapper .latest-news-item-wrapper .latest-news-item {
    text-align: left;
    width: 33.3333%;
  }
}
@media (min-width: 960px) {
  .latest-news-wrapper .latest-news-item-wrapper .latest-news-item:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.latest-news-wrapper .latest-news-item-wrapper .latest-news-item h4 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-top: 24px;
}
.latest-news-wrapper .latest-news-item-wrapper .latest-news-item h4 a {
  color: #004b6c;
  text-decoration: none;
}
.latest-news-wrapper .latest-news-item-wrapper .latest-news-item h4 a:hover {
  text-decoration: underline;
}
.latest-news-wrapper .latest-news-item-wrapper .latest-news-item .latest-news-date {
  margin-top: 16px;
}
.latest-news-wrapper .latest-news-item-wrapper .latest-news-item .latest-news-link {
  margin-top: 20px;
  font-size: 18px;
  line-height: 27px;
  transition: 0.65s;
}
@media (min-width: 1400px) {
  .latest-news-wrapper .latest-news-item-wrapper .latest-news-item .latest-news-link {
    margin-top: 44px;
  }
}
.latest-news-wrapper .latest-news-item-wrapper .latest-news-item .latest-news-link:hover {
  transform: translate(10px, 0);
}

.contact-us-outter-wrapper {
  padding: 10px;
  background-color: #f1f5f7;
}
@media (min-width: 960px) {
  .contact-us-outter-wrapper {
    padding: 100px 105px;
  }
}
.contact-us-outter-wrapper header {
  padding: 60px 20px;
  text-align: center;
  background-color: #fff;
}
@media (min-width: 960px) {
  .contact-us-outter-wrapper header {
    margin-bottom: 80px;
  }
}
@media (min-width: 960px) {
  .contact-us-outter-wrapper header {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.contact-us-outter-wrapper header h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: #004b6c;
}
@media (min-width: 960px) {
  .contact-us-outter-wrapper header h1 {
    font-size: 58px;
    line-height: 66px;
  }
}
.contact-us-outter-wrapper header .lead {
  margin: 24px auto 0 auto;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 960px) {
  .contact-us-outter-wrapper header .lead {
    width: 535px;
    font-size: 24px;
    line-height: 32px;
  }
}
.contact-us-outter-wrapper header .lead p {
  padding: 0;
  margin: 0;
}
@media (min-width: 960px) {
  .contact-us-outter-wrapper .address-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.contact-us-outter-wrapper .address-wrapper .office-locations {
  width: 100%;
  margin-bottom: 30px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 400;
  color: #004b6c;
}
@media (min-width: 1110px) {
  .contact-us-outter-wrapper .address-wrapper .office-locations {
    margin-top: 40px;
  }
}
.contact-us-outter-wrapper .address-wrapper .addresses {
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 600px) {
  .contact-us-outter-wrapper .address-wrapper .addresses {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    text-align: left;
    text-align: center;
  }
}
@media (min-width: 1100px) {
  .contact-us-outter-wrapper .address-wrapper .addresses {
    width: 24%;
    margin-top: 0;
    margin-left: 6%;
    text-align: left;
  }
}
.contact-us-outter-wrapper .address-wrapper .addresses .address {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 600px) {
  .contact-us-outter-wrapper .address-wrapper .addresses .address {
    width: 50%;
  }
}
@media (min-width: 1110px) {
  .contact-us-outter-wrapper .address-wrapper .addresses .address {
    width: 100%;
    margin-bottom: 60px;
  }
}
.contact-us-outter-wrapper .address-wrapper .addresses .address h3 {
  margin-bottom: 5px;
  font-family: "DM Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: #004b6c;
}
.contact-us-outter-wrapper .address-wrapper .addresses .address .details {
  font-size: 18px;
  line-height: 27px;
  color: #374e5a;
}
.contact-us-outter-wrapper .address-wrapper .addresses .address a {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
.contact-us-outter-wrapper .address-wrapper .addresses .address .map {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
  overflow: hidden;
}
.contact-us-outter-wrapper .address-wrapper .addresses .address .map::before {
  display: block;
  content: "";
}
.contact-us-outter-wrapper .address-wrapper .addresses .address .map iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.contact-us-outter-wrapper .address-wrapper .addresses .address .map.map-16by9::before {
  padding-top: 56.25%;
}
.contact-us-outter-wrapper .address-wrapper .addresses .address .map.map-1by1::before {
  padding-top: 100%;
}
.contact-us-outter-wrapper .address-wrapper .contact {
  width: 100%;
  padding: 20px;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (min-width: 960px) {
  .contact-us-outter-wrapper .address-wrapper .contact {
    padding: 40px;
    margin-top: 0;
  }
}
@media (min-width: 1100px) {
  .contact-us-outter-wrapper .address-wrapper .contact {
    width: 70%;
  }
}
.contact-us-outter-wrapper .address-wrapper .contact h3 {
  font-size: 37px;
  font-weight: 400;
  line-height: 50px;
  color: #004b6c;
}
.contact-us-outter-wrapper .address-wrapper .contact .gfield label {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  color: #004b6c;
}
.contact-us-outter-wrapper .address-wrapper .contact .gfield input,
.contact-us-outter-wrapper .address-wrapper .contact .gfield textarea {
  width: 100% !important;
  padding: 15px 20px !important;
  border: 1px solid #d9ddde !important;
}
.contact-us-outter-wrapper .address-wrapper .contact .gfield input::placeholder,
.contact-us-outter-wrapper .address-wrapper .contact .gfield textarea::placeholder {
  font-size: 18px;
  line-height: 27px;
  color: #374e5a;
}
.contact-us-outter-wrapper .address-wrapper .contact .gfield textarea.large {
  height: 160px;
}
.contact-us-outter-wrapper .address-wrapper .contact .gfield .ginput_container_select select {
  height: 55px;
  font-size: 18px;
  line-height: 27px;
  color: #374e5a;
  text-indent: 10px;
}
.contact-us-outter-wrapper .address-wrapper .contact .gfield .gfield_required {
  color: red;
}
.contact-us-outter-wrapper .address-wrapper .contact .gfield.gfield_error {
  background: transparent;
  border: none;
}
.contact-us-outter-wrapper .address-wrapper .contact .gfield.gfield_error .validation_message {
  padding: 0;
  margin: 3px 0 0 0;
  color: red;
}
.contact-us-outter-wrapper .address-wrapper .contact .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0px !important;
}
.contact-us-outter-wrapper .address-wrapper .contact #gform_submit_button_1 {
  width: 100% !important;
}
.contact-us-outter-wrapper .address-wrapper .contact .select2.select2-container.select2-container--default.select2-container--focus {
  outline: none !important;
}
.contact-us-outter-wrapper .address-wrapper .contact .select2.select2-container.select2-container--default.select2-container--focus,
.contact-us-outter-wrapper .address-wrapper .contact .select2.select2-container.select2-container--default {
  width: 100% !important;
}
.contact-us-outter-wrapper .address-wrapper .contact .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 15px 10px !important;
  border: 1px solid #d9ddde !important;
  height: 55px;
  font-size: 18px;
  line-height: 27px;
  color: #374e5a;
  text-indent: 10px;
}
.contact-us-outter-wrapper .address-wrapper .contact .select2-container--default .select2-selection--single .select2-selection__placeholder {
  font-size: 18px;
  line-height: 27px;
  color: #374e5a;
}
.contact-us-outter-wrapper .address-wrapper .contact .select2-container .select2-selection--single {
  height: 55px;
  border-radius: 0;
  border: none;
}
.contact-us-outter-wrapper .address-wrapper .contact .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}

.widget.gform_widget .gform_confirmation_message_5.gform_confirmation_message {
  color: #0195db;
}

.contact-us-wrap .ginput_container.ginput_container_select {
  position: relative;
}
.contact-us-wrap .select2-search--dropdown .select2-search__field, .contact-us-wrap .select2-search--dropdown {
  display: none;
}
.contact-us-wrap ul.select2-results__options {
  margin-bottom: 0;
  margin-left: 0;
  scrollbar-width: none; /*For Firefox*/
  -ms-overflow-style: none; /*For Internet Explorer 10+*/
}
.contact-us-wrap ul.select2-results__options .select2-results__option {
  padding: 6px 6px 6px 20px;
  font-size: 18px;
  line-height: 27px;
  color: #374e5a;
}
.contact-us-wrap ul.select2-results__options .select2-results__option:-webkit-scrollbar {
  /*For WebKit Browsers*/
  width: 0;
  height: 0;
}
.contact-us-wrap ul.select2-results__options .select2-results__option:hover {
  background-color: #0d95db;
  color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.contact-us-wrap .select2-dropdown {
  border-radius: 0;
  border: 1px solid #d9ddde !important;
}
.contact-us-wrap .select2-container--open .select2-dropdown--below {
  top: 45px;
  border: 1px solid #d9ddde !important;
}
@media (min-width: 960px) {
  .contact-us-wrap .select2-container--open .select2-dropdown--below {
    top: 31px;
  }
}
.contact-us-wrap .select2-container .select2-selection--single, .contact-us-wrap .select2-container .select2-selection--single:focus {
  outline: none;
}

.value-wrapper {
  padding: 10px 20px;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (min-width: 960px) {
  .value-wrapper {
    padding: 35px 10px 10px;
    margin-top: 0;
  }
}
.value-wrapper header {
  text-align: center;
  padding: 0;
}
.value-wrapper header h2 {
  color: #0b3047;
  font-weight: 400;
  font-size: 36px;
  line-height: 48px;
}
@media (min-width: 960px) {
  .value-wrapper header h2 {
    font-size: 48px;
    line-height: 68px;
  }
}
.value-wrapper header p {
  margin: 24px auto 0;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 960px) {
  .value-wrapper header p {
    width: 535px;
  }
}
@media (min-width: 960px) {
  .value-wrapper .values {
    padding: 0;
    display: flex;
    flex-direction: column;
    max-width: 980px;
    margin: 0 auto;
  }
}
.value-wrapper .values .value {
  padding: 20px 0 10px;
  text-align: center;
  border-bottom: 1px solid #9da9ad;
}
.value-wrapper .values .value:last-child {
  border-bottom: unset;
}
@media (min-width: 960px) {
  .value-wrapper .values .value {
    padding: 35px 0 25px;
  }
}
.value-wrapper .values .value p,
.value-wrapper .values .value a {
  color: #3c4f58;
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .value-wrapper .values .value p,
.value-wrapper .values .value a {
    font-size: 17px;
    line-height: 1.625;
  }
}

.search-header {
  background-image: url("/wp-content/uploads/2019/09/about-2x.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
}
@media (min-width: 960px) {
  .search-header {
    padding: 55px;
  }
}
@media (min-width: 1400px) {
  .search-header {
    padding: 105px;
  }
}
.search-header h1 {
  color: #fff;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
}
@media (min-width: 960px) {
  .search-header h1 {
    font-size: 58px;
    line-height: 66px;
  }
}

.search-wrapper {
  padding: 50px 105px;
  background-color: #f1f5f7;
}
.search-wrapper .search-result {
  margin-bottom: 35px;
}
.search-wrapper .search-result:last-of-type {
  margin-bottom: 0;
}
.search-wrapper .search-result a {
  color: #004b6c;
  text-decoration: none;
}
.search-wrapper .search-result a:hover {
  text-decoration: underline;
}
.search-wrapper .search {
  padding: 80px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
}
.search-wrapper .search:last-child {
  border-bottom: none;
}
.search-wrapper .search .date {
  padding-top: 10px;
  width: 35%;
  font-size: 18px;
  line-height: 27px;
}
.search-wrapper .search .details {
  width: 65%;
}
.search-wrapper .search .details h2 {
  font-weight: normal;
  font-size: 37px;
  line-height: 50px;
  color: #004b6c;
}
.search-wrapper .search .details a {
  margin-top: 24px;
  font-size: 18px;
  color: #0095db;
}
.search-wrapper .search .details a span {
  margin-left: 18px;
}

.search-pagination-wrapper {
  background-color: #f1f5f7;
  margin-bottom: 30px;
  padding: 60px 85px 60px 85px;
}
.search-pagination-wrapper .archive-pagination.pagination {
  margin: 0;
}
.search-pagination-wrapper .archive-pagination.pagination ul li.active a {
  color: #fff !important;
  background-color: #0095db;
}
.search-pagination-wrapper .archive-pagination.pagination ul li a {
  font-size: 18px;
  font-weight: normal;
  background: none;
}
.search-pagination-wrapper .archive-pagination.pagination ul li a:hover {
  background-color: #0095db !important;
  color: #fff;
}
.search-pagination-wrapper .archive-pagination.pagination ul li:first-child:not(.active) a, .search-pagination-wrapper .archive-pagination.pagination ul li:last-child a {
  color: #0095db;
}
.search-pagination-wrapper .archive-pagination.pagination ul li:first-child:not(.active) a:hover, .search-pagination-wrapper .archive-pagination.pagination ul li:last-child a:hover {
  background: none !important;
}
.search-pagination-wrapper .archive-pagination.pagination ul li:nth-of-type(2) a {
  border-radius: 0;
}
.search-pagination-wrapper .archive-pagination.pagination ul li:nth-last-of-type(2) a {
  border-radius: 0;
}

.page-template-page_content_only.page .entry-content {
  background-color: #e5f4fb;
  padding: 10px;
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .page-template-page_content_only.page .entry-content {
    padding: 100px 105px 50px 105px;
  }
}
.page-template-page_content_only.page .entry-content h1,
.page-template-page_content_only.page .entry-content h2,
.page-template-page_content_only.page .entry-content h3,
.page-template-page_content_only.page .entry-content h4,
.page-template-page_content_only.page .entry-content h5,
.page-template-page_content_only.page .entry-content h6 {
  color: #004b6c;
}

.upcoming-events-wrapper {
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .upcoming-events-wrapper {
    margin-top: 80px;
    margin-bottom: 40px;
    padding: 0 105px;
  }
}
@media (min-width: 1400px) {
  .upcoming-events-wrapper {
    margin-bottom: 80px;
  }
}
.upcoming-events-wrapper .block-inline-header {
  text-align: center;
}
@media (min-width: 960px) {
  .upcoming-events-wrapper .block-inline-header {
    display: flex;
    justify-content: space-between;
  }
}
.upcoming-events-wrapper .block-inline-header h3 {
  font-weight: 400;
  font-size: 37px;
  line-height: 50px;
  color: #004b6c;
}
.upcoming-events-wrapper .block-inline-header a {
  font-size: 18px;
  color: #0095db;
}
.upcoming-events-wrapper .upcoming-events-item-wrapper {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px;
}
@media (min-width: 960px) {
  .upcoming-events-wrapper .upcoming-events-item-wrapper {
    margin-top: 45px;
  }
}
@media (min-width: 1400px) {
  .upcoming-events-wrapper .upcoming-events-item-wrapper {
    margin-top: 80px;
  }
}
.upcoming-events-wrapper .upcoming-events-item-wrapper .upcoming-events-item {
  text-align: center;
  width: 100%;
  padding: 0 30px;
  margin-bottom: 40px;
}
@media (min-width: 960px) {
  .upcoming-events-wrapper .upcoming-events-item-wrapper .upcoming-events-item {
    text-align: left;
    width: 33.3333%;
  }
}
@media (min-width: 960px) {
  .upcoming-events-wrapper .upcoming-events-item-wrapper .upcoming-events-item:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.upcoming-events-wrapper .upcoming-events-item-wrapper .upcoming-events-item h3 {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #004b6c;
}
.upcoming-events-wrapper .upcoming-events-item-wrapper .upcoming-events-item h3 a {
  color: #004b6c;
  text-decoration: none;
}
.upcoming-events-wrapper .upcoming-events-item-wrapper .upcoming-events-item h3 a:hover {
  text-decoration: underline;
}
.upcoming-events-wrapper .upcoming-events-item-wrapper .upcoming-events-item .upcoming-events-date {
  margin-top: 16px;
}

.to-the-top {
  position: relative;
  display: inline-block;
}
.to-the-top::after {
  content: "";
  position: absolute;
  top: 14px;
  right: -30px;
  width: 12px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.41 7.70508L6 3.12508L10.59 7.70508L12 6.29508L6 0.295078L1.23266e-07 6.29508L1.41 7.70508Z' fill='%230095DB'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.to-the-top a {
  text-decoration: none;
}

/**
 * Font Sizes
 *
**/
/**
 * Clearfix
 *
 */
/**
 * Icon Position
 *
 */
.articles-header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 60px 25px;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  order: -1;
}
.articles-header p {
  max-width: 500px;
}
@media (min-width: 769px) {
  .articles-header {
    padding: 100px 40px;
  }
}
@media (min-width: 960px) {
  .articles-header {
    min-height: 610px;
    padding: 150px 100px 100px;
  }
}
.articles-header h1 {
  color: #fff;
}

.articles-summary {
  margin-bottom: 80px;
}
.articles-summary img {
  max-height: 350px;
  min-height: 350px;
  object-fit: cover;
}
.articles-summary .news-image-link {
  margin-bottom: 37px;
  display: block;
}
.articles-summary .news-date {
  color: #7d96aa;
  font-size: 16px;
}
.articles-summary .news-title,
.articles-summary .news-content {
  max-width: 648px;
}
.articles-summary .news-title a {
  font-weight: normal;
  color: #0b3047;
  text-decoration: none;
  letter-spacing: 0.37px;
  line-height: 1.29;
}

.sidebar-custom h5 {
  margin-bottom: 34px;
  color: #0b3047;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
}
.sidebar-custom .news-date {
  font-size: 14px;
  color: #7d96aa;
  margin-bottom: 14px;
}
.sidebar-custom a {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 34px;
  text-decoration: none;
  color: #3b4e60;
  display: block;
}
.sidebar-custom .feature-item {
  border-bottom: 1px solid #cfd4d6;
  margin-bottom: 34px;
}
@media (max-width: 768px) {
  .sidebar-custom .feature-item:last-child {
    border-bottom: none;
  }
}
@media (min-width: 960px) {
  .sidebar-custom {
    max-width: 197px;
  }
}
@media (max-width: 959px) {
  .sidebar-custom {
    order: 2;
    width: 100%;
    margin: 0;
  }
}

.archive-pagination.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .archive-pagination.pagination {
    justify-content: center;
  }
}
.archive-pagination.pagination::before, .archive-pagination.pagination::after {
  content: unset;
}
.archive-pagination.pagination li a {
  background-color: transparent;
  font-size: 16px;
  color: #374e5a;
}
.archive-pagination.pagination .active a {
  background: #0095db;
  border-radius: unset !important;
  color: #ffffff;
}
.archive-pagination.pagination .pagination-previous,
.archive-pagination.pagination .pagination-next {
  text-transform: uppercase;
  letter-spacing: 0.32px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .archive-pagination.pagination .pagination-previous,
.archive-pagination.pagination .pagination-next {
    display: none;
  }
}
.archive-pagination.pagination .pagination-previous span,
.archive-pagination.pagination .pagination-next span {
  color: #64777e;
}
.archive-pagination.pagination .pagination-previous a,
.archive-pagination.pagination .pagination-next a {
  color: #0095db;
  text-decoration: none;
}
.archive-pagination.pagination .pagination-previous a:focus, .archive-pagination.pagination .pagination-previous a:hover, .archive-pagination.pagination .pagination-previous a:active,
.archive-pagination.pagination .pagination-next a:focus,
.archive-pagination.pagination .pagination-next a:hover,
.archive-pagination.pagination .pagination-next a:active {
  outline: none;
  color: #0095db;
}

@media (min-width: 960px) {
  .post-type-archive-articles .more-news-outer-wrapper.featured-intelligence {
    border-top: 1px solid #9da9ad;
  }
}

.single-articles .content-sidebar-wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.single-articles .content-sidebar-wrap .content {
  margin-left: 0;
  display: inline-block;
}
@media (max-width: 959px) {
  .single-articles .content-sidebar-wrap {
    display: flex;
    flex-direction: column;
  }
}
.single-articles a:focus, .single-articles a:hover {
  border-radius: unset;
  outline: none;
}

.post-type-archive-articles .content-sidebar-wrap,
.tax-category_article .content-sidebar-wrap,
.tax-tag_article .content-sidebar-wrap,
.tax-market_category .content-sidebar-wrap,
body.category .content-sidebar-wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.post-type-archive-articles .content-sidebar-wrap .content,
.tax-category_article .content-sidebar-wrap .content,
.tax-tag_article .content-sidebar-wrap .content,
.tax-market_category .content-sidebar-wrap .content,
body.category .content-sidebar-wrap .content {
  margin-left: 0;
  display: inline-block;
}
@media (min-width: 960px) {
  .post-type-archive-articles .content-sidebar-wrap .content,
.tax-category_article .content-sidebar-wrap .content,
.tax-tag_article .content-sidebar-wrap .content,
.tax-market_category .content-sidebar-wrap .content,
body.category .content-sidebar-wrap .content {
    width: 65%;
  }
}
@media (max-width: 959px) {
  .post-type-archive-articles .content-sidebar-wrap,
.tax-category_article .content-sidebar-wrap,
.tax-tag_article .content-sidebar-wrap,
.tax-market_category .content-sidebar-wrap,
body.category .content-sidebar-wrap {
    display: flex;
    flex-direction: column;
  }
}
.post-type-archive-articles a:focus, .post-type-archive-articles a:hover,
.tax-category_article a:focus,
.tax-category_article a:hover,
.tax-tag_article a:focus,
.tax-tag_article a:hover,
.tax-market_category a:focus,
.tax-market_category a:hover,
body.category a:focus,
body.category a:hover {
  border-radius: unset;
  outline: none;
}

.wrap-content {
  max-width: 1100px;
  margin: 0 auto;
}

.single-articles .content-sidebar-wrap {
  display: flex;
}
.single-articles .article-image {
  height: 427px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  order: -1;
  position: relative;
}
.single-articles .content {
  display: flex;
  flex-direction: column;
}
.single-articles .breadcrumb {
  padding-bottom: 50px;
}
.single-articles .info-before-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #778ba8;
  text-transform: uppercase;
}
.single-articles .info-before-title span.tag {
  font-weight: 400;
}
.single-articles .info-before-title a {
  text-decoration: none;
  color: #778ba8;
  font-weight: 700;
}
.single-articles .info-before-title a.cat {
  color: #0095db;
}
.single-articles .title-article {
  color: #0b3047;
  letter-spacing: 1.16px;
  line-height: 1.32;
  max-width: 826px;
  font-weight: normal;
  margin-bottom: 23px;
}
@media (min-width: 960px) {
  .single-articles .title-article {
    font-size: 58px;
  }
}
.single-articles .author-image {
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  border-radius: 50px;
  margin-right: 14px;
}
.single-articles .details {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #899db6;
  font-size: 16px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cfd4d6;
  margin-bottom: 44px;
}
.single-articles .details span {
  margin-right: 14px;
}
@media (min-width: 768px) {
  .single-articles .details .news-date::before {
    content: "•";
    margin-right: 14px;
  }
}
@media (max-width: 959px) {
  .single-articles .details {
    gap: 14px;
  }
}
@media (min-width: 960px) {
  .single-articles .details {
    padding-bottom: 60px;
  }
  .single-articles .details .buttons_share_print {
    margin-left: 50px;
  }
}
.single-articles .text-before-content {
  color: #004b6c;
  font-size: 18px;
  line-height: 2.2;
  font-weight: bold;
  padding-bottom: 50px;
  border-bottom: 1px solid #cfd4d6;
  margin-bottom: 50px;
}
.single-articles hr.wp-block-separator.has-alpha-channel-opacity {
  background-color: #cfd4d6;
  height: 1px;
  margin: 30px 0;
}
.single-articles hr.wp-block-separator.has-alpha-channel-opacity:before {
  content: unset;
}
@media (min-width: 960px) {
  .single-articles hr.wp-block-separator.has-alpha-channel-opacity {
    margin: 50px 0;
  }
}
.single-articles .entry-content ol,
.single-articles .entry-content ul {
  margin-left: 22px;
}
.single-articles .disclosures-section {
  font-size: 14px;
  color: #64777e;
  line-height: 1.57;
  padding-top: 35px;
  padding-bottom: 75px;
}
.single-articles .disclosures-section p {
  margin-bottom: 24px;
}
.single-articles .disclosures-section .title-section {
  color: #0b3047;
  letter-spacing: 0.37px;
  font-weight: normal;
  margin-bottom: 39px;
  line-height: 32px;
}
@media (min-width: 960px) {
  .single-articles .disclosures-section {
    padding-top: 75px;
    padding-bottom: 100px;
  }
}
.single-articles .more-articles-header {
  text-align: center;
  margin-bottom: 87px;
}
.single-articles .more-articles-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.single-articles .more-articles-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  width: 100%;
  min-height: 316px;
  color: #ffffff;
  padding: 30px 27px 15px;
}
.single-articles .more-articles-item .news-date {
  font-size: 14px;
}
.single-articles .more-articles-item h4 {
  line-height: 1.3;
  color: #fff;
  font-size: 22px;
  font-family: "DM Sans", sans-serif;
}
.single-articles .more-articles-item .author-info {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .single-articles .more-articles-item {
    width: calc(50% - 24px);
  }
}
@media (min-width: 1400px) {
  .single-articles .more-articles-item {
    width: calc(33% - 24px);
  }
}
.single-articles .more-articles-outer-wrapper {
  border-top: 1px solid #9da9ad;
  padding: 100px 0;
}
.single-articles .more-articles-outer-wrapper .author-image {
  width: 30px;
  height: 30px;
}
.single-articles .entry-content ul:not(.is-style-list-type-dash) li {
  margin-bottom: 18px;
}
.single-articles .entry-content p {
  margin-bottom: 40px;
}
.single-articles .entry-content .wp-block-image {
  margin-bottom: 35px;
}
.single-articles .entry-content h2,
.single-articles .entry-content h3,
.single-articles .entry-content h4 {
  color: #0b3047;
}
@media (min-width: 960px) {
  .single-articles .entry-content h2,
.single-articles .entry-content h3 {
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .single-articles .entry-content .wp-block-spacer {
    height: 50% !important;
  }
}
.single-articles .author-name-footer {
  font-size: 22px;
  font-weight: bold;
  color: #004b6c;
  margin-bottom: 8px;
  font-family: "DM Sans", sans-serif;
}

.border-top {
  border-top: 1px solid #9da9ad;
}

ul.is-style-list-type-dash li {
  list-style-type: none;
  position: relative;
}
ul.is-style-list-type-dash li::before {
  content: "-";
  position: absolute;
  margin-left: -20px;
}

p.is-style-no-margin-bottom {
  margin-bottom: 0;
}

.see-also-outer-wrapper .see-also-inner-wrapper .see-also-item p {
  color: #3b4e60;
}

.buttons_share_print a {
  line-height: 1.5em;
  color: #899db6;
  font-size: 16px;
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.buttons_share_print a:hover {
  opacity: 0.8;
}
.buttons_share_print a::before {
  margin-right: 6px;
}
.buttons_share_print a.print::before {
  content: url("../../assets/images/Print.svg");
}
.buttons_share_print a.download::before {
  content: url("../../assets/images/Download.svg");
}
.buttons_share_print a.linkedin::before {
  content: url("../../assets/images/linkedin.svg");
}

.tax-category_article .articles-summary,
.tax-tag_article .articles-summary {
  margin-top: 40px;
}

.general-hero {
  display: flex;
  align-items: center;
  padding: 60px 25px;
  color: #fff;
}
@media (max-width: 768px) {
  .general-hero .general-hero-content {
    text-align: center;
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .general-hero {
    padding: 100px 40px;
  }
}
.general-hero p {
  font-size: 20px;
  margin-bottom: 24px;
  line-height: 30px;
  color: #fff;
}
@media (min-width: 960px) {
  .general-hero {
    min-height: 610px;
    padding: 150px 100px 100px;
  }
  .general-hero p {
    font-size: 24px;
    margin-bottom: 63px;
    letter-spacing: 0.24px;
    line-height: 32px;
    color: #fff;
  }
}

.query-more-articles {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}
.query-more-articles .more-articles-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  width: 100%;
  min-height: 316px;
  color: #ffffff;
  padding: 30px 27px 15px;
}
.query-more-articles .more-articles-item .news-date {
  font-size: 14px;
}
.query-more-articles .more-articles-item h4 {
  line-height: 1.3;
  color: #fff;
  font-size: 22px;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
}
.query-more-articles .more-articles-item .author-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  border-radius: 50px;
  margin-right: 14px;
  width: 30px;
  height: 30px;
}
.query-more-articles .more-articles-item .author-info {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .query-more-articles .more-articles-item {
    width: calc(50% - 25px);
  }
}
@media (min-width: 1400px) {
  .query-more-articles .more-articles-item {
    width: calc(33% - 25px);
  }
}
.query-more-articles .slick-slide {
  margin: 10px;
}

.slider-news-wrap {
  background-color: #e5f4fb;
  padding: 50px 25px 15px;
  text-align: center;
}
@media (min-width: 960px) {
  .slider-news-wrap {
    padding: 132px 112px;
  }
  .slider-news-wrap .section-recent-news {
    padding: 0 112px;
  }
  .slider-news-wrap .recent-news-excerpt {
    margin-bottom: 40px;
    line-height: 40px;
  }
}
.slider-news-wrap .slick-list {
  max-width: 570px;
  margin: 0 auto;
}
.slider-news-wrap .block-inline-header {
  margin-bottom: 34px;
}
.slider-news-wrap .block-inline-header a {
  font-size: 16px;
  text-decoration: unset;
}
@media (max-width: 960px) {
  .slider-news-wrap .slick-slider .slick-next {
    right: -43px !important;
  }
  .slider-news-wrap .slick-slider .slick-prev {
    left: -43px !important;
  }
  .slider-news-wrap .slick-slider .slick-list {
    margin: 0 auto;
  }
}
.slider-news-wrap .slick-slider.slick-dotted {
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .slider-news-wrap .slick-slider.slick-dotted {
    margin-bottom: 30px;
  }
}

.featured-events {
  padding: 80px 0 100px;
}
.featured-events .background-hero {
  min-height: 137px;
  background-color: #003149;
}
.featured-events .background-hero img {
  object-fit: cover;
  height: 137px;
}
.featured-events .title-section {
  font-size: 36px;
  color: #0b3047;
}
.featured-events .seeall {
  font-size: 18px;
  line-height: 27px;
}
.featured-events .event-body {
  padding: 26px 23px 30px;
}
.featured-events .event-body span {
  display: block;
  text-align: center;
  font-size: 10px;
  line-height: 32px;
  color: #0095db;
}
.featured-events .event-body span.featured-event {
  color: #0095db;
}
.featured-events .event-body .date {
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  line-height: 27px;
  color: #a9b2b5;
  text-align: left;
  margin-bottom: 12px;
}
.featured-events .event-body .event-location {
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #0b3047;
  text-align: left;
  margin-bottom: 0;
}
.featured-events .featured-events-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.featured-events .event-content {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  height: 100%;
}
.featured-events .event-title {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
  line-height: 30px;
  color: #0b3047;
}
.featured-events .header {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .featured-events .header {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.featured-events .slick-slide {
  margin: 20px 15px;
}
.featured-events .slick-track {
  display: flex !important;
}
.featured-events .slick-slide {
  height: inherit !important;
}
@media (max-width: 1399px) {
  .featured-events .slick-slider .slick-next {
    right: -30px;
  }
}
@media (max-width: 1399px) {
  .featured-events .slick-slider .slick-prev {
    left: -30px;
  }
}

.recent-openings-wrapper {
  padding: 50px 25px;
  background-color: #e5f4fb;
}
.recent-openings-wrapper header {
  text-align: center;
  padding-bottom: 50px;
}
.recent-openings-wrapper header h2 {
  color: #0b3047;
}
@media (max-width: 767px) {
  .recent-openings-wrapper header h2 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 1400px) {
  .recent-openings-wrapper header h2 {
    font-size: 48px;
    line-height: 68px;
  }
}
.recent-openings-wrapper header a {
  font-size: 14px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}
.recent-openings-wrapper header a:hover {
  text-decoration: underline;
}
.recent-openings-wrapper .job {
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 15px;
}
.recent-openings-wrapper .job:hover {
  transform: translate(0, -20px);
  transition: 1s;
}
.recent-openings-wrapper .job .job-link {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
.recent-openings-wrapper .job .job-link:hover {
  text-decoration: none;
}
.recent-openings-wrapper .job .part-1 {
  padding: 23px 25px 0 25px;
}
.recent-openings-wrapper .job .part-2 {
  padding: 0 25px 23px 25px;
}
.recent-openings-wrapper .job span {
  display: block;
}
.recent-openings-wrapper .job .schedule {
  display: inline-block;
  background: #0b3047;
  font-size: 13px;
  color: #eff3f6;
  padding: 3px 13px;
  margin-bottom: 20px;
}
.recent-openings-wrapper .job .name-job {
  color: #0b3047;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 767px) {
  .recent-openings-wrapper .job .name-job {
    font-size: 20px;
    line-height: 30px;
    margin-left: 0px;
    margin-right: 10px;
  }
}
.recent-openings-wrapper .job .location,
.recent-openings-wrapper .job .posted-date {
  color: #64777e;
  font-size: 16px;
  letter-spacing: 0.32px;
}
.recent-openings-wrapper .job .location {
  margin-bottom: 10px;
}
.recent-openings-wrapper .job .posted-date {
  margin-bottom: 0px;
}
.recent-openings-wrapper .job .id-job {
  color: #a7b2b6;
  font-size: 12px;
}
@media (min-width: 768px) {
  .recent-openings-wrapper .jobs {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .recent-openings-wrapper .jobs .job {
    width: 48%;
  }
}
@media (min-width: 960px) {
  .recent-openings-wrapper {
    padding: 100px;
  }
  .recent-openings-wrapper header {
    padding-bottom: 100px;
  }
  .recent-openings-wrapper .jobs {
    display: flex;
    justify-content: center;
  }
  .recent-openings-wrapper .jobs .job {
    max-width: 312px;
  }
}
@media (min-width: 1400px) {
  .recent-openings-wrapper .jobs {
    justify-content: space-between;
  }
}

.featured-research-wrap {
  padding: 80px 0 100px;
}
.featured-research-wrap .title-section {
  color: #0b3047;
}
.featured-research-wrap a {
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
}
.featured-research-wrap .research-body {
  padding: 34px 30px;
}
.featured-research-wrap .research-body span {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 27px;
  color: #a9b2b5;
  font-weight: 500;
}
.featured-research-wrap .featured-research-wrapper {
  margin-left: -15px;
  margin-right: -15px;
}
.featured-research-wrap .research-content {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  height: 100%;
}
.featured-research-wrap .research-title {
  color: #0b3047;
  font-family: "DM Sans", sans-serif;
  text-align: left;
  letter-spacing: 0.3px;
  margin-bottom: 0 !important;
  font-weight: bold;
  margin-top: 25px;
  line-height: 32px;
  color: #0b3047;
}
@media (min-width: 960px) {
  .featured-research-wrap .research-title {
    font-size: 22px;
  }
}
.featured-research-wrap .header {
  text-align: center;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .featured-research-wrap .header {
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 100px;
  }
}
.featured-research-wrap .slick-slide {
  margin: 20px 15px;
}
@media (max-width: 768px) {
  .featured-research-wrap .slick-slide {
    margin: 15px 50px;
  }
}
.featured-research-wrap .slick-track {
  display: flex !important;
}
.featured-research-wrap .slick-slide {
  height: inherit !important;
}
@media (max-width: 1399px) {
  .featured-research-wrap .slick-slider .slick-next {
    right: -30px;
  }
}
@media (max-width: 1399px) {
  .featured-research-wrap .slick-slider .slick-prev {
    left: -30px;
  }
}

.innerblocks-and-slider-wrap .content-section {
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .innerblocks-and-slider-wrap .content-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 0 0;
    margin-bottom: 30px;
  }
}
@media (min-width: 769px) {
  .innerblocks-and-slider-wrap .content-section {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 960px) {
  .innerblocks-and-slider-wrap .content-section {
    padding-left: 105px;
    padding-right: 105px;
    width: 100%;
    max-width: 1100px;
  }
}
@media (min-width: 1400px) {
  .innerblocks-and-slider-wrap .content-section {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.innerblocks-and-slider-wrap .divider-line {
  border-bottom: 1px solid #cfd4d6;
  height: 1px;
  display: block;
  width: 100%;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .innerblocks-and-slider-wrap .content-innerblocks {
    max-width: 640px;
    width: 60%;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .innerblocks-and-slider-wrap .content-sliders {
    max-width: 380px;
    width: 40%;
  }
}
.innerblocks-and-slider-wrap .query-slider {
  padding: 40px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  margin-top: 40px;
}
@media (min-width: 768px) {
  .innerblocks-and-slider-wrap .query-slider {
    margin-top: 0;
  }
}
.innerblocks-and-slider-wrap .query-slider .category a,
.innerblocks-and-slider-wrap .query-slider .tag a {
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 12px;
  display: block;
}
.innerblocks-and-slider-wrap .query-slider .query-title {
  margin-bottom: 25px;
  font-family: "DM Sans", sans-serif;
}
.innerblocks-and-slider-wrap .query-slider .query-title a {
  color: #0b3047;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  font-weight: bold;
}
.innerblocks-and-slider-wrap .query-slider .slick-dots {
  position: relative;
  bottom: 0;
  margin: 0;
  text-align: left;
}
.innerblocks-and-slider-wrap .query-slider .slick-dots li {
  margin: 0 10px 0 0;
}
.innerblocks-and-slider-wrap .query-slider .slick-dots li button::before {
  color: #ced4d6;
  font-size: 14px;
}
.innerblocks-and-slider-wrap .query-slider .slick-dots li.slick-active button::before {
  color: #899db6;
}

.partner-with-us-banner-wrap {
  margin: 50px 0;
}
.partner-with-us-banner-wrap .partner-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 25px;
  background: #0195db;
  color: #fff;
}
.partner-with-us-banner-wrap .partner-section .content-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.partner-with-us-banner-wrap .partner-section h2 {
  font-size: 37px;
  margin-bottom: 0;
}
.partner-with-us-banner-wrap .partner-section p {
  font-size: 18px;
  max-width: 365px;
  margin-bottom: 0;
}
.partner-with-us-banner-wrap .partner-section .button {
  min-width: 217px;
}
@media (min-width: 960px) {
  .partner-with-us-banner-wrap {
    margin: 100px 0;
  }
  .partner-with-us-banner-wrap .partner-section {
    padding: 55px;
  }
  .partner-with-us-banner-wrap .partner-section .content-wrap {
    justify-content: space-between;
    flex-direction: row;
    text-align: left;
  }
}

.tabs-solutions .main-solution-title {
  float: left;
  margin-bottom: 67px;
}
.tabs-solutions .areas .btn-underline {
  float: right;
}
.tabs-solutions .areas .area {
  clear: both;
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .tabs-solutions .areas .area {
    margin-bottom: 65px;
  }
}
.tabs-solutions .areas .area h3.toggle-title {
  margin-bottom: 0;
  padding-right: 30px;
  color: #0B3047;
}
@media (min-width: 960px) {
  .tabs-solutions .areas .area h3.toggle-title {
    display: inline-flex;
    min-width: 350px;
    margin-bottom: 35px;
  }
}
.tabs-solutions .areas .area h3.toggle-title::after {
  border-color: #9da9ad;
  right: -26px;
}

.medacorp-tabs .tabs-solutions .areas .btn-underline {
  float: none;
}

article.market-updates {
  margin-top: 20px;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  article.market-updates {
    margin-top: 45px;
  }
}

.market-updates-header {
  min-height: 426px;
}
.market-updates-header.details {
  position: relative;
  margin-bottom: 24px;
  color: #fff;
}
.market-updates-header.details h1 {
  line-height: 48px;
}
@media (min-width: 960px) {
  .market-updates-header.details h1 {
    line-height: 66px;
    margin-bottom: 42px;
  }
}
.market-updates-header.details .excerpt {
  max-width: 840px;
}

.market-updates-wrapper {
  background-color: #f1f5f7;
  padding: 40px 20px 20px;
}
@media (min-width: 960px) {
  .market-updates-wrapper {
    padding-right: 55px;
    padding-left: 55px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 1400px) {
  .market-updates-wrapper {
    padding: 50px 105px;
  }
}

.market-updates-summary {
  margin: 25px 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .market-updates-summary {
    margin: 25px 15px;
    width: calc(33.3333% - 20px);
  }
  .market-updates-summary:nth-child(3n-6) {
    margin-right: 0;
  }
  .market-updates-summary:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 1400px) {
  .market-updates-summary {
    margin: 25px 30px;
    width: calc(33.3333% - 40px);
  }
}
.market-updates-summary img {
  max-width: 100%;
  height: 150px;
  object-fit: cover;
}
.market-updates-summary .body-content {
  padding: 26px 29px;
  margin-left: auto;
  margin-right: auto;
}
.market-updates-summary .body-content .category {
  color: #899db6;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  text-decoration: none;
  display: block;
}
.market-updates-summary .body-content .category a {
  text-decoration: none;
}
.market-updates-summary .body-content .category-item {
  color: #7d96aa;
  letter-spacing: 0.9px;
  text-decoration: none;
}
.market-updates-summary .body-content .market-date {
  font-size: 18px;
  line-height: 27px;
  color: #64777e;
  font-weight: 200;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.market-updates-summary .market-title {
  margin-top: 15px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
}
.market-updates-summary .market-title a {
  color: #0b3047;
  text-decoration: none;
}
.market-updates-summary .market-title a:hover {
  color: #0195db;
  text-decoration: none;
}
.market-updates-summary .read-more svg {
  transition: 0.65s;
}
.market-updates-summary .read-more svg:hover {
  transform: translate(10px, 0);
}

.query-research-wrap {
  margin: 50px 0;
}
@media (min-width: 960px) {
  .query-research-wrap {
    margin: 80px 0;
  }
}

.query-research {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.query-research .research-item {
  display: flex;
  justify-content: start;
  flex-direction: column;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  text-decoration: none;
  width: 100%;
  padding: 65px 40px;
}
.query-research .research-item.slick-slide {
  margin: 10px;
}
.query-research .research-item .news-date {
  font-size: 16px;
  margin-bottom: 20px;
  color: #7d96aa;
}
.query-research .research-item h4 {
  line-height: 1.3;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
}
@media (min-width: 960px) {
  .query-research .research-item h4 {
    font-size: 22px;
  }
}
.query-research .research-item .author-image {
  border: 1px solid #00415f;
  background-color: #eff3f6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  border-radius: 50px;
  margin-right: 14px;
  width: 30px;
  height: 30px;
}
.query-research .research-item .author-info {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .query-research .research-item {
    width: calc(50% - 24px);
  }
}
@media (min-width: 1400px) {
  .query-research .research-item {
    width: calc(33.3333333333% - 24px);
  }
}

@media (min-width: 768px) {
  .query-research-wrap.featured-part .query-research .research-item {
    width: calc(50% - 16px);
  }
}
@media (min-width: 1400px) {
  .query-research-wrap.featured-part .query-research .research-item {
    width: calc(33.3333333333% - 16px);
  }
}

.query-market-updates-wrap {
  margin: 50px 0;
}
@media (min-width: 960px) {
  .query-market-updates-wrap {
    margin: 80px 0 127px;
  }
}

.query-market-update {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.query-market-update .market-update-item {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  text-decoration: none;
  width: 100%;
  min-height: 316px;
}
.query-market-update .market-update-item.slick-slide {
  margin: 10px;
}
.query-market-update .market-update-item .news-date {
  font-size: 16px;
  color: #7d96aa;
  margin-bottom: 14px;
}
.query-market-update .market-update-item .market-update-image {
  height: 175px;
  width: 100%;
  display: block;
  background-color: #899db6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.query-market-update .market-update-item .market-update-content {
  padding: 30px 27px 15px;
}
.query-market-update .market-update-item h4 {
  line-height: 1.3;
  margin-bottom: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: bold;
}
@media (min-width: 960px) {
  .query-market-update .market-update-item h4 {
    font-size: 22px;
    margin-bottom: 50px;
  }
}
.query-market-update .market-update-item .author-image {
  border: 1px solid #00415f;
  background-color: #eff3f6;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  border-radius: 50px;
  margin-right: 14px;
  width: 30px;
  height: 30px;
}
.query-market-update .market-update-item .author-info {
  display: flex;
  align-items: center;
  font-size: 14px;
}
@media (min-width: 768px) {
  .query-market-update .market-update-item {
    width: calc(50% - 24px);
  }
}
@media (min-width: 1400px) {
  .query-market-update .market-update-item {
    width: calc(33.3333333333% - 24px);
  }
}

.podcast-query {
  max-width: 870px;
  margin: 0 auto 35px;
}
.podcast-query .podcast-img {
  margin-bottom: 46px;
  display: block;
}
.podcast-query .podcast-img img {
  width: 100%;
  margin-bottom: 35px;
  border-style: solid;
  border-width: thin;
  border-color: #7d96aa;
}
.podcast-query .date-and-title {
  display: block;
  color: #7d96aa;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 13px;
}
.podcast-query .title-podcast {
  font-size: 25px;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
}
.podcast-query .title-podcast a {
  font-size: inherit;
  text-decoration: none;
  color: inherit;
}
.podcast-query .excerpt {
  max-width: 741px;
  font-size: 18px;
  margin-bottom: 12px;
}

/* Alignment
---------------------------------------------------------------------------- */
@media (max-width: 959px) {
  body {
    font-size: 17px;
    line-height: 1.625;
  }
}

.has-text-align-center {
  text-align: center;
}

.has-text-align-left {
  text-align: left;
}

.has-text-align-right {
  text-align: right;
}

a:focus {
  outline: none;
}

h3 {
  color: #0b3047;
}

@media (max-width: 959px) {
  .hmobile-padding {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.wp-block-spacer.wp-block-spacer-40 {
  height: 40px !important;
}

@media (max-width: 960px) {
  .slick-slider .slick-next {
    right: 0 !important;
  }
  .slick-slider .slick-prev {
    left: 0 !important;
    z-index: 1;
  }
  .slick-slider .slick-list {
    margin: 0 auto;
  }
}
.slick-slider *:focus {
  outline: none;
}
.slick-slider .slick-track {
  display: flex !important;
}
.slick-slider .slick-slide {
  height: inherit !important;
}
.slick-slider .slick-dots {
  position: relative;
  bottom: 0;
  margin: 0;
  text-align: center;
  padding: 20px;
}
.slick-slider .slick-dots li {
  margin: 0 10px 0 0;
}
.slick-slider .slick-dots li button::before {
  color: #ced4d6;
  font-size: 14px;
  content: "•";
}
.slick-slider .slick-dots li.slick-active button::before {
  color: #899db6;
}
@media (min-width: 960px) {
  .slick-slider .slick-next {
    right: -80px;
    background: #0095db;
  }
  .slick-slider .slick-prev {
    left: -80px;
    background: #0095db;
  }
}

.slick-slider .slick-dots.slick-dots li {
  display: none;
}
.slick-slider .slick-dots li.slick-active,
.slick-slider .slick-dots li.slick-active + li,
.slick-slider .slick-dots li.slick-active + li + li {
  display: inline-block;
}
.slick-slider .slick-dots li:nth-last-child(1),
.slick-slider .slick-dots li:nth-last-child(2),
.slick-slider .slick-dots li:nth-last-child(3) {
  display: inline-block;
}
.slick-slider .slick-dots li.slick-active ~ li:nth-last-child(1),
.slick-slider .slick-dots li.slick-active ~ li:nth-last-child(2),
.slick-slider .slick-dots li.slick-active ~ li:nth-last-child(3) {
  display: none;
}
.slick-slider .slick-dots li.slick-active + li + li:nth-last-child(3),
.slick-slider .slick-dots li.slick-active + li + li:nth-last-child(2),
.slick-slider .slick-dots li.slick-active + li + li:nth-last-child(1),
.slick-slider .slick-dots li.slick-active + li:nth-last-child(3),
.slick-slider .slick-dots li.slick-active + li:nth-last-child(2),
.slick-slider .slick-dots li.slick-active + li:nth-last-child(1) {
  display: inline-block;
}

@media (min-width: 1400px) {
  .is-style-full-width {
    width: 1100px;
  }
}

@media (max-width: 767px) {
  body .is-layout-flex.mobile-center {
    display: block;
    text-align: center;
  }
  body .is-layout-flex.mobile-center p.has-text-align-right {
    text-align: center;
  }
}
.flexible-width-content h4 {
  font-size: 25px;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .flexible-width-content h4 {
    font-size: 20px;
    margin-bottom: 10px !important;
  }
}

@media (max-width: 768px) {
  .flexible-width-content {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .home .flexible-width-content {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
@media (min-width: 769px) {
  .flexible-width-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 960px) {
  .flexible-width-content {
    padding-left: 105px;
    padding-right: 105px;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .flexible-width-content {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin: 0 auto;
    margin: 0 auto;
  }
}

.wp-block-group.is-style-width-1160 {
  width: 97%;
  max-width: 1160px;
  margin: 0 auto;
}

.is-style-title-58 {
  font-size: 36px;
  color: #0b3047;
}
@media (min-width: 768px) {
  .is-style-title-58 {
    font-size: 44px;
  }
}
@media (min-width: 960px) {
  .is-style-title-58 {
    font-size: 52px;
  }
}

.is-style-title-48 {
  font-size: 36px;
  color: #0b3047;
}
@media (min-width: 768px) {
  .is-style-title-48 {
    font-size: 40px;
  }
}
@media (min-width: 960px) {
  .is-style-title-48 {
    font-size: 48px;
  }
}

.not-centered,
.no-margin {
  margin: 0;
}

.is-style-872 {
  max-width: 872px;
}

.is-style-p-900 {
  max-width: 900px;
  margin: 0 auto;
}
.is-style-p-900.not-centered {
  margin: 0;
}

.is-style-p-1010 {
  max-width: 1010px;
  margin: 0 auto;
}

.is-style-p-725 {
  max-width: 725px;
  margin: 0 auto;
}
.is-style-p-725.not-centered, .is-style-p-725.no-margin {
  margin: 0;
}

.is-style-p-800 {
  max-width: 800px;
  margin: 0 auto;
}

.is-style-p-880-left {
  max-width: 880px;
}

h4.is-font-body {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}

p.intro-text,
.intro-text {
  font-size: 17px;
  line-height: 1.625;
}
p.intro-text.not-centered,
.intro-text.not-centered {
  text-align: left;
}
@media (min-width: 768px) {
  p.intro-text,
.intro-text {
    font-size: 20px;
  }
  p.intro-text:not(.has-text-align-center),
.intro-text:not(.has-text-align-center) {
    text-align: left;
  }
}

.btn-underline {
  padding: 0;
  background: transparent;
  color: #0095db;
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 27px;
  height: auto;
  font-weight: normal;
  text-decoration: underline;
  transition: all ease-in-out 0.2s;
}
.btn-underline:hover {
  background: transparent;
  text-decoration: none;
  color: #0095db;
}

.more-news-outer-wrapper.featured-intelligence {
  margin-top: 0;
  padding: 50px 10px 0;
}
@media (min-width: 960px) {
  .more-news-outer-wrapper.featured-intelligence {
    padding: 70px 10px 0;
  }
}
.post-type-archive-podcast .more-news-outer-wrapper.featured-intelligence {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 960px) {
  .more-news-outer-wrapper.featured-intelligence {
    padding-top: 75px;
    padding-bottom: 85px;
  }
}
.more-news-outer-wrapper.featured-intelligence .more-news-header {
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .more-news-outer-wrapper.featured-intelligence .more-news-header {
    margin-bottom: 84px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.more-news-outer-wrapper.featured-intelligence .title-section {
  color: #0b3047;
  font-weight: 400;
}
@media (min-width: 960px) {
  .more-news-outer-wrapper.featured-intelligence .title-section {
    font-size: 36px;
  }
}
@media (min-width: 960px) {
  .more-news-outer-wrapper.featured-intelligence .more-news-item {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.more-news-outer-wrapper.featured-intelligence .more-news-item .category a {
  color: #0095db;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
}
@media (min-width: 960px) {
  .more-news-outer-wrapper.featured-intelligence .more-news-item .category a {
    margin-bottom: 17px;
  }
}
.more-news-outer-wrapper.featured-intelligence .more-news-item .title {
  margin-top: 0;
  margin-bottom: 10px;
}
@media (min-width: 960px) {
  .more-news-outer-wrapper.featured-intelligence .more-news-item .title {
    margin-bottom: 16px;
  }
}
.more-news-outer-wrapper.featured-intelligence .more-news-item .title a {
  color: #0b3047;
  text-decoration: none;
}
.more-news-outer-wrapper.featured-intelligence .more-news-item .news-date {
  color: #7d96aa;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 960px) {
  .more-news-outer-wrapper.featured-intelligence .more-news-item .news-date {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.more-news-outer-wrapper.featured-intelligence .more-news-item svg path {
  fill: #0b3047;
}
.more-news-outer-wrapper.featured-intelligence .more-news-item:last-child {
  margin-bottom: 50px;
}
@media (min-width: 960px) {
  .more-news-outer-wrapper.featured-intelligence .more-news-item:last-child {
    margin-bottom: 20px;
  }
}
.more-news-outer-wrapper.featured-intelligence .more-news-wrapper {
  margin-bottom: 0;
}

.full-width.breadcrumb,
.full-width.breadcrumbs {
  max-width: 100%;
  width: 100%;
  padding: 20px 25px;
}

.breadcrumb,
.breadcrumbs {
  border: unset;
  margin: 0 auto;
  color: #7d96aa;
  font-size: 14px;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .breadcrumb,
.breadcrumbs {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.breadcrumb.breadcrumb-about,
.breadcrumbs.breadcrumb-about {
  margin-left: 20px;
  margin-right: 20px;
}
.breadcrumb a,
.breadcrumbs a {
  color: #7d96aa;
  text-decoration: none;
}
@media (min-width: 769px) {
  .breadcrumb,
.breadcrumbs {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 960px) {
  .breadcrumb,
.breadcrumbs {
    padding: 20px 105px 10px 105px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .breadcrumb.breadcrumb-about,
.breadcrumbs.breadcrumb-about {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .breadcrumb,
.breadcrumbs {
    padding: 20px 0;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
}

.breadcrumbs > span::before,
.breadcrumb > span::before {
  content: " / ";
}
.breadcrumbs > span:first-child::before,
.breadcrumb > span:first-child::before {
  content: unset;
}

.post-type-archive-svb_transaction main.content,
.post-type-archive-svb_research main.content {
  background-color: #eff3f6;
}
@media (max-width: 959px) {
  .post-type-archive-svb_transaction main.content,
.post-type-archive-svb_research main.content {
    max-width: unset;
  }
}

.archive .breadcrumb,
.blog .breadcrumb {
  width: 100%;
}
@media (max-width: 767px) {
  .archive .breadcrumb,
.blog .breadcrumb {
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }
}
@media (max-width: 959px) {
  .archive .breadcrumb,
.blog .breadcrumb {
    max-width: unset;
  }
}
@media (min-width: 960px) {
  .archive .breadcrumb,
.blog .breadcrumb {
    max-width: unset;
    padding-right: 55px;
    padding-left: 55px;
  }
}
@media (min-width: 1400px) {
  .archive .breadcrumb,
.blog .breadcrumb {
    padding-right: 105px;
    padding-left: 105px;
  }
}
@media (max-width: 767px) {
  .archive .bkg-cover,
.blog .bkg-cover {
    text-align: center;
  }
}
@media (min-width: 960px) {
  .archive .bkg-cover,
.blog .bkg-cover {
    padding-right: 55px;
    padding-left: 55px;
  }
}
@media (min-width: 1400px) {
  .archive .bkg-cover,
.blog .bkg-cover {
    padding-right: 105px;
    padding-left: 105px;
  }
}

.single-podcast .breadcrumb {
  max-width: 1140px;
}

.page .content {
  max-width: unset;
}

.page .entry {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .wp-block-spacer {
    height: 50px !important;
  }
}
@media (max-width: 768px) {
  .wp-block-spacer.spacer-mobile-30 {
    height: 30px !important;
  }
}
@media (max-width: 768px) {
  .wp-block-spacer.wp-block-spacer-35 {
    height: 35px !important;
  }
}
@media (max-width: 768px) {
  .wp-block-spacer.spacer-mobile-15 {
    height: 15px !important;
  }
}

@media (min-width: 960px) {
  .areas {
    text-align: left;
  }
}
.areas .btn-underline {
  margin-bottom: 40px;
}
.areas .area {
  margin-bottom: 30px;
}
@media (min-width: 960px) {
  .areas .area {
    margin-bottom: 60px;
  }
}
.areas .area .toggle-title::after {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 15px;
  padding: 5px;
  position: relative;
  transform: rotate(135deg);
  width: 15px;
  border-color: #9da9ad;
  margin: 5px;
  transition: all 0.35s ease-in-out;
}
@media (min-width: 960px) {
  .areas .area .toggle-title::after {
    left: 25px;
  }
}
.areas .area.active .toggle-title::after {
  transform: rotate(-45deg);
  top: 3px;
}
.areas .area h3.toggle-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  line-height: 27px;
  color: #0b3047;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .areas .area h3.toggle-title {
    justify-content: space-between;
  }
}
@media (min-width: 960px) {
  .areas .area h3.toggle-title {
    font-size: 25px;
    line-height: 32px;
  }
}
.areas .area:last-child .toggle-content {
  border-bottom: none;
}
.areas .area .toggle-content {
  border-bottom: 1px solid #9da9ad;
  padding: 0 0 30px 0;
}
.areas .area .toggle-content p {
  max-width: 777px;
}
.areas .area p,
.areas .area a {
  font-weight: normal;
  font-size: 18px;
  line-height: 27px;
}

a.fullscreen-mode {
  color: #374e5a;
  font-size: 18px;
  text-decoration: none;
  line-height: 27px;
  display: block;
  align-items: center;
}
@media (min-width: 960px) {
  a.fullscreen-mode {
    padding-left: 20px;
    float: left;
    display: inline-flex;
  }
}
a.fullscreen-mode::before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 22px;
  background-image: url("../images/view-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 8px;
}
a.fullscreen-mode:not(.view-pdf) {
  display: none;
}

.pdf-viewer-with-share-options {
  padding: 0;
  text-align: center;
}
@media (min-width: 769px) {
  .pdf-viewer-with-share-options {
    padding: 0 5%;
  }
}
@media (min-width: 960px) {
  .pdf-viewer-with-share-options {
    text-align: none;
  }
}
.pdf-viewer-with-share-options .addtoany_shortcode {
  display: block;
  align-items: flex-start;
}
@media (min-width: 960px) {
  .pdf-viewer-with-share-options .addtoany_shortcode {
    display: inline-flex;
    align-items: flex-start;
    float: right;
    padding-right: 20px;
  }
}
.pdf-viewer-with-share-options .addtoany_shortcode::before {
  content: "Share";
  font-size: 16px;
  color: #0b3047;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.8px;
  margin-right: 13px;
  line-height: 28px;
}
@media (max-width: 959px) {
  .pdf-viewer-with-share-options iframe {
    height: 320px;
  }
}
@media (min-width: 768px) {
  .pdf-viewer-with-share-options iframe {
    height: 800px;
  }
}
@media (min-width: 960px) {
  .pdf-viewer-with-share-options iframe {
    height: 1128px;
  }
}

@media (min-width: 1401px) {
  .single .pdf-viewer-with-share-options {
    width: 1320px;
    margin-left: -100px;
  }
}

.bkg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .bkg-cover {
    text-align: center;
  }
}

@media (max-width: 959px) {
  a.mobile-block {
    display: block;
  }
}

a.full-download {
  color: #374e5a;
  text-decoration: none;
  font-size: 18px;
  display: inline-flex;
}
a.full-download::before {
  content: url("../images/download-icon.svg");
  margin-right: 10px;
  display: inline-flex;
}
@media (min-width: 960px) {
  a.full-download {
    width: 35%;
    float: left;
    margin-left: 30px;
  }
}

a.full-download.view-pdf::before {
  content: "";
  display: inline-block;
  height: 25px;
  width: 25px;
  background-image: url("../images/view-icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 8px;
}

.category-wrapper article {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.category-wrapper article .replace-img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  background-color: #003149;
}
.category-wrapper article img {
  min-height: 350px;
  max-height: 350px;
}
.category-wrapper article .body-content {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-ub-tabbed-content-tab-content-wrap .columns-3.wp-block-post-template {
  display: flex;
  flex-wrap: wrap;
  margin-top: 55px;
  list-style-type: none;
}
.wp-block-ub-tabbed-content-tab-content-wrap .columns-3.wp-block-post-template li {
  width: 33.3333%;
  list-style-type: none;
  padding: 0 15px;
}
.wp-block-ub-tabbed-content-tab-content-wrap .columns-3.wp-block-post-template li img {
  height: 125px;
  object-fit: cover;
}

.wp-block-ub-tabbed-content-tab-title-wrap.active:focus {
  outline: none;
}

.podcast .entry-footer {
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.podcast .entry-footer .listen-and-share {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.podcast .entry-footer .listen-on,
.podcast .entry-footer .subscribe-links,
.podcast .entry-footer .share-on {
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}
.podcast .entry-footer .listen-on p,
.podcast .entry-footer .subscribe-links p,
.podcast .entry-footer .share-on p {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  color: #0b3047;
}
.podcast .entry-footer .share-on {
  align-items: flex-start;
}
@media (min-width: 768px) {
  .podcast .entry-footer .listen-and-share {
    width: 70%;
  }
  .podcast .entry-footer .listen-and-share .listen-on,
.podcast .entry-footer .listen-and-share .subscribe-links,
.podcast .entry-footer .listen-and-share .share-on {
    justify-content: center;
  }
}

.icon {
  display: inline-block;
  text-decoration: none;
  height: 40px;
  width: auto;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
}
.icon span {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 1;
  margin-top: 5px;
  color: gray;
  text-align: center;
  border-radius: 5px;
}
.icon::before {
  height: 40px;
  max-height: 40px;
  width: 40px;
  max-width: 40px;
  display: block;
}
.icon:hover {
  width: auto;
}
.icon:hover span {
  visibility: visible;
  opacity: 1;
}

.icon-rss::before {
  content: url("../images/rss-icon.svg");
}

.icon-apple-podcast::before {
  content: url("../images/apple-podcast-icon.svg");
}

.icon-google-podcast::before {
  content: url("../images/google-podcast-icon.svg");
}

.icon-stitcher::before {
  content: url("../images/stitcher-icon.svg");
}

.icon-spotify::before {
  content: url("../images/spotify-icon.svg");
}

.icon-tulnen::before {
  content: url("../images/tulnen-icon.svg");
}

.icon-overcast::before {
  content: url("../images/overcast-icon.svg");
}

.icon-iheart::before {
  content: url("../images/iheart-icon.svg");
}

.single-podcast h2 {
  margin-bottom: 45px;
  margin-top: 10px;
  color: #0b3047;
}
.single-podcast span.category {
  font-weight: 400;
}
.single-podcast span.category a,
.single-podcast span.category span.category-item {
  font-weight: 900;
}
@media (max-width: 768px) {
  .single-podcast .is-layout-flow.wp-block-column {
    flex-basis: 100% !important;
  }
  .single-podcast .is-layout-flex.wp-block-columns {
    flex-wrap: wrap;
    gap: 1em;
  }
  .single-podcast .is-layout-flex.wp-block-columns .has-text-align-right {
    text-align: left;
  }
  .single-podcast .ub-expand-toggle-button {
    font-size: 18px;
  }
}

.ub-expand-toggle-button {
  font-size: 20px;
  line-height: 32px;
  color: #374e5a;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: bold;
}
.ub-expand-toggle-button:hover {
  color: #374e5a;
}
.ub-expand-toggle-button::after {
  content: "";
  border-style: solid;
  border-width: 2px 2px 0 0;
  display: inline-block;
  height: 12px;
  position: relative;
  transform: rotate(135deg);
  width: 12px;
  border-color: #3c4d59;
  margin: 5px 5px 3px 12px;
  transition: all 0.35s ease-in-out;
}

.wp-block-ub-tabbed-content-tab-title-wrap {
  padding: 10px 20px;
  margin-right: 0;
  border-bottom: 1px solid #899db6;
}

.ub-tabbed-content-mobile-accordion > .wp-block-ub-tabbed-content-tab-content-wrap.active {
  border: unset;
}

#ub-tabbed-content-ee48a573-f563-4112-89ae-52f35111d08e .wp-block-ub-tabbed-content-accordion-toggle.active {
  background-color: transparent !important;
}

.ub-tabbed-content-mobile-accordion > .wp-block-ub-tabbed-content-tab-content-wrap.active:focus {
  outline: none;
}

.wp-block-ub-tabbed-content-horizontal-holder-mobile .wp-block-ub-tabbed-content-tab-content-wrap.active:focus {
  outline: none;
}

.subscribes .item-with-children {
  position: relative;
}
.subscribes .item-with-children span {
  position: relative;
  padding-left: 30px;
  font-size: 22px;
  color: #0b3047;
  font-weight: bold;
}
.subscribes .item-with-children span::before {
  content: url("../images/subscribe.svg");
  width: 20px;
  position: absolute;
  left: 0;
  margin-right: 10px;
}
.subscribes .item-with-children .subscribe-links {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 0;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 10px;
  filter: drop-shadow(0 5px 15px rgba(0, 0, 0, 0.1)) !important;
  border-radius: 15px;
}
.subscribes .item-with-children .subscribe-links.show {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.subscribes .item-with-children .subscribe-links li {
  display: flex;
  align-items: center;
  height: 40px;
}
.subscribes .item-with-children .subscribe-links li a,
.subscribes .item-with-children .subscribe-links li a::before {
  max-width: 20px;
  max-height: 20px;
  height: 20px;
}
.subscribes .item-with-children .subscribe-links li .icon span {
  display: none;
}

body .pum-theme-12579 {
  background-color: rgba(78, 77, 82, 0.98) !important;
}
body .pum-theme-12579 #gform_wrapper_2 .gform_title,
body .pum-theme-12579 .pum-title,
body .pum-theme-12579 .gform_confirmation_message_2.gform_confirmation_message h6 {
  font-size: 20px;
  line-height: 25px;
  color: #0b3047;
  font-weight: 800;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 0;
}
body .pum-theme-12579 .pum-container {
  padding: 28px 24px;
  background-color: #ffffff;
}
body .pum-theme-12579 .pum-container.align-centered {
  top: calc(50% - 75px) !important;
}
body .pum-theme-12579 .pum-container .pum-content,
body .pum-theme-12579 .gform_description {
  font-size: 12px;
  line-height: 18px;
  color: #5b7188;
}
body .pum-theme-12579 .pum-container .pum-content > :first-child {
  margin-bottom: 10px;
}
body .pum-theme-12579 .gform_wrapper.gravity-theme .gfield_label {
  font-size: 13px;
  line-height: 22px;
  color: #0b3047;
  font-weight: 800;
  margin-bottom: 4px;
}
body .pum-theme-12579 .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 83px !important;
}
body .pum-theme-12579 .gform_required_legend {
  display: none;
}
body .pum-theme-12579 #gform_wrapper_2 .gform_fields .gfield input::-webkit-input-placeholder,
body .pum-theme-12579 #gform_wrapper_2 .gform_fields .gfield input::-moz-placeholder,
body .pum-theme-12579 #gform_wrapper_2 .gform_fields .gfield input:-ms-input-placeholder,
body .pum-theme-12579 #gform_wrapper_2 .gform_fields .gfield input:-moz-placeholder,
body .pum-theme-12579 #gform_wrapper_2 .gform_fields .gfield select option,
body .pum-theme-12579 .gform_wrapper.gravity-theme select,
body .pum-theme-12579 #gform_wrapper_2 .gform_body .gform_fields .gfield select option {
  color: #5b7188;
  font-size: 13px;
  line-height: 21px;
}
body .pum-theme-12579 #gform_wrapper_2 .gform_body .gform_fields .gfield select option {
  padding-top: 10px;
  padding-bottom: 10px;
}
body .pum-theme-12579 #gform_wrapper_2 .gform_body .gform_fields .gfield select option:hover {
  background-color: #0d95db;
  color: #fff;
}
body .pum-theme-12579 input[type=submit] {
  font-size: 14px;
  letter-spacing: 1.4px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  color: #fff !important;
}
body .pum-theme-12579 .gform_wrapper.gravity-theme .gform_footer {
  padding: 16px 0 0;
}
body .pum-theme-12579 .pum-content + .pum-close {
  color: #044d6d;
  background-color: transparent;
  box-shadow: none;
  right: 4px;
  top: 8px;
  font-weight: 900;
}
body .pum-theme-12579 input,
body .pum-theme-12579 select,
body .pum-theme-12579 textarea {
  border: 1px solid #bbc3d0;
  border-radius: 3px;
  padding: 13px 10px 11px !important;
  color: #5b7188 !important;
  font-size: 13px !important;
  line-height: 21px !important;
}

body .pum-theme-12579 #gform_wrapper_2 .gform_body .gform_fields .gfield select option {
  height: 29px;
  line-height: 49px;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  display: block;
}

body .pum-theme-12579 #gform_wrapper_2 .gform_body .gform_fields .gfield select option:hover {
  background-color: #0d95db;
  color: #fff;
}

body .pum-theme-12579 .select2.select2-container.select2-container--default.select2-container--focus,
body .pum-theme-12579 .select2.select2-container.select2-container--default {
  width: 100% !important;
}
body .pum-theme-12579 .select2-container .select2-selection--single .select2-selection__rendered {
  border: 1px solid #bbc3d0;
  border-radius: 3px;
  padding: 13px 10px 11px !important;
  color: #5b7188 !important;
  height: 45px;
  font-size: 13px !important;
  line-height: 21px !important;
}
body .pum-theme-12579 .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #5b7188 !important;
  font-size: 13px !important;
  line-height: 21px !important;
}
body .pum-theme-12579 .select2-container .select2-selection--single {
  height: 45px;
  border-radius: 0;
  border: none;
}
body .pum-theme-12579 .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
body .pum-theme-12579 .select2-container--default .select2-search--dropdown .select2-search__field {
  display: none;
}
body .pum-theme-12579 .select2-results__option {
  color: #5b7188;
  font-size: 14px;
}
body .pum-theme-12579 .select2-results__option:hover {
  background-color: #0d95db;
  color: #fff;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
body .pum-theme-12579 .select2-results__options {
  scrollbar-width: none; /*For Firefox*/
  -ms-overflow-style: none; /*For Internet Explorer 10+*/
}
body .pum-theme-12579 .select2-results__options:-webkit-scrollbar {
  /*For WebKit Browsers*/
  width: 0;
  height: 0;
}

body .pum-theme-12579 .pum-close.popmake-close {
  font-size: 0;
}
body .pum-theme-12579 .pum-close.popmake-close:focus {
  outline: unset;
}
body .pum-theme-12579 .pum-close.popmake-close::after {
  content: url("../images/icon-close.svg");
  display: inline-flex;
}

.wp-block-ub-tabbed-content-tab-content-wrap h2 {
  margin-bottom: 20px;
}
.wp-block-ub-tabbed-content-tab-content-wrap a {
  font-size: 16px;
}

.border-img img {
  border-style: solid;
  border-width: thin;
}

.p-16px {
  font-size: 16px;
}

.title-post {
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 13px;
  color: #0b3047;
}

.wp-block-ub-tabbed-content-tab-title {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .wp-block-ub-tabbed-content-tab-title {
    font-size: 18px;
  }
}

/* GPD Code Updates START */
.query-market-update .market-update-item {
  justify-content: flex-start;
}

.is-style-default.gpd-podcast-image-top {
  align-items: flex-start;
}

.wp-block-post-date time {
  font-weight: 600;
}

.podcast .entry-footer .listen-and-share {
  width: 100%;
}

.post-type-archive-podcast .title-and-subscribes {
  margin-top: 65px;
  margin-bottom: 20px;
}

.podcast-summary {
  padding-top: 35px;
  padding-bottom: 35px;
}

p.gpd-podcast-feature-date {
  color: #7d96aa;
  letter-spacing: 0.9px;
  font-weight: 900;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 10px;
  display: block;
}

.gpd-podcast-feature {
  max-width: 65%;
  margin: auto;
}

.gpd-podcast-feature-content {
  max-width: 80%;
}

.gpd-podcast-feature .wp-block-image img {
  width: 100%;
  margin: auto;
  margin-bottom: 35px !important;
}

@media (max-width: 960px) {
  .gpd-podcast-feature,
.gpd-podcast-feature-content {
    max-width: 85%;
    margin: auto;
  }
}
/* Hero Graphics */
.news-header.bkg-cover.details {
  background-position: top;
  background-size: cover;
}
@media (max-width: 767px) {
  .news-header.bkg-cover.details {
    text-align: center;
  }
}

.hero {
  margin-bottom: 0 !important;
}

.hero-content p.lead {
  font-size: 24px;
  margin-bottom: 63px;
  letter-spacing: 0.24px;
  line-height: 32px;
}
@media (max-width: 959px) {
  .hero-content p.lead {
    font-size: 20px;
    margin-bottom: 24px;
    line-height: 30px;
  }
}

div.hero-content {
  max-width: 768px;
  text-align: left;
}

.hero .hero-content p {
  width: 100%;
}

/* Breadcrumb and Content Alignment Fix */
.single-market-updates h2.title-market-updates {
  margin-top: 10px;
  margin-bottom: 13px;
  color: #0b3047;
}

/* GPD Code Updates END */
.flex-width-100 .flexible-width-content {
  width: 100% !important;
}

.solutions-outter-wrapper h3 {
  margin-bottom: 20px;
}

.sidebar-custom .news-date {
  margin-bottom: 10px;
}

.sidebar-custom h5 {
  margin-bottom: 25px;
}

.content-section-no-margin .content-section .title {
  margin-right: 2%;
}

.content-section-no-margin .content-section .content {
  width: 58%;
}

.healthcare-investment-banking-sections .split-content-one {
  margin-bottom: 30px !important;
}

.hide-overview-sec-space header {
  display: none !important;
}

.hide-overview-sec-space .our-expertise .areas {
  padding-top: 0px !important;
}

/* Sectors sub-menu styles */
.menu-primary .sector-menu-item .sub-menu .menu-lineheight a {
  line-height: 17px;
}

.menu-primary .sector-menu-item .sub-menu a {
  padding: 9px 20px 9px 40px !important;
}

.menu-primary .sector-menu-item .sub-menu .heading-menu-item a {
  text-transform: uppercase;
  font-weight: bold;
  padding: 9px 20px 9px 20px !important;
  pointer-events: none;
  font-size: 17px;
}

.menu-primary .sector-menu-item .sub-menu .heading-menu-item a:hover {
  background-color: #004b6c;
  border-left: none;
}

/*Video Pop Up Open*/
.dashicons.dashicons-youtube {
  margin-top: 3px;
  padding-right: 37px;
}

.dashicons-youtube::before {
  content: "\f19b";
  font-size: 32px;
}

iframe {
  border: none !important;
}

/*Video Pop Up Close*/
.featured-hero .featured-hero-content .button.link {
  color: #fff;
  background: #0395db;
}

/* Footer  */
.site_col_ul {
  display: flex;
}

.site_col_ul ul {
  width: 50%;
}

p#print-link {
  top: 20px;
  position: fixed;
  right: 25px;
}

@media (min-width: 960px) {
  .transaction-filter-wrapper form .filter-by {
    width: 27%;
  }
}
.post-327 .featured-hero-wrap p {
  color: #fff !important;
}

.post-327 .featured-hero-wrap h1 {
  color: #fff !important;
}

.site-title a {
  height: 38px;
}

.ub-expand .ub-expand-portion.ub-expand-full {
  position: relative;
  padding-top: 40px;
}
.ub-expand .ub-expand-portion.ub-expand-full .ub-expand-toggle-button {
  position: absolute;
  top: 0;
}

.wp-block-ub-tabbed-content-tabs-content {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .wp-block-ub-tabbed-content-tabs-title.wp-block-ub-tabbed-content-tabs-title-mobile-horizontal-tab {
    flex-direction: column;
  }
  .wp-block-ub-tabbed-content-tab-holder.horizontal-tab-width-mobile.horizontal-tab-width-tablet {
    position: relative;
  }
  .wp-block-ub-tabbed-content-tab-holder.horizontal-tab-width-mobile.horizontal-tab-width-tablet .wp-block-ub-tabbed-content-tab-title-wrap:not(.active) {
    display: none;
  }
  .wp-block-ub-tabbed-content-tab-holder.horizontal-tab-width-mobile.horizontal-tab-width-tablet::after {
    content: "";
    border-style: solid;
    border-width: 2px 2px 0 0;
    display: inline-block;
    height: 8px;
    position: absolute;
    transform: rotate(-225deg);
    width: 8px;
    border-color: #d8d8d8;
    margin: 5px;
    transition: all 0.5s ease-in-out;
    right: 15px;
    top: 20px;
  }
  .wp-block-ub-tabbed-content-tab-holder.horizontal-tab-width-mobile.horizontal-tab-width-tablet .wp-block-ub-tabbed-content-tab-title-wrap.active {
    background-color: #eeeeee;
  }
  .wp-block-ub-tabbed-content-tab-holder.horizontal-tab-width-mobile.horizontal-tab-width-tablet.active .wp-block-ub-tabbed-content-tab-title-wrap:not(.active) {
    display: block;
  }
  .wp-block-ub-tabbed-content-tab-holder.horizontal-tab-width-mobile.horizontal-tab-width-tablet.active::after {
    transform: rotate(-45deg);
    transition: all 0.5s ease-in-out;
  }
}
@media (max-width: 499px) {
  .pdf-viewer-with-share-options {
    padding-left: 0%;
    padding-right: 0%;
  }
}
.select2-results__options {
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  select.gfield_select {
    height: 46px;
  }
}

/*# sourceMappingURL=main.css.map */
